@charset "UTF-8";

/*==================================================

  reset

==================================================*/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
    all: unset;
    display: revert;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

a,
button {
    cursor: revert;
    text-decoration: none;
    color: #424443;
}

ol,
ul,
menu {
    list-style: none;
}

img {
    max-width: 100%;
    width: 100%;
}

em {
    font-style: normal;
}

table {
    border-collapse: collapse;
}

input,
textarea {
    -webkit-user-select: auto;
}

textarea {
    white-space: revert;
}

meter {
    -webkit-appearance: revert;
    appearance: revert;
}

::placeholder {
    color: unset;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/*==================================================

  base

==================================================*/
.pc-only {
    display: block;
}

@media (max-width: 767px) {
    .pc-only {
        display: none;
    }
}

.sp-only {
    display: none !important;
}

@media (max-width: 767px) {
    .sp-only {
        display: inline-block !important;
    }
}

.vw-s-only {
    display: none !important;
}

@media (max-width: 1000px) {
    .vw-s-only {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .vw-s-only {
        display: none !important;
    }
}

html {
    font-size: 62.5%;
    /* 10px */
}

#wrap {
    background: #FFF;
    position: relative;
    overflow: hidden;
    font: 1.6rem/1 YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 500;
    color: #002153;
    text-align: center;
    min-width: 1040px;
}

@media (max-width: 767px) {
    #wrap {
        min-width: auto;
        width: 100%;
    }
}

#mainCont {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

.inner {
    max-width: 1240px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    #mainCont {
        margin-top: 80px;
    }

    .inner {
        width: 100%;
        padding: 0 8vw !important;
    }
}

sub {
    bottom: -0.35em;
    font-size: 1em;
}

/*-----------------------------------------------
  スクロールアニメーション
-----------------------------------------------*/
/* .section, .cv-area {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.section.is-active, .cv-area.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
} */

/*-----------------------------------------------
  txt
-----------------------------------------------*/
.main-txt {
    font-size: 1.8rem;
    line-height: 2.2;
}

@media (max-width: 767px) {
    .main-txt {
        font-size: 3.24vw;
    }
}

.note {
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .note {
        font-size: 3.24vw;
        text-align: left;
    }
}

p {
    line-height: 1.8;
    text-align: left;
}

.txt-wh {
    color: #FFF;
    font-size: 2rem;
    line-height: 2.2;
    z-index: 1;
    position: relative;
    padding-bottom: 2em;
}

.txt-wh02 {
    padding-top: 2em;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .txt-wh {
        font-size: 3.24vw;
    }

    p {
        font-size: 1.4rem;
    }
}

.txt-shadow {
    text-shadow: 0 0 25px #1C4E49;
}


/*-----------------------------------------------
  btn
-----------------------------------------------*/
.link-btn {
    background: #10AF9C;
    border-radius: 50px;
    display: inline-block;
    font-size: 2rem;
}

.link-btn a {
    display: inline-block;
    padding: 20px 80px 20px 60px;
    font-weight: 500;
    color: #FFF;
    background: url("../img/ico_arrow_wh_s.svg") center right 30px no-repeat;
}

.link-btn.btn-s a {
    padding: 10px 60px 10px 40px;
    background-position: center right 20px;
}

@media (max-width: 767px) {
    .link-btn {
        font-size: 3.5vw;
    }

    .link-btn a {
        padding: 5vw 20vw 5vw 15vw;
    }

    .link-btn.btn-s a {
        padding: 2.5vw 13vw 2.5vw 7vw;
    }
}

/*== ボタン共通設定 */
.btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    outline: none;
    transition: ease .2s;
}

.btn a {
    position: relative;
    z-index: 3;
}

.btn:hover a {
    color: #fff;
}

.btn:hover::before {
    animation: skewanime .7s forwards;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    background: #424443;
    width: 120%;
    height: 100%;
    transform: skewX(-25deg);
}

@keyframes skewanime {
    100% {
        left: -10%;
    }
}

