@charset "UTF-8";
/* text */
.robot {
  font-family: "Roboto", sans-serif;
}

.mplus-300 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.enTitle {
  font-family: "Biloxi", serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
}

.jpThin {
  font-family: "Noto Sans JP", sans-serif;
}

.akshar-400 {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* transition */
/*  width */
@font-face {
  font-family: "iconfont";
  src: url("/assets/fonts/iconfont.eot");
  src: url("/assets/fonts/iconfont.eot?#iefix") format("eot"), url("/assets/fonts/iconfont.woff") format("woff"), url("/assets/fonts/iconfont.ttf") format("truetype"), url("/assets/fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.iconfont:before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.iconfont-2x {
  font-size: 2em;
}

.iconfont-3x {
  font-size: 3em;
}

.iconfont-4x {
  font-size: 4em;
}

.iconfont-5x {
  font-size: 5em;
}

.iconfont-fw {
  width: 1.2857142857em;
  text-align: center;
}

.iconfont-fonticon-01:before {
  content: "\ea01";
}

.iconfont-logo:before {
  content: "\ea02";
}

.iconfont-icon-fb:before {
  content: "\ea03";
}

.iconfont-icon-insta:before {
  content: "\ea04";
}

.iconfont-font-a:before {
  content: "\ea05";
}

.iconfont-font-c:before {
  content: "\ea06";
}

.iconfont-font-d:before {
  content: "\ea07";
}

.iconfont-font-e:before {
  content: "\ea08";
}

.iconfont-font-i:before {
  content: "\ea09";
}

.iconfont-font-k:before {
  content: "\ea0a";
}

.iconfont-font-m:before {
  content: "\ea0b";
}

.iconfont-font-n:before {
  content: "\ea0c";
}

.iconfont-font-o:before {
  content: "\ea0d";
}

.iconfont-font-r:before {
  content: "\ea0e";
}

.iconfont-font-t:before {
  content: "\ea0f";
}

.iconfont-font-y:before {
  content: "\ea10";
}

.iconfont-icon-lang:before {
  content: "\ea11";
}

.iconfont-icon-title:before {
  content: "\ea12";
}

.iconfont-logo-second:before {
  content: "\ea13";
}

/*  general */
.wrap {
  position: relative;
}

.hide {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.weightBold {
  font-weight: 700;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.if {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.bold {
  font-weight: 700;
}

.mr1 {
  margin-right: 1rem !important;
}

.mr2 {
  margin-right: 2rem !important;
}

.mr3 {
  margin-right: 3rem !important;
}

.mr4 {
  margin-right: 4rem !important;
}

.mr5 {
  margin-right: 5rem !important;
}

.mr6 {
  margin-right: 6rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1rem !important;
}
.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.f-fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.f-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-ai-st {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.f-ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.f-fxd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-fw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-btn {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #D5D5D5;
  background: #fff;
  height: 100%;
  border-radius: 10px;
  color: #5A5A5A;
  font-weight: 700;
  height: 60px;
  font-size: 1.4rem;
  letter-spacing: 0;
  position: relative;
  margin: 2rem 0;
}
.m-btn::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: no-repeat 50%/contain;
  position: absolute;
  left: 2rem;
}
.m-btn::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon-arrow-bk.svg) no-repeat 50%/contain;
  position: absolute;
  right: 15px;
}
.m-btn.about::before {
  background-image: url(../img/common/classroom-img-01.svg);
}
.m-btn.teacher::before {
  background-image: url(../img/common/classroom-img-02.svg);
}
.m-btn.contact::before {
  background-image: url(../img/common/classroom-img-03.svg);
}
.m-btn.class::before {
  background-image: url(../img/common/classroom-img-04.svg);
}
.m-btn.blog::before {
  background-image: url(../img/common/classroom-img-05.svg);
}

.btn-red {
  position: relative;
  background: #D32D67;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  border-radius: 10rem;
  margin: 2rem 0;
  padding-right: 2rem;
  background-image: url(../img/common/icon-arrow-r-w.svg);
  background-position: right 2rem top 50%;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.btn-red.outer {
  background-image: url(../img/common/icon-outer.svg);
  background-size: 14px auto;
}
.btn-red.back {
  background-position: left 2rem top 50%;
  background-image: url(../img/common/icon-arrow-l-wh.svg);
}
.btn-red.contact {
  padding: 0 2rem;
}
.btn-red.contact::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-contact.svg) no-repeat 50%/contain;
  position: absolute;
  left: 8px;
}

.btn-blue {
  position: relative;
  background: #00ACFF;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  border-radius: 10rem;
  margin: 2rem 0;
  padding-right: 2rem;
  background-image: url(../img/common/icon-arrow-r-w.svg);
  background-position: right 2rem top 50%;
  background-size: 10px auto;
  background-repeat: no-repeat;
  font-size: 1.8rem;
}
.btn-blue.back {
  background-position: left 2rem top 50%;
  background-image: url(../img/common/icon-arrow-l-wh.svg);
  padding-right: 1rem;
  padding-left: 3rem;
}
.btn-blue.experience {
  padding: 0 2rem;
}
.btn-blue.experience::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-experience.svg) no-repeat 50%/contain;
  position: absolute;
  left: 8px;
}

iframe {
  aspect-ratio: 16/9;
}

.btn_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  height: 50px;
  background: #00ACFF;
  margin-top: 1rem;
  position: relative;
  color: #fff;
  padding-left: 50px;
}
.btn_tel::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #0B7BCE url(../img/common/icon-tel.svg) no-repeat 50%/25px auto;
  left: 0;
  top: 0;
}

rt {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.footmargin--none .l-footer {
  margin-top: 0;
}

.h100 {
  min-height: 100vh;
}

#accordion .ac_head {
  cursor: pointer;
}
#accordion .ac_body {
  display: none;
}

/*  preset */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  line-height: 1.6;
  color: #2a424b;
  font-size: 1.8rem;
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", Arial, Roboto, "Droid Sans", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased header;
  -webkit-font-smoothing-text-align: center;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, a, p, div {
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.15s, background 0.15s;
  transition: color 0.15s, background 0.15s;
}
a:hover {
  opacity: 0.8;
}

br.sp {
  display: none;
}

img {
  vertical-align: bottom;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

small {
  font-size: 1em;
}

ul {
  list-style-type: none;
}
ul.dot {
  display: block;
  list-style-position: inside;
  margin-bottom: 2rem;
}
ul.dot li {
  position: relative;
  padding-left: 0.8rem;
}
ul.dot li::before {
  content: "・";
  position: relative;
  display: block;
  position: absolute;
  left: -0.5rem;
  top: 0.1rem;
}

a {
  color: #6D669F;
}

.wrap {
  position: relative;
}

p {
  line-height: 1.8;
  font-weight: 200;
  margin-bottom: 2rem;
}

#contentsWrap.view-pc {
  display: block;
}
#contentsWrap .contact .l-second__article__page_title {
  font-size: 2rem;
}

#spWindow .l-searchBox {
  padding: 1.5rem;
  background: #fff;
  border: 4px solid #EDEDED;
  border-radius: 1rem;
  color: #222;
  text-align: left;
}
#spWindow .l-searchBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
#spWindow .l-searchBox .title .icon {
  height: 18px;
  width: auto;
  margin-right: 5px;
}
#spWindow .l-searchBox .form_box {
  display: block;
}
#spWindow .l-searchBox .search_btn {
  width: 100%;
  height: 45px;
  background: #D32D67 url(../img/common/icon-search.svg) no-repeat 2rem 50%/auto 2rem;
  border-radius: 10rem;
}
#spWindow .l-searchBox fieldset {
  border: none;
}
#spWindow .l-searchBox fieldset:not(:first-child) {
  margin-top: 1.5rem;
}
#spWindow .l-searchBox .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#spWindow .l-searchBox .d-flex select {
  width: calc(100% - 4rem);
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 0.8rem 1.5rem;
  font-size: 1.8rem;
  background: #fff url(../img/common/icon-arrow-bottom.svg) no-repeat right 1.2rem top 50%/1.5rem auto;
}
#spWindow .l-searchBox .row-02 {
  line-height: 1.4;
  font-size: 1.4rem;
  margin-right: 1rem;
  margin: 0;
}
#spWindow .l-searchBox .search_btn {
  color: #fff;
  margin-top: 2rem;
}

.view-pc .l-searchBox {
  padding: 1.5rem;
  background: #fff;
  border: 4px solid #EDEDED;
  border-radius: 1rem;
  color: #222;
  text-align: left;
}
.view-pc .l-searchBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.view-pc .l-searchBox .title .icon {
  height: 18px;
  width: auto;
  margin-right: 5px;
}
.view-pc .l-searchBox .search_btn {
  width: 100%;
  height: 45px;
  background: #D32D67 url(../img/common/icon-search.svg) no-repeat 2rem 50%/auto 2rem;
  border-radius: 10rem;
}
.view-pc .l-searchBox fieldset {
  border: none;
}
.view-pc .l-searchBox .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.view-pc .l-searchBox .d-flex select {
  width: calc(100% - 4rem);
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 0.8rem 1.5rem;
  font-size: 1.8rem;
  background: #fff url(../img/common/icon-arrow-bottom.svg) no-repeat right 1.2rem top 50%/1.5rem auto;
}
.view-pc .l-searchBox .row-02 {
  line-height: 1.4;
  font-size: 1.4rem;
  margin-right: 1rem;
  margin: 0;
}
.view-pc .l-searchBox .search_btn {
  color: #fff;
}

