@charset "UTF-8";

/* 下層ページ　共通設定 */
/* h1 タイトル */
#page-title .sub-wrapper {
    position: relative;
    padding-top: 120px;
    padding-bottom: 60px;
    border-radius: 0 0 200px 0;
    width: 60vw;
}
#page-title .inner-sub-wrapper {
    padding-left: 15vw;
}
.intro-title .sub-wrapper,.open-contact-title .sub-wrapper,.privacy-title .sub-wrapper {
    background-color: #FA9922;
}
#page-title.open-contact-title .sub-wrapper {
    width: 70vw;
}
.scholarship-title .sub-wrapper,.info-title .sub-wrapper {
    background-color: #D94C2A;
}
.studyabroad-title .sub-wrapper,.course-title .sub-wrapper,.contact-title .sub-wrapper {
    background-color: #2854B7;
}
.open-title .sub-wrapper,.news-title .sub-wrapper {
    background-color: #FFC321;
}
#page-title .sub-wrapper .section-inner {
    position: relative;
}
#page-title {
    padding-top: 0;
}
.page-title-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-title-area .h1-t {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.page-title-area p {
  font-size: 16px;
  margin: 0;
}
.page-title-area .h1-t,.page-title-area p {
  color: #fff;
}
.intro-title .page-title-area .h1-t,.open-contact-title .page-title-area .h1-t,.privacy-title .page-title-area .h1-t  {
    color: #2854B7;
}
.studyabroad-title .page-title-area .h1-t,.course-title .page-title-area .h1-t,.contact-title .page-title-area .h1-t {
    color: #FA9922;
}
.open-title .page-title-area .h1-t,.open-title .page-title-area p,.news-title .page-title-area .h1-t,.news-title .page-title-area p {
    color: #000;
}
.open-contact-title .page-title-area .h1-t br {
    display: none;
}
@media screen and (max-width: 1920px) {
    #page-title .inner-sub-wrapper {
    padding-left: 12vw;
}
}
@media screen and (max-width: 1600px) {
    #page-title .inner-sub-wrapper {
    padding-left: 7vw;
}
}
@media screen and (max-width: 1400px) {
    #page-title .inner-sub-wrapper {
        padding-left: 90px;
    }
    #page-title .sub-wrapper {
        padding-top: 100px;
        border-radius:  0 0 160px 0;
    }
    #page-title .inner-sub-wrapper {
        padding-left: 70px;
    }
    #page-title .sub-wrapper .section-inner {
        padding: 0;
    }
    .page-title-area .h1-t {
        font-size: 42px;
    }
}
@media screen and (max-width: 1300px) {
    #page-title .sub-wrapper {
        width: 55vw;
        padding-top: 80px;
        padding-bottom: 40px;
        border-radius:  0 0 130px 0;
    }
    #page-title .inner-sub-wrapper {
        padding-left: 30px;
    }
}
@media screen and (max-width: 960px) {
    #page-title .sub-wrapper,#page-title.open-contact-title .sub-wrapper {
        width: 95vw;
        padding-top: 60px;
        border-radius:  0 0 100px 0;
    }
    .page-title-area {
        gap: 20px;
    }
    .page-title-area .h1-t {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .page-title-area .h1-t {
        font-size: 32px;
    }
}
@media screen and (max-width: 600px) {
    #page-title .sub-wrapper,#page-title.open-contact-title .sub-wrapper {
        width: 100vw;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius:  0 0 50px 50px;
    }
    #page-title .inner-sub-wrapper {
        padding-left: 0;
    }
    .page-title-area {
        gap: 10px;
    }
    .page-title-area .h1-t {
        font-size: 26px;
        margin-bottom: 0;
    }
    .page-title-area p {
        font-size: 14px;
    }
}
@media screen and (max-width: 430px) {
.open-contact-title .page-title-area .h1-t br {
    display: block;
}
}


/* パンダのh2タイトル */
.mini-title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 960px;
  margin: 0 auto 60px;
  flex-wrap: wrap;
}
.mini-title-area .content {
    position: relative;
}
.mini-title-area .title-image {
    position: absolute;
    top: -20px;
    left: -30px;
}
.mini-title-area h2 {
  font-size: 26px;
  background-color: #2854B7;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
  width: 660px;
}
@media screen and (max-width: 1300px) {
    .mini-title-area h2 {
        font-size: 24px; 
        width: 65vw;
        max-width: 630px;
    }
}
@media screen and (max-width: 960px) {
    .mini-title-area h2 {
        width: 80vw;
    }
}
@media screen and (max-width: 767px) {
    .mini-title-area {
        margin: 0 auto 40px;
    }
}

@media screen and (max-width: 600px) {
    .mini-title-area .title-image {
        top: -10px;
    }
    .mini-title-area h2 {
        font-size: 20px;
        border-radius: 20px;
    }
}
@media screen and (max-width: 390px) {
    .mini-title-area .title-image {
        top: -5px;
        left: -20px;
    }
    .mini-title-area h2 {
        font-size: 18px;
    }
}

/* page-message */
.page-message {
    padding-top: 0;
}
.page-message h2 {
    font-size: 42px;
    text-align: center;
    color: #2854B7;
    margin-bottom: 30px;
}
.page-message .text {
    margin-bottom: 100px;
}
.page-message .text p {
    font-size: 28px;
    text-align: center;
    line-height: 2;
}
.page-message .target-area .top {
    margin-bottom: 30px;
}
.page-message .target-area {
    background-color: #fff;
    border-radius: 50px;
    padding: 30px 30px 40px;
}
.page-message .target-area h3 {
    font-size: 32px;
    color: #2854B7;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px dashed #2854B7;
    margin-bottom: 20px;
}
.page-message h2 .br2 {
    display: none;
}
@media screen and (max-width: 1300px) {
    .page-message h2 {
        font-size: 34px;
    }
    .page-message .text p {
        font-size: 20px;
    }
    .page-message .target-area h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1024px) {
    .page-message .text p {
        font-size: 22px;
    }
    .page-message .target-area h3 {
        font-size: 26px;
    }
}
@media screen and (max-width: 960px) {
    .page-message h2 {
        font-size: 30px;
        letter-spacing: .4px;
    }
    .page-message .text {
        margin-bottom: 60px;
    }
    .page-message .text p {
        font-size: 20px;
    }
    .page-message .target-area h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .page-message h2 {
        font-size: 28px;
    }
    .page-message .text p {
        font-size: 18px;
        text-align: left;
    }
    .page-message .text p br {
        display: none;
    }
    .page-message .target-area h3 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px) {
    .page-message h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .page-message .text {
        margin-bottom: 40px;
    }
    .page-message .text p {
        font-size: 18px;
    }

    .page-message .target-area h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 430px) {
    .page-message h2 {
        font-size: 20px;
    }
    .page-message .text p {
        font-size: 16px;
    }
    .page-message .text {
        margin-bottom: 30px;
    }
    .page-message .target-area {
        padding: 20px 20px 30px;
    }
}
@media screen and (max-width: 390px) {
    .page-message .text p {
        font-size: 14px;
    }
}


/* フッター上のdownload */
#page-download {
    margin-bottom: 50px;
}
#page-download ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 3%;
}
#page-download ul li {
    background-color: #2854B7;
    border-radius: 20px;
    text-align: center;
}
#page-download ul li:hover {
  transform: translateY(-5px);
}
#page-download ul li a {
    position: relative;
}
#page-download ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: inline-block;
    background-image: url(../images/common/arrow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 42px;
}
#page-download ul li p {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    padding-right: 40px;
}
@media screen and (max-width: 1300px) {
    #page-download ul {
        column-gap: 2%;

    }
    #page-download ul li p {
        font-size: 20px;
        letter-spacing: .4px;
    }
    #page-download ul li a::after {
        width: 34px;
        height: 34px;
        right: 15px;
}
}
@media screen and (max-width: 960px) {
    #page-download ul li p {
        font-size: 16px;
    }
    #page-download ul li a::after {
        width: 28px;
        height: 28px;
    }
}
@media screen and (max-width: 767px) {
    #page-download ul li {
        border-radius: 15px;
    }
    #page-download ul li p {
        font-size: 14px;
        padding: 15px 25px 15px 10px;
    }
    #page-download ul li a::after {
        width: 20px;
        height: 20px;
        right: 7px;
    }
}
@media screen and (max-width: 600px) {
    #page-download ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        width: 70%;
        min-width: 280px;
        margin: 0 auto;
    }
    #page-download ul li a::after {
        width: 28px;
        height: 28px;
        right: 15px;
    }
}

/* フッター上のリンク */
.sub-com-btn-link {
    margin-bottom: 0;
}


/* introduction 学校紹介 */
/* in-message */
#in-message .policy-area {
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
}
#in-message .policy-area h3 {
    background-color: #2854B7;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 40px;
}
#in-message .content {
    padding: 60px;
}
#in-message ul {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}
#in-message ul li {
    border-left: 10px solid #2854B7;
    padding-left: 30px;
}
#in-message .e-title {
    font-size: 40px;
    font-weight: bold;
    color: #2854B7;
}
#in-message h4 {
    font-size: 22px;
    color: #2854B7;
    margin-bottom: 10px;
}
#in-message .text-p {
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
}
.page-message h2 .in-br {
    display: none;
}
@media screen and (max-width: 1300px) {
    #in-message .content {
        padding: 40px;
    }
    #in-message ul {
        row-gap: 40px;
    }
    #in-message .policy-area h3 {
        font-size: 30px;
        padding: 20px;
    }
    #in-message .e-title {
        font-size: 30px;
    }
    #in-message h4 {
        font-size: 18px;
    }
    #in-message .text-p {
        font-size: 18px;
    }
}
@media screen and (max-width: 960px) {
    #in-message ul {
        row-gap: 30px;
    }
    #in-message ul li {
        padding-left: 20px;
    }
    #in-message .policy-area h3 {
        font-size: 28px;
    }    
    #in-message .e-title {
        font-size: 28px;
    }
    #in-message h4 {
        font-size: 18px;
    }
    #in-message .text-p {
        font-size: 18px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 767px) {
    #in-message .content {
        padding: 30px 40px 40px;
    }
    #in-message .policy-area h3 {
        font-size: 24px;
        padding: 20px;
    }    
    #in-message .e-title {
        font-size: 24px;
    }
    #in-message h4 {
        font-size: 16px;
    }
    #in-message .text-p {
        font-size: 16px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 600px) {
    #in-message .content {
        padding: 20px 30px 40px;
    }
    #in-message ul li {
    border-left: 8px solid #2854B7;
    }
    #in-message .policy-area h3 {
        font-size: 20px;
        padding: 15px;
    }    
    #in-message .e-title {
        font-size: 22px;
    }
    #in-message h4 {
        font-size: 14px;
    }
    #in-message .text-p {
        font-size: 14px;
        line-height: 1.5;
    }
    .page-message h2 .in-br {
        display: block;
    }
}
@media screen and (max-width: 540px) {
    #in-message .page-message h2 br {
        display: none;
    }
}
@media screen and (max-width: 430px) {
    #in-message .policy-area h3 {
        font-size: 17px;
    }
    #in-message .content {
        padding: 20px 20px 40px;
    }
    #in-message ul li {
        padding-left: 12px;
    }
    #in-message .e-title {
        font-size: 17px;
    }
}

