/* ==========================================================================
   common
   ========================================================================== */
* {
	box-sizing: border-box;
}
html {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width: 100%;
	overflow-x: hidden;
}
.flex {
	display: flex;
	justify-content: space-between;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
h1,h2,ul,li,dl,dt,dd {
    margin: 0;
    padding: 0;
}
a {
	color: #00aebb;
}
a:hover {
	text-decoration: none;
}
a img {
    transition: 0.3s;
}
a img:hover {
    transition: 0.3s;
    opacity: 0.8;
}
li {
	list-style: none;
}
.pc {
	display: inherit!important;
}
.sp {
	display: none!important;
}
.row {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
main .row {
	width: 100%;
	max-width: 980px;
}
.hello {
    color: #004fef;
}
.h-light {
    color: #00aebb;
    background: #ffea00;
    padding: 2px;
}

/* ==========================================================================
   style
   ========================================================================== */
header {
    background: #2a9cb0;
}
nav .flex {
    align-items: center;
    background: #FFF;
    border-radius: 0 0 30px 30px;
    padding: 20px 25px 20px 50px;
}
nav h1 img {
    vertical-align: inherit;
}
nav ul {
    font-weight: bold;
    display: flex;
    margin-left: -100px;
}
nav li a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
nav li a:hover {
    text-decoration: underline;
}
nav li::after {
    content: "/";
    padding: 0 5px;
}
nav li:last-child::after {
    content: none;
}
nav strong {
    font-size: 16px;
}
nav strong span {
    font-size: 24px;
}
header .inner {
    padding: 80px 0 40px;
    background-image: url(/english/img/bg.png);
    background-repeat: no-repeat;
    background-position: left -110px top -90px;
}
header .text {
    font-weight: bold;
}
header .catch {
    font-size: 42px;
    color: #FFF;
    line-height: 1.2;
}
header .text span {
    font-size: 90px;
    color: #ffea00;
}
header .text ul {
    margin-top: 25px;
    margin-left: 1em;
}
header .text li {
    list-style: disc;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.3;
    color: #FFF;
}
header .text li span {
    color: #ffea00;
    font-size: 28px;
}
header video {
    margin-top: 25px;
}

.s-head {
    background: linear-gradient(180deg,#2a9cb0 0%,#2a9cb0 50%,#FFF 50%,#FFF 100%);
}
.s-head .row {
    background: #FFF;
    border-radius: 30px;
    padding: 25px 60px;
    box-shadow: 1.147px 1.638px 13px 0px rgba(4, 0, 0, 0.1);
    position: relative;
}
.s-head .row img {
    position: absolute;
    right: 80px;
    top: -30px;
}
.s-head .text {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
}
.s-head .text span {
    font-size: 36px;
}
.section {
    padding: 60px 0 40px;
}
.sec01 h2 {
    margin-top: 15px;
    font-size: 24px;
    border-bottom: 1px solid #2156a6;
    padding-bottom: 30px;
    margin: 0 auto 30px;
    text-align: center;
    width: 920px;
}
.sec01 h2 span.left {
    text-align: left;
    display: inline-block;
}
.sec01 h2 span span {
    font-size: 40px;
}
.sec01 .video-area {
    width: 900px;
    text-align: center;
    margin: 0 auto 50px;
}
.sec01 .video-area .catch {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
}
.sec01 .video-area .catch span {
    font-size: 30px;
    color: #00aebb;
}
.sec01 .video-area video {
    border-radius: 10px;
}
.cv {
    margin: 15px 0 0;
    text-align: center;
}
.cv .catch {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cv a img {
    margin-bottom: 5px;
}

.bg-g {
    background: #ececec;
}
.bg-r {
    background: #2a9cb0;
}
.r-inner {
    padding: 40px;
    background: #FFF;
    border-radius: 30px;
}
.sec02 {
    padding-bottom: 80px;
}
.sec02 .img03 {
    margin-top: 10px;
    position: relative;
}
.sec02 .img03 .pop {
    position: absolute;
    bottom: -70%;
    left: 50%;
    transform: translateX(-50%);
}
.sec02 .r-inner {
    padding-bottom: 160px;
}
.sec03 .illust-area {
    text-align: center;
}
.sec03 h2 {
    color: #FFF;
    font-size: 40px;
    line-height: 1.3;
    margin-top: 25px;
    margin-bottom: 25px;
}
.sec03 h2 span {
    color: #f0d700;
    font-size: 50px;
}
.sec03 .illust {
    margin-bottom: -35px;
}
.sec03 .r-inner {
}
.sec03 h3 {
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
}
.sec03 h3 span {
    font-size: 36px;
    color: #2a9cb0;
}
.sec03 .flex {
    flex-wrap: wrap;
}
.sec03 .flex .item {
    text-align: center;
    margin-bottom: 25px;
}
.sec03 .flex .item:nth-last-child(-n+2) {
    margin-top: 25px;
    margin-bottom: 0;
}
.sec03 .flex .item p {
    margin-top: 25px;
    margin-bottom: 0;
}
.sec03 .faq-area h2 {
    font-size: 50px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}
.sec03 .faq-area dt {
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    padding-left: 80px;
    position: relative;
    margin-bottom: 25px;
}
.sec03 .faq-area dt::before {
    content: "";
    background-image: url(/english/img/ico-q.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
}
.sec03 .faq-area dd {
    font-size: 17px;
    padding-left: 80px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}
.sec03 .faq-area dd::before {
    content: "";
    background-image: url(/english/img/ico-a.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
}
.sec03 .faq-area dd:last-child {
    margin-bottom: 40px;
}


/***********************************
footer
************************************/

footer{
	background-color: #2a9cb0;
	color: #FFF;
	font-size: 14px;
    text-align: center;
    padding: 0 0 40px;
}

/* SP用 */
@media screen and (max-width: 667px){
	html {
		font-size: 3vw;
		width: 100%;
	}
	.sp {
		display: inherit!important;
	}
	.pc {
		display: none!important;
	}
	.flex {
        display: inline-block;
	}
	.row {
		width: 100%;
        padding: 0 3vw;
	}
    img {
        max-width: 100%;
        height: auto;
    }
	
	/* ==========================================================================
        style
    ========================================================================== */
    nav img {
        width: 35vw;
        height: auto;
    }
    nav .flex {
        display: block;
        background: #FFF;
        padding: 2vw 4vw 3vw;
        position: relative;
        border-radius: 0 0 5vw 5vw;
    }
    nav ul {
        margin-left: 0;
    }
    nav li a {
        font-size: 2vw;
    }
    nav strong {
        font-size: 3vw;
        position: absolute;
        bottom: -10px;
        right: 4vw;
        transform: translateY(-50%);
    }
    nav strong span {
        font-size: 4vw;
    }
    header .inner {
        background-image: url(/english/img/bg-sp.png);
        padding: 8vw 3vw 6vw;
        background-position: right -5vw top -15vw;
        background-size: 60vw auto;
    }
    header .catch {
        font-size: 5vw;
        color: #FFF;
        line-height: 1.2;
    }
    header .text span {
        font-size: 10vw;
        color: #ffea00;
    }
    header .text ul {
        margin-top: 4vw;
    }
    header .text li {
        margin-bottom: 2vw;
        font-size: 4vw;
    }
    header .text li span {
        font-size: 4vw;
    }
    header video {
        margin-top: 3vw;
        width: 100%;
        height: auto;
    }

    .s-head {
        padding: 0 3vw;
    }
    .s-head .row {
        border-radius: 5vw;
        padding: 4vw;
    }
    .s-head .row img {
        width: 20vw;
        height: auto;
        right: 4vw;
        top: 1vw;
    }
    .s-head .text {
        font-size: 3.5vw;
    }
    .s-head .text span {
        font-size: 4vw;
    }
    .section {
        padding: 10vw 0 8vw;
    }
    .sec01 h2 {
        font-size: 4vw;
        padding-bottom: 5vw;
        margin: 0 auto 5vw;
        width: 100%;
    }
    .sec01 h2 span span {
        font-size: 4.3vw;
    }
    .sec01 .video-area {
        width: 100%;
        margin: 0 auto 5vw;
    }
    .sec01 .video-area .flex {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .sec01 .video-area .catch {
        font-size: 3.5vw;
        margin-bottom: 5vw;
    }
    .sec01 .video-area .catch span {
        font-size: 4vw;
    }
    .sec01 .video-area video {
        border-radius: 2vw;
        max-width: 48%;
        width: 46vw;
        height: 25.5vw;
        margin-bottom: 3vw;
    }
    .cv {
        margin: 3vw 0 0;
        text-align: center;
    }
    .cv .catch {
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .cv a img {
        margin-bottom: 1vw;
    }
    .r-inner {
        padding: 10vw 3vw;
        border-radius: 5vw;
    }
    .sec02 {
        padding: 10vw 3vw;
    }
    .sec02 .img03 {
        margin-top: 2vw;
    }
    .sec02 .img03 .pop {
        position: absolute;
        bottom: -70%;
    }
    .sec02 .r-inner {
        padding-bottom: 15vw;
    }
    .sec03 h2 {
        font-size: 5vw;
        margin-top: 0;
        margin-bottom: 4vw;
    }
    .sec03 h2 span {
        font-size: 6vw;
    }
    .sec03 .illust {
        margin-bottom: -5.5vw;
    }
    .sec03 .r-inner {
        padding-top: 5vw;
    }
    .sec03 h3 {
        font-size: 4vw;
        margin-top: 4vw;
    }
    .sec03 h3 span {
        font-size: 5vw;
    }
    .sec03 .flex .item {
        margin-bottom: 4.5vw;
    }
    .sec03 .flex .item:nth-last-child(-n+2) {
        margin-top: inherit;
        margin-bottom: 4.5vw;
    }
    .sec03 .flex .item:last-child {
        margin-bottom: 0;
    }
    .sec03 .flex .item p {
        font-size: 3.5vw;
        margin-top: 4vw;
    }
    .sec03 .faq-area h2 {
        font-size: 7vw;
        margin-top: 12vw;
        margin-bottom: 8vw;
    }
    .sec03 .faq-area dt {
        font-size: 4vw;
        line-height: 1.5;
        padding-top: 3vw;
        padding-left: 12vw;
        margin-bottom: 7vw;
    }
    .sec03 .faq-area dt::before {
        width: 8vw;
        height: 8vw;
    }
    .sec03 .faq-area dd {
        font-size: 3.5vw;
        padding-left: 12vw;
        margin-bottom: 4vw;
        padding-bottom: 4vw;
    }
    .sec03 .faq-area dd::before {
        width: 8vw;
        height: 8vw;
    }
    .sec03 .faq-area dd:last-child {
        margin-bottom: 40px;
    }


    /***********************************
    footer
    ************************************/

    footer{
        background-color: #2a9cb0;
        color: #FFF;
        font-size: 14px;
        text-align: center;
        padding: 0 0 40px;
    }
	
	
}