/*==================================================

  header　footer

==================================================*/
/*-----------------------------------------------
  header
-----------------------------------------------*/
.mainHeader {
    background: #fff;
    width: 100%;
    height: 100px;
    z-index: 1000;
    box-shadow: 0 0 5px #0000001a;
}

.mainHeader .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}

.mainHeader .logo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mainHeader .logo .logo-img {
    width: 130px;
    height: 100%;
}

.mainHeader .logo .logo-img a {
    display: block;
    height: 100%;
}

.mainHeader .logo .lead {
    text-align: left;
}

@media (max-width: 767px) {
    .mainHeader .logo {
        display: flex;
        align-items: flex-start;
        gap: 1vw;
        padding: 11px 0;
    }

    .mainHeader .logo .logo-img {
        width: 18vw;
    }

    .mainHeader .logo .lead {
        font-size: 10px;
        line-height: 1.5;
    }
}

.mainHeader .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.mainHeader .nav li {
    width: 163px;
    height: 100%;
}

.mainHeader .nav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    height: 100%;
    font-size: 1.3rem;
    font-weight: bold;
}

.mainHeader .nav li.nav-list05 a {
    border-left: 1px solid #F5F5F5;
}

.mainHeader .nav li.nav-list05 a img {
    width: 16px;
    height: 24px;
}

.mainHeader .nav li.nav-list05 a,
.mainHeader .nav li.nav-list06 a {
    border-left: 1px solid #F5F5F5;
}

.mainHeader .nav li.nav-list06 a img {
    width: 24px;
    height: 22px;
}

.mainHeader .nav li.nav-list08 a {
    background-color: #007AFF;
    color: #fff;
}

.mainHeader .nav li.nav-list08 a img {
    width: 20px;
    height: 20px;
}

.mainHeader .nav li.nav-list09 a {
    background-color: #007AFF;
    color: #fff;
}

.mainHeader .nav li.nav-list05 {
    margin-left: 0;
}

@media (max-width: 1000px) {
    .mainHeader .nav li {
        margin-left: 2.5vw;
    }

    .mainHeader .nav li a {
        font-size: 1.6vw;
    }
}

.mainHeader.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffffe6;
}

.subHeader {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 60px;
    background-color: rgba(204, 228, 255, 0.9);
    z-index: 1;
}

.subHeader ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 61px;
    height: 100%;
}

.subHeader a {
    font-size: 1.5rem;
    font-weight: bold;
}


/*-----------------------------------------------
  footer
-----------------------------------------------*/
.footer {
    padding: 70px 0 55px;
    background: #002153;
}

.footer p {
    text-align: center;
}

.footer .inner {
    padding: 0 100px;
}

.footer a .image-block {
    transition: .2s;
}

.footer a:hover .image-block {
    transform: scale(1.05);
}

.footer .copy {
    margin-top: 50px;
    font-size: 1.4rem;
    color: #FFF;
    font-weight: 300;
}

@media (max-width: 767px) {
    .footer {
        padding: 38px 0 44px;
    }

    .footer .copy {
        margin-top: 38px;
        font-size: 1.2rem;
    }
}

.pagetop {
    position: fixed;
    bottom: 80px;
    right: 60px;
    opacity: 0.2;
    transition: 1s;
}

.pagetop:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .pagetop {
        display: none !important;
        opacity: 0 !important;
    }
}

/*==================================================

  MV

==================================================*/
.mv-warp {
    position: relative;
}

.mv-warp .inner {
    position: relative;
}

