@charset "utf-8";

/*-------------------------*/
/*  base
/*-------------------------*/
:root {
    --s-font-6cbb62bf: 'Helvetica Now Display', '学参 常改中ゴシックBBB';
    --s-font-42a21963: 'Helvetica Now Display', '見出ゴMB31 JIS2004';
    --s-font-70bf2827: 'A1ゴシック B JIS2004';
    --s-font-028c2a58: 'A1ゴシック M JIS2004';
    --s-font-c4b5b414: 'Zen Kaku Gothic New';
    --s-font-208fe819: 'Josefin Sans';
    --s-font-eda36589: Lato;
    --s-font-499c060f: 'Lima PE Bold Italic';
    --s-font-fc873ca5: 'Lima PE Italic';
    --s-font-16b2cab1: 'Noto Sans JP';
    --s-font-61a7bb39: Inter, 'Noto Sans JP';
    --s-font-0ab7e9ef: 'リュウミン M-KL JIS2004';
    --s-font-f68077ae: 'リュウミン H-KL JIS2004';
    --s-font-c4aad4a9: 游ゴシック;
}

:root,
:host {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}

body {
    font-family: 'ヒラギノ角ゴ ProN', 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, 'Kosugi Maru', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    background: #ffffff;
    color: var(--main_text);
}

img {
    width: 100%;
}

h1 {
    z-index: 9999999;
}

h1 img {
    width: 100px;
    height: 100%;
}

h2 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 1.2;
    box-sizing: border-box;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

/*-------------------------*/
/*  header 
/*-------------------------*/
header {
    align-content: center;
    align-items: center;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: #f9f9f9ff;
    border-radius: 12px;
    bottom: auto;
    display: flex;
    filter: saturate(100%);
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 64px;
    justify-content: space-between;
    left: 16px;
    margin: 0 0 0 0;
    mix-blend-mode: normal;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 0px 0px 0px;
    position: fixed;
    right: 16px;
    top: 16px;
    width: auto;
    z-index: 4;
    max-width: 100%;
}

header .inner {
    height: 45px;
    position: relative;
}

header .inner img {
    width: auto;
    height: 45px;
    position: relative;
}

header nav {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

header nav ul {
    text-align: right;
    padding: 0 4%;
    box-sizing: border-box;
}

header nav li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

header nav li a {
    color: #333;
}
header h1 {
    height: 100%;
}

header h1 a {
    height: 100%;
    display: flex;
    align-items: center;
    color: #5580FA;
}

header h1 img {
    width: auto;
}

.kt-inside-inner-col img {
    width: 100%;
}

.catch .inner>.kt-row-column-wrap>.wp-block-kadence-column:first-child {
    width: 50%;
}

.catch .inner>.kt-row-column-wrap>.wp-block-kadence-column:last-child {
    width: 50%;
}

/*-------------------------*/
/*  section 
/*-------------------------*/
.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

section {
    padding: 0;
    position: relative;
}

/*-------------------------
/*  main
/*-------------------------*/
#main {
    align-content: flex-start;
    align-items: flex-start;
    background: #5580FA;
    border-radius: 0px 0px 0px 0px;
    bottom: 0px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    height: auto;
    justify-content: center;
    left: 0px;
    margin: 0 0 0 0;
    padding: 56px 0px 400px 0px;
    position: fixed;
    right: 0px;
    top: 100px;
    width: 100%;
    z-index: 0;
    max-width: 100%;
}

#main .col2 {
    margin: 0 auto;
    max-width: 1200px;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    justify-content: center;
    padding: 0px;
}

#main .col2>div {}

.tex_l {
    width: 70%;
}

.tex_r {
    width: 30%;
}

#main h2 {
    position: relative;
    z-index: 1;
    font-size: 5vw;
}

#main .img {
    margin-top: -85px;
    z-index: 0;
    width: 100%;
}

.tex_l p.small {
    font-size: 3vw;
}

.tex_l p {
    color: #FFFFFF;
    font-family: var(--s-font-42a21963);
    font-feature-settings: 'palt' 1;
    font-size: 6rem;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.tex_r p {
    padding-top: 1em;
    color: #FFFFFF;
    flex: none;
    font-family: var(--s-font-42a21963);
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.01em;
    line-height: 2;
    text-align: left;
    width: auto;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    max-width: 100%;
    justify-content: flex-start;
}

#main div .btn a {
    margin: 20px auto 0;
    display: block;
    width: 50%;
    font-size: 1.5vw;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    color: #5580FA;
    font-weight: bold;
}

#main .mv_bottom img {
    max-width: 100px;
    width: auto;
    border-radius: 50%;
}

/*-------------------------
/*  reasons 
/*-------------------------*/
h2 {
    text-align: center;
    margin-bottom: 60px;
}

.inner {
    padding: 120px 20px;
}

.bg {
    background: #f9f9f9ff;
}

.reasons {
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: calc(100% - 720px);
    justify-content: center;
    margin: 600px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    z-index: 1;
}

.mv_bottom {
    text-align: center;
}

.mv_bottom img {
    max-width: 100px;
    width: auto;
}

.reasons .col3 {
    align-content: flex-start;
    align-items: flex-start;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    padding: 0px;
    width: 1280px;
    max-width: 100%;
}

.reasons .col3>div {
    background: #FFFFFF;
    border-radius: 12px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 12px 16px 8px 16px;
    width: 25%;
    display: flex;
}

