@charset "UTF-8";

/*---------------------------------

共通

---------------------------------*/
body, button {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ", sans-serif;
}
main {
  line-height: 1.5;
}
mark {
  background-color: transparent;
  background-color: unset;
  color: unset;
}

.txt--white {
  color: #fff!important;
}
@media (min-width: 769px) {
  /* PC */
  #wrapper {
    position: relative;
  }
  .sec-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .sec-ttl {
    color: #005bab;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
  }
  .sec-ttl .weak {
    font-size: 28px;
  }
  .sec-ttl--white {
    color: #fff;
  }
  .sec-ttl--yellow {
    color: #fff500;
  }
  .tb {
    position: relative;
    z-index: 1;
  }
  .tb::after {
    content: '';
    position: absolute;
    z-index: -1;
  
    width: 100%;
    height: 16px;
    left: 0;
    bottom: -6px;
    background-color: #fff000;
  }
  .tb--yellow::after {
    background-color: #fff000;
  }
  .txt-dec {
    color: #fff500;
    position: relative;
  }
  .txt-dec::after {
    content: '';
    position: absolute;
    background-color: #fff500;

    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px;
  }
  .txt-dec.txt-dec--yellow {
    color: #fff500;
  }
  .txt-dec.txt-dec--yellow::after {
    background-color: #fff500;
  }
  .note-list {
    line-height: 1.5em;
    color: #666;
    font-size: 16px;
  }
  .note-list li {
    padding-left: 1.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .note-list li:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
  }
  .note-list li.dot:before {
    content: '・';
  }
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  /* SP */
  #wrapper {
    position: relative;
  }
  .sec-inner {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec-ttl {
    color: #005bab;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .sec-ttl .weak {
    font-size: 15px;
  }
  .sec-ttl--white {
    color: #fff;
  }
  .sec-ttl--yellow {
    color: #fff500;
  }
  .tb {
    position: relative;
    z-index: 1;
  }
  .tb::after {
    content: '';
    position: absolute;
    z-index: -1;
  
    width: 100%;
    height: 8px;
    left: 0;
    bottom: -3px;
    background-color: #fff000;
  }
  .tb--yellow::after {
    background-color: #fff000;
  }
  .txt-dec {
    color: #fff500;
    position: relative;
  }
  .txt-dec::after {
    content: '';
    position: absolute;
    background-color: #fff500;

    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
  }
  .txt-dec.txt-dec--yellow {
    color: #fff500;
  }
  .txt-dec.txt-dec--yellow::after {
    background-color: #fff500;
  }
  .note-list {
    line-height: 1.5em;
    color: #666;
    font-size: 14px;
  }
  .note-list li {
    padding-left: 1.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .note-list li:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
  }
  .note-list li.dot:before {
    content: '・';
  }
  .pc {
    display: none !important;
  }
  
}
/*---------------------------------

breadcrumb h1

---------------------------------*/
  .breadcrumb__list-link {
    text-decoration: none;
    color: #000;
  }
  .breadcrumb__list:not(:last-of-type)::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: -10px;
    top: 50%;
  }