.mv-warp .h1-area {
    position: absolute;
    top: 19vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.mv-warp .h1-area h1 {
    position: relative;
    color: #002153;
    font-weight: bold;
    font-size: 2.69239vw;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 1056px) {
    .mv-warp .h1-area {
        top: 158px;
    }

    .mv-warp .h1-area h1 {
        font-size: 46px;
    }
}

.mv-warp .h1-area .lead {
    margin-top: 10px;
    color: #FFF;
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 767px) {
    .mv-warp .h1-area {
        top: 80vw;
    }

    .mv-warp .h1-area h1 {
        font-size: 5vw;
        text-align: center;
    }

    .mv-warp .h1-area .lead {
        margin-top: 2.5vw;
        font-size: 4.26667vw;
        text-align: left;
    }
}

/*==================================================

  section

==================================================*/
/*-----------------------------------------------
  h2-ttl
-----------------------------------------------*/
.h2-ttl {
    font-size: 5rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
    padding: 125px 0 70px;
    line-height: 1.5;
}

.h2-ttl>span {
    display: block;
    padding-top: 15px;
    font-size: 2rem;
    font-weight: bold;
    color: #007AFF;
}

.h2-ttl.mult {
    padding-bottom: 10px;
    mix-blend-mode: multiply;
}

.h2-ttl.mult>span {
    color: #10af9c66;
}

@media (max-width: 767px) {
    .h2-ttl {
        font-size: 2rem;
        line-height: 1.4;
        padding: 60px 0 30px;
    }

    .h2-ttl>span {
        padding-top: 8px;
        font-size: 1rem;
        line-height: 1;
        top: 6.5vw;
    }
}

/*-----------------------------------------------
  sec01
-----------------------------------------------*/
#sec01.section {
    padding-bottom: 143px;
    background-image: url(../img/bg_sec01_pc.png);
    background-size: 100% 100%;
}

#sec01.section .link-list {
    display: flex;
    justify-content: space-between;
}

#sec01.section .link-item a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 301px;
    height: 55px;
    padding-left: 20px;
    border: 1px solid #007AFF;
    border-radius: 45px;
    background-color: #fff;
    box-shadow: 5px 10px 20px rgba(0, 123, 255, 0.3);
    color: #007AFF;
    font-weight: bold;
    font-size: 1.5rem;
}

#sec01.section .link-item a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 12px;
    background-image: url(../img/ico_arrow_down_blue.svg);
    background-size: cover;
}

#sec01.section .article-list {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-top: 70px;
}

#sec01.section .article-item {
    padding: 66px 100px 67px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 20px #DAE9FA;
}

#sec01.section .article-item h3 {
    font-size: 3.5rem;
    line-height: 1.5;
}

#sec01.section .article-item h3 span {
    color: #007AFF;
}

#sec01.section .article-item .image-block {
    width: unset;
    margin: 52px auto 0;
    margin-top: 52px;
}

#sec01.section .article-item .image-block img.img_type01{
    max-width:380px;
}

#sec01.section .article-item .image-block>p {
    margin-top: 32px;
    padding-left: 1em;
    text-indent: -1em;
    text-align: center;
}

#sec01.section .article-item#article03 .image-block {
    max-width: 871px;
}

#sec01.section .article-item#article04 .image-block>ul {
    display: flex;
    justify-content: space-evenly;
}

#sec01.section .article-item#article04 .image-block>ul>li:nth-child(1) {
    max-width: 491px;
}

#sec01.section .article-item#article04 .image-block>ul>li:nth-child(2) {
    max-width: 493px;
}

#sec01.section .article-item#article04 .image-block>ul p {
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;
}

#sec01.section .article-item#article04 .image-block>ul p b {
    font-size: 1.4rem;
}

#sec01.section .article-item .text-block {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 60px;
    text-align: left;
    font-weight: 500;
}

#sec01.section .article-item h5 {
    margin-top: 52px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

#sec01.section .article-item h5 b {
    color: #007AFF;
}

#sec01.section .article-item h5 span {
    display: inline-block;
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color:#007AFF;
}

#sec01.section .article-item h5 span.type02 {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    color:#002153;
}

#sec01.section .mt30{
    margin-top:30px;
}

#sec01.section .article-item .point-block {
    margin-top: 60px;
    padding: 23px 32px 33px;
    background-color: #F2F7FD;
    border-radius: 20px;
    text-align: left;
}

