@charset "UTF-8";
/* CSS Document */

/* 共通設定
----------------------------------*/

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/NotoSansJP-Black.woff") format("woff");
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
    margin: 0 !important;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media (min-width: 768px) and (max-width: 1180px) {
    html {
        font-size: .84745763vw;
    }
}

@media (max-width: 390px) {
    html {
        font-size: 2.564102564vw;
    }
}

body {
    color: #3c3a3b;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

.container {
    position: relative;
}

main {
    position: relative;
}

section {
    position: relative;
}

.wrapper {
    margin: 0 auto;
    max-width: calc(100vw - 60px);
    position: relative;
    width: 1340px;
}

.inner {
    width: 1140px;
    max-width: calc(100vw - 120px);
    position: relative;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

img {
    display: block;
    height: auto;
    width: 100%;
}

a {
    color: #3c3a3b;
    display: block;
    opacity: 1;
    text-decoration: none;
    transition: .2s;
}

a:before,
a:after {
    transition: .2s;
}

ul {
    list-style-type: none;
}

@media (max-width:767px) {
    .wrapper {
        max-width: calc(100% - 4rem);
    }

    .inner {
        max-width: calc(100% - 4rem);
    }
}



/* header
-------------------------------*/

.header {
    height: 10rem;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.header .h_logo {
    width: 28rem;
}



/* MV（1）
-------------------------------*/

.mv {
    width: 100%;
    height: 39.58333333vw;
    background-image: url(../img/common/mv_pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.mv .mv_text {
    width: 62.4rem;
    position: absolute;
    top: 5rem;
    left: 50%;
    max-width: 35vw;
}

.mv .mv_set {
    width: 84rem;
    position: absolute;
    bottom: 0;
    left: 40%;
    max-width: 41vw;
}

.top_banner {
    margin-top: 4rem;
    padding: 0 0 4rem;
}

.top_banner .banner_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: .8rem;
    row-gap: .5rem;
    margin-bottom: 2rem;
}

.top_banner .banner_wrap img {
    width: calc((100% - 2.4rem) / 4);
}

.language_box {
    padding: 2rem 0;
    background-color: #fff7e5;
    border: 4px solid #ecae1e;
    border-radius: 10px;
}

.language_box .inner {
    display: flex;
    align-items: center;
}

.language_box .lead {
    font-weight: 900;
    line-height: 1.4;
    font-size: 2.6rem;
    width: 50%;
}

.language_box .lead .emp {
    font-size: 3.6rem;
    color: #ecae1e;
}

.language_box .flex {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
}

.language_box .flex img {
    width: calc((100% - 6rem) / 4);
}



/* コンテンツ
-------------------------------*/

.tel_ribon {
    padding: 2.5rem 0 4rem;
    background-color: #084ea1;
}

.tel_ribon .lead {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 3.6rem;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.tel_ribon .lead .emp {
    font-size: 5rem;
}

.tel_ribon .tel_flex {
    display: flex;
    column-gap: 4rem;
    row-gap: 2rem;
    flex-wrap: wrap;
}

.tel_ribon .tel_flex .banner {
    background-color: #fff;
    border-radius: 10px;
    width: calc(50% - 2rem);
    padding: 1.2rem 2rem 1.2rem 4rem;
    font-weight: 700;
    line-height: 1.3;
}

.tel_ribon .tel_flex .jp {
    font-size: 2.8rem;
}

.tel_ribon .tel_flex .num {
    font-size: clamp(3.4rem, 4.5vw, 6rem);
    display: inline-block;
    color: #084ea1;
    width: 100%;
    padding-left: 1.1em;
    background-image: url(../img/common/tel.svg);
    background-repeat: no-repeat;
    background-size: .9em auto;
    background-position: left center;
}

#achievement {
    padding: 10rem 0 8rem;
    background-image: url(../img/common/achieve_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

#achievement .headline {
    position: relative;
    margin-bottom: 6rem;
}

#achievement .headline:before {
    content: "40000";
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
    text-align: center;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: clamp(20rem, 24vw, 38rem);
    font-weight: 900;
    line-height: .8;
    z-index: -1;
    opacity: .05;
    color: #084ea1;
}

#achievement h2 {
    width: 40rem;
    margin: 0 auto;
}

#achievement .hl_lead {
    display: flex;
    justify-content: center;
    color: #084ea1;
    align-items: end;
}

#achievement .hl_lead .lead_1 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.33;
    letter-spacing: .05em;
}

#achievement .hl_lead .lead_2 {
    line-height: 1;
    background: url(../img/common/wave_1.svg) repeat-x bottom left / auto 18px;
}

#achievement .hl_lead .lead_2 .num {
    font-size: 13rem;
    font-weight: 900;
    letter-spacing: .05em;
}

#achievement .hl_lead .lead_2 .jp {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: .1em;
}

#achievement .headline .lead_label {
    width: 71rem;
    max-width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin: 2.4rem auto 0;
    text-align: center;
    padding: 1.2rem 2rem;
    background-color: #084ea1;
    border-radius: 1000px;
}

#achievement .column {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}

#achievement .column .item {
    width: calc(50% - 2rem);
    border: 3px solid #084ea1;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

#achievement .column .item .label {
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #084ea1;
    padding: 2rem;
}

#achievement .column .item_inner {
    padding: 2rem 3.6rem 3rem;
}

#achievement .column .item_inner img {
    margin-bottom: 2rem;
}

#achievement .column .item_inner h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #084ea1;
    text-align: center;
    margin-bottom: 2rem;
}

#achievement .column .item_inner .text {
    font-size: 2.3rem;
    font-weight: 700;
}

#achievement .l_item {
    width: 100%;
    border-radius: 10px;
    border: 3px solid #084ea1;
    padding: 3rem 0 0;
    overflow: hidden;
    background-color: #fff;
}

