@charset "utf-8";

/*==============
共通 css
==============*/

body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 14px;
    background: #fff;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    background: #fff;
    position: relative;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.inner {
    width: calc(100% - 30px);
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 10;
}

.hover {
    display: block;
    line-height: 0;
}

.hover img {
    transition: 0.5s;
}

.hover img:hover {
    opacity: 0.8;
}

span.marker {
    background: linear-gradient(transparent 70%, #fce68a 70%);
}

/*== border-radius: 10px; ==*/
.point-list img,
.mtv-box p:first-child img,
.left-photo img,
.child-left img,
.owner-left img,
.ses-day,
.b-rad10,
.edu-txt img {
    border-radius: 10px;
}

.sp-block,
#sh-content {
    display: none;
}
.yellow-bg {
    background:#fef6d5;
    padding: 5% 3%;
}

/*==============
side
==============*/
.side {
    position: fixed;
    height: 310px;
    /* top: calc(50% - 210px/3); */
    top: 160px;
    right: 0;
    z-index: 100;
}

.side li {
    line-height: 0;
}

.side li {
    margin: 5px 0;
}

.side li img {
    height: 100px;
}

/*flex*/
dl.b-btn,
.u-btn dl,
.mtv-inner,
.main-lr-box,
.flex-twobox,
.aca-child,
.rec-list dl,
ul.day-time,
.owner-box,
ul.three-box,
ul.salon-list {
    display: flex;
    flex-wrap: wrap;
}

/*==============
トップ内容
==============*/

.main-visial {
    line-height: 0;
}

.main-visial img {
    width: 100%;
}

.top-day {
    max-width: 420px;
    margin: 0 auto 20px;
}

.con-txt {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto 40px;
}

.con-txt h3 {
    font-size: 28px;
}

.movie {
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}

.movie .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
}

.movie .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10%;
}


section.yel-bg:before {
    position: absolute;
    content: "";
    background: url(../img/y-bg-r.png?1324) no-repeat;
    background-size: 100%;
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.main-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; /* Bold に相当 */
    text-align: center;
    font-size: 40px;
    margin: 0 0 60px;
    letter-spacing: 6px;
}

.w-inner {
    padding: 80px 0;
    background: #fff;
}

.three-point {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.point-list {
    width: 33.333333%;
    padding: 0 30px;
    position: relative;
}

.point-list:before {
    position: absolute;
    right: 0;
    background: #ccc;
    width: 1px;
    height: 100%;
    content: "";
}

.point-list:nth-child(3):before {
    width: 0;
}

.point-list h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 5px solid #FFED97;
    margin-bottom: 15px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point-list p {
    line-height: 0;
    margin-bottom: 14px;
}

.point-inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 15px;
}

.btn-info {
    padding: 40px 0;
    width: 90%;
    margin: auto;
}

dl.b-btn {
    max-width: 800px;
    margin: 0 auto 40px;
    width: 90%;
}

dl.b-btn dd {
    width: 46%;
}

dl.b-btn dd:first-child {
    margin-right: 8%;
}

.u-btn-top {
    text-align: center;
    font-size: 15px;
}

.u-btn dl {
    justify-content: center;
    margin-top: 15px;
    font-size: 18px;
}

.u-btn dd span {
    font-size: 13px;
}

.u-btn dd a {
    font-weight: bold;
    color: #f19ab5;
}

.mtv-box {
    width: 48%;
}

.mtv-box {
    width: 48%;
    margin: 0 4% 40px 0;
}

.mtv-box:nth-child(2n) {
    margin: 0 0 40px 0;
}

.mtv-box p:first-child {
    line-height: 0;
    margin-bottom: 15px;
}

.mtv-txt {
    text-align: center;
    margin-bottom: 60px;
}

.mtv-h {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}


.education {
  position: relative; /* 疑似要素の基準にする */
}

.education::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%; /* 左寄せ */
  width: 73%; /* 線の長さ */
  height: 0; /* borderで線を作る */
  border-top: 10px solid #8ed0d7; /* 線の太さ・色を調整 */
}

.education::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 12%; /* 右寄せ */
  width: 73%; /* 線の長さ */
  height: 0;
  border-bottom: 10px solid #8ed0d7; /* 太さ・色 */
}

.education .inner {
    padding: 80px 0;
}
.main-lr-box {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  position: relative;
}

