@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300&family=Noto+Sans+JP:wght@400;600;700&display=swap");
/*@mixin hover2 {
  transition: .1s;
  box-shadow: 0 5px 0 0 darken($black, 20%);
  &:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    text-decoration: none;
    box-shadow: 0 0 0 0 darken($black, 20%);
  }
}*/
/******************************************
[global]
******************************************/
html,
body {
  /*height: 100%;*/
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}
.inner-wide {
  width: calc(100% - 80px);
  max-width: 1800px;
  margin: auto;
}

/* sp */
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .inner-wide {
    width: 100%;
    padding: 0 15px;
  }
  .inner > .inner {
    padding: 0;
  }
}
.flexInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexInner-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* sp */
@media screen and (max-width: 768px) {
  .flexInner {
    display: block;
  }
  .flexInner > div {
    width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.full {
  width: 100%;
}
img.radius {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  img.radius {
    border-radius: 14px;
  }
}
.img {
  font-size: 0;
  overflow: hidden;
}
.img img:nth-child(n+2) {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .img img:nth-child(n+2) {
    margin-top: 20px;
  }
}
b {
  font-weight: 700;
}

a {
  color: #F34A08;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
}

p {
  margin-top: 10px;
}
p:first-of-type {
  margin-top: 0;
}
p a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #F34A08;
  text-decoration: underline;
}
p.ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}

br.space {
  content: "";
  display: block;
  margin: 15px 0;
}

hr {
  margin: 0 auto;
  padding: 30px 0;
  border: 0;
  z-index: 1;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 16px;
  background: url(../img/hr.png) center no-repeat;
  background-size: contain;
}

small {
  font-size: 85%;
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
.tel i {
  font-size: 80%;
  margin: 0 5px 0 0;
}

.fz0 {
  font-size: 0;
}

.eng {
  font-family: "Sulphur Point";
  font-weight: 300;
  line-height: 1;
}

.colorRecruit {
  background-color: #F25984 !important;
}

.colorMail {
  background-color: #F2784C !important;
}

ul.disk li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -22.5px;
  padding-left: 25px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

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

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

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

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

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

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/******************************************
[PC・SP表示非表示]
******************************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 120% !important;
  font-weight: 700 !important;
  /* sp */
}
@media screen and (max-width: 768px) {
  .big {
    line-height: 1.6;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center !important;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-center-pc {
    text-align: justify;
  }
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 768px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #F25984 !important;
}

.color-sub {
  color: #10135F !important;
}

.black {
  color: #F25984 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #F34A08 !important;
}

.orange {
  color: #F2784C !important;
}

.yellow {
  color: #F7EF90 !important;
}

.green {
  color: #82c0ae !important;
}

.blue {
  color: #4579a4 !important;
}

.brown {
  color: #633d0e !important;
}

.gray {
  color: #b5b3aa !important;
}

.gray-light {
  color: #F6F6F6 !important;
}

/******************************************
[見出し]
******************************************/
h2 {
  width: 100%;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-all;
}
h2.midashi-h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 30px;
  display: block;
}
h2.midashi-h2.center {
  text-align: center;
}
h2.midashi-h2 span.eng {
  font-size: 3.5rem;
  color: #F25984;
  display: block;
  line-height: 1.2;
}