.l-content__header_info .location_box .tag_list {
  background: #FDDBE8 url(../img/common/icon-pin.svg) no-repeat 11px 12px/12px auto;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 3rem;
  line-height: 1;
  font-size: 1.1rem;
}
.l-content__header_info .location_box .tag_list .tag {
  color: #fff;
  background: #A71549;
  border: 2px solid #D5D5D5;
  display: block;
  border-radius: 5rem;
  padding: 5px 10px;
}
.l-content__header_info .title_box {
  font-size: 2rem;
  line-height: 1.4;
}
.l-content__header_info .title_box .teacher {
  display: block;
  font-weight: 100;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.l-content__padding {
  padding: 2rem;
}

.centerBox {
  width: 100%;
  margin: auto;
  max-width: 1000px;
  padding: 4rem 2rem;
}

.iconTitle {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 2rem;
}
.iconTitle .icon {
  width: 50px;
  margin-bottom: 1rem;
}

.l-accordionSet {
  border-radius: 1rem;
  overflow: hidden;
  background: #F5F5F5;
}
.l-accordionSet .headImage {
  aspect-ratio: 16/9;
  width: 100%;
  background: no-repeat 50%/cover;
}
.l-accordionSet .m-accordion {
  position: relative;
  height: 100%;
}
.l-accordionSet .m-accordion.green {
  background-color: #f4f8f0;
}
.l-accordionSet .m-accordion.green .acHead {
  background-color: #83B243;
}
.l-accordionSet .m-accordion.red {
  background-color: #fbedf0;
}
.l-accordionSet .m-accordion.red .acHead {
  background-color: #E35774;
}
.l-accordionSet .m-accordion.purple {
  background-color: #e5e3ee;
}
.l-accordionSet .m-accordion.purple .acHead {
  background-color: #6D669F;
}
.l-accordionSet .m-accordion.blue {
  background-color: #edf5fa;
}
.l-accordionSet .m-accordion.blue .acHead {
  background-color: #00ACFF;
}
.l-accordionSet .m-accordion.beige {
  background-color: #e9e7d6;
  color: #5A5A5A;
}
.l-accordionSet .m-accordion.beige .acHead {
  background-image: url(../img/common/icon-plus-bk.svg);
  color: #5A5A5A;
}
.l-accordionSet .m-accordion.beige .acHead.is-active {
  background-image: url(../img/common/icon-minus-bk.svg);
}
.l-accordionSet .m-accordion.beige .acBody {
  padding-top: 1rem;
}
.l-accordionSet .m-accordion.beige .number .num {
  background: #CC516C;
  color: #fff;
}
.l-accordionSet .acHead {
  color: #fff;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat url(../img/common/icon-plus.svg) right 1.8rem top 50%/1.5rem auto;
}
.l-accordionSet .acHead.is-active {
  background-image: url(../img/common/icon-minus.svg);
}
.l-accordionSet .acHead.number {
  padding-left: 8rem;
}
.l-accordionSet .acHead.number .num {
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  left: 2rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-weight: 700;
  font-size: 2.4rem;
}
.l-accordionSet .acHead.icon {
  padding-left: 9rem;
}
.l-accordionSet .acHead.icon::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3) no-repeat 50%;
  border-radius: 10rem;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 2.2rem;
  top: calc(50% - 28px);
}
.l-accordionSet .acBody {
  padding: 1.5rem;
  color: #000000a3;
  display: none;
}
.l-accordionSet .acBody .m-btn {
  border-radius: 10rem;
  border: none;
  font-size: 1.8rem;
  position: relative;
}
.l-accordionSet .acBody .m-btn .illust {
  position: absolute;
  left: -0.5rem;
  width: 6rem;
  height: 7rem;
  background-size: contain;
  background-position: 50%;
}
.l-accordionSet .acBody .m-btn.blue {
  background: #00ACFF;
  color: #fff;
  font-weight: 700;
  height: 4.5rem;
  width: 100%;
}
.l-accordionSet .acBody .m-btn.green {
  background: #83B243;
  color: #fff;
  font-weight: 700;
  height: 4.5rem;
}
.l-accordionSet .acBody .m-btn::after {
  background-image: url(../img/common/iconArrow-right.svg);
}
.l-accordionSet .acBody .bodyTitle {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
.l-accordionSet .acBody .bodyTitle .green {
  color: #83B243;
}
.l-accordionSet .acBody p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.l-accordionSet .acBody .photo {
  border-radius: 1rem;
}

.backTop {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/common/btn-top.svg) no-repeat 50%/contain;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  position: fixed;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.backTop:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.search .l-footer .search_area {
  display: none;
}

.contact .l-footer {
  padding-top: 0;
}
.contact .l-footer .l-footer__content {
  display: none;
}
#spWindow .l-footer__content {
  padding: 0 2rem 4rem;
}
#spWindow footer .l-footer__content {
  padding: 3rem 2rem 4rem;
}
#spWindow footer .l-footer__content .title {
  font-size: 1.4rem;
}
#spWindow footer .l-footer__content .sub_title {
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 2rem;
}
#spWindow footer .l-footer__bottom {
  padding: 0;
  background: none;
}
#spWindow footer .l-footer__bottom__inner__left {
  display: none;
}
#spWindow footer .l-footer__bottom__inner__right {
  width: 100%;
}
#spWindow footer .l-footer__bottom__inner__right .link_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#spWindow footer .l-footer__bottom__inner__right .link_list:nth-child(1), #spWindow footer .l-footer__bottom__inner__right .link_list:nth-child(2) {
  display: none;
}
#spWindow footer .l-footer__bottom__inner__right .link_list:nth-child(3) {
  width: 100%;
}
#spWindow footer .l-footer__bottom__inner__right .link_list:nth-child(3) .link:nth-child(1) {
  display: none;
}
#spWindow footer .l-footer__bottom__inner__right .link_list.taiken .icon {
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
}
#spWindow footer .l-footer__bottom__inner__right .link_list.search {
  background: #D32D67;
  display: none;
}
#spWindow footer .l-footer__bottom .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #7E0F36;
  padding: 1rem;
}
#spWindow footer .l-footer__bottom .link_list a {
  color: #fff;
  text-decoration: underline;
  margin: 0 1rem;
  font-size: 14px;
}
#spWindow footer .l-footer .copylight {
  padding: 1rem;
}

footer .l-footer {
  background: #D32D67;
  color: #fff;
  text-align: center;
  position: relative;
}
footer .l-footer__content {
  font-size: 1.6rem;
}
footer .l-footer__content .title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
footer .l-footer__content hr.dot {
  height: 4px;
  display: block;
  border: none;
  background: url(../img/common/line-dot.svg) repeat-x 50% 50%/auto 4px;
  margin: 3rem 0 2.5rem;
}
footer .l-footer__content .sub_title {
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 2rem;
}
footer .l-footer__address_search {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #EDEDED;
  padding: 2rem 2rem 1.5rem;
  color: #000;
  margin-top: 2rem;
}
footer .l-footer__address_search .form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .l-footer__address_search .title {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 1rem;
}
footer .l-footer__address_search .form_box {
  position: relative;
}
footer .l-footer__address_search .search_box {
  padding: 1rem 1rem 1rem 4rem;
  border: 2px solid #EDEDED;
  width: 100%;
  font-size: 1.6rem;
  background: url(../img/common/icon-zip.svg) no-repeat 1rem 50%/2rem auto;
}
footer .l-footer__address_search .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #D32D67 url(../img/common/icon-search.svg) no-repeat 50%/auto 2rem;
}
footer .l-footer__address_search .current_location::before {
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: 1.5rem;
  background-image: url(../img/common/icon-location.svg);
  background-position: 50%;
  background-size: contain;
}
footer .l-footer__address_search .area_search {
  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;
}
footer .l-footer__address_search .area_search .icon {
  height: 2rem;
  width: auto;
  margin-right: 1rem;
}
footer .l-footer .ex {
  line-height: 1.4;
}
footer .l-footer__bottom__inner {
  max-width: 1000px;
}
footer .l-footer__bottom__inner__bnrArea__bnr {
  font-size: 1.1rem;
}
footer .l-footer__bottom__inner__bnrArea__bnr.taiken {
  background: #00ACFF;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
footer .l-footer__bottom__inner__bnrArea__bnr.search {
  background: #D32D67;
}
footer .l-footer .copylight {
  background: #fff;
  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;
  padding: 2rem;
  color: #000;
}
footer .l-footer .copylight img {
  height: 2.5rem;
}
footer .l-footer .copylight .copy {
  font-size: 12px;
}

.l-header {
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.l-header.global .l-header__trigger {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 75px;
  right: 0.5rem;
}
.l-header.global .l-header__trigger.is-active .icon {
  background-image: url(../img/common/gnav-close-bk.svg);
}
.l-header.global .l-header__trigger .icon {
  background-image: url(../img/common/gnav-open-bk.svg);
}
.l-header.global .l-header__gnav {
  background-color: #388CCA;
}
.l-header.global .l-header__gnav .current {
  background-color: #00ACFF;
}
.l-header.global .link_btn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.l-header.global .l-header__bottom {
  padding: 0;
  width: 100%;
  background: #F6F5F1;
  border-top: 2px solid #E0DFDC;
}
.l-header.global .l-header__bottom__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header.global .l-header__bottom .link {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7C7C7C;
  width: 25%;
  font-size: 1.2rem;
  padding: 1.5rem 0;
}
.l-header.global .l-header__bottom .link:not(:first-child) {
  border-left: 1px solid #E0DFDC;
}
.l-header.global .l-header__bottom .link .icon {
  width: auto;
  height: 25px;
  margin-bottom: 5px;
}
.l-header__bnrArea__bnr {
  font-size: 1.1rem;
}
.l-header__bnrArea__bnr.taiken {
  background: #00ACFF;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.l-header__bnrArea__bnr.search {
  background: #D32D67;
}
.l-header__top {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  background: #fff;
}
.l-header__top .siteTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__top .siteTitle img {
  height: 45px;
}
.l-header__bottom {
  left: 0;
  bottom: 0;
  position: fixed;
  background: #fff;
  padding: 2rem;
}
.l-header__bottom__list {
  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;
}
.l-header__bottom__list .item:first-child {
  margin-right: 10px;
  max-width: 50%;
}
.l-header__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 70px;
  height: 65px;
  background: #A71649;
  position: absolute;
  top: 0;
  right: 2rem;
  border-radius: 0 0 1rem 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.l-header__trigger .icon {
  height: 100%;
  width: 25px;
  background: url(../img/common/gnav-open.svg) no-repeat 50%/contain;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: block;
}
.l-header__trigger.is-active .icon {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
  background-image: url(../img/common/gnav-close.svg);
}
.l-header__gnav {
  overflow: auto;
}
.l-header__gnav a, .l-header__gnav p {
  color: #fff;
}
.l-header__gnav__list__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.l-header__gnav__list__item.parent {
  border-bottom: none;
}
.l-header__gnav__list__item.child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.l-header__gnav__list__item.child .link {
  padding-left: 4rem;
}
.l-header__gnav__list__item.child .l-header__gnav__list__item:last-child {
  border-bottom: none;
}
.l-header__gnav__list.col-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__gnav__list.col-02 .l-header__gnav__list__item {
  width: 50%;
}
.l-header__gnav__list.col-02 .l-header__gnav__list__item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.l-header__gnav__list.col-02 .l-header__gnav__list__item .link {
  font-size: 1.2rem;
  padding: 2rem 2rem;
}
.l-header__gnav__list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8rem 2rem;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
}
.l-header__gnav__list .link.current {
  background: #D32D67;
  font-weight: 700;
}
.l-header__gnav__list .link:hover {
  background: #971240;
}
.l-header__gnav__list .link.outer::before {
  background-image: url(../img/common/icon-outer.svg);
}
.l-header__gnav__list .link::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  height: calc(50% - 0.5rem);
  background: url(../img/common/icon-arrow-r-w.svg) no-repeat 50%/contain;
}
.l-header__gnav .link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background: url(../img/common/icon-outer.svg) no-repeat right 2rem top 50%/contain;
  background-size: 1rem auto;
}
.l-header__gnav .link_btn .logo {
  width: 35%;
  display: block;
  padding: 1.5rem 1.8rem;
  background: #fff;
  border-radius: 1rem;
  border: 3px solid #EDEDED;
}
.l-header__gnav .link_btn .text {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5%;
}
.l-header__gnav .link_btn .text p {
  margin: 0;
}
.l-header__gnav .link_btn .text .sub {
  font-size: 1.2rem;
}
.l-header__gnav .link_btn .text .title {
  font-size: 1.8rem;
  line-height: 1;
}
.l-header__gnav .link_btn .text .title .big {
  font-weight: 700;
  font-size: 3rem;
}
.l-header__sp_trigger {
  position: absolute;
  width: 77px;
  height: 77px;
  background: #3B4043 url(../img/common/btn-sp_trigger.svg) no-repeat 50%/auto 22px;
  border-radius: 10rem;
  top: 18px;
  left: 18px;
}
.l-header__sp_trigger__close {
  position: fixed;
  right: 0rem;
  top: 0rem;
  width: 77px;
  height: 77px;
  background: url(../img/common/btn-close.svg) no-repeat 50%/18px 18px;
}

/* sub */
#contentsWrap {
  position: relative;
}