/* in-features */
#in-features ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    align-items: stretch;
    column-gap: 90px;
    padding-top: 100px;
}
#in-features ul li {
   position: relative;
   background-color: #fff;
   padding: 20px 30px 30px;
   border-radius: 30px;
   min-height: 340px;
   margin-bottom: 140px;
}
#in-features ul .list06 {
    background-color: inherit;
}
#in-features .number-area {
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
}
#in-features .number-area p {
    font-size: 72px;
    font-weight: bold;
    color: #2854B7;
    line-height: 1.2;
}
#in-features .text-area {
    position: relative;
}
#in-features ul li .h3-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    border-bottom: 3px dashed #FA9922;
    min-height: 120px;
}
#in-features ul li h3 {
   color: #FA9922;
   font-size: 30px;
   text-align: center;
}
#in-features .text-area .text {
    line-height: 1.8;
}
#in-features ul .list06 {
    position: relative;
}
#in-features ul .list06 img {
    position: absolute;
    top: -80px;
    left: 0;
}
@media screen and (max-width: 1300px) {
    #in-features ul {
        column-gap: 5%;
    }
    #in-features .number-area p {
        font-size: 64px;
    }
    #in-features ul li {
        min-height: 320px;
    }
    #in-features ul li .h3-area {
        min-height: 100px;
    }
    #in-features ul li h3 {
        font-size: 26px;
    }
}
@media screen and (max-width: 1024px) {
    #in-features ul {
        column-gap: 3%;
    }
    #in-features .number-area {
        width: 300px;
        height: 300px;
        top: -90px;
    }
    #in-features .number-area p {
        font-size: 50px;
    }
    #in-features ul li {
        padding: 10px 20px 20px;
    }
    #in-features ul li .h3-area {
        min-height: 90px;
    }
    #in-features ul li h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 960px) {
    #in-features .number-area {
        width: 250px;
        height: 250px;
        top: -80px;
    }
    #in-features ul {
        padding-top: 70px;
    }
    #in-features ul li {
        margin-bottom: 120px;
    }
    #in-features ul li h3 {
        font-size: 20px;
    }
    #in-features ul .list06 img {
        top: -50px;
    }
}
@media screen and (max-width: 767px) {
    #in-features .number-area {
        width: 220px;
        height: 220px;
        top: -70px;
    }
    #in-features ul {
        padding-top: 60px;
    }
    #in-features ul li {
        margin-bottom: 100px;
    }
    #in-features ul li h3 {
        font-size: 18px;
    }
    #in-features ul .list06 img {
        top: 0px;
    }
}
@media screen and (max-width: 600px) {
    #in-features ul {
        display: flex;
        flex-direction: column;
        padding-top: 80px;
    }
    #in-features .number-area {
        width: 250px;
        height: 250px;
        top: -80px;
    }
    #in-features .number-area p {
        font-size: 40px;
    }
    #in-features ul li {
        min-height: 240px;
        margin-bottom: 120px;
    }
    #in-features ul .list05 {
        margin-bottom: 40px;
    }
    #in-features ul li .h3-area {
        min-height: 80px;
        margin-bottom: 10px;
    }
    #in-features ul li h3 {
        font-size: 16px;
    }
    #in-features ul .list06 img {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 540px) {
    #in-features ul .list06 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 390px) {
    #in-features ul li {
        margin-bottom: 100px;
    }
    #in-features .number-area {
        width: 220px;
        height: 220px;
        top: -70px;
    }
    #in-features ul li .h3-area {
        min-height: 70px;
    }
    #in-features ul .list06 img {
        width: 100%;
    }
}


/* in-qualification */
#in-qualification .top {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    margin-bottom: 50px;
}
#in-qualification .top li {
    background-color: #fff;
    border: 3px solid #2854B7;
    border-radius: 30px;
    text-align: center;
    padding: 30px 10px;
    box-shadow: 5px 5px 0 #2854B7;
}
#in-qualification .top li h3 {
    font-size: 22px;
    color: #2854B7;
    margin-bottom: 10px;
}
#in-qualification .top .red {
    font-size: 32px;
    font-weight: bold;
    color: #D94C2A;
    margin-bottom: 10px;
}
#in-qualification .top .kome {
    font-size: 14px;
}
#in-qualification .bottom {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
#in-qualification .bottom li {
    display: grid;
    grid-template-columns: 25% 75%;
    border-radius: 30px;
    overflow: hidden;
    min-height: 200px;
}
#in-qualification .bottom .left {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FA9922;
    text-align: center;
}
#in-qualification .bottom h3 {
    font-size: 22px;
    color: #fff;
}
#in-qualification .bottom .right {
    padding: 20px 30px;
    background-color: #fff;
}
#in-qualification .bottom .right p {
    line-height: 1.8;
}
#in-qualification .list02 .right-inner {
    display: grid;
    grid-template-columns: 52% 45%;
    column-gap: 3%;
}
#in-qualification .list02 .rate-area {
    text-align: center;
}
#in-qualification .list02 .rate-top {
    display: flex;
    column-gap: 10px;
    border-bottom: 1px solid #D94C2A;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#in-qualification .list02 .rate-left {
    display: flex;
    align-items: center;
}
#in-qualification .list02 .rate-left p {
    font-size: 22px;
    font-weight: bold;
    color: #D94C2A;
}
#in-qualification .list02 .rate-right p {
    font-size: 65px;
    line-height: 1;
    font-weight: bold;
    color: #D94C2A;
}
#in-qualification .list02 .rate-right p span {
    font-size: 50px;
    font-weight: bold;
}
#in-qualification .list02 .rate-bottom p {
    font-size: 16px;
    font-weight: bold;
}
#in-qualification .list02 .rate-bottom p br {
    display: none;
}
@media screen and (max-width: 1300px) {
    #in-qualification .top .red {
        font-size: 28px;
    }
    #in-qualification .bottom li {
        grid-template-columns: 20% 80%;
    }
    #in-qualification .list02 .right-inner {
        grid-template-columns: 50% 47%;
    }
    #in-qualification .list02 .rate-left p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    #in-qualification .top {
        column-gap: 2%;
    }
    #in-qualification .top .kome {
        font-size: 12px;
    }
    #in-qualification .top li h3 {
        font-size: 20px;
    }
    #in-qualification .top .red {
        font-size: 24px;
    }
    #in-qualification .bottom h3 {
        font-size: 20px;
    }
    #in-qualification .bottom .right {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 960px) {
    #in-qualification .mini-title-area {
        margin: 0 auto 40px;
    }
    #in-qualification .top li h3 {
        font-size: 16px;
    }
    #in-qualification .top .red {
        font-size: 20px;
    }
    #in-qualification .top .kome {
        font-size: 10px;
    }
    #in-qualification .bottom h3 {
        font-size: 17px;
    }
    #in-qualification .list02 .rate-area {
        padding-top: 0;
    }
    #in-qualification .list02 .rate-top {
        flex-direction: column;
    }
    #in-qualification .list02 .rate-right p {
        font-size: 60px;
    }
    #in-qualification .list02 .rate-left {
        padding: 0 10px;
        margin: 0 auto;
    }
    #in-qualification .list02 .rate-left p {
        font-size: 16px;
        line-height: 1.5;
    }
    #in-qualification .list02 .rate-bottom p {
        font-size: 14px;
        line-height: 1.5;
    }
    #in-qualification .list02 .rate-bottom p br {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #in-qualification .top {
        grid-template-columns: repeat(2, 2fr);
        gap: 5%;
        width: 80%;
        margin: 0 auto 70px;
    }
    #in-qualification .top li h3 {
        font-size: 18px;
    }
    #in-qualification .top .red {
        font-size: 22px;
    }
    #in-qualification .top .kome {
        font-size: 12px;
        letter-spacing: .5px;
    }
    #in-qualification .bottom h3 {
        font-size: 20px;
    }
    #in-qualification .bottom li {
        display: flex;
        flex-direction: column;
    }
    #in-qualification .bottom h3 {
        padding: 12px;
    }
    #in-qualification .bottom h3 br {
        display: none;
    }
    #in-qualification .bottom .right {
        min-height: 180px;
    }
}
@media screen and (max-width: 600px) {
    #in-qualification .top {
        width: 100%;
        margin: 0 auto 50px
    }
    #in-qualification .bottom h3 {
        font-size: 20px;
    }
    #in-qualification .list02 .rate-left p {
        font-size: 14px;
    }
    #in-qualification .list02 .rate-right p {
        font-size: 50px;
    }
    #in-qualification .list02 .rate-bottom p {
        font-size: 12px;
    }
}
@media screen and (max-width: 540px) {
    #in-qualification .list02 .right-inner {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    #in-qualification .bottom h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 430px) {
    #in-qualification .mini-title-area {
        margin: 0 auto 30px;
    }
    #in-qualification .top {        
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        width: 80%;
    }
    #in-qualification .top li {
        padding: 20px 10px;
    }
    #in-qualification .bottom .right {
        padding: 15px 20px 20px;
    }
    #in-qualification .bottom h3 .br2 {
        display: block;
    }
}
@media screen and (max-width: 390px) {
    #in-qualification .bottom h3 {
        font-size: 16px;
        padding: 10px;
    }
}

/* in-employ */
#in-employ {
    color: #fff;
}
#in-employ .title-area h2 {
    color: #fff;
    font-size: 38px;
}
#in-employ .title-area p {
    color: #fff;
    font-size: 18px;
}
#in-employ .lead-area h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
#in-employ .content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: space-between;
    column-gap: 13%;
    padding: 0 40px;
}
#in-employ .content .card {
    margin-bottom: 40px;
}
#in-employ .content h4 {
    font-size: 22px;
    background-color: #fff;
    padding: 8px;
    border-radius: 30px;
    color: #2854B7;
    text-align: center;
    width: auto;
    margin-bottom: 10px;
}
#in-employ ul {
    display: block;
    list-style: disc;
    padding-left: 30px;
}
#in-employ ul li {
    line-height: 2;
}
@media screen and (max-width: 1300px) {
    #in-employ .wrapper-b {
        border-radius: 100px 0 0 0;
    }
    #in-employ .lead-area h3 {
        font-size: 24px;
    }
    #in-employ .content {
        column-gap: 30px;
    }
}
@media screen and (max-width: 1024px) {
    #in-employ .content {
        padding: 0;
    }
    #in-employ .content .card {
        margin-bottom: 30px;
    }
    #in-employ .content h4 {
        font-size: 20px;
    }
    #in-employ ul li {
        font-size: 14px;
    }
}
@media screen and (max-width: 960px) {
    #in-employ .wrapper-b {
        margin-left: 5%;
    }
    #in-employ .wrapper-b .inner-wrapper {
        margin-right: 5%;
    }
    #in-employ ul {
        padding-left: 20px;
    }
    #in-employ .content h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    #in-employ .title-area h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 600px) {
    #in-employ .lead-area h3 {
        font-size: 20px;
    }
    #in-employ .content {
        display: flex;
        flex-direction: column;   
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 540px) {
    #in-employ .wrapper-b {
        border-radius: 80px 0 0 0;
    }
    #in-employ .title-area p {
        font-size: 14px;
    }
    #in-story .title-area h2 {
        font-size: 28px;
    }
    #in-employ .lead-area h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 390px) {
    #in-employ .content {
        width: 100%;
    }
    #in-employ .lead-area h3 {
        font-size: 16px;
    }
    #in-employ .content h4 {
        font-size: 16px;
        padding: 5px;
    }
}

