@charset "UTF-8";
/* -------------------------------- */
.functional {
    padding: 100px 5% 80px;
}
.functional__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.functional__title-en {
    color: #05A3E5;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .09em;
	line-height: 38px;
	text-align: center;
}
.functional h2 {
    margin-top: 20px;
    font-size: 36px;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 58px;
	text-align: center;
}
.functional__description {
    margin-top: 30px;
    letter-spacing: .065em;
    line-height: 33px;
    text-align: center;
}
.functional__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
    margin-top: 60px;
}
.functional__list dl {
    border: 1px solid #05A3E5;
    border-radius: 6px;
    overflow: hidden;
}
.functional__list dl:nth-child(2) {
    border: 1px solid #39496D;
}
.functional__list dl:nth-child(3) {
    border: 1px solid #FABE00;
}
.functional__list dl:nth-child(4) {
    border: 1px solid #AAAAAA;
}
.functional__list dt {
    padding: 25px;
    background-color: #05A3E5;
    color: #fff;
    font-size: 20px;
	font-weight: bold;
    text-align: center;
}
.functional__list dl:nth-child(2) dt {
    background-color: #39496D;
}
.functional__list dl:nth-child(3) dt {
    background-color: #FABE00;
}
.functional__list dl:nth-child(4) dt {
    background-color: #AAAAAA;
}
.functional__list dd {
    height: 100%;
    padding: 15px 30px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.functional__list ul:nth-of-type(1) {
    min-height: 170px;
}
.functional__list ul.mt {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #05A3E5;
}
.functional__list dl:nth-child(2) ul.mt {
    border-top: 1px solid #39496D;
}
.functional__list dl:nth-child(3) ul.mt {
    border-top: 1px solid #FABE00;
}
.functional__list dl:nth-child(4) ul.mt {
    border-top: 1px solid #AAAAAA;
}
@media screen and (max-width: 767px) {
    .functional {
        padding: 60px 5%;
    }
    .functional__title-en {
        line-height: 1.7;
    }
    .functional h2 {
        margin-top: 10px;
        font-size: 26px;
        line-height: 1.7;
    }
    .functional__description {
        margin-top: 30px;
        line-height: 2;
    }
    .functional__list {
        grid-template-columns: repeat(1,1fr);
        gap: 30px;
        margin-top: 40px;
    }
    .functional__list dt {
        padding: 20px;
        font-size: 20px;
    }
    .functional__list dd {
        height: 100%;
        padding: 15px 30px;
        line-height: 1.7;
    }
    .functional__list ul:nth-of-type(1) {
        min-height: initial;
    }
    .functional__list ul.mt {
        margin-top: 15px;
        padding-top: 15px;
    }
}
/* -------------------------------- */
.sample {
    padding: 0 5%;
}
.sample__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #F3FAFF;
    border-radius: 20px;
}
.sample__title-en {
    color: #05A3E5;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .09em;
	line-height: 38px;
	text-align: center;
}
.sample h2 {
    margin-top: 20px;
    font-size: 36px;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 58px;
	text-align: center;
}
ul.sample__slider-list {
    margin-top: 45px;
}
ul.sample__slider-list li {
    padding: 0 35px;
}
ul.slick-tab {
    display: flex;
    justify-content: center;
	gap: 0 10px;
	width: 100%;
    margin-top: 25px;
}
ul.slick-tab li {
	padding: 0;
}
ul.slick-tab li button {
	display: flex;
	justify-content: center;
	width: 10px;
	height: 10px;
    background: #fff;
	font-size: 0;
    border: 1px solid #08A2E5;
    border-radius: 50%;
    transition: .3s;
}
ul.slick-tab li button:hover ,
ul.slick-tab li.slick-active button {
    background: #08A2E5;
}
@media screen and (max-width: 767px) {
    .sample__inner {
        padding: 30px 0;
    }
    .sample__title-en {
        line-height: 1.7;
    }
    .sample h2 {
        margin-top: 10px;
        font-size: 26px;
        line-height: 1.7;
    }
    ul.sample__slider-list {
        margin-top: 20px;
    }
    ul.sample__slider-list li {
        padding: 0 5px;
    }
    ul.slick-tab {
        margin-top: 20px;
    }
    ul.slick-tab li {
        padding: 0;
    }
}
/* -------------------------------- */
.flow {
    padding: 80px 5% 110px;
}
.flow__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.flow__title-en {
    color: #05A3E5;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .09em;
	line-height: 38px;
	text-align: center;
}
.flow h2 {
    margin-top: 20px;
    font-size: 36px;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 58px;
	text-align: center;
}
.flow__description {
    margin-top: 30px;
    letter-spacing: .065em;
    line-height: 33px;
    text-align: center;
}
.flow__visual {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .flow {
        padding: 60px 5%;
    }
    .flow__title-en {
        line-height: 1.7;
    }
    .flow h2 {
        margin-top: 10px;
        font-size: 26px;
        line-height: 1.7;
    }
    .flow__description {
        margin-top: 30px;
        line-height: 2;
    }
    .flow__visual {
        margin-top: 40px;
    }
}
/* -------------------------------- */
.ex {
    padding: 80px 5% 110px;
    background-color: #F3FAFF;
}
.ex__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.ex__title-en {
    color: #05A3E5;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .09em;
	line-height: 38px;
	text-align: center;
}
.ex h2 {
    margin-top: 20px;
    font-size: 36px;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 58px;
	text-align: center;
}
.ex__service {
    display: flex;
    margin-top: 30px;
    padding: 50px 45px;
    background-color: #fff;
    border-radius: 20px;
}
.ex__service-logo {
    width: 255px;
    min-width: 255px;
}
.ex__service-logo a {
    display: block;
}
.ex__service-logo a:hover {
    opacity: .5;
    transition: .3s;
}
.ex__service-texts {
    width: 100%;
    padding-left: 45px;
}
.ex__service-texts h3 {
    font-size: 26px;
	font-weight: bold;
	letter-spacing: .065em;
	line-height: 44px;
}
.ex__service-texts p {
    margin-top: 20px;
    letter-spacing: .065em;
    line-height: 26px;
}
.ex__memo {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: .065em;
    line-height: 33px;
    text-align: center;
}
.ex__memo a {
    color: #333;
    border-bottom: 1px solid #333;
}
.ex__content {
    margin-top: 60px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.ex__content h3 {
    padding: 20px;
    background-color: #08A2E4;
    color: #fff;
    font-size: 26px;
	font-weight: bold;
	letter-spacing: .065em;
	line-height: 44px;
    text-align: center;
}
.ex__content-texts {
    padding: 50px;
}
.ex__content-texts h4 {
    font-size: 23px;
	font-weight: bold;
	letter-spacing: .065em;
	line-height: 44px;
    text-align: center;
}
.ex__line {
    width: 100%;
    height: 2px;
    margin-top: 15px;
    background-color: #05A3E4;
}
.ex__content-texts p {
    margin-top: 35px;
	letter-spacing: .065em;
	line-height: 33px;
    text-align: center;
}
.ex__content-texts p a {
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
    .ex {
        padding: 60px 5%;
    }
    .ex__title-en {
        line-height: 1.7;
    }
    .ex h2 {
        margin-top: 10px;
        font-size: 26px;
        line-height: 1.7;
    }
    .ex__service {
        flex-direction: column;
        margin-top: 30px;
        padding: 20px;
    }
    .ex__service-logo {
        width: 255px;
        min-width: 255px;
    }
    .ex__service-texts {
        margin-top: 20px;
        padding-left: 0;
    }
    .ex__service-texts h3 {
        font-size: 20px;
        line-height: 1.7;
    }
    .ex__service-texts p {
        margin-top: 20px;
        letter-spacing: .065em;
        line-height: 1.7;
    }
    .ex__memo {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.7;
    }
    .ex__content {
        margin-top: 60px;
    }
    .ex__content h3 {
        padding: 20px;
        font-size: 20px;
        line-height: 1.7;
    }
    .ex__content-texts {
        padding: 20px;
    }
    .ex__content-texts h4 {
        font-size: 18px;
        line-height: 1.7;
    }
    .ex__line {
        width: 100%;
        height: 2px;
        margin-top: 15px;
        background-color: #05A3E4;
    }
    .ex__content-texts p {
        margin-top: 30px;
        letter-spacing: .065em;
        line-height: 2;
        text-align: left;
    }
    .ex__content-texts p a {
        color: #333;
        font-weight: bold;
        border-bottom: 1px solid #333;
    }
}