@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;600;700&family=Space+Grotesk:wght@300..700&display=swap');


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: left;
    line-height: 1.7;
    color: #101010;
    font-family: 'M PLUS 1p', 'Noto Sans JP', 'Open Sans', '游ゴシック', 'YuGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 6 Free";
    font-weight: 500;
}

h1,
h2,
h3 {
    font-weight: 700;
    padding: 0;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    list-style: none;
}

p {
    padding-top: 30px;
    margin: 0;
}

p:first-of-type {
    padding-top: 0px;
}

img {
    -webkit-touch-callout: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    display: block;
}

a {
    text-decoration: none;
    color: #101010;
    outline: none;
}

a:active,
a:hover,
a:focus {
    outline: none;
    opacity: 0.7;
}

a,
input {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}


@media only screen and (max-width: 768px) {
    body {
        width: 100%;
        min-width: 0;
        font-size: 14px;
    }

    a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    p {
        padding-top: 15px;
    }

}


/*============================
調整用
============================*/
p,
h3,
table.info th,
table.info td,
#top nav li,
.footer-nav .sitelink li,
.learn-more .button-text,
#section-contact .form a span,
#section-contact .tel a span {
    transform: rotate(0.05deg);
}


/*============================
flex
============================*/
.flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


/*============================
脚注文字表記etc.
============================*/
.eng {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}

.min {
    display: block;
    font-size: 13px;
}

.bold {
    font-weight: 700;
}

.line::after {
    position: absolute;
    content: '';
    display: block;
    width: 130px;
    height: 8px;
    background-color: #fdd23c;
    left: 0;
    bottom: 4px;
    z-index: -1;
}


/*============================
表示切り替え
============================*/
.pc-only {
    display: block;
}

.sp-only {
    display: none;
}


@media only screen and (max-width: 768px) {

    /*============================
脚注文字表記etc.
============================*/
    .min {
        font-size: 12px;
    }

    .line::after {
        width: 74px;
        height: 5px;
        bottom: 2px;
    }

    /*============================
表示切り替え
============================*/
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

}

/*============================
wrapper
============================*/
.wrapper {
    position: relative;
    overflow: hidden;
}

/*============================
inner
============================*/
.inner {
    width: 1040px;
    margin: auto;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .inner {
        width: 90.625%;
    }
}

/*============================
bg（gradation）
============================*/
.bg {
    background: linear-gradient(180deg, rgba(2, 82, 229, 1), rgba(0, 192, 250, 1));
}


/*============================
#top header
============================*/
#top {
    position: fixed;
    z-index: 10000;
    margin: 30px auto 0;
    right: 0;
    left: 0;
}

#top .siteTitle {
    margin-left: 40px;
}

#top .siteTitle a {
    display: block;
    font-size: 40px;
    color: #fff;
    transition: all 0.5s ease-out;
}

#top nav ul {
    margin-right: 40px;
    padding: 25px 40px;
    background-color: #fff;
    justify-content: flex-end;
    border-radius: 10px;
    transition: all 0.5s ease-out;
}

#top nav li {
    position: relative;
    margin-right: 40px;
    font-weight: 700;
    font-size: 15px;
    color: #101010;
}

#top nav ul li:last-of-type {
    margin-right: 0;
}

#top nav ul li:last-of-type a {
    color: #0252e5;
}

#top nav li a {
    font-size: 15px;
    transition: all 0.3s ease-out;
}

#top nav li a:hover {
    opacity: 1;
    color: #0252e5;
}

/*
scroll時 header
============================*/
#top.is-animation {
    margin-top: 20px;
    transition: all 0.5s ease-out;
}

#top.is-animation .siteTitle {
    margin-left: 20px;
}

#top.is-animation .siteTitle a {
    color: #0252e5;
    font-size: 35px;
}

#top.is-animation nav ul {
    margin-right: 20px;
    padding: 20px 30px;
}