#sec01.section .article-item .point-block h4 {
    margin-bottom: 15px;
    color: #007AFF;
    font-size: 2rem;
}

#sec01.section .article-item .point-block .point-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#sec01.section .article-item .point-block .point-item {
    padding-left: 0.5em;
    text-indent: -0.5em;
    line-height: 1.3;
}

#sec01.section .article-item .point-block .point-item::before {
    content: '・';
}

#sec01.section .article-item .article-item-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 55px;
}

#sec01.section .article-item .article-item-item>h4 {
    padding: 5px 0 5px 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    border-left: 5px solid #007AFF;
}

#sec01.section .article-item .article-item-item>p {
    margin-top: 10px;
}

#sec01.section .article-item .article-item-item>a {
    position: relative;
    display: block;
    width: fit-content;
    margin-top: 20px;
    margin-left: auto;
    padding-left: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #007AFF;
    text-decoration: underline;
    text-decoration-color: #007AFF;
}

#sec01.section .article-item .article-item-item>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background-image: url(../img/ico_questionmark.svg);
}

#sec01.section .article-item .burble-link.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -33px;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #F2F7FD;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

#sec01.section .article-item .article-item-item .burble-block {
    display: none;
    margin-top: 32px;
    padding: 23px 32px;
    background-color: #F2F7FD;
    border-radius: 20px;
    text-align: left;
}

#sec01.section .article-item .article-item-item .burble-block p {
    font-size: 12px;
}

#sec01.section .article-item .article-item-item:nth-child(2) .image-block {
    width: 648px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    #sec01.section {
        padding-bottom: 60px;
        background-image: url(../img/bg_sec01_sp.png);
    }

    #sec01.section .inner {
        padding: 10vw 0 15vw;
    }

    #sec01.section .link-list {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    #sec01.section .link-item a {
        width: 100%;
        height: unset;
        min-height: 47px;
        padding: 10px 40px 10px 20px;
        text-align: left;
        line-height: 1.5;
    }

    #sec01.section .article-list {
        margin-top: 60px;
        gap: 60px;
    }

    #sec01.section .article-item {
        padding: 42px 25px 60px;
    }

    #sec01.section .article-item h3 {
        font-size: 2rem;
    }

    #sec01.section .article-item .image-block {
        margin-top: 30px;
    }

    #sec01.section .article-item .image-block>p {
        text-align: left;
    }

    #sec01.section .article-item#article02 .image-block.sp-only {
        display: flex !important;
        overflow-x: hidden;
        width: calc(100% + 25px);
    }

    #sec01.section .article-item#article02 .image-block.sp-only>div {
        overflow-x: scroll;
    }

    #sec01.section .article-item#article02 .image-block.sp-only img {
        width: unset;
        max-width: unset;
        height: 88.55200vw;
    }

    #sec01.section .article-item#article02 .image-block.sp-only>div:nth-child(2)::-webkit-scrollbar {
        width: 100%;
        height: 5px;
    }

    #sec01.section .article-item#article02 .image-block.sp-only>div:nth-child(2)::-webkit-scrollbar-thumb {
        background: #EFEFEF;
        border-radius: 10px;
    }

    #sec01.section .article-item#article02 .image-block.sp-only>div:nth-child(2)::-webkit-scrollbar-track {
        background: #D5D5D5;
    }

    #sec01.section .article-item#article04 .image-block>ul {
        flex-direction: column;
        gap: 30px;
    }

    #sec01.section .article-item#article04 .image-block>ul p {
        font-size: 0.8rem;
    }

    #sec01.section .article-item#article04 .image-block>ul p b {
        font-size: 1rem;
    }

    #sec01.section .article-item .text-block {
        margin-top: 30px;
    }

    #sec01.section .article-item h5 {
        margin-top: 30px;
        font-size: 1.6rem;
        text-align: left;
    }

    #sec01.section .article-item#article01 .text-block p:last-child span {
        margin-top: 30px;
    }

    #sec01.section .article-item .point-block {
        margin-top: 30px;
    }

    #sec01.section .article-item .point-block h4 {
        font-size: 1.8rem;
    }

    #sec01.section .article-item .article-item-list {
        gap: 35px;
        margin-top: 30px;
    }

    #sec01.section .article-item .article-item-item>h4 {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    #sec01.section .article-item .point-block .point-item {
        line-height: 1.5;
    }

    #sec01.section .article-item .article-item-item:nth-child(2) .image-block {
        width: unset;
    }
}