#spWindow {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
#spWindow #spView {
  background: #fff;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 420px;
}
#spWindow .l-content__wrap {
  position: relative;
}
.l-home__mv__slider .paginationWrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.l-home__mv__slider .paginationWrap .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-home__mv__slider .paginationWrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #A71549;
}
.l-home__mv__slider .item {
  background: #F5F5F5 no-repeat 50%/cover;
}
.l-home__mv__slider .item .link {
  display: block;
  height: 100%;
  color: #696969;
}
.l-home__mv__slider .item .box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.l-home__mv__slider .item .box .text .big {
  font-size: 4rem;
}
.l-home__mv__slider .item .box .text .big.red {
  font-size: 2.6rem;
}
.l-home__mv__slider .item .box .text .mini {
  font-size: 1.8rem;
}
.l-home__mv__slider .item .box .text .mini.bottom {
  margin-top: 2rem;
  display: block;
}
.l-home__mv__slider .item .box .photo {
  aspect-ratio: 1/0.9;
  background: no-repeat 50%/cover;
  width: 100%;
}
.l-home__mv__slider .item .slide-01 .logo {
  height: 80px;
  margin-bottom: 3rem;
}
.l-home__mv__slider .item .slide-01 .title {
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 0;
}
.l-home__mv__slider .item .m-btn {
  border: none;
}
.l-home__mv__slider .item .m-btn.blue {
  background: #00ACFF;
  color: #fff;
  border-radius: 5rem;
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  height: 25px;
  width: 220px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-home__mv__slider .item .m-btn.blue::after {
  background-image: url(../img/common/iconArrow-right.svg);
  right: 1rem;
}
.l-home__content .acBody .bodyTitle {
  line-height: 1.6;
}
.l-home__content__philosophy {
  margin-bottom: 6rem;
}
.l-home__content__philosophy .iconTitle .icon {
  height: 74px;
  width: auto;
}
.l-home__content__philosophy__list {
  margin-top: 5rem;
}
.l-home__content__philosophy__list .item {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 10px solid #83B243;
  border-radius: 2rem;
  padding: 9rem 1.8rem 2rem;
  position: relative;
}
.l-home__content__philosophy__list .item .titleBox {
  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;
}
.l-home__content__philosophy__list .item .box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-home__content__philosophy__list .item::before {
  content: "";
  display: block;
  width: 10rem;
  height: 12rem;
  position: absolute;
  top: -5.5rem;
  left: calc(50% - 5rem);
  background: no-repeat url(../img/home/concept-01.svg) 50% 0/contain;
}
.l-home__content__philosophy__list .item .icon {
  height: 7rem;
  width: auto;
  margin-bottom: 1.4rem;
}
.l-home__content__philosophy__list .item .title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #83B243;
  margin-bottom: 1rem;
}
.l-home__content__philosophy__list .item .btn {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  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;
  padding: 1.2rem 1rem;
  background: #83B243;
  margin-top: 2rem;
  line-height: 1;
  width: 100%;
  border-radius: 10rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-home__content__philosophy__list .item .ex {
  list-style-type: disc;
  margin-left: 2rem;
}
.l-home__content__philosophy__list .item .ex .list {
  font-weight: 700;
  font-size: 1.5rem;
  color: #5D5A5A;
  line-height: 1.4;
}
.l-home__content__philosophy__list .item .ex .list:not(:first-child) {
  margin-top: 0.6rem;
}
.l-home__content__philosophy__list .item.item-02 {
  border-color: #CC516C;
}
.l-home__content__philosophy__list .item.item-02 .title {
  color: #CC516C;
}
.l-home__content__philosophy__list .item.item-02::before {
  background-image: url(../img/home/concept-02.svg);
}
.l-home__content__philosophy__list .item.item-02 .btn {
  background-color: #CC516C;
}
.l-home__content__philosophy__list .item.item-03 {
  border-color: #388CCA;
}
.l-home__content__philosophy__list .item.item-03 .title {
  color: #388CCA;
}
.l-home__content__philosophy__list .item.item-03::before {
  background-image: url(../img/home/concept-03.svg);
}
.l-home__content__philosophy__list .item.item-03 .btn {
  background-color: #388CCA;
}
.l-home__content__philosophy__system .grayBox {
  background: #F9F9F7;
  padding: 3rem;
  text-align: center;
  margin: 3rem 0 2rem;
}
.l-home__content__philosophy__system .grayBox p {
  margin: 0;
  font-size: 2rem;
  color: #5A5A5A;
}
.l-home__content__philosophy__system p.yellow {
  color: #817146;
}
.l-home__content__philosophy__system .yellowBox {
  padding: 2rem;
  background: #FFF9EA;
  border: 2px dashed #C9B683;
  border-radius: 2rem;
}
.l-home__content__philosophy__system .yellowBox p {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  color: #817146;
}
.l-home__content__philosophy__system .yellowBox p .yellow {
  color: #83B243;
}
.l-home__content__philosophy__system .yellowBox .red {
  font-size: 2.6rem;
  color: #CC516C;
}
.l-home__content__philosophy__system .yellowBox.item-03 {
  border-color: #388CCA;
}
.l-home__content__philosophy__system .yellowBox.item-03 .title {
  color: #388CCA;
}
.l-home__content__philosophy__system .yellowBox.item-03::before {
  background-image: url(../img/home/concept-03.svg);
}
.l-home__content__philosophy__system .yellowBox.item-03 .btn {
  background-color: #388CCA;
}
.l-home__content__feature .l-accordionSet.box01 {
  margin-bottom: 1.5rem;
}
.l-home__content__feature .l-accordionSet.box02 .icon::before {
  background-image: url(../img/home/acHead-point02.svg);
}
.l-home__content__feature .l-accordionSet.box03 .icon::before {
  background-image: url(../img/home/acHead-point03.svg);
}
.l-home__content__feature .l-accordionSet .icon::before {
  background-image: url(../img/home/acHead-point01.svg);
  background-size: 40% auto;
}
.l-home__content__feature .l-accordionSet iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.l-home__content__point {
  padding: 0;
  background: #F5F5F5 url(../img/home/bg-point.svg) repeat-y 50% 0/100% auto;
}
.l-home__content__point .row02 {
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.l-home__content__point .row02.lh1 {
  line-height: 1;
}
.l-home__content__point .row02 .mini {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.l-home__content__point .row02 .mid {
  font-size: 1.8rem;
}
.l-home__content__point .row02 .big {
  font-size: 3rem;
}
.l-home__content__point .row02 .big .blue {
  font-size: 6rem;
  font-weight: 400;
  display: inline-block;
  margin: 0 1.2rem;
}
.l-home__content__point .box04 .acBody .alignCenter img {
  width: 70%;
  display: block;
  margin: 4rem auto;
}
.l-home__content__point .l-accordionSet {
  -webkit-box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.09);
}
.l-home__content__point .m-accordion .acHead {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-home__content__point .acBody iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.l-home__content__point .acBody .m-btn.red {
  color: #fff;
  height: 50px;
  background: #D32D67 url(../img/common/icon-search.svg) no-repeat 2rem 50%/2rem auto;
  width: 160px;
  padding-left: 2rem;
  margin-top: 2rem;
}
.l-home__content__point .acBody .m-btn.red::after {
  display: none;
}
.l-home__content__point .m-accordion {
  background: #fff;
}
.l-home__content__point .list {
  list-style: url(../img/common/icon-list-active.svg);
  margin-left: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.l-home__content__point .list .red {
  color: #D32D67;
}
.l-home__content__point section:not(:first-child) .content {
  margin-top: 6rem;
}
.l-home__content__faq {
  padding: 3rem 2rem;
}
.l-home__content__faq .content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.l-home__content__faq .areaTitle {
  font-size: 2rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.l-home__content__faq .areaTitle .big {
  font-size: 4rem;
  margin-left: 0.8rem;
}
.l-home__content__faq__list .item:not(:first-child) {
  margin-top: 1.5rem;
}
.l-home__content__faq__list .m-accordion {
  background: #F2F1E7;
  border-radius: 1.5rem;
  padding: 3rem;
}
.l-home__content__faq__list .acHead {
  min-height: 6rem;
  background: url(../img/home/icon-faq-open.svg) no-repeat right 2rem top 50%/1.8rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8rem;
  padding-right: 4rem;
  position: relative;
  cursor: pointer;
}
.l-home__content__faq__list .acHead:hover {
  opacity: 0.8;
}
.l-home__content__faq__list .acHead.is-active {
  background-image: url(../img/home/icon-faq-close.svg);
}
.l-home__content__faq__list .acHead::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/home/icon-faq-q.svg) no-repeat 50%/contain;
}
.l-home__content__faq__list .acBody {
  display: none;
  padding-top: 3rem;
}
.l-home__content__faq__list .acBody ol {
  margin-left: 3rem;
}
.l-home__content__faq__list .acBody ol li {
  line-height: 1.4;
}
.l-home__content__faq__list .acBody ol li:not(:first-child) {
  margin-top: 1.5rem;
}
.l-home__content__faq__list .acBody p a {
  font-weight: 700;
  text-decoration: underline;
  color: #5A5A5A;
}
.l-home__content__faq__list .acBody h3.title {
  min-height: 6rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8rem;
  position: relative;
}
.l-home__content__faq__list .acBody h3.title::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/home/icon-faq-a.svg) no-repeat 50%/contain;
}
.l-home__content__faq__list .acBody .ex {
  margin-top: 1rem;
}
.l-home__content__faq__list .acBody .ex:last-child {
  margin-bottom: 0;
}
.l-home .area_title {
  font-size: 2rem;
  text-align: center;
  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;
  margin: 25px auto;
  font-weight: 100;
}
.l-home .area_title .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
}
.l-home__menu {
  background: #F6F5F1;
}
.l-home__menu .title {
  font-size: 1.4rem;
  color: #A71549;
  margin-bottom: 2rem;
}
.l-home__menu__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;
}
.l-home__menu__list.top .item:nth-child(-n+3) {
  width: calc(33.3333% - 7px);
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 0;
}
.l-home__menu__list.top .item:nth-child(-n+3) .link {
  padding-bottom: 8px;
}
.l-home__menu__list.top .item:nth-child(-n+3) .link::before {
  margin-bottom: 8px;
  position: static;
}
.l-home__menu__list.top .item:nth-child(-n+3) .link::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: auto;
  left: calc(50% - 6px);
  bottom: 6px;
}
.l-home__menu__list .item {
  width: 100%;
  height: 60px;
}
.l-home__menu__list .item:not(:first-child) {
  margin-top: 10px;
}
.l-home__menu__list .link {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #EDEDED;
  background: #fff;
  height: 100%;
  border-radius: 10px;
  color: #5A5A5A;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0;
  position: relative;
}
.l-home__menu__list .link::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: no-repeat 50%/contain;
  position: absolute;
  left: 2rem;
}
.l-home__menu__list .link::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon-arrow-bk.svg) no-repeat 50%/contain;
  position: absolute;
  right: 15px;
}
.l-home__menu__list .link.about::before {
  background-image: url(../img/common/classroom-img-01.svg);
}
.l-home__menu__list .link.teacher::before {
  background-image: url(../img/common/classroom-img-02.svg);
}
.l-home__menu__list .link.contact::before {
  background-image: url(../img/common/classroom-img-03.svg);
}
.l-home__menu__list .link.contact::after {
  display: none;
}
.l-home__menu__list .link.class::before {
  background-image: url(../img/common/classroom-img-04.svg);
}
.l-home__menu__list .link.blog::before {
  background-image: url(../img/common/classroom-img-05.svg);
}
.l-home__sns {
  background: #A71549;
}
.l-home__sns .title {
  font-weight: 100;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.l-home__sns__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;
}
.l-home__sns__list .item {
  width: calc(50% - 5px);
}
.l-home__sns__list .item:nth-child(n+3) {
  margin-top: 10px;
}
.l-home__sns__list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  color: #000;
  background: #FFE103;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}