.main-lr-text {
  width: 20%;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.main-lr-text .txt {
  margin-right: -180px; 
  text-shadow: 0 0 2px rgba(255, 255, 255, 1),
  0 0 4px rgba(255, 255, 255, 1),
  0 0 6px rgba(255, 255, 255, 1),
  0 0 8px rgba(255, 255, 255, 0.9),
  0 0 10px rgba(255, 255, 255, 0.8),
  0 0 12px rgba(255, 255, 255, 0.7),
  0 0 14px rgba(255, 255, 255, 0.6),
  0 0 16px rgba(255, 255, 255, 0.5),
  0 0 18px rgba(255, 255, 255, 0.4);

}
.main-lr-text .main-title {
    margin: 0;
    text-align: left;
}

.main-lr-photo {
  width: 80%;
  position: relative;
  z-index: 1; /* ← 背面 */
  line-height: 0;
}

.main-lr-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.txt-middle {
    text-align: center;
    font-size: 18px;
    margin: 40px 0;
    font-weight: bold;
}

.university {
    align-items: end;
}
.university .main-lr-text {
    padding-bottom: 20px;
}
.main-lr-text .university-text {
    margin-left: -80%;
}

.edu-txt {
    max-width: 980px;
    margin: 0 auto 60px;
}

.education-aca {
    background: #d7edf0;
}
.education-aca .inner {
    padding: 80px 0;
    max-width: 1080px;
    width:100%;
    margin: 0 auto;
}
.education-aca .flex-twobox {
    width: 90%;
    margin: 40px auto 0;
}

.aca-child {
    width: 48%;
    margin: 0 4% 40px 0;
}

.aca-child:nth-child(2n) {
    margin: 0 0 40px 0;
}

.child-left {
    width: 35%;
    margin-right: 5%;
}

.child-right {
    width: 60%;
}

.child-right p {
    line-height: normal;
}

.child-title {
    font-size: 18px;
    font-weight: bold;
    color: #8ed0d7;
    margin-bottom: 5px;
}

.mtv-title {
    max-width: 700px;
    margin: 0 auto 40px;
}

.mtv-txt {
    text-align: center;
}

.wh-bg {
    margin: 80px auto;
}
.recruit {
    background: url("../img/recruit-bg.png") repeat center center;
    background-size: contain; /* or contain */
    border-radius: 270px;
    overflow: hidden;
    border: solid 5px #f19ab5;
    max-width: 650px;
    width: 90%;
    margin: 80px auto ;
}
.recruit .main-title {
    padding-top: 70px;
    margin-bottom: 0;
}

.recruit .inner {
    padding:0 30px 100px;
}
.rec-list tr {
    align-items: center;
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
}

.rec-list tr th {
    font-size: 16px;
    min-width: 150px;
    font-weight: bold;
    color: #8ed0d7;
    margin-right: 20px;
    letter-spacing: 5px;
    text-align: center;
}

.rec-list tr th, .rec-list tr td {
    padding: 15px;
}

.rec-list tr th {
    vertical-align: middle;
}

.schedule {
    background: #fef6d5;
}
.schedule .main-title {
    padding-top: 80px;
}
.schedule .btn-info {
    padding-bottom: 40px;
}
.ses-box {
    margin: 0 0 60px;
}

.ses-box img {
    border-radius: 10px 10px 0 0;
}

.ses-pht {
    line-height: 0;
}

.ses-txt {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.ses-day {
    max-width: 800px;
    margin: 0 auto 40px;
    background: #fff;
    padding: 15px 40px 30px;
}

.ses-end {
    padding: 15px;
    color: #ea1946;
    background: #f2f2f2;
    font-weight: bold;
    border-radius: 10px;
    text-align: left;
    border: 2px solid;
}

.ses-day-title {
    padding: 8px;
    text-align: center;
    background: #8ed0d7;
    color: #fff;
    font-size: 18px;
    margin: -15px -40px 20px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}

.ses-day-cose {
    padding: 5px 20px;
    background: #ECF0EF;
    border-radius: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

ul.day-time {
    padding-bottom: 15px;
}

ul.day-time li {
    width: 23.5%;
    font-size: 17px;
    padding: 10px;
    background: #fafafa;
    margin: 0 2% 15px 0;
}

ul.day-time li:nth-child(4n) {
    margin: 0 0 15px 0;
}

ul.day-time li {
    width: 23.5%;
    font-size: 17px;
    padding: 10px;
    background: #fce68a;
    margin: 0 2% 15px 0;
    text-align: center;
    border-radius: 5px;
}

.ses-txt {
    text-align: center;
    margin-bottom: 20px;
}

.ses-map {
    margin-bottom: 15px;
}

.ses-bg {
    background: #d7edf0;
}
.philosophy {
    background: #fef6d5;
}
.philosophy-bg {
    background: #d7edf0;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 80px;
}
.mes-title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.owner-box {
    max-width: 840px;
    margin: 0 auto 60px;
}

.owner-left {
    width: 30%;
    margin-right: 4%;
}

.owner-right {
    width: 66%;
}

.owner-right .name {
    margin-top: 15px;
}

ul.three-box {
    margin-bottom: 40px;
}

ul.three-box li {
    width: 31%;
    margin: 0 3.5% 30px 0;
}

ul.three-box li:nth-child(3n) {
    margin: 0 0 30px 0;
}

.salon-list {
    margin: 80px 0 0;
}
.wd90 {
    width: 90%;
    margin: 0 auto 60px;
}

.salon-title {
    max-width: 420px;
    margin: -81px auto 80px;
}

ul.salon-list li {
    width: 23.5%;
    margin: 0 2% 40px 0;
}

ul.salon-list li:nth-child(4n) {
    margin: 0 0 40px 0;
}

.salon-logo {
    margin-bottom: 8px;
}

.salon-logo span {
    margin-left: 10px;
    font-weight: bold;
}

.salon-logo img {
    height: 15px;
}

/*============================
youtubeレスポンシブ
============================*/

.movie-wrap {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.movie-wrap video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}


/*============================
フッター
============================*/

.footer {
    background: #333;
}

.f-box {
    padding: 40px 0;
    color: #ddd;
}

.f-box {
    padding: 40px 0;
    color: #ddd;
}

.f-logo {
    text-align: center;
    margin: 0 auto 20px;
    width: 160px;
}

.f-add {
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
}


#copyright {
    text-align: center;
    color: #999;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 8px;
    border-top: solid 1px #666;
}

#res-btm {
    position: fixed;
    bottom: 20px;
    width: 160px;
    right: 20px;
    z-index: 90;
}

/*============================
スマホ対応（レスポンシブ）
============================*/

@media only screen and (max-width: 780px) {

    #wrapper {
        top: 75px;
    }

    .side,
    .pc-block {
        display: none;
    }

    .sp-block {
        display: block;
    }

    .top-day {
        max-width: 300px;
    }

    .child-right p {
        font-size: 13px;
    }

    .child-title,
    .ses-day-cose,
    .con-txt {
        font-size: 16px;
    }

    .mes-title,
    .mtv-h {
        font-size: 18px;
    }

    .con-txt h3 {
        font-size: 20px;
    }

    .main-title {
        font-size: 28px;
    }

    .owner-right,
    .owner-left,
    ul.three-box li,
    .rec-list tr th,
    .rec-list tr td {
        width: 100%;
        margin: 0 0 20px;
    }

    .rec-list tr th {
        margin: 0;
        padding: 30px 0 0;
    }

    .rec-list tr th,
    .rec-list tr td {
        display: block;
    }

    .point-list,
    .mtv-box,
    .mtv-box:nth-child(2n) {
        width: 100%;
        margin: 0 0 60px;
        padding: 0;
    }

    .point-list:last-child {
        margin: 0;
    }

    dl.b-btn dd:first-child,
    .aca-child,
    .aca-child:nth-child(2n) {
        width: 100%;
        margin: 0 0 40px;
    }

    .left-photo,
    .right-text,
    dl.b-btn dd,
    ul.day-time li {
        width: 100%;
    }

    .left-photo img {
        border-radius: 10px 10px 0 0;
    }

    .u-btn dd {
        margin-bottom: 10px;
        text-align: center;
    }

    .ses-txt {
        text-align: left;
    }

    .ses-day {
        padding: 15px 15px 30px;
    }

    ul.day-time li,
    ul.day-time li:nth-child(4n) {
        margin: 0 0 10px 0;
    }

    #res-btm {
        width: 98px;
        bottom: 10px;
        right: 10px;
    }

    .right-text .txt {
        margin: 0;
        border-radius: 0 0 10px 10px;
        padding: 15px;
    }

    .mtv-txt {
        text-align: left;
    }

    .ses-day-title {
        margin: -15px -15px 20px;
    }

    ul.salon-list li {
        width: 48%;
        margin: 0 4% 20px 0;
    }

    ul.salon-list li:nth-child(2n),
    ul.salon-list li:nth-child(4n) {
        margin: 0 0 20px 0;
    }

    .salon-logo img {
        height: 13px;
    }

    .rec-list dl dt {
        padding: 5px 10px;
        background: #dbeff4;
        border-radius: 10px;
    }

    .salon-title {
        max-width: 300px;
        margin: -81px auto 60px;
    }

    .education .inner {
        padding: 40px 0;
    }

    .main-lr-text {
        width: auto;
        margin: 0;
    }

    .main-lr-photo {
        width: 90%;
        margin-left: 10%;
        margin-top: 3%;
    }

    .txt-middle {
        font-size: 16px;
    }
    .university .main-lr-photo {
        margin: 0;
    }
    .main-lr-text .university-text {
        width: 90%;
        margin-left: 10%;
        margin-top: -7%;
    }
    .university-text img {
        width: 100%;
    }
    .recruit .inner {
        padding:0 0 100px;
    }
    .point-list:before {
        background: none;
    }

}