@charset "UTF-8";
/***************************
common
***************************/
#Contents {
    padding: 40px 0 0 0;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}
#Clmbx {
    margin: 0 0 60px 0;
}
.btn a:hover{
    opacity: 0.7;
}
.left {
    float: left;
}
.right {
    float: right;
}
/***************************
application
***************************/
.application{
    width: 940px;
    border: 2px solid #00217a;
    padding: 55px 68px;
    box-sizing: border-box;
    margin: 0 auto;
}
.application.noborder{
    padding: 60px 0;
    border: none;
}
.application .ttl {
    margin: 0 0 30px 0;
}
.application .btnbx {
    margin: 0 0 30px 0;
}
.application .btn {
    display: inline-block;
}
.application .btn:first-child {
    padding: 0 35px 0 0;
}
/***************************
information
***************************/
.infoin {
    padding: 50px 0 60px;
}
.infoin dl {
    display: table;
    letter-spacing: -0.4em;
    width: 100%;
    margin: 0 0 20px 0;
}
.infoin dl:last-child{
    margin: 0 0 0 0;
}
.infoin dl dt {
    display: table-cell;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    width: 110px;
}
.infoin dl dt span {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
}
.is-ver1 .infoin dl dt span {
    background: #007eda;
}
.is-ver2 .infoin dl dt span {
    background: #ff3b7d;
}
.infoin dl dd {
    display: table-cell;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    padding: 4px 0 0 20px;
    font-size: 28px;
    line-height: 1.4;
    color: #000000;
    font-weight: bold;
    text-align: left;
}
.infoin dl dd.pano {
    padding: 0 0 0 20px;
}
.infoin dl dd .s1{
    font-size: 36px;
    line-height: 1.2;
}
.infoin dl dd .s2{
    font-size: 30px;
    line-height: 1.2;
}
.infoin dl dd .s3{
    font-size: 20px;
    line-height: 1.2;
}
.infoin dl dd .s4{
    font-size: 20px;
    font-weight: normal;
}
.infoin dl dd .color{
    font-size: 24px;
    line-height: 1;
    color: #007eda;
}
.info_tbl {
    display: table;
    letter-spacing: -0.4em;
    width: 100%;
    margin: 0 0 15px;
}
.info_tbl:last-child {
    margin: 0;
}
.info-tbl {
    display: table-cell;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}
