@charset "UTF-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    outline: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}
h1,h2,h3,h4,h5,h6,caption,address,th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
    color: #222;
}
ul,ol,li,dl,dt,dd {
    list-style: none;
}
img,iframe {
    vertical-align: middle;
    border: 0;
}
img {
    line-height: 0;
    font-size: 0;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
}
input[type="text"],input[type="password"],textarea,select {
    outline: none;
}
textarea {
    font-size: 99%;
}
input {
    vertical-align: middle;
}
::-webkit-input-placeholder {
    color: #000;
}
label {
    padding: 0 0 0 2px;
}
hr {
    display: none;
}
a,a:link {
    color: #3e3a3a;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #3e3a3a;
}
a:active {
    color: #3e3a3a;
    text-decoration: none;
}
/****スマホのブレイクポイント****/
@media screen and (max-width: 896px) {
    a:hover {
        color: #3e3a3a;
        text-decoration: none;
    }
}
body {
    font-family: "Yu Gothic",  "游ゴシック",  "YuGothic",  "游ゴシック体","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    line-height: 1.6;
    color: #3e3a3a;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    min-height: 100%;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    font-feature-settings: "palt";
    padding-top: 88px;
    box-sizing: border-box;
}
.f-hirakaku {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Arial', 'メイリオ', sans-serif;
    font-feature-settings: normal;
}
.f_arial {
    font-family: Arial, Helvetica Neue, Helvetica, serif;
    font-feature-settings: normal;
}
.c-pc {
    display: block;
}
.c-pc-inb {
    display: inline-block;
}
.c-sp {
    display: none;
}
.c-sp-inb {
    display: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 24px 20px 20px;
    border-top: 4px solid #004098;
    background: #ffffff;
    box-sizing: border-box;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}
.hTop_tel {
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.hTop_tel .is-tel {
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
}
.hTop_tel .is-tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../svg/icn_phone_ye.svg) no-repeat center / 100% auto;
    transform: translateY(-50%);
}
.hTop_tel .is-reco {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.01em;
}
.hTop_tel .is-reco span {
    margin-left: -5px;
}
.main-ttl {
    background: #004098;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.mv_img {
    background: #eaf2fa;
}
.mv-img {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.mv-img img {
    width: 100%;
    height: auto;
}
.mv-logo {
    background: #ffee00;
    text-align: center;
    padding: 8px 0 7px;
}
.cv_wrap {
    background: #004098;
}
.cv_in {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 50px;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
}
.cv_ttl {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    color: #ffffff;
}
.pageCv_btn {
    display: flex;
    justify-content: center;
    gap: 0 30px;
}
.cv_wrap .pageCv_btn {
    margin-bottom: 45px;
}
.pageCv-btn {
    width: 320px;
    height: 60px;
    background: #fff;
}
.pageCv-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ffee00 url(../svg/icn_arw_r_right_g.svg?2) no-repeat center right 10px / 16px auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    box-shadow: 0 4px 0 0 #c3b600;
    box-sizing: border-box;
}
.pageCv-btn a span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.6em;
}
.pageCv-btn a span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}
.pageCv-btn.is-siryo a span:before {
    background: url(../svg/icn_siryo.svg?2) no-repeat center / auto 100%;
}
.pageCv-btn.is-sodan a span:before {
    background: url(../svg/icn_sodan.svg?2) no-repeat center / 100% auto;
}
.cvTel_btn {
    text-align: center;
}
.cvTel_btn a {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    pointer-events: none;
}
.contact_wrap .cvTel_btn a {
    font-size: 36px;
}
.cvTel_btn a span {
    position: relative;
    padding: 0 0 0 1em;
}
.cvTel_btn a span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 46px;
    height: 46px;
    background: url(../svg/icn_phone_ye.svg) no-repeat center / 100% auto;
    transform: translateY(-50%);
}
.contact_wrap .cvTel_btn a span:before {
    width: 33px;
    height: 33px;
}
.cvTel_tx {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1.333;
}
.footer_wrap {
    background: #f2f2f2;
    padding: 40px 0 20px;
    box-sizing: border-box;
}
.footer_logo {
    text-align: center;
    margin-bottom: 24px;
}
.copy-txt {
    text-align: center;
    font-size: 10px;
    line-height: 1;
    color: #4e4e4e;
}
header.is-shadow {
    box-shadow: 0 8px 5px -5px rgb(35 74 104 / 6%);
}
.bnr_wrap {
    margin-top: 30px;
    padding: 0 20px;
}
.bnr_img {
    text-align: center;
}
.bnr_img a {
    display: inline-block;
}
.bnr_wrap.ver2 {
    margin: 0 auto 66px;
}
.mvTxt_wrap {
    padding: 120px 0 105px;
}
.mvImg_wrap {
    margin-bottom: 27px;
}
.mv-txt {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #004189;
}
.inportant_wrap {
    padding: 80px 20px 0;
}
.intro_wrap {
    padding: 95px 20px 0;
}
.introLst_wrap dl {
    text-align: center;
    border: 1px solid #004098;
    box-sizing: border-box;
    overflow: hidden;
}
.introLst_wrap dt {
    color: #fff;
    font-weight: bold;
    background: #014099;
    position: relative;
}
.introLst_wrap dt::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.introLst_wrap dd {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #3e3a3a;
    padding: 17px 24px 0;
    text-align: left;
}
.plan_wrap {
    padding: 76px 20px 82px;
}
.ttl {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.674;
    letter-spacing: 0.06em;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 100px;
}
.ttl::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 9;
    width: 96px;
    height: 2px;
    background: #004189;
    transform: translateX(-50%);
}
.inportant_wrap .ttl {
    margin-bottom: 55px;
}
.inportant-txt {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.point_wrap {
    flex-direction: row-reverse;
}
.content_wrap .point_wrap:nth-of-type(even) {
    flex-direction: row;
    gap: 0 45px;
}
.content_wrap .point_wrap:last-of-type {
    margin-bottom: 0;
}
.point {
    display: inline-block;
    position: relative;
    background: #004189;
    padding: 0 23px 2px;
    margin-bottom: 18px;
}
.point::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    z-index: -1;
    width: 14px;
    height: 14px;
    background: #004189;
    transform: translateX(-50%) rotate(45deg);
}
.pointTxt_wrap dt {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.179;
    letter-spacing: 0.03em;
    color: #004098;
    margin-bottom: 15px;
}
.pointTxt_wrap dd {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02em;
    color: #3e3a3a;
}
.tabttl_wrap {
    display: flex;
    justify-content: center;
}
.tab-btn {
    display: block;
    border: none;
    background: #f2f2f2;
    color: #3a8af9;
    text-align: center;
    font-weight: bold;
    border-bottom: none;
}
.tab-btn span {
    position: relative;
}
.tab-btn.sodan span {
    padding-left: 32px;
}
.tab-btn.siryo span {
    padding-left: 27px;
}
.tab-btn span::before {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    left: 0;
}
[aria-controls="siryo_content_1"].tab-btn span::before,
[aria-controls="siryo_content_2"].tab-btn span::before,
[aria-controls="siryo_content_3"].tab-btn span::before {
    width: 20px;
    height: 27px;
}
[aria-controls="sodan_content_1"].tab-btn span::before,
[aria-controls="sodan_content_2"].tab-btn span::before,
[aria-controls="sodan_content_3"].tab-btn span::before {
    width: 23px;
    height: 20px;
}
[aria-controls="siryo_content_1"][aria-selected="true"].tab-btn span::before,
[aria-controls="siryo_content_2"][aria-selected="true"].tab-btn span::before,
[aria-controls="siryo_content_3"][aria-selected="true"].tab-btn span::before {
    background: url(../svg/icn_siryo_wh.svg) no-repeat center / contain;
}
[aria-controls="sodan_content_1"][aria-selected="true"].tab-btn span::before,
[aria-controls="sodan_content_2"][aria-selected="true"].tab-btn span::before,
[aria-controls="sodan_content_3"][aria-selected="true"].tab-btn span::before {
    background: url(../svg/icn_sodan_wh.svg) no-repeat center / contain;
}
[aria-controls="siryo_content_1"][aria-selected="false"].tab-btn span::before,
[aria-controls="siryo_content_2"][aria-selected="false"].tab-btn span::before,
[aria-controls="siryo_content_3"][aria-selected="false"].tab-btn span::before {
    background: url(../svg/icn_siryo_blue.svg?2) no-repeat center / contain;
}
[aria-controls="sodan_content_1"][aria-selected="false"].tab-btn span::before,
[aria-controls="sodan_content_2"][aria-selected="false"].tab-btn span::before,
[aria-controls="sodan_content_3"][aria-selected="false"].tab-btn span::before {
    background: url(../svg/icn_sodan_blue.svg?2) no-repeat center / contain;
}
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    border: 1px solid #3a8af9;
}
.tab-btn.active {
    position: relative;
    background: #3a8af9;
    color: #fff;
}
.tab-ttl {
    font-weight: bold;
    text-align: center;
    color: #000;
}
.tab_in {
    width: 100%;
}
.tab_box {
    overflow: hidden;
}
.subject {
    font-weight: bold;
    background: #009bdd;
    color: #fff;
}
.tabLst_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 19px;
}
.tabLst_wrap li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #000;
    color: #000;
    box-sizing: border-box;
}
.tell_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 28px;
    line-height: 1;
}
.univ_wrap {
    text-align: center;
    padding: 96px 20px 115px;
}
.univ_wrap .is-label {
    display: inline-block;
    background: #004098;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 6px 31px 7px 32px;
    margin-bottom: 12px;
    clip-path: polygon(9.59% 0%, 100% 0%, 90.41% 100%, 0% 100%);
}
.univ_wrap .ttl {
    margin-bottom: 55px;
}
.univ-ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}
.univBox_wrap {
    border: 1px solid #014099;
    padding: 30px;
}
.univImg_wrap {
    margin-bottom: 20px;
}
.univImg_wrap img {
    max-width: 453px;
    width: 100%;
    height: auto;
}
.univTxt_wrap {
    text-align: left;
}
.univTxt_wrap dt {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.458;
    margin-bottom: 5px;
    color: #004098;
}
.univTxt_wrap dd {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
}
.faqSec_wrap {
    padding: 70px 20px 70px;
}
.faqSec_wrap .ttl {
    margin-bottom: 40px;
}
.faq_warp {
    background: #fff;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Arial', 'メイリオ', sans-serif;
}
.faq_box {
    border: 2px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 25px 30px;
}
.faq_box:first-child {
    border-top: 2px solid #f2f2f2;
}
.faq_box:last-child {
    border-bottom: 2px solid #f2f2f2;
}
.faq_ttl a {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 40px;
    background: url(../svg/icn_arw_down.svg) no-repeat center right;
    background-size: 14px auto;
}
.faq_ttl a:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../svg/icn_q.svg) no-repeat center / 100% auto;
}
.faq_ttl.on a {
    background: url(../svg/icn_arw_up.svg) no-repeat center right;
    background-size: 14px auto;
}
.faq_txt {
    display: none;
    padding: 30px 0 0;
    font-weight: 400;
}
.faq-txt {
    position: relative;
    font-size: 14px;
    padding: 0 0 0 40px;
}
.faq-txt:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../svg/icn_a.svg) no-repeat center / 100% auto;
}
.faq-txt a {
    color: #004098;
    text-decoration: underline;
}
.faqlink_list {
    display: table;
    width: 100%;
    padding: 10px 0 0;
}
.faq-link {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 120px;
    font-size: 14px;
    padding: 0 0 0 40px;
}
.faq-link.ver2 {
    vertical-align: top;
}
.faqlink-list {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.faqlink-list.ver2 {
    vertical-align: top;
}
.faqlink_list ul {
    display:flex;
    flex-wrap: wrap;
}
.faqlink_list ul li {
    margin: 0 0 0 25px;
}
.faqlink_list ul li.top {
    margin: 0;
}
.faqlink_list ul li a {
    position: relative;
    font-size: 14px;
    color: #004098;
    padding: 0 0 0 15px;
}
.faqlink_list ul li a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    background: url(../svg/icn_arw_right.svg) no-repeat center left / 100% auto;
}
@media (min-width: 896px) {
    .faq-txt a:hover {
        text-decoration: none;
    }
    .mv_wrap {
        background: #f6f6f6;
    }
    .mv_img {
        padding: 0 20px;
    }
    .content_wrap {
        max-width: 1000px;
        margin: 0 auto;
    }
    .course_dtl {
        width: calc(100% - 435px);
    }
    .pageCv-btn a:hover {
        opacity: 0.8;
    }
    .course-btn a:hover {
        opacity: 0.8;
    }
    .feature_lst {
        display: flex;
        justify-content: space-between;
    }
    .feature_lst > li {
        width: calc((100% - 32px) / 3);
    }
    .mv-btn a:hover {
        color: #ffffff;
        background: #004098 url(../svg/icn_arw_r_right_w.svg?2) no-repeat center right 20px / 20px auto;
    }
    .mv-btn a:hover span.icn-map::before {
        filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(0%) hue-rotate(225deg) brightness(116%) contrast(100%);
    }
    .mv_btn {
        max-width: 537px;
        width: 100%;
    }
    .bnr_wrap img {
        max-width: 1000px;
        width: 100%;
        height: auto;
    }
    .bnr_img a:hover {
        opacity: .8;
    }
    .tabttl_wrap {
        gap: 0 30px;
    }
    .tabttl_wrap::before {
        height: 2px;
    }
    .tab-btn {
        width: calc((100% - 100px) / 2);
        height: 52px;
        font-size: 16px;
        transition: all 0.2s ease;
    }
    .tab-btn.inactive:hover {
        background: #b3d2fd;
        cursor: pointer;
    }
    .tab_content {
        padding: 17px 34px 16px;
    }
    .tabFlx_wrap {
        display: flex;
        justify-content: center;
        gap: 0 40px;
    }
    .tab-ttl {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 17px;
    }
    .tabLst_wrap {
        margin-bottom: 20px;
    }
    .tabLst_wrap li {
        width: calc((100% - 8px * 5) / 6);
    }
    .tabLst_wrap li a {
        font-size: 14px;
        padding: 20px;
        transition: all 0.3s ease-in-out;
    }
    .tabLst_wrap li a:hover {
        background: #3a8af9;
        color: #fff;
        border: 1px solid #3a8af9;
    }
    .introLst_wrap {
        display: flex;
        gap: 27px 25px;
        flex-wrap: wrap;
    }
    .introLst_wrap dl {
        border-radius: 16px;
        width: calc(50% - 25px);
        height: 310px;
    }
    .introLst_wrap dt {
        font-size: 24px;
        line-height: 1.417;
        letter-spacing: 0.025em;
        margin-bottom: 10px;
        border-radius: 0 0 16px 16px;
        padding: 26px 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .introLst_wrap dt::before {
        border-top: 14px solid #014099;
        border-right: 14px solid transparent;
        border-left: 14px solid transparent;
        bottom: -10px;
    }
    .introLst_wrap dd {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: 0.02em;
        padding: 17px 24px 0;
    }
    .univ_in {
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    .univTxt_wrap {
        max-width: 453px;
    }
    .cv_wrap.f-hirakaku.ver2 .cvTel_btn a {
        color: #fff;
        font-size: 60px;
    }
    .cv_wrap.f-hirakaku.ver2 .cvTel_btn {
        margin-bottom: 10px;
    }
    .cv_wrap.f-hirakaku.ver2 .cvTel_tx {
        color: #fff;
        font-size: 16px;
    }
    .point_wrap {
        display: flex;
        justify-content: center;
        gap: 0 13px;
        margin-bottom: 80px;
    }
}
@media (min-width: 897px) and (max-width: 1000px) {
    .mvImg_wrap img {
        width: 48vw;
        height: auto;
    }
    .mvTxt_wrap {
        padding: 12vw 0 10.5vw;
    }
    .mvImg_wrap {
        margin-bottom: 2.7vw;
    }
    .mv-txt {
        font-size: 2.6vw;
    }
}
@media screen and (max-width: 896px) {
    body {
        font-size: 14px;
        min-width: auto;
        width: 100%;
        padding-top: 52px;
        box-sizing: border-box;
    }
    .c-pc {
        display: none;
    }
    .c-pc-inb {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-inb {
        display: inline-block;
    }
    header {
        padding: 15px 0 10px;
        border-top: 2px solid #004098;
        box-sizing: border-box;
    }
    .header_wrap {
        display: block;
        max-width: none;
        margin: 0;
    }
    .hTop_tel {
        display: none;
    }
    .hTop_logo {
        text-align: center;
    }
    .hTop_logo img {
        width: 170px;
        height: auto;
    }
    .main-ttl {
        font-size: 18px;
        line-height: 1.3;
        padding: 8px 0;
        box-sizing: border-box;
    }
    .mv_img {
        background: #e9ebf0;
    }
    .mvImg_wrap {
        margin-bottom: 8px;
    }
    .mv-logo {
        padding: 4px 0;
        box-sizing: border-box;
    }
    .mv-logo img {
        width: 179px;
        height: auto;
    }
    .inportant_wrap {
        padding: 30px 15px;
    }
    .inportant_wrap .ttl {
        margin-bottom: 25px;
    }
    .inportant-txt {
        font-size: 16px;
    }
    .intro_wrap {
        max-width: 725px;
        margin: 0 auto;
        padding: 24px 15px 0;
        box-sizing: border-box;
    }
    .introLst_wrap dl {
        border-radius: 10px;
        margin-bottom: 17px;
    }
    .introLst_wrap dl:last-child {
        margin-bottom: 0;
    }
    .introLst_wrap dt {
        font-size: 16px;
        line-height: 1.438;
        letter-spacing: 0.025em;
        margin-bottom: 11px;
        border-radius: 0 0 10px 10px;
        padding: 14px 14px 15px;
    }
    .introLst_wrap dt::before {
        border-top: 11px solid #014099;
        border-right: 11px solid transparent;
        border-left: 11px solid transparent;
        bottom: -9px;
    }
    .introLst_wrap dd {
        font-size: 12px;
        line-height: 1.75;
        letter-spacing: 0.02em;
        padding: 8px 14px;
    }
    .tab-btn.sodan span {
        padding-left: 26px;
    }
    .tab-btn.siryo span {
        padding-left: 20px;
    }
    [aria-controls="siryo_content_1"].tab-btn span::before,
    [aria-controls="siryo_content_2"].tab-btn span::before,
    [aria-controls="siryo_content_3"].tab-btn span::before {
        width: 15px;
        height: 19px;
    }
    .tab_content {
        padding: 11px 10px 8px;
        box-sizing: border-box;
    }
    .tab-btn {
        width: 50%;
        font-size: 12px;
        padding: 8px 0;
    }
    .tabLst_wrap {
        flex-wrap: wrap;
        gap: 5px 7px;
        margin-bottom: 9px;
    }
    .tabLst_wrap li {
        width: calc((100% - 5px * 3) / 3);
    }
    .tabLst_wrap li a {
        padding: 10px;
        box-sizing: border-box;
    }
    .ttl {
        font-size: 21px;
        line-height: 1.5;
        padding-bottom: 10px;
        margin-bottom: 27px;
        box-sizing: border-box;
    }
    .ttl::before {
        width: 46px;
        height: 1px;
    }
    .point {
        padding: 1px 10px 2px;
        line-height: 1;
        margin-bottom: 8px;
        box-sizing: border-box;
    }
    .point::before {
        width: 7px;
        height: 7px;
        bottom: -3px;
    }
    .point_in {
        line-height: 1;
    }
    .content_wrap .point_wrap {
        padding: 0 15px;
        gap: 0 21px;
        box-sizing: border-box;
        margin-bottom: 40px;
    }
    .pointImg_wrap {
        text-align: center;
        margin-bottom: 20px;
    }
    .pointTxt_wrap dt {
        font-size: 18px;
        line-height: 1.389;
        margin-bottom: 15px;
    }
    .pointTxt_wrap dd {
        font-size: 12px;
        line-height: 1.75;
    }
    .bnr_wrap {
        margin-top: 30px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .bnr_img img {
        max-width: 385px;
        width: 100%;
        height: auto;
    }
    .bnr_wrap.ver2 {
        margin: 0 auto 45px;
    }
    .cv_in{
        max-width: none;
        margin: 0;
        padding: 30px 40px 27px;
        box-sizing: border-box;
    }
    .cv_wrap.ver2 .cv_in {
        padding: 34px 40px 31px;
        box-sizing: border-box;
    }
    .cv_ttl {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 29px;
    }
    .pageCv_wrap {
        display: flex;
        flex-direction: column;
        gap: 15px 0;
    }
    .pageCv_btn {
        display: flex;
        justify-content: center;
        gap: 0 15px;
    }
    .cv_wrap .pageCv_btn {
        margin-bottom: 0;
    }
    .pageCv-btn {
        width: 160px;
        height: 40px;
        background: #fff;
    }
    .pageCv-btn a {
        font-size: 14px;
        padding-right: 15px;
        box-shadow: 0 3px 0 0 #c3b600;
        background: #ffee00 url(../svg/icn_arw_r_right_g.svg?2) no-repeat center right 10px / 12px auto;
        box-sizing: border-box;
    }
    .pageCv-btn a span {
        padding: 0 0 0 1.8em;
        box-sizing: border-box;
    }
    .pageCv-btn a span:before {
        width: 16px;
        height: 16px;
    }
    .cv_in .cvTel_btn {
        max-width: 335px;
        width: 100%;
        height: 60px;
        margin: 0 auto;
    }
    .cvTel_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 40px;
        pointer-events: auto;
        box-sizing: border-box;
    }
    .cvTel_btn a span {
        padding: 0 0 0 27px;
        font-size: 28px;
        box-sizing: border-box;
    }
    .cvTel_btn a span:before {
        width: 22px;
        height: 22px;
    }
    .contact_wrap  {
        padding: 0 15px;
    }
    .contact_wrap .cvTel_btn a {
        justify-content: left;
    }
    .contact_wrap .cvTel_btn a span:before {
        width: 22px;
        height: 22px;
    }
    .cvTel_tx {
        font-size: 10px;
        line-height: 1.333;
        flex-shrink: 0;
    }
    .tell_wrap {
        gap: 0 15px;
    }
    .tab-ttl {
        margin-bottom: 7px;
        font-size: 14px;
    }
    [aria-controls="sodan_content_1"].tab-btn span::before,
    [aria-controls="sodan_content_2"].tab-btn span::before,
    [aria-controls="sodan_content_3"].tab-btn span::before {
        width: 23px;
        height: 20px;
    }
    .footer_wrap {
        padding: 20px 0 30px;
        box-sizing: border-box;
    }
    .footer_logo {
        text-align: center;
        margin-bottom: 17px;
    }
    .footer_logo img {
        width: 200px;
        height: auto;
    }
    .copy-txt {
        font-size: 10px;
    }
    .point img {
        max-width: 30px;
        width: 100%;
        height: auto
    }
    .pointImg_wrap {
        flex-shrink: 0;
    }
    .pointImg_wrap img {
        width: 100%;
        height: auto;
    }
    .intro_wrap .point_wrap .pointImg_wrap:nth-child(1) img {
        max-width: 184px;
    }
    .intro_wrap .point_wrap .pointImg_wrap:nth-child(2) img {
        max-width: 185px;
    }
    .plan_wrap {
        max-width: 725px;
        margin: 0 auto;
        padding: 55px 0 59px;
        box-sizing: border-box;
    }
    .univ_wrap {
        padding: 48px 15px 55px;
        box-sizing: border-box;
    }
    .univ_wrap .is-label {
        font-size: 11px;
        padding: 4px 21px 5px 21px;
    }
    .univImg_wrap {
        margin-bottom: 18px;
    }
    .univImg_wrap img {
        max-width: 385px;
        width: 100%;
        height: auto;
    }
    .univ_wrap .ttl {
        margin-bottom: 25px;
    }
    .univ-ttl {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .univTxt_wrap dt {
        font-size: 18px;
        line-height: 1.389;
        margin-bottom: 4px;
    }
    .univTxt_wrap dd {
        font-size: 14px;
        line-height: 1.75;
    }
    .univBox_wrap {
        margin-bottom: 20px;
        padding: 21px 21px 15px;
    }
    .univBox_wrap:last-of-type {
        margin-bottom: 0;
    }
    .faqSec_wrap {
        padding: 50px 15px 40px;
    }
    .faqSec_wrap .ttl {
        margin-bottom: 37px;
    }
    .faq_box {
        padding: 15px;
    }
    .faq_ttl a {
        display: block;
        font-size: 13px;
        padding: 0 10px 0 20px;
        background: url(../svg/icn_arw_down.svg) no-repeat center right;
        background-size: 8px auto;
    }
    .faq_ttl a:before {
        width: 12px;
        height: 12px;
        top: 4px;
    }
    .faq_ttl.on a {
        background: url(../svg/icn_arw_up.svg) no-repeat center right;
        background-size: 8px auto;
    }
    .faq_txt {
        padding: 20px 0 0;
    }
    .faq-txt {
        font-size: 13px;
        padding: 0 0 0 20px;
    }
    .faq-txt:before {
        width: 14px;
        height: 14px;
        top: 2px;
    }
    .faqlink_list {
        display: block;
        margin: 15px 0 0;
        padding: 0 0 0 20px;
    }
    .faq-link {
        display: block;
        width: auto;
        font-size: 13px;
        padding: 0;
    }
    .faqlink-list {
        display: block;
    }
    .faqlink_list ul {
        display: block;
    }
    .faqlink_list ul li,
    .faqlink_list ul li.top {
        margin: 0 0 5px;
    }
    .faqlink_list ul li:last-child {
        margin: 0;
    }
    .faqlink_list ul li a {
        font-size: 13px;
    }
    .cv_wrap.ver2 .cv_in {
        padding: 31px 40px 30px;
        max-width: none;
        margin: 0;
    }
    .cv_wrap.ver2 .cv_ttl {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 29px;
    }
    .cv_wrap.ver2 .pageCv_wrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px 0;
    }
    .cv_wrap.ver2 .pageCv_btn {
        display: flex;
        justify-content: center;
        gap: 0 15px;
    }
    .cv_wrap.ver2 .pageCv_btn {
        margin-bottom: 0;
    }
    .cv_wrap.ver2 .pageCv-btn {
        width: 160px;
        height: 40px;
        background: #fff;
    }
    .cv_wrap.ver2 .pageCv-btn a {
        background: #ffee00 url(../svg/icn_arw_r_right_g.svg?2) no-repeat center right 10px / 12px auto;
        font-size: 14px;
        box-shadow: 0 3px 0 0 #c3b600;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .cv_wrap.ver2 .pageCv-btn a span {
        padding: 0 0 0 1.8em;
    }
    .cv_wrap.ver2 .pageCv-btn a span:before {
        width: 16px;
        height: 16px;
    }
    .cv_wrap.ver2 .cvTel_btn {
        width: 335px;
        height: 60px;
        margin: 0 auto 13px;
    }
    .cv_wrap.ver2 .cvTel_btn a {
        font-size: 34px;
        pointer-events: auto;
        color: #000;
        border-bottom: 3px solid #c8c7c3;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .cv_wrap.ver2 .cvTel_btn a span {
        padding: 0 0 0 43px;
        box-sizing: border-box;
    }
    .cv_wrap.ver2 .cvTel_btn a span:before {
        width: 30px;
        height: 30px;
    }
    .cv_wrap.ver2 .cvTel_tx {
        font-size: 10px;
        line-height: 1;
    }
    .cv_wrap.f-hirakaku.ver2 .cvTel_tx {
        color: #fff;
    }
}
@media screen and (max-width: 414px) {
    body {
        font-size: 3.382vw;
        padding-top: 12.56vw;
    }
    header {
        padding: 3.623vw 0 2.415vw;
        border-top: 0.483vw solid #004098;
    }
    .hTop_logo img {
        width: 41.063vw;
    }
    .main-ttl {
        font-size: 4.348vw;
        padding: 1.932vw 0;
    }
    .mv-logo {
        padding: 0.966vw 0;
    }
    .mv-logo img {
        width: 43.237vw;
    }
    .mvTxt_wrap {
        padding: 22.705vw 3.382vw 17.391vw;
    }
    .mvImg_wrap {
        margin-bottom: 1.932vw;
    }
    .mvImg_wrap img {
        max-width: 57.971vw;
    }
    .mv-txt {
        font-size: 3.14vw;
    }
    .bnr_wrap {
        margin-top: 7.246vw;
        padding: 0 3.623vw;
    }
    .inportant_wrap {
        padding: 7.246vw 3.623vw;
    }
    .inportant_wrap .ttl {
        margin-bottom: 6.039vw;
    }
    .inportant-txt {
        font-size: 3.865vw;
    }
    .introLst_wrap dl {
        border-radius: 2.415vw;
        margin-bottom: 4.106vw;
    }
    .introLst_wrap dt {
        font-size: 3.865vw;
        margin-bottom: 2.657vw;
        border-radius: 0 0 2.415vw 2.415vw;
        padding: 3.382vw 3.382vw 3.623vw;
    }
    .introLst_wrap dt::before {
        border-top: 2.657vw solid #014099;
        border-right: 2.657vw solid transparent;
        border-left: 2.657vw solid transparent;
        bottom: -2.174vw;
    }
    .introLst_wrap dd {
        font-size: 2.899vw;
        padding: 1.932vw 3.382vw;
    }
    .intro_wrap {
        padding: 5.797vw 3.623vw 0;
    }
    .content_wrap .point_wrap {
        padding-left: 3.623vw;
        gap: 0 5.072vw;
        margin-bottom: 9.662vw;
    }
    .content_wrap .point_wrap:nth-of-type(even) {
        padding-right: 3.623vw;
        gap: 0 6.039vw;
    }
    .ttl {
        font-size: 5.072vw;
        padding-bottom: 2.415vw;
        margin-bottom: 6.522vw;
    }
    .ttl::before {
        width: 11.111vw;
        height: 0.242vw;
    }
    .point {
        padding: 0.242vw 2.415vw 0.483vw;
        margin-bottom: 1.932vw;
    }
    .point::before {
        width: 1.691vw;
        height: 1.691vw;
        bottom: -0.966vw;
    }
    .point img {
        max-width: 7.246vw;
    }
    .pointTxt_wrap dt {
        font-size: 4.348vw;
        line-height: 1.389;
        margin-bottom: 3.623vw;
    }
    .pointTxt_wrap dd {
        font-size: 2.899vw;
        line-height: 1.75;
    }
    .pointImg_wrap {
        margin-bottom: 4.831vw;
    }
    .intro_wrap .point_wrap .pointImg_wrap:nth-child(1) img {
        max-width: 44.444vw;
    }
    .intro_wrap .point_wrap .pointImg_wrap:nth-child(2) img {
        max-width: 44.686vw;
    }
    .plan_wrap {
        padding: 13.285vw 0 14.251vw;
    }
    [aria-controls="siryo_content_1"].tab-btn span::before,
    [aria-controls="siryo_content_2"].tab-btn span::before,
    [aria-controls="siryo_content_3"].tab-btn span::before {
        width: 3.623vw;
        height: 4.589vw;
    }
    .tab_content {
        padding: 2.657vw 3.623vw 1.932vw;
    }
    .tab-btn {
        font-size: 3.865vw;
        padding: 1.932vw 0;
    }
    .tabLst_wrap {
        gap: 1.208vw 1.691vw;
        margin-bottom: 2.174vw;
    }
    .tabLst_wrap li {
        width: calc((100% - 1.208vw * 3) / 3);
    }
    .tabLst_wrap li a {
        padding: 2.657vw 2.415vw;
        font-size: 3.382vw;
    }
    .tab-ttl {
        margin-bottom: 1.691vw;
        font-size: 3.382vw;
    }
    .tab-btn.sodan span {
        padding-left: 6.28vw;
    }
    .tab-btn.siryo span {
        padding-left: 4.831vw;
    }
    [aria-controls="sodan_content_1"].tab-btn span::before,
    [aria-controls="sodan_content_2"].tab-btn span::before,
    [aria-controls="sodan_content_3"].tab-btn span::before {
        width: 5.556vw;
        height: 4.831vw;
    }
    .tell_wrap {
        gap: 0 3.623vw;
    }
    .cvTel_btn a {
        font-size: 9.662vw;
    }
    .cvTel_btn a span {
        padding: 0 0 0 6.522vw;
        font-size: 5.763vw;
    }
    .cvTel_btn a span:before {
        width: 5.314vw;
        height: 5.314vw;
    }
    .contact_wrap .cvTel_btn a span:before {
        width: 5.314vw;
        height: 5.314vw;
    }
    .cvTel_tx {
        font-size: 2.415vw;
        line-height: 1.333;
    }
    .bnr_wrap.ver2 {
        margin: 0 auto 10.87vw;
    }
    .cv_in {
        padding: 7.246vw 9.662vw 6.522vw;
    }
    .cv_ttl {
        font-size: 4.831vw;
        margin-bottom: 7.005vw;
    }
    .pageCv_wrap {
        gap: 3.623vw 0;
    }
    .pageCv_btn {
        gap: 0 3.623vw;
    }
    .pageCv-btn {
        width: 38.647vw;
        height: 9.662vw;
    }
    .pageCv-btn a {
        font-size: 3.382vw;
        padding-right: 3.623vw;
        box-shadow: 0 0.725vw 0 0 #c3b600;
        background: #ffee00 url(../svg/icn_arw_r_right_g.svg?2) no-repeat center right 2.415vw / 2.899vw auto;
    }
    .pageCv-btn a span {
        padding: 0 0 0 1.8em;
    }
    .pageCv-btn a span:before {
        width: 3.865vw;
        height: 3.865vw;
    }
    .cv_in .cvTel_btn {
        max-width: 80.918vw;
        height: 14.493vw;
    }
    .univ_wrap {
        padding: 11.594vw 3.623vw 13.285vw;
    }
    .univ_wrap .is-label {
        font-size: 2.657vw;
        padding: 0.966vw 5.072vw 1.208vw 5.072vw;
    }
    .univImg_wrap {
        border-radius: 4.831vw;
        margin-bottom: 5.072vw;
    }
    .univImg_wrap img {
        max-width: 92.995vw;
    }
    .univ_wrap .ttl {
        margin-bottom: 6.039vw;
    }
    .univ-ttl {
        font-size: 3.382vw;
        line-height: 1.6;
        margin-bottom: 6.039vw;
    }
    .univTxt_wrap dt {
        font-size: 4.348vw;
        line-height: 1.389;
        margin-bottom: 0.966vw;
    }
    .univTxt_wrap dd {
        font-size: 3.382vw;
        line-height: 1.75;
    }
    .univBox_wrap {
        margin-bottom: 8.454vw;
        padding: 5.072vw 5.072vw 3.623vw;
    }
    .faqSec_wrap {
        padding: 12.077vw 3.623vw 9.662vw;
    }
    .faqSec_wrap .ttl {
        margin-bottom: 8.937vw;
    }
    .faq_box {
        padding: 3.623vw;
    }
    .faq_ttl a {
        font-size: 3.14vw;
        padding: 0 2.415vw 0 4.831vw;
        background-size: 1.932vw auto;
    }
    .faq_ttl a:before {
        width: 2.899vw;
        height: 2.899vw;
        top: 0.966vw;
    }
    .faq_ttl.on a {
        background-size: 1.932vw auto;
    }
    .faq_txt {
        padding: 4.831vw 0 0;
    }
    .faq-txt {
        font-size: 3.14vw;
        padding: 0 0 0 4.831vw;
    }
    .faq-txt:before {
        width: 3.382vw;
        height: 3.382vw;
        top: 0.483vw;
    }
    .faqlink_list {
        margin: 3.623vw 0 0;
        padding: 0 0 0 4.831vw;
    }
    .faq-link {
        font-size: 3.14vw;
    }
    .faqlink_list ul li,
    .faqlink_list ul li.top {
        margin: 0 0 1.208vw;
    }
    .faqlink_list ul li a {
        font-size: 3.14vw;
    }
    .cv_wrap.ver2 .cv_in {
        padding: 7.488vw 9.662vw 7.246vw;
        max-width: none;
        margin: 0;
    }
    .cv_wrap.ver2 .cv_ttl {
        font-size: 4.831vw;
        line-height: 1;
        margin-bottom: 7.005vw;
    }
    .cv_wrap.ver2 .pageCv_wrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 4.831vw 0;
    }
    .cv_wrap.ver2 .pageCv_btn {
        display: flex;
        justify-content: center;
        gap: 0 3.623vw;
        margin-bottom: 0;
    }
    .cv_wrap.ver2 .pageCv-btn {
        width: 38.647vw;
        height: 9.662vw;
        background: #fff;
    }
    .cv_wrap.ver2 .pageCv-btn a {
        background: #ffee00 url(../svg/icn_arw_r_right_g.svg?2) no-repeat center right 2.415vw / 2.899vw auto;
        font-size: 3.382vw;
        box-shadow: 0 0.725vw 0 0 #c3b600;
        padding-right: 3.623vw;
        box-sizing: border-box;
    }
    .cv_wrap.ver2 .pageCv-btn a span {
        padding: 0 0 0 1.8em;
    }
    .cv_wrap.ver2 .pageCv-btn a span:before {
        width: 3.865vw;
        height: 3.865vw;
    }
    .cv_wrap.ver2 .cvTel_btn {
        width: 80.918vw;
        height: 14.493vw;
        margin: 0 auto 3.14vw;
    }
    .cv_wrap.ver2 .cvTel_btn a {
        font-size: 8.213vw;
        pointer-events: painted;
        color: #000;
        border-bottom: 0.725vw solid #c8c7c3;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 7.246vw;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .cv_wrap.ver2 .cvTel_btn a span {
        padding: 0 0 0 10.386vw;
        box-sizing: border-box;
    }
    .cv_wrap.ver2 .cvTel_btn a span:before {
        width: 7.246vw;
        height: 7.246vw;
    }
    .cv_wrap.ver2 .cvTel_tx {
        font-size: 2.415vw;
        line-height: 1;
    }
    .footer_wrap {
        padding: 4.831vw 0 7.246vw;
    }
    .footer_logo {
        margin-bottom: 4.106vw;
    }
    .footer_logo img {
        width: 48.309vw;
    }
    .copy-txt {
        font-size: 2.415vw;
    }
}