/* sp */
@media screen and (max-width: 768px) {
  h2.midashi-h2 {
    font-size: 1rem;
    margin: 0 0 20px;
  }
  h2.midashi-h2 span.eng {
    font-size: 2.75rem;
    line-height: 1;
  }
}
h3 {
  line-height: 1.5;
}
h3.midashi-h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #10135F;
  line-height: 1.4;
  margin: 0 0 20px;
  padding-left: 40px;
}
h3.midashi-h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url("../img/h3-bg.png") no-repeat center left;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* sp */
@media screen and (max-width: 768px) {
  h3.midashi-h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 0 20px;
    padding-left: 26px;
  }
  h3.midashi-h3:before {
    height: 46px;
  }
}
h4 {
  font-size: 1.375rem;
  line-height: 1.2;
  color: #10135F;
  margin: 20px 0;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h4:before {
  content: "";
  display: block;
  background: url("../img/icon_clover.png") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.125rem;
    margin: 20px 0;
  }
  h4:before {
    width: 18px;
    height: 18px;
  }
}
h5 {
  font-size: 1.125rem;
  color: #F25984;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #F25984;
  margin: 20px 0 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1rem;
  }
}
/******************************************
[header]
******************************************/
header {
  line-height: 1;
  margin: auto;
}
header .header {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
}
header .header-l h1 {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: normal;
  margin: 0 0 10px;
}
header .header-l .logo a {
  font-size: 0;
  display: block;
}
header .header-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .header-r .contactBtn a.tel {
  font-size: 2rem;
  color: #333;
  text-align: right;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-r .contactBtn a.tel i {
  font-size: 80%;
  margin-top: -10px;
}
header .header-r .contactBtn .btn {
  margin-top: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-r .contactBtn .btn a {
  font-weight: 600;
  color: #fff;
  background-color: #F25984;
  margin: 5px 0 0;
  padding: 5px 20px;
  border-radius: 8px;
}
header .header-r .contactBtn .btn a i {
  font-size: 160%;
  margin-right: 5px;
}
header .header-r .contactBtn .btn a:after {
  display: none;
}

/* sp */
@media screen and (max-width: 768px) {
  header {
    height: 50px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header {
    padding: 5px 60px;
  }
  header .header-l {
    padding: 0;
  }
  header .header-l h1 {
    font-size: 0.625rem;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  header .header-l .logo a img {
    margin-top: 5px;
  }
  header .header-r {
    display: none;
  }
}
/******************************************
[footer]
******************************************/
footer {
  background-color: #fff;
  padding: 80px 0;
}
footer .logo {
  margin-bottom: 20px;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
footer .footer > div {
  width: 50%;
}
footer .footer-left .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-left .info dt {
  width: 110px;
  font-weight: 700;
  margin-bottom: 5px;
}
footer .footer-left .info dd {
  width: calc(100% - 110px);
  line-height: 1.5;
}
footer .footer-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .footer-right .navi {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  margin-top: -10px;
}
footer .footer-right .navi > li a {
  color: #333;
  line-height: 1;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
footer .footer-right .navi > li a:before {
  content: "";
  display: block;
  background: url("../img/icon_moon-red.png") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
footer .footer-right .navi > li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #F25984;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0;
  }
  footer .logo {
    margin-bottom: 20px;
  }
  footer .footer {
    display: block;
  }
  footer .footer > div {
    width: 100%;
  }
  footer .footer-left .info dt, footer .footer-left .info dd {
    font-size: 0.75rem;
    border-bottom: 1px dashed #b5b3aa;
    padding: 5px 0;
  }
  footer .footer-left .info dt {
    width: 80px;
    margin: 0;
  }
  footer .footer-left .info dd {
    width: calc(100% - 80px);
    line-height: 1.5;
    padding-left: 10px;
  }
  footer .footer-right {
    margin: 20px auto;
  }
  footer .footer-right .navi {
    width: 100%;
    height: 160px;
    margin-top: 0;
  }
  footer .footer-right .navi > li a {
    font-size: 0.75rem;
    padding: 10px 15px 10px 0;
  }
  footer .footer-right .navi > li a:before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
}
.copy {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  font-size: 0.75rem;
  text-align: left;
}

/* sp */
@media screen and (max-width: 768px) {
  .copy {
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 0.75rem;
    text-align: center;
  }
}
/******************************************
[section]
******************************************/
section {
  padding: 80px 0;
  overflow: hidden;
  z-index: 0;
}
section:nth-child(odd) {
  background-color: rgba(242, 238, 223, 0.4);
}

/* sp */
@media screen and (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav {
  width: 100%;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  background-color: #F25984;
}
nav > ul {
  width: 100%;
  max-width: 1040px;
  line-height: 1;
  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;
  padding: 0;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
nav > ul > li {
  text-align: center;
  padding: 0;
}
nav > ul > li:hover > a {
  text-decoration: none;
}
nav > ul > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav > ul > li:last-child:after {
  display: none;
}
nav > ul > li > a, nav > ul > li > p {
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 15px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav > ul > li > a:hover, nav > ul > li > p:hover {
  text-decoration: none;
  background-color: #fff;
  color: #F25984;
}
nav > ul > li > a > span, nav > ul > li > p > span {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 5px;
}
nav .spNav-info {
  display: none;
}
nav .spNav-info-logo {
  display: none;
}

/* sp */
@media screen and (max-width: 768px) {
  nav {
    display: block;
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    will-change: transform;
    border-width: 0;
    padding: 0;
  }
  nav > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #F25984;
    margin: 0;
    border-top: 1px solid #fff;
  }
  nav > ul > li {
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  nav > ul > li:first-child {
    display: block;
  }
  nav > ul > li:after {
    display: none;
  }
  nav > ul > li > a, nav > ul > li > p {
    font-size: 0.75rem;
    padding: 15px;
    width: 100%;
  }
  nav > ul > li > a > span, nav > ul > li > p > span {
    font-size: 1.5rem;
  }
  nav .spNav-info {
    display: block;
    padding: 15px;
    border-radius: 0;
  }
  nav .spNav-info .btn {
    margin-top: 10px;
  }
  nav .spNav-info .btn a {
    font-size: 1rem;
    width: 100%;
    height: 40px;
  }
  nav .spNav-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav .spNav-info .info dt, nav .spNav-info .info dd {
    font-size: 0.75rem;
    line-height: 1.5;
    border-bottom: 1px dashed #b5b3aa;
    padding: 5px 0;
  }
  nav .spNav-info .info dt {
    width: 80px;
    font-weight: 700;
    margin-bottom: 0;
  }
  nav .spNav-info .info dd {
    width: calc(100% - 80px);
    padding-left: 5px;
  }
  nav .spNav-info-logo {
    height: 50px;
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 5px 60px 5px 10px;
  }
  nav .spNav-info-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  nav .spNav-info-logo a img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  nav .spNav-info .spNav-info-tel {
    font-size: 1rem;
    font-weight: 600;
  }
  nav .spNav-info .spNav-info-tel i {
    margin-right: 5px;
  }
}
/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .splogo {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #b5b3aa;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #F25984;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    bottom: 6px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 0;
  }
  .button {
    left: 0;
    outline: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    border-radius: 0;
  }
  .button:after {
    content: "MENU";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -8px;
  }
  .button .bar:after {
    top: 8px;
  }
  .open nav {
    left: 0;
    background-color: #fff;
  }
  .open .button {
    -ms-transform: translate(260px, 0);
        transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
    left: initial;
    right: 260px;
    border-radius: 0;
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.8;
    visibility: visible;
  }
  .telBtn {
    background: #F25984;
    right: 0;
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
  }
  .telBtn:after {
    content: "TEL";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.375rem;
    top: 5px;
  }
  .telBtn2 {
    top: 65px;
  }
  .telBtn2:after {
    content: "MOBILE";
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/* クローンナビ */
.clone-header {
  width: 100%;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  max-width: 100% !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
.clone-header .header {
  display: none;
  height: auto;
}
.clone-header .header-l, .clone-header .header-r {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .clone-header {
    min-width: 1020px;
  }
}
@media screen and (max-width: 768px) {
  .clone-header {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .clone-header {
    height: auto;
  }
  .clone-header nav {
    padding: 10px;
    display: block !important;
  }
  .clone-header nav ul {
    height: 40px;
    margin-top: 10px;
  }
}
.clone-header.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  top: 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
}
.clone-header.is-show nav {
  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;
}
.clone-header.is-show nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}
.clone-header.is-show nav ul li {
  height: 100%;
}
.clone-header.is-show nav .spNav-info-logo {
  font-size: 0;
  display: block;
  padding-left: 20px;
}
.clone-header.is-show nav .spNav-info-logo a img {
  height: 24px;
}

/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: -70px;
  right: 10px;
  width: auto;
  height: 120px;
}
.pagetop a {
  line-height: 1;
  display: block;
  height: 120px;
}
.pagetop a img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  bottom: 10px;
}
@media screen and (min-width: 769px) {
  .pagetop.fade:hover {
    bottom: 15px;
  }
}

/* sp */
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: -70px;
    right: 5px;
    width: auto;
    height: 40px;
  }
  .pagetop a {
    height: 60px;
  }
  .pagetop.fade {
    bottom: 60px;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
  height: 400px;
}
/* sp */
@media screen and (max-width: 768px) {
  .gmap {
    height: 300px !important;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  -webkit-box-shadow: 5px 5px 0px 0px rgba(16, 19, 95, 0.5);
          box-shadow: 5px 5px 0px 0px rgba(16, 19, 95, 0.5);
}

.shadow-2 {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(16, 19, 95, 0.5);
          box-shadow: 10px 10px 0px 0px rgba(16, 19, 95, 0.5);
}

.shadow-3 {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(16, 19, 95, 0.5);
          box-shadow: 5px 5px 5px 0px rgba(16, 19, 95, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -0.9rem;
  padding: 0 0 0 0.9rem;
  margin: 4px 0 0;
  display: block;
  width: 100%;
}
.note:first-child {
  margin: 10px 0 0;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  display: block;
}

/* sp */
@media screen and (max-width: 768px) {
  .note {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
}
/******************************************
[topics] トピックス
******************************************/
.topics.news ul.topicsArea li {
  width: 100%;
}
.topics.news ul.topicsArea li:last-child {
  margin-bottom: 0;
}
.topics.news ul.topicsArea li:last-child a {
  border-bottom-width: 0;
}
.topics.news ul.topicsArea li .topics_date {
  font-weight: 700;
  display: inline-block;
  margin: 0;
  color: #F25984;
  /*background: $main;
  border-radius: 100px;
  padding: 0 15px 3px 15px;*/
}
.topics.news ul.topicsArea li .topics_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 20px;
}
.topics.news ul.topicsArea li .topics_thumb {
  display: block;
}
.topics.news ul.topicsArea li .topics_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}
.topics.news ul.topicsArea li a {
  font-size: 1.125rem;
  line-height: 1;
  padding: 20px 0;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #b5b3aa;
}
.topics.news ul.topicsArea li a:hover {
  text-decoration: none;
}
.topics.detail .topics_title {
  font-size: 1.25rem;
  font-weight: 800;
}
.topics.detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
}
.topics.detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics.detail .topics_body {
  font-size: 1rem;
  padding: 40px 0 0;
}
.topics.detail .topics_body a {
  text-decoration: underline;
}
.topics.detail .topics_body h2 {
  margin: 20px 0 12px 0;
  font-size: 1.75em;
  color: #F2784C;
  margin-bottom: 1rem;
}
.topics.detail .topics_body h3 {
  margin: 40px 0 12px 0;
  border-bottom: solid 1px #c3b9b6;
  padding-bottom: 5px;
  color: #a46853;
  font-size: 1.3rem;
}
.topics.detail .topics_body h4 {
  margin: 30px 0 10px 0;
  background-color: #9a9a9a;
  color: #fff;
  padding: 2px 9px;
}
.topics.detail .topics_body p {
  line-height: 165%;
  margin-bottom: 1rem;
}
.topics.thumbnail > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 60px 60px;
}
.topics.thumbnail > ul li {
  width: 280px;
}
.topics.thumbnail > ul li a {
  color: #333;
  display: block;
  line-height: 1.2;
  padding: 0;
}
.topics.thumbnail > ul li a > span {
  display: block;
}
.topics.thumbnail > ul li .topics_thumb {
  width: 280px;
  height: 198px;
  display: block;
  margin: 0 auto 10px;
  overflow: hidden;
  background: url("../img/_thumbnail.jpg") center no-repeat;
  background-size: cover;
  z-index: 1;
}
.topics.thumbnail > ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topics.thumbnail > ul li .topics_date {
  color: #F25984;
  font-weight: 700;
  padding: 0 10px;
}
.topics.thumbnail > ul li .topics_title {
  font-weight: 700;
  width: 100%;
  text-align: left;
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
  display: block;
  padding: 0 10px;
  line-height: 1.5;
}
.topics .category_name {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  min-width: 80px;
  color: #fff;
  padding: 6px 10px 7px;
  margin-right: 20px;
  line-height: 1;
  background-color: #F25984;
  border-radius: 100px;
  display: inline-block !important;
}

/* sp */
@media screen and (max-width: 768px) {
  .topics.news ul.topicsArea li .topics_date {
    font-size: 0.875rem;
  }
  .topics.news ul.topicsArea li .topics_title {
    padding-left: 0;
    width: 100%;
    display: block;
    margin-top: 5px;
  }
  .topics.news ul.topicsArea li a {
    font-size: 0.875rem;
    display: block;
    padding: 10px 0;
    margin: 0;
  }
  .topics.news ul.topicsArea li span {
    display: inline-block;
  }
  .topics.detail {
    background-size: 240px 240px;
  }
  .topics.detail .topics_title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .topics.detail .topics_date {
    font-size: 0.625rem;
  }
  .topics.detail .topics_body {
    font-size: 1rem;
    padding: 30px 15px;
  }
  .topics.thumbnail ul {
    display: block;
  }
  .topics.thumbnail ul li {
    width: 100%;
    margin: 40px 0 0;
  }
  .topics.thumbnail ul li:first-of-type {
    margin-top: 0;
  }
  .topics.thumbnail ul li .topics_thumb {
    width: 100%;
    aspect-ratio: 280/198;
    height: auto;
    border-radius: 4px;
  }
  .topics.thumbnail ul li .topics_date,
  .topics.thumbnail ul li .topics_title {
    font-size: 0.875rem;
  }
  .topics.thumbnail ul li .topics_date {
    padding: 0;
  }
  .topics.thumbnail ul li .topics_title {
    padding: 0;
    margin: 0;
  }
  .topics .category_name {
    font-size: 0.625rem;
    min-width: inherit;
    padding: 5px 10px;
    margin-right: 5px;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  position: fixed;
  right: 0;
  top: 260px;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideBnr a {
  width: 80px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: #F25984;
  border-radius: 6px 0 0 6px;
  padding: 20px 36px 20px 20px;
  margin: 10px 0;
  display: block;
  line-height: 1;
  text-decoration: none;
  right: -18px;
}
.sideBnr a:hover {
  right: 0;
}
.sideBnr a i {
  font-size: 150%;
  margin-bottom: 10px;
}
.sideBnr a i.icon-line:before {
  color: #fff;
}

/* sp */
@media screen and (max-width: 768px) {
  .sideBnr {
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: initial;
    bottom: 0;
    z-index: 10;
    text-align: center;
    padding: 6px;
    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;
    background-color: #fff;
    z-index: 9;
  }
  .sideBnr a {
    width: calc(50% - 3px);
    font-size: 0.875rem;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
    padding: 10px 0;
    margin: 0;
    display: block;
    right: 0;
    border-radius: 0;
  }
  .sideBnr a:first-child {
    width: calc(40% - 3px);
  }
  .sideBnr a:last-child {
    width: calc(60% - 3px);
  }
  .sideBnr a i {
    font-size: 140%;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.imgTxt .flowNum {
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 1;
}
.imgTxt-img {
  font-size: 0;
  width: 400px;
  overflow: hidden;
}
.imgTxt-img img {
  width: 100%;
}
.imgTxt-img.right {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.imgTxt-img.left {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.imgTxt-img.height100 {
  border-radius: 20px;
}
.imgTxt-img.height100 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  height: 100%;
  max-width: initial;
}
.imgTxt-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgTxt-txt .ttl {
  font-size: 2rem;
  color: #F2784C;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px;
  display: block;
}
.imgTxt-txt.left {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.imgTxt-txt.right {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.imgTxt.big .imgTxt-img {
  width: 500px;
}
.imgTxt.big .imgTxt-img img {
  width: 100%;
}
.imgTxt.wide {
  margin-top: 40px;
}
.imgTxt.wide .imgTxt-img {
  width: 500px;
}
.imgTxt.wide .imgTxt-img img {
  width: 100%;
}
.imgTxt.wide .imgTxt-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgTxt.small .imgTxt-img {
  width: 300px;
}
.imgTxt.small .imgTxt-img img {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  .imgTxt,
  .imgTxt.mini {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
  }
  .imgTxt .flowNum,
  .imgTxt.mini .flowNum {
    left: -10px;
    top: -10px;
  }
  .imgTxt .flowNum img,
  .imgTxt.mini .flowNum img {
    width: 60px;
    height: auto;
  }
  .imgTxt > div,
  .imgTxt.mini > div {
    min-height: auto;
  }
  .imgTxt .imgTxt-img,
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-img,
  .imgTxt.mini .imgTxt-txt {
    width: 100% !important;
  }
  .imgTxt .imgTxt-img,
  .imgTxt.mini .imgTxt-img {
    height: auto;
    margin: 0 auto 20px;
  }
  .imgTxt .imgTxt-img img,
  .imgTxt.mini .imgTxt-img img {
    border-radius: 14px;
  }
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-txt {
    padding: 0 !important;
  }
  .imgTxt .ttl,
  .imgTxt.mini .ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .imgTxt .txt,
  .imgTxt.mini .txt {
    font-size: 1rem;
  }
  .imgTxt:nth-of-type(even) .imgTxt-txt,
  .imgTxt.mini:nth-of-type(even) .imgTxt-txt {
    padding: 15px 0 0;
  }
}
/******************************************
コンタクトエリア　.contactSec
******************************************/
#contactSec {
  padding: 30px 0;
  background: url("../img/bg_beige.jpg") repeat center;
  background-size: 50px 50px;
}
#contactSec .contactSec {
  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;
  gap: 30px;
}
#contactSec .contactSec h2 {
  width: auto;
  margin: 0 0 10px;
}
#contactSec .contactSec h2 span.eng {
  font-size: 2.75rem;
}
#contactSec .contactSec-btn {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
#contactSec .contactSec-btn > div, #contactSec .contactSec-btn > a {
  padding: 0 20px;
}
#contactSec .contactSec-btn .tel {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px dashed #b5b3aa;
  padding-left: 0;
}
#contactSec .contactSec-btn .tel i {
  margin: 5px 5px 0 0;
}
#contactSec .contactSec-btn .btn {
  margin: 0;
  border-right: 1px dashed #b5b3aa;
}
#contactSec .contactSec-btn .btn a {
  margin: 0;
  border-radius: 8px;
  background-color: #F25984;
  color: #fff;
  padding: 10px 20px;
}
#contactSec .contactSec-btn .btn a i {
  margin-right: 5px;
  font-size: 120%;
}
#contactSec .contactSec-btn .btn a:after {
  display: none;
}
#contactSec .contactSec-btn .sns {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#contactSec .contactSec-btn a:hover {
  text-decoration: none;
}

