@charset "UTF-8";
/**
Theme Name: オリジナルテーマ
Vertion: 1.0
Author: nanoha
Description: オリジナルテーマ
*/
.font-normal {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

:root {
  --8px: calc(8 / 16 * 1rem);
  --9px: calc(9 / 16 * 1rem);
  --10px: calc(10 / 16 * 1rem);
  --11px: calc(11 / 16 * 1rem);
  --12px: calc(12 / 16 * 1rem);
  --13px: calc(13 / 16 * 1rem);
  --14px: calc(14 / 16 * 1rem);
  --15px: calc(15 / 16 * 1rem);
  --16px: calc(16 / 16 * 1rem);
  --17px: calc(17 / 16 * 1rem);
  --18px: calc(18 / 16 * 1rem);
  --19px: calc(19 / 16 * 1rem);
  --20px: calc(20 / 16 * 1rem);
  --21px: calc(21 / 16 * 1rem);
  --22px: calc(22 / 16 * 1rem);
  --23px: calc(23 / 16 * 1rem);
  --24px: calc(24 / 16 * 1rem);
  --25px: calc(25 / 16 * 1rem);
  --26px: calc(26 / 16 * 1rem);
  --27px: calc(27 / 16 * 1rem);
  --28px: calc(28 / 16 * 1rem);
  --29px: calc(29 / 16 * 1rem);
  --30px: calc(30 / 16 * 1rem);
  --31px: calc(31 / 16 * 1rem);
  --32px: calc(32 / 16 * 1rem);
  --33px: calc(33 / 16 * 1rem);
  --34px: calc(34 / 16 * 1rem);
  --35px: calc(35 / 16 * 1rem);
  --36px: calc(36 / 16 * 1rem);
  --37px: calc(37 / 16 * 1rem);
  --38px: calc(38 / 16 * 1rem);
  --39px: calc(39 / 16 * 1rem);
  --40px: calc(40 / 16 * 1rem);
  --41px: calc(41 / 16 * 1rem);
  --42px: calc(42 / 16 * 1rem);
  --43px: calc(43 / 16 * 1rem);
  --44px: calc(44 / 16 * 1rem);
  --45px: calc(45 / 16 * 1rem);
  --46px: calc(46 / 16 * 1rem);
  --47px: calc(47 / 16 * 1rem);
  --48px: calc(48 / 16 * 1rem);
  --49px: calc(49 / 16 * 1rem);
  --50px: calc(50 / 16 * 1rem);
  --51px: calc(51 / 16 * 1rem);
  --52px: calc(52 / 16 * 1rem);
  --53px: calc(53 / 16 * 1rem);
  --54px: calc(54 / 16 * 1rem);
  --55px: calc(55 / 16 * 1rem);
  --56px: calc(56 / 16 * 1rem);
  --57px: calc(57 / 16 * 1rem);
  --58px: calc(58 / 16 * 1rem);
  --59px: calc(59 / 16 * 1rem);
  --60px: calc(60 / 16 * 1rem);
  --61px: calc(61 / 16 * 1rem);
  --62px: calc(62 / 16 * 1rem);
  --63px: calc(63 / 16 * 1rem);
  --64px: calc(64 / 16 * 1rem);
  --gnav-mobile-width: 759;
}

* {
  min-height: 0vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-padding-top: var(--header-height);
}

body {
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #526067;
  background-color: #fff;
  height: 100%;
  opacity: 0;
}

a {
  text-decoration: none;
  color: #526067;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #526067;
  font-size: var(--16px);
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: normal;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.no-scroll {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 165px;
  z-index: 1000;
}
@media screen and (max-width: 759.9px) {
  .l-header {
    height: 55px;
  }
}

.l-header._low {
  height: 145px;
}
@media screen and (max-width: 759.9px) {
  .l-header._low {
    height: 55px;
  }
}

.l-header-inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
}
@media screen and (max-width: 768px) {
  .l-header-inner {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.l-gnav {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.l-main {
  width: 100%;
  min-height: var(--full-contents-height);
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--header-height);
  z-index: 10;
}

.l-section {
  margin-top: 0;
}

.p-about .l-section,
.p-nyuen .l-section,
.p-recruit .l-section {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-about .l-section,
  .p-nyuen .l-section,
  .p-recruit .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .p-about .l-section,
  .p-nyuen .l-section,
  .p-recruit .l-section {
    padding-top: 32px;
    padding-bottom: 28px;
  }
}

.l-sect-body {
  padding: 0 1%;
}

.p-about .l-sect-body,
.p-nyuen .l-sect-body,
.p-recruit .l-sect-body {
  margin-top: 28px;
}

.l-section-inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.l-section-inner._wide {
  max-width: 1200px;
}
@media screen and (max-width: 1180px) {
  .l-section-inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .l-section-inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.l-news-2box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-news-2box > *:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-news-2box > *:last-child {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .l-news-2box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-news-2box > *:first-child {
    width: 100%;
  }
  .l-news-2box > *:last-child {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
}

.l-footer {
  width: 100%;
}

.l-fix-back {
  position: fixed;
  bottom: 20px;
  right: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  z-index: 100;
}

.bl-page-title {
  padding-top: 5.5vw;
  padding-bottom: 10vw;
  background-image: url("./img/common/bg-page-title.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}
.bl-page-title ._title {
  font-size: var(--28px);
  font-size: clamp(1.75rem, 1.2444144838rem + 2.157164869vw, 2.625rem);
  font-weight: 500;
  line-height: 1;
}
.bl-page-title ._title._pink::first-letter {
  color: #ff9794;
}
.bl-page-title ._title._blue::first-letter {
  color: #48dae3;
}
.bl-page-title ._title._dark-blue::first-letter {
  color: #5da7ba;
}
.bl-page-title ._title._yellow::first-letter {
  color: #f7b219;
}
.bl-page-title ._ja {
  margin-top: 16px;
  font-size: var(--16px);
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .bl-page-title {
    padding-top: 7vw;
    padding-bottom: 13vw;
  }
}

.bl-section-header {
  width: 100%;
  padding: 10px 32px;
  background-color: #ff9794;
  border-radius: 30px;
}
.bl-section-header._nyuen {
  background-color: #00cfdc;
}
.bl-section-header ._title {
  color: #fff;
  font-size: var(--15px);
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
}
.bl-section-header ._en {
  padding-top: 16px;
  color: #628da8;
  font-size: var(--14px);
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .bl-section-header {
    padding: 10px 20px;
  }
}

.bl-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.bl-table dt,
.bl-table dd {
  padding: 14px 2%;
}
.bl-table dt,
.bl-table dd,
.bl-table dd ul li {
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7714088398rem + 0.4419889503vw, 1.125rem);
  font-weight: 500;
}
.bl-table dt {
  width: 10em;
  border-top: 1px solid #fe5761;
  border-left: 1px solid #fe5761;
  background-color: #fea9b0;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.bl-table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 10em);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #fe5761;
  border-right: 1px solid #fe5761;
  background-color: #fff;
  line-height: 1.4;
}
.bl-table dt:last-of-type,
.bl-table dd:last-of-type {
  border-bottom: 1px solid #fe5761;
}
@media screen and (max-width: 576px) {
  .bl-table .bl-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl-table dt {
    width: 100%;
    padding: 4px 2%;
    text-align: left;
  }
  .bl-table dd {
    width: 100%;
    padding: 18px 2%;
    border-left: 1px solid #fe5761;
  }
}

.bl-cta-map {
  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;
  gap: 8px;
  color: #729fbb;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: var(--15px);
  font-size: clamp(1rem, 0.8807251908rem + 0.5089058524vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.bl-cta-map::before {
  content: "";
  width: 1.25em;
  height: 1.5em;
  font-size: inherit;
  background-image: url("./img/common/i-map.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bl-cta-map:hover {
  opacity: 0.7;
}

.page-top {
  width: 102px;
  height: 83px;
  padding: 4px;
  background-image: url("./img/common/i-pagetop.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .page-top {
    width: 86.7px;
    height: 70.55px;
  }
}
@media screen and (max-width: 768px) {
  .page-top {
    width: 76.5px;
    height: 62.25px;
  }
}
@media (any-hover: hover) {
  .page-top:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.bl-hoikuen {
  width: 100%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background-color: #ffd8d7;
}
.bl-hoikuen ._list {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 12px;
  list-style: none;
}
.bl-hoikuen ._li {
  width: calc(33.3% - 8px);
}
.bl-hoikuen ._li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .bl-hoikuen ._list {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    row-gap: 4px;
  }
  .bl-hoikuen ._li {
    width: calc(33.3% - 4px);
  }
}

/*-------------------------------
// Header
---------------------------------*/
header {
  background-image: url("./img/common/bg-main-s.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 75px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
header .header__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 100%;
}
header .company__logo {
  width: 60px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
header .company__logo img {
  width: 100%;
  height: auto;
}
header .company__name {
  width: 250px;
  padding-left: 8px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
header .company__name img {
  width: 100%;
  height: auto;
}
header._low .header__wrapper {
  height: 55px;
}
header._low .company__logo {
  width: 39px;
}
header._low .company__name {
  width: 220px;
}
@media screen and (max-width: 759.9px) {
  header {
    background-image: none;
    background-color: #ffd8d7;
  }
  header .header__company {
    gap: 2px;
  }
  header .header__wrapper {
    height: 100%;
  }
  header .company__logo {
    width: 35px;
  }
  header .company__name {
    width: 150px;
  }
}
header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 100%;
}
header .cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 100%;
}
header .cta__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  margin-left: 2px;
}
@media screen and (max-width: 850px) {
  header .header__wrapper {
    gap: 0 0;
  }
  header .cta__wrapper {
    gap: 5px;
  }
}
header .hamburger {
  display: none;
  height: 100%;
  padding-left: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 759.9px) {
  header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*----------------------
// Footer
----------------------*/
.footer {
  background-color: #ffd8d7;
}
.footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}
.footer .menu {
  width: 100%;
}
.footer .menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.footer .menu .menu__item {
  margin-right: 18px;
}
.footer .menu .menu__item:last-child {
  margin-right: 0;
}
.footer .menu .menu__link {
  display: inline-block;
  padding: 2px 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer .menu .menu__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  font-size: clamp(0.8125rem, 0.6932251908rem + 0.5089058524vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.8;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.footer .menu .menu__link:hover {
  border-radius: 100px;
  background-color: #fff;
}
.footer .menu .menu__link:hover .menu__name {
  color: #ff6762;
}
.footer .footer-cta {
  display: none;
  margin-top: 20px;
  padding-top: 25px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 15px;
  background-color: #fff;
}
.footer .company {
  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;
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer .company .company__name-wrapper {
  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;
  gap: 8px;
}
.footer .company .company__logo {
  width: 60px;
}
.footer .company .company__logo img {
  width: 100%;
  height: auto;
}
.footer .company .company__name {
  width: 280px;
}
.footer .company .company__name img {
  width: 100%;
  height: auto;
}
.footer .company .company__info {
  padding-left: 32px;
}
.footer .company .company__info-txt {
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.footer .company .company__info-txt:nth-child(2) {
  margin-top: 4px;
}
.footer .footer__credit {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #ffb7b5;
  text-align: center;
}
.footer .footer__credit .copyright {
  color: #fff;
  font-size: var(--13px);
  font-size: clamp(0.6875rem, 0.4542910448rem + 0.9950248756vw, 0.8125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer .footer__credit .created {
  margin-top: 8px;
  color: #fff;
  font-size: var(--11px);
  font-size: clamp(0.625rem, 0.3917910448rem + 0.9950248756vw, 0.75rem);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .footer .footer__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .menu .menu__list {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .menu .menu__item {
    width: 50%;
    margin-right: 0;
    text-align: center;
  }
  .footer .menu .menu__item._about {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .menu .menu__item._qa {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .menu .menu__item._nyuen {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 8px;
  }
  .footer .menu .menu__item._voice {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 8px;
  }
  .footer .menu .menu__item._news {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 8px;
  }
  .footer .menu .menu__item._reqruit {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 8px;
  }
  .footer .footer-cta {
    display: block;
  }
  .footer .company {
    background-color: #fff;
    padding-top: 16px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
  }
  .footer .company .company__name-wrapper {
    display: none;
  }
  .footer .company .company__info {
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

body:has(.gnav.mobile.is-open) {
  overflow: hidden;
}

.gnav {
  z-index: 100;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.gnav.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.gnav.pc .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  list-style: none;
}
.gnav.pc .gnav-list li {
  height: 90px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.gnav.pc .gnav-list li a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: var(--14px);
  font-size: clamp(0.8125rem, 0.625rem + 0.390625vw, 0.9375rem);
  width: 9em;
  height: 100%;
  overflow: hidden;
}
.gnav.pc .gnav-list li a ._txt {
  display: inline-block;
  padding: 0 16px;
  color: #526067;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.gnav.pc .gnav-list li a::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 2em - 5px);
  margin-top: 5px;
  font-size: inherit;
  background-image: url("./img/common/i-about.png");
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.gnav.pc .gnav-list li a:hover {
  cursor: pointer;
}
.gnav.pc .gnav-list li a:hover ._txt {
  border-radius: 100px;
  background-color: #fff;
}
.gnav.pc .gnav-list li a:hover::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.gnav.pc .gnav-list li._about a::before {
  background-image: url("./img/common/i-about.png");
  background-size: auto 75%;
}
.gnav.pc .gnav-list li._nyuen a::before {
  background-image: url("./img/common/i-nyuen.png");
}
.gnav.pc .gnav-list li._news a::before {
  background-image: url("./img/common/i-news.png");
}
.gnav.pc .gnav-list li._qa a::before {
  background-image: url("./img/common/i-qa.png");
}
.gnav.pc .gnav-list li._voice a::before {
  background-image: url("./img/common/i-voice.png");
}
.gnav.pc .gnav-list li._recruit a::before {
  background-image: url("./img/common/i-recruit.png");
}
.gnav.pc .gnav-list li._mb-only {
  display: none;
}
.gnav.pc .gnav__bottom,
.gnav.pc .gnav__hamb-cta {
  display: none;
}
@media screen and (max-width: 759.9px) {
  .gnav.pc {
    visibility: hidden;
  }
}

.gnav.mobile {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(var(--vh) * 100 - 55px);
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav.mobile.is-open {
  visibility: visible;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.gnav.mobile > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gnav.mobile .gnav-list {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: var(--14px);
  list-style: none;
  border-top: 1px solid #fcb7bb;
}
.gnav.mobile .gnav-list li {
  width: 100%;
  font-weight: 500;
  background-color: #faefed;
}
.gnav.mobile .gnav-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.5em;
  border-bottom: 1px solid #fcb7bb;
  gap: 20px;
}
.gnav.mobile .gnav-list li a ._txt {
  position: absolute;
  top: 50%;
  left: 46%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 10em;
}
.gnav.mobile .gnav-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(46% - 70px - 0.5em);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: block;
  width: 70px;
  min-height: 2.5em;
  font-size: inherit;
  background-image: url("./img/common/i-about.png");
  background-size: auto calc(95% - 4px);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.gnav.mobile .gnav-list li a:hover {
  cursor: pointer;
  background-color: #fff;
}
.gnav.mobile .gnav-list li a:hover::before {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(0%, calc(-50% - 4px));
          transform: translate(0%, calc(-50% - 4px));
}
.gnav.mobile .gnav-list li._about a::before {
  background-image: url("./img/common/i-about.png");
  background-size: auto 75%;
}
.gnav.mobile .gnav-list li._nyuen a::before {
  background-image: url("./img/common/i-nyuen.png");
}
.gnav.mobile .gnav-list li._news a::before {
  background-image: url("./img/common/i-news.png");
}
.gnav.mobile .gnav-list li._qa a::before {
  background-image: url("./img/common/i-qa.png");
}
.gnav.mobile .gnav-list li._voice a::before {
  background-image: url("./img/common/i-voice.png");
}
.gnav.mobile .gnav-list li._recruit a::before {
  background-image: url("./img/common/i-recruit.png");
}
.gnav.mobile .gnav-list ul.sub-menu li a::before {
  display: none;
}
.gnav.mobile .gnav-list li._mb-only {
  display: block;
}
.gnav.mobile .gnav-list li._pc-only {
  display: none;
}
.gnav.mobile li.menu-item-has-children {
  position: relative;
}
.gnav.mobile li.menu-item-has-children:hover {
  cursor: pointer;
  background-color: #d5dade;
}
.gnav.mobile li.menu-item-has-children > a {
  pointer-events: none;
}
.gnav.mobile ul.sub-menu {
  width: 100%;
  background-color: #eff3f6;
  pointer-events: all;
  list-style: none;
  display: none;
}
.gnav.mobile li.menu-item-has-children.is-submenu-open ul.sub-menu {
  display: block;
}
.gnav.mobile ul.sub-menu li {
  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;
  width: 100%;
}
.gnav.mobile ul.sub-menu li a {
  width: 100%;
  font-size: 0.9em;
}
.gnav.mobile .gnav__hamb-cta {
  display: block;
  margin-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__box {
  margin-top: 24px;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__sns-wrapper ._box {
  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;
  gap: 8px;
}
.gnav.mobile .gnav__bottom {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffb7b5;
}
.gnav.mobile .gnav__bottom .gnav__name {
  font-size: var(--12px);
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.gnav.mobile .gnav__bottom .gnav__created {
  color: #fff;
  font-size: var(--10px);
  font-weight: 500;
  text-align: center;
  opacity: 1;
}

.newslist {
  padding-bottom: 30px;
}
.newslist .news__list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.newslist .news__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #ffcdcc;
}
.newslist .news__date-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7em;
  margin-left: 12px;
}
.newslist .news__date {
  font-size: var(--14px);
  font-size: clamp(0.75rem, 0.5710877863rem + 0.7633587786vw, 0.9375rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.newslist .news__date time {
  color: #526067;
}
.newslist .news__new-box {
  width: 4.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newslist .news__txt {
  margin-left: 8px;
  color: #526067;
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
}
.newslist a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 900px) {
  .newslist .news__date-box {
    width: 7.5em;
  }
}
@media screen and (max-width: 1024px) {
  .newslist {
    width: 100%;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .newslist .news__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newslist .news__date-box {
    margin-top: 2px;
  }
  .newslist .news__txt {
    margin-top: 4px;
  }
}

.side__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  color: #526067;
}
@media screen and (max-width: 768px) {
  .side__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .side__wrapper > * {
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .side__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .side__wrapper > * {
    max-width: 350px;
  }
}
.side__wrapper .wd-latest {
  width: 100%;
}
.side__wrapper .wd-latest .wd-latest__title {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  color: #fff;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  background-color: #ff9794;
  border-radius: 30px;
  text-align: center;
}
.side__wrapper .wd-latest .wd-latest__list {
  margin-top: 12px;
}
.side__wrapper .wd-latest .wd-latest__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.side__wrapper .wd-latest .wd-latest__list li a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  margin-top: 8px;
  font-size: var(--13px);
  font-size: clamp(0.8125rem, 0.6932251908rem + 0.5089058524vw, 0.9375rem);
  text-wrap: wrap;
  line-height: 1.5;
}
.side__wrapper .wd-latest .wd-latest__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #526067;
  text-decoration-thickness: 1px;
}
.side__wrapper .wd-latest .wd-latest__list li time {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
  font-size: var(--12px);
  font-size: clamp(0.75rem, 0.6903625954rem + 0.2544529262vw, 0.8125rem);
  color: #526067;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .side__wrapper .wd-latest .wd-latest__list li:first-child {
    margin-top: 18px;
    padding-top: 0px;
  }
}
.side__wrapper .wd-arch {
  width: 100%;
  margin-top: 20px;
}
.side__wrapper .wd-arch .wd-arch__title {
  width: 100%;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #888;
  text-align: center;
}
.side__wrapper .wd-arch .wd-arch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
  list-style: none;
}
.side__wrapper .wd-arch .wd-arch__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 12em;
  padding-left: 1.75rem;
  padding-left: 0;
  font-size: var(--13px);
  font-size: clamp(0.8125rem, 0.6932251908rem + 0.5089058524vw, 0.9375rem);
}
.side__wrapper .wd-arch .wd-arch__list li::before {
  content: "";
  display: block;
  font-size: inherit;
  height: 1em;
  width: 0.8660254038em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #fabe00;
}
.side__wrapper .wd-arch .wd-arch__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #526067;
  text-decoration-thickness: 1px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .side__wrapper .wd-arch {
    margin-top: 0;
  }
  .side__wrapper .wd-arch .wd-arch__list {
    margin-top: 18px;
  }
}

.wp-pagenavi {
  margin: 40px auto;
  font-size: var(--15px);
  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;
  color: #ff9794;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi {
    font-size: var(--14px);
  }
}
.wp-pagenavi a {
  color: #ff9794;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
}
.wp-pagenavi .pages {
  margin-right: 1.5em;
}
@media screen and (max-width: 576px) {
  .wp-pagenavi .pages {
    display: none;
  }
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  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: 0 7px 0 0;
  width: 2.75em;
  height: 2.75em;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  background: #fff;
  border: 2px solid #ff9794;
  color: #ff9794;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi span.current,
  .wp-pagenavi a.page {
    margin: 0 5px 0 0;
    width: 35px;
  }
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5em;
  margin: 0 7px 0 0;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  color: #ff9794;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi a.first,
  .wp-pagenavi a.last {
    margin: 0 5px 0 0;
  }
}
.wp-pagenavi span.current {
  background: #ff9794;
  border-color: #ff9794;
  font-weight: bold;
  color: #fff;
  border: none;
}
.wp-pagenavi a.page:hover {
  background: #ff9794;
  color: #fff;
  border: 2px solid #ff9794;
  border-color: #ff9794;
}
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
  opacity: 0.7;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

/*-------------------------------
// CTA
---------------------------------*/
.bl-cta {
  position: relative;
  width: 100%;
  padding-top: 4.5em;
  padding-bottom: 30px;
  background-color: #ffd8d7;
  background-image: url("./img/common/bg-cta-rainbow.png"), url("./img/common/bg-cta.png");
  background-size: auto 70%, cover;
  background-position: bottom right, bottom center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: clamp(1.125rem, 0.7638674884rem + 1.5408320493vw, 1.75rem);
}
.bl-cta::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 4vw;
  background-color: #f2ffda;
  -webkit-mask-image: url("./img/common/mask-cta.png");
          mask-image: url("./img/common/mask-cta.png");
  -webkit-mask-size: 100% 2.2vw;
          mask-size: 100% 2.2vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
}
.bl-cta .bl-cta__header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  width: 85%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 10px;
  background-image: url("./img/common/bg-cta-title.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 150px;
  font-size: inherit;
  text-align: center;
  z-index: 12;
}
.bl-cta .bl-cta__header ._title {
  color: #fff;
  font-size: inherit;
  font-weight: bold;
  line-height: 1.5;
}
.bl-cta ._txt {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
}
.bl-cta .bl-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1%;
  width: 100%;
  max-width: 720px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.bl-cta .bl-cta__buttons ._box {
  width: 50%;
  padding: 4px;
}
.bl-cta .bl-cta__buttons ._tel-txt {
  margin-top: 10px;
  font-size: var(--14px);
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 500;
}
.bl-cta._nyuen {
  margin-top: 2.5em;
  padding-top: 4.5em;
}
.bl-cta._nyuen::before {
  background-color: #fff;
}
.bl-cta._nyuen ._txt {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.bl-cta._about, .bl-cta._recruit, .bl-cta._news {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.bl-cta._about::before, .bl-cta._recruit::before, .bl-cta._news::before {
  display: none;
}
.bl-cta._about .bl-cta__header, .bl-cta._recruit .bl-cta__header, .bl-cta._news .bl-cta__header {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 950px) {
  .bl-cta {
    background-image: url("./img/common/bg-cta-rainbow.png"), url("./img/common/bg-cta.png");
    background-size: 70% auto, cover;
    background-position: bottom right, bottom left 10%;
  }
}
@media screen and (max-width: 575px) {
  .bl-cta._about, .bl-cta._recruit, .bl-cta._news {
    padding-top: 32px;
  }
  .bl-cta .bl-cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl-cta .bl-cta__buttons ._box {
    width: 100%;
  }
  .bl-cta .bl-cta__buttons ._box:last-child {
    margin-top: 16px;
  }
}
@media screen and (max-width: 500px) {
  .bl-cta {
    background-image: url("./img/common/bg-cta-rainbow.png"), url("./img/common/bg-cta.png");
    background-size: 90% auto, cover;
    background-position: bottom right, bottom left 10%;
  }
}

.cmn-news__body {
  padding-top: 60px;
  background-image: url("./img/common/bg-pattern.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: repeat-y;
}

.cmn-news__inner::before, .cmn-news__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-image: url("./img/common/semicircle-line.png");
  background-size: auto;
  background-position: center top;
  background-repeat: repeat-x;
}
.cmn-news__inner::after {
  height: 150px;
  background-position: center bottom 30%;
}

.cmn-news__new {
  width: 100%;
  max-width: 5em;
  margin-bottom: 12px;
  border-radius: 50px;
  background-color: #ffe0df;
  color: #f67b78;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
}
.cmn-news__new._newslist {
  margin-bottom: 0;
  font-size: var(--14px);
  font-size: clamp(0.75rem, 0.5710877863rem + 0.7633587786vw, 0.9375rem);
  line-height: 1.5;
}
.cmn-news__new._top {
  margin-bottom: 0;
  font-size: var(--14px);
  font-size: clamp(0.75rem, 0.5710877863rem + 0.7633587786vw, 0.9375rem);
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .cmn-news__body {
    padding-top: 40px;
  }
  .cmn-news__inner::before {
    height: 40px;
  }
  .cmn-news__inner::after {
    height: 80px;
    background-position: center bottom 30%;
  }
}
.btn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 370px;
  padding: 0.3em 0.75em;
  background-color: #ff6762;
  font-size: clamp(1rem, 0.7928176796rem + 0.8839779006vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  border: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .btn:hover {
    cursor: pointer;
  }
}

.btn._cmn-cta {
  gap: 8px;
  max-width: 320px;
  padding: 12px 0.5em;
  background-color: #ff6762;
  border: 4px solid #ff6762;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn._cmn-cta::before {
  content: "";
  width: 1.25em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
}
@media (any-hover: hover) {
  .btn._cmn-cta:hover {
    background-color: #fff;
    color: #ff6762;
  }
  .btn._cmn-cta:hover::before {
    background-color: #ff6762;
  }
}

.btn._cmn-cta._mail {
  gap: 12px;
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  letter-spacing: 0.05em;
  background-color: #5da7ba;
  border-color: #5da7ba;
}
.btn._cmn-cta._mail::before {
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
}
@media (any-hover: hover) {
  .btn._cmn-cta._mail._mail:hover {
    background-color: #fff;
    color: #5da7ba;
    border-color: #5da7ba;
  }
  .btn._cmn-cta._mail._mail:hover::before {
    background-color: #5da7ba;
  }
}

.btn._cmn-cta._bl-cta {
  max-width: 300px;
  height: 72px;
  padding: 0 0.5em;
  border: 4px solid #fff;
  font-size: clamp(1.25rem, 1.1055469954rem + 0.6163328197vw, 1.5rem);
}
@media (any-hover: hover) {
  .btn._cmn-cta._bl-cta._tel:hover {
    border-color: #ff6762;
  }
  .btn._cmn-cta._bl-cta._mail:hover {
    border-color: #5da7ba;
  }
}
@media screen and (max-width: 1024px) {
  .btn._cmn-cta._bl-cta {
    height: 66px;
  }
}
@media screen and (max-width: 414px) {
  .btn._cmn-cta._bl-cta {
    max-width: 280px;
    height: 60px;
  }
}

.btn._cmn-cta._cta-header {
  width: 100%;
  min-width: 220px;
  max-width: 300px;
  height: 65%;
  padding: 8px 0.75em;
  font-weight: bold;
}
.btn._cmn-cta._cta-header._tel {
  gap: 4px;
  font-size: var(--19px);
  letter-spacing: 0.03em;
}
.btn._cmn-cta._cta-header._mail {
  font-size: var(--18px);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 850px) {
  .btn._cmn-cta._cta-header {
    width: 40px;
    min-width: initial;
    max-width: initial;
    height: 40px;
    border-radius: 3px;
    padding: 0;
    margin: 0;
  }
  .btn._cmn-cta._cta-header::before {
    width: 60%;
    height: 60%;
  }
  .btn._cmn-cta._cta-header ._txt {
    display: none;
  }
}
@media screen and (max-width: 850px) and (any-hover: hover) {
  .btn._cmn-cta._cta-header:hover {
    background-color: #ff6762;
    color: #fff;
    border-color: #ff6762;
    opacity: 0.8;
  }
  .btn._cmn-cta._cta-header:hover::before {
    background-color: #fff;
  }
  .btn._cmn-cta._cta-header._mail:hover {
    background-color: #5da7ba;
    border-color: #5da7ba;
  }
  .btn._cmn-cta._cta-header._mail:hover::before {
    background-color: #fff;
  }
}

header._low .btn._cmn-cta._cta-header {
  min-width: 180px;
  max-width: 280px;
  height: 80%;
  padding: 4px 0.75em;
  font-size: var(--16px);
  padding: 5px 0.5em;
}
@media screen and (max-width: 850px) {
  header._low .btn._cmn-cta._cta-header {
    width: 40px;
    min-width: initial;
    max-width: initial;
    height: 40px;
    border-radius: 3px;
    padding: 0;
    margin: 0;
  }
  header._low .btn._cmn-cta._cta-header::before {
    width: 60%;
    height: 60%;
  }
  header._low .btn._cmn-cta._cta-header ._txt {
    display: none;
  }
}
@media screen and (max-width: 850px) and (any-hover: hover) {
  header._low .btn._cmn-cta._cta-header:hover {
    background-color: #ff6762;
    color: #fff;
    border-color: #ff6762;
    opacity: 0.8;
  }
  header._low .btn._cmn-cta._cta-header:hover::before {
    background-color: #fff;
  }
  header._low .btn._cmn-cta._cta-header._mail:hover {
    background-color: #5da7ba;
    border-color: #5da7ba;
  }
  header._low .btn._cmn-cta._cta-header._mail:hover::before {
    background-color: #fff;
  }
}

.btn._news-list {
  max-width: 220px;
  padding: 1em;
  border: 2px solid #ff9794;
  background-color: #ff9794;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn._news-list::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 1.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .btn._news-list {
    max-width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (any-hover: hover) {
  .btn._news-list:hover::after {
    right: 0.75em;
  }
}

.btn._confirm {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 370px;
  padding: 0.3em 0.75em;
  background-color: #ff6762;
  font-size: clamp(1rem, 0.7928176796rem + 0.8839779006vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  border: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fe7681;
  border: 4px solid #fe7681;
  color: #fff;
  font-style: var(--18px);
  font-size: clamp(1.125rem, 0.75rem + 0.78125vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 1em;
  text-indent: 1em;
  text-align: justify;
}
@media (any-hover: hover) {
  .btn._confirm:hover {
    cursor: pointer;
  }
}
@media (any-hover: hover) {
  .btn._confirm:hover {
    background-color: #fff;
    color: #fe7681;
  }
}

.btn._home {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 370px;
  padding: 0.3em 0.75em;
  background-color: #ff6762;
  font-size: clamp(1rem, 0.7928176796rem + 0.8839779006vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  border: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 240px;
  padding: 8px 0.75em;
  color: #fff;
  font-size: var(--16px);
  border: 3px solid #ff6762;
  background-color: #ff6762;
}
@media (any-hover: hover) {
  .btn._home:hover {
    cursor: pointer;
  }
}
@media (any-hover: hover) {
  .btn._home:hover {
    color: #ff6762;
    background-color: #fff;
  }
}

.arrow-bottom {
  display: inline-block;
  vertical-align: middle;
  color: #628da8;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  width: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  height: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}

.hamburger__wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  z-index: 1000;
  cursor: pointer;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 28%;
  height: 2px;
  border-radius: 2px;
  background: #6c6c6c;
  width: 45%;
  z-index: 1000;
}

.hamburger span:nth-of-type(1) {
  top: 30%;
}

.hamburger span:nth-of-type(2) {
  top: 46%;
}

.hamburger span:nth-of-type(3) {
  top: 62%;
}

.hamburger.active .hamburger-roll {
  top: 62%;
}

/*active時 ×*/
.hamburger.active span:nth-of-type(1) {
  top: 38%;
  left: 29%;
  -webkit-transform: translateY(5px) rotate(-133deg) rotateZ(-360deg);
          transform: translateY(5px) rotate(-133deg) rotateZ(-360deg);
  width: 42%;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  top: 67%;
  left: 29%;
  -webkit-transform: translateY(-7px) rotate(133deg) rotateZ(360deg);
          transform: translateY(-7px) rotate(133deg) rotateZ(360deg);
  width: 42%;
}

.l-main.p-top {
  padding-top: 0;
}

.p-top .top-section-title {
  text-align: center;
}
.p-top .top-section-title ._img {
  text-align: center;
  width: auto;
  min-width: 50px;
  height: 65px;
}
.p-top .top-section-title ._img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top .top-section-title ._title {
  padding-top: 8px;
  font-size: clamp(1rem, 0.5666409861rem + 1.8489984592vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-top .top-section-title ._title._news::first-letter {
  color: #f7b219;
}
.p-top .top-section-title ._title._qa::first-letter {
  color: #ec6f84;
}
.p-top .top-section-title ._title._voice::first-letter {
  color: #6dc9ce;
}
.p-top .top-section-title ._title._access {
  color: #66cb00;
}
.p-top .top-section-title ._en {
  color: #898989;
  font-size: clamp(0.8125rem, 0.6680469954rem + 0.6163328197vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.p-top .top-intro {
  text-align: center;
}
.p-top .top-intro .top-intro-txt {
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 500;
}
.p-top .top-intro .top-intro-txt ._green {
  color: #5fb863;
}
.p-top .top-intro .top-intro-txt ._red {
  color: #ff6662;
}
.p-top .top-intro._voice {
  margin-top: 36px;
}
.p-top .top-intro._voice .top-intro-txt {
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
}
@media screen and (max-width: 620px) {
  .p-top .top-intro._voice {
    margin-top: 24px;
    text-align: left;
  }
  .p-top .top-intro .top-intro-txt ._br {
    display: none;
  }
}
.p-top .mv {
  position: relative;
  margin: 0;
  padding-top: calc(var(--header-height) + 20px);
  padding-bottom: calc(60px + 4vw);
  padding-left: 5%;
  padding-right: 5%;
  background-image: url("./img/common/bg-main-s.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
}
.p-top .mv .mv__body {
  position: relative;
}
.p-top .mv .mv__slider-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.p-top .mv .mv__img {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
}
.p-top .mv .mv__img img {
  display: inline-block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top .mv .mv__copy {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 13%;
  width: 100%;
  text-align: center;
}
.p-top .mv .mv__copy-txt {
  font-family: "M PLUS Rounded 1c", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #fff;
  text-shadow: 0 0 12px #ec6158, 0 0 10px #ec6158, 0 0 8px #ec6158, 0 0 6px #ec6158;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 550px) {
  .p-top .mv {
    padding-left: 0;
    padding-right: 0;
    margin-top: 16px;
  }
  .p-top .mv .mv__copy {
    bottom: 10%;
  }
  .p-top .mv .mv__copy-txt {
    font-family: "M PLUS Rounded 1c", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.p-top .news {
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("./img/common/bg-pattern.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: repeat-y;
}
.p-top .news::before {
  content: "";
  position: absolute;
  top: calc(-6vw + 2px);
  display: block;
  width: 100%;
  height: 6vw;
  background-image: url("./img/top/news-top.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.p-top .news::after {
  content: "";
  position: absolute;
  top: calc(-6vw + 2px);
  display: block;
  width: 100%;
  height: 6vw;
  background-image: url("./img/top/news-deco1.png"), url("./img/top/news-deco2.png");
  background-size: auto 80%, auto 70%;
  background-position: left 30% bottom, right 25% bottom 0px;
  background-repeat: no-repeat;
}
.p-top .news .news__list {
  width: 100%;
  max-width: 1000px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .news .news__article-outer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ffcdcc;
}
.p-top .news .news__article-outer:first-child {
  border-top: 1px solid #ffcdcc;
}
.p-top .news .news__article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.p-top .news .news__article-inner > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top .news .news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-top .news .news__article-outer a:hover .news__title {
  color: #004d71;
}
@media screen and (max-width: 768px) {
  .p-top .news::after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .p-top .news {
    padding-bottom: 40px;
  }
  .p-top .news .news__list {
    margin-top: 30px;
  }
}
.p-top .menu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2ffda;
}
.p-top .menu .menu__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
.p-top .menu .menu__cards > * {
  width: calc(50% - 16px);
}
.p-top .menu .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(var(--top-menu-heading-height) * 0.65);
}
.p-top .menu .card__wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #d1f0c7;
  border-radius: 40px;
  border: 4px solid #fff;
  overflow: hidden;
}
.p-top .menu .card__wrapper._nyuen {
  background-color: #cbedef;
}
.p-top .menu .card__heading-link:hover .card__img-box {
  opacity: 0.8;
}
.p-top .menu .card__heading-link:hover .card__img-box img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top .menu .card__heading {
  position: absolute;
  top: calc(var(--top-menu-heading-height) * -0.65);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.5em;
  min-height: 3em;
  aspect-ratio: 300/131;
  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;
  background-image: url("./img/top/menu-bg-title-green.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: var(--24px);
  font-size: clamp(1.5rem, 1.0666409861rem + 1.8489984592vw, 2.25rem);
  text-align: center;
  z-index: 11;
}
.p-top .menu .card._nyuen .card__heading {
  background-image: url("./img/top/menu-bg-title-blue.png");
}
.p-top .menu .card__heading-img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
  width: 2em;
  min-height: 2em;
  font-size: inherit;
}
.p-top .menu .card__heading-img img {
  width: 100%;
  height: auto;
}
.p-top .menu .card__heading-txt {
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-top .menu .card._about .card__heading-txt::first-letter {
  color: #ff9794;
}
.p-top .menu .card._nyuen .card__heading-txt::first-letter {
  color: #48dae3;
}
.p-top .menu .card__img-box {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.p-top .menu .card__img-box img {
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .menu .sub-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 12px 24px;
}
.p-top .menu .sub-menu__wrapper > * {
  width: 49%;
}
.p-top .menu .card__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
.p-top .menu .card__sub-menu > * {
  width: 100%;
}
.p-top .menu .sub-menu__txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  padding: 4px 0.75em 4px 0.5em;
  font-size: clamp(0.9375rem, 0.9116022099rem + 0.1104972376vw, 1rem);
}
.p-top .menu .sub-menu__txt-box::before {
  content: "●";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5em;
  color: #5fb863;
  font-size: 0.8em;
}
.p-top .menu .sub-menu__txt-box:hover {
  background-color: #fff;
  border-radius: 100px;
}
.p-top .menu .card._nyuen .sub-menu__txt-box::before {
  color: #48dae3;
}
.p-top .menu .sub-menu__txt {
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  word-break: keep-all;
}
.p-top .menu .sub-menu__txt ._small {
  font-size: 0.8em;
}
@media screen and (max-width: 900px) {
  .p-top .menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-top .menu .menu__cards {
    row-gap: 24px;
    margin-top: 25px;
  }
  .p-top .menu .menu__cards > * {
    width: 100%;
    max-width: 550px;
  }
}
@media screen and (max-width: 460px) {
  .p-top .menu .sub-menu__wrapper {
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top .menu .sub-menu__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px 12px;
  }
  .p-top .menu .card__sub-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top .qa {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("./img/common/bg-pattern.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: repeat-y;
}
.p-top .qa .qa__list {
  width: 100%;
  margin-top: 32px;
  list-style: none;
}
.p-top .qa .qa__li {
  margin-top: 16px;
}
.p-top .qa .qa__q-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding: 8px 20px;
  background-color: #ff7d79;
  border-radius: 30px;
}
.p-top .qa .qa__q-box:after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 24px;
  width: 12px;
  height: 12px;
  height: 14px;
  width: 28px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #ff7d79;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 9;
}
.p-top .qa .qa__q-no,
.p-top .qa .qa__q-txt {
  color: #fff;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: bold;
  line-height: 1.3;
}
.p-top .qa .qa__q-no {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
}
.p-top .qa .qa__ans-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding-left: 24px;
  padding-right: 8px;
}
.p-top .qa .qa__ans-no {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ff7d79;
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  font-weight: bold;
}
.p-top .qa .qa__ans-txt {
  padding-top: 6px;
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
}
.p-top .qa .qa__li:nth-child(even) .qa__q-box {
  background-color: #5fb863;
}
.p-top .qa .qa__li:nth-child(even) .qa__q-box:after {
  height: 14px;
  width: 28px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #5fb863;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-top .qa .qa__li:nth-child(even) .qa__ans-no {
  color: #5fb863;
}
.p-top .qa .qa__message-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.p-top .qa .qa__message-img {
  width: 17%;
}
.p-top .qa .qa__message-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top .qa .qa__message-box {
  text-align: center;
}
.p-top .qa .qa__message-txt {
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-top .qa .qa__message-txt a {
  color: #ec6f84;
  text-decoration: underline;
}
.p-top .qa .qa__message-txt ._nite {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-top .qa {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p-top .qa .qa__message-outer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    row-gap: 28px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
  .p-top .qa .qa__message-box {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .p-top .qa .qa__message-img {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .p-top .qa .qa__message-txt ._nite {
    display: block;
  }
  .p-top .qa .qa__message-txt ._nite._txt {
    display: inline-block;
  }
  .p-top .qa .qa__message-txt ._connect {
    display: none;
  }
}
.p-top .voice {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #f2ffda;
}
.p-top .voice .voice__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 24px;
  width: 100%;
  margin-top: 30px;
  list-style: none;
}
.p-top .voice .voice__cards > * {
  width: 32%;
}
.p-top .voice .card__li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top .voice .card__heading {
  margin-top: -1.5em;
  padding-top: 2em;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: clamp(0.9375rem, 0.6124807396rem + 1.3867488444vw, 1.5rem);
  background-color: #ffae6d;
  text-align: center;
  border-radius: 40% 40% 0 0/100% 100% 0 0;
}
.p-top .voice .card__img {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  font-size: inherit;
  z-index: 1000;
}
.p-top .voice .card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top .voice .card__heading-txt {
  color: #fff;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.2;
}
.p-top .voice .card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  padding: 4% 1em;
}
.p-top .voice .card__txt {
  color: #333;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-top .voice .card__txt ._em {
  color: #ff6661;
}
.p-top .voice .card__li._b .card__heading {
  background-color: #6dceb8;
}
.p-top .voice .card__li._b .card__txt ._em {
  color: #2192b2;
}
.p-top .voice .card__li._c .card__heading {
  background-color: #6dc9ce;
}
.p-top .voice .card__li._c .card__txt ._em {
  color: #ff7003;
}
@media screen and (max-width: 768px) {
  .p-top .voice .voice__cards > * {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .p-top .voice {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  .p-top .voice .voice__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top .voice .voice__cards > * {
    width: 100%;
    max-width: 280px;
  }
}
.p-top .access {
  padding-top: 60px;
}
.p-top .access .access__bg {
  margin-top: 20px;
  background-color: #f9f5e1;
}
.p-top .access .access__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top .access .access__body > * {
  width: 50%;
}
.p-top .access .parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 10px;
}
.p-top .access .parking__title {
  color: #e9536b;
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-top .access .parking__img {
  width: 100%;
  max-width: 500px;
}
.p-top .access .parking__img img {
  width: 100%;
  height: auto;
}
.p-top .access .map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 32px 0;
}
.p-top .access .map iframe {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-top .access .access__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top .access .access__body > * {
    width: 100%;
  }
  .p-top .access .parking {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top .access .map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-top .access .map iframe {
    height: 350px;
  }
}

.p-about {
  /*------------------------
  // About
  //------------------------*/
  /*------------------------
  // ページ共通
  //------------------------*/
  /*------------------------
  // About 園について
    //------------------------*/
  /*---------------------------------
  // rinen 保育理念
  //---------------------------------*/
  /*---------------------------------
  // Greetings 園長のあいさつ
  //---------------------------------*/
  /*---------------------------------
  // feature 少人数制ならではの特徴
  //---------------------------------*/
  /*------------------------
  // Daily  1日の流れ（タイムスケジュール）
  //------------------------*/
  /*------------------------
  // Yearly  年間行事予定
  //------------------------*/
  /*------------------------
  // Company  会社概要
  //------------------------*/
}
.p-about .p-fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5%;
}
.p-about .p-fbox .p-fbox__desc {
  width: 65%;
}
.p-about .p-fbox .p-fbox__img {
  width: 35%;
}
.p-about .p-fbox .p-fbox__img img {
  width: 100%;
  height: auto;
}
.p-about .p-fbox._wide-img .p-fbox__desc {
  width: 51%;
}
.p-about .p-fbox._wide-img .p-fbox__img {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .p-about .p-fbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about .p-fbox .p-fbox__desc {
    width: 100%;
  }
  .p-about .p-fbox .p-fbox__img {
    width: 100%;
  }
  .p-about .p-fbox._wide-img .p-fbox__desc {
    width: 100%;
  }
  .p-about .p-fbox._wide-img .p-fbox__img {
    width: 100%;
  }
}
.p-about .about .about__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-about .about .about__illust {
  width: 100%;
  max-width: 370px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.p-about .about .about__illust img {
  width: 100%;
  height: auto;
}
.p-about .about .about__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-about .about .about__photos img {
  display: block;
  width: 95%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about .about .p-fbox__img {
    display: none;
  }
  .p-about .about .about__illust {
    width: 100%;
    max-width: 300px;
    margin-top: 32px;
  }
}
.p-about .rinen {
  background-color: #fff6e9;
}
.p-about .rinen .rinen__txt {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.p-about .rinen .rinen__txt ._em {
  color: #ff736a;
}
.p-about .rinen .rinen__img {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .p-about .rinen .rinen__img {
    width: 80%;
    max-width: 180px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about .greetings .greetings__fbox-desc {
  padding-top: 32px;
}
.p-about .greetings .greetings__txt {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.p-about .greetings .greetings__txt ._em {
  color: #ff736a;
}
.p-about .greetings .greetings__img {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-about .greetings .greetings__img {
    width: 80%;
    max-width: 200px;
    margin-top: -24px;
    margin-left: auto;
  }
}
.p-about .feature {
  background-color: #fff6e9;
}
.p-about .feature .feature__txt {
  padding-top: 32px;
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.p-about .feature .feature__txt ._em {
  color: #ff736a;
}
.p-about .feature .feature__txt:first-child {
  padding-top: 0;
}
.p-about .feature .feature__img ._sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-about .feature .feature__txt {
    padding-top: 24px;
  }
  .p-about .feature .feature__img {
    width: 100%;
    max-width: 500px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-about .feature .feature__img ._pc {
    display: none;
  }
  .p-about .feature .feature__img ._sm {
    display: inline-block;
  }
}
.p-about .daily .daily__body {
  position: relative;
  padding-bottom: 140px;
}
.p-about .daily .daily__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 80px;
  background-image: url("./img/contents/about/daily-line-wide.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.p-about .daily .daily__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.p-about .daily .daily__heading-img {
  width: 120px;
}
.p-about .daily .daily__heading-img img {
  width: 100%;
  height: auto;
}
.p-about .daily .daily__heading-txt {
  padding: 0 2px;
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.p-about .daily .daily___list {
  border: 2px solid #ff3832;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.p-about .daily .daily__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #ff3832;
}
.p-about .daily .daily__li:last-child {
  border-bottom: none;
}
.p-about .daily .daily__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 10px;
}
.p-about .daily .daily__item-box._time {
  width: 18%;
  background-color: #fffef1;
  font-size: clamp(0.875rem, 0.7714088398rem + 0.4419889503vw, 1.125rem);
}
.p-about .daily .daily__item-box._time ._txt {
  color: #ff2721;
  font-size: inherit;
  font-weight: bold;
  line-height: 1.3;
  word-break: keep-all;
}
.p-about .daily .daily__item-box._to-do {
  width: 32%;
  background-color: #ff6863;
  font-size: clamp(0.875rem, 0.7196132597rem + 0.6629834254vw, 1.25rem);
}
.p-about .daily .daily__item-box._to-do ._txt {
  color: #fff;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}
.p-about .daily .daily__item-box._to-do ._txt ._small {
  font-size: 0.8em;
  letter-spacing: 0.03em;
}
.p-about .daily .daily__li:nth-child(even) .daily__item-box._to-do {
  background-color: #ff9921;
}
.p-about .daily .daily__item-box._detail {
  width: 50%;
  background-color: #fff;
  font-size: clamp(0.875rem, 0.7973066298rem + 0.3314917127vw, 1.0625rem);
}
.p-about .daily .daily__item-box._detail ._txt {
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .p-about .daily .daily__body {
    padding-bottom: 100px;
  }
  .p-about .daily .daily__body::after {
    height: 70px;
    background-image: url("./img/contents/about/daily-line-wide.png");
  }
  .p-about .daily .daily__item-box {
    padding: 12px 6px;
  }
  .p-about .daily .daily__item-box._time {
    width: 40%;
    border-bottom: 2px solid #ff3832;
  }
  .p-about .daily .daily__item-box._to-do {
    width: 60%;
    border-bottom: 2px solid #ff3832;
  }
  .p-about .daily .daily__li:nth-child(odd) {
    border-bottom: 2px solid #ff9921;
  }
  .p-about .daily .daily__li:nth-child(even) .daily__item-box._time {
    border-bottom: 2px solid #ff9921;
  }
  .p-about .daily .daily__li:nth-child(even) .daily__item-box._to-do {
    border-bottom: 2px solid #ff9921;
  }
  .p-about .daily .daily__li:last-child {
    border-bottom: none;
  }
  .p-about .daily .daily__item-box._detail {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-about .daily .daily__body {
    padding-bottom: 90px;
  }
  .p-about .daily .daily__body::after {
    height: 90px;
    background-image: url("./img/contents/about/daily-line.png");
  }
}
@media screen and (max-width: 575px) {
  .p-about .daily .daily__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .p-about .daily .daily__heading-img {
    width: 60px;
  }
  .p-about .daily .daily__heading-txt {
    padding: 0 2px;
    color: #526067;
    font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: var(--15px);
    font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.08em;
    line-height: 1.8;
    text-align: justify;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
  }
}
.p-about .yearly {
  background-color: #fff6e9;
}
.p-about .yearly .yearly__list {
  width: 100%;
  margin-top: 32px;
  border: 2px solid #ff848d;
}
.p-about .yearly .yearly__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-bottom: 2px solid #ff6863;
}
.p-about .yearly .yearly__li:last-child {
  border-bottom: none;
}
.p-about .yearly .yearly__item-box {
  padding: 12px 2.5%;
}
.p-about .yearly .yearly__item-box._month {
  width: 30%;
  max-width: 220px;
}
.p-about .yearly .yearly__item-box._month ._txt {
  font-size: clamp(1rem, 0.6388674884rem + 1.5408320493vw, 1.625rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: right;
}
.p-about .yearly .yearly__li:nth-child(n+1):nth-child(-n+3) .yearly__item-box._month {
  background-color: #edf2c5;
}
.p-about .yearly .yearly__li:nth-child(n+4):nth-child(-n+6) .yearly__item-box._month {
  background-color: #ffe893;
}
.p-about .yearly .yearly__li:nth-child(n+7):nth-child(-n+9) .yearly__item-box._month {
  background-color: #d4ecea;
}
.p-about .yearly .yearly__li:nth-child(n+10):nth-child(-n+12) .yearly__item-box._month {
  background-color: #ffdcdf;
}
.p-about .yearly .yearly__item-box._to-do {
  width: 80%;
  background-color: #fff;
}
.p-about .yearly .yearly__item-box._to-do ._txt {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  word-break: keep-all;
  text-align: initial;
}
.p-about .yearly .yearly__img {
  width: 100%;
  padding-top: 3%;
}
.p-about .yearly .yearly__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-about .yearly .yearly__note {
  margin-top: 24px;
}
.p-about .yearly .yealy__note-txt {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.p-about .yearly .yealy__note-txt._ast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
}
.p-about .yearly .yealy__note-txt._ast._ast::before {
  content: "＊";
  display: inline-block;
  color: #ff6863;
  font-size: 1em;
  font-weight: normal;
}
.p-about .yearly .yealy__note-txt:last-child {
  margin-top: 1.5em;
}
.p-about .company .company__body {
  margin-top: 50px;
}
.p-about .company .company__table {
  max-width: 1000px;
}
.p-about .company .company__table dt {
  width: 12em;
  border-top: 1px solid #50a300;
  border-left: none;
  background-color: #e0f1c4;
  color: #526067;
  text-align: left;
}
.p-about .company .company__table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 12em);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #50a300;
  border-right: none;
  background-color: #fffbf6;
  line-height: 1.4;
  word-break: keep-all;
}
.p-about .company .company__table dt:last-of-type,
.p-about .company .company__table dd:last-of-type {
  border-bottom: 1px solid #50a300;
}
@media screen and (max-width: 576px) {
  .p-about .company .company__body {
    margin-top: 35px;
  }
  .p-about .company .company__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about .company .company__table dt {
    width: 100%;
    padding: 4px 2%;
    text-align: left;
    border-left: 1px solid #50a300;
    border-right: 1px solid #50a300;
  }
  .p-about .company .company__table dd {
    width: 100%;
    padding: 18px 2%;
    border-left: 1px solid #50a300;
    border-right: 1px solid #50a300;
  }
}

.p-recruit {
  /*------------------------
  // Recruit
  //------------------------*/
  /*------------------------
  // About
  //------------------------*/
  /*------------------------
  // Require 募集要項
  //------------------------*/
  /*------------------------
  // Type 求める人物像
  //------------------------*/
  /*------------------------
  // HowTo  応募方法
  //------------------------*/
}
.p-recruit .p-fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2%;
}
.p-recruit .p-fbox .p-fbox__desc {
  width: 65%;
}
.p-recruit .p-fbox .p-fbox__img {
  width: 35%;
}
.p-recruit .p-fbox .p-fbox__img img {
  width: 100%;
  height: auto;
}
.p-recruit .p-fbox._wide-img .p-fbox__desc {
  width: 52%;
}
.p-recruit .p-fbox._wide-img .p-fbox__img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-recruit .p-fbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit .p-fbox .p-fbox__desc {
    width: 100%;
  }
  .p-recruit .p-fbox .p-fbox__img {
    width: 50%;
    max-width: 200px;
  }
  .p-recruit .p-fbox._type .p-fbox__img {
    margin-left: auto;
    margin-right: auto;
  }
  .p-recruit .p-fbox._howto .p-fbox__img {
    margin-left: auto;
  }
}
.p-recruit .about .about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3%;
  margin-top: 32px;
}
.p-recruit .about .about__txt-box {
  width: 60%;
}
.p-recruit .about .about__txt {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  line-height: 2;
  text-align: justify;
}
.p-recruit .about .about__img {
  width: 40%;
}
.p-recruit .about .about__img img {
  width: 100%;
  height: auto;
}
.p-recruit .about .about__img ._sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit .about .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-recruit .about .about__txt-box {
    width: 100%;
  }
  .p-recruit .about .about__img {
    width: 100%;
    max-width: 450px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-recruit .about .about__img ._pc {
    display: none;
  }
  .p-recruit .about .about__img ._sm {
    display: inline-block;
  }
}
.p-recruit .require {
  background-color: #fff6e9;
}
.p-recruit .require .require__body {
  margin-top: 32px;
}
.p-recruit .require .require__txt-box {
  margin-top: 20px;
}
.p-recruit .require .require__txt {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  line-height: 2;
}
.p-recruit .type .type__body {
  margin-top: 32px;
}
.p-recruit .type .type__list {
  padding-top: 2.5%;
}
.p-recruit .type .type__li {
  padding: 8px 0;
  border-bottom: 2px dotted #ff9794;
}
.p-recruit .type .type__txt {
  font-size: clamp(0.9375rem, 0.7821132597rem + 0.6629834254vw, 1.3125rem);
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
}
.p-recruit .type .type__txt::before {
  content: "＊";
  display: inline-block;
  color: #ff6863;
  font-size: 1em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-recruit .type .type__body {
    margin-top: 20px;
  }
}
.p-recruit .howto {
  background-color: #fff6e9;
}
.p-recruit .howto .howto__body {
  margin-top: 32px;
}
.p-recruit .howto .howto__txt-box {
  padding-top: 1.5%;
}
.p-recruit .howto .howto__txt {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-weight: 500;
  line-height: 2;
}
.p-recruit .howto .howto__txt ._em {
  color: #fd6864;
}
@media screen and (max-width: 768px) {
  .p-recruit .howto .howto__body {
    margin-top: 20px;
  }
}

.p-nyuen {
  /*------------------------
  // Nyuen 入園案内
  //------------------------*/
  /*------------------------
  // ページ共通
  //------------------------*/
  /*------------------------
  // Guide
  //------------------------*/
  /*------------------------
  // Require 募集要項
  //------------------------*/
  /*------------------------
  // Flow 入園の流れ・手続き
  //------------------------*/
  /*------------------------
  // Fee 費用
  //------------------------*/
  /*------------------------
  // Message 
    //------------------------*/
}
.p-nyuen .pbl-section-heading {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.p-nyuen .pbl-table-wrapper {
  position: relative;
  width: 100%;
}
.p-nyuen .pbl-table-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-image: url("./img/contents/nyuen/require.png");
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
}
.p-nyuen .pbl-table-wrapper._fee::before {
  background-image: url("./img/contents/nyuen/fee.png");
}
@media screen and (max-width: 768px) {
  .p-nyuen .pbl-table-wrapper {
    padding-bottom: 140px;
  }
  .p-nyuen .pbl-table-wrapper::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, -100%);
            transform: translate(50%, -100%);
    width: 100%;
    height: 120px;
    background-size: auto 100%;
    background-position: center;
  }
}
.p-nyuen .pbl-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 65%;
  margin-top: 32px;
}
.p-nyuen .pbl-table dt,
.p-nyuen .pbl-table dd {
  padding: 12px 0.75em;
}
.p-nyuen .pbl-table dt {
  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;
  width: 30%;
  color: #fff;
  background-color: #fea9b0;
  border-top: 1px solid #fe5761;
  border-left: 1px solid #fe5761;
  font-size: var(--18px);
  font-size: clamp(0.9375rem, 0.6847072419rem + 1.0785824345vw, 1.375rem);
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
.p-nyuen .pbl-table dd {
  width: 70%;
  background-color: #fff;
  border-top: 1px solid #ff848d;
  border-left: 1px solid #ff848d;
  border-right: 1px solid #ff848d;
  font-size: var(--16px);
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  font-weight: 500;
}
.p-nyuen .pbl-table dt:last-of-type,
.p-nyuen .pbl-table dd:last-of-type {
  border-bottom: 1px solid #ff848d;
}
.p-nyuen .pbl-table._fee dt {
  padding: 12px 0.4em;
  letter-spacing: 0.03em;
  background-color: #2fdda6;
  border-top: 1px solid #09c06c;
  border-left: 1px solid #09c06c;
  font-size: var(--15px);
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
}
.p-nyuen .pbl-table._fee dd {
  border-top: 1px solid #2fdda6;
  border-left: 1px solid #2fdda6;
  border-right: 1px solid #2fdda6;
}
.p-nyuen .pbl-table._fee dt:last-of-type,
.p-nyuen .pbl-table._fee dd:last-of-type {
  border-bottom: 1px solid #2fdda6;
  font-size: var(--14px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .p-nyuen .pbl-table {
    width: 100%;
  }
}
.p-nyuen .sect-guide .guide__time {
  position: relative;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid #48dae3;
}
.p-nyuen .sect-guide .guide__time::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  display: block;
  width: 45%;
  height: 100%;
  background-image: url("./img/contents/nyuen/guide-line.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-nyuen .sect-guide .guide__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00cfdc;
  font-size: var(--18px);
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  font-weight: 500;
}
.p-nyuen .sect-guide .guide__sub-title::before {
  content: "●";
  display: block;
  width: 20px;
  color: #fea9b0;
  font-size: 14px;
  line-height: 100%;
}
.p-nyuen .sect-guide .guide__txt {
  padding-left: 20px;
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.p-nyuen .sect-guide .guide__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}
.p-nyuen .sect-guide .guide__flow-list {
  padding-left: 20px;
}
.p-nyuen .sect-guide .guide__flow-main {
  width: 55%;
  padding-top: 16px;
  border-top: 2px solid #48dae3;
}
.p-nyuen .sect-guide .guide__flow-list {
  margin-top: 16px;
}
.p-nyuen .sect-guide .flow__li {
  margin-top: 8px;
}
.p-nyuen .sect-guide .flow__li:first-child {
  margin-top: 0;
}
.p-nyuen .sect-guide .flow__li::after {
  content: "";
  display: block;
  margin-top: 8px;
  margin-left: 16px;
  font-size: inherit;
  height: 1.2990381057em;
  width: 1.5em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #00cfdc;
}
.p-nyuen .sect-guide .flow__li:last-child::after {
  display: none;
}
.p-nyuen .sect-guide .flow__txt-box {
  padding: 4px 16px;
  background-color: #fff6e9;
  border-radius: 30px;
}
.p-nyuen .sect-guide .flow__txt-box ._txt {
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  font-weight: 500;
  word-break: keep-all;
}
.p-nyuen .sect-guide .flow__txt-box ._txt ._small {
  font-size: 0.85em;
}
.p-nyuen .sect-guide .guide__flow-img {
  width: 45%;
  padding-top: 32px;
  text-align: center;
}
.p-nyuen .sect-guide .guide__flow-img img {
  width: 95%;
  height: auto;
}
.p-nyuen .sect-guide .guide__to-flow {
  display: inline-block;
  margin-top: 32px;
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #ff848d;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #ff848d;
  text-decoration-thickness: 1px;
}
.p-nyuen .sect-guide .guide__note {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (max-width: 768px) {
  .p-nyuen .sect-guide .guide__body::after {
    content: "";
    display: block;
    width: 100%;
    height: 170px;
    margin-top: 22px;
    background-image: url("./img/contents/nyuen/guide-sm.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .p-nyuen .sect-guide .guide__flow {
    margin-top: 12px;
  }
  .p-nyuen .sect-guide .guide__flow-img {
    display: none;
  }
  .p-nyuen .sect-guide .guide__flow-main {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-nyuen .sect-guide .guide__time {
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 60px;
  }
  .p-nyuen .sect-guide .guide__time::before {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 100%;
    height: 45px;
    background-size: auto 100%;
  }
}
.p-nyuen .sect-require {
  background-color: #fff6e9;
}
.p-nyuen .sect-require .require__fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.p-nyuen .sect-require .requre__note {
  margin-top: 32px;
}
.p-nyuen .sect-flow .flow__list {
  width: 100%;
  margin-top: 32px;
}
.p-nyuen .sect-flow .flow__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  gap: 24px;
  border-top: 2px solid #48dae3;
}
.p-nyuen .sect-flow .flow__li:last-child {
  border-bottom: 2px solid #48dae3;
}
.p-nyuen .sect-flow .li__main {
  width: 55%;
}
.p-nyuen .sect-flow .li__heading {
  padding: 2px 16px;
  color: #00cfdc;
  background-color: #fff6e9;
  border-radius: 30px;
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8097072419rem + 1.0785824345vw, 1.5rem);
  font-weight: 500;
}
.p-nyuen .sect-flow .li__heading ._no {
  color: #ff7a85;
}
.p-nyuen .sect-flow .li__txt {
  margin-top: 20px;
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.p-nyuen .sect-flow .li__img-box {
  width: 45%;
  text-align: center;
}
.p-nyuen .sect-flow .li__img-box img {
  width: 95%;
  height: auto;
}
.p-nyuen .sect-flow .flow__note {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-nyuen .sect-flow .flow__li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 24px;
  }
  .p-nyuen .sect-flow .li__main {
    width: 100%;
    max-width: 550px;
  }
  .p-nyuen .sect-flow .li__img-box {
    width: 100%;
    max-width: 420px;
  }
}
.p-nyuen .sect-fee {
  background-color: #fff6e9;
}
.p-nyuen .sect-fee .fee__note {
  margin-top: 40px;
}
.p-nyuen .sect-message .message__txt {
  color: #526067;
  font-family: "M PLUS 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.p-nyuen .sect-message .message__txt ._em {
  color: #ff6762;
}

.p-contact {
  background-color: #fffcf6;
  /* Checkboxes styles */
}
.p-contact * {
  color: #3e3a39;
}
.p-contact .contact__inner::before, .p-contact .contact__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url("./img/common/semicircle-line.png");
  background-size: auto;
  background-position: center top 50%;
  background-repeat: repeat-x;
}
.p-contact .contact__inner::after {
  height: 100px;
  background-position: center bottom 50%;
}
.p-contact .contact__heading-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}
.p-contact .contact__heading {
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  font-weight: 500;
}
.p-contact .contact__heading ._em {
  color: #ff4500;
}
.p-contact .contact__btn-box {
  margin-top: 50px;
}
.p-contact .contact__form-wrapper {
  width: 95%;
  max-width: 920px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .p-contact .contact__heading-box {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 50px;
  }
  .p-contact .contact__inner::before, .p-contact .contact__inner::after {
    height: 70px;
  }
  .p-contact .contact__form-wrapper {
    margin-top: 25px;
  }
  .p-contact .contact__heading-box {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .p-contact .contact__btn-box {
    margin-top: 35px;
  }
}
@media screen and (max-width: 576px) {
  .p-contact .contact__heading-box {
    padding-bottom: 10px;
  }
}
.p-contact .mfp_element_all:not(button) {
  max-width: 100%;
}
.p-contact form#mailformpro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact form#mailformpro dl dt:first-of-type,
.p-contact form#mailformpro dl dd:first-of-type {
  margin-top: 0;
}
.p-contact form#mailformpro dl dt,
.p-contact form#mailformpro dl dd {
  margin-top: 35px;
}
.p-contact form#mailformpro dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(32% - 5px);
  padding-top: 10px;
  border: none;
  text-align: left;
  font-size: clamp(0.9375rem, 0.8571428571rem + 0.2232142857vw, 1rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-contact form#mailformpro dl dt > * {
  padding-right: 1em;
}
.p-contact form#mailformpro dl dt:not(:has(.must)) {
  padding-left: 1.5em;
}
.p-contact form#mailformpro dl dd {
  padding: 0 0 0 8px;
  border: none;
  font-size: clamp(0.9375rem, 0.7767857143rem + 0.4464285714vw, 1.0625rem);
  width: calc(68% - 5px);
}
.p-contact form#mailformpro input[type=text],
.p-contact form#mailformpro input[type=email] {
  width: 90%;
  height: 40px;
  padding: 8px 8px;
  margin: 0;
  border: 1px solid #626262;
  border-radius: 3px;
  vertical-align: middle;
}
.p-contact form#mailformpro input[type=text]:focus,
.p-contact form#mailformpro input[type=email]:focus {
  outline: none;
}
.p-contact form#mailformpro textarea {
  width: 90%;
  height: 11.75rem !important;
  resize: none;
  padding: 10px 2%;
  border-radius: 3px;
  line-height: 1.5;
}
.p-contact form#mailformpro textarea:focus {
  outline: none;
}
@media screen and (max-width: 800px) {
  .p-contact form#mailformpro dl dt {
    width: 100%;
    margin-top: 2em;
  }
  .p-contact form#mailformpro dl dd,
  .p-contact form#mailformpro dl dd:first-of-type {
    width: 100%;
    margin-top: 4px;
    padding-left: 0em;
  }
  .p-contact form#mailformpro dl dt:not(:has(.must)) {
    padding-left: 0;
  }
  .p-contact form#mailformpro input[type=text],
  .p-contact form#mailformpro input[type=email] {
    width: 100%;
  }
  .p-contact form#mailformpro textarea {
    width: 100%;
  }
  .p-contact form#mailformpro label {
    white-space: normal;
  }
  .p-contact .type_checkbox,
  .p-contact .type_radio {
    padding-left: 16px;
  }
  .p-contact .type_radio label.text ._small {
    font-size: 0.85em;
  }
}
.p-contact form#mailformpro .must {
  display: inline-block;
  width: 1.5em;
  color: #ff4500;
  font-size: 1em;
  font-weight: 500;
  padding: 0;
  margin: 0;
  background-color: initial;
  background-image: initial;
  border: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  text-shadow: initial;
}
.p-contact div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 5px 17px;
  color: #f00;
  font-size: 12px;
  line-height: normal;
  background-image: url(./mfp/mfp.statics/_images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.p-contact .mfp_parent_error {
  border: solid 2px #f00;
}
.p-contact div#mfp_error {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
}
.p-contact div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
.p-contact div#mfp_error p strong {
  font-size: 18px;
  color: #f00;
}
.p-contact .type_checkbox input[type=checkbox],
.p-contact .type_radio input[type=radio] {
  display: none;
}
.p-contact .type_radio label {
  cursor: pointer;
  position: relative;
  font-size: clamp(0.875rem, 0.7142857143rem + 0.4464285714vw, 1rem);
  line-height: 1;
}
.p-contact .type_radio label::before,
.p-contact .type_radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact .type_radio label::before {
  border: 1px solid #333;
  height: 1em;
  width: 1em;
  left: 0;
}
.p-contact .type_radio label::after {
  background-color: #626262;
  opacity: 0;
  height: 0.6em;
  width: 0.6em;
  left: 0.2em;
}
.p-contact .type_radio label.text:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.p-contact .type_checkbox label.text,
.p-contact .type_radio label.text {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1.5em;
  padding-right: 0;
  cursor: pointer;
}
.p-contact form#mailformpro label.mfp_checked,
.p-contact form#mailformpro label.mfp_not_checked {
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  background-color: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-contact .type_checkbox label.text a:hover,
.p-contact .type_radio label.text a:hover {
  text-decoration: underline;
}
.p-contact .type_checkbox label.text::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0.75;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.p-contact .type_checkbox input[type=checkbox]:checked ~ label.text::before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-contact .type_checkbox label.text._agree {
  padding-left: 1.75em;
  color: #526067;
  font-size: var(--18px);
  font-size: clamp(1rem, 0.6785714286rem + 0.8928571429vw, 1.25rem);
  font-weight: 700;
}

div#mfp_overlay {
  max-width: 98vw;
}
div#mfp_overlay * {
  color: #111;
}

.p-topic {
  padding-bottom: 30px;
}
.p-topic .topic__header {
  width: 100%;
}
.p-topic .topic__date {
  font-size: var(--14px);
  font-size: clamp(0.75rem, 0.6416602465rem + 0.4622496148vw, 0.9375rem);
  color: #333;
  font-weight: 500;
}
.p-topic .topic__title-box {
  padding-bottom: 10px;
  border-bottom: 1px solid #ff6762;
}
.p-topic .topic__title {
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
}
.p-topic .topic__body {
  margin-top: 30px;
}
.p-topic .topic__body * {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-topic .topic__footer {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.p-topic .topic__pager {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.p-topic .topic__pager-li a {
  display: block;
  width: 100%;
  max-width: 180px;
  background-color: #fff;
  border: 2px solid #ff6762;
  font-size: var(--14px);
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
}
.p-topic .topic__pager-li._prev {
  position: relative;
}
.p-topic .topic__pager-li._prev a {
  padding-top: 5px;
  padding-right: 1em;
  padding-bottom: 5px;
  padding-left: 4em;
}
.p-topic .topic__pager-li._prev a::before {
  content: "＜";
  position: absolute;
  top: 50%;
  left: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-topic .topic__pager-li._prev:hover a::before {
    left: 1em;
  }
}
.p-topic .topic__pager-li._next {
  position: relative;
}
.p-topic .topic__pager-li._next a {
  padding-top: 5px;
  padding-right: 4em;
  padding-bottom: 5px;
  padding-left: 1em;
}
.p-topic .topic__pager-li._next a::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-topic .topic__pager-li._next:hover a::after {
    right: 1em;
  }
}

.no-page {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.no-page .no-page__title {
  font-size: var(--32px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__lead {
  font-size: var(--16px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__txt {
  margin-top: 20px;
  font-size: var(--14px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__back {
  margin-top: 20px;
  margin-bottom: 70px;
}

.thanks {
  width: 50%;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.thanks .thanks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thanks .title {
  font-size: var(--20px);
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #555;
}
.thanks .lead {
  margin-left: auto;
  margin-right: auto;
  font-size: var(--16px);
}
.thanks .txt {
  display: inline-block;
  font-size: var(--16px);
  text-align: left;
}
.thanks .nomail {
  display: inline-block;
  font-size: var(--14px);
  text-align: left;
}
.thanks .thanks__back {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .thanks {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .thanks {
    width: 90%;
  }
}

.br-lg {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br-lg {
    display: block;
  }
}

.br-md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-md {
    display: block;
  }
}

.br-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

.br-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-xs {
  display: none;
}
@media screen and (max-width: 414px) {
  .br-xs {
    display: block;
  }
}

.br-xxs {
  display: none;
}
@media screen and (max-width: 375px) {
  .br-xxs {
    display: block;
  }
}

.br-lg-over {
  display: none;
}
@media screen and (min-width: 1280px) {
  .br-lg-over {
    display: block;
  }
}

.br-md-over {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-md-over {
    display: block;
  }
}

.br-tb-over {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tb-over {
    display: block;
  }
}

.br-sm-over {
  display: none;
}
@media screen and (min-width: 576px) {
  .br-sm-over {
    display: block;
  }
}

.br-xs-over {
  display: none;
}
@media screen and (min-width: 414px) {
  .br-xs-over {
    display: block;
  }
}

.br-xxs-over {
  display: none;
}
@media screen and (min-width: 375px) {
  .br-xxs-over {
    display: block;
  }
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-align-middle {
  vertical-align: middle;
}

.u-color-white {
  color: #fff;
}

.u-color-normal {
  color: #526067;
}

.u-pt1 {
  padding-top: 5px;
}

.u-pt2 {
  padding-top: 10px;
}

.u-pt3 {
  padding-top: 20px;
}

.u-pt4 {
  padding-top: 40px;
}

.u-pt5 {
  padding-top: 60px;
}

.u-pl1 {
  padding-left: 5px;
}

.u-pl2 {
  padding-left: 10px;
}

.u-pl3 {
  padding-left: 20px;
}

.u-pl4 {
  padding-left: 40px;
}

.u-pl5 {
  padding-left: 60px;
}

.u-pr1 {
  padding-right: 5px;
}

.u-pr2 {
  padding-right: 10px;
}

.u-pr3 {
  padding-right: 20px;
}

.u-pr4 {
  padding-right: 40px;
}

.u-pr5 {
  padding-right: 60px;
}

.u-pb1 {
  padding-bottom: 5px;
}

.u-pb2 {
  padding-bottom: 10px;
}

.u-pb3 {
  padding-bottom: 20px;
}

.u-pb4 {
  padding-bottom: 40px;
}

.u-pb5 {
  padding-bottom: 60px;
}

.u-mt1 {
  margin-top: 5px;
}

.u-mt2 {
  margin-top: 10px;
}

.u-mt3 {
  margin-top: 20px;
}

.u-mt4 {
  margin-top: 40px;
}

.u-mt5 {
  margin-top: 60px;
}

.u-ml1 {
  margin-left: 5px;
}

.u-ml2 {
  margin-left: 10px;
}

.u-ml3 {
  margin-left: 20px;
}

.u-ml4 {
  margin-left: 40px;
}

.u-ml5 {
  margin-left: 60px;
}

.u-inline-block {
  display: inline-block;
}

.u-center-block {
  margin-left: auto;
  margin-right: auto;
}

.u-none-max-xl {
  display: block;
}
@media screen and (max-width: 1440px) {
  .u-none-max-xl {
    display: none;
  }
}

.u-none-max-lg {
  display: block;
}
@media screen and (max-width: 1280px) {
  .u-none-max-lg {
    display: none;
  }
}

.u-none-max-md {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-none-max-md {
    display: none;
  }
}

.u-none-max-tb {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-none-max-tb {
    display: none;
  }
}

.u-none-max-sm {
  display: block;
}
@media screen and (max-width: 576px) {
  .u-none-max-sm {
    display: none;
  }
}

.u-none-max-xs {
  display: block;
}
@media screen and (max-width: 414px) {
  .u-none-max-xs {
    display: none;
  }
}

.u-height100 {
  height: 100%;
}

.u-float-left {
  float: left;
}

.u-clearfix {
  clear: both;
}

.link:hover {
  cursor: pointer;
}

.link._opacity:hover {
  opacity: 0.8;
}

.link._line {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.rotateXTrigger,
.scaleTrigger {
  opacity: 0;
}

/* 上へ */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* X軸回転 */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}

@keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}
/* 拡大 */
.scale {
  -webkit-animation-name: scaleAnime;
          animation-name: scaleAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes scaleAnime {
  from {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleAnime {
  from {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* 揺れ */
.shake {
  -webkit-animation-name: shakeAnime;
          animation-name: shakeAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes shakeAnime {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes shakeAnime {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}