html {
    background: #efefef;
}

body {
    width: 1400px;
    margin: 0 auto;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #444444;
    background: #ffffff;
}

section {
    padding: 0 100px;
}

.sp {
    display: none;
}

.flex {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.font_ttl-80 {
    font-size: 80px;
    font-weight: 700;
}

.font_ttl-70 {
    font-size: 70px;
    font-weight: 700;
}

.font_ttl-60 {
    font-size: 60px;
    font-weight: 700;
}

.font_ttl-42 {
    font-size: 42px;
    font-weight: 700;
}

.font_ttl-36 {
    font-size: 36px;
    font-weight: 700;
}

.font_ttl-34 {
    font-size: 34px;
    font-weight: 500;
}

.font_ttl-26 {
    font-size: 26px;
    font-weight: 500;
}

.font_ttl-22 {
    font-size: 22px;
    font-weight: 500;
}

.font_color-white {
    color: #ffffff;
}

.font_color-pink {
    color: #D833C5;
}

.font_color-blue {
    color: #24529F;
}

.font_color-green {
    color: #3FC0BF;
}

.font_deco-underline {
    text-decoration: underline;
    text-decoration-color: #24539F;
}

a:hover {
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
    -moz-opacity: .85;
    -khtml-opacity: .85;
    opacity: .85;
    zoom: 1;
    cursor: pointer;
}

header {
    height: 100px;
    display: flex;
    justify-content: space-between;
}

header h1 {
    padding-bottom: 30px;
    padding-left: 20px;
    position: relative;
    font-size: 26px;
    font-weight: 700;
    color: #009C6F;
}

header b {
    position: absolute;
    top: 45px;
    left: 310px;
    white-space: nowrap;
}

header ul {
    display: flex;
}

.mod_mv {
    padding: 0;
    position: relative; 
}

.mod_mv .junior a {
    width: 260px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute; 
    top: -75px; 
    right: 510px; 
    text-align: center;
    color: #ffffff;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    background: #24529f;
}

.mod_mv .junior a::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: "";
}

.mod_cta {
    width: 100%;
    padding: 90px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    background: #1e7ee9 url(../images/cta_bg.jpg) top center no-repeat;
    background-size: cover;
}