/* sp */
@media screen and (max-width: 768px) {
  #contactSec {
    padding: 60px 0;
    background-size: 40px 40px;
  }
  #contactSec .contactSec {
    display: block;
  }
  #contactSec .contactSec h2 {
    margin: 0 0 10px;
  }
  #contactSec .contactSec h2 span.eng {
    font-size: 2.75rem;
  }
  #contactSec .contactSec-btn {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contactSec .contactSec-btn > div, #contactSec .contactSec-btn > a {
    width: 100%;
    padding: 15px;
  }
  #contactSec .contactSec-btn .tel {
    font-size: 1.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px dashed #b5b3aa;
    border-right: none;
  }
  #contactSec .contactSec-btn .btn {
    border-bottom: 1px dashed #b5b3aa;
    border-right: none;
  }
  #contactSec .contactSec-btn .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  z-index: 1;
}
.btn a {
  font-size: 1rem;
  color: #F25984;
  font-weight: 900;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
  line-height: 1;
  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;
  padding: 15px 50px 16px 30px;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #F25984;
  border-radius: 100px;
}
.btn a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon_moon-red.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn a:hover {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  background-color: #F25984;
  color: #fff;
}
.btn a:hover:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  background: url("../img/icon_moon-white.png") no-repeat center;
}
.btn a img {
  margin-right: 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  .btn {
    margin: 30px auto 0;
  }
  .btn a {
    font-size: 0.875rem;
    padding: 0 55px 1px 30px;
    height: 50px;
    min-width: initial;
  }
  .btn a:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .telNum a {
    color: #fff;
  }
}
/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px;
}
table.basic tr {
  border-top: 1px dashed #b5b3aa;
}
table.basic tr:first-child {
  border-top-width: 0;
}
table.basic tr:after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #b5b3aa;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  margin: auto;
}
table.basic tr th, table.basic tr td {
  text-align: left;
  padding: 15px 20px;
  line-height: 1.5;
}
table.basic tr th {
  background-color: rgba(130, 192, 174, 0.2);
  font-weight: 600;
  width: 140px;
}

/* sp */
@media screen and (max-width: 768px) {
  table.basic {
    width: calc(100% + 20px);
    margin-left: -10px;
    border-spacing: 11px;
  }
  table.basic tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    border-top: none;
  }
  table.basic tr:first-child {
    margin-top: 0;
  }
  table.basic tr:after {
    bottom: -6px;
  }
  table.basic tr th, table.basic tr td {
    font-size: 0.875rem;
    padding: 10px;
  }
  table.basic tr th {
    width: 100%;
    padding: 10px;
  }
}
dl.basic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl.basic dt, dl.basic dd {
  border-bottom: 1px dashed #b5b3aa;
  padding: 10px 5px;
}
dl.basic dt {
  width: 25%;
}
dl.basic dd {
  width: 75%;
}