/* in-story */
#in-story {
    color: #fff;
}
#in-story .title-area h2 {
    color: #fff;
    font-size: 38px;
}
#in-story .title-area p {
    color: #fff;
    font-size: 18px;
}
#in-story .lead-area {
    margin-bottom: 60px;
}
#in-story .lead-area h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
#in-story .lead-area p {
    line-height: 1.8;
}
#in-story ul {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
#in-story ul li {
    display: grid;
    grid-template-columns: 45% 50%;
    column-gap: 5%;
}
#in-story ul .list02 {
    grid-template-columns: 50% 45%;
}
#in-story .text-area {
    padding-top: 20px;
}
#in-story ul li h4 {
    font-size: 22px;
    margin-bottom: 30px;
}
#in-story ul li p {
    line-height: 1.8;
}
@media screen and (max-width: 1450px) {
    #in-story ul li {
        column-gap: 3%;
        grid-template-columns: 42% 55%;
    }
    #in-story ul .list02 {
        column-gap: 3%;
        grid-template-columns: 55% 42%;
    }
    #in-story .text-area {
        padding-top: 0px;
    }
    #in-story ul li h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1300px) {
    #in-story .wrapper-r {
        border-radius: 0 100px 0 0;
    }
    #in-story .lead-area h3 {
        font-size: 24px;
    }
    #in-story ul li h4 br {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    #in-story .wrapper-r {
        margin-right: 5%;
        margin-left: 0;
    }
    #in-story .wrapper-r .inner-wrapper {
        margin-left: 5%;
    }
    #in-story ul li h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) 
{
    #in-story .title-area h2 {
        font-size: 32px;
    }
    #in-story .lead-area {
        margin-bottom: 40px;
    }
    #in-story ul li {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #in-story ul .list01 {
        flex-direction: column-reverse;
    }
    #in-story .img-area {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 540px) {
    #in-story .lead-area h3 {
        font-size: 20px;
    }
    #in-story ul li h4 {
        font-size: 16px;
    }
    #in-story .img-area {
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    #in-story .wrapper-r {
        border-radius: 0 80px 0 0;
    }
    #in-story .title-area p {
        font-size: 14px;
    }
    #in-story .title-area h2 {
        font-size: 28px;
    }
    #in-story .lead-area h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 390px) {
    #in-story .lead-area h3 {
        font-size: 16px;
    }
    #in-story ul li h4 {
        font-size: 14px;
    }
}

/* in-principal */
#in-principal .section-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    padding: 70px 0;
}
#in-principal h3 {
    font-size: 43px;
    text-align: center;
    color: #2854B7;
    margin-bottom: 50px;
}
#in-principal .content01 {
    display: grid;
    grid-template-columns: 33% 64%;
    column-gap: 3%;
    margin-bottom: 60px;
}
#in-principal .name {
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
}
#in-principal .name p {
    margin-bottom: 10px;
}
#in-principal .right p {
    line-height: 1.8;
}
#in-principal .content02 h4 {
    font-size: 36px;
    color: #D94C2A;
    margin-bottom: 10px;
}
#in-principal .content02 .sub-p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
#in-principal .content02 .text p {
    line-height: 1.8;
}
#in-principal .name p br {
    display: none;
}
#in-principal h3 .br2 {
    display: none;
}
#in-principal .content02 .text br {
    display: none;
}
#in-principal .content02 .sub-p br {
    display: none;
}
#in-principal .content02 h4 .br2 {
    display: none;
}
@media screen and (max-width: 1350px) {
#in-principal .section-wrapper {
    margin: 0 20px;
}
}
@media screen and (max-width: 1300px) {
    #in-principal h3 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    #in-principal .content01 {
        grid-template-columns: 41% 57%;
        column-gap: 2%;
    }
}
@media screen and (max-width: 1024px) {
    #in-principal h3 {
        font-size: 34px;
    }
    #in-principal .content01 {
        margin-bottom: 40px;
    }
    #in-principal .name p br {
        display: block;
    }
    #in-principal .content02 h4 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    #in-principal .content02 .sub-p {
        font-size: 20px;
    }
    #in-principal .content02 .text br {
        display: block;
    }
}
@media screen and (max-width: 960px) {
    #in-principal .section-wrapper {
        padding: 40px 0 50px;
    }
    #in-principal .content01 {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #in-principal .content01 .left {
        width: 50%;
        margin: 0 auto;
    }
    #in-principal .content02 h4 {
        font-size: 28px;
    }
    #in-principal .content02 .sub-p br {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #in-principal h3 {
        font-size: 28px;
    }
    #in-principal .content01 .left {
        width: 60%;
    }
    #in-principal .content02 h4 {
        font-size: 24px;
    }
}
@media screen and (max-width: 600px) {
    #in-principal h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #in-principal h3 .br2 {
        display: block;
    }
    #in-principal .content01 .left {
        width: 80%;
    }
    #in-principal .content02 h4 {
        font-size: 22px;
    }
    #in-principal .content02 .sub-p {
        font-size: 18px;
    }
}
@media screen and (max-width: 430px) {
    #in-principal .content01 .left {
        width: 100%;
    }
    #in-principal h3 {
        font-size: 22px;
    }
    #in-principal .content02 h4 {
        font-size: 20px;
    }
    #in-principal .content02 .sub-p {
        font-size: 16px;
    }
}
@media screen and (max-width: 390px) {
    #in-principal .content02 h4 .br2 {
        display: block;
    }
    #in-principal .content02 .sub-p br {
        display: none;
    }
}

/* in-access */
#in-access .title-image img {
    width: 140px;
}
#in-access .map-area {
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}
#in-access .info-area .top {
    margin-bottom: 20px;
}
#in-access .info-area .top h3 {
    font-size: 24px;
    color: #2854B7;
    margin-bottom: 10px;
}
#in-access .info-area .bottom {
    display: flex;
    column-gap: 80px;
}
#in-access .info-area .bottom li {
    position: relative;
    padding-left: 60px;
}
#in-access .info-area .bottom li::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
}
#in-access .info-area .bottom .mono::after {
    background-image: url(../images/sub/mono.svg);
}
#in-access .info-area .bottom .bus::after {
    background-image: url(../images/sub/bus.svg);
}
#in-access .info-area .bottom li p {
    font-size: 14px;
}
#in-access .info-area .top p br,#in-access .info-area .bottom li p br {
    display: block;
}
@media screen and (max-width: 1300px) {
    #in-access .map-area iframe {
        height: 450px;
    }
}
@media screen and (max-width: 960px) {
    #in-access .title-image img {
        width: 120px;
    }
    #in-access .map-area {
        margin-bottom: 30px;
    }
    #in-access .map-area iframe {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    #in-access .title-image img {
        width: 110px;
    }
    #in-access .info-area .bottom {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
}
}
@media screen and (max-width: 600px) {
    #in-access .title-image img {
        width: 100px;
    }
    #in-access .map-area {
        margin-bottom: 20px;
    }
    #in-access .map-area iframe {
        height: 350px;
    }
    #in-access .info-area .top h3 {
        font-size: 20px;
    }
    #in-access .info-area .bottom li {
        padding-left: 50px;
    }
    #in-access .info-area .bottom li::after {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 430px) {
    #in-access .info-area .top h3 {
        font-size: 18px;
    }
    #in-access .info-area .top p,
#in-access .info-area .bottom li p {
        font-size: 12px;
    }
}
@media screen and (max-width: 390px) {
    #in-access .title-image img {
        width: 80px;
    }
    #in-access .info-area .top h3 {
        font-size: 16px;
    }
    #in-access .info-area .top p br,#in-access .info-area .bottom li p br {
        display: block;
    }
}