@media only screen and (max-width: 768px) {
    #top {
        width: 100%;
        margin: 0;
        z-index: 10001;
    }

    #top .siteTitle {
        margin-left: 15px;
    }

    #top .siteTitle a {
        font-size: 32px;
    }

    #top nav {
        margin: 0;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 54px;
        background-color: rgba(2, 82, 229, 0.9);
        overflow-y: scroll;
        padding: 0 20px 80px;
    }

    #top nav ul {
        background-color: transparent;
        margin: 0;
        padding: 0;
    }

    #top nav li {
        padding-left: 0;
        margin-right: 0;
        text-align: center;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    #top .globalNav li a {
        display: block;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 2;
        color: #fff;
    }

    #top .globalNav li a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: solid 2px #f7c104;
        border-right: solid 2px #f7c104;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 10;
    }

    #top nav ul li:last-of-type a {
        color: #fff;
    }


    /*
scroll時 header
============================*/
    #top.is-animation {
        margin-top: 0;
        transition: all 0.8s ease-out;
        background-color: #fff;
    }

    #top.is-animation .siteTitle {
        margin-left: 15px;
    }

    #top.is-animation .siteTitle a {
        font-size: 32px;
    }

    #top.is-animation nav ul {
        margin: 0;
        padding: 0;
    }

}


/*============================
menu(sp)  ハンバーガー
============================*/
.menu {
    display: none;
}

@media only screen and (max-width: 768px) {
    .menu {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 16px;
        z-index: 1000;
        width: 31px;
        height: 23px;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 31px;
        height: 23px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #0252e5;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    /* anime */
    .active .menu-trigger span {
        background-color: #0252e5;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
}


/*============================
cont_img
============================*/
.cont_img {
    position: relative;
}

.cont_img::before {
    content: '';
    width: 100%;
    height: calc(100% + 678px);
    display: block;
    background: linear-gradient(180deg, rgba(2, 82, 229, 1), rgba(0, 192, 250, 1));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cont_img h1 {
    margin: 200px auto 0;
    color: #fff;
}

.cont_img h1 .ja {
    font-size: 18px;
    padding-left: 20px;
    position: relative;
}

.cont_img h1 .ja::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #f7c104;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.cont_img h1 .eng {
    display: block;
    font-size: 110px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .cont_img::before {
        height: calc(100% + 1120px);
    }

    .cont_img h1 {
        margin: 100px auto 0;
    }

    .cont_img h1 .ja {
        font-size: 13px;
        padding-left: 10px;
    }

    .cont_img h1 .ja::before {
        width: 5px;
        height: 5px;
    }

    .cont_img h1 .eng {
        display: block;
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1;
    }

}


/*============================
パンくず
============================*/
.root {
    font-size: 14px;
    padding: 15px 20px;
    background-color: #01092e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.root ul {
    display: flex;
    overflow: hidden;
}

.root li {
    position: relative;
    color: #fff;
}

.root li:first-of-type::before {
    content: '\f015';
    font-weight: 900;
    color: #fff;
    font-family: "Font Awesome 6 Free";
}

.root li::before {
    content: '/';
    margin: 0 5px;
    color: #fff;
}

.root li:first-child {
    margin-left: 0;
    position: relative;
}

.root li a {
    color: #fff;
}


@media only screen and (max-width: 768px) {
    .root {
        overflow-x: auto;
        font-size: 13px;
        padding: 10px 0;
    }

    .root ul {
        display: flex;
        overflow: hidden;
    }

}


/*============================
container
============================*/
.cont .container {
    width: 100%;
    margin: auto;
    text-align: left;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .cont .container {
        width: 100%;
    }
}


/*============================
Link
============================*/
.link {
    width: 100%;
    margin: auto;
    padding-top: 60px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.link li {
    width: 350px;
}

.link li a,
.link li input {
    display: block;
    line-height: inherit;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
    color: #fff;
    border: none;
    border-radius: 50px;
    background-color: #0252e5;
    position: relative;
}

.link li a::before,
.link li input::before,
.formBtn li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}


@media only screen and (max-width: 768px) {
    .link {
        padding-top: 20px;
    }

    .link li {
        width: 80%;
        margin: 0;
        margin-top: 20px
    }

    .cont .link li {
        width: 80%;
    }

}


/*============================
article
============================*/
article {
    padding: 100px 0;
}

.cont h2 {
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 1;
    color: #0252e5;
}


@media only screen and (max-width: 768px) {
    article {
        padding: 50px 0;
    }

    .cont h2 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 1.7;
    }

}


/*============================
table
============================*/
table.info {
    width: 100%;
    padding: 60px;
    background: #0252e5;
    color: #fff;
    border-radius: 10px;
    border-collapse: separate;
}

table.info tr {
    display: block;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}

table.info th {
    width: 170px;
    vertical-align: middle;
}

table.info th,
table.info td {
    padding: 0;
    font-size: 18px;
}

table.info tr:first-child {
    padding-top: 0;
}

a.google::before {
    content: '\f3c5';
    font-weight: 900;
    margin-right: 5px;
    color: #f7c104;
}

a.google {
    display: block;
    margin: 5px 0;
    font-weight: 700;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    table.info {
        width: 100%;
        padding: 20px;
    }

    table.info tr {
        width: 100%;
        padding: 15px 0;
    }

    table.info th,
    table.info td {
        font-size: 14px;
    }

    table.info th {
        width: 90px;
    }

    table.info tr:first-child {
        padding-top: 15px;
    }

}


/*============================
.point
============================*/
.point li {
    width: 330px;
    height: 235px;
    border-radius: 30px;
    background-color: #0252e5;
    padding: 50px 0;
}

.point li.text {
    text-align: center;
    line-height: 1;
    color: #fff
}

.point li.text .eng {
    display: block;
    margin-bottom: 25px;
    color: #f7c104;
    font-size: 20px;
}

.point li.text h3 {
    margin-bottom: 30px;
    font-size: 36px;
}

.point li.text p:last-of-type {
    padding-top: 0;
    font-size: 18px;
}


@media only screen and (max-width:768px) {
    .point li {
        width: 100%;
        height: 160px;
        border-radius: 15px;
        padding: 30px 0;
    }

    .point li:nth-of-type(n+2) {
        margin-top: 15px;
    }

    .point li.text .eng {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .point li.text h3 {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .point li.text p:last-of-type {
        font-size: 16px;
    }
}


/*============================
.toTop
============================*/
.toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    width: 53px;
}

.toTop li a {
    padding-top: 147.1698%;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: url(../images/common/footer/totop.png) no-repeat center top;
    background-size: 100%;
}

@media only screen and (max-width: 768px) {
    .toTop {
        bottom: 10px;
        right: 10px;
        width: 43px;
    }

    .toTop li a {
        width: 100%;
        background-size: 40px;
    }
}


/*============================
#section-contact
============================*/
#section-contact .inner {
    width: 100%;
}

#section-contact .flex {
    justify-content: flex-start;
}