/******************************************
[.frame] フレーム
******************************************/
.frame {
  padding: 25px;
  margin: 20px 0;
}
.frame-line {
  border: 1px solid #b5b3aa;
  padding: 20px;
  margin: 10px 0;
}
.frame-white {
  background: #fff;
  padding: 30px;
  margin: 40px 0 0;
  border-radius: 8px;
}
.frame-white:first-of-type {
  margin-top: 0;
}
.frame-beige {
  background: rgba(242, 238, 223, 0.5);
  padding: 30px;
  margin: 40px 0 0;
  border-radius: 8px;
}
.frame-beige:first-of-type {
  margin-top: 0;
}
.frame-waku {
  padding: 40px 50px;
  background: url("../img/frame_top.png"), url("../img/frame_bottom.png");
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
}
.frame-waku:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  background: url("../img/frame_mid.png") repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/* sp */
@media screen and (max-width: 768px) {
  .frame {
    padding: 15px;
  }
  .frame-line {
    padding: 15px;
  }
  .frame-white {
    padding: 15px;
    margin: 20px 0 0;
  }
  .frame-waku {
    width: calc(100% + 20px);
    padding: 20px 25px;
    margin-left: -10px;
    background: url("../img/frame_top-sp.png"), url("../img/frame_bottom-sp.png");
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
  }
  .frame-waku:after {
    height: calc(100% - 56px);
    background: url("../img/frame_mid-sp.png") repeat center;
    background-size: 100% auto;
  }
}
/******************************************
[.check] チェックボックス
******************************************/
.check li {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  padding-bottom: 10px;
}
.check li:before {
  color: #F25984;
  font-size: 1.5em;
  line-height: 1;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
  margin-right: 10px;
}
.check.line li {
  border-bottom: 1px dashed #F25984;
}

/* sp */
@media screen and (max-width: 768px) {
  .check li {
    font-size: 1rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 10px;
  }
  .check li:first-child {
    margin-top: 0;
  }
  .check li:before {
    font-size: 1.2em;
  }
}
.list li {
  display: block;
  line-height: 1.5;
  padding-left: 1.4rem;
  padding-bottom: 20px;
  margin: 20px 0 0;
  border-bottom: 1px dashed #b5b3aa;
}
.list li:first-child {
  margin-top: 0;
}
.list li:before {
  content: "●";
  color: #F25984;
  display: inline-block;
  width: 1em;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.list.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list.inline li {
  margin: 0 5% 2% 0;
}
.list.noborder li {
  border-bottom-width: 0;
  padding-bottom: 5px;
  margin-top: 5px;
}
.list-num li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 32px;
  margin-top: 15px;
}
.list-num li:first-child {
  margin-top: 0;
}
.list-num li span {
  font-weight: 900;
  display: inline-block;
  line-height: 1.4;
  width: 27px;
  height: 27px;
  background-color: #F25984;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
}

/* sp */
@media screen and (max-width: 768px) {
  .list li {
    padding-bottom: 15px;
    margin: 15px 0 0;
  }
  .list.inline li {
    margin: 0 5% 2% 0;
  }
  .list-num li {
    font-size: 0.875rem;
    padding-left: 25px;
    margin-top: 10px;
  }
  .list-num li span {
    width: 20px;
    height: 20px;
  }
}
/******************************************
ローディング　loading
******************************************/
#load_animation {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

#load_animation.is-active {
  opacity: 0;
  visibility: hidden;
}

.load-icon {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  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;
  opacity: 0;
  visibility: hidden;
}
.load-icon img {
  width: auto;
  max-width: initial;
  height: 50px;
}

.load-icon.is-active {
  opacity: 1;
  visibility: visible;
}

/* sp */
@media screen and (max-width: 768px) {
  .load-icon img {
    width: 70%;
    height: auto;
  }
}
/******************************************
画面最下部追従バナー　fixBnr
******************************************/
.fixBnr {
  width: 100%;
  height: 80px;
  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;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #10135F;
  z-index: 100;
}
.fixBnr .btn {
  width: 50%;
  height: 100%;
  margin: 0;
}
.fixBnr .btn:nth-child(1) a {
  background-image: url(../img/bg-red.jpg);
}
.fixBnr .btn:nth-child(2) a {
  background-image: url(../img/bg-green.jpg);
}
.fixBnr .btn a {
  font-size: 1.5vw;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background-position: center;
  background-size: 293px 238px;
}
.fixBnr .btn a img {
  width: 2vw;
  margin: 0 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  .fixBnr {
    height: 40px;
  }
  .fixBnr .btn:nth-child(1) {
    width: 35%;
  }
  .fixBnr .btn:nth-child(2) {
    width: 65%;
  }
  .fixBnr .btn a {
    font-size: 0.6875rem;
  }
  .fixBnr .btn a img {
    width: auto;
    height: 20px;
  }
}
/******************************************
[flow.html] 
******************************************/
.step-list li {
  border-radius: 20px;
  background-color: #F6F6F6;
  margin: 10px 0 0;
  padding: 30px 30px 30px 180px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step-list li:first-child {
  margin-top: 0;
}
.step-list li .img {
  width: 120px;
  margin-right: 20px;
}
.step-list li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.step-list li .txt p.ttl {
  font-size: 1.75rem;
  font-weight: 700;
  color: #F34A08;
  margin-bottom: 5px;
}
.step > p {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 40px 15px;
  border-radius: 100px;
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

/* sp */
@media screen and (max-width: 768px) {
  .step-list li {
    display: block;
    border-radius: 18px;
    padding: 15px 15px 15px 75px;
  }
  .step-list li .img {
    width: 40px;
    margin: 0;
    position: absolute;
    top: 10px;
  }
  .step-list li .txt p {
    font-size: 0.875rem;
  }
  .step-list li .txt p.ttl {
    font-size: 1.25rem;
    margin: 0 0 10px 50px;
  }
  .step > p {
    font-size: 0.875rem;
    padding: 20px 5px;
    height: calc(100% - 40px);
    top: 20px;
    left: 5px;
  }
  .step > p.flow-sale {
    height: 72%;
    left: 35px;
  }
}
.float .img {
  font-size: 0;
}
.float .img.left {
  width: 220px;
  margin: 0 40px 20px 0;
  float: left;
}
.float .img.right {
  width: 220px;
  margin: 0 0 20px 40px;
  float: right;
}
/* sp */
@media screen and (max-width: 768px) {
  .float .img.left {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  .float .img.right {
    width: 100%;
    margin: 0 0 40px 0;
    float: none;
  }
}
.menu > li {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
  border-radius: 20px;
  padding: 10px 10px 20px;
}
.menu > li .img {
  border-radius: 15px;
  margin-bottom: 20px;
}
.menu > li .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu > li .txt {
  padding: 0 1rem;
}
.menu > li .txt .ttl {
  font-size: 30px !important;
  font-weight: 800;
  margin-bottom: 15px;
}
.menu > li .txt .btn {
  margin: 20px auto;
}
.menu > li .txt .btn a {
  background-color: #10135F;
}

/* sp */
@media screen and (max-width: 768px) {
  .menu {
    display: block;
  }
  .menu > li {
    width: 100%;
    padding: 15px 15px 20px;
    margin: 20px auto 0;
  }
  .menu > li:first-child {
    margin-top: 0;
  }
  .menu > li .txt .ttl {
    font-size: 20px !important;
  }
  .menu > li .txt .btn {
    margin: 20px auto 0;
  }
}
.ttl-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.ttl-txt h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  text-align: left;
  margin-bottom: 0;
}
.ttl-txt h3 span {
  text-align: left;
}
.ttl-txt p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/* sp */
@media screen and (max-width: 768px) {
  .ttl-txt {
    display: block;
    margin-bottom: 30px;
  }
  .ttl-txt h3 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
#bnr {
  padding: 40px 0;
  background-color: #fff;
}
#bnr a {
  display: block;
  font-size: 0;
}

#index {
  /******************************************
  [mv]
  ******************************************/
}
#index .mv {
  width: 100%;
  height: 600px;
  margin: auto;
  background-color: #fee0e3;
}
#index .mv-box {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
#index .mv-box .swiper-container {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index .mv-box .swiper-container .slide-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index .mv-box .swiper-container .slide-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .mv {
    height: 300px;
    margin-top: 50px;
  }
  #index .mv-box .swiper-container .slide-img img {
    width: auto;
    max-width: initial;
    height: 100%;
  }
}
#index {
  /******************************************
  [sec1]  イベント
  ******************************************/
}
#index #event {
  background-image: url("../img/index_sec1-bg-l.jpg"), url("../img/index_sec1-bg-r.jpg");
  background-size: 174px 220px;
  background-position: left bottom, right top;
  background-repeat: no-repeat;
}
#index #event .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index #event .news .topicsArea {
  padding-left: 20px;
}
#index #event .news .news-ttl {
  width: 25%;
}
#index #event .news .news-ttl .midashi-h3 {
  text-align: left;
  margin-bottom: 40px;
}
#index #event .news .news-ttl .midashi-h3 span {
  text-align: left;
}
#index #event .news ul {
  width: 75%;
}
#index #event .news ul li {
  padding: 0;
}
#index #event .news ul li a {
  padding: 20px 0;
}
#index #event .news ul li:first-of-type a {
  border-top-width: 0;
}
#index #event .news .btn {
  margin: 0;
}
#index #event .news .btn a {
  margin: 0;
}
#index #event .news .btn.pc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #event {
    background-size: 87px 110px;
  }
  #index #event .news {
    display: block;
  }
  #index #event .news .topicsArea {
    padding-left: 0;
  }
  #index #event .news .news-ttl {
    width: 100%;
  }
  #index #event .news .news-ttl .midashi-h3 {
    text-align: left;
    margin-bottom: 40px;
  }
  #index #event .news .news-ttl .midashi-h3 span {
    text-align: left;
  }
  #index #event .news ul {
    width: 100%;
  }
  #index #event .news .btn {
    margin: 0;
  }
  #index #event .news .btn a {
    margin: 0;
  }
  #index #event .news .btn.pc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#index {
  /******************************************
  [sec2]  お知らせ
  ******************************************/
}
#index #news {
  background: url("../img/index_sec2-bg.jpg") no-repeat center;
  background-size: cover;
}
#index #news .news {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 40px;
}
#index #news .news .midashi-h2 {
  text-align: center;
  margin-bottom: 20px;
}
#index #news .news .midashi-h2 span {
  text-align: center;
}
#index #news .news ul li {
  padding: 0;
}
#index #news .news ul li a {
  font-size: 1rem;
  padding: 20px 0;
  border-bottom: 1px dashed #b5b3aa;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #news .news {
    padding: 20px;
  }
  #index #news .news .midashi-h2 {
    margin-bottom: 0;
  }
}
#index {
  /******************************************
  [sec2]  トップメニュー
  ******************************************/
}
#index .topMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 4%;
}
#index .topMenu li {
  position: relative;
  width: 48%;
  height: 375px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