/* course 学科について */
/* co-course01 */
#co-course01.section {
    padding-top: 0px;
}
.course .course-title {
    text-align: center;
}
.course .course-title h2 {
    font-size: 38px;
    color: #2854B7;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.course .course-title h2::after {
    position: absolute;
    content: "";
    bottom: -40px;
    right: -180px;
    display: inline-block;
    background-image: url(../images/common/panda07.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 80px;
    z-index: 100;
}
.course .page-btn {
    text-align: left;
    margin-bottom: 40px;
    align-items: flex-start;
}
.course .page-btn .btn {
    background-color: #D94C2A;
    width: 400px;
    font-size: 22px;
    text-align: left;
    padding: 18px 18px 18px 35px;
}
.course .page-btn a::after {
    background-image: url(../images/common/arrow-r.svg);
    width: 38px;
    height: 38px;
}
.course .specialist {
    background-color: #2854B7;
    padding: 4px 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}
.course .top {
    display: grid;
    grid-template-columns: 50% 47%;
    color: #fff;
    margin-bottom: 30px;
}
.course .top h3 {
    font-size: 38px;
}
.course .top .english {
    margin-bottom: 10px;
}
.course .top .years {
    border: 2px solid #fff;
    padding: 8px 10px;
    width: 150px;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.course .top h4 {
    font-size: 26px;
    line-height: 1.8;
}
.course .text-area {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 50px;
}
.course .bottom {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 40px;
}
.course .bottom .img-area {
    padding-right: 50px;
}
.course .bottom .text-area {
    background-color: #fff;
    padding: 0 20px 20px;
    margin-bottom: 0;
}
.course .bottom h4 {
    font-size: 20px;
    background-color: #2854B7;
    padding: 10px;
    width: 200px;
    border-radius: 0 0 20px 20px;
    text-align: center;
}
.course .bottom ul {
    padding: 20px 0px 20px 40px;
    color: #000;
}
.course .bottom ul li {
    position: relative;
    line-height: 1.8;
}
.course .bottom ul li::before {
    position: absolute;
    content: "";
    top: 9px;
    left: -30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    background-color: #FA9922;
    border-radius: 50px;
}
.course .practice {
    color: #000;
    padding-left: 10px;
}
.course .course-btn {
    text-align: center;
}
.course .course-btn {
    text-align: center;
}
.course .course-btn a {
    background-color: #02C755;
    width: 300px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    margin: 0 auto;
    font-weight: bold;
    transition: .4s;
}
.course .course-btn a:hover {
  transform: translateY(-5px);
}
.course .course-title h2 br {
    display: none;
}
@media screen and (max-width: 1400px) {
    .course .page-btn {
        margin-bottom: 30px;
    }
    .course .specialist {
        margin-bottom: 10px;
    }
    .course .top h3 {
        font-size: 34px;
    }
    .course .top .years {
        margin-bottom: 20px;
        padding: 6px 10px;
    }
    .course .top h4 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1300px) {
    .course .wrapper-o {
        border-radius: 100px 0 0 0;
    }
    .course .top h3 {
        font-size: 32px;
    }
    .course .top h4 {
        font-size: 20px;
    }
    .course .top {
        column-gap: 3%;
    }
    .course .page-btn {
        margin-bottom: 20px;
    }
    .course .page-btn .btn {
        font-size: 18px;
        width: auto;
        padding: 14px 70px 14px 30px;
    }
    .course .page-btn a::after {
        width: 30px;
        height: 30px;
        right: 20px;
    }
    .course .bottom ul {
        padding: 20px 0px 20px 30px;
    }
    .course .bottom .img-area {
        padding-right: 5%;
    }
    .course .bottom ul li {
        font-size: 14px;
        line-height: 1.6;
    }
    .course .bottom ul li::before {
        top: 5px;
        width: 14px;
        height: 14px;
        left: -22px;
    }
    .course .practice {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .course .top h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 960px) {
    .course .course-title h2 {
        font-size: 34px;
    }
    .course .course-title h2::after {
        width: 120px;
        right: -130px;
    }
    .course .top h3 {
        font-size: 28px;
    }
    .course .top .english {
        font-size: 14px;
    }
    .course .top h4 {
        font-size: 16px;
    }
    .course .page-btn .btn {
        font-size: 14px;
    }
    .course .page-btn a::after {
        width: 30px;
        height: 30px;
    }
    .course .bottom .text-area {
        padding: 0 10px 20px;
    }
    .course .bottom h4 {
        font-size: 18px;
    }
    .course .bottom ul li {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .course .course-title h2 {
        font-size: 28px;
    }
    .course .course-title h2::after {
        width: 110px;
    }
    .course .top {
        display: flex;
        flex-direction: column;
    }
    .course .page-btn {
        text-align: center;
        align-items: center;
    }
    .course .top .lead-area {
        text-align: center;
        margin-bottom: 20px;
    }
    .course .top .years {
        margin: 0 auto 20px;
    }
    .course .top h4 {
       font-size: 22px;
       text-align: center;
    }
    .course .top .img-area {
        width: 70%;
        margin: 0 auto;
    }
    .course .text-area {
        margin-bottom: 40px;
    }
    .course .bottom {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .course .bottom .img-area {
        width: 70%;
        margin: 0 auto;
        padding-right: 0;
    }
    .course .bottom h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    #co-course01.section {
        padding-top: 60px;
    }
    .course .course-title h2::after {
        right: initial;
        left: 50%;
        top: -70px;
        transform: translateX(-50%);
        width: 90px;
    }
}
@media screen and (max-width: 540px) {
    .course .course-title h2 {
        font-size: 24px;
    }
    .course .course-title h2 br {
        display: block;
    }
    .course .wrapper-o {
        border-radius: 80px 0 0 0;
    }
    .course .top h3 {
        font-size: 26px;
    }
    .course .top h4 {
        font-size: 18px;
        letter-spacing: .5px;
    }
    .course .top .img-area,.course .bottom .img-area {
        width: 100%;
    }
    .course .page-btn a::after {
        width: 28px;
        height: 28px;
    }
}
@media screen and (max-width: 430px) {
    .course .course-ttle h2::after {
        width: 80px;
    }
    .course .bottom ul {
        padding: 10px 0px 10px 30px;
    }
}
@media screen and (max-width: 390px) {
    .course .course-title h2::after {
        width: 70px;
    }
    .course .page-btn .btn {
        font-size: 14px;
        padding: 14px 45px 14px 30px;
    }
    .course .page-btn .btn::after {
        width: 24px;
        height: 24px;
        right: 15px;
    }
    .course .top h3 {
        font-size: 22px;
    }
    .course .top h4 {
        font-size: 15px;
    }
    .course .bottom ul {
        padding: 10px 0px 0px 30px;
    }
    .course .bottom ul li {
        font-size: 13px;
    }
    .course .bottom h4 {
        font-size: 14px;
        width: 160px;
        padding: 4px;
        border-radius: 0 0 15px 15px;
    }
}

/* co-course02 */
#co-course02 .wrapper-b {
    border-radius: 0 200px 0 0;
    margin-left: inherit;
    margin-right: 10%;
}
#co-course02 .wrapper-b .inner-wrapper {
    margin-right: initial;
    margin-left: 10%;
}
#co-course02 .specialist {
    background-color: #D94C2A;
}
#co-course02 .bottom h4 {
    background-color: #D94C2A;
}
#co-course02 .bottom ul li::before {
    background-color: #2854B7;
}
@media screen and (max-width: 1300px) {
    #co-course02 .wrapper-b {
        border-radius: 0 100px 0 0;
    }
}
@media screen and (max-width: 960px) {
    #co-course02 .wrapper-b {
        margin-right: 5%;
    }
    #co-course02 .wrapper-b .inner-wrapper {
        margin-left: 5%;
    }
}
/* co-course03 */
#co-course03 .wrapper-r {
    border-radius: 200px 0 0 0;
    margin-right: initial;
    margin-left: 10%;
}
#co-course03 .wrapper-r .inner-wrapper {
    margin-left: initial;
    margin-right: 10%;
}
#co-course03 .blue-area {
    background-color: #2854B7;
    border-radius: 40px;
    width: 200px;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 30px;
}
#co-course03 .blue-area p {
    font-size: 22px;
}
#co-course03 .e-course-area {
    border: 2px solid #fff;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 400px;
    margin-top: 30px;
    margin-bottom: 60px;
}
#co-course03 .e-course01,#co-course03 .e-course02 {
    font-weight: bold;
    padding: 20px;
}
#co-course03 .e-course01 {
    border-right: 2px solid #fff;
}
#co-course03 .bottom ul li::before {
    background-color: #D94C2A;
}
#co-course03 .under {
    margin-bottom: 50px;
}
#co-course03 .under ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 40px;
    margin-bottom: 80px;
}
#co-course03 .under h5 {
    background-color: #fff;
    font-size: 22px;
    color: #D94C2A;
    padding: 8px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 10px;
}
#co-course03 .under ul li p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#co-course03 .equipment {
    border: 2px solid #fff;
    border-radius: 30px 30px 0 0;
    position: relative;
    padding: 60px 6%;
}
#co-course03 .h4-area {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#co-course03 .h4-area h4 {
    font-size: 26px;
    color: #fff;
    background-color: #D94C2A;
    padding: 0 30px;
}
#co-course03 .equipment ul {
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 0;
}
#co-course03 .equipment h5 {
    background-color: initial;
    color: #fff;
    text-align: left;
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
}
#co-course03 .equipment h5::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#co-course03 .equipment .h5-01::after {
    background-image: url(../images/common/panda04.svg);
    width: 74px;
    height: 40px;
    top: 6px;
    left: -20px;
}
#co-course03 .equipment .h5-02::after {
    background-image: url(../images/common/panda01.svg);
    width: 52px;
    height: 52px;
}
#co-course03 .equipment ul li p {
    font-size: 16px;
    font-weight: initial;
    text-align: left;
}
#co-course03 .equipment .h5-02 br {
    display: none;
}
@media screen and (max-width: 1400px) {
#co-course03 .blue-area {
    padding: 14px;
    margin-bottom: 10px;
    max-width: 350px;
}
#co-course03 .blue-area p {
    font-size: 18px;
}
#co-course03 .e-course01,#co-course03 .e-course02 {
    padding: 10px;
}
#co-course03 .e-course-area {
    margin-top: 10px;
    margin-bottom: 20px;
}
#co-course03 .equipment ul {
    column-gap: 3%;
}
#co-course03 .equipment h5 {
    font-size: 20px;
}
}
@media screen and (max-width: 1300px) {
    #co-course03 .equipment {
        padding: 50px 4%;
    }
    #co-course03 .equipment ul {
        column-gap: 2%;
    }
}
@media screen and (max-width: 1300px) {
    #co-course03 .wrapper-r {
        border-radius: 100px 0 0 0;
    }
    #co-course03 .under h5 {
        font-size: 20px;
    }
    #co-course03 .under ul li p {
        font-size: 18px;
    }
    #co-course03 .h4-area h4 {
        font-size: 22px;
    }
    #co-course03 .equipment {
        padding: 50px 3%;
    }
    #co-course03 .equipment h5 {
        font-size: 17px;
    }
    #co-course03 .equipment .h5-01 {
        padding-left: 80px;
    }
    #co-course03 .equipment .h5-01::after {
        left: 0px;
    }
    #co-course03 .equipment .h5-02 {
        padding-left: 46px;
        letter-spacing: 1px;
    }
    #co-course03 .equipment .h5-02::after {
        width: 45px;
        height: 45px;
    }
    #co-course03 .equipment ul li p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    #co-course03 .under h5 {
        font-size: 18px;
    }
    #co-course03 .under ul li p {
        font-size: 16px;
    }
    #co-course03 .equipment ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 960px) {
    #co-course03 .wrapper-r {
        margin-left: 5%;
    }
    #co-course03 .wrapper-r .inner-wrapper {
        margin-right: 5%;
    }
    #co-course03 .blue-area p {
        font-size: 14px;
    }
    #co-course03 .under {
        margin-bottom: 40px;
    }
    #co-course03 .under ul {
        column-gap: 3%;
        margin-bottom: 60px;
    }
    #co-course03 .equipment ul {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    #co-course03 .blue-area {
        margin: 0 auto 10px;
    }
    #co-course03 .e-course-area {
        margin: 10px auto 20px;
        max-width: 300px;
    }
    #co-course03 .e-course01, #co-course03 .e-course02 {
        padding: 8px;
    }
    #co-course03 .under ul {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin: 0 auto 60px;
        row-gap: 20px;
    }
    #co-course03 .under h5 {
        font-size: 16px;
    }
    #co-course03 .equipment {
        padding: 30px 3%;
    }
    #co-course03 .equipment ul {
        margin-bottom: 0;
        width: 100%;
    }
    #co-course03 .h4-area h4 {
        font-size: 18px;
        width: max-content;
    }
    #co-course03 .under h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #co-course03 .under ul li p {
        font-size: 14px;
    }
    #co-course03 .equipment .h5-01 {
        padding-left: 62px;
    }
    #co-course03 .equipment .h5-01::after {
        width: 54px;
        height: 30px;
    }
    #co-course03 .equipment .h5-02::after {
        width: 38px;
        height: 38px;
    }
}
@media screen and (max-width: 540px) {
    #co-course03 .equipment {
        padding: 20px 3%;
    }
    #co-course03 .h4-area h4 {
        font-size: 16px;
        padding: 0 15px;
    }
    .course .course-btn a {
        width: 260px;
    }
}
@media screen and (max-width: 430px) {
        #co-course03 .under ul {
        width: 100%;
    }
    #co-course03 .equipment .h5-02 br {
        display: block;
    }
}


/* co-calendar */
#co-calendar .content {
    margin-bottom: 30px;
}
#co-calendar .top-lead {
   font-size: 22px;
   font-weight: bold;
   padding-top: 40px;
   margin-bottom: 40px;
   text-align: center;
}
#co-calendar ol {
    display: grid;
    grid-template-columns: repeat(3,4fr);
    gap: 30px;
    color: #fff;
}
#co-calendar ol .card {
    background-color: #FA9922;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}
#co-calendar .month {
    position: absolute;
    background-color: #FA9922;
    border-radius: 20px;
    padding: 20px 6px;
    text-align: center;
    top: 0;
    left: 0;
    width: 100px;
    text-align: center;
}
#co-calendar .month h3 span {
    font-size: 56px;
    letter-spacing: .5px;
}
#co-calendar .month h3 {
    font-size: 20px;
    line-height: 1;
}
#co-calendar .img-area {
    margin-bottom: 10px;
}
#co-calendar .event {
    list-style-type: disc;
    padding-left: 30px;
}
@media screen and (max-width: 1300px) {
    #co-calendar .top-lead {
        font-size: 18px;
        text-align: left;
        padding-top: 0;
    }
    #co-calendar .month h3 span {
        font-size: 46px;
    }
    #co-calendar ol .card {
        padding: 24px;
    }
    #co-calendar .event li {
        font-size: 14px;
    }
    #co-calendar .month {
        width: 90px;
        padding: 15px 6px;
    }
}
@media screen and (max-width: 960px) {
    #co-calendar ol {
        gap: 2%;
    }
    #co-calendar ol .card {
        padding: 15px;
    }
    #co-calendar .month {
        width: 90px;
    }
    #co-calendar .month h3 span {
        font-size: 36px;
    }
   #co-calendar .event {
    padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    #co-calendar ol {
        grid-template-columns: repeat(2, 6fr);
        gap: 20px;
    }
    #co-calendar ol .card {
        padding: 20px;
    }
        #co-calendar .month {
        width: 80px;
    }
    #co-calendar .event li {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    #co-calendar .bk-white {
        padding-top: 140px;
    }
    #co-calendar .top-lead {
        font-size: 16px;
    }
    #co-calendar .event li {
        font-size: 14px;
    }
    #co-calendar ol .card {
        padding: 15px;
    }
    #co-calendar .month {
        width: 70px;
        padding: 10px 6px;
        border-radius: 15px;
    }
    #co-calendar .month h3 {
        font-size: 14px;
    }
    #co-calendar .month h3 span {
        font-size: 28px;
    }
}
@media screen and (max-width: 540px) {
    #co-calendar ol {
        gap: 15px;
    }
    #co-calendar .event li {
        font-size: 12px;
    }
}
@media screen and (max-width: 430px) {
    #co-calendar ol {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }
    #co-calendar .event li {
        font-size: 14px;
    }
    #co-calendar .month h3 span {
        font-size: 36px;
    }
}
@media screen and (max-width: 390px) {
    #co-calendar .top-lead {
        font-size: 14px;
    }
    #co-calendar ol {
        width: 90%; 
    }
}