/*-----------------------------------------------
  cv-area
-----------------------------------------------*/
.cv-area .link-list {
    display: flex;
    height: 32.79649vw;
}

.cv-area .link-item {
    width: 100%;
}

.cv-area .link-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    min-height: 346px;
    background-size: cover;
    color: #fff;
    transition: .2s;
}

.cv-area .link-item a p {
    text-align: center;
}

.cv-area .link-item.comming-soon a {
    position: relative;
    pointer-events: none;
    user-select: none
}

.cv-area .link-item.comming-soon a::before {
    content: 'Coming Soon';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: hsla(216, 100%, 16%, 0.8);
    z-index: 1;
    font-size: 32px;
    font-weight: bold;
}

.cv-area .link-item:not(.comming-soon) a:hover {
    opacity: 0.8;
}

.cv-area .link-item:nth-child(1) a {
    background-image: url(../img/bg_cv-area_01.png);
}

.cv-area .link-item:nth-child(2) a {
    background-image: url(../img/bg_cv-area_02.png);
}

.cv-area .link-item a h4 {
    position: relative;
    padding-right: 1.5em;
    font-weight: bold;
    font-size: 2rem;
}

.cv-area .link-item a h4::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 15px;
    background-image: url(../img/ico_arrow_right_white.svg);
    background-size: cover;
}

@media (max-width: 767px) {
    .cv-area .link-list {
        flex-direction: column;
        height: unset;
    }

    .cv-area .link-item a {
        gap: 5vw;
        min-height: unset;
        height: 65.6vw;
    }

    .cv-area .link-item>a>p {
        text-align: center;
        font-size: 1.2rem;
    }

    .cv-area .link-item.comming-soon a::before {
        font-size: 2rem;
    }

    .cv-area .link-item:nth-child(1) img {
        width: 10.13333vw;
        height: 14.93333vw;
    }

    .cv-area .link-item:nth-child(2) img {
        width: 12.53333vw;
        height: 12.53333vw;
    }
}

/*-----------------------------------------------
  sec02
-----------------------------------------------*/
#sec02.section .inner {
    width: 801px;
}

#sec02.section .movie-list {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

/* 動画非活性 */
#sec02.section .movie-list a {
    cursor: unset;
}

#sec02.section .movie-item iframe {
    width: 801px;
    height: 451px;
}

#sec02.section .movie-item h4 {
    margin-top: 28px;
    font-size: 2.4rem;
    line-height: 1.5;
}

#sec02.section .movie-item p {
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    #sec02.section .inner {
        width: unset;
    }

    #sec02.section .movie-item iframe {
        width: 84.53333vw;
        height: 47.46667vw;
    }

    #sec02.section .movie-item h4 {
        margin-top: 22px;
        font-size: 1.8rem;
    }

    #sec02.section .movie-item p {
        margin-top: 15px;
        text-align: left;
    }
}

/*-----------------------------------------------
  sec03
-----------------------------------------------*/
#sec03.section {
    position: relative;
    padding-bottom: 80px;
}

#sec03.section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 257px;
    background-color: #F2F7FD;
}

.slider img {
    width: 100%;
    height: auto;
}

.slider p {
    margin-top: 30px;
    font-size: 1.8rem;
    text-align: center;
}

.slider .slick-slide {
    margin: 0 35px;
}