#index .topMenu li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: -2;
}
#index .topMenu li.topMenu-photo1::before {
  background-image: url("../img/index_sec3-img1.jpg");
}
#index .topMenu li.topMenu-photo2::before {
  background-image: url("../img/index_sec3-img2.jpg");
}
#index .topMenu li.topMenu-photo3::before {
  background-image: url("../img/index_sec3-img3.jpg");
}
#index .topMenu li.topMenu-photo4::before {
  background-image: url("../img/index_sec3-img4.jpg");
}
#index .topMenu li.topMenu-photo5::before {
  background-image: url("../img/index_sec3-img5.jpg");
}
#index .topMenu li.topMenu-photo6::before {
  background-image: url("../img/index_sec3-img6.jpg");
}
#index .topMenu li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 19, 95, 0.7);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: -1;
}
#index .topMenu li:hover:before {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
#index .topMenu li:hover:after {
  background-color: rgba(16, 19, 95, 0.3);
}
#index .topMenu li a {
  text-align: center;
  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: 100%;
  padding: 40px;
  color: #fff;
  text-decoration: none;
}
#index .topMenu li a:hover {
  text-decoration: none;
}
#index .topMenu li a .ttl {
  margin: 0;
  font-weight: 600;
}
#index .topMenu li a .ttl > span {
  font-size: 2.25rem;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .topMenu {
    display: block;
    padding: 0 20px;
  }
  #index .topMenu li {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 500/375;
    height: auto;
    margin-top: 20px;
  }
  #index .topMenu li:first-of-type {
    margin-top: 0;
  }
  #index .topMenu li a {
    padding: 20px;
  }
  #index .topMenu li a .ttl {
    font-size: 1rem;
  }
  #index .topMenu li a .ttl > span {
    font-size: 2rem;
    line-height: 1.2;
  }
}
#index {
  /******************************************
  [sec3]  講座について
  ******************************************/
}
#index #topMenu-sub {
  background: url("../img/index_sec4-bg.jpg") no-repeat center center;
  background-size: cover;
}
#index .topMenu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 40px;
}
#index .topMenu-sub li {
  width: 320px;
  height: 226px;
}
#index .topMenu-sub li 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: 100%;
  height: 100%;
  padding: 40px;
  color: #333;
  background: url("../img/index_sec4-menuBg.jpg") no-repeat center center;
  background-size: contain;
}
#index .topMenu-sub li a .txt {
  color: #fff;
  text-align: center;
  font-weight: 600;
}
#index .topMenu-sub li a .txt > span {
  display: block;
}
#index .topMenu-sub li a .txt .icon {
  display: block;
  margin-bottom: 5px;
}
#index .topMenu-sub li a .txt .ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}
#index .topMenu-sub li a:hover {
  background: url("../img/index_sec4-menuBg-on.jpg") no-repeat center center;
  text-decoration: none;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .topMenu-sub {
    gap: 16px 16px;
  }
  #index .topMenu-sub li {
    width: calc(50% - 8px); /* 親要素の半分（横2列）になるよう調整 */
    aspect-ratio: 320/226; /* これで高さが自動計算されます */
    height: auto; /* 固定値の上書きを防ぐ */
  }
  #index .topMenu-sub li a {
    padding: 20px;
  }
  #index .topMenu-sub li a .txt .icon img {
    width: auto;
    height: 40px;
  }
  #index .topMenu-sub li a .txt .ttl {
    font-size: 1rem;
    line-height: 1.2;
  }
}
#index {
  /******************************************
  [sec6]  活動の様子
  ******************************************/
}
#index #report {
  background: url("../img/index_sec6-bg.jpg") no-repeat center center;
  background-size: cover;
}
#index #report .topics {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 40px;
}
#index #report .topics .topics_thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/index_sec6-frame.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #report .topics {
    padding: 20px;
  }
}
#index {
  /******************************************
  [sec4]  採用情報
  ******************************************/
}
#index .recruitSec {
  width: 100%;
  height: 400px;
  background-color: #F2EEDF;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#index .recruitSec-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#index .recruitSec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#index .recruitSec-text {
  width: 30%;
  min-width: 500px;
  padding: 60px 20px;
}
#index .recruitSec-text .ttl {
  font-size: 2rem;
  color: #F2784C;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
#index .recruitSec-text .txt {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
#index .recruitSec-text .btn {
  margin-top: 40px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .recruitSec {
    height: auto;
    border-radius: 16px;
    display: block;
  }
  #index .recruitSec-img {
    font-size: 0;
  }
  #index .recruitSec-img img {
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
  }
  #index .recruitSec-text {
    width: 100%;
    min-width: initial;
    padding: 15px;
  }
  #index .recruitSec-text .ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  #index .recruitSec-text .txt {
    font-size: 0.875rem;
  }
  #index .recruitSec-text .btn {
    margin-top: 20px;
  }
}
#index {
  /******************************************
  [sec5]  アクセス
  ******************************************/
}
#index .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index .access > div {
  height: 480px;
}
#index .access > div iframe {
  height: 100%;
}
#index .access-l {
  width: 440px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}
#index .access-l .img {
  border-radius: 12px;
  margin-bottom: 10px;
}
#index .access-l .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 94%;
  margin: auto;
}
#index .access-l .info dt, #index .access-l .info dd {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 5px 0;
  border-top: 1px dashed #b5b3aa;
}
#index .access-l .info dt:first-of-type, #index .access-l .info dd:first-of-type {
  border-top-width: 0;
}
#index .access-l .info dt {
  width: 19.2%;
  font-weight: 700;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#index .access-l .info dd {
  width: 80.8%;
  font-weight: normal;
  padding-left: 8%;
}
#index .access-r {
  width: 560px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .access {
    display: block;
  }
  #index .access > div {
    height: auto;
  }
  #index .access-l {
    width: 100%;
    border-radius: 16px;
    padding: 15px;
  }
  #index .access-l .img {
    border-radius: 10px;
  }
  #index .access-l .info dt, #index .access-l .info dd {
    font-size: 0.875rem;
  }
  #index .access-r {
    width: 100%;
    margin-top: 20px;
  }
}
#index {
  /******************************************
  [sec6]  ブログバナー
  ******************************************/
}
#index #blog {
  padding: 60px 0 80px;
  background-color: initial;
}
#index a.blog-btn {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F2EEDF;
  border-radius: 16px;
  overflow: hidden;
  padding-right: 20px;
}
#index a.blog-btn span {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index a.blog-btn span img {
  font-size: 0;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index a.blog-btn {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 16px;
    padding-right: 0;
  }
  #index a.blog-btn span {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index a.blog-btn span img {
    margin: 5px 0;
  }
  #index a.blog-btn span.img1 {
    width: 100%;
    height: 150px;
  }
  #index a.blog-btn span.img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #index a.blog-btn span.img2 {
    width: 35%;
    padding: 15px 0 15px 15px;
  }
  #index a.blog-btn span.img2 img {
    height: auto;
  }
  #index a.blog-btn span.img3 {
    width: 55%;
    padding: 15px 0;
  }
  #index a.blog-btn span.img3 img {
    height: auto;
  }
  #index a.blog-btn span.img4 {
    width: 10%;
    padding: 15px 15px 15px 0;
  }
  #index a.blog-btn span.img4 img {
    height: auto;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
}
#second .mv {
  width: 100%;
  margin: auto;
  height: 300px;
  background-color: #10135F;
  overflow: hidden;
}
#second .mv-box {
  width: 100%;
  height: 100%;
  margin: auto;
}
#second .mv-box:after {
  content: "";
  width: calc(100% + 10px);
  height: 310px;
  background: url("../img/index_sec2-bg.jpg") center no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 0;
  -ms-filter: blur(2px);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.4;
}
#second .mv-ttl {
  font-size: 2.25rem;
  color: #fff;
  height: 100%;
  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;
  z-index: 2;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .mv {
    margin-top: 50px;
    height: 150px;
  }
  #second .mv-box:after {
    height: 160px;
  }
  #second .mv-ttl {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