.l-home__sns__list .item .link::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-ig.svg) no-repeat 50%/contain;
  margin-right: 8px;
}
.l-home__sns__list .item .link.ln::before {
  background-image: url(../img/common/icon-ln.svg);
}
.l-home__sns__list .item .link.x::before {
  background-image: url(../img/common/icon-x.svg);
}
.l-home__sns__list .item .link.blog::before {
  background-image: url(../img/common/icon-blog.svg);
}
.l-home .m-class_table {
  margin: 1rem 0;
  width: 100%;
  border-spacing: 0 5px;
}
.l-home .m-class_table thead th, .l-home .m-class_table thead td {
  font-size: 11px;
  font-weight: 100;
  padding-bottom: 5px;
}
.l-home .m-class_table tbody th, .l-home .m-class_table tbody td {
  font-size: 12px;
  font-weight: 100;
}
.l-home .m-class_table tbody tr::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
}
.l-home .m-class_table tbody tr.orange th {
  background: #E38832;
}
.l-home .m-class_table tbody tr.orange td {
  color: #E38832;
}
.l-home .m-class_table tbody tr.red th {
  background: #E35774;
}
.l-home .m-class_table tbody tr.red td {
  color: #E35774;
}
.l-home .m-class_table tbody tr.green th {
  background: #83B243;
}
.l-home .m-class_table tbody tr.green td {
  color: #83B243;
}
.l-home .m-class_table tbody tr.blue th {
  background: #388CCA;
}
.l-home .m-class_table tbody tr.blue td {
  color: #388CCA;
}
.l-home .m-class_table tbody tr .empty {
  color: #7b7b7b;
}
.l-home .m-class_table tbody tr th {
  background: #000;
  border-radius: 8px 0 0 8px;
  padding: 12px 8px;
  color: #fff;
}
.l-home .m-class_table tbody tr td {
  background: #fff;
  padding: 12px 8px;
  text-align: center;
}
.l-home .m-class_table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.l-home .m-class_table tbody tr td .mini {
  font-size: 10px;
  margin: 0 2px;
}
.l-home__about .caption {
  font-size: 12px;
}
.l-home__about .caption.blue {
  color: #388CCA;
}
.l-home__about .caption.orange {
  color: #E38832;
}
.l-home__about .caption.red {
  color: #E35774;
}
.l-home__about .caption.green {
  color: #83B243;
}
.l-home__about__photo_slide {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 4rem;
  overflow: hidden;
  width: 100%;
}
.l-home__about__photo_slide .swiper-pagination {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.l-home__about__photo_slide .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.l-home__about__photo_slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #A71549;
}
.l-home__about__head_message {
  color: #A71549;
  font-weight: 700;
}
.l-home__about__info_box {
  font-size: 16px;
  border-radius: 15px;
  overflow: hidden;
  background: #F6F5F1;
}
.l-home__about__info_box .title {
  background: #EBE7D9;
  padding: 8px 12px;
}
.l-home__about__info_box .child {
  padding: 8px 12px;
}
.l-home__about__info_box .child p {
  margin-bottom: 0;
}
.l-home__about hr {
  border: none;
  display: block;
  height: 1px;
  background: #989898;
  margin: 3rem 0;
}
.l-home__about p {
  line-height: 1.6;
}
.l-home__about p.text-red {
  color: #A71549;
  font-weight: 700;
}
.l-home__about p.small {
  font-size: 14px;
}
.l-home__about p .red {
  color: #A71549;
}
.l-home__access .l-content__padding {
  padding-bottom: 0;
}
.l-home__access iframe {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  aspect-ratio: 4/3;
}
.l-home__link_box {
  background: #F6F5F1;
}
.l-home__access .title {
  font-size: 1.6rem;
}
.l-home__teacher .profile_box .photo {
  margin-bottom: 1.5rem;
}
.l-home__teacher .profile_box .name {
  font-weight: 700;
  margin-bottom: 1rem;
}
.l-home__teacher .profile_box .career li {
  font-size: 1.4rem;
}
.l-home__teacher .profile_box .career li:not(:first-child) {
  margin-top: 0.5rem;
}

.l-privacy {
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", Arial, Roboto, "Droid Sans", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 15rem 0 10rem;
  font-size: 1.6rem;
}
.l-privacy__content {
  width: calc(100% - 2rem);
  margin: auto;
  max-width: 900px;
}
.l-privacy__content ol, .l-privacy__content ul {
  margin-left: 2rem;
}
.l-privacy__content h1 {
  color: #B10010;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.l-privacy__content h2 {
  margin: 3rem 0 1rem;
  font-size: 2rem;
}
.l-privacy__content .btn {
  background: #B10010;
  color: #fff;
  height: 48px;
  width: 150px;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  margin-top: 6rem;
}
.l-privacy__content .btn:hover {
  background-color: #8b1515;
}

.red {
  color: #A71549;
}

.purple {
  color: #6D669F;
}

.blue {
  color: #00ACFF;
}

.orange {
  color: #E38832;
}

.light-purple {
  color: #A7A3C5;
}

.l-second__bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  background: #F5F5F5;
  padding: 0.6rem 1.5rem;
  opacity: 0.7;
}
.l-second__bread .item {
  position: relative;
}
.l-second__bread .item:not(:first-child) {
  margin-left: 0.8rem;
  padding-left: 1.2rem;
}
.l-second__bread .item:not(:first-child)::before {
  content: ">";
  display: inline-block;
  position: absolute;
  left: 0;
}
.l-second__article__head_title {
  background: #D32D67;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 130px;
  font-size: 16px;
  line-height: 1;
}
.l-second__article__head_title .icon {
  height: 50px;
  margin-bottom: 1.5rem;
}
.l-second__article__title_box {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.l-second__article__title_box::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #A71549;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-second__article__title_box .editor {
  font-size: 14px;
}
.l-second__article__title_box .update {
  font-size: 14px;
}
.l-second__article__title_box .update::after {
  content: " update";
}
.l-second__article__title_box p {
  margin: 0;
}
.l-second__article .the_content {
  font-size: 1.4rem;
}
.l-second__article .the_content .l-second__article__page_title {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.l-second__article .the_content h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.l-second__article .the_content h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.l-second__article .the_content p {
  line-height: 2;
}
.l-second__article .the_content img {
  margin: 1.5rem auto;
}
.l-second__article .the_content ul {
  margin: 1.5rem auto;
}
.l-second__article .the_content ul li:not(:first-child) {
  margin-top: 1rem;
}
.l-second__article .the_content ul a {
  color: #388CCA;
  text-decoration: underline;
}
.l-second__article .the_content .caption {
  font-size: 1.2rem;
  color: #717171;
}
.l-second__article .the_content blockquote {
  background-color: #F6F5F1;
  padding: 1.8rem;
  font-size: 1.2rem;
  margin: 1.5rem auto;
  border-radius: 1rem;
}
.l-second__article__bottom .l-content__padding {
  padding-top: 0;
}
.l-second__article__bottom .title {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.l-second__article__bottom .more {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin: 1.5rem 0 1rem;
  text-decoration: underline;
  color: #000;
}
.l-second__article__index_list .item:not(:first-child) {
  margin-top: 2rem;
}
.l-second__article__index_list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-second__article__index_list .item .link .thumb {
  width: 30%;
  aspect-ratio: 1/1;
  background: url(../img/common/no-image.png) no-repeat 50%/cover;
}
.l-second__article__index_list .item .link .text {
  width: calc(70% - 2rem);
}
.l-second__article__index_list .item .link .text .article_title {
  font-size: 1.4rem;
  color: #388CCA;
  text-decoration: underline;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.l-second__article__index_list .item .link .text .update {
  font-size: 1.2rem;
  color: #707F89;
  margin-bottom: 0;
}
.l-second__article__index_list .item .link .text .update::after {
  content: " update";
}
.l-second__article__next_prev {
  border: 1px solid #000;
  border-width: 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-second__article__next_prev .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 120px;
  width: 45%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  background: url(../img/common/icon-arrow-l-bk.svg) no-repeat 1.5rem 50%/10px auto;
  font-size: 1.2rem;
}
.l-second__article__next_prev .btn.next {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 40px 0 0;
  background-image: url(../img/common/icon-arrow-bk.svg);
  background-position: right 1.5rem top 50%;
}
.l-second__article__next_prev .btn .title {
  font-size: 1.4rem;
  color: #388CCA;
  text-decoration: underline;
  margin-bottom: 0;
  margin-top: 8px;
}
.l-second__article__link_box {
  background: #fff;
}
.l-second__class_info__list {
  margin-top: 1rem;
  border-top: 1px solid #707070;
}
.l-second__class_info__list .ac_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
}
.l-second__class_info__list .ac_head::before {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  background: url(../img/common/icon-arrow-r-bl.svg) no-repeat 50%/8px auto;
  position: absolute;
  left: 1rem;
  top: calc(50% - 7px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.l-second__class_info__list .ac_head.is-active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-second__class_info__list .ac_head .name {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.l-second__class_info__list .ac_head .name.orange {
  color: #E38832;
}
.l-second__class_info__list .ac_head .name.green {
  color: #83B243;
}
.l-second__class_info__list .ac_head .name.blue {
  color: #388CCA;
}
.l-second__class_info__list .ac_head .sub {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
.l-second__class_info__list .ac_head .box {
  padding: 8px 8px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  width: 70px;
  text-align: center;
}
.l-second__class_info__list .ac_head .box.red {
  background: #FFC7DB;
  color: #d41b5c;
}
.l-second__class_info__list .ac_head .box.blue {
  background: #E0F5FF;
  color: #388CCA;
}
.l-second__class_info__list .ac_head .box p {
  line-height: 1;
  font-weight: 700;
}
.l-second__class_info__list .ac_body {
  background: #F8F8F8;
  padding: 2rem;
}
.l-second__class_info__list .ac_body .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  background: #EDEDED;
  margin-top: 2rem;
  color: #5A5A5A;
}
.l-second__class_info__list .ac_body .close::before {
  content: "Close";
}
.l-second__class_info__list .ac_body .detail .title {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.l-second__class_info__list .ac_body .detail .title:first-child {
  margin-top: 0;
}
.l-second__class_info__list .ac_body .detail p {
  line-height: 1.6;
}
.l-second__class_info__list .item {
  border-bottom: 1px solid #707070;
}
.l-second__class_info__list .item p {
  margin: 0;
}
.l-second__content__searchHead {
  background: #A71649;
  color: #fff;
  text-align: center;
  padding-top: 1.5rem;
}
.l-second__content__searchHead .title {
  font-weight: 100;
  font-size: 1.2rem;
}
.l-second__content__searchHead .title .big {
  font-size: 3rem;
  display: inline-block;
  margin: 0 0.5rem;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  line-height: 1;
}
.l-second__content__address_search {
  background: #D32D67;
  border-radius: 3rem 3rem 0 0;
  padding: 1.5rem 1.5rem 2rem;
  margin-top: 2rem;
}
.l-second__content__address_search__title {
  font-size: 1.6rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
}
.l-second__content__searchResult {
  padding: 2rem;
  max-width: 1100px;
  margin: auto;
}
.l-second__content__searchResult .resultTitle {
  font-size: 2rem;
  padding-bottom: 1rem;
  line-height: 1.2;
  border-bottom: 3px dotted #C6C6C6;
  margin-bottom: 2rem;
}
.l-second__content__searchResult .resultTitle .num {
  color: #CC516C;
  font-size: 5rem;
  margin: 0 0.8rem;
}
.l-second__content__searchResult__list .item {
  margin-top: 3rem;
}
.l-second__content__searchResult__list .item:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px dotted #C6C6C6;
}
.l-second__content__searchResult__list .item .photo {
  height: auto;
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: 50%;
  border-radius: 1.5rem;
}
.l-second__content__searchResult__list .item .text .title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.l-second__content__searchResult__list .item .text .info .line {
  position: relative;
  padding-left: 10rem;
  line-height: 1.4;
  font-size: 1.6rem;
}
.l-second__content__searchResult__list .item .text .info .line:not(:first-child) {
  margin-top: 1rem;
}
.l-second__content__searchResult__list .item .text .info .line::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 1.6rem;
}
.l-second__content__searchResult__list .item .text .info .line.zip::before {
  content: "郵便番号";
}
.l-second__content__searchResult__list .item .text .info .line.address::before {
  content: "住所";
}
.l-second__content__searchResult__list .item .text .info .line.tel::before {
  content: "電話番号";
}
.l-second__content__searchResult__list .item .text .m-btn {
  margin: 2rem 0 0;
  padding-left: 1rem;
  border-color: #EDEDED;
  background: url(../img/common/classroom-img-01.svg) no-repeat 2.5rem 50%/auto 3rem;
}
.l-second__content__searchResult__pager {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.l-second__content__searchResult__pager .pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-second__content__searchResult__pager .pager_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
}
.l-second__content__searchResult__pager .pager_list .link {
  font-size: 1.6rem;
  background: #EDEDED;
  border-radius: 10rem;
  margin: 0 0.5rem;
  font-weight: 700;
  color: #5A5A5A;
}
.l-second__content__searchResult__pager .pager_list .link.current {
  background: #D32D67;
  color: #EDEDED;
  pointer-events: none;
}
.l-second__content__searchResult__pager .pager_list .nav.prev {
  background: url(../img/common/icon-arrow-l-bk.svg) no-repeat 50%/auto 15px;
  margin-right: 0.5rem;
}
.l-second__content__searchResult__pager .pager_list .nav.next {
  background: url(../img/common/icon-arrow-bk.svg) no-repeat 50%/auto 15px;
  margin-left: 0.5rem;
}
.l-second__content .box-gray {
  background: #F5F5F5;
  padding: 4% 2rem;
}
.l-second__content .box-white {
  background: #ffffff;
  padding: 4% 2rem;
}
.l-second__content .radius, .l-second__content .l-second__curriculum__list .item, .l-second__curriculum__list .l-second__content .item, .l-second__content .l-second__recital__linkBox, .l-second__content .l-second__content__basic__pc_vi {
  border-radius: 2rem;
}
.l-second__content__center {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.l-second__content__basic__page_title {
  padding: 4% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
}
.l-second__content__basic__page_title.red {
  background: #CC516C;
}
.l-second__content__basic__page_title.blue {
  background: #008acc;
}
.l-second__content__basic__page_title .icon {
  height: 70px;
  width: auto;
  margin-bottom: 1rem;
}
.l-second__content__basic__page_title .page_title {
  font-size: 2rem;
  font-weight: 100;
}
.l-second__content__basic .message .thin_title {
  font-weight: 100;
  margin-bottom: 2%;
}
.l-second__content__basic .message .ex {
  margin: 0;
}
.l-second__content__basic .l-accordionSet .headImage {
  aspect-ratio: 16/9;
  background: no-repeat 50%/cover;
}
.l-second__content__basic .l-accordionSet .headImage.book {
  background-size: auto 85%;
}
.l-second__content__basic .l-accordionSet:not(:first-child) {
  margin-top: 4rem;
}
.l-second__content__basic .l-accordionSet .acHead {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-second .row02 {
  text-align: center;
  font-weight: 100;
  line-height: 1.4;
  margin-bottom: 6%;
  font-size: 2.6rem;
}
.l-second .row02 .mini {
  font-size: 1.8rem;
  display: inline-block;
}
.l-second .row02 .big {
  font-size: 3rem;
}
.l-second .row02 .big .blue {
  font-size: 6rem;
  line-height: 1;
}
.l-second__archive__tab {
  border-bottom: 1px solid #bcbcbc;
}
.l-second__archive__tab .tabHead {
  padding: 2rem 2rem 0;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-second__archive__tab .tabHead .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding-bottom: 1.2rem;
  font-weight: 700;
  color: #5A5A5A;
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 0;
  transition: all 0;
}
.l-second__archive__tab .tabHead .item:not(:first-child) {
  margin-left: 3rem;
}
.l-second__archive__tab .tabHead .item.current {
  border-color: #D32D67;
}
.l-second__archive__tab .tabHead .item.current .icon {
  -webkit-filter: invert(8%) sepia(53%) saturate(5598%) hue-rotate(321deg) brightness(60%) contrast(119%);
          filter: invert(8%) sepia(53%) saturate(5598%) hue-rotate(321deg) brightness(60%) contrast(119%);
}
.l-second__archive__tab .tabHead .item .icon {
  height: auto;
  width: 1.5rem;
  margin-right: 0.8rem;
}
.l-second__archive__tab .tabBody {
  padding: 2.5rem 2rem;
}
.l-second__archive__link_list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-second__archive__link_list .link:not(:first-child) {
  margin-top: 2rem;
}
.l-second__archive__link_list .link .thumb {
  aspect-ratio: 1/1;
  width: 30%;
  background: no-repeat 50%/cover;
}
.l-second__archive__link_list .link .text {
  width: 70%;
  margin-left: 2rem;
}
.l-second__archive__link_list .link .text .title {
  font-size: 1.6rem;
  line-height: 1.3;
  text-decoration: underline;
  color: #388CCA;
  font-weight: 100;
}
.l-second__archive__link_list .link .text .date {
  font-size: 1.1rem;
  margin: 1rem 0 0;
  line-height: 1;
  color: #707F89;
}
.l-second__archive__link_list .link .text .date::after {
  content: " update";
}
.l-second__archive__link_list.month {
  margin-bottom: 2rem;
}
.l-second__archive__link_list.month .link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-second__archive__link_list.month .link p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1;
}
.l-second__archive__link_list.month .link:not(:first-child) {
  margin-top: 4rem;
}
.l-second__archive__link_list.month .link .date {
  color: #388CCA;
  text-decoration: underline;
}
.l-second__archive__link_list.month .link .num::after {
  content: "件";
}
.l-second__archive .month_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  color: #000;
}
.l-second__archive .month_nav.bottom {
  margin: 3rem 0 0;
}
.l-second__archive .month_nav .link {
  color: #388CCA;
}
.l-second__archive .month_nav .link .text {
  text-decoration: underline;
}
.l-second__archive__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.l-second__archive__pager a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #5A5A5A;
  font-weight: 700;
  font-size: 1.4rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 10rem;
}
.l-second__archive__pager a.page {
  background: #EDEDED;
  margin: 0 0.5rem;
}
.l-second__archive__pager a.page.current {
  background: #D32D67;
  color: #fff;
}
.l-second__archive__pager a.prev {
  background: url(../img/common/icon-arrow-l-bk.svg) no-repeat 50%/0.8rem auto;
  margin-right: 1rem;
}
.l-second__archive__pager a.next {
  background: url(../img/common/icon-arrow-bk.svg) no-repeat 50%/0.8rem auto;
  margin-left: 1rem;
}
.l-second__archive__pager a.hide {
  pointer-events: none;
  opacity: 0.15;
}
.l-second__need .l-accordionSet:not(:first-child) {
  margin-top: 2rem;
}
.l-second__recital .box-gray .l-second__content__center .message {
  margin-bottom: 3rem;
}
.l-second__recital .box-gray .l-second__content__center .message h2 {
  margin-bottom: 2rem;
}
.l-second__recital .box-gray .l-second__content__center .message .ex {
  font-size: 2rem;
}
.l-second__recital .box-gray .l-second__content__center .yellow {
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
.l-second__recital .box-gray .l-second__content__center .yellowBox {
  padding: 4rem;
}
.l-second__recital .box-gray .l-second__content__center .yellowBox .list {
  font-size: 2rem;
}
.l-second__recital .box-gray .l-second__content__center .yellowBox .list li {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.4;
  color: #766A4C;
}
.l-second__recital .box-gray .l-second__content__center .yellowBox .list li:not(:first-child) {
  margin-top: 2rem;
}
.l-second__recital .box-gray .l-second__content__center .yellowBox .list li::before {
  content: "●";
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: -1px;
  left: 0;
}
.l-second__recital .box-gray .event {
  background: #fff;
  margin-top: 4rem;
}
.l-second__recital .box-gray .event .title {
  background: #CC516C;
  font-size: 2rem;
  height: 8rem;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
}
.l-second__recital .box-gray .event .photo {
  margin-bottom: 3rem;
}
.l-second__recital .box-gray .event .presentation-section {
  margin-top: 2rem;
}
.l-second__recital .box-gray .event .conclusion {
  margin: 0;
}
.l-second__recital__linkBox {
  background: #E38832;
  color: #fff;
  padding: 3rem 3rem;
}
.l-second__recital__linkBox .title {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  text-align: center;
}
.l-second__recital__linkBox__list {
  margin: auto;
  max-width: 90%;
}
.l-second__recital__linkBox__list .m-btn {
  border-radius: 10rem;
  border: none;
  color: #E38832;
  font-size: 1.8rem;
}
.l-second__recital__linkBox__list .m-btn:last-child {
  margin-bottom: 0;
}
.l-second__recital__linkBox__list .m-btn::after {
  background-image: url(../img/common/icon-arrow-r-or.svg);
}
.l-second__recital__archive .box-gray .box-white {
  padding: 3rem 10%;
}
.l-second__recital__archive .box-gray .box-white .l-accordionSet {
  background: none;
}
.l-second__recital__archive .box-gray .box-white .m-accordion .acHead {
  display: block;
}
.l-second__recital__archive .box-gray .box-white .m-accordion .acBody p:not(:first-child) {
  margin-top: 2rem;
}
.l-second__recital__archive .box-gray .box-white .m-accordion .acBody p:last-child {
  margin-bottom: 0;
}
.l-second__recital__archive .box-gray .box-white .m-accordion .acHead, .l-second__recital__archive .box-gray .box-white .m-accordion .acBody {
  padding: 0;
}
.l-second__recital__archive .box-gray .box-white .title {
  font-size: 3rem;
  color: #5A5A5A;
  margin-bottom: 2.5rem;
}
.l-second__recital__archive__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem auto 0;
}
.l-second__recital__archive__anchor .link {
  padding: 2rem 3rem;
  line-height: 1;
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #CC516C;
  font-weight: 700;
  background: #fff;
}
.l-second__recital__archive__anchor .link:hover {
  background-color: #CC516C;
  color: #fff;
  opacity: 1;
}
.l-second__recital__archive__anchor .link.none {
  pointer-events: none;
  opacity: 0.8;
  color: #d4d4d4;
}
.l-second__recital__archive .l-accordionSet {
  border-radius: 0;
}
.l-second__recital__archive .l-accordionSet .m-accordion {
  margin-bottom: 1px;
}
.l-second__recital__archive .l-accordionSet .acHead {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.l-second__recital__archive .l-accordionSet .acHead:hover {
  background-color: #cb4d69;
}
.l-second__recital__archive .l-accordionSet .acBody {
  background: #ffffff;
}
.l-second__recital__archive .l-accordionSet .acBody .l-second__content__center {
  max-width: 900px;
}
.l-second__recital__archive .l-accordionSet .acBody .photoList {
  margin: 2rem 0;
}
.l-second__recital__archive .l-accordionSet .acBody .photoList .item {
  line-height: 1.4;
}
.l-second__recital__archive .l-accordionSet .acBody .photoList .item .area {
  font-size: 14px;
}
.l-second__recital__archive .l-accordionSet .acBody .photoList .item .area .label {
  display: inline-block;
}
.l-second__recital__archive .l-accordionSet .acBody .photoList .item .area .label::after {
  content: "：";
}
.l-second__recital__archive .l-accordionSet .acBody .photoList .item .area .text {
  font-weight: 700;
}
.l-second__recital__archive .l-accordionSet .acBody .photoList .photo {
  margin-bottom: 1.5rem;
}
.l-second__recital__archive__bottom {
  text-align: center;
}
.l-second__recital__archive__bottom.box-white {
  padding-right: 0;
  padding-left: 0;
}
.l-second__recital__archive__bottom .title {
  margin-bottom: 3rem;
}
.l-second__recital__archive__bottom .box-beige {
  background: #F2F1E7;
  padding: 3rem 2rem;
}
.l-second__recital__archive__bottom .box-beige .m-btn {
  border: none;
  border-radius: 5rem;
}
.l-second__recital__archive__bottom .box-beige .m-btn:not(:first-child) {
  margin-top: 2rem;
}
.l-second__recital__archive__bottom .m-btn.back {
  width: 45%;
  margin: 4rem auto;
  height: 9rem;
  background: url(../img/recital/title-icon.svg) no-repeat 2rem 50%/auto 6rem;
}
.l-second__curriculum .box-gray .l-second__content__basic__pc_vi {
  margin-bottom: 6rem;
}
.l-second__curriculum .box-gray .figure {
  display: block;
  margin: 4rem auto 3rem;
}
.l-second__curriculum .box-gray .box-white .row02 {
  font-size: 2.2rem;
}
.l-second__curriculum__list .item {
  padding: 6rem;
}
.l-second__curriculum__list .item:not(:first-child) {
  margin-top: 4rem;
}
.l-second__curriculum__list .item.orange {
  background: #FDF1DA;
}
.l-second__curriculum__list .item.orange .colorTitle {
  background-color: #E38832;
}
.l-second__curriculum__list .item.orange .photoBox {
  color: #9A7734;
}
.l-second__curriculum__list .item.red {
  background: #FCEAEA;
  color: #CC516C;
}
.l-second__curriculum__list .item.red .colorTitle {
  background-color: #CC516C;
}
.l-second__curriculum__list .item.red .photoBox {
  color: #8E6579;
}
.l-second__curriculum__list .item.green {
  background: #F0F6E9;
  color: #7BB143;
}
.l-second__curriculum__list .item.green .colorTitle {
  background-color: #7BB143;
}
.l-second__curriculum__list .item.green .photoBox {
  color: #6A8848;
}
.l-second__curriculum__list .item.blue {
  background: #E0F1FA;
  color: #00ACFF;
}
.l-second__curriculum__list .item.blue .colorTitle {
  background-color: #00ACFF;
}
.l-second__curriculum__list .item.blue .photoBox {
  color: #1F546E;
}
.l-second__curriculum__list .item .title {
  font-size: 4rem;
  font-weight: 100;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.l-second__curriculum__list .item .title .mini {
  font-size: 2rem;
  line-height: 1;
}
.l-second__curriculum__list .item .titleBox {
  margin-bottom: 3rem;
}
.l-second__curriculum__list .item .colorTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 55px;
  color: #fff;
  background: #000;
  border-radius: 1rem;
  line-height: 1;
  font-size: 3rem;
  font-weight: 100;
}
.l-second__curriculum__list .item .row .titleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-second__curriculum__list .item .row .titleBox p {
  font-size: 3.5rem;
  color: #5A5A5A;
  font-weight: 700;
}
.l-second__curriculum__list .item .row .titleBox, .l-second__curriculum__list .item .row .photoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-second__curriculum__list .item .row .photoBox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-second__curriculum__list .item .row .photoBox .text {
  width: 62%;
  margin-bottom: 0;
}
.l-second__curriculum__list .item .row .photoBox .text p {
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.l-second__curriculum__list .item .row .photoBox .text p:last-child {
  margin-bottom: 0;
}
.l-second__curriculum__list .item .row .colorTitle, .l-second__curriculum__list .item .row .photo {
  width: 32%;
}
.l-second__curriculum__list .item .row p {
  width: 62%;
  margin-bottom: 0;
}

.js-tab .tabHead .current {
  pointer-events: none;
  color: #A71549;
}
.js-tab .tabBody .tab {
  display: none;
}
.js-tab .tabBody .tab.active {
  display: block;
}

.contact .l-second__article .l-form {
  /* チェックされたラジオボタンの内側の円 */
}
.contact .l-second__article .l-form__step_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #EBEBEA;
}
.contact .l-second__article .l-form__step_navigation .item {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #AFAFAF;
  position: relative;
  padding-top: 1.5rem;
}
.contact .l-second__article .l-form__step_navigation .item::after {
  position: absolute;
  font-size: 1rem;
  top: 0;
  text-align: center;
}
.contact .l-second__article .l-form__step_navigation .item:nth-child(1)::after {
  content: "STEP 01";
}
.contact .l-second__article .l-form__step_navigation .item:nth-child(2)::after {
  content: "STEP 02";
}
.contact .l-second__article .l-form__step_navigation .item:nth-child(3)::after {
  content: "STEP 03";
}
.contact .l-second__article .l-form__step_navigation .item:not(:first-child) {
  margin-top: 0;
  padding-left: 2rem;
}
.contact .l-second__article .l-form__step_navigation .item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icon-arrow-bk.svg) no-repeat 50%/contain;
  position: absolute;
  left: 0;
  opacity: 0.4;
}
.contact .l-second__article .l-form__step_navigation .item.active {
  color: #CC516C;
}
.contact .l-second__article .l-form fieldset {
  border: none;
  padding: 0;
}
.contact .l-second__article .l-form fieldset:not(:first-child) {
  margin-top: 2rem;
}
.contact .l-second__article .l-form fieldset.age input {
  width: 10rem;
  margin-right: 1rem;
}
.contact .l-second__article .l-form fieldset.age span {
  color: #5A5A5A;
}
.contact .l-second__article .l-form fieldset.policy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .l-second__article .l-form fieldset.policy input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  outline: none;
}
.contact .l-second__article .l-form fieldset.policy input:checked + span {
  color: #5A5A5A;
}
.contact .l-second__article .l-form fieldset.policy span {
  font-weight: 100;
  color: #5A5A5A;
  font-size: 1.6rem;
}
.contact .l-second__article .l-form fieldset.policy a {
  color: #A71549;
  text-decoration: underline;
}
.contact .l-second__article .l-form .btn-red {
  width: 100%;
  font-size: 2rem;
  cursor: pointer;
}
.contact .l-second__article .l-form__confirm__btn_area {
  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;
  width: 90%;
  margin: 2rem auto 0;
}
.contact .l-second__article .l-form__confirm__btn_area button, .contact .l-second__article .l-form__confirm__btn_area .btn-red {
  width: 48%;
}
.contact .l-second__article .l-form p {
  line-height: 1.6;
  color: #000;
}
.contact .l-second__article .l-form p.confirm {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.contact .l-second__article .l-form legend {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.contact .l-second__article .l-form label {
  display: block;
  font-weight: 700;
  cursor: pointer;
}
.contact .l-second__article .l-form label span {
  color: #AFAFAF;
}
.contact .l-second__article .l-form label input:checked + span {
  color: #CC516C;
}
.contact .l-second__article .l-form input {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  padding: 0.6rem 1rem;
}
.contact .l-second__article .l-form textarea {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  padding: 0.6rem 1rem;
  height: 20rem;
}
.contact .l-second__article .l-form input:focus, .contact .l-second__article .l-form select:focus, .contact .l-second__article .l-form textarea:focus {
  outline: 1px #CC516C solid;
}
.contact .l-second__article .l-form select {
  width: 50%;
  border: 1px solid #dadada;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  padding: 1rem 1rem;
  font-size: 1.6rem;
  background: url(../img/common/icon-arrow-bottom.svg) no-repeat right 1rem top 50%/1rem auto;
}
.contact .l-second__article .l-form input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 0.5rem 0 0;
  width: 20px;
  height: 20px;
  outline: none;
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10rem;
  top: 5px;
  padding: 0;
}
.contact .l-second__article .l-form input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #CC516C;
  border-radius: 50%;
}
.contact .l-second__article .l-form .must::before {
  content: "※";
  color: #CC516C;
  font-weight: 100;
  margin-right: 0.5rem;
  font-size: 2rem;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.contact .l-second__article .l-form__send .message {
  border-radius: 1rem;
  background: #FAF9F7;
  border: 1px solid #EBEBEA;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2rem 0;
}
.contact .l-second__article .l-form__send .message p {
  margin-bottom: 0;
  color: #D9798E;
  font-weight: 700;
  font-size: 2.2rem;
}
.contact .l-second__article .l-form__send .title {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mr2 {
    margin-right: 1rem !important;
  }
  .mr3 {
    margin-right: 1.5rem !important;
  }
  .mr4 {
    margin-right: 2rem !important;
  }
  .mr5 {
    margin-right: 2.5rem !important;
  }
  .mr6 {
    margin-right: 3rem !important;
  }
  .mb2 {
    margin-bottom: 1rem !important;
  }
  .mb3 {
    margin-bottom: 1.5rem !important;
  }
  .mb4 {
    margin-bottom: 2rem !important;
  }
  .mb6 {
    margin-bottom: 3rem !important;
  }
  .mb8 {
    margin-bottom: 4rem !important;
  }
  .mb10 {
    margin-bottom: 5rem !important;
  }
  br.sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #contentsWrap.view-pc {
    padding-top: 80px;
  }
  .view-pc .l-searchBox fieldset:not(:first-child) {
    margin-top: 1.5rem;
  }
  .view-pc .l-searchBox .search_btn {
    margin-top: 2rem;
  }
  .l-accordionSet .acHead.number {
    padding-left: 7rem;
  }
  .l-accordionSet .acHead.number .num {
    font-size: 2rem;
    left: 1.5rem;
  }
  .l-accordionSet .acHead {
    height: 7rem;
    font-size: 1.4rem;
    padding: 1.5rem 4.5rem 1.5rem 2rem;
    line-height: 1.2;
  }
  .l-accordionSet .acHead.icon {
    padding-left: 86px;
  }
  .l-accordionSet .acHead.icon::before {
    left: 1.5rem;
  }
  .l-accordionSet .acBody .photo {
    display: none;
  }
  .l-accordionSet .acBody .m-btn {
    margin: 2rem 5px 5px;
  }
  .l-accordionSet .acBody .bodyTitle {
    font-size: 1.6rem;
  }
  .l-accordionSet .acBody p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .backTop {
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
  }
  .view-pc .l-footer {
    padding-bottom: 8rem;
  }
  #spWindow footer .l-footer {
    padding-bottom: 60px;
  }
  footer .l-footer {
    padding-bottom: 60px;
  }
  footer .l-footer__content {
    padding: 3rem 2rem 4rem;
    font-size: 1.4rem;
  }
  footer .l-footer__content .title {
    font-size: 2rem;
  }
  footer .l-footer__bottom__inner__left {
    display: none;
  }
  footer .l-footer__bottom__inner__right .link_list:nth-child(1), footer .l-footer__bottom__inner__right .link_list:nth-child(2) {
    display: none;
  }
  footer .l-footer__bottom__inner__right .link_list:nth-child(3) .link:nth-child(1) {
    display: none;
  }
  footer .l-footer__bottom__inner__bnrArea__bnr.taiken .icon {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
  }
  footer .l-footer__bottom__inner__bnrArea__bnr.search {
    display: none;
  }
  footer .l-footer__bottom .link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #7E0F36;
    padding: 1rem;
  }
  footer .l-footer__bottom .link_list a {
    color: #fff;
    text-decoration: underline;
    margin: 0 1rem;
    font-size: 14px;
  }
  footer .l-footer .copylight {
    padding: 1rem;
  }
  .l-header {
    width: 100%;
  }
  .l-header.global .l-header__gnav__list .link:hover {
    background: #00ACFF;
  }
  .l-header__bnrArea__bnr.taiken {
    position: absolute;
    width: 75px;
    height: 70px;
    right: 7.8rem;
    top: 0;
    border-radius: 0 0 1rem 1rem;
  }
  .l-header__bnrArea__bnr.taiken .icon {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
  }
  .l-header__bnrArea__bnr.search {
    display: none;
  }
  .l-header__top {
    height: 80px;
  }
  .l-header__bottom {
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  }
  .l-header__gnav {
    background: #A71649;
    display: none;
    height: 100vh;
    position: relative;
    z-index: 9999;
  }
  #spWindow #spView {
    max-width: 100%;
    width: 100%;
    padding-top: 80px;
  }
  .l-home__mv__slider.swiper {
    padding-bottom: 3rem;
  }
  .l-home__mv__slider .paginationWrap .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-home__mv__slider .item .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-home__mv__slider .item .box .text {
    text-align: center;
    padding: 2.4rem 2rem;
  }
  .l-home__mv__slider .item .box .text .big {
    font-size: 2rem;
  }
  .l-home__mv__slider .item .box .text .big.red {
    font-size: 2.2rem;
  }
  .l-home__mv__slider .item .box .text .mini.bottom {
    font-size: 1.6rem;
  }
  .l-home__mv__slider .item .slide-01 .logo {
    display: none;
  }
  .l-home__mv__slider .item .slide-01 .m-btn {
    display: none;
  }
  .l-home__content .acBody .bodyTitle {
    font-size: 1.6rem;
  }
  .l-home__content__philosophy {
    margin-bottom: 3rem;
  }
  .l-home__content__philosophy__list .item {
    padding: 5.5rem 1.8rem 2rem;
  }
  .l-home__content__philosophy__list .item:not(:first-child) {
    margin-top: 5rem;
  }
  .l-home__content__philosophy__list .item .titleBox {
    margin-bottom: 1.5rem;
  }
  .l-home__content__philosophy__list .item::before {
    width: 10rem;
    height: 8rem;
    top: -4rem;
    left: calc(50% - 5rem);
  }
  .l-home__content__philosophy__list .item .icon {
    display: inline-block;
    height: 4rem;
    margin-right: 1rem;
  }
  .l-home__content__philosophy__list .item .ex {
    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;
  }
  .l-home__content__philosophy__system .grayBox {
    width: 100vw;
    margin-left: -2rem;
  }
  .l-home__content__philosophy__system .grayBox p {
    font-size: 1.5rem;
  }
  .l-home__content__philosophy__system .yellowBox {
    padding: 1.6rem;
  }
  .l-home__content__philosophy__system .yellowBox p {
    font-size: 1.6rem;
  }
  .l-home__content__philosophy__system .yellowBox .red {
    font-size: 1.8rem;
  }
  .l-home__content__feature .l-accordionSet.box02 {
    margin-bottom: 1.5rem;
  }
  .l-home__content__point .row02 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .l-home__content__point .row02 .big {
    font-size: 2.4rem;
  }
  .l-home__content__point .row02 .big .blue {
    font-size: 4rem;
  }
  .l-home__content__point .box04 .acBody .alignCenter img {
    display: none;
  }
  .l-home__content__point .box04 .acBody .right {
    margin-top: 1.5rem;
  }
  .l-home__content__point .box05 .text h4 {
    font-size: 1.8rem;
  }
  .l-home__content__point .box05 .text .list {
    font-size: 1.6rem;
  }
  .l-home__content__point .box07 {
    margin-top: 2rem;
  }
  .l-home__content__point .m-accordion .acHead {
    padding-left: 2.5rem;
  }
  .l-home__content__point .acBody .m-btn.red {
    width: 100%;
    margin: 1rem 0;
  }
  .l-home__content__point section:not(:first-child) .content {
    margin-top: 3rem;
  }
  .l-home__content__faq .areaTitle {
    font-size: 1.8rem;
  }
  .l-home__content__faq .areaTitle .big {
    font-size: 3rem;
  }
  .l-home__content__faq__list .m-accordion {
    padding: 1.2rem 1.5rem;
  }
  .l-home__content__faq__list .acHead {
    padding-left: 5rem;
    min-height: 4rem;
    padding-right: 2rem;
    background-size: 1.2rem auto;
    background-position: right 0rem top 50%;
  }
  .l-home__content__faq__list .acHead .title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .l-home__content__faq__list .acHead::before {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
  }
  .l-home__content__faq__list .acBody {
    padding-top: 2rem;
  }
  .l-home__content__faq__list .acBody ol {
    margin-left: 2rem;
  }
  .l-home__content__faq__list .acBody ol li {
    font-size: 1.4rem;
  }
  .l-home__content__faq__list .acBody h4 {
    font-size: 1.4rem;
  }
  .l-home__content__faq__list .acBody h3.title {
    padding-left: 5rem;
    margin-bottom: 1.5rem;
    min-height: 4rem;
    padding-right: 2rem;
    background-size: 1.2rem auto;
    background-position: right 0rem top 50%;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .l-home__content__faq__list .acBody h3.title::before {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
  }
  .l-home__content__faq__list .acBody .ex {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-privacy__content .btn {
    height: 45px;
  }
  .l-second__content__searchResult .resultTitle .num {
    font-size: 4rem;
  }
  .l-second__content__searchResult__list .item .photo {
    margin-bottom: 1.6rem;
  }
  .l-second__content .box-white {
    padding: 2.5rem 2rem;
  }
  .l-second__content .radius, .l-second__content .l-second__curriculum__list .item, .l-second__curriculum__list .l-second__content .item, .l-second__content .l-second__recital__linkBox, .l-second__content .l-second__content__basic__pc_vi {
    border-radius: 1rem;
  }
  .l-second__content__basic__sp_vi {
    width: 100%;
    aspect-ratio: 3/2;
    background: no-repeat 50%/cover;
  }
  .l-second__content__basic__page_title .icon {
    height: 50px;
  }
  .l-second__content__basic .message .thin_title {
    font-size: 2rem;
    margin-bottom: 4%;
  }
  .l-second__content__basic .message .ex {
    line-height: 1.6;
  }
  .l-second__content__basic .l-accordionSet:not(:first-child) {
    margin-top: 2rem;
  }
  .l-second__content__basic .l-accordionSet .acBody .right {
    margin-top: 2rem;
  }
  .l-second .row02 .big {
    font-size: 2.4rem;
  }
  .l-second .row02 .big .blue {
    font-size: 4rem;
  }
  .l-second__recital .ex {
    font-size: 1.4rem;
  }
  .l-second__recital .box-gray .l-second__content__center .message {
    margin-bottom: 2rem;
  }
  .l-second__recital .box-gray .l-second__content__center .message h2 {
    font-size: 2rem;
  }
  .l-second__recital .box-gray .l-second__content__center .message .ex {
    font-size: 1.5rem;
    text-align: left;
  }
  .l-second__recital .box-gray .l-second__content__center .yellow {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .l-second__recital .box-gray .l-second__content__center .yellowBox {
    padding: 2rem;
    border-radius: 1rem;
  }
  .l-second__recital .box-gray .l-second__content__center .yellowBox .list li {
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
  .l-second__recital .box-gray .l-second__content__center .yellowBox .list li:not(:first-child) {
    margin-top: 1rem;
  }
  .l-second__recital .box-gray .l-second__content__center .yellowBox .list li::before {
    top: 0.2rem;
    font-size: 1.2rem;
  }
  .l-second__recital .box-gray .event {
    margin-top: 3rem;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    border-radius: 0;
    padding: 2rem;
  }
  .l-second__recital .box-gray .event .title {
    font-size: 1.6rem;
    height: 5rem;
    background: #fff;
    color: #CC516C;
    font-weight: 100;
    line-height: 1.5;
    padding-top: 1rem;
  }
  .l-second__recital .box-gray .event .photo {
    margin-bottom: 1.5rem;
  }
  .l-second__recital .box-gray .event .presentation-section .section-title {
    color: #5A5A5A;
    font-size: 1.6rem;
  }
  .l-second__recital .box-gray .event .presentation-section .description {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .l-second__recital .box-gray .event .conclusion {
    font-size: 1.4rem;
  }
  .l-second__recital__linkBox {
    padding: 2rem 1.5rem 2rem;
  }
  .l-second__recital__linkBox .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .l-second__recital__linkBox__list .m-btn {
    height: 45px;
    margin: 1rem 0;
  }
  .l-second__recital__archive .box-gray .box-white {
    padding: 2rem 1.8rem;
  }
  .l-second__recital__archive .box-gray .box-white .m-accordion .acHead {
    height: auto;
    background: no-repeat url(../img/common/icon-plus-bk.svg) right 0rem top 50%/1.4rem auto;
  }
  .l-second__recital__archive .box-gray .box-white .m-accordion .acHead .title {
    margin-bottom: 0;
  }
  .l-second__recital__archive .box-gray .box-white .m-accordion .acHead.is-active {
    background-image: url(../img/common/icon-minus-bk.svg);
  }
  .l-second__recital__archive .box-gray .box-white .m-accordion .acBody {
    padding-top: 2rem;
  }
  .l-second__recital__archive .box-gray .box-white .title {
    font-size: 1.7rem;
  }
  .l-second__recital__archive__anchor {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.5rem;
    margin: 2rem 0 1rem;
  }
  .l-second__recital__archive__anchor .link {
    margin: 0.5rem 0.5rem;
    padding: 1.6rem 1.5rem;
    font-size: 1.6rem;
  }
  .l-second__recital__archive .l-accordionSet .acBody .photoList .item:not(:first-child) {
    margin-top: 3rem;
  }
  .l-second__recital__archive .l-accordionSet .acBody .photoList .photo {
    display: block;
  }
  .l-second__recital__archive__bottom.box-white {
    padding-right: 0;
    padding-left: 0;
  }
  .l-second__recital__archive__bottom .title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .l-second__recital__archive__bottom .box-beige {
    padding: 1rem 2rem;
  }
  .l-second__recital__archive__bottom .box-beige .m-btn {
    width: 80%;
    margin: 1.5rem auto;
  }
  .l-second__recital__archive__bottom .m-btn.back {
    width: calc(100% - 4rem);
    margin: 2rem auto 1rem;
    height: 7rem;
    background-position: 1.5rem 50%;
    background-size: auto 5rem;
  }
  .l-second__curriculum .box-gray .l-second__content__basic__pc_vi {
    margin-bottom: 1rem;
  }
  .l-second__curriculum .box-gray .figure {
    margin: 2rem auto 3rem;
  }
  .l-second__curriculum .box-gray .box-white {
    padding-bottom: 1rem;
  }
  .l-second__curriculum .box-gray .box-white .row02 {
    font-size: 1.8rem;
  }
  .l-second__curriculum__list .item:not(:first-child) {
    margin-top: 2rem;
  }
  .l-second__curriculum__list .item {
    padding: 2.5rem;
  }
  .l-second__curriculum__list .item .title {
    font-size: 2.2rem;
  }
  .l-second__curriculum__list .item .title .mini {
    font-size: 1.6rem;
  }
  .l-second__curriculum__list .item .titleBox {
    margin-bottom: 2rem;
  }
  .l-second__curriculum__list .item .colorTitle {
    font-size: 1.6rem;
    padding: 1rem;
    height: auto;
  }
  .l-second__curriculum__list .item .row .titleBox p {
    font-size: 1.6rem;
  }
  .l-second__curriculum__list .item .row .photoBox .text {
    width: 55%;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .l-second__curriculum__list .item .row .photoBox {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-second__curriculum__list .item .row .photoBox .photo {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .l-second__curriculum__list .item .row .photoBox .text {
    width: 100%;
  }
  .l-second__curriculum__list .item .row .colorTitle, .l-second__curriculum__list .item .row .photo {
    width: 42%;
  }
  .l-second__curriculum__list .item .row p {
    width: 55%;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .contact .l-second__article .l-form fieldset.policy input {
    width: 16px;
    height: 16px;
  }
  .contact .l-second__article .l-form fieldset.policy span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  #contentsWrap.view-pc {
    min-width: 1100px;
  }
  #spWindow .l-searchBox .title .icon {
    height: 30px;
    margin-right: 10px;
  }
  .view-pc .l-searchBox {
    border-radius: 2rem;
    max-width: 1000px;
    margin: auto;
    padding: 3rem 4rem;
  }
  .view-pc .l-searchBox .title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .view-pc .l-searchBox .title .icon {
    height: 30px;
    margin-right: 10px;
  }
  .view-pc .l-searchBox .form_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .view-pc .l-searchBox .form_box select, .view-pc .l-searchBox .form_box button {
    height: 50px;
  }
  .view-pc .l-searchBox .form_box .area {
    width: 30%;
  }
  .view-pc .l-searchBox .form_box .city {
    width: 53%;
  }
  .view-pc .l-searchBox .form_box .search_btn {
    width: 14%;
    border-radius: 1rem;
    background-position: 1.5rem 50%;
    text-align: right;
    padding-right: 1.8rem;
  }
  .centerBox {
    padding: 6rem 2rem;
  }
  .iconTitle {
    margin-bottom: 4rem;
  }
  .l-accordionSet {
    border-radius: 2rem;
  }
  .l-accordionSet.pc-show .headImage {
    display: none;
  }
  .l-accordionSet.pc-show .m-accordion .acHead {
    pointer-events: none;
    background-image: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-accordionSet.pc-show .m-accordion .acBody {
    display: block !important;
  }
  .l-accordionSet .acHead {
    background-image: none !important;
    pointer-events: none;
  }
  .l-accordionSet .acHead.number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-accordionSet .acHead {
    padding: 2.5rem 3rem;
  }
  .l-accordionSet .acBody {
    padding: 2.5rem 3rem 2.5rem;
    display: block !important;
  }
  .l-accordionSet .acBody .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-accordionSet .acBody .col-2 .left {
    width: 55%;
  }
  .l-accordionSet .acBody .col-2 .right {
    width: 40%;
    height: auto;
    border-radius: 1rem;
  }
  .l-accordionSet .acBody .m-btn {
    margin-bottom: 0;
    width: 320px;
  }
  .l-accordionSet .acBody .m-btn.blue {
    width: 240px;
    margin: 2rem auto 2rem;
  }
  #spWindow #scrollTop {
    display: none !important;
  }
  footer .l-footer {
    padding: 5rem 0rem 0;
  }
  footer .l-footer__content {
    max-width: 1000px;
    padding-bottom: 4rem;
    margin: auto;
  }
  footer .l-footer__content .btn-blue {
    max-width: 400px;
    margin: 0 auto 3rem;
  }
  footer .l-footer__content hr.dot {
    margin: 4rem 0 4rem;
  }
  footer .l-footer__bottom {
    background: #F4F4F4;
    padding: 5rem 0;
  }
  footer .l-footer__bottom__inner {
    margin: auto;
    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;
  }
  footer .l-footer__bottom__inner__left {
    width: 25%;
  }
  footer .l-footer__bottom__inner__left .logo {
    margin-bottom: 3rem;
  }
  footer .l-footer__bottom__inner__right {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .l-footer__bottom__inner__right .link_list {
    width: 17%;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .l-footer__bottom__inner__right .link_list:nth-child(2) {
    width: 35%;
  }
  footer .l-footer__bottom__inner__right .link_list .link {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    color: #5A5A5A;
    font-weight: 700;
  }
  footer .l-footer__bottom__inner__right .link_list .link:not(:first-child) {
    margin-top: 2rem;
  }
  footer .l-footer__bottom__inner__bnrArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    width: 100%;
  }
  footer .l-footer__bottom__inner__bnrArea__bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    font-weight: 700;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    border-radius: 10rem;
    white-space: nowrap;
    width: 48%;
    padding-left: 2.5rem;
    font-size: 1.8rem;
    font-size: clamp(1.2rem, 1vw, 1.8rem);
    line-height: 1;
  }
  footer .l-footer__bottom__inner__bnrArea__bnr .icon {
    position: absolute;
    left: 0.7rem;
    height: 2rem;
    width: auto;
    margin: 0;
  }
  footer .l-footer__bottom__inner__bnrArea__bnr.taiken .icon {
    width: 28px;
    height: auto;
  }
  footer .l-footer__bottom__inner__bnrArea__bnr.search .icon {
    left: 1.5rem;
  }
  .view-pc {
    padding-top: 100px;
  }
  .view-pc .l-header {
    min-width: 1100px;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    background: none;
  }
  .view-pc .l-header .l-header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .view-pc .l-header .l-header__gnav {
    height: auto;
    background: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: visible;
  }
  .view-pc .l-header .l-header__gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .view-pc .l-header .l-header__gnav__list__item:not(:first-child) {
    margin-left: 3%;
  }
  .view-pc .l-header .l-header__gnav__list .link {
    padding: 0;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-size: clamp(1.1rem, 1vw, 1.6rem);
    background: url(../img/common/icon-list.svg) no-repeat 0 50%/6px auto;
    padding-left: 0.8em;
    line-height: 1;
    letter-spacing: 0;
  }
  .view-pc .l-header .l-header__gnav__list .link:hover {
    color: #A71549;
  }
  .view-pc .l-header .l-header__gnav__list .link.current {
    background-image: url(../img/common/icon-list-active.svg);
    color: #A71549;
  }
  .view-pc .l-header .l-header__gnav__list .link::before {
    display: none;
  }
  .view-pc .l-header .pc-hide {
    display: none;
  }
  .home .l-header.global .l-header__bottom {
    display: none;
  }
  .l-header {
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    width: 420px;
    background: #A71649;
    height: 100%;
  }
  .l-header.global {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    height: 100px;
  }
  .l-header.global nav {
    width: 58%;
  }
  .l-header.global .l-header__top {
    padding: 0;
  }
  .l-header.global .l-header__wrap {
    height: 100%;
    padding: 0 4rem;
  }
  .l-header.global .l-header__top, .l-header.global .l-header__gnav {
    height: 100%;
  }
  .l-header.global .l-header__gnav {
    width: 100%;
  }
  .l-header.global .l-header__gnav__area {
    width: 100%;
  }
  .l-header__bnrArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    width: 22%;
  }
  .l-header__bnrArea__bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    font-weight: 700;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    border-radius: 10rem;
    white-space: nowrap;
    width: 48%;
    padding-left: 2.5rem;
    font-size: 1.8rem;
    font-size: clamp(1.2rem, 1vw, 1.8rem);
    line-height: 1;
  }
  .l-header__bnrArea__bnr .icon {
    position: absolute;
    left: 1.2rem;
    height: 2rem;
    width: auto;
    margin: 0;
  }
  .l-header__bnrArea__bnr.taiken .icon {
    width: 28px;
    height: auto;
  }
  .l-header__bnrArea__bnr.search {
    margin-left: 1rem;
  }
  .l-header__bnrArea__bnr.search .icon {
    left: 1.5rem;
  }
  .l-header__top .siteTitle img {
    height: 60px;
  }
  .l-header__bottom {
    width: 420px;
    -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
  }
  .l-header__trigger {
    display: none;
  }
  .l-header__gnav {
    display: block !important;
    height: calc(100vh - 177px);
  }
  .l-header__sp_trigger {
    display: none;
  }
  .l-header__sp_trigger__close {
    display: none;
  }
  #contentsWrap {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contentsWrap::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/common/pc-bg.png) 50%/cover;
  }
  #contentsWrap.view-pc::before {
    background: none;
  }
  #spWindow {
    position: absolute;
    right: 0;
    width: calc(100% - 420px);
  }
  .l-home__mv__slider .paginationWrap {
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
  }
  .l-home__mv__slider .item {
    background-image: url(../img/home/slide-bg.png);
    height: 35vw;
    max-height: 600px;
    min-height: 520px;
  }
  .l-home__mv__slider .item .box {
    max-width: 1100px;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-home__mv__slider .item .box .text {
    width: 58%;
  }
  .l-home__mv__slider .item .box .photo {
    border-radius: 8rem 0 8rem 0;
    width: 42%;
  }
  .l-home__mv__slider .item .slide-01 .title {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
  .l-home__content__philosophy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8rem;
  }
  .l-home__content__philosophy__list .item {
    width: 31%;
  }
  .l-home__content__philosophy__list .item .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-home__content__philosophy__system .grayBox {
    border-radius: 2rem;
  }
  .l-home__content__feature .l-accordionSet.box01 {
    margin-bottom: 4rem;
  }
  .l-home__content .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-home__content .col2 .item {
    width: 50%;
  }
  .l-home__content .col2 .item:not(:first-child) {
    margin-left: 4rem;
  }
  .l-home__content__point {
    padding: 2rem 0rem 4rem;
  }
  .l-home__content__point .box06 .acHead, .l-home__content__point .box07 .acHead {
    height: 90px;
  }
  .l-home__content__faq {
    padding: 6rem 0;
  }
  .l-home__content__faq .areaTitle {
    margin-bottom: 4rem;
  }
  .l-home__content__faq__list .item:not(:first-child) {
    margin-top: 2rem;
  }
  .l-second__content__address_search {
    border-radius: 5rem 5rem 0 0;
  }
  .l-second__content__searchResult {
    padding: 6rem 0;
  }
  .l-second__content__searchResult__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-second__content__searchResult__list .item .photo {
    width: 45%;
  }
  .l-second__content__searchResult__list .item .text {
    width: calc(55% - 2rem);
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-second__content__searchResult__list .item .photo {
    border-radius: 3rem;
  }
  .l-second__content__searchResult__list .item .text .m-btn {
    border-radius: 10rem;
    width: 250px;
  }
  .l-second__content__searchResult__pager {
    margin-top: 8rem;
  }
  .l-second__content__searchResult__pager .pager_list a {
    width: 40px;
    height: 40px;
  }
  .l-second__content__searchResult__pager .pager_list .link {
    font-size: 1.8rem;
  }
  .l-second__content__searchResult__pager .pager_list .nav.prev {
    background-size: auto 20px;
  }
  .l-second__content__searchResult__pager .pager_list .nav.next {
    background-size: auto 20px;
  }
  .l-second__content__basic__pc_vi {
    margin-bottom: 4%;
    width: 100%;
    aspect-ratio: 16/9;
    background: no-repeat 50%/cover;
  }
  .l-second__content__basic .message .ex {
    width: 85%;
    margin: auto;
  }
  .l-second__content__basic .l-accordionSet .acHead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-second__need .l-accordionSet .acHead {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-second__recital .box-gray .event .presentation-section {
    padding: 3rem 4rem 4rem;
  }
  .l-second__recital__archive .l-accordionSet .acBody .photoList {
    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;
  }
  .l-second__recital__archive .l-accordionSet .acBody .photoList .item {
    width: 49%;
  }
  .l-second__recital__archive .l-accordionSet .acBody .photoList .item:nth-child(n+3) {
    margin-top: 3rem;
  }
  .l-second__recital__archive__bottom .box-beige .m-btn {
    width: 40%;
    margin: 1rem auto;
    font-size: 2rem;
  }
  .l-second__curriculum .box-gray .figure {
    max-width: 90%;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1550px) {
  .view-pc .l-header .l-header__wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}