@charset "UTF-8";
/* .wrapper {
	overflow: hidden;
} */
.intro {
    padding: 80px 5%;
}
.intro__inner {
    max-width: 1000px;
    margin: 0 auto;
}
.intro h2 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}
.intro__contents {
    max-width: 814px;
    margin: 86px auto 0;
}
.intro__contents-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.intro__contents-ttl .icon {
    width: 25px;
    min-width: 25px;
}
.intro__contents h3 {
    color: #21A5A6;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.intro__contents h3 b {
    font-size: 30px;
    font-weight: 700;
}
.intro__contents-texts {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 27px 16px 32px;
    background-color: #F2F6FD;
}
.intro__contents ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.intro__contents ul li {
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 20px;
    font-weight: bold;
}
.intro__contents ul li .icon {
    width: 21px;
    min-width: 21px;
}
.intro__contents .memo {
    margin-top: 10px;
}
.intro__text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .intro {
        padding: 50px 16px;
    }
    .intro h2 {
        font-size: 30px;
    }
    .intro__contents {
        max-width: 814px;
        margin: 30px auto 0;
    }
    .intro__contents-ttl {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .intro__contents-ttl .icon {
        width: 25px;
        min-width: 25px;
    }
    .intro__contents h3 {
        color: #21A5A6;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    .intro__contents h3 b {
        font-size: 22px;
        font-weight: 700;
    }
    .intro__contents-texts {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        padding: 20px;
        background-color: #F2F6FD;
    }
    .intro__contents ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .intro__contents ul li {
        display: flex;
        align-items: center;
        gap: 17px;
        font-size: 16px;
        font-weight: bold;
    }
    .intro__contents ul li .icon {
        width: 21px;
        min-width: 21px;
    }
    .intro__contents .memo {
        margin-top: 10px;
    }
    .intro__text {
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
    }
}
/* -------------------------------- */
.access {
    position: relative;
    padding: 175px 5% 150px;
    background-color: #F2F6FD;
}
.vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 50vw solid rgba(0,0,0,0);
    border-top: 75px solid #fff;
}
.access__inner {
    position: relative;
    max-width: 934px;
    margin: 0 auto;
    z-index: 2;
}
.access h2 {
    display: flex;
    justify-content: center;
}
.access h2 span {
    padding: 10px 67px;
    background-color: #E65F27;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 120px;
}
.access__text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.access__contents {
    display: flex;
    margin-top: 32px;
}
.access__map {
    width: 50%;
}
.access__texts {
    width: 50%;
    padding-left: 45px;
}
.access__texts h3 {
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 8px;
    background-color: #21A5A6;
    color: #fff;
    font-size: 26px;
}
.access__texts-text {
    margin-top: 10px;
    font-size: 18px;
}
.access__tel a {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.access__tel a .icon {
    width: 35px;
    min-width: 35px;
}
.access__tel a .text {
    color: #21A5A6;
    font-size: 52px;
}
.access__texts ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}
.access__texts ul li {
    display: flex;
    gap: 25px;
}
.access__texts ul li h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    min-width: 83px;
    height: 30px;
    background-color: #2d9bdc;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
.access__texts ul li p {
    line-height: 1.8;
}
.access__texts .detail a {
    display: block;
    margin-top: 25px;
    padding: 18px;
    background-color: #fff;
    color: #21A5A6;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    border-radius: 12px;
}
.access__texts .detail a:hover {
    opacity: .5;
    transition: .3s;
}
@media screen and (max-width: 767px) {
    .access {
        padding: 90px 16px 50px;
    }
    .vector {
        border-top: 40px solid #fff;
    }
    .access__inner {
    }
    .access h2 {
    }
    .access h2 span {
        padding: 10px 40px;
        background-color: #E65F27;
        color: #fff;
        font-size: 20px;
        text-align: center;
        border-radius: 120px;
    }
    .access__text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
    }
    .access__contents {
        flex-direction: column;
        margin-top: 30px;
    }
    .access__map {
        width: 100%;
    }
    .access__texts {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .access__texts h3 {
        display: flex;
        align-items: center;
        height: 35px;
        padding: 0 8px;
        background-color: #21A5A6;
        color: #fff;
        font-size: 26px;
    }
    .access__texts-text {
        margin-top: 10px;
        font-size: 16px;
    }
    .access__tel a {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }
    .access__tel a .icon {
        width: 22px;
        min-width: 22px;
    }
    .access__tel a .text {
        color: #21A5A6;
        font-size: 36px;
    }
    .access__texts ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 10px;
    }
    .access__texts ul li {
        display: flex;
        gap: 25px;
    }
    .access__texts ul li h4 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 83px;
        min-width: 83px;
        height: 30px;
        background-color: #2d9bdc;
        color: #fff;
        text-align: center;
        border-radius: 10px;
    }
    .access__texts ul li p {
        line-height: 1.8;
    }
    .access__texts .detail a {
        display: block;
        margin-top: 25px;
        padding: 18px;
        background-color: #fff;
        color: #21A5A6;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
        border-radius: 12px;
    }
    .access__texts .detail a:hover {
        opacity: .5;
        transition: .3s;
    }
}
/* -------------------------------- */
.flow {
	padding: 100px 5%;
	background-color: #2d9bdc;
}
.flow h2 .en {
	display: block;
	color: #fff;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;	
}
.flow h2 .ja {
	display: block;
	margin-top: 6px;
    color: #fff;
	font-size: 45px;
	font-weight: 700;
	text-align: center;	
}
.flow__inner-wrap {
    position: relative;
    padding-bottom: 120px;
}
.flow__inner-wrap::after {
    position: absolute;
    content: "";
    top: 155px;
    left: 0;
    width: 100%;
    height: calc(100% - 155px);
    background-color: #fff;
    border-radius: 20px;
}
.flow__inner {
    position: relative;
	max-width: 1200px;
	margin: 0 auto;
    z-index: 2;
}
.flow__contents {
    margin-top: 60px;
    padding: 86px 20px 96px;
    background-color: #fff;
    border-radius: 33px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.flow__contents h3 {
    color: #024b9e;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.flow__visual {
    max-width: 911px;
    margin: 0 auto;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .flow {
        padding: 50px 10px;
    }
    .flow h2 .en {
        display: block;
        color: #fff;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        letter-spacing: .05em;
        text-align: center;	
    }
    .flow h2 .ja {
        display: block;
        margin-top: 6px;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        text-align: center;	
    }
    .flow__inner-wrap {
        position: relative;
        padding-bottom: 10px;
    }
    .flow__inner-wrap::after {
        position: absolute;
        content: "";
        top: 155px;
        left: 0;
        width: 100%;
        height: calc(100% - 155px);
        background-color: #fff;
        border-radius: 20px;
    }
    .flow__inner {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 10px;
        z-index: 2;
    }
    .flow__contents {
        margin-top: 30px;
        padding: 20px;
        background-color: #fff;
        border-radius: 33px;
        box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    }
    .flow__contents h3 {
        color: #024b9e;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .flow__visual {
        max-width: 200px;
        margin: 0 auto;
        margin-top: 30px;
    }
}
/* -------------------------------- */
.flow1 {
    margin-top: 97px;
    padding: 0 42px 0 38px;
    background-color: #F2F6FD;
    border-radius: 16px;
}
.flow1 h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 487px;
    height: 74px;
    transform: translateY(-37px);
    margin: 0 auto;
    background-color: #024b9e;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
}
.flow1 h3 .icon {
    width: 43px;
    min-width: 43px;
}
.flow1__contents {
    display: flex;
    align-items: flex-end;
}
.flow1__visual {
    width: 358px;
    min-width: 358px;
}
.flow1__texts {
    width: 100%;
    padding-left: 22px;
    padding-bottom: 45px;
}
.flow1__tel {
    max-width: 639px;
}
.flow1__tel a {
    display: block;
}
.flow1__text1 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
}
.flow1__list {
    margin-top: 10px;
    padding: 17px 38px;
    background-color: #fff;
    border-radius: 25px;
}
.flow1__list p {
    font-size: 18px;
    line-height: 1.8;
}
.flow1__list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
}
.flow1__list ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    font-size: 18px;
}
.flow1__list ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    background-color: #21A5A6;
    color: #fff;
    border-radius: 20px;
}
.flow1__text2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .flow1 {
        margin-top: 80px;
        padding: 0 16px 16px;
        background-color: #F2F6FD;
        border-radius: 16px;
    }
    .flow1 h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        max-width: 487px;
        height: 74px;
        transform: translateY(-37px);
        margin: 0 auto;
        background-color: #024b9e;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border-radius: 40px;
    }
    .flow1 h3 .icon {
        width: 20px;
        min-width: 20px;
    }
    .flow1__contents {
        flex-direction: column;
    }
    .flow1__visual {
        width: 120px;
        min-width: 120px;
        margin: 0 auto;
    }
    .flow1__texts {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        padding-bottom: 0;
    }
    .flow1__tel {
        max-width: 639px;
    }
    .flow1__text1 {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.8;
    }
    .flow1__list {
        margin-top: 10px;
        padding: 16px;
        background-color: #fff;
        border-radius: 25px;
    }
    .flow1__list p {
        font-size: 16px;
        line-height: 1.8;
    }
    .flow1__list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 20px;
    }
    .flow1__list ul li {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 12px;
        font-size: 16px;
    }
    .flow1__list ul li span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 23px;
        height: 23px;
        background-color: #21A5A6;
        color: #fff;
        border-radius: 20px;
    }
    .flow1__text2 {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.8;
    }
}
/* -------------------------------- */
.flow2 {
    margin-top: 97px;
    padding: 0 42px 0 38px;
    background-color: #F2F6FD;
    border-radius: 16px;
}
.flow2 h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 487px;
    height: 74px;
    transform: translateY(-37px);
    margin: 0 auto;
    background-color: #024b9e;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
}
.flow2 h3 .icon {
    width: 43px;
    min-width: 43px;
}
.flow2__contents {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-top: 50px;
}
.flow2__visual {
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 100%;
    max-width: 690px;
}
.flow2__texts {
    position: relative;
    width: 100%;
    padding-left: 436px;
    padding-bottom: 90px;
    z-index: 2;
}
.flow2__text1 {
    font-size: 18px;
    line-height: 1.8;
}
.flow2__text1 span {
    color: #e65f27;
}
.flow2__list {
    margin-top: 25px;
    padding: 17px 38px;
    background-color: #fff;
    border-radius: 25px;
}
.flow2__list p {
    font-size: 18px;
    line-height: 1.8;
}
.flow2__list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
}
.flow2__list ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    font-size: 18px;
}
.flow2__list ul li span {
    width: 16px;
    min-width: 16px;
}
@media screen and (max-width: 767px) {
    .flow2 {
        margin-top: 80px;
        padding: 0 16px 16px;
        background-color: #F2F6FD;
        border-radius: 16px;
    }
    .flow2 h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        max-width: 487px;
        height: 74px;
        transform: translateY(-37px);
        margin: 0 auto;
        background-color: #024b9e;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border-radius: 40px;
    }
    .flow2 h3 .icon {
        width: 20px;
        min-width: 20px;
    }
    .flow2__contents {
        position: relative;
        flex-direction: column;
        padding-top: 0;
    }
    .flow2__visual {
        position: relative;
        left: initial;
        bottom: initial;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    .flow2__texts {
        position: relative;
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
        padding-bottom: 0;
        z-index: 2;
    }
    .flow2__text1 {
        font-size: 18px;
        line-height: 1.8;
    }
    .flow2__text1 span {
        color: #e65f27;
    }
    .flow2__list {
        margin-top: 25px;
        padding: 16px;
        background-color: #fff;
        border-radius: 25px;
    }
    .flow2__list p {
        font-size: 16px;
        line-height: 1.8;
    }
    .flow2__list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 20px;
    }
    .flow2__list ul li {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 12px;
        font-size: 16px;
    }
    .flow2__list ul li span {
        width: 16px;
        min-width: 16px;
    }
}
/* -------------------------------- */
.bring {
    position: relative;
    padding: 120px 5% 80px;
}
.vector2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    border: 90px solid rgba(0,0,0,0);
    border-top: 50px solid #2d9bdc;
}
.bring__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.bring h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}
.bring ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 900px;
    margin: 80px auto 0;
}
.bring ul li {
    display: flex;
    align-items: center;
}
.bring__texts {
    width: 100%;
    padding-right: 50px;
}
.bring__texts h3 {
    display: flex;
    align-items: center;
    gap: 19px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.bring__texts h3 span {
    width: 54px;
    min-width: 54px;
}
.bring__texts p {
    margin-top: 19px;
    font-size: 18px;
    line-height: 1.8;
}
.bring__visual {
    width: 360px;
    min-width: 360px;
}
.bring__difficult {
    margin-top: 60px;
    padding: 60px;
    background-color: #F2F6FD;
    border-radius: 33px;
}
.bring__difficult h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .bring {
        padding: 70px 16px 50px;
    }
    .vector2 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        border: 60px solid rgba(0,0,0,0);
        border-top: 40px solid #2d9bdc;
    }
    .bring__inner {
    }
    .bring h2 {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }
    .bring ul {
        display: flex;
        flex-direction: column;
        gap: 50px;
        max-width: 900px;
        margin: 30px auto 0;
    }
    .bring ul li {
        flex-direction: column;
    }
    .bring__texts {
        width: 100%;
        padding-right: 0;
    }
    .bring__texts h3 {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .bring__texts h3 span {
        width: 20px;
        min-width: 20px;
    }
    .bring__texts p {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.8;
    }
    .bring__visual {
        width: 100%;
        min-width: 100%;
        margin-top: 16px;
    }
    .bring__difficult {
        margin-top: 30px;
        padding: 30px 16px;
        background-color: #F2F6FD;
        border-radius: 33px;
    }
    .bring__difficult h3 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
}
/* -------------------------------- */
.trip {
    position: relative;
    padding: 120px 5% 80px;
    background-color: #21A5A6;
}
.vector3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    border: 90px solid rgba(0,0,0,0);
    border-top: 50px solid #fff;
}
.trip__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.trip h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.trip h2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 417px;
    height: 52px;
    border-radius: 30px;
    background-color: #fff;
    color: #21A5A6;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.trip__description {
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.trip ul {
    display: flex;
    flex-direction: column;
    gap: 82px;
    margin-top: 82px;
}
.trip ul li {
    position: relative;
    padding: 80px 30px 0;
    background-color: #f5fafb;
    border-radius: 16px;
}
.trip ul li .trip__icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 104px;
}
.trip ul li h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.trip ul li:first-child .trip__visual {
    max-width: 840px;
    margin: 0 auto;
}
.trip ul li:nth-child(2) {
    padding-bottom: 53px;
}
.trip ul li:nth-child(2) .trip__visual {
    max-width: 970px;
    margin: 20px auto;
}
.trip ul li:nth-child(2) .trip__visual a {
    display: block;
}
.trip ul li:nth-child(2) .trip__memo {
    max-width: 950px;
    margin: 25px auto;
    line-height: 1.8;
}
.trip ul li:nth-child(3) {
    padding-bottom: 76px;
}
.trip ul li:nth-child(3) .trip__visual {
    position: absolute;
    right: 54px;
    bottom: 0;
    max-width: 216px;
}
.trip ul li:nth-child(3) .trip__memo {
    max-width: 950px;
    margin: 25px auto;
    font-size: 20px;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .trip {
        padding: 70px 16px 50px;
    }
    .vector3 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        border: 60px solid rgba(0,0,0,0);
        border-top: 40px solid #fff;
    }
    .trip h2 span {
        width: 100%;
        height: 52px;
        border-radius: 30px;
        background-color: #fff;
        color: #21A5A6;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .trip__description {
        margin-top: 20px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    .trip ul {
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin-top: 80px;
    }
    .trip ul li {
        position: relative;
        padding: 50px 20px 0;
        background-color: #f5fafb;
        border-radius: 16px;
    }
    .trip ul li .trip__icon {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 70px;
    }
    .trip ul li h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
    }
    .trip ul li:first-child .trip__visual {
        max-width: 840px;
        margin: 30px auto 0;
    }
    .trip ul li:nth-child(2) {
        padding-bottom: 53px;
    }
    .trip ul li:nth-child(2) .trip__visual {
        max-width: 970px;
        margin: 20px auto;
    }
    .trip ul li:nth-child(2) .trip__memo {
        max-width: 950px;
        margin: 25px auto 0;
        line-height: 1.8;
    }
    .trip ul li:nth-child(3) {
        padding-bottom: 76px;
    }
    .trip ul li:nth-child(3) .trip__visual {
        position: absolute;
        right: 20px;
        bottom: 0;
        max-width: 70px;
    }
    .trip ul li:nth-child(3) .trip__memo {
        max-width: 950px;
        margin: 25px auto 0;
        font-size: 16px;
        line-height: 1.8;
    }
}