#section-contact .form,
#section-contact .tel {
    width: 50%;
}

#section-contact .form a,
#section-contact .tel a {
    display: block;
    background-color: #0252e5;
    padding: 80px;
    color: #fff;
    position: relative;
    transition: .4s;
}

#section-contact .form a:hover,
#section-contact .tel a:hover {
    background-color: #f7c104;
    opacity: 1;
}

#section-contact .tel a {
    background-color: #0232e5;
}

#section-contact .form a::after,
#section-contact .tel a::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 60px;
    right: 0;
    background: #f7c104;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    z-index: 2;
    transition: .5s;
}

#section-contact .form a:hover::after,
#section-contact .tel a:hover::after {
    margin: auto 55px;
    background-color: #0252e5;
    width: 50px;
    height: 50px;
}

#section-contact .form a::before,
#section-contact .tel a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 78px;
    right: 0;
    color: #fff;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 3;
    transition: .4s;
}

#section-contact .form a span,
#section-contact .tel a span {
    font-size: 40px;
}

#section-contact .form a span:nth-of-type(2),
#section-contact .tel a span:nth-of-type(2) {
    font-size: 16px;
    display: inline-block;
}


@media only screen and (max-width: 768px) {

    #section-contact .form,
    #section-contact .tel {
        width: 100%;
    }

    #section-contact .form a,
    #section-contact .tel a {
        height: 125px;
        padding: 30px;
    }

    #section-contact .form a:hover {
        background-color: #0252e5;
    }

    #section-contact .tel a:hover {
        background-color: #0232e5;
    }

    #section-contact .form a::after,
    #section-contact .tel a::after {
        margin: auto 20px;
    }

    #section-contact .form a:hover::after,
    #section-contact .tel a:hover::after {
        background-color: #f7c104;
        margin: auto 20px;
        width: 40px;
        height: 40px;
    }

    #section-contact .form a::before,
    #section-contact .tel a::before {
        margin: auto 38px;
    }

    #section-contact .form a span,
    #section-contact .tel a span {
        font-size: 26px;
    }

}


