/*
====================================================================
 Fonts
====================================================================
*/
/* Noto Serif Bold */
@font-face {
  font-display: swap;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("./fonts/noto-serif-jp-bold.woff2") format("woff2");
}
/* Noto Serif Medium */
@font-face {
  font-display: swap;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./fonts/noto-serif-jp-medium.woff2") format("woff2");
}
/* Noto sans Bold */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("./fonts/noto-sans-jp-bold.woff2") format("woff2");
}
/* Noto sans Medium */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./fonts/noto-sans-jp-medium.woff2") format("woff2");
}
/*
====================================================================
 Colors
====================================================================
*/
/*
====================================================================
 Mixins
====================================================================
*/
/*----------------------------------------------------------------*/
@media (max-width: 767px) {
  /*----------------------------------------------------------------*/
  /*
  ====================================================================
   BASIC
  ====================================================================
  */
  html,
  body {
    min-width: initial;
  }
  body {
    font-size: 16px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  /*
  ====================================================================
   HEADER
  ====================================================================
  */
  .header-container {
    padding: 0 15px;
  }
  .logo {
    padding-left: 0;
  }
  .logo__symbol img {
    height: 36px;
  }
  .logo__tagline {
    font-size: 10px;
    padding-left: 1px;
  }
  .logo__title img {
    height: 24px;
  }
  .keyvisual {
    position: relative;
  }
  .keyvisual::before, .keyvisual::after {
    content: "";
    display: block;
    position: static;
    width: 100%;
    height: 3px;
    background: url(../images/header_border.svg);
  }
  .keyvisual .main-title {
    padding: 0 15px;
    width: 100%;
  }
  /*
  ====================================================================
   COMMON
  ====================================================================
  */
  .sub-section .container {
    padding: 40px 0;
  }
  .section__header {
    height: auto;
    min-height: 105px;
    padding: 20px 0 25px 0;
  }
  .section__header::after {
    width: 40px;
    height: 20px;
    bottom: -19px;
    left: calc(50% - 20px);
  }
  .section__header p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 7px;
    text-align: center;
  }
  h2 {
    font-size: 20px;
    padding-bottom: 8px;
    line-height: 1.75;
    text-align: center;
  }
  h2 > span {
    background: linear-gradient(to top, white 1px, transparent 1px);
    padding-bottom: 3px;
  }
  h2 > span .title__icon {
    height: 20px;
    margin-right: 8px;
    margin-bottom: -4px;
  }
  .sub-section h3 {
    border-bottom-width: 1px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 3px;
  }
  .sub-section h3 .title__icon {
    height: 24px;
    margin-bottom: -4px;
    margin-right: 6px;
  }
  .sub-section h3 + p {
    font-size: 14px;
  }
  h5 {
    font-size: 16px;
    font-weight: 600;
  }
  .check-list__item {
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 17px;
  }
  .check-list__item::before {
    width: 25px;
    height: 20px;
    flex-shrink: 0;
  }
  .common-section .container {
    padding: 10px !important;
    background: url(../images/sp/bg_consultation.png) center top/cover no-repeat;
  }
  .common-section .container .inner__box--horizontal::before, .common-section .container .inner__box--horizontal::after {
    height: 1px;
  }
  .common-section .container .inner__box--vertical {
    position: relative;
  }
  .common-section .container .inner__box--vertical::before, .common-section .container .inner__box--vertical::after {
    width: 1px;
  }
  .common-section__content {
    padding-top: 20px;
  }
  .common-section h3 {
    display: block;
    width: calc(100% - 28px);
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .common-section h3::before, .common-section h3::after {
    position: absolute;
    height: 94%;
    width: 50%;
    background: url(../images/sp/deco_lines.svg) left center/contain no-repeat;
    bottom: 0;
  }
  .common-section h3::before {
    left: -6px;
  }
  .common-section h3::after {
    right: -6px;
  }
  .common-section h3 span {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
  .common-section .pattern02 h3::before, .common-section .pattern02 h3::after {
    height: 96%;
  }
  .common-section .pattern02 h3 span {
    font-size: 19.5px;
    margin-left: 8px;
  }
  .consultation__button {
    padding: 20px;
    flex-direction: column;
    row-gap: 15px;
  }
  /*
  ====================================================================
   01
  ====================================================================
  */
  .hero-section01 .section__body .container {
    height: auto;
    background: url(../images/sp/bg_01_top.jpg) left top/100% auto no-repeat, url(../images/sp/bg_01_bottom.png) left bottom/100% auto no-repeat, #f3f8fe;
    padding-top: 66.7%;
    padding-bottom: 60px;
  }
  .hero-section01 .section__body .check-list {
    margin-left: 0;
    padding: 0 15px;
    row-gap: 25px;
  }
  .hero-section01 .sub-section .container {
    background: url(../images/sp/bg_02.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .hero-section01 .sub-section h3 {
    margin-bottom: 40px;
  }
  .hero-section01 .sub-section h3::after {
    width: 40px;
    height: 20px;
    left: calc(50% - 20px);
    bottom: -20px;
  }
  .point-list {
    padding: 36px 0 0 0;
  }
  .point-list::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    left: 8px;
    top: 8px;
  }
  .point-list::after {
    height: 27px;
  }
  .point-list__container {
    border-radius: 4px;
    padding: 15px;
    width: calc(100% - 30px);
    position: relative;
  }
  .point-list h4 span {
    font-size: 22.5px;
    padding: 2px 20px;
    background-size: auto 55%;
  }
  .point-list h4::before {
    width: calc(100% - 18px);
    left: 9px;
    clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
    -webkit-clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  }
  .point-list .check-list__container {
    padding: 15px 20px;
    padding-bottom: 62%;
    background-size: contain !important;
    margin-right: 0;
  }
  .point-list .check-list__item {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .point-list .check-list__item.nowrap {
    white-space: nowrap;
  }
  .point-list.male .check-list__container {
    background: white url(../images/sp/img_checklist_male.jpg) right bottom no-repeat;
  }
  .point-list.female .check-list__container {
    background: white url(../images/sp/img_checklist_female.jpg) right bottom no-repeat;
  }
  .inner__frame--top::before, .inner__frame--top::after {
    width: 16px;
    height: 16px;
  }
  .inner__frame--bottom::before, .inner__frame--bottom::after {
    width: 16px;
    height: 16px;
  }
  /*
  ====================================================================
   02
  ====================================================================
  */
  .hero-section02 .section__body .container {
    padding: 0 0 60px 0;
  }
  .hero-section02 .sub-section .container {
    width: 100%;
    padding: 40px 0;
    background: url(../images/sp/bg_common.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .hero-section02 .sub-section h3 {
    border-bottom: none;
    line-height: 1.6;
  }
  .hero-section02 .sub-section h3 > span {
    background: linear-gradient(to top, #061757 1px, transparent 1px);
    padding-bottom: 2px;
  }
  .case-panel {
    width: 100%;
  }
  .case-panel__item {
    display: block;
    margin-top: 40px;
    padding: 0 15px 20px 15px;
    background: linear-gradient(to top, #fbfbfb calc(100% - 40px), white calc(100% - 40px));
  }
  .case-panel__item h3 {
    padding-top: 0;
    margin-bottom: 25px;
  }
  .case-panel__item h3 span.case__title {
    padding: 0;
    font-size: 23px;
  }
  .case-panel__item h3 span.case__number {
    margin-bottom: 20px;
  }
  .case-panel__item h3 span.case__number img {
    width: 60%;
  }
  .case-panel__item figure {
    padding-bottom: 15px;
  }
  .case-panel__item p {
    margin-top: 1em;
  }
  .case-panel__item.case01 .figure-wrapper {
    padding-right: 0;
  }
  .case-panel__item.case01 figure {
    padding-right: 15px;
  }
  .case-panel__item.case01 p {
    padding-left: 0;
  }
  .case-panel__item.case02 figure {
    padding-left: 15px;
  }
  .case-panel__item.case02 p {
    padding-right: 0;
    margin-left: 0;
  }
  .introduction {
    border-top-width: 2.5px;
    padding: 0 15px 40px 15px;
    width: calc(100% - 30px);
    margin: 30px auto;
    background-color: white;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  }
  .media-list__item {
    padding: 20px 0;
  }
  .media-list__item.film a {
    letter-spacing: -0.015em;
  }
  .media-list__item.tv {
    border-top: none;
  }
  .media-list h4 {
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 15px;
  }
  .media-list h4 span {
    display: block;
  }
  .media-list h4 .note {
    width: 100%;
    font-size: 12px;
    margin-top: 7px;
  }
  .media-list .media__category {
    font-size: 16px;
    padding: 4px 25px 5px 15px;
    margin-left: -15px;
  }
  .media-list .media__title {
    font-size: 18px;
  }
  .program-list__item {
    margin-bottom: 25px;
    display: block;
  }
  .program-list__item figure {
    grid-column: 2/3;
    grid-row: 1/3;
    padding-top: 13px;
  }
  .program-card {
    display: block;
  }
  .program-card__item {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 39.7%;
    align-items: unset;
  }
  .program-card__item img {
    width: 100%;
  }
  .program-card__item h5 {
    grid-column: 1/3;
    order: 1;
    padding-bottom: 0;
  }
  .program-card__item p {
    order: 1;
    text-align: left;
  }
  .program-card__item figure {
    order: 2;
    padding: 10px;
  }
  .partners-list {
    display: block;
  }
  .partners-list__container {
    padding-top: 30px;
  }
  .partners-list__container h4 {
    font-size: 16px;
    padding: 4px 15px 5px 15px;
    margin-left: -15px;
  }
  .partners-list__item {
    margin-bottom: 30px;
    padding: 15px 10px 20px;
  }
  .partners-list__item__content {
    display: block;
    padding-top: 15px;
  }
  .partners-list__item__content__left {
    width: auto;
  }
  .partners-list figure {
    padding: 0;
    width: 55.2%;
    margin: 0 auto 18px auto;
  }
  .partners-list__firm {
    text-align: center;
  }
  .partners-list__name {
    font-size: 17px;
  }
  .partners-list p {
    width: auto;
    padding: 5px 10px 0;
  }
  .recommendation {
    margin: 0;
  }
  /*
  ====================================================================
   03
  ====================================================================
  */
  .hero-section03 .container {
    padding: 40px 0;
  }
  .step-list {
    width: calc(100% - 30px);
    padding-left: 15px;
  }
  .step-list__item {
    border-radius: 4px;
    display: block;
    padding: 0 10px 15px 15px;
  }
  .step-list__item::after {
    width: calc(100% + 15px);
    left: -15px;
  }
  .step-list__item:last-child {
    margin-bottom: 20px;
  }
  .step-list h3 {
    font-size: 16px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    width: 100%;
    padding: 3px 24px;
    margin: -10px 0 15px -30px;
  }
  .step-list h3 span.number {
    font-size: 27px;
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding-bottom: 3px;
  }
  .step-list h3 span.number::before {
    font-size: 14px;
  }
  /*
  ====================================================================
   04
  ====================================================================
  */
  .hero-section04 .container {
    padding: 40px 15px;
  }
  .hero-section04 h3 {
    font-size: 23px;
    padding: 7px 0;
    width: 100%;
  }
  .price-table {
    padding-bottom: 30px;
  }
  .price-table:first-child {
    margin-bottom: 30px;
  }
  .price-table__container {
    width: 100%;
    padding: 20px 15px;
  }
  .price-table__container .attention {
    font-size: 18px;
    margin: 10px 0;
  }
  .price-table__rows {
    grid-template-columns: 1fr 39%;
    gap: 7px;
  }
  .price-table__header {
    grid-column: 1/3;
    text-align: center;
    padding: 27px 10px;
  }
  .price-table__cell {
    display: flex;
    align-items: center;
    padding: 14px 10px;
    background-color: #f3f8fe;
    min-height: 79px;
  }
  .price-table__cell__price {
    justify-content: flex-end;
  }
  /*
  ====================================================================
   05
  ====================================================================
  */
  .hero-section05 .section__body .container {
    width: 100%;
    padding: 40px 0;
  }
  .hero-section05 .sub-section .container {
    background: url(../images/sp/bg_common.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 40px 15px;
  }
  .voice-list {
    display: block;
    padding: 0 15px;
  }
  .voice-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .context-bubble p {
    font-size: 16px;
    padding: 32px 27px;
  }
  .faq-list__container {
    width: 100%;
    margin-top: 30px;
    padding: 15px;
  }
  .faq-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .faq-list dt {
    grid-template-columns: 35px 1fr;
    align-items: flex-start;
    padding: 15px;
  }
  .faq-list dt span {
    font-size: 18px;
  }
  .faq-list dd {
    grid-template-columns: 35px 1fr;
    padding: 15px 19px;
  }
  /*
  ====================================================================
   06
  ====================================================================
  */
  .hero-section06 .container {
    padding: 40px 15px;
  }
  .hero-section06 .sub-content {
    width: 100%;
    margin-top: 30px;
  }
  .hero-section06 .sub-content h3 {
    margin-bottom: 20px;
  }
  .hero-section06 figure img {
    margin-bottom: 10px;
  }
  .profile-table {
    width: 100%;
  }
  .profile-table th {
    display: block;
    padding: 15px;
    border-bottom: none;
  }
  .profile-table td {
    display: block;
    padding: 15px 10px 15px 15px;
    border-bottom: none;
  }
  .profile-table td a {
    letter-spacing: -0.015em;
  }
  .map div {
    padding-bottom: 100%;
  }
  /*
  ====================================================================
   07
  ====================================================================
  */
  .hero-section07 .container {
    background: url(../images/sp/bg_consultation_bottom.jpg) center top/100% auto no-repeat;
    padding: 30px 15px;
  }
  .copy {
    margin-bottom: 60px;
  }
  .consultation__box {
    border-width: 1px;
    width: 100%;
    padding: 15px;
    position: relative;
  }
  .consultation__box::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #061757 9.5%, transparent 9.5%, transparent 90.5%, #061757 90.5%);
    top: 0;
    left: 0;
  }
  .consultation__box .consultation__button {
    padding: 0;
  }
  .title__wrapper {
    padding: 0;
  }
  .title__wrapper .seals {
    position: static;
    width: 68.7%;
    margin: 10px auto;
  }
  .title__wrapper h2 {
    margin: 20px 0;
  }
  .catch {
    width: 92%;
    transform: none;
    margin: -45px auto 0 auto;
  }
  /*
  ====================================================================
   Floating Navigation
  ====================================================================
  */
  nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  nav.at-footer {
    position: static;
  }
  nav .consultation__button {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    background-color: #3db156;
  }
  nav .consultation__button a {
    display: block;
  }
  .page-top__button {
    position: static;
    margin: 0 15px 10px auto;
    width: 60px;
    height: 60px;
  }
  /*
  ====================================================================
   FOOTER
  ====================================================================
  */
  .copyright {
    font-size: 14px;
    line-height: 1.75;
    padding: 12px 0 124px 0;
  }
  /*----------------------------------------------------------------*/
}
/*----------------------------------------------------------------*//*# sourceMappingURL=mobile.css.map */