* {
  box-sizing: border-box;
}

html,
body {
  font-size: 10px;
  background: #ffffff;
  color: #404040;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
  .section {
    width: 100%;
    min-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .btn-area {
    text-align: center;
  }
  .btn-area .caps {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
  .btn-area .caps strong {
    color: #dd3737;
    font-weight: 700;
    font-size: 4rem;
  }
  .btn-area .caps strong span {
    font-size: 2rem;
  }
  .btn-area .caps::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 2rem;
    margin-right: 8px;
    border-left: 2px solid #404040;
    vertical-align: middle;
    transform: rotate(-15deg);
  }
  .btn-area .caps::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 2rem;
    margin-left: 8px;
    border-left: 2px solid #404040;
    vertical-align: middle;
    transform: rotate(15deg);
  }
  .btn-area .btn-type {
    width: 523px;
    margin: 0 auto;
    display: block;
  }
  .btn-area .btn-type a {
    padding: 32px;
    display: block;
    border-radius: var(--Button-XL, 64px);
    border: 2px solid #FFF;
    background: var(--Primitive-Saffron-600, #D6AE47);
    box-shadow: 0 6px 0 0 rgba(187, 169, 125, 0.7);
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .btn-area .btn-type a img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: auto;
    margin-left: 5px;
    transition: all 0.3s ease;
  }
  .btn-area .btn-type a:hover {
    background: #2d2d88;
    box-shadow: 0 0 0 0 rgba(187, 169, 125, 0.7);
    transform: translate3d(0, 6px, 0);
  }
  .btn-area .btn-type a:hover img {
    transform: translate3d(0, 5px, 0);
  }
  #header {
    width: 100vw;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #header .container {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  #header .container .logo {
    width: 252.45px;
  }
  #header .container .logo a {
    display: block;
  }
  #header .container .nav {
    width: calc(100% - 252.45px);
  }
  #header .container .nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
  }
  #header .container .nav ul li a {
    display: block;
    padding: 8px 0;
    color: #404040;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
  }
  #header .container .nav ul li a:hover {
    color: #2d2d88;
  }
  #header .container .nav ul li.btn-menu a {
    background: #D6AE47;
    font-size: 1.4rem;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
  }
  #header .container .nav ul li.btn-menu a:hover {
    background: rgb(191.36, 149.76, 42.64);
  }
  #header .container .nav ul li.btn-menu a img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: auto;
    margin-left: 10px;
  }
  #main {
    padding-top: 105px;
  }
  #kv {
    max-width: 100%;
    padding: 0;
  }
  #kv .container {
    max-width: 100%;
    padding: 0;
  }
  #kv .container img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* #reasons */
  #reasons {
    padding: 120px 0 0 0;
    background: #fffbf5;
    background-image: url("../images/reasons_skin.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 397px;
  }
  #reasons .title {
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    color: #2d2d88;
  }
  #reasons .title strong {
    font-weight: 700;
    color: #404040;
  }
  #reasons .point {
    display: flex;
    height: 370px;
    padding: 0;
    margin-bottom: 24px;
    align-items: center;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(179, 152, 68, 0.3);
    overflow: hidden;
  }
  #reasons .point .point-title {
    width: 50px;
    height: 100%;
    padding: 8px 0 0 16px;
    background-color: #2d2d88;
    color: #fff;
    position: relative;
  }
  #reasons .point .point-title span {
    transform-origin: bottom left;
    transform: rotate(90deg);
    display: inline-block;
    white-space: nowrap;
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 14px;
  }
  #reasons .point .point-title span .num {
    font-size: 24px;
    font-weight: 700;
    margin-left: 3px;
  }
  #reasons .point .text {
    width: calc(100% - 504px - 50px);
    padding: 0 60px 0 60px;
  }
  #reasons .point .text h4 {
    margin-bottom: 24px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #2d2d88;
  }
  #reasons .point .text h4 strong {
    font-weight: 700;
    font-size: 4.4rem;
  }
  #reasons .point .text p {
    font-size: 2rem;
    line-height: 1.75;
    margin: 0;
    letter-spacing: 0;
  }
  #reasons .point .text p strong {
    font-weight: 700;
  }
  #reasons .point .image {
    width: 564px;
    height: 100%;
    padding: 0 60px 0 0;
    display: flex;
    align-items: center;
  }
  #reasons .point.point1 {
    height: 304px;
  }
  #reasons .point.point2 {
    height: 379px;
  }
  #reasons .point.point3 {
    height: 373px;
  }
  #reasons .three-benefits {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #reasons .three-benefits .content {
    order: 2;
    width: 680px;
  }
  #reasons .three-benefits .content .title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 3rem;
    color: #404040;
  }
  #reasons .three-benefits .content .title strong {
    font-size: 4rem;
    font-weight: 700;
    color: #dd3737;
  }
  #reasons .three-benefits .content ul {
    width: 100%;
  }
  #reasons .three-benefits .content ul li {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 18px 50px;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 280px;
    background-color: #fff;
    border: 1px dashed #EBCD70;
  }
  #reasons .three-benefits .content ul li img {
    width: 45px;
    height: auto;
    margin-right: 24px;
  }
  #reasons .three-benefits .content ul li strong {
    font-weight: 700;
    font-size: 3.4rem;
    color: #2d2d88;
    display: inline-block;
  }
  #reasons .three-benefits .asset {
    order: 1;
    width: calc(100% - 680px);
  }
  #reasons .three-benefits .asset img {
    display: block;
    max-width: 100%;
    height: auto;
    transform: translate3d(-40px, 0, 0);
  }
  /* --- exams / menu list --- */
  #exams {
    padding: 80px 0 220px 0;
    background: #F5F5FF;
  }
  #exams .lead {
    color: #2d2d88;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.8rem;
    text-align: center;
  }
  #exams .lead::after {
    content: "";
    display: block;
    width: 790px;
    height: 33px;
    margin: 10px auto 0 auto;
    background: url(../images/exams_asset1.svg) center center no-repeat;
  }
  #exams .title {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 80px;
  }
  #exams .menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
  }
  #exams .menu-list .menu-item {
    background: #ffffff;
    border-radius: var(--r20, 20px);
    border: 0 solid var(--Background-Shade--light, #DFDFEE);
    background: var(--Background-Base, #FFF);
    box-shadow: 0 0 10px 0 rgba(201, 201, 227, 0.5);
    overflow: hidden;
  }
  #exams .menu-list .menu-item h4 {
    background-color: #2d2d88;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 24px 32px;
  }
  #exams .menu-list .menu-item .content {
    padding: 32px;
  }
  #exams .menu-list .menu-item .content p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
  }
  #exams .menu-list .menu-item .content p strong {
    color: #2d2d88;
    font-weight: 700;
  }
  #exams .menu-list .menu-item.col1 {
    width: 100%;
  }
  #exams .menu-list .menu-item.col1 h4 {
    font-size: 2.8rem;
  }
  #exams .menu-list .menu-item.col1 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #exams .menu-list .menu-item.col1 .content p {
    width: calc(100% - 520px - 40px);
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
  }
  #exams .menu-list .menu-item.col1 .content .image {
    width: 520px;
  }
  #exams .menu-list .menu-item.col2 {
    width: calc(50% - 12px);
  }
  #exams .menu-list .menu-item.col3 {
    width: calc(33.3333% - 16px);
  }
  #exams .btn-area {
    margin-top: 80px;
  }
  /* --- petct section --- */
  #petct {
    padding: 0 0 120px 0;
  }
  #petct .title-l {
    transform: translate3d(0, -70px, 0);
  }
  #petct .title-l img {
    width: 100%;
  }
  #petct .title {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 24px;
  }
  #petct .lead {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 60px;
  }
  #petct .lead strong {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0082A1;
    display: inline-block;
    margin-right: 3px;
  }
  #petct .lead br {
    display: none;
  }
  #petct .card-wrap {
    padding: 30px 60px 60px 60px;
    margin-top: 120px;
    border-radius: 30px;
    background-color: #F9E8D3;
    position: relative;
  }
  #petct .card-wrap::before {
    content: "";
    display: block;
    background: url(../images/petct_asset2.svg) 0 0 no-repeat;
    width: 378px;
    height: 109px;
    position: absolute;
    top: -49px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #petct .card-wrap::after {
    content: "";
    display: block;
    background: url(../images/petct_asset1.svg) 0 0 no-repeat;
    width: 256px;
    height: 246px;
    position: absolute;
    top: -245px;
    right: 30px;
  }
  #petct .card-wrap .card {
    padding: 60px;
    background: #fffbf5;
  }
  #petct .card-wrap .card .card-ttl {
    padding: 18px 24px;
    font-size: 2.8rem;
    font-weight: 700;
    background-color: #0082A1;
    color: #fff;
    margin-bottom: 32px;
  }
  #petct .card-wrap .card .card-ttl::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-top: 2px;
    margin-right: 12px;
    border: 9px solid #EBCD70;
    box-sizing: border-box;
  }
  #petct .card-wrap .card .card-body p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 0 24px 0;
  }
  #petct .card-wrap .card .card-body p:last-child {
    margin-bottom: 0;
  }
  #petct .card-wrap .card .card-body p strong {
    font-weight: 700;
  }
  #petct .card-wrap .card .card-body.col {
    display: flex;
    margin-bottom: 30px;
  }
  #petct .card-wrap .card .card-body.col p {
    width: calc(100% - 420px);
    padding: 0 40px 0 0;
  }
  #petct .card-wrap .card .card-body.col .image {
    width: 420px;
    height: auto;
    display: block;
  }
  /* --- merits --- */
  #merits {
    padding: 100px 0 120px 0;
    margin-top: 140px;
    background: #FDF2F4;
  }
  #merits .container {
    position: relative;
  }
  #merits .title {
    width: 951px;
    height: 824px;
    padding-top: 120px;
    margin: 0 auto 0 auto;
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    color: #dd3737;
    background-color: #FDF2F4;
    border-radius: 50%;
    position: absolute;
    top: -270px;
    left: 0;
    right: 0;
  }
  #merits .merits-list {
    padding: 0 0 60px 0;
    margin-bottom: 60px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #dd3737;
  }
  #merits .merits-list li {
    width: calc(33.33% - 16px);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #dd3737;
  }
  #merits .merits-list li .icon {
    width: 80px;
    height: 120px;
    margin: 0 auto 16px auto;
    text-align: center;
  }
  #merits .merits-list li .icon img {
    margin: 0 auto;
  }
  #merits .merits-list li h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  #merits .merits-list li p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
  }
  #merits .merits-list li p strong {
    color: #2d2d88;
  }
  #merits #demerits {
    padding: 64px 32px 32px 32px;
    margin-bottom: 132px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
  }
  #merits #demerits::after {
    content: "";
    display: block;
    background: url(../images/merits_arrow.svg) 0 0 no-repeat;
    width: 68px;
    height: 72px;
    margin: 0 auto;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
  }
  #merits #demerits .demerits-title {
    font-size: 3.6rem;
    font-weight: 700;
    color: #2d2d88;
    margin-bottom: 60px;
    text-align: center;
  }
  #merits #demerits .demerits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #merits #demerits .demerits-list li {
    width: calc(33.33% - 20px);
    background: #F2F2F2;
    padding: 20px 24px 24px 24px;
    border-radius: 14px;
  }
  #merits #demerits .demerits-list li h4 {
    height: 60px;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
  }
  #merits #demerits .demerits-list li p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
  }
  #merits #mitsukenikui {
    width: calc(100% + 160px);
    margin: 0 -80px 0 -80px;
    padding: 60px 80px 0 80px;
    background-color: #fff;
    border-radius: 60px;
    border: 4px solid #D6AE47;
  }
  #merits #mitsukenikui .mitsukenikui-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  #merits #mitsukenikui .mitsukenikui-content .text {
    width: 540px;
    padding: 60px 0 0 0;
  }
  #merits #mitsukenikui .mitsukenikui-content .text h3 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #dd3737;
    margin-bottom: 40px;
  }
  #merits #mitsukenikui .mitsukenikui-content .text h3 img {
    margin-bottom: 20px;
  }
  #merits #mitsukenikui .mitsukenikui-content .text p {
    font-size: 2rem;
    line-height: 1.5;
    margin: 0;
  }
  #merits #mitsukenikui .mitsukenikui-content .text p strong {
    font-weight: 700;
  }
  #merits #mitsukenikui .btn-area {
    transform: translate3d(0, 40px, 0);
  }
  /* --- flow section --- */
  #flow {
    padding: 120px 0 60px 0;
    background: #F5F5FF;
  }
  #flow .title {
    color: #2d2d88;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
  }
  #flow .flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../images/flow_line.svg) center 160px no-repeat;
  }
  #flow .flow-list .flow {
    width: 360px;
    height: 354px;
    margin-bottom: 120px;
    background-color: #fff;
    border: 2px solid #2d2d88;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  #flow .flow-list .flow .num {
    width: 60px;
    height: 60px;
    border-radius: 16px 0 20px 0;
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    background-color: #2d2d88;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  #flow .flow-list .flow .name {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2d2d88;
    padding: 0 0 0 80px;
    line-height: 60px;
    margin-bottom: 16px;
  }
  #flow .flow-list .flow .icon {
    width: 100%;
    height: 140px;
    text-align: center;
  }
  #flow .flow-list .flow .icon img {
    margin: 0 auto;
  }
  #flow .flow-list .flow .text {
    padding: 12px 32px 32px 32px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #404040;
  }
  #flow .flow-list .flow .text strong {
    font-weight: 700;
  }
  #flow .note {
    width: 100%;
    margin-top: -80px;
    font-size: 1.4rem;
    text-align: right;
  }
  /* --- faq --- */
  #faq {
    padding: 170px 0 80px 0;
    background: url(../images/faq_bg.png) center top repeat #F2FBFF;
    background-size: 36px auto;
    position: relative;
  }
  #faq::before {
    content: "";
    display: block;
    width: 100%;
    height: 53px;
    background: url(../images/faq_asset.svg) center bottom repeat-x;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #faq .title {
    font-size: 5rem;
    font-weight: 700;
    color: #2d2d88;
    text-align: center;
    margin-bottom: 80px;
  }
  #faq .faq-item {
    padding: 24px 32px;
    margin-bottom: 40px;
    background: #FDFDFD;
    box-shadow: 0 0 10px 0 rgba(176, 202, 214, 0.2);
    border-radius: 20px;
  }
  #faq .faq-item dt {
    padding: 12px 0 16px 54px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #2d2d88;
    position: relative;
    cursor: pointer;
  }
  #faq .faq-item dt:hover {
    color: #5252a5;
  }
  #faq .faq-item dt::after {
    content: "";
    display: block;
    width: 40px;
    height: 41px;
    background: url(../images/faq_arrow_down.svg) center center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  #faq .faq-item dt span {
    font-size: 3.6rem;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
  }
  #faq .faq-item dd {
    display: none;
    border-top: 1px dotted #D9D9D9;
    padding: 12px 0 12px 54px;
    font-size: 1.6rem;
    line-height: 1.75;
    position: relative;
  }
  #faq .faq-item dd span {
    font-size: 3.6rem;
    font-weight: 700;
    position: absolute;
    color: #dd3737;
    left: 3px;
    top: 0;
  }
  #faq .faq-item.open dt {
    padding: 12px 0 24px 54px;
  }
  #faq .faq-item.open dt::after {
    transform: translateY(-50%) rotate(180deg);
  }
  #faq .faq-item.open dd {
    display: block;
  }
  /* --- results --- */
  #results {
    padding: 120px 0;
  }
  #results .title {
    font-size: 5rem;
    font-weight: 700;
    color: #2d2d88;
    text-align: center;
    margin-bottom: 30px;
  }
  #results .lead {
    margin-bottom: 70px;
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
  }
  #results .results-wrap {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 50px 60px 50px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 30px;
    background: #FFFBF5;
    position: relative;
  }
  #results .results-wrap .tested_number {
    width: 35%;
    max-width: 328px;
    min-height: 477px;
    padding: 50px 0;
    text-align: center;
    position: relative;
  }
  #results .results-wrap .tested_number::before {
    content: "";
    display: block;
    background: url(../images/result_arrow.svg) center center no-repeat;
    width: 71px;
    height: 69px;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
  }
  #results .results-wrap .tested_number::after {
    content: "";
    display: block;
    background: url(../images/result_asset1.svg) center center no-repeat;
    width: 398px;
    height: 297px;
    position: absolute;
    left: calc(50% - 290px);
    bottom: -90px;
  }
  #results .results-wrap .tested_number .number_title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 50px;
  }
  #results .results-wrap .tested_number .number {
    font-size: 4.4rem;
    font-weight: 700;
  }
  #results .results-wrap .tested_number .number span {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 10rem;
    font-weight: 700;
    margin-right: 3px;
    color: #2d2d88;
  }
  #results .results-wrap .result_number {
    width: 50%;
    max-width: 421px;
    min-height: 477px;
    border-radius: 30px;
    border: 2px solid #DD3737;
    background: #FDF2F4;
    box-shadow: 6px 6px 0 0 rgba(221, 55, 55, 0.3);
    display: flex;
    padding: 50px 5%;
    flex-direction: column;
    align-items: center;
  }
  #results .results-wrap .result_number .number_title {
    margin-bottom: 30px;
    font-size: 3.2rem;
    font-weight: 700;
  }
  #results .results-wrap .result_number .number {
    font-size: 4.4rem;
    font-weight: 700;
  }
  #results .results-wrap .result_number .number span {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 13rem;
    font-weight: 700;
    margin-right: 3px;
    color: #dd3737;
  }
  #results .results-wrap .result_number .detail {
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
    color: #999;
    border-top: 1px solid #9B7A7A;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  #results .results-wrap .result_number .detail li {
    width: 50%;
    padding: 0 15px;
    color: #9B7A7A;
    font-size: 2rem;
    font-weight: 700;
  }
  #results .results-wrap .result_number .detail li span {
    font-weight: 700;
    float: right;
  }
  #results .results-wrap .period {
    font-size: 1.4rem;
    color: #999;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 30px;
  }
  /* --- courses --- */
  #courses {
    padding: 120px 0;
    background: url(../images/courses_asset.svg) center bottom no-repeat #F5F5FF;
    background-size: 100% auto;
  }
  #courses .title {
    font-size: 5rem;
    font-weight: 700;
    color: #2d2d88;
    text-align: center;
    margin-bottom: 30px;
  }
  #courses .lead {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 100px;
  }
  #courses .course-list {
    display: flex;
    justify-content: space-between;
  }
  #courses .course-list .course {
    width: 380px;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    border-radius: 20px;
    text-align: center;
    position: relative;
  }
  #courses .course-list .course .name {
    background-color: #2d2d88;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 24px 32px;
    border-radius: 20px 20px 0 0;
  }
  #courses .course-list .course .badge {
    position: absolute;
    top: -35px;
    left: -25px;
  }
  #courses .course-list .course .content {
    padding: 20px 32px 30px 32px;
  }
  #courses .course-list .course .content strong {
    font-weight: 700;
  }
  #courses .course-list .course .content .desc {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #404040;
  }
  #courses .course-list .course .content dl dt {
    padding: 10px;
    margin: 12px auto;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1;
    color: #2d2d88;
    border-radius: 4px;
    background-color: #DFDFEE;
    text-align: left;
  }
  #courses .course-list .course .content dl dd img {
    width: auto;
    height: 220px;
    display: block;
  }
  #courses .course-list .course .content .price {
    padding: 16px 0;
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    font-weight: bold;
    color: #dd3737;
    margin-top: 24px;
    border-top: 2px solid #dd3737;
    border-bottom: 2px solid #dd3737;
  }
  #courses .course-list .course .content .price .amount {
    font-weight: 700;
  }
  #courses .course-list .course .content .price .tax {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 8px;
  }
  #courses .course-list .course .content .btn-apply {
    padding: 24px 0 0 0;
  }
  #courses .course-list .course .content .btn-apply a {
    display: block;
    width: 100%;
    padding: 16px 0;
    background-color: #2d2d88;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
  }
  #courses .course-list .course .content .btn-apply a img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: auto;
    margin-top: -2px;
    margin-left: 12px;
    transition: all 0.3s ease;
  }
  #courses .course-list .course .content .btn-apply a:hover {
    background-color: #D6AE47;
  }
  #courses .course-list .course .content .btn-apply a:hover img {
    transform: translate3d(6px, 0, 0);
  }
  #courses .course-list .course.recommended {
    border: 2px solid #2d2d88;
    border-radius: var(--r20, 20px);
    box-shadow: 0 0 4px 2px rgba(167, 167, 216, 0.6);
  }
  #courses .course-list .course.recommended .name {
    border-radius: 16px 16px 0 0;
  }
  /* --- outline --- */
  #outline {
    padding: 0 0 20px 0;
    background: #E9E9F8;
    overflow: hidden;
  }
  #outline .inner {
    width: calc(100% + 160px);
    margin: 0 -80px 0 -80px;
    padding: 80px 80px 80px 80px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  #outline .inner::before {
    content: "";
    display: block;
    width: 120px;
    height: 100px;
    background-color: #E9E9F8;
    border-bottom: solid 2px #2d2d88;
    position: absolute;
    top: -70px;
    left: -60px;
    transform: rotate(-35deg);
  }
  #outline .inner::after {
    content: "";
    display: block;
    width: 120px;
    height: 100px;
    background-color: #E9E9F8;
    border-bottom: solid 2px #2d2d88;
    position: absolute;
    bottom: -70px;
    right: -55px;
    transform: rotate(145deg);
  }
  #outline .title {
    font-size: 5rem;
    font-weight: 700;
    color: #2d2d88;
    text-align: center;
    margin-bottom: 80px;
  }
  #outline .outline-grid {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #outline .outline-grid .hospital-table {
    width: 640px;
  }
  #outline .outline-grid .hospital-table tr {
    border-bottom: 1px solid #fff;
  }
  #outline .outline-grid .hospital-table tr:last-child {
    border-bottom: none;
  }
  #outline .outline-grid .hospital-table tr th {
    width: 120px;
    padding: 16px 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    background-color: #2d2d88;
    text-align: center;
  }
  #outline .outline-grid .hospital-table tr td {
    padding: 24px 16px;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #808080;
    text-align: left;
  }
  #outline .outline-grid img {
    width: 480px;
    height: auto;
  }
  /* --- contact --- */
  #contact {
    padding: 80px 0;
    background: #fffbf5;
  }
  /* --- access --- */
  #access {
    padding: 120px 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url(../images/access_bg.jpg) lightgray 50%/cover no-repeat;
  }
  #access .inner {
    padding: 64px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(138, 177, 204, 0.5);
    position: relative;
  }
  #access .inner::after {
    content: "";
    display: block;
    width: 243px;
    height: 256px;
    background: url(../images/contact_asset.svg) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
  }
  #access .title {
    font-size: 5rem;
    font-weight: 700;
    color: #2d2d88;
    text-align: center;
    margin-bottom: 80px;
  }
  #access .access-grid {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #access .access-grid .map {
    width: 506px;
    height: 409px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
  }
  #access .access-grid .map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  #access .access-grid .address {
    width: 506px;
    padding: 0 0 0 40px;
  }
  #access .access-grid .address dt {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2d2d88;
  }
  #access .access-grid .address dt:first-child {
    margin-top: 0;
  }
  #access .access-grid .address dd {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #404040;
    margin: 8px 0 60px 0;
  }
  #access .access-grid .address dd:last-child {
    margin-bottom: 0;
  }
  #access #contact {
    padding: 64px 0 80px 0;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    border: 4px solid #FFF;
    background-color: #2d2d88;
    box-shadow: 0 0 10px 0 rgba(45, 45, 136, 0.4);
  }
  #access #contact .title_s {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  #access #contact .contact-text {
    padding: 0 0 40px 0;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 50px;
    position: relative;
  }
  #access #contact .contact-text::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #access #contact .contact-methods {
    width: 842px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #access #contact .contact-methods .tel a {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
  }
  #access #contact .contact-methods .tel a img {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
  }
  #access #contact .contact-methods .tel span {
    display: block;
    font-size: 1.4rem;
    margin-top: 8px;
    text-align: right;
  }
  #access #contact .contact-methods .tel span i {
    font-style: normal;
    margin-right: 5px;
  }
  #access #contact .contact-methods .email {
    width: 413px;
  }
  #access #contact .contact-methods .email .btn-apply {
    width: 100%;
    display: inline-block;
    padding: 24px 0;
    background-color: #E6B94A;
    font-size: 2.6rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
  }
  #access #contact .contact-methods .email .btn-apply:hover {
    filter: brightness(1.1);
  }
  #access #contact .contact-methods .email .btn-apply img {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
  }
  #footer {
    background: #2d2d88;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1360px) {
  /* --- merits --- */
  #merits #mitsukenikui {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #merits #mitsukenikui .mitsukenikui-content .image {
    width: calc(100% - 540px);
    padding: 30px 0 0 20px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    overflow-x: hidden;
  }
  .pc.tablet {
    display: none;
  }
  .sp.tablet {
    display: block;
  }
  #header .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .container #sp-nav {
    width: 157px;
    display: flex;
    justify-content: space-between;
  }
  #header .container #sp-nav .btn-exams {
    display: flex;
    width: 90px;
    height: 52px;
  }
  #header .container #sp-nav .btn-exams a {
    width: 100%;
    height: 100%;
    padding: 14px 10px;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    background: #D6AE47;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
  }
  #header .container #sp-nav #sp-menu {
    width: 57px;
    height: 52px;
    background-color: #2d2d88;
    border-radius: 6px;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
  }
  #header .container #sp-nav #sp-menu span {
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    border: none;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
  }
  #header .container #sp-nav #sp-menu span:nth-child(1) {
    top: 16px;
  }
  #header .container #sp-nav #sp-menu span:nth-child(2) {
    top: 24px;
  }
  #header .container #sp-nav #sp-menu span:nth-child(3) {
    top: 32px;
  }
  #header .container #sp-nav #sp-menu.open span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header .container #sp-nav #sp-menu.open span:nth-child(2) {
    opacity: 0;
  }
  #header .container #sp-nav #sp-menu.open span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #header .container #sp-drawer {
    position: absolute;
    top: 100%;
    right: 0;
    width: 310px;
    height: calc(100vh - 72px);
    background-color: #fff;
    box-shadow: -4px 8px 16px 0 rgba(0, 0, 0, 0.1);
    transform: translate3d(310px, 0, 0);
    opacity: 0;
    transition: all 0.35s ease-in-out;
  }
  #header .container #sp-drawer.open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #header .container #sp-drawer ul {
    padding: 50px 30px;
  }
  #header .container #sp-drawer ul li a {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    color: #404040;
  }
  #header .container #sp-drawer ul li a:hover {
    color: #5252a5;
  }
  #header .container #sp-drawer ul li.btn-menu a {
    margin-top: 24px;
    background: #D6AE47;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    padding: 24px 20px;
    border-radius: 32px;
  }
  #header .container #sp-drawer ul li.btn-menu a:hover {
    background: rgb(191.36, 149.76, 42.64);
  }
  #header .container #sp-drawer ul li.btn-menu a img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: auto;
    margin-left: 5px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .section {
    width: 100%;
    min-width: 100%;
  }
  .container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #reasons .point {
    height: auto;
    flex-wrap: wrap;
    align-items: center;
  }
  #reasons .point .point-title {
    width: 100%;
    height: 43px;
    text-align: center;
    margin: 0;
  }
  #reasons .point .point-title span {
    transform: rotate(0);
  }
  #reasons .point .text {
    width: 60%;
    padding: 30px;
  }
  #reasons .point .image {
    width: 40%;
    padding: 0 30px 0 0;
  }
  #reasons .point.point1, #reasons .point.point2, #reasons .point.point3 {
    height: auto;
  }
  #reasons .three-benefits {
    align-items: flex-end;
    height: 507px;
  }
  #reasons .three-benefits .content {
    padding-bottom: 30px;
  }
  #reasons .three-benefits .asset {
    height: 100%;
    line-height: 507px;
    display: flex;
    align-items: flex-end;
  }
  #reasons .three-benefits .asset img {
    transform: translate3d(-40px, 0, 0);
  }
  #petct .lead {
    line-height: 1.5;
  }
  #petct .lead br.tablet {
    display: block;
  }
  #petct .card-wrap .card .card-body.col {
    display: block;
  }
  #petct .card-wrap .card .card-body.col p {
    width: 100%;
    padding: 0 0 16px 0;
  }
  #petct .card-wrap .card .card-body.col .image {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
  }
  #merits .title {
    width: 700px;
    height: 700px;
    font-size: 4.2rem;
    padding-top: 100px;
    top: -220px;
  }
  #merits .merits-list li {
    width: calc(50% - 12px);
  }
  #merits #demerits .demerits-list li h4 {
    height: auto;
  }
  #merits #mitsukenikui .mitsukenikui-content {
    flex-wrap: wrap;
  }
  #merits #mitsukenikui .mitsukenikui-content .text {
    width: 100%;
    padding: 0;
  }
  #merits #mitsukenikui .mitsukenikui-content .text h3 {
    font-size: 3.2rem;
  }
  #merits #mitsukenikui .mitsukenikui-content .image {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #merits #mitsukenikui .mitsukenikui-content .image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #flow .flow-list {
    background: none;
  }
  #flow .flow-list .flow {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
  #faq .faq-item dt {
    padding-right: 60px;
    line-height: 1.5;
  }
  #courses .course-list {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
  #courses .course-list .course {
    width: calc(50% - 12px);
  }
  #courses .course-list .course .content .price {
    font-size: 3.2rem;
  }
  #courses .course-list .course .content .price .tax {
    font-size: 1.6rem;
  }
  #outline .outline-grid {
    width: 100%;
  }
  #outline .outline-grid picture {
    width: 40%;
    height: auto;
    display: block;
  }
  #outline .outline-grid .hospital-table {
    width: 60%;
  }
  #access .access-grid {
    flex-wrap: wrap;
    gap: 24px;
  }
  #access .access-grid .map, #access .access-grid .address {
    width: 100%;
    padding: 0;
  }
  #access .access-grid .address dt {
    font-size: 2rem;
  }
  #access .access-grid .address dd {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  #access #contact .contact-methods {
    width: 100%;
    flex-wrap: wrap;
  }
  #access #contact .contact-methods .tel {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  #access #contact .contact-methods .tel span {
    text-align: center;
  }
  #access #contact .contact-methods .tel span.sp {
    display: none;
  }
  #access #contact .contact-methods .email {
    width: 100%;
    text-align: center;
  }
  #access #contact .contact-methods .email .btn-apply {
    width: auto;
    padding: 16px 40px;
  }
}
@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    width: 100vw;
    min-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4.2666666667vw;
  }
  .btn-area {
    text-align: center;
  }
  .btn-area .caps {
    margin-bottom: 20px;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
  }
  .btn-area .caps strong {
    color: #dd3737;
    font-weight: 700;
    font-size: 9.0666666667vw;
  }
  .btn-area .caps strong span {
    font-size: 4.8vw;
  }
  .btn-area .caps::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10.6666666667vw;
    border-left: 2px solid #404040;
    vertical-align: middle;
    transform: rotate(-15deg);
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
  }
  .btn-area .caps::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10.6666666667vw;
    border-left: 2px solid #404040;
    vertical-align: middle;
    transform: rotate(15deg);
    position: absolute;
    right: 13%;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
  }
  .btn-area .btn-type {
    width: 86.6666666667vw;
    margin: 0 auto;
    display: block;
  }
  .btn-area .btn-type a {
    padding: 6.9333333333vw 0;
    display: block;
    border-radius: var(--Button-XL, 64px);
    border: 2px solid #FFF;
    background: var(--Primitive-Saffron-600, #D6AE47);
    box-shadow: 0 6px 0 0 rgba(187, 169, 125, 0.7);
    color: #fff;
    font-size: 5.3333333333vw;
    font-weight: 700;
    text-decoration: none;
  }
  .btn-area .btn-type a img {
    display: inline-block;
    vertical-align: middle;
    width: 5.3333333333vw;
    height: auto;
    margin-left: 1.3333333333vw;
  }
  #header {
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #header .container {
    width: 100%;
    height: 70px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }
  #header .container .logo {
    width: 152px;
  }
  #header .container .logo a {
    display: block;
  }
  #header .container #sp-drawer {
    transform: translate3d(100%, 0, 0);
  }
  #main {
    padding-top: 70px;
  }
  #kv {
    max-width: 100%;
    padding: 0;
  }
  #kv .container {
    max-width: 100%;
    padding: 0;
  }
  #kv .container img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* #reasons */
  #reasons {
    padding: 40px 0 0 0;
    background: #fffbf5;
    background-image: url("../images/reasons_skin.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
  #reasons .title {
    font-size: 8.5333333333vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5.3333333333vw;
    color: #2d2d88;
    line-height: 1.3;
  }
  #reasons .title strong {
    font-size: 6.4vw;
    font-weight: 700;
    color: #404040;
  }
  #reasons .point {
    margin-bottom: 3.2vw;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(179, 152, 68, 0.3);
    overflow: hidden;
  }
  #reasons .point .point-title {
    width: 100%;
    height: 43px;
    padding: 8px 0 0 0;
    background-color: #2d2d88;
    color: #fff;
    position: relative;
    text-align: center;
  }
  #reasons .point .point-title span {
    display: inline-block;
    white-space: nowrap;
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 14px;
  }
  #reasons .point .point-title span .num {
    font-size: 24px;
    font-weight: 700;
    margin-left: 3px;
  }
  #reasons .point .text {
    width: 100%;
    padding: 6.4vw;
  }
  #reasons .point .text h4 {
    margin-bottom: 3.7333333333vw;
    font-size: 5.6vw;
    font-weight: 700;
    line-height: 1.4;
    color: #2d2d88;
  }
  #reasons .point .text h4 strong {
    font-weight: 700;
    font-size: 8vw;
  }
  #reasons .point .text p {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    margin: 0;
    letter-spacing: 0;
  }
  #reasons .point .text p strong {
    font-weight: 700;
  }
  #reasons .point .image {
    width: 100%;
    padding: 0 6.4vw 9.6vw 6.4vw;
  }
  #reasons .three-benefits {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
  #reasons .three-benefits .content {
    width: 100%;
  }
  #reasons .three-benefits .content .title {
    text-align: center;
    margin-bottom: 10.1333333333vw;
    font-size: 6.4vw;
    color: #404040;
  }
  #reasons .three-benefits .content .title strong {
    font-size: 9.0666666667vw;
    font-weight: 700;
    color: #dd3737;
  }
  #reasons .three-benefits .content ul {
    width: 100%;
  }
  #reasons .three-benefits .content ul li {
    width: 100%;
    margin-top: 6.4vw;
    padding: 9.0666666667vw 6.4vw 5.3333333333vw 6.4vw;
    font-size: 4vw;
    line-height: 1.5;
    text-align: center;
    border-radius: 14px;
    background-color: #fff;
    border: 1px dashed #EBCD70;
    position: relative;
  }
  #reasons .three-benefits .content ul li img {
    width: 12vw;
    height: auto;
    margin: 0 auto 12px auto;
    position: absolute;
    top: -3.2vw;
    left: 0;
    right: 0;
    display: block;
  }
  #reasons .three-benefits .content ul li strong {
    font-weight: 700;
    font-size: 5.8666666667vw;
    color: #2d2d88;
    display: inline-block;
  }
  #reasons .three-benefits .asset {
    width: 59.4666666667vw;
    padding-top: 2.9333333333vw;
    margin: 0 auto;
  }
  #reasons .three-benefits .asset img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  /* --- exams / menu list --- */
  #exams {
    padding: 16vw 0;
    background: #F5F5FF;
  }
  #exams .lead {
    color: #2d2d88;
    line-height: 1.4;
    font-weight: 700;
    font-size: 4.8vw;
    text-align: center;
  }
  #exams .lead::after {
    content: "";
    display: block;
    width: 100%;
    height: 8.8vw;
    margin: 0 auto 0 auto;
    background: url(../images/sp_exams_asset1.svg) center center no-repeat;
  }
  #exams .title {
    text-align: center;
    font-size: 8vw;
    font-weight: 700;
    margin-top: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
  #exams .menu-list .menu-item {
    margin-bottom: 3.2vw;
    background: #ffffff;
    border-radius: var(--r20, 20px);
    border: 0 solid var(--Background-Shade--light, #DFDFEE);
    background: var(--Background-Base, #FFF);
    box-shadow: 0 0 10px 0 rgba(201, 201, 227, 0.5);
    overflow: hidden;
  }
  #exams .menu-list .menu-item h4 {
    background-color: #2d2d88;
    color: #fff;
    font-size: 5.3333333333vw;
    font-weight: 700;
    padding: 4.2666666667vw;
  }
  #exams .menu-list .menu-item .content {
    padding: 6.4vw;
  }
  #exams .menu-list .menu-item .content p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #exams .menu-list .menu-item .content p strong {
    color: #2d2d88;
    font-weight: 700;
  }
  #exams .menu-list .menu-item .content .image {
    margin-top: 6.4vw;
  }
  #exams .btn-area {
    margin-top: 13.3333333333vw;
  }
  /* --- petct section --- */
  #petct {
    padding: 0 0 120px 0;
  }
  #petct .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #petct .title-l {
    margin-bottom: 2.6666666667vw;
  }
  #petct .title-l img {
    width: 100%;
  }
  #petct .title {
    padding: 0 6.4vw;
    font-size: 8vw;
    font-weight: 700;
    margin-bottom: 6.4vw;
  }
  #petct .lead {
    padding: 0 6.4vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
    line-height: 1.6;
  }
  #petct .lead strong {
    font-size: 4.8vw;
    font-weight: 700;
    color: #0082A1;
    display: inline-block;
    margin-right: 3px;
  }
  #petct .card-wrap {
    padding: 4.2666666667vw;
    margin-top: 26.6666666667vw;
    border-radius: 30px;
    background-color: #F9E8D3;
    position: relative;
  }
  #petct .card-wrap::before {
    content: "";
    display: block;
    background: url(../images/petct_asset2.svg) 0 0 no-repeat;
    background-size: contain;
    width: 52.2666666667vw;
    height: 29.0666666667vw;
    position: absolute;
    top: -6.6666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
  }
  #petct .card-wrap::after {
    content: "";
    display: block;
    background: url(../images/petct_asset1.svg) 0 0 no-repeat;
    background-size: contain;
    width: 34.9333333333vw;
    height: 33.3333333333vw;
    position: absolute;
    top: -33.3333333333vw;
    right: 2.6666666667vw;
  }
  #petct .card-wrap .card {
    padding: 8.5333333333vw 5.8666666667vw 10.6666666667vw 5.8666666667vw;
    background: #fffbf5;
  }
  #petct .card-wrap .card .card-ttl {
    padding: 4.8vw 1.6vw 4.8vw 10.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.4;
    font-weight: 700;
    background-color: #0082A1;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 5.8666666667vw;
    position: relative;
  }
  #petct .card-wrap .card .card-ttl::before {
    content: "";
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 50%;
    margin-top: 2px;
    margin-right: 12px;
    border: 9px solid #EBCD70;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 2.6666666667vw;
    transform: translateY(-50%);
  }
  #petct .card-wrap .card .card-body p {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    margin: 0 0 6.4vw 0;
  }
  #petct .card-wrap .card .card-body p:last-child {
    margin-bottom: 0;
  }
  #petct .card-wrap .card .card-body p strong {
    font-weight: 700;
  }
  #petct .card-wrap .card .card-body .image {
    padding-bottom: 6.4vw;
  }
  /* --- merits --- */
  #merits {
    padding: 32vw 0 32vw 0;
    margin-top: 0;
    background: #FDF2F4;
  }
  #merits .container {
    position: relative;
  }
  #merits .title {
    width: 80.8vw;
    height: 69.8666666667vw;
    padding-top: 12vw;
    margin: 0 auto 0 auto;
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 8vw;
    color: #dd3737;
    background-color: #FDF2F4;
    border-radius: 50%;
    position: absolute;
    top: -45.3333333333vw;
    left: 0;
    right: 0;
  }
  #merits .merits-list {
    padding: 0 0 5.3333333333vw 0;
    margin-bottom: 10.6666666667vw;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #dd3737;
  }
  #merits .merits-list li {
    width: 100%;
    background: #fff;
    margin-bottom: 5.3333333333vw;
    padding: 4.2666666667vw 4.8vw 8vw 4.8vw;
    border-radius: 20px;
    border: 1px solid #dd3737;
  }
  #merits .merits-list li .icon {
    width: 21.3333333333vw;
    margin: 0 auto 6.4vw auto;
    text-align: center;
  }
  #merits .merits-list li .icon img {
    width: auto;
    margin: 0 auto;
  }
  #merits .merits-list li h4 {
    margin-bottom: 3.2vw;
    font-size: 5.8666666667vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  #merits .merits-list li p {
    font-size: 4vw;
    line-height: 1.75;
    margin: 0;
  }
  #merits .merits-list li p strong {
    color: #2d2d88;
  }
  #merits #demerits {
    padding: 10.6666666667vw 3.2vw 0.5333333333vw 3.2vw;
    margin-bottom: 32vw;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
  }
  #merits #demerits::after {
    content: "";
    display: block;
    background: url(../images/merits_arrow.svg) 0 0 no-repeat;
    width: 19.2vw;
    height: 19.2vw;
    margin: 0 auto;
    position: absolute;
    bottom: -25.3333333333vw;
    left: 0;
    right: 0;
  }
  #merits #demerits .demerits-title {
    font-size: 6.4vw;
    font-weight: 700;
    color: #2d2d88;
    margin-bottom: 10.6666666667vw;
    text-align: center;
  }
  #merits #demerits .demerits-list li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    background: #F2F2F2;
    padding: 5.3333333333vw 6.4vw 6.4vw 6.4vw;
    border-radius: 14px;
  }
  #merits #demerits .demerits-list li h4 {
    margin-bottom: 3.7333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.8666666667vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
  }
  #merits #demerits .demerits-list li p {
    font-size: 4vw;
    line-height: 1.75;
    margin: 0;
  }
  #merits #mitsukenikui {
    width: 100%;
    padding: 8.5333333333vw 6.4vw 10.6666666667vw 6.4vw;
    background-color: #fff;
    border-radius: 30px;
    border: 4px solid #D6AE47;
  }
  #merits #mitsukenikui .mitsukenikui-content .text {
    width: 100%;
    padding: 0;
  }
  #merits #mitsukenikui .mitsukenikui-content .text h3 {
    font-size: 5.8666666667vw;
    font-weight: 700;
    color: #dd3737;
    margin-bottom: 6.4vw;
  }
  #merits #mitsukenikui .mitsukenikui-content .text h3 img {
    width: auto;
    margin-left: 0;
    margin-bottom: 3.2vw;
  }
  #merits #mitsukenikui .mitsukenikui-content .text p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin: 0;
  }
  #merits #mitsukenikui .mitsukenikui-content .text p strong {
    font-weight: 700;
  }
  #merits #mitsukenikui .mitsukenikui-content .image {
    width: 100%;
    display: block;
    padding-top: 6.4vw;
    padding-left: 0;
    margin-bottom: -6.4vw;
  }
  #merits #mitsukenikui .btn-area {
    margin: 0 -6.4vw 0vw -6.4vw;
    transform: translate3d(0, 18.1333333333vw, 0);
  }
  /* --- flow section --- */
  #flow {
    padding: 13.3333333333vw 0 13.3333333333vw 0;
    background: #F5F5FF;
  }
  #flow .title {
    color: #2d2d88;
    font-size: 8vw;
    font-weight: 700;
    margin-bottom: 8.5333333333vw;
    text-align: center;
  }
  #flow .flow-list .flow {
    width: 83.2vw;
    margin: 0 auto 3.2vw auto;
    background-color: #fff;
    border: 2px solid #2d2d88;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  #flow .flow-list .flow .num {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    border-radius: 16px 0 20px 0;
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    background-color: #2d2d88;
    color: #fff;
    font-size: 7.4666666667vw;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  #flow .flow-list .flow .name {
    font-size: 5.8666666667vw;
    font-weight: 700;
    color: #2d2d88;
    padding: 0 0 0 18.1333333333vw;
    line-height: 14.9333333333vw;
    margin-bottom: 3.2vw;
  }
  #flow .flow-list .flow .icon {
    width: 100%;
    height: 26.6666666667vw;
    padding: 0;
    text-align: center;
    display: block;
  }
  #flow .flow-list .flow .icon img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  #flow .flow-list .flow .text {
    padding: 0vw 8.5333333333vw 6.4vw 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    color: #404040;
  }
  #flow .flow-list .flow .text strong {
    font-weight: 700;
  }
  #flow .note {
    width: 85.3333333333vw;
    margin: 0 auto;
    font-size: 3.7333333333vw;
    text-align: right;
  }
  /* --- results --- */
  #results {
    padding: 16vw 0;
    position: relative;
  }
  #results::after {
    content: "";
    display: block;
    background: url(../images/result_asset1.svg) center center no-repeat;
    background-size: contain;
    width: 42.9333333333vw;
    height: 32.2666666667vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #results .title {
    font-size: 8vw;
    font-weight: 700;
    color: #2d2d88;
    text-align: center;
    margin-bottom: 8vw;
  }
  #results .lead {
    margin-bottom: 8vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
  #results .results-wrap {
    margin: 0 auto;
    padding: 13.3333333333vw 5.3333333333vw 24vw 5.3333333333vw;
    border-radius: 30px;
    background: #FFFBF5;
    position: relative;
  }
  #results .results-wrap .tested_number {
    width: 100%;
    text-align: center;
    position: relative;
  }
  #results .results-wrap .tested_number::after {
    content: "";
    display: block;
    background: url(../images/result_arrow.svg) center center no-repeat;
    background-size: contain;
    width: 47px;
    height: 45px;
    margin: 5.3333333333vw auto;
    transform: rotate(90deg);
  }
  #results .results-wrap .tested_number .number_title {
    font-size: 6.4vw;
    font-weight: 700;
    margin-bottom: 5.3333333333vw;
  }
  #results .results-wrap .tested_number .number {
    font-size: 6.4vw;
    font-weight: 700;
  }
  #results .results-wrap .tested_number .number span {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 16vw;
    font-weight: 700;
    margin-right: 3px;
    color: #2d2d88;
  }
  #results .results-wrap .result_number {
    width: 100%;
    border-radius: 30px;
    border: 2px solid #DD3737;
    background: #FDF2F4;
    box-shadow: 6px 6px 0 0 rgba(221, 55, 55, 0.3);
    display: flex;
    padding: 8vw;
    flex-direction: column;
    align-items: center;
  }
  #results .results-wrap .result_number .number_title {
    font-size: 6.4vw;
    font-weight: 700;
    margin-bottom: 8vw;
  }
  #results .results-wrap .result_number .number {
    font-size: 9.0666666667vw;
    font-weight: 700;
    line-height: 10.6666666667vw;
  }
  #results .results-wrap .result_number .number span {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 21.3333333333vw;
    font-weight: 700;
    margin-right: 3px;
    color: #dd3737;
  }
  #results .results-wrap .result_number .detail {
    width: 100%;
    padding-top: 6.6666666667vw;
    margin-top: 6.6666666667vw;
    font-size: 1.4rem;
    color: #999;
    border-top: 1px solid #9B7A7A;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  #results .results-wrap .result_number .detail li {
    width: calc(50% - 10px);
    padding: 0;
    color: #9B7A7A;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
  #results .results-wrap .result_number .detail li span {
    font-weight: 700;
    float: right;
  }
  #results .results-wrap .period {
    font-size: 3.7333333333vw;
    color: #999;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 30px;
  }
  /* --- faq --- */
  #faq {
    padding: 16vw 0 10.6666666667vw 0;
    background: url(../images/faq_bg.png) center top repeat #F2FBFF;
    background-size: 36px auto;
    position: relative;
  }
  #faq::before {
    content: "";
    display: block;
    width: 100%;
    height: 7.4666666667vw;
    background: url(../images/sp_faq_asset.svg) center bottom repeat-x;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #faq .title {
    font-size: 8vw;
    font-weight: 700;
    color: #2d2d88;
    text-align: center;
    margin-bottom: 8vw;
  }
  #faq .faq-item {
    padding: 3.2vw 4.2666666667vw;
    margin-bottom: 6.4vw;
    background: #FDFDFD;
    box-shadow: 0 0 10px 0 rgba(176, 202, 214, 0.2);
    border-radius: 20px;
  }
  #faq .faq-item dt {
    padding: 3.2vw 5.3333333333vw 3.2vw 9.0666666667vw;
    font-size: 4.5333333333vw;
    font-weight: 700;
    line-height: 1.5;
    color: #2d2d88;
    position: relative;
    cursor: pointer;
  }
  #faq .faq-item dt:hover {
    color: #5252a5;
  }
  #faq .faq-item dt::after {
    content: "";
    display: block;
    width: 5.8666666667vw;
    height: 7.4666666667vw;
    background: url(../images/faq_arrow_down.svg) center center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  #faq .faq-item dt span {
    font-size: 6.4vw;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 1.3333333333vw;
  }
  #faq .faq-item dd {
    display: none;
    border-top: 1px dotted #D9D9D9;
    padding: 5.3333333333vw 5.3333333333vw 3.2vw 9.0666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    position: relative;
  }
  #faq .faq-item dd span {
    font-size: 6.4vw;
    font-weight: 700;
    position: absolute;
    color: #dd3737;
    left: 0;
    top: 2.6666666667vw;
  }
  #faq .faq-item.open dt {
    padding: 3.2vw 5.3333333333vw 6.4vw 9.0666666667vw;
  }
  #faq .faq-item.open dt::after {
    transform: translateY(-50%) rotate(180deg);
  }
  #faq .faq-item.open dd {
    display: block;
  }
  /* --- courses --- */
  #courses {
    padding: 16vw 0 2.6666666667vw 0;
    background: url(../images/courses_asset.svg) center bottom no-repeat #F5F5FF;
    background-size: 100% auto;
  }
  #courses .title {
    font-size: 8vw;
    font-weight: 700;
    color: #2d2d88;
    text-align: center;
    margin-bottom: 8vw;
  }
  #courses .lead {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
  #courses .course-list .course {
    width: 100%;
    margin-bottom: 8.5333333333vw;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    border-radius: 20px;
    text-align: center;
    position: relative;
  }
  #courses .course-list .course .name {
    background-color: #2d2d88;
    color: #fff;
    font-size: 6.9333333333vw;
    font-weight: 700;
    padding: 5.3333333333vw 0;
    border-radius: 20px 20px 0 0;
  }
  #courses .course-list .course .badge {
    width: 19.2vw;
    height: 19.2vw;
    position: absolute;
    top: -3.2vw;
    left: -1.3333333333vw;
  }
  #courses .course-list .course .content {
    padding: 8.5333333333vw 6.4vw;
  }
  #courses .course-list .course .content strong {
    font-weight: 700;
  }
  #courses .course-list .course .content .desc {
    margin-bottom: 20px;
    font-size: 3.7333333333vw;
    line-height: 1.75;
    color: #404040;
  }
  #courses .course-list .course .content dl dt {
    padding: 2.6666666667vw;
    margin: 6.4vw auto 3.2vw auto;
    font-weight: 700;
    font-size: 5.8666666667vw;
    line-height: 1;
    color: #2d2d88;
    border-radius: 4px;
    background-color: #DFDFEE;
    text-align: left;
  }
  #courses .course-list .course .content dl dd img {
    width: auto;
    height: 53.3333333333vw;
    display: block;
  }
  #courses .course-list .course .content .price {
    padding: 6.4vw 0;
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 10.1333333333vw;
    font-weight: 700;
    font-weight: bold;
    color: #dd3737;
    margin-top: 3.2vw;
    border-top: 2px solid #dd3737;
    border-bottom: 2px solid #dd3737;
  }
  #courses .course-list .course .content .price .amount {
    font-weight: 700;
  }
  #courses .course-list .course .content .price .tax {
    font-size: 5.3333333333vw;
    font-weight: 700;
    margin-left: 1.6vw;
  }
  #courses .course-list .course .content .btn-apply {
    padding: 6.4vw 0 0 0;
  }
  #courses .course-list .course .content .btn-apply a {
    display: block;
    width: 100%;
    padding: 5.3333333333vw 0;
    background-color: #2d2d88;
    color: #fff;
    font-size: 5.3333333333vw;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
  }
  #courses .course-list .course .content .btn-apply a:hover {
    background-color: #D6AE47;
  }
  #courses .course-list .course .content .btn-apply a img {
    display: inline-block;
    vertical-align: middle;
    width: 4.8vw;
    height: auto;
    margin-top: -1.3333333333vw;
    margin-left: 4vw;
  }
  #courses .course-list .course.recommended {
    border: 2px solid #2d2d88;
    border-radius: var(--r20, 20px);
    box-shadow: 0 0 4px 2px rgba(167, 167, 216, 0.6);
  }
  #courses .course-list .course.recommended .name {
    padding-left: 8vw;
    border-radius: 16px 16px 0 0;
  }
  /* --- outline --- */
  #outline {
    padding: 8vw 0 10.6666666667vw 0;
    background: #E9E9F8;
    overflow: hidden;
  }
  #outline .inner {
    width: 92vw;
    margin: 0 auto;
    padding: 10.6666666667vw 6.4vw 10.6666666667vw 6.4vw;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  #outline .inner::before {
    content: "";
    display: block;
    width: 120px;
    height: 100px;
    background-color: #E9E9F8;
    border-bottom: solid 2px #2d2d88;
    position: absolute;
    top: -70px;
    left: -60px;
    transform: rotate(-35deg);
  }
  #outline .inner::after {
    content: "";
    display: block;
    width: 120px;
    height: 100px;
    background-color: #E9E9F8;
    border-bottom: solid 2px #2d2d88;
    position: absolute;
    bottom: -70px;
    right: -55px;
    transform: rotate(145deg);
  }
  #outline .title {
    font-size: 8vw;
    font-weight: 700;
    color: #2d2d88;
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
  #outline .outline-grid {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #outline .outline-grid .hospital-table {
    order: 2;
    width: 100%;
    display: block;
  }
  #outline .outline-grid .hospital-table tr {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
  }
  #outline .outline-grid .hospital-table tr:last-child {
    border-bottom: none;
  }
  #outline .outline-grid .hospital-table tr th {
    width: 100%;
    display: block;
    padding: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
    font-weight: 700;
    color: #fff;
    background-color: #2d2d88;
    text-align: center;
  }
  #outline .outline-grid .hospital-table tr td {
    width: 100%;
    display: block;
    padding: 5.3333333333vw 0;
    font-size: 3.7333333333vw;
    line-height: 1.75;
    color: #808080;
    text-align: left;
  }
  #outline .outline-grid img {
    width: 100%;
    height: auto;
  }
  /* --- access --- */
  #access {
    padding: 8vw 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url(../images/access_bg.jpg) lightgray 50%/cover no-repeat;
  }
  #access .inner {
    padding: 10.6666666667vw 6.4vw 10.6666666667vw 6.4vw;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(138, 177, 204, 0.5);
    position: relative;
  }
  #access .inner::after {
    content: "";
    display: block;
    width: 34.6666666667vw;
    height: 36.5333333333vw;
    background: url(../images/contact_asset.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -8vw;
    right: 6.4vw;
    pointer-events: none;
  }
  #access .title {
    font-size: 8vw;
    font-weight: 700;
    color: #2d2d88;
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
  #access .access-grid {
    margin-bottom: 10.6666666667vw;
  }
  #access .access-grid .map {
    width: 100%;
    height: 53.3333333333vw;
    margin-bottom: 8vw;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
  }
  #access .access-grid .map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  #access .access-grid .address {
    width: 100%;
    padding: 0;
  }
  #access .access-grid .address dt {
    font-size: 5.3333333333vw;
    font-weight: 700;
    color: #2d2d88;
  }
  #access .access-grid .address dt:first-child {
    margin-top: 0;
  }
  #access .access-grid .address dd {
    font-size: 3.7333333333vw;
    line-height: 1.75;
    color: #404040;
    margin: 2.6666666667vw 0 9.0666666667vw 0;
  }
  #access .access-grid .address dd:last-child {
    margin-bottom: 0;
  }
  #access #contact {
    padding: 8vw 5.3333333333vw 13.3333333333vw 5.3333333333vw;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    border: 4px solid #FFF;
    background-color: #2d2d88;
    box-shadow: 0 0 10px 0 rgba(45, 45, 136, 0.4);
  }
  #access #contact .title_s {
    font-size: 7.4666666667vw;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4.2666666667vw;
  }
  #access #contact .contact-text {
    padding: 0 0 6.9333333333vw 0;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    margin-bottom: 6.9333333333vw;
    position: relative;
  }
  #access #contact .contact-text::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #access #contact .contact-methods {
    width: 100%;
    margin: 0 auto;
  }
  #access #contact .contact-methods .tel {
    width: 100%;
    margin-bottom: 8vw;
  }
  #access #contact .contact-methods .tel a {
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 8.5333333333vw;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  #access #contact .contact-methods .tel a img {
    width: 7.4666666667vw;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
  }
  #access #contact .contact-methods .tel .time {
    width: 100%;
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 8px;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
  }
  #access #contact .contact-methods .tel .time i {
    padding: 1.3333333333vw;
    margin-bottom: 2.1333333333vw;
    display: block;
    font-style: normal;
    border: 1px solid #fff;
  }
  #access #contact .contact-methods .email {
    width: 100%;
  }
  #access #contact .contact-methods .email .btn-apply {
    width: 100%;
    display: inline-block;
    padding: 5.3333333333vw 0;
    background-color: #E6B94A;
    font-size: 4.2666666667vw;
    font-weight: 700;
    border-radius: 64px;
    text-decoration: none;
    color: #fff;
  }
  #access #contact .contact-methods .email .btn-apply:hover {
    filter: brightness(1.1);
  }
  #access #contact .contact-methods .email .btn-apply img {
    width: auto;
    margin-right: 1.3333333333vw;
    display: inline-block;
    vertical-align: middle;
  }
  #footer {
    background: #2d2d88;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-size: 1.1rem;
  }
}