@charset "UTF-8";
@font-face {
    font-family: "YuGothicStdN";
    src: url("../font/YuGothicStdN/YuGoStdN-E.otf");
}

@font-face {
    font-family: "YuGothicPr6N";
    src: url("../font/YuGothicPr6N/YuGoPr6N-B.otf");
    font-weight: 700;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

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

a {
    color: inherit;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
}

html {
    font-size: 8px;
}

@media (max-width: 767px) {
    html {
        font-size: 10px;
    }
}

@media (max-width: 375px) {
    html {
        font-size: 9px;
    }
}

@media (min-width: 1000px) {
    html {
        font-size: 9px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 10px;
    }
}

body {
    background: #f0f2f9;
    color: #000000;
    font-size: 1.8rem;
    font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro",
        "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック",
        "MS PGothic", sans-serif;
}

.u-inner {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .u-inner {
        padding: 0 15px;
    }
}

.u-tit {
    color: #f47e22;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 11px;
    text-align: center;
}

@media (max-width: 767px) {
    .u-tit {
        font-size: 1.6rem;
    }
}

.u-tit-en {
    color: #073683;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

@media (max-width: 767px) {
    .u-tit-en {
        font-size: 2.4rem;
    }
}

.u-btn {
    background: #f47e22;
    border-radius: 40px;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

a {
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

.about {
    background: #ffffff;
    padding: 120px 0 110px;
}

@media (max-width: 767px) {
    .about {
        padding: 60px 0 40px;
    }
}

.about-txt {
    margin: 0 auto;
    line-height: 1.6667;
    text-align: center;
}

@media (max-width: 767px) {
    .about-txt {
        font-size: 1.6rem;
        font-weight: 400;
        max-width: 573px;
        line-height: 1.875;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .about-txt {
        text-align: left;
    }
}

@media (min-width: 1090px) {
    .about-txt br._sm {
        display: none;
    }
}

@media (max-width: 600px) {
    .about-txt br._sm {
        display: none;
    }
}

.about-subtit {
    color: #f47e22;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.22;
    text-align: center;
    margin-bottom: 1.5rem;
}

@media (max-width: 374px) {
    .about-subtit {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .about-subtit {
        font-size: 1.8rem;
        margin-bottom: 12px;
        line-height: 1.7778;
    }
}

@media (max-width: 374px) {
    .about-subtit br.sp {
        display: none;
    }
}

@media (min-width: 768px) {
    .about-subtit br.sp {
        display: none;
    }
}
.category {
    padding: 98px 0 128px;
    background-color: #F0F2F9;
    position: relative;
    
}
.category .category-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.swiper-category-button-prev,.swiper-category-button-next {
    color: transparent;
    width: 5rem;
    height: 5rem;
    position: relative;
    border: solid 1px #c6c6c7;
    border-radius: 10px;
    background-color: #f5f5f5;
    margin: 0 1rem;
}
.swiper-category-button-prev:before ,.swiper-category-button-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);
    background: url(../../dist/img/pagination-arrow-left.png) no-repeat center center/contain;
}
.category .swiper-category-pagination {
    width: auto;
}
.category .swiper-category-button-next:before {
    background: url(../../dist/img/pagination-arrow-right.png) no-repeat center center/contain;
}
.category .swiper-pagination-bullet {
    background-color: transparent;
    font-size: 1.8rem;
    padding: 0 1.5rem;
    font-weight: 700;
    color: #073683;
    width: auto;
    height: auto;
}
.category-swiper {
    overflow: hidden;
    width: 100%;
}
.category .category-list {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-left: 0;
    margin-top: 40px;
}

.category .category-item {
    background-color: #fff;
}

@media (min-width: 768px) {
    .category .category-item {
        max-width: 460px;
        width: calc(33.3333% - 30px * 2 / 3);
        background-color: #fff;
    }
}
@media (max-width: 767px) {
    .category .category-item {
        width: 100%;
    }
    .category-swiper {
        max-width: 500px;
        margin: 0 auto;
    }
}

.category-twrap {
    padding: 20px 20px 30px;
}
.category-img {
    height: 220px;
}
.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-subtit {
    font-size: 2.4rem;
    line-height: calc(33.6/24);
    font-weight: 700;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    color: #0B50BF;
    margin-bottom: 10px;
    text-align: center;
}

.category-txt {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}

.category-txt span {
    font-size: 2.4rem;
    line-height: calc(28/24);
    color: #E09F38;
    font-weight: 700;
}
@media (max-width: 767px) {
    .category {
        padding: 64px 0;
    }

    .category-list {
        margin: 40px auto 0;
    }
    .category-twrap {
        padding: 20px 20px 40px;
    }

    .category-item {
        width: 100%;
    }
    .category-img {
        height: 194px;
    }

    .category-txt {
        font-size: 1.6rem;
    }
}

.drawer {
    background: #073683;
    height: 100vh;
    left: calc(20px - 100%);
    max-width: 600px;
    position: fixed;
    top: 0;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    width: calc(100% - 20px);
    z-index: 102;
}

.drawer._active {
    left: 0;
}

.drawer-opener {
    display: block;
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

@media (min-width: 768px) {
    .drawer-opener {
        left: unset;
        right: 0;
    }
}

@media (min-width: 1350px) {
    .drawer-opener {
        display: none;
    }
}

.drawer-opener span {
    background-color: #ffffff;
    display: block;
    height: 3px;
    position: relative;
    width: 30px;
}

.drawer-opener span::before,
.drawer-opener span::after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.drawer-opener span::before {
    top: -11px;
}

.drawer-opener span::after {
    top: 11px;
}

.drawer-nav {
    color: #ffffff;
    height: 100%;
    padding: 70px 20px 30px;
    position: relative;
    width: 100%;
}

.drawer-closer {
    cursor: pointer;
    display: block;
    height: 33px;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 33px;
}

.drawer-closer:hover {
    opacity: 0.7;
}

.drawer-closer::before {
    background: #ffffff;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 30px;
}

.drawer-closer::after {
    background: #ffffff;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 30px;
}

.drawer-list {
    margin: 0 auto 40px;
    max-width: 450px;
}

@media (min-width: 768px) {
    .drawer-list {
        max-width: 450px;
    }
}

.drawer-item {
    padding: 18px 20px;
}

.drawer-bwrap {
    margin: 0 auto;
    max-width: 400px;
}

.drawer-btn:first-child {
    margin-bottom: 20px;
}

.drawer-btn:last-child a {
    background: #ffffff;
    border: 2px solid #0450bf;
    color: #073683;
}

.drawer-btn a {
    border-radius: 40px;
    display: inline-block;
    font-weight: 700;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101;
}

.overlay._active {
    display: block;
}

.entry-sp {
    background: #073683;
}

@media (min-width: 768px) {
    .entry-sp {
        display: none;
    }
}

.entry-sp._sticky {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99;
}

.entry-sp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
}

.entry-sp-btn {
    width: 160px;
}

@media (max-width: 374px) {
    .entry-sp-btn {
        text-align: center;
        width: calc(50% - 10px / 2);
    }
}

.entry-sp-btn:first-child a {
    border: 2px solid #f47e22;
}

.entry-sp-btn:last-child {
    margin-left: 10px;
}

.entry-sp-btn:last-child a {
    background: #ffffff;
    border: 2px solid #0450bf;
    color: #073683;
}

.entry-sp-btn a {
    display: inline-block;
    font-weight: 700;
    padding: 9.5px 10px;
    text-align: center;
    width: 160px;
    border-radius: 40px;
}

@media (max-width: 374px) {
    .entry-sp-btn a {
        max-width: 145px;
        width: 100%;
    }
}

.entry {
    background: #073683;
    color: #ffffff;
    padding: 85px 0;
}

@media (max-width: 767px) {
    .entry {
        padding: 40px 0;
    }
}

.entry-link a {
    background: #f47e22;
    padding: 45px 20px 30px;
}

@media (max-width: 767px) {
    .entry-link a {
        padding: 20px 12px 16px;
    }
}

@media (max-width: 767px) {
    .entry-link {
        margin: 0 auto;
        max-width: 600px;
    }
}

.entry-tit {
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 16px;
    text-align: center;
}

@media (max-width: 767px) {
    .entry-tit {
        font-size: 2rem;
    }
}

.entry-tit img {
    max-width: 100%;
    width: auto;
}

.entry-tit span:first-of-type img {
    margin-bottom: -5px;
}

@media (max-width: 767px) {
    .entry-tit span:first-of-type {
        display: block;
        margin-bottom: 10px;
    }
}

.entry-tit span:last-of-type {
    margin-left: 6px;
}

.entry-tit span:last-of-type img {
    margin-bottom: -2px;
}

@media (max-width: 767px) {
    .entry-tit span:last-of-type img {
        margin-bottom: -3px;
    }
}

.entry-txt {
    font-size: 1.6rem;
    line-height: 1.625;
}

.feature {
    background-color: #fff;
    padding: 104px 0;
}
.feature-txt1 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #073683;
    margin-top: 64px;
    margin-bottom: 40px;
}

.feature-video {
    max-width: 849px;
    max-height: 478px;
    margin: 0 auto;
}
.feature-video video {
    width: 100%;
    height: 100%;
}
.feature-flow {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.feature-img {
    max-width: 460px;
    width: 38.3%;
}
.feature-img + .feature-desc {
    margin-left: 4%;
}
.feature-desc {
    max-width: 692px;
    width: 57.7%;
}
.feature-subtit {
    font-size: 2.4rem;
    font-weight: 700;
    color: #f47e22;
    margin-bottom: 35px;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
}
.feature-txt2 {
    font-size: 1.8rem;
    line-height: 2;
}
.feature ._pc {
    display: block;
}
.feature ._sp {
    display: none;
}

.feature-tit {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    display: block;
    padding: 20px 0;
    text-align: center;
    background-color: #073683;
    margin-top: 80px;
}
.feature-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.feature-item {
    max-width: 280px;
    width: 23.3%;
}

.feature-item:nth-child(n + 1):nth-child(-n + 4) {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .feature {
        padding: 40px 0 56px;
    }
    .feature-txt1 {
        margin-top: 48px;
        font-size: 1.8rem;
    }
    .feature-flow {
        flex-direction: column;
        justify-content: center;
        margin-top: 56px;
        max-width: 500px;
        margin: 56px auto 0;
    }
    .feature-flow:first-child {
        margin-top: 48px;
    }
    .feature-img {
        max-width: 500px;
        width: 100%;
    }
    .feature-img + .feature-desc {
        margin-left: 0;
    }
    .feature-desc {
        width: 100%;
        max-width: 500px;
    }
    .feature-subtit {
        text-align: center;
        font-size: 1.8rem;
        margin-top: 40px;
        margin-bottom: 18px;
    }
    .feature-txt2 {
        font-weight: 400;
        font-size: 1.6rem;
        display: block;
    }
    .feature-list {
        margin-top: 32px;
    }
    .feature-tit {
        font-size: 1.8rem;
        font-weight: 400;
    }
    .feature-item {
        max-width: none;
        width: 48%;
    }
    .feature-item:nth-child(even) {
        margin-left: 4%;
    }
    .feature-item:nth-child(n + 1):nth-child(-n + 6) {
        margin-bottom: 14px;
    }
    .feature ._pc {
        display: none;
    }
    .feature ._sp {
        display: block;
    }
}

.faq {
    padding: 100px 0 80px;
}

@media (max-width: 767px) {
    .faq {
        padding: 60px 0 20px;
    }
}

.faq-list {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .faq-list {
        margin: 40px auto 0;
        max-width: 685px;
    }
}

.faq-item:not(:last-of-type) {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .faq-item:not(:last-of-type) {
        margin-bottom: 35px;
    }
}

.faq-tit {
    background: #ffffff;
    border-left: 4px solid #073683;
    color: #0450bf;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    padding: 17px 20px;
}

@media (max-width: 767px) {
    .faq-tit {
        font-size: 1.6rem;
        line-height: 1.3333;
        padding: 12px 20px 11px 40px;
        position: relative;
    }
}

.faq-tit span {
    font-size: 2.4rem;
    line-height: 1;
    position: relative;
    top: -3px;
}

@media (min-width: 768px) {
    .faq-tit span {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .faq-tit span {
        font-size: 2rem;
        left: 15px;
        position: absolute;
        top: 23px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.faq-txt {
    line-height: 1.6667;
}

@media (max-width: 767px) {
    .faq-txt {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.guide {
    background-color: #fff;
    padding: 104px 0;
}
.guide-tit {
    font-size: 2.4rem;
}
.guide-banner {
    margin-top: 40px;
}
.guide-banner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.guide-banner img._pc {
    display: block;
}
.guide-banner img._sp {
    display: none;
}

@media (max-width: 767px) {
    .guide {
        padding: 60px 0;
    }
    .guide-tit {
        font-size: 1.6rem;
    }
    .guide-banner {
        margin: 32px auto 0;
        max-width: 500px;
    }
    .guide-banner img._pc {
        display: none;
    }
    .guide-banner img._sp {
        display: block;
    }
}

.footer {
    background-color: #fff;
}

.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    width: 1400px;
}

@media (max-width: 767px) {
    .footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .footer-inner._sp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 480px;
        width: auto;
    }
}

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

@media (max-width: 767px) {
    .footer-nav {
        padding: 30px 0;
    }
}

.footer-wrap {
    background: #073683;
    color: #ffffff;
    padding: 20px 0 10px;
}

@media (max-width: 767px) {
    .footer-wrap {
        padding: 18px 0 14px;
    }
}

.footer-iclist {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .footer-iclist._pc {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer-iclist._sp {
        display: none;
    }
}

.footer-icitem {
    width: calc(33.3333% - 16px * 2 / 3);
}

.footer-icitem:not(:last-child) {
    margin-right: 16px;
}

.footer-icitem a {
    display: block;
}

.footer-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .footer-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 16px;
    }
}

.footer-item {
    font-weight: 700;
}

@media (min-width: 768px) {
    .footer-item:not(:last-child) {
        margin-right: 10px;
    }
}

.footer-item a {
    color: #073683;
    font-size: 1.6rem;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .footer-item a {
        font-size: 1.2rem;
        padding: 5px 0;
    }
}

@media (max-width: 860px) {
    .footer-item a {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .footer-item._sp {
        margin-right: 20px;
    }
}

@media (max-width: 374px) {
    .footer-item._sp {
        margin-right: 10px;
    }
}

.footer-tit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    .footer-tit {
        font-size: 2.4rem;
    }
}

@media (max-width: 860px) {
    .footer-tit {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .footer-cp {
        padding-left: 10px;
    }
}

.header {
    background: #073683;
    color: #ffffff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.header-inner {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .header-inner {
        padding: 0 15px;
    }
}

.header-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transition: 0.2s height ease;
    transition: 0.2s height ease;
}

@media (min-width: 1500px) {
    .header-container {
        margin-left: 52px;
    }
}

@media (max-width: 767px) {
    .header-container {
        height: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

@media (min-width: 1500px) {
    .header-list {
        margin-right: 7.525vw;
    }
}

.header-item {
    font-weight: 700;
}

.header-item:not(:last-child) {
    margin-right: 40px;
}

.header-item a {
    padding: 10px 4px;
}

.header-nav {
    display: none;
    width: 100%;
}

@media (min-width: 1350px) {
    .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.header-tit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .header-tit {
        min-width: 350px;
    }
}

@media (max-width: 767px) {
    .header-tit {
        font-size: 2.4rem;
    }
}

.header-tit span {
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: 36px;
}

@media (max-width: 767px) {
    .header-tit span {
        display: none;
    }
}

.header-btns a {
    display: inline-block;
    font-weight: 700;
    padding: 9.5px 10px;
    text-align: center;
    width: 160px;
    border-radius: 40px;
    line-height: 1.5;
}

.header-btns a:first-child {
    border: 2px solid #f47e22;
}

.header-btns a:last-child {
    background: #ffffff;
    border: 2px solid #0450bf;
    color: #073683;
    margin-left: 10px;
}
.logo_link {
    display: flex;
    align-items: center;
}

.logo_link svg {
    max-width: 135px;
    height: 100%;
}

.logo_link p {
    margin-left: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .logo_link p {
        display: none;
    }
}

.howto {
    padding: 100px 0 75px;
}

@media (max-width: 767px) {
    .howto {
        padding: 40px 0;
    }
}

.howto-subtit {
    color: #f47e22;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 767px) {
    .howto-subtit {
        font-size: 2rem;
    }
}

.howto-subtit._mb {
    margin-bottom: 6px;
}

.howto-subtit-en {
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .howto-subtit-en {
        font-size: 1.6rem;
    }
}

.howto-txt {
    line-height: 1.6667;
    text-align: center;
}

@media (max-width: 767px) {
    .howto-txt {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.howto-txt span {
    display: block;
}

.howto-txt span:nth-child(2) {
    margin: 0 auto -10px;
}

@media (max-width: 767px) {
    .howto-txt span:nth-child(2) {
        margin: 0 auto -7px;
    }
}

.howto-txt span:nth-child(2) img {
    width: 11px;
}

@media (max-width: 767px) {
    .howto-txt br.md {
        display: none;
    }
}

@media (min-width: 1000px) {
    .howto-txt br.md {
        display: none;
    }
}

.howto-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .howto-list {
        margin: 20px auto 0;
        max-width: 500px;
    }
}

.howto-item {
    position: relative;
}

@media (min-width: 768px) {
    .howto-item {
        width: calc(33.3333% - 10px * 2 / 3);
    }
}

@media (min-width: 1000px) {
    .howto-item {
        width: calc(33.3333% - 30px * 2 / 3);
    }
}

@media (max-width: 767px) {
    .howto-item {
        background: #ffffff;
        padding: 20px 12px 14px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .howto-item:not(:last-child) {
        margin-right: 10px;
    }
}

@media (min-width: 1000px) {
    .howto-item:not(:last-child) {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .howto-item:not(:last-child) {
        margin-bottom: 20px;
    }
}

.howto-img {
    text-align: center;
    margin: 0 auto;
    max-width: 257px;
    width: 90%;
}

@media (max-width: 767px) {
    .howto-img {
        margin: 0 auto 10px;
    }
}

.howto-img img {
    max-width: 100%;
    width: auto;
}

@media (max-width: 767px) {
    .howto-img img {
        display: none;
    }
}

.howto-img img._sp {
    display: inline;
    width: 180px;
}

@media (min-width: 768px) {
    .howto-img img._sp {
        display: none;
    }
}

.howto-twrap {
    margin-bottom: 20px;
}

.howto-twrap._mb {
    margin-bottom: 10px;
}

@media (min-width: 1000px) {
    .howto-twrap._mb {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .howto-twrap._mb {
        margin-bottom: 20px;
    }
}

.howto-foot {
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 11px 13px;
}

@media (max-width: 767px) {
    .howto-foot {
        background: #f0f2f9;
        padding: 20px 11px 16px;
    }
}

.howto-foot-txt:first-of-type {
    color: #0450bf;
    font-weight: 700;
    margin-left: 18px;
}

@media (max-width: 767px) {
    .howto-foot-txt:first-of-type {
        font-size: 1.6rem;
        margin-left: 5px;
    }
}

.howto-foot-txt:first-of-type span img {
    display: inline-block;
    margin-bottom: -1px;
    margin-right: 5px;
    max-width: 100%;
    width: auto;
}

.howto-foot-txt:nth-of-type(2) {
    color: #0b50bf;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
}

@media (min-width: 768px) {
    .howto-foot-txt:nth-of-type(2) {
        margin-left: 6px;
    }
}

@media (min-width: 1000px) {
    .howto-foot-txt:nth-of-type(2) {
        font-size: 2.4rem;
        margin-left: 14px;
    }
}

@media (max-width: 767px) {
    .howto-foot-txt:nth-of-type(2) {
        font-size: 2rem;
    }
}

.howto-foot-txt:nth-of-type(2) span img {
    display: inline-block;
    margin-bottom: -6px;
    margin-right: 4px;
    max-width: 100%;
    width: auto;
}

.howto-foot-txt:nth-of-type(2) span img._mb {
    margin-bottom: -4px;
}

.howto-foot-txt:last-of-type {
    background: #ffffff;
    margin-top: 14px;
    padding: 10px;
}

@media (max-width: 767px) {
    .howto-foot-txt:last-of-type {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .howto-foot-txt:last-of-type {
        background: #f0f2f9;
        font-size: 1.6rem;
    }
}

@media (min-width: 1000px) {
    .howto-foot-txt:last-of-type {
        font-size: 1.8rem;
    }
}

.login {
    background: #073683;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .login {
        padding: 30px 0;
    }
}

.login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .login-container {
        margin: 0 auto;
        max-width: 600px;
    }
}

.login-link {
    width: calc(50% - 20px / 2);
}

@media (max-width: 767px) {
    .login-link {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .login-link:last-of-type {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .login-link:last-of-type {
        margin-top: 20px;
    }
}

.login-link:last-of-type a {
    background: #ffffff;
}

.login-link a {
    background: #f47e22;
    display: block;
    padding: 30px 14px 18px;
}

@media (max-width: 767px) {
    .login-link a {
        padding: 22px 12px 16px;
    }
}

@media (min-width: 900px) {
    .login-link a {
        padding: 30px 24px 18px;
    }
}

@media (min-width: 1000px) {
    .login-link a {
        padding: 50px 54px 38px;
    }
}

.login-tit {
    color: #ffffff;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 16px;
    position: relative;
}

@media (max-width: 767px) {
    .login-tit {
        font-size: 2rem;
        text-align: center;
    }
}

.login-tit._blue {
    color: #073683;
}

@media (max-width: 374px) {
    .login-tit._blue {
        font-size: 1.7rem;
    }
}

.login-tit img {
    max-width: 100%;
    width: auto;
}

@media (min-width: 768px) {
    .login-tit span:first-of-type {
        margin-right: 8px;
    }
}

.login-tit span:first-of-type img {
    margin-bottom: -5px;
}

@media (max-width: 767px) {
    .login-tit span:first-of-type {
        display: block;
        margin-bottom: 10px;
    }
}

.login-tit span:last-of-type {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login-tit span:last-of-type img {
    margin-bottom: -2px;
}

@media (max-width: 767px) {
    .login-tit span:last-of-type img {
        margin-bottom: -4px;
    }
}

@media (max-width: 767px) {
    .login-tit span:last-of-type {
        position: static;
    }
}

.login-tit span:nth-of-type(2) {
    font-size: 1.8rem;
    margin-left: 6px;
    vertical-align: 2px;
}

@media (max-width: 767px) {
    .login-tit span:nth-of-type(2) {
        vertical-align: 1px;
    }
}

@media (max-width: 374px) {
    .login-tit span:nth-of-type(2) {
        font-size: 1.6rem;
        vertical-align: 0;
    }
}

.login-txt {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.625;
}

.login-txt._blue {
    color: #000000;
}

.mv {
    height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .mv {
        max-height: 600px;
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .mv {
        max-height: 1000px;
    }
}

@media (max-width: 767px) {
    .mv {
        height: 450px;
        margin-top: 50px;
    }
}

.mv-container {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mv-inner {
    height: 100%;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    width: 80%;
    z-index: 1;
}

@media (max-width: 767px) {
    .mv-inner {
        display: none;
    }
}

.mv-bg {
    height: 75.172%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

@media (max-width: 767px) {
    .mv-bg {
        display: none;
    }
}

@media (min-width: 768px) {
    .mv-bg {
        background: url(../img/mv_bg.png) center left 13%/125% no-repeat;
    }
}

.mv-bg._sp {
    height: 77%;
    position: absolute;
    left: 0;
    top: 56%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

@media (max-width: 767px) {
    .mv-bg._sp {
        background: url(../img/sp/mv_bg.png) center/contain no-repeat;
        display: block;
    }
}

@media (min-width: 768px) {
    .mv-bg._sp {
        display: none;
    }
}

.mv-subtit {
    color: #f47e22;
    font-family: "YuGothicPr6N", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    margin-bottom: 6px;
}

.mv-subtit span {
    margin-right: 8px;
    vertical-align: middle;
}

.mv-subtit span img {
    max-width: 100%;
    width: auto;
}

.mv-tit {
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 26px;
}

.mv-txt {
    margin-bottom: 30px;
    line-height: 1.6667;
}

@media (max-width: 1089px) {
    .mv-txt br._md {
        display: none;
    }
}

@media (min-width: 1090px) {
    .mv-txt br._sm {
        display: none;
    }
}

.mv-btn {
    border-radius: 40px;
    font-size: 2.4rem;
    font-weight: 700;
    max-width: 400px;
    line-height: 1.5;
}

.mv-btn a {
    padding: 16.5px 10px;
}

.mv-btn._sp {
    font-size: 1.8rem;
    max-width: 230px;
    position: absolute;
    right: -40px;
    top: 20px;
    width: 70%;
}

.mv-btn._sp a {
    padding: 11.5px 0 11.5px 20px;
    text-align: left;
}

@media (min-width: 768px) {
    .mv-btn._sp {
        display: none;
    }
}

@media (min-width: 768px) {
    .mv-sp {
        display: none;
    }
}

.mv-sp-subtit {
    color: #f47e22;
    font-family: "YuGothicPr6N", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .mv-sp-subtit {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}

.mv-sp-subtit span {
    margin-right: 8px;
    vertical-align: middle;
}

.mv-sp-subtit span img {
    max-width: 100%;
    width: auto;
}

.mv-sp-tit {
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    .mv-sp-tit {
        font-size: 3.2rem;
        margin-bottom: 12px;
    }
}

.mv-sp-txt {
    margin-bottom: 30px;
    line-height: 1.6667;
}

@media (max-width: 767px) {
    .mv-sp-txt {
        font-size: 1.6rem;
        margin-bottom: 0;
        line-height: 1.875;
        padding-bottom: 60px;
    }
}

.price {
    overflow: hidden;
    padding: 80px 0 90px;
}

@media (max-width: 767px) {
    .price {
        padding: 40px 0;
    }
}

.price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .price-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px auto 0;
        max-width: 500px;
    }
}

.price-box {
    border: 1px solid rgba(112, 112, 112, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .price-box:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

.price-box:first-of-type {
    max-width: 320px;
    width: 100%;
}

@media (max-width: 999px) {
    .price-box:first-of-type {
        display: none;
    }
}

.price-box:nth-of-type(2) {
    width: 100%;
}

@media (min-width: 768px) {
    .price-box:nth-of-type(2) {
        margin: 0 20px;
    }
}

@media (min-width: 1100px) {
    .price-box:nth-of-type(2) {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .price-box:nth-of-type(2) {
        width: 100%;
    }
}

.price-box:last-of-type {
    width: 100%;
}

@media (min-width: 1100px) {
    .price-box:last-of-type {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .price-box:last-of-type {
        width: 100%;
    }
}

.price-head {
    background: #ffffff;
    height: 150px;
    padding: 25px 25px 20px;
}

@media (max-width: 767px) {
    .price-head {
        height: 135px;
        padding: 25px 20px 20px;
    }
}

.price-head-tit {
    background: #073683;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 12px 11px 10px;
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .price-head-tit {
        margin-bottom: 7px;
        padding: 7px 11px 6px;
    }
}

.price-head-tit img {
    margin: 0 10px -3px 0;
    max-width: 100%;
    width: auto;
}

@media (max-width: 767px) {
    .price-head-tit img {
        margin: 0 6px -3px 0;
    }
}

.price-head-txt {
    color: #073683;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    text-align: center;
}

.price-head-txt span:first-of-type {
    font-size: 2.8rem;
}

.price-foot {
    background: #ffffff;
    height: 128px;
}

.price-col {
    border-top: 1px solid rgba(112, 112, 112, 0.25);
    height: 60px;
    padding: 16px 10px;
    position: relative;
    text-align: center;
}

.price-col._bb {
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

.price-col span {
    color: #073683;
    font-weight: 700;
}

@media (max-width: 767px) {
    .price-col span._sp {
        position: relative;
    }
}

@media (min-width: 1000px) {
    .price-col span._sp {
        display: none;
    }
}

.price-hcol {
    border-top: 1px solid rgba(112, 112, 112, 0.25);
    color: #073683;
    font-weight: 700;
    height: 60px;
    padding: 16px 10px;
    position: relative;
    text-align: center;
}

.price-hcol._bb {
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

.price-q {
    border: 1px solid #073683;
    border-radius: 50%;
    color: #073683;
    cursor: pointer;
    height: 30px;
    line-height: 29px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 30px;
}

@media (max-width: 767px) {
    .price-q {
        right: -40px;
    }
}

.price-q._white {
    border: 1px solid #ffffff;
    color: #ffffff;
}

@media (max-width: 767px) {
    .price-q._white {
        right: 55px;
    }
}

@media (max-width: 374px) {
    .price-q._white {
        right: 30px;
    }
}

.price-q:hover {
    opacity: 0.7;
}

.price-y {
    border: 3px solid #073683;
    border-radius: 50%;
    height: 34px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 34px;
}

@media (max-width: 999px) {
    .price-y._pc {
        display: none;
    }
}

.price-n {
    background: #073683;
    height: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
}

.price-foot {
    padding: 29px 24px;
}

.price-btn a {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 17px 10px;
    width: 100%;
}

.price-link {
    margin-top: 18px;
    text-align: right;
}

@media (max-width: 767px) {
    .price-link {
        display: none;
    }
}

.price-link a {
    color: #073683;
    font-weight: 700;
    padding: 6px 0;
    text-decoration: underline;
}

.price-popup {
    background: #073683;
    color: #ffffff;
    font-size: 1.2rem;
    opacity: 0;
    padding: 13px 9px;
    position: absolute;
    text-align: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        z-index 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, z-index 0.3s ease;
    visibility: hidden;
    width: 293px;
    z-index: -1;
}

@media (min-width: 768px) {
    .price-popup {
        width: 250px;
    }
}

@media (min-width: 1000px) {
    .price-popup {
        width: 293px;
    }
}

.price-popup._active {
    opacity: 1;
    visibility: visible;
    z-index: 90;
}

.price-popup::after {
    border-color: #073683 transparent transparent transparent;
    border-style: solid;
    border-width: 24px 16px 0 16px;
    bottom: -23px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
}

@media (max-width: 767px) {
    .price-popup::after {
        left: 78%;
    }
}

.price-popup._std {
    right: -40px;
    top: -52px;
}

@media (max-width: 767px) {
    .price-popup._std {
        right: 0;
    }
}

.price-popup._pre {
    left: 70px;
    top: -70px;
}

@media (max-width: 767px) {
    .price-popup._pre {
        left: 0;
        top: -70px;
    }
}

@media (min-width: 1000px) {
    .price-popup._pre {
        left: 0;
    }
}

@media (min-width: 1100px) {
    .price-popup._pre {
        left: 40px;
    }
}

@media (min-width: 1300px) {
    .price-popup._pre {
        left: 90px;
    }
}

@media (min-width: 1600px) {
    .price-popup._pre {
        left: 185px;
    }
}

.price-popup._ris {
    right: -110px;
    bottom: -146px;
}

.price-popup._ris::after {
    border-color: transparent transparent #073683 transparent;
    border-style: solid;
    border-width: 0 16px 24px 16px;
    top: 0;
}

@media (max-width: 767px) {
    .price-popup._ris {
        right: 0;
        bottom: -163px;
    }
}

.price-popup._del {
    right: -110px;
    top: -38px;
}

@media (max-width: 767px) {
    .price-popup._del {
        right: 0;
        top: -55px;
    }
}

.rank {
    background: #f47e22;
    padding: 100px 0;
}

@media (max-width: 767px) {
    .rank {
        padding: 70px 0 80px;
    }
}

@media (max-width: 767px) {
    .rank-inner {
        padding: 0;
    }
}

.rank-stit {
    color: #ffffff;
}

.rank-coming {
    text-align: center;
    font-size: 3.2rem;
    color: #fff;
    margin-top: 60px;
}
@media (max-width: 767px) {
    .rank-coming {
        font-size: 2.4rem;
    }
}

.rank-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .rank-list {
        margin-top: 30px;
    }
}

.rank-img {
    height: 170px;
    position: relative;
    width: 170px;
}

@media (min-width: 1000px) {
    .rank-img {
        height: unset;
        width: unset;
        padding-top: 100%;
    }
}

.rank-img span {
    color: #073683;
    font-weight: 700;
    height: 38px;
    left: 10px;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 50px;
    z-index: 2;
}

.rank-img > img,
.rank-img > video {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 950px) {
    .rank-item {
        width: calc(20% - 25px * 4 / 5);
    }
}

@media (min-width: 950px) {
    .rank-item:not(:last-of-type) {
        margin-right: 25px;
    }
}

.rank-tit {
    color: #ffffff;
    font-family: noto-sans, sans-serif;
    font-weight: 400;
    margin: 10px auto 4px;
    text-align: center;
}

@media (max-width: 767px) {
    .rank-tit {
        margin: 8px auto 0;
    }
}

.rank-txt {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.rec {
    background: #ffffff;
    padding: 80px 0 100px;
}

@media (max-width: 767px) {
    .rec {
        padding: 60px 0 50px;
    }
}

.rec-head {
    border: 1px solid #073683;
    border-radius: 30px;
    color: #073683;
    font-weight: 700;
    margin: 30px auto 40px;
    max-width: 500px;
    line-height: 1.5;
    padding: 15.5px 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .rec-head {
        font-size: 1.6rem;
        padding: 17px 0;
    }
}

@media (max-width: 374px) {
    .rec-head {
        font-size: 1.35rem;
    }
}

.rec-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .rec-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.rec-item:nth-of-type(2) {
    margin: 35px auto;
}

@media (max-width: 767px) {
    .rec-item:nth-of-type(2) {
        margin: 20px auto;
    }
}

.rec-list {
    margin: 0 auto;
    max-width: 480px;
}

@media (min-width: 768px) {
    .rec-list {
        max-width: 750px;
        padding-left: 30px;
    }
}

.rec-box {
    border: 3px solid #073683;
    height: 30px;
    position: relative;
    width: 30px;
}

@media (max-width: 767px) {
    .rec-box {
        height: 23px;
        margin-top: 3px;
        min-width: 23px;
        width: 23px;
    }
}

.rec-box::after {
    background: url(../img/rec_icon.svg) center/cover no-repeat;
    content: "";
    height: 16px;
    left: 54%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
}

.rec-txt {
    color: #073683;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    margin-left: 19px;
}

@media (max-width: 767px) {
    .rec-txt {
        font-size: 1.6rem;
        margin-left: 10px;
    }
}

.service {
    background: #073683;
    padding: 100px 0;
}

@media (max-width: 767px) {
    .service {
        padding: 40px 0;
    }
}

.service-subtit {
    color: #f47e22;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.22;
    text-align: center;
}

.service-tit-en {
    color: #ffffff;
}

.service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .service-list {
        margin: 30px auto 0;
        max-width: 500px;
    }
}

.service-item {
    background: #ffffff;
    position: relative;
    width: calc(33.3333% - 30px * 2 / 3);
}

@media (max-width: 767px) {
    .service-item {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .service-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .service-item:not(:last-child) {
        margin-right: 30px;
    }
}

.service-iwrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 20vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140px;
}

.service-iwrap img {
    display: block;
    margin-top: -20px;
    max-width: 43%;
    width: auto;
}

@media (min-width: 1000px) {
    .service-iwrap img {
        margin-top: -30px;
    }
}

.service-iwrap img._md {
    max-width: 35%;
}

@media (min-width: 768px) {
    .service-iwrap {
        height: 100px;
        top: 20vw;
        width: 100px;
    }
}

@media (min-width: 1000px) {
    .service-iwrap {
        height: 140px;
        top: 20vw;
        width: 140px;
    }
}

@media (min-width: 1260px) {
    .service-iwrap {
        top: 250px;
    }
}

@media (max-width: 767px) {
    .service-iwrap {
        top: 315px;
    }
}

@media (max-width: 550px) {
    .service-iwrap {
        top: 60vw;
    }
}

@media (max-width: 374px) {
    .service-iwrap {
        height: 100px;
        top: 60vw;
        width: 100px;
    }
}

.service-twrap {
    padding: 50px 20px 30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .service-twrap {
        padding: 50px 10px 30px;
    }
}

@media (min-width: 1000px) {
    .service-twrap {
        padding: 50px 20px 30px;
    }
}

.service-subtit {
    color: #0b50bf;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
}

.service-txt {
    font-size: 1.6rem;
    line-height: 1.75;
}

.swiper {
    padding: 0 0 20px;
}

@media (max-width: 950px) {
    .swiper {
        overflow-x: auto !important;
    }
}

@media (max-width: 767px) {
    .swiper {
        padding: 0 15px 15px;
    }
}

@media (max-width: 950px) {
    .swiper-slide {
        width: auto;
    }
}

@media (max-width: 767px) {
    .swiper-slide:last-of-type {
        padding-right: 15px;
    }
}

.swiper::-webkit-scrollbar {
    height: 7px;
}

.swiper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.swiper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.video_play_button {
    display: inline-block;
    position: absolute;
    width: 5rem;
    height: 5rem;
    border: 0.4rem solid #073683;
    border-radius: 50%;
    color: #073683;
    font-size: 200px;
    background: #073683;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.video_play_button::before {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 1.2rem solid transparent;
    border-left: 2rem solid #fff;
    box-sizing: border-box;
    content: "";
}

.modal-wrap {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s;
}
.modal-wrap.active {
    z-index: 1001;
    pointer-events: initial;
    opacity: 1;
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.6);
}
.modal-wrap.active + .modal-bg {
    z-index: 1000;
    pointer-events: initial;
    opacity: 1;
}

.modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1002;
    transform: translate(-50%, -50%);
}

.modal-delete {
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 5rem;
    color: #fff;
    pointer-events: none;
}

.modal-box {
    width: 90vw;
    max-width: 800px;
    background-color: #fff;
}

.modal-box video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.js-video {
    transition: all 0.2s;
}
.js-video:hover {
    opacity: 0.8;
    cursor: pointer;
}

.service-img {
    position: relative;
    padding-top: calc(440 / 769 * 100%);
}
.service-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