/* co-recruit */
#co-recruit .box-wrapper {
    margin-bottom: 40px;
}
#co-recruit .box {
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}
#co-recruit h3 {
    background-color: #2854B7;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 0;
    font-size: 26px;
}
#co-recruit table {
    width: 100%;
    border-collapse: collapse;
}
#co-recruit tbody tr {
    background-color: #fff;
}
#co-recruit th, #co-recruit td {
    padding: 20px 10px;
    text-align: center;
    border: 2px solid #2854B7;
    color: #2854B7;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}
#co-recruit thead tr th {
    background-color: #C2E2F9;
}
#co-recruit .box04 {
    border-radius: 0;
}
#co-recruit .box05 td {
    padding: 14px 20px;
}
#co-recruit .box05 td .kome {
    font-size: 14px;
    font-weight: initial;
    line-height: 1;
    color: #000;
}
#co-recruit .box05 td span {
    font-size: 14px;
    color: #000;
    padding-left: 10px;
}
#co-recruit .note {
    padding-top: 10px;
    font-size: 14px;
}
#co-recruit .box05 td br {
    display: none;
}
@media screen and (max-width: 1300px) {
    #co-recruit h3 {
        font-size: 22px;
    }
    #co-recruit th, #co-recruit td {
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    #co-recruit h3 {
        font-size: 20px;
    }
    #co-recruit th, #co-recruit td {
        font-size: 16px;
        padding: 15px 10px;
    }
}
@media screen and (max-width: 1024px) {
    #co-recruit h3 {
        font-size: 18px;
    }
    #co-recruit th, #co-recruit td {
        font-size: 14px;
    }
}
@media screen and (max-width: 960px) {
    #co-recruit h3 {
        font-size: 16px;
    }
    #co-recruit .box05 td {
        padding: 10px;
    }
    #co-recruit .box05 td .kome {
        font-size: 12px;
    }
    #co-recruit .box05 td br {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #co-recruit .box {
        overflow-x: auto;
        display: block; 
        background-color: #2854B7;
    }
    #co-recruit th, #co-recruit td {
        white-space: nowrap;
    }
    #co-recruit .note {
        font-size: 12px;
    }
}
@media screen and (max-width: 600px) {
    #co-recruit th, #co-recruit td {
        font-size: 12px;
        padding: 10px 6px;
    }
}

/* scholoarship 奨学金 */
/* sc-message */
#sc-message .target-area .bottom {
    display: grid;
    grid-template-columns: 53% 42%;
    column-gap: 5%;
    padding: 0 30px;
}
#sc-message .target-area .left h4 {
    background-color: #2854B7;
    font-size: 28px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}
#sc-message .target-area ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}
#sc-message .target-area ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #2854B7;
    border-radius: 50%;
    box-sizing: border-box;
}
#sc-message .target-area .right {
    display: flex;
    justify-content: center;
    transition: .4s;
}
#sc-message .target-area .right:hover {
  transform: translateY(-5px);
}
#sc-message .target-area .right a {
    background-color: #FA9922;
    border-radius: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    max-width: 440px;
    position: relative;
}
#sc-message .target-area .right a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: inline-block;
    background-image: url(../images/common/arrow-o.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 56px;
    height: 56px;
}
.page-message .target-area h3 .sc-br {
    display: none;
}
@media screen and (max-width: 1300px) {
    #sc-message .target-area .bottom {
        column-gap: 3%;
        grid-template-columns: 53% 44%;
    }
    #sc-message .target-area .left h4 {
        font-size: 22px;
    }
    #sc-message .target-area .right a {
        font-size: 22px;
    }
}
@media screen and (max-width: 1024px) {
    #sc-message .target-area .bottom {
        padding: 0;
    }
    #sc-message .target-area .left h4 {
        font-size: 18px;
    }
    #sc-message .target-area .right a {
        font-size: 20px;
    }
    #sc-message .target-area .right a::after {
        width: 45px;
        height: 45px;
    }
}
@media screen and (max-width: 960px) {
    #sc-message .target-area .left h4 {
        margin-bottom: 10px;
    }
    #sc-message .target-area ul li::before {
        width: 16px;
        height: 16px;
    }
    #sc-message .target-area .right a {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    #sc-message .target-area .left h4 {
        font-size: 16px;
    }
    #sc-message .target-area ul li {
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 0;
        letter-spacing: .5px;
    }
    #sc-message .target-area ul li::before {
        width: 12px;
        height: 12px;
    }
    #sc-message .target-area .right a {
        font-size: 14px;
        padding: 15px;
    }
    #sc-message .target-area .right a::after {
        width: 32px;
        height: 32px;
        right: 14px;
    }
}
@media screen and (max-width: 600px) {
    #sc-message .target-area .bottom {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #sc-message .target-area .right a {
        max-width: 260px;
    }
}
@media screen and (max-width: 540px) {
    #sc-message.page-message h2 .br2 {
        display: block;
    }
}
@media screen and (max-width: 430px) {
    .page-message .target-area h3 .sc-br {
        display: block;
    }
}


/* sc-system */
#sc-system ul {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 50px;
}
#sc-system ul li {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    min-height: 200px;
}
#sc-system h3 {
    font-size: 24px;
    color: #fff;
    padding: 20px 30px;
    text-align: left;
    display: inline-block;
}
#sc-system .list01 h3 {
    background-color: #FA9922;
}
#sc-system .list02 h3 {
    background-color: #2854B7;
}
#sc-system ul li p {
    padding: 20px 30px;
}
#sc-system ul li p span {
    color: #D94C2A;
}
#sc-system .table-area {
    margin-bottom: 50px;
}
#sc-system h4,#sc-loan h4 {
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
#sc-system h4::before,#sc-loan h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #000;
    box-sizing: border-box;
}
#sc-system table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
#sc-system tbody tr {
    background-color: #fff;
}
#sc-system th,#sc-system td {
    border: 1px solid #000;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
#sc-system th {
    background-color: #FA9922;
    font-weight: bold;
    color: #000;
}
#sc-system .blue th {
    background-color: #2854B7;
    color: #fff;
}
#sc-system .kome {
    padding: 4px 0;
}
#sc-system .kome p {
    font-size: 14px;
}
#sc-system .page-btn .btn {
    background-color: #D94C2A;
}
#sc-system .page-btn a::after {
    background-image: url(../images/common/arrow-r.svg);
}
#sc-system .mini-title-area h2 br {
    display: none;
}
#sc-system td br {
    display: none;
}
@media screen and (max-width: 1300px) {
    #sc-system h3 {
        font-size: 22px;
        padding: 15px 25px;
    }
    #sc-system h4, #sc-loan h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1024px) {
    #sc-system h3 {
        font-size: 20px;
    }
    #sc-system h4, #sc-loan h4 {
        font-size: 20px;
        padding-left: 24px;
    }
    #sc-system h4::before, #sc-loan h4::before {
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 767px) {
    #sc-system .mini-title-area h2 br {
        display: block;
    }
    #sc-system .mini-title-area .title-image {
        top: 50%;
        transform: translateY(-50%);
    }
    #sc-system h3 {
        font-size: 18px;
    }
    #sc-system ul li p {
        padding: 10px 20px 15px;
    }
    #sc-system h4, #sc-loan h4 {
        font-size: 18px;
    }
    #sc-system td br {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    #sc-system ul li {
        min-height: 190px;
    }
    #sc-system h3 {
        padding: 10px 20px;
        font-size: 16px;
    }
    #sc-system h4, #sc-loan h4 {
        font-size: 16px;
    }
    #sc-system .table-area {
        margin-bottom: 30px;
    }
    #sc-system th, #sc-system td {
        padding: 10px 0;
        letter-spacing: .5px;
    }
}
@media screen and (max-width: 390px) {
    #sc-system li h3 {
        width: 100%;
        text-align: center;
    }
    #sc-system h4, #sc-loan h4 {
        font-size: 14px;
        padding-left: 20px;
    }
    #sc-system h4::before, #sc-loan h4::before {
        width: 12px;
        height: 12px;
    }
    #sc-system th, #sc-system td {
        font-size: 12px;        
        letter-spacing: .2px;
    }
}

/* sc-loan */
#sc-loan {
    background-color: #fff;
    padding-bottom: 80px;
}
#sc-loan .text-area {
    margin-bottom: 40px;
}
#sc-loan .table-wrapper {
    display: flex;
    column-gap: 70px;
}
#sc-loan .table-area {
    margin-bottom: 50px;
}
#sc-loan table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
#sc-loan tbody tr {
    background-color: #fff;
}
#sc-loan th,#sc-loan td {
    border: 1px solid #000;
    padding: 12px;
    text-align: center;
    font-weight: bold;
}
#sc-loan th {
    font-weight: bold;
    color: #fff;
}
#sc-loan .red {
    background-color: #D94C2A;
}
#sc-loan .blue {
    background-color: #2854B7;
}
#sc-loan .page-btn .btn {
    background-color: #FA9922;
}
#sc-loan .page-btn a::after {
    background-image: url(../images/common/arrow-o.svg);
}
@media screen and (max-width: 1300px) {
  #sc-loan .table-wrapper {
    column-gap: 5%;
  }  
}
@media screen and (max-width: 960px) {
  #sc-loan .table-wrapper {
    column-gap: 3%;
  }  
}
@media screen and (max-width: 767px) {
    #sc-loan .table-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
        margin-bottom: 40px;
    }
    #sc-loan .table-area {
        margin-bottom: 0px;
    }
}

/* studyabroad 海外留学 */
/* ab-message */
#ab-message .target-area {
    padding: 30px 80px 40px 140px;
}
#ab-message .target-area h3 {
    text-align: left;
    padding-left: 40px;
    position: relative;
}
#ab-message .target-area h3::before {
    content: '';
    position: absolute;
    left: -80px;
    top: 60%;
    transform: translateY(-50%);
    width: 110px;
    height: 140px;
    background-image: url(../images/common/panda08.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#ab-message ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
#ab-message ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 22px;
    color: #2854B7;
    font-weight: bold;
}
#ab-message .target-area ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #2854B7;
    border-radius: 50%;
    box-sizing: border-box;
}
#ab-message .page-message h2 .br2 {
    display: none; 
}
@media screen and (max-width: 1300px) {
  #ab-message .target-area {
    padding: 30px 30px 40px 100px;
  }
  #ab-message .target-area h3::before {
    width: 100px;
    height: 114px;
  }
  #ab-message ul li {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
    #ab-message ul {
        grid-template-columns: repeat(2,3fr);
    }
}
@media screen and (max-width: 960px) {
    #ab-message .target-area {
        padding: 30px 30px 40px 80px;
    }
  #ab-message .target-area h3::before {
    width: 80px;
    height: 90px;
    left: -55px;
  }
}
@media screen and (max-width: 850px) {
    #ab-message.page-message h2 .br2 {
        display: block; 
    }
}
@media screen and (max-width: 767px) {
    #ab-message .target-area h3::before {
        width: 60px;
        height: 70px;
        left: -30px;
    }
    #ab-message ul li {
        font-size: 16px;
        padding-left: 20px;
    }
    #ab-message .target-area ul li::before {
        width: 14px;
        height: 14px;
    }
}
@media screen and (max-width: 600px) {
    #ab-message .target-area {
        padding: 20px 30px 40px 50px;
    }
    .page-message .target-area .top {
        margin-bottom: 20px;
    }
    #ab-message ul li {
        font-size: 14px;
    }
    #ab-message .target-area ul li::before {
        width: 12px;
        height: 12px;
    }
}
@media screen and (max-width: 540px) {
    #ab-message .target-area {
        padding: 20px 30px 20px 50px;
    }
    #ab-message ul {
        display: flex;
        flex-direction: column;
        padding-left: 40px;
    }
}
@media screen and (max-width: 390px) {
    #ab-message ul {
        padding-left: 0px;
    }
}