#achievement .l_item h3 {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
}

#achievement .l_item .l_item_flex {
    display: flex;
    align-items: start;
    justify-content: center;
    column-gap: 4rem;
}

#achievement .l_item .l_item_flex img {
    width: 14rem;
}

#achievement .l_item .l_item_flex p {
    font-size: 3rem;
    font-weight: 700;
    padding: 1.5rem 3rem;
    color: #084ea1;
    background-color: #e4eef9;
    border-radius: 10px;
    position: relative;
    width: 56rem;
}

#achievement .l_item .l_item_flex p:nth-of-type(2) {
    margin: 1rem 0 0 2.6rem;
}

#achievement .l_item .l_item_flex p:nth-of-type(3) {
    margin: 1rem 0 0 5.2rem;
}

#achievement .l_item .l_item_flex p:before {
    content: "";
    position: absolute;
    right: calc(100% - 1px);
    top: calc(50% - 11px);
    border-top: 11px solid transparent;
    border-right: 19px solid #e4eef9;
    border-bottom: 11px solid transparent;
}

#achievement .l_item .l_text {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #084ea1;
    padding: 1.5rem 0;
    margin-top: 5rem;
}






#staff .headline {
    position: relative;
    background-color: #084ea1;
}

#staff .headline .inner {
    z-index: +10;
    padding: 6rem 0 7rem;
}

#staff .headline .inner:before {
    content: "STAFF";
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
    text-align: center;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: clamp(20rem, 24vw, 38rem);
    font-weight: 900;
    line-height: .8;
    z-index: -1;
    opacity: .05;
    color: #fff;
}

#staff h2 {
    width: 40rem;
    margin: 0 auto;
}

#staff .hl_lead {
    display: flex;
    justify-content: center;
    align-items: end;
}

#staff .hl_lead .lead_1 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.33;
    letter-spacing: .05em;
    color: #fff;
}

#staff .hl_lead .lead_2 {
    line-height: 1;
    color: #ecae1e;
}

#staff .hl_lead .lead_2 .num {
    font-size: 13rem;
    font-weight: 900;
    letter-spacing: .05em;
}

#staff .hl_lead .lead_2 .jp {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: .1em;
}

#staff .headline .lead_label {
    width: 71rem;
    max-width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    color: #084ea1;
    margin: 2.4rem auto 0;
    text-align: center;
    padding: 1.2rem 2rem;
    background-color: #e4eef9;
    border-radius: 1000px;
}

#staff .cont {
    background-color: #e4eef9;
    padding: 7rem 0 10rem;
}

#staff .staff_flex {
    display: flex;
    column-gap: 1rem;
    row-gap: 5rem;
    flex-wrap: wrap;
    margin-bottom: 8rem;
}

#staff .staff_flex .item {
    width: calc((100% - 4rem) / 5);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 700;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

#staff .staff_flex .item img {
    margin-bottom: 1rem;
}

#staff .staff_flex .item .pro {
    font-size: 1.4rem;
    color: #084ea1;
    padding: 0 1rem;
}

#staff .staff_flex .item .name {
    font-size: 2.4rem;
    color: #084ea1;
    padding: 0 1rem;
}

#staff .staff_flex .item .num {
    font-size: 1.4rem;
    padding: 0 1rem 1rem;
}

#staff .weare .lead {
    font-size: 5rem;
    font-weight: 900;
    text-align: center;
    color: #084ea1;
    padding: 0 4rem;
    position: relative;
}

#staff .weare .lead span {
    font-size: .8em;
}

#staff .weare .lead:before,
#staff .weare .lead:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
}

#staff .weare .lead:before {
    background-image: url(../img/common/emp_l.svg);
    background-position: left center;
    left: 6rem;
}

#staff .weare .lead:after {
    background-image: url(../img/common/emp_r.svg);
    background-position: right center;
    right: 6rem;
}

#staff .language_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 3rem 5rem;
}

#staff .language_box .lang_lead {
    width: 50%;
    font-size: 3.5rem;
    font-weight: 900;
}

#staff .language_box .lang_lead .emp {
    font-size: 4.2rem;
    color: #ecae1e;
}



#map {
    padding: 10rem 0;
}

#map .hl {
    margin-bottom: 3.6rem;
}

#map .hl_label {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: #084ea1;
    padding: 1rem 4rem;
    width: 103rem;
    max-width: 100%;
    margin: 0 auto 6rem;
    background-color: #e4eef9;
    border-radius: 1000px;
}

#map .map_flex {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}

#map .japan {
    width: calc(44% - 2rem);
}

#map .map_right {
    width: 56%;
}

#map .map_flex h3 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #084ea1;
    margin-bottom: 1.3rem;
}

#map .map_flex h3:not(:first-child) {
    margin-top: 5rem;
}

#map .map_flex .gmap {
    width: 100%;
    height: 25rem;
    margin-bottom: 1rem;
}

#map .map_flex p {
    font-size: 1.8rem;
    font-weight: 400;
}








#speed {
    padding: 8rem 0 10rem;
    background-color: #e4eef9;
}

#speed .headline {
    position: relative;
    margin-bottom: 16rem;
    z-index: +10;
}

#speed .headline:before {
    content: "SPEED";
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
    text-align: center;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: clamp(20rem, 24vw, 35rem);
    font-weight: 900;
    line-height: .8;
    z-index: -1;
    opacity: .05;
    color: #084ea1;
}

#speed h2 {
    width: 40rem;
    margin: 0 auto;
}

#speed .hl_lead {
    display: flex;
    justify-content: center;
    align-items: end;
}

#speed .hl_lead .lead {
    font-size: 5rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .1em;
}

#speed .hl_lead .lead .blue {
    font-size: 8rem;
    color: #084ea1;
}

#speed .hl_lead .lead .num {
    font-size: 15rem;
    display: inline-block;
    padding: 0 1rem;
    line-height: .9;
}

#speed .headline .lead_label {
    width: 71rem;
    max-width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin: 2.4rem auto 0;
    text-align: center;
    padding: 1.2rem 2rem;
    background-color: #084ea1;
    border-radius: 1000px;
}

#speed .hl_lead .wave {
    background: url(../img/common/wave_1.svg) repeat-x bottom left / auto 18px;
    display: inline-block;
    padding-bottom: 1rem;
}

#speed .speed_flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6rem;
    margin-bottom: 1rem;
}

#speed .speed_flex .item {
    width: calc((100% - 12rem) / 3);
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #084ea1;
    position: relative;
    padding: 8.5rem 3rem 3rem;
    background-repeat: no-repeat;
    background-size: 14rem auto;
    background-position: right 3rem bottom 3rem;
}

#speed .speed_flex .item .circle {
    width: 15rem;
    line-height: 15rem;
    position: absolute;
    top: -7.5rem;
    left: -2rem;
    border-radius: 50%;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

#speed .speed_flex .item:nth-of-type(1) .circle {
    background-color: #e4eef9;
    border: 3px solid #084ea1;
    color: #084ea1;
}

#speed .speed_flex .item:nth-of-type(2) .circle {
    background-color: #84acdb;
    color: #fff;
}

#speed .speed_flex .item:nth-of-type(3) .circle {
    background-color: #084ea1;
    color: #fff;
}

#speed .speed_flex .item .circle .num {
    font-size: 5rem;
}

#speed .speed_flex li {
    width: 100%;
    padding: .6rem 0 .6rem 1.43em;
    font-size: 2.3rem;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    background-image: url(../img/common/checklist.svg);
    background-repeat: no-repeat;
    background-size: 1.2em auto;
    background-position: left center;
}

#speed .speed_flex .item:not(:last-of-type):after {
    position: absolute;
    content: "";
    left: 100%;
    top: calc(50% - 3.3rem);
    border-top: 3.3rem solid transparent;
    border-bottom: 3.3rem solid transparent;
    border-left: 6rem solid #84acdb;
    transform: scaleX(.4);
}

#speed .speed_flex .item:nth-of-type(2) {
    background-image: url(../img/common/speed_1.png);
}

#speed .speed_flex .item:nth-of-type(3) {
    background-image: url(../img/common/speed_2.png);
}

#speed .memo {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
}







#price .headline {
    position: relative;
    background-color: #084ea1;
}

#price .headline .inner {
    z-index: +10;
    padding: 6rem 0 7rem;
}

#price .headline .inner:before {
    content: "PRICE";
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
    text-align: center;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: clamp(20rem, 24vw, 38rem);
    font-weight: 900;
    line-height: .8;
    z-index: -1;
    opacity: .05;
    color: #fff;
}

#price h2 {
    width: 40rem;
    margin: 0 auto;
}

#price .hl_lead {
    display: flex;
    justify-content: center;
    align-items: end;
}

#price .hl_lead .lead_1 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.33;
    letter-spacing: .05em;
    color: #fff;
}

#price .hl_lead .lead_2 {
    line-height: 1;
    color: #ecae1e;
}

#price .hl_lead .lead_2 .num {
    font-size: 8rem;
    font-weight: 900;
    letter-spacing: .05em;
}

#price .hl_lead .lead_2 .jp {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: .1em;
}

#price .hl_lead .lead_3 {
    font-size: 2.6rem;
    color: #fff;
    font-weight: 700;
}

#price .headline .lead_label {
    width: 71rem;
    max-width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    color: #084ea1;
    margin: 2.4rem auto 0;
    text-align: center;
    padding: 1.2rem 2rem;
    background-color: #e4eef9;
    border-radius: 1000px;
}

#price .price_cont {
    padding: 7rem 0;
    background-color: #e4eef9;
}

#price .table_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    margin-bottom: 10rem;
}

#price .table_wrap table {
    width: calc(62% - 3rem);
    border: 1px solid #084ea1;
    border-collapse: collapse;
    font-weight: 700;
}

#price .table_wrap table th {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 1.5rem 2rem;
    background-color: #084ea1;
    border-right: 1px solid #e4eef9;
}

#price .table_wrap table td {
    border-bottom: 1px solid #084ea1;
    border-right: 1px solid #084ea1;
    background-color: #fff;
    padding: 1.4rem 2rem;
    text-align: center;
}

#price .table_wrap table .l {
    width: 35%;
}

#price .table_wrap table .r {
    width: 65%;
}

#price .table_wrap table td.l {
    font-size: 2rem;
}

#price .table_wrap table td.l span {
    font-size: 3.5rem;
}

#price .table_wrap table td.r {
    color: #084ea1;
    font-size: 3rem;
}

#price .table_wrap table td.r span {
    font-size: 5rem;
}

#price .table_wrap .basic {
    width: 38%;
    border: 1px solid #084ea1;
    position: relative;
    background-color: #fff;
}

#price .table_wrap .basic .heading {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 1.5rem 2rem;
    background-color: #084ea1;
}

#price .table_wrap .basic .price {
    padding: 50% 2rem 1.4rem;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #084ea1;
}

#price .table_wrap .basic .price span {
    font-size: 5rem;
}

#price .table_wrap .basic:after {
    content: "\FF0B";
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    width: 1.8em;
    background-color: #084ea1;
    position: absolute;
    paint-order: stroke fill;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    left: -4rem;
    top: 50%;
    border-radius: 50%;
}

#price .example {
    padding: 6rem 2rem 4rem;
    border: 3px solid #084ea1;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5rem;
}