@media (max-width: 767px) {
    #sec03.section {
        padding-bottom: 67px;
    }

    #sec03.section::before {
        height: 135px;
    }

    .slider p {
        margin-top: 10px;
        text-align: center;
        font-size: 1.4rem;
    }

    .slider .slick-slide {
        margin: 0 15px;
    }
}

/*-----------------------------------------------
  sec04
-----------------------------------------------*/
#sec04.section {
    background-image: url("../img/bg_sec04_01_pc.png");
    background-size: 100% 100%;
}

#sec04.section .h2-ttl {
    padding-bottom: 140px;
}

#sec04.section .advantages-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 39px;
    column-gap: 50px;
    width: fit-content;
    margin: 0 auto;
}

#sec04.section .advantages-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19px;
    width: 510px;
    height: 510px;
    background-image: url(../img/bg_sec04_02.png);
    background-size: cover;
}

#sec04.section .advantages-item h4 {
    font-size: 2rem;
    color: #007AFF;
}

#sec04.section .advantages-item p {
    font-weight: bold;
    font-size: 3.2rem;
}

#sec04.section .link-list {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 120px;
}

#sec04.section .link-item a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 495px;
    height: 90px;
    padding-right: 20px;
    border: 1px solid #007AFF;
    border-radius: 45px;
    color: #007AFF;
    font-weight: bold;
    font-size: 2.4rem;
    transition: .2s;
}

#sec04.section .link-item a:hover {
    transform: scale(1.05);
}

#sec04.section .link-item a::after {
    content: '';
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 15px;
    height: 20px;
    background-image: url(../img/ico_arrow_down_blue.svg);
    background-size: cover;
}


@media (max-width: 767px) {
    #sec04.section {}

    #sec04.section .h2-ttl {
        padding-bottom: 13vw;
    }

    #sec04.section .inner {
        padding-top: 20vw;
    }

}

/*-----------------------------------------------
  sec05
-----------------------------------------------*/
#sec05.section {
    padding-bottom: 163px;
}

#sec05.section h4 {
    text-align: left;
    font-size: 3.2rem;
}

#sec05.section .accordion-list {
    margin-top: 10px;
    text-align: left;
}

#sec05.section .faq-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

#sec05.section .accordion-list .accordion-item-head {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #007AFF;
    color: #007AFF;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
    cursor: pointer;
}

#sec05.section .accordion-list .accordion-item-head span {
    font-size: 1.6rem;
}

#sec05.section .accordion-list .accordion-item-head:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 34px;
    background-image: url(../img/ico_plus.svg);
    transition: .3s;
}

#sec05.section .accordion-list .accordion-item-head.active:after {
    background-image: url(../img/ico_minus.svg);
}

#sec05.section .accordion-list .accordion-item-body {
    display: none;
    padding: 25px 0 15px;
    line-height: 1.5;
}

#sec05.section .accordion-list .accordion-item-body a {
    color: #007AFF;
    text-decoration: underline;
}


@media (max-width: 767px) {
    #sec05.section {
        padding-bottom: 60px;
    }

    #sec05.section h4 {
        font-size: 1.8rem;
    }

    #sec05.section .faq-list {
        gap: 60px;
    }

    #sec05.section .accordion-list .accordion-item-head {
        padding: 10px 50px 10px 0;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    #sec05.section .accordion-list .accordion-item-head span {
        font-size: 1.2rem;
    }

    #sec05.section .accordion-list .accordion-item-head:after {
        width: 20px;
        height: 19px;
        background-size: contain;
    }

    #sec05.section .accordion-list .accordion-item-body {
        padding-bottom: 30px;
        line-height: 1.5;
        font-size: 1.4rem;
    }

    #sec05.section .faq-item02 .accordion-list {
        position: relative;
        height: 500px;
        overflow: hidden;
    }

    #sec05.section .faq-item02 .accordion-list.active {
        height: unset;
    }

    #sec05.section .faq-item02 .accordion-item-breaker {
        position: absolute;
        bottom: 0;
        display: flex !important;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        height: 150px;
        background: linear-gradient(180deg, #ffffff00 0%, rgba(255, 255, 255, 1) 70%);
        font-size: 1.4rem;
        font-weight: bold;
        z-index: 1;
    }

    #sec05.section .faq-item02 .accordion-list.active .accordion-item-breaker {
        display: none !important;
    }

    #sec05.section .faq-item02 .accordion-item-breaker a {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    #sec05.section .faq-item02 .accordion-item-breaker a img {
        width: 20px;
    }
}