@media (min-width: 769px) {
  .breadcrumb {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    position: relative;
    z-index: 2;
    background-color: #fff;
    font-weight: bold;
  }
  .breadcrumb__list {
    margin-right: 30px;
    position: relative;
    font-size: 12px;
  }
  .h1_ttl {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 10px;
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    width: 100%;
    margin: 5vw auto;
    padding: 10px 3.75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    background-color: #fff;
    line-height: 1.4;
    font-weight: bold;
  }
  .breadcrumb__list {
    margin-right: 20px;
    position: relative;
    font-size: 14px;
  }
  .h1_ttl {
    padding: 4vw 5vw 1vw;
    font-size: 3vw;
  }

}
/*---------------------------------

各ゼミリンク

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .zemilink {
    background-color: #005bab;
  }
  .zemilink-inner {
    padding: 14px 28px 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .zemilink-lead {
    color: #fff000;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 17px;
  }
  .zemilink-list {
    padding: 0 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .zemilink-item {
    max-width: 33%;
  }
  .zemilink-item:not(:last-child) {
    margin-right: 14px;
  }
  .zemilink-link {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .zemilink-link:hover {
    opacity: .8;
  }
  .zemilink-logo {
    max-width: 100%;
    width: 273px;
    height: 94px;
  }
  .zemilink-text {
    color: #fff000;
    font-size: 16px;
    text-align: center;
  }
  .zemilink-text-textlink {
    color: #fff000;
    text-decoration: underline;
    cursor: pointer;
  }
  .zemilink-text-textlink:hover{
    opacity: .8;
  }
}
@media (max-width: 768px) {
  /* SP */
  .zemilink {
    background-color: #005bab;
  }
  .zemilink-inner {
    padding: 9px 5px 6px;
  }
  .zemilink-lead {
    color: #fff000;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .zemilink-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
  .zemilink-item {
    width: 33%;
    text-align: center;
  }
  .zemilink-link {
    display: inline-block;
  }
  .zemilink-logo {
    width: 100%;
  }
  .zemilink-item:not(:last-child) {
    margin-right: 5px;
  }
  .zemilink-text {
    margin-bottom: 16px;
    color: #fff000;
    font-size: 14px;
    text-align: center;
}
  .zemilink-text-textlink {
    color: #fff000;
    text-decoration: underline;
  }
}

