@charset "UTF-8";
/*****************/
/**** reset *****/
/*****************/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 62.5%;
}

body {
  color: #262629;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.6s ease;
}
a:hover {
  opacity: 0.6;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

img {
  height: auto;
}

.wp-block-table td {
  border: none;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

.desc {
  line-height: 1.6;
}

.urb {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/*****************/
/**** animation   *****/
/*****************/
.focusIn {
  transform: translateZ(0);
  filter: blur(8px);
  opacity: 0;
  animation: focusIn 1000ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
  will-change: transform, filter, opacity;
  backface-visibility: hidden;
  transform-origin: center;
}

@keyframes focusIn {
  0% {
    filter: blur(8px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .focus-in {
    animation: none;
    transform: none;
    filter: none;
    opacity: 1;
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time12 {
  animation-delay: 1.2s;
}

.delay-time13 {
  animation-delay: 1.3s;
}

.delay-time14 {
  animation-delay: 1.4s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time16 {
  animation-delay: 1.6s;
}

.delay-time17 {
  animation-delay: 1.7s;
}

.delay-time18 {
  animation-delay: 1.8s;
}

.delay-time19 {
  animation-delay: 1.9s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time21 {
  animation-delay: 2.1s;
}

.delay-time22 {
  animation-delay: 2.2s;
}

.delay-time3 {
  animation-delay: 3s;
}

.delay-time35 {
  animation-delay: 3.5s;
}

.delay-time4 {
  animation-delay: 4s;
}

.delay-time45 {
  animation-delay: 4.5s;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  opacity: 1;
  transition: opacity 1s;
}

/*****************/
/**** フォーム内表   *****/
/*****************/
.wpcf7 table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 40px;
}
.wpcf7 table th {
  width: 30%;
  background: #f9f9fa;
  text-align: left;
  padding: 10px;
  border: none;
  border-top: solid 1px #dcdcdc;
}
.wpcf7 table th p {
  margin-bottom: 0;
}
.wpcf7 table td {
  text-align: left;
  padding: 10px;
  border: none;
  border-top: solid 1px #dcdcdc;
  width: 70%;
}
.wpcf7 table td p {
  margin-bottom: 0;
}

/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  /*****************/
  /***  parts  ***/
  /*****************/
  a[href*=tel] {
    pointer-events: none;
  }
  section {
    position: relative;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1176px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*****************/
  /**** フォーム制御   *****/
  /*****************/
  .wpcf7 span[data-name=your-acceptance] .wpcf7-checkbox {
    display: flex;
    align-items: center;
  }
  .wpcf7 span[data-name=your-acceptance] .wpcf7-checkbox::after {
    content: "必須";
    flex-shrink: 0;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    background-color: #FF8B8B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-left: 20px;
  }
  .wpcf7 span[data-name=your-acceptance] .wpcf7-list-item {
    display: flex;
    align-items: center;
  }
  .wpcf7 span[data-name=your-acceptance] .wpcf7-list-item input {
    flex-shrink: 0;
    width: 18px !important;
  }
  .wpcf7 span[data-name=your-acceptance] .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.5rem;
    color: #262629;
    margin-left: 10px;
    margin-bottom: 3px;
  }
  /*****************/
  /**** section-ttl   *****/
  /*****************/
  .section-ttl__jp {
    font-size: 2.2rem;
    color: #4A4A4E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .section-ttl__jp:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #E46666;
    margin-right: 14px;
  }
  .section-ttl__eng {
    margin-top: 27px;
    text-align: center;
    font-size: 7rem;
    font-weight: 400;
    color: #E46666;
  }
  /*****************/
  /***  fixed  ***/
  /*****************/
  .follow-buttons {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 500;
    transition: all 0.6s ease;
    opacity: 1;
  }
  .follow-buttons.none {
    display: none;
  }
  .follow-buttons.is-hidden {
    opacity: 0 !important;
    z-index: -1;
  }
  .follow-buttons__item.item01 {
    margin-bottom: 15px;
  }
  .follow-buttons__link {
    width: 214px;
    height: 54px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    background-color: #FF8B8B;
    border-radius: 5px;
    font-size: 1.7rem;
    font-weight: 500;
    color: white;
    position: relative;
  }
  .follow-buttons__img {
    width: 31px;
    margin-right: 14px;
  }
  .follow-buttons__icon {
    width: 38px;
    position: absolute;
    bottom: 0;
    right: 13px;
  }
  /*****************/
  /***  header  ***/
  /*****************/
  .header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 500;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    background-color: white;
  }
  .header-top {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-top__left {
    display: flex;
    align-items: center;
  }
  .header-top__logo {
    width: 157px;
  }
  .header-top__lead {
    color: #4A4A4E;
    font-size: 14px;
    font-weight: 600;
    margin-left: 25px;
  }
  .header-top__corporate {
    margin-left: 15px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #E46666;
    display: flex;
    align-items: center;
  }
  .header-top__corporate img {
    width: 12px;
    margin-left: 5px;
  }
  .header-top__right {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-top__button {
    padding: 15px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #FF8B8B;
    border-radius: 5px;
  }
  .header-bottom {
    border-top: 1px solid #D9D9D9;
    padding: 7px 20px;
  }
  .header-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav ul li {
    padding: 10px 3%;
    border-right: 1px solid #D9D9D9;
  }
  .header-nav ul li:last-child {
    border: none;
  }
  .header-nav ul li a {
    line-height: 1.6;
    color: #4A4A4E;
    font-size: 1.4rem;
    font-weight: 500;
    white-space: nowrap;
  }
  /*****************/
  /***  footer  ***/
  /*****************/
  .footer {
    background-color: #4A4A4E;
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .footer .container {
    display: flex;
  }
  .footer-main {
    padding-top: 13px;
    flex-shrink: 0;
    width: 270px;
  }
  .footer-right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 8%;
    gap: 8%;
  }
  .footer-logo {
    width: 180px;
  }
  .footer-cta {
    width: 186px;
    height: 38px;
    border-radius: 5px;
    background-color: #FF8B8B;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: white;
  }
  .footer-cta.footer-download {
    margin-top: 31px;
    padding-left: 24px;
  }
  .footer-cta.footer-download img {
    width: 14px;
    margin-right: 12px;
  }
  .footer-cta.footer-contact {
    margin-top: 10px;
    padding-left: 18px;
  }
  .footer-cta.footer-contact img {
    width: 30px;
  }
  .footer-social {
    margin-top: 17px;
    display: flex;
  }
  .footer-social__item {
    width: 41px;
    height: 41px;
    background-color: white;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .footer-social__item:last-child {
    margin-right: 0;
  }
  .footer-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .footer-social__link.insta img {
    width: 21px;
  }
  .footer-social__link.x img {
    width: 18px;
  }
  .footer-nav {
    margin-bottom: 30px;
  }
  .footer-nav ul li {
    margin-bottom: 18px;
  }
  .footer-nav ul li:last-child {
    margin-bottom: 0;
  }
  .footer-nav ul li a {
    font-size: 1.4rem;
    color: white;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .footer-nav ul li a:after {
    content: "→";
    display: block;
    margin-left: 15px;
  }
  .footer-menu {
    margin-bottom: 30px;
  }
  .footer-menu__ttl {
    color: white;
    font-size: 1.4rem;
  }
  .footer-menu__border {
    margin-top: 21px;
    width: 29px;
    height: 2px;
    display: flex;
  }
  .footer-menu__border span {
    flex: 1;
  }
  .footer-menu__border span:first-child {
    background-color: #FF8B8B;
  }
  .footer-menu__border span:nth-child(2) {
    background-color: #FFD193;
  }
  .footer-menu__border span:last-child {
    background-color: #8AD0C7;
  }
  .footer-menu__list {
    margin-top: 23px;
  }
  .footer-menu__item {
    margin-bottom: 20px;
  }
  .footer-menu__item:last-child {
    margin-bottom: 0;
  }
  .footer-menu__link {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
  }
  .footer-menu__link span {
    margin-left: 15px;
  }
  .footer-copyright {
    margin-top: 34px;
    text-align: center;
    color: white;
    font-size: 1rem;
  }
  /*****************/
  /***  aside  ***/
  /*****************/
  .sidebar-wrap .container {
    max-width: 1176px !important;
    display: flex;
    justify-content: space-between;
  }
  .sidebar-wrap__left {
    max-width: 757px;
    margin-right: 2%;
    width: 100%;
  }
  .aside {
    flex-shrink: 0;
    width: 307px;
    transform: translateY(-100px);
  }
  .aside-wrap {
    padding: 28px;
    background-color: white;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 33px;
    border-radius: 20px;
  }
  .aside-wrap:last-child {
    margin-bottom: 0;
  }
  .aside-ttl__jp {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .aside-ttl__eng {
    margin-top: 15px;
    font-size: 3.1rem;
    color: #E46666;
    font-weight: 400;
  }
  .aside-tags {
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .aside-tags__item.active .aside-tags__link {
    color: #E46666;
    border-color: #E46666;
  }
  .aside-tags__link {
    border-radius: 22px;
    border: 1px solid #D3D3D3;
    padding: 8px 20px;
    font-size: 1.4rem;
    color: #000000;
  }
  .aside-list {
    margin-top: 21px;
  }
  .aside-list__item {
    margin-bottom: 20px;
  }
  .aside-list__item:last-child {
    margin-bottom: 0;
  }
  .aside-list__link {
    display: flex;
    align-items: center;
  }
  .aside-list__thumb {
    flex-shrink: 0;
    width: 97px;
    height: 73px;
    border-radius: 5px;
    overflow: hidden;
  }
  .aside-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .aside-list__main {
    padding: 5px 10px;
  }
  .aside-list__time {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .aside-list__ttl {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #4A4A4E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.header {
  width: 100%;
}
.header-top {
  padding-right: 60px;
}

.header-bottom.pc_only {
  display: none !important;
}

/*****************/
/*** hamburger-menu  ***/
/*****************/
.hamburger-menu {
  display: block !important;
  width: 50px;
  height: 50px;
  position: fixed;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  top: 8px;
  right: 0;
  z-index: 1000;
  background-color: white;
  border-radius: 50%;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #FF8B8B;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.hamburger-menu__bar:first-child {
  top: 16px;
}

.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}

.hamburger-menu__bar:last-child {
  top: 32px;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

/*****************/
/*** sp-nav  ***/
/*****************/
.sp-nav.sp_only {
  display: flex !important;
}

.sp-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  max-width: 400px;
  width: 100%;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  padding: 50px 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: all 0.6s ease;
}
.sp-nav.active {
  transform: translateX(0);
}
.sp-nav ul {
  border-top: 1px solid #ccc;
  width: 100%;
}
.sp-nav ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.sp-nav ul li a {
  color: #262629;
  font-size: 1.6rem;
  text-align: center;
}
.sp-nav__corporate {
  margin: 25px auto 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #E46666;
  width: 250px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E46666;
  border-radius: 10px;
}
.sp-nav__corporate img {
  width: 12px;
  margin-left: 5px;
}

/*****************/
/****  SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  /*****************/
  /***  parts  ***/
  /*****************/
  a[href*=tel] {
    pointer-events: none;
  }
  section {
    position: relative;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1176px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*****************/
  /**** section-ttl   *****/
  /*****************/
  .section-ttl__jp {
    font-size: 1.2rem;
    color: #4A4A4E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .section-ttl__jp:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: #E46666;
    margin-right: 7px;
  }
  .section-ttl__eng {
    margin-top: 15px;
    text-align: center;
    font-size: 4rem;
    font-weight: 400;
    color: #E46666;
  }
  /*****************/
  /**** フォーム制御   *****/
  /*****************/
  .wpcf7 span[data-name=your-acceptance] .wpcf7-checkbox {
    display: flex;
    align-items: center;
  }
  .wpcf7 span[data-name=your-acceptance] .wpcf7-checkbox::after {
    content: "必須";
    flex-shrink: 0;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    background-color: #FF8B8B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-left: 20px;
  }
  .wpcf7 span[data-name=your-acceptance] .wpcf7-list-item {
    display: flex;
    align-items: center;
  }
  .wpcf7 span[data-name=your-acceptance] .wpcf7-list-item input {
    flex-shrink: 0;
    width: 18px !important;
  }
  .wpcf7 span[data-name=your-acceptance] .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.3rem;
    color: #262629;
    margin-left: 10px;
    margin-bottom: 3px;
  }
  /*****************/
  /*** hamburger-menu  ***/
  /*****************/
  .hamburger-menu {
    top: 4px;
  }
  /*****************/
  /***  follow-buttons  ***/
  /*****************/
  .follow-buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
    width: 100%;
    display: flex;
    opacity: 1;
  }
  .follow-buttons.none {
    display: none;
  }
  .follow-buttons.is-hidden {
    opacity: 0 !important;
    z-index: -1;
  }
  .follow-buttons__item {
    flex: 1;
  }
  .follow-buttons__item.item02 .follow-buttons__link {
    background-color: #E46666;
  }
  .follow-buttons__link {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF8B8B;
    font-size: 1.4rem;
    font-weight: 500;
    color: white;
    position: relative;
  }
  .follow-buttons__img {
    width: 24px;
    margin-right: 14px;
  }
  .follow-buttons__icon {
    width: 30px;
    position: absolute;
    bottom: 0;
    right: 13px;
  }
  /*****************/
  /***  header  ***/
  /*****************/
  .header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 500;
    transform: translateX(-50%);
    width: 100%;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    background-color: white;
  }
  .header-top {
    padding: 13px 20px;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-top__left {
    display: flex;
    align-items: center;
  }
  .header-top__logo {
    width: 100px;
  }
  .header-top__right {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
  }
  .header-top__button {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #FF8B8B;
    border-radius: 5px;
    object-fit: 3px;
  }
  .header-bottom {
    border-top: 1px solid #D9D9D9;
    padding: 7px 20px;
  }
  .header-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav ul li {
    padding: 10px 3%;
    border-right: 1px solid #D9D9D9;
  }
  .header-nav ul li:last-child {
    border: none;
  }
  .header-nav ul li a {
    line-height: 1.6;
    color: #4A4A4E;
    font-size: 1.4rem;
    font-weight: 500;
  }
  /*****************/
  /***  footer  ***/
  /*****************/
  .footer {
    background-color: #4A4A4E;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer-main {
    padding-top: 13px;
  }
  .footer-right {
    margin-top: 20px;
  }
  .footer-logo {
    margin: 0 auto;
    width: 180px;
  }
  .footer-cta {
    width: 186px;
    height: 38px;
    border-radius: 5px;
    background-color: #FF8B8B;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: white;
  }
  .footer-cta.footer-download {
    margin: 31px auto 0;
    padding-left: 24px;
  }
  .footer-cta.footer-download img {
    width: 14px;
    margin-right: 12px;
  }
  .footer-cta.footer-contact {
    margin: 10px auto 0;
    justify-content: center;
  }
  .footer-cta.footer-contact img {
    width: 30px;
  }
  .footer-social {
    margin-top: 17px;
    display: flex;
    justify-content: center;
  }
  .footer-social__item {
    width: 41px;
    height: 41px;
    background-color: white;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .footer-social__item:last-child {
    margin-right: 0;
  }
  .footer-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .footer-social__link.insta img {
    width: 21px;
  }
  .footer-social__link.x img {
    width: 18px;
  }
  .footer-nav {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .footer-nav ul li {
    margin-bottom: 18px;
  }
  .footer-nav ul li:last-child {
    margin-bottom: 0;
  }
  .footer-nav ul li a {
    font-size: 1.4rem;
    color: white;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .footer-nav ul li a:after {
    content: "→";
    display: block;
    margin-left: 15px;
  }
  .footer-menu {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .footer-menu__ttl {
    color: white;
    font-size: 1.4rem;
  }
  .footer-menu__border {
    margin-top: 21px;
    width: 29px;
    height: 2px;
    display: flex;
  }
  .footer-menu__border span {
    flex: 1;
  }
  .footer-menu__border span:first-child {
    background-color: #FF8B8B;
  }
  .footer-menu__border span:nth-child(2) {
    background-color: #FFD193;
  }
  .footer-menu__border span:last-child {
    background-color: #8AD0C7;
  }
  .footer-menu__list {
    margin-top: 23px;
  }
  .footer-menu__item {
    margin-bottom: 20px;
  }
  .footer-menu__item:last-child {
    margin-bottom: 0;
  }
  .footer-menu__link {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
  }
  .footer-menu__link span {
    margin-left: 15px;
  }
  .footer-copyright {
    margin-top: 34px;
    text-align: center;
    color: white;
    font-size: 1rem;
  }
  /*****************/
  /***  aside  ***/
  /*****************/
  .sidebar-wrap__left {
    margin-bottom: 30px;
  }
  .aside {
    margin: 0 auto;
    max-width: 354px;
  }
  .aside-wrap {
    padding: 28px;
    background-color: white;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 33px;
    border-radius: 20px;
  }
  .aside-wrap:last-child {
    margin-bottom: 0;
  }
  .aside-ttl__jp {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .aside-ttl__eng {
    margin-top: 15px;
    font-size: 3.1rem;
    color: #E46666;
    font-weight: 400;
  }
  .aside-tags {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  .aside-tags__item.active .aside-tags__link {
    color: #E46666;
    border-color: #E46666;
  }
  .aside-tags__link {
    border-radius: 22px;
    border: 1px solid #D3D3D3;
    padding: 6px 15px;
    font-size: 1.2rem;
    color: #000000;
  }
  .aside-list {
    margin-top: 21px;
  }
  .aside-list__item {
    margin-bottom: 20px;
  }
  .aside-list__item:last-child {
    margin-bottom: 0;
  }
  .aside-list__link {
    display: flex;
    align-items: center;
  }
  .aside-list__thumb {
    flex-shrink: 0;
    width: 97px;
    height: 73px;
    border-radius: 5px;
    overflow: hidden;
  }
  .aside-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .aside-list__main {
    padding: 5px 10px;
  }
  .aside-list__time {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .aside-list__ttl {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #4A4A4E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  #front {
    /*****************/
    /**** cta  *****/
    /*****************/
  }
  #front .cta {
    width: 210px;
    height: 55px;
    border-radius: 28px;
    border: 2px solid #E46666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 2rem;
    color: #4A4A4E;
    background-color: white;
    transition: all 0.6s ease;
  }
  #front .cta span {
    color: #E46666;
    transition: all 0.6s ease;
  }
  #front .cta:hover {
    opacity: 1;
    background-color: #E46666;
    color: white;
  }
  #front .cta:hover span {
    color: white;
  }
  #front {
    /*****************/
    /****  hero   *****/
    /*****************/
  }
  #front .hero {
    position: relative;
    aspect-ratio: 1366/768;
    overflow: hidden;
  }
  #front .hero-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    inset: 0;
  }
  #front .hero-bg .line-svg {
    position: absolute;
    height: auto;
    clip-path: inset(0 100% 0 0);
    animation: reveal 1.6s ease-out forwards;
    max-width: none;
  }
  #front .hero-bg .line-1 {
    z-index: 1;
    animation-delay: 0s;
    width: 105%;
    top: -111%;
    right: -27%;
  }
  #front .hero-bg .line-2 {
    top: 2%;
    right: -35%;
    width: 105%;
    z-index: 2;
    animation-delay: 0.5s;
  }
  #front .hero-bg .line-3 {
    width: 100%;
    top: 16%;
    left: -34%;
    z-index: 3;
    animation-delay: 0.8s;
  }
  @keyframes reveal {
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  #front .hero img {
    border-radius: 10px;
    position: absolute;
    z-index: 4;
  }
  #front .hero-img01 {
    top: 7%;
    left: 0;
    width: 25%;
  }
  #front .hero-img02 {
    bottom: 5%;
    right: -2%;
    width: 33%;
  }
  #front .hero-img03 {
    bottom: 16%;
    left: 2%;
    width: 21%;
  }
  #front .hero-img04 {
    bottom: 2%;
    left: 41%;
    width: 22%;
  }
  #front .hero-img05 {
    top: 19%;
    right: 23%;
    width: 20%;
  }
  #front .hero-img06 {
    top: 18%;
    right: 21%;
    width: 15%;
  }
  #front .hero-img07 {
    top: 10%;
    right: -3%;
    width: 21%;
  }
  #front .hero-img08 {
    top: 12%;
    left: 31%;
    width: 16%;
  }
  #front .hero-img09 {
    bottom: 1%;
    left: 26%;
    width: 11%;
  }
  #front .hero-ttl {
    position: absolute;
    top: 46%;
    left: 50%;
    font-size: 2.9282576867vw;
    z-index: 4;
    line-height: 1.4;
    display: none;
    text-align: center;
    font-weight: 500;
    transform: translateX(-50%);
  }
  #front .hero-ttl span {
    color: #E46666;
  }
  #front .hero-ttl.active {
    display: block;
    opacity: 1;
  }
  #front {
    /*****************/
    /****  intro   *****/
    /*****************/
  }
  #front .intro {
    position: relative;
    padding-top: 120px;
    overflow: hidden;
  }
  #front .intro-img01 {
    position: absolute;
    left: -5%;
    top: 30%;
    width: 20%;
  }
  #front .intro-img02 {
    position: absolute;
    top: 14%;
    right: -13%;
    width: 28%;
  }
  #front .intro-img03 {
    position: absolute;
    bottom: 0;
    right: -6%;
    width: 20%;
  }
  #front .intro .container {
    position: relative;
    padding-top: 10%;
  }
  #front .intro-ttl {
    font-size: 2.9282576867vw;
    text-align: center;
    font-weight: 500;
    position: fixed;
    top: 24.5241581259vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    white-space: nowrap;
    line-height: 1.4;
  }
  #front .intro-ttl span {
    color: #E46666;
  }
  #front .intro-ttl.active {
    position: absolute;
    top: 0;
  }
  #front .intro-bar {
    margin: 40px auto 0;
    width: 120px;
    height: 2px;
    display: flex;
  }
  #front .intro-bar__item {
    flex: 1;
  }
  #front .intro-bar__item:first-child {
    background-color: #FF8B8B;
  }
  #front .intro-bar__item:nth-child(2) {
    background-color: #FFD193;
  }
  #front .intro-bar__item:last-child {
    background-color: #8AD0C7;
  }
  #front .intro-desc {
    line-height: 2;
    margin-top: 57px;
    text-align: center;
    font-size: 2rem;
    color: black;
  }
  #front {
    /*****************/
    /****  gallery   *****/
    /*****************/
  }
  #front .gallery {
    margin-top: 110px;
    margin-left: -1%;
    margin-right: -13%;
    width: 110%;
  }
  #front .gallery-wrap {
    overflow: hidden;
  }
  #front .gallery-item {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }
  #front .gallery-item img {
    width: 362px;
    height: 276px;
    object-fit: cover;
    border-radius: 10px;
  }
  #front .gallery-item:nth-child(odd) {
    padding-top: 30px;
  }
  #front {
    /*****************/
    /**** global   *****/
    /*****************/
  }
  #front .global {
    padding-top: 148px;
    overflow: hidden;
  }
  #front .global-top__wrap {
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    padding-top: 55px;
    padding-bottom: 68px;
  }
  #front .global-top__wrap:hover {
    opacity: 1;
  }
  #front .global-top__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  #front .global-top__img01 {
    position: absolute;
    width: 25%;
    left: -7%;
    top: -1%;
  }
  #front .global-top__img02 {
    position: absolute;
    width: 25%;
    right: -7%;
    bottom: -2%;
  }
  #front .global-top__eng {
    font-size: 2rem;
    color: #E46666;
    text-align: center;
  }
  #front .global-top__desc {
    margin-top: 26px;
    text-align: center;
    font-size: 3rem;
    color: #262629;
  }
  #front .global-top__sub {
    margin-top: 20px;
    font-size: 2.2rem;
    color: #262629;
  }
  #front .global-top__list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 7px;
  }
  #front .global-top__item {
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    width: 281px;
    flex-shrink: 0;
    padding-top: 22px;
    padding-bottom: 32px;
    border-radius: 10px;
  }
  #front .global-top__number {
    font-size: 1.8rem;
    color: #E46666;
    text-align: center;
  }
  #front .global-top__cap {
    margin-top: 20px;
    font-size: 2rem;
    color: #E46666;
    text-align: center;
  }
  #front .global-top__main {
    margin-top: 22px;
    font-size: 2.8rem;
    color: #E46666;
    text-align: center;
  }
  #front .global-top__main span {
    font-size: 6rem;
  }
  #front .global-top__note {
    margin-top: 10px;
    text-align: center;
    font-size: 1.5rem;
    color: #4A4A4E;
  }
  #front .global-top__link {
    margin-top: 53px;
    font-size: 1.6rem;
    color: #4A4A4E;
    font-weight: 300;
    text-decoration: underline;
  }
  #front .global-bottom {
    margin-top: 155px;
  }
  #front .global-bottom__main {
    margin-top: 55px;
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
  }
  #front .global-bottom__main .container {
    position: relative;
  }
  #front .global-bottom__left {
    width: 63%;
    max-width: 750px;
  }
  #front .global-bottom__left p {
    color: white;
    font-weight: 500;
  }
  #front .global-bottom__big {
    font-size: 4.5rem;
  }
  #front .global-bottom__middle {
    margin-top: 42px;
    font-size: 2.6rem;
  }
  #front .global-bottom__desc {
    margin-top: 40px;
    font-size: 1.5rem;
  }
  #front .global-bottom__right {
    position: absolute;
    width: 40%;
    max-width: 719px;
    top: 50%;
    right: -5%;
    border-radius: 10px;
    transform: translateY(-50%);
  }
  #front {
    /*****************/
    /**** story   *****/
    /*****************/
  }
  #front .story {
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  #front .story-img01 {
    position: absolute;
    width: 20%;
    bottom: 0;
    left: -5%;
  }
  #front .story-img02 {
    position: absolute;
    width: 20%;
    top: -10px;
    right: -4%;
  }
  #front .story-ttl {
    font-size: 1.8rem;
    color: black;
    font-weight: 400;
  }
  #front .story-ttl span {
    margin-top: 22px;
    font-size: 4.4rem;
    color: #FF8B8B;
    display: block;
  }
  #front .story-main {
    margin-top: 51px;
    border-radius: 20px;
    background-color: white;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  #front .story .slick-next,
  #front .story .slick-prev {
    width: 58px;
    height: 58px;
    border: 2px solid #D3D3D3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, 100%);
    bottom: -28px;
    top: auto;
  }
  #front .story .slick-next:before,
  #front .story .slick-prev:before {
    display: none;
  }
  #front .story .slick-next::after,
  #front .story .slick-prev::after {
    color: #E46666;
    font-size: 2.2rem;
    font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  #front .story .slick-next {
    left: auto;
    right: 0;
  }
  #front .story .slick-next::after {
    content: "→";
  }
  #front .story .slick-prev {
    left: auto;
    right: 75px;
  }
  #front .story .slick-prev::after {
    content: "←";
  }
  #front .story-slider {
    width: 100%;
  }
  #front .story-slider__link {
    padding: 52px 46px 85px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #front .story-slider__link:hover {
    opacity: 1;
  }
  #front .story-slider__number {
    font-size: 2.4rem;
    color: #FF8B8B;
    display: flex;
    align-items: flex-end;
  }
  #front .story-slider__number span {
    margin-left: 5px;
    font-size: 4.2rem;
  }
  #front .story-slider__number p {
    margin-bottom: 5px;
  }
  #front .story-slider__lead {
    margin-top: 17px;
    font-size: 3rem;
    color: black;
  }
  #front .story-slider__desc {
    margin-top: 37px;
    font-size: 1.5rem;
    color: black;
    line-height: 1.8;
  }
  #front .story-slider__cta {
    margin-top: 40px;
    width: 176px;
    height: 46px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FF8B8B;
    color: white;
    font-size: 1.6rem;
    padding-left: 28px;
    padding-right: 17px;
    transition: all 0.6s ease;
  }
  #front .story-slider__cta:hover {
    background-color: white;
    border: 1px solid #FF8B8B;
    color: #FF8B8B;
  }
  #front .story-slider__right {
    width: 40%;
    margin-left: 1%;
  }
  #front .story-link {
    margin: 33px auto 0;
  }
  #front {
    /*****************/
    /**** column   *****/
    /*****************/
  }
  #front .column {
    padding-top: 76px;
    position: relative;
    overflow: hidden;
  }
  #front .column-img01 {
    position: absolute;
    width: 19%;
    top: 0;
    right: -6%;
  }
  #front .column-img02 {
    position: absolute;
    width: 24%;
    right: -10%;
    bottom: 40%;
  }
  #front .column-ttl {
    font-size: 1.8rem;
    font-weight: 400;
    color: black;
  }
  #front .column-ttl span {
    margin-top: 22px;
    font-size: 4.4rem;
    color: #FF8B8B;
    display: block;
  }
  #front .column-tag {
    margin-top: 68px;
    display: flex;
    align-items: center;
  }
  #front .column-tag__left {
    padding: 23px 52px;
    padding-left: 0;
    margin-right: 52px;
    border-right: 1px solid #D3D3D3;
    font-size: 2.6rem;
    color: #E46666;
  }
  #front .column-tag__right {
    flex-shrink: 0;
    width: 100%;
  }
  #front .column-tag__right .slick-slide {
    margin-right: 8px;
    margin-left: 8px;
  }
  #front .column-tag__item {
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    height: 43px;
    border-radius: 22px;
    border: 1px solid #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: block;
    cursor: pointer;
    transition: all 0.6s ease;
  }
  #front .column-tag__item.active {
    background-color: #FF8B8B;
    color: white;
    border: none;
  }
  #front .column-article {
    margin-top: 65px;
    display: none;
  }
  #front .column-article.active {
    display: block;
  }
  #front .column-article__link {
    margin: 40px auto 0;
  }
  #front .column-top {
    display: flex;
    align-items: center;
  }
  #front .column-top:hover {
    opacity: 1;
  }
  #front .column-top__thumb {
    flex-shrink: 0;
    width: 43%;
    aspect-ratio: 496/313;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 7%;
  }
  #front .column-top__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .column-top__cat {
    font-size: 1.8rem;
    font-weight: 600;
    color: #E46666;
  }
  #front .column-top__ttl {
    margin-top: 27px;
    font-size: 2.6rem;
    color: #4A4A4E;
    font-weight: 400;
  }
  #front .column-top__cats {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
  }
  #front .column-top__item {
    padding-left: 25px;
    padding-right: 25px;
    height: 32px;
    border: 1px solid #D3D3D3;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: black;
  }
  #front .column-top__time {
    display: block;
    margin-top: 37px;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #front .column-bottom {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  #front .column-bottom__item {
    flex-shrink: 0;
    width: 354px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #front .column-bottom__link:hover {
    opacity: 1;
  }
  #front .column-bottom__thumb {
    aspect-ratio: 354/224;
    border-radius: 10px;
    overflow: hidden;
  }
  #front .column-bottom__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .column-bottom__cat {
    display: block;
    margin-top: 28px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #E46666;
  }
  #front .column-bottom__ttl {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 400;
    color: #4A4A4E;
  }
  #front .column-bottom__cats {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  #front .column-bottom__cats-item {
    padding-left: 20px;
    padding-right: 20px;
    height: 26px;
    border: 1px solid #D3D3D3;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: black;
  }
  #front .column-bottom__time {
    display: block;
    margin-top: 13px;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #front {
    /*****************/
    /**** skill   *****/
    /*****************/
  }
  #front .skill {
    padding-top: 149px;
    padding-bottom: 100px;
    position: relative;
  }
  #front .skill-img01 {
    position: absolute;
    width: 28%;
    top: -5%;
    left: -10%;
  }
  #front .skill-img02 {
    position: absolute;
    width: 7%;
    top: 2%;
    right: 3%;
  }
  #front .skill .container {
    position: relative;
  }
  #front .skill-main {
    border-radius: 10px;
    background-image: url(../images/front/skill-main__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 139px;
    padding-bottom: 100px;
  }
  #front .skill-main:hover {
    opacity: 1;
  }
  #front .skill-main__inner {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
  #front .skill-main__eng {
    font-size: 2rem;
    color: white;
    text-align: center;
  }
  #front .skill-main__ttl {
    margin-top: 20px;
    text-align: center;
    color: white;
    font-size: 4.1rem;
    font-weight: 400;
  }
  #front .skill-main__link {
    margin: 49px auto 0;
    background-color: white;
  }
  #front {
    /*****************/
    /**** about   *****/
    /*****************/
  }
  #front .about {
    padding-top: 120px;
    padding-bottom: 78px;
    background: linear-gradient(rgba(255, 139, 139, 0.2), rgba(255, 209, 147, 0.2));
  }
  #front .about-lead {
    margin-top: 30px;
    font-size: 3rem;
    color: #4A4A4E;
    text-align: center;
  }
  #front .about-desc {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: center;
    color: #4A4A4E;
  }
  #front .about-list {
    margin-top: 52px;
  }
  #front .about-list__item {
    background-color: white;
    border-radius: 10px;
    padding: 27px 24px;
    margin-bottom: 20px;
  }
  #front .about-list__item:nth-child(even) .about-list__link {
    flex-direction: row-reverse;
  }
  #front .about-list__item:last-child {
    margin-bottom: 0;
  }
  #front .about-list__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #front .about-list__link:hover {
    opacity: 1;
  }
  #front .about-list__img {
    width: 49%;
    border-radius: 10px;
  }
  #front .about-list__main {
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 1%;
    max-width: 530px;
  }
  #front .about-list__eng {
    display: flex;
    align-items: flex-end;
    font-size: 2rem;
    color: #E46666;
  }
  #front .about-list__eng span {
    font-size: 4.2rem;
    margin-right: 27px;
  }
  #front .about-list__eng p {
    margin-bottom: 5px;
  }
  #front .about-list__ttl {
    margin-top: 20px;
    font-size: 2.8rem;
    color: #000000;
    font-weight: 400;
  }
  #front .about-list__desc {
    margin-top: 40px;
    font-size: 1.5rem;
    color: #000000;
  }
  #front .about-list__cta {
    margin-top: 25px;
  }
  #front .about-link {
    margin: 57px auto 0;
  }
  #front {
    /*****************/
    /**** document-banner   *****/
    /*****************/
  }
  #front .document-banner {
    max-width: 1266px;
    margin: 60px auto 0;
    padding: 64px 15px;
    background-image: url(../images/front/document-banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
  }
  #front .document-banner-main {
    max-width: 1020px;
    margin: 0 auto;
  }
  #front .document-banner-eng {
    font-size: 6.1rem;
    color: white;
  }
  #front .document-banner-ttl {
    margin-top: 10px;
    font-size: 2.2rem;
    color: white;
    font-size: 400;
  }
  #front .document-banner-desc {
    margin-top: 36px;
    font-size: 2rem;
    color: white;
  }
  #front {
    /*****************/
    /**** corporate   *****/
    /*****************/
  }
  #front .corporate {
    padding-top: 52px;
    padding-bottom: 50px;
    max-width: 1266px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #front .corporate .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  #front .corporate-main {
    border-radius: 10px;
    background: linear-gradient(to right, #FF8B8B, rgb(255, 209, 147));
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
  }
  #front .corporate-main:hover {
    opacity: 1;
  }
  #front .corporate-img {
    position: absolute;
    width: 31%;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
  }
  #front .corporate-img02 {
    position: absolute;
    width: 17%;
    bottom: 0;
    right: 8%;
  }
  #front .corporate-inner {
    position: relative;
  }
  #front .corporate-eng {
    font-size: 6.1rem;
    color: white;
    font-weight: 500;
    text-align: center;
  }
  #front .corporate-ttl {
    margin-top: 11px;
    font-size: 2.4rem;
    text-align: center;
    color: white;
  }
  #front .corporate-cta {
    margin: 28px auto 0;
  }
  #front .corporate-cta img {
    width: 15px;
  }
  #front {
    /*****************/
    /**** seminar-texts   *****/
    /*****************/
  }
  #front .seminar-texts {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 2000px;
    width: 100%;
    height: 100%;
  }
  #front .seminar-texts__wrap {
    margin-top: 66px;
    overflow: hidden;
    position: relative;
    height: 134px;
  }
  #front .seminar-texts .slick-list,
  #front .seminar-texts .slick-track {
    height: 100%;
  }
  #front .seminar-texts__item {
    padding-left: 30px;
    padding-right: 30px;
    filter: blur(5px);
    display: inline-block;
  }
  #front .seminar-texts__item img {
    width: 1808px;
  }
  #front .seminar-texts__item {
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%, black 0%, transparent 100%);
    mask-repeat: no-repeat;
  }
  #front {
    /*****************/
    /**** seminar   *****/
    /*****************/
  }
  #front .seminar {
    overflow-x: hidden;
    margin-top: -1px;
    position: relative;
    padding-bottom: 71px;
    position: relative;
    background-color: #F5F5F5;
  }
  #front .seminar-before {
    width: 100%;
  }
  #front .seminar .container {
    position: relative;
  }
  #front .seminar-list {
    margin: 70px -10px 0;
    display: flex;
    flex-wrap: wrap;
  }
  #front .seminar-list__item {
    margin-left: 10px;
    margin-right: 10px;
    flex-shrink: 0;
    width: 367px;
    margin-bottom: 20px;
  }
  #front .seminar-list__thumb {
    border-radius: 10px;
    aspect-ratio: 367/232;
    overflow: hidden;
  }
  #front .seminar-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .seminar-list__status {
    margin-top: 18px;
    display: flex;
    align-items: center;
  }
  #front .seminar-list__recruiting {
    width: 78px;
    height: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #B4B4B4;
    font-size: 1.4rem;
    font-weight: 600;
  }
  #front .seminar-list__recruiting.active {
    width: 61px;
    background-color: #FF8B8B;
  }
  #front .seminar-list__online {
    margin-left: 15px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #000000;
  }
  #front .seminar-list__online img {
    width: 23px;
  }
  #front .seminar-list__time {
    display: block;
    margin-top: 18px;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #front .seminar-list__ttl {
    margin-top: 12px;
    font-size: 2rem;
    color: #262629;
    font-weight: 400;
  }
  #front .seminar-cta {
    margin: 23px auto 0;
  }
  #front {
    /*****************/
    /**** news   *****/
    /*****************/
  }
  #front .news {
    padding-top: 106px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
  }
  #front .news-img01 {
    position: absolute;
    width: 28%;
    top: -21%;
    right: -5%;
  }
  #front .news-img02 {
    position: absolute;
    left: -7%;
    width: 28%;
    bottom: 0;
  }
  #front .news .container {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #front .news-ttl .section-ttl__jp {
    justify-content: flex-start;
  }
  #front .news-ttl .section-ttl__eng {
    text-align: left;
  }
  #front .news-tabs {
    margin-top: 108px;
  }
  #front .news-tabs__item {
    font-size: 1.8rem;
    color: black;
    margin-bottom: 25px;
    cursor: pointer;
  }
  #front .news-tabs__item.active {
    color: #E46666;
  }
  #front .news-right {
    margin-left: 1%;
    max-width: 770px;
    width: 66%;
  }
  #front .news-article {
    display: none;
  }
  #front .news-article.active {
    display: block;
  }
  #front .news-list {
    min-height: 508px;
  }
  #front .news-list__item {
    padding-bottom: 23px;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 23px;
  }
  #front .news-list__item:last-child {
    margin-bottom: 0;
  }
  #front .news-list__link {
    display: flex;
  }
  #front .news-list__thumb {
    border-radius: 5px;
    aspect-ratio: 202/130;
    width: 202px;
    flex-shrink: 0;
    margin-right: 6%;
    overflow: hidden;
  }
  #front .news-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .news-list__field {
    display: flex;
    align-items: center;
  }
  #front .news-list__cat {
    width: 82px;
    height: 26px;
    border-radius: 22px;
    border: 1px solid #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #000000;
  }
  #front .news-list__time {
    display: block;
    margin-left: 13px;
    font-size: 1.8rem;
    color: #B1B1B1;
  }
  #front .news-list__ttl {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: 500;
    color: #4A4A4E;
  }
  #front .news-cta {
    margin-top: 38px;
    margin-right: 0;
    margin-left: auto;
  }
  #front {
    /*****************/
    /**** contact   *****/
    /*****************/
  }
  #front .contact {
    padding-top: 51px;
    padding-bottom: 79px;
    position: relative;
    overflow: hidden;
  }
  #front .contact-img {
    position: absolute;
    width: 28%;
    right: -7%;
    bottom: -43%;
  }
  #front .contact .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #front .contact-banner {
    width: 49%;
    border-radius: 10px;
    padding: 67px 4% 54px;
  }
  #front .contact-banner:hover {
    opacity: 1;
  }
  #front .contact-banner.contact-contact {
    background-image: url(../images/front/contact-contact__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #front .contact-banner.contact-faq {
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    position: relative;
  }
  #front .contact-banner.contact-faq > img {
    position: absolute;
    width: 30%;
    bottom: 0;
    right: 8%;
  }
  #front .contact-banner__eng {
    color: white;
    font-size: 6.4rem;
    font-weight: 500;
  }
  #front .contact-banner__ttl {
    margin-top: 10px;
    font-size: 1.8rem;
    color: white;
    font-weight: 500;
  }
  #front .contact-banner__cta {
    margin-top: 36px;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  #front {
    /*****************/
    /**** cta  *****/
    /*****************/
  }
  #front .cta {
    width: 180px;
    height: 47px;
    border-radius: 28px;
    border: 2px solid #E46666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 28px;
    padding-right: 18px;
    font-size: 1.7rem;
    color: #4A4A4E;
    background-color: white;
    transition: all 0.6s ease;
  }
  #front .cta span {
    color: #E46666;
    transition: all 0.6s ease;
  }
  #front .cta:hover {
    opacity: 1;
    background-color: #E46666;
    color: white;
  }
  #front .cta:hover span {
    color: white;
  }
  #front {
    /*****************/
    /****  hero   *****/
    /*****************/
  }
  #front .hero {
    position: relative;
    aspect-ratio: 390/810;
    overflow: hidden;
  }
  #front .hero-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    inset: 0;
  }
  #front .hero-bg .line-svg {
    position: absolute;
    height: auto;
    clip-path: inset(0 100% 0 0);
    animation: reveal 1.6s ease-out forwards;
    max-width: none;
  }
  #front .hero-bg .line-1 {
    z-index: 1;
    animation-delay: 0s;
    width: 293%;
    top: -79%;
    right: -158%;
  }
  #front .hero-bg .line-2 {
    top: 11%;
    right: -185%;
    width: 322%;
    z-index: 2;
    animation-delay: 0.5s;
  }
  #front .hero-bg .line-3 {
    width: 251%;
    top: 32%;
    left: -121%;
    z-index: 3;
    animation-delay: 0.8s;
  }
  @keyframes reveal {
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  #front .hero img {
    position: absolute;
    z-index: 4;
    border-radius: 10px;
  }
  #front .hero-img01 {
    top: 17%;
    left: -4%;
    width: 42%;
  }
  #front .hero-img02 {
    bottom: 0;
    right: -3%;
    width: 64%;
  }
  #front .hero-img03 {
    top: 64%;
    left: 0%;
    width: 50%;
  }
  #front .hero-img06 {
    display: none;
    top: 28%;
    left: 8%;
    width: 35%;
  }
  #front .hero-img07 {
    top: 26%;
    right: -6%;
    width: 40%;
  }
  #front .hero-img08 {
    top: 8%;
    right: 25%;
    width: 35%;
  }
  #front .hero-img09 {
    top: 60%;
    right: 5%;
    width: 22%;
  }
  #front .hero-ttl {
    position: absolute;
    top: 84.6153846154vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    font-size: 8.4615384615vw;
    font-weight: 500;
    display: none;
    line-height: 1.6;
    white-space: nowrap;
    text-align: center;
  }
  #front .hero-ttl span {
    color: #E46666;
  }
  #front .hero-ttl.active {
    display: block;
  }
  #front {
    /*****************/
    /****  intro   *****/
    /*****************/
  }
  #front .intro {
    position: relative;
    padding-top: 150px;
    overflow: hidden;
  }
  #front .intro-img01 {
    position: absolute;
    left: -5%;
    top: 30%;
    width: 20%;
  }
  #front .intro-img02 {
    position: absolute;
    top: 14%;
    right: -13%;
    width: 28%;
  }
  #front .intro-img03 {
    position: absolute;
    bottom: 0;
    right: -6%;
    width: 20%;
  }
  #front .intro .container {
    position: relative;
    padding-top: 40%;
  }
  #front .intro-ttl {
    font-size: 8.4615384615vw;
    font-weight: 500;
    position: fixed;
    top: 84.6153846154vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    white-space: nowrap;
    line-height: 1.6;
    text-align: center;
  }
  #front .intro-ttl span {
    color: #E46666;
  }
  #front .intro-ttl.active {
    position: absolute;
    top: 0;
  }
  #front .intro-bar {
    margin: 20px auto 0;
    width: 120px;
    height: 2px;
    display: flex;
  }
  #front .intro-bar__item {
    flex: 1;
  }
  #front .intro-bar__item:first-child {
    background-color: #FF8B8B;
  }
  #front .intro-bar__item:nth-child(2) {
    background-color: #FFD193;
  }
  #front .intro-bar__item:last-child {
    background-color: #8AD0C7;
  }
  #front .intro-desc {
    line-height: 2;
    margin-top: 47px;
    text-align: center;
    font-size: 1.6rem;
    color: black;
  }
  #front {
    /*****************/
    /****  gallery   *****/
    /*****************/
  }
  #front .gallery {
    margin-top: 60px;
    margin-left: -1%;
    margin-right: -13%;
    width: 110%;
  }
  #front .gallery-wrap {
    overflow: hidden;
  }
  #front .gallery-item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
  #front .gallery-item img {
    border-radius: 10px;
    width: 185px;
    aspect-ratio: 362/276;
    object-fit: cover;
    border-radius: 10px;
  }
  #front .gallery-item:nth-child(odd) {
    padding-top: 11px;
  }
  #front {
    /*****************/
    /**** global   *****/
    /*****************/
  }
  #front .global {
    padding-top: 88px;
    overflow: hidden;
  }
  #front .global-top__wrap {
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  #front .global-top__wrap:hover {
    opacity: 1;
  }
  #front .global-top__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  #front .global-top__img01 {
    position: absolute;
    width: 25%;
    left: -7%;
    top: -1%;
  }
  #front .global-top__img02 {
    position: absolute;
    width: 25%;
    right: -7%;
    bottom: -2%;
  }
  #front .global-top__eng {
    font-size: 1.6rem;
    color: #E46666;
    text-align: center;
  }
  #front .global-top__desc {
    margin-top: 15px;
    text-align: center;
    font-size: 2rem;
    color: #262629;
  }
  #front .global-top__sub {
    margin-top: 15px;
    font-size: 1.6rem;
    color: #262629;
    text-align: center;
  }
  #front .global-top__list {
    margin-top: 30px;
  }
  #front .global-top__item {
    margin: 0 auto 10px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    width: 281px;
    flex-shrink: 0;
    padding-top: 22px;
    padding-bottom: 32px;
    border-radius: 10px;
  }
  #front .global-top__item:last-child {
    margin-bottom: 0;
  }
  #front .global-top__number {
    font-size: 1.8rem;
    color: #E46666;
    text-align: center;
  }
  #front .global-top__cap {
    margin-top: 20px;
    font-size: 2rem;
    color: #E46666;
    text-align: center;
  }
  #front .global-top__main {
    margin-top: 22px;
    font-size: 2.8rem;
    color: #E46666;
    text-align: center;
  }
  #front .global-top__main span {
    font-size: 6rem;
  }
  #front .global-top__note {
    margin-top: 10px;
    text-align: center;
    font-size: 1.5rem;
    color: #4A4A4E;
  }
  #front .global-top__link {
    margin-top: 40px;
    font-size: 1.4rem;
    color: #4A4A4E;
    font-weight: 300;
    text-decoration: underline;
  }
  #front .global-bottom {
    margin-top: 80px;
    overflow: hidden;
  }
  #front .global-bottom__main {
    margin-top: 35px;
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #front .global-bottom__left p {
    color: white;
    font-weight: 500;
  }
  #front .global-bottom__big {
    font-size: 3rem;
  }
  #front .global-bottom__middle {
    margin-top: 32px;
    font-size: 2rem;
  }
  #front .global-bottom__desc {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  #front .global-bottom__right {
    margin: 20px;
    border-radius: 10px;
  }
  #front {
    /*****************/
    /**** story   *****/
    /*****************/
  }
  #front .story {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  #front .story-img01 {
    position: absolute;
    width: 20%;
    bottom: 0;
    left: -5%;
  }
  #front .story-img02 {
    position: absolute;
    width: 20%;
    top: -10px;
    right: -4%;
  }
  #front .story .container {
    position: relative;
  }
  #front .story-ttl {
    font-size: 1.6rem;
    color: black;
    font-weight: 400;
  }
  #front .story-ttl span {
    margin-top: 15px;
    font-size: 3rem;
    color: #FF8B8B;
    display: block;
  }
  #front .story-main {
    margin-top: 31px;
    border-radius: 20px;
    background-color: white;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  #front .story .slick-next,
  #front .story .slick-prev {
    width: 45px;
    height: 45px;
    border: 2px solid #D3D3D3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, 100%);
    bottom: -35px;
    top: auto;
  }
  #front .story .slick-next:before,
  #front .story .slick-prev:before {
    display: none;
  }
  #front .story .slick-next::after,
  #front .story .slick-prev::after {
    color: #E46666;
    font-size: 2.2rem;
    font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  #front .story .slick-next {
    left: auto;
    right: 0;
  }
  #front .story .slick-next::after {
    content: "→";
  }
  #front .story .slick-prev {
    left: auto;
    right: 55px;
  }
  #front .story .slick-prev::after {
    content: "←";
  }
  #front .story-slider {
    width: 100%;
  }
  #front .story-slider__link {
    padding: 35px 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #front .story-slider__link:hover {
    opacity: 1;
  }
  #front .story-slider__number {
    font-size: 1.8rem;
    color: #FF8B8B;
    display: flex;
    align-items: flex-end;
  }
  #front .story-slider__number span {
    margin-left: 5px;
    font-size: 3rem;
  }
  #front .story-slider__number p {
    margin-bottom: 5px;
  }
  #front .story-slider__lead {
    margin-top: 10px;
    font-size: 2rem;
    color: black;
  }
  #front .story-slider__desc {
    margin-top: 25px;
    font-size: 1.4rem;
    color: black;
    line-height: 1.8;
  }
  #front .story-slider__cta {
    margin-top: 20px;
    width: 176px;
    height: 46px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FF8B8B;
    color: white;
    font-size: 1.6rem;
    padding-left: 28px;
    padding-right: 17px;
    transition: all 0.6s ease;
  }
  #front .story-slider__cta:hover {
    background-color: white;
    border: 1px solid #FF8B8B;
    color: #FF8B8B;
  }
  #front .story-slider__right {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
  }
  #front .story-link {
    margin-top: 30px;
  }
  #front {
    /*****************/
    /**** column   *****/
    /*****************/
  }
  #front .column {
    padding-top: 76px;
    position: relative;
    overflow: hidden;
  }
  #front .column-img01 {
    position: absolute;
    width: 19%;
    top: 0;
    right: -6%;
  }
  #front .column-img02 {
    position: absolute;
    width: 24%;
    right: -10%;
    bottom: 40%;
  }
  #front .column-ttl {
    font-size: 1.6rem;
    font-weight: 400;
    color: black;
  }
  #front .column-ttl span {
    margin-top: 15px;
    font-size: 3rem;
    color: #FF8B8B;
    display: block;
  }
  #front .column-tag {
    margin-top: 36px;
  }
  #front .column-tag__left {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 2.4rem;
    color: #E46666;
  }
  #front .column-tag__right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #front .column-tag__item {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    height: 26px;
    border-radius: 15px;
    border: 1px solid #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: block;
    cursor: pointer;
    transition: all 0.6s ease;
  }
  #front .column-tag__item.active {
    background-color: #FF8B8B;
    color: white;
    border: none;
  }
  #front .column-article {
    margin-top: 40px;
    display: none;
  }
  #front .column-article.active {
    display: block;
  }
  #front .column-article__link {
    margin: 20px auto 0;
  }
  #front .column-top {
    margin: 0 auto;
    max-width: 354px;
  }
  #front .column-top:hover {
    opacity: 1;
  }
  #front .column-top__thumb {
    flex-shrink: 0;
    aspect-ratio: 496/313;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px auto 0;
  }
  #front .column-top__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .column-top__right {
    margin-bottom: 50px;
  }
  #front .column-top__cat {
    font-size: 1.4rem;
    font-weight: 600;
    color: #E46666;
  }
  #front .column-top__ttl {
    margin-top: 15px;
    font-size: 1.8rem;
    color: #4A4A4E;
    font-weight: 400;
  }
  #front .column-top__cats {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  #front .column-top__item {
    padding-left: 20px;
    padding-right: 20px;
    height: 25px;
    border: 1px solid #D3D3D3;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: black;
  }
  #front .column-top__time {
    display: block;
    margin-top: 20px;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #front .column-bottom {
    margin: 0 auto;
    max-width: 354px;
  }
  #front .column-bottom__item {
    margin-bottom: 50px;
  }
  #front .column-bottom__link:hover {
    opacity: 1;
  }
  #front .column-bottom__thumb {
    margin: 20px auto 0;
    aspect-ratio: 354/224;
    border-radius: 10px;
    overflow: hidden;
    max-width: 354px;
  }
  #front .column-bottom__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .column-bottom__cat {
    display: block;
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #E46666;
  }
  #front .column-bottom__ttl {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #4A4A4E;
  }
  #front .column-bottom__cats {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  #front .column-bottom__cats-item {
    padding-left: 20px;
    padding-right: 20px;
    height: 25px;
    border: 1px solid #D3D3D3;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: black;
  }
  #front .column-bottom__time {
    display: block;
    margin-top: 13px;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #front {
    /*****************/
    /**** skill   *****/
    /*****************/
  }
  #front .skill {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
  }
  #front .skill-img01 {
    position: absolute;
    width: 28%;
    top: -5%;
    left: -10%;
  }
  #front .skill-img02 {
    position: absolute;
    width: 7%;
    top: 2%;
    right: 3%;
  }
  #front .skill .container {
    position: relative;
  }
  #front .skill-main {
    border-radius: 10px;
    background-image: url(../images/front/skill-main__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 35px;
  }
  #front .skill-main:hover {
    opacity: 1;
  }
  #front .skill-main__eng {
    font-size: 1.3rem;
    color: white;
    text-align: center;
  }
  #front .skill-main__ttl {
    margin-top: 10px;
    text-align: center;
    color: white;
    font-size: 2.7rem;
    font-weight: 400;
  }
  #front .skill-main__link {
    margin: 25px auto 0;
    background-color: white;
  }
  #front {
    /*****************/
    /**** about   *****/
    /*****************/
  }
  #front .about {
    padding-top: 60px;
    padding-bottom: 35px;
    background: linear-gradient(rgba(255, 139, 139, 0.2), rgba(255, 209, 147, 0.2));
  }
  #front .about-lead {
    margin-top: 20px;
    font-size: 1.8rem;
    color: #4A4A4E;
    text-align: center;
    font-weight: 400;
  }
  #front .about-desc {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: center;
    color: #4A4A4E;
  }
  #front .about-list {
    margin-top: 30px;
  }
  #front .about-list__item {
    background-color: white;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  #front .about-list__item:nth-child(even) .about-list__link {
    flex-direction: row-reverse;
  }
  #front .about-list__item:last-child {
    margin-bottom: 0;
  }
  #front .about-list__link:hover {
    opacity: 1;
  }
  #front .about-list__img {
    max-width: 354px;
    width: 100%;
    margin: 20px auto 0;
    border-radius: 10px;
  }
  #front .about-list__eng {
    display: flex;
    align-items: flex-end;
    font-size: 1.6rem;
    color: #E46666;
  }
  #front .about-list__eng span {
    font-size: 3rem;
    margin-right: 15px;
  }
  #front .about-list__eng p {
    margin-bottom: 5px;
  }
  #front .about-list__ttl {
    margin-top: 10px;
    font-size: 2rem;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
  }
  #front .about-list__desc {
    margin-top: 20px;
    font-size: 1.4rem;
    color: #000000;
  }
  #front .about-list__cta {
    margin-top: 15px;
  }
  #front .about-link {
    margin: 37px auto 0;
  }
  #front {
    /*****************/
    /**** document-banner   *****/
    /*****************/
  }
  #front .document-banner {
    max-width: 1266px;
    margin: 30px 15px 0;
    padding: 34px 15px;
    background-image: url(../images/front/document-banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
  }
  #front .document-banner-main {
    max-width: 1020px;
    margin: 0 auto;
  }
  #front .document-banner-eng {
    font-size: 4rem;
    color: white;
  }
  #front .document-banner-ttl {
    margin-top: 10px;
    font-size: 1.8rem;
    color: white;
    font-size: 400;
  }
  #front .document-banner-desc {
    margin-top: 20px;
    font-size: 1.6rem;
    color: white;
  }
  #front {
    /*****************/
    /**** corporate   *****/
    /*****************/
  }
  #front .corporate {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  #front .corporate-main {
    border-radius: 10px;
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
  }
  #front .corporate-main:hover {
    opacity: 1;
  }
  #front .corporate-img {
    position: absolute;
    width: 55%;
    top: -10%;
    left: -1%;
  }
  #front .corporate-img02 {
    position: absolute;
    width: 21%;
    bottom: 0;
    right: 2%;
  }
  #front .corporate-inner {
    position: relative;
  }
  #front .corporate-eng {
    font-size: 4rem;
    color: white;
    font-weight: 500;
    text-align: center;
  }
  #front .corporate-ttl {
    margin-top: 11px;
    font-size: 1.8rem;
    text-align: center;
    color: white;
  }
  #front .corporate-cta {
    margin: 20px auto 0;
  }
  #front .corporate-cta img {
    width: 15px;
  }
  #front {
    /*****************/
    /**** seminar-texts   *****/
    /*****************/
  }
  #front .seminar-texts {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 100%;
  }
  #front .seminar-texts__wrap {
    margin-top: 46px;
    overflow: hidden;
    position: relative;
    height: 74px;
  }
  #front .seminar-texts .slick-list,
  #front .seminar-texts .slick-track {
    height: 100%;
  }
  #front .seminar-texts__item {
    padding-left: 15px;
    padding-right: 15px;
    filter: blur(3px);
    display: inline-block;
  }
  #front .seminar-texts__item img {
    width: 800px;
  }
  #front .seminar-texts__item {
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%, black 0%, transparent 100%);
    mask-repeat: no-repeat;
  }
  #front {
    /*****************/
    /**** seminar   *****/
    /*****************/
  }
  #front .seminar {
    overflow-x: hidden;
    margin-top: -1px;
    position: relative;
    padding-bottom: 41px;
    position: relative;
    background-color: #F5F5F5;
  }
  #front .seminar-before {
    width: 100%;
  }
  #front .seminar .container {
    position: relative;
  }
  #front .seminar-ttl {
    margin-top: 30px;
  }
  #front .seminar-list {
    margin: 40px auto 0;
    max-width: 367px;
  }
  #front .seminar-list__item {
    margin-bottom: 50px;
  }
  #front .seminar-list__thumb {
    margin: 0 auto;
    border-radius: 10px;
    aspect-ratio: 367/232;
    overflow: hidden;
    max-width: 367px;
  }
  #front .seminar-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .seminar-list__status {
    margin-top: 12px;
    display: flex;
    align-items: center;
  }
  #front .seminar-list__recruiting {
    width: 55px;
    height: 21px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #B4B4B4;
    font-size: 1.2rem;
    font-weight: 600;
  }
  #front .seminar-list__recruiting.active {
    width: 61px;
    background-color: #FF8B8B;
  }
  #front .seminar-list__online {
    margin-left: 15px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #000000;
  }
  #front .seminar-list__online img {
    width: 23px;
  }
  #front .seminar-list__time {
    display: block;
    margin-top: 15px;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #front .seminar-list__ttl {
    margin-top: 7px;
    font-size: 1.6rem;
    color: #262629;
    font-weight: 400;
  }
  #front .seminar-cta {
    margin: 15px auto 0;
  }
  #front {
    /*****************/
    /**** news   *****/
    /*****************/
  }
  #front .news {
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  #front .news-img01 {
    position: absolute;
    width: 28%;
    top: -21%;
    right: -5%;
  }
  #front .news-img02 {
    position: absolute;
    left: -7%;
    width: 28%;
    bottom: 0;
  }
  #front .news-ttl .section-ttl__jp {
    justify-content: flex-start;
  }
  #front .news-ttl .section-ttl__eng {
    text-align: left;
  }
  #front .news-tabs {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #front .news-tabs__item {
    font-size: 1.4rem;
    color: black;
    cursor: pointer;
  }
  #front .news-tabs__item.active {
    color: #E46666;
  }
  #front .news-right {
    margin-top: 30px;
  }
  #front .news-article {
    display: none;
  }
  #front .news-article.active {
    display: block;
  }
  #front .news-list {
    margin: 0 auto;
    max-width: 350px;
  }
  #front .news-list__item {
    margin-bottom: 50px;
  }
  #front .news-list__item:last-child {
    margin-bottom: 0;
  }
  #front .news-list__thumb {
    border-radius: 5px;
    aspect-ratio: 202/130;
    max-width: 350px;
    width: 100%;
    flex-shrink: 0;
    margin: 20px auto 0;
    overflow: hidden;
  }
  #front .news-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .news-list__field {
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  #front .news-list__cat {
    width: 82px;
    height: 26px;
    border-radius: 22px;
    border: 1px solid #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #000000;
  }
  #front .news-list__time {
    display: block;
    margin-left: 13px;
    font-size: 1.4rem;
    color: #B1B1B1;
  }
  #front .news-list__ttl {
    margin-top: 12px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #4A4A4E;
  }
  #front .news-cta {
    margin-top: 25px;
    margin-right: 0;
    margin-left: auto;
  }
  #front {
    /*****************/
    /**** contact   *****/
    /*****************/
  }
  #front .contact {
    padding-top: 31px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
  }
  #front .contact-img {
    position: absolute;
    width: 28%;
    right: -7%;
    bottom: -43%;
  }
  #front .contact .container {
    position: relative;
  }
  #front .contact-banner {
    border-radius: 10px;
    padding: 30px 4% 25px;
    overflow: hidden;
  }
  #front .contact-banner:hover {
    opacity: 1;
  }
  #front .contact-banner.contact-contact {
    background-image: url(../images/front/contact-contact__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #front .contact-banner.contact-faq {
    margin-top: 20px;
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    position: relative;
  }
  #front .contact-banner.contact-faq > img {
    position: absolute;
    width: 25%;
    bottom: 0;
    right: 3%;
  }
  #front .contact-banner__eng {
    color: white;
    font-size: 4rem;
    font-weight: 500;
  }
  #front .contact-banner__ttl {
    margin-top: 10px;
    font-size: 1.6rem;
    color: white;
    font-weight: 500;
  }
  #front .contact-banner__cta {
    margin-top: 20px;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  #specified-skills {
    /*****************/
    /****   hero   *****/
    /*****************/
  }
  #specified-skills .hero {
    background-image: url(../images/specified/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 651px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #specified-skills .hero-ttl {
    font-size: 6.3rem;
    color: black;
    font-weight: 400;
  }
  #specified-skills .hero-ttl span {
    color: #E46666;
  }
  #specified-skills .hero-eng {
    margin-top: 50px;
    font-size: 2.3rem;
  }
  #specified-skills {
    /*****************/
    /****   intro   *****/
    /*****************/
  }
  #specified-skills .intro {
    padding-top: 83px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
  }
  #specified-skills .intro-img01 {
    position: absolute;
    width: 20%;
    bottom: 11%;
    left: -5%;
  }
  #specified-skills .intro-img02 {
    position: absolute;
    width: 25%;
    top: -13%;
    right: -7%;
    max-width: 350px;
  }
  #specified-skills .intro-img03 {
    position: absolute;
    width: 19%;
    bottom: -1%;
    right: -6%;
  }
  #specified-skills .intro-ttl {
    color: #262629;
    font-size: 3.7rem;
    text-align: center;
  }
  #specified-skills .intro-ttl span {
    color: #E46666;
  }
  #specified-skills .intro-bar {
    margin: 47px auto 0;
    width: 120px;
    height: 2px;
    display: flex;
  }
  #specified-skills .intro-bar span {
    flex: 1;
  }
  #specified-skills .intro-bar span:first-child {
    background-color: #FF8B8B;
  }
  #specified-skills .intro-bar span:nth-child(2) {
    background-color: #FFD193;
  }
  #specified-skills .intro-bar span:last-child {
    background-color: #8AD0C7;
  }
  #specified-skills .intro-desc {
    margin-top: 57px;
    text-align: center;
    font-size: 1.5rem;
    color: black;
  }
  #specified-skills {
    /*****************/
    /****   about   *****/
    /*****************/
  }
  #specified-skills .about {
    padding-top: 90px;
    padding-bottom: 100px;
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    overflow: hidden;
  }
  #specified-skills .about-wrapper {
    position: relative;
  }
  #specified-skills .about-main {
    display: flex;
    align-items: center;
  }
  #specified-skills .about-left {
    width: 63%;
    max-width: 750px;
  }
  #specified-skills .about-cap {
    color: white;
    font-weight: 500;
    font-size: 4.5rem;
  }
  #specified-skills .about-cap span {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  #specified-skills .about-cap span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: white;
    margin-right: 14px;
  }
  #specified-skills .about-lead {
    margin-top: 36px;
    font-size: 2.6rem;
    font-weight: 500;
    color: white;
  }
  #specified-skills .about-desc {
    margin-top: 35px;
    font-weight: 500;
    font-size: 1.5rem;
    color: white;
  }
  #specified-skills .about-right {
    border-radius: 10px;
    width: 40%;
    max-width: 719px;
    transform: translate(10%, -50%);
    top: 50%;
    right: 0;
    position: absolute;
  }
  #specified-skills .about-list {
    margin-top: 91px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
  }
  #specified-skills .about-list__item {
    background-color: white;
    border-radius: 10px;
    padding: 35px 30px;
    width: 49%;
  }
  #specified-skills .about-list__ttl {
    font-size: 2.6rem;
    color: black;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  #specified-skills .about-list__ttl::before {
    content: "";
    width: 5px;
    height: 25px;
    display: block;
    background-color: #E46666;
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 2px;
  }
  #specified-skills .about-list__desc {
    margin-top: 15px;
    font-size: 1.5rem;
    color: black;
  }
  #specified-skills {
    /*****************/
    /****   skills   *****/
    /*****************/
  }
  #specified-skills .skills {
    padding-top: 60px;
    padding-bottom: 106px;
    position: relative;
    overflow: hidden;
  }
  #specified-skills .skills.skills02 {
    padding-bottom: 10px;
  }
  #specified-skills .skills-img01 {
    position: absolute;
    width: 31%;
    top: 10%;
    left: -12%;
    max-width: 357px;
  }
  #specified-skills .skills-img02 {
    position: absolute;
    width: 34%;
    top: -5px;
    right: -11%;
    max-width: 392px;
  }
  #specified-skills .skills .container {
    position: relative;
  }
  #specified-skills .skills-ttl {
    font-size: 3.6rem;
    font-weight: 400;
    color: black;
    text-align: center;
  }
  #specified-skills .skills-ttl__eng {
    font-size: 2.4rem;
    color: #E46666;
    margin-bottom: 25px;
  }
  #specified-skills .skills-desc {
    margin-top: 40px;
    text-align: center;
    font-size: 1.6rem;
    color: #4A4A4E;
    line-height: 2;
  }
  #specified-skills .skills-main {
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-top: 51px;
    padding: 63px 50px;
  }
  #specified-skills .skills-main__cap {
    padding: 7px 12px;
    border-radius: 5px;
    background-color: #FFDCDC;
    font-size: 1.6rem;
    color: black;
    display: inline-flex;
    align-items: center;
  }
  #specified-skills .skills-main__ttl {
    margin-top: 30px;
    font-size: 2.9rem;
    font-weight: 400;
    color: #000000;
  }
  #specified-skills .skills-main__ttl span {
    color: #E46666;
  }
  #specified-skills .skills-main__desc {
    margin-top: 35px;
    font-size: 1.5rem;
    color: black;
    line-height: 2;
  }
  #specified-skills .skills-main__desc span {
    font-weight: bold;
  }
  #specified-skills .skills-main__list {
    margin-top: 30px;
  }
  #specified-skills .skills-main__list-item {
    font-size: 1.5rem;
    color: black;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: normal;
  }
  #specified-skills .skills-main__list-item::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #E46666;
    margin-right: 10px;
    flex-shrink: 0;
  }
  #specified-skills .skills-main__img {
    width: 41%;
    border-radius: 10px;
  }
  #specified-skills .skills-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4%;
  }
  #specified-skills .skills-list__item.item2 {
    flex-direction: row-reverse;
    margin-top: 67px;
  }
  #specified-skills .skills-list__item.item2 .skills-main__cap {
    background-color: #DCF1EE;
  }
  #specified-skills .skills-table {
    margin-top: 68px;
    width: 100%;
    border-collapse: collapse;
  }
  #specified-skills .skills-table thead tr {
    display: flex;
  }
  #specified-skills .skills-table thead tr th {
    font-size: 2rem;
    font-weight: 400;
    color: #000000;
    padding: 30px 20px;
    text-align: center;
  }
  #specified-skills .skills-table thead tr th:first-child {
    width: 24%;
  }
  #specified-skills .skills-table thead tr th:nth-child(2) {
    background-color: #FFDCDC;
    width: 38%;
    border-radius: 20px 0 0 0;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
  }
  #specified-skills .skills-table thead tr th:nth-child(3) {
    background-color: #DCF1EE;
    width: 38%;
    border-radius: 0 20px 0 0;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
  }
  #specified-skills .skills-table tbody {
    border-radius: 20px 0 0 0;
  }
  #specified-skills .skills-table tbody tr {
    display: flex;
  }
  #specified-skills .skills-table tbody tr:first-child th {
    border-radius: 20px 0 0 0;
    border-top: 1px solid #D3D3D3;
  }
  #specified-skills .skills-table tbody tr:first-child td {
    border-top: 1px solid #D3D3D3;
  }
  #specified-skills .skills-table tbody tr th {
    font-size: 1.6rem;
    padding: 35px 25px;
    width: 24%;
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    background-color: #F5F5F5;
    font-weight: 500;
    text-align: left;
  }
  #specified-skills .skills-table tbody tr td {
    text-align: center;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    width: 38%;
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
  }
  #specified-skills .skills-table tbody tr td span {
    color: #E46666;
  }
  #specified-skills .skills-table tbody tr td span.note {
    display: block;
    font-size: 1.4rem;
    color: #4A4A4E;
    margin-top: 10px;
  }
  #specified-skills .skills-note {
    margin-top: 25px;
    font-size: 1.4rem;
    color: #4A4A4E;
  }
  #specified-skills .skills-note span {
    color: #E46666;
  }
  #specified-skills {
    /*****************/
    /****   support   *****/
    /*****************/
  }
  #specified-skills .support {
    background-color: #FFDCDC;
    padding-top: 86px;
    padding-bottom: 122px;
  }
  #specified-skills .support-desc {
    margin-top: 25px;
    font-size: 1.6rem;
    color: #4A4A4E;
    text-align: center;
  }
  #specified-skills .support-first {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    gap: 4%;
    background-color: white;
    border-radius: 10px;
  }
  #specified-skills .support-first__img {
    width: 47%;
    border-radius: 10px;
  }
  #specified-skills .support-first__right {
    padding-left: 2%;
    padding-right: 2%;
  }
  #specified-skills .support-list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  #specified-skills .support-list__item {
    background-color: white;
    border-radius: 10px;
    padding: 3% 3% 4.5%;
    width: 49%;
  }
  #specified-skills .support-list__eng {
    font-size: 2rem;
    color: #E46666;
  }
  #specified-skills .support-list__eng span {
    font-size: 4.2rem;
    margin-right: 5%;
  }
  #specified-skills .support-list__ttl {
    margin-top: 30px;
    font-size: 2.8rem;
    font-weight: 400;
  }
  #specified-skills .support-list__desc {
    margin-top: 40px;
    font-size: 1.6rem;
    color: black;
  }
  #specified-skills .support-role {
    margin-top: 35px;
    border-radius: 10px;
    overflow: hidden;
  }
  #specified-skills .support-role__ttl {
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    padding-top: 29px;
    padding-bottom: 29px;
    font-size: 2.8rem;
    color: white;
    text-align: center;
  }
  #specified-skills .support-role__desc {
    background-color: white;
    padding: 30px 60px 50px;
    font-size: 1.6rem;
    color: black;
  }
  #specified-skills {
    /*****************/
    /****  internship  *****/
    /*****************/
  }
  #specified-skills .internship-desc {
    text-align: center;
    margin-top: 30px;
    font-size: 1.7rem;
    color: white;
  }
  #specified-skills #front .corporate {
    padding-bottom: 85px;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  #specified-skills {
    /*****************/
    /****   hero   *****/
    /*****************/
  }
  #specified-skills .hero {
    background-image: url(../images/specified/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #specified-skills .hero-ttl {
    font-size: 4rem;
    color: black;
    font-weight: 400;
  }
  #specified-skills .hero-ttl span {
    color: #E46666;
  }
  #specified-skills .hero-eng {
    margin-top: 35px;
    font-size: 1.8rem;
  }
  #specified-skills {
    /*****************/
    /****   intro   *****/
    /*****************/
  }
  #specified-skills .intro {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  #specified-skills .intro-img01 {
    position: absolute;
    width: 20%;
    top: 7%;
    left: -5%;
  }
  #specified-skills .intro-img02 {
    position: absolute;
    width: 25%;
    top: -13%;
    right: -7%;
    max-width: 350px;
  }
  #specified-skills .intro-img03 {
    position: absolute;
    width: 19%;
    bottom: -1%;
    right: -6%;
  }
  #specified-skills .intro-ttl {
    color: #262629;
    font-size: 2.7rem;
    text-align: center;
  }
  #specified-skills .intro-ttl span {
    color: #E46666;
  }
  #specified-skills .intro-bar {
    margin: 30px auto 0;
    width: 120px;
    height: 2px;
    display: flex;
  }
  #specified-skills .intro-bar span {
    flex: 1;
  }
  #specified-skills .intro-bar span:first-child {
    background-color: #FF8B8B;
  }
  #specified-skills .intro-bar span:nth-child(2) {
    background-color: #FFD193;
  }
  #specified-skills .intro-bar span:last-child {
    background-color: #8AD0C7;
  }
  #specified-skills .intro-desc {
    margin-top: 40px;
    text-align: center;
    font-size: 1.4rem;
    color: black;
  }
  #specified-skills {
    /*****************/
    /****   about   *****/
    /*****************/
  }
  #specified-skills .about {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    overflow: hidden;
  }
  #specified-skills .about-cap {
    color: white;
    font-weight: 500;
    font-size: 3rem;
  }
  #specified-skills .about-cap span {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  #specified-skills .about-cap span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: white;
    margin-right: 14px;
  }
  #specified-skills .about-lead {
    margin-top: 25px;
    font-size: 2rem;
    font-weight: 500;
    color: white;
  }
  #specified-skills .about-desc {
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.4rem;
    color: white;
  }
  #specified-skills .about-right {
    margin-top: 30px;
    border-radius: 10px;
  }
  #specified-skills .about-list {
    margin-top: 40px;
  }
  #specified-skills .about-list__item {
    background-color: white;
    border-radius: 10px;
    padding: 25px 20px;
    margin-bottom: 15px;
  }
  #specified-skills .about-list__ttl {
    font-size: 2rem;
    color: black;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  #specified-skills .about-list__ttl::before {
    content: "";
    width: 5px;
    height: 20px;
    display: block;
    background-color: #E46666;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 2px;
  }
  #specified-skills .about-list__desc {
    margin-top: 10px;
    font-size: 1.4rem;
    color: black;
  }
  #specified-skills {
    /*****************/
    /****   skills   *****/
    /*****************/
  }
  #specified-skills .skills {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
  }
  #specified-skills .skills.skills02 {
    padding-bottom: 10px;
  }
  #specified-skills .skills-img01 {
    position: absolute;
    width: 31%;
    top: 10%;
    left: -12%;
    max-width: 357px;
  }
  #specified-skills .skills-img02 {
    position: absolute;
    width: 34%;
    top: -5px;
    right: -11%;
    max-width: 392px;
  }
  #specified-skills .skills .container {
    position: relative;
  }
  #specified-skills .skills-ttl {
    font-size: 2.6rem;
    font-weight: 400;
    color: black;
    text-align: center;
  }
  #specified-skills .skills-ttl__eng {
    font-size: 1.8rem;
    color: #E46666;
    margin-bottom: 15px;
  }
  #specified-skills .skills-desc {
    margin-top: 30px;
    text-align: center;
    font-size: 1.4rem;
    color: #4A4A4E;
    line-height: 2;
  }
  #specified-skills .skills-main {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-top: 31px;
    padding: 30px 15px;
  }
  #specified-skills .skills-main__cap {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #FFDCDC;
    font-size: 1.4rem;
    color: black;
    display: inline-flex;
    align-items: center;
  }
  #specified-skills .skills-main__ttl {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: #000000;
  }
  #specified-skills .skills-main__ttl span {
    color: #E46666;
  }
  #specified-skills .skills-main__desc {
    margin-top: 2%;
    font-size: 1.4rem;
    color: black;
    line-height: 2;
  }
  #specified-skills .skills-main__desc span {
    font-weight: bold;
  }
  #specified-skills .skills-main__list {
    margin-top: 20px;
  }
  #specified-skills .skills-main__list-item {
    font-size: 1.4rem;
    color: black;
    margin-bottom: 10px;
    display: flex;
    line-height: 1.6;
    line-height: normal;
  }
  #specified-skills .skills-main__list-item::before {
    margin-top: 7px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #E46666;
    margin-right: 10px;
    flex-shrink: 0;
  }
  #specified-skills .skills-main__right {
    width: 41%;
    border-radius: 10px;
  }
  #specified-skills .skills-main__img {
    margin-top: 30px;
    border-radius: 10px;
  }
  #specified-skills .skills-list__item.item2 {
    margin-top: 47px;
  }
  #specified-skills .skills-list__item.item2 .skills-main__cap {
    background-color: #DCF1EE;
  }
  #specified-skills .skills-table {
    margin-top: 48px;
    width: 100%;
    border-collapse: collapse;
  }
  #specified-skills .skills-table thead tr {
    display: flex;
  }
  #specified-skills .skills-table thead tr th {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
    padding: 20px 10px;
    text-align: center;
  }
  #specified-skills .skills-table thead tr th:first-child {
    width: 24%;
  }
  #specified-skills .skills-table thead tr th:nth-child(2) {
    background-color: #FFDCDC;
    width: 38%;
    border-radius: 20px 0 0 0;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
  }
  #specified-skills .skills-table thead tr th:nth-child(3) {
    background-color: #DCF1EE;
    width: 38%;
    border-radius: 0 20px 0 0;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
  }
  #specified-skills .skills-table tbody {
    border-radius: 20px 0 0 0;
  }
  #specified-skills .skills-table tbody tr {
    display: flex;
  }
  #specified-skills .skills-table tbody tr:first-child th {
    border-radius: 20px 0 0 0;
    border-top: 1px solid #D3D3D3;
  }
  #specified-skills .skills-table tbody tr:first-child td {
    border-top: 1px solid #D3D3D3;
  }
  #specified-skills .skills-table tbody tr th {
    line-height: 1.6;
    font-size: 1.2rem;
    padding: 25px 5px;
    padding-left: 10px;
    width: 24%;
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    background-color: #F5F5F5;
    font-weight: 500;
    text-align: left;
  }
  #specified-skills .skills-table tbody tr td {
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    width: 38%;
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
  }
  #specified-skills .skills-table tbody tr td span {
    color: #E46666;
  }
  #specified-skills .skills-table tbody tr td span.note {
    display: block;
    font-size: 1rem;
    color: #4A4A4E;
    margin-top: 5px;
  }
  #specified-skills .skills-note {
    margin-top: 25px;
    font-size: 1.2rem;
    color: #4A4A4E;
  }
  #specified-skills .skills-note span {
    color: #E46666;
  }
  #specified-skills {
    /*****************/
    /****   support   *****/
    /*****************/
  }
  #specified-skills .support {
    background-color: #FFDCDC;
    padding-top: 86px;
    padding-bottom: 50px;
  }
  #specified-skills .support-ttl .section-ttl__jp {
    font-size: 1.6rem;
    align-items: flex-start;
    line-height: 1.6;
  }
  #specified-skills .support-ttl .section-ttl__jp::before {
    margin-top: 10px;
  }
  #specified-skills .support-desc {
    margin-top: 20px;
    font-size: 1.4rem;
    color: #4A4A4E;
    text-align: center;
  }
  #specified-skills .support-first {
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    gap: 4%;
    background-color: white;
    border-radius: 10px;
  }
  #specified-skills .support-first__img {
    border-radius: 10px;
    margin-top: 30px;
  }
  #specified-skills .support-first__right {
    padding-left: 2%;
    padding-right: 2%;
  }
  #specified-skills .support-list {
    margin-top: 15px;
  }
  #specified-skills .support-list__item {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
  }
  #specified-skills .support-list__eng {
    font-size: 1.6rem;
    color: #E46666;
  }
  #specified-skills .support-list__eng span {
    font-size: 3rem;
    margin-right: 5%;
  }
  #specified-skills .support-list__ttl {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 400;
  }
  #specified-skills .support-list__desc {
    margin-top: 20px;
    font-size: 1.4rem;
    color: black;
  }
  #specified-skills .support-role {
    margin-top: 25px;
    border-radius: 10px;
    overflow: hidden;
  }
  #specified-skills .support-role__ttl {
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
    color: white;
    text-align: center;
  }
  #specified-skills .support-role__desc {
    background-color: white;
    padding: 20px;
    font-size: 1.4rem;
    color: black;
  }
  #specified-skills {
    /*****************/
    /****  internship  *****/
    /*****************/
  }
  #specified-skills .internship .corporate-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  #specified-skills .internship-desc {
    text-align: center;
    margin-top: 20px;
    font-size: 1.5rem;
    color: white;
  }
  #specified-skills #front .corporate {
    padding-bottom: 85px;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  #about-us {
    /*****************/
    /****   parts   *****/
    /*****************/
  }
  #about-us .about-section__eng {
    font-size: 2rem;
    color: #E46666;
    display: flex;
    font-weight: 400;
  }
  #about-us .about-section__eng span {
    display: block;
    margin-left: 5px;
    font-size: 4.1rem;
  }
  #about-us .about-section__eng p {
    margin-top: 7px;
  }
  #about-us .about-section__jp {
    font-size: 3.8rem;
    color: #E46666;
    font-weight: 400;
    line-height: 1.6;
  }
  #about-us .section-lead {
    font-size: 2.5rem;
    color: #4A4A4E;
  }
  #about-us .section-desc {
    font-size: 1.5rem;
    color: #4A4A4E;
  }
  #about-us .content-item {
    border-radius: 10px;
    background-color: white;
    padding: 51px 59px 70px;
  }
  #about-us .content-ttl {
    display: flex;
    align-items: flex-end;
    color: #E46666;
    font-size: 2rem;
    font-weight: 400;
  }
  #about-us .content-ttl span {
    line-height: 1;
    font-size: 4.2rem;
    margin-right: 26px;
  }
  #about-us .content-lead {
    margin-top: 25px;
    font-size: 2.6rem;
    color: #000000;
  }
  #about-us .content-desc {
    margin-top: 35px;
    font-size: 1.5rem;
    color: #000000;
    line-height: 2;
  }
  #about-us {
    /*****************/
    /****   hero   *****/
    /*****************/
  }
  #about-us .hero {
    height: 339px;
    padding-top: 165px;
    padding-right: 50px;
    background-image: url(../images/about/about-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #about-us .hero-ttl__jp {
    justify-content: flex-start;
    font-size: 1.8rem;
  }
  #about-us .hero-ttl__eng {
    margin-top: 24px;
    text-align: left;
    font-size: 5rem;
  }
  #about-us .hero-breadcrumb {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
  }
  #about-us .hero-breadcrumb ol {
    list-style: none;
    display: flex;
  }
  #about-us .hero-breadcrumb ol li {
    font-size: 1.6rem;
    color: #4A4A4E;
    margin-right: 5px;
    display: flex;
    align-items: center;
  }
  #about-us .hero-breadcrumb ol li::after {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #4A4A4E;
    margin-left: 5px;
  }
  #about-us .hero-breadcrumb ol li:last-child {
    margin-right: 0;
  }
  #about-us .hero-breadcrumb ol li:last-child::after {
    display: none;
  }
  #about-us .hero-breadcrumb ol li a {
    font-size: 1.6rem;
    color: #4A4A4E;
  }
  #about-us {
    /*****************/
    /****   intro   *****/
    /*****************/
  }
  #about-us .intro {
    position: relative;
    padding-top: 120px;
    padding-bottom: 84px;
    overflow: hidden;
  }
  #about-us .intro-img01 {
    position: absolute;
    width: 22%;
    bottom: 3.6603221083vw;
    left: -12%;
  }
  #about-us .intro-img02 {
    position: absolute;
    width: 28%;
    top: -4.6120058565vw;
    right: -7%;
  }
  #about-us .intro .container {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  #about-us .intro-ttl {
    font-size: 3.7rem;
    color: #262629;
    text-align: center;
  }
  #about-us .intro-ttl span {
    color: #E46666;
  }
  #about-us .intro-lead {
    margin-top: 32px;
    font-size: 3rem;
    text-align: center;
    color: #000000;
  }
  #about-us .intro-bar {
    margin: 40px auto 0;
    width: 120px;
    height: 2px;
    display: flex;
  }
  #about-us .intro-bar span {
    flex: 1;
  }
  #about-us .intro-bar span:first-child {
    background-color: #FF8B8B;
  }
  #about-us .intro-bar span:nth-child(2) {
    background-color: #FFD193;
  }
  #about-us .intro-bar span:last-child {
    background-color: #8AD0C7;
  }
  #about-us .intro-desc {
    margin-top: 57px;
    text-align: center;
    font-size: 1.5rem;
    color: #000000;
    line-height: 2.5;
  }
  #about-us .intro-support__list {
    margin: 46px -15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  #about-us .intro-support__item {
    position: relative;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    background-color: white;
    padding-top: 36px;
    padding-bottom: 40px;
    width: 350px;
    flex-shrink: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 22px;
  }
  #about-us .intro-support__item:after {
    content: "";
    display: block;
    width: 18px;
    height: 72px;
    background-image: url(../images/about/intro-support__item-after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
  }
  #about-us .intro-support__item:last-child::after {
    display: none;
  }
  #about-us .intro-support__cap {
    font-size: 1.8rem;
    color: #A0A0A0;
    text-align: center;
  }
  #about-us .intro-support__ttl {
    margin-top: 20px;
    font-size: 2.4rem;
    color: #E46666;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #about-us .intro-support__ttl:after {
    content: "";
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 4px;
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    margin-top: 18px;
  }
  #about-us .intro-support__lead {
    margin-top: 31px;
    font-size: 1.8rem;
    color: #000000;
    text-align: center;
  }
  #about-us .intro-support__lead span {
    color: #E46666;
  }
  #about-us .intro-support__childs {
    margin: 31px auto 0;
    width: 240px;
  }
  #about-us .intro-support__child {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  #about-us .intro-support__child:last-child {
    margin-bottom: 0;
  }
  #about-us .intro-support__child img {
    flex-shrink: 0;
    width: 38px;
    margin-right: 10px;
  }
  #about-us .intro-support__child {
    font-size: 1.8rem;
    color: #000000;
  }
  #about-us .intro-anchor__list {
    margin: 95px -15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  #about-us .intro-anchor__item {
    background-color: white;
    border: 2px solid #E46666;
    border-radius: 28px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 13px;
  }
  #about-us .intro-anchor__item a {
    height: 55px;
    padding-left: 33px;
    padding-right: 21px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    color: #000000;
  }
  #about-us .intro-anchor__item a span {
    color: #E46666;
    margin-left: 15px;
  }
  #about-us {
    /*****************/
    /****   system   *****/
    /*****************/
  }
  #about-us .system {
    background: linear-gradient(rgba(255, 139, 139, 0.2), rgba(255, 209, 147, 0.2));
    padding-top: 125px;
    padding-bottom: 135px;
  }
  #about-us .system-ttl {
    display: flex;
    align-items: center;
  }
  #about-us .system-ttl__eng {
    margin-right: 32px;
  }
  #about-us .system-img {
    margin-top: 36px;
    border-radius: 10px;
  }
  #about-us .system-lead {
    margin-top: 50px;
  }
  #about-us .system-desc {
    margin-top: 32px;
  }
  #about-us .system-list {
    margin-top: 47px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 21px;
  }
  #about-us .system-list__item.item1 {
    grid-column: 1/-1;
    grid-row: 1;
  }
  #about-us .system-list__item.item2 {
    grid-column: 1;
    grid-row: 2;
  }
  #about-us .system-list__item.item3 {
    grid-column: 2;
    grid-row: 2;
  }
  #about-us .system-list__item.item4 {
    grid-column: 1/-1;
    grid-row: 3;
    padding-bottom: 40px;
  }
  #about-us .system-list__links {
    margin-top: 37px;
    display: flex;
    align-items: center;
  }
  #about-us .system-list__link {
    border-radius: 28px;
    border: 2px solid #E46666;
    margin-right: 22px;
  }
  #about-us .system-list__link:last-child {
    margin-right: 0;
  }
  #about-us .system-list__link-link {
    font-size: 1.8rem;
    color: #000000;
    display: flex;
    padding: 19px 31px;
  }
  #about-us .system-list__link-link img {
    width: 15px;
    margin-left: 10px;
  }
  #about-us {
    /*****************/
    /****   support   *****/
    /*****************/
  }
  #about-us .support {
    padding-top: 83px;
    padding-bottom: 100px;
  }
  #about-us .support-ttl__eng {
    justify-content: center;
  }
  #about-us .support-ttl__jp {
    margin-top: 23px;
    text-align: center;
  }
  #about-us .support-lead {
    margin-top: 60px;
    text-align: center;
  }
  #about-us .support-desc {
    margin-top: 37px;
    text-align: center;
  }
  #about-us .support-img {
    margin-top: 41px;
    border-radius: 10px;
  }
  #about-us .support-list {
    margin-top: 57px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 21px;
  }
  #about-us .support-list__item {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #about-us .support-list__item.item1 {
    grid-column: 1/-1;
    grid-row: 1;
  }
  #about-us .support-list__item.item2 {
    grid-column: 1;
    grid-row: 2;
  }
  #about-us .support-list__item.item3 {
    grid-column: 2;
    grid-row: 2;
  }
  #about-us {
    /*****************/
    /****   free   *****/
    /*****************/
  }
  #about-us .free {
    padding-top: 70px;
    padding-bottom: 108px;
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    overflow: hidden;
  }
  #about-us .free-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #about-us .free-top__wrapper {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #about-us .free-top__left {
    width: 60%;
  }
  #about-us .free-top__right {
    border-radius: 10px;
    width: 40%;
    max-width: 719px;
    transform: translate(7%, -50%);
    top: 50%;
    right: 0;
    position: absolute;
  }
  #about-us .free-ttl__eng {
    color: white;
  }
  #about-us .free-ttl__jp {
    margin-top: 25px;
    color: white;
  }
  #about-us .free-lead {
    margin-top: 58px;
    color: white;
  }
  #about-us .free-desc {
    margin-top: 46px;
    color: white;
  }
  #about-us .free-bottom {
    margin-top: 72px;
    border-radius: 10px;
    background-color: white;
    padding: 51px 60px 64px;
  }
  #about-us .free-bottom__ttl.ttl2 {
    margin-top: 74px;
  }
  #about-us .free-bottom__table {
    margin-top: 32px;
    width: 100%;
    border-collapse: collapse;
  }
  #about-us .free-bottom__table thead tr {
    display: flex;
  }
  #about-us .free-bottom__table thead tr th {
    padding: 25px 5px;
    text-align: center;
    font-size: 2rem;
    color: #000000;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    font-weight: 400;
  }
  #about-us .free-bottom__table thead tr th:first-child {
    width: 30%;
    border: none;
  }
  #about-us .free-bottom__table thead tr th:nth-child(2) {
    width: 32.5%;
    background-color: #FFDCDC;
    border-radius: 20px 0 0 0;
  }
  #about-us .free-bottom__table thead tr th:nth-child(3) {
    width: 18.75%;
    background-color: #F5F5F5;
  }
  #about-us .free-bottom__table thead tr th:last-child {
    width: 18.75%;
    background-color: #F5F5F5;
    border-right: 1px solid #D3D3D3;
    border-radius: 0 20px 0 0;
  }
  #about-us .free-bottom__table tbody tr {
    display: flex;
  }
  #about-us .free-bottom__table tbody tr th {
    font-weight: 400;
    width: 30%;
    padding: 25px 30px;
    padding-right: 5px;
    background-color: #DCF1EE;
    font-size: 1.6rem;
    color: #000000;
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    text-align: left;
  }
  #about-us .free-bottom__table tbody tr th span {
    font-size: 1.4rem;
    color: #4A4A4E;
  }
  #about-us .free-bottom__table tbody tr td {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    width: 18.75%;
    line-height: 1.6;
  }
  #about-us .free-bottom__table tbody tr td p {
    font-size: 1.6rem;
    color: #000000;
  }
  #about-us .free-bottom__table tbody tr td p.middle {
    font-size: 2rem;
  }
  #about-us .free-bottom__table tbody tr td p.pink {
    color: #E46666;
  }
  #about-us .free-bottom__table tbody tr td p.big {
    font-size: 2.5rem;
  }
  #about-us .free-bottom__table tbody tr td:nth-child(2) {
    background-color: #FFF7F7;
    width: 32.5%;
  }
  #about-us .free-bottom__table tbody tr:first-child th {
    border-top: 1px solid #D3D3D3;
    border-radius: 20px 0 0 0;
  }
  #about-us .free-bottom__table tbody tr:first-child td {
    border-top: 1px solid #D3D3D3;
  }
  #about-us .free-bottom__table tbody tr:last-child th {
    border-radius: 0 0 0 20px;
    background-color: #FFE8C8;
  }
  #about-us .free-bottom__table tbody tr:last-child td {
    background-color: #FFF5E8;
  }
  #about-us .free-bottom__note {
    margin-top: 25px;
    color: #4A4A4E;
    font-size: 1.4rem;
  }
  #about-us {
    /*****************/
    /****   structure   *****/
    /*****************/
  }
  #about-us .structure {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  #about-us .structure-ttl__jp {
    margin-top: 38px;
  }
  #about-us .structure-lead {
    margin-top: 45px;
  }
  #about-us .structure-img {
    margin-top: 53px;
    border-radius: 10px;
  }
  #about-us .structure-desc {
    margin-top: 42px;
  }
  #about-us .structure-list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 21px;
  }
  #about-us .structure-list__item {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #about-us .structure-list__item.item1 {
    grid-column: 1/-1;
    grid-row: 1;
  }
  #about-us .structure-list__item.item2 {
    grid-column: 1;
    grid-row: 2;
  }
  #about-us .structure-list__item.item3 {
    grid-column: 2;
    grid-row: 2;
  }
  #about-us .structure-feature {
    margin-top: 21px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 51px 59px 30px;
  }
  #about-us .structure-feature__desc {
    margin-top: 40px;
  }
  #about-us .structure-feature__main {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  #about-us .structure-feature__main::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/about/structure-container__before.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 380px;
    left: 502px;
  }
  #about-us .structure-feature__container {
    width: 490px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  #about-us .structure-feature__container.left .structure-feature__wrap {
    border: 2px solid #A7A7A7;
    border-top: none;
  }
  #about-us .structure-feature__container.left .structure-feature__ttl {
    background-color: #909090;
    color: white;
    font-size: 1.8rem;
  }
  #about-us .structure-feature__container.right .structure-feature__wrap {
    border: 2px solid #E46666;
    border-top: none;
  }
  #about-us .structure-feature__container.right .structure-feature__ttl {
    background: linear-gradient(to right, #FF8B8B, #FFD193);
  }
  #about-us .structure-feature__container.right .structure-feature__asahi {
    background-color: white;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #000000;
    height: 55px;
    padding-left: 18px;
    padding-right: 18px;
  }
  #about-us .structure-feature__container.right .structure-feature__asahi img {
    width: 38px;
    margin-right: 10px;
  }
  #about-us .structure-feature__ttl {
    flex-shrink: 0;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #about-us .structure-feature__wrap {
    height: 100%;
    padding: 31px;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #about-us .structure-feature__list {
    border-radius: 10px;
    padding: 28px;
  }
  #about-us .structure-feature__list.list01 {
    background-color: #F8F8F8;
    padding: 70px 50px;
  }
  #about-us .structure-feature__list.list02 {
    background-color: #FFF7F7;
    padding-left: 20px;
    padding-right: 20px;
  }
  #about-us .structure-feature__list.list02 .structure-feature__support {
    color: #E46666;
  }
  #about-us .structure-feature__list.list02 .structure-feature__support span {
    color: #E46666;
  }
  #about-us .structure-feature__list.list02 .structure-feature__support:after {
    background: linear-gradient(to right, #FF8B8B, #FFD193);
  }
  #about-us .structure-feature__list.list03 {
    margin-top: 23px;
    background-color: #F6F8F8;
  }
  #about-us .structure-feature__list.list03 .structure-feature__support {
    color: #49A099;
  }
  #about-us .structure-feature__list.list03 .structure-feature__support span {
    color: #49A099;
  }
  #about-us .structure-feature__list.list03 .structure-feature__support:after {
    background: linear-gradient(to right, #72C6B6, #FFD193);
  }
  #about-us .structure-feature__item {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #4A4A4E;
    margin-bottom: 12px;
    line-height: 1.6;
  }
  #about-us .structure-feature__item:last-child {
    margin-bottom: 0;
  }
  #about-us .structure-feature__item img {
    width: 38px;
    margin-right: 12px;
  }
  #about-us .structure-feature__support {
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 17px;
    text-align: center;
  }
  #about-us .structure-feature__support span {
    font-size: 1.8rem;
  }
  #about-us .structure-feature__support:after {
    content: "";
    display: block;
    width: 27px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  #about-us {
    /*****************/
    /****   parts   *****/
    /*****************/
  }
  #about-us .about-section__eng {
    font-size: 1.6rem;
    color: #E46666;
    display: flex;
    font-weight: 400;
  }
  #about-us .about-section__eng span {
    display: block;
    margin-left: 5px;
    font-size: 3rem;
  }
  #about-us .about-section__eng p {
    margin-top: 5px;
  }
  #about-us .about-section__jp {
    font-size: 2.4rem;
    color: #E46666;
    font-weight: 400;
    line-height: 1.6;
  }
  #about-us .section-lead {
    font-size: 1.8rem;
    color: #4A4A4E;
  }
  #about-us .section-desc {
    font-size: 1.4rem;
    color: #4A4A4E;
  }
  #about-us .content-item {
    border-radius: 10px;
    background-color: white;
    padding: 30px;
  }
  #about-us .content-ttl {
    color: #E46666;
    font-size: 1.8rem;
    font-weight: 400;
  }
  #about-us .content-ttl span {
    display: block;
    line-height: 1;
    font-size: 3rem;
    margin-bottom: 5px;
  }
  #about-us .content-lead {
    margin-top: 15px;
    font-size: 1.6rem;
    color: #000000;
  }
  #about-us .content-desc {
    margin-top: 20px;
    font-size: 1.4rem;
    color: #000000;
    line-height: 2;
  }
  #about-us {
    /*****************/
    /****   hero   *****/
    /*****************/
  }
  #about-us .hero {
    height: 220px;
    padding-top: 80px;
    padding-right: 30px;
    background-image: url(../images/about/about-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #about-us .hero-ttl__jp {
    justify-content: flex-start;
    font-size: 1.6rem;
  }
  #about-us .hero-ttl__eng {
    margin-top: 18px;
    text-align: left;
    font-size: 4rem;
  }
  #about-us .hero-breadcrumb {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
  }
  #about-us .hero-breadcrumb ol {
    list-style: none;
    display: flex;
  }
  #about-us .hero-breadcrumb ol li {
    font-size: 1.4rem;
    color: #4A4A4E;
    margin-right: 5px;
    display: flex;
    align-items: center;
  }
  #about-us .hero-breadcrumb ol li::after {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #4A4A4E;
    margin-left: 5px;
  }
  #about-us .hero-breadcrumb ol li:last-child {
    margin-right: 0;
  }
  #about-us .hero-breadcrumb ol li:last-child::after {
    display: none;
  }
  #about-us .hero-breadcrumb ol li a {
    font-size: 1.4rem;
    color: #4A4A4E;
  }
  #about-us {
    /*****************/
    /****   intro   *****/
    /*****************/
  }
  #about-us .intro {
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  #about-us .intro-img01 {
    position: absolute;
    width: 22%;
    bottom: 3.6603221083vw;
    left: -12%;
  }
  #about-us .intro-img02 {
    position: absolute;
    width: 28%;
    top: -4.6120058565vw;
    right: -7%;
  }
  #about-us .intro .container {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  #about-us .intro-ttl {
    font-size: 2.4rem;
    color: #262629;
    text-align: center;
    white-space: nowrap;
  }
  #about-us .intro-ttl span {
    color: #E46666;
  }
  #about-us .intro-lead {
    margin-top: 22px;
    font-size: 2rem;
    text-align: center;
    color: #000000;
  }
  #about-us .intro-bar {
    margin: 20px auto 0;
    width: 120px;
    height: 2px;
    display: flex;
  }
  #about-us .intro-bar span {
    flex: 1;
  }
  #about-us .intro-bar span:first-child {
    background-color: #FF8B8B;
  }
  #about-us .intro-bar span:nth-child(2) {
    background-color: #FFD193;
  }
  #about-us .intro-bar span:last-child {
    background-color: #8AD0C7;
  }
  #about-us .intro-desc {
    margin-top: 37px;
    text-align: center;
    font-size: 1.4rem;
    color: #000000;
    line-height: 2.5;
  }
  #about-us .intro-support__list {
    margin: 30px 0;
  }
  #about-us .intro-support__item {
    margin: 0 auto 35px;
    position: relative;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    background-color: white;
    padding-top: 36px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 350px;
  }
  #about-us .intro-support__item:after {
    content: "";
    display: block;
    width: 18px;
    height: 72px;
    background-image: url(../images/about/intro-support__item-after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 63%) rotate(90deg);
  }
  #about-us .intro-support__item:last-child::after {
    display: none;
  }
  #about-us .intro-support__cap {
    font-size: 1.8rem;
    color: #A0A0A0;
    text-align: center;
  }
  #about-us .intro-support__ttl {
    margin-top: 20px;
    font-size: 2.4rem;
    color: #E46666;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #about-us .intro-support__ttl:after {
    content: "";
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 4px;
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    margin-top: 18px;
  }
  #about-us .intro-support__lead {
    margin-top: 31px;
    font-size: 1.8rem;
    color: #000000;
    text-align: center;
  }
  #about-us .intro-support__lead span {
    color: #E46666;
  }
  #about-us .intro-support__childs {
    margin: 31px auto 0;
    width: 240px;
  }
  #about-us .intro-support__child {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  #about-us .intro-support__child:last-child {
    margin-bottom: 0;
  }
  #about-us .intro-support__child img {
    flex-shrink: 0;
    width: 38px;
    margin-right: 10px;
  }
  #about-us .intro-support__child {
    font-size: 1.8rem;
    color: #000000;
  }
  #about-us .intro-anchor__list {
    margin: 50px 0 0;
  }
  #about-us .intro-anchor__item {
    background-color: white;
    border: 2px solid #E46666;
    border-radius: 28px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 13px;
  }
  #about-us .intro-anchor__item a {
    height: 55px;
    padding-left: 33px;
    padding-right: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    color: #000000;
  }
  #about-us .intro-anchor__item a span {
    color: #E46666;
    margin-left: 15px;
  }
  #about-us {
    /*****************/
    /****   system   *****/
    /*****************/
  }
  #about-us .system {
    background: linear-gradient(rgba(255, 139, 139, 0.2), rgba(255, 209, 147, 0.2));
    padding-top: 60px;
    padding-bottom: 70px;
  }
  #about-us .system-ttl__eng {
    margin-bottom: 15px;
  }
  #about-us .system-img {
    margin-top: 20px;
    border-radius: 10px;
  }
  #about-us .system-lead {
    margin-top: 30px;
  }
  #about-us .system-desc {
    margin-top: 25px;
  }
  #about-us .system-list {
    margin-top: 30px;
  }
  #about-us .system-list__item {
    margin-bottom: 20px;
  }
  #about-us .system-list__item:last-child {
    margin-bottom: 0;
  }
  #about-us .system-list__links {
    margin: 25px auto 0;
    max-width: 260px;
    width: 100%;
  }
  #about-us .system-list__link {
    border-radius: 24px;
    border: 2px solid #E46666;
    margin-bottom: 15px;
  }
  #about-us .system-list__link:last-child {
    margin-right: 0;
  }
  #about-us .system-list__link-link {
    font-size: 1.6rem;
    color: #000000;
    display: flex;
    padding: 15px 25px;
  }
  #about-us .system-list__link-link img {
    width: 15px;
    margin-left: 10px;
  }
  #about-us {
    /*****************/
    /****   support   *****/
    /*****************/
  }
  #about-us .support {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #about-us .support-lead {
    margin-top: 30px;
  }
  #about-us .support-desc {
    margin-top: 25px;
  }
  #about-us .support-img {
    margin-top: 20px;
    border-radius: 10px;
  }
  #about-us .support-list {
    margin-top: 30px;
  }
  #about-us .support-list__item {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
  }
  #about-us {
    /*****************/
    /****   free   *****/
    /*****************/
  }
  #about-us .free {
    padding-top: 40px;
    padding-bottom: 50px;
    background: linear-gradient(to right, #FF8B8B, #FFD193);
    overflow: hidden;
  }
  #about-us .free-top__right {
    border-radius: 10px;
    margin-top: 20px;
  }
  #about-us .free-ttl__eng {
    color: white;
  }
  #about-us .free-ttl__jp {
    margin-top: 25px;
    color: white;
  }
  #about-us .free-lead {
    margin-top: 30px;
    color: white;
  }
  #about-us .free-desc {
    margin-top: 26px;
    color: white;
  }
  #about-us .free-bottom {
    margin-top: 40px;
    border-radius: 10px;
    background-color: white;
    padding: 30px 15px;
  }
  #about-us .free-bottom__ttl.ttl2 {
    margin-top: 35px;
  }
  #about-us .free-bottom__table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
  }
  #about-us .free-bottom__table thead tr {
    display: flex;
  }
  #about-us .free-bottom__table thead tr th {
    padding: 15px 5px;
    text-align: center;
    font-size: 1.2rem;
    color: #000000;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    font-weight: 400;
  }
  #about-us .free-bottom__table thead tr th:first-child {
    width: 30%;
    border: none;
  }
  #about-us .free-bottom__table thead tr th:nth-child(2) {
    width: 32.5%;
    background-color: #FFDCDC;
    border-radius: 10px 0 0 0;
  }
  #about-us .free-bottom__table thead tr th:nth-child(3) {
    width: 18.75%;
    background-color: #F5F5F5;
  }
  #about-us .free-bottom__table thead tr th:last-child {
    width: 18.75%;
    background-color: #F5F5F5;
    border-right: 1px solid #D3D3D3;
    border-radius: 0 10px 0 0;
  }
  #about-us .free-bottom__table tbody tr {
    display: flex;
  }
  #about-us .free-bottom__table tbody tr th {
    font-weight: 400;
    width: 30%;
    padding: 15px 5px;
    padding-right: 5px;
    background-color: #DCF1EE;
    font-size: 1.2rem;
    color: #000000;
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    line-height: 1.6;
    text-align: left;
  }
  #about-us .free-bottom__table tbody tr th span {
    font-size: 1rem;
    color: #4A4A4E;
  }
  #about-us .free-bottom__table tbody tr td {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    width: 18.75%;
    line-height: 1.6;
  }
  #about-us .free-bottom__table tbody tr td p {
    font-size: 1.2rem;
    color: #000000;
  }
  #about-us .free-bottom__table tbody tr td p.pink {
    color: #E46666;
  }
  #about-us .free-bottom__table tbody tr td:nth-child(2) {
    background-color: #FFF7F7;
    width: 32.5%;
  }
  #about-us .free-bottom__table tbody tr:first-child th {
    border-top: 1px solid #D3D3D3;
    border-radius: 10px 0 0 0;
  }
  #about-us .free-bottom__table tbody tr:first-child td {
    border-top: 1px solid #D3D3D3;
  }
  #about-us .free-bottom__table tbody tr:last-child th {
    border-radius: 0 0 0 10px;
    background-color: #FFE8C8;
  }
  #about-us .free-bottom__table tbody tr:last-child td {
    background-color: #FFF5E8;
  }
  #about-us .free-bottom__note {
    margin-top: 15px;
    color: #4A4A4E;
    font-size: 1.2rem;
  }
  #about-us {
    /*****************/
    /****   structure   *****/
    /*****************/
  }
  #about-us .structure {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  #about-us .structure-ttl__jp {
    margin-top: 18px;
  }
  #about-us .structure-lead {
    margin-top: 25px;
  }
  #about-us .structure-img {
    margin-top: 33px;
    border-radius: 10px;
  }
  #about-us .structure-desc {
    margin-top: 22px;
  }
  #about-us .structure-list {
    margin-top: 30px;
  }
  #about-us .structure-list__item {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  #about-us .structure-feature {
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
  }
  #about-us .structure-feature__desc {
    margin-top: 30px;
  }
  #about-us .structure-feature__main {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  #about-us .structure-feature__main__before {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #about-us .structure-feature__container {
    width: 100%;
    max-width: 490px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  #about-us .structure-feature__container.left .structure-feature__wrap {
    border: 2px solid #A7A7A7;
    border-top: none;
  }
  #about-us .structure-feature__container.left .structure-feature__ttl {
    background-color: #909090;
    color: white;
    font-size: 1.4rem;
  }
  #about-us .structure-feature__container.right .structure-feature__wrap {
    border: 2px solid #E46666;
    border-top: none;
  }
  #about-us .structure-feature__container.right .structure-feature__ttl {
    background: linear-gradient(to right, #FF8B8B, #FFD193);
  }
  #about-us .structure-feature__container.right .structure-feature__asahi {
    background-color: white;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #000000;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #about-us .structure-feature__container.right .structure-feature__asahi img {
    width: 20px;
    margin-right: 5px;
  }
  #about-us .structure-feature__ttl {
    flex-shrink: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #about-us .structure-feature__wrap {
    height: 100%;
    padding: 15px 10px;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #about-us .structure-feature__list {
    border-radius: 10px;
    padding: 25px 10px;
  }
  #about-us .structure-feature__list.list01 {
    background-color: #F8F8F8;
  }
  #about-us .structure-feature__list.list02 {
    background-color: #FFF7F7;
  }
  #about-us .structure-feature__list.list02 .structure-feature__support {
    color: #E46666;
  }
  #about-us .structure-feature__list.list02 .structure-feature__support span {
    color: #E46666;
  }
  #about-us .structure-feature__list.list02 .structure-feature__support:after {
    background: linear-gradient(to right, #FF8B8B, #FFD193);
  }
  #about-us .structure-feature__list.list03 {
    margin-top: 15px;
    background-color: #F6F8F8;
  }
  #about-us .structure-feature__list.list03 .structure-feature__support {
    color: #49A099;
  }
  #about-us .structure-feature__list.list03 .structure-feature__support span {
    color: #49A099;
  }
  #about-us .structure-feature__list.list03 .structure-feature__support:after {
    background: linear-gradient(to right, #72C6B6, #FFD193);
  }
  #about-us .structure-feature__item {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #4A4A4E;
    margin-bottom: 10px;
    gap: 3px;
    line-height: 1.6;
  }
  #about-us .structure-feature__item:last-child {
    margin-bottom: 0;
  }
  #about-us .structure-feature__item img {
    width: 30px;
    margin-right: 3px;
  }
  #about-us .structure-feature__support {
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  #about-us .structure-feature__support span {
    font-size: 1.6rem;
  }
  #about-us .structure-feature__support:after {
    content: "";
    display: block;
    width: 27px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  /*****************/
  /****   common   *****/
  /*****************/
  .archive-header {
    position: relative;
    padding-top: 140px;
    padding-bottom: 74px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .archive-header {
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .archive-header__img01 {
    width: 17%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .archive-header__img02 {
    width: 17%;
    position: absolute;
    bottom: -13%;
    right: 25%;
  }
  .archive-header .container {
    position: relative;
  }
  .archive-header__breadcrumb {
    margin-left: auto;
    margin-right: 0;
  }
  .archive-header__breadcrumb ol {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .archive-header__breadcrumb ol li {
    font-size: 1.2rem;
    color: #4A4A4E;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .archive-header__breadcrumb ol li:after {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #4A4A4E;
    margin-left: 10px;
  }
  .archive-header__breadcrumb ol li:last-child {
    margin-right: 0;
  }
  .archive-header__breadcrumb ol li:last-child::after {
    display: none;
  }
  .archive-header__breadcrumb ol li a {
    font-size: 1.2rem;
    color: #4A4A4E;
    text-decoration: underline;
  }
  .archive-header__ttl {
    margin-top: 66px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000000;
  }
  .archive-header__ttl p {
    margin-top: 24px;
    font-size: 4.4rem;
    color: #E46666;
    font-weight: 500;
  }
  .archive-img01 {
    position: absolute;
    width: 18%;
    left: 0;
    bottom: 30%;
  }
  .archive-img02 {
    position: absolute;
    width: 12%;
    right: 0;
    top: 5%;
  }
  .archive-article {
    position: relative;
    padding-bottom: 120px;
  }
  .archive-article .container {
    position: relative;
  }
  .archive-article .wp-pagenavi {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .archive-article .wp-pagenavi span,
  .archive-article .wp-pagenavi a {
    font-size: 1.7rem;
    color: #696969;
  }
  .archive-article .wp-pagenavi .pages {
    display: none;
  }
  .archive-article .wp-pagenavi .page,
  .archive-article .wp-pagenavi .current {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    margin-right: 3px;
  }
  .archive-article .wp-pagenavi .current {
    color: #E46666;
    border-radius: 50%;
    border: 1px solid #E46666;
  }
}
@media screen and (min-width: 769px) {
  /*****************/
  /****   story-archive *****/
  /*****************/
  #story-archive .story-article {
    position: relative;
  }
  #story-archive .story-article .container {
    position: relative;
  }
  #story-archive .story-article__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2%;
  }
  #story-archive .story-article__item {
    width: 49%;
    margin-bottom: 60px;
  }
  #story-archive .story-article__thumb {
    border-radius: 10px;
    aspect-ratio: 560/362;
    overflow: hidden;
  }
  #story-archive .story-article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #story-archive .story-article__time {
    display: block;
    margin-top: 27px;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #story-archive .story-article__ttl {
    margin-top: 15px;
    font-size: 2rem;
    font-weight: 400;
    color: #262629;
  }
  #story-archive .story-article__excerpt {
    margin-top: 15px;
  }
  #story-archive .story-article__excerpt p {
    font-size: 1.5rem;
    color: #000000;
  }
  /*****************/
  /****   seminar-archive *****/
  /*****************/
  #seminar-archive .seminar-article__sort {
    padding: 14px 48px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
  }
  #seminar-archive .seminar-article__cap {
    font-size: 2rem;
    color: #4A4A4E;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 54px;
    border-right: 1px solid #707070;
    margin-right: 54px;
    white-space: nowrap;
  }
  #seminar-archive .seminar-article__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  #seminar-archive .seminar-article__tag a {
    border: 1px solid #A7A7A7;
    border-radius: 21px;
    padding: 8px 21px;
    font-size: 1.6rem;
    color: #A7A7A7;
  }
  #seminar-archive .seminar-article__tag.active a {
    border-color: #E46666;
    color: #E46666;
  }
  #seminar-archive .seminar-article__list {
    margin: 60px -2% 0;
    display: flex;
    flex-wrap: wrap;
  }
  #seminar-archive .seminar-article__item {
    width: 348px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 88px;
  }
  #seminar-archive .seminar-article__thumb {
    aspect-ratio: 354/224;
    border-radius: 10px;
    overflow: hidden;
  }
  #seminar-archive .seminar-article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #seminar-archive .seminar-article__status {
    margin-top: 25px;
    display: flex;
    align-items: center;
  }
  #seminar-archive .seminar-article__recruiting {
    width: 78px;
    height: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #B4B4B4;
    font-size: 1.4rem;
    font-weight: 600;
  }
  #seminar-archive .seminar-article__recruiting.active {
    width: 61px;
    background-color: #FF8B8B;
  }
  #seminar-archive .seminar-article__online {
    margin-left: 15px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #000000;
  }
  #seminar-archive .seminar-article__online img {
    width: 23px;
  }
  #seminar-archive .seminar-article__time {
    display: block;
    margin-top: 18px;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #seminar-archive .seminar-article__ttl {
    margin-top: 12px;
    font-size: 2rem;
    color: #262629;
    font-weight: 400;
  }
  #seminar-archive .seminar-article .wp-pagenavi {
    margin-top: 0;
  }
  /*****************/
  /****   column-archive *****/
  /*****************/
  #column-archive .column-article__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #column-archive .column-article__item {
    flex-shrink: 0;
    width: 354px;
    margin-bottom: 83px;
  }
  #column-archive .column-article__thumb {
    aspect-ratio: 354/224;
    border-radius: 10px;
    overflow: hidden;
  }
  #column-archive .column-article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #column-archive .column-article__cat {
    display: block;
    margin-top: 28px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #E46666;
  }
  #column-archive .column-article__ttl {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 400;
    color: #4A4A4E;
  }
  #column-archive .column-article__cats {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  #column-archive .column-article__cats-item {
    padding: 5px 15px;
    border: 1px solid #D3D3D3;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: black;
    background-color: white;
  }
  #column-archive .column-article__time {
    display: block;
    margin-top: 13px;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #column-archive .column-article .wp-pagenavi {
    margin-top: 0;
  }
  /*****************/
  /* document-archive */
  /*****************/
  #document-archive .document-archive-header .archive-header__img02 {
    bottom: auto;
    top: 0;
  }
  #document-archive .document-archive-header__ttl {
    text-align: center;
  }
  #document-archive .document-archive-header__lead {
    margin-top: 32px;
    text-align: center;
    font-size: 1.5rem;
    color: #000000;
  }
  #document-archive .document-archive-header__list {
    margin-top: 47px;
    display: flex;
    justify-content: center;
  }
  #document-archive .document-archive-header__item {
    flex-shrink: 0;
    height: 55px;
    border-radius: 28px;
    border: 1px solid #E46666;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 47px;
    padding-right: 47px;
    font-size: 1.8rem;
    margin-right: 30px;
    color: #000000;
    background-color: white;
  }
  #document-archive .document-archive-header__item:last-child {
    margin-right: 0;
  }
  #document-archive .document-archive-header__item span {
    font-size: 2.5rem;
    color: #E46666;
  }
  #document-archive .document-article {
    padding-top: 43px;
    padding-bottom: 150px;
  }
  #document-archive .document-article#how {
    margin-top: 100px;
  }
  #document-archive .document-article .archive-img01 {
    top: 30%;
    bottom: auto;
  }
  #document-archive .document-article .archive-img03 {
    position: absolute;
    width: 12%;
    left: 0;
    bottom: 30%;
  }
  #document-archive .document-article .archive-img04 {
    position: absolute;
    width: 15%;
    right: 0;
    bottom: 10%;
  }
  #document-archive .document-article-bar {
    margin: 40px auto 0;
    width: 120px;
    height: 2px;
    display: flex;
  }
  #document-archive .document-article-bar span {
    flex: 1;
  }
  #document-archive .document-article-bar span:first-child {
    background-color: #FF8B8B;
  }
  #document-archive .document-article-bar span:nth-child(2) {
    background-color: #FFD193;
  }
  #document-archive .document-article-bar span:last-child {
    background-color: #8AD0C7;
  }
  #document-archive .document-article__title {
    font-size: 3rem;
    font-weight: 400;
    color: #262629;
    text-align: center;
  }
  #document-archive .document-article__title#how {
    margin-top: 100px;
  }
  #document-archive .document-article__list {
    margin: 50px -1% 0;
    display: flex;
    flex-wrap: wrap;
  }
  #document-archive .document-article__item {
    width: 360px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 48px;
    background-color: white;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 34px;
  }
  #document-archive .document-article__thumb {
    aspect-ratio: 320/217;
  }
  #document-archive .document-article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #document-archive .document-article__ttl {
    margin-top: 13px;
    font-size: 2rem;
    font-weight: 400;
    color: #262629;
  }
  #document-archive .document-article__excerpt {
    margin-top: 25px;
    font-size: 1.5rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #document-archive .document-article__download {
    margin: 29px auto 0;
    width: 200px;
    height: 50px;
    border-radius: 28px;
    background-color: #FF8B8B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 30px;
    color: white;
    font-size: 1.6rem;
  }
  #document-archive .document-article__download img {
    width: 15px;
  }
  /*****************/
  /****   faq-archive *****/
  /*****************/
  #faq-archive .faq-article {
    padding-bottom: 50px;
  }
  #faq-archive .faq-article .archive-img03 {
    position: absolute;
    width: 17%;
    left: 0;
    top: 30%;
  }
  #faq-archive .faq-article .archive-img04 {
    position: absolute;
    width: 17%;
    right: 0;
    bottom: 10%;
  }
  #faq-archive .faq-article__sec {
    margin-bottom: 100px;
  }
  #faq-archive .faq-article__title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000000;
  }
  #faq-archive .faq-article__list {
    margin-top: 36px;
  }
  #faq-archive .faq-article__item {
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    margin-bottom: 25px;
    cursor: pointer;
  }
  #faq-archive .faq-article__item:last-child {
    margin-bottom: 0;
  }
  #faq-archive .faq-article__ttl {
    display: flex;
    align-items: flex-start;
  }
  #faq-archive .faq-article__ttl.active .faq-article__after::before {
    display: none;
  }
  #faq-archive .faq-article__span {
    line-height: 1;
    color: #E46666;
    font-size: 2.5rem;
    margin-right: 17px;
    font-weight: 400;
  }
  #faq-archive .faq-article__question {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000000;
    width: 100%;
    margin-right: 5px;
  }
  #faq-archive .faq-article__after {
    margin-right: 0;
    margin-left: auto;
    display: block;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    position: relative;
    transform: translateY(6px);
  }
  #faq-archive .faq-article__after:before {
    content: "";
    display: block;
    height: 12px;
    width: 1px;
    background-color: #4A4A4E;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  #faq-archive .faq-article__after:after {
    content: "";
    display: block;
    height: 1px;
    width: 12px;
    background-color: #4A4A4E;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #faq-archive .faq-article__content {
    margin-top: 36px;
    padding: 0 36px 15px;
    display: flex;
    font-weight: 400;
    color: #000000;
    font-size: 1.5rem;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  .archive-header {
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .archive-header__img01 {
    width: 17%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .archive-header__img02 {
    width: 17%;
    position: absolute;
    bottom: -13%;
    right: 25%;
  }
  .archive-header .container {
    position: relative;
  }
  .archive-header__breadcrumb {
    margin-left: auto;
    margin-right: 0;
  }
  .archive-header__breadcrumb ol {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .archive-header__breadcrumb ol li {
    font-size: 1.2rem;
    color: #4A4A4E;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .archive-header__breadcrumb ol li:after {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #4A4A4E;
    margin-left: 10px;
  }
  .archive-header__breadcrumb ol li:last-child {
    margin-right: 0;
  }
  .archive-header__breadcrumb ol li:last-child::after {
    display: none;
  }
  .archive-header__breadcrumb ol li a {
    font-size: 1.2rem;
    color: #4A4A4E;
    text-decoration: underline;
  }
  .archive-header__ttl {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
  }
  .archive-header__ttl p {
    margin-top: 15px;
    font-size: 3rem;
    color: #E46666;
    font-weight: 500;
  }
  .archive-img01 {
    position: absolute;
    width: 18%;
    left: 0;
    bottom: 30%;
  }
  .archive-img02 {
    position: absolute;
    width: 12%;
    right: 0;
    top: 5%;
  }
  .archive-article {
    padding-bottom: 60px;
    position: relative;
  }
  .archive-article .container {
    position: relative;
  }
  .archive-article .wp-pagenavi {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .archive-article .wp-pagenavi span,
  .archive-article .wp-pagenavi a {
    font-size: 1.5rem;
    color: #696969;
  }
  .archive-article .wp-pagenavi .pages {
    display: none;
  }
  .archive-article .wp-pagenavi .page,
  .archive-article .wp-pagenavi .current {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    margin-right: 3px;
    padding-bottom: 2px;
  }
  .archive-article .wp-pagenavi .current {
    color: #E46666;
    border-radius: 50%;
    border: 1px solid #E46666;
  }
  #story-archive .story-article {
    position: relative;
  }
  #story-archive .story-article .container {
    position: relative;
  }
  #story-archive .story-article__list {
    margin: 0 auto;
    max-width: 500px;
  }
  #story-archive .story-article__item {
    margin-bottom: 40px;
  }
  #story-archive .story-article__thumb {
    border-radius: 10px;
    aspect-ratio: 560/362;
    overflow: hidden;
  }
  #story-archive .story-article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #story-archive .story-article__time {
    display: block;
    margin-top: 17px;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #story-archive .story-article__ttl {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #262629;
  }
  #story-archive .story-article__excerpt {
    margin-top: 10px;
  }
  #story-archive .story-article__excerpt p {
    font-size: 1.4rem;
    color: #000000;
  }
  /*****************/
  /****   seminar-archive *****/
  /*****************/
  #seminar-archive .seminar-article__sort {
    padding: 15px 25px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  #seminar-archive .seminar-article__cap {
    font-size: 1.6rem;
    color: #4A4A4E;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  #seminar-archive .seminar-article__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  #seminar-archive .seminar-article__tag a {
    border: 1px solid #A7A7A7;
    border-radius: 21px;
    padding: 5px 15px;
    font-size: 1.4rem;
    color: #A7A7A7;
  }
  #seminar-archive .seminar-article__tag.active a {
    border-color: #E46666;
    color: #E46666;
  }
  #seminar-archive .seminar-article__list {
    margin: 40px auto 0;
    max-width: 367px;
  }
  #seminar-archive .seminar-article__item {
    margin-bottom: 50px;
  }
  #seminar-archive .seminar-article__link:hover {
    opacity: 1;
  }
  #seminar-archive .seminar-article__thumb {
    margin: 0 auto;
    border-radius: 10px;
    aspect-ratio: 367/232;
    overflow: hidden;
    max-width: 367px;
  }
  #seminar-archive .seminar-article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #seminar-archive .seminar-article__status {
    margin-top: 12px;
    display: flex;
    align-items: center;
  }
  #seminar-archive .seminar-article__recruiting {
    width: 78px;
    height: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #B4B4B4;
    font-size: 1.4rem;
    font-weight: 600;
  }
  #seminar-archive .seminar-article__recruiting.active {
    width: 61px;
    background-color: #FF8B8B;
  }
  #seminar-archive .seminar-article__online {
    margin-left: 15px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #000000;
  }
  #seminar-archive .seminar-article__online img {
    width: 23px;
  }
  #seminar-archive .seminar-article__time {
    display: block;
    margin-top: 15px;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #seminar-archive .seminar-article__ttl {
    margin-top: 7px;
    font-size: 1.6rem;
    color: #262629;
    font-weight: 400;
  }
  #seminar-archive .seminar-article .wp-pagenavi {
    margin-top: 0;
  }
  /*****************/
  /****   column-archive *****/
  /*****************/
  #column-archive .column-article__item {
    margin: 0 auto;
    max-width: 354px;
    margin-bottom: 30px;
  }
  #column-archive .column-article__thumb {
    aspect-ratio: 354/224;
    border-radius: 10px;
    overflow: hidden;
  }
  #column-archive .column-article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #column-archive .column-article__cat {
    display: block;
    margin-top: 28px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #E46666;
  }
  #column-archive .column-article__ttl {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 400;
    color: #4A4A4E;
  }
  #column-archive .column-article__cats {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  #column-archive .column-article__cats-item {
    padding: 5px 15px;
    border: 1px solid #D3D3D3;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: black;
    background-color: white;
  }
  #column-archive .column-article__time {
    display: block;
    margin-top: 13px;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #column-archive .column-article .wp-pagenavi {
    margin-top: 0;
  }
  /*****************/
  /* document-archive */
  /*****************/
  #document-archive .document-archive-header .archive-header__img02 {
    bottom: auto;
    top: 0;
  }
  #document-archive .document-archive-header__ttl {
    text-align: center;
  }
  #document-archive .document-archive-header__lead {
    margin-top: 20px;
    text-align: center;
    font-size: 1.4rem;
    color: #000000;
  }
  #document-archive .document-archive-header__list {
    margin-top: 25px;
  }
  #document-archive .document-archive-header__item {
    margin: 0 auto;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #E46666;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #000000;
    background-color: white;
  }
  #document-archive .document-archive-header__item:last-child {
    margin-bottom: 0;
  }
  #document-archive .document-archive-header__item span {
    font-size: 2rem;
    color: #E46666;
  }
  #document-archive .document-article {
    padding-top: 23px;
    padding-bottom: 70px;
  }
  #document-archive .document-article#how {
    margin-top: 50px;
  }
  #document-archive .document-article .archive-img01 {
    top: 30%;
    bottom: auto;
  }
  #document-archive .document-article .archive-img03 {
    position: absolute;
    width: 12%;
    left: 0;
    bottom: 30%;
  }
  #document-archive .document-article .archive-img04 {
    position: absolute;
    width: 15%;
    right: 0;
    bottom: 10%;
  }
  #document-archive .document-article-bar {
    margin: 20px auto 0;
    width: 120px;
    height: 2px;
    display: flex;
  }
  #document-archive .document-article-bar span {
    flex: 1;
  }
  #document-archive .document-article-bar span:first-child {
    background-color: #FF8B8B;
  }
  #document-archive .document-article-bar span:nth-child(2) {
    background-color: #FFD193;
  }
  #document-archive .document-article-bar span:last-child {
    background-color: #8AD0C7;
  }
  #document-archive .document-article__title {
    font-size: 2.4rem;
    font-weight: 400;
    color: #262629;
    text-align: center;
  }
  #document-archive .document-article__list {
    margin: 30px auto 0;
    max-width: 360px;
  }
  #document-archive .document-article__item {
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 34px;
  }
  #document-archive .document-article__thumb {
    aspect-ratio: 320/217;
  }
  #document-archive .document-article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #document-archive .document-article__ttl {
    margin-top: 13px;
    font-size: 2rem;
    font-weight: 400;
    color: #262629;
  }
  #document-archive .document-article__excerpt {
    margin-top: 25px;
    font-size: 1.5rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #document-archive .document-article__download {
    margin: 29px auto 0;
    width: 200px;
    height: 50px;
    border-radius: 28px;
    background-color: #FF8B8B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 30px;
    color: white;
    font-size: 1.6rem;
  }
  #document-archive .document-article__download img {
    width: 15px;
  }
  /*****************/
  /****   faq-archive *****/
  /*****************/
  #faq-archive .faq-article {
    padding-bottom: 50px;
  }
  #faq-archive .faq-article .archive-img03 {
    position: absolute;
    width: 17%;
    left: 0;
    top: 30%;
  }
  #faq-archive .faq-article .archive-img04 {
    position: absolute;
    width: 17%;
    right: 0;
    bottom: 10%;
  }
  #faq-archive .faq-article__sec {
    margin-bottom: 50px;
  }
  #faq-archive .faq-article__title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000000;
  }
  #faq-archive .faq-article__list {
    margin-top: 26px;
  }
  #faq-archive .faq-article__item {
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  #faq-archive .faq-article__item:last-child {
    margin-bottom: 0;
  }
  #faq-archive .faq-article__ttl {
    display: flex;
    align-items: flex-start;
  }
  #faq-archive .faq-article__ttl.active .faq-article__after::before {
    display: none;
  }
  #faq-archive .faq-article__span {
    line-height: 1;
    color: #E46666;
    font-size: 1.8rem;
    margin-right: 10px;
    font-weight: 400;
    transform: translateY(2px);
  }
  #faq-archive .faq-article__question {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000000;
    width: 100%;
    margin-right: 5px;
  }
  #faq-archive .faq-article__after {
    margin-right: 0;
    margin-left: auto;
    display: block;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    position: relative;
    transform: translateY(5px);
  }
  #faq-archive .faq-article__after:before {
    content: "";
    display: block;
    height: 12px;
    width: 1px;
    background-color: #4A4A4E;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  #faq-archive .faq-article__after:after {
    content: "";
    display: block;
    height: 1px;
    width: 12px;
    background-color: #4A4A4E;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #faq-archive .faq-article__content {
    margin-top: 20px;
    padding: 0 25px 15px;
    display: flex;
    font-weight: 400;
    color: #000000;
    font-size: 1.4rem;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  .single-header {
    padding-bottom: 50px;
    padding-top: 140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .single-header {
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .single-header__img02 {
    bottom: -40%;
  }
  .single-header .container {
    max-width: 790px;
    position: relative;
  }
  .single-header__breadcrumb {
    margin-right: 8%;
  }
  .single-header__ttl {
    margin-top: 100px;
    font-size: 2.6rem;
    font-weight: 400;
    color: #4A4A4E;
  }
  .single-header__time {
    display: block;
    margin-top: 18px;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .single-content {
    padding-bottom: 154px;
    position: relative;
  }
  .single-content__img01 {
    position: absolute;
    width: 18%;
    left: 0;
    bottom: 30%;
  }
  .single-content__img02 {
    position: absolute;
    width: 12%;
    right: 0;
    top: 5%;
  }
  .single-content .container {
    position: relative;
    max-width: 790px;
  }
  .single-content__thumb {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .single-content__thumb img {
    width: 100%;
  }
  .single-content__content p {
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #4A4A4E;
    line-height: 1.6;
  }
  .single-content__content h2 {
    font-size: 2.2rem;
    color: #4A4A4E;
    padding-left: 20px;
    line-height: 1.6;
    border-left: 2px solid #E46666;
    margin-bottom: 30px;
    font-weight: 500;
  }
  .single-content__content figure {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
  }
  .single-content__content figure img {
    width: 100%;
  }
  .single-content__content .lwptoc {
    width: 100%;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .single-content__content .lwptoc_i {
    padding: 10px 33px;
    display: block !important;
    background: #fafafa;
  }
  .single-content__content .lwptoc_i .lwptoc_header {
    margin-bottom: 0;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_title {
    display: none;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle {
    position: relative;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle::before {
    display: none;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle:after {
    display: none;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .lwptoc_toggle_label {
    color: transparent;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .lwptoc_toggle_label:hover {
    border: none;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    line-height: 1;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .title {
    left: 0;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .toggle {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .toggle span {
    position: absolute;
    display: block;
    background-color: #4A4A4E;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .toggle span.before {
    width: 100%;
    height: 1px;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .toggle span.after {
    width: 1px;
    height: 100%;
    display: none;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .toggle.active span.after {
    display: block;
  }
  .single-content__content .lwptoc_i span {
    color: #4A4A4E;
    text-decoration: none;
  }
  .single-content__content .lwptoc_i span.lwptoc_item_number {
    padding: 5px 10px;
    background-color: white;
    border-radius: 14px;
  }
  .single-content__content .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: none !important;
  }
  .single-content__content h3 {
    font-size: 2rem;
    color: #4A4A4E;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .single-content__content h3::before {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #E46666;
    margin-right: 15px;
  }
  .single-content__content h4 {
    font-size: 2rem;
    color: #4A4A4E;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 500;
  }
  .single-content__content a {
    font-size: 1.6rem;
    color: #E46666;
    text-decoration: underline;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .single-content__content ul {
    margin-bottom: 30px;
  }
  .single-content__content ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.6rem;
    color: #4A4A4E;
    display: flex;
  }
  .single-content__content ul li::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #E46666;
    margin-top: 5px;
    margin-right: 20px;
  }
  .single-content__content ol {
    margin-left: 20px;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .single-content__content ol li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.6rem;
    color: #4A4A4E;
    padding-left: 10px;
  }
  .single-content__banner__main {
    width: 100%;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .single-content__banner__eng {
    color: white;
    text-align: center;
    font-size: 3.3rem;
    font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  .single-content__banner__lead {
    margin-top: 8px;
    color: white;
    text-align: center;
    font-size: 1.6rem;
  }
  .single-content__banner__desc {
    margin-top: 30px;
    color: white;
    text-align: center;
    font-size: 1.4rem;
  }
  .single-content__navi {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-content__arrow {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E46666;
    font-size: 2.2rem;
    font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
    background-color: white;
  }
  .single-content__arrow a {
    border-radius: 50%;
    border: 1px solid #D3D3D3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .single-content__archive {
    font-size: 1.6rem;
    color: #4A4A4E;
  }
}
@media screen and (min-width: 769px) {
  /*****************/
  /****   seminar-single   *****/
  /*****************/
  #seminar-single .seminar-single-header__status {
    margin-top: 25px;
    display: flex;
    align-items: center;
  }
  #seminar-single .seminar-single-header__recruiting {
    width: 78px;
    height: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #B4B4B4;
    font-size: 1.4rem;
    font-weight: 600;
  }
  #seminar-single .seminar-single-header__recruiting.active {
    width: 61px;
    background-color: #FF8B8B;
  }
  #seminar-single .seminar-single-header__online {
    margin-left: 15px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #000000;
  }
  #seminar-single .seminar-single-header__online img {
    width: 23px;
  }
  #seminar-single .seminar-single-header__inner {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #seminar-single .seminar-single-header__inner .single-header__ttl {
    margin-top: 0;
    max-width: 458px;
    margin-right: 1%;
  }
  #seminar-single .seminar-single-header__link {
    flex-shrink: 0;
    width: 205px;
    height: 62px;
    border-radius: 5px;
    background-color: #FF8B8B;
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  #seminar-single .seminar-single-header .single-header__time {
    margin-top: 20px;
  }
  #seminar-single .seminar-content__content {
    border-collapse: collapse;
    width: 100%;
    margin-top: 40px;
  }
  #seminar-single .seminar-content__content tr {
    display: flex;
    align-items: stretch;
    margin-bottom: 4px;
  }
  #seminar-single .seminar-content__content tr:last-child {
    margin-bottom: 0;
  }
  #seminar-single .seminar-content__content tr th,
  #seminar-single .seminar-content__content tr td {
    font-size: 1.6rem;
    background-color: #F7F7F7;
    padding: 17px 36px;
    color: #4A4A4E;
    line-height: 1.6;
    width: 100%;
  }
  #seminar-single .seminar-content__content tr th {
    text-align: left;
    flex-shrink: 0;
    width: 199px;
    margin-right: 4px;
    font-weight: 600;
  }
  #seminar-single .seminar-content__link {
    margin: 60px auto 0;
    width: 238px;
    height: 62px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #FF8B8B;
    color: white;
  }
  /*****************/
  /****   column-single   *****/
  /*****************/
  #column-single .column-single-header .container {
    max-width: 1176px;
  }
  #column-single .column-single-header__cat {
    font-size: 1.4rem;
    color: #E46666;
    font-weight: 600;
  }
  #column-single .column-single-header__ttl {
    margin-top: 15px;
  }
  #column-single .column-single-header__cats {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  #column-single .column-single-header__cats-item {
    border-radius: 22px;
    border: 1px solid #D3D3D3;
    padding: 8px 15px;
    font-size: 1.1rem;
    color: #000000;
    background-color: white;
  }
  #column-single .column-single-header__time {
    margin-top: 16px;
    display: block;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.5);
  }
  /*****************/
  /****   document-single   *****/
  /*****************/
  #document-single .container {
    max-width: 1176px;
  }
  #document-single .document-single-header {
    padding-bottom: 100px;
  }
  #document-single .document-single-header__breadcrumb {
    margin-right: 0;
  }
  #document-single .document-single-header__cat {
    margin-top: 60px;
    display: block;
    font-size: 1.2rem;
    color: #000000;
  }
  #document-single .document-single-header__ttl {
    margin-top: 22px;
  }
  #document-single .document-wrap .container {
    display: flex;
    justify-content: space-between;
  }
  #document-single .document-wrap__left {
    max-width: 607px;
    margin-right: 1%;
  }
  #document-single .document-wrap__right {
    transform: translateY(-64px);
    flex-shrink: 0;
    width: 480px;
    background-color: #FAFAFA;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    padding: 30px 25px;
  }
  #document-single .document-content__thumb {
    border-radius: 0;
    margin-bottom: 24px;
  }
  #document-single .document-content__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  #document-single .document-content__item {
    flex-shrink: 0;
    width: 128px;
    aspect-ratio: 128/87;
    cursor: pointer;
  }
  #document-single .document-content__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #document-single .document-content__content {
    margin-top: 50px;
  }
  #document-single .document-content__content.thanks > p {
    text-align: center;
  }
  #document-single .document-content__content h2 {
    padding-left: 0;
    border: none;
    color: #E46666;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
  }
  #document-single .document-content .wpcf7 .label-ttl {
    font-size: 1.5rem;
    font-weight: 500;
    color: #262629;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #document-single .document-content .wpcf7 .label-ttl.company {
    margin-top: 0;
  }
  #document-single .document-content .wpcf7 .label-ttl span.required {
    flex-shrink: 0;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    background-color: #FF8B8B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-left: 20px;
  }
  #document-single .document-content .wpcf7 input,
  #document-single .document-content .wpcf7 select,
  #document-single .document-content .wpcf7 textarea {
    width: 100%;
    background-color: white;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }
  #document-single .document-content .wpcf7 input::placeholder,
  #document-single .document-content .wpcf7 select::placeholder,
  #document-single .document-content .wpcf7 textarea::placeholder {
    opacity: 0.3;
  }
  #document-single .document-content .wpcf7 select {
    appearance: none;
  }
  #document-single .document-content .wpcf7 span[data-name=your-select] {
    position: relative;
  }
  #document-single .document-content .wpcf7 span[data-name=your-select]::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    position: absolute;
    top: 4px;
    right: 15px;
    transform: rotate(45deg);
  }
  #document-single .document-content .wpcf7 textarea {
    resize: vertical;
  }
  #document-single .document-content .wpcf7 .flex-wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  #document-single .document-content .wpcf7 .privacy-wrapper {
    margin-top: 33px;
    display: flex;
    align-items: center;
  }
  #document-single .document-content .wpcf7 .privacy-wrapper p.label-ttl {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-bottom: 3px;
  }
  #document-single .document-content .wpcf7 .privacy.desc {
    margin-top: 12px;
    background-color: white;
    height: 110px;
    overflow-y: scroll;
    padding: 20px 25px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(38, 38, 41, 0.3);
  }
  #document-single .document-content .wpcf7 .submit-wrap {
    margin-top: 32px;
  }
  #document-single .document-content .wpcf7 .submit-wrap input {
    cursor: pointer;
    border-radius: 5px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #FF8B8B;
  }
  #document-single .document-content .wpcf7-not-valid-tip {
    display: block;
    font-size: 1.3rem;
    margin-top: 5px;
  }
  #document-single .document-content .wpcf7 .single-content__content > * {
    margin-bottom: 10px;
  }
  #document-single .document-content .wpcf7 .single-content__content h2 {
    font-size: 1.8rem;
    padding-left: 10px;
  }
  #document-single .document-content .wpcf7 .single-content__content h3 {
    font-size: 1.6rem;
  }
  #document-single .document-content .wpcf7 .single-content__content p,
  #document-single .document-content .wpcf7 .single-content__content li {
    font-size: 1.4rem;
  }
  #document-single .document-content .wpcf7 .single-content__content li p {
    margin-bottom: 5px;
  }
  #document-single .document-content .wpcf7 .single-content__content p.end {
    text-align: end;
    margin-bottom: 5px;
  }
  #document-single .document-content__download {
    margin: 29px auto 0;
    width: 200px;
    height: 50px;
    border-radius: 28px;
    background-color: #FF8B8B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 30px;
    color: white;
    font-size: 1.6rem;
  }
  #document-single .document-content__download img {
    width: 15px;
  }
  /*****************/
  /****   contact   *****/
  /*****************/
  #page-contact .contact-content__lead {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000000;
  }
  #page-contact .contact-content__content {
    margin-top: 29px;
    padding-left: 7%;
    padding-right: 7%;
  }
  #page-contact .contact-content__content .wpcf7 .label-ttl {
    font-size: 1.8rem;
    font-weight: 500;
    color: #262629;
    display: flex;
    align-items: center;
    margin-top: 53px;
    margin-bottom: 18px;
  }
  #page-contact .contact-content__content .wpcf7 .label-ttl.radio {
    margin-bottom: 38px;
  }
  #page-contact .contact-content__content .wpcf7 .label-ttl span.required {
    flex-shrink: 0;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    background-color: #FF8B8B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-top: 4px;
    margin-left: 12px;
  }
  #page-contact .contact-content__content .wpcf7 input,
  #page-contact .contact-content__content .wpcf7 select,
  #page-contact .contact-content__content .wpcf7 textarea {
    width: 100%;
    background-color: white;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    padding: 20px 25px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
  }
  #page-contact .contact-content__content .wpcf7 input::placeholder,
  #page-contact .contact-content__content .wpcf7 select::placeholder,
  #page-contact .contact-content__content .wpcf7 textarea::placeholder {
    opacity: 0.3;
  }
  #page-contact .contact-content__content .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  #page-contact .contact-content__content .wpcf7-radio .wpcf7-list-item {
    margin-right: 22px;
    margin-bottom: 10px;
  }
  #page-contact .contact-content__content .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
  }
  #page-contact .contact-content__content .wpcf7-radio .wpcf7-list-item label input {
    width: 15px;
    height: 15px;
  }
  #page-contact .contact-content__content .wpcf7-radio .wpcf7-list-item-label {
    margin-left: 14px;
    font-size: 1.6rem;
    color: #4A4A4E;
  }
  #page-contact .contact-content__content .wpcf7 textarea {
    resize: vertical;
  }
  #page-contact .contact-content__content .wpcf7 .privacy-lead {
    margin-top: 100px;
    justify-content: center;
    line-height: normal;
  }
  #page-contact .contact-content__content .wpcf7 .privacy-lead span.required {
    margin-left: 0;
    margin-right: 18px;
  }
  #page-contact .contact-content__content .wpcf7 .privacy-desc {
    margin-top: 24px;
    background-color: white;
    height: 127px;
    overflow-y: scroll;
    padding: 20px 25px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    font-size: 1.8rem;
    font-weight: 500;
    color: rgba(38, 38, 41, 0.3);
  }
  #page-contact .contact-content__content .wpcf7 .privacy-wrapper {
    margin-top: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page-contact .contact-content__content .wpcf7 .privacy-wrapper p.label-ttl {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-bottom: 3px;
  }
  #page-contact .contact-content__content .wpcf7 .submit-wrap {
    margin-top: 85px;
  }
  #page-contact .contact-content__content .wpcf7 .submit-wrap input {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    border-radius: 28px;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #FF8B8B;
    padding: 0;
    border: none;
  }
  #page-contact .contact-content__content .wpcf7-not-valid-tip {
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #page-contact .contact-content__content .wpcf7 span[data-name=your-acceptance] .wpcf7-checkbox::after {
    display: none;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content > * {
    margin-bottom: 10px;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content h2 {
    font-size: 1.8rem;
    padding-left: 10px;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content h3 {
    font-size: 1.6rem;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content p,
  #page-contact .contact-content__content .wpcf7 .single-content__content li {
    font-size: 1.4rem;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content li p {
    margin-bottom: 5px;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content p.end {
    text-align: end;
    margin-bottom: 5px;
  }
}
/*****************/
/****   SP  *****/
/*****************/
@media screen and (max-width: 768px) {
  .single-header {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .single-header__img02ß {
    bottom: -20%;
  }
  .single-header .container {
    max-width: 790px;
    position: relative;
  }
  .single-header__breadcrumb {
    margin-right: 8%;
  }
  .single-header__breadcrumb ol {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .single-header__breadcrumb ol li {
    margin-bottom: 10px;
  }
  .single-header__ttl {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: 400;
    color: #4A4A4E;
  }
  .single-header__time {
    display: block;
    margin-top: 12px;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .single-content {
    padding-bottom: 84px;
    position: relative;
    overflow: hidden;
  }
  .single-content__img01 {
    position: absolute;
    width: 18%;
    left: 0;
    bottom: 30%;
  }
  .single-content__img02 {
    position: absolute;
    width: 12%;
    right: 0;
    top: 5%;
  }
  .single-content .container {
    position: relative;
    max-width: 790px;
  }
  .single-content__thumb {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .single-content__thumb img {
    width: 100%;
  }
  .single-content__content p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: #4A4A4E;
    line-height: 1.6;
  }
  .single-content__content h2 {
    font-size: 1.8rem;
    color: #4A4A4E;
    padding-left: 15px;
    line-height: 1.6;
    border-left: 2px solid #E46666;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .single-content__content figure {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .single-content__content figure img {
    width: 100%;
  }
  .single-content__content .lwptoc {
    width: 100%;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .single-content__content .lwptoc_i {
    padding: 15px 15px 10px;
    display: block !important;
    background: #fafafa;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_title {
    display: none;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle::before {
    display: none;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle:after {
    display: none;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .lwptoc_toggle_label {
    color: transparent;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 0;
    padding: 10px 0;
    position: absolute;
    z-index: 5;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .lwptoc_toggle_label:hover {
    border: none;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle p {
    position: relative;
    margin-bottom: 0;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .toggle {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .toggle span {
    position: absolute;
    display: block;
    background-color: #4A4A4E;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .toggle span.before {
    width: 100%;
    height: 1px;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .toggle span.after {
    width: 1px;
    height: 100%;
    display: none;
  }
  .single-content__content .lwptoc_i .lwptoc_header .lwptoc_toggle .toggle.active span.after {
    display: block;
  }
  .single-content__content .lwptoc_i span {
    color: #4A4A4E;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .single-content__content .lwptoc_i span.lwptoc_item_number {
    padding: 5px 10px;
    background-color: white;
    border-radius: 14px;
  }
  .single-content__content .lwptoc_itemWrap {
    padding-top: 20px;
  }
  .single-content__content .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: none !important;
  }
  .single-content__content h3 {
    font-size: 1.6rem;
    color: #4A4A4E;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .single-content__content h3::before {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #E46666;
    margin-right: 15px;
  }
  .single-content__content h4 {
    font-size: 1.6rem;
    color: #4A4A4E;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .single-content__content a {
    font-size: 1.4rem;
    color: #E46666;
    text-decoration: underline;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .single-content__content ul {
    margin-bottom: 20px;
  }
  .single-content__content ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.4rem;
    color: #4A4A4E;
    display: flex;
  }
  .single-content__content ul li::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #E46666;
    margin-top: 5px;
    margin-right: 20px;
  }
  .single-content__content ol {
    margin-left: 15px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .single-content__content ol li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.4rem;
    color: #4A4A4E;
    padding-left: 10px;
  }
  .single-content__banner__main {
    width: 100%;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .single-content__banner__eng {
    color: white;
    text-align: center;
    font-size: 2.3rem;
    font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  .single-content__banner__lead {
    margin-top: 8px;
    color: white;
    text-align: center;
    font-size: 1.4rem;
  }
  .single-content__banner__desc {
    margin-top: 20px;
    color: white;
    text-align: center;
    font-size: 1.2rem;
  }
  .single-content__navi {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-content__arrow {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E46666;
    font-size: 1.8rem;
    font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
    background-color: white;
  }
  .single-content__arrow a {
    border-radius: 50%;
    border: 1px solid #D3D3D3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .single-content__archive {
    font-size: 1.4rem;
    color: #4A4A4E;
  }
  /*****************/
  /****   seminar-single   *****/
  /*****************/
  #seminar-single .seminar-single-header__status {
    margin-top: 25px;
    display: flex;
    align-items: center;
  }
  #seminar-single .seminar-single-header__recruiting {
    width: 78px;
    height: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #B4B4B4;
    font-size: 1.4rem;
    font-weight: 600;
  }
  #seminar-single .seminar-single-header__recruiting.active {
    width: 61px;
    background-color: #FF8B8B;
  }
  #seminar-single .seminar-single-header__online {
    margin-left: 15px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #000000;
  }
  #seminar-single .seminar-single-header__online img {
    width: 23px;
  }
  #seminar-single .seminar-single-header__inner {
    margin-top: 15px;
  }
  #seminar-single .seminar-single-header__inner .single-header__ttl {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #seminar-single .seminar-single-header__link {
    margin-left: auto;
    margin-right: 0;
    width: 205px;
    height: 62px;
    border-radius: 5px;
    background-color: #FF8B8B;
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  #seminar-single .seminar-single-header .single-header__time {
    margin-top: 20px;
  }
  #seminar-single .seminar-content__content {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
  }
  #seminar-single .seminar-content__content tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
  }
  #seminar-single .seminar-content__content tr:last-child {
    margin-bottom: 0;
  }
  #seminar-single .seminar-content__content tr th,
  #seminar-single .seminar-content__content tr td {
    font-size: 1.4rem;
    background-color: #F7F7F7;
    padding: 12px 26px;
    color: #4A4A4E;
    line-height: 1.6;
    width: 100%;
  }
  #seminar-single .seminar-content__content tr th {
    text-align: left;
    font-weight: 600;
    padding-bottom: 0;
  }
  #seminar-single .seminar-content__link {
    margin: 30px auto 0;
    width: 238px;
    height: 62px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #FF8B8B;
    color: white;
  }
  /*****************/
  /****   column-single   *****/
  /*****************/
  #column-single .column-single-header__cat {
    font-size: 1.4rem;
    color: #E46666;
    font-weight: 600;
  }
  #column-single .column-single-header__ttl {
    margin-top: 15px;
  }
  #column-single .column-single-header__cats {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  #column-single .column-single-header__cats-item {
    border-radius: 22px;
    border: 1px solid #D3D3D3;
    padding: 8px 15px;
    font-size: 1.1rem;
    color: #000000;
    background-color: white;
  }
  #column-single .column-single-header__time {
    margin-top: 16px;
    display: block;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.5);
  }
  /*****************/
  /****   document-single   *****/
  /*****************/
  #document-single .document-single-header__breadcrumb {
    margin-right: 0;
  }
  #document-single .document-single-header__cat {
    margin-top: 30px;
    display: block;
    font-size: 1.2rem;
    color: #000000;
  }
  #document-single .document-single-header__ttl {
    margin-top: 15px;
  }
  #document-single .document-wrap__right {
    margin-top: 30px;
    background-color: #FAFAFA;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    padding: 20px 15px;
  }
  #document-single .document-content__thumb {
    border-radius: 0;
    margin-bottom: 15px;
  }
  #document-single .document-content__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  #document-single .document-content__item {
    flex-shrink: 0;
    width: 88px;
    aspect-ratio: 128/87;
    cursor: pointer;
  }
  #document-single .document-content__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #document-single .document-content__content {
    margin-top: 40px;
  }
  #document-single .document-content__content.thanks > p {
    text-align: center;
  }
  #document-single .document-content__content h2 {
    padding-left: 0;
    border: none;
    color: #E46666;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #document-single .document-content .wpcf7 .label-ttl {
    font-size: 1.4rem;
    font-weight: 500;
    color: #262629;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #document-single .document-content .wpcf7 .label-ttl.company {
    margin-top: 0;
  }
  #document-single .document-content .wpcf7 .label-ttl span.required {
    flex-shrink: 0;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    background-color: #FF8B8B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-left: 20px;
  }
  #document-single .document-content .wpcf7 input,
  #document-single .document-content .wpcf7 select,
  #document-single .document-content .wpcf7 textarea {
    width: 100%;
    background-color: white;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    padding: 7px 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
  #document-single .document-content .wpcf7 input::placeholder,
  #document-single .document-content .wpcf7 select::placeholder,
  #document-single .document-content .wpcf7 textarea::placeholder {
    opacity: 0.3;
  }
  #document-single .document-content .wpcf7 select {
    appearance: none;
  }
  #document-single .document-content .wpcf7 span[data-name=your-select] {
    position: relative;
  }
  #document-single .document-content .wpcf7 span[data-name=your-select]::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    position: absolute;
    top: 3px;
    right: 15px;
    transform: rotate(45deg);
  }
  #document-single .document-content .wpcf7 textarea {
    resize: vertical;
  }
  #document-single .document-content .wpcf7 .privacy-wrapper {
    margin-top: 23px;
    display: flex;
    align-items: center;
  }
  #document-single .document-content .wpcf7 .privacy-wrapper p.label-ttl {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-bottom: 3px;
  }
  #document-single .document-content .wpcf7 .privacy.desc {
    margin-top: 12px;
    background-color: white;
    height: 110px;
    overflow-y: scroll;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    font-size: 1.4rem;
    font-weight: 500;
  }
  #document-single .document-content .wpcf7 .submit-wrap {
    margin-top: 20px;
  }
  #document-single .document-content .wpcf7 .submit-wrap input {
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #FF8B8B;
  }
  #document-single .document-content .wpcf7-not-valid-tip {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  #document-single .document-content .wpcf7 .single-content__content > * {
    margin-bottom: 10px;
  }
  #document-single .document-content .wpcf7 .single-content__content h2 {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  #document-single .document-content .wpcf7 .single-content__content h3 {
    font-size: 1.4rem;
  }
  #document-single .document-content .wpcf7 .single-content__content p,
  #document-single .document-content .wpcf7 .single-content__content li {
    font-size: 1.3rem;
  }
  #document-single .document-content .wpcf7 .single-content__content li p {
    margin-bottom: 5px;
  }
  #document-single .document-content .wpcf7 .single-content__content p.end {
    text-align: end;
    margin-bottom: 5px;
  }
  #document-single .document-content__download {
    margin: 29px auto 0;
    width: 200px;
    height: 50px;
    border-radius: 28px;
    background-color: #FF8B8B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 30px;
    color: white;
    font-size: 1.6rem;
  }
  #document-single .document-content__download img {
    width: 15px;
  }
  /*****************/
  /****   contact   *****/
  /*****************/
  #page-contact .contact-content__lead {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000000;
  }
  #page-contact .contact-content__content {
    margin-top: 20px;
  }
  #page-contact .contact-content__content .wpcf7 .label-ttl {
    font-size: 1.6rem;
    font-weight: 500;
    color: #262629;
    display: flex;
    align-items: center;
    margin-top: 33px;
    margin-bottom: 10px;
  }
  #page-contact .contact-content__content .wpcf7 .label-ttl.radio {
    margin-bottom: 25px;
  }
  #page-contact .contact-content__content .wpcf7 .label-ttl span.required {
    flex-shrink: 0;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    background-color: #FF8B8B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-top: 3px;
    margin-left: 12px;
  }
  #page-contact .contact-content__content .wpcf7 input,
  #page-contact .contact-content__content .wpcf7 select,
  #page-contact .contact-content__content .wpcf7 textarea {
    width: 100%;
    background-color: white;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }
  #page-contact .contact-content__content .wpcf7 input::placeholder,
  #page-contact .contact-content__content .wpcf7 select::placeholder,
  #page-contact .contact-content__content .wpcf7 textarea::placeholder {
    opacity: 0.3;
  }
  #page-contact .contact-content__content .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  #page-contact .contact-content__content .wpcf7-radio .wpcf7-list-item {
    margin-right: 12px;
    margin-bottom: 10px;
  }
  #page-contact .contact-content__content .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
  }
  #page-contact .contact-content__content .wpcf7-radio .wpcf7-list-item label input {
    width: 15px;
    height: 15px;
  }
  #page-contact .contact-content__content .wpcf7-radio .wpcf7-list-item-label {
    margin-left: 10px;
    font-size: 1.4rem;
    color: #4A4A4E;
    line-height: 1.6;
  }
  #page-contact .contact-content__content .wpcf7 textarea {
    resize: vertical;
  }
  #page-contact .contact-content__content .wpcf7 .privacy-lead {
    margin-top: 100px;
    justify-content: center;
    line-height: normal;
  }
  #page-contact .contact-content__content .wpcf7 .privacy-lead span.required {
    margin-left: 0;
    margin-right: 10px;
  }
  #page-contact .contact-content__content .wpcf7 .privacy-desc {
    margin-top: 15px;
    background-color: white;
    height: 127px;
    overflow-y: scroll;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    font-size: 1.6rem;
    font-weight: 500;
    color: rgba(38, 38, 41, 0.3);
  }
  #page-contact .contact-content__content .wpcf7 .privacy-wrapper {
    margin-top: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page-contact .contact-content__content .wpcf7 .privacy-wrapper p.label-ttl {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-bottom: 3px;
  }
  #page-contact .contact-content__content .wpcf7 .submit-wrap {
    margin-top: 45px;
  }
  #page-contact .contact-content__content .wpcf7 .submit-wrap input {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    border-radius: 28px;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #FF8B8B;
    padding: 0;
    border: none;
  }
  #page-contact .contact-content__content .wpcf7-not-valid-tip {
    display: block;
    font-size: 1.4rem;
    margin-top: 7px;
  }
  #page-contact .contact-content__content .wpcf7 span[data-name=your-acceptance] .wpcf7-checkbox::after {
    display: none;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content > * {
    margin-bottom: 10px;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content h2 {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content h3 {
    font-size: 1.4rem;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content p,
  #page-contact .contact-content__content .wpcf7 .single-content__content li {
    font-size: 1.3rem;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content li p {
    margin-bottom: 5px;
  }
  #page-contact .contact-content__content .wpcf7 .single-content__content p.end {
    text-align: end;
    margin-bottom: 5px;
  }
}

/*# sourceMappingURL=main.css.map */