/*============================
footer
============================*/
footer {
    background: #01092e;
}

footer .inner {
    position: relative;
    padding: 60px 0 0;
}

footer .detail {
    color: #fff;
    font-size: 15px;
}

footer .detail .siteTitle {
    margin-bottom: 40px;
}

footer .detail .siteTitle span {
    font-size: 40px;
}

footer .detail .siteTitle a {
    color: #fff;
}

footer .detail .address {
    padding-top: 0;
}

footer .map {
    display: inline-block;
    background-color: #fff;
    color: #101010;
    padding: 8px 30px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

footer .map i {
    color: #f7c104;
}

footer .footer-nav .sitelink {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

footer .footer-nav .sitelink li {
    border-left: 1px solid #fff;
}

footer .footer-nav .sitelink li:first-of-type {
    border-left: none;
}

footer .footer-nav .sitelink li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

footer .footer-nav .sitelink li:first-of-type a {
    padding-left: 0;
}

footer .footer-nav .sitelink li:last-of-type a {
    padding-right: 0;
}

footer .footer-nav .sublink {
    overflow: hidden;
    padding: 20px 0;
}

footer .footer-nav .sublink li {
    float: right;
    margin-left: 30px;
}

footer .footer-nav .sublink li a {
    color: #8c8c8c;
    font-size: 13px;
    line-height: 1;
}

footer .copyright {
    padding: 115px 0 20px;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.06em;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    footer .inner {
        position: relative;
        width: 90.625%;
        padding-top: 40px;
        display: block;
    }

    footer .detail {
        font-size: 14px;
    }

    footer .detail .siteTitle {
        margin: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    footer .address {
        text-align: center;
    }

    footer .map {
        display: block;
        background-color: transparent;
        color: #fff;
        padding: 0;
        margin-top: 10px;
        text-align: center;
    }

    footer .map i {
        color: #f7c104;
    }

    footer .footer-nav .sitelink {
        padding: 20px 0;
    }

    footer .footer-nav .sitelink li {
        border-left: none;
        background: #fff;
        width: 49%;
        margin-bottom: 2%;
        border-radius: 3px;
    }

    footer .footer-nav .sitelink li a {
        color: #101010;
    }

    footer .footer-nav .sitelink li:last-child {
        border-right: none;
    }

    footer .footer-nav .sitelink li a {
        padding: 10px 0;
    }

    footer .footer-nav .map {
        display: block;
        padding: 15px 0;
    }

}


/*============================
animation
============================*/
@keyframes yurayura01 {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-10%);
    }
}

@keyframes yurayura02 {
    0% {
        transform: translateY(5%);
    }

    100% {
        transform: translateY(-5%);
    }
}

@keyframes yurayura03 {

    0%,
    100% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }
}

@keyframes yurayura04 {

    0%,
    100% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0deg);
    }
}



/*============================
common_js
============================*/
.sa {
    opacity: 0;
    transition: all 0.8s ease;
}

.sa.show {
    opacity: 1;
    transform: none;
}

.sa--lr {
    transform: translate(-100px, 0);
}

.sa--rl {
    transform: translate(100px, 0);
}

.sa--up {
    transform: translate(0, 100px);
}

.sa--down {
    transform: translate(0, -100px);
}

.sa--scaleUp {
    transform: scale(.5);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}
