@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@keyframes arrow_hover {
  0% {
    background-position: right 3rem top;
  }
  30% {
    background-position: right top;
  }
  100% {
    background-position: right top;
  }
}
@media screen and (min-width: 768px) {
  main .fixed_bg.keiei {
    background-image: url(../img/keiei/mv.jpg);
  }
  main .fixed_bg.shisan {
    background-image: url(../img/shisan/mv.jpg);
  }
  main .fixed_bg.kokusai {
    background-image: url(../img/kokusai/mv.jpg);
  }
  main #kv {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    transition: opacity 0.4s ease;
    padding-bottom: calc(50vh - 12rem);
  }
  main #kv .kv_title {
    white-space: nowrap;
    position: sticky;
    top: calc(50vh - 5.3rem);
  }
  main #kv .kv_title .jp {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 6.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1030px) {
  main #kv .kv_title .jp {
    font-size: 6.213592233vw;
  }
}
@media screen and (min-width: 768px) {
  main #kv .kv_title .en {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-top: 2.4rem;
  }
  main #kv .texts {
    padding-top: calc(150vh - 12rem);
    padding-left: 42.5%;
  }
  main #kv .texts .main_copy {
    font-size: 2.8rem;
    line-height: 4.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
  }
  main #kv .texts .text {
    margin-top: 2.1rem;
  }
  main #nav_section {
    background: #fff;
    padding-top: 16.4rem;
    padding-bottom: 8rem;
    z-index: 2;
  }
  main #nav_section .section_title {
    margin: 0 auto 5.6rem;
  }
  main #nav_section .section_title .jp {
    margin: 0 auto;
  }
  main #nav_section .section_title .jp:after {
    left: calc(50% - 4.2rem);
  }
  main #nav_section .anchor_set {
    top: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin: 0 auto;
  }
  main #nav_section .anchor_set li {
    width: 20%;
  }
  main #nav_section .anchor_set li a {
    display: flex;
    width: 100%;
    height: 6rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.5;
    background: url(../img/icon-anchor.svg) right bottom/1.8rem no-repeat #e4e4ed;
  }
  main #nav_section .anchor_set:has(li:nth-child(6):last-child) li {
    width: 16.6666666667%;
  }
  main section .section_title .jp {
    font-size: 4rem;
    padding-bottom: 2.6rem;
  }
  main section .section_title .jp:after {
    width: 8.4rem;
    border-width: 4.2rem;
  }
  main section .section_title.center {
    text-align: center;
    margin: 0 auto;
  }
  main section .section_title.center .jp:after {
    left: calc(50% - 4.2rem);
  }
  main section.service_bg_section {
    padding: 0;
    margin: 0;
  }
  main section.service_bg_section .service_bg_set {
    position: sticky;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  main section.service_bg_section .service_bg_set + .service {
    margin-top: -100vh;
  }
  main section.service_bg_section .service_bg_set .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s ease;
  }
  main section.service_bg_section .service_bg_set .bg.bg_k1 {
    background-image: url(../img/keiei/bg1.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_k2 {
    background-image: url(../img/keiei/bg2.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_k3 {
    background-image: url(../img/keiei/bg3.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_k4 {
    background-image: url(../img/keiei/bg4.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_k5 {
    background-image: url(../img/keiei/bg5.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_k6 {
    background-image: url(../img/keiei/bg6.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_s1 {
    background-image: url(../img/shisan/bg1.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_s2 {
    background-image: url(../img/shisan/bg2.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_s3 {
    background-image: url(../img/shisan/bg3.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_s4 {
    background-image: url(../img/shisan/bg4.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_s5 {
    background-image: url(../img/shisan/bg5.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i1 {
    background-image: url(../img/kokusai/bg1.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i2 {
    background-image: url(../img/kokusai/bg2.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i3 {
    background-image: url(../img/kokusai/bg3.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i4 {
    background-image: url(../img/kokusai/bg4.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i5 {
    background-image: url(../img/kokusai/bg5.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i6 {
    background-image: url(../img/kokusai/bg6.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.front {
    z-index: 2;
    opacity: 1;
  }
  main section.service_bg_section .service_bg_set .bg.back {
    z-index: 1;
    opacity: 1;
  }
  main section.service {
    z-index: 1;
    min-height: 100vh;
    padding: 32rem 0 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  main section.service .section_title {
    margin-bottom: 5rem;
  }
  main section.service .section_title .en {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    margin-bottom: 1.2rem;
    padding-bottom: 0.6rem;
    border-bottom: #fff 1px solid;
    opacity: 0.5;
  }
  main section.service .section_title .jp {
    font-size: 3rem;
    line-height: 4.5rem;
    padding-bottom: 0;
  }
  main section.service .section_title .jp:after {
    display: none;
  }
  main section.service .ac_set {
    margin-top: 2.8rem;
    width: 60rem;
  }
  main section.service .ac_set .ac_btn,
  main section.service .ac_set .ac_inner {
    background: rgba(13, 29, 62, 0.6);
    color: #fff;
  }
  main section.service .ac_set .ac_btn {
    display: block;
    width: 100%;
    padding: 2rem 2.4rem;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
  }
  main section.service .ac_set .ac_btn .icon {
    position: absolute;
    right: 2.4rem;
    top: calc(50% - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
  }
  main section.service .ac_set .ac_btn .icon:before, main section.service .ac_set .ac_btn .icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
  }
  main section.service .ac_set .ac_btn .icon:after {
    transform-origin: center;
    transform: rotate(90deg);
  }
  main section.service .ac_set.open .ac_btn .icon:after {
    opacity: 0;
  }
  main section.service .ac_set .ac_inner {
    border-top: rgba(255, 255, 255, 0.5) 1px solid;
    padding: 2.6rem 2.4rem 2.8rem;
  }
  main section.service .ac_set .ac_inner .text {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
  main section.service .ac_set .ac_inner .text + .fee_table {
    margin-top: 2rem;
  }
  main section.service .ac_set .ac_inner .text + .notes {
    margin-top: 0.9rem;
  }
  main section.service .ac_set .ac_inner .fee_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
  }
  main section.service .ac_set .ac_inner .fee_table + .notes {
    margin-top: 1.6rem;
  }
  main section.service .ac_set .ac_inner .fee_table + .row_title {
    margin-top: 3.2rem;
  }
  main section.service .ac_set .ac_inner .fee_table + .text {
    margin-top: 1.4rem;
  }
  main section.service .ac_set .ac_inner .fee_table th, main section.service .ac_set .ac_inner .fee_table td {
    background: rgba(13, 29, 62, 0.7);
  }
  main section.service .ac_set .ac_inner .fee_table th {
    width: 14.2rem;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding: 0;
  }
  main section.service .ac_set .ac_inner .fee_table td {
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding: 1.2rem;
    vertical-align: middle;
  }
  main section.service .ac_set .ac_inner .fee_table td .note {
    color: #c0c3ca;
    font-size: 1.3rem;
    line-height: 2.1rem;
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
    width: 100%;
    margin-top: 0.3rem;
  }
  main section.service .ac_set .ac_inner .fee_table td dl dt {
    font-weight: bold;
  }
  main section.service .ac_set .ac_inner .fee_table td dl dd {
    padding-left: 1.8rem;
  }
  main section.service .ac_set .ac_inner .fee_table td dl + dl {
    margin-top: 1rem;
  }
  main section.service .ac_set .ac_inner .fee_table td .dot_list li {
    padding-left: 1.5rem;
  }
  main section.service .ac_set .ac_inner .fee_table td .dot_list li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  main section.service .ac_set .ac_inner .notes {
    color: #c0c3ca;
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
  main section.service .ac_set .ac_inner .notes li {
    padding-left: 1.5rem;
  }
  main section.service .ac_set .ac_inner .notes li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  main section.service .ac_set .ac_inner .notes li .conditions {
    display: block;
    padding-left: 4.5rem;
    margin-top: 0.2rem;
  }
  main section.service .ac_set .ac_inner .notes li .conditions .span_ttl {
    display: inline-block;
    position: absolute;
    left: -0.5em;
  }
  main section.service .ac_set .ac_inner .notes + .row_title {
    margin-top: 4.2rem;
  }
  main section.service .ac_set .ac_inner .row_title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.4rem;
    padding-left: 1.4rem;
    border-left: rgba(255, 255, 255, 0.3) 2px solid;
  }
  main section.service .ac_set .ac_inner .row_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 50%;
    left: -2px;
    top: 0;
    background: #fff;
    opacity: 0.5;
  }
  main section.service .ac_set .ac_inner .row_title + .detail_table {
    margin-top: 2rem;
  }
  main section.service .ac_set .ac_inner .row_title + .fee_table {
    margin-top: 2rem;
  }
  main section.service .ac_set .ac_inner .detail_table {
    width: 100%;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  main section.service .ac_set .ac_inner .detail_table + .notes {
    margin-top: 2rem;
  }
  main section.service .ac_set .ac_inner .detail_table tr {
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  }
  main section.service .ac_set .ac_inner .detail_table th {
    width: 27.5rem;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 1.5rem 0.7rem;
    border-right: rgba(255, 255, 255, 0.2) 1px solid;
    white-space: nowrap;
  }
  main section.service .ac_set .ac_inner .detail_table:has(td .col) th {
    width: 14.2rem;
  }
  main section.service .ac_set .ac_inner .detail_table:has(td .col) td {
    text-align: left;
  }
  main section.service .ac_set .ac_inner .detail_table td {
    padding: 1.5rem 1.2rem;
    vertical-align: middle;
    text-align: center;
  }
  main section.service .ac_set .ac_inner .detail_table td:has(.col:nth-child(2)) {
    display: flex;
  }
  main section.service .ac_set .ac_inner .detail_table td .col {
    display: block;
    width: fit-content;
  }
  main section.service .ac_set .ac_inner .detail_table td .col + .col {
    margin-left: 3.2rem;
  }
  main section.service .ac_set .ac_inner .detail_table:last-child {
    margin-bottom: 1.2rem;
  }
  main #bottom_contact {
    padding: 13.8rem 0;
  }
  main #bottom_contact.contact_keiei {
    background: url(../img/keiei/bg_contact.jpg) center/cover;
  }
  main #bottom_contact.contact_shisan {
    background: url(../img/shisan/bg_contact.jpg) center/cover;
  }
  main #bottom_contact.contact_kokusai {
    background: url(../img/kokusai/bg_contact.jpg) center/cover;
  }
  main #bottom_contact a.contact {
    display: block;
    padding-top: 2.8rem;
    text-align: center;
    background: transparent;
  }
  main #bottom_contact a.contact .free {
    display: block;
    width: 25rem;
    line-height: 3rem;
    background: #0b2346;
    font-size: 1.8rem;
    margin: 0 auto 1.2rem;
  }
  main #bottom_contact a.contact .free small {
    font-size: 1.4rem;
  }
  main #bottom_contact a.contact:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(75deg, rgb(25, 65, 113) 0%, rgb(3, 44, 94) 100%);
    opacity: 0.9;
    z-index: -1;
  }
  main #bottom_bnr_section {
    background: #f2f2f7;
    padding: 9.6rem 0 12rem;
  }
  main #bottom_bnr_section .inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 120rem;
  }
  main #bottom_bnr_section .inner_wrap .col {
    display: block;
    width: 49.9166666667%;
    color: #fff;
    padding: 16.2rem 4rem 3.6rem;
    height: 32rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    overflow: hidden;
  }
  main #bottom_bnr_section .inner_wrap .col .copy {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 2.1rem;
  }
  main #bottom_bnr_section .inner_wrap .col .col_title .en, main #bottom_bnr_section .inner_wrap .col .col_title .jp {
    display: block;
  }
  main #bottom_bnr_section .inner_wrap .col .col_title .en {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
  }
  main #bottom_bnr_section .inner_wrap .col .col_title .jp {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
  }
  main #bottom_bnr_section .inner_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    transform-origin: center;
    transition: transform 0.4s ease;
  }
  main #bottom_bnr_section .inner_wrap .col:after {
    content: "";
    display: block;
    position: absolute;
    width: 5.6rem;
    height: 0.6rem;
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    background: url(../img/arrow.svg) right top/auto 100% no-repeat;
    filter: invert(1) brightness(3);
  }
  main #bottom_bnr_section .inner_wrap .col:hover {
    opacity: 1;
  }
  main #bottom_bnr_section .inner_wrap .col:hover:before {
    transform: scale(1.05);
  }
  main #bottom_bnr_section .inner_wrap .col:hover:after {
    animation: arrow_hover 1.2s ease-out infinite;
  }
  main #bottom_bnr_section .inner_wrap .col.col_kokusai:before {
    background-image: url(../img/bnr_kokusai.jpg);
  }
  main #bottom_bnr_section .inner_wrap .col.col_shisan:before {
    background-image: url(../img/bnr_shisan.jpg);
  }
  main #bottom_bnr_section .inner_wrap .col.col_keiei:before {
    background-image: url(../img/bnr_keiei.jpg);
  }
  main #breadcrumbs {
    background: #f2f2f7;
  }
  footer {
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  main .fixed_bg.keiei {
    background-image: url(../img/keiei/mv_sp.jpg);
  }
  main .fixed_bg.shisan {
    background-image: url(../img/shisan/mv_sp.jpg);
  }
  main .fixed_bg.kokusai {
    background-image: url(../img/kokusai/mv_sp.jpg);
  }
  main #kv {
    width: 100%;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    left: 0;
    top: 0;
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  main #kv .inner_wrap {
    padding-top: 484.5px;
    padding-bottom: 93px;
  }
  main #kv .kv_title .jp {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main #kv .kv_title .en {
    margin-top: 16px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  main #kv .texts {
    margin-top: 59px;
  }
  main #kv .texts .main_copy {
    font-size: 18px;
    line-height: 29px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
  }
  main #kv .texts .text {
    margin-top: 21px;
    font-size: 14px;
    line-height: 24px;
  }
  main #nav_section {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
    z-index: 2;
  }
  main #nav_section .section_title {
    margin: 0 auto 40px;
  }
  main #nav_section .anchor_set {
    top: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
  }
  main #nav_section .anchor_set li {
    width: calc(50% - 1.5px);
  }
  main #nav_section .anchor_set li a {
    display: flex;
    width: 100%;
    height: 42px;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 11px;
    background: url(../img/icon-anchor.svg) right bottom/12px no-repeat #e4e4ed;
    line-height: 1.4;
    text-align: center;
  }
  main section .section_title {
    text-align: center;
    margin: 0 auto;
  }
  main section .section_title .jp {
    font-size: 28px;
    padding-bottom: 18px;
    margin-top: 0;
    font-weight: 700;
  }
  main section .section_title .jp:after {
    width: 48px;
    border-width: 24px;
    left: calc(50% - 24px);
  }
  main section.service_bg_section {
    padding: 0;
    margin: 0;
  }
  main section.service_bg_section .service_bg_set {
    position: sticky;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  main section.service_bg_section .service_bg_set + .service {
    margin-top: -100vh;
  }
  main section.service_bg_section .service_bg_set .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s ease;
  }
  main section.service_bg_section .service_bg_set .bg.bg_k1 {
    background-image: url(../img/keiei/bg1_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_k2 {
    background-image: url(../img/keiei/bg2_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_k3 {
    background-image: url(../img/keiei/bg3_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_k4 {
    background-image: url(../img/keiei/bg4_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_k5 {
    background-image: url(../img/keiei/bg5_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_k6 {
    background-image: url(../img/keiei/bg6_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_s1 {
    background-image: url(../img/shisan/bg1_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_s2 {
    background-image: url(../img/shisan/bg2_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_s3 {
    background-image: url(../img/shisan/bg3_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_s4 {
    background-image: url(../img/shisan/bg4_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_s5 {
    background-image: url(../img/shisan/bg5_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i1 {
    background-image: url(../img/kokusai/bg1_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i2 {
    background-image: url(../img/kokusai/bg2_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i3 {
    background-image: url(../img/kokusai/bg3_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i4 {
    background-image: url(../img/kokusai/bg4_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i5 {
    background-image: url(../img/kokusai/bg5_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.bg_i6 {
    background-image: url(../img/kokusai/bg6_sp.jpg);
  }
  main section.service_bg_section .service_bg_set .bg.front {
    z-index: 2;
    opacity: 1;
  }
  main section.service_bg_section .service_bg_set .bg.back {
    z-index: 1;
    opacity: 1;
  }
  main section.service {
    z-index: 1;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 255px 0 60px;
  }
  main section.service .inner_wrap {
    text-shadow: 0px 0px 36px rgba(1, 16, 49, 0.2);
  }
  main section.service .section_title {
    margin: 0 0 35px;
  }
  main section.service .section_title .en {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: #fff 1px solid;
    opacity: 0.5;
  }
  main section.service .section_title .jp {
    font-size: 24px;
    padding-bottom: 0;
  }
  main section.service .section_title .jp:after {
    display: none;
  }
  main section.service .text {
    font-size: 14px;
    line-height: 28px;
  }
  main section.service .ac_set {
    margin-top: 27px;
    width: 100%;
  }
  main section.service .ac_set .ac_btn,
  main section.service .ac_set .ac_inner {
    background: rgba(13, 29, 62, 0.6);
    color: #fff;
  }
  main section.service .ac_set .ac_btn {
    display: block;
    width: 100%;
    padding: 18px 15px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
  }
  main section.service .ac_set .ac_btn .icon {
    position: absolute;
    right: 16px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
  main section.service .ac_set .ac_btn .icon:before, main section.service .ac_set .ac_btn .icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
  }
  main section.service .ac_set .ac_btn .icon:after {
    transform-origin: center;
    transform: rotate(90deg);
  }
  main section.service .ac_set.open .ac_btn .icon:after {
    opacity: 0;
  }
  main section.service .ac_set .ac_inner {
    border-top: rgba(255, 255, 255, 0.5) 1px solid;
    padding: 19px 16px 22px;
  }
  main section.service .ac_set .ac_inner .text {
    font-size: 12px;
    line-height: 21px;
  }
  main section.service .ac_set .ac_inner .text + .fee_table {
    margin-top: 17px;
  }
  main section.service .ac_set .ac_inner .text + .notes {
    margin-top: 17px;
  }
  main section.service .ac_set .ac_inner .fee_table {
    width: 100%;
    display: block;
  }
  main section.service .ac_set .ac_inner .fee_table tbody, main section.service .ac_set .ac_inner .fee_table tr, main section.service .ac_set .ac_inner .fee_table th, main section.service .ac_set .ac_inner .fee_table td {
    display: block;
    width: 100%;
  }
  main section.service .ac_set .ac_inner .fee_table + .notes {
    margin-top: 17px;
  }
  main section.service .ac_set .ac_inner .fee_table + .row_title {
    margin-top: 20px;
  }
  main section.service .ac_set .ac_inner .fee_table + .text {
    margin-top: 14px;
  }
  main section.service .ac_set .ac_inner .fee_table tr + tr {
    margin-top: 2px;
  }
  main section.service .ac_set .ac_inner .fee_table th, main section.service .ac_set .ac_inner .fee_table td {
    font-size: 10px;
    line-height: 17px;
    padding: 6px 16px;
    box-sizing: border-box;
  }
  main section.service .ac_set .ac_inner .fee_table th {
    text-align: left;
    font-weight: bold;
    background: rgba(13, 29, 62, 0.7);
  }
  main section.service .ac_set .ac_inner .fee_table td {
    background: rgba(13, 29, 62, 0.5);
  }
  main section.service .ac_set .ac_inner .fee_table td .note {
    color: #c0c3ca;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
  }
  main section.service .ac_set .ac_inner .fee_table td dl dt {
    font-weight: bold;
  }
  main section.service .ac_set .ac_inner .fee_table td dl dd {
    padding-left: 13px;
  }
  main section.service .ac_set .ac_inner .fee_table td dl + dl {
    margin-top: 8px;
  }
  main section.service .ac_set .ac_inner .fee_table td .dot_list li {
    padding-left: 10px;
  }
  main section.service .ac_set .ac_inner .fee_table td .dot_list li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  main section.service .ac_set .ac_inner .notes {
    color: #c0c3ca;
    font-size: 10px;
    line-height: 1.6;
  }
  main section.service .ac_set .ac_inner .notes li {
    padding-left: 13px;
  }
  main section.service .ac_set .ac_inner .notes li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  main section.service .ac_set .ac_inner .notes li .conditions {
    display: block;
    padding-left: 45px;
    margin-top: 2px;
  }
  main section.service .ac_set .ac_inner .notes li .conditions .span_ttl {
    display: inline-block;
    position: absolute;
    left: -0.5em;
  }
  main section.service .ac_set .ac_inner .notes + .row_title {
    margin-top: 20px;
  }
  main section.service .ac_set .ac_inner .row_title {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 7px;
    border-left: rgba(255, 255, 255, 0.3) 2px solid;
  }
  main section.service .ac_set .ac_inner .row_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 50%;
    left: -2px;
    top: 0;
    background: #fff;
    opacity: 0.5;
  }
  main section.service .ac_set .ac_inner .row_title + .detail_table {
    margin-top: 15px;
  }
  main section.service .ac_set .ac_inner .row_title + .fee_table {
    margin-top: 15px;
  }
  main section.service .ac_set .ac_inner .detail_table {
    width: 100%;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
    font-size: 10px;
    line-height: 1.7;
    display: block;
  }
  main section.service .ac_set .ac_inner .detail_table tbody, main section.service .ac_set .ac_inner .detail_table tr, main section.service .ac_set .ac_inner .detail_table th, main section.service .ac_set .ac_inner .detail_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  main section.service .ac_set .ac_inner .detail_table + .notes {
    margin-top: 15px;
  }
  main section.service .ac_set .ac_inner .detail_table tr {
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  }
  main section.service .ac_set .ac_inner .detail_table th {
    text-align: left;
    font-weight: bold;
    padding: 10px 16px;
  }
  main section.service .ac_set .ac_inner .detail_table td {
    padding: 10px 16px;
    margin-top: -12px;
  }
  main section.service .ac_set .ac_inner .detail_table td:has(.col:nth-child(2)) {
    display: flex;
  }
  main section.service .ac_set .ac_inner .detail_table td .col {
    display: block;
    width: fit-content;
  }
  main section.service .ac_set .ac_inner .detail_table td .col + .col {
    margin-left: 19px;
  }
  main #bottom_contact {
    padding: 60px 6.6666666667%;
  }
  main #bottom_contact.contact_keiei {
    background: url(../img/keiei/bg_contact.jpg) center/cover;
  }
  main #bottom_contact.contact_shisan {
    background: url(../img/shisan/bg_contact.jpg) center/cover;
  }
  main #bottom_contact.contact_kokusai {
    background: url(../img/kokusai/bg_contact.jpg) center/cover;
  }
  main #bottom_contact a.contact {
    display: block;
    padding: 20px 0;
    text-align: center;
    background: transparent;
    line-height: 24px;
    height: auto;
  }
  main #bottom_contact a.contact .free {
    display: block;
    width: 160px;
    line-height: 18px;
    background: #0b2346;
    font-size: 11px;
    margin: 0 auto 7px;
  }
  main #bottom_contact a.contact .free small {
    font-size: 10px;
  }
  main #bottom_contact a.contact:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(75deg, rgb(25, 65, 113) 0%, rgb(3, 44, 94) 100%);
    opacity: 0.9;
    z-index: -1;
  }
  main #bottom_bnr_section {
    background: #f2f2f7;
    padding: 60px 0 100px;
  }
  main #bottom_bnr_section .inner_wrap .col {
    display: block;
    width: 100%;
    color: #fff;
    padding: 27.8461538462% 20px 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    overflow: hidden;
  }
  main #bottom_bnr_section .inner_wrap .col .copy {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  main #bottom_bnr_section .inner_wrap .col .col_title .en, main #bottom_bnr_section .inner_wrap .col .col_title .jp {
    display: block;
  }
  main #bottom_bnr_section .inner_wrap .col .col_title .en {
    font-size: 10px;
    margin-bottom: 8px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
  }
  main #bottom_bnr_section .inner_wrap .col .col_title .jp {
    font-size: 25px;
    letter-spacing: 0.1em;
  }
  main #bottom_bnr_section .inner_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center top;
    background-size: cover;
    transform-origin: center;
    transition: transform 0.4s ease;
  }
  main #bottom_bnr_section .inner_wrap .col:after {
    content: "";
    display: block;
    position: absolute;
    width: 46px;
    height: 6px;
    position: absolute;
    right: 20px;
    bottom: 24px;
    background: url(../img/arrow.svg) right top/auto 100% no-repeat;
    filter: invert(1) brightness(3);
  }
  main #bottom_bnr_section .inner_wrap .col.col_kokusai:before {
    background-image: url(../img/bnr_kokusai.jpg);
  }
  main #bottom_bnr_section .inner_wrap .col.col_shisan:before {
    background-image: url(../img/bnr_shisan.jpg);
  }
  main #bottom_bnr_section .inner_wrap .col.col_keiei:before {
    background-image: url(../img/bnr_keiei.jpg);
  }
  main #bottom_bnr_section .inner_wrap .col + .col {
    margin-top: 2px;
  }
  main #breadcrumbs {
    background: #f2f2f7;
  }
  footer {
    z-index: 1;
  }
}