.mod_cta .btn {
    width: 800px;
    height: 112px;
    margin: 60px 0 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    color: #ffffff;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    background: -moz-linear-gradient(left, #40C0BF 50%, #88D8D8);
    background: -webkit-linear-gradient(left, #40C0BF 50%, #88D8D8);
    background: linear-gradient(to right, #40C0BF 50%, #88D8D8);
}

.mod_cta .btn::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 40px;
    display: block;
    content: "";
}

.mod_cta .font_ttl-70 {
    margin-top: 10px;
}

.mod_cta .markup {
    width:540px;
    height:46px;
    margin: -30px auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    position:relative;
    text-align:center;
    color:#3FBFBF;
    font-size:20px;
    font-weight:bold;
    background:#ffffff;
}

.mod_cta .markup::after {
    border: solid transparent;
    content:'';
    height: 0;
    width:0;
    margin-left: -10px;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-color:#ffffff;
    pointer-events:none;
    position:absolute;
    top: 100%;
    left:50%;
}

.mod_trouble {
    padding: 60px 100px 80px;
    padding-right: 505px;
    position: relative;
    color: #ffffff;
    background: url(../images/trouble_bg.jpg) center no-repeat;
    background-size: cover;
}

.mod_trouble .font_ttl-42 {
    margin-bottom: 20px;
}

.mod_trouble li {
    padding-left: 57px;
    position: relative;
    line-height: 60px;
}

.mod_trouble li::before {
    width: 37px;
    height: 37px;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    content: "";
    background: url(../images/trouble_mark_check.png);
    background-size: cover;
}

.mod_trouble li br {
    display: none;
}

.mod_trouble .img {
    position: absolute;
    bottom: -20px;
    right: 150px;
}

.mod_solution {
    margin-top: 20px;
    margin-bottom: -100px;
    position: relative;
    z-index: 100; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(../images/solution_arrow.png) center no-repeat;
    background-size: contain;
}

.mod_solution .btn {
    width: 400px;
    height: 46px;
    margin: 10px auto 0;
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 26px;
    background: -moz-linear-gradient(left, #40C0BF 50%, #88D8D8);
    background: -webkit-linear-gradient(left, #40C0BF 50%, #88D8D8);
    background: linear-gradient(to right, #40C0BF 50%, #88D8D8);
}

.mod_solution .btn::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: "";
}

.mod_feature {
    position: relative;
}

.mod_feature::before,
.mod_feature::after {
    width: 423px;
    height: 398px;
    display: block;
    position: absolute;
    top: 0;
    content: "";
    z-index: 0;
}

.mod_feature::before {
    left: 0;
    background: url(../images/feature_bg-man.jpg) no-repeat;
}

.mod_feature::after {
    right: 0;
    background: url(../images/feature_bg-woman.jpg) no-repeat;
}

.mod_feature dl {
    height: 398px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.mod_feature ul {
    padding: 40px 0 60px;
}

.mod_feature li {
    width: 100%;
    padding: 50px 100px 60px;
    position: relative;
    background: #e3F4Fe;
}

.mod_feature li:nth-child(2),
.mod_feature li:nth-child(3) {
    width: 49%;
    margin-top: 25px;
    padding: 40px 20px;
}

.mod_feature li:nth-child(1)::before { background: url(../images/feature_point-01.png) center no-repeat; }
.mod_feature li:nth-child(2)::before { background: url(../images/feature_point-02.png) center no-repeat; }
.mod_feature li:nth-child(3)::before { background: url(../images/feature_point-03.png) center no-repeat; }

.mod_feature li:nth-child(1)::before,
.mod_feature li:nth-child(2)::before,
.mod_feature li:nth-child(3)::before {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 40px;
    left: 20px;
    content: "";
    z-index: 0;
    background-size: cover;
}

.mod_feature li:nth-child(1)::before {
    top: 50px;
    left: 100px;
}

.mod_feature li .font_ttl-26 {
    height: 80px;
    padding-left: 100px;
}

.mod_feature li figure {
    padding: 20px 0;
}

.mod_feature li:nth-child(1) figure {
    padding: 30px 0;
}

.mod_feature .movie {
    height: auto;
    margin-bottom: 80px;
}
.mod_feature .movie iframe {
    width: 800px;
    height: 450px;
    margin-top: 30px;
}

.mod_example {
    padding: 70px 100px;
    background: url(../images/example_bg.jpg) center no-repeat;
    background-size: cover;
}

.mod_example .font_ttl-42 {
    margin-bottom: 70px;
}

.mod_example .font_ttl-26 {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod_example .font_ttl-42,
.mod_example .font_ttl-26 {
    text-align: center;
}

.mod_example figure {
    margin: 20px 0;
}

.mod_example li {
    width: 49%;
    padding: 70px 30px 60px;
    position: relative;
    background: #ffffff;
}

.mod_example li:nth-child(1)::before { background: url(../images/example_case-01.png) center no-repeat; }
.mod_example li:nth-child(2)::before { background: url(../images/example_case-02.png) center no-repeat; }

.mod_example li:nth-child(1)::before,
.mod_example li:nth-child(2)::before {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    content: "";
    z-index: 0;
    background-size: cover;
}

.mod_voice {
    padding: 100px;
    padding-bottom: 110px;
    background: url(../images/bg.png);
    background-size: cover;
}

.mod_voice .font_ttl-42 {
    margin-bottom: 60px;
    text-align: center;
}

.mod_voice dl {
    min-height: 230px;
    padding: 40px 0;
    padding-left: 210px;
    border-top: #A4C4FF solid 1px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    position: relative;
}

.mod_voice dl:last-child {
    border-bottom: #A4C4FF solid 1px;
}

.mod_voice .man::before { background: url(../images/voice_img-man.png) no-repeat; }
.mod_voice .woman::before { background: url(../images/voice_img-woman.png) no-repeat; }

.mod_voice .man::before,
.mod_voice .woman::before {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 40px;
    left: 30px;
    display: block;
    content: "";
    background-size: cover;
}

.mod_voice dt {
    margin-bottom: 10px;
}

.mod_flow-exp {
    padding: 120px 100px;
    color: #ffffff;
    background: #1e7ee9 url(../images/flow-exp_bg.jpg) top center no-repeat;
    background-size: cover;
}

.mod_flow-exp .font_ttl-42 {
    text-align: center;
}

.mod_flow-exp dl {
    width: 32%;
    margin-top: 50px;
    padding-bottom: 270px;
    position: relative;
}

.mod_flow-exp dl:nth-child(1)::before { background: url(../images/flow-exp_flow-01.png) center no-repeat; }
.mod_flow-exp dl:nth-child(2)::before { background: url(../images/flow-exp_flow-02.png) center no-repeat; }
.mod_flow-exp dl:nth-child(3)::before { background: url(../images/flow-exp_flow-03.png) center no-repeat; }
.mod_flow-exp dl:nth-child(4)::before { background: url(../images/flow-exp_flow-04.png) center no-repeat; }
.mod_flow-exp dl:nth-child(5)::before { background: url(../images/flow-exp_flow-05.png) center no-repeat; }
.mod_flow-exp dl:nth-child(6)::before { background: url(../images/flow-exp_flow-06.png) center no-repeat; }

.mod_flow-exp dl:nth-child(1)::before,
.mod_flow-exp dl:nth-child(2)::before,
.mod_flow-exp dl:nth-child(3)::before,
.mod_flow-exp dl:nth-child(4)::before,
.mod_flow-exp dl:nth-child(5)::before,
.mod_flow-exp dl:nth-child(6)::before {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    background-size: cover;
}

.mod_flow-exp dt {
    height: 80px;
    margin-bottom: 10px;
    padding-left: 100px;
    display: flex;
    align-items: center;
}

.mod_flow-exp figure {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mod_flow-exp figure img {
    width: 100%;
}

.mod_faq {
    padding: 80px 100px 100px;
    background: #1e7ee9 url(../images/faq_bg.jpg) top center no-repeat;
    background-size: cover;
}

.mod_faq .font_ttl-42 {
    margin-bottom: 60px;
    text-align: center;
}

.mod_faq dl {
    margin: 10px 0;
    padding: 15px 30px 15px 60px;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
    cursor: pointer;
}

.mod_faq dt::before {
    display: inline;
    position: absolute;
    top: 24px;
    left: 20px;
    line-height: 0;
    font-size: 32px;
    color: #24529F;
    content: "Q";
}

.mod_faq dt::after {
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
    line-height: 0;
    font-size: 40px;
    font-weight: 100;
    color: #24529F;
    content: "+";
}
.mod_faq .changed dt::after {
    content: "-";
}

.mod_faq dd {
    padding-top: 15px;
    display: none;
    position: relative;
}

.mod_faq dd::before {
    display: inline;
    position: absolute;
    top: 27px;
    left: -35px;
    line-height: 0;
    font-size: 32px;
    color: #D833C5;
    content: "A";
}


.mod_flow-apply {
    padding: 80px 100px 100px;
    color: #ffffff;
    background: #1e7ee9 url(../images/flow-apply_bg.jpg) bottom center no-repeat;
    background-size: cover;
}

.mod_flow-apply .font_ttl-42 {
    margin-bottom: 60q;
    text-align: center;
}

.mod_flow-apply dl {
    width: 23%;
    position: relative;
}

.mod_flow-apply dl:nth-child(1)::before { background: url(../images/flow-apply_step-01.png) center no-repeat; }
.mod_flow-apply dl:nth-child(2)::before { background: url(../images/flow-apply_step-02.png) center no-repeat; }
.mod_flow-apply dl:nth-child(3)::before { background: url(../images/flow-apply_step-03.png) center no-repeat; }
.mod_flow-apply dl:nth-child(4)::before { background: url(../images/flow-apply_step-04.png) center no-repeat; }

.mod_flow-apply dl:nth-child(1)::before,
.mod_flow-apply dl:nth-child(2)::before,
.mod_flow-apply dl:nth-child(3)::before,
.mod_flow-apply dl:nth-child(4)::before {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    background-size: cover;
}

.mod_flow-apply dt {
    height: 80px;
    padding-left: 100px;
    display: flex;
    align-items: center;
}

.mod_flow-apply figure {
    margin: 10px 0;
    padding: 20px 80px;
    border-radius: 10px;
    background: #ffffff;
}

.mod_class {
    padding: 80px 100px 100px;
    background: url(../images/bg.png);
    background-size: cover;
}

.mod_class .font_ttl-60,
.mod_class .font_ttl-36 {
    text-align: center;
}

.mod_class .font_ttl-60 br {
    display: none;
}

.mod_class .markup {
    width: 360px;
    height: 46px;
    margin: 50px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    background: #24529F;
}

.mod_class .markup::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    margin-left: -10px;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-color: #24529F;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
}

.mod_class li {
    width: 49%;
    margin-top: 40px;
    padding: 40px 30px;
    border-radius: 10px;
    background: #ffffff;
}

.mod_class li .btn {
    width: 400px;
    height: 66px;
    margin: 0 auto;
    border-radius: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 26px;
    color: #ffffff;
    background: -moz-linear-gradient(left, #40C0BF 50%, #88D8D8);
    background: -webkit-linear-gradient(left, #40C0BF 50%, #88D8D8);
    background: linear-gradient(to right, #40C0BF 50%, #88D8D8);
}

.mod_class li .btn::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    content: "";
}

.mod_class figure,
.mod_class dl {
    width: 48%;
}

.mod_class dd {
    margin-top: 10px;
}

.mod_class iframe {
    margin: 20px 0;
}