@charset "utf-8";

/* UTYLITY */
.clearfix:after {
    height: 0;
    display: block;
    clear: both;
    content: "";
}

.pc-hidden {
    display: block;
}

.sp-hidden {
    display: none;
}

img {
    width: auto;
    max-width: initial;
}

.sp-hidden {
    display: block;
}

.pc-hidden {
    display: none;
}

.sp_eachLink {
    display: none;
}

.sp_img_hidden {
    display: none;
}

/*[ LAYOUT ] ------------------------------------------*/
#wrapper {
    letter-spacing: 0.05em;
    position: relative;
}

main {
    display: block;
}

article {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 930px;
    position: relative;
}

.inner {
    margin: 0 auto;
    width: 100%;
    max-width: 930px;
    position: relative;
}

/*[ header ] ------------------------------------------*/
header {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: #fff;
}

header h1 {
    margin: 0 auto;
    padding: 12px 0;
    width: 960px;
}

header h1 img {
    max-width: 439px;
    display: block;
}

/*[ footer ] ------------------------------------------*/
footer {
    font-size: 12px;
    font-style: normal;
    background: #e5f6ff;
}

footer address {
    font-style: normal;
    text-align: left;
    margin: 0 auto;
    padding: 0.5em 0;
    width: 960px;
}

footer p.copyright {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 0.5em 0;
    background: #26acd3;
}

/*============================================================
	top_kv
*/
.top_kv {
    background: url(../img/kv_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .top_kv .inner {
    position: relative;
    margin: 0 auto;
    padding: 12px 0 0px;
    width: 930px;
  }
  
  .top_kv dl {
    align-items: center;
    display: flex;
  }
  
  .top_kv dt {
    margin-bottom: 10px;
  }
  
  .top_kv dd img {
    vertical-align: bottom;
  }
  
  .cta {
    text-align: center;
    margin: 0 auto;
  }
  
  .cta a img {
    transition: all .3s;
  }
  
  .cta a:hover img {
    opacity: 0.7;
  }
  
  .top_kv .inner .cta_button {
    position: absolute;
    bottom: 6%;
    top:450px;
    right: 15px;
  }
  
  .header_pc {
    vertical-align: bottom;
    width: 100%;
  }
  
  .header_sp {
    display: none;
  }


/*============================================================
	top_s0
*/
.top_s0 {
    background: #e5f6ff;
}

.top_s0 .inner {
    margin: 0 auto;
    padding: 0;
    width: 95%;
}

section h2.title {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
    background: url(../img/title_bg_pc.png) bottom no-repeat;
    background-size: cover;
}

section h2.title span {
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0 10px 30px;
    width: 100vw;
    height: 5em;
    height: 163px;
    display: table-cell;
}

section h2.title strong {
    font-size: 28px;
}

section h2.title img {
    text-align: center;
    margin: 0 20px 5px 0;
    height: 31px;
    display: inline-block;
}

.top_s0 .checkbox {
    font-size: 18px;
    font-weight: bold;
    margin: 0 110px;
    padding-bottom: 10px;
    position: relative;
}

.top_s0 .checkbox:after {
    margin: 0 auto;
    width: 220px;
    height: 280px;
    right: 0;
    bottom: -10px;
    display: block;
    background: url(../img/s01_img.png) center top no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
}

.top_s0 .checkbox li {
    font-size: 26px;
    /* line-height: 1.4; */
    line-height: 1.2;
    margin-bottom: 44px;
    padding-left: 40px;
    background: url(../img/checkbox.png) left center no-repeat;
    background-size: 32px 30px;
    position: relative;
}

.top_s0 .checkbox strong {
    color: #ff0030;
    border-bottom: 1px solid #ff0030;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 10px;
}

.box {
    margin: 0 auto 60px;
    padding: 10px;
    width: 865px;
    background: url(../img/bg_border.png) repeat;
    position: relative;
}

.box > div.inbox {
    padding: 10px;
    background: #fff;
}

.box h3 {
    font-size: 26px;
    color: #fff;
    line-height: 1.4;
    margin: 5px 0 0 -40px;
    padding: 10px 10px 10px 23px;
    width: auto;
    height: 54px;
    display: inline-block;
    background: #1942a0;
    position: relative;
}

/*============================================================
	top_s1
*/

.top_s1 {
    padding-bottom: 255px;
    background: #e5f6ff;
}

.top_s1 .box h3 {
    font-size: 26px;
    color: #fff;
    line-height: 1.4;
    margin: 5px 0 0 -40px;
    padding: 10px 10px 10px 23px;
    width: 100%;
    max-width: 755px;
    height: 54px;
    display: inline-block;
    background: #1942a0;
    position: relative;
}

.top_s1 .box h3 strong {
    margin-left: 10px;
}

.top_s1 .box > div.inbox {
    padding: 10px;
    background: #fff;
}

.top_s1 ul {
    display: flex;
    padding: 25px 50px 45px;
}

.top_s1 ul.sp_top_s1-list {
    display: none;
}

.top_s1 ul li.con_img img {
    max-width: 288px;
    border: 1px solid #000;
}

.top_s1 ul li:last-child {
    margin-left: 30px;
}

.top_s1 ul li {
    font-size: 20px;
}

.top_s1 ul li.con_img,
.top_s1 ul li.top_s1-list2_2 {
    width: 43%;
}

.top_s1 ul li.top_s1-list1_2,
.top_s1 ul li.top_s1-list2_1 {
    width: 57%;
}

.top_s1 ul li span {
    display: block;
    margin-top: 30px;
    font-size: 16px;
}

.top_s1 .box:after {
    width: 100%;
    height: 348px;
    left: 0;
    bottom: -318px;
    display: block;
    background: url(../img/s01_02_pc.png) center bottom no-repeat;
    background-size: auto;
    content: "";
    position: absolute;
}


.box h3:before {
    border: none;
    border-bottom: solid 20px transparent;
    border-right: solid 20px #11326a;
    top: 100%;
    left: 0;
    content: '';
    position: absolute;
}

.box h3:after {
    margin: auto;
    border-color: transparent transparent transparent #1942a0;
    border-style: solid;
    border-width: 27px 0 27px 20px;
    width: 0;
    height: 0;
    z-index: 10;
    top: 0;
    right: -20px;
    content: "";
    position: absolute;
}

.box h3 strong {
    font-size: 25px;
    line-height: 1;
}

.top_s0 .box .glaph {
    text-align: center;
    margin: 30px auto 10px;
}

.top_s0 .box .notes {
    font-size: 12px;
    line-height: 1.5;
    margin-left: 410px;
}

.top_s0 .s1_box02 dl {
    font-size: 0;
    text-align: center;
    margin-bottom: 35px;
}

.top_s0 .s1_box02 dl.arrow {
    text-align: center;
    margin: 20px auto 20px;
    padding-bottom: 70px;
    background: url(../img/arrow.png) center bottom no-repeat;
    background-size: auto;
}

.top_s0 .s1_box02 dl dt,
.top_s0 .s1_box02 dl dd {
    vertical-align: top;
    display: inline-block;
}

.top_s0 .s1_box02 dl dt {
    padding-right: 65px;
}

.top_s0 .s1_box02 dl dd {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    padding-top: 65px;
    width: 400px;
}

.top_s0 .s1_box02 dl.arrow dt {
    padding-right: 20px;
}

.top_s0 .s1_box02 dl.arrow dd {
    padding-top: 35px;
    width: auto;
}

.top_s0 .s1_box02 h4,
.top_s0 .box dl dd h5 {
    font-size: 28px;
    color: #1942a0;
    line-height: 1.3;
    margin-bottom: 10px;
}

.top_s0 .box dl dd h5 span {
    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffc0c0 40%);
}

.top_s0 .s1_box02 h4 {
    text-align: center;
    margin-bottom: 15px;
}

.top_s0 .s1_box02 h4 i {
    font-style: normal;
}

.top_s0 .s1_box02 h4 span {
    font-size: 40px;
    font-style: normal;
    background: linear-gradient(transparent 65%, #ffc0c0 40%);
    background-position: top;
}

.top_s0 .s1_box03 {
    margin-bottom: 167px;
    position: relative;
}

.top_s0 .s1_box03 dl.conts {
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    display: flex;
}

.top_s0 .s1_box03 dl.conts > dt {
    text-align: center;
    padding-top: 25px;
    width: 260px;
}

.top_s0 .s1_box03 dl.conts > dd {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    padding-top: 35px;
    width: 490px;
}

.top_s0 .s1_box03 > div.inbox {
    padding-bottom: 40px;
}

.top_s0 .s1_box03 .box03_txt {
    width: 306px;
}

.top_s0 .s1_box03 .box03_txt dt {
    text-align: left;
    margin: 10px auto;
    width: auto;
}

.top_s0 .s1_box03 .box03_txt dd {
    font-size: 12px;
    text-align: right;
}

.top_s0 .s1_box03:after {
    width: 100%;
    height: 280px;
    left: 0;
    bottom: -167px;
    display: block;
    background: url(../img/s01_04_pc.png) center bottom no-repeat;
    background-size: auto;
    content: "";
    position: absolute;
}

.top_s0 .reason_box {
    margin: 0 auto;
    width: 865px;
}

.top_s0 .reason_box dt {
    text-align: center;
    margin: 0 auto 4px;
    padding: 0;
    background: #fff;
}

.top_s0 .reason_box dd ul {
    justify-content: space-around;
    display: flex;
}

.top_s0 .reason_box a img {
    transition: all .3s;
}

.top_s0 .reason_box a:hover img {
    opacity: 0.7;
}

.top_s0 .cta {
    margin: 30px auto;
}

.cta_wrap {
    padding: 50px 0;
    background: linear-gradient(#e5f6ff 50%, #fff 50%);
}

.cta_wrap.bg_white {
    background: #fff;
}

.cta_wrap .cta {
    text-align: center;
    margin: 0 auto;
    width: 51%;
}

.bg_half {
    background: linear-gradient(#e5f6ff 50%, #fff 50%);
}

/*============================================================
	top_s2
*/
.sp_top_s2-list {
    display: none;
}

.top_s2 {
    background: #e5f6ff url(../img/s02_bg_pc.jpg) center 120px no-repeat;
    background-size: 1445px auto;
}

.top_s2 .inner {
    margin: 0 auto;
    padding: 0 0 20px;
    width: 95%;
}

/* .top_s2 .box {
 border-image: url(../img/bg_border.png) 10 10 round;
 margin: 0 auto 20px;
 padding: 0;
 border-style: solid;
 border-width: 10px;
 width: 865px;
 background: none;
 position: relative;
} */
.top_s2 .box {
    margin: 0 auto 20px;
    padding: 10px;
    width: 865px;
    background: url(../img/bg_border.png) repeat;
    position: relative;
}

.top_s2 .box > div.inbox {
    padding: 0px 50px 60px 50px;
    background: rgba(255, 255, 255, 0.9);
}

.top_s2 .inner:nth-child(3) .box > div.inbox {
    padding: 35px 50px 60px 50px;
}

.top_s2 table {
    width: 100%;
}

.top_s2 table thead th {
    background: #1942a0;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
}

.top_s2 table tbody td {
    background: #d8e2f5;
    display: block;
    height: 190px;
    margin-bottom: 1px;
}

.top_s2 table thead tr,
.top_s2 table tbody {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.top_s2 table tbody tr {
    display: block;
}

.top_s2 table thead .ta_01,
.top_s2 table tbody .ta_01 {
    /* -webkit-flex-basis: 126px;
	flex-basis: 126px; */
    width: 149px;
    /* margin-right: 1px; */
    border-right: 1px solid #fff;
    text-align: center;
}

.top_s2 table tbody .ta_01 img {
    padding-top: 37px;
    width: 90px;
}

.top_s2 table thead .ta_02,
.top_s2 table tbody .ta_02 {
    /* -webkit-flex-basis: 216px;
	flex-basis: 216px; */
    width: 298px;
    /* margin-right: 1px; */
    border-right: 1px solid #fff;
    font-size: 13px;
    color: #fff;
}

.top_s2 table tbody .ta_02 td,
.top_s2 table tbody .ta_03 td {
    position: relative;
}

.top_s2 table tbody .ta_02 ul,
.top_s2 table tbody .ta_03 ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.top_s2 table tbody .ta_02 ul li {
    padding: 7px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
    text-align: left;
}

.top_s2 table tbody .ta_02 ul li.color01 {
    background: #1987f7;
}

.top_s2 table tbody .ta_02 ul li.color02 {
    background: #196fa0;
}

.top_s2 table tbody .ta_02 ul li.color03 {
    background: #e9a618;
}

.top_s2 table tbody .ta_02 ul li.color04 {
    background: #11a762;
}

.top_s2 table tbody .ta_02 ul li.color05 {
    background: #b4b212;
}

.top_s2 table tbody .ta_02 ul li.color06 {
    background: #6922ba;
}

.top_s2 table tbody .ta_02 ul li.color07 {
    background: #c6145f;
}

.top_s2 table tbody .ta_02 ul li.color08 {
    background: #f25a2c;
}

.top_s2 table thead .ta_03,
.top_s2 table tbody .ta_03 {
    /* -webkit-flex-basis: 250px;
	flex-basis: 250px; */
    width: 298px;
    /* margin-right: 1px; */
    border-right: 1px solid #fff;
}


.top_s2 table tbody .ta_03 ul li {
    font-size: 15px;
    font-weight: 600;
    padding-left: 1em;
    margin-left: 10px;
    position: relative;
}

.top_s2 table tbody .ta_03 ul li::before {
    content: '●';
    display: block;
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 0;
}

/*ta_04 */

/*↑ta_04 */

/**/
.top_s2 .box li.speaker .conts {
    justify-content: center;
    align-items: flex-start;
    width: 745px;
    display: flex;
}

.top_s2 .box li.speaker .conts dl {
    width: calc(100% - 219px);
    margin-left: 30px;
}

.top_s2 .box .box_photo {
    width: 219px;
    width: 200px;
}

.top_s2 .box li.speaker {
    line-height: 1.4;
    padding: 20px 0;
    border-bottom: 2px solid #1942a0;
}

.top_s2 .box li.speaker:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.top_s2 .box dt {
    font-size: 18px;
    font-weight: bold;
    color: #1942a0;
    line-height: 1.4;
    margin-bottom: 10px;
}

.top_s2 .box dt span {
    font-size: 28px;
    background: linear-gradient(transparent 60%, #effc1f 40%);
}

.top_s2 .box dd {}

.top_s2 .box dd p {
    font-size: 14px;
    line-height: 26px;
}

.top_s2 .box dd p strong {
    color: #1942a0;
    border-bottom: 1px solid #1942a0;
}

.top_s2 .box dd .prof {
    font-size: 16px;
    margin: 10px auto 20px;
    padding: 10px;
    background: #f5f5f5;
}

.top_s2 .box dd .prof strong {
    font-size: 16px;
    padding-right: 1em;
}

.top_s2 .box .seminar {
    margin-top: 2%;
    font-size: 16px;
    padding: 10px;
    background: #d8e2f5;
}

.top_s2 .box .seminar ol {
    list-style-type: decimal;
    margin: 0;
}

.top_s2 .box .seminar ol li {
    font-size: 12px;
    letter-spacing: -0.05em;
    margin: 0 0 0 20px;
}



.top_s2 .box .seminar dt {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.top_s2 .inner:last-child .box::after {
    text-align: center;
    width: 100%;
    height: 120px;
    bottom: -90px;
    display: block;
    background: url(../img/s02_04_pc.png) center bottom no-repeat;
    background-size: auto 120px;
    content: "";
    position: absolute;
}

.seminar span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

/*============================================================
	top_s3
*/
.top_s3 {
    background: #e5f6ff;
}


.top_s3 .inner {
    margin: 0 auto;
    padding-bottom: 320px;
    width: 95%;
}

.top_s3 .inner:nth-child(2) {
    margin: 0 auto;
    padding-bottom: 0;
    width: 95%;
}

.top_s3 .box {
    width: 865px;
}

.top_s3 .box > div.inbox {
    padding: 10px 10px 40px 10px;
}

.top_s3 .box h3 {
    /* line-height: 2;
 padding: 5px 10px 10px 20px;
 height: 56px;
 max-width: 528px;
 width: auto; */

    font-size: 26px;
    color: #fff;
    line-height: 1.4;
    margin: 5px 0 0 -40px;
    padding: 10px 10px 10px 20px;
    width: 100%;
    max-width: 528px;
    height: 56px;
    display: inline-block;
    background: #1942a0;
    position: relative;
}

.top_s3 .box h3:after {
    border-width: 28px 0 28px 20px;
    right: -20px;
}

.top_s3 .box ul {
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    /* width: 640px; */
    display: flex;
}

.top_s3 .box ul li {
    flex-basis: 50%;
    margin: 35px auto 30px;
}


.top_s3 .inner:nth-child(2) .box ul li:first-child {
    flex-basis: 100%;
    margin: 25px auto 0;
    padding-bottom: 35px;
    border-bottom: 2px solid #1942a0;
}

.top_s3 .inner:nth-child(2) .box ul li:last-child {
    flex-basis: 100%;
    margin: 40px auto 0;
}


.top_s3 .inner:nth-child(3) .box:after {
    text-align: center;
    width: 100%;
    height: 350px;
    bottom: -320px;
    display: block;
    background: url(../img/s03_02_pc.png) center bottom no-repeat;
    background-size: auto 350px;
    content: "";
    position: absolute;
}

/*============================================================
	top_s4
*/
.top_s4 {
    background: #e5f6ff;
}

.top_s4 .inner {
    margin: 0 auto;
    padding-bottom: 2px;
    width: 95%;
}

.top_s4 .box > div.inbox {
    padding: 25px 35px 30px;
}

.top_s4 .box {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 25px;
    width: 865px;
}

.top_s4 .box ul {
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

.top_s4 .box li {
    flex-basis: 48.5%;
    margin-bottom: 10px;
}

.top_s4 .box li img {
    width: 375px;
}

.cta_wrap:nth-child(9) {
    margin-bottom: 55px;
    padding: 0;
}

/*============================================================
	top_s5
*/
.top_s5 {}

.top_s5 .inner {
    margin: 0 auto;
    padding: 50px 40px 1px;
    width: 960px;
    background: #e5f6ff;
}

.top_s5 h2 {
    text-align: center;
    margin: 0 auto;
}

.top_s5 h2 img {
    text-align: center;
    margin: 0 auto;
    width: 306px;
    display: block;
}

.top_s5 h3 {
    font-size: 28px;
    font-weight: normal;
    color: #1942a0;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    margin: 15px auto 25px;
}

.top_s5 .box2 {
    margin-bottom: 35px;
    background: #fff;
}

.top_s5 .box2 > dt {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 4px 0;
    background: #1942a0;
}

.top_s5 .box2 dd dl {
    flex-wrap: wrap;
    flex-grow: 2;
    font-weight: bold;
    padding: 28px;
    display: flex;
}

.top_s5 .box2 dd dt {
    /* flex-basis: 220px; */
    flex-basis: 200px;
    font-size: 16px;
}

.top_s5 .box2 dd dt strong {
    font-size: 18px;
    text-align: right;
    /* width: 75px; */
    width: 70px;
    display: inline-block;
}

.top_s5 .box2 dd dt p.pc_none-top_s5 {
    display: none;
}

.top_s5 .box2 dd dd {
    flex-basis: 580px;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.top_s5 .box2 dd dd span {
    font-size: 22px;
    color: #ff0030;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -22px;
}

.top_s5 .box2 dd dd span strong {
    font-size: 36px;
}


.top_s5 .box2 dd dd:last-child {
    margin-bottom: 0;
}

.cta_wrap2 {
    padding: 60px 0;
}

.cta_wrap2 .cta {
    text-align: center;
    margin: 0 auto;
    width: 51%;
}


/*============================================================
	top_s6
*/
.top_s6 {}

.top_s6 .inner {
    margin: 0 auto;
    padding: 30px 40px 45px;
    width: 960px;
    background: #e5f6ff;
}

.top_s6 h2 {
    font-size: 28px;
    color: #1942a0;
    text-align: center;
    margin: 0 auto 30px;
}

.top_s6 li {
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    background: #fff;
}

.top_s6 li dt {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 4px 20px;
    background: #1942a0;
}

.top_s6 li dd {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    padding: 20px 90px 20px 120px;
    background: url(../img/s06_a.png) 72px 30px no-repeat;
    background-size: auto 28px;
}
