@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MISSION 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.mission {
  max-width: 1680px;
  margin: 70px auto 0;
  padding: 0 2% 0 2%;
}
.mission .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission .container .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: rgba(255, 220, 220, 0.2) 0px 7px 29px 0px;
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  padding: 50px 0 50px 0;
  margin: 0 0 0 0px;
}
.mission .container .text h2 .catch {
  color: #fff;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 45px;
}
.mission .container .text .sentence {
  width: 80%;
  margin: 10px auto 0;
}
.mission .container .text .sentence h3 {
  margin: 25px 0 0 0;
}
.mission .container .text .sentence h3 .catch {
  display: inline-block;
  color: #ff7657;
  font-weight: 900;
  background: linear-gradient(90deg, #fffaf9, #fff7f9);
  box-shadow: rgba(232, 190, 190, 0.4) 0px 7px 29px 0px;
  letter-spacing: 2px;
  font-size: 30px;
  padding: 3px 60px 3px 60px;
}
.mission .container .text .sentence p {
  color: #fff;
  line-height: 2;
  font-size: 20px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .mission {
    max-width: 1680px;
    margin: 70px auto 0;
    padding: 0 2% 0 2%;
  }
  .mission .container .text {
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0 0 0 0px;
  }
  .mission .container .text h2 .catch {
    letter-spacing: 2px;
    font-size: 45px;
  }
  .mission .container .text .sentence {
    width: 85%;
    margin: 10px auto 0;
  }
  .mission .container .text .sentence h3 {
    margin: 25px 0 0 0;
  }
  .mission .container .text .sentence h3 .catch {
    letter-spacing: 2px;
    font-size: 30px;
    padding: 3px 60px 3px 60px;
  }
  .mission .container .text .sentence p {
    line-height: 2;
    font-size: 20px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mission {
    max-width: 1680px;
    margin: 70px auto 0;
    padding: 0 2% 0 2%;
  }
  .mission .container .text {
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0 0 0 0px;
  }
  .mission .container .text h2 .catch {
    letter-spacing: 2px;
    font-size: 45px;
  }
  .mission .container .text .sentence {
    width: 85%;
    margin: 10px auto 0;
  }
  .mission .container .text .sentence h3 {
    margin: 25px 0 0 0;
  }
  .mission .container .text .sentence h3 .catch {
    letter-spacing: 2px;
    font-size: 30px;
    padding: 3px 60px 3px 60px;
  }
  .mission .container .text .sentence p {
    line-height: 2;
    font-size: 20px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .mission {
    max-width: 100%;
    margin: 70px auto 0;
    padding: 0 4% 0 4%;
  }
  .mission .container .text {
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0 0 0 0px;
  }
  .mission .container .text h2 .catch {
    letter-spacing: 2px;
    font-size: 8vw;
  }
  .mission .container .text .sentence {
    width: 87.5%;
    margin: 10px auto 0;
  }
  .mission .container .text .sentence h3 {
    margin: 25px 0 10px 0;
  }
  .mission .container .text .sentence h3 .catch {
    letter-spacing: 2px;
    font-size: 6.5vw;
    padding: 3px 60px 3px 60px;
  }
  .mission .container .text .sentence p {
    line-height: 2;
    font-size: 4vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SUMMARY 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.summary {
  position: relative;
  margin: 50px 0 0 0;
  overflow: hidden;
}
.summary::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #f79ba6 0%, #e97c94 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  transform: rotate();
}
.summary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 3px;
  border-top: dotted 2px #e67987;
  transform: scale(6, 1);
}
.summary .wrapper {
  padding: 60px 0 60px 0;
}
.summary .wrapper .table-wrapper {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0 2% 0 2%;
}
.summary .wrapper .table-wrapper table {
  box-shadow: rgba(189, 132, 110, 0.2) 0px 7px 29px 0px;
  border-collapse: collapse;
  width: 100%;
  margin: 50px auto 0;
}
.summary .wrapper .table-wrapper table tbody tr th {
  width: 30%;
  background: linear-gradient(90deg, #ae4d8f, #e05f6b);
  font-family: "M PLUS Rounded 1c";
  color: #fff;
  font-size: 24px;
  padding: 20px 10px 20px 10px;
  position: relative;
}
.summary .wrapper .table-wrapper table tbody tr th::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #ca98ba, #e19aa1);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.summary .wrapper .table-wrapper table tbody tr td {
  position: relative;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #4f1616;
  width: 70%;
  padding: 20px 60px 20px 60px;
  font-size: 20px;
}
.summary .wrapper .table-wrapper table tbody tr td span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
.summary .wrapper .table-wrapper table tbody tr td::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.summary .wrapper .table-wrapper table tbody tr td ul {
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
}
.summary .wrapper .table-wrapper table tbody tr td ul li {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.summary .wrapper .table-wrapper table tbody tr:nth-child(2n+1) td {
  background: #ffe7f1;
}
.summary .wrapper .table-wrapper table tbody tr:nth-child(2n) td {
  background: #ffe5e7;
}
.summary .wrapper .table-wrapper table tbody tr:nth-child(3n) td {
  background: #ffe8fd;
}
.summary .wrapper .table-wrapper table tbody tr:last-child th::before {
  display: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .summary {
    margin: 50px 0 0 0;
  }
  .summary::before {
    top: 0;
    width: 100%;
    height: 6px;
  }
  .summary::after {
    top: 9px;
    height: 3px;
    transform: scale(6, 1);
  }
  .summary .title {
    padding: 60px 0 0 0;
  }
  .summary .title .top .icon {
    line-height: 0;
    width: 6vw;
  }
  .summary .title .top .icon img {
    width: 100%;
    height: auto;
  }
  .summary .title .top h2 {
    padding: 0px 0 0 30px;
  }
  .summary .title .top h2 .catch span {
    letter-spacing: 3px;
    font-size: 4vw;
  }
  .summary .title .semi {
    margin: 5px 0 0 0;
  }
  .summary .title .semi p {
    letter-spacing: 4px;
    font-size: 2.75vw;
  }
  .summary .wrapper {
    padding: 0 0 60px 0;
  }
  .summary .wrapper .table-wrapper {
    margin: 50px auto 0;
    max-width: 92%;
  }
  .summary .wrapper .table-wrapper table {
    width: 100%;
  }
  .summary .wrapper .table-wrapper table tbody tr th {
    width: 25%;
    font-size: 2.5vw;
    padding: 10px 10px 10px 10px;
  }
  .summary .wrapper .table-wrapper table tbody tr th::before {
    bottom: 0;
    width: 100%;
    height: 2px;
  }
  .summary .wrapper .table-wrapper table tbody tr td {
    width: 75%;
    padding: 10px 30px 10px 30px;
    font-size: 1.75vw;
  }
  .summary .wrapper .table-wrapper table tbody tr td ul {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
  }
  .summary .wrapper .table-wrapper table tbody tr td ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .summary {
    margin: 50px 0 0 0;
  }
  .summary::before {
    top: 0;
    width: 100%;
    height: 6px;
  }
  .summary::after {
    top: 9px;
    height: 3px;
    transform: scale(6, 1);
  }
  .summary .title {
    padding: 60px 0 0 0;
  }
  .summary .title .top .icon {
    line-height: 0;
    width: 7vw;
  }
  .summary .title .top .icon img {
    width: 100%;
    height: auto;
  }
  .summary .title .top h2 {
    padding: 0px 0 0 30px;
  }
  .summary .title .top h2 .catch span {
    letter-spacing: 3px;
    font-size: 4.75vw;
  }
  .summary .title .semi {
    margin: 5px 0 0 0;
  }
  .summary .title .semi p {
    letter-spacing: 4px;
    font-size: 3vw;
  }
  .summary .wrapper {
    padding: 0 0 60px 0;
  }
  .summary .wrapper .table-wrapper {
    max-width: 92%;
    margin: 50px auto 0;
  }
  .summary .wrapper .table-wrapper table {
    width: 100%;
  }
  .summary .wrapper .table-wrapper table tbody tr th {
    width: 25%;
    font-size: 2.75vw;
    padding: 10px 10px 10px 10px;
  }
  .summary .wrapper .table-wrapper table tbody tr th::before {
    bottom: 0;
    width: 100%;
    height: 2px;
  }
  .summary .wrapper .table-wrapper table tbody tr td {
    width: 75%;
    padding: 10px 30px 10px 30px;
    font-size: 2vw;
  }
  .summary .wrapper .table-wrapper table tbody tr td ul {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
  }
  .summary .wrapper .table-wrapper table tbody tr td ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .summary {
    margin: 50px 0 0 0;
  }
  .summary::before {
    width: 100%;
    height: 6px;
  }
  .summary::after {
    top: 9px;
    width: 100%;
    height: 3px;
    transform: scale(5, 1);
  }
  .summary .title {
    padding: 60px 0 0 0;
  }
  .summary .title .top .icon {
    line-height: 0;
    width: 12vw;
  }
  .summary .title .top .icon img {
    width: 100%;
    height: auto;
  }
  .summary .title .top h2 {
    padding: 0px 0 0 15px;
  }
  .summary .title .top h2 .catch span {
    letter-spacing: 3px;
    font-size: 9vw;
  }
  .summary .title .semi {
    margin: 5px 0 0 0;
  }
  .summary .title .semi p {
    letter-spacing: 4px;
    font-size: 5vw;
  }
  .summary .wrapper {
    padding: 0 0 60px 0;
  }
  .summary .wrapper .table-wrapper {
    max-width: 100%;
    margin: 50px auto 0;
  }
  .summary .wrapper .table-wrapper table {
    width: 100%;
  }
  .summary .wrapper .table-wrapper table tbody tr th {
    width: 25%;
    font-size: 5vw;
    padding: 10px 5px 10px 5px;
    position: relative;
  }
  .summary .wrapper .table-wrapper table tbody tr th::before {
    width: 100%;
    height: 2px;
  }
  .summary .wrapper .table-wrapper table tbody tr td {
    width: 75%;
    padding: 10px 25px 10px 25px;
    font-size: 4vw;
  }
  .summary .wrapper .table-wrapper table tbody tr td span {
    font-size: 0.6rem;
  }
  .summary .wrapper .table-wrapper table tbody tr td ul {
    margin: 0 0 0 0;
    padding: 0 0 0 25px;
  }
  .summary .wrapper .table-wrapper table tbody tr td ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MORE-INFO 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.more-info {
  padding: 50px 0 60px 0;
  background: linear-gradient(45deg, #fff5f5 0%, #fed6e1 100%);
}
.more-info .wrapper .box-wrapper {
  max-width: 1480px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
}
.more-info .wrapper .box-wrapper .box {
  position: relative;
  background: #fff;
  box-shadow: rgba(186, 109, 109, 0.2) 0px 7px 29px 0px;
  width: 48.5%;
  margin: 30px 3% 0 0;
}
.more-info .wrapper .box-wrapper .box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  left: 0;
  border-width: 26px 26px 0 0;
  border-color: #9b3131 transparent transparent transparent;
}
.more-info .wrapper .box-wrapper .box:nth-child(2n) {
  margin: 30px 0 0 0;
}
.more-info .wrapper .box-wrapper .box h2 {
  background: linear-gradient(90deg, #d75873 0%, #f66f86 100%);
}
.more-info .wrapper .box-wrapper .box h2 .catch {
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.more-info .wrapper .box-wrapper .box h2 .catch .small {
  font-size: 0.8em;
}
.more-info .wrapper .box-wrapper .box .block {
  padding: 40px 40px 40px 40px;
}
.more-info .wrapper .box-wrapper .box .block .sentence p {
  color: #5c2222;
  line-height: 2;
  font-size: 20px;
}
.more-info .wrapper .box-wrapper .box .block .sentence p.middle {
  line-height: 1.9;
  font-size: 18px;
}
.more-info .wrapper .box-wrapper .box .block table {
  margin: 30px 0 0 0;
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}
.more-info .wrapper .box-wrapper .box .block table tr th {
  background: #ed8682;
  color: #fff;
  padding: 10px 20px 10px 20px;
  font-size: 22px;
  width: 33.3333333333%;
}
.more-info .wrapper .box-wrapper .box .block table tr td {
  color: #e17774;
  background: #fbe9e9;
  padding: 10px 20px 10px 20px;
  font-size: 18px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .more-info {
    padding: 50px 0 60px 0;
  }
  .more-info .wrapper .box-wrapper {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .more-info .wrapper .box-wrapper .box {
    width: 48.5%;
    margin: 30px 3% 0 0;
  }
  .more-info .wrapper .box-wrapper .box::before {
    border-width: 20px 20px 0 0;
  }
  .more-info .wrapper .box-wrapper .box:nth-child(2n) {
    margin: 30px 0 0 0;
  }
  .more-info .wrapper .box-wrapper .box h2 .catch {
    font-size: 3vw;
  }
  .more-info .wrapper .box-wrapper .box h2 .catch .small {
    font-size: 0.8em;
  }
  .more-info .wrapper .box-wrapper .box .block {
    padding: 40px 40px 40px 40px;
  }
  .more-info .wrapper .box-wrapper .box .block .sentence p {
    line-height: 2;
    font-size: 2vw;
  }
  .more-info .wrapper .box-wrapper .box .block .sentence p.middle {
    line-height: 1.9;
    font-size: 1.8vw;
  }
  .more-info .wrapper .box-wrapper .box .block table {
    margin: 30px 0 0 0;
    border-spacing: 5px;
    width: 100%;
  }
  .more-info .wrapper .box-wrapper .box .block table tr th {
    padding: 10px 20px 10px 20px;
    font-size: 2.2vw;
    width: 33.3333333333%;
  }
  .more-info .wrapper .box-wrapper .box .block table tr td {
    padding: 10px 20px 10px 20px;
    font-size: 1.8vw;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .more-info {
    padding: 50px 0 60px 0;
  }
  .more-info .wrapper .box-wrapper {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 4% 0 4%;
  }
  .more-info .wrapper .box-wrapper .box {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .more-info .wrapper .box-wrapper .box::before {
    border-width: 20px 20px 0 0;
  }
  .more-info .wrapper .box-wrapper .box:nth-child(2n) {
    margin: 30px 0 0 0;
  }
  .more-info .wrapper .box-wrapper .box h2 .catch {
    font-size: 3vw;
  }
  .more-info .wrapper .box-wrapper .box h2 .catch .small {
    font-size: 0.8em;
  }
  .more-info .wrapper .box-wrapper .box .block {
    padding: 40px 40px 40px 40px;
  }
  .more-info .wrapper .box-wrapper .box .block .sentence p {
    line-height: 2;
    font-size: 2vw;
  }
  .more-info .wrapper .box-wrapper .box .block .sentence p.middle {
    line-height: 1.9;
    font-size: 1.8vw;
  }
  .more-info .wrapper .box-wrapper .box .block table {
    margin: 30px 0 0 0;
    border-spacing: 5px;
    width: 100%;
  }
  .more-info .wrapper .box-wrapper .box .block table tr th {
    padding: 10px 20px 10px 20px;
    font-size: 2.2vw;
    width: 33.3333333333%;
  }
  .more-info .wrapper .box-wrapper .box .block table tr td {
    padding: 10px 20px 10px 20px;
    font-size: 1.8vw;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .more-info {
    padding: 50px 0 60px 0;
  }
  .more-info .wrapper .box-wrapper {
    width: 92%;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  .more-info .wrapper .box-wrapper .box {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .more-info .wrapper .box-wrapper .box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    left: 0;
    border-width: 26px 26px 0 0;
  }
  .more-info .wrapper .box-wrapper .box:nth-child(2n) {
    margin: 30px 0 0 0;
  }
  .more-info .wrapper .box-wrapper .box h2 .catch {
    font-size: 6vw;
  }
  .more-info .wrapper .box-wrapper .box h2 .catch .small {
    font-size: 0.8em;
  }
  .more-info .wrapper .box-wrapper .box .block {
    padding: 30px 25px 30px 25px;
  }
  .more-info .wrapper .box-wrapper .box .block .sentence p {
    line-height: 2;
    font-size: 4.25vw;
  }
  .more-info .wrapper .box-wrapper .box .block .sentence p.middle {
    line-height: 1.9;
    font-size: 18px;
  }
  .more-info .wrapper .box-wrapper .box .block table {
    margin: 30px 0 0 0;
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
  }
  .more-info .wrapper .box-wrapper .box .block table tr th {
    padding: 10px 10px 10px 10px;
    font-size: 4.5vw;
    width: 33.3333333333%;
  }
  .more-info .wrapper .box-wrapper .box .block table tr td {
    padding: 10px 10px 10px 10px;
    font-size: 4vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
.qanda {
  position: relative;
  margin: 50px 0 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qanda .wrapper {
  background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
  background-size: 500px auto;
  width: 100%;
}
.qanda .wrapper .list-wrapper {
  max-width: 1480px;
  margin: 0 auto 0;
  font-size: 20px;
  color: #5c2222;
}
.qanda .wrapper .list-wrapper h2 {
  width: 100%;
}
.qanda .wrapper .list-wrapper .box-menu .title {
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  padding: 100px 0 100px 0;
}
.qanda .wrapper .list-wrapper .box-menu .title .main {
  padding: 50px 0 0 0;
}
.qanda .wrapper .list-wrapper .box-menu .title .main .icon {
  width: 55px;
  margin: 0 auto 0;
}
.qanda .wrapper .list-wrapper .box-menu .title .main h2 {
  text-align: center;
}
.qanda .wrapper .list-wrapper .box-menu .title .main h2 .catch {
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #f86372);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
}
.qanda .wrapper .list-wrapper .box-menu .title .sub {
  text-align: center;
}
.qanda .wrapper .list-wrapper .box-menu .title .sub p {
  font-family: "Outfit";
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #e05f6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: 30px;
}
.qanda .wrapper .list-wrapper .accordion {
  width: 100%;
  margin: 0 0 60px 0;
}
.qanda .wrapper .list-wrapper .accordion .accordion-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
}
.qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item {
  position: relative;
  background: #fff;
  box-shadow: rgba(186, 109, 109, 0.2) 0px 7px 29px 0px;
  width: 48%;
  margin: 30px 0 0 0;
}
.qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  left: 0;
  border-width: 26px 26px 0 0;
  border-color: #9b3131 transparent transparent transparent;
  z-index: 2;
}
.qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-content {
  display: none;
  padding: 1rem;
}
.qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 {
  background: linear-gradient(90deg, #d75873 0%, #f66f86 100%);
}
.qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 .catch {
  font-family: "M PLUS Rounded 1c";
  font-weight: 800;
  text-align: left;
  font-size: 24px;
  color: #fff;
  padding: 0.4rem 3rem 0.4rem 3rem;
}
.qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 .catch .small {
  font-size: 0.8em;
}
.qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title {
  position: relative;
}
.qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .qanda {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qanda .wrapper {
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .qanda .wrapper .list-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    font-size: 20px;
    color: #5c2222;
  }
  .qanda .wrapper .list-wrapper h2 {
    width: 100%;
  }
  .qanda .wrapper .list-wrapper .box-menu .title {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main {
    padding: 50px 0 0 0;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main .icon {
    width: 6vw;
    margin: 0 auto 0;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main h2 {
    text-align: center;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main h2 .catch {
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #f86372);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vw;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .sub {
    text-align: center;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .sub p {
    font-family: "Outfit";
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #e05f6b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    font-size: 3vw;
  }
  .qanda .wrapper .list-wrapper .accordion {
    width: 96%;
    margin: 0 2% 60px 2%;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    cursor: pointer;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item {
    position: relative;
    background: #fff;
    box-shadow: rgba(186, 109, 109, 0.2) 0px 7px 29px 0px;
    width: 48%;
    margin: 30px 0 0 0;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    left: 0;
    border-width: 26px 26px 0 0;
    border-color: #9b3131 transparent transparent transparent;
    z-index: 2;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-content {
    display: none;
    padding: 1rem;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 {
    background: linear-gradient(90deg, #d75873 0%, #f66f86 100%);
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 .catch {
    font-family: "M PLUS Rounded 1c";
    font-weight: 800;
    text-align: left;
    font-size: 24px;
    color: #fff;
    padding: 0.4rem 3rem 0.4rem 3rem;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 .catch .small {
    font-size: 0.8em;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title {
    position: relative;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    width: 8px;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qanda {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qanda .wrapper {
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .qanda .wrapper .list-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    font-size: 20px;
    color: #5c2222;
  }
  .qanda .wrapper .list-wrapper h2 {
    width: 100%;
  }
  .qanda .wrapper .list-wrapper .box-menu .title {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main {
    padding: 50px 0 0 0;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main .icon {
    width: 6vw;
    margin: 0 auto 0;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main h2 {
    text-align: center;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main h2 .catch {
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #f86372);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vw;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .sub {
    text-align: center;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .sub p {
    font-family: "Outfit";
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #e05f6b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    font-size: 3vw;
  }
  .qanda .wrapper .list-wrapper .accordion {
    width: 96%;
    margin: 0 2% 60px 2%;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    cursor: pointer;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item {
    position: relative;
    background: #fff;
    box-shadow: rgba(186, 109, 109, 0.2) 0px 7px 29px 0px;
    width: 48%;
    margin: 30px 0 0 0;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    left: 0;
    border-width: 26px 26px 0 0;
    border-color: #9b3131 transparent transparent transparent;
    z-index: 2;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-content {
    display: none;
    padding: 1rem;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 {
    background: linear-gradient(90deg, #d75873 0%, #f66f86 100%);
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 .catch {
    font-family: "M PLUS Rounded 1c";
    font-weight: 800;
    text-align: left;
    font-size: 24px;
    color: #fff;
    padding: 0.4rem 3rem 0.4rem 3rem;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 .catch .small {
    font-size: 0.8em;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title {
    position: relative;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    width: 8px;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
  }
}
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .qanda {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qanda .wrapper {
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .qanda .wrapper .list-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    font-size: 20px;
    color: #5c2222;
  }
  .qanda .wrapper .list-wrapper h2 {
    width: 100%;
  }
  .qanda .wrapper .list-wrapper .box-menu .title {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main {
    padding: 50px 0 0 0;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main .icon {
    width: 9vw;
    margin: 0 auto 0;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main h2 {
    text-align: center;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .main h2 .catch {
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #f86372);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8vw;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .sub {
    text-align: center;
  }
  .qanda .wrapper .list-wrapper .box-menu .title .sub p {
    font-family: "Outfit";
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #e05f6b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    font-size: 5vw;
  }
  .qanda .wrapper .list-wrapper .accordion {
    width: 100%;
    margin: 0 0 60px 0;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-flow: column;
    cursor: pointer;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item {
    position: relative;
    background: #fff;
    box-shadow: rgba(186, 109, 109, 0.2) 0px 7px 29px 0px;
    width: 92%;
    margin: 30px 4% 0 4%;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    left: 0;
    border-width: 26px 26px 0 0;
    border-color: #9b3131 transparent transparent transparent;
    z-index: 2;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-content {
    display: none;
    padding: 1rem;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-content p {
    font-size: 4.25vw;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 {
    background: linear-gradient(90deg, #d75873 0%, #f66f86 100%);
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 .catch {
    font-size: 5vw;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item h4 .catch .small {
    font-size: 0.8em;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title {
    position: relative;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    width: 8px;
  }
  .qanda .wrapper .list-wrapper .accordion .accordion-container .accordion-item .accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
  }
}
.overview {
  position: relative;
  margin: 50px 0 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.overview .wrapper {
  width: 100%;
  background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
  background-size: 500px auto;
}
.overview .wrapper .box-wrapper {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0 2% 0 2%;
}
.overview .wrapper .box-wrapper .box .box-menu .title {
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  padding: 100px 0 100px 0;
}
.overview .wrapper .box-wrapper .box .box-menu .title .main {
  padding: 50px 0 0 0;
}
.overview .wrapper .box-wrapper .box .box-menu .title .main .icon {
  width: 55px;
  margin: 0 auto 0;
}
.overview .wrapper .box-wrapper .box .box-menu .title .main h2 {
  width: 100%;
  text-align: center;
}
.overview .wrapper .box-wrapper .box .box-menu .title .main h2 .catch {
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #f86372);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
}
.overview .wrapper .box-wrapper .box .box-menu .title .sub {
  text-align: center;
}
.overview .wrapper .box-wrapper .box .box-menu .title .sub p {
  font-family: "Outfit";
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #e05f6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: 30px;
}
.overview .wrapper .box-wrapper .textbox {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: rgba(255, 220, 220, 0.2) 0px 7px 29px 0px;
  background: linear-gradient(90deg, #fb8b71, #f185a3);
  padding: 50px 0 50px 0;
  margin: 0 0 0 0px;
}
.overview .wrapper .box-wrapper .textbox--h3 {
  margin: 0;
}
.overview .wrapper .box-wrapper .textbox--h3--catch {
  color: #fff;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 45px;
}
.overview .wrapper .box-wrapper .textbox--list {
  margin: 3rem 0;
}
.overview .wrapper .box-wrapper .textbox--list li {
  color: #fff;
  line-height: 2;
  font-size: 20px;
}
.overview .wrapper .box-wrapper .textbox--list li::before {
  content: "一、";
}
.overview .wrapper .box-wrapper .textbox--comment {
  margin: 0 10%;
  display: inline-block;
  color: #ff7657;
  font-weight: 900;
  background: linear-gradient(90deg, #fffaf9, #fff7f9);
  box-shadow: rgba(232, 190, 190, 0.4) 0px 7px 29px 0px;
  letter-spacing: 2px;
  font-size: 30px;
  padding: 3px 60px 3px 60px;
}
.overview .wrapper .box-wrapper .textbox--name {
  color: #fff;
  line-height: 2;
  font-size: 20px;
  margin: 3rem 0 0 0;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .overview {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .overview .wrapper {
    width: 100%;
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .overview .wrapper .box-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main {
    padding: 50px 0 0 0;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main .icon {
    width: 6vw;
    margin: 0 auto 0;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main h2 {
    width: 100%;
    text-align: center;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main h2 .catch {
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #f86372);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vw;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .sub {
    text-align: center;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .sub p {
    font-family: "Outfit";
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #e05f6b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    font-size: 3vw;
  }
  .overview .wrapper .box-wrapper .textbox {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: rgba(255, 220, 220, 0.2) 0px 7px 29px 0px;
    background: linear-gradient(90deg, #fb8b71, #f185a3);
    padding: 50px 0 50px 0;
    margin: 0 0 0 0px;
  }
  .overview .wrapper .box-wrapper .textbox--h3 {
    margin: 0;
  }
  .overview .wrapper .box-wrapper .textbox--h3--catch {
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 45px;
  }
  .overview .wrapper .box-wrapper .textbox--list {
    margin: 3rem 0;
  }
  .overview .wrapper .box-wrapper .textbox--list li {
    color: #fff;
    line-height: 2;
    font-size: 20px;
  }
  .overview .wrapper .box-wrapper .textbox--list li::before {
    content: "一、";
  }
  .overview .wrapper .box-wrapper .textbox--comment {
    margin: 0 10%;
    display: inline-block;
    color: #ff7657;
    font-weight: 900;
    background: linear-gradient(90deg, #fffaf9, #fff7f9);
    box-shadow: rgba(232, 190, 190, 0.4) 0px 7px 29px 0px;
    letter-spacing: 2px;
    font-size: 30px;
    padding: 3px 60px 3px 60px;
  }
  .overview .wrapper .box-wrapper .textbox--name {
    color: #fff;
    line-height: 2;
    font-size: 20px;
    margin: 3rem 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overview {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .overview .wrapper {
    width: 100%;
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .overview .wrapper .box-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main {
    padding: 50px 0 0 0;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main .icon {
    width: 9vw;
    margin: 0 auto 0;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main h2 {
    width: 100%;
    text-align: center;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main h2 .catch {
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #f86372);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8vw;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .sub {
    text-align: center;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .sub p {
    font-family: "Outfit";
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #e05f6b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    font-size: 5vw;
  }
  .overview .wrapper .box-wrapper .textbox {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: rgba(255, 220, 220, 0.2) 0px 7px 29px 0px;
    background: linear-gradient(90deg, #fb8b71, #f185a3);
    padding: 50px 0 50px 0;
    margin: 0 0 0 0px;
  }
  .overview .wrapper .box-wrapper .textbox--h3 {
    margin: 0;
  }
  .overview .wrapper .box-wrapper .textbox--h3--catch {
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 45px;
  }
  .overview .wrapper .box-wrapper .textbox--list {
    width: 85%;
    margin: 3rem auto;
  }
  .overview .wrapper .box-wrapper .textbox--list li {
    color: #fff;
    line-height: 2;
    font-size: 20px;
    padding-left: 2em;
    text-indent: -2em;
  }
  .overview .wrapper .box-wrapper .textbox--list li::before {
    content: "一、";
  }
  .overview .wrapper .box-wrapper .textbox--comment {
    margin: 0 10%;
    display: inline-block;
    color: #ff7657;
    font-weight: 900;
    background: linear-gradient(90deg, #fffaf9, #fff7f9);
    box-shadow: rgba(232, 190, 190, 0.4) 0px 7px 29px 0px;
    letter-spacing: 2px;
    font-size: 30px;
    padding: 3px 60px 3px 60px;
  }
  .overview .wrapper .box-wrapper .textbox--name {
    color: #fff;
    line-height: 2;
    font-size: 20px;
    margin: 3rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .overview {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .overview .wrapper {
    width: 100%;
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .overview .wrapper .box-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main {
    padding: 50px 0 0 0;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main .icon {
    width: 9vw;
    margin: 0 auto 0;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main h2 {
    width: 100%;
    text-align: center;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .main h2 .catch {
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #f86372);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8vw;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .sub {
    text-align: center;
  }
  .overview .wrapper .box-wrapper .box .box-menu .title .sub p {
    font-family: "Outfit";
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #e05f6b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    font-size: 5vw;
  }
  .overview .wrapper .box-wrapper .textbox {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: rgba(255, 220, 220, 0.2) 0px 7px 29px 0px;
    background: linear-gradient(90deg, #fb8b71, #f185a3);
    padding: 50px 0 50px 0;
    margin: 0 0 0 0px;
  }
  .overview .wrapper .box-wrapper .textbox--h3 {
    margin: 0;
  }
  .overview .wrapper .box-wrapper .textbox--h3--catch {
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 8vw;
  }
  .overview .wrapper .box-wrapper .textbox--list {
    width: 80%;
    margin: 3rem auto;
    padding-left: 8vw;
    text-indent: -8vw;
  }
  .overview .wrapper .box-wrapper .textbox--list li {
    color: #fff;
    line-height: 2;
    font-size: 4vw;
  }
  .overview .wrapper .box-wrapper .textbox--list li::before {
    content: "一、";
  }
  .overview .wrapper .box-wrapper .textbox--comment {
    margin: 0 10%;
    display: inline-block;
    color: #ff7657;
    font-weight: 900;
    background: linear-gradient(90deg, #fffaf9, #fff7f9);
    box-shadow: rgba(232, 190, 190, 0.4) 0px 7px 29px 0px;
    letter-spacing: 2px;
    font-size: 3.6vw;
    padding: 30px 20px 30px 20px;
  }
  .overview .wrapper .box-wrapper .textbox--name {
    color: #fff;
    line-height: 2;
    font-size: 4vw;
    margin: 3rem 0 0 0;
  }
}
.facility {
  position: relative;
  margin: 50px 0 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.facility .wrapper {
  width: 100%;
  background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
  background-size: 500px auto;
}
.facility .wrapper .box-wrapper {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0 2% 0 2%;
}
.facility .wrapper .box-wrapper .childcare_facility {
  width: 100%;
  margin: 8rem 0 0 0;
}
.facility .wrapper .box-wrapper .childcare_facility--h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.facility .wrapper .box-wrapper .childcare_facility--h3--catch {
  margin: 0 auto;
  display: block;
  color: #ff7657;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 42px;
  padding: 3px 60px 3px 60px;
}
.facility .wrapper .box-wrapper .childcare_facility--list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 4rem 0 0 0;
}
.facility .wrapper .box-wrapper .childcare_facility--list li {
  width: calc(33.3333333333% - 2rem);
  display: flex;
  flex-flow: column;
  align-items: stretch;
  position: relative;
  padding: 0 0 5rem 0;
}
.facility .wrapper .box-wrapper .childcare_facility--list li h4 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  box-shadow: rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  padding: 5px 65px 5px 65px;
  letter-spacing: 6px;
  font-size: 24px;
  color: #ed8682;
  border-top: solid 4px #ed8682;
  position: absolute;
  top: -20px;
  left: 0px;
}
.facility .wrapper .box-wrapper .childcare_facility--list li figure {
  width: 100%;
  height: 250px;
  padding: 0 2px;
}
.facility .wrapper .box-wrapper .childcare_facility--list li figure img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility .wrapper .box-wrapper .childcare_facility--list li table {
  width: 100%;
}
.facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr th {
  width: 25%;
  background: linear-gradient(90deg, #ae4d8f, #e05f6b);
  font-family: "M PLUS Rounded 1c";
  color: #fff;
  font-size: 18px;
  padding: 10px 5px 10px 5px;
  position: relative;
  text-align: center;
}
.facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr td {
  position: relative;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #4f1616;
  width: 75%;
  padding: 10px 30px 10px 30px;
  font-size: 16px;
}
.facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr td a {
  color: inherit;
  text-decoration: none;
}
.facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr:nth-child(2n) td {
  background: #ffe5e7;
}
.facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr:nth-child(2n+1) td {
  background: #ffe7f1;
}
.facility .wrapper .box-wrapper .childcare_facility--list li > a {
  width: 80%;
  margin: 2rem 10% 0;
  color: #f392a8;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  border: solid 3px #f392a8;
  position: absolute;
  bottom: 0;
}
.facility .wrapper .box-wrapper .childcare_facility--list li > a .catch {
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  font-size: 24px;
  padding: 0 20px 0 20px;
}
.facility .wrapper .box-wrapper .childcare_facility--list li > a .icon {
  line-height: 0;
  width: 20px;
  height: auto;
}
.facility .wrapper .box-wrapper .childcare_facility--list li > a .arrow {
  line-height: 0;
  width: 15px;
  height: auto;
}
.facility .wrapper .box-wrapper .disclosure {
  width: 100%;
  margin: 8rem 0 0 0;
}
.facility .wrapper .box-wrapper .disclosure--h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.facility .wrapper .box-wrapper .disclosure--h3--catch {
  margin: 0 auto;
  display: block;
  color: #ff7657;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 42px;
  padding: 3px 60px 3px 60px;
}
.facility .wrapper .box-wrapper .disclosure--document {
  width: 100%;
  display: flex;
  justify-content: left;
}
.facility .wrapper .box-wrapper .disclosure--document li {
  width: calc(33.3333333333% - 40px);
  margin: 0 40px 2rem 0;
}
.facility .wrapper .box-wrapper .disclosure--document li a {
  padding: 0 20px 0 20px;
  width: 100%;
  margin: 2rem 0;
  color: #f392a8;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: solid 3px #f392a8;
}
.facility .wrapper .box-wrapper .disclosure--document li a figure {
  width: 50px;
  padding: 10px 10px 5px 10px;
}
.facility .wrapper .box-wrapper .disclosure--document li a figure img {
  width: 100%;
}
.facility .wrapper .box-wrapper .disclosure--document li a p {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  font-size: 24px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .facility {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .facility .wrapper {
    width: 100%;
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .facility .wrapper .box-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .facility .wrapper .box-wrapper .childcare_facility {
    width: 100%;
    margin: 8rem 0 0 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--h3--catch {
    margin: 0 auto;
    display: block;
    color: #ff7657;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 42px;
    padding: 3px 60px 3px 60px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin: 4rem 0 0 0;
    flex-wrap: wrap;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li {
    width: calc(50% - 2rem);
    display: flex;
    flex-flow: column;
    align-items: stretch;
    position: relative;
    padding: 0 0 5rem 0;
    margin: 0 0 5rem;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li h4 {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    box-shadow: rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    padding: 5px 65px 5px 65px;
    letter-spacing: 6px;
    font-size: 24px;
    color: #ed8682;
    border-top: solid 4px #ed8682;
    position: absolute;
    top: -20px;
    left: 0px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li figure {
    width: 100%;
    height: 250px;
    padding: 0 2px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li figure img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table {
    width: 100%;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr th {
    width: 25%;
    background: linear-gradient(90deg, #ae4d8f, #e05f6b);
    font-family: "M PLUS Rounded 1c";
    color: #fff;
    font-size: 18px;
    padding: 10px 5px 10px 5px;
    position: relative;
    text-align: center;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr td {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    color: #4f1616;
    width: 75%;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr td a {
    color: inherit;
    text-decoration: none;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr:nth-child(2n) td {
    background: #ffe5e7;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr:nth-child(2n+1) td {
    background: #ffe7f1;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a {
    width: 80%;
    margin: 2rem 10% 0;
    color: #f392a8;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    border: solid 3px #f392a8;
    position: absolute;
    bottom: 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a .catch {
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    font-size: 24px;
    padding: 0 20px 0 20px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a .icon {
    line-height: 0;
    width: 20px;
    height: auto;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a .arrow {
    line-height: 0;
    width: 15px;
    height: auto;
  }
  .facility .wrapper .box-wrapper .disclosure {
    width: 100%;
    margin: 8rem 0 0 0;
  }
  .facility .wrapper .box-wrapper .disclosure--h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
  }
  .facility .wrapper .box-wrapper .disclosure--h3--catch {
    margin: 0 auto;
    display: block;
    color: #ff7657;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 42px;
    padding: 3px 60px 3px 60px;
  }
  .facility .wrapper .box-wrapper .disclosure--document {
    width: 100%;
    display: flex;
    justify-content: left;
  }
  .facility .wrapper .box-wrapper .disclosure--document li {
    width: calc(33.3333333333% - 40px);
    margin: 0 40px 2rem 0;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a {
    padding: 0 20px 0 20px;
    width: 100%;
    margin: 2rem 0;
    color: #f392a8;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: solid 3px #f392a8;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a figure {
    width: 50px;
    padding: 10px 10px 5px 10px;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a figure img {
    width: 100%;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a p {
    width: -moz-fit-content;
    width: fit-content;
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .facility {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .facility .wrapper {
    width: 100%;
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .facility .wrapper .box-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .facility .wrapper .box-wrapper .childcare_facility {
    width: 100%;
    margin: 8rem 0 0 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--h3--catch {
    margin: 0 auto;
    display: block;
    color: #ff7657;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 42px;
    padding: 3px 60px 3px 60px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: column;
    flex-wrap: wrap;
    margin: 4rem 0 0 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    position: relative;
    padding: 0 0 5rem 0;
    margin: 0 0 5rem;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li h4 {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    box-shadow: rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    padding: 5px 65px 5px 65px;
    letter-spacing: 6px;
    font-size: 24px;
    color: #ed8682;
    border-top: solid 4px #ed8682;
    position: absolute;
    top: -20px;
    left: 0px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li figure {
    width: 100%;
    height: 400px;
    padding: 0 2px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li figure img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table {
    width: 100%;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr th {
    width: 25%;
    background: linear-gradient(90deg, #ae4d8f, #e05f6b);
    font-family: "M PLUS Rounded 1c";
    color: #fff;
    font-size: 18px;
    padding: 10px 5px 10px 5px;
    position: relative;
    text-align: center;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr td {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    color: #4f1616;
    width: 75%;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr td a {
    color: inherit;
    text-decoration: none;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr:nth-child(2n) td {
    background: #ffe5e7;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr:nth-child(2n+1) td {
    background: #ffe7f1;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a {
    width: 50%;
    margin: 2rem 25% 0;
    color: #f392a8;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    border: solid 3px #f392a8;
    position: absolute;
    bottom: 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a .catch {
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    font-size: 24px;
    padding: 0 20px 0 20px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a .icon {
    line-height: 0;
    width: 20px;
    height: auto;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a .arrow {
    line-height: 0;
    width: 15px;
    height: auto;
  }
  .facility .wrapper .box-wrapper .disclosure {
    width: 100%;
    margin: 8rem 0 0 0;
  }
  .facility .wrapper .box-wrapper .disclosure--h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
  }
  .facility .wrapper .box-wrapper .disclosure--h3--catch {
    margin: 0 auto;
    display: block;
    color: #ff7657;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 42px;
    padding: 3px 60px 3px 60px;
  }
  .facility .wrapper .box-wrapper .disclosure--document {
    width: 100%;
    display: flex;
    justify-content: left;
  }
  .facility .wrapper .box-wrapper .disclosure--document li {
    width: calc(50% - 40px);
    margin: 0 40px 2rem 0;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a {
    padding: 0 20px 0 20px;
    width: 100%;
    margin: 2rem 0;
    color: #f392a8;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: solid 3px #f392a8;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a figure {
    width: 50px;
    padding: 10px 10px 5px 10px;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a figure img {
    width: 100%;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a p {
    width: -moz-fit-content;
    width: fit-content;
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .facility {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .facility .wrapper {
    width: 100%;
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .facility .wrapper .box-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .facility .wrapper .box-wrapper .childcare_facility {
    width: 100%;
    margin: 8rem 0 0 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--h3--catch {
    margin: 0 auto;
    display: block;
    color: #ff7657;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 8vw;
    padding: 3px 30px 3px 30px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: column;
    flex-wrap: wrap;
    margin: 4rem 0 0 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    position: relative;
    padding: 0 0 4rem 0;
    margin: 0 0 5rem;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li h4 {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    box-shadow: rgba(174, 92, 92, 0.2) 0px 7px 29px 0px;
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    padding: 5px 65px 5px 65px;
    letter-spacing: 6px;
    font-size: 4.5vw;
    color: #ed8682;
    border-top: solid 4px #ed8682;
    position: absolute;
    top: -20px;
    left: 0px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li figure {
    width: 100%;
    height: 250px;
    padding: 0 2px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li figure img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table {
    width: 100%;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr th {
    width: 25%;
    background: linear-gradient(90deg, #ae4d8f, #e05f6b);
    font-family: "M PLUS Rounded 1c";
    color: #fff;
    font-size: 3.2vw;
    padding: 10px 5px 10px 5px;
    position: relative;
    text-align: center;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr td {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    color: #4f1616;
    width: 75%;
    padding: 10px 30px 10px 30px;
    font-size: 3vw;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr td a {
    color: inherit;
    text-decoration: none;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr:nth-child(2n) td {
    background: #ffe5e7;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li table tbody tr:nth-child(2n+1) td {
    background: #ffe7f1;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a {
    width: 80%;
    margin: 2rem 10% 0;
    color: #f392a8;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    border: solid 3px #f392a8;
    position: absolute;
    bottom: 0;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a .catch {
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    font-size: 4.2vw;
    padding: 0 20px 0 20px;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a .icon {
    line-height: 0;
    width: 20px;
    height: auto;
  }
  .facility .wrapper .box-wrapper .childcare_facility--list li > a .arrow {
    line-height: 0;
    width: 15px;
    height: auto;
  }
  .facility .wrapper .box-wrapper .disclosure {
    width: 100%;
    margin: 8rem 0 0 0;
  }
  .facility .wrapper .box-wrapper .disclosure--h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
  }
  .facility .wrapper .box-wrapper .disclosure--h3--catch {
    margin: 0 auto;
    display: block;
    color: #ff7657;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 8vw;
    padding: 3px 60px 3px 60px;
  }
  .facility .wrapper .box-wrapper .disclosure--document {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .facility .wrapper .box-wrapper .disclosure--document li {
    width: 100%;
    margin: 0 0px 0rem 0;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a {
    width: 100%;
    margin: 1rem 0;
    color: #f392a8;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: solid 3px #f392a8;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a figure {
    width: 50px;
    padding: 10px 10px 5px 10px;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a figure img {
    width: 100%;
  }
  .facility .wrapper .box-wrapper .disclosure--document li a p {
    width: -moz-fit-content;
    width: fit-content;
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    font-size: 4.6vw;
  }
}
.history {
  position: relative;
  margin: 50px 0 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.history .wrapper {
  width: 100%;
  background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
  background-size: 500px auto;
}
.history .wrapper .box-wrapper {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0 2% 0 2%;
}
.history .wrapper .box-wrapper .box .box-menu .title {
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  padding: 100px 0 100px 0;
}
.history .wrapper .box-wrapper .box .box-menu .title .main {
  padding: 50px 0 0 0;
}
.history .wrapper .box-wrapper .box .box-menu .title .main .icon {
  width: 55px;
  margin: 0 auto 0;
}
.history .wrapper .box-wrapper .box .box-menu .title .main h2 {
  width: 100%;
  text-align: center;
}
.history .wrapper .box-wrapper .box .box-menu .title .main h2 .catch {
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #f86372);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
}
.history .wrapper .box-wrapper .box .box-menu .title .sub {
  text-align: center;
}
.history .wrapper .box-wrapper .box .box-menu .title .sub p {
  font-family: "Outfit";
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #f6697b, #e05f6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: 30px;
}
.history .wrapper .box-wrapper .box .history--box {
  width: 100%;
  margin: 0 0 4rem 0;
}
.history .wrapper .box-wrapper .box .history--box--list {
  display: flex;
}
.history .wrapper .box-wrapper .box .history--box--list--year {
  width: 30%;
  background: linear-gradient(90deg, #d75873 0%, #f66f86 100%);
  font-family: "M PLUS Rounded 1c";
  color: #fff;
  font-size: 24px;
  padding: 20px 10px 20px 10px;
  position: relative;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.history .wrapper .box-wrapper .box .history--box--list--contents {
  position: relative;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #4f1616;
  width: 70%;
  padding: 20px 60px 20px 60px;
  font-size: 20px;
  border-bottom: 2px dashed #d75873;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .history {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .history .wrapper {
    width: 100%;
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .history .wrapper .box-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .history .wrapper .box-wrapper .box .box-menu .title {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .main {
    padding: 50px 0 0 0;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .main .icon {
    width: 9vw;
    margin: 0 auto 0;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .main h2 {
    width: 100%;
    text-align: center;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .main h2 .catch {
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #f86372);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8vw;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .sub {
    text-align: center;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .sub p {
    font-family: "Outfit";
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #e05f6b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .history {
    position: relative;
    margin: 50px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .history .wrapper {
    width: 100%;
    background: url(../../images/common/box-menu-title-bg.jpg) no-repeat center top 100px;
    background-size: 500px auto;
  }
  .history .wrapper .box-wrapper {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%;
  }
  .history .wrapper .box-wrapper .box .box-menu .title {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .main {
    padding: 50px 0 0 0;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .main .icon {
    width: 9vw;
    margin: 0 auto 0;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .main h2 {
    width: 100%;
    text-align: center;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .main h2 .catch {
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #f86372);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8vw;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .sub {
    text-align: center;
  }
  .history .wrapper .box-wrapper .box .box-menu .title .sub p {
    font-family: "Outfit";
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(90deg, #f6697b, #e05f6b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    font-size: 5vw;
  }
  .history .wrapper .box-wrapper .box .history--box {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .history .wrapper .box-wrapper .box .history--box--list {
    display: flex;
  }
  .history .wrapper .box-wrapper .box .history--box--list--year {
    width: 30%;
    background: linear-gradient(90deg, #d75873 0%, #f66f86 100%);
    font-family: "M PLUS Rounded 1c";
    color: #fff;
    font-size: 4vw;
    padding: 20px 10px 20px 10px;
    position: relative;
    text-align: center;
    border-bottom: 2px solid #fff;
  }
  .history .wrapper .box-wrapper .box .history--box--list--contents {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-weight: 700;
    color: #4f1616;
    width: 70%;
    padding: 20px 30px 20px 30px;
    font-size: 3.6vw;
    border-bottom: 2px dashed #d75873;
  }
}
/* breakpoints *//*# sourceMappingURL=style.css.map */