/* ab-merit */
#ab-merit ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
}
#ab-merit ul li {
    background-color: #fff;
    border: 3px solid #2854B7;
    border-radius: 20px;
    padding: 24px;
}
#ab-merit ul li p {
    font-size: 22px;
    color: #2854B7;
    font-weight: bold;
}
#ab-merit .mini-title-area h2 br {
    display: none;
}
@media screen and (max-width: 1300px) {
    #ab-merit ul {
        column-gap: 3%;
    }
    #ab-merit ul li p {
        font-size: 20px;
    }
}
@media screen and (max-width: 1024px) {
    #ab-merit ul li p {
        font-size: 18px;
    }
}
@media screen and (max-width: 960px) {
    #ab-merit ul li {
        padding: 18px;
    }
    #ab-merit ul li p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    #ab-merit ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #ab-merit .mini-title-area h2 br {
        display: block;
    }
    #ab-merit .mini-title-area .title-image {
    top: 50%;
    transform: translateY(-50%);
    }
}
@media screen and (max-width: 600px) {
    #ab-merit ul li p {
        font-size: 14px;
    }
}
@media screen and (max-width: 430px) {
    #ab-merit ul li p {
        font-size: 14px;
    }
    #ab-merit ul {
        row-gap: 10px;
    }
}


/* ab-story */
#ab-story .stripe {
  background: repeating-linear-gradient(-40deg,
    #D94C2A,
    #D94C2A 40px,
    #fff 40px,
    #fff 80px,
    #2854B7 80px,
    #2854B7 120px,
    #fff 120px,
    #fff 160px
  );
  padding: 40px;
}
#ab-story .stripe-inner {
    background-color: white;
    display: grid;
    grid-template-columns: 35% 65%;
}
#ab-story .img-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50px;
}
#ab-story .img-wrapper {
    position: relative;
}
#ab-story .flag {
    position: absolute;
    top: -280px;
    left: -10px;
    width: 560px;
    z-index: 1;
}
#ab-story .img-area .senior {
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2;
    display: flex;
}
#ab-story .text-area {
    padding: 70px 40px 70px 0;
}
#ab-story h3 {
    font-size: 22px;
    color: #2854B7;
    line-height: 2;
    margin-bottom: 40px;
}
#ab-story p {
    line-height: 2;
}
#ab-story h3 .br2 {
    display: none;
}
#ab-story h3 .br3 {
    display: none;
}
@media screen and (max-width: 1300px) {
    #ab-story {
        padding-top: 100px;
    }
    #ab-story .stripe {
        margin: 0 20px;
        padding: 30px;
    }
    #ab-story .flag {
        top: -230px;
        left: 20px;
        width: 450px;
    }
}
@media screen and (max-width: 1100px) {
    #ab-story .flag {
        top: -240px;
        left: 50px;
    }
    #ab-story .stripe-inner {
        grid-template-columns: 45% 55%;
    }
    #ab-story .img-area {
        padding-bottom: 50px;
    }
    #ab-story .text-area {
        padding: 40px 30px 40px 0;
    }
    #ab-story h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #ab-story h3 .br2 {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    #ab-story .text-area {
        padding: 30px 20px 30px 0;
    }
    #ab-story .flag {
        left: 32px;
    }
    #ab-story .img-area {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 960px) {
    #ab-story .stripe-inner {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding: 30px;
    }
    #ab-story .flag {
        top: -170px;
        left: 65px;
        width: 400px;
    }
    #ab-story .img-area {
        padding-bottom: 0;
    }
    #ab-story .img-area .senior {
        width: 60%;
    }
    #ab-story h3 {
        text-align: center;
    }
    #ab-story h3 .br2 {
        display: none;
    }
    #ab-story .text-area {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    #ab-story .stripe {
        padding: 22px;
    }
    #ab-story .flag {
        left: 110px;
        width: 330px;
    }
    #ab-story h3 {
        font-size: 20px;
    }
    #ab-story h3 .br2 {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    #ab-story .stripe-inner {
        padding: 20px;
        row-gap: 10px;
    }
    #ab-story .flag {
        left: 68px;
        top: -143px;
    }
    #ab-story h3 {
        font-size: 17px;
    }
}
@media screen and (max-width: 540px) {
      #ab-story .flag {
        left: 80px;
        width: 280px;
    }  
}
@media screen and (max-width: 430px) {
    #ab-story .flag {
        left: -20px;
        width: 250px;
        top: -110px;
    }
    #ab-story h3 {
        font-size: 16px;
        line-height: 1.6;
    }
    #ab-story h3 .br3 {
        display: block;
    }
    #ab-story .img-area .senior {
        width: 90%;
    }
    #ab-story p {
        line-height: 1.6;
    }
}


/* ab-voice 本科留学　タイトル */
#ab-voice {
    margin-bottom: 30px;
}
.abroad .page-title2 {
    background-color: #D94C2A;
    padding: 15px 0;
    margin-right: 65%;
    margin-bottom: 20px;
    border-radius: 0 40px 40px 0;
}
#ab-short .page-title2 {
    background-color: #FA9922;
}
.abroad .page-title2 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    margin-left: 17vw;
}
.abroad .page-title2 .title {
    font-size: 42px;
    color: #fff;
}
@media screen and (max-width: 1700px) {
    .abroad .page-title2 .container {
        margin-left: 10vw;
    }
}
@media screen and (max-width: 1500px) {
    .abroad .page-title2 .container {
        padding-left: 0;
    }
}
@media screen and (max-width: 1400px) {
    .abroad .page-title2 .container {
        margin-left: 50px;
    }
    .abroad .page-title2 .title {
        font-size: 36px;
    }
}
@media screen and (max-width: 1300px) {
    .abroad .page-title2 .container {
        margin-left: 40px;
    }
    .abroad .page-title2 {
        width: 300px;
    }
}
@media screen and (max-width: 1024px) {
    .abroad .page-title2 {
        padding: 10px;
        width: 230px;
    }
    .abroad .page-title2 .title {
        font-size: 32px;
    }
}
@media screen and (max-width: 960px) {
    .abroad .page-title2 .container {
        margin-left: 20px;
    }
    .abroad .page-title2 .title {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .abroad .page-title2 {
        width: 200px;
    }
    .abroad .page-title2 .title {
        font-size: 24px;
    }
}
@media screen and (max-width: 600px) {
.abroad .page-title2 .title {
        font-size: 20px;
    }
    .abroad .page-title2 {
        width: 170px;
    }
}

/* ab-voice2 本科留学　内容 */
#ab-voice2 {
    padding-top: 0;
}
.abroad .voice-p {
    line-height: 1.8;
}
.abroad .content {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 30% 67%;
    column-gap: 3%;
    padding-top: 50px;
    margin-bottom: 100px;
}
.abroad .name {
    font-size: 22px;
    color: #2854B7;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: -3px;
    text-decoration-color: #fff;
    text-decoration-thickness: 8px;
}
.abroad .name span {
    font-size: 18px;
}
.abroad .text p {
    line-height: 2;
}
#ab-voice2 .video-area {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
#ab-voice2 .video-area p {
    font-size: 22px;
    font-weight: bold;
    color: #2854B7;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
#ab-voice2 .video-area p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #2854B7;
    box-sizing: border-box;
}
#ab-voice2 .video-area video {
    background-color: #fff;
    height: auto;
    width: 80%;
    display: flex;
    margin: 0 auto;
}
#ab-short .name br {
    display: none;
}
@media screen and (max-width: 1300px) {
.abroad .content {
    padding: 50px 20px 0;
}
}
@media screen and (max-width: 1024px) {
.abroad .name {
    padding-top: 0;
}
}
@media screen and (max-width: 960px) {
.abroad .name {
    font-size: 18px;
    margin-bottom: 10px;
}
.abroad .name span {
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
    .abroad .content {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        margin: 0 auto 50px;
        padding: 30px 0 0;
    }
    .abroad .content .img-area{
        width: 50%;
        margin: 0 auto;
    }
    .abroad .text p {
        line-height: 1.5;
    }
    #ab-voice2 .video-area p {
        font-size: 18px;
    }
    #ab-voice2 .video-area p::before {
        width: 16px;
        height: 16px;
    }
    #ab-voice2 .video-area video {
        width: 90%;
    }
}
@media screen and (max-width: 600px) {
    .abroad .content {
        row-gap: 20px;
    }
    .abroad .content .img-area {
        width: 60%;
    }
    .abroad .name {
        font-size: 16px;
    }
    .abroad .name span {
        font-size: 14px;
    }
    #ab-short .name br {
        display: block;
    }
    #ab-voice2 .video-area p {
        margin-bottom: 10px;
        padding-left: 20px;
        font-size: 16px;
    }
    #ab-voice2 .video-area video {
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    .abroad .content .img-area {
        width: 70%;
    }
    #ab-voice2 .video-area p {
        font-size: 16px;
    }
    #ab-voice2 .video-area p::before {
        width: 14px;
        height: 14px;
    }
}
@media screen and (max-width: 430px) {
    .abroad .content .img-area {
        width: 80%;
    }
}
@media screen and (max-width: 390px) {
    .abroad .name span {
        font-size: 12px;
    }
}