/*---------------------------------

220311追加要素

---------------------------------*/
@media (min-width: 769px) {
  .mlndl_remark__area {
    margin: auto;
    width: 130px;
  }
  .mlndl__cont-thumb {
    width: 320px;
  }
  .mlndl_box {
    border: 4px solid #ddd;
    border-radius: 10px;
    width: 440px;
    padding: 40px 60px 20px;
    margin: 60px auto 40px;
  }
  .mlndl_ttl {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: -70px auto 20px auto;
    background: #fff;
    color: #005bab;
    position: relative;
  }
  .mlndl_list {
    margin-left: 58px;
  }
  .mlndl_list li.feature__cont-ttl {
    display: block;
  }
  .mlndl__cont-arw {
    margin: auto auto 20px;
    text-align: center;
  }
  .feature__cont__item-add {
    margin: 60px auto auto;
  }
  .feature_app__box {
    border: 3px solid #0053b6;
    border-radius: 10px;
    width: 680px;
    margin: auto auto 40px;
  }
  .feature_app__ttl {
    background: #0053b6;
    padding: 12px 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
  }
  .feature_app__list {
    display: flex;
    justify-content: space-between;
    width: 560px;
    margin: 40px auto;
  }
  .feature__cont__item-desc--auto.mb20 {
    margin: auto;
    width: 450px;
  }
  .feature__cont__lead {
    font-size: 16px;
    font-weight: bold;
 
  }

}
@media (max-width: 768px) {
  .mlndl_remark__area {
    margin: auto;
    width: 34vw;
  }
  .mlndl__cont-thumb {
    width: 68vw;
  }
  .mlndl_box {
    border: 4px solid #ddd;
    border-radius: 3vw;
    padding: 6vw 8vw 5vw;
    margin: 14vw auto 4vw;
  }
  .mlndl_ttl {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    margin: -12vw auto 5vw auto;
    background: #fff;
    color: #005bab;
    position: relative;
  }
  .mlndl_list {
    margin-left: 11.2vw;
  }
  .mlndl_list li.feature__cont-ttl {
    display: block;
  }
  .mlndl__cont-arw {
    margin: auto auto 4vw;
    text-align: center;
  }
  .mlndl__cont-arw__fig.lazy-loaded {
    width: 6.2vw;
  }
  .feature__cont__item-add {
    margin: 8vw auto auto;
  }
  .feature_app__box {
    border: 3px solid #0053b6;
    border-radius: 4vw;
    margin: auto auto 6vw;
  }
  .feature_app__ttl {
    background: #0053b6;
    padding: 3.2vw 0;
    color: #ffffff;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.3;
    border-radius: 3vw 3vw 0 0;
    text-align: center;
  }
   .feature_app__inner {
    padding: 0 5vw;
  }
  .feature_app__list {
    display: flex;
    justify-content: space-between;
    margin: 4vw auto;
  }
  .feature_app_list__item {
    width: 18vw;
  }
  .feature_app_list__item img {
    width: 18vw;
    height: 18vw;
  }
  .feature__cont__lead {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
  }
  .feature__cont__text {
    text-align: center;
    font-size: 3.46vw;
  }
}
/*---------------------------------

体験談

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .voice__card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 44px;
  }
  .voice__card {
    width: 470px;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 30px 30px;
    margin-bottom: 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice__card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .voice__card-user-wrap {
    margin-right: 17px;
  }
  .voice__card-user {
    width: 83px;
  }
  .voice__card-info-wrap {
    padding-top: 15px;
  }
  .voice__card-ttl {
    color: #0096ff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .voice__card-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .voice__card-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .voice__card-tag {
    display: inline-block;

    color: #0075db;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff000;
    border-radius: 50px;
    padding: 4px 12px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice__card-tag:not(:last-child) {
    margin-right: 10px;
  }
  .voice__card-desc {
    font-size: 16px;
    line-height: 3;

    border-top: 1px solid #e8f6ff;
    border-bottom: 1px solid #e8f6ff;
    background-image: -o-linear-gradient(bottom,
      #e8f6ff 0%, #e8f6ff 2%, #fff 2%, #fff 100%, #e8f6ff
    );
    background-image: -webkit-gradient(linear,
      left bottom, left top,
      from(#e8f6ff), color-stop(2%, #e8f6ff), color-stop(2%, #fff), color-stop(100%, #fff), to(#e8f6ff)
    );
    background-image: linear-gradient(0deg,
      #e8f6ff 0%, #e8f6ff 2%, #fff 2%, #fff 100%, #e8f6ff
    );
    background-size: 3em 3em;
  }
}
@media (max-width: 768px) {
  /* SP */
  .voice__card {
    max-width: 380px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
  }
  .voice__card.voice__card--shadow {
    -webkit-box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, .2);

            box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, .2);
  }
  .voice__card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .voice__card-user-wrap {
    margin-right: 13px;
  }
  .voice__card-user {
    width: 50px;
  }
  .voice__card-info-wrap {
    padding-top: 5px;
  }
  .voice__card-ttl {
    color: #0096ff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .voice__card-name {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .voice__card-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .voice__card-tag {
    display: inline-block;

    color: #0075db;
    font-size: 10px;
    font-weight: bold;
    background-color: #fff000;
    border-radius: 50px;
    padding: 4px 12px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice__card-tag:not(:last-child) {
    margin-right: 10px;
  }
  .voice__card-desc {
    font-size: 14px;
    line-height: 2.5;

    border-top: 1px solid #e8f6ff;
    background-image: -o-linear-gradient(bottom,
      #e8f6ff 0%, #e8f6ff 2%, #fff 2%, #fff 100%, #e8f6ff
    );
    background-image: -webkit-gradient(linear,
      left bottom, left top,
      from(#e8f6ff), color-stop(2%, #e8f6ff), color-stop(2%, #fff), color-stop(100%, #fff), to(#e8f6ff)
    );
    background-image: linear-gradient(0deg,
      #e8f6ff 0%, #e8f6ff 2%, #fff 2%, #fff 100%, #e8f6ff
    );
    background-size: 2.5em 2.5em;
  }
}



/*---------------------------------

ご案内

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .guide__lead-wrap {
    background-image: url(/op/ce/english/img/guide-lead-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

    padding: 65px 0 145px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .guide__lead-wrap::before {
    content: '';
    position: absolute;

    width: 0;
    height: 0;
    border-bottom: solid 98px #0053b6;
    border-right: solid 50vw transparent;

    bottom: -2px;
    left: 0;
  }
  .guide__lead-wrap::after {
    content: '';
    position: absolute;

    width: 0;
    height: 0;
    border-bottom: solid 98px #0053b6;
    border-left: solid 50vw transparent;

    bottom: -2px;
    right: 0;
  }
  .guide__lead-sub {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .guide__lead-main {
    font-size: 36px;
  }
  .guide__main {
    background-color: #0053b6;
    padding-top: 40px;
    padding-bottom: 67px;
    margin-bottom: 60px;
  }
  .guide__main-ttl {
    margin-bottom: 40px;
  }
  .guide__main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .guide__main__item {
    border-radius: 5px;
    overflow: hidden;
  }
  .guide__main__item-link {
    display: inline-block;
    text-align: center;

    position: relative;
  }
  .guide__main__item-link::after {
    content: '';
    background-image: url(/op/ce/english/img/logo-sho.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    top: 222px;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    height: 22px;
  }
  .guide__main__item-link--sho::after {
    background-image: url(/op/ce/english/img/logo-sho.svg);
  }
  .guide__main__item-link--chu::after {
    background-image: url(/op/ce/english/img/logo-chu.svg);
  }
  .guide__main__item-link--kou::after {
    background-image: url(/op/ce/english/img/logo-kou.svg);
  }
  .guide__main__item-link:hover {
    opacity: .8;
  }
  .guide__main__item-image {
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  /* SP */
  .guide__lead-wrap {
    background-image: url(/op/ce/english/img/guide-lead-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

    padding: 37px 0 80px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .guide__lead-wrap::before {
    content: '';
    position: absolute;

    width: 0;
    height: 0;
    border-bottom: solid 37px #0053b6;
    border-right: solid 50vw transparent;

    bottom: -2px;
    left: 0;
  }
  .guide__lead-wrap::after {
    content: '';
    position: absolute;

    width: 0;
    height: 0;
    border-bottom: solid 37px #0053b6;
    border-left: solid 50vw transparent;

    bottom: -2px;
    right: 0;
  }
  .guide__lead-sub {
    font-size: 16px;
    margin-bottom: 49px;
  }
  .guide__lead-main {
    font-size: 20px;
  }
  .guide__main {
    background-color: #0053b6;
    padding-top: 29px;
    padding-bottom: 36px;
    margin-bottom: 60px;
  }
  .guide__main-ttl {
    margin-bottom: 22px;
  }
  .guide__main__item {
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    max-width: 380px;
    width: 100%;
    margin: 0 auto 10px;
  }
  .guide__main__item-image {
    max-width: 100%;
    vertical-align: middle;
  }
}



/*---------------------------------

ご相談

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .consol {
    background-color: #e6f7ff;
  }
  .consol-inner {
    padding-top: 48px;
    padding-bottom: 60px;

    text-align: center;
  }
  .consol-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .consol-link {
    display: inline-block;
    margin-bottom: 40px;
  }
  .consol-link:hover {
    opacity: .8;
  }
  .consol-link img {
    vertical-align: middle;
  }
  .consol__share-lead {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .consol__share-list {
    width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .consol__share__item {
    width: 96px;
  }
  .consol__share__item-link {
    display: inline-block;
    width: 100%;
  }
  .consol__share__item-link:hover {
    opacity: .8;
  }
  .consol__share__item-img {
    max-width: 100%;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  /* SP */
  .consol {
    background-color: #e6f7ff;
  }
  .consol-inner {
    padding-top: 28px;
    padding-bottom: 50px;

    text-align: center;
  }
  .consol-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .consol-link {
    display: block;
    max-width: 380px;
    margin: 0 auto 28px;
  }
  .consol-link img {
    max-width: 100%;
    vertical-align: middle;
  }
  .consol__share {
    max-width: 380px;
    margin: 0 auto;
  }
  .consol__share-lead {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .consol__share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .consol__share__item {
    max-width: 120px;
    width: 30%;
  }
  .consol__share__item-link {
    display: inline-block;
  }
  .consol__share__item-link:hover {
    opacity: .8;
  }
  .consol__share__item-img {
    max-width: 100%;
    vertical-align: middle;
  }
}



/*---------------------------------

追従メニュー

---------------------------------*/

@media (min-width: 769px) {
  /* PC */

  /* 追従メニュー用にbodyにpadding-bottomを持たせる */
  body {
    padding-bottom: 96px;
  }

  .follow-menu {
    position: fixed;
    z-index: 999;
    background-color: #0053b6;

    bottom: 0;
    left: 0;
    width: 100%;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;
  }
  .follow-menu.hide, .follow-menu.unvisible {
    -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
            transform: translateY(200%);
  }
  .follow-menu-inner {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .follow-menu-close {
    position: absolute;
    background-image: url(/op/ce/english/img/ic-close.png);
    background-repeat: no-repeat;
    background-size: contain;

    width: 24px;
    height: 24px;
    top: 0;
    right: -40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    cursor: pointer;
  }
  .follow-menu-close:hover {
    opacity: .9;
  }
  .follow-menu-lead {
    width: 210px;

    color: #fff000;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
  }
  .follow-menu-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grade_menu {
    width: 720px;
  }
  .cv-menu {
    width: 224px;
    margin: auto;
    text-align: center;
    padding: 0 0 0 30px;
  }
  .follow-menu__item {
    width: 224px;
  }
  .follow-menu__item-link {
    display: inline-block;
  }
  .follow-menu__item-img {
    max-width: 100%;
    width: 242px;
    height: 50px;
    vertical-align: middle;
  }
  .follow-menu__item-link:hover {
    opacity: .9;
  }

  .follow-menu_02 .follow-menu-inner{
    display: block;
  }
  .follow-menu_02 .cv-menu {
    width: auto;
    margin: auto;
    text-align: center;
    padding: 0;
  }
  .follow-menu_02 .hamburger-link-btn {
    margin-bottom: 0;
  }
  .follow-menu-text-wrap {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px 10px;
    text-align: center;
  }
  .follow-menu-text {
    color: #ffffff;
    font-size: 15px;
  }
  .follow-menu-textlink {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
  }
  .follow-menu-textlink:hover {
    opacity: .8;
  }
  /*.follow-menu-text-wrapの直前の場合のみpadding狭める*/
  .follow-menu-inner:has(+ .follow-menu-text-wrap) {
    padding: 15px 0 10px;
  }
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .follow-menu__item-img { width: 232px; } /* IE11 */
}


@media (max-width: 768px) {
  /* SP */
  /* 追従メニュー用にbodyにpadding-bottomを持たせる */
  body {
    padding-bottom: 92px;
    -webkit-transition: padding-bottom .3s;
    -o-transition: padding-bottom .3s;
    transition: padding-bottom .3s;
  }

  .follow-menu {
    position: fixed;
    z-index: 10;
    background-color: #0053b6;

    bottom: 0;
    left: 0;
    width: 100%;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;
  }
  .follow-menu.hide, .follow-menu.unvisible {
    -webkit-transform: translateY(400%);
        -ms-transform: translateY(400%);
            transform: translateY(400%);
  }
  .follow-menu-inner {
    position: relative;
    border-top: 1px solid #337cbc;
  }
  .follow-menu-close {
    position: absolute;
    background-image: url(/op/ce/english/img/ic-close.png);
    background-repeat: no-repeat;
    background-size: contain;

    width: 24px;
    height: 24px;
    top: 0.1vw;
    right: 0.6vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .follow-menu-lead {
    color: #fff000;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    background-color: #0053b6;

    padding: 19px 0;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    position: relative;
  }
  .follow-menu-lead::before {
    content: '';
    background-image: url(/op/ce/english/img/ic-follow-menu-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 11px;
    height: 6px;
    top: 50%;
    -webkit-transform: translate(-17px, -50%) rotate(180deg);
        -ms-transform: translate(-17px, -50%) rotate(180deg);
            transform: translate(-17px, -50%) rotate(180deg);

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;
  }
  .follow-menu-lead.active::before {
    -webkit-transform: translate(-17px, -50%);
        -ms-transform: translate(-17px, -50%);
            transform: translate(-17px, -50%);
  }
  .follow-menu-list-wrap {
    /*position: absolute;*/
    /*z-index: -1;*/
    background-color: #005bab;
    width: 100%;
    position: relativere;
    z-index: 10;

/*    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;*/
  }
  .follow-menu-list-wrap.active {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .follow-menu-list {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
            justify-content: center;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
  .follow-menu__item {
    /* max-width: 96px; */
    width: 46%;
    text-align: center;
  }
  .follow-menu__item:not(:last-child) {
    margin-right: 10px;
  }
  .follow-menu__item-link {
    display: inline-block;
  }
  .follow-menu__item-img {
    width: 100%;
    vertical-align: middle;
  }
  .follow-menu-close {
    z-index: 11;
    position: absolute;
    background-image: url(/op/ce/english/img/ic-close.png);
    background-repeat: no-repeat;
    background-size: contain;

    width: 20px;
    height: 20px;
    top: 0.1vw;
    right: 0.6vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .follow-menu_02  .follow-menu__item {
    width: 100%;
    text-align: center;
  }
  .follow-menu_02 .hamburger-link-btn {
    margin-bottom: 0;
  }
  .follow-menu-text-wrap {
    margin: 0 auto;
    padding: 0 5px 10px;
    text-align: center;
    max-width: 380px;
  }
  .follow-menu-text {
    color: #ffffff;
    font-size: 15px;
  }
  .follow-menu-textlink {
    color: #ffffff;
    text-decoration: underline;
  }
}


/*---------------------------------

ハンバーガーメニュー

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .hamburger-link-btn {
    display: block;
    color: #005bab;
    font-size: 15px;
    text-align: center;
    max-width: 850px;
    width: 100%;
    margin: 0 auto 16px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 0;
    text-decoration: none;
    font-weight: bold;
    position: relative;
  }
  .hamburger-link-btn::after {
    content: '';
    position: absolute;
    background-image: url(/op/ce/english/img/ic-arrow-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 11px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hamburger-link-btn.hamburger-link-btn--cv {
    background: #fff000;
  }
  .hamburger-link-btn.hamburger-link-btn--cv:hover {
    opacity: 0.8;
  }
  .hamburger-link-btn.hamburger-link-btn--cv.hamburger-link-btn--cv-wide {
    max-width: 960px;
    padding: 20px 0;
    font-size: 18px;
  }

  /*modal_pcflw*/
  .modal_pcflw .hamburger-lead {
    color: #fff000;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.4;
  }
  .modal_pcflw .hamburger__link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .modal_pcflw .hamburger__link__item+.hamburger__link__item {
    margin-left:15px;
  }
  .modal_pcflw .hamburger__link__item-link:hover {
    opacity: .8;
  }
  .modal_pcflw .hamburger__link__item-img {
    max-width: 100%;
    vertical-align: middle;
  }
  .modal_pcflw .modal-inner.modal-inner--nav.modal-inner--text.js-modal-inner {
    background: #005bab;
  }
}
@media (max-width: 768px) {
  /* SP */
  .hamburger {
    position: fixed;
    width: 100%;
    top: 43px;
    left: 0;
    height: 100vh;

    z-index: 200;
    background: rgba(0,0,0,.6);

    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;;
  }
  .hamburger.active {
    opacity: 1;
    pointer-events: auto;
  }
  .hamburger-inner {
    height: calc(100vh - 43px);
    overflow: scroll;
  }
  .hamburger-cont {
    padding: 20px 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #0053b6;
    margin-bottom: 150px;
  }
  .hamburger-link-btn {
    display: block;

    color: #005bab;
    font-size: 15px;
    text-align: center;
    max-width: 380px;
    width: 100%;
    margin: 0 auto 16px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 0;

    text-decoration: none;
    font-weight: bold;

    position: relative;
  }
  .hamburger-link-btn::after {
    content: '';
    position: absolute;
    background-image: url(/op/ce/english/img/ic-arrow-blue.png);
    background-repeat: no-repeat;
    background-size: contain;

    width: 12px;
    height: 11px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hamburger-link-btn.hamburger-link-btn--cv {
    background: #fff000;
  }
  .hamburger-lead {
    color: #fff000;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 8px;
    line-height: 1.4;
  }
  .hamburger__link__item {
    max-width: 380px;
    width: 100%;
    margin: 0 auto 10px;
  }
  .hamburger__link__item-link {
    display: inline-block;
  }
  .hamburger__link__item-img {
    max-width: 100%;
    vertical-align: middle;
  }
  .hamburger__share {
    margin: 0 -15px;
    background-color: #e6f7ff;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hamburger__share-lead {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  .hamburger__share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
  .hamburger__share__item {
    max-width: 120px;
    width: 30%;
  }
  .hamburger__share__item-link {
    display: inline-block;
  }
  .hamburger__share__item-link:hover {
    opacity: .8;
  }
  .hamburger__share__item-img {
    max-width: 100%;
    vertical-align: middle;
  }
  .hamburger-close {
    margin: 0 -15px;
    background-color: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    color: #005bab;
    font-size: 15px;
    font-weight: bold;
  }
}


/*---------------------------------

モーダル

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .modal {
    display: none;
    background-color: rgba(0,0,0,.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    z-index: 30;
  }
  .modal.active {
    display: block;
  }
  .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #fff;
    border-radius: 4px;
  }
  .modal-inner.modal-inner--movie {
    width: 920px;
    height: 517px;
  }
  .modal-inner.modal-inner--text {
    width: 640px;
  }
  .modal-close {
    cursor: pointer;
    position: absolute;

    width: 40px;
    height: 40px;
    background-image: url(/op/ce/english/img/ic-close-modal.png);
    background-repeat: no-repeat;
    background-size: contain;

    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .modal-close:hover {
    opacity: .9;
  }

  /* 動画モーダル */
  .modal__movie-wrap {
    border-radius: 2px;
    overflow: hidden;
  }

  /* テキストモーダル */
  .modal__desc-wrap {
    max-height: 90vh;
    padding: 28px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal__desc {
    line-height: 1.5;
  }

  /* 画像モーダル */
  .modal-inner.modal-inner--image {
    background-color: transparent;
  }
  .modal__image-wrap {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  /* SP */
  .modal {
    display: none;
    background-color: rgba(0,0,0,.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    z-index: 30;
  }
  .modal.active {
    display: block;
  }
  .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #fff;
    border-radius: 5px;
  }
  .modal-inner.modal-inner--movie {
    width: 80vw;
    height: 45vw;
  }
  .modal-inner.modal-inner--text {
    width: 80vw;
  }
  .modal-close {
    position: absolute;

    width: 30px;
    height: 30px;
    background-image: url(/op/ce/english/img/ic-close-modal.png);
    background-repeat: no-repeat;
    background-size: contain;

    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }

  /* 動画モーダル */
  .modal__movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .modal__movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* テキストモーダル */
  .modal__desc-wrap {
    max-height: 90vh;
    overflow: scroll;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal__desc {
    line-height: 1.5;
  }

  /* 画像モーダル */
  .modal-inner.modal-inner--image {
    background-color: transparent;
  }
  .modal__image-wrap {
    border-radius: 10px;
    overflow: hidden;
  }
  .modal-inner.modal-inner--nav.modal-inner--text.js-modal-inner {
    background: #005bab;
    width: 90vw;
  }

}


/*---------------------------------

ヘッダ

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .header-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    padding: 14px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__logo {
    width: 160px;
  }
  .header__link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__link__item {
    position: relative;
  }
  .header__link__item.header__link__item--border::before {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #005bab;

    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__link__item:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 24px;
    background-color: #e3e3e3;

    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__link__item-link {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__link__item-link:hover {
    opacity: .8;
  }

  .header__link__item-img--logo {
    width: 65px;
    height: 33px;
  }
  .header__link__item-img--about {
    width: 80px;
    height: 33px;
  }
  .header__link__item-img--voice {
    width: 102px;
    height: 33px;
  }
}
@media (max-width: 768px) {
  /* SP */
  .header-inner {
    padding: 11px 10px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__logo {
    width: 85px;
  }
  .header__hamburger-btn {
    background-image: url(/op/ce/english/img/ic-hamburger-menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 26px;
    height: 25px;
    margin: 0 auto;
  }
  .header__hamburger-btn.active {
    background-image: url(/op/ce/english/img/ic-hamburger-close.png);
  }
}


/*---------------------------------

トップへ戻る

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .go-top {
    cursor: pointer;
    position: absolute;
    background-image: url(/op/ce/english/img/ic-top.png);
    background-repeat: no-repeat;
    background-size: contain;

    width: 40px;
    height: 40px;
    bottom: 120px;
    right: 55px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}
@media (max-width: 768px) {
  /* SP */
  .go-top {
    cursor: pointer;
    position: absolute;
    background-image: url(/op/ce/english/img/ic-top.png);
    background-repeat: no-repeat;
    background-size: contain;

    width: 35px;
    height: 35px;
    bottom: 27vw;
    right: 11px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}


/*---------------------------------

フッタ

---------------------------------*/
#footer .footerInner .logo {
  background: url(/zemi/english/assets/img/header/logo_benesse.svg) no-repeat center center/contain;
  display: block;
  color: transparent
}
#footer .footerInner .logo img {
  width: 100%;
  height: 100%
}
#footer .footerInner .footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#footer .footerInner .footerNav .item + .item:before {
  content: '　｜　'
}
#footer .footerInner .footerNav .item a {
  color: #666;
  text-decoration: none
}
#footer .footerInner .copyright {
  display: block;
  color: #666;
  line-height: 1
}
@media (min-width: 769px) {
  /* PC */
  #footer .footerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
    line-height: 14px;
    padding: 30px 40px 45px
  }
  #footer .footerInner .logo {
    width: 143px;
    height: 33px;
    position: relative;
    top: 5px;
    margin-right: 40px
  }
  #footer .footerInner .footerNav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  #footer .footerInner .copyright {
    margin-right: auto
  }
}
@media (max-width: 768px) {
  /* SP */
  #footer .footerInner {
    padding: 8vw 2.66667vw;
    text-align: center
  }
  #footer .footerInner .logo {
      width: 26.26667vw;
      height: 6.26667vw;
      margin: 0 auto
  }
  #footer .footerInner .footerNav {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 8vw;
      font-size: 2.66667vw
  }
  #footer .footerInner .copyright {
      margin-top: 4vw;
      font-size: 2.4vw
  }
  #footer .footerInner .footerNav {
    display: block
  }
  #footer .footerInner .footerNav .item + .item:before {
    display: none;
  }
  #footer .footerInner .footerNav .item{
    margin: 2vw 0 0 0;
  }
  #footer .footerInner .footerNav .item:nth-child(1){
    margin: 0;
  }
}


/*---------------------------------

ローダー

---------------------------------*/
.voice-loader,
.voice-loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.voice-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 8px solid #a8dbff;
  border-right: 8px solid #a8dbff;
  border-bottom: 8px solid #a8dbff;
  border-left: 8px solid #0096ff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}