#second {
  /******************************************
  [greeting.html] カウンセラー紹介
  ******************************************/
}
#second .nadeshiko {
  --theme-color: #EF8585;
  background-color: var(--theme-color);
}
#second .nadeshiko .name, #second .nadeshiko i, #second .nadeshiko a {
  color: var(--theme-color);
}
#second .nadeshiko .btn a {
  background-color: var(--theme-color);
  color: #fff;
}
#second .megumi {
  --theme-color: #A97DB1;
  background-color: var(--theme-color);
}
#second .megumi .name, #second .megumi i, #second .megumi a {
  color: var(--theme-color);
}
#second .megumi .btn a {
  background-color: var(--theme-color);
  color: #fff;
}
#second .deiji {
  --theme-color: #F2A885;
  background-color: var(--theme-color);
}
#second .deiji .name, #second .deiji i, #second .deiji a {
  color: var(--theme-color);
}
#second .deiji .btn a {
  background-color: var(--theme-color);
  color: #fff;
}
#second .kaede {
  --theme-color: #66C0A8;
  background-color: var(--theme-color);
}
#second .kaede .name, #second .kaede i, #second .kaede a {
  color: var(--theme-color);
}
#second .kaede .btn a {
  background-color: var(--theme-color);
  color: #fff;
}
#second .narumi {
  --theme-color: #3B9CC4;
  background-color: var(--theme-color);
}
#second .narumi .name, #second .narumi i, #second .narumi a {
  color: var(--theme-color);
}
#second .narumi .btn a {
  background-color: var(--theme-color);
  color: #fff;
}
#second .ruka {
  --theme-color: #85B2EF;
  background-color: var(--theme-color);
}
#second .ruka .name, #second .ruka i, #second .ruka a {
  color: var(--theme-color);
}
#second .ruka .btn a {
  background-color: var(--theme-color);
  color: #fff;
}
#second .marie {
  --theme-color: #E6C667;
  background-color: var(--theme-color);
}
#second .marie .name, #second .marie i, #second .marie a {
  color: var(--theme-color);
}
#second .marie .btn a {
  background-color: var(--theme-color);
  color: #fff;
}
#second .hinageshi {
  --theme-color: #EF85B2;
  background-color: var(--theme-color);
}
#second .hinageshi .name, #second .hinageshi i, #second .hinageshi a {
  color: var(--theme-color);
}
#second .hinageshi .btn a {
  background-color: var(--theme-color);
  color: #fff;
}
#second .jasmim {
  --theme-color: #A4C67D;
  background-color: var(--theme-color);
}
#second .jasmim .name, #second .jasmim i, #second .jasmim a {
  color: var(--theme-color);
}
#second .jasmim .btn a {
  background-color: var(--theme-color);
  color: #fff;
}
#second .advisor {
  background-image: url("../img/pat1.png");
  background-position: center;
  background-repeat: repeat;
  background-size: 40px 40px;
  z-index: 0;
  padding: 80px;
  margin-top: 60px;
  position: relative;
}
#second .advisor:first-of-type {
  margin-top: 0;
}
#second .advisor:after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 40px;
  left: 40px;
  margin: auto;
  z-index: 0;
}
#second .advisor > div, #second .advisor > p, #second .advisor > h4, #second .advisor > ul, #second .advisor > dl, #second .advisor > table {
  z-index: 1;
  position: relative;
}
#second .advisor .name {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
#second .advisor .name .ttl {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#second .advisor .name .handle {
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-indent: 5px;
}
#second .advisor .imgTxt-img {
  width: 400px;
}
#second .advisor .btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#second .advisor .btn a {
  font-size: 1rem;
  font-weight: 700;
  border-width: 0;
  margin: 0 10px 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 15px;
  min-width: initial;
  height: auto;
  text-decoration: none;
}
#second .advisor .btn a:after {
  display: none;
}
#second .advisor .btn a.tel {
  font-size: 1.375rem;
}
#second .advisor .btn a i {
  font-size: 0.875rem;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background-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;
  margin-right: 5px;
}
#second .advisor .btn a .img {
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  width: 30px;
  height: 30px;
  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-right: 5px;
}
#second .advisor .btn a .img img {
  width: auto;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
#second .advisor h4 {
  margin: 20px 0 10px;
}
#second .advisor h4:first-of-type {
  margin-top: 0;
}
#second .advisor .repList {
  font-size: 0;
}
#second .advisor .repList a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 8px 15px 10px;
  background-color: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
#second .advisor .repList a:hover {
  background-color: var(--theme-color) !important;
  color: #FFFFFF !important;
}
#second .advisor {
  background-image: url("../img/pat1.png");
  background-position: center;
  background-repeat: repeat;
  background-size: 40px 40px;
  z-index: 0;
  padding: 80px;
  margin-top: 60px;
  position: relative;
}
#second .advisor:first-of-type {
  margin-top: 0;
}
#second .advisor:after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 40px;
  left: 40px;
  margin: auto;
  z-index: 0;
}
#second .advisor > div, #second .advisor > p, #second .advisor > h4, #second .advisor > ul, #second .advisor > dl, #second .advisor > table {
  z-index: 1;
  position: relative;
}
#second .advisor .assigned {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
#second .advisor .name {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  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;
}
#second .advisor .name .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 10px 0 0;
}
#second .advisor .name .handle {
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-indent: 5px;
  line-height: 1;
  padding-bottom: 4px;
}
#second .advisor .imgTxt-img {
  width: 400px;
}
#second .advisor .btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#second .advisor .btn a {
  font-size: 1rem;
  font-weight: 700;
  border-width: 0;
  margin: 0 10px 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 15px;
  min-width: initial;
  height: auto;
  text-decoration: none;
}
#second .advisor .btn a:after {
  display: none;
}
#second .advisor .btn a.tel {
  font-size: 1.375rem;
}
#second .advisor .btn a i {
  font-size: 0.875rem;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background-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;
  margin-right: 5px;
}
#second .advisor .btn a .img {
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  width: 30px;
  height: 30px;
  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-right: 5px;
}
#second .advisor .btn a .img img {
  width: auto;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
#second .advisor h4 {
  margin: 20px 0 10px;
}
#second .advisor h4:first-of-type {
  margin-top: 0;
}
#second .advisor .repList {
  font-size: 0;
}
#second .advisor .repList a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 8px 15px 10px;
  background-color: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
#second .advisor .repList a:hover {
  background-color: var(--theme-color) !important;
  color: #FFFFFF !important;
}
#second .priceTable tr th {
  width: 50%;
  font-size: 1.125rem;
}
#second .priceTable tr td.price {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
}
#second .priceTable tr td.price small {
  font-size: 0.9375rem;
  font-weight: 400;
}
#second .priceTable.w10 th {
  width: 10%;
}
#second .priceTable.w10 td {
  width: 45%;
}
#second .priceTable.w20 th {
  width: 20%;
}
#second .priceTable.w20 td {
  width: 40%;
}
#second .priceTable.w30 th {
  width: 33%;
}
#second .priceTable.w30 td {
  width: 33%;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .advisor {
    background-size: 30px 30px;
    padding: 30px;
    margin-top: 30px;
  }
  #second .advisor:after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
  }
  #second .advisor p {
    font-size: 0.875rem;
  }
  #second .advisor .name {
    margin-bottom: 20px;
  }
  #second .advisor .name .ttl {
    font-size: 1rem;
  }
  #second .advisor .name .handle {
    font-size: 2rem;
    letter-spacing: 0;
    text-indent: 0;
  }
  #second .advisor .imgTxt-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  #second .advisor .btn a {
    font-size: 0.875rem;
    padding: 10px;
  }
  #second .advisor .btn a.tel {
    font-size: 1rem;
  }
  #second .advisor .btn a i {
    font-size: 0.75rem;
    width: 20px;
    height: 20px;
  }
  #second .advisor .btn a .img {
    width: 25px;
    height: 25px;
  }
  #second .advisor .btn a .img img {
    width: auto;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
  }
  #second .advisor h4 {
    font-size: 1rem;
    margin: 20px 0 10px;
  }
  #second .advisor h4:before {
    width: 16px;
    height: 16px;
  }
  #second .advisor h4:first-of-type {
    margin-top: 0;
  }
  #second .advisor .repList a {
    font-size: 0.75rem;
    padding: 4px 10px 5px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  #second .priceTable {
    width: calc(100% + 20px);
    margin-left: -10px;
    border-spacing: 11px;
  }
  #second .priceTable tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    border-top: none;
  }
  #second .priceTable tr:first-child {
    margin-top: 0;
  }
  #second .priceTable tr:after {
    bottom: -6px;
  }
  #second .priceTable tr th {
    width: 100%;
    font-size: 0.75rem;
    padding: 10px;
  }
  #second .priceTable tr td.price {
    font-size: 1rem;
  }
  #second .priceTable tr td.price small {
    font-size: 0.75rem;
  }
  #second .priceTable.w10 th, #second .priceTable.w10 td, #second .priceTable.w20 th, #second .priceTable.w20 td, #second .priceTable.w30 th, #second .priceTable.w30 td {
    width: 100%;
  }
}
#second {
  /******************************************
  [session.html] セッション・施術のご案内
  ******************************************/
}
#second .advisorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
#second .advisorList li {
  display: inline-block;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.3);
          box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.3);
}
#second .advisorList li:hover {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
      transform: translateY(4px);
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.3);
}
#second .advisorList li a {
  min-width: 80px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: block;
  padding: 15px 24px;
  background-image: url("../img/pat1.png");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: repeat;
}
#second .advisorList li a:hover {
  text-decoration: none;
}
#second .advisorList li a:before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  background: url("../img/frame_pat-w-lt.png"), url("../img/frame_pat-w-rt.png"), url("../img/frame_pat-w-lb.png"), url("../img/frame_pat-w-rb.png");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
}
#second .session-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #633d0e;
  text-align: center;
  margin: 10px 0 40px;
  background: url("../img/session-ttl.png") center no-repeat;
  background-size: contain;
  padding: 35px 0 22px;
}
#second .session .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#second .session .news .news-ttl {
  width: 25%;
}
#second .session .news .topicsArea {
  width: 75%;
}
#second .session .midashi-h2 {
  margin-bottom: 15px;
}
#second .session .btn {
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#second .session .btn a {
  margin: 0;
}
#second .flow {
  width: 100%;
  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;
}
#second .flow > ul {
  width: 100%;
  padding-left: 0;
}
#second .flow > ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 80px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#second .flow > ul > li:first-of-type {
  margin-top: 20px;
}
#second .flow > ul > li:not(:last-child):before {
  content: "";
  background: #b5b3aa;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% + 30px);
  left: 43px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#second .flow > ul > li .flow-img {
  font-size: 0;
  width: 260px;
  height: auto;
}
#second .flow > ul > li > dl {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#second .flow > ul > li > dl dt > .num {
  font-size: 2.125rem;
  font-family: "Sulphur Point";
  color: #fff;
  width: 90px;
  height: 90px;
  line-height: 1;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: url("../img/step-num.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: -380px;
  padding: 23px;
}
#second .flow > ul > li > dl dt > .num span {
  font-size: 1rem;
  text-align: center;
  display: block;
  line-height: 1;
}
#second .flow > ul > li > dl dd {
  color: #333;
  margin: 0;
  overflow: hidden;
}
#second .flow > ul > li > dl dd .btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 20px;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .advisorList {
    gap: 10px;
  }
  #second .advisorList li a {
    min-width: 80px;
    font-size: 1rem;
    padding: 10px 20px;
    background-size: 16px 16px;
  }
  #second .advisorList li a:before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-size: 11px auto;
  }
  #second .session-ttl {
    font-size: 1.125rem;
    margin: 10px 0 30px;
    padding: 25px 0 13px;
  }
  #second .flow > ul > li {
    display: block;
    padding-left: 40px;
    margin-top: 20px;
  }
  #second .flow > ul > li:not(:last-child):before {
    width: 2px;
    top: calc(50% + 30px);
    left: 21px;
  }
  #second .flow > ul > li .flow-img {
    font-size: 0;
    width: 160px;
    height: 120px;
  }
  #second .flow > ul > li > dl {
    padding-left: 0;
  }
  #second .flow > ul > li > dl dt > .num {
    font-size: 1.5rem;
    width: 60px;
    height: 60px;
    top: -140px;
    left: -48px;
    padding: 15px;
  }
  #second .flow > ul > li > dl dt > .num span {
    font-size: 0.625rem;
  }
  #second .flow > ul > li > dl dd {
    font-size: 0.875rem;
  }
}
#second {
  /******************************************
  [.anchor-link] アンカーリンク
  ******************************************/
}
#second #anchor-link {
  padding: 40px 0;
}
#second #anchor-link .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#second #anchor-link .anchor-link a {
  width: calc(33.333% - 10px);
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 15px 20px 17px;
  background-color: #10135F;
}
#second #anchor-link .anchor-link a:before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  background: url(../img/frame_pat-w-lt.png), url(../img/frame_pat-w-rt.png), url(../img/frame_pat-w-lb.png), url(../img/frame_pat-w-rb.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
}
#second #anchor-link .anchor-link a:hover {
  text-decoration: none;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second #anchor-link {
    padding: 40px 0;
  }
  #second #anchor-link .anchor-link {
    gap: 5px;
  }
  #second #anchor-link .anchor-link a {
    width: 100%;
    font-size: 0.875rem;
    padding: 15px 20px 17px;
  }
}
#second {
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
}
#second .myhp-form {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  #second .myhp-form .myhp-form__title .myhp-form__label {
    font-size: 1.25rem;
  }
  #second .myhp-form .myhp-form__title .myhp-form__required {
    font-size: 0.875rem;
  }
  #second .myhp-form .myhp-form__mail-title {
    font-size: 1.25rem;
  }
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  margin-top: 0 !important;
  background-color: #fff;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl {
  width: 100%;
}
#second .privacy-box-txt dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  color: #F25984;
  margin: 30px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 1.125rem;
  line-height: 1.6;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt dl dd a {
  text-decoration: underline;
}
#second .privacy-box-txt ul {
  margin: 0 0 20px 2em;
}
#second .privacy-box-txt ul.parenthesized {
  margin: 0 0 20px 1em;
}
#second .privacy-box-txt ul.parenthesized li {
  list-style-type: none;
  counter-increment: cnt;
}
#second .privacy-box-txt ul.parenthesized li::before {
  content: "（ " counter(cnt) " ）";
}
#second .privacy-box-txt ul.decimal li {
  list-style-type: decimal;
}
#second .privacy-box-txt ul li {
  font-size: 1rem;
  margin: 5px 0;
}
#second .privacy table tr th, #second .privacy table tr td {
  border: 1px solid #b5b3aa;
  padding: 10px;
}
#second .privacy table tr th {
  width: 170px;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second #form {
    margin-top: 0;
    padding-top: 30px;
  }
  #second .privacy-box {
    padding: 0;
  }
  #second .privacy-box-txt p {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 1.0625rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.875rem;
  }
  #second .privacy .basic th {
    width: 100px !important;
  }
}
#second table.normal {
  background: #fff;
}
#second table.normal tr th, #second table.normal tr td {
  color: #333;
  border: 1px solid #b5b3aa;
  padding: 10px 20px;
}
#second table.normal tr th {
  text-align: center;
  background: #F6F6F6;
}
#second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
  padding: 10px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(1) {
  width: 300px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(2) {
  width: 150px;
}
#second .cookie .cookieTable table tr td {
  font-size: 0.9375rem;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .cookie .cookieTable {
    width: 100%;
    overflow-x: scroll;
  }
  #second .cookie .cookieTable table {
    width: 600px;
  }
  #second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
    font-size: 0.875rem;
    padding: 10px;
  }
  #second .cookie .cookieTable table tr th {
    width: 33.333% !important;
  }
}
#second .formTable {
  width: 100%;
}
#second .formTable tr {
  border-bottom: 1px solid #b5b3aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 30px 0;
}
#second .formTable tr th {
  font-weight: 600;
  line-height: 1.4;
  width: 200px;
  text-align: left;
  padding-top: 40px;
}
#second .formTable tr th span {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background-color: #F34A08;
  border-radius: 2px;
  padding: 7px 8px 5px;
  display: block;
  width: 44px;
}
#second .formTable tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #b5b3aa;
  border-radius: 2px;
  padding: 5px 10px;
}
#second .formTable tr td input::-webkit-input-placeholder, #second .formTable tr td select::-webkit-input-placeholder, #second .formTable tr td textarea::-webkit-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-moz-placeholder, #second .formTable tr td select::-moz-placeholder, #second .formTable tr td textarea::-moz-placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder, #second .formTable tr td select:-ms-input-placeholder, #second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-ms-input-placeholder, #second .formTable tr td select::-ms-input-placeholder, #second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea { /* IE */ }
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea { /* Edge */ }
#second .formTable tr td input.w10,
#second .formTable tr td select.w10,
#second .formTable tr td textarea.w10 {
  width: 10%;
}
#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}
#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}
#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}
#second .formTable tr td .select {
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td .select i {
  font-size: 70%;
  color: #F25984;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 14px 0;
  z-index: 1;
}
#second .formTable tr td .select select {
  padding-right: 30px;
}
#second .formTable tr td label {
  display: block;
  margin: 10px 0 0 0;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