/* ab-short2 短期留学 写真と動画 */
#ab-short2 .content {
    margin-bottom: 60px;
}
#ab-short2 .box {
    background-color: #fff;
    border-radius: 0 40px 40px 40px;
    padding-bottom: 20px;
    margin-bottom: 80px;
}
#ab-short2 .boxtitle-area {
    margin-bottom: 25px;
}
#ab-short2 h2 {
    background-color: #2854B7;
    color: #fff;
    font-size: 32px;
    padding: 15px 15px 15px 30px;
    border-radius: 0 0 40px 0;
    display: inline-block;
    width: 400px;
    margin-bottom: 30px;
}
#ab-short2 .text-area {
    width: 100%;
    padding: 0 40px;
}
#ab-short2 .text-area p {
    color: #2854B7;
    font-size: 22px;
    font-weight: bold;
}
#ab-short2 .box ul {
    display: grid;
    padding: 0 40px 30px;
}
#ab-short2 .box01 ul {
    grid-template-columns: repeat(3,2fr);
    gap: 30px;
}
#ab-short2 .box02 ul {
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
}
#ab-short2 .box03 ul {
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    width: 60%;
    margin: 0 auto;
}
#ab-short2 .box03 ul li {
    height: auto;
}
#ab-short2 .box03 ul li p {
    margin-bottom: 10px;
    font-weight: bold;
    color: #2854B7;
}
#ab-short2 .box03 ul li video {
    width: 100%;
    height: auto;
}
#ab-short2 .box03 .life02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
}
#ab-short2 .page-btn .btn {
    background-color: #D94C2A;
}
#ab-short2 .page-btn a::after {
    background-image: url(../images/common/arrow-r.svg);
}
@media screen and (max-width: 1300px) {
    #ab-short2 h2 {
        font-size: 28px;
        margin-bottom: 20px;
        width: 350px;
    }
   #ab-short2 .text-area p {
        font-size: 20px;
   }
   #ab-short2 .box01 ul {
        gap: 10px;
   }
   #ab-short2 .box02 ul {
        column-gap: 10px;
   }
}
@media screen and (max-width: 1024px) {
    #ab-short2 .box {
        margin-bottom: 50px;
    }
    #ab-short2 .boxtitle-area {
        margin-bottom: 15px;
    }
    #ab-short2 h2 {
        font-size: 24px;
        margin-bottom: 10px;
        width: 300px;
    }
   #ab-short2 .text-area p {
        font-size: 18px;
   }
    #ab-short2 .box03 ul {
        width: 70%;
    }
}
@media screen and (max-width: 960px) {
    #ab-short2 .box {
        border-radius: 0 20px 20px 20px;
    }
    #ab-short2 h2 {
        font-size: 20px;
        width: 260px;
        padding: 10px 10px 10px 20px;
        border-radius: 0 0 20px 0;
    }
    #ab-short2 .text-area {
        padding: 0 20px;
    }
   #ab-short2 .text-area p {
        font-size: 16px;
   }
   #ab-short2 .box01 ul,#ab-short2 .box02 ul {
        padding: 0 20px 20px;
   }
    #ab-short2 .box03 ul {
        width: 80%;
        padding: 0 0 20px;
    }
}
@media screen and (max-width: 767px) {
  #ab-short2 .box01 ul {
    grid-template-columns: repeat(2,3fr);
  }
  #ab-short2 .box02 ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 80%;
    margin: 0 auto;
  }
    #ab-short2 .box03 ul {
        width: 90%;
    }
}
@media screen and (max-width: 600px) {
  #ab-short2 .box01 ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 80%;
    margin: 0 auto;
  }
    #ab-short2 .box03 .life01 {
        display: block;
        flex-direction: column;
        row-gap: 20px;
        width: 60%;
    }
}
@media screen and (max-width: 430px) {
  #ab-short2 .box01 ul,  #ab-short2 .box02 ul {
    width: 100%;
  }
  #ab-short2 .box03 .life01 {
    width: 70%;
  }
}
@media screen and (max-width: 390px) {
  #ab-short2 .box03 .life01 {
    width: 80%;
  }
}


/* open オープンスクール */
/* op-message */
#op-message {
    overflow: hidden;
}
#op-message .target-area {
    width: 900px;
    position: relative;
}
#op-message .tea {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -220px;
    width: 380px;
}
#op-message .target-area .top {
    max-width: 700px;
    position: relative;
}
#op-message .target-area h3 {
    position: relative;
    text-align: left;
    padding-left: 100px;
}
#op-message .target-area h3::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 93px;
    height: 89px;
    background-image: url(../images/common/panda02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#op-message .bottom {
    display: flex;
    justify-content: center;
    padding-left: 60px;
}
#op-message ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 100px;
    row-gap: 10px;
}
#op-message ul li {
    position: relative;    
    font-size: 22px;
    font-weight: bold;
    color: #2854B7;
}
#op-message ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#op-message ul .list01::before {
    background-image: url(..//images/sub/op-icon01.svg);    
    width: 46px;
    height: 46px;
}
#op-message ul .list02::before {
    background-image: url(..//images/sub/op-icon02.svg);
    width: 36px;
    height: 36px;
}
#op-message ul .list03::before {
    background-image: url(..//images/sub/op-icon03.svg);
    width: 43px;
    height: 43px;
}
#op-message .target-area h3 br {
    display: none;
}
#op-message.page-message h2 .br2 {
    display: none;
}
@media screen and (max-width: 1300px) {
   #op-message .tea {
    width: 28vw;
    right: -8vw;
   } 
}
@media screen and (max-width: 1024px) {
   #op-message .target-area {
    width: 100%;
   }
    #op-message .target-area h3 {
        padding-left: 90px;
    }
   #op-message .target-area h3::before {
    width: 80px;
   }
   #op-message .bottom {
    justify-content: left;
    padding-left: 70px;
   }
   #op-message ul li {
    font-size: 20px;
   }
   #op-message .tea {
    top: 50%;
    right: 0vw;
   }
}
@media screen and (max-width: 960px) {
    #op-message ul li {
        font-size: 18px;
    }
    #op-message ul {
        column-gap: 80px;
    }
    #op-message ul li::before{
        left: -50px;
    }
    #op-message ul .list01::before,#op-message ul .list03::before {
        width: 38px;
        height: 38px;
    }
    #op-message ul .list02::before {
        width: 28px;
        height: 28px;
    }
    #op-message .tea {
        top: 50%;
        right: -2vw;
    }
}
@media screen and (max-width: 767px) {
    #op-message .target-area h3 {
        text-align: center;
        padding-left: 0;
    }
    #op-message .target-area h3::before {
        width: 65px;
        left: -10px;
    }
    #op-message .tea {
        width: 26vw;
        top: 64%;
        right: -2vw;
    }
    #op-message.page-message h2 .br2 {
        display: block;
    }
}
@media screen and (max-width: 680px) {
    .page-message .target-area {
        padding: 30px 20px 40px;
    }
    #op-message .bottom {
        padding-left: 100px;
    }
    #op-message ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #op-message .tea {
        width: 30vw;
        top: 62%;
        right: 2vw;
    }
}
@media screen and (max-width: 600px) {
    #op-message ul li {
        font-size: 16px;
    }
}
@media screen and (max-width: 540px) {
    .page-message .target-area {
        padding: 30px 20px 40px;
    }
    #op-message .target-area h3::before {
        width: 60px;
        left: 50%;
        top: -82px;
        transform: translateX(-50%);
    }
    #op-message .bottom {
        padding-left: 80px;
    }
    #op-message .tea {
        top: 72%;
    }
}
@media screen and (max-width: 430px) {
    #op-message .target-area h3 br {
        display: block;
    }
    #op-message .target-area h3::before {
    width: 55px;
    top: -78px;
    }
    #op-message .bottom {
        padding-left: 50px;
    }
    #op-message .tea {
        top: 78%;
        width: 36vw;
        right: -3vw;
    }
}
@media screen and (max-width: 390px) {
        #op-message .tea {
        right: -7vw;
    }
}


/* op-schedule */
#op-schedule {
    margin-bottom: 40px;
}
#op-schedule .info-area {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 70px;
}
#op-schedule .time {
    background-color: #FA9922;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    text-align: center;
    padding: 15px;
}
#op-schedule .howto {
    background-color: #D94C2A;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
    text-align: center;
    padding: 15px;
}
#op-schedule .info-area h3 {
    font-size: 22px;
    color: #fff;
}
#op-schedule .info-area p {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}
#op-schedule .link-area .area-2025 {
    margin-bottom: 70px;
}
#op-schedule .link-area h3 {
    font-size: 48px;
    color: #2854B7;
    margin-bottom: 20px;
}
#op-schedule .link-area h3 span {
    font-size: 30px;
}
#op-schedule .link-area ul {
    display: grid;
    grid-template-columns: repeat(2,5fr);
    column-gap: 80px;
}
#op-schedule .link-area ul li {
    margin-bottom: 30px; 
    transition: .4s;
}
#op-schedule .link-area ul li:hover {
  transform: translateY(-5px);
}
#op-schedule .link-area ul li a {
    display: grid;
    grid-template-columns: 50% 50%;
}
#op-schedule .link-area .date {
    background-color: #2854B7;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}
#op-schedule .link-area .date.end {
    background-color: #d4d4d4;
}
#op-schedule .link-area .date p {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    padding-left: 30px;
}
#op-schedule .link-area .date p span {
    font-size: 34px;
    padding-left: 10px;
}
#op-schedule .link-area .text {
    background-color: #fff;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
}
#op-schedule .link-area .text::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    display: inline-block;
    background-image: url(../images/common/arrow-blue2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 42px;
}
#op-schedule .link-area .text p {
    font-size: 30px;
    font-weight: bold;
    color: #2854B7;
    padding-left: 40px;
}
#op-schedule .link-area  .disable-link .text::after {
    background-image: url(../images/common/arrow-gray.svg);
}
#op-schedule .link-area .disable-link .text p {
    color: #d4d4d4;
}
@media screen and (max-width: 1300px) {
    #op-schedule .info-area h3 {
        font-size: 20px;
    }
    #op-schedule .info-area p {
        font-size: 30px;
    }
    #op-schedule .link-area ul {
        column-gap: 5%;
    }
    #op-schedule .link-area ul li {
        margin-bottom: 24px;
    }
    #op-schedule .link-area .date p {
        font-size: 36px;
    }
    #op-schedule .link-area .date p span {
        font-size: 24px;
    }
    #op-schedule .link-area .text p {
        font-size: 22px;
        padding-left: 36px;
    }
}
@media screen and (max-width: 1024px) {
    #op-schedule .info-area h3 {
        font-size: 18px;
    }
    #op-schedule .info-area p {
        font-size: 26px;
    }
    #op-schedule .link-area ul {
        column-gap: 3%;
    }
    #op-schedule .link-area .text p {
        padding-left: 10px;
    }
}
@media screen and (max-width: 960px) {
    #op-schedule .link-area h3 {
        font-size: 42px;
    }
    #op-schedule .link-area h3 span {
        font-size: 22px;
    }
    #op-schedule .link-area .date p {
        padding-left: 0;
        font-size: 32px;
    }
    #op-schedule .link-area .date p span {
        font-size: 22px;
    }
    #op-schedule .info-area p {
        font-size: 24px;
    }
    #op-schedule .link-area .text p {
        font-size: 20px;
    }
    #op-schedule .link-area .text::after {
        right: 20px;
        width: 36px;
        height: 36px;
    }
}
@media screen and (max-width: 767px) {
    #op-schedule .link-area h3 {
        font-size: 32px;
    }
    #op-schedule .link-area h3 {
        font-size: 38px;
        margin-bottom: 10px;
    }
    #op-schedule .link-area .date p {
        font-size: 26px;
    }
    #op-schedule .link-area .date p span {
        font-size: 16px;
    }
    #op-schedule .link-area .text p {
        font-size: 18px;
    }
    #op-schedule .link-area .text::after {
        right: 10px;
        width: 28px;
        height: 28px;
    }
}
@media screen and (max-width: 640px) {
    #op-schedule .link-area .text p { 
        padding-left: 0;
    }
}
@media screen and (max-width: 600px) {
    #op-schedule .link-area ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        max-width: 400px;
        margin: 0 auto;
    }
    #op-schedule .link-area ul li {
        margin-bottom: 0px;
    }
    #op-schedule .link-area .text {
        padding: 10px 0 10px 40px;
    }
    #op-schedule .time,#op-schedule .howto {
        padding: 10px;
    }
    #op-schedule .info-area h3 {
        font-size: 16px;
    }
    #op-schedule .info-area p {
        font-size: 18px;
    }
}
@media screen and (max-width: 430px) {
    #op-schedule .info-area h3 {
        font-size: 14px;
    }
    #op-schedule .info-area p {
        font-size: 16px;
    }
}
@media screen and (max-width: 390px) {
    #op-schedule .info-area p {
        font-size: 14px;
    }
    #op-schedule .link-area h3 {
        font-size: 28px;
    }
    #op-schedule .link-area ul {
        max-width: 300px;
    }
    #op-schedule .link-area .date p {
        font-size: 24px;
    }
    #op-schedule .link-area .text {
        padding: 10px 0 10px 20px;
    }
    #op-schedule .link-area .text p {
        font-size: 17px;
    }
}