/*-----------------------------------------------
  sec06
-----------------------------------------------*/
#sec06.section {
    padding-bottom: 140px;
}

#sec06.section .notice {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    padding: 32px 0 29px;
    background-color: #F2F7FD;
}

#sec06.section .notice a{
    color:#007AFF;
    text-decoration: underline #007AFF;
}

#sec06.section .notice img {
    width: 20px;
}

#sec06.section .inner {
    padding: 0 100px;
}

#sec06.section .inner .h2-ttl {
    padding-top: 50px;
}

@media (max-width: 767px) {
    #sec06.section {
        padding-bottom: 62px;
    }

    #sec06.section .notice {
        gap: 19px;
        padding: 14px 8vw;
    }

    #sec06.section .notice img {
        width: 30px;
    }
}

/*-----------------------------------------------
  banner-area
-----------------------------------------------*/
.banner-area {
    background-image: url(../img/bg_banner-area_pc.png);
    background-size: cover;
    height: 32.79649vw;
    min-height: 346px;
}

.banner-area .inner {
    position: relative;
    height: 100%;
    padding: 0 100px;
}

.banner-area .inner>div.idx01 {
    position: absolute;
    right: 0;
    top: 32%;
    transform: translateY(-50%);
    color: #fff;
}

.banner-area .inner>div.idx02 {
    position: absolute;
    right: 0;
    top: 66%;
    transform: translateY(-50%);
    color: #fff;
}

.banner-area .inner>div h4 {
    font-size: 3.2rem;
}

.banner-area .inner>div p {
    margin-top: 18px;
    font-size: 1.8rem;
    text-align: center;
}

.banner-area .inner>div a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 495px;
    height: 90px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 45px;
    color: #002153;
    font-weight: bold;
    font-size: 2.4rem;
    transition: .2s;
}

.banner-area .inner>div a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 23px;
    height: 17px;
    background-image: url(../img/ico_arrow_right_navy.svg);
    background-size: cover;
}

.banner-area .inner>div a:hover {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .banner-area {
        background-image: url(../img/bg_banner-area_sp.png);
        height: 151.46667vw;
        min-height: unset;
    }

    .banner-area .inner>div.idx01 {
        left: 50%;
        bottom: 7%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 84vw;
    }

    .banner-area .inner>div.idx02 {
        left: 50%;
        bottom: 0;
        top:70%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 84vw;
    }

    .banner-area .inner>div a {
        width: 100%;
        height: 16vw;
        margin-top: 2vw;
        font-size: 1.6rem;
    }

    .banner-area .inner>div h4 {
        font-size: 2rem;
    }

    .banner-area .inner>div p {
        margin-top: 14px;
        font-size: 1.2rem;
        text-align: center;
    }
}

/*==================================================

  SP menu

==================================================*/
.hamburger {
    display: none;
    width: 25vw;
    min-width: 88px;
    cursor: pointer;
    text-align: center;
    background-color: #007AFF;
    z-index: 100;
    position: relative;
}

.hamburger.active {
    background: none;
}

@media (max-width: 767px) {
    .hamburger {
        display: block;
    }

    .hamburger.active {
        background: #007AFF;
    }
}

.hamburger-inner {
    width: 30px;
    height: 30px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 5px;
}

.hamburger span:nth-child(2) {
    top: 15px;
}

.hamburger span:nth-child(3) {
    top: 25px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 10px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .mainHeader {
        display: flex;
        align-items: stretch;
        height: 80px;
    }

    .mainHeader .inner {
        background-color: #fff;
    }

    .mainHeader .nav {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: unset;
        color: #FFF;
        background: #007AFF;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        text-align: center;
        z-index: -1;
    }

    .mainHeader .nav li {
        width: 100%;
        height: unset;
        margin: 0;
        text-align: left;
    }

    .mainHeader .nav li a {
        flex-direction: unset;
        justify-content: space-between;
        gap: 5px;
        padding: 4vw 8vw;
        border-top: 1px solid #3D9AFF;
        font-size: 1.4rem;
        font-weight: 400;
        color: #FFF;
        line-height: 1.5;
    }

    .mainHeader .nav li a img {
        width: 15px;
        /* height: 15px; */
    }

    .mainHeader .nav li .nav-list-sp-list {
        display: flex;
    }

    .mainHeader .nav li .nav-list-sp-list .nav-list05,
    .mainHeader .nav li .nav-list-sp-list .nav-list06 {
        width: 50%;
    }

    .mainHeader .nav li .nav-list-sp-list .nav-list05 a,
    .mainHeader .nav li .nav-list-sp-list .nav-list06 a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        padding: 35px 8vw;
        border: unset;
        text-align: center;
    }

    .mainHeader .nav li .nav-list-sp-list .nav-list05 a {
        background-color: #0045AD;
    }

    .mainHeader .nav li .nav-list-sp-list .nav-list05 a img {
        width: 22px;
        height: 32px;
    }

    .mainHeader .nav li .nav-list-sp-list .nav-list06 a {
        background-color: #003C97;
    }

    .mainHeader .nav li .nav-list-sp-list .nav-list06 a img {
        width: 29px;
        height: 26px;
    }


    .mainHeader .nav li.nav-list05 a,
    .mainHeader .nav li.nav-list06 a {
        border-left: unset;
    }

    .mainHeader .nav li.nav-list08 {
        padding: 45px 8vw;
        background-color: #002153;
        color: #fff;
    }

    .mainHeader .nav li.nav-list08 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        border: unset;
        padding: unset;
        text-align: center;
        border-radius: 50px;
        box-shadow: 0 0 30px #0000004d;
        background-color: #fff;
        color: #007AFF;
    }

    .mainHeader .nav li.nav-list08 a p.sp-only {
        display: flex !important;
        align-items: center;
        gap: 10px;
        font-weight: bold;
        font-size: 1.6rem;
        color: #002153;
    }

    /* .mainHeader .nav::after {
        content: '';
        width: 100%;
        height: 20vw;
        background: url("../img/bg_menu.png") bottom center no-repeat;
        background-size: cover;
        position: absolute;
        bottom: -19.8vw;
        left: 0;
        z-index: -1;
    } */

    .hamburger.active span {
        top: 13px !important;
    }

    /* このクラスを、jQueryで付与・削除する */
    .nav.active {
        transform: translateY(80px);
    }

    .subHeader {
        display: none;
    }
}

#sec07.section .flex-item img {
    width: 300px;
}

.topBtn {
    position: fixed;
    bottom: 10px;
    right: 100px;
    z-index: 3;
}

/* トップボタン */
.topBtn a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .topBtn {
        width: 24vw;
        right: 0;
        bottom: 0;
    }
}


@media screen and (min-width: 767px) and (max-width: 1424px) {
    .banner-area .inner>div h4{font-size:2.4rem;}
    .banner-area .inner > div a {
        font-size: 1.8rem;
        height:60px;
    }
    .banner-area .inner>div.idx01 {
        top: 24%;
    }
    .banner-area .inner>div.idx02 {
        top: 69%;
    }
}

@media screen and (min-width: 1425px) and (max-width: 1680px) {
    .banner-area .inner>div h4{font-size:3rem;}
    .banner-area .inner > div a {
        font-size: 2.4rem;
        height:80px;
    }
    .banner-area .inner>div.idx01 {
        top: 24%;
    }
    .banner-area .inner>div.idx02 {
        top: 69%;
    }
}