@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&display=swap');

/* ローマ字イタリック体 */
.n-san {
    font-family: 'Noto Serif', serif;
}

.hs-font {
    font-family: "Hind Siliguri", sans-serif;
    letter-spacing: 0.15em;
}

.yu-min {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

h2,
h3,
h4 {
    letter-spacing: 0.2em;
}

.color01 {
    color: rgba(0, 78, 162, 255);
}





.color02 {
    color: rgba(255, 0, 0, 255);
}

.txt {
    line-height: 2.3;
}

.area50 {
    padding: 50px 0;
}

.area80 {
    padding: 80px 0;
}


/* .fead-scale {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.fead-scale.mv {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
[data-element-id] .fead-scale {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
} */

/* 下層ページメインビジュアルアニメーション */

.fead-scale {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.fead-scale.mv {
    -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeup {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeup {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

[data-element-id] .fead-scale {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.fead-scale01 {
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.fead-scale01.mv {
    opacity: 1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

[data-element-id] .fead-scale01 {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}




[class*="fead-down0"] {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

[class*="fead-down0"].mv {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

[data-element-id] [class*="fead-down0"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

[class*="fead-left0"] {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}

[class*="fead-left0"].mv {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 1s;
    transition: 1s;
}

[data-element-id] [class*="fead-left0"] {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

[class*="fead-up0"] {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

[class*="fead-up0"].mv {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

[data-element-id] [class*="fead-up0"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

[class*="fead-right0"] {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

[class*="fead-right0"].mv {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 1s;
    transition: 1s;
}

[data-element-id] [class*="fead-right0"] {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}



/* 見出しheading */

.loading-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
}

.load-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.load-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #004ea2;
    font-weight: bold;
    opacity: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.heading01 {
    padding-left: 50px;
    position: relative;
}

.heading01 span {
    color: rgba(0, 78, 162, 255);
    font-weight: 600;
    display: block;
    font-size: 16px;
}

.heading01 .ja {
    font-size: 24px;
}

.heading .en {
    font-size: 14px;
}

.heading01 img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 24px;
}

.heading02 {
    padding-top: 50px;
    position: relative;
    margin-bottom: 40px;
}

.heading02 .ja {
    font-size: 23px;
    display: block;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
}

.heading02 .en {
    font-size: 14px;
    display: block;
    text-align: center;
    color: rgba(0, 78, 162, 255);
    font-weight: 600;
}

.heading02 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 24px;
}

.head-title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.head-title .big {
    display: block;
    font-size: 35px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
}

.head-title .small {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
}

/* btnボタン */

.btn {
    width: 320px;
    background: #004ea2;
}

.btn a {
    display: block;
    padding: 24px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
    border: 1px solid #004ea2;
}

.btn.l-arr {
    background: #fff;
}

.btn.l-arr a {
    color: #004ea2;
}

.btn.l-arr a:hover {
    color: #fff;
}

.btn.l-arr a .bg-white {
    background: #004ea2;
}

.btn a .bg-white {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn a:hover .bg-white {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn a:hover {
    opacity: 1;
    color: #004ea2;
}

.btn.r-arr a {
    position: relative;
    z-index: 0;
}

.btn.r-arr a:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 60%;
    right: 5%;
}

.btn.r-arr a:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 60%;
    right: 5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.btn.l-arr a {
    position: relative;
}

.btn.l-arr a:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #004ea2;
    position: absolute;
    top: 60%;
    left: 5%;
}

.btn.l-arr a:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #004ea2;
    position: absolute;
    top: 60%;
    left: 5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.btn a:hover:before {
    background: #fff;
}

.btn a:hover:after {
    background: #fff;
}

.btn01 {
    text-align: center;
    width: 320px;
    position: relative;
    font-weight: bold;
    margin: 0 auto;
    font-size: 16px;
}

.btn01:before {
    content: "";
    width: 40px;
    height: 16px;
    background-image: url(/import/tenant_1/160.16.114.141/html/images/01index/index32.png);
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn02 {
    text-align: center;
    width: 300px;
    position: relative;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
}

.btn02:before {
    content: "";
    width: 40px;
    height: 16px;
    background-image: url(/import/tenant_1/160.16.114.141/html/images/01index/index24.png);
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 1024px) {
    .load-txt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .btn {
        width: 240px;
    }

    .btn a {
        padding: 18px 0;
        font-size: 14px;
    }

    .btn.r-arr a:before {
        width: 30px;
    }

    .btn.r-arr a:after {
        width: 15px;
    }

    .btn.l-arr a:before {
        width: 30px;
    }

    .btn.l-arr a:after {
        width: 15px;
    }

    .area80 {
        padding: 40px 0;
    }
}

/* index */

/* header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
  cursor: pointer;
} */


.head-left {
    width: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.head-logo a {
    display: block;
}

/* .head-middle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 0 0 50px;
} */
.hum {
    position: fixed;
    top: 30px;
    left: 130px;
    z-index: 200;
}

.head-right {
    width: 200px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100px;
    z-index: 200;
}

.cs-wrapper .head-right {
    position: absolute;
}

.head-right>div {
    height: 100%;
}

.head-right>div>div {
    height: 100%;
}


#gnav .toggle {
    width: 42px;
    height: 42px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 251;
    position: relative;
}

#gnav .toggle:before {
    content: "MENU";
    font-weight: bold;
    font-family: "Hind Siliguri", sans-serif;
    letter-spacing: 0.15em;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10px;
    text-align: center;
    width: 100%;
}

#gnav .toggle .bar {
    display: block;
    background: #333;
    height: 1px;
    width: 28px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 7px;
    margin-top: -1px;
    position: absolute;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
}

#gnav .toggle .bar:before {
    display: block;
    content: "";
    background: #333;
    height: 1px;
    width: 28px;
    position: absolute;
    top: -10px;
    left: 0;
}

#gnav .toggle .bar:after {
    display: block;
    content: "";
    background: #333;
    height: 1px;
    width: 28px;
    position: absolute;
    top: 10px;
    left: 0;
}

#gnav .accordion-body {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    /* -webkit-transition: height ease 0.1s, opacity ease 0.4s;
  transition: height ease 0.1s, opacity ease 0.4s; */
    background: rgba(255, 255, 255, 0.8);
    /* overflow-y: auto;
  -webkit-overflow-scrolling: touch; */
    /* -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; */
    z-index: -10;
    max-width: 450px;
    padding: 150px 0 0 50px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

#gnav.action .toggle .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#gnav.action .toggle .bar:after,
#gnav.action .toggle .bar:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

#gnav.action .accordion-body {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1;
    z-index: 180;
    overflow: auto;
}

.glist a {
    font-weight: bold;
    display: block;
    padding: 5px 0;
    color: rgba(0, 0, 0, 0.7);
}

.glist-item a {
    padding-left: 20px;
}

.fead-glist {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.fead-glist.mv-glist {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}



.contact-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    /* background: #004ea2; */
    background-color: #cd224b;
}

.contact-wrap.ab-test {
    background: #ffcc00;
}

.con-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
}

.con-link a {
    color: #fff;
    display: block;
    text-align: center;
}

.main-image li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.main-image li:after {
    content: "";
    display: block;
    padding-top: 45%;
}

.main-image li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.home01con01 {
    border: 1px solid rgba(255, 0, 0, 255);
    padding: 50px 60px;
}

.home01con01 h3 {
    font-weight: bold;
    font-size: 16px;
    color: rgba(255, 0, 0, 255);
    margin-bottom: 10px;
}

.home01con01 .txt {
    color: rgba(255, 0, 0, 255);
    font-weight: 500;
}

.home01con02 {
    margin-top: 80px;
}

.home01con02 .news-list {
    width: 70%;
}

.home01con02 .news-list li {
    border-bottom: 1px solid #e7ecee;
    margin-bottom: 20px;
}

/* .home01con02 .news-list li.red {
  border-bottom: none;
}
.home01con02 .news-list li.red a {
  position: relative;
  border-bottom: 3px solid #ff0000;
}
.home01con02 .news-list li.red a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 66px 100px;
  border-color: transparent transparent #ff0000 transparent;
} */
.home01con02 .news-list .緊急のお知らせ .news-ttl {
    color: #ff0000;
}

.home01con02 .top-news-cat {
    display: none;
}

.home01con02 .news-date {
    display: inline-block;
    font-size: 14px;
}

.home01con02 .news-ttl {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-right: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home01con02 a {
    display: block;
}

.home01con02 .btn {
    margin: 40px 0 0 auto;
}

.home02box {
    position: relative;
}

.home02con01 {
    background: #fff;
    padding-right: 50px;
    padding-left: 50px;
}

.home02con01 .btn {
    margin: 40px auto 0;
}

.home02con02 {
    margin-right: calc(50% - 300px);
}

.home02con02 .pic {
    height: 323px;
}

.home02con03 {
    background: #fff;
    padding-right: 40px;
    padding-left: 40px;
}

.home02-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-top: 100px;
}

.home02-item dl {
    position: relative;
}

.home02-item dd {
    background: #fff;
    padding: 7% 0 0 8%;
    margin: -15% 0 15% 15%;
    position: relative;
}

.home02-item h3 {
    font-size: 18px;
    color: rgba(0, 78, 162, 255);
    margin-bottom: 10px;
    font-weight: bold;
}

.home02-item .address {
    margin-bottom: 10px;
    font-weight: bold;
}

.home02-item .tel {
    margin-bottom: 20px;
    font-weight: bold;
}

.home02-item li {
    width: 48%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home02-item li .left {
    width: 50%;
    background: #014566;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 3px 0;
}

.home02-item li .right {
    width: 50%;
    background: #ececec;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
}

.home02-item .btn {
    margin-left: auto;
}

.bg04 {
    background-color: #e7ecee;
    position: absolute;
    bottom: 600px;
    left: 0;
    right: 0;
    top: 0;
    z-index: -5;
}

.bg01 {
    position: absolute;
    left: calc(50% - 500px);
    right: 0;
    top: 0;
    bottom: 1188px;
    z-index: -4;
}

.bg01 img {
    opacity: 0.2;
}

.bg02 {
    position: absolute;
    height: 788px;
    right: 50%;
    left: 0;
    z-index: -2;
    background-image: url(/import/tenant_1/160.16.114.141/html/images/01index/index29.jpg);
}

.bg02 img {
    opacity: 0.2;
    -o-object-position: 90% 50%;
    object-position: 90% 50%;
}

.bg03 {
    background-color: #cddce3;
    position: absolute;
    z-index: -3;
    right: 50%;
    left: 0;
    top: 400px;
    bottom: 600px;
}

.bg05 {
    position: absolute;
    z-index: -1;
    height: 788px;
    right: 0;
    bottom: 400px;
    left: 50%;
    background-image: url(/import/tenant_1/160.16.114.141/html/images/01index/index29.jpg);
}

.bg05 .up-ofi {
    height: 100%;
}

.bg02 .up-ofi {
    height: 100%;
}

.bg05 img {
    opacity: 0.2;
    -o-object-position: 67% 50%;
    object-position: 67% 50%;
}

.home03box {
    position: relative;
    background: #e7ecee;
}

.home03box .area80 {
    padding-right: 20px;
    padding-left: 20px;
}

.home03box .btn {
    margin: 0 auto;
}

.bg06 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg06 img {
    opacity: 0.2;
}

.bg07 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg07 img {
    opacity: 0.05;
}

.teacherSlider {
    margin-top: 60px;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.teacherSlider .slick-slide {
    margin: 0 20px;
    height: auto;
}

.teacherSlider li:nth-of-type(2n) {
    margin-top: 80px;
}

.teacherSlider li a {
    display: block;
}

/* .slick-prev {
    top: 0;
    left: auto;
    right: 220px;
    z-index: 10;
    background: #0e4ea1;
    width: 80px;
    height: 60px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.slick-next {
    top: 0;
    right: 300px;
    z-index: 10;
    width: 80px;
    height: 60px;
    background: #2aa0ea;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
} */

.slick-next {
    top: 0;
    left: auto;
    right: 220px;
    z-index: 10;
    background: #0e4ea1;
    width: 80px;
    height: 60px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.slick-prev {
    top: 0;
    right: 300px;
    z-index: 10;
    width: 80px;
    height: 60px;
    background: #2aa0ea;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.cs .slick-prev {
  transform: none;
}
.cs .slick-next {
  transform: none;
}

.slick-next:before {
    content: ">";
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
}

.slick-prev:before {
    content: "<";
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
}

.slick-prev:hover {
    color: #fff;
    background: #0e4ea1;
}

.slick-next:hover {
    color: #fff;
    background: #2aa0ea;
}

.teacherSlider h3 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
}

.teacherSlider .color01 {
    font-size: 16px;
}

.home04con01 {
    position: relative;
    overflow: hidden;
}

.home04item {
    background: #000;
}

.home04item img {
    opacity: 0.4;
}

.home04item.item01 {
    width: 24%;
}

.home04item.item02 {
    width: 38%;
}

.home04item.item03 {
    width: 38%;
}

.home04item.item04 {
    width: 30%;
}

.home04item.item05 {
    width: 30%;
}

.home04item.item06 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    z-index: -1;
}

.home04item07 {
    /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
    margin-top: 150px;
    margin-bottom: 150px;
}

.home04con01-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.interview-box {
    width: 420px;
    margin-right: auto;
    height: 420px;
    background: #ffcc00;
    display: block;
}

.interview-box a {
    display: block;
}

.interview-wrap {
    height: 100%;
    position: relative;
    text-align: center;
}

.interview-wrap:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    left: -10px;
}

.interview-wrap:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -10px;
    left: -10px;
}

.interview-box:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 10px;
    left: -10px;
}

.interview-box:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    bottom: -10px;
    left: 410px;
}

.interview-wrap h3 {
    font-size: 36px;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.interview-wrap h4 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}

.interview-wrap .btn01 {
    margin-top: 100px;
}

.home04con02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home04con02 .pic {
    background: #000;
    display: block;
    height: 420px;
}

.home04con02 .pic:hover img {
    opacity: 0.5;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.home04con02 .pic img {
    opacity: 0.2;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.company-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
}

.company-link h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.company-link h4 {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.company-link .btn02 {
    margin-top: 30px;
}

.blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-list li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.blog-list a {
    display: block;
    padding-bottom: 20px;
}

.blog-list .blog-date {
    margin-bottom: 10px;
    display: inline-block;
}

.blog-list .new, .diary-list .new {
    display: inline-block;
    color: red;
    margin-left: 7px;
    font-weight: bold;
    display: none;
    font-family: 'Noto Serif', serif;
}
.home01con02 .new {
    display: inline-block;
    color: red;
    margin-left: 20px;
    font-weight: bold;
    display: none;
    font-size: 16px;
    font-family: 'Noto Serif', serif;  
}

.blog-list .blog-ttl {
    font-weight: bold;
    font-size: 18px;
}

.home05box .btn {
    margin: 60px auto 0;
}

.home06box .pic {
    height: 364px;
    background-image: url(/import/tenant_1/160.16.114.141/html/images/01index/index29.jpg);
}

.home06box img {
    opacity: 0.2;
}

.footer-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;
}

.footer-con01 {
    padding-bottom: 50px;
    -webkit-box-shadow: 0 1px #ccc;
    box-shadow: 0 1px #ccc;
    position: relative;
    z-index: 1;
    background: #fff;
}

.footer-con02 {
    padding-top: 40px;
    background: #f3f8fc;
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
}

.footer-list h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-list .time {
    margin-bottom: 10px;
}

.footer-list .time01 {
    margin-bottom: 10px;
}

.footer-list .time02 {
    margin-bottom: 10px;
}

.footer-list .tel {
    margin-bottom: 10px;
}

.footer-logo {
    width: 120px;
    margin: 0 auto 30px;
}

.footer-logo a {
    display: block;
}

.copy-right {
    text-align: center;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 1024px) {
    .home02-item li .left {
        width: 100%;
    }

    .home02-item li .right {
        width: 100%;
    }

    .hum {
        top: 25px;
        left: 100px;
    }

    .head-left {
        width: 80px;
    }

    /* .head-middle {
    padding-top: 25px;
  } */
    #gnav .accordion-body {
        padding: 100px 0 0 40px;
    }

    .home02-item .btn {
        width: 100%;
    }

    .home02-item li {
        width: 48%;
    }

    .home02con02 {
        margin: 0 auto;
        width: 96%;
        max-width: 768px;
    }

    .interview-box {
        width: 250px;
        height: 250px;
        margin-left: 10%;
    }

    .interview-wrap h3 {
        font-size: 24px;
        padding-top: 75px;
    }

    .interview-wrap h4 {}

    .interview-wrap .btn01 {
        width: 90%;
        margin-top: 20px;
    }

    .home02-item .up-mt-35 {
        margin-top: 20px;
    }

    .home02-item dd {}

    .home02-item h3 .up-fz-14 {
        font-size: 13px;
    }

    .teacherSlider .slick-prev,
    .cs-slider .slick-prev {
        right: 100px;
    }

    .teacherSlider .slick-next,
    .cs-slider .slick-next {
        right: 20px;
    }

    .interview-box:before {
        left: calc(10% - 10px);
    }

    .interview-box:after {
        left: calc(10% + 240px);
    }

    .head-right {
        height: 80px;
    }

    .footer-list li {
        width: 48%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .home02-item li .right {
        width: 50%;
    }

    .home02-item li .left {
        width: 50%;
    }

    .main-image li:after {
        padding-top: 45%;
    }

    .hum {
        top: 7px;
        left: 45px;
    }

    .home02-item {
        width: 100%;
    }

    .home04con02 .pic {
        width: 100%;
    }

    /* .head-middle {
    padding: 7px 0 0 15px;
  } */
    #gnav .accordion-body {
        padding: 80px 0 0 20px;
    }

    #gnav .toggle {
        width: 28px;
        height: 28px;
    }

    #gnav .toggle .bar {
        width: 20px;
    }

    #gnav .toggle:before {
        content: none;
    }

    #gnav .toggle .bar:before {
        width: 20px;
        top: -8px;
    }

    #gnav .toggle .bar:after {
        width: 20px;
        top: 8px;
    }

    .head-left {
        width: 40px;
    }

    .head-right {
        width: 100px;
        height: 40px;
    }

    .con-link {
        font-size: 11px;
    }

    .home01con01 {
        padding: 15px 15px;
    }

    .txt {
        line-height: 1.6;
    }

    .home01con02 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home01con02 .left {
        margin-bottom: 40px;
    }

    .home01con02 .news-list li {
        margin-bottom: 13px;
    }

    .home01con02 .news-list {
        width: 90%;
    }

    .home01con02 .news-ttl {
        font-size: 16px;
        padding-bottom: 6px;
        padding-right: 80px;
    }

    .home01con02 .news-list li.red a:after {
        border-width: 0 0 45px 80px;
    }

    .home01con02 .btn {
        margin: 40px auto 0;
    }

    .home02con01 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .heading02 .ja {
        font-size: 18px;
    }

    .home02con01 .txt {
        text-align: left;
    }

    .home02con02 .pic {
        height: 170px;
    }

    .home02con03 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .home02-item dd {
        padding: 7% 0 0 0;
        margin: 0 0 15%;
    }

    .home02-list {
        margin-top: 60px;
    }

    .home02-item .address {
        height: auto !important;
    }

    .heightLine-learn {
        height: auto !important;
    }

    .home02-item .btn {
        width: 240px;
        margin-right: auto;
    }

    .heightLine-list {
        height: auto !important;
    }

    .slick-prev {
        width: 30px;
        height: 25px;
        right: 50px;
    }

    .slick-next {
        width: 30px;
        height: 25px;
        right: 20px;
    }

    .teacherSlider .slick-next,
    .cs-slider .slick-next {
        right: 50px;
    }

    .teacherSlider {
        margin-top: 40px;
    }

    .teacherSlider h3 {
        font-size: 18px;
    }

    .teacherSlider .color01 {
        font-size: 12px;
    }

    .interview-box {
        width: 130px;
        height: 130px;
    }

    .interview-wrap h3 {
        font-size: 13px;
        padding-top: 20px;
        padding-bottom: 2px;
    }

    .interview-wrap h4 {
        margin-top: 6px;
        font-weight: bold;
        font-size: 10px;
    }

    .interview-wrap .btn01 {
        margin-top: 17px;
        font-size: 10px;
    }

    .btn01:before {
        top: 200%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20px;
        height: 8px;
    }

    .company-link h3 {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 5px;
    }

    .company-link {
        width: 150px;
    }

    .company-link .btn02 {
        margin-top: 5px;
        width: 120px;
        font-size: 12px;
    }

    .btn02:before {
        top: 200%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20px;
        height: 8px;
    }

    .home04con02 .pic {
        width: 50%;
        height: 170px;
    }

    .blog-list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .blog-list a {
        padding-bottom: 0;
    }

    .blog-list .blog-date {
        margin-bottom: 0;
    }

    .home06box .pic {
        height: 170px;
    }

    .footer-list h3 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .footer-list .time {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .footer-list .time01 {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .footer-list .time02 {
        font-size: 12px;
    }

    .footer-list .tel {
        margin-bottom: 3px;
    }

    .footer-list .tel a {
        font-size: 12px;
    }

    .footer-list {
        margin-bottom: 0;
    }

    .footer-logo {
        width: 90px;
        margin: 20px auto;
    }

    .copy-right {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .interview-wrap:before {
        top: 5px;
        left: -5px;
    }

    .interview-wrap:after {
        bottom: -5px;
        left: -5px;
    }

    .interview-box:before {
        top: 5px;
        left: calc(10% - 5px);
    }

    .interview-box:after {
        top: 5px;
        left: calc(10% + 125px);
    }

    .teacherSlider .slick-next {
        right: 50px;
    }

}

/* about */

.image-box .pic {
    background-image: url(/import/tenant_1/160.16.114.141/html/images/01index/index29.jpg);
}

.image-box img {
    opacity: 0.2;
}

.bread-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bread-list li.border-list {
    margin-right: 40px;
    position: relative;
}

.bread-list li.border-list a:before {
    content: "";
    height: 0.5px;
    width: 20px;
    background: rgba(141, 139, 139, 255);
    position: absolute;
    top: 50%;
    right: -9px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.bread-list li a,
.bread-list li {
    font-size: 16px;
    color: rgba(141, 139, 139, 255);
    font-family: "Hind Siliguri", sans-serif;
    letter-spacing: 0.15em;
}

.arrow03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
    position: relative;
}

.arrow03 .right,
.arrow03 .left {
    letter-spacing: 0.2em;
    display: block;
    font-size: 35px;
    font-weight: bold;
}

.arrow-box {
    position: absolute;
    top: 53%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.arrow-box .pic {
    width: 69px;
    position: relative;
}

.arrow-box span {
    display: block;
    color: #fff;
    font-size: 35px;
    position: absolute !important;
    top: 47%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.arrow03-pic {
    position: relative;
    max-width: 942px;
    margin: 60px auto;
}

.arrow03-pic img {
    width: 100%;
}

.arrow03-pic .arr01 {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 14%;
    color: #fff;
    font-size: 32px;
}

.arrow03-pic .arr02 {
    position: absolute !important;
    bottom: 13%;
    left: 12%;
    color: #fff;
    font-size: 32px;
}

.arrow03-pic .arr03 {
    position: absolute !important;
    bottom: 13%;
    right: 10%;
    color: #fff;
    font-size: 32px;
}

.inner-1400 {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.about02box .inner-1400:nth-of-type(2n + 1) .about02con01 {
    padding-right: 40%;
}

.about02box .inner-1400:nth-of-type(2n) .about02con01 {
    padding-left: 40%;
}

.heading03 {
    margin-bottom: 60px;
    letter-spacing: 0.3em;
}

.heading03 .big {
    font-size: 30px;
    display: block;
    line-height: 1;
    font-weight: bold;
}

.heading03 .small {
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.subttl03 {
    display: inline-block;
    font-size: 24px;
    padding: 0 40px;
    position: relative;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}

.subttl03:before {
    content: "";
    height: 1px;
    width: 30px;
    background: rgba(141, 139, 139, 255);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}

.subttl03:after {
    content: "";
    height: 1px;
    width: 30px;
    background: rgba(141, 139, 139, 255);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}

.about02box .inner-1400 {
    position: relative;
}

.about02box .inner-1400:nth-of-type(2n + 1) .about02pic01 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
}

.about02box .inner-1400:nth-of-type(2n) .about02pic01 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40%;
}

.about02pic01 .pic {
    height: 100%;
}

.about03box .inner-1400 {
    position: relative;
}

.about03pic01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 600px;
    z-index: -1;
}

.about03pic01 .pic {
    height: 100%;
}

.about03con02 .txt {
    margin-top: 250px;
}

.heading04 {
    margin-top: 120px;
}

.heading04 .ja {
    font-size: 30px;
    display: block;
    text-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff,
        -2px -2px 5px #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.heading04 .en {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.yellow-box {
    background: #ffcc00;
    position: relative;
}

.yellow-box:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    position: absolute;
    top: 10px;
    left: -10px;
    right: 10px;
    bottom: -10px;
}

.yellow-box:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.yellow-box .item {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.yellow-box h3 {
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.yellow-box h4 {
    text-align: center;
    font-weight: bold;
}

.about03con01 dl {
    margin-bottom: 20px;
}

.about03con01 dt {
    font-weight: bold;
    font-size: 20px;
}

.about03con01 dd h4 {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 78, 162, 255);
}

.about03con01 dl .txt {
    line-height: 1.8;
}

.about04box .inner-1400 {
    position: relative;
}

.about04pic01 {
    position: absolute;
    top: 0;
    left: 30%;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.about04pic01 .up-ofi {
    height: 100%;
}

.about04pic01 img {
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
}

.about04box .inner-1400:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear,
            left top, right top,
            from(#eaf1f3),
            color-stop(50%, #eaf1f3),
            color-stop(80%, rgba(255, 255, 255, 0)),
            to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right,
            #eaf1f3 0%,
            #eaf1f3 50%,
            rgba(255, 255, 255, 0) 80%,
            rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.about04con01 h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about04con01 .txt {
    padding-right: 30%;
    font-weight: bold;
}

.about05box {
    position: relative;
}

.about05pic01 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index: -1;
    background: #f3f8fc;
}

.about05pic01 img {
    opacity: 0.2;
}

.about05pic02 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #f3f8fc;
}

.about05pic02 .pic:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(35deg,
            rgba(2, 0, 36, 0) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 1) 100%);
}

.about05pic01 .pic:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(175deg,
            rgba(2, 0, 36, 0) 0%,
            rgba(255, 255, 255, 1) 80%,
            rgba(255, 255, 255, 1) 100%);
}

.about05pic02 img {
    opacity: 0.2;
}

.about05con01 {
    background: #fff;
    padding-right: 40px;
    padding-left: 40px;
}

.about05con01 .picbox {
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #f3f8fc;
}

.about05con01 li h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.about05con01 li .txt {
    line-height: 1.6;
}

.about05con01 li {
    width: 28%;
}

.about05con01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about05con01 .up-w-100 {
    margin-right: auto;
    margin-left: auto;
}

.about05con01 .up-w-100 img {
    width: 100%;
}

.about05con02 .picbox {
    border: none;
}

@media only screen and (max-width: 1024px) {
    .arrow03-pic .arr01 {
        font-size: 24px;
    }

    .arrow03-pic .arr02 {
        font-size: 24px;
    }

    .arrow03-pic .arr03 {
        font-size: 24px;
    }

    .about04pic01 img {
        -o-object-position: 58% 50%;
        object-position: 58% 50%;
    }
}

@media only screen and (max-width: 800px) {
    .arrow03-pic .arr01 {
        font-size: calc(24 / 800 * 100vw);
    }

    .arrow03-pic .arr02 {
        font-size: calc(24 / 800 * 100vw);
    }

    .arrow03-pic .arr03 {
        font-size: calc(24 / 800 * 100vw);
    }

}

.br599 br {
    display: none;
}

@media only screen and (max-width: 599px) {
    .image-box .up-ofi-30:after {
        padding-top: 45%;
    }

    .about03con02 .txt {
        margin-top: 20px;
    }

    .br599 br {
        display: block;
    }

    .head-title .big {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .head-title .small {
        font-size: 12px;
    }

    .bread-list {
        padding-top: 8px;
    }

    .bread-list li a,
    .bread-list li {
        font-size: 12px;
    }

    .bread-list li:nth-of-type(1) a:before {
        right: -22%;
    }

    .arrow03 .right,
    .arrow03 .left {
        font-size: 24px;
    }

    .arrow03 {
        width: 200px;
    }

    .arrow-box .pic {
        width: 52px;
    }

    .arrow-box span {
        font-size: 24px;
    }

    .about01con01 h3 {
        font-size: 24px;
    }

    .about .about02box .inner-1400 .about02pic01 {
        position: static;
        width: 96%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .about .about02box .inner-1400 .about02pic01 .pic:after {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .about .about02box .inner-1400 .about02pic01 img {
        position: absolute;
        top: 0;
        left: 0;
        -o-object-position: 50% 0%;
        object-position: 50% 0%;
    }

    .about .about02box .inner-1400 .about02pic01 .pic {
        height: auto;
    }

    .about .about02box .inner-1400 .about02con01 {
        padding-right: 0;
        padding-left: 0;
    }

    .heading03 .big {
        font-size: 24px;
        text-align: center;
    }

    .heading03 .small {
        font-size: 14px;
        text-align: center;
        letter-spacing: 0.2em;
    }

    .heading03 {
        margin-bottom: 20px;
    }

    .about04con01 .txt {
        padding-right: 0;
    }

    .about04con01 .txt.txt01 {
        padding-right: 40%;
    }

    .about04pic01 img {
        -o-object-position: 66% 50%;
        object-position: 66% 50%;
    }

    .about04con01 h2 {
        font-size: 24px;
    }

    .about04box .inner-1400:after {
        background: -webkit-gradient(linear,
                left top, right top,
                from(#eaf1f3),
                color-stop(30%, #eaf1f3),
                color-stop(95%, rgba(255, 255, 255, 0)),
                to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right,
                #eaf1f3 0%,
                #eaf1f3 30%,
                rgba(255, 255, 255, 0) 95%,
                rgba(255, 255, 255, 0) 100%);
    }

    .about03pic01 {
        position: static;
        width: 96%;
        margin: 0 auto;
        height: 240px;
        padding-bottom: 0;
    }

    .heading04 {
        margin-top: 0;
    }

    .heading04 .ja {
        font-size: 24px;
        margin-bottom: 13px;
        text-align: center;
    }

    .heading04 .en {
        font-size: 12px;
        text-align: center;
    }

    .yellow-box {
        width: 90%;
        margin: 0 auto;
    }

    .about03con01 dt {
        font-size: 18px;
    }

    .about03con01 dd h4 {
        font-size: 16px;
    }

    .about05con01 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .about05con01 li {
        width: 100%;
        margin-bottom: 30px;
    }

    .about05con01 li h3 {
        font-size: 18px;
    }

    .about05con01 .picbox {
        width: 70%;
        margin: 0 auto 20px;
    }
}

/* teacher */

.page-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-link li {
    width: 18%;
    margin: 1% 1% 2%;
}

.page-link a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: relative;
    background: #004ea2;
    padding: 7px 0;
}

.page-link a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.page-link a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.page-link img {
    position: absolute;
    width: 40px;
    height: 6px;
    bottom: 3px;
    right: -3px;
    z-index: 10;
}

.teach01con01 {
    border: 1px solid #0e4ea1;
    -webkit-box-shadow: 0 4px 4px #ccc;
    box-shadow: 0 4px 4px #ccc;
    margin-bottom: 80px;
}

.inner-80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.teach01con01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.teach01con01 li {
    width: 29%;
    margin: 2%;
    margin-bottom: 5%;
}

.teach01con01 li a {
    display: block;
}

.teach01con01 .pic {
    margin-bottom: 5%;
}

.teach01con01 h3 {
    margin-bottom: 5%;
}

.teach01con01 h3 .ja {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.teach01con01 h3 .en {
    font-size: 11px;
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.teach01con01 .hr01 {
    width: 80%;
    height: 1px;
    background: #004ea2;
    margin: 0 auto 5%;
}

.teach01con01 h4 {
    text-align: center;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    .page-link li {
        width: 31%;
        margin-bottom: 2%;
    }

    .inner-80 {
        width: 90%;
    }
}

@media only screen and (max-width: 599px) {
    .inner-80 {
        width: 96%;
    }

    .page-link li {
        width: 48%;
    }

    .page-link a {
        font-size: 12px;
    }

    .teach01con01 li {
        width: 48%;
        margin: 1%;
        margin-bottom: 3%;
    }
}

/* teacher-detail */
.teach-de01con01 .picbox {
    width: 42%;
}

.teach-de01con01 .capbox {
    width: 54%;
    position: relative;
}

.teach-de01con01 .capbox h2 {
    margin-top: 12%;
}

.teach-de01con01 .capbox .ja {
    font-size: 28px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.teach-de01con01 .capbox .en {
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 2%;
    font-weight: bold;
}

.teach-de01con01 .hr02 {
    width: 80%;
    height: 1px;
    background: #004ea2;
    margin: 0 auto;
    margin-bottom: 2%;
}

.teach-de01con01 .cat {
    text-align: center;
    font-size: 16px;
    margin-bottom: 2%;
    letter-spacing: 0.2em;
}

.teach-de01con01 .subject {
    text-align: center;
    font-size: 16px;
    margin-bottom: 16%;
    letter-spacing: 0.2em;
}

.teach-de01con01 .subject-ttl {
    display: inline-block;
    margin-right: 11px;
    background: #004ea2;
    color: #fff;
    padding: 1px 18px;
}

/* .teach-de01con01 .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.teach-de01con01 .comment .left {
  width: 30%;
}
.teach-de01con01 .comment .right {
  width: 65%;
  background: #f3f8fc;
  padding: 5% 3%;
  position: relative;
}
.teach-de01con01 .comment .right:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 24.2px 14px 0;
  border-color: transparent #f3f8fc transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.teach-de01con01 .comment h4 {
  font-weight: bold;
  margin-bottom: 3%;
  font-size: 16px;
}
.teach-de01con01 .comment .txt {
  line-height: 1.6;
} */

.teach-de01con01 .comment {
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 50%;
    border: 1px solid #004ea2;
    z-index: 0;
    padding: 0 20px 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.teach-de01con01 .comment-box {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.teach-de01con01 .comment-box .left {
    width: 70%;
    background: #004ea2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    position: relative;
}

.teach-de01con01 .comment-box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.teach-de01con01 .comment-box .left:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #004ea2;
}

.teach-de01con01 .塾長 .comment-box .left:after {
    content: none;
}

.teach-de01con01 .comment-box .right {
    border-radius: 50%;
    overflow: hidden;
    width: 25%;
    border: 1px solid #004ea2;
    background: #fff;
}

.teach-de01con01 .comment .txt {
    font-size: 14px;
    line-height: 1.6;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.teach-de01con01 .message-box {
    margin-top: 5%;
    border: 1px solid #004ea2;
    padding: 5%;
    position: relative;
    margin-bottom: 5%;
}

.teach-de01con01 .message-box h3 {
    position: absolute;
    background: #fff;
    padding: 0 3px;
    top: 0;
    left: 5%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
}

.teach-de01con01 .message-box h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1%;
}

.teach-de01con01 .message-box .text {
    font-size: 14px;
}

.teach-de01con01 .pic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7%;
}

.teach-de01con01 .pic-list li {
    width: 48%;
}

.teach-de01con01 .pic-list li:not(:last-child) {
    margin-right: 3.5%;
}

.teach-de01con01 .btn {
    margin: 0 auto;
}

.teacher .cs-cat-detail {
    margin-bottom: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.teacher .cs-cat-detail span {
    display: block;
    color: #fff;
    padding: 0 5px;
}

.teacher .cs-cat-detail span:not(:last-child) {
    margin-right: 3px;
}

.teacher .cs-cat-detail span.MANAGEMENT {
    background: #021F53;
}

.teacher .cs-cat-detail span.小松川CS {
    background: #004ea2;
}

.teacher .cs-cat-detail span.実籾CS {
    background: #027ab0;
}

.teacher .cs-cat-detail span.奥戸CS {
    background: #00a0e9;
}

.teacher .cs-cat-detail span.坂出CS {
    background: #00b5e9;
}

.teacher .cs-cat-detail span.新船橋CS {
    background: #00b5e8;
}

.cat .posi {
    display: block;
}

.teach-de01con01 .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cat.MANAGEMENT .posi01 {
  order: -1
}
.cat.小松川CS .posi02 {
  order: -1
}
.cat.実籾CS .posi03 {
  order: -1
}
.cat.奥戸CS .posi04 {
  order: -1
}
.cat.坂出CS .posi05 {
  order: -1
}
.cat.新船橋CS .posi06 {
  order: -1
}

@media only screen and (max-width: 1024px) {
    .teach-de01con01 .comment {
        width: 100%;
    }

    .teach-de01con01 .comment-box h3 {
        font-size: 12px;
    }

    .teach-de01con01 .comment-box .left {
        height: 50px;
    }
}

@media only screen and (max-width: 599px) {
    .teach-de01con01 .picbox {
        width: 100%;
    }

    .teach-de01con01 .capbox {
        width: 100%;
        margin-bottom: 5%;
    }

    .teach-de01con01 .comment {
        position: static;
        -webkit-transform: none;
        transform: none;
        margin-top: 40px;
    }
}

/* learning */
main.learning {
    position: relative;
}

main.learning .image-box .pic:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1200px 0 0 2000px;
    border-color: #e0eaef transparent transparent transparent;
    z-index: -1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

main.learning:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1200px 0 0 2000px;
    border-color: transparent transparent transparent #e0eaef;
    z-index: -1;
}

.learn01con01 {
    border: 1px solid #004ea2;
    background: #fff;
}

.learn01con01:not(:last-child) {
    margin-bottom: 80px;
}

.learn01con01 .learn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.learn01con01 .learn-item {
    width: 42%;
    margin: 0 4%;
    border: 1px solid #ccc;
    padding: 3%;
}

.learn01con01 h3 {
    font-size: 18px;
    padding-bottom: 2%;
    margin-bottom: 4%;
    border-bottom: 1px solid #000;
}

.learn01con01 .cat-age-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 5%;
}

.learn01con01 .cat-age-list li {
    width: 12%;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

.learn01con01 .cat-age-list li:not(:first-child) {
    margin-left: 2%;
}

.learn01con01 .cat-age-list li.age03 {
    background: #00d0e9;
}

.learn01con01 .cat-age-list li.age04 {
    background: #00b5e9;
}

.learn01con01 .cat-age-list li.age05 {
    background: #00a0e9;
}

.learn01con01 .cat-age-list li.age06 {
    background: #2785b6;
}

.learn01con01 .cat-age-list li.junior01 {
    background: #e9ba00;
}

.learn01con01 .cat-age-list li.junior02 {
    background: #e98400;
}

.learn01con01 .cat-age-list li.junior03 {
    background: #c65103;
}

.learn01con01 .cat-age-list li.high01 {
    background: #339933;
}

.learn01con01 .cat-age-list li.high02 {
    background: #00cc00;
}

.learn01con01 .cat-age-list li.high03 {
    background: #006633;
}

.learn01con01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.learn01con01 dt {
    width: 48%;
}

.learn01con01 dd {
    width: 48%;
}

.learn01con01 .cs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5%;
}

.learn01con01 .cs-item {
    width: 23%;
    background: #004ea2;
}

.learn01con01 .cs-item a {
    display: block;
    padding: 1px 0;
    color: #fff;
    text-align: center;
}

.learn01con01 .cs-item:not(:last-child) {
    margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
    .learn01con01 .learn-item {
        width: 400px;
        margin-bottom: 3%;
    }

    .learn01con01 .learn-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 599px) {
    .learn01con01 .learn-item {
        width: 90%;
        margin-bottom: 5%;
    }

    .learn01con01 .cs-item a {
        font-size: 11px;
    }

    .learn01con01:not(:last-child) {
        margin-bottom: 40px;
    }

    .lear01con01 .heading02 .en {
        letter-spacing: 0.1em;
    }

    .learn01con01 dt {
        font-size: 12px;
    }

    .learn01con01 .cat-age-list li {
        font-size: 11px;
    }
}

/* school */

.school01con01 .picbox {
    max-width: 1200px;
    position: relative;
    z-index: 0;
}

.school01con01:nth-of-type(2n + 1) .pic-box {
    margin-right: auto;
}

.school01con01:nth-of-type(2n) .picbox {
    margin-left: auto;
}

.school01con01 .picbox h2 {
    position: absolute !important;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: rgba(0, 78, 162, 0.9);
    color: #fff;
    text-align: center;
    font-size: 32px;
    width: calc(100% * 2 / 3);
    -webkit-box-shadow: 0 2px rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-weight: bold;
}

.school01con01 .capbox {
    max-width: 900px;
    padding: 5% 10% 10%;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.school01con01:nth-of-type(2n + 1) .capbox {
    margin-left: auto;
}

.school01con01:nth-of-type(2n) .capbox {
    margin-right: auto;
}

.heading05 {
    margin-bottom: 5%;
    text-align: center;
}

.heading05 img {
    width: 24px;
}

.school01con01 .course-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.school01con01 .course-box .left {
    width: 51%;
}

.school01con01 .course-box .right {
    width: 45%;
}

.school01con01 .course-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.school01con01 .course-list li {
    /*   width: 31%;
margin-bottom: 4%;
text-align: center;
background: #ececec;
font-size: 16px;
font-weight: bold;
line-height: 1.8; */
    width: 48%;
    margin: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.school01con01 .course-list .left {
    width: 50%;
    background: #014566;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 3px 0;
}

.school01con01 .course-list .right {
    width: 50%;
    background: #ececec;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
}

.school01con01 .course-box .btn {
    width: 100%;
}

.school01con01 .map-box {
    height: 260px;
    margin-top: 5%;
    margin-bottom: 2%;
}

.school01con01 iframe {
    width: 100%;
    height: 100%;
}

.school01con01 .info-box {
    width: calc(100% * 2 / 3);
    margin-right: auto;
    margin-left: auto;
}

.school01con01 .info-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 4% 0;
}

.school01con01 .info-box dt {
    font-weight: bold;
    width: 25%;
    font-size: 16px;
    letter-spacing: 0.2em;
}

.school01con01 .info-box dd {
    width: 75%;
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {
    .school01con01 .picbox h2 {
        font-size: calc(32 * 100vw / 1024);
    }

    .school01con01 .capbox {
        margin-top: 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5% 2% 0;
    }
}

@media only screen and (max-width: 599px) {
    .school01con01 .map-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .school01con01 .course-box .left {
        width: 100%;
    }

    .school01con01 .course-box .right {
        width: 100%;
    }

    .school01con01 .course-list .left {
        width: 50%;
        font-size: 13px;
    }

    .school01con01 .course-list .right {
        width: 50%;
        font-size: 13px;
    }

    .school01con01 .capbox {
        margin-top: 0;
    }

    .school01con01 .picbox h2 {
        font-size: 16px;
    }

    .school01con01 .info-box {
        width: 100%;
        margin-top: 5%;
    }

    .school01con01 .info-box dt {
        font-size: 14px;
    }

    .school01con01 .info-box dd {
        font-size: 14px;
    }
}

/* komatsugawa */
.cs-image {
    position: relative;
}

.cs-image li>div {
    position: relative;
    display: block;
    width: 100%;
}

.cs-image li>div:after {
    content: "";
    display: block;
    padding-top: 45%;
}

.cs-image li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.side-menu a {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.side-menu {
    position: absolute;
    top: 100px;
    right: 0;
    width: 200px;
    z-index: 10;
}

.side-menu ul {
    background: rgba(255, 255, 255, 0.7);
}

.side-menu.fixed ul {
    background: transparent;
}

.side-menu.fixed {
    position: fixed;
    top: 0 !important;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
}

.side-menu li a {
    border-bottom: 1px solid #ccc;
}

.side-menu a span,
/* .side-menu02 a span {
  line-height: 100%;
  display: block;
}
.side-menu02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  z-index: 3;
} */
.side-menu .tel {
    background: rgba(0, 161, 228, 0.7);
}

.side-menu .tel a {
    color: #fff;
}

.side-menu .con {
    background: rgba(0, 77, 159, 0.7);
}

.side-menu .con a {
    color: #fff;
}

.cs-news {
    position: absolute;
    left: 0;
    width: 540px;
}

.cs-news-inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 2% 20% 2% 13%;
    position: relative;
}

.cs-news-inner h3 {
    font-size: 20px;
    font-weight: bold;
}

.cs-news-inner dl {
    margin-bottom: 2%;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cs-news-inner dt {
    font-size: 13px;
    width: 30%;
}

.cs-news-inner dd {
    font-size: 13px;
    font-weight: bold;
    width: 65%;
}

.cs-news-inner dd a {
    display: block;
}

.cs-news-inner:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 65px 120px;
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cs-news-inner.cs-news01 h3 {
    color: #ff0000;
}

.cs-news-inner.cs-news02 h3 {
    color: #004ea2;
}

.cs-news-inner.cs-news01::before {
    border-color: transparent transparent #ff0000 transparent;
}

.cs-news-inner.cs-news02:before {
    border-color: transparent transparent #004ea2 transparent;
}

.btn-more {
    position: absolute;
    right: 0;
    bottom: 0;

    z-index: 1;
}

.btn-more a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 40px 10px 2px 60px;
    font-weight: bold;
}

.cs-image h2 {
    position: absolute !important;
    top: 30%;
    left: 6%;
    font-size: 42px;
    font-weight: bold;
    z-index: 1;
}

.cs-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(255, 255, 255, 1)),
            color-stop(50%, rgba(255, 255, 255, 0)),
            to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0) 100%);
}

.cs01con01 .diary-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;
}

.cs01con01 .diary-list li {
    width: 23%;
}

.cs01con01 .diary-list a {
    display: block;
}

.cs01con01 .diary-list .pic {
    position: relative;
    z-index: -1;
}

.cs01con01 .diary-list .capbox {
    margin-top: -10%;
    margin-left: 10%;
    -webkit-box-shadow: 0 2px 3px #ddd;
    box-shadow: 0 2px 3px #ddd;
    padding: 5% 1% 8% 5%;
    position: relative;
    z-index: 0;
    background: #fff;
    border-bottom: 2px solid #004ea2;
}

.cs01con01 .diary-list dt {
    font-size: 12px;
    display: inline-block;
}

.cs01con01 .diary-list .cat {
    font-size: 12px;
    margin-bottom: 2%;
}

.cs01con01 .diary-list .title {
    font-weight: bold;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cs02con01 {
    position: relative;
}

.cs02con01 .left {
    background-color: rgb(243, 248, 252);
    position: relative;
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgb(243, 248, 252, 1)),
            color-stop(60%, rgb(243, 248, 252, 1)),
            color-stop(60%, rgb(243, 248, 252, 0)),
            to(rgb(243, 248, 252, 0)));
    background: linear-gradient(90deg,
            rgb(243, 248, 252, 1) 0%,
            rgb(243, 248, 252, 1) 60%,
            rgb(243, 248, 252, 0) 60%,
            rgb(243, 248, 252, 0) 100%);
}

.cs02con01 .bg71 {
    width: 447px;
    position: absolute;
    left: 0;
    bottom: 8%;
}

.cs02con01 .bg71 img {
    opacity: 0.1;
}

.cs02con01 .heading01 {
    margin-bottom: 35px;
}

.cs02con01 .txt {
    width: 50%;
    min-height: 300px;
}

.cs02con01 .inner-1400 {
    position: relative;
    padding-top: 35px;
    padding-bottom: 20px;
}

.cs02con01 .right {
    width: 40%;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cs03box {
    position: relative;
}

.cs03box .bg71 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.cs03box .bg71 img {
    opacity: 0.2;
}

.cs-slider {
    overflow: hidden;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
}

.cs-slider li {
    height: auto;
    margin: 0 20px;
}

.cs-slider li a {
    display: block;
}

.cs-slider .pic {
    position: relative;
}

.cs-slider .capbox {
    position: relative;
    background: #fff;
    padding: 4% 5% 8%;
    min-height: 100px;
    z-index: 1;
    margin-top: -10%;
    margin-left: 10%;
}

.cs-slider .comment {
    color: #004ea2;
    font-size: 16px;
    margin-bottom: 2%;
    font-weight: bold;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cs-slider .name {
    font-size: 18px;
    font-weight: bold;
}

.cs03box .btn {
    margin: 60px auto 0;
}

.cs04con01 .interview {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border: 5px solid #004ea2;
    overflow: hidden;
}

.cs04box .interview:after {
    content: "";
    display: block;
    padding-top: 25%;
}

.cs04con01 .bg73 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.cs04con01 .bg73 span {
    height: 100%;
}

.cs04con01 .bg74 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cs04con01 .bg74 span {
    height: 100%;
}

.cs04con01 .interview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
}

.cs04con01 .bg740 {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transform: skew(284deg);
    transform: skew(284deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.cs04con01 .bg740-wrap {
    height: 100%;
    background-image: url(/import/tenant_1/160.16.114.141/html/images/01index/index29.jpg);
    -webkit-transform: skew(-284deg);
    transform: skew(-284deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}


.cs04con01 h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}

.cs04con01 .ja {
    color: #fff;
    text-shadow: 0 0 3px #004ea2, 0 0 3px #004ea2, 0 0 3px #004ea2,
        0 0 3px #004ea2, 0 0 3px #004ea2, 0 0 3px #004ea2, 0 0 3px #004ea2,
        0 0 3px #004ea2, 0 0 3px #004ea2, 0 0 3px #004ea2, 0 0 3px #004ea2,
        0 0 3px #004ea2, 0 0 3px #004ea2, 0 0 3px #004ea2, 0 0 3px #004ea2,
        0 0 3px #004ea2;
}

.cs04con01 .en {
    color: #fff;
}

.cs04con01 .btn71 {
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 3;
}

.btn71 {
    width: 230px;
    background: #fff;
}

.btn71 a {
    font-size: 14px;
    color: #004ea2;
    display: block;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 12px 0;
}

.btn71 a:before {
    width: 30px;
    height: 1px;
    content: "";
    background: #004ea2;
    position: absolute;
    top: 60%;
    right: 5%;
}

.btn71 a:after {
    width: 15px;
    height: 1px;
    content: "";
    background: #004ea2;
    position: absolute;
    top: 60%;
    right: 5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.bg-blue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #004ea2;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn71 a:hover:before {
    background: #fff;
}

.btn71 a:hover:after {
    background: #fff;
}

.btn71 a:hover .bg-blue {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn71 a:hover {
    opacity: 1;
    color: #fff;
}

.cs05box {
    position: relative;
}

.cs05box:before {
    content: "";
    background: #004ea2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 96%;
    z-index: -1;
}

.cs05con01 .heading01 span {
    color: #fff;
}

.heading06 {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}

.heading06 .ja {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
}

.heading06 .en {
    display: inline-block;
    padding-top: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid #fff;
}

.cs05con01 .pic {
    position: relative;
}

.cs05con01 .course-list .capbox dt {
    cursor: pointer;
    padding: 3% 2% 1% 6%;
}

.cs05con01 .course-list dd.pull {
    position: relative;
}

.cs05con01 .course-list .pulllist {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    width: 100%;
    z-index: 10;
    padding: 10px;
    background: rgba(255, 255, 255, 0.85);
}

.cs05con01 .course-list .capbox.action .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.cs05con01 .course-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;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
}

.cs05con01 .course-item {
    width: 44%;
    margin-bottom: 40px;
}

.cs05con01 .course-item h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.cs05con01 .course-item .capbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.cs05con01 .course-item .capbox .left {
    color: #fff;
    font-size: 20px;
}

.cs05con01 .course-item .capbox .right {
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding-right: 1em;
    position: relative;
}

.cs05con01 .capbox .right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 10px;
    height: 12px;
    background-image: url(/import/tenant_1/160.16.114.141/html/images/07komatsugawa/btn.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cs05con01 .age-item h5 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 2%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3%;
    margin-top: 4%;
}

.cs05con01 .age-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2%;
}

.cs05con01 .age-item dt {
    color: #fff;
    font-size: 14px;
}

.cs05con01 .age-item dd {
    text-align: right;
    font-size: 14px;
    color: #fff;
}

.cs05con01 .course-list * {
    letter-spacing: 0.1em;
}

.cs06box {
    position: relative;
}

.cs06box .bg75 {
    position: absolute;
    top: 0;
    right: 0;
    width: 96%;
    height: 100%;
    background: #444;
}

.cs06box .bg75 span {
    height: 100%;
}

.cs06box .bg75 img {
    opacity: 0.5;
}

.cs07box {
    position: relative;
}

.cs07box .bg76 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/import/tenant_1/160.16.114.141/html/images/01index/index29.jpg);
    z-index: -1;
}

.cs07box .bg76 span {
    height: 100%;
}

.cs07box .bg76 img {
    opacity: 0.2;
}

.cs07con01 .heading02 span {
    color: #fff;
}

.cs07con01 h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 1%;
    color: #fff;
    font-weight: bold;
}

.cs07con01 .txt {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 2%;
}

.cs08con01 .flow-list {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.cs08con01 .flow-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cs08con01 .flow-list li {
    width: calc(100% / 6);
    position: relative;
    height: 200px;
}

.cs08con01 .flow-list li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 100px 30px;
    z-index: 2;
}

.cs08con01 .flow-list dl {
    padding: 14% 0 0 26%;
}

.cs08con01 .flow-list dt {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30%;
}

.cs08con01 .flow-list dd {
    color: #fff;
    font-size: 16px;
}

.cs08con01 .flow-list li:nth-of-type(1) {
    background-color: #0e57a6;
}

.cs08con01 .flow-list li:nth-of-type(2) {
    background-color: #2f83de;
}

.cs08con01 .flow-list li:nth-of-type(3) {
    background-color: #529dee;
}

.cs08con01 .flow-list li:nth-of-type(4) {
    background-color: #6fadef;
}

.cs08con01 .flow-list li:nth-of-type(5) {
    background-color: #8ebef2;
}

.cs08con01 .flow-list li:nth-of-type(6) {
    background-color: #b0cff1;
}

.cs08con01 .flow-list li:nth-of-type(1):after {
    border-color: transparent transparent transparent #0e57a6;
}

.cs08con01 .flow-list li:nth-of-type(2):after {
    border-color: transparent transparent transparent #2f83de;
}

.cs08con01 .flow-list li:nth-of-type(3):after {
    border-color: transparent transparent transparent #529dee;
}

.cs08con01 .flow-list li:nth-of-type(4):after {
    border-color: transparent transparent transparent #6fadef;
}

.cs08con01 .flow-list li:nth-of-type(5):after {
    border-color: transparent transparent transparent #8ebef2;
}

.cs08con01 .flow-list li:nth-of-type(6):after {
    border-color: transparent transparent transparent #b0cff1;
}

.cs08con01 .btn {
    margin: 80px auto 0;
}

.cs08con02 .calendar02 img {
    width: 100%;
}

.cs09con01 h2 span {
    color: #fff;
}

.cs09box {
    position: relative;
}

.cs09box .bg77 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cs09con01 {
    position: relative;
}

.cs09con01 .bg78 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cs09con01 .bg78 img {
    opacity: 0.8;
}

.cs09con01 ul {
    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;
}

.cs09con01 li {
    width: 45%;
}

.cs09con01 dl {
    margin-bottom: 7%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cs09con01 dt,
.cs09con01 dd {
    color: #fff;
    font-size: 16px;
}

.cs09con01 dt {
    width: 30%;
}

.cs09con01 dd {
    width: 65%;
}

.cs09con01 h2 .en {
    color: #fff;
}

.cs10box {
    position: relative;
}

.cs10box:after {
    content: "";
    display: block;
    padding-top: 34%;
}

.cs10box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cs .sp-only {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .cs08con01 .flow-list li:after {
        border-width: 100px 0 100px 20px;
    }

    .cs-image h2 {
        font-size: 36px;
    }

    .cs04con01 .btn71 {
        width: 170px;
    }

    .btn71 a {
        padding: 7px 0;
        font-size: 12px;
    }

    .cs05con01 .course-item .capbox .left {
        font-size: 14px;
    }

    .cs-slider li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 1024px) {

    .cs .sp-only {
        display: block;
    }

    .cs-news {
        position: static;
        width: 96%;
        margin: 40px auto 20px;
        max-width: 768px;
    }

    .side-menu {
        width: 60%;
        height: 100vh;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .side-menu.action {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .side-menu ul {
        position: relative;
        padding: 0;
    }

    .side-menu a {
        font-size: 14px;
    }

    .side-menu .open-btn {
        border-radius: 0 0 5px 5px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: translate(-100%, -50%) rotate(90deg);
        transform: translate(-100%, -50%) rotate(90deg);
    }

    .side-menu .tit {
        color: #fff;
        background-color: rgba(0, 77, 159, 0.8);
        padding: 0 10px;
        font-size: 14px;
    }

    .side-menu02 {
        display: none;
    }

    .cs-news-inner {
        padding: 4% 20% 0% 0%;
    }

    .cs-news-inner:before {
        border-width: 0 0 50px 100px;
    }

    .cs-news-inner h3 {
        font-size: 18px;
    }

    .btn-more a {
        font-size: 12px;
    }

    .cs-news-inner dt {
        font-size: 14px;
    }

    .cs-news-inner dd {
        font-size: 14px;
    }

    .side-menu {
        position: fixed;
    }

    .cs-image h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 599px) {
    .cs04con01 .bg740 {
        -webkit-transform: skew(296.5deg);
        transform: skew(296.5deg);
    }

    .cs04con01 .bg740-wrap {
        -webkit-transform: skew(-296.5deg);
        transform: skew(-296.5deg);
    }

    .cs-image h2 {
        font-size: 24px;
    }

    .cs-news-inner dd {
        font-size: 12px;
    }

    .cs-news-inner h3 {
        font-size: 16px;
    }

    .cs-news-inner dt {
        font-size: 12px;
    }

    .cs01con01 .diary-list li {
        width: 48%;
        margin-bottom: 5%;
    }

    .cs02con01 .right {
        width: 100%;
        position: static;
    }

    .cs02con01 .txt {
        width: 100%;
    }

    .cs02con01 .left {
        background: rgb(243, 248, 252);
    }

    .cs02con01 .bg71 {
        bottom: auto;
        top: 80px;
        width: 200px;
    }

    .cs02con01 .txt {
        margin-bottom: 5%;
    }

    .cs02con01 .inner-1400 {
        padding-bottom: 0;
    }

    .cs04box .interview:after {
        padding-top: 50%;
    }

    .cs04con01 h2 {
        padding-top: 35px;
    }

    .cs04con01 .btn71 {
        position: absolute;
        bottom: 4%;
        right: 2%;
        z-index: 3;
        width: 150px;
    }

    .cs04con01 .heading02 .ja {
        margin-bottom: 0;
    }

    .cs04con01 .heading02 .en {
        font-size: 12px;
    }

    .cs04con01 .bg740 {
        background-image: url(/import/tenant_1/160.16.114.141/html/images/07komatsugawa/student50.png);
    }

    .btn71 a:before {
        width: 20px;
    }

    .btn71 a:after {
        width: 10px;
    }

    .btn71 a {
        padding: 5px 0;
    }

    .heading01 {
        padding-left: 40px;
    }

    .heading01 .ja {
        font-size: 16px;
    }

    .heading01 .en {
        font-size: 12px;
    }

    .cs01con01 .diary-list .title {
        font-size: 12px;
    }

    .cs-slider .comment {
        font-size: 12px;
    }
    
    .cs-slider {
      padding-top: 25px;
    }

    .heading06 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .heading06 .ja {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .heading06 .en {
        font-size: 12px;
        padding-top: 10px;
    }

    .cs05con01 .course-item {
        width: 100%;
    }

    .cs05box:before {
        width: 100%;
    }

    .cs05con01 .course-item h4 {
        font-size: 16px;
    }

    .cs05con01 .age-item h5 {
        font-size: 14px;
    }

    .cs05con01 .age-item dt {
        font-size: 12px;
    }

    .cs05con01 .age-item dd {
        font-size: 12px;
    }

    .cs05con01 .course-item .capbox .right {
        font-size: 12px;
    }

    .cs06box .bg75 {
        width: 100%;
    }

    .heading02 {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .cs07con01 h3 {
        font-size: 18px;
    }

    .cs07con01 .txt {
        font-size: 14px;
        text-align: left;
    }

    .cs08con01 .flow-list ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cs08con01 .flow-list li {
        width: calc(100% / 3);
    }

    .cs08con01 .flow-list {
        width: 90%;
    }

    .cs08con01 .flow-list dl {
        padding: 14% 0 0 24%;
        margin-right: -15%;
        position: relative;
        z-index: 3;
    }

    .cs08con01 .flow-list dd {
        font-size: 14px;
    }

    .cs08con01 .flow-list dt {
        font-size: 14px;
    }

    .cs08con01 .flow-list li {
        height: 150px;
    }

    .cs08con01 .flow-list li:after {
        border-width: 75px 0 75px 20px;
    }

    .cs05con01 .course-list {
        width: 100%;
    }

    .cs09con01 li {
        width: 100%;
    }

    .cs09con01 dl.heightLine-access {
        height: auto !important;
        margin-bottom: 3%;
        padding-bottom: 3%;
    }

    .cs09con01 dt,
    .cs09con01 dd {
        font-size: 14px;
    }

    .cs09con01 dt {
        width: 20%;
    }

    .cs09con01 dd {
        width: 75%;
    }

    .cs09con01 ul {
        padding-top: 0;
    }
}

/* contact */

.btn-contact .tit {
    background: #004ea2;
    color: #fff;
    font-size: 14px;
    padding: 5% 0;
    position: relative;
    text-align: center;
    border: 1px solid #004ea2;
}

.btn-contact .tit:after {
    content: "+";
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.contact .pulllist a {
    display: block;
    color: #fff;
    background: #004ea2;
    padding: 6% 0;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.contact .sp-only {
    display: none;
}

.contact .btn-contact {
    cursor: pointer;
}

.contact .pull {
    position: relative;
}

.contact .pulllist {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 3;
}

.contact .btn-contact.action .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.contact01con01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact01con01 li {
    width: 30%;
    border: 1px solid #004ea2;
    padding: 3% 2%;
}

.contact01con01 h3 {
    text-align: center;
    font-size: 30px;
    color: #004ea2;
    margin-bottom: 5%;
    font-weight: bold;
}

.contact01con01 .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10%;
}

.contact01con01 .pic span {
    display: block;
}

.contact01con01 li:nth-of-type(1) .pic img {
    width: 99px;
}

.contact01con01 li:nth-of-type(2) .pic img {
    width: 54px;
}

.contact01con01 li:nth-of-type(3) .pic img {
    width: 81px;
}

.contact01con01 .text {
    text-align: center;
    margin-bottom: 7%;
}

.contact01con01 .btn {
    width: 100%;
}

.contact01con01 .btn a {
    font-size: 14px;
    padding: 5% 0;
}

.contact01con01 .btn.r-arr a:before {
    width: 30px;
}

.contact02con01 {
    max-width: 1400px;
    width: 96%;
    margin-right: auto;
    position: relative;
    z-index: -1;
}

.bg111 {
    height: 450px;
}

.bg111 img {
    width: 100%;
}

.contact01con02 {
    position: relative;
    z-index: 1;
    margin-top: -80px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px #ccc;
    box-shadow: 0 3px 7px #ccc;
}

.confirm .contact01con02 {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact01con02.confirmation {
    margin-top: 80px;
    margin-bottom: 80px;
}

.submit .btn {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.confirm .brother dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-box {
    margin-top: 60px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn-box button {
    background: #004ea2;
    color: #fff;
    width: 150px;
    padding: 20px 0;
    font-weight: bold;
}

.contact04con01 h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.form01 dl {
    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;
    border-bottom: 1px solid #004ea2;
    padding: 2.5% 0;
}

.form01 dt {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form01 .form-ttl {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.form01 .form-ab {
    display: block;
    font-size: 13px;
    color: rgba(255, 0, 0, 255);
    font-weight: bold;
}

.form01 dd {
    width: 55%;
}

.form01 input[type="text"],
.form01 textarea {
    padding: 1.5%;
    width: 100%;
    font-size: 16px;
    background-color: #f1f1f1;
    border: none;
}

.form01 input[type="radio"] {
    margin-right: 2%;
    border: 2px solid #f1f1f1;
}

.form01 label {
    font-size: 16px;
    font-weight: bold;
    margin-right: 4%;
}

.form01 .radio-item {
    width: 23%;
    padding: 0.5%;
}

.form01 .radio-item:not(:nth-of-type(4n)) {
    margin-right: 2%;
}

.form01 .brother input {
    width: 25%;
    margin-right: 2%;
}

.form01 .form-memo {
    display: block;
    color: rgba(161, 160, 160, 255);
    font-size: 13px;
    font-weight: bold;
}

.form01 .check-item {
    width: 30%;
    padding: 0.5%;
}

.form01 .check-item:not(:nth-of-type(3n)) {
    margin-right: 3%;
}

.form01 input[type="checkbox"] {
    margin-right: 2%;
    border: 2px solid #f1f1f1;
}

.form01 .btn {
    margin: 80px auto 0;
}

.js-form .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.js-form .item {
    width: 31.333%;
    margin: 0 1%;
}

.js-form.age .item {
    width: 23%;
}

.contact02con03 {
    background: #ffcc00;
    position: relative;
}

.contact02con03:before {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 1;
    content: "";
}

.contact02con03:after {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: 1;
    content: "";
}

.contact02con03 .contact02con03-wrapper:before {
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 1;
    content: "";
}

.contact02con03 .contact02con03-wrapper:after {
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    bottom: -10px;
    right: 10px;
    z-index: 1;
    content: "";
}

.contact02con03 h2 {
    display: inline-block;
    margin-bottom: 30px;
    min-width: 300px;
}

.contact02con03 h2 .ja {
    display: block;
    padding: 0 5% 4%;
    border-bottom: 1px solid #000;
    margin-bottom: 3%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.contact02con03 h2 .en {
    text-align: center;
    font-size: 14px;
    display: block;
    font-weight: bold;
}

.contact02con03 li {
    padding-bottom: 1%;
    font-weight: bold;
    padding-left: 1.5em;
    position: relative;
    letter-spacing: 0.2em;
    line-height: 2;
}

.contact02con03 li:before {
    content: "";
    background-image: url(/import/tenant_1/160.16.114.141/html/images/11contact/dot.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 0;
}

.hr11 {
    width: 40%;
    height: 1px;
    background: #000;
    margin-right: auto;
    margin-top: 80px;
}

.hr112 {
    width: 40%;
    height: 1px;
    background: #000;
    margin-left: auto;
}

.contact02con03 li a {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .js-form.age .item {
        width: 31.333%;
    }

    .contact02con01 {
        max-width: 784px;
        width: 98%;
    }

    .contact01con01 .btn a {
        font-size: 12px;
    }

    .contact01con01 .btn.r-arr a:before {
        width: 20px;
    }

    .contact01con01 .btn.r-arr a:after {
        width: 10px;
    }

    .contact .head-title .big {
        font-size: 28px;
    }

    .form01 .form-ttl {
        font-size: 14px;
    }

    .form01 .form-ab {
        font-size: 12px;
    }

    .form01 input[type="text"],
    .form01 textarea {
        font-size: 14px;
    }

    .form01 label {
        font-size: 14px;
    }

    .form01 .radio-item {
        width: 31%;
    }

    .form01 .check-item {
        width: 48%;
    }

    .form01 .radio-item:not(:nth-of-type(4n)) {
        margin-right: auto;
    }

    .form01 .radio-item:not(:nth-of-type(3n)) {
        margin-right: 2%;
    }

    .form01 .check-item:not(:nth-of-type(3n)) {
        margin-right: auto;
    }

    .form01 .check-item:not(:nth-of-type(2n)) {
        margin-right: 2%;
    }

    .contact01con02 {
        margin-top: -40px;
    }

    .contact01con01 h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .js-form .item {
        width: 48%;
    }

    .js-form.age .item {
        width: 31.333%;
    }

    .contact .pc-only {
        display: none;
    }

    .contact .sp-only {
        display: block;
    }

    .contact01con01 li {
        width: 100%;
        margin-bottom: 4%;
    }

    .contact01con01 .pic {
        height: auto !important;
        margin-bottom: 5%;
    }

    .contact01con01 .text {
        height: auto !important;
        margin-bottom: 3%;
    }

    .contact01con01 h3 {
        margin-bottom: 3%;
    }

    .contact01con01 li:nth-of-type(1) .pic img {
        width: 66px;
    }

    .contact01con01 li:nth-of-type(2) .pic img {
        width: 36px;
    }

    .contact01con01 li:nth-of-type(3) .pic img {
        width: 54px;
    }

    .contact .head-title .big {
        font-size: 16px;
    }

    .contact01con01 h3 {
        font-size: 20px;
    }

    .contact01con02 {
        margin-top: 20px;
    }

    .contact02con01 {
        width: 100%;
    }

    .form01 dt {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .form01 dd {
        width: 100%;
    }

    .form01 .form-ttl {
        margin-right: 10px;
    }

    .contact02con03:before {
        top: 5px;
        left: -5px;
    }

    .contact02con03:after {
        left: -5px;
        bottom: -5px;
    }

    .contact02con03 .contact02con03-wrapper:before {
        top: 5px;
        left: -5px;
    }

    .contact02con03 .contact02con03-wrapper:after {
        bottom: -5px;
        right: 5px;
    }

    .contact02con03 {
        width: 94%;
    }

    .contact02con03 h2 .ja {
        font-size: 20px;
    }

    .contact02con03 h2 .en {
        font-size: 12px;
    }

    .contact02con03 h2 {
        display: block;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
        min-width: auto;
        width: 250px;
    }

    .contact02con04 .txt {
        text-align: left;
        line-height: 2;
    }

    .form01 dl {
        padding: 3.5% 0;
    }
}

/* recruit */

.recruit .rec-wrapper {
    background: #f3f8fc;
}

.recruit.recruit-confirmation .bread-box {
    background: none;
}

.recruit-box {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.recruit-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2% 0;
    border-bottom: 1px solid #ccc;
}

.recruit-box dt {
    width: 35%;
    font-size: 16px;
    font-weight: bold;
}

.recruit-box dd {
    width: 60%;
    font-size: 16px;
    font-weight: bold;
}

.rec02box {
    position: relative;
    overflow: hidden;
}

.bg121 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100vw - 580px) / 2);
    background-image: url(/import/tenant_1/160.16.114.141/html/images/common/index29.jpg);
    z-index: 0;
}

.bg121 img {
    opacity: 0.3;
}

.bg122 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100vw - 580px) / 2);
    background-image: url(/import/tenant_1/160.16.114.141/html/images/common/index29.jpg);
    z-index: 0;
}

.bg122 img {
    opacity: 0.3;
}

.rec02con01 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background: #fff;
    z-index: 2;
    -webkit-transform: skew(-23deg);
    transform: skew(-23deg);
}

/* .rec02con01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1100px 500px;
  border-color: transparent transparent #ffffff transparent;
  z-index: -1;
}
.rec02con01:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(250px, 0);
  transform: translate(250px, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1100px 500px 0 0;
  border-color: #ffffff transparent transparent transparent;

  z-index: -1;
} */
.rec02con01 li {
    padding-left: 3em;
    margin-bottom: 3%;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.rec02con01 li:before {
    content: "";
    background: url(/import/tenant_1/160.16.114.141/html/images/12recruit/check.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
}

.rec02con01 ul {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.rec02con01-wrap {
    -webkit-transform: skew(23deg);
    transform: skew(23deg);
}

.rec03box {
    position: relative;
    padding-bottom: 80px;
}

.rec03box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2800px 1654px 0;
    border-color: transparent #e0eaef transparent transparent;
}

.rec03box.confirmation-box:before {
    content: none;
}

.rec03box.confirmation-box:after {
    content: none;
}

.rec03box:after {
    content: "";
    position: absolute;
    top: 1400px;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1654px 0 0 2800px;
    border-color: transparent transparent transparent #e0eaef;
}

.confirmation-box .btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.rec03con02 {
    width: 96%;
    margin-right: auto;
}

.rec03con02 .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rec03con02 .img-box .left {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rec03con02 .img-box .right {
    width: 40%;
}

.rec03con02 .pic01 {
    width: calc(100% * 7 / 12);
    position: relative;
}

.rec03con02 .pic02 {
    width: calc(100% * 5 / 12);
}

.rec03con02 .pic01:before {
    content: "";
    display: block;
    padding-top: calc(100% * 5 / 7);
}

.rec03con02 .pic01 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.rec03con01 h3 {
    font-size: 28px;
    font-weight: bold;
}

.rec03con01 .heading01 {
    margin-bottom: 40px;
}

.rec03con03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rec03con03 .left {
    width: 40%;
}

.rec03con03 .right {
    width: 55%;
}

.rec03con03 .right dl:not(:last-child) {
    margin-bottom: 3%;
}

.rec03con03 .right dt {
    font-weight: bold;
    padding-bottom: 1%;
    border-bottom: 1px solid #000;
    margin-bottom: 1%;
    font-size: 18px;
}

.rec03con04 {
    width: 96%;
    margin-left: auto;
}

@media only screen and (max-width: 1024px) {
    .bg121 {
        position: static;
        width: 100%;
        height: 250px;
    }

    .bg121 img {
        -o-object-position: 50% 37%;
        object-position: 50% 37%;
    }

    .bg122 {
        position: static;
        width: 100%;
        height: 250px;
    }
}

@media only screen and (max-width: 599px) {
    .rec02con01 li {
        padding-left: 1.5em;
        font-size: 14px;
    }

    .rec02con01 ul {
        width: 96%;
    }

    .rec02con01 li:before {
        width: 15px;
        height: 13px;
        top: 4px;
    }

    .recruit-box dt {
        font-size: 14px;
        width: 100%;
    }

    .recruit-box dd {
        font-size: 14px;
        width: 100%;
        font-weight: normal;
    }

    .rec02con01 {
        width: 100%;
    }

    .bg121 {
        height: 200px;
    }

    .bg122 {
        height: 200px;
    }

    .rec03con01 h3 {
        font-size: 20px;
    }

    .rec03con01 .heading01 {
        margin-bottom: 30px;
    }

    .rec03con03 .left {
        width: 100%;
    }

    .rec03con03 .right {
        width: 100%;
    }

    .rec03con02 {
        width: 100%;
    }

    .rec03con03 .heading01 {
        margin-bottom: 30px;
    }

    .rec03con03 .right dt {
        font-size: 16px;
    }

    .rec03con04 {
        width: 100%;
    }
}

/* interview */

.interview01con01 .interview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.interview01con01 .interview-item {
    width: 23%;
    margin-bottom: 2%;
}

.interview01con01 .interview-item a {
    display: block;
}

.interview01con01 .pic:before {
    content: "";
    position: absolute;
    top: 3%;
    left: -3%;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    z-index: 1;
}

.interview01con01 .text {
    margin-top: 7%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.pager-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 7%;
    justify-content: center;
}

.pager-box li {
    margin-right: 10px;
}

.pager-box .prev,
.pager-box .next {
    width: 35px;
    height: 11px;
}

.pager-box .prev img,
.pager-box .next img {
    width: 100%;
}

.pager-box .pager-item {
    width: auto;
}

.pager-box a {
    display: block;
}

.pager-box .pager-item a {
    background: #fff;
    color: #004ea2;
    padding: 0 4px;
    line-height: 1.3;
    text-align: center;
    border: 1px solid #004ea2;
    font-size: 20px;
}

.pager-box .now a {
    color: #fff;
    background: #004ea2;
}

@media only screen and (max-width: 599px) {
    .interview01con01 .interview-item {
        width: 48%;
        margin-bottom: 4%;
    }

    .interview01con01 .text {
        font-size: 12px;
    }
    .pager-box .pager-item a {
      font-size: 18px;
    }
}

/* interview-detail */

.inter01con01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px 0 30px auto;
    width: 240px;
}

.inter01con01 li {
    width: 48%;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.inter01con01 li:nth-of-type(1) {
    background: #004ea2;
}

.inter01con01 li:nth-of-type(2) {
    background: #0287cb;
}

.inter01con02 .item {
    position: relative;
}

.inter01con02>span.alt {
    display: none;
}

.inter01con02 .left {
    position: absolute;
    width: 42%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.inter01con02 .right dl:not(:last-child) {
    margin-bottom: 5%;
}

.inter01con02 .right dt {
    font-size: 20px;
    color: #004ea2;
    border-bottom: 1px solid #004ea2;
    padding-bottom: 1%;
    margin-bottom: 2%;
    font-weight: bold;
}

.inter01con02 .right dd {
    font-size: 14px;
}

.inter01con02 .item:nth-of-type(2n + 1) .left {
    left: 0;
}

.inter01con02 .item:nth-of-type(2n + 1) .right {
    padding-left: 42%;
}

.inter01con02 .item:nth-of-type(2n) .left {
    right: 0;
}

.inter01con02 .item:nth-of-type(2n) .right {
    padding-right: 42%;
}

@media only screen and (max-width: 1024px) {
    .inter01con02 .right dt {
        font-size: 16px;
    }

    .inter01con01 ul {
        margin: 40px 0 30px auto;
        width: 175px;
    }

    .inter01con01 li {
        font-size: 13px;
    }

    .inter01con02 .left {
        position: static;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }

    .inter01con02 .item:nth-of-type(2n + 1) .right {
        padding-left: 0;
    }

    .inter01con02 .item:nth-of-type(2n) .right {
        padding-right: 0;
    }

    .inter01con02 .right dl:not(:last-child) {
        margin-bottom: 2%;
    }
}

.blog01con01 .blog-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog01con01 .blog-item {
    width: 31.333%;
    margin: 0 1% 3%;
}

.blog01con01 .blog-item a {
    display: block;
}

.blog01con01 .pic {
    z-index: 0;
}

.blog01con01 .capbox {
    margin-top: -10%;
    margin-left: 10%;
    padding: 5% 2% 8% 6%;
    background: #f3f8fc;
    position: relative;
    z-index: 1;
}

.blog01con01 .date {
    font-size: 12px;
    display: inline-block;
}

.blog01con01 .new {
    display: inline-block;
    color: red;
    margin-left: 7px;
    font-weight: bold;
    display: none;
    font-family: 'Noto Serif', serif;
}

.blog-detail .blog01con01 .new {
    font-size: 16px;
    margin-left: 15px;
}

.blog01con01 .cat {
    font-size: 12px;
}

.blog01con01 .ttl {
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blog-flex {
    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;
}

.blog-flex .left {
    width: 70%;
}

.blog-flex .right {
    width: 24%;
}

.blog-flex .category {
    background: #fff;
    border: 1px solid #004ea2;
    padding: 10% 15% 20%;
    -webkit-box-shadow: 0 4px 4px #ccc;
    box-shadow: 0 4px 4px #ccc;
}

.blog-flex .category li a {
    display: block;
    padding: 2% 0;
    color: #004ea2;
    text-align: center;
    font-weight: bold;
}

.blog-flex .right .heading02 .ja {
    font-size: 19px;
    margin-bottom: 0;
}

.blog-flex .right .heading02 {
    padding-top: 40px;
    border-bottom: 1px solid #004ea2;
    padding-bottom: 20px;
}

.blog-flex .category li a {
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 1024px) {
    .blog-flex .right .heading02 .ja {
        font-size: 16px;
    }

    .blog-flex .right .heading02 .en {
        font-size: 12px;
    }

    .blog-flex .category {
        padding: 8% 5%;
    }
}

@media only screen and (max-width: 599px) {
    .blog-flex .category li a {
        font-size: 12px;
    }

    .blog-flex .left {
        width: 100%;
    }

    .blog-flex .right {
        margin-top: 40px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .blog-flex .category {
        width: 48%;
        margin-bottom: 0;
        padding: 5% 3%;
    }

    .blog-flex .blog-item {
        width: 48%;
    }
}

/* blog_detail */

.blog-detail article {
    background-color: #fff;
    border: 1px solid #004ea2;
    padding: 7% 6%;
    margin-bottom: 80px;
}

.blog-detail .date-box {
    margin-bottom: 2%;
}

.blog-detail .date01 {
    display: inline-block;
    margin-right: 3%;
}

.blog-detail .cat01 {
    display: inline-block;
}

.blog-detail .title {
    font-size: 18px;
    padding-bottom: 2%;
    border-bottom: 1px solid #004ea2;
    margin-bottom: 3%;
    font-weight: bold;
}

.blog-detail .bread-box {
    position: relative;
}

.blog-detail .bread-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2800px 1654px 0;
    border-color: transparent #e1eaef transparent transparent;
    z-index: -1;
}

.blog-detail .blog01con01 .blog-item {
    width: 23%;
}

@media only screen and (max-width: 599px) {
    .blog-detail .blog01con01 .blog-item {
        width: 48%;
    }

    .blog-detail article {
        padding: 4% 3%;
    }

    .blog-detail .date-box {
        margin-bottom: 2%;
    }

    .blog-detail .title {
        font-size: 16px;
    }

    .blog-detail article {
        margin-bottom: 40px;
    }

    .blog-detail .blog-flex .blog-item {
        width: 48%;
    }

    .blog-detail .btn {
        margin-right: auto;
        margin-left: auto;
    }
}

/* news */

.news-article li {
    -webkit-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
    margin-bottom: 4%;
}

.news-article a {
    display: block;
    position: relative;
    padding: 2% 0 2% 4%;
}

.news-article .news-blue a {
    border-bottom: 2px solid #004ea2;
}

.news-article .緊急のお知らせ a {
    border-bottom: 2px solid #ff0000;
}

.news-article .date {
    display: inline-block;
    margin-right: 5%;
}

.news-article .date-box {
    margin-bottom: 1%;
}

.news-article .title {
    font-weight: bold;
    font-size: 18px;
    padding-right: 25%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-article .more {
    position: absolute;
    font-size: 12px;
    color: #fff;
    bottom: 5px;
    right: 10px;
    z-index: 1;
    font-weight: bold;
}

.news-article .news-blue a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 170px;
    border-color: transparent transparent #004ea2 transparent;
    z-index: 0;
}

.news-article .緊急のお知らせ a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 170px;
    border-color: transparent transparent #ff0000 transparent;
    z-index: 0;
}

.news .cat {
    display: inline-block;
    margin-right: 3%;
}

.news .cat03 {
    display: inline-block;
    font-size: 12px;
}

.news .cat.cs-tag span {
    display: inline-block;
    padding: 2px 5px;
    color: white;
    line-height: 1.2;
    background-color: #004ea2;
}

.news .cat.cs-tag span + span {
    margin-left: 5px;
}

@media only screen and (max-width: 1024px) {
    .news-article a:after {
        border-width: 0 0 60px 150px;
    }

    .news-article .more {
        bottom: 1px;
        right: 7px;
    }
    
    .news .cat {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .news-article .title {
        font-size: 16px;
    }

    .news-article .news-blue a:after {
        border-width: 0 0 60px 135px;
    }

    .news-article .news-red a:after {
        border-width: 0 0 60px 135px;
    }

    .news-article .title {
        padding-right: 35%;
    }
}

/* news_detail */

.blog-detail.news-detail .bread-box:before {
    content: none;
}

.news-detail .bread-box {
    background-color: #f3f8fc;
}

.news-detail .blog01box {
    background: #f3f8fc;
}

.blog-detail.news-detail .cat01 {
    margin-right: 3%;
}

.news-detail .cs-cat {
    margin-bottom: 2%;
}

.news-detail .cs-cat span {
    display: inline-block;
    margin-right: 3px;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
}

.news-detail .cs-cat span.小松川CS {
    background: #004ea2;
}

.news-detail .cs-cat span.実籾CS {
    background: #027ab0;
}

.news-detail .cs-cat span.奥戸CS {
    background: #00a0e9;
}

.news-detail .cs-cat span.坂出CS {
    background: #00b5e9;
}

.news-detail .cs-cat span.新船橋CS {
    background: #00b5e8;
}


.news-detail .cs-cat span.全教室 {
    background: #c65103;
}

@media only screen and (max-width: 599px) {}

/* sitemap */

.site01con01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site01con01 li {
    width: 31%;
    margin: 1% 1% 3% 1%;
    -webkit-box-shadow: 0 3px 2px #ccc;
    box-shadow: 0 3px 2px #ccc;
    border: 1px solid #004ea2;
}

.site01con01 a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site01con01 .ttlbox {
    height: 100px;
    position: relative;
    z-index: 2;
    width: 45%;
}

.site01con01 .ttl-wrapper {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 140%;
    z-index: 2;
}

.site01con01 .ttlbox:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 120px 0 0;
    border-color: #ffffff transparent transparent transparent;
    z-index: 1;
}

.site01con01 h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.site01con01 h4 {
    font-size: 12px;
    font-weight: bold;
    padding-left: 1%;
}

.site01con01 .imgbox {
    width: 55%;
    height: 100px;
}

.site01con01 .pic {
    height: 100%;
    z-index: 0;
    background-image: url(/import/tenant_1/160.16.114.141/html/images/common/index29.jpg);
}

.site01con01 .pic img {
    opacity: 0.2;
}

.site01con01 .pic:before {
    content: "";
    width: 40px;
    height: 10px;
    background-image: url(/import/tenant_1/160.16.114.141/html/images/19sitemap/sitemap12.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 8px;
    right: 10px;
    z-index: 1;
}

.site01con01 h3.ls001 {
    letter-spacing: 0.01em;
}

.site01con01 h3.fs18 {
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .site01con01 li {
        width: 48%;
    }

}

@media only screen and (max-width: 599px) {
    .site01con01 li {
        width: 100%;
    }
}

/* company */

.company .main-wrapper {
    background: #f3f8fc;
}

.com01con01 {
    background: #fff;
}

.com01con01 .txt {
    text-align: center;
}

.com01con02 {
    margin-top: 80px;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.com01con02 .pic {
    width: 37%;
    height: 610px;
    background: #e0fafc;
}

.com01con02 .pic .up-ofi {
    height: 100%;
}

.com01con02 .pic img {
    mix-blend-mode: multiply;
    -o-object-position: 71% 50%;
    object-position: 71% 50%;
}

.com01con02 .capture {
    position: relative;
    width: 63%;
}

.com01con02 .capbox {
    border: 1px solid #000;
    z-index: 1;
    width: calc(100% + 50px);
    height: 100%;
    position: absolute;
    top: 50px;
    left: -50px;
    padding: 40px 0;
}

.com01con02 .capbox h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5%;
    text-align: center;
}

.inner80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.inner-company {
    width: 96%;
    margin-right: auto;
    max-width: 1400;
}

.com01con03 {
    margin-top: 140px;
}

.com01con03 .pic {
    background: #e0fafc;
}

.com01con03 .pic:after {
    content: "";
    display: block;
    padding-top: 27%;
}

.com01con03 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}

.com02con01 {
    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;
}

.com02con01 .left {
    width: 55%;
}

.com02con01 .left dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 3% 0;
}

.com02con01 .left dt {
    font-weight: bold;
    font-size: 16px;
    width: 35%;
}

.com02con01 .left dd {
    font-weight: bold;
    font-size: 16px;
    width: 60%;
}

.com02con01 .right {
    width: 40%;
}

.com02con01 .iframe-box {
    position: relative;
    height: 100%;
}

.com02con01 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.com02con01 li {
    text-indent: -1.2em;
    padding-left: 1.2em;
}

.com02con01 .heading01 {
    margin-bottom: 2%;
}

.com03box {
    background-image: url(/import/tenant_1/160.16.114.141/html/images/common/pattern01.jpg);
}

.com03con01 .heading01 {
    margin-bottom: 3%;
}

.com03con01 .value-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;
}

.com03con01 dl {
    width: 31%;
}

.com03con01 dt {
    font-size: 18px;
    padding-bottom: 4%;
    border-bottom: 1px solid #000;
    margin-bottom: 3%;
    font-weight: bold;
}

.com04box {
    background: #f3f8fc;
}

.com04con01 {
    background: #fff;
    position: relative;
}

.com04con01:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}

.com04con01 h2 {
    width: 300px;
    margin-bottom: 2%;
}

.com04con01 .ja {
    display: block;
    text-align: center;
    font-size: 30px;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
    margin-bottom: 4%;
    font-weight: bold;
}

.com04con01 .en {
    display: block;
    text-align: center;
    font-weight: bold;
}

.com04con01 dl {
    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;
    border-bottom: 1px solid #eee;
    padding: 2% 0;
}

.com04con01 dt {
    width: 23%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.com04con01 dd {
    width: 75%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.com04con02.inner {
    max-width: 850px;
    margin-top: 80px;
}

.com04con02 h2 {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 300px;
    z-index: 2;
}

.com04con02 .ja {
    display: block;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 7%;
    padding-bottom: 4%;
    border-bottom: 1px solid #fff;
}

.com04con02 .en {
    display: block;
    font-size: 16px;
    text-align: center;
    padding-bottom: 3%;
    color: #fff;
}

.btn21 {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.btn21 span {
    color: #fff;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 5%;
    font-weight: bold;
}

.btn21:before {
    content: "";
    background-image: url(/import/tenant_1/160.16.114.141/html/images/20campany/campany10.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 8%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.com04con02 a {
    display: block;
    position: relative;
    background: #000;
}

.com04con02 a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(0, 0, 0, 1)),
            color-stop(30%, rgba(0, 0, 0, 1)),
            color-stop(70%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 30%,
            rgba(255, 255, 255, 0) 70%);
    z-index: 1;
}

.com04con02 .pic>img {
    opacity: 0.35;
}

.com04con02 .picbox {
    width: 75%;
    margin-left: auto;
}

.com05con01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.com05con02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.com05con01 .pic01 {
    width: calc(100% * 6 / 26);
}

.com05con01 .pic02 {
    width: calc(100% * 10 / 26);
}

.com05con02 .pic03 {
    width: 43%;
}

.com05con02 .pic04 {
    width: 32%;
}

.com05con02 .pic05 {
    width: 25%;
}

.com05con01 .pic01 span:after {
    content: "";
    display: block;
    padding-top: calc(100% * 10 / 6);
}

.com05con01 .pic01 img {
    position: absolute;
    top: 0;
    left: 0;
}

.com05con02 .pic03 span:after {
    content: "";
    display: block;
    padding-top: calc(100% * 25 / 43);
}

.com05con02 .pic03 img {
    position: absolute;
    top: 0;
    left: 0;
}

.com05con02 .pic04 span:after {
    content: "";
    display: block;
    padding-top: calc(100% * 25 / 32);
}

.com05con02 .pic04 img {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    .com01con02 .pic img {
        -o-object-position: 85% 50%;
        object-position: 85% 50%;
    }
}

@media only screen and (max-width: 599px) {
    .com01con02 .pic img {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

    .inner80 {
        width: 96%;
    }

    .com01con01 .txt {
        text-align: left;
    }

    .com01con02 .pic {
        width: 100%;
        height: 200px;
    }

    .com01con02 .capture {
        width: 100%;
    }

    .com01con02 .capbox {
        position: static;
        width: 100%;
        border: none;
        padding: 0;
    }

    .com01con02 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inner-company {
        margin-left: auto;
    }

    .com01con03 {
        margin-top: 0;
    }

    .com02con01 .left {
        width: 100%;
    }

    .com02con01 .right {
        width: 100%;
    }

    .com02con01 .left dt {
        font-size: 14px;
        width: 27%;
    }

    .com02con01 .left dd {
        font-size: 14px;
        width: 70%;
    }

    .com03con01 dl {
        width: 100%;
        margin-bottom: 2%;
    }

    .com03con01 dt {
        font-size: 16px;
        padding-bottom: 0%;
        margin-bottom: 1%;
    }

    .com04con01:before {
        content: none;
    }

    .com04con01 h2 {
        width: 250px;
        margin-bottom: 4%;
        margin-right: auto;
        margin-left: auto;
    }

    .com04con01 .ja {
        font-size: 22px;
    }

    .com04con01 dt {
        font-size: 14px;
        width: 100%;
    }

    .com04con01 dd {
        font-size: 14px;
        width: 100%;
        font-weight: normal;
    }

    .com04con02 .up-ofi-35:after {
        padding-top: 50%;
    }

    .com04con02 h2 {
        width: 150px;
        left: 5%;
    }

    .com04con02 .ja {
        font-size: 20px;
        margin-bottom: 3%;
        padding-bottom: 2%;
    }

    .com04con02 .en {
        font-size: 14px;
    }

    .btn21 {
        width: 150px;
    }

    .btn21 span {
        font-size: 12px;
    }

    .btn21:before {
        width: 30px;
        height: 12px;
    }

    .com04con02.inner {
        margin-top: 40px;
    }
}


/* トップスライダー */

.top-slider:after {
    content: "";
    width: 170px;
    height: 65px;
    background: #eef2f4;
    position: absolute;
    bottom: 0;
    right: 0;
}

.top-slider .slick-prev {
    width: 50px;
    height: 65px;
    background: transparent;
    right: 120px;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
}

.top-slider .slick-next {
    width: 50px;
    height: 65px;
    background: transparent;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
}

.top-slider .slick-next:before {
    color: #004ea2;
    content: ">";
}

.top-slider .slick-prev:before {
    color: #004ea2;
    content: "<";
}

.slick-counter {
    z-index: 10;
    position: absolute;
    bottom: 32.5px;
    right: 85px;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.slick-counter span {
    color: #004ea2;
}

.top-slider img {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 6s linear;
    transition: 6s linear;
}

.top-slider .slick-active img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top-slider .zoom01 img {
    -webkit-animation: zoom 7s linear 1;
    animation: zoom 7s linear 1;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}



@media only screen and (max-width: 599px) {
    .top-slider:after {
        width: 80px;
        height: 30px;
    }

    .top-slider .slick-prev {
        width: 20px;
        height: 30px;
        right: 60px;
    }

    .top-slider .slick-next {
        width: 20px;
        height: 30px;
        right: 0;
    }

    .slick-counter {
        bottom: 15px;
        right: 40px;
    }

    .slick-counter span {
        font-size: 11px;
    }
}

[class^=bg] .up-ofi {
    height: 100%;
}

/* google calendar API */
/* 月別表示用 */
.calendar {
    margin-bottom: 80px;
}

.ca-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-calendar {
    background-color: #EEBF4B;
    border-color: #EEBF4B;
}

.g-calendar.red {
    background-color: #C4281C;
    border-color: #C4281C;
}

.g-calendar.blue {
    background-color: #429BDF;
    border-color: #429BDF;
}

.fc-toolbar.fc-header-toolbar {
    position: relative;
}

.fc-toolbar.fc-header-toolbar .fc-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1;
}

.fc-toolbar.fc-header-toolbar .fc-center h2 {
    margin: auto;
}

.fc-basic-view .fc-body .fc-row {
    max-height: 100px !important;
}

.fc-h-event {
    border: none;
}

@media (max-width: 599px) {
    .fc-toolbar.fc-header-toolbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fc-toolbar.fc-header-toolbar .fc-center {
        width: 100%;
        margin: 15px 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .fc-toolbar .fc-right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

/* ポップアップ */
.modal-over {
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
}

.modal-over.active {
    visibility: visible;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 300;
}

.modal-over.active .modal-wrap {
    width: 500px;
    max-width: 90%;
    min-height: 200px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%),
        0 9px 46px 8px rgb(0 0 0 / 12%),
        0 11px 15px -7px rgb(0 0 0 / 20%);
    box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%),
        0 9px 46px 8px rgb(0 0 0 / 12%),
        0 11px 15px -7px rgb(0 0 0 / 20%);
    margin: auto;
    padding: 40px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    z-index: -9999;
}

.modal-over.active .modal-wrap {
    z-index: 310;
}

.modal-inner {
    height: 100%;
    position: relative;
}

.modal-inner * {
    color: #3c4043;
}

.modal-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.modal-start-date {
  margin-bottom: 5px;
}

.modal-title::before {
    content: '■';
    position: absolute;
    top: 0;
    left: 0;
}

.modal-close {
    width: 30px;
    height: 30px;
    padding: 9px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -35px;
    right: -25px;
}

.active .modal-close {
    visibility: visible;
    opacity: 1;
}

.modal-close:hover {
    cursor: pointer;
    background-color: rgba(95, 99, 104, 0.1);
}

.modal-close::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/upload/tenant_1/32dcd8e6b6ea504061ed316b2465de58.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1024px) {
    .modal-over.active .modal-wrap {
        padding: 40px 20px;
    }

    .modal-title {
        font-size: 20px;
    }

    .modal-close {
        top: -35px;
        right: -15px;
    }
}

@media (max-width: 599px) {
    .modal-over.active .modal-wrap {
        padding: 50px 20px;
    }

    .modal-title {
        font-size: 18px;
    }

    .modal-close {
        top: -45px;
        right: -15px;
    }
}

/* #####カレンダーのイベントの色##### */

/* 塾内模試 */
.fc-daygrid-block-event.event-orange {
    background-color: #e67300;
}

.event-orange .fc-daygrid-event-dot {
    border: 4px solid #e67300;
}
.modal-over.event-orange .modal-title::before {
  color: #e67300;
}

/* 経理関連 */
.fc-daygrid-block-event.event-red {
    background-color: #a30000;
}

.event-red .fc-daygrid-event-dot {
    border: 4px solid #a30000;
}
.modal-over.event-red .modal-title::before {
  color: #a30000;
}


/* 講習関連 */
.fc-daygrid-block-event.event-blue {
    background-color: #004da3;
}

.event-blue .fc-daygrid-event-dot {
    border: 4px solid #004da3;
}
.modal-over.event-blue .modal-title::before {
  color: #004da3;
}

/* 閉室 */
.fc-daygrid-block-event.event-grey {
    background-color: #666666;
}

.event-grey .fc-daygrid-event-dot {
    border: 4px solid #666666;
}
.modal-over.event-grey .modal-title::before {
  color: #666666;
}
/* 外部模試 */
.fc-daygrid-block-event.event-yellow {
    background-color: #d4ac02;
}

.event-yellow .fc-daygrid-event-dot {
    border: 4px solid #d4ac02;
}
.modal-over.event-yellow .modal-title::before {
  color: #d4ac02;
}
/* 集会企画 */
.fc-daygrid-block-event.event-purple {
    background-color: #660099;
}

.event-purple .fc-daygrid-event-dot {
    border: 4px solid #660099;
}
.modal-over.event-purple .modal-title::before {
  color: #660099;
}
/* 特別企画 */
.fc-daygrid-block-event.event-red-purple {
    background-color: #a30088;
}

.event-red-purple .fc-daygrid-event-dot {
    border: 4px solid #a30088;
}
.modal-over.event-red-purple .modal-title::before {
  color: #a30088;
}
/* 入試日程 */
.fc-daygrid-block-event.event-pink {
    background-color: #e68a8a;
}

.event-pink .fc-daygrid-event-dot {
    border: 4px solid #e68a8a;
}
.modal-over.event-pink .modal-title::before {
  color: #e68a8a;
}
/* その他 */
.fc-daygrid-block-event.event-blue02 {
    background-color: #0088a3;
}

.event-blue02 .fc-daygrid-event-dot {
    border: 4px solid #0088a3;
}
.modal-over.event-blue02 .modal-title::before {
  color: #0088a3;
}
/* その他 */
.fc-daygrid-block-event.event-green {
    background-color: #00a336;
}

.event-green .fc-daygrid-event-dot {
    border: 4px solid #00a336;
}
.modal-over.event-green .modal-title::before {
  color: #00a336;
}




/* カレンダーのタイトルとボタンの位置逆にする */
.fc .fc-toolbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* iframeで埋め込んだカレンダー */

.calendar-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
    margin-bottom: 80px;
}
.calendar-jpg {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.calendar-jpg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.calendar-jpg img {
  width: 100%;
}
.calendar-jpg li:not(:last-child) {
  margin-bottom: 80px;
}

.iframe-calendar {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.iframe-calendar:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.iframe-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1024px) {
  .calendar-wrap {
      height: 700px;
    }
}

@media only screen and (max-width: 599px) {
    .iframe-calendar {
        width: 400px;
    }

    .calendar-wrap {
        margin-bottom: 40px;
        overflow: scroll;
        white-space: nowrap;
    }
    .calendar-wrap {
      height: 550px;
    }
}

/* 見たまま編集 */

[data-element-id] header {
    position: static;
}

[data-element-id] #gnav .accordion-body {
    position: absolute !important;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    height: auto;
    padding: 0;
    max-width: 80%;
    z-index: 2;
}

[data-element-id] #gnav .accordion-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .fead-glist {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

[data-element-id] .glist a {
    padding: 0 20px;
}

[data-element-id] .accordion_wrap {
    position: relative;
}

[data-element-id] .head-middle {
    padding: 17px 0 0 50px;
}

[data-element-id] .teacherSlider li {
    width: 15%;
    padding: 10px;
}

[data-element-id] .teacherSlider>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bread-box+[data-common-area] {
    position: static;
}

[data-element-id] .side-menu {
    position: absolute;
}

[data-element-id] .cs-slider>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .cs-slider li {
    width: 18%;
    margin: 1%;
}

[data-element-id] .cs04con01 .interview {
    overflow: hidden;
}

[data-element-id] .cs05con01 .course-list .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: static;
}

[data-element-id] [class*="btn"] a {
    pointer-events: none;
}

[data-element-id] .contact .pulllist {
    visibility: visible;
    opacity: 1;
    position: static;
}

[data-element-id] .blog-list {
    display: block;
}

[data-element-id] .blog-list>div {
    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;
}

[data-element-id] .blog01con01 .blog-article {
    display: block;
}

[data-element-id] .blog01con01 .blog-article>div {
    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;
}

[data-element-id] .cs01con01 .diary-list {
    display: block;
}

[data-element-id] .cs01con01 .diary-list>div {
    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;
}

[data-element-id] .teach01con01 ul {
    display: block;
}

[data-element-id] .teach01con01 ul>div {
    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;
}

[data-element-id] .interview01con01 .interview-list {
    display: block;
}

[data-element-id] .interview01con01 .interview-list>div {
    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;
}

[data-element-id] .top-slider {
    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;
}

[data-element-id] .top-slider li {
    width: 50%;
}

[data-element-id] .loading-bg {
    position: static;
    width: 100%;
    height: 50px;
}

[data-element-id] .load-txt {
    opacity: 1;
}

[data-element-id] .head-left {
    position: static;
}

[data-element-id] .head-right {
    position: static;
}

[data-element-id] .hum {
    position: static;
}

[data-element-id] .head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-element-id] .head-middle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

[data-element-id] .top-slider .zoom01 img {
    -webkit-animation: none;
    animation: none;
}

[data-element-id] .cs-news {
    width: 700px;
}

[data-element-id] .cs-image h2 {
    top: 20%;
}


[data-element-id] .teach-de01con01 .comment {
    -webkit-transform: none;
    transform: none;
    position: static;
    width: 100%;
}

.cs-news-inner{
  border-bottom: 1px solid #eee;
}

.cs-news-inner dl{
    border-bottom: none !important;
        justify-content: end !important;
}

.cs-news-inner .new {
    display: inline-block;
    border: none !important;
    color: red;
    margin-left: 20px;
    font-weight: bold;
    display: none;
    font-size: 16px;
    font-family: 'Noto Serif', serif;
    margin-top: -1%;
}



.news-article .new {
    display: inline-block;
    color: red;
    margin-right: 20px;
    font-weight: bold;
    display: none;
    font-size: 16px;
    font-family: 'Noto Serif', serif;  
}

/* 0721 追記 */

.jc-sb{
  justify-content: space-between !important;
}

@media only screen and (min-width: 1025px){
  .w30-pc{
  width: 30% !important;  
}
}


/* 2021.08.26 */
.junbi {
  position: relative;
  }
.junbi p {
    position: absolute;
    color: white;
    top: 75px;
    left: 182px;
    font-size: 17px;
}
.junbi img {
  width: 100%;
  }
  
  
 .junbi01 {
  position: relative;
  }
.junbi01 p {
    position: absolute;
    color: white;
    top: 21px;
    left: 25px;
    font-size: 22px;
}
.junbi01 img {
  width: 100%;
  } 
  
  
  
  
  
@media only screen and (max-width: 1024px) {
.junbi p {
    position: absolute;
    color: white;
    top: 53px;
    left: 120px;
    font-size: 17px;
}
}

@media only screen and (max-width: 599px) {
.junbi p {
    position: absolute;
    color: white;
    top: 13px;
    left: 18px;
    font-size: 17px;
}

.junbi01 p {
    position: absolute;
    color: white;
    top: 5px;
    left: 9px;
    font-size: 15px;
}
}




a.fc-daygrid-event.fc-daygrid-dot-event.fc-event.fc-event-start.fc-event-end.fc-event-today.event-orange {
    background-color: #049CE5;
    color: #fff;
}

.fc-daygrid-event-dot {
    display: none;
}


.aeon01{
  margin-left: -100px !important;
}



/* 2022.04.27 */

.arcusbody{
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.arcush1{
  /* background: #349b85;
  color: #fff; */
  padding: 10px 0px 10px;
  font-weight: bold;
  font-size: 12px;
  margin-right: 300px;
}

.arcusform{
  background: #349b85;
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    width: 126px;
}

.arcusaboton{
 /*  padding: 10px 15px; */
}

.arcus01{
  display: flex;
  /* justify-content: space-around; */
  width: 75%;
  margin: auto;
}

.arcuslogo{
 width:70%;
 margin: auto;
 /* display: flex; */
 margin-top: -13px;
/*  justify-content: space-between; */
}

.teiinsei01{
  padding-top: 6%;
  margin-left: 12%;
}

.teiinsei02{
  font-size: 24px;
  font-weight: bold;
  text-decoration:underline;
}

.teiinsei03{
  color:#FF0000;
}

.hashirikata{
  font-size: 50px;
    color: #349b85;
    margin-left: 80px;
    padding-top: 20px;
    /* font-weight: bold; */
    text-shadow: 4px 6px 2px #a9d5ca;
    margin-right: 70px;
}

.campaign{
  width: 70%;
  margin: auto;
}

.kaikou01{
  background: #349b85;
  color: #fff;
  padding: 5px 10px;
  width: 29%;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
}

.kaikocampaign{
  background: #349b85;
    color: #fff;
    padding: 10px 36px;
    width:605px;
    border-radius: 5px;
    margin: 10px auto;
}

.kaikoujisshi{
  font-size: 38px;
    margin-bottom: 5px;
    /* text-decoration: underline; */
    font-weight: bold;
}

.topic01{
  width: 90%;
  margin: 0px auto 10px;
}

.topic02{
  background: #349b85;
    color: #fff;
    width: 90%;
    text-align: center;
    font-size: 26px;
    border-radius: 5px;
    margin: auto;
}

.sengen{
  width: 75%;
  margin: auto;
  font-size: 40px;
  font-weight: bolder;
  margin-left:   30px;  /* 左だけ指定 */
  margin-right:  30px;  /* 右だけ指定 */
  
}

.topicsetsumei{
  width: 60%;
  font-size: 15px;
  /* padding-top: 2rem; */
}

.arcussengen{
  width:75%;
 margin: auto;
 display: flex;
 margin-top: 20px;
 justify-content: space-between;
}

.aizora01{
  width: 100%;
  /* margin-top: 20px; */
}

.chiiki01{
  width: 35%;
  height: 50%;
}

.sanbonnoya{
  width: 48%;
    font-size: 18px;
    margin: auto;
    font-weight: bold;
}

.kobetuokatachi{
  display: flex;
  width: 70%;
  margin: 2rem auto 3rem;
  justify-content: space-between;
}

.kobetuokatachi02{
  width: 31%;
  display: block;
}

.arcusimg01{
  width: 87%;
}

.senchaku{
  font-size: 20px;
}

.saiko03{
  font-size: 14px;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10%;
  margin-left: 10%;
}

.riyohou01{
  width: 100%;
}

.saikonoya{
  font-size: 15px;
  margin-top: 10px;
}

.topicblock{
  margin-top: 6rem;  
  margin-left: 10%; 
  margin-right: 10%; 
}

.system01{
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-left: 10%;
  padding-top: 10%;
}
.tsujukup{
  font-size: 18px;
  font-weight: bold;
  margin-left: 2%;
  padding-top: 4%;
}

.boldbottom{
  position: relative;
  width: 7%;
  margin: 11% auto 12%;
  bottom: 7rem;
}

.boldbottom::before{
  content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 25px;
    height: 35px;
    background: #000;
}

.boldbottom::after{
 content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    width: 0px;
    height: 0;
    border: 32px solid;
    border-color: #000 transparent transparent transparent;
}

.kode01{
　width: 75%;
  margin: 40px auto 20px;
  font-size: 32px;
  font-weight: bolder;
}

.scejuru{
 font-size: 18px !important;
    width: 100%;
    text-align: right;
}

.study01{
  width: 65%;
    margin: 70px auto 290px;
}

.kayoikata{
  width: 70%;
  margin: 10rem auto 9rem;
}

.kayoikatamatome{
  font-size: 40px;
  font-weight: bold;
  background-color: #349b85;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
}

.kayoikatajun{
  display: block;
  width: 96%;
}

.kayoikatajun6{
  font-size: 18px;
  font-weight: bold;
}

.kayoikataimg{
  display: block;
  width: 30%;
}

.kayoikataflex{
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.junimg3{
  margin-bottom: 16%;
  margin-top: 4%;
}

.hokatonochigai{
  width: 70%;
  margin: 2rem auto 3rem;
}

.hyomidashi{
  background-color:#808080;
  color: #fff;
  font-size: 24px;
  border: solid 1px #000000 !important;
  width: 13%;
}

.hyoblue{
  font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    border: solid 1px #000000 !important;
    width: 42%;
    color: #349b85;
}

.hyogreen{
  background-color: #349b85;
  font-size: 30px !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: solid 1px #000000 !important;
}

.hyonone, .hyomidashi, .arcushyo td{
  border: solid 1px;
  padding: 10px 3px;
}

.arcushyo{
  border-collapse:  collapse;
  margin-top: 30px;
}

.chigai01{
  width: 100% !important;
  margin-top: 10px;
}

.arcushyo td{
  font-size: 16px;
}

.kochira01{
  width: 90%;
  margin: 7% auto 2%;
  font-size: 20px;
}

.arcusbtn {
  border-radius: 5px;
  background-color: #ff0063;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  margin: auto;
  width: 100%;
  font-size: 20px;
  text-align: center;
}

.jukucho{
  width: 70%;
  margin: 8% auto 7%;
}

.kamosetsumei{
  font-size: 16px;
}

.hensachi{
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}

.kamoshida{
  font-size: 26px;
  font-weight: bold;
}

.jukukamo{
  font-weight: bold;
  font-size: 20px;
}

.jukuchomatome{
  border: solid 1px;
  padding: 10px;font-size: 16px;
}

.jukuchoshiten{
 margin: -2rem auto;
    font-size: 20px;
    font-weight: bold;
}

.jukuchonoreki{
  font-weight: bold;
  font-size: 20px;
}

.jukuchoimg{
  width: 25%;
}

.jukuchoshoukai{
  width: 69%;
}

.masseage{
  width: 70%;
  margin: 0 auto 4rem;
}

.shukanimg{
  width: 22%;
}

.shukanyarikata{
  font-size: 26px;
  font-weight: bold;
  width: 75%;
  padding-top: 20px;
}

.massagedaiji{
  font-size: 35px;
  text-decoration: underline;
}

.massage01{
 margin: auto;
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
}

.campainblock{
  width: 70%;
  margin: 11% auto 4%;
}

.gentei30{
  font-size: 26px;
  margin-top: 2rem;
}

.kanzengentei{
  font-size: 26px;
  font-weight: bold;
}

.kaikocanpain{
  display: flex;
/*   margin-top: 10px; */
  justify-content: space-around;
}

.jisshi01{
  font-size: 44px;
  font-weight: bolder;
  text-decoration: underline #FFCCFF 8px;
  margin-bottom: 20px;
  color: #FF3399;
  margin-left: 30px;
  margin-top: 40px;
}

.jisshiimg{
  width: 42%;
}

.campainnissu{
  background-color: #e61515;
  padding: 10px;
  color: #fff;
  margin: auto;
  font-size: 26px;
  text-align: center;
  width: 80%;
  font-weight: bold;
  border-radius: 5px;
}

.tokuten02{
  display: flex;
  justify-content: space-between;
  margin-top: 1%;
}

.tokuten01{
  margin-top: 2rem;
}

.tokuten0101{
  color: #e61515;
  font-size: 20px;
  font-weight: bold;
}

.tokuten010101{
  background-color: #e61515;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 13px;
  border-radius: 5px;
}

.tokuten02{
  margin-top: 3%;
}

.tokuten02img{
  width: 35%;
}

.tokuten0202{
  color: #e61515;
  font-size: 20px;
  font-weight: bold;
  padding-top: 3rem;
}

.tokuten03 {
 margin-top: -5%;
}

.tokuten04{
 margin-top: 6%;
}

.tokuten04img{
  width: 15%;
}

.soukishuryo{
 margin-top: 6rem;
    /* background-color: #ffb6c1; */
    /* color: #fff; */
    font-size: 19px;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 18px;
    color: #ff0063;
}

.mousukoshi{
  background-color: #349b85 !important;
  display: block;
  margin: auto;
}

.shiritaikata{
  /* margin-top: 4rem; */
  /* margin-bottom: 3rem; */
}

.kochirahe01{
  width: 56%;
  margin: auto;
  font-size: 16px;
}

.kochirahe02{
  width: 74%;
  margin: auto;
  font-size: 16px;
}

.shitsumon{
  width: 70%;
  margin: 7rem auto 5rem;
}

.shitsumon01{
  margin-bottom: 2rem;
}

.shitsumonmidashi{
  margin-bottom: 1rem;
}

.q01{
  font-size: 16px;
  background-color: #a3d6ca;
  padding: 8px 10px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.a01{
  font-size: 16px;
  border: solid 1px;
  padding: 8px 10px;
  border-radius: 5px;
  display: none;
}

.arcusacsses{
  width: 70%;
  margin: 9% auto 4%;
}

.arcusnoakuseujoho{
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.maptomoyorieki, .teltouketsuke{
  display: block;
  width: 41%;
}

.arcusokudo{
  font-size: 40px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.arcusnotel{
 font-size: 18px;
  background-color: #349b85;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 3px 10px;
  width: 183px;
  color: #fff;
  font-weight: bold;
}

.akusesumidashi{
  font-size: 30px;
}

.arcusjikan{
  font-size: 18px;
  background-color: #349b85;
  border-radius: 5px;
  padding: 5px 10px;
  width: 351px;
  font-weight: bold;
  color: #fff;
}

.gaiaknimg{
  margin-top: 2rem;
}

.arcuschizu{
  height:240px;
}

.googlearcus{
  margin-bottom: 2rem;
  margin-top: 20px;
}

.jushomoyoriroot{
 font-size: 18px;
    background: #349b85;
    color: #fff;
    padding: 10px 10px;
}

.arcusfooter{
  /* background-color: #a3d6ca; */
  background: #fff;
}

.arcusfooterp{
  width: 30%;
  margin: 10px auto 30px;
  font-size: 18px;
}

.sengen0101{
  font-size: 30px;
  width: 70%;
  margin: auto;
  text-align: center;
}

.shitanituduku{
  font-weight: bold;
  margin-left: 37%;
  font-size: 24px;
}

.arcusbtndiv{
  width: 21%;
  margin: auto;
}

.kochirabtn01, .toiawasebtn01{
  width: 37%;
  margin: 10px auto 0;
}

.saikoimg{
  width:100%; 
}

@media only screen and (max-width: 1024px) {
  .hashirikata {
    font-size: 42px;
    color: #349b85;
    margin-left: 45px;
    padding-top: 20px;
    /* font-weight: bold; */
    text-shadow: 4px 6px 2px #a9d5ca;
    /* margin-right: 59px; */
    margin-right: 0;
}

.aizora01 {
    width: 51%;
}

.kaikou01 {
  width: 42%;
}

.kaikocampaign {
width: 98%;
}

.sengen {
  font-size: 34px;
}

.sanbonnoya {
    width: 64%;
}

.saiko03 {
    font-size: 21px;
}

.topic02 {
    width: 41%;
}

.boldbottom {
    margin: 15% auto 9%;
}

.scejuru {
    width: 62%;
}
.boldbottom::before {
  height: 36px;
}

.kayoikatamatome {
    font-size: 36px;
}

.kochira01 {
  width: 64%;
  margin: 7% auto 2%;
  font-size: 22px;
  width: 100%;
}
.arcusbtndiv {
    width: 30%;
    margin: auto;
}

.jukucho {
    width: 75%;
    margin: 14% auto 11%;
}

.hensachi {
    font-size: 22px;
    font-weight: bold;
}

.shukanyarikata {
    font-size: 20px;
    font-weight: bold;
    width: 48%;
    padding-top: 20px;
}

.massagedaiji {
    font-size: 29px;
    text-decoration: underline;
}

.shukanimg {
    width: 42%;
}

.jisshi01 {
    font-size: 30px;
    font-weight: bolder;
    text-decoration: underline;
    /* text-align: center; */
    margin-bottom: 20px;
}

.campainnissu {
    font-size: 21px;
}

.tokuten010101 {
    font-size: 26px;
}

.tokuten03 {
    margin-top: 6%;
}

.tokuten04 {
    margin-top: 9%;
}

.tokuten010101 {
    font-size: 22px;
}

.kochirahe02 {
    width: 66%;
}

.arcusnotel {
  width: 63%;

}

.arcusjikan {
  width: 75%;
  margin-bottom: 2rem;
}

.jushomoyoriroot {
    font-size: 20px;
    padding-left: 2rem;
}

.arcusfooterp {
    width: 50%;
}
}


@media only screen and (max-width: 599px) {
.arcus01 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.arcush1 {
    /* background: #349b85;
    color: #fff; */
    padding: 14px 15px 0px;
    font-weight: bold;
    font-size: 14px;
   width: 90% !important;
}

.arcusform {
    background: #349b85;
    color: #fff;
    padding: 23px 2px;
    font-weight: bold;
    font-size: 16px;
}

.arcuslogo {
    width: 86%;
    display: block;
}

.arcusimg01 {
   width: 70%;
    /* margin: auto; */
    margin-left: 3rem;
}

.teiinsei02 {
    font-size: 18px;
}

.aizora01 {
    width: 100%;
    height: 30%;
}

.hashirikata {
    font-size: 39px;
    color: #349b85;
    margin-left: 16%;
    padding-top: 20px;
    /* font-weight: bold; */
    text-shadow: 4px 6px 2px #a9d5ca;
    /* margin-right: 59px; */
    margin-right: 0;
}

.campaign {
    width: 85%;
    margin: auto;
    margin-top: 4rem;
}

.kaikou01 {
    background: #349b85;
    color: #fff;
    padding: 5px 10px;
    width: 27%;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    /* width: 62%; */
    width: 230px;
}

.kaikoujisshi {
    font-size: 21px;
}

.topic01 {
    width: 85%;
    margin: -26px auto 10px;
}

.topic02 {
    background: #349b85;
    color: #fff;
    width: 26%;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}

.sengen {
    width: 85%;
    margin: auto;
    font-size: 26px/*  !important */;
    font-weight: bolder;
}

.arcussengen {
    width: 70%;
    margin: auto;
    /* display: flex; */
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
}

.chiiki01 {
    width: 100%;
}

.topicsetsumei {
    width: 100%;
    font-size: 14px;
    /* padding-top: 2rem; */
    margin-top: 2rem;
}

.sanbonnoya {
    width: 56%;
    font-size: 18px;
    margin: auto;
    font-weight: bold;
    width: 80%;
}

.kobetuokatachi {
    width: 85%;
    margin: 5rem auto 3rem;
    justify-content: space-between;
    display: block;
}

.kobetuokatachi02 {
    width: 100%;
    display: block;
    margin-bottom: 3rem;
}

.totalkode{
  margin-top: -2rem;
}

.teiinsei01 {
    padding-top: 0%;
    /* margin-left: 12%; */
    width: 100%;
    margin: auto;
}

.sengen0101 {
    font-size: 20px;
    width: 85%;
    margin: auto;
    font-weight: bolder;
}

.arcussengen {
    width: 85%;
    margin: auto;
    /* display: flex; */
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
}

.tsujukup {
    font-size: 15px;
    font-weight: bold;
    margin-left: 0%;
    padding-top: 2%;
}

.boldbottom {
    margin: 30% auto -3%;
}

.boldbottom::before {
    height: 36px;
content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 2px;
    width: 19px;
    height: 35px;
    background: #000;
}

.boldbottom::after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: -12px;
    width: 0px;
    height: 0;
    border: 23px solid;
    border-color: #000 transparent transparent transparent;
}

.scejuru {
    font-size: 15px !important;
}

.kayoikata {
  width: 75%;
   margin: 5rem auto 9rem;
}

.kayoikatamatome {
  font-size: 24px;
  /* width: 100%; */
  /* margin: auto; */
  margin-left: 12px;
}
.kayoikatamatome {
  font-size: 40px;
  font-weight: bold;
  background-color: #349b85;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
/*   margin-left: 30px; */
  font-size: 20px;
}

.kayoikataimg {
    /* display: block; */
    width: 30%;
    display: none;
}

.kayoikatajun {
    display: block;
    width: 100%;
}

.kayoikata {
    width: 85%;
    margin: 5rem auto 9rem;
}

.kayoikatajun6 {
    font-size: 13px;
    font-weight: bold;
}

.shitanituduku {
    font-weight: bold;
    margin-left: 44%;
    font-size: 24px;
}

.hokatonochigai {
    width: 85%;
    margin: -4rem auto 3rem;
}

.hyoblue {
    /* background-color: #297acc; */
    font-size: 13px !important;
    font-weight: bold;
    /* color: #fff; */
    text-align: center;
    border: solid 1px #000000 !important;
    width: 42%;
}

.arcushyo td {
    font-size: 12px;
}

.hyogreen {
    background-color: #349b85;
    font-size: 24px !important;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: solid 1px #000000 !important;
}

.hyomidashi {
    background-color: #808080;
    color: #fff;
    font-size: 18px;
    border: solid 1px #000000 !important;
    width: %;
}

.sanbonnoya {
    width: 56%;
    font-size: 18px;
    margin: 5% auto;
    font-weight: bold;
    width: 80%;
}

.arcusbtn {
    border-radius: 5px;
    background-color: #e61515;
    padding: 8px 1px;
    text-decoration: none;
    color: #fff;
    margin: auto;
    width: 100%;
    font-size: 18px;
    text-align: center;
}

.arcusbtndiv {
    width: 55%;
    margin: auto;
}

.jukucho {
    width: 85%;
    margin: 17% auto 11%;
}

.hensachi {
    font-size: 14px;
    font-weight: bold;
}

.jukuchoshoukai {
    width: 100%;
}

.kamoshida {
    font-size: 22px;
    font-weight: bold;
}

.jukuchonoreki {
    font-weight: bold;
    font-size: 16px;
}

.kamosetsumei {
    font-size: 12px;
}

.jukuchomatome {
    border: solid 1px;
    padding: 10px;
    font-size: 14px;
}

.masseage {
    width: 85%;
    margin: 5rem auto 5rem;
}

.massage01 {
    margin: auto;
    /* display: flex; */
    margin-top: 20px;
    justify-content: space-between;
    display: block;
}

.study01 {
    width: 85%;
    margin: auto;
}

.arcusbtndiv {
    width: 85%;
    margin: auto;
}

.shukanimg {
    width: 100%;
}

.shukanyarikata {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    padding-top: 20px;
}

.massagedaiji {
    font-size: 22px;
    text-decoration: underline;
}

.campainblock {
    width: 86%;
    margin: 11% auto 9%;
}

.gentei30 {
    font-size: 20px;
    margin-top: 1rem;
}

.kanzengentei {
    font-size: 22px;
    font-weight: bold;
}

.kaikocanpain {
    /* display: flex; */
    /* margin-top: 10px; */
    justify-content: space-around;
    display: block;
}

.jisshi01 {
 font-size: 46px;
    font-weight: bolder;
    text-decoration: underline #FFCCFF 8px;
    margin-bottom: 20px;
    color: #FF3399;
    margin-left: 30px;
    margin-top: 20px;
}

.campainnissu {
    font-size: 18px;
}

.jisshiimg {
    width: 100%;
    margin-top: 1rem;
}

.tokuten01 {
    margin-top: 3rem;
}

.tokuten0101 {
    color: #e61515;
    font-size: 12px;
    font-weight: bold;
}

.tokuten0202 {
    color: #e61515;
    font-size: 18px;
    font-weight: bold;
    padding-top: 3rem;
}

.tokuten010101 {
    background-color: #e61515;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 4px 4px;
    border-radius: 5px;
    font-size: 14px;
}

.tokuten02img {
    display: none;
}

.tokuten0202 {
    color: #e61515;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3rem;
}

.tokuten02 {
    margin-top: -4%;
}

.soukishuryo {
    margin-top: 3rem;
    background-color: #ffb6c1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 18px;
}

.kochirahe01 {
    width: 100%;
    margin: auto;
    font-size: 15px;
}

.kochirabtn01, .toiawasebtn01 {
    width: 85%;
    margin: 13px auto 0;
}

.arcusbtn {
    border-radius: 5px;
    background-color: #e61515;
    padding: 8px 8px;
    text-decoration: none;
    color: #fff;
    margin: auto;
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: block;
}

.kochirahe02 {
    width: 65%;
    margin: auto;
    font-size: 14px;
    width: 100%;
}

.shitsumon {
    width: 85%;
    margin: 6rem auto 5rem;
}

.q01 {
    font-size: 16px;
}

.a01 {
    font-size: 16px;
}

.shitsumon01 {
    margin-bottom: 2rem;
}

.arcusacsses {
    width: 85%;
    margin: 9% auto 4%;
}

.arcusnoakuseujoho {
    /* display: flex; */
    justify-content: space-between;
    margin-top: 1rem;
    display: block;
}

.teltouketsuke {
    display: block;
    width: 100%;
}

.arcusokudo {
    font-size: 38px;
    font-weight: bolder;
    margin-bottom: -3px;
}

.arcusnotel {
   /*  width: 55%; */
   width: 210px;
}

.arcusjikan {
    /* width: 65%; */
    width: 80%;
    margin-bottom: 2rem;
}

.gaiaknimg {
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.jushomoyoriroot {
    font-size: 16px;
    padding-left: 0rem;
}

.tokuten04img {
    width: 15%;
    display: none;
}

.tokuten04{
  margin-top: 2rem;
}

.maptomoyorieki, .teltouketsuke {
    display: block;
    width: 48%;
    margin-top: 23px;
}

.arcusfooterp {
    width: 39%;
    margin: 10px auto 30px;
    font-size: 15px;
    width: 85%;
}
}

.tac {
  text-align: center;
}

.nagareonegai02, .kobetsutaiken{
  font-size: 15px;
}


.kobetsutaiken02, .nagareonegai03{
  font-size:20px;
  font-weight: bold;
  text-decoration: underline;
}

.nagare01, .nagare02{
  margin-bottom: 0px;
  width: 77%;
  margin: auto;
}

.arcusformpage{
  width: 70%;
  margin: 0 auto 60px;
}

.nagareonegai{
  color: #f00;
}

.arcusformheader{
  margin: 20px auto 0;
  display: block;
}

.arcusformheader02{
  font-size: 30px;
  border: solid 2px;
  color: #f00;
  padding: 5px 0px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  width: 26%;
}

.arcusformheader03{
  width: 35%;
    font-size: 18px;
    margin: 15px auto 0;
}

.arcusformarea{
  padding: 30px 10px 60px;
}

.arcusformmidashi{
  color: #349b85 !important;
}

.arcusnoform01 dl{
  border-bottom: 1px solid #349b85;
}

.arcusformnobtn01 button {
    background: #349b85;
}


.arcusformprivacy{
  margin-top: 50px;
  margin-bottom: 20px;
}


.arcussoushin, .arcusmodoru{
  background: #349b85 !important;
}

.arcusnaiyuoukakunin{
  font-size: 16px !important;
    width: 14%;
    margin: 50px auto -17px;
    font-weight: bold;
}

.arcuscomplete {
  color: #349b85 !important;
}

.arcusnimodorubtn{
  width: 23%;
  margin: 80px auto 30px;
}

.arcusnimodorubtn02{
  border-radius: 5px;
    background-color: #349b85;
    padding: 20px 20px;
    text-decoration: none;
    color: #fff;
    margin: auto;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.arcuscomparea{
  margin-top: 60px;
}

.arcuscomparea02 {
    margin-top: 70px;
    margin-bottom: 100px;
}

.taiken{
  margin-left: 7px;
  width: 100px;
}

.kanzen60{
   background-color: #349b85;
   color: #fff;
   width:12%;
   text-align: center;
   margin-bottom: 7px;
   padding: 2px 5px;
}

.arcuslogo{
  position: relative;
}

.korega01{
position: absolute;
   top:150px;
  right: 100px;
  font-size:38px;
  color:#349b85;
  font-weight: bold;
  text-align: right;
  text-shadow: 2px 2px 2px #a9d5ca;
  line-height: 1.5;
}

.korega02{
  font-size: 20px;
  margin-top: 40px;
}

.korega03{
  font-size: 22px;
  color: #000;
  text-shadow: none;
}

.korega04{
  font-size: 44px;
}

.campaign{
  display: flex;
  justify-content: center;
}

.neko01{
  height: 54px;
    margin-top: 50px;
}

.jisou01{
  font-size: 22px;
}

.houdai01{
  font-weight: bolder;
  text-decoration: underline;
}

.study01{
  position: relative;
}

.studynavi02{
 position: absolute;
    top: 40px;
    right: -20px;
    width: 92%;
}

.studynavi01{
  width: 30%;
  margin-left: -31px;
  margin-top: -58px;
}

.okosamamuke01{
  background: #fff;
  color: #349b85;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 20px;
  margin-right: 20px;
}

.nayameru01{
  font-size: 20px;
  width: 54%;
    line-height: 2.5;
}

.nayameru02{
  width: 40%;
}

.bluebox{
  background: #00CCFF;
  color: #fff;
  padding: 5px 15px;
  font-size: 22px;
  border-radius: 5px;
  margin-right: 10px;
}

.greenbox{
  background: #349b85;
  color: #fff;
  padding: 5px 15px;
  font-size: 22px;
  border-radius: 5px;
  margin-right: 10px;
}

.orangebox{
  background: #FF6600	;
  color: #fff;
  padding: 5px 15px;
  font-size: 22px;
  border-radius: 5px;
}

.color3{
  width: 100%;
   margin: 90px auto 90px;
  display: flex;
  justify-content: space-around;
}


.omakasekudasai{
  display: flex;
  margin: auto;
 justify-content:space-around;
}

.omakasekudasai01{
  font-size: 38px;
  font-weight: bold;
  text-decoration: underline #FF66CC	;
  padding-top: 20px;
}

.campink, .campink03{
  background-color: #FF66CC	 !important;
  color: #fff;
}

.campink03 {
    margin-right: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
}

.campink02{
  margin-top: 10px;
  margin-bottom: 20px;
}

.tokuten01{
  display: flex;
  /* justify-content: space-around; */
}

.tokutenpink{
  width: 25%;
}

.tokutenpink01, .tokutenpink02{
  background: #FF99CC;
    /* background: #FF6699; */
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 5px;
}

.tokutenpink03 {
    background: #FF99CC;
    /* background: #FF6699; */
    color: #fff;
    padding: 20px 40px;
    font-size: 26px;
    border-radius: 5px;
    margin-top: -17px;
    margin-right: 30px;
}

.tokutoku{
  display: block;
}

.tokurenkuro{
  color: #000;
    font-size: 14px;
}

.tokutoku03{
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.tokutoku02{
  width: 43%;
}

.quopre{
  display: flex;
}

.tokuneko{
  position: relative;
  width: 54%;
}

.quoneko{
  position: absolute;
  width: 80px;
  margin-left: 4px;
}

.tokupin04{
  padding: 45px 60px;
  text-align: center;
}

.tokupin05{
  padding: 20px 60px;
  text-align: center;
}

.boton2tsu{
  display: flex;
  width: 210px;
  /* margin: auto; */
}

.shitsumonlist{
  margin-top: 25px;
}

.arcuskoteinavi{
  width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: #fff;
    padding-bottom: 8px;
}

.arcusnavi02{
  display: flex;
  width: 80%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

.arcush1 {
    padding: 10px 0px 5px;
    font-weight: bold;
    font-size: 10px;
    margin-right: 300px;
    width: 80%;
   margin: auto;
}

.koteimidori{
  width: 110px;
    /* margin: auto; */
    background: #349b85;
    color: #fff;
    padding: 2px 5px
}

.koteimidori02{
  width: 70%;
  margin: auto;
}

.toiawasebtnnn01{
  width: 170px;
    margin: 6px auto;
}

.ne01{
width: 124px;
    height: 92px;
    margin-top: 40px;
}

.ne02{
 width: 74px;
    height: 57px;
    margin-top: 73px;
}

.boton2tsuuu{
  width: 70%;
  margin: auto;
  justify-content: space-between;
  display: flex;
}

.sanbonnoya{
  width: 87%;
  margin: auto;
  text-align:center;
}

.shiritaikataaa{
  width: 48%;
  margin: auto;
}







@media only screen and (max-width: 599px) {
.arcuskoteinavi {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    padding-bottom: 8px;
}

.arcusnavi02 {
    display: flex;
    width: 92%;
    margin: auto;
    align-items: center;
    
}

.arcusform {
    background: #349b85;
    color: #fff;
   padding: 9px 12px;
    font-weight: bold;
    font-size: 10px;
}

.arcusimg01 {
    width: 60%;
    margin-left: 0 !important;
}

.taiken {
    margin-left: 7px;
    width: 96px;
}

.arcuslogo {
    width: 92%;
    display: block;
    margin-top: -40px;
}

.korega01 {
    position: absolute;
    top: 273px;
    right: 80px;
    font-size: 32px;
    color: #349b85;
    font-weight: bold;
    /* text-align: right; */
    text-shadow: 2px 2px 2px #a9d5ca;
    line-height: 1.3;
    text-align: center;
}

.campaign {
    width: 94%;
    margin: auto;
    margin-top: 18rem;
}

.neko01 {
    height: 47px;
    margin-top: 40px;
}

.kaikoujisshi {
    font-size: 18px;
}

.kaikocampaign {
    background: #349b85;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    margin: 10px auto;
}

.senchaku {
    font-size: 18px;
}

.topic02 {
    background: #349b85;
    color: #fff;
    width: 26%;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}

.topicblock {
    margin-top: 4rem
}

.topic01 {
    width: 92%;
}

.jisou01 {
    font-size: 16px;
}

.kobetuokatachi {
    width: 90%;
    margin: 4rem auto 3rem;
    justify-content: space-between;
    display: block;
}

.study01 {
    width: 95%;
    margin: 30px auto 190px;
}

.studynavi01 {
    display: none;
}

.scejuru {
    font-size: 12px !important;
    width: 68%;
}

.studynavi02 {
    position: absolute;
    top: 25px;
    right: -20px;
    width: 100%;
    /* margin: auto; */
    margin-right: 17px;
}

.saiko03 {
    font-size: 16px;
}

.kayoikata {
    width: 92%;
    margin: 5rem auto 9rem;
}

.kobetuokatachi {
    width: 92%;
    margin: 2rem auto 3rem;
    justify-content: space-between;
    display: block;
}

.hokatonochigai {
    width: 92%;
    margin: -5rem auto 3rem;
}

.arcussengen {
    width: 92%;
}

.jukuriyou01{
  width: 100%;
}

.sanbonnoya {
    width: 56%;
    font-size: 17px;
    margin: 5% auto;
    font-weight: bold;
    width: 80%;
}

.arcusbtndiv {
    width: 60%;
    margin: auto;
}

.arcusbtn{
  background-color: #ff0063 !important;
}

.jukucho {
    width: 92%;
    margin: 13% auto 11%;
}

.hensachi {
    font-size: 13px;
    font-weight: bold;
    width: 96%;
    margin: 5px auto;
}

.masseage {
    width: 92%;
    margin: 5rem auto 5rem;
}

.nayameru02 {
    width: 100%;
}

.nayameru01 {
    font-size: 16px;
    width: 100%;
    line-height: 2.2;
}

.color3 {
    width: 100%;
    margin: 20px auto 40px;
    display: flex;
    justify-content: space-around;
}

.bluebox {
    background: #00CCFF;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 5px;
}

.greenbox {
    background: #349b85;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 5px;
}

.orangebox {
    background: #FF6600;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 5px;
}

.omakasekudasai {
  /* display: block !important; */
}

.omakasekudasai01 {
    font-size: 32px;
    font-weight: bold;
    text-decoration: underline #FF66CC;
    padding-top: 0px;
    margin-bottom: 10px;
}

.campainblock {
    width: 92%;
    margin: 0% auto 9%;
}

.tokutenpink {
    /* width: 25%; */
    display: none;
}

.tokutenpink03 {
    background: #FF99CC;
    /* background: #FF6699; */
    color: #fff;
    padding: 15px 9px;
    font-size: 20px;
    border-radius: 5px;
    margin-top: -17px;
    margin-right: 30px;
}

.ne01, .ne02{
display: none;
}

.jisshi01 {
    font-size: 46px;
    font-weight: bolder;
    text-decoration: underline #FFCCFF 8px;
    margin-bottom: 20px;
    color: #FF3399;
    margin-left: 0px;
    margin-top: 20px;
}

.tokutoku03{
  display: block;
}

.tokutoku02 {
    width: 100%;
}

.tokuneko {
    position: relative;
    width: 100%;
    margin-top: 47px;
}

.tokutenpink01, .tokutenpink02 {
  display: block;
  font-size: 12px;
}

.quoneko {
    position: absolute;
    width: 67px;
    margin-left: 50px;
}

.soukishuryo {
    margin-top: 3rem;
    /* background-color: #ffb6c1; */
    /* color: #fff; */
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 18px;
}

.boton2tsu {
 display: block; 
 width: 210px;
}

.sanbonnoya {
    width: 56%;
    font-size: 17px;
    margin: 11% auto;
    font-weight: bold;
    width: 80%;
}

.arcusfooterp {
    width: 39%;
    margin: 10px auto 30px;
    font-size: 15px;
    width: 67%;
}

.boton2tsu {
    display: block;
    width: 210px;
}

.arcush1 {
    padding: 8px 0px 0px;
    font-weight: bold;
    font-size: 10px;
    margin-right: 300px;
    width: 70%;
    margin: auto;
}

.koteimidori {
    width: 78px;
    /* margin: auto; */
    background: #349b85;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
}

.koteimidori02 {
    width: 92%;
    margin: 2px auto 0;
}

.arcuslogo {
    width: 92%;
    display: block;
    margin-top: 0px;
}

.korega01 {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 23px;
    color: #349b85;
    font-weight: bold;
    text-align: right;
    text-shadow: 2px 2px 2px #a9d5ca;
    line-height: 1.3;
}

.korega02 {
    font-size: 12px;
}

.korega04 {
    font-size: 32px;
}

.korega03 {
    font-size: 14px;
    color: #000;
    text-shadow: none;
}

.campaign {
    width: 94%;
    margin: auto;
    margin-top: 0rem;
}

.senchaku {
    font-size: 14px;
}

.neko01 {
    margin-top: 20px;
    width: 38px;
}

.topic01 {
    width: 100%;
}

.topic02 {
    background: #349b85;
    color: #fff;
    width: 26%;
    text-align: left;
    font-size: 16px;
    border-radius: 0px;
    width: 100%;
    font-weight: bold;
}

.arcussengen {
    width: 85%;
    margin: auto;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.chiiki01 {
    width: 40%;
    margin-right: 5px;
}

.topicsetsumei {
    width: 100%;
    font-size: 8px;
    padding-top: 0rem;
    margin-top: 0rem;
}

.arcussengen {
    width: 96%;
    margin: auto;
    display: flex;
    margin-top: 10px;
}

.jisou01 {
    font-size: 14px;
}

.kobetuokatachi {
    width: 96%;
    margin: 2rem auto 1rem;
    justify-content: space-between;
    display: flex;
}

.saiko03 {
    font-size: 12px;
}

.saikonoya {
    font-size: 8px;
    margin-top: 4px;
}

.kobetuokatachi02 {
    width: 30%;
    display: block;
    margin-bottom: 0rem;
    margin-top: 3px;
}

.kobetuokatachi02 img{
    width: 96%;
}

.sengen0101 {
    font-size: 14px;
    width: 96%;
    margin: auto;
    font-weight: bolder;
    text-align: left;
}

.houdai01 {
    font-weight: bolder;
    text-decoration: underline;
    font-size: 15px;
}

.system01 {
    margin-top: 6rem;
    margin-bottom: 4rem;
    margin-right: 10%;
    margin-left: 10%;
}

.tsujukup {
    font-size: 10px;
    font-weight: bold;
    margin-left: 2%;
    padding-top: 0%;
}

.scejuru {
    font-size: 10px !important;
    width: 100%;
}

.study01 {
    width: 96%;
    margin: 30px auto 190px;
}

.studynavi02 {
    position: absolute;
    top: 16px;
    right: 0;
    width: 100%;
    /* margin: auto; */
    margin-right: 0;
}

.arcussengen {
    width: 96%;
    margin: auto;
    display: flex;
    margin-top: 10px;
    margin-bottom: 18px;
}

.kayoikata {
    width: 96%;
    margin: 3rem auto 7rem;
}

.okosamamuke01 {
    background: #fff;
    color: #349b85;
    padding: 2px 3px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 14px;
}

.hokatonochigai {
    width: 96%;
}

.arcushyo {
    border-collapse: collapse;
    margin-top: 10px;
}

.hyogreen {
    background-color: #349b85;
    font-size: 16px !important;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: solid 1px #000000 !important;
}

.hyoblue {
    /* background-color: #297acc; */
    font-size: 12px !important;
    font-weight: bold;
    /* color: #fff; */
    text-align: center;
    border: solid 1px #000000 !important;
    width: 42%;
}

.hyomidashi {
    background-color: #808080;
    color: #fff;
    font-size: 10px;
    border: solid 1px #000000 !important;
}

.arcushyo td {
    font-size: 10px;
}

.sanbonnoya {
    width: 56%;
    font-size: 12px;
    margin: 20px auto 5px;
    font-weight: bold;
    width: 100%;
}

.arcusbtndiv {
    width: 36%;
    margin: auto;
}

.arcusbtn {
    border-radius: 5px;
    background-color: #e61515;
    padding: 5px 8px;
    text-decoration: none;
    color: #fff;
    margin: auto;
    width: 100%;
    font-size: 14px;
    text-align: center;
    display: block;
}

.hokatonochigai {
    width: 92%;
    margin: -5rem auto -1rem;
}

.jukucho {
    width: 100%;
    margin: 13% auto 7%;
}

.jukukamo {
    font-weight: bold;
    font-size: 12px;
}

.kamoshida {
    font-size: 14px;
    font-weight: bold;
}

.jukuchonoreki {
    font-weight: bold;
    font-size: 12px;
}

.jukuchomatome {
    border: solid 1px;
    padding: 6px;
    font-size: 10px;
}

.masseage {
    width: 96%;
    margin: 0rem auto 3rem;
}

.massage01 {
    margin: auto;
    display: flex;
    margin-top: 0px;
    justify-content: space-between;
}

.nayameru02 {
    width: 46%;
    height: 110px;
}

.nayameru01 {
    font-size: 10px;
    width: 100%;
    line-height: 3;
}

.nayameru01 {
    font-size: 10px;
    width: 231px;
    line-height: 3;
    position: absolute;
    left: 8rem;
    padding-top: 10px;
}

.color3 {
    width: 100%;
    margin: 34px auto 40px;
    display: flex;
    justify-content: space-around;
}

.omakasekudasai01 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline #FF66CC;
    padding-top: 0px;
    margin-top: 16px;
}

.campainblock {
    width: 100%;
    margin: 0% auto 2%;
}

.campink03 {
    margin-right: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 10px;
}

.kaikocanpain {
    display: flex;
    width: 96%;
    margin: auto;
}


.campink02 {
   width: 96%;
   margin: -10px auto 5px;
}

.jisshiimg {
    width: 45%;
    margin-top: 1rem;
    height: 110px;
}

.jisshi01 {
    font-size: 30px;
    font-weight: bolder;
    text-decoration: underline #FFCCFF 8px;
    margin-bottom: 20px;
    color: #FF3399;
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0;
}

.topic02 {
    background: #349b85;
    color: #fff;
    width: 26%;
    text-align: left;
    font-size: 16px;
    border-radius: 0px;
    width: 100%;
    font-weight: bold;
    margin-top: 35px;
}

.riyohou01{
  width: 100%;
    margin-top: -36px !important;
}

.kobetuokatachi02 {
    width: 32%;
    display: block;
    margin-bottom: 0rem;
    margin-top: 3px;
}

.kayoikata {
    width: 96%;
    margin: 3rem auto 2rem;
}

.hokatonochigai {
    width: 92%;
    margin: 0rem auto -1rem;
}

.hokatonochigai {
    width: 96%;
    margin: 0rem auto -1rem;
}

.kamosetsumei {
    font-size: 10px;
}

.kayoikataimg {
    display: block;
    width: 30%;
}

kayoikataflex {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 4px auto;
}

.jukuchoshiten {
    margin: -1rem auto;
    font-size: 10px;
    font-weight: bold;
}

.jukuchoshoukai {
    width: 96%;
    margin-left: 6px;
}

.tokutenpink01{
  width: 15%;
  margin-right: 1px;
  padding: 3px 3px;
  font-size: 10px;
}

.tokuten0101 {
    color: #e61515;
    font-size: 10px;
    font-weight: bold;
    display: flex;
}

.tokutenpink02 {
  width: 83%;
  text-align: center;
  font-size: 10px;
  padding: 5px 5px;
}

.tokuten01 {
    margin-top: 1rem;
    justify-content: space-between;
}

.tokutenpink03 {
    background: #FF99CC;
    color: #fff;
    padding: 10px 8px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: -21px;
    margin-right: 0px;
    width: 97%;
    text-align: center;
}

.tokutenpink {
  width: 32%;
    height: 76px;
    display: block;
    margin-top: -9px;
}

.toku03{
 width: 100%;
    text-align: center;
}

.tokuuu02 {
    width: 12%;
}

.toku02{
  width: 87%;
}

.ne01{
 display: block;
    height: 34px;
    width: 50px;
    position: absolute;
    left: 336px;
    margin-top: 36px;
}

.ne02 {
display: block;
  width: 39px;
  height: 23px;
  margin-top: 47px;
  margin-right: 0px;
}

.tokutoku03 {
    display: flex;
    margin-top: 23px;
    justify-content: space-between;
}

.tokutoku {
    display: block;
    width: 67%;
}

.tokkun02{
  width: 78%;
}

.tokutoku03 {
width: 98%;
margin: 11px auto 0;
}

/* .boton2tsu {
    width: 96%;
    margin: auto;
    display: flex;
} */

/* .kochirahe02 {
    width: 65%;
    margin: auto;
    font-size: 10px;
    width: 80%;
}

.kochirabtn01, .toiawasebtn01 {
    width: 60%;
    margin: 5px auto 0;
}
 */




.soukishuryo {
  width: 96%;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 0px;
    color: #ff0063;
    background: #fff;
    margin: 1rem auto 0;
}

.shitsumon {
    width: 100%;
    margin: 2rem auto 2rem;
}

.q01 {
    font-size: 11px;
    padding: 3px 7px;
}

.a01 {
    font-size: 12px;
}

.shitsumonlist {
   width: 96%;
    margin: 10px auto;
}

.shitsumon01 {
    margin-bottom: 1rem;
}

.arcusacsses {
    width: 100%;
    margin: 9% auto 4%;
}

.teltouketsuke {
    display: block;
    width: 96%;
}

.arcusokudo {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: -3px;
}

.arcusnotel {
    font-size: 10px;
    background-color: #349b85;
    margin-bottom: 3px;
    border-radius: 5px;
    padding: 3px 4px;
    color: #fff;
    font-weight: bold;
    width: 99px;
}

.arcusjikan {
    font-size: 10px;
    background-color: #349b85;
    border-radius: 5px;
    padding: 3px 4px;
    width: 85%;
    font-weight: bold;
    color: #fff;
    width: 112px;
    margin-bottom: 1rem;
}

.senchaku {
    font-size: 11px;
}

.system01 {
    margin-top: 5rem;
    margin-bottom: 4rem;
    margin-right: 10%;
    margin-left: 10%;
}

.tokuten01 {
    justify-content: space-between;
    width: 98%;
    margin: 1rem auto 0;
}

.arcusnoakuseujoho {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 1rem auto 0;
}

.teltouketsuke {
    display: block;
    width: 41%;
    margin-top: 1px;
}

.googlearcus {
    margin-bottom: 1rem;
}

.arcuschizu {
    height: 155px;
}

.jushomoyoriroot {
    font-size: 11px;
    padding-left: 0rem;
    background: #349b85;
    color: #fff;
    padding: 5px 5px;
}

.boton2tsuuu{
  width: 96%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.kochiraheee02, .kochiraheee01{
  font-size: 10px;
}

.shiritaikataaa{
  width: 40%;
}

.kochiraaa01{
  width: 48%;
}

.toiawasebtnnn01, .kochirabtnnn01{
  width: 110px;
  margin: auto;
}

.kochirabtnnn01 a{
  background: #fff !important;
    color: #ff0063 !important;
    border: solid 1px;
    font-size: 12px;
}

.kochiraheee02 {
    font-size: 10px;
    width: 86%;
    margin: auto;
}

.kochiraheee01{
  font-size: 10px;
    width: 52%;
    margin: auto;
}

.toiawasebtnnn01 a{
  font-size: 12px;
}

.arcusnoblog{
  width: 92%;
  margin: auto;
}









}


.arcusblogarea{
  padding: 40px 0;
}

.tacc02{
  margin-top: 10px;
}

.tacc03{
  margin-top: 20px;
  width: 160px;
}

.sannn01{
  width: 40%;
  margin: auto;
}

.sannn01 p{
  font-size: 16px;
}

.kochiraheee01{
  font-size: 16px;
}

.kochirabtnnn01{
  width: 180px;
  margin: auto;
}


@media only screen and (max-width: 599px) {
.arcusblogarea {
    padding: 0px 0;
}

.arublo01{
  padding-top: 20px;
    margin-bottom: -3px;
}

.topic02 {
  margin-bottom: 40px;
}

.arcushyo {
    border-collapse: collapse;
    margin-top: -30px;
}

.tacc03 {
    margin-top: 4px;
    width: 160px;
}

.sannn01 p {
    font-size: 10px;
    width: 161px;
}

.kochiraheee01 {
    font-size: 10px;
    width: 96px;
}

.shiritaikataaa {
    width: 40%;
    margin-top: 6px;
}

.kochirabtnnn01 {
    width: 116px;
    margin: auto;
}

.topic02 {
    margin-bottom: 15px;
}

.riyosikata01{
  margin-bottom: 48px;
}

.chigai0101{
  margin-bottom: 46px;
}

.totalkode {
    margin-top: -1rem;
}

.ne01 {
    display: block;
    height: 27px;
    width: 38px;
    position: absolute;
    left: 327px;
    margin-top: 41px;
}

.tokutoku03 {
    /* display: flex; */
    margin-top: 23px;
    justify-content: space-between;
    display: block;
}

.tokuten01 {
    justify-content: space-between;
    width: 96%;
    margin: 1rem auto 0;
}

.tokutoku03 {
    width: 96%;
    margin: 14px auto 0;
}

.tokkun02 {
    width: 80%;
}

.ne02 {
    display: block;
    width: 32px;
    height: 23px;
    margin-top: 45px;
    margin-right: 8px;
}

.tokutenpink03 {
    background: #FF99CC;
    color: #fff;
    padding: 10px 8px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: -21px;
    margin-right: 0px;
    width: 98%;
    text-align: center;
}

.tokuneko {
    position: relative;
    width: 100%;
    margin-top: 15px;
    width: 91% !important;
}

.quoneko {
    position: absolute;
    width: 57px;
    margin-left: 50px;
    top: 37px;
}

.system01 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}













}

.formyokonarabi{
  width: 70%;
    margin: auto;
    display: block;
}

.arcusformpage {
    width: 41%;
    margin: 0;
    border: solid 1px;
    padding: 5px 7px;
}
  
.nagareonegai02, .kobetsutaiken {
    font-size: 14px;
}
  
.kobetsutaiken02, .nagareonegai03 {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
  
.arcusformsec01{
  width: 100%;
  margin-top: 130px;
}
  
  .arcusformheader03 {
    width: 496px;
    font-size: 17px;
    margin: 25px auto 0;
}
  
.formtotate01{
  display: block;
}

  .arcusformheader02 {
    font-size: 26px;
    border: solid 2px;
    color: #f00;
    padding: 5px 0px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    width: 300px;
}
  
.aruarea0101{
  width: 100%;
    margin-top: 45px;
}

.hitsuyojikou{
  width: 422px;
    font-size: 14px;
    margin: 20px auto;
}
  
.arcusformpage {
    width: 65%;
    margin: 0;
    border: solid 1px;
    padding: 20px 7px;
    margin-top: 0px;
    margin: auto;
    
}
  
  .arcusformprivacy {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 92%;
    /* text-align: left; */
    border: solid 1px;
    padding: 15px 20px;
}

.arcusformprivacy h3{
text-align: left;
}

.arcusformprivacy txt{
text-align: left;
}

.arcusfooterp {
    /* width: 270px; */
    width: 50%;
    margin: 10px auto 30px;
    font-size: 16px;
    text-align: center;
}

.arufor01 .form-ttl{
  font-size: 14px !important;
}

.arufor01 label{
  font-size: 14px !important;
}

.arublo01{
  font-size: 18px;
    width: 159px;
    margin: 0 auto 15px;
}

/* .arfomdd{
  width: 57% !important; */
   /* margin-left: 15px;
   text-align: right;
   } */

.arfomdd ul{
  justify-content: space-between
}

.arfomdd li{
  width: 48% !important;
}

.nagare01{
  margin-bottom: 25px;
}




@media only screen and (max-width: 599px) {
  
.nagare01{
  margin-top: 10px;
}
  
  
  .arcusfooterp {
    /* width: 213px; */
    width: 100%;
    margin: 10px auto 15px;
    font-size: 13px;
}

.tsujuku{
  margin-bottom: 47px;
  margin-right: 10%;
  margin-left: 10%;
}

.kayoikata {
    width: 96%;
    margin: 3rem auto 3rem;
}

.maptomoyorieki{
margin-top: -9px;
width: 57%;
}

.formyokonarabi {
    width: 96%;
    margin: auto;
}

.arcusformpage {
  width: 100%;
    margin: 0;
    border: solid 1px;
    padding: 5px 7px;
    margin-top: 22px;
}

.nagare01, .nagare02 {
    margin-bottom: 10px;
    width: 92%;
}

.nagareonegai02, .kobetsutaiken {
    font-size: 10px;
}

.kobetsutaiken02, .nagareonegai03 {
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.formtotate01 {
    display: block;
    width: 100%;
}

.arcusformheader03 {
    width: 222px;
    font-size: 12px;
    margin: 20px auto 0;
    text-align: center;
}

.hitsuyojikou {
    width: 94%;
    font-size: 10px;
    margin: 20px auto;
}

.arcusformsec01 {
    width: 100%;
    margin-top: 5px;
}

.arcusformprivacy h3{
  font-size: 12px;
}

.kojiaru01{
  font-size: 10px

}

.arcusformheader02 {
    font-size: 18px;
    border: solid 2px;
    color: #f00;
    padding: 5px 0px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    width: 252px;
}

.aruarea0101 {
    width: 100%;
    margin-top: 23px;
}

.arcusformprivacy {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 135%;
    border: solid 1px;
    padding: 15px 20px;
    margin-left: -97px;
}

.arfomdd {
    width: 100% !important;
}

.arfomdd li {
    width: 52% !important;
}

.kaikocampaign {
    background: #349b85;
    color: #fff;
    padding: 8px 0px;
    width: 100%;
    border-radius: 5px;
    margin: 10px auto;
    padding-left: 7px;
}

.bluebox, .greenbox, .orangebox{
  padding: 5px 7px;
}

.tokutenpink{
  display: none;
}

.ne01, .ne02, .quoneko{
  display: none;
}

.tokutoku {
    display: block;
    width: 100%;
}

.tokuten0101 {
  font-size: 12px;
  width: 100%;
}

.tokutenpink01 {
    width: 44px;
    margin-right: 2px;
    padding: 5px 7px;
    font-size: 10px;
    margin-right: 4px;
}

.tokutenpink02 {
    width: 86%;
}

.tokkun02 {
    width: 100%;
}

.tokuneko {
    position: relative;
    width: 100%;
    margin-top: 15px;
    width: 100% !important;
}

.tokutenpink03{
  width: 100%;
  margin-top: -20px;
}

.tokupin05{
  margin-top: -20px;
}

.toku03, .tokupin04{
  margin-top: -19px;
}

.googlearcus {
    margin-bottom: 1rem;
    width: 100%;
    margin-left: 0;
}

.arcusfooter{
  padding-top: 0;
}

.farlogo{
  margin: 0px auto 12px;
}

.arcusjikan{
  margin-top: 0;
}

.kibobi01{
  width: 35% !important;
}

.arfomdd ul {
    justify-content: space-between;
    width: 243px;
}

.arcusformprivacy {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border: solid 1px;
    padding: 15px 20px;
    margin-left: 0;
}

.kibobi01 {
    width: 100% !important;
}

.kibobi01 li{
  width: 60% !important;
}

.arcusnaiyuoukakunin {
  width: 40%;
}

.arcuscomparea02 {
    margin-top: 70px;
    margin-bottom: 100px;
    width: 92%;
    margin: auto;
}

.arcusnimodorubtn {
    width: 54%;
    margin: 80px auto 30px;
}

.arcusnimodorubtn02 {
    border-radius: 5px;
    background-color: #349b85;
    padding: 20px 20px;
    text-decoration: none;
    color: #fff;
    margin: auto;
    width: 100%;
    font-size: 14px;
    text-align: center;
}
}

.arcuschiiki{
    display:flex;
}


.contP{
  position: relative;
}

.contP:before{
  position: absolute;
}

/* 12/09 追記 */

#contact-page .head-right a{
  background: #cd224b;
}

#contact-page .contact01con01 ul li:first-of-type{
    border: 1px solid #cd224b !important;
}

#contact-page .contact01con01 ul li:first-of-type h3{
    color: #cd224b !important;
}

#contact-page .contact01con01 ul li:first-of-type .btn.r-arr{
   background: #cd224b !important;
}

#contact-page .contact01con01 ul li:first-of-type .btn a:hover{
  color: #cd224b !important;
}

#contact-page .contact01con01 ul li:first-of-type a{
  border: 1px solid #cd224b !important;
}

@media only screen and (max-width: 599px){
  .footer-list{
    width: 85% !important;
    margin-right: auto;
    margin-left: auto;
  }
  
  .footer-con01 .heading02 span.ja{
    margin-right: 40px;
  }
  
  .footer-con01 .heading02 span.en{
    margin-right: 45px;
  }
}


@media only screen and (min-width: 600px){
  .fix-list{
    display: none;
  }
}

@media only screen and (max-width: 599px){
  .fix-list{
display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 179;
}

.fix-list li{
  width: 50%;
}

.fix-list li:first-of-type{
    background: #cd224b;
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #fff;
    text-align: center;
    height: 60px;
}

.fix-list li:last-of-type{
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #cd224b;
    text-align: center;
    height: 60px;
}

.fix-list li a{
      width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fix-list li:first-of-type span.micro-copy{
  position: relative;
}
.fix-list li:last-of-type{
  position: relative;
}
.fix-list li:last-of-type span{
  margin-left: 10px;
}

.fix-list li:first-of
-type span.micro-copy::before,
.fix-list li:first-of-type span.micro-copy::after {
	content: '';
	width: 1px;
	height: 15px;
	background-color: #fff;
	position: absolute;
}

.fix-list li:first-of-type span.micro-copy::before {
	margin-right: 30px;
	transform: rotate(-35deg);
	right: 65px;
}
.fix-list li:first-of-type span.micro-copy::after {
	margin-left: 30px;
	transform: rotate(35deg);
	left: 65px;
}

.fix-list li:first-of-type span.img-block{
  display: inline-block;
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.fix-list li:last-of-type span{
  font-weight: bold;
}


.fix-list li:last-of-type span.img-block{
  display: inline-block;
    width: 20px;
    height: auto;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 0px;
}


.fix-list li:first-of-type a span{
      left: 10px;
      position: relative;
      
}

.footer-con02 {
    padding-top: 40px;
    background: #f3f8fc;
    padding-bottom: 70px;
    position: relative;
    z-index: 0;
}

.footer-list .tel a {
    font-size: 12px;
    color: #1775ff;
    text-decoration: underline;
}

}



@media only screen and (min-width: 1025px){
[data-element-id].fix-list {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 40%;
    z-index: 9999;
}

[data-element-id].fix-list::before {
    content: "見たまま編集用として設置をしております ※TOPぺージとArrows日誌ページ共通";
    position: absolute;
    background: #333;
    color: #fff;
    width: max-content;
    padding: 5px;
    top: -32px;
}


[data-element-id].fix-list li{
  width: 50%;
}

[data-element-id].fix-list li:first-of-type{
    background: #cd224b;
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #fff;
    text-align: center;
    height: 60px;
}

[data-element-id].fix-list li:last-of-type{
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #cd224b;
    text-align: center;
    height: 60px;
}

[data-element-id].fix-list li a{
      width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[data-element-id].fix-list li:first-of-type span.micro-copy{
  position: relative;
}
[data-element-id].fix-list li:last-of-type{
  position: relative;
}
[data-element-id].fix-list li:last-of-type span{
  margin-left: 10px;
}


[data-element-id].fix-list li:first-of-type span.micro-copy::before,
[data-element-id].fix-list li:first-of-type span.micro-copy::after {
	content: '';
	width: 1px;
	height: 15px;
	background-color: #fff;
	position: absolute;
}

[data-element-id].fix-list li:first-of-type span.micro-copy::before {
	margin-right: 30px;
	transform: rotate(-35deg);
	right: 65px;
}
[data-element-id].fix-list li:first-of-type span.micro-copy::after {
	margin-left: 30px;
	transform: rotate(35deg);
	left: 65px;
}

[data-element-id].fix-list li:first-of-type span.img-block{
  display: inline-block;
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

[data-element-id].fix-list li:last-of-type span{
  font-weight: bold;
}


[data-element-id]#komatsugawa-page .fix-list::before {
    content: "※見たまま編集用※小松川教室ページのみに表示されるコンテンツです";
    position: absolute;
    background: #333;
    color: #fff;
    width: max-content;
    padding: 5px;
    top: -32px;
}

[data-element-id]#mimomi-page .fix-list::before {
    content: "※見たまま編集用※小実籾教室ページのみに表示されるコンテンツです";
    position: absolute;
    background: #333;
    color: #fff;
    width: max-content;
    padding: 5px;
    top: -32px;
}

[data-element-id]#okudo-page .fix-list::before {
    content: "※見たまま編集用※小奥戸教室ページのみに表示されるコンテンツです";
    position: absolute;
    background: #333;
    color: #fff;
    width: max-content;
    padding: 5px;
    top: -32px;
}

[data-element-id]#sakaide-page .fix-list::before {
    content: "※見たまま編集用※小坂出教室ページのみに表示されるコンテンツです";
    position: absolute;
    background: #333;
    color: #fff;
    width: max-content;
    padding: 5px;
    top: -32px;
}

[data-element-id]#sinhunabashi-page .fix-list::before {
    content: "※見たまま編集用※小新船橋教室ページのみに表示されるコンテンツです";
    position: absolute;
    background: #333;
    color: #fff;
    width: max-content;
    padding: 5px;
    top: -32px;
}


[data-element-id].fix-list li:last-of-type span.img-block{
  display: inline-block;
    width: 20px;
    height: auto;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 0px;
}


[data-element-id].fix-list li:first-of-type a span{
      left: 10px;
      position: relative;
      
}
}

@media only screen and (max-width: 599px){
  .arokutel.tel a{
        font-size: 12px;
    color: #1775ff;
    text-decoration: underline;
  }
}


.formareamw1070{
  max-width: 1070px;
}


/* 01/19 追記 */

.side-menu .tel {
    background: #fff;
}
.side-menu .tel a {
    color: #cd224b;
    font-weight: bold;
}

.side-menu .con {
    background: #cd224b;
}

/* 2023/11/14 */
.viseemoji {
    color: #001b2d;
}

/* 2024/08/29 */
.btn.linkvise{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  /* background: #00A1EA; */
  background: #004ea2;
}

.btn.linkvise a{
  /* border: 1px solid #00A1EA; */
  border: 1px solid #004ea2;
}

.btn.linkvise a:hover{
  /* color: #00A1EA; */
  color: #004ea2;
}

.linkvise{
  display: none;
}

.linkvise.表示{
  display: block;
}

@media(max-width:599px) {
.btn.linkvise{
  margin-bottom: 40px;
}    
}

[data-element-id].linkvise{
  display: block;
  position: relative;
  border: 1px solid #000;
  padding-top: 1.5em;
}

[data-element-id].linkvise::before{
  content: "「ヴィゼへのリンクを表示する」チェックで表示";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
}

.glist .gaibu {
    font-weight: bold;
    display: block;
    padding: 5px 0;
    color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 599px){
  .teacherSlider .slick-prev, .cs-slider .slick-prev {
    right: 80px;
  }
}

/**2025/05/20**/
.b-link {
  width: 60%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.b-link div {
  width: 40%;
  margin: auto;
}
.b-link div a {
  display: block;
  width: 100%;
  background: #349b85;
  color: #fff;
  text-align: center;
  padding: 20px;
}

@media (max-width: 1024px){
  .b-link {
    width: 80%;
  }
}

@media (max-width: 599px){
  .b-link {
    width: 100%;
    margin: 50px auto 0;
  }
  .b-link div {
    width: 80%;
    margin: 10px auto 0;
  }
}

/* 2025/05/26 */
.contact-wrap {
    cursor: pointer;
}

.eachbrands_contact a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #cd224b;
  padding: 0.5em;
  text-align: center;
}

@media(max-width: 599px) {
  .head-right.top {
      width: 150px;
  }
  
  .eachbrands_contact a{
    font-size: 12px;
  }
}

.rgap20-pc{
  row-gap: 20px;
}