#second .formTable {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .formTable tr {
    display: block;
  }
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
    width: 100% !important;
    display: block;
  }
  #second .formTable tr th {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  #second .formTable tr th span {
    font-size: 0.75rem;
    padding: 3px 5px;
    width: 37px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding: 0 0 15px 0;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    font-size: 0.875rem;
    width: 100% !important;
    padding: 0 10px;
  }
  #second .formTable tr td .select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #second .formTable tr td .select select {
    padding-right: 20px;
    margin-right: 5px;
  }
  #second .formTable tr td .select i {
    right: 26px;
  }
  #second .formTable tr td .itemName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #second .formTable tr td .itemName .w50 {
    width: 77% !important;
  }
  #second .formTable tr td .itemName .w10 {
    width: 60px !important;
    margin: 10px 5px 0 0;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #b5b3aa;
  padding: 5px 10px;
  margin: 0 5px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #F25984;
}
#second .submit {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #b5b3aa;
    padding: 5px 10px;
    width: 100px;
  }
}
#second {
  /******************************************
  [blog.html] ブログ
  ******************************************/
}
#second #blog .topics.thumbnail > ul li .topics_thumb {
  height: 200px;
}
#second {
  /******************************************
  [accept.html] 採用情報
  ******************************************/
}
#second #accept .topics.detail {
  padding: 5px 0 0;
}
#second .big.t-center.orange {
  font-size: 18px !important;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #second .big.t-center.orange {
    font-size: 16px !important;
    text-align: left !important;
  }
}

/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-2n.space2 .column-box,
.thumbnail-2n.space2 .column-box {
  width: calc((100% + 2px) / 2 - 2px);
  margin: 2px 2px 0 0;
}
.column-2n.space2 .column-box:nth-child(-n+2),
.thumbnail-2n.space2 .column-box:nth-child(-n+2) {
  margin-top: 0;
}

.column-2n,
.thumbnail-2n {
  margin-top: 30px;
}
.column-2n:first-child, .column-2n:first-of-type,
.thumbnail-2n:first-child,
.thumbnail-2n:first-of-type {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 40px) / 2 - 40px);
  margin: 40px 40px 0 0;
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 0 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 60px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .column-2n.space2 .column-box,
  .thumbnail-2n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-2n .column-box,
  .column-2n .thumbnail-box,
  .thumbnail-2n .column-box,
  .thumbnail-2n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-2n .column-box:last-child,
  .column-2n .thumbnail-box:last-child,
  .thumbnail-2n .column-box:last-child,
  .thumbnail-2n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-3n,
.thumbnail-3n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-3n.space2 .column-box,
.thumbnail-3n.space2 .column-box {
  width: calc((100% + 2px) / 3 - 2px);
  margin: 2px 2px 0 0;
}
.column-3n.space2 .column-box:nth-child(-n+3),
.thumbnail-3n.space2 .column-box:nth-child(-n+3) {
  margin-top: 0;
}

.column-3n,
.thumbnail-3n {
  margin-top: 30px;
}
.column-3n:first-child, .column-3n:first-of-type,
.thumbnail-3n:first-child,
.thumbnail-3n:first-of-type {
  margin-top: 0;
}
.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 40px) / 3 - 40px);
  margin: 40px 40px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .column-3n.space2 .column-box,
  .thumbnail-3n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-3n .column-box,
  .column-3n .thumbnail-box,
  .thumbnail-3n .column-box,
  .thumbnail-3n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-3n .column-box:last-child,
  .column-3n .thumbnail-box:last-child,
  .thumbnail-3n .column-box:last-child,
  .thumbnail-3n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-4n,
.thumbnail-4n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-4n.space2 .column-box,
.thumbnail-4n.space2 .column-box {
  width: calc((100% + 2px) / 4 - 2px);
  margin: 2px 2px 0 0;
}
.column-4n.space2 .column-box:nth-child(-n+4),
.thumbnail-4n.space2 .column-box:nth-child(-n+4) {
  margin-top: 0;
}

.column-4n,
.thumbnail-4n {
  margin-top: 30px;
}
.column-4n:first-child, .column-4n:first-of-type,
.thumbnail-4n:first-child,
.thumbnail-4n:first-of-type {
  margin-top: 0;
}
.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 40px) / 4 - 40px);
  margin: 40px 40px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .column-4n.space2 .column-box,
  .thumbnail-4n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-4n .column-box,
  .column-4n .thumbnail-box,
  .thumbnail-4n .column-box,
  .thumbnail-4n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-4n .column-box:last-child,
  .column-4n .thumbnail-box:last-child,
  .thumbnail-4n .column-box:last-child,
  .thumbnail-4n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-5n,
.thumbnail-5n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-5n.space2 .column-box,
.thumbnail-5n.space2 .column-box {
  width: calc((100% + 2px) / 5 - 2px);
  margin: 2px 2px 0 0;
}
.column-5n.space2 .column-box:nth-child(-n+5),
.thumbnail-5n.space2 .column-box:nth-child(-n+5) {
  margin-top: 0;
}

.column-5n,
.thumbnail-5n {
  margin-top: 30px;
}
.column-5n:first-child, .column-5n:first-of-type,
.thumbnail-5n:first-child,
.thumbnail-5n:first-of-type {
  margin-top: 0;
}
.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 40px) / 5 - 40px);
  margin: 40px 40px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .column-5n.space2 .column-box,
  .thumbnail-5n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-5n .column-box,
  .column-5n .thumbnail-box,
  .thumbnail-5n .column-box,
  .thumbnail-5n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-5n .column-box:last-child,
  .column-5n .thumbnail-box:last-child,
  .thumbnail-5n .column-box:last-child,
  .thumbnail-5n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-6n,
.thumbnail-6n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-6n.space2 .column-box,
.thumbnail-6n.space2 .column-box {
  width: calc((100% + 2px) / 6 - 2px);
  margin: 2px 2px 0 0;
}
.column-6n.space2 .column-box:nth-child(-n+6),
.thumbnail-6n.space2 .column-box:nth-child(-n+6) {
  margin-top: 0;
}

.column-6n,
.thumbnail-6n {
  margin-top: 30px;
}
.column-6n:first-child, .column-6n:first-of-type,
.thumbnail-6n:first-child,
.thumbnail-6n:first-of-type {
  margin-top: 0;
}
.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 40px) / 6 - 40px);
  margin: 40px 40px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .column-6n.space2 .column-box,
  .thumbnail-6n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-6n .column-box,
  .column-6n .thumbnail-box,
  .thumbnail-6n .column-box,
  .thumbnail-6n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-6n .column-box:last-child,
  .column-6n .thumbnail-box:last-child,
  .thumbnail-6n .column-box:last-child,
  .thumbnail-6n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[topics]
******************************************/
/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0 !important;
  clear: both;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: inherit !important;
}
.topics_paging li {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 26px !important;
  height: 26px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #b5b3aa !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 1rem;
  color: #F25984;
  display: block;
  padding: 5px !important;
}
.topics_paging {
  /* sp */
}
@media screen and (max-width: 768px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
.floatImg {
  /* sp */
}
@media screen and (max-width: 768px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
ローディング　loading
******************************************/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#loading_barWrap:after {
  content: "";
  background: url("../img/loading.png") center no-repeat;
  background-size: contain;
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #F25984;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  bottom: -1px;
}

.loadingNone {
  display: none;
  -webkit-animation: loadingAnime 1s forwards;
          animation: loadingAnime 1s forwards;
}

@-webkit-keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}