/* contact お問い合わせ */
#contact {
    padding-top: 0;
}
.contact-wrapper {
    padding: 30px 0 60px;
    background-color: #fff;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 40px;
}
#contact .text-area1 {
    font-size: 16px;
    margin-bottom: 80px;
}
@media screen and (max-width: 1450px) {
    .contact-wrapper {
        margin: 0 20px;
        padding: 30px 0;
    }
    #contact .section-inner {
        padding: 0 30px;
    }
}

/* ====================================
// フォーム共通スタイル
// ==================================== */
.form-item {
    display: flex;
    flex-wrap: wrap;
}
.form-item-header {
    width: 35%;
    line-height: 1.2;
    padding: 15px;
    display: flex;
    align-items: flex-start;
}
.form-item-header label,
.form-item-header p {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2854B7;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
    width: 290px;
    height: 50px;
}
.form-item-header .required {
    color: #D94C2A;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    padding-top: 15px;
}
.form-item-body {
    width: 65%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 10px;
    justify-content: center;
}
#contact .red-kome {
    padding-top: 20px;
    color: #D94C2A;
}
.form-item-body .kome-p {
    text-align: left;
    width: 100%;
}
/* ====================================
// フォーム要素の個別のスタイル
// ==================================== */
.form-control,
.form-textarea,
.form-item-body select {
    border: 1px solid #707070;
    padding: 10px 15px;
    width: 100%;
    line-height: 1.2;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50px;
    height: 50px;
}
.form-textarea {
    height: 300px;
    border-radius: 20px;
}
.form-item-body select {
    border: 1px solid #2297BF;
    -webkit-appearance: menulist;
    appearance: menulist;
}
/* ====================================
// フォームのレイアウトグループ
// ==================================== */
.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: row;
    column-gap: 100px;
    flex-wrap: wrap;
    padding: 15px;
    row-gap: 10px;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.name-input-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: left;
}
.date-input-group {
    display: flex;
    align-items: center;
    width: 100%;
}
.preference-label {
    width: 80px;
    font-size: 16px;
    flex-shrink: 0;
    margin-right: 10px;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.date-input-group .form-control {
    width: 100%;
}
.companion-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.companion-label {
    font-size: 16px;
    margin-bottom: 5px;
    width: 70px;
}
.name-and-relation-input-group {
    display: flex;
    gap: 10px;
    width: 100%;
}
/* ====================================
// フォームの状態とその他の要素
// ==================================== */
.form-control:focus,
.form-textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input[type="checkbox"] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #fff;
}
input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
/* ====================================
// 確認エリア
// ==================================== */
.check-wrapper {
  text-align: center;
}
.check-area {
    padding-top: 40px;
    margin-bottom: 50px;
}
.check-area label {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2854B7;
    cursor: pointer;
}
.check-area .confirm-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #2854B7;
}
.check-area label span {
    display: flex;
    text-align: center;
    margin: 0 auto;
}
.check-area .privacy-link {
    width: auto;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}
.page-btn .btn {   
    background-color: #2854B7;
}
#contact .page-btn .btn::after {
    background-image: url(../images/common/arrow-blue.svg);
}
#contact .kome {
    padding-top: 30px;
    font-size: 14px;
    text-align: center;
}
.wpcf7-spinner {
    display: none !important;
}
@media screen and (max-width: 1250px) {
    .form-item-header label, .form-item-header p {
        width: 230px;
        font-size: 18px;
    }
    #contact .kome {
        text-align: left;   
    }
}
@media screen and (max-width: 1024px) {
    .form-item-header {
        width: 40%;
    }
    .form-item-body {
        width: 60%;
    }
    #contact .text-area1 {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 960px) {
    .form-item {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .form-item-header {
        width: 100%;
        padding: 15px 10px 0 0;
    }
    .form-item-body {
        width: 100%;
    }
    .form-item-header label span {
        font-size: 10px;
    }
    .form-item-header label,
    .form-item-header p {
        font-size: 16px;
    }
    .form-item-body {
        padding: 10px 0 0 10px;
    }
    .form-control,
    .form-textarea,
    .form-item-body select,
    .preference-label {
        font-size: 14px;
    }
    .form-item-body .kome-p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .form-item-header {
        width: 100%;
        justify-content: left;
        padding: 0 10px 0 0;
    }
    .form-item-body {
        width: 100%;
        padding: 10px 0 10px 10px;
    }
    .form-item-body .form-checkbox-group {
        column-gap: 50px;
    }
    .name-input-group {
        gap: 10px;
    }
    #contact .red-kome {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px) {
.form-item-header label, .form-item-header p {
    height: 40px;
}
.form-control, .form-item-body select {
    height: 40px;
}
.form-item-header .required {
    font-size: 12px;
}
.companion-label {
    font-size: 14px;
}
.check-area {
    padding-top: 30px;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 540px) {
    .contact-wrapper {
        padding: 30px 0 20px;
    }
    #contact .section-inner {
        padding: 0 15px;
    }
    .form-item-header label, .form-item-header p {
        font-size: 14px;
        width: 170px;
    }
    .form-item-body {
        flex-direction: column;
    }
    .preference-label {
        width: 60px;
    }
    .date-input-group .form-control {
        width: 100%;
    }
    .name-input-group .form-control {
        width: 100%;
    }
    .name-and-relation-input-group {
        flex-direction: column;
    }
    .name-and-relation-input-group .form-control {
        width: 100%;
    }
}
@media screen and (max-width: 430px) {
    .form-item-body {
        padding: 10px 0;
    }
    .form-item-body .kome-p {
        font-size: 12px;
    }
    .date-input-group {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 5px;
    }
    .wpcf7-form-control.wpcf7-checkbox {
        padding: 15px 0 0;
    }
}


/* news お知らせ一覧ページ */
/*  パンくずリスト */
.sub-bread {
    padding-top: 0;
    margin-bottom: 0px;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumb li {
    font-size: 16px;
    display: flex;
    color: #707070;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb li:not(:last-child)::after {
    content: ' > ';
    margin: 0 10px;
}
@media screen and (max-width: 960px) {
    .breadcrumb li {
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    .breadcrumb li {
        font-size: 12px;
    }
}

/* カードのリスト */
.news-list {
    padding-top: 30px;
}
.news-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* 個々のカード */
.news-card-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 400px;
  margin: 0 auto;
}
.news-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.news-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.news-card-image-wrapper {
  height: 330px;
  overflow: hidden;
}
.news-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.news-card-content {
  padding: 20px;
}
.news-card-date {
  display: block;
  font-size: 16px;
  color: #7f8c8d;
  margin-bottom: 10px;
}
.news-card-title {
  font-size: 18px;
  margin: 0 0 10px;
}
.news-card-text {
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 10px;
}
.page-numbers {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  max-width: 60px;
  text-align: center;
}
.page-numbers:hover,
.page-numbers.active {
  background-color: #2854B7;
  color: #fff;
  border-color: #2c3e50;
}
@media screen and (max-width: 1300px) {
.news-card-image-wrapper {
    height: 260px;
}
}
@media screen and (max-width: 767px) {
    .news-cards {
        gap: 20px;
    }
    .news-card-image-wrapper {
        height: 230px;
    }
}
@media screen and (max-width: 670px) {
    .news-card-item {
        margin: 0 auto;
        max-width: 280px;
    }
    .news-card-image-wrapper {
        height: 190px;
    }
    .news-card-title {
        font-size: 16px;
    }
    .news-card-date {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .news-card-text {
    font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
.pagination {
    gap: 6px;
}
.pagination-link {
    max-width: 40px;
    padding: 5px;
}
}
@media screen and (max-width: 390px) {
    .pagination-link {
        max-width: 30px;
    }
}

/* news-single お知らせ個別ページ */
.news-article {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: 0 auto;
}
/* ヘッダーセクション */
.article-header {
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.article-title {
  font-size: 28px;
  line-height: 1.3;
  margin: 0;
}
.article-date {
  color: #7f8c8d;
  margin-top: 10px;
  display: flex;
  gap: 20px;
    font-size: 16px;
}
/* メイン画像 */
.article-main-image-wrapper {
  margin: 0 auto 60px;
  text-align: center;
  width: 100%;
}
.article-main-image {
  width: 100%;
  height: auto;
}
/* 本文セクション */
.article-content h2,
.article-content h3 {
  border-left: 4px solid #2854B7;
  padding-left: 10px;
  margin: 40px 0 20px;
  font-size: 22px;
}
.article-content p {
  margin-bottom: 20px;
}
.article-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.article-content .wp-block-image {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
   .article-title {
        font-size: 24px;
   } 
   .article-main-image-wrapper {
        margin: 0 auto 40px;
        width: 100%;
    }
    .article-content h2, .article-content h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
    .news-article {
        padding: 40px 30px;
    }
    .article-header {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .article-title {
        font-size: 20px;
    }
    .article-date {
        font-size: 14px;
        margin-top: 6px;
    }
    .article-content h2, .article-content h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 430px) {
    .news-article {
        padding: 30px 20px;
    }
    .article-title {
        font-size: 18px;
    }
}


/* poricy プライバシーポリシー */
#privacy .top-text {
    margin-bottom: 50px;
}
#privacy ol {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}
#privacy ol .list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
#privacy ol .list h2 {
    font-size: 26px;
}
#privacy .item .sub-list {
    margin-bottom: 10px;
}
#privacy .item .sub-list02 {
    margin-bottom: 0;
}
#privacy .item .sub-list h3 {
    position: relative;
    padding-left: 24px;
    font-size: 22px;
    margin-bottom: 10px;
}
#privacy .item .sub-list h3::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    background-color: #2854B7;
    border-radius: 50px;
}
#privacy .item .sub-item,#privacy .item2 {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    list-style-type: disc;
    margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
    #privacy ol .list {
        row-gap: 20px;
    }
   #privacy ol .list h2 {
    font-size: 24px;
   }
    #privacy .item .sub-list h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
    #privacy ol {
        row-gap: 20px;
    }
    #privacy ol .list {
        row-gap: 10px;
    }
   #privacy ol .list h2 {
    font-size: 18px;
   }
    #privacy .item .sub-list h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 390px) {
    #privacy ol .list h2 {
        font-size: 16px;
   }
    #privacy .item .sub-list h3 {
        font-size: 14px;
    }
}


/* information 情報公開 */
#information {
    padding-top: 0;
}
#information .container {
    background-color: #fff;
    padding: 60px 40px;
    border-radius: 40px;
}
#information .text-area {
    margin-bottom: 20px;
}
#information tr {
    border-bottom: 1px solid #888;
}
#information table th,#information table td {
    padding: 15px;
}
#information .text-4,#information .text-6,#information .text-7 {
    border-bottom: none;
}
#information .text-6p {
    font-weight: initial;
    margin-bottom: 20px;
}
#information ol {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-left: 20px;
}
#information ol li {
    font-weight: initial;
}
#information ol li span {
    display: block;
    font-weight: bold;
}
#information table a {
    font-weight: bold;
    color: #2854B7;
}
@media screen and (max-width: 767px) {
    #information .container {
        padding: 40px 20px;
    }
    #information table th, #information table td {
        padding: 10px 5px;
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    #information .container {
        padding: 30px 20px;
    }
    #information table th, #information table td {
        padding: 6px 3px;
        font-size: 12px;
    }
    #information ol {
        padding-left: 10px;
    }
}
@media screen and (max-width: 450px) {
    #information table td.check {
        width: 60px;
    }
    #information .text-6p {
        margin-bottom: 10px;
    }
}