.info-tbl:first-child {
    width: 290px;
}
.infoicn.w1 {
    width: 270px;
}
.infoicn.w2 {
    width: 105px;
}
.infoicn.w3 {
    width: 155px;
}
.infoicn.w4 {
    width: 270px;
}
.infoicn_bx {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -10px 0 0;
}
.infoicn {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 50px;
    background: #ffed78;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 22px;
    line-height: 1.2;
    color: #007eda;
    font-weight: 500;
    margin: 10px 0 0;
}
.infoicn.w4 {
    font-size: 18px;
}
.infoicn span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
/***************************
btm
***************************/
.line {
    padding: 60px 0 0;
}
/***************************
page
***************************/
.topimg {
    margin: 0 0 86px 0;
}
.lnk_wrap {
    width: 940px;
    margin: 0 auto;
    padding: 0 0 80px;
}
.lnk_ttl {
    margin: 0 0 40px;
}
.lnk-ttl {
    width: 940px;
    height: 119px;
}
.lnk-ttl span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 119px 0 0 0;
    background: url(images/lnk_ttl.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.lnk_cnt {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -20px 0 0;
}
.lnk-cnt {
    padding: 20px 0 0;
}
.lnk-cnt a {
    display: block;
    width: 300px;
    height: 80px;
}
.lnk-cnt a:hover {
    opacity: 0.7;
}
.lnk-cnt a span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 80px 0 0 0;
}
.lnk-cnt.n1 a span {
    background: url(images/lnk_btn1.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.lnk-cnt.n2 a span {
    background: url(images/lnk_btn2.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.lnk-cnt.n3 a span {
    background: url(images/lnk_btn3.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.lnk-cnt.n4 a span {
    background: url(images/lnk_btn4.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.lnk-cnt.n5 a span {
    background: url(images/lnk_btn5.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.lnk-cnt.n6 a span {
    background: url(images/lnk_btn6.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.lnk-cnt.n7 a span {
    background: url(images/lnk_btn7.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.lnk-cnt.n8 a span {
    background: url(images/lnk_btn8.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.lnk-cnt.n9 a span {
    background: url(images/lnk_btn9.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.course_wrap {
    width: 940px;
    margin: 0 auto;
    padding: 0 0 60px;
}
.course_ttl {
    position: relative;
}
.is-ver2 .course_ttl {
    padding: 25px 0 0;
    background: #007eda;
}
.course_ttl .is-icn {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 12px 28px;
    background: #ff3b7d;
    position: absolute;
    top: -25px;
    left: 0;
}
.course-ttl {
    width: 940px;
    height: 160px;
}
.course-ttl span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 160px 0 0 0;
}
#n1 .course-ttl span {
    background: url(images/ttl1.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#n2 .course-ttl span {
    background: url(images/ttl2.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#n3 .course-ttl span {
    background: url(images/ttl3.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#n4 .course-ttl span {
    background: url(images/ttl4.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#n5 .course-ttl span {
    background: url(images/ttl5.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#n6 .course-ttl span {
    background: url(images/ttl6.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#n7 .course-ttl span {
    background: url(images/ttl7.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#n8 .course-ttl span {
    background: url(images/ttl8.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#n9 .course-ttl span {
    background: url(images/ttl9.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.course_cnt {
    border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    padding: 0 44px;
}
.is-ver1 .course_cnt {
    border: 6px solid #ff3b7d;
    border-top: none;
}
.is-ver2 .course_cnt {
    border: 6px solid #007eda;
    border-top: none;
}
.img_wrap {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.img-txt {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 400px;
}
.img-txt.w1 {
    width: 400px;
}
.img-txt.w2 {
    width: 500px;
}
.img-txt.w3 {
    width: 440px;
}
.img-cnt {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: right;
}
.flow_wrap {
    border: 4px solid #ff3b7d;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 0 36px;
    margin: 50px 0;
}
.flow_ttl a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    background: url(images/arw2.png) no-repeat center right 36px;
}
.flow_ttl.on a {
    background: url(images/arw1.png) no-repeat center right 36px;
}
.flow_ttl a span {
    font-size: 30px;
    line-height: 1;
    color: #fd427e;
    text-align: center;
}
.flow_ttl a:hover {
    opacity: 0.7;
}
.flow_cnt {
    display: none;
    padding: 40px 0;
}
.flow_box {
    margin: 0 0 40px;
}
.flow_box dl {
    background: #fffadb;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 25px 30px;
}
.flow_box dt {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #fd427e;
    text-align: left;
    margin: 0 0 20px;
}
.flow_box dt span {
    font-size: 50px;
}
.flow_box dd {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
}
.flow-txt {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    padding: 0 0 0 1em;
    position: relative;
    margin: 0 0 10px;
}
.flow-txt:last-child {
    margin: 0;
}
.flow-txt span {
    position: absolute;
    left: 0;
    top: 0;
}
.cv_warp {
    padding: 60px 0;
}
.cv_btn {
    margin: 0 0 50px;
}
.cv_btn a {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 384px;
    height: 80px;
    margin: 0 auto;
    background: #ff3b7d url(images/arw4.png) no-repeat center right 30px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}
.cv_btn a:hover {
    opacity: 0.7;
}
.cv_btn span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
.cv_txt {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.other_btn {
    margin: 0 0 85px;
}
.other-btn {
    width: 940px;
    margin: 0 auto;
}
.other-btn a {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 90px;
    border: 4px solid #bfbfbf;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    background: url(images/arw3.png) no-repeat center right 50px;
    font-size: 34px;
    line-height: 1;
    color: #0b91ed;
    text-decoration: none;
}
.other-btn a:hover {
    opacity: 0.7;
}
.other-btn a span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
.txt_cnt {
    font-size: 20px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}
.lstxt_cnt {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: center;
}
.txt_img {
    padding: 50px 0 0;
}
.reading_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
}
.reading_txt {
    width: 440px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fffadb;
    padding: 0 30px 30px 30px;
}
.reading-txt {
    font-size: 28px;
    line-height: 1;
    color: #0b91ed;
    font-weight: bold;
    padding: 21px 0;
}
.reading_txt dl {
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    padding: 15px 20px;
    margin: 0 0 20px;
    position: relative;
}
.reading_txt dl:nth-child(3) {
    margin: 0 0 30px;
}
.reading_txt dl:last-child {
    margin: 0;
}
.reading_txt dt {
    font-size: 30px;
    line-height: 1;
    color: #fd427e;
    font-weight: bold;
    text-align: left;
    padding: 0 0 10px;
}
.reading_txt dt span {
    font-size: 40px;
}
.reading_txt dd {
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
}
.reading_wrap .is-flow {
    position: absolute;
    right: 0;
    top: -10px;
    width: 160px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #ff3b7d;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
}
.reading-img {
    margin: 0 0 20px;
}
.reading-img:last-child {
    margin: 0;
}
.eng_wrap {
    padding: 50px 0 0;
}
.eng_box {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fffadb;
    padding: 35px 30px;
    margin: 0 0 30px;
}
.eng_box:last-child {
    margin: 0;
}
.eng-box {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.eng-box:first-child {
    width: 130px;
}
.eng-box:nth-child(2) {
    width: 240px;
    text-align: center;
}
.eng-box:last-child {
    width: 100%;
}
.eng_box.is-ver2 .eng-box:last-child {
    padding: 0 0 0 38px;
}
.eng_round {
    display: table;
    table-layout: fixed;
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}
.eng_box.is-ver1 .eng_round {
    background: #007eda;
}
.eng_box.is-ver2 .eng_round {
    background: #ff3b7d;
}
.eng_round .is-in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.eng_round .is-bg {
    font-size: 30px;
}
.eng_txt {
    margin: 0 0 25px;
}
.eng_txt:last-child {
    margin: 0;
}
.eng_txt dt {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    padding: 0 0 15px;
}
.eng_box.is-ver1 .eng_txt dt {
    color: #007eda;
}
.eng_box.is-ver2 .eng_txt dt {
    color: #ff3b7d;
}
.eng_txt dd {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
}
.comp_wrap {
    padding: 40px 0 0;
}
.comp_in {
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fffadb;
    padding: 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comp_wrap.is-ver1 .comp_box {
    width: 240px;
}
.comp_wrap.is-ver2 .comp_box {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comp_img {
    margin: 0 0 30px;
}
.comp_wrap.is-ver2 .comp_img {
    margin: 0 15px 0 0;
}
.comp_txt dt {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    padding: 0 0 15px;
    color: #007eda;
    text-align: center;
}
.comp_txt dd {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
}