#price .example h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    padding: .6em 0;
    text-align: center;
    width: 30rem;
    border-radius: 100px;
    background-color: #084ea1;
    position: absolute;
    right: 0;
    top: -1.6em;
    left: 0;
    margin: 0 auto;
}

#price .example img {
    width: 43%;
}

#price .example .price {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

#price .example .price .blue {
    color: #084ea1;
}

#price .example .price .num {
    font-size: 6rem;
}



.office_number_block {
    padding: 8rem 0;
}

.office_number_block .lead {
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 2.2rem 3rem;
    border-radius: 1000px;
    background-color: #084ea1;
    position: relative;
    margin-bottom: 5.6rem;
}

.office_number_block .lead:before {
    content: "";
    position: absolute;
    right: 50%;
    top: calc(100% - 1px);
    width: 3.3rem;
    height: 3.3rem;
    background-image: url(../img/common/fukidashi_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.office_number_block .box {
    border: 1rem solid #084ea1;
    border-radius: 20px;
    background-color: #fff;
    padding: 2.4rem 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.office_number_block .box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: -5rem;
    left: 50%;
    background-image: url(../img/common/office_member.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}

.office_number_block .box .wrap {
    position: relative;
    z-index: +1;
}

.office_number_block .jp {
    font-size: 2.6rem;
    font-weight: 700;
}

.office_number_block .num {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 900;
    color: #084ea1;
    font-size: 7rem;
    line-height: 1;
    paint-order: stroke fill;
    -webkit-text-stroke: 5px #fff;
    text-stroke: 5px #fff;
}





#flow {
    padding: 5rem 0 9rem;
    background-color: #e4eef9;
}

#flow .headline {
    position: relative;
    padding: 7rem 0;
    z-index: +10;
}

#flow .headline:before {
    content: "FLOW";
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
    text-align: center;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: clamp(20rem, 24vw, 28rem);
    font-weight: 900;
    line-height: .8;
    z-index: -1;
    opacity: .05;
    color: #084ea1;
}

#flow .hl_lead {
    text-align: center;
    font-weight: 700;
    color: #084ea1;
}

#flow .hl_lead .sub {
    font-size: 3rem;
}

#flow .hl_lead .main {
    font-size: 6rem;
}

#flow .flow_col {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
    position: relative;
}

#flow .flow_col:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 6rem;
    width: 1rem;
    background-color: #ecae1e;
    z-index: +9;
}

#flow .flow_col .item {
    position: relative;
    z-index: +10;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 8px 8px 0 #ecae1e;
    padding: 2rem 2rem;
    display: flex;
    align-items: center;
    column-gap: 3rem;
}

#flow .flow_col .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1.4;
    background-color: #ecae1e;
    min-width: 9.5rem;
    height: 9.5rem;
    border-radius: 50%;
    font-weight: 700;
}

#flow .flow_col .step .num {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    line-height: .9;
}

#flow .flow_col .textwrap {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.67;
    padding: 3rem 0;
}

#flow .flow_col .textwrap li:before {
    content: "\25CF\a0";
    color: #ecae1e;
}

#flow .flow_col .item:last-of-type:before {
    content: "";
    position: absolute;
    left: 6rem;
    bottom: 100%;
    width: 1rem;
    height: 2rem;
    background-color: #e4eef9;
    border-top: 2rem solid #ecae1e;
    border-right: .5rem solid transparent;
    border-left: .5rem solid transparent;
    transform: scaleX(3);
}





#faq {
    padding: 0 0 12rem;
    background-image: url(../img/common/bg_paper.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

#faq .headline {
    position: relative;
    padding: 8rem 0 13rem;
    z-index: +10;
}

#faq .headline:before {
    content: "Q&A";
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
    text-align: center;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: clamp(20rem, 24vw, 28rem);
    font-weight: 900;
    line-height: .8;
    z-index: -1;
    opacity: .05;
    color: #084ea1;
}

#faq .hl_lead {
    text-align: center;
    font-weight: 700;
    color: #084ea1;
    line-height: 1.3;
}

#faq .hl_lead .sub {
    font-size: 3rem;
}

#faq .hl_lead .main {
    font-size: 6rem;
}

#faq .faq_col {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
}

#faq .faq_col .item {
    background-color: #fff;
    border-radius: 10px;
    padding: 3rem 3rem 3.4rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

#faq .faq_col .question {
    display: flex;
    align-items: start;
    column-gap: 2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #e4eef9;
}

#faq .faq_col .question p {
    font-size: 2.8rem;
    font-weight: 700;
    color: #084ea1;
    padding-top: .3em;
}

#faq .faq_col .question:before {
    content: "Q";
    display: block;
    min-width: 1.27em;
    line-height: 1.27em;
    text-align: center;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 4.7rem;
    font-weight: 500;
    background-color: #084ea1;
    color: #fff;
    border-radius: 5px;
}

#faq .faq_col .answer {
    display: flex;
    align-items: start;
    column-gap: 2rem;
}

#faq .faq_col .answer p {
    font-size: 2.4rem;
    font-weight: 700;
    padding-top: .3em;
}

#faq .faq_col .answer:before {
    content: "A";
    display: block;
    min-width: 1.27em;
    line-height: 1.27em;
    text-align: center;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 4.7rem;
    font-weight: 500;
    background-color: #fff;
    color: #084ea1;
    border: 2px solid #084ea1;
    border-radius: 5px;
}

#contact {
    padding: 8rem 0 14rem;
    background-color: #e4eef9
}

#contact .hl {
    margin-bottom: 1.7rem;
    font-size: 3rem;
    font-weight: 900;
    color: #084ea1;
    text-align: center;
}

#contact .hl .emp {
    display: inline-block;
    font-size: 5rem;
    background-image: url(../img/common/contact_border.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    line-height: 1.8;
}

#contact .round_text {
    width: 60rem;
    margin: 0 auto 3rem;
    border-radius: 1000px;
    box-shadow: 0 3px #ecae1e;
}

#contact .round_text a {
    display: block;
    width: 100%;
    padding: 2rem 0;
    background-color: #084ea1;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
    border-radius: 1000px;
    font-size: 2.8rem;
    text-align: center;
}

#contact .round_text .small {
    font-size: .8em;
}

#contact table {
    width: 100%;
    margin-bottom: 4rem;
}

#contact tr {
    display: flex;
    align-items: start;
    width: 100%;
}

#contact tr:not(:last-child) {
    padding-bottom: 2rem;
}

#contact th {
    font-size: 2rem;
    width: 30rem;
    text-align: left;
    position: relative;
    padding: 2rem 0;
}

#contact td {
    display: block;
    font-size: 1.6rem;
    width: calc(100% - 30rem);
    text-align: left;
}

#contact td input[type="text"] {
    width: 100%;
    padding: 2.3rem 2rem;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

#contact th:after {
    content: "\4EFB\610F";
    background-color: #808080;
    font-size: 1.4rem;
    line-height: 2.4;
    width: 7rem;
    border-radius: 3px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 2rem;
    right: 3rem;
}

#contact th.required:after {
    content: "\5FC5\9808";
    background-color: #b70f29;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

#contact .radio_td {
    display: flex;
    flex-direction: column;
    row-gap: 2.2rem;
}

#contact .radio_td>span {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.6rem;
    align-items: center;
}

#contact .radio_td label {
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: .8rem;
}

#contact .radio_td input[type="radio"] {
    display: none;
}

#contact .radio_td .radio_circle {
    display: block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

#contact .radio_td input[type="radio"]:checked+.radio_circle:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50%;
    background-color: #084ea1;
}

#contact .radio_td input[type="text"] {
    width: 27rem;
    padding: 1.3rem 2rem;
}

#contact td textarea {
    width: 100%;
    padding: 2.3rem 2rem;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

#contact .privacy_content {
    background: #fff;
    height: 30rem;
    overflow-y: scroll;
    padding: 2rem 200px 2rem 2rem;
    font-size: 1.4rem;
    margin: 0 0 40px;
    line-height: 1.7;
}

#contact .privacy_content .top_text {
    margin-bottom: 3rem;
}

#contact .privacy_content dt {
    margin-top: 2rem;
    font-weight: 700;
}

#contact .privacy_content dd a {
    display: inline;
    color: #084ea1;
    text-decoration: underline;
}

#contact input[type="submit"] {
    width: 38rem;
    height: 8rem;
    background-color: #084ea1;
    border-radius: 6px;
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    background-image: url(../img/common/submit.svg);
    background-repeat: no-repeat;
    background-position: right 3rem center;
    box-shadow: 2px 2px 0px #ecae1e;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

#contact .p-region {
    width: 27rem;
    padding: 2.3rem 2rem;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

#contact .select_arrow {
    position: relative;
    display: inline-block;
}

#contact .select_arrow:after {
    content: "";
    border-top: 1rem solid #3c3a3b;
    border-right: 0.7rem solid transparent;
    border-left: 0.7rem solid transparent;
    position: absolute;
    top: 3rem;
    right: 2rem;
}




#top_info {
    margin-top: -3rem;
}

#top_info .info_ttl {
    background: #084ea1;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 900;
    color: #fff;
    line-height: 8rem;
    margin: 0 0 2rem;
}

#top_info .office_list {
    margin-bottom: 10rem;
}

#top_info .office_list li {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 5rem;
}

#top_info .office_list li+li {
    margin-top: 4rem;
}

#top_info .office_list .image {
    width: 35rem;
    border-radius: 10px;
    overflow: hidden;
}

#top_info .office_list .details {
    width: calc(100% - 40rem);
}

#top_info .office_list .details .logo {
    margin: 0 0 1rem;
    width: 28rem;
}

#top_info .office_list .details .office_name {
    font-size: 2.8rem;
    font-weight: 900;
    color: #084ea1;
    margin: 0 0 1rem;
}

#top_info .office_list .details .addr {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
    line-height: 1.4;
}

#top_info .office_list .details dt {
    font-size: 2.2rem;
    color: #084ea1;
    font-weight: 700;
}

#top_info .office_list .details dd {
    font-size: 1.8rem;
}

#top_info .office_list .details dl+dl {
    margin-top: 1rem;
}

#top_info .top_officer h2 {
    background-color: #084ea1;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 900;
    color: #fff;
    line-height: 8rem;
    margin: 0 0 2rem;
}

#top_info .top_officer .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 5rem;
}

#top_info .top_officer .details {
    width: calc(100% - 42rem);
}

#top_info .top_officer .image {
    width: 37rem;
    border-radius: 10px;
    overflow: hidden;
}

#top_info .top_officer .details .d_head {
    border-bottom: 1px dashed #707070;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

#top_info .top_officer .details .d_head .office {
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: .14em;
}

#top_info .top_officer .details .d_head .name {
    font-size: 3.8rem;
    font-weight: 900;
}

#top_info .top_officer .details .d_head .name span.job_title {
    font-size: 60%;
    margin-right: .4rem;
    letter-spacing: .14em;
}

#top_info .top_officer .details .d_head .name span.hel {
    font-size: 70%;
    color: #084ea1;
    margin-left: 1rem;
    letter-spacing: -0.02em;
}

#top_info .top_officer .details .d_body h3 {
    font-size: 2.4rem;
    color: #084ea1;
    font-weight: 900;
    margin-bottom: 1rem;
    letter-spacing: .02em;
}

#top_info .top_officer .details .d_body dl {
    width: 32rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

#top_info .top_officer .details .d_body dl dt {
    font-weight: bold;
    color: #6a6a6a;
    letter-spacing: .02em;
}

#top_info .top_officer .details .d_body dl dd {
    font-weight: bold;
    letter-spacing: .02em;
    line-height: 1.4;
}

#top_info .top_officer .details .d_body dl dd+dt {
    margin-top: 1rem;
}

#top_info .top_officer .details .d_head .shozoku {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .02em;
}

#top_info .top_officer .details .d_head .shikaku {
    font-size: 1.4rem;
    color: #868686;
    line-height: 1.5;
    letter-spacing: .02em;
}

.footer {
    padding: 5rem 2rem;
    background-color: #f8f8f8;
    margin-top: 10rem;
}

.footer img {
    width: 40rem;
    margin: 0 auto;
}

.copyright {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: normal;
    color: #fff;
    padding: .6rem 2rem;
    background-color: #084ea1;
}

#thanks {
    padding: 10rem 0 12rem;
}

#thanks .btn {
    width: 30rem;
    max-width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #084ea1;
    margin: 4rem auto 0;
    border-radius: 5px;
    padding: 1.5rem;
}



@media (max-width: 767px) {
    .header .h_logo {
        width: 21.6rem;
        margin: 0 auto;
    }

    .header {
        height: 8rem;
    }

    .mv {
        height: 54rem;
        max-height: 95vw;
        background-image: url(../img/common/mv_sp.jpg);
        background-position: center 0;
    }

    .mv .mv_text {
        left: auto;
        right: 0;
        top: 3rem;
        max-width: 60vw;
    }

    .mv .mv_set {
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    .top_banner {
        margin-top: -6rem;
    }

    .top_banner .banner_wrap img {
        width: calc(50% - .4rem);
    }

    .language_box .inner {
        flex-wrap: wrap;
        row-gap: 2rem;
    }

    .language_box .lead {
        font-size: 1.8rem;
        width: 100%;
        text-align: center;
    }

    .language_box .lead .emp {
        font-size: 2.2rem;
    }

    .language_box .flex {
        gap: 5px;
        justify-content: center;
        width: 100%;
    }

    .language_box .flex img {
        width: 15rem;
        max-width: 40%;
    }

    .tel_ribon .lead {
        font-size: 2rem;
    }

    .tel_ribon .lead .emp {
        font-size: 3rem;
    }

    .tel_ribon .tel_flex .banner {
        width: 100%;
        padding: 1.2rem 3rem;
    }

    .tel_ribon .tel_flex .jp {
        font-size: 2.2rem;
    }

    #achievement {
        padding: 6rem 0;
    }

    #achievement h2 {
        width: 30rem;
        margin-bottom: 2rem;
    }

    #achievement .headline:before {
        font-size: 26vw;
    }

    #achievement .hl_lead .lead_1 {
        font-size: 1.6rem;
    }

    #achievement .hl_lead .lead_2 .num {
        font-size: 5rem;
    }

    #achievement .hl_lead .lead_2 .jp {
        font-size: 2.6rem;
    }

    #achievement .headline .lead_label {
        font-size: 1.8rem;
    }

    #achievement .column .item {
        width: 100%;
    }

    #achievement .column .item .label {
        font-size: 2rem;
        padding: 1rem 2rem;
    }

    #achievement .column .item_inner {
        padding: 2rem 2rem 3rem;
    }

    #achievement .column .item_inner h3 {
        font-size: 2.2rem;
    }

    #achievement .column .item_inner .text {
        font-size: 1.6rem;
    }

    #achievement .l_item h3 {
        font-size: 2.6rem;
    }

    #achievement .l_item .l_item_flex {
        column-gap: 3rem;
    }

    #achievement .l_item .l_item_flex p {
        font-size: 1.6rem;
        width: 18rem;
        padding: 1.4rem 2rem;
    }

    #achievement .l_item .l_item_flex p:nth-of-type(2) {
        margin: 1rem 0 0;
    }

    #achievement .l_item .l_item_flex p:nth-of-type(3) {
        margin: 1rem 0 0;
    }

    #achievement .l_item .l_item_flex p:before {
        top: calc(50% - 6px);
        border-top: 6px solid transparent;
        border-right: 10px solid #e4eef9;
        border-bottom: 6px solid transparent;
    }

    #achievement .l_item .l_item_flex img {
        width: 9rem;
    }

    #achievement .l_item .l_text {
        font-size: 2.4rem;
    }

    #staff .cont {
        padding: 6rem 0;
    }

    #staff h2 {
        width: 30rem;
        margin-bottom: 1rem;
    }

    #staff .headline .inner:before {
        font-size: 28vw;
    }

    #staff .hl_lead .lead_1 {
        font-size: 1.6rem;
    }

    #staff .hl_lead .lead_2 .num {
        font-size: 8rem;
    }

    #staff .hl_lead .lead_2 .jp {
        font-size: 2.6rem;
    }

    #staff .headline .lead_label {
        font-size: 1.8rem;
    }

    #staff .staff_flex {
        row-gap: 3rem;
    }

    #staff .staff_flex .item {
        width: calc(50% - .5rem);
    }

    #staff .staff_flex .item .num {
        font-size: 1.2rem;
    }

    #staff .staff_flex .item .name {
        font-size: 2.2rem;
    }

    #staff .weare .lead {
        font-size: 2rem;
        padding: 0 2rem;
    }

    #staff .weare .lead:before,
    #staff .weare .lead:after {
        background-size: 100%;
        width: 2rem;
        background-position: center bottom;
    }

    #staff .weare .lead:before {
        left: 0;
    }

    #staff .weare .lead:after {
        right: 0;
    }

    #staff .language_box {
        padding: 3rem 2rem;
        row-gap: 2rem;
    }

    #staff .language_box .lang_lead {
        font-size: 2.4rem;
        width: 100%;
        text-align: center;
    }

    #staff .language_box .lang_lead .emp {
        font-size: 3rem;
    }

    #map {
        padding: 6rem 0;
    }

    #map .hl_label {
        font-size: 1.8rem;
        border-radius: 20px;
    }

    #map .map_flex {
        flex-wrap: wrap;
        row-gap: 3rem;
    }

    #map .japan {
        width: 100%;
    }

    #map .map_right {
        width: 100%;
    }


    #map .map_flex .gmap {
        height: 50vw;
    }

    #map .map_flex p {
        font-size: 1.6rem;
    }

    #speed h2 {
        width: 30rem;
    }

    #speed .headline:before {
        font-size: 24vw;
    }

    #speed .hl_lead .lead {
        font-size: 3rem;
    }

    #speed .hl_lead .lead .blue {
        font-size: 4rem;
    }

    #speed .hl_lead .lead .num {
        font-size: 10rem;
    }

    #speed .headline .lead_label {
        font-size: 2rem;
    }

    #speed .speed_flex {
        row-gap: 6rem;
    }

    #speed .speed_flex .item {
        width: 100%;
        padding: 5rem 3rem 3rem;
    }

    #speed .speed_flex .item .circle {
        width: 8rem;
        height: 8rem;
        font-size: 1.6rem;
        line-height: 8rem;
        top: -4rem;
        left: -2rem;
    }

    #speed .speed_flex .item .circle .num {
        font-size: 2.4rem;
    }

    #speed .speed_flex .item:not(:last-of-type):after {
        content: initial;
    }

    #speed .speed_flex .item:not(:first-of-type) {
        padding-bottom: 20rem;
    }

    #speed .headline {
        margin-bottom: 8rem;
    }

    #speed .speed_flex li {
        font-size: 2rem;
    }

    #price h2 {
        width: 30rem;
    }

    #price .headline .inner:before {
        font-size: 26vw;
    }

    #price .hl_lead .lead_1 {
        font-size: 1.6rem;
    }

    #price .hl_lead .lead_2 .num {
        font-size: 4rem;
    }

    #price .hl_lead .lead_2 .jp {
        font-size: 2.6rem;
    }

    #price .hl_lead .lead_3 {
        font-size: 1.8rem;
    }

    #price .headline .lead_label {
        font-size: 1.8rem;
    }

    #price .table_wrap {
        row-gap: 6rem;
    }

    #price .table_wrap table {
        width: 100%;
    }

    #price .table_wrap .basic {
        width: 100%;
    }

    #price .table_wrap table th {
        font-size: 1.6rem;
        padding: 1.5rem 1rem;
    }

    #price .table_wrap table td.l {
        font-size: 1.6rem;
    }

    #price .table_wrap table td.l span {
        font-size: 2rem;
    }

    #price .table_wrap table td {
        padding: 1.4rem 1rem;
    }

    #price .table_wrap table td.r {
        font-size: 1.6rem;
    }

    #price .table_wrap table td.r span {
        font-size: 2.8rem;
    }

    #price .table_wrap .basic .heading {
        font-size: 1.6rem;
        padding: 1.5rem 1rem;
    }

    #price .table_wrap .basic .price {
        padding: 3rem 1rem;
    }


    #price .table_wrap .basic:after {
        left: calc(50% - .9em);
        bottom: calc(100% + 5px);
        top: auto;
    }

    #price .example {
        flex-wrap: wrap;
        row-gap: 2rem;
        justify-content: center;
    }

    #price .example img {
        width: 100%;
    }

    #price .example .price .num {
        font-size: 4rem;
    }

    #price .example .price {
        font-size: 1.6rem;
    }

    .office_number_block {
        padding: 5rem 0;
    }

    .office_number_block .lead {
        font-size: 2.4rem;
    }

    .office_number_block .box {
        padding: 2.4rem 3rem 60vw;
    }

    .office_number_block .jp {
        font-size: 1.8rem;
    }

    .office_number_block .num {
        font-size: 3.4rem;
    }

    .office_number_block .box:after {
        left: 0;
    }

    #flow .hl_lead .sub {
        font-size: 1.8rem;
    }

    #flow .hl_lead .main {
        font-size: 4rem;
    }

    #flow .headline:before {
        font-size: 28vw;
    }

    #flow .headline {
        padding: 5rem 0;
    }

    #flow .flow_col .step {
        position: absolute;
        left: 0;
        top: -4rem;
        min-width: 8rem;
        height: 8rem;
    }

    #flow .flow_col:before {
        content: initial;
    }

    #flow .flow_col .step .num {
        font-size: 3.4rem;
    }

    #flow .flow_col .textwrap {
        font-size: 1.8rem;
    }

    #flow .flow_col .item:last-of-type:before {
        content: initial;
    }

    #faq .hl_lead .sub {
        font-size: 1.8rem;
    }

    #faq .hl_lead .main {
        font-size: 4rem;
    }

    #faq .headline:before {
        font-size: 34vw;
    }

    #faq .headline {
        padding: 5rem 0;
    }

    #faq .faq_col .question {
        flex-wrap: wrap;
        row-gap: .5rem;
    }

    #faq .faq_col .question:before,
    #faq .faq_col .answer:before {
        font-size: 3rem;
    }

    #faq .faq_col .question p {
        width: 100%;
        font-size: 2rem;
    }

    #faq .faq_col .answer {
        flex-wrap: wrap;
        row-gap: .5rem;
    }

    #faq .faq_col .answer p {
        width: 100%;
        font-size: 1.8rem;
    }

    #contact .hl {
        font-size: 1.8rem;
    }

    #contact .hl .emp {
        font-size: 3rem;
    }

    #contact .round_text {
        width: 100%;
    }

    #contact .round_text a {
        padding: 2rem;
        font-size: 2rem;
    }

    #contact tr {
        flex-wrap: wrap;
    }

    #contact th {
        width: 100%;
    }

    #contact td {
        width: 100%;
    }

    #contact td input[type="text"] {
        padding: 1.6rem 2rem;
    }

    #contact .radio_td>span {
        row-gap: 1rem;
    }

    #contact .radio_td input[type="text"] {
        width: 100%;
    }

    #contact th:after {
        right: 0;
    }

    #contact .privacy_content {
        padding: 3rem 2rem;
    }

    #contact input[type="submit"] {
        width: 100%;
        font-size: 2rem;
    }

    #contact .p-region {
        padding: 1.6rem 2rem;
    }

    #contact .select_arrow:after {
        top: 2.5rem;
    }

    #top_info .info_ttl,
    #top_info .top_officer h2 {
        font-size: 2.4rem;
        line-height: 2;
    }

    #top_info .office_list li {
        row-gap: 3rem;
    }

    #top_info .office_list .details {
        width: 100%;
    }

    #top_info .office_list .image {
        max-width: 100%;
    }

    #top_info .office_list .details .office_name {
        font-size: 2.2rem;
    }

    #top_info .office_list .details .addr,
    #top_info .office_list .details dt,
    #top_info .office_list .details dd {
        font-size: 1.6rem;
    }

    #top_info .top_officer .image {
        order: -1;
        width: 100%;
        padding: 0 20%;
        margin-bottom: 2rem;
    }

    #top_info .top_officer .details .d_head .office {
        font-size: 1.8rem;
        ;
    }

    #top_info .top_officer .details .d_head .name {
        font-size: 2.4rem;
    }

    #top_info .top_officer .details .d_head .shozoku {
        font-size: 1.6rem;
    }

    #top_info .top_officer .details .d_head .shikaku {
        font-size: 1.4rem;
    }

    #top_info .top_officer .details .d_body h3 {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    #top_info .top_officer .details .d_body dl {
        width: 100%;
        font-size: 1.4rem;
    }

    #top_info .top_officer .details {
        width: 100%;
    }

    .footer img {
        max-width: 70vw;
    }
}



/*********************************************
     * SPトップページ 下部固定
    *********************************************/
#sp_bottom_content {
    display: none;
}

.sp_bottom_content {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    padding: 1rem 0;
    font-size: 1.2rem;
}

.sp_bottom_content .flex-sb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .5rem;
}

.sp_contact_btn a {
    display: flex;
    color: #fff;
    background-color: #2956AE;
    font-weight: bold;
    letter-spacing: normal;
    border-radius: 6px;
    padding: 1.1rem .5rem;
    align-items: center;
    justify-content: center;
}

.sp_tel_btn a {
    display: flex;
    color: #fff;
    background-color: #b70f2a;
    font-weight: bold;
    letter-spacing: normal;
    border-radius: 6px;
    padding: 1.1rem .5rem;
    align-items: center;
    justify-content: center;
}

.sp_bottom_content .flex-sb>div {
    width: calc((100% - 10px) / 3);
    text-align: center;
}

.sp_tel_btn a img {
    width: 1.5rem;
    vertical-align: sub;
    margin-right: .5rem;
}

.sp_contact_btn a img {
    width: 1.6rem;
    vertical-align: middle;
    margin-right: .7rem;
}

/*追加スタイル（問い合わせボタン）*/

.tel_ribon .tel_flex {
    margin-bottom: 4rem;
}

.tel_ribon .contactbtn {
    margin: 0 auto;
    width: 75rem;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: #ecae1e;
    border-radius: 1000px;
    padding: 4rem 2rem;
    background-color: #fff;
    box-shadow: 0 10px 0 #ecae1e;
}

.tel_ribon .contactbtn:hover {
    background-color: #ecae1e;
    color: #fff;
}

.tel_ribon .contactbtn:before {
    content: "";
    width: 1.31em;
    min-width: 1.31em;
    height: 1em;
    display: block;
    background-image: url(../img/common/orange-mail-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.tel_ribon .contactbtn:hover:before {
    background-image: url(../img/common/white-mail-icon.svg);
}

.office_number_block .box {
    margin-bottom: 3rem;
}

.office_number_block .contactbtn {
    width: 100%;
    padding: 3rem 2rem;
    background-color: #ecae1e;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    border: 3px solid #ecae1e;
    border-radius: 2rem;
}

.office_number_block .contactbtn:before {
    content: "";
    width: 1.31em;
    min-width: 1.31em;
    height: 1em;
    background-image: url(../img/common/white-mail-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.office_number_block .contactbtn:hover {
    background-color: #fff;
    color: #ecae1e;
}

.office_number_block .contactbtn:hover:before {
    background-image: url(../img/common/orange-mail-icon.svg);
}

@media (max-width: 767px) {
    .tel_ribon .contactbtn {
        font-size: 1.8rem;
        padding: 1rem 2rem;
        box-shadow: 0 5px 0 #ecae1e;
    }

    .office_number_block .contactbtn {
        font-size: 1.8rem;
        padding: 1rem 2rem;
    }
}

/*page-top*/

#page-top {
    width: 7rem;
    height: 7rem;
    position: fixed;
    display: none;
    right: 2.8rem;
    bottom: 2.3rem;
    background-color: #084ea1;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10000;
    border: 1px solid #fff;
    transition: 0s;
}

#page-top:before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 30%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin: auto;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    #page-top {
        width: 5rem;
        height: 5rem;
        right: 1rem;
        bottom: 9rem;
    }
}

.grecaptcha-badge { visibility: hidden; }