@charset "utf-8";
.header_nav02_item.style::before {
    width: 80%;
    height: 4px;
    background: #466172;
}
.sec_link{
    padding-top: 140px;
    margin-top: -140px;
}
@media screen and (max-width: 1000px) {
.header_nav02_item.style {
    background: #555555;
    color: #fff;
}
.sec_link{
    padding-top: 60px;
    margin-top: -60px;
}
}


.style_inner{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
.mv_box{
    padding: 60px 20px 0;
    border-top: solid 30px #bae3f9;
}
.mv_base{
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.mv_ttl{
    position: absolute;
    left: 5.9%;
    top: 0;
    width: 89.5%;
}
.mv_image{
    position: absolute;
    left: 0;
    top: 0;
}
.mv_fade{
    transition: 3s;
    opacity: 0;
}
.mv_fade.is-show{
    opacity: 1;
}
.image01{
    animation: float01 4s infinite linear;
}
.image02{
    animation: float02 4s infinite linear;
    animation-delay: 1s;
}
.image03{
    animation: float03 4s infinite linear;
    animation-delay: 2s;
}
@keyframes float01 {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(0.8%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes float02 {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(0.8%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes float03 {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(0.8%);
    }
    100% {
        transform: translateY(0%);
    }
}


.link_btn_box{
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 80px auto 120px;
    padding: 0 20px;
}
.link_btn{
    transition: 0.5s;
}
.link_btn:hover{
    opacity: 0.6;
}
.link_btn img{
    height: 100px;
    width: auto;
}





/* sec01 */
#sec01{
    margin: 0 auto 120px;
}
.about_ttl{
    max-width: 1200px;
    margin: 0 auto 60px;
}
.about_ttl img{
    max-width: 800px;
}
.about_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_item{
    width: 48%;
    position: relative;
}
.about_item:nth-child(n + 3){
    margin-top: 40px;
}
.about_item_bg{
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about_item_ttl_box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.about_item_ttl{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-left: 0.5em;
}
.about_item_ttl_num{
    height: 65px;
}
.about_item_ttl_num img{
    width: auto;
    height: 100%;
}
.about_item_line{
    width: 90%;
    margin: 0 auto;
}

.about_item_lead{
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    margin: 0.5em auto 0.5em;
}
.about_item_img_flex{
    display: flex;
    justify-content: space-between;
}
.about_item_img{
    width: 49%;
    max-width: 282px;
    position: relative;
}
.about_item_cap{
    margin: 0.5em auto 0;
    color: #595757;
    font-size: 10px;
    white-space: nowrap;
}

.about_item_img_ex{
    position: absolute;
    width: 33%;
    max-width: 93px;
}
.about_item01 .about_item_img_ex{
    top: 10%;
    right: -12%;
}
.about_item02 .about_item_img_ex{
    bottom: 14%;
    right: -26%;
}
.about_item04 .about_item_img_ex{
    top: -3%;
    right: -25%;
    width: 50%;
    max-width: unset;
}

.about_item.about_item05{
    width: 100%;
}
.about_item05 .about_item_line{
    max-width: 490px;
}
.about_item05 .about_item_lead{
    max-width: 490px;
}
.about_item05 .about_item_bg{
    width: 110%;
}
.about_item05_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0px auto 0;
}
.about_item05_l{
    width: 48%;
}
.about_item05_r{
    width: 48%;
}
.about_item05_note{
    margin: 20px auto 0;
}
.car_ttl{
    text-align: center;
    font-size: 18px;
}
.car_ttl span{
    font-size: 1.5em;
}
.car_cap{
    font-size: 12px;
    text-align: center;
    color: #595757;
}
.access_ttl_box{
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
}
.access_ttl_icon{
    max-width: 60px;
    width: 100%;
}
.access_ttl{
    font-size: 20px;
    margin-left: 1em;
}
.access_list{
    margin: 20px auto 0;
}
.access_list_item{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.access_list_lead{
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}
.access_list_item:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 3px #bcc5cb;
}
.about_flex{
    margin: 0 auto 40px;
}
/* // */



/* sec02 */
.voice_ttl_box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.voice_ttl_box::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 8px;
    border-color: #333;
    border-style: solid;
}
.voice_ttl_box::after {
    bottom: 0;
    border-width:2px 0 2px 0;
}
.voice_ttl_en{
    max-width: 195px;
}
.voice_ttl_ja{
    font-size: 32px;
    font-weight: 600;
    margin-left: 1em;
}

.voice_heading{
    color: #ef845c;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.voice_lead{
    font-size: 18px;
    text-align: justify;
    line-height: 2;
}
.voice_img{
    display: inline-block;
    margin-bottom: 18px;
    position: relative;
}
.voice_img.voice_img01 {
    float: right;
    width: calc((250/1000)*100%);
    margin-left: 40px;
}
.voice_img.voice_img02 {
    float: left;
    width: calc((250/1000)*100%);
    margin-right: 40px;
}
.voice_img.voice_img03 {
    float: right;
    width: calc((320/1000)*100%);
    margin-left: 40px;
}
.voice_img.voice_img04 {
    float: right;
    width: calc((300/1000)*100%);
    margin-left: 40px;
}
.voice_img.voice_img05 {
    float: left;
    width: calc((400/1000)*100%);
    margin-right: 40px;
}
.voice_img.voice_img06 {
    float: right;
    width: calc((420/1000)*100%);
    margin-left: 40px;
}
.voice_family {
    max-width: 300px;
    margin: 0 auto 40px;
}
.float_box{
    clear: both;
}
.float_box:not(:last-child){
    margin-bottom: 40px;
}

.qa_box{
    background: #bae3f9;
    margin: 80px auto 0px;
}
.qa_box{
    padding: 60px 20px;
}
.qa_inner{
    background: #fff;
    padding: 40px 20px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
}
.qa_dot{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.qa_dot img{
    height: 100%;
    width: auto;
}
.qa_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    row-gap: 30px;
    position: relative;
    z-index: 2;
}
.qa_set01{
    width: 48%;
}
.qa_set02{
    width: 48%;
}
.qa_set03{
    width: 33%;
}
.qa_ttl{
    width: 30%;
}
.qa_set04{
    width: 33%;
}
.qa_set05{
    width: 48%;
}
.qa_set06{
    width: 48%;
}

.marker {
    /* background-color: #fff4d3; */
    /* padding: 0 0.25em; */
    /* background-size: 0% 100%; */
    /* transition: 0.5s; */
    background: linear-gradient(transparent 0%, #fff4d3 0%);
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1.5s;
}
.marker.is-show{
    background-size: 100% 100%;
}
/* // */


/* sec03 */
#sec03{
    background: #bae3f9;
    padding: 60px 0;
    margin: 0px auto 100px;
}
.map_ttl{
    max-width: 800px;
    margin: 0 auto 20px;
}
.map_lead{
    text-align: center;
    font-size: 20px;
    line-height: 2;
    margin: 0 auto 2em;
}
.map_img{
    margin: 0 auto;
    overflow-x: scroll;
    max-width: 1920px;
    padding-bottom: 10px;
    display: block;
}
/* .map_img a{
    width: 100%;
    height: 100%;
    display: block;
} */
.map_img img{
    min-width: 1920px;
    max-width: 1920px;
    pointer-events: none;
}
.map_btn a{
    display: flex;
    text-align: center;
    color: #fff;
    max-width: 500px;
    background: #355498;
    margin: 40px auto 0;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 20px;
    line-height: 1.5;
    transition: 0.5s;
}
.map_btn a:hover{
    background: #3bbee8;
}
/* // */



@media screen and (max-width: 1920px) {
/* .map_img{
    cursor: grab;
}
.map_img:active {
    cursor: grabbing;
} */
}
@media screen and (max-width: 1300px) {
.about_item_lead {
    font-size: 16px;
}
}
@media screen and (max-width: 1200px) {
.dn1200{
    display: none;
}
.about_item_ttl {
    font-size: 24px;
}
.about_item_ttl_num {
    height: 45px;
}
.about_item_line {
    max-width: 400px;
}
.about_item_lead {
    font-size: 16px;
}
.about_item05 .about_item_line {
    max-width: 400px;
}
.access_list_lead {
    font-size: 16px;
}
.access_list_item {
    gap: 10px;
}
.access_ttl_icon {
    max-width: 50px;
}
.car_ttl {
    font-size: 16px;
}
.car_cap {
    font-size: 10px;
}
.about_item05_l {
    width: 49%;
}
.about_item05_r {
    width: 49%;
}
.access_ttl {
    /* font-size: 18px; */
}
.voice_ttl_ja {
    font-size: 24px;
}
.voice_ttl_en {
    max-width: 160px;
}
.voice_heading {
    font-size: 20px;
}
.voice_lead {
    font-size: 16px;
}
.map_ttl {
    max-width: 600px;
}
.map_lead {
    font-size: 18px;
}
.qa_box {
    padding: 60px 20px 0px;
}
.map_btn a {
    max-width: 380px;
    height: 70px;
    font-size: 18px;
}
}

@media screen and (max-width: 1000px) {
.link_btn_box {
    margin: 60px auto 80px;
}
.link_btn img {
    height: 80px;
}
.about_ttl img {
    max-width: 650px;
}
.about_item_lead {
    font-size: 14px;
    margin: 0.5em auto 1em;
}
.access_list_lead {
    font-size: 14px;
}
.about_item05 .about_item_bg {
    width: auto;
    height: 100%;
}
.about_item05 .about_item_bg img {
    width: auto;
    height: 100%;
}
.map_ttl {
    margin: 0 auto;
}
.about_item_ttl {
    font-size: 20px;
}
.about_item_ttl_num {
    height: 35px;
}
.about_item05_flex{
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
}
.about_item05_r{
    width: 100%;
}
.about_item05_l{
    width: 100%;
}
.about_item05_note {
    max-width: 500px;
}
.access_ttl {
    font-size: 18px;
}
.about_item05 .about_item_lead {
    max-width: 390px;
}
#sec01 {
    margin: 0 auto 80px;
}
.qa_box {
    margin: 60px auto 0;
}
}

@media screen and (max-width: 768px) {
.mv_base {
    max-width: 650px;
}
.voice_ttl_box{
    flex-wrap: wrap;
}
.voice_ttl_ja{
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}
.map_img{
    max-width: unset;
    height: calc(100svh - 115px - 50px);
}
.map_img img{
    height: 100%;
    width: auto;
    min-width: unset;
    max-width: unset;
}
}

@media screen and (max-width: 750px) {
.link_btn_box {
    gap: 20px;
}
.link_btn img {
    height: 70px;
}
.about_ttl img {
    max-width: 550px;
}
.about_item {
    width: 100%;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.about_item:nth-child(n + 2) {
    margin-top: 40px;
}
.map_ttl {
    max-width: 500px;
}
.map_lead {
    font-size: 16px;
}
.about_item_ttl {
    font-size: 18px;
}
.access_ttl {
    font-size: 16px;
}
.access_ttl_box {
    margin: 0 auto 10px;
}
.voice_family {
    max-width: 260px;
}
.voice_heading {
    font-size: 18px;
}
.voice_lead {
    font-size: 14px;
}
.voice_img {
    margin-bottom: 5px;
}
.voice_img.voice_img01 {
    margin-left: 20px;
}
.voice_img.voice_img02 {
    margin-right: 20px;
}
.voice_img.voice_img03 {
    margin-left: 20px;
}
.voice_img.voice_img04 {
    margin-left: 20px;
}
.voice_img.voice_img05 {
    margin-right: 20px;
}
.voice_img.voice_img06 {
    margin-left: 20px;
}
.voice_img.voice_img05 {
    width: calc((600/1000)*100%);
    max-width: 300px;
}
.voice_img.voice_img06{
    width: calc((600/1000)*100%);
    max-width: 300px;
}
}

@media screen and (max-width: 650px) {
.link_btn_box{
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    margin: 40px auto 40px;
    gap: 4%;
}
.link_btn img{
    height: auto;
    width: 100%;
}
.link_btn{
    width: auto;
}
.link_btn:nth-child(1n){
    width: 42%;
}
.link_btn:nth-child(2n){
    width: 54%;
}
.link_btn:nth-child(3n){
    width: 55%;
    margin: 15px auto 0;
}
.mv_box {
    padding: 30px 10px 0;
    border-top: solid 20px #bae3f9;
}
.qa_set01 {
    width: 100%;
}
.qa_set02 {
    width: 100%;
}
.qa_set03 {
    width: 100%;
}
.qa_set04 {
    width: 100%;
}
.qa_set05 {
    width: 100%;
}
.qa_set06 {
    width: 100%;
}
.qa_flex {
    row-gap: 20px;
}
.qa_ttl{
    width: 100%;
    order: -1;
    max-width: 260px;
    margin: 0 auto;
}
.qa_box {
    padding: 40px 10px 0px;
    margin: 40px auto 0;
}
.voice_lead {
    line-height: 1.8;
    font-size: 12px;
}
/* .voice_img.voice_img06 {
    width: calc((500/1000)*100%);
} */
.voice_heading {
    line-height: 1.3;
}
.voice_ttl_ja {
    font-size: 20px;
}
.access_list_lead {
    font-size: 12px;
}
.about_item_lead {
    line-height: 1.5;
}
.float_box:not(:last-child) {
    margin-bottom: 20px;
}

.voice_img.voice_img01 {
    width: calc((430/1000)*100%);
}
.voice_img.voice_img02 {
    width: calc((480/1000)*100%);
}
.voice_img.voice_img03 {
    width: calc((600/1000)*100%);
}
.voice_img.voice_img04 {
    width: calc((440/1000)*100%);
}
#sec03 {
    padding: 60px 0 40px;
    margin: 0px auto 60px;
}
.map_btn a {
    max-width: 320px;
    height: 60px;
    font-size: 16px;
}
}

@media screen and (max-width: 500px) {

}





/* scroll */

.scroll_flex{
    display: none;
}
.scroll_flex_p {
    padding: 10px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.scroll_l {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_flex .scroll_l, .scroll_flex .scroll {
    width: 48%;
    left: unset;
    right: unset;
    transform: unset;
}
.scroll {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.scroll::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.scroll::before {
    animation: arrowlong01 2s ease infinite;
}
.scroll::after {
    animation: arrowlong02 2s ease infinite;
}
@keyframes arrowlong01 {
    0% {
        width: 0;
        opacity: 0
    }
    20% {
        width: 0;
        opacity: 1
    }
    80% {
        width: 105%;
        opacity: 1
    }
    100% {
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong02 {
    0% {
        left: 0;
        opacity: 0
    }
    20% {
        left: 0;
        opacity: 1
    }
    80% {
        left: 103%;
        opacity: 1
    }
    100% {
        left: 103%;
        opacity: 0
    }
}

/* scroll_l */
.scroll_flex {
    display: none;
    justify-content: space-between;
    width: 50%;
    margin: 0px auto 20px;
    flex-wrap: wrap;
}
.scroll_b{
    padding: 10px 0;
    margin: 10px auto 0;
}
.scroll_l {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_l::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.scroll_l::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
}
.scroll_l::before {
    animation: arrowlong03 2s ease infinite;
}
.scroll_l::after {
    animation: arrowlong04 2s ease infinite;
}
@keyframes arrowlong03 {
    0% {
        right: 0;
        width: 0;
        opacity: 0
    }
    20% {
        right: 0;
        width: 0;
        opacity: 1
    }
    80% {
        right: 0;
        width: 105%;
        opacity: 1
    }
    100% {
        right: 0;
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong04 {
    0% {
        right: 0;
        opacity: 0
    }
    20% {
        right: 0;
        opacity: 1
    }
    80% {
        right: 103%;
        opacity: 1
    }
    100% {
        right: 103%;
        opacity: 0
    }
}

@media screen and (max-width: 650px) {
.scroll_flex {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0px auto 20px;
    flex-wrap: wrap;
}
}