.reasons .col3>div svg {
    max-width: 60px;
}

.reasons .col3>div p:first-child {
    width: 30%;
}

.reasons .col3>div p:last-child {
    width: 70%;
}

/*-------------------------
/*  catch 
/*-------------------------*/
.kt-row-column-wrap {
    display: flex;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--global-row-gutter-md, 2rem) var(--global-row-gutter-md, 2rem);
    grid-auto-rows: minmax(min-content, max-content);
    z-index: 1;
    position: relative;
}

.catch h2 {
    font-size: 2vw;
    text-align: left;
}

.ctwlpt-fs-250p {
    font-size: 4vw;
    line-height: 1.3;
}

.kb-row-layout-id8776_346f86-2c>.kt-row-column-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-right: 64px;
    padding-bottom: 121px;
    padding-left: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-block-kadence-column {
    display: flex;
    flex-direction: column;
    z-index: 1;
    min-width: 0;
    min-height: 0;
    display: grid;
}

.kt-inside-inner-col img {
    height: auto;

}

p.has-text-align-center {
    border-radius: 16px;
    background-color: #1e1e1f;
    padding: 20px 30px;
    color: #fff;
    font-size: 1.3vw;
}

.kb-row-layout-wrap {
    margin-bottom: 60px;
}

.wp-block-kadence-advancedbtn a {
    margin-top: 60px;
    display: block;
    width: 90%;
    font-size: 1.5vw;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    background-color: #5580FA;
    color: #fff;
    font-weight: bold;
}

/*-------------------------
/*  function 
/*-------------------------*/
.function .kt-row-column-wrap {
    flex-wrap: wrap;
    gap: 30;
}

.function .kt-row-column-wrap .wp-block-kadence-column {
    width: 30%;

}

.function .kt-row-column-wrap h2 {
    font-size: 20px;
}

.function figure {
    text-align: center;
    background-color: #fff;
    margin-bottom: 20px;
}

.function figure img {
    width: auto;
    max-height: 200px;
}

/*-------------------------
/*  faq 
/*-------------------------*/
.accordion-006 {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 7px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

.faq a {
    margin: 120px auto 0;
    display: block;
    width: 60%;
    font-size: 1.5vw;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    background-color: #5580FA;
    color: #fff;
    font-weight: bold;
}

/*-------------------------
/*  footer 
/*-------------------------*/
footer {
    color: #fff;
    background: #000;
}

footer .inner {
    text-align: center;
    padding: 60px 20px;
}

small {
    font-size: 10px;
}

/*-------------------------/*-------------------------*/
/*  pc  
/*-------------------------/*-------------------------*/
@media (min-width: 1180px) {
    .ctwlpt-fs-250p {
        font-size: 60px;
    }

    p.has-text-align-center {
        font-size: 17px;
    }

    .tex_l p.small {
        font-size: 40px;
    }
}

/*-------------------------/*-------------------------*/
/*  sp  60px
/*-------------------------/*-------------------------*/
@media (max-width: 767px) {

    .inner,
    img,
    nav {
        width: 100%;
    }

    .reasons {
        margin: 80vh 0px 0px 0px;
    }

    .kt-row-column-wrap,
    .col2 {
        display: block !important;
    }

    .tex_l {
        width: 100%;
    }

    .tex_l p {
        font-size: 4rem;
    }

    .reasons .col3>div p:first-child {
        width: 18%;
    }

    .faq a,
    #main div .btn a {
        font-size: 16px;
    }

    .tex_r p {
        writing-mode: inherit;
        -ms-writing-mode: inherit;
        -webkit-writing-mode: inherit;
        line-height: 1.3;
    }

    .col3 br {
        display: none;
    }

    .tex_r {
        width: 80%;
    }

    #main .mv_bottom {
        display: none;
    }

    .inner {
        padding: 60px 20px;
    }

    .reasons .col3>div {
        width: 100%;
        box-sizing: border-box;
    }

    h2 {
        text-align: center;
        margin-bottom: 60px;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .catch .inner>.kt-row-column-wrap>.wp-block-kadence-column {
        width: 100% !important;
    }

    .ctwlpt-fs-250p {
        font-size: 45px;
        line-height: 1.3;
    }

    .catch h2 {
        font-size: 5vw;
        text-align: left;
    }

    .has-text-align-center br {
        display: none;

    }

    p.has-text-align-center {
        border-radius: 16px;
        background-color: #1e1e1f;
        padding: 20px 30px;
        margin-bottom: 20px;
        color: #fff;
        font-size: 25px;
        text-align: center;
    }

    .kb-row-layout-wrap {
        margin-bottom: 30px;
    }

    .wp-block-kadence-advancedbtn a {
        margin-top: 30px;
        margin-bottom: 60px;
        display: block;
        width: 90%;
        font-size: 30px;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        background-color: #5580FA;
        color: #fff;
        font-weight: bold;
    }

    .function .kt-row-column-wrap .wp-block-kadence-column {
        width: 100%;
    }
}


form {
    max-width: 600px;
    margin: 0 auto;
}
form p {
    color: #5482fa;
    margin-bottom: 2em;
}
input, select {
    vertical-align: middle;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
textarea {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.mb-30 {
    margin-bottom: 2em;
}

.cnt h2 {
    padding: 1.5em 0;
    color: #fff;
    border-radius: 10px;
    background: #5882fa;
    margin-top: 3em;
    margin-bottom: 2em;
}