.breadcrumb a {
    color: #fff;
    color: #0b1752;
    text-decoration: underline;
}
.up_fv {
    background-color: #0b1752;
    background-color: #F2F4F9;
    padding: 140px 0 100px;
    position: relative;
    z-index: 1;
}
.up_fv::after {
    content: url(../images/common/divi1.svg);
    content: ''; /* 追加 */
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 0;
}
.up_fv .upfv_inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.up_fv .ttlarea {
    margin-bottom: 60px;
}
.up_fv .ttlarea .main_ttl {
    font-size: 4.8rem;
    font-weight: bold;
}
.up_fv .ttlarea .sub_ttl {
    font-size: 2rem;
}
.up_fv .up_text {
    width: 650px;
    padding: 30px;
    border: solid 3px #fff;
    border: solid 3px #0b1752;
    text-align: justify;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 2;
    margin-left: auto;
}
.up_fv .up_text .bld {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
    display: block;
    padding-bottom: 15px;
    border-bottom: solid 1px #fff;
    border-bottom: solid 1px #0b1752;
    margin-bottom: 15px;
}
@media screen and (max-width:640px) {
    .up_fv {
        padding: 100px 0 60px;
    }
    .up_fv::after {
        content: url(../images/common/divi1_sp.svg);
        content: ''; /* 追加 */
    }
    .up_fv .upfv_inner {
        width: 100%;
        padding: 0 5%;
    }
    .up_fv .ttlarea {
        margin-bottom: 30px;
    }
    .up_fv .ttlarea .main_ttl {
        font-size: 2.4rem;
        font-weight: bold;
    }
    .up_fv .ttlarea .sub_ttl {
        font-size: 1.2rem;
    }
    .up_fv .up_text {
        width: 100%;
        padding: 20px;
        font-size: 1.3rem;
        font-weight: 400;
    }
    .up_fv .up_text .bld {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.about_slider li {
    margin: 0 10px;
}
@media screen and (max-width:640px) {
    .about_slider li {
        width: 300px;
    }
    .about_slider li img {
        max-width: 100%;
    }
}

.courses {
    padding: 100px 0;
    position: relative;
}
.courses::after {
    content: url(../images/common/divi2.svg);
    content: ''; /* 追加 */
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: -1;
}
.courses .course_ttl .border_text {
    text-align: left;
}
.courses .course_table {
    width: 100%;
    margin: 120px 0;
    display: flex;
    border: solid 3px #fff;
    border: solid 3px #0b1752;
}
.courses .course_table .individual_part {
    width: 50%;
    flex-shrink: 0;
    border-right: solid 3px #fff;
    border-right: solid 3px #0b1752;
}
.courses .course_table .headline {
    background-color: #122063;
    background-color: #F2F4F9;
    padding: 20px 0 30px;
    border-bottom: solid 3px #fff;
    border-bottom: solid 3px #0b1752;
}
.courses .course_table .business_part .headline {
    border-left: none;
}
.courses .course_table .headline h3 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    color: #0b1752;
    text-align: center;
}
.courses .course_table .headline p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.courses .course_table .business_part {
    width: 50%;
}
.courses .course_table .contents.beginner {
    border-top: none;
}
.courses .course_table .contents {
    padding: 30px;
}
.courses .course_table .contents .course_name {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    z-index: -1;
    padding: 20px 0;
}
.courses .course_table .contents .course_name::before {
    content: url(../images/up/course01.svg);
    width: 120px;
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-40%);
}
.courses .course_table .contents.master .course_name::before {
    content: url(../images/up/course02.svg);
}
.courses .course_table .contents.executive .course_name::before {
    content: url(../images/up/course03.svg);
}
.courses .course_table .contents .course_summary {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
.courses .course_table .contents .course_txt {
    font-size: 1.4rem;
    text-align: justify;
    margin: 30px 0;
}
.courses .course_table .contents table {
    width: 100%;
}
.courses .course_table .contents table th {
    text-align-last: justify;
    font-size: 1.5rem;
    font-weight: 600;
    width: 6.5em;
}
.courses .course_table .contents table td {
    position: relative;
    padding-left: 11px;
}
.courses .course_table .contents table td::before {
    content: ":";
    position: absolute;
    left: 4px;
    
}
.courses .course_table .contents table th,
.courses .course_table .contents table td {
    padding-bottom: 15px;
    position: relative;
    line-height: 1.3;
}
.courses .course_table .contents table td span.mini {
    font-size: 1.2rem;
}
.courses .course_table .contents .caution {
    font-size: 1.2rem;
    margin-top: 20px;
}
.courses .course_table .business_layout {
    display: flex;
}
.courses .course_table .contents.master,
.courses .course_table .contents.executive {
    width: 100%;
    position: relative;
}
/*
.courses .course_table .contents.master::after {
    content: "";
    height: 90%;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: dotted 2px #fff;
}
*/
@media screen and (max-width:640px) {
    .courses .course_table {
        margin: 60px 0;
        flex-wrap: wrap;
        border: none;
    }
    .courses .course_table .individual_part {
        width: 100%;
        border-right: none;
        border: solid 3px #fff;
        border: solid 3px #0b1752;
        margin-bottom: 30px;
    }
    .courses .course_table .business_part {
        width: 100%;
        border: solid 3px #fff;
        border: solid 3px #0b1752;
    }
    .courses .course_table .business_layout {
        flex-wrap: wrap;
    }
    .courses .course_table .contents {
        padding: 30px 18px;
    }
    .courses .course_table .contents.master,
    .courses .course_table .contents.executive {
        width: 100%;
    }
    .courses .course_table .headline {
        padding: 15px 0 20px;
    }
    .courses .course_table .headline h3 {
        font-size: 2.2rem;
    }
    .courses .course_table .headline p {
        font-size: 1.3rem;
    }
    .courses .course_table .contents.master::after {
        content: "";
        width: 90%;
        height: unset;
        right: 50%;
        top: unset;
        bottom: 0;
        transform: translate(50%,0);
        border-right: none;
        border-bottom: dotted 2px #fff;
        border-bottom: dotted 2px #0b1752;
    }
}

.flow {
    background-color: #0b1752;
    background-color: #F2F4F9;
}
.flow .flow_cont {
    margin: 60px auto 0;
    width: 550px;
}
.flow .flow_cont .flow_item {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.flow .flow_cont .flow_item .iconarea {
    width: 90px;
    padding: 10px 20px 20px;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
    background: #0b1752;
}
.flow .flow_cont .flow_item .iconarea img {
    width: 100%;
    height: 100%;
}
.flow .flow_cont .flow_item .txtarea {
    padding-left: 55px;
    border-left: solid 3px #fff;
    /*border-left: solid 3px #0b1752;*/
    margin-bottom: 40px;
}
.flow .flow_cont .flow_item .txtarea h3 {
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
}
.flow .flow_cont .flow_item .txtarea h3::before {
    content: "01";
    font-size: 1.6rem;
    letter-spacing: -1px;
    color: #fff;
    color: #0b1752;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
}
.flow .flow_cont .flow_item:nth-of-type(2) .txtarea h3::before {
    content: "02";
}
.flow .flow_cont .flow_item:nth-of-type(3) .txtarea h3::before {
    content: "03";
}
.flow .flow_cont .flow_item:nth-of-type(4) .txtarea h3::before {
    content: "04";
}
.flow .flow_cont .flow_item .txtarea p {
    font-size: 1.6rem;
    text-align: justify;
}
@media screen and (max-width:640px) {
    .flow .flow_cont {
        width: 100%;
    }
    .flow .flow_cont .flow_item .iconarea {
        width: 45px;
        padding: 0 10px 0 0;
    }
    .flow .flow_cont .flow_item .txtarea {
        padding-left: 30px;
    }
    .flow .flow_cont .flow_item .txtarea h3 {
        font-size: 2rem;
    }
    .flow .flow_cont .flow_item .txtarea h3::before {
        font-size: 1.2rem;
        left: -24px;
    }
    .flow .flow_cont .flow_item .txtarea p {
        font-size: 1.4rem;
    }
}

.examples {
    padding: 0 0 300px;
    position: relative;
}
.examples::after {
    content: url(../images/common/divi2.svg);
    content: ''; /* 追加 */
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: -1;
}
.examples .cases_container {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.examples .cases_container .case {
    width: calc((100% - 60px) / 3);
    margin-top: 30px;
}
.examples .cases_container .case .imagearea {
    width: 100%;
    overflow: hidden;
}
.examples .cases_container .case .imagearea img {
    max-width: 100%;
}
.examples .cases_container .case .textarea {
    width: 100%;
}
.examples .cases_container .case .textarea h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 10px 0;
}
.examples .cases_container .case .textarea p {
    font-size: 1.6rem;
    line-height: 2;
}
@media screen and (max-width:640px) {
    .examples {
        padding: 0 0 60px;
    }
    .examples .cases_container {
        margin-top: 30px;
    }
    .examples .cases_container .case {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .examples .cases_container .case .textarea h3 {
        font-size: 1.8rem;
    }
    .examples .cases_container .case .textarea p {
        font-size: 1.3rem;
    }
}

.concept {
    position: relative;
    padding-bottom: 100px;
}
.concept::after {
    content: url(../images/common/divi2.svg);
    content: ''; /* 追加 */
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: -1;
}
.concept .in {
    width: 80%;
}
.concept .concept_container {
    display: flex;
    justify-content: center;
}
.concept .concept_container .txtarea {
    width: 600px;
    margin: 120px 100px 0 0;
}
.concept .concept_container .txtarea .contents {
    position: relative;
    z-index: 3;
    margin-top: 40px;
}
.concept .concept_container .txtarea .contents h3 {
    font-size: 2.8rem;
    font-weight: bold;
}
.concept .concept_container .txtarea .contents p {
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
    margin-top: 30px;
}
.concept .concept_container .imgarea {
    width: 500px;
}
.concept .concept_container .imgarea img {
    max-width: 100%;
}
@media screen and (max-width:640px) {
    .concept {
        padding-bottom: 30px;
    }
    .concept::after {
        content: url(../images/common/divi2_sp.svg);
        content: ''; /* 追加 */
    }
    .concept .in {
        width: 100%;
        padding: 0 5%;
    }
    .concept .concept_container {
        flex-wrap: wrap;
    }
    .concept .concept_container .txtarea {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .concept .concept_container .txtarea .contents {
        margin-top: 20px;
    }
    .concept .concept_container .txtarea .contents h3 {
        font-size: 2rem;
    }
    .concept .concept_container .txtarea .contents p {
        font-size: 1.3rem;
    }
}

.overview {
    background-color: #1c2b74;
    background-color: #F2F4F9;
    padding: 100px 0 160px;
    position: relative;
}
.overview::after {
    content: url(../images/common/divi2.svg);
    content: ''; /* 追加 */
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 0;
}
.overview .ov_table {
    width: 700px;
    margin: 60px auto 0;
    position: relative;
    z-index: 4;
}
.overview .ov_table .tr {
    display: flex;
    padding: 40px 0;
    border-bottom: solid 3px #fff;
    border-bottom: solid 3px #1c2b74;
    letter-spacing: .1em;
}
.overview .ov_table .tr .th {
    min-width: 200px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 600;
    flex-shrink: 0;
}
.overview .ov_table .tr .td {
    font-size: 1.6rem;
    line-height: 2;
}
.overview .ov_table .tr .td a {
    color: #fff;
    color: #1c2b74;
    text-decoration: underline;
    position: relative;
}
.overview .ov_table .tr .td a::after {
    content: url(../images/up/external.svg);
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: -20px;
    top: -7px;
}
@media screen and (max-width:640px) {
    .overview {
        padding: 30px 0 60px;
    }
    .overview::after {
        content: url(../images/common/divi2_sp.svg);
        content: ''; /* 追加 */
    }
    .overview .ov_table {
        width: 100%;
        margin: 20px auto 0;
    }
    .overview .ov_table .tr {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .overview .ov_table .th {
        width: 100%;
        margin-bottom: 5px;
    }
    .overview .ov_table .tr .td {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.7;
    }
}
.guarantee {
    background-color: #1c2b74;
    background-color: #F2F4F9;
    padding: 100px 0;
}
.guarantee .ov_table {
    width: 700px;
    margin: 80px auto 0;
}
.guarantee .ov_table .tr {
    display: flex;
    padding: 40px 0;
    border-bottom: solid 3px #fff;
    border-bottom: solid 3px #1c2b74;
    letter-spacing: .1em;
}
.guarantee .ov_table .tr .th {
    min-width: 200px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 600;
    flex-shrink: 0;
}
.guarantee .ov_table .tr .td {
    font-size: 1.6rem;
    line-height: 2;
}
@media screen and (max-width:640px) {
    .guarantee {
        padding: 60px 0;
        position: relative;
    }
    .guarantee .ov_table {
        width: 100%;
        margin: 20px auto 0;
    }
    .guarantee .ov_table .tr {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .guarantee .ov_table .th {
        width: 100%;
        margin-bottom: 5px;
    }
    .guarantee .ov_table .tr .td {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.7;
    }
}

.contact_form {
    padding: 40px 0 100px;
}
.contact_form .tel_container {
    margin-bottom: 60px;
}
.contact_form .tel_container h2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
.contact_form .tel_container .tel-btn {
    width: 450px;
    display: block;
    margin: 20px auto 0;
    transition: all .2s;
    background: #0b1752;
}
.contact_form .tel_container .tel-btn:hover {
    opacity: .6;
}
.contact_form table {
    width: 800px;
    margin: 0 auto;
}
.contact_form table th {
    width: 28%;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
}
.contact_form table tr:last-child th {
    vertical-align: top;
    padding-top: 35px;
}
.contact_form table td {
    width: 72%;
    padding: 10px 0;
}
.contact_form table td input[type="text"],
.contact_form table td input[type="tel"],
.contact_form table td input[type="email"],
.contact_form table td textarea {
    font-family: YakuHanJP, 'aotf', sans-serif;
    width: 100%;
    background-color: #0b1752;
    background-color: #fff;
    padding: 25px;
    color: #fff;
    color: #1c2b74;
    border: none;
    border: #1c2b74 solid 2px;
    font-size: 1.6rem;
}
.contact_form table td input[type="text"]::placeholder,
.contact_form table td input[type="tel"]::placeholder,
.contact_form table td input[type="email"]::placeholder,
.contact_form table td textarea::placeholder {
    color: #ccc;
    font-size: 1.4rem;
}
.wpcf7-list-item.first {
    margin: 0;
  }
  .wpcf7-list-item-label {
    cursor: pointer;
    display: flex;
    font-size: 1.6rem;
  }
  /* デフォルトのボタン */
  input[type="radio"] {
    opacity: 0; /* デフォルトのボタンを非表示 */
    position: absolute;
  }
  /* チェック前のボタン */
  .wpcf7-list-item-label::before {
    background: #f3f3f3;
    border: 1px solid #333;
    border-radius: 100%; /* ラジオボタンっぽく丸くする */
    content: "";
    height: 1.4em;
    margin-bottom: auto;
    margin-right: .5em;
    margin-top: auto;
    transition: background-color .1s; /* 色をじんわり変化させる */
    width: 1.4em;
  }
  /* チェック後のボタン */
  input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: #e71f1a; /* チェック後の中心の色 */
    box-shadow: inset 0 0 0 3px #f3f3f3; /* 中心の色のスタイル */
  }
  .contact_form .submit_cont {
    width: 800px;
    margin: 30px auto 0;
  }
  .contact_form .submit_cont input[type="submit"] {
    width: 100%;
    padding: 30px;
    text-align: center;
    color: #0b1752;
    color: #fff;
    background-color: #fff;
    background-color: #1c2b74;
    font-size: 1.6rem;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
}
@media screen and (max-width:640px) {
    .contact_form {
        padding: 30px 0;
    }
    .contact_form .tel_container .tel-btn {
        width: 100%;
    }
    .contact_form table {
        width: 100%;
    }
    .contact_form table th {
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    .contact_form table td {
        width: 100%;
        display: block;
    }
    .wpcf7-list-item {
        display: block;
        margin: 0;
    }
    .wpcf7-list-item-label {
        font-size: 1.4rem;
    }
    .contact_form .submit_cont {
        width: 100%;
    }
}

.news_cont {
    padding-bottom: 100px;
}
.news_list {
    width: 700px;
    margin: 0 auto;
}
.news_list .news_item {
    width: 100%;
    padding: 25px 0;
    border-bottom: solid 3px #fff;
    border-bottom: solid 3px #1c2b74;
}
.news_list .news_item a {
    color: #fff;
    color: #1c2b74;
    position: relative;
}
.news_list .news_item a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #e71f1a;
    bottom: -28px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}    
.news_list .news_item a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}
.news_list .news_item a .date {
    font-size: 1.2rem;
}
.news_list .news_item a .article_ttl {
    font-size: 1.8rem;
    font-weight: 600;
}
@media screen and (max-width:640px) {
    .news_list {
        width: 100%;
        position: relative;
        z-index: 4;
        margin-top: 30px;
    }
    .news_list .news_item {
        padding: 15px 0;
        margin-bottom: 5px;
    }
    .news_list .news_item a {
        font-size: 1.4rem;
        font-weight: 600;
        /*color: #fff;*/
    }
    .news_list .news_item a .article_ttl {
        font-size: 1.4rem;
    }
    .news_list .news_item a .date {
        font-size: 1.2rem;
        font-weight: 400;
        display: block;
    }
}

.pagenation {
    margin-top: 60px;
}
.pagenation .nav-links {
    display: flex;
    justify-content: center;
}
.pagenation .page-numbers {
    width: 40px;
    height: 40px;
    border: solid 2px #fff;
    border: solid 2px #1c2b74;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    color: #1c2b74;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 8px;
    transition: all .4s;
}
.pagenation .page-numbers.current {
    background-color: #fff;
    background-color: #1c2b74;
    color: #0b1752;
    color: #fff;
}
.pagenation .page-numbers:hover {
    border: solid 2px #e71f1a;
}
.pagenation .page-numbers.dots {
    width: auto;
    border: none;
}
.pagenation .page-numbers.prev .prev_arrow {
    width: 7px;
    height: 11px;
    display: block;
    background: url(../images/common/prev_arrow.svg) no-repeat;
    background-size: contain;
}
.pagenation .page-numbers.next .next_arrow {
    width: 7px;
    height: 11px;
    display: block;
    background: url(../images/common/next_arrow.svg) no-repeat;
    background-size: contain;
}