@charset "UTF-8";
html,
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

button,
input[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.f-red {
  color: #ed85a0;
}

.f-white {
  color: #ffffff;
}

.f-brown {
  color: #5f4942;
}

.f-blue {
  color: #569dd6;
}

.f-caption {
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.f-textS {
  font-size: 1.3rem;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  .f-textS {
    font-size: 1.2rem;
    line-height: 2.2;
    letter-spacing: 0.04em;
  }
}

.f-textN {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .f-textN {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 640px) {
  .f-textN {
    letter-spacing: 0.04em;
  }
}

.f-textL {
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .f-textL {
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 640px) {
  .f-textL {
    font-size: 1.4rem;
    line-height: 2.1;
    letter-spacing: 0.06em;
  }
}

.f-headingS {
  font-size: 2.1rem;
  line-height: 2.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .f-headingS {
    font-size: 2rem;
    line-height: 2.1;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  .f-headingS {
    font-size: 1.9rem;
    line-height: 2;
    letter-spacing: 0.09em;
  }
}

.f-headingN {
  font-size: 2.2rem;
  line-height: 2.2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .f-headingN {
    font-size: 2.1rem;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 640px) {
  .f-headingN {
    font-size: 1.9rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.f-headingL {
  font-size: 4.5rem;
  line-height: 1.6;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1024px) {
  .f-headingL {
    font-size: 4rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 640px) {
  .f-headingL {
    font-size: 3rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

.f-w400 {
  font-weight: 400;
}

.f-w500 {
  font-weight: 500;
}

.f-en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}

.box {
  line-break: strict;
  word-wrap: break-word;
  text-align: justify;
}

@media screen and (max-width: 640px) {
  .sp-box {
    text-align: left;
    line-break: strict;
    word-wrap: break-word;
    text-align: justify;
  }
}

html,
body {
  color: #444444;
  font-size: 62.5%;
  font-family: "Roboto", "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Arial", "メイリオ";
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #fbf2f5;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hidden {
  overflow: hidden;
}

body.no_scroll {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

/* リンクテキスト */
a {
  color: #444444;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

a,
input,
textarea {
  outline: none;
}

.over svg {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.over:hover svg {
  opacity: 0.4;
}
@media screen and (max-width: 1024px) {
  .over:hover svg {
    opacity: 1;
  }
}

:focus {
  outline: none;
}

/*画像*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#postimagediv {
  display: block !important;
}

::-moz-selection {
  background: #ed85a0;
  color: #ffffff;
}

::selection {
  background: #ed85a0;
  color: #ffffff;
}

::-moz-selection {
  background: #ed85a0;
  color: #ffffff;
}

.contents {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .contents {
    padding-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .contents {
    padding-top: 60px;
  }
}

/*公開まで消しておく*/
.none {
  display: none !important;
}

/*リンクを無効に*/
.eventnone {
  pointer-events: none;
}

/*リンクを無効に*/
.ghost {
  pointer-events: none;
  opacity: 0.5;
}

/*============================================================================================
↓wp本文欄====================================================================================
============================================================================================*/
.post-body p {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .post-body p {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .post-body p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 640px) {
  .post-body p {
    margin-bottom: 6px;
  }
}
.post-body strong {
  font-weight: bold;
}
.post-body h2 {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 30px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .post-body h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 20px !important;
  }
}
.post-body h3 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 20px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .post-body h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 10px !important;
  }
}
.post-body h4 {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 15px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .post-body h4 {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-top: 10px !important;
  }
}
.post-body h5 {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 15px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .post-body h5 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 10px !important;
  }
}
.post-body ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .post-body ul {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
.post-body ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0px 6px 16px;
  list-style-type: disc !important;
}
@media screen and (max-width: 640px) {
  .post-body ul li {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 4px;
  }
}
.post-body ol {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 20px;
}
.post-body ol li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 6px;
}
.post-body a {
  font-weight: 500;
  color: #569dd6;
  border-bottom: 1px solid #569dd6;
  padding-bottom: 2px;
}
.post-body img {
  width: 100%;
  display: block;
  height: auto;
  margin: 0 0 20px;
  border-radius: 20px;
}
.post-body em {
  font-weight: 500;
}
.post-body i {
  font-style: italic;
}
.post-body iframe {
  display: block;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1080px) {
  .post-body iframe {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .post-body iframe {
    height: 250px;
  }
}

/*埋め込みYoutube対策*/
@media screen and (max-width: 640px) {
  .rec.l-innerWrap--1200 {
    padding: 0;
  }
}

.l-recSection {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-align: center;
  background: url(../img/left-back.svg) no-repeat left bottom/320px, url(../img/right-back.svg) no-repeat right bottom/320px;
}
@media screen and (max-width: 1200px) {
  .l-recSection {
    background: url(../img/left-back.svg) no-repeat left center/340px, url(../img/right-back.svg) no-repeat right center/340px;
  }
}
@media screen and (max-width: 1024px) {
  .l-recSection {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/left-back.svg) no-repeat left center/200px, url(../img/right-back.svg) no-repeat right center/200px;
  }
}
@media screen and (max-width: 640px) {
  .l-recSection {
    padding-bottom: 40px;
    background: url(../img/left-back.svg) no-repeat left center/130px, url(../img/right-back.svg) no-repeat right center/130px;
  }
}
.l-recSection:hover .c-arrowBtn .arrow span {
  background: #f8e4e6;
  border: 2px solid #f8e4e6;
}
.l-recSection .c-arrowBtn {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .l-recSection .c-arrowBtn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .l-recSection .c-arrowBtn {
    margin-top: 10px;
  }
}
.l-recSection .back {
  padding: 150px 0 100px;
}
@media screen and (max-width: 1024px) {
  .l-recSection .back {
    padding: 0px;
  }
}
.l-recSection .f-headingS {
  margin: 0 auto 20px;
}
.l-recSection .enTtl {
  margin: 0 auto 10px;
  width: 230px;
  display: block;
}

.l-footer {
  background: #FDFAF8;
  padding: 80px 40px 100px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer {
    padding: 60px 0px;
  }
}
.l-footer__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__left p {
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .l-footer__left dl {
    text-align: center;
    margin-bottom: 20px;
  }
}
.l-footer__left .logo {
  width: 148px;
  display: block;
  margin: 0 auto 50px;
}
@media screen and (max-width: 640px) {
  .l-footer__left .logo {
    width: 120px;
    margin: 0 auto 30px;
  }
}
.l-footer .menuBtn {
  display: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .l-footer .menuBtn {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    border-top: 2px solid #b8b8b8;
    border-bottom: 2px solid #b8b8b8;
  }
}
.l-footer .menuBtn .arrowMini {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-footer .menuBtn .arrowMini {
    display: flex;
  }
}
.l-footer .menuBtn .arrowMini svg {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: rotate(90deg);
}
.l-footer .menuBtn.active .arrowMini svg {
  transform: rotate(-90deg);
}
@media screen and (max-width: 640px) {
  .l-footer .menuInner {
    display: none;
  }
}
.l-footer__right {
  margin: 0 0 0 auto;
}
.l-footer__right__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 250px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .l-footer__right__list {
    margin: 0 auto 30px;
  }
}
.l-footer__right__list li {
  width: 50%;
}
.l-footer__right__list li a {
  padding: 5px;
  display: block;
  border-radius: 20px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-align: left;
}
.l-footer__right__list li a:hover {
  color: #ed85a0;
}
.l-footer__right .c-normalBtn {
  width: 250px;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .l-footer__right .c-normalBtn {
    margin: auto;
  }
}
.l-footer__right .c-contactBtn {
  text-align: center;
  margin-bottom: 14px;
  padding: 21px 0;
}
@media screen and (max-width: 640px) {
  .l-footer__right .c-contactBtn {
    margin: 0 auto 14px;
  }
}
.l-footer__right .c-contactBtn .btnName {
  margin: 0 auto 0 80px;
  fill: #444444 !important;
}
.l-footer__right .c-contactBtn .btnName .st0 {
  fill: #444444 !important;
}
.l-footer__right .c-contactBtn .ico {
  top: 17px;
  left: 30px;
}
.l-footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  margin-top: 20px;
  align-items: start;
}
@media screen and (max-width: 640px) {
  .l-footer__bottom {
    display: block;
  }
}
.l-footer__bottom .c-snsList {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .l-footer__bottom .c-snsList {
    margin: 30px auto 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 180px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__bottom .c-snsList li {
    margin-right: 0px;
  }
}
.l-footer__bottom__right {
  width: 250px;
  display: block;
  background: #ffffff;
  padding: 10px;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .l-footer__bottom__right {
    margin: auto;
  }
}
.l-footer__bottom__right:hover {
  border: 3px solid #b8b8b8;
}
.l-footer__bottom__right img {
  width: 178px;
  display: block;
  margin: auto;
}

.l-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  height: auto;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 70px;
  }
}
.l-header__logo {
  display: block;
  width: 330px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 220px;
  }
}
.l-header__logo a {
  display: block;
  width: 330px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo a {
    width: 220px;
  }
}
.l-header__logo p,
.l-header__logo h1 {
  width: 330px;
  font-size: 0;
}
.l-header__logo .logo {
  width: 330px;
  display: block;
  margin-left: 40px;
  margin-top: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .l-header__logo .logo {
    width: 220px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .l-header__logo .logo {
    display: none;
  }
}
.l-header__logo .fixed {
  position: absolute;
  left: 40px;
  top: 20px;
  opacity: 0;
  width: 202px;
  display: block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .l-header__logo .fixed {
    opacity: 1;
    left: 20px;
    top: 16px;
  }
}
.l-header .c-contactBtn {
  position: fixed;
  right: 100px;
  top: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .l-header .c-contactBtn {
    height: 46px;
    top: 16px;
    width: 46px;
    right: 70px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 640px) {
  .l-header .c-contactBtn .ico {
    width: 26px;
    top: 12px;
    left: 7px;
  }
}
.l-header .spMenu {
  position: fixed;
  right: 100px;
  top: 30px;
}
@media screen and (max-width: 640px) {
  .l-header .spMenu {
    right: 70px;
    top: 10px;
  }
}
.l-header .spMenu .clickBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fbc70d;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
@media screen and (max-width: 640px) {
  .l-header .spMenu .clickBtn {
    width: 50px;
    height: 50px;
  }
}
.l-header .spMenu .clickBtn .inner {
  width: 30px;
}
@media screen and (max-width: 640px) {
  .l-header .spMenu .clickBtn .inner {
    width: 24px;
  }
}
.l-header .spMenu .clickBtn .inner svg {
  fill: #ffffff !important;
  display: block;
  width: 30px;
}
@media screen and (max-width: 640px) {
  .l-header .spMenu .clickBtn .inner svg {
    width: 24px;
  }
}
.l-header .spMenu .clickBtn .inner svg .st0 {
  fill: #ffffff !important;
}
.l-header .spMenu .clickBtn_inner {
  background: #ffffff;
  position: fixed;
  display: none;
  width: 200px;
  right: 30px;
}
@media screen and (max-width: 640px) {
  .l-header .spMenu .clickBtn_inner {
    right: 20px;
    width: 180px;
  }
}
.l-header .spMenu .clickBtn_inner a {
  display: block;
  padding: 5px;
  border-bottom: 1px dotted #b8b8b8;
  text-align: center;
}

.l-header.active {
  background: #fbf2f5;
  height: 80px;
}
.l-header.active .spMenu {
  top: 10px;
}
.l-header.active .l-header__logo .fixed {
  opacity: 1;
}
.l-header.active .l-header__logo .logo {
  opacity: 0;
  height: 0;
  width: 0;
}
.l-header.active .c-contactBtn {
  top: 14px;
}
@media screen and (max-width: 640px) {
  .l-header.active .c-contactBtn {
    top: 16px;
  }
}

.l-gnav {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  display: none;
}
.l-gnav__gnavBack {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
}
.l-gnav__inner {
  position: fixed;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  height: 100%;
  width: 75%;
  right: 0;
  background: #f8e4e6;
}
@media screen and (max-width: 1024px) {
  .l-gnav__inner {
    width: 100%;
    height: 100vh;
    overflow: auto;
    border-radius: 0;
  }
}
.l-gnav__inner .c-contactBtn {
  position: fixed;
  top: auto !important;
  bottom: 40px;
  right: 40px;
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .l-gnav__inner .c-contactBtn {
    right: 20px;
  }
}
.l-gnav__inner .menuCont {
  width: 340px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .l-gnav__inner .menuCont {
    width: 560px;
  }
}
@media screen and (max-width: 640px) {
  .l-gnav__inner .menuCont {
    width: 100%;
    overflow: auto;
    height: auto;
    display: block;
    padding: 60px 30px;
  }
}
.l-gnav__inner__list {
  opacity: 0;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  z-index: 99;
}
.l-gnav__inner__list__link {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.l-gnav__inner__list__link:first-child {
  margin-top: 0px;
}
.l-gnav__inner__list__link .clickBtn {
  background: url(../img/ico-arrow-down.svg) no-repeat right 30%/10px;
}
.l-gnav__inner__list__link .parent {
  font-size: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #b8b8b8;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-gnav__inner__list__link .parent {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.l-gnav__inner__list__link .parent svg {
  width: 180px;
  display: block;
  fill: #444444;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .l-gnav__inner__list__link .parent svg {
    width: 100px;
  }
}
.l-gnav__inner__list__link .parent svg .st0 {
  fill: #444444;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.l-gnav__inner__list__link .parent:hover svg {
  fill: #ed85a0;
}
.l-gnav__inner__list__link .parent:hover svg .st0 {
  fill: #ed85a0;
}
.l-gnav__inner__list__link__child {
  margin: 16px 0;
  display: none;
}
.l-gnav__inner__list__link__child li {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.l-gnav__inner__list__link__child li a::before {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  content: "";
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  margin-right: 10px;
  height: 2px;
  background: #444444;
  border-radius: 2px;
}
.l-gnav__inner__list__link__child li:hover a {
  color: #ed85a0;
}
.l-gnav__inner__list__link__child li:hover a::before {
  content: "";
  background: #ed85a0;
}
@media screen and (max-width: 640px) {
  .l-gnav__inner__list .rec {
    margin-top: 10px;
  }
}
.l-gnav .c-snsList {
  position: fixed;
  bottom: 40px;
  right: 260px;
}
@media screen and (max-width: 1024px) {
  .l-gnav .c-snsList {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 80px;
    z-index: 99;
    width: 162px;
  }
}
@media screen and (max-width: 1024px) {
  .l-gnav .c-snsList li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .l-gnav .c-snsList li:last-child {
    margin-right: 0px;
  }
}

.gnavBack.active {
  height: 100%;
}

.imgBack.active {
  -ms-filter: blur(0px);
  filter: blur(0px);
  height: 100%;
}

.l-gnav.active .l-gnav__inner__list {
  opacity: 1;
}

.l-beige {
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .l-beige {
    padding: 0;
  }
}
.l-beige__inner {
  background: #FDFAF8;
  padding: 80px 0px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .l-beige__inner {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 640px) {
  .l-beige__inner {
    border-radius: 0px;
    padding: 40px 0px;
  }
}
@media screen and (max-width: 640px) {
  .l-innerWrap--1440.rec {
    padding: 0;
  }
}

.l-innerWrap--1440 {
  max-width: 1440px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1380px) {
  .l-innerWrap--1440 {
    padding: 0 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1600px) {
  .l-innerWrap--1440 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1440px) {
  .l-innerWrap--1440 {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1200px) {
  .l-innerWrap--1440 {
    padding: 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .l-innerWrap--1440 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 320px) {
  .l-innerWrap--1440 {
    padding: 0 20px;
  }
}

.l-innerWrap--1200 {
  max-width: 1320px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .l-innerWrap--1200 {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1080px) {
  .l-innerWrap--1200 {
    padding: 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .l-innerWrap--1200 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 320px) {
  .l-innerWrap--1200 {
    padding: 0 20px;
  }
}

.l-innerWrap--1080 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 60px;
}
@media screen and (max-width: 1080px) {
  .l-innerWrap--1080 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 320px) {
  .l-innerWrap--1080 {
    padding: 0 20px;
  }
}

.l-innerWrap--800 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 30px;
}
@media screen and (max-width: 1080px) {
  .l-innerWrap--800 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .l-innerWrap--800 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 320px) {
  .l-innerWrap--800 {
    padding: 0 20px;
  }
}

.l-innerWrap--600 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .l-innerWrap--600 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 320px) {
  .l-innerWrap--600 {
    padding: 0 20px;
  }
}

.modaal-container {
  background: transparent !important;
}
.modaal-container .modaal-content-container {
  width: 100%;
  aspect-ratio: 16/9;
}
.modaal-container .modaal-content-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.c-hamburger {
  position: fixed;
  right: 40px;
  z-index: 4;
  top: 20px;
  width: 36px;
  height: 100px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .c-hamburger {
    height: 46px;
    right: 20px;
    top: 16px;
  }
}
.c-hamburger__inner {
  position: relative;
  height: 80px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c-hamburger__inner {
    height: 46px;
  }
}
.c-hamburger__inner .f-caption {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .c-hamburger__inner .f-caption {
    bottom: 0px;
  }
}
.c-hamburger__inner span {
  display: block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  background: #444444;
  width: 36px;
  border-radius: 2px;
}
.c-hamburger__inner span:nth-of-type(1) {
  top: 22px;
}
@media screen and (max-width: 640px) {
  .c-hamburger__inner span:nth-of-type(1) {
    top: 5px;
  }
}
.c-hamburger__inner span:nth-of-type(2) {
  top: 33px;
}
@media screen and (max-width: 640px) {
  .c-hamburger__inner span:nth-of-type(2) {
    top: 15px;
  }
}
.c-hamburger__inner span:nth-of-type(3) {
  bottom: 32px;
}
@media screen and (max-width: 640px) {
  .c-hamburger__inner span:nth-of-type(3) {
    bottom: 18px;
  }
}

.l-header.active .c-hamburger {
  height: 80px;
  top: 0px;
}
@media screen and (max-width: 640px) {
  .l-header.active .c-hamburger {
    top: 16px;
    height: 46px;
  }
}

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

.c-hamburger.active span:nth-of-type(2) {
  top: 32px;
  transform: rotate(35deg);
}
@media screen and (max-width: 640px) {
  .c-hamburger.active span:nth-of-type(2) {
    top: 12px;
  }
}

.c-hamburger.active span:nth-of-type(3) {
  bottom: auto;
  opacity: 1;
  top: 32px;
  transform: rotate(-35deg);
}
@media screen and (max-width: 640px) {
  .c-hamburger.active span:nth-of-type(3) {
    top: 12px;
  }
}

.c-normalBtn {
  display: block;
  width: 200px;
  text-align: center;
  padding: 15px 0;
  border-radius: 40px;
}

.c-gotop {
  background: #f8e4e6;
  width: 60px;
  height: 50px;
  border-radius: 30px 30px 0 0;
  position: fixed;
  bottom: 0px;
  right: 20px;
  text-align: center;
  z-index: 8;
  display: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.c-gotop .miniIco {
  width: 8px;
  margin: 18px auto 5px;
  transform: rotate(-180deg);
}
.c-gotop:hover {
  height: 60px;
}

.c-hoverAction {
  position: relative;
}
.c-hoverAction .thum {
  position: relative;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
.c-hoverAction .thum::before {
  content: " ";
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: absolute;
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(237, 133, 160, 0.8) url(../img/hover-ico.svg) no-repeat center center/120px;
  opacity: 0;
  z-index: 2;
}
.c-hoverAction .thum img {
  display: block;
  z-index: 1;
  position: relative;
}
.c-hoverAction:hover .thum::before {
  content: "";
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  opacity: 1;
}

.c-telBtn {
  letter-spacing: 0.05em;
  margin: auto;
  line-height: 1;
  width: 300px;
  padding: 20px 0;
  background: #569dd6;
  color: #ffffff;
  border: 3px solid transparent;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  box-sizing: border-box;
}
.c-telBtn .ico {
  width: 18px;
  display: inline-block;
  margin-right: 10px;
}
.c-telBtn .ico .st0 {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  fill: #ffffff;
}
.c-telBtn:hover {
  background: #ffffff;
  border: 3px solid #ffffff;
  color: #569dd6;
}
.c-telBtn:hover .ico .st0 {
  fill: #569dd6;
}

.c-contactBtn {
  background: #fbc70d;
  position: relative;
  width: 160px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  box-sizing: border-box;
}
.c-contactBtn .ico .st0 {
  fill: #ffffff;
}
.c-contactBtn:hover {
  background: #ffffff;
  border: 2px solid #fbc70d;
}
.c-contactBtn:hover .ico .st0 {
  fill: #fbc70d;
}
.c-contactBtn p {
  font-size: 0;
}
.c-contactBtn .ico {
  display: block;
  width: 31px;
  top: 14px;
  position: absolute;
  left: 20px;
}
.c-contactBtn .btnName {
  display: block;
  height: 14px;
  margin: 0 auto 0 50px;
}
@media screen and (max-width: 1024px) {
  .c-contactBtn .btnName {
    height: 12px;
    margin: 0 auto 0px;
  }
}
.c-contactBtn .btnName .st0 {
  fill: #444444;
}

.c-btnRec {
  color: #569dd6;
  border: 3px solid #c8e5f1;
  background: #c8e5f1;
  line-height: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.c-btnRec:hover {
  background: #ffffff;
}

.l-header .c-contactBtn {
  height: 48px;
}
.l-header .c-contactBtn .ico {
  width: 24px;
  top: 14px;
}
@media screen and (max-width: 1024px) {
  .l-header .c-contactBtn {
    position: fixed;
    width: 50%;
    border-radius: 0;
    top: auto;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.l-header .c-btnRec .ico {
  width: 24px;
  top: 14px;
}
.l-header .c-btnRec {
  position: fixed;
  top: 40px;
  height: 48px;
  right: 490px;
  width: 170px;
}
@media screen and (max-width: 1024px) {
  .l-header .c-btnRec {
    right: 90px;
    top: 14px;
  }
}
@media screen and (max-width: 640px) {
  .l-header .c-btnRec {
    right: 64px;
    width: 80px;
  }
}
.l-header .c-btnRec:hover {
  border: 2px solid #569dd6;
}
.l-header .c-kengakuBtn {
  right: 270px;
  width: 210px;
  position: absolute;
}
.l-header .c-kengakuBtn .btnName .st0,
.l-header .c-kengakuBtn .btnName svg,
.l-header .c-kengakuBtn .btnName g {
  fill: #444444;
}

@media screen and (max-width: 1024px) {
  .spBtn {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .spBtn .c-contactBtn {
    width: 50% !important;
    position: relative;
    bottom: auto;
    right: auto !important;
    display: block;
    top: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .spBtn .c-kengakuBtn {
    border-left: 1px solid #ffffff;
  }
}
@media screen and (max-width: 640px) {
  .spBtn .c-kengakuBtn .btnName {
    margin: 0 30px 0px auto;
  }
}

.l-header.active .c-btnRec {
  top: 14px;
}

.c-snsList {
  display: flex;
}
.c-snsList li {
  margin-right: 16px;
}

.c-snsBtn {
  display: block;
  background: #ffffff;
  border-radius: 50%;
  padding: 14px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.c-snsBtn svg {
  width: 16px;
  display: block;
  fill: #444444;
}
.c-snsBtn svg .st0 {
  fill: #444444;
}
.c-snsBtn:hover {
  background: #f8e4e6;
}

.arrowMini {
  background: #444444;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0%, -50%);
  right: 20px;
}
.arrowMini svg {
  display: block;
  width: 6px;
  fill: #ffffff;
}

.arrowBig {
  background: #fbf2f5;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  border: 2px solid #444444;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .arrowBig {
    width: 30px;
    height: 30px;
  }
}
.arrowBig svg {
  display: block;
  width: 14px;
  fill: #444444;
}

.c-kodomoLink {
  position: relative;
  padding: 120px 0;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .c-kodomoLink {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink .link1 a {
    padding: 20px 0 20px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink .link1Img img {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink .link3Img img {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .c-kodomoLink__list {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list li {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .c-kodomoLink__list li {
    width: 100%;
  }
}
.c-kodomoLink__list__title {
  display: block;
  width: 120px;
  text-align: left;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list__title {
    margin: auto;
    text-align: center;
  }
}
.c-kodomoLink__list__title {
  fill: #444444;
}
.c-kodomoLink__list__title .st0 {
  fill: #444444;
}
.c-kodomoLink__list a {
  display: block;
  position: relative;
  padding: 20px 0 20px 60px;
  border-bottom: 2px solid transparent;
  width: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list a {
    padding: 20px 0 20px 40px;
    width: 100%;
    border-bottom: 2px solid #444444;
  }
}
.c-kodomoLink__list a p {
  font-size: 0;
}
.c-kodomoLink__list a .arrowBig {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list a .arrowBig {
    display: none;
  }
}
.c-kodomoLink__list a .arrowMini {
  background: #444444;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  width: 24px;
  height: 24px;
  right: auto;
  left: 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list a .arrowMini {
    opacity: 1;
    width: 18px;
    height: 18px;
  }
}
.c-kodomoLink__list a .arrowMini svg {
  width: 6px;
  fill: #ffffff;
}
.c-kodomoLink__list .active a {
  border-bottom: 2px solid #ed85a0;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list .active a {
    width: 100%;
    border-bottom: 2px solid #444444;
  }
}
.c-kodomoLink__list .active a .c-kodomoLink__list__title {
  width: 140px;
  fill: #ed85a0;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list .active a .c-kodomoLink__list__title {
    fill: #444444;
    width: 120px;
  }
}
.c-kodomoLink__list .active a .c-kodomoLink__list__title .st0 {
  fill: #ed85a0;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list .active a .c-kodomoLink__list__title .st0 {
    fill: #444444;
  }
}
.c-kodomoLink__list .active a .arrowBig {
  opacity: 1;
  border: 2px solid #ed85a0;
}
.c-kodomoLink__list .active a .arrowBig svg {
  fill: #ed85a0;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list .active a .arrowBig {
    opacity: 1;
  }
}
.c-kodomoLink__list .active a .arrowMini {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__list .active a .arrowMini {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink .tab.c-kodomoLink__img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}
.c-kodomoLink__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 800px;
  height: 440px;
}
@media screen and (max-width: 1200px) {
  .c-kodomoLink__img {
    width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__img {
    position: relative;
    right: auto;
    bottom: auto;
    height: auto;
    width: auto;
    height: auto;
  }
}
.c-kodomoLink__img li {
  position: absolute;
  width: 800px;
  height: 440px;
}
@media screen and (max-width: 1200px) {
  .c-kodomoLink__img li {
    width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__img li {
    width: auto;
    height: 280px;
    width: 33.333%;
  }
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__img li {
    position: relative;
    width: 33.333%;
    height: 180px;
  }
}
.c-kodomoLink__img li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .c-kodomoLink__img li img {
    opacity: 1;
  }
}
.c-kodomoLink__img .active img {
  opacity: 1;
}

.c-arrowBtn {
  display: block;
  width: 120px;
  padding: 20px 0;
  line-height: 1;
  position: relative;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .c-arrowBtn {
    width: 114px;
  }
}
.c-arrowBtn {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.c-arrowBtn:hover .arrow span {
  background: #f8e4e6;
  border: 2px solid #f8e4e6;
}
.c-arrowBtn .arrow {
  top: 50%;
  transform: translate(0%, -50%);
  width: 40px;
  height: 40px;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .c-arrowBtn .arrow {
    width: 30px;
    height: 30px;
  }
}
.c-arrowBtn .arrow span {
  border-radius: 50%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  border: 2px solid #444444;
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  margin: 0 0 auto 0;
}
@media screen and (max-width: 640px) {
  .c-arrowBtn .arrow span {
    width: 30px;
    height: 30px;
  }
}
.c-arrowBtn .arrow span svg {
  width: 14px;
}
@media screen and (max-width: 640px) {
  .c-arrowBtn .arrow span svg {
    width: 12px;
  }
}
.c-arrowBtn .arrow span svg .st0 {
  fill: #444444;
}

.c-pagenavi {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .c-pagenavi {
    margin-top: 40px;
  }
}
.c-pagenavi .page,
.c-pagenavi .current {
  width: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
}
.c-pagenavi .current {
  background: #FDFAF8;
}
.c-pagenavi .previouspostslink,
.c-pagenavi .nextpostslink {
  font-size: 0;
  vertical-align: top;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: #ffffff url(../img/ico-arrow-left.svg) no-repeat center center/6px;
}
.c-pagenavi .nextpostslink {
  background: #ffffff url(../img/ico-arrow-right.svg) no-repeat center center/6px;
}

.c-nextPost {
  line-height: 1.6;
  border-top: 2px dotted #b8b8b8;
  padding-top: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .c-nextPost {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.c-nextPost ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  list-style-type: none;
}
.c-nextPost ul li {
  width: 33.33%;
}
.c-nextPost ul li a {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.c-nextPost ul .left {
  background: url(../img/ico-arrow-left.svg) no-repeat left center/6px;
  padding-left: 10px;
}
.c-nextPost ul .center {
  text-align: center;
}
.c-nextPost ul .center a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #444444;
}
.c-nextPost ul .right {
  background: url(../img/ico-arrow-right.svg) no-repeat right center/6px;
  padding-right: 10px;
  text-align: right;
}

.c-entryBtn {
  margin: 150px auto -40px;
}
@media screen and (max-width: 640px) {
  .c-entryBtn {
    margin: 50px auto -40px;
  }
}
.c-entryBtn .l-innerWrap--1080 {
  overflow: visible;
  position: relative;
}
.c-entryBtn .coment {
  width: 300px;
  text-align: center;
  color: #ffffff;
  height: 270px;
  position: absolute;
  left: 0;
  top: -100px;
  background: url(../img/entry-ico.svg) no-repeat center center;
}
@media screen and (max-width: 640px) {
  .c-entryBtn .coment {
    width: 260px;
    height: 200px;
    top: auto;
    left: auto;
    position: relative;
    margin: auto;
  }
}
.c-entryBtn .coment p {
  margin-top: 66px;
  margin-left: -28px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .c-entryBtn .coment p {
    margin-top: 0px;
    padding-top: 40px;
  }
}
.c-entryBtn .coment .f-headingL {
  line-height: 1;
}
.c-entryBtn .coment p.f-textN + p {
  display: none;
}
.c-entryBtn .coment small {
  display: block;
  text-align: left;
  margin-left: 40px;
}
.c-entryBtn__btn {
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .c-entryBtn__btn {
    margin-top: -30px;
  }
}
.c-entryBtn__btn:hover .c-entryBtn__btn__inner {
  background: #ffffff;
  color: #569dd6;
}
.c-entryBtn__btn__inner {
  background: #c8e5f1;
  color: #569dd6;
  text-align: center;
  border: 3px solid #c8e5f1;
  border-radius: 20px;
  display: block;
  padding: 20px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .c-entryBtn__btn__inner {
    border-radius: 10px;
  }
}

.c-spEntry {
  display: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-spEntry {
    display: block;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #569dd6;
    z-index: 4;
    top: auto;
    position: fixed;
  }
  .c-spEntry .f-textL {
    background: #cde5f1;
    bottom: 0;
    padding: 10px;
    z-index: 4;
    width: 100%;
  }
  .c-spEntry .coment {
    left: -30px !important;
    position: fixed;
    bottom: -10px !important;
    top: auto !important;
    transform: scale(0.7, 0.7);
  }
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #dee2e3 inset;
}

#ui-datepicker-div {
  scale: 1.6;
  width: 140px;
}
@media screen and (max-width: 640px) {
  #ui-datepicker-div {
    left: 70px !important;
  }
}

.mw_wp_form {
  overflow: hidden;
}
.mw_wp_form input,
.mw_wp_form button,
.mw_wp_form textarea,
.mw_wp_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 16px;
  border: none;
  border-radius: 0;
  outline: none;
  border-radius: 5px;
  background: transparent;
  font: inherit;
  display: block;
  width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 640px) {
  .mw_wp_form input,
  .mw_wp_form button,
  .mw_wp_form textarea,
  .mw_wp_form select {
    font-size: 16px;
  }
}
.mw_wp_form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding: 20px 0;
  border-radius: 40px;
  background: #fbc70d;
  display: block;
  margin-top: 40px;
  color: #444444;
  border: 3px solid #fbc70d;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.mw_wp_form input[type=submit]:hover {
  background: #ffffff;
}
.mw_wp_form select::-ms-expand {
  display: none;
}
.mw_wp_form .mwform-file-delete {
  display: none;
}

.mwform-zip-field {
  display: block;
  margin-bottom: 10px;
}

.mw_wp_form select {
  background: #ffffff;
  padding: 16px;
  text-align: center;
  background: #ffffff url(../img/ico-arrow-down.svg) no-repeat 96% center/8px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.checkText {
  display: none;
}

.mwform-tel-field input[type=text],
.mwform-zip-field input[type=text] {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mwform-tel-field input[type=text],
  .mwform-zip-field input[type=text] {
    width: 80px !important;
  }
}

input[type=checkbox] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 26px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #f8f8f8;
  border: 2px solid #b8b8b8;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #569dd6 #569dd6;
  border-style: solid;
  width: 20px;
  height: 10px;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  /* css擬似要素 :checked が付加されているときは表示  */
  opacity: 1;
}

.zip {
  width: 110px !important;
  padding: 20px 10px !important;
  display: inline-block !important;
}

.mwform-radio-field-text {
  line-height: 1;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
  display: none;
}
input[type=radio]:checked + span::before {
  animation: ripple 0.2s linear forwards;
}
input[type=radio]:checked + span::after {
  transform: scale(1);
}

input[type=radio] + span {
  position: relative;
  padding: 0 10px 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
}
input[type=radio] + span::before, input[type=radio] + span::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
input[type=radio] + span::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #b8b8b8;
}
input[type=radio] + span::after {
  top: 5px;
  left: 5px;
  top: 3px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #b8b8b8;
}

.c-loading {
  height: 100%;
  width: 100%;
  background: #f8e4e6;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  color: #ed85a0;
}
.c-loading p {
  animation: flash 1s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.o-c-slideWrap {
  display: flex;
  align-items: center;
  height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .o-c-slideWrap {
    height: 200px;
  }
}
.o-c-slideWrap__slideshow {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
}
.o-c-slideWrap .content {
  width: 400px;
  height: 260px;
}
@media screen and (max-width: 640px) {
  .o-c-slideWrap .content {
    height: 180px;
    width: 320px;
  }
}
.o-c-slideWrap .content img {
  display: block;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-topTitle .ttl {
  font-size: 0;
}
.c-topTitle .miniTtl {
  display: block;
  height: 24px;
}
.c-topTitle .miniTtl svg {
  fill: #444444;
}
.c-topTitle .miniTtl svg .st0 {
  fill: #444444;
}
.c-topTitle .miniIco {
  height: 30px;
  display: block;
}

.c-subTitle__list {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-subTitle__list {
    display: block;
  }
}
.c-subTitle__list__img {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .c-subTitle__list__img {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .c-subTitle__list__img {
    margin-top: 20px;
  }
}
.c-subTitle__list__img img {
  display: block;
  width: 100%;
  border-radius: 0 0 0px 20px;
}
@media screen and (max-width: 1024px) {
  .c-subTitle__list__img img {
    border-radius: 0;
  }
}
.c-subTitle__list__img .breadcrumbs {
  margin: 10px 40px 0 auto;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .c-subTitle__list__img .breadcrumbs {
    margin: 10px auto 0;
    text-align: center;
  }
}
.c-subTitle__list__title {
  width: 30%;
}
.c-subTitle__list__title .inner {
  position: relative;
  max-width: 480px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .c-subTitle__list__title {
    width: 100%;
    margin: 180px auto 20px;
  }
}
@media screen and (max-width: 640px) {
  .c-subTitle__list__title {
    width: 100%;
    margin: 100px auto 30px;
  }
}
.c-subTitle__list__title h1 {
  font-size: 0;
}
.c-subTitle__list__title img {
  display: block;
  width: auto;
  margin: 40px auto 0;
  height: 48px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-subTitle__list__title img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .c-subTitle__list__title img {
    height: 34px;
  }
}
.c-subTitle__list__title .parts {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 5%;
  width: 140px;
  height: auto;
  z-index: 1;
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  .c-subTitle__list__title .parts {
    left: 0;
    right: 0;
    width: 100px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .c-subTitle__list__title .parts {
    left: 0;
    right: 0;
    width: 80px;
    margin: auto;
  }
}
.c-subTitle__list .tarm .c-subTitle__list__title .inner {
  max-width: 360px;
}
.c-subTitle__list .tarm .parts {
  margin-top: 0px;
}
.c-subTitle__list .tarm h1 {
  display: block;
  margin: auto;
  font-weight: 500;
  z-index: 2;
  position: relative;
  text-align: center;
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1024px) {
  .c-subTitle__list .tarm h1 {
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  .c-subTitle__list .tarm h1 {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.c-dotTitle {
  background: url(../img/kodomogaokahoikuen/childcare/line.svg) repeat-x center bottom/134px;
  width: 134px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .c-dotTitle {
    width: 120px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.c-dotTitle h2 {
  font-size: 0;
}
.c-dotTitle svg {
  height: 28px;
  margin: auto;
  text-align: center;
  display: block;
}
.c-dotTitle svg .st0 {
  fill: #5f4942;
}
@media screen and (max-width: 640px) {
  .c-dotTitle svg {
    height: 20px;
  }
}

.c-nomalTitle {
  margin-top: 230px;
}
@media screen and (max-width: 1024px) {
  .c-nomalTitle {
    margin-top: 120px;
  }
}
.c-nomalTitle h1 {
  font-size: 0;
}
.c-nomalTitle svg {
  display: block;
  width: auto;
  margin: 10px auto 20px;
  height: 48px;
}
@media screen and (max-width: 640px) {
  .c-nomalTitle svg {
    height: 34px;
    margin: 0px auto 0;
  }
}
.c-nomalTitle svg .st0 {
  fill: #444444;
}
.c-nomalTitle .mainIco {
  width: 60px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .c-nomalTitle .mainIco {
    width: 40px;
    margin: 0 auto 10px;
  }
}
.c-nomalTitle .breadcrumbs {
  margin: 0 40px 10px auto;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .c-nomalTitle .breadcrumbs {
    margin: 20px auto 10px;
    text-align: center;
  }
}

.pr-hero {
  width: 100%;
  height: 900px;
  position: relative;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .pr-hero {
    height: 100vh;
  }
}
.pr-hero__img {
  max-width: 900px;
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
@media screen and (max-width: 1200px) {
  .pr-hero__img {
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .pr-hero__img {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .pr-hero__img {
    padding: 0px;
  }
}
.pr-hero__img .deco {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 3;
}
.pr-hero__img .back {
  z-index: 1;
}
.pr-hero__img__slider {
  width: 71.1%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.pr-hero__img .swiper-slide img {
  opacity: 0.2;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.pr-hero__img .swiper-slide-active img {
  opacity: 1;
}
.pr-hero__catch {
  z-index: 5;
  max-width: 530px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1600px) {
  .pr-hero__catch {
    left: 5%;
  }
}
@media screen and (max-width: 1440px) {
  .pr-hero__catch {
    max-width: 430px;
  }
}
@media screen and (max-width: 1200px) {
  .pr-hero__catch {
    max-width: 330px;
  }
}
@media screen and (max-width: 1024px) {
  .pr-hero__catch {
    transform: unset;
    top: auto;
    bottom: 10%;
    right: 5%;
    max-width: 430px;
    left: auto;
  }
}
@media screen and (max-width: 640px) {
  .pr-hero__catch {
    max-width: 300px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 8%;
  }
}
.pr-hero__catch .parts {
  width: 140px;
  position: absolute;
  left: 0;
  top: -60px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .pr-hero__catch .parts {
    display: none;
  }
}
.pr-hero__catch .catch {
  display: block;
  width: 86.7%;
  z-index: 2;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pr-hero__catch .catch {
    margin: auto;
  }
}

.o-p-back {
  position: absolute;
  bottom: -40%;
  z-index: 1;
  width: 140%;
  height: 600px;
  background: url("../img/back.jpg") repeat-x;
  background-size: 80%;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  opacity: 0.5;
  animation: scroll-anim 200s linear infinite;
  -ms-filter: blur(10px);
  filter: blur(10px);
}
@media screen and (max-width: 1080px) {
  .o-p-back {
    width: 120%;
  }
}
@media screen and (max-width: 1024px) {
  .o-p-back {
    height: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .o-p-back {
    height: 400px;
    bottom: -280px;
  }
}

.o-p-back.active {
  -ms-filter: blur(0px);
  opacity: 1;
  filter: blur(0px);
}

@keyframes scroll-anim {
  100% {
    background-position: -200% 0;
  }
}
.u-align--center {
  text-align: center;
}

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

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

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

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

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

.u-column2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.u-column2 li {
  width: 47%;
}

.u-column3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.u-column3 li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}
@media screen and (max-width: 1080px) {
  .u-column3 li {
    width: 31.3333333333%;
    margin-right: 3%;
  }
}
.u-column3 li:nth-child(6), .u-column3 li:nth-child(3) {
  margin-right: 0%;
}
@media screen and (max-width: 640px) {
  .u-column3 li {
    width: 46.7%;
    margin-right: 6.5%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 640px) {
  .u-column3 li:nth-child(3) {
    margin-right: 6.5%;
  }
}
@media screen and (max-width: 640px) {
  .u-column3 li:nth-child(8) {
    margin-right: 6.5%;
  }
}
@media screen and (max-width: 640px) {
  .u-column3 li:nth-child(even) {
    margin-right: 0;
  }
}
.u-column3 li img {
  display: block;
  width: 100%;
}

.u-column4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.u-column4 li {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%;
}
@media screen and (max-width: 640px) {
  .u-column4 li {
    width: 47.5%;
    margin-bottom: 6%;
  }
}
.u-column4 li:nth-child(4), .u-column4 li:nth-child(8), .u-column4 li:nth-child(12) {
  margin-right: 0%;
}
@media screen and (max-width: 640px) {
  .u-column4 li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .u-column4 li:nth-child(odd) {
    margin-right: 5%;
  }
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .u-mb20 {
    margin-bottom: 10px;
  }
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .u-mb30 {
    margin-bottom: 16px;
  }
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 1080px) {
  .u-mb200 {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mb200 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 640px) {
  .u-mb200 {
    margin-bottom: 120px;
  }
}

.u-mt0 {
  margin-top: 0px;
}

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

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

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .u-mt20 {
    margin-top: 12px;
  }
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .u-mt30 {
    margin-top: 16px;
  }
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .u-mt40 {
    margin-top: 20px;
  }
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

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

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .u-mt100 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .u-mt100 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .u-mt100 {
    margin-top: 50px;
  }
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml0 {
  margin-left: 0px;
}

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

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

.u-ml15 {
  margin-left: 15px;
}

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

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

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

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

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

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.sp,
.tab {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1024px) {
  .sp, .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .pc, .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
.p-sub__link {
  margin: 40px auto 100px;
}
@media screen and (max-width: 640px) {
  .p-sub__link {
    margin: 20px auto;
  }
}
@media screen and (max-width: 640px) {
  .p-sub__link .f-textN {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .p-sub__link .f-textL {
    font-size: 13px;
  }
}
.p-sub__link ul {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  text-align: center;
}
.p-sub__link ul li {
  margin-right: 2%;
  width: 26%;
}
@media screen and (max-width: 640px) {
  .p-sub__link ul li {
    width: 28%;
  }
}
.p-sub__link ul li a,
.p-sub__link ul li span {
  display: block;
  padding: 10px 0;
  line-height: 40px;
  border-bottom: 2px solid #b8b8b8;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.p-sub__link ul li span {
  border-bottom: 2px solid #ed85a0;
}
.p-sub__link ul li a:hover {
  background: #ed85a0;
  border-radius: 30px;
  border-bottom: 2px solid transparent;
}
.p-sub__link ul li:first-child {
  width: 15%;
}
@media screen and (max-width: 640px) {
  .p-sub__link ul li:first-child {
    width: 10%;
  }
}
.p-sub__link ul li:first-child a {
  border-bottom: 0;
}
.p-sub__link ul li:first-child a:hover {
  background: transparent;
  border-bottom: 2px solid transparent;
}
.p-sub__link ul li:first-child a:hover .arrowBig {
  background: #fbc70d;
  border: 2px solid #fbc70d;
}
.p-sub__link ul li:first-child .arrowBig {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .p-sub__link ul li:first-child .arrowBig {
    margin: 5px auto;
  }
}
.p-sub__link ul li:first-child .arrowBig svg {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: rotate(-180deg);
  fill: #444444;
}
.p-sub__link ul li:last-child {
  margin-right: 0;
}
.p-sub .dotTable {
  width: 100%;
}
.p-sub .dotTable tr {
  border-bottom: 2px dotted #b8b8b8;
}
.p-sub .dotTable tr:first-child {
  border-top: 2px dotted #b8b8b8;
}
.p-sub .dotTable tr th,
.p-sub .dotTable tr td {
  padding: 20px 0;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .p-sub .dotTable tr th,
  .p-sub .dotTable tr td {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-sub .dotTable tr th {
    padding-top: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .p-sub .dotTable tr td {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 640px) {
  .p-sub .dotTable,
  .p-sub tbody,
  .p-sub tr,
  .p-sub td,
  .p-sub th {
    display: block;
    width: 100%;
  }
}
.p-sub .partsDeco {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .p-sub .partsDeco {
    padding: 16px 0;
  }
}
.p-sub .partsDeco .parts {
  position: absolute;
  left: -40px;
  width: 120px;
  z-index: 1;
  display: block;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 640px) {
  .p-sub .partsDeco .parts {
    left: 0;
    right: 0;
    width: 80px;
    margin: auto;
  }
}

.p-kodomogaokahoikuen .catch h2 {
  font-size: 0;
}
.p-kodomogaokahoikuen .catch img {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen .catch img {
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-kodomogaokahoikuen .catch img {
    margin: 40px auto 30px;
  }
}
.p-kodomogaokahoikuen .catch .catch1 {
  width: 580px;
}
@media screen and (max-width: 640px) {
  .p-kodomogaokahoikuen .catch .catch1 {
    width: 280px;
  }
}
.p-kodomogaokahoikuen .catch .catch2 {
  width: 380px;
}
@media screen and (max-width: 640px) {
  .p-kodomogaokahoikuen .catch .catch2 {
    width: 200px;
  }
}
.p-kodomogaokahoikuen__intro__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen__intro__list {
    display: block;
  }
}
.p-kodomogaokahoikuen__intro__list__coment {
  width: 60%;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen__intro__list__coment {
    width: 100%;
    padding-left: 0px;
  }
}
.p-kodomogaokahoikuen__intro__list__coment .f-headingS {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen__intro__list__coment .f-headingS {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.p-kodomogaokahoikuen__intro__list__coment .f-textN {
  margin-bottom: 20px;
  line-height: 2.8;
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen__intro__list__coment .f-textN {
    line-height: 2.2;
  }
}
@media screen and (max-width: 640px) {
  .p-kodomogaokahoikuen__intro__list__coment .f-textN {
    line-height: 2;
    margin-bottom: 12px;
  }
}
.p-kodomogaokahoikuen__intro__list__img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen__intro__list__img {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
}
.p-kodomogaokahoikuen__intro__list__img img {
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen__intro__list__img img {
    margin: 0px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen__intro__list__img .img1 {
    width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .p-kodomogaokahoikuen__intro__list__img .img1 {
    margin: 0px 0 0 auto;
  }
}
.p-kodomogaokahoikuen__intro__list__img .img2 {
  margin: 20px 0 0 auto;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen__intro__list__img .img2 {
    width: 220px;
    margin: 0px 100px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .p-kodomogaokahoikuen__intro__list__img .img2 {
    width: 180px;
  }
}
.p-kodomogaokahoikuen .second {
  flex-direction: row-reverse;
}
.p-kodomogaokahoikuen .second .p-kodomogaokahoikuen__intro__list__coment {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen .second .p-kodomogaokahoikuen__intro__list__coment {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .p-kodomogaokahoikuen .second .img1 {
    margin: auto;
  }
}

.p-childcare .careImg {
  width: 160px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-childcare .careImg {
    width: 140px;
  }
}
@media screen and (max-width: 640px) {
  .p-childcare .careImg {
    width: 130px;
  }
}
.p-childcare__idea .l-innerWrap--1440 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/left-back.svg) no-repeat left center/320px, url(../img/right-back.svg) no-repeat right center/320px;
}
@media screen and (max-width: 1200px) {
  .p-childcare__idea .l-innerWrap--1440 {
    background: url(../img/left-back.svg) no-repeat left center/340px, url(../img/right-back.svg) no-repeat right center/340px;
  }
}
@media screen and (max-width: 1024px) {
  .p-childcare__idea .l-innerWrap--1440 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/left-back.svg) no-repeat left center/200px, url(../img/right-back.svg) no-repeat right center/200px;
  }
}
@media screen and (max-width: 640px) {
  .p-childcare__idea .l-innerWrap--1440 {
    padding-bottom: 40px;
    background: url(../img/left-back.svg) no-repeat left center/130px, url(../img/right-back.svg) no-repeat right center/130px;
  }
}
.p-childcare__idea h3 {
  font-size: 0;
}
.p-childcare__idea {
  text-align: center;
}
.p-childcare__idea .lead {
  text-align: center;
  margin: auto;
}
.p-childcare__idea .lead img {
  margin: auto;
  width: 524px;
  display: block;
}
@media screen and (max-width: 640px) {
  .p-childcare__idea .lead img {
    width: 360px;
  }
}
.p-childcare__idea__img {
  height: 250px;
  width: 250px;
  margin: 40px auto 0;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
@media screen and (max-width: 1024px) {
  .p-childcare__idea__img {
    height: auto;
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .p-childcare__idea__img {
    margin: 30px auto 0;
    width: 230px;
  }
}
.p-childcare__goal__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-childcare__goal__list {
    display: block;
    margin: auto;
  }
}
.p-childcare__goal__list li {
  position: relative;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  height: 300px;
  border-radius: 50%;
  width: 300px;
}
.p-childcare__goal__list li .back {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.p-childcare__goal__list li .careImg,
.p-childcare__goal__list li p {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-childcare__goal__list li {
    height: 240px;
    margin: auto;
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .p-childcare__goal__list li:nth-child(2) {
    margin: 20px auto;
  }
}
.p-childcare__goal__list li .f-textL {
  text-align: center;
  line-height: 1.8;
}
.p-childcare__philosophy {
  width: 100%;
}
.p-childcare__philosophy__inner {
  position: relative;
}
.p-childcare__philosophy__inner .l-innerWrap--1200 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-childcare__philosophy__inner .l-innerWrap--1200 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-childcare__philosophy__inner {
    height: auto;
  }
}
.p-childcare__philosophy__inner .coment {
  width: 50%;
  margin-top: 70px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .p-childcare__philosophy__inner .coment {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .p-childcare__philosophy__inner .coment {
    margin: 0px auto 20px;
    width: 100%;
    padding-right: 0px;
  }
}
.p-childcare__philosophy__inner .coment .partsDeco h2 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .p-childcare__philosophy__inner .coment .partsDeco h2 {
    text-align: center;
  }
}
.p-childcare__philosophy__inner .img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-childcare__philosophy__inner .img {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .p-childcare__philosophy__inner .img {
    width: 100%;
  }
}
.p-childcare__philosophy__inner .img img {
  max-width: 580px;
  width: 100%;
  display: block;
  margin: auto;
}
.p-childcare__philosophy .left {
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .p-childcare__philosophy .left {
    margin: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-childcare__philosophy .left {
    margin: 40px 0;
  }
}
.p-childcare__philosophy .left .l-innerWrap--1200 {
  flex-direction: row-reverse;
}
.p-childcare__philosophy .left .coment {
  padding-left: 40px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .p-childcare__philosophy .left .coment {
    margin: 60px auto 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-childcare__philosophy .left .coment {
    padding-left: 0px;
    max-width: 100%;
    margin: 0px auto 30px;
  }
}

.p-flowoftheday .l-beige__inner {
  background: #f8e4e6;
  padding: 40px 0px;
}
.p-flowoftheday .white {
  margin: 80px 0;
}
@media screen and (max-width: 1440px) {
  .p-flowoftheday .white {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-flowoftheday .white {
    margin: 60px 0px;
  }
}
@media screen and (max-width: 640px) {
  .p-flowoftheday .white {
    margin: 40px 0px;
    padding: 0;
  }
}
.p-flowoftheday__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .p-flowoftheday__list {
    display: block;
    text-align: center;
  }
}
.p-flowoftheday__list__time {
  width: 15%;
}
@media screen and (max-width: 1080px) {
  .p-flowoftheday__list__time {
    width: 100%;
  }
}
.p-flowoftheday__list__time .time {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .p-flowoftheday__list__time .time {
    width: 30px;
  }
}
.p-flowoftheday__list__time {
  color: #5f4942;
}
.p-flowoftheday__list__about {
  width: 45%;
}
@media screen and (max-width: 1200px) {
  .p-flowoftheday__list__about {
    width: 35%;
  }
}
@media screen and (max-width: 1080px) {
  .p-flowoftheday__list__about {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .p-flowoftheday__list__about {
    margin-top: 5px;
  }
}
.p-flowoftheday__list__img {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .p-flowoftheday__list__img {
    width: 50%;
  }
}
@media screen and (max-width: 1080px) {
  .p-flowoftheday__list__img {
    width: 460px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .p-flowoftheday__list__img {
    width: 100%;
    margin: 16px auto 0;
  }
}
.p-flowoftheday__list__img .gallery-list {
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-flowoftheday__list__img .gallery-list li {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .p-flowoftheday__list__img .gallery-list li {
    width: 50%;
  }
}
.p-flowoftheday__list__img .gallery-list li .thum::before {
  border-radius: 5px;
}
.p-flowoftheday__list__img .gallery-list li:last-child img {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .p-flowoftheday__list__img .gallery-list li:last-child {
    padding-left: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .p-flowoftheday__list__img .gallery-list li:first-child {
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.p-flowoftheday__list__img .gallery-list li img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .p-flowoftheday__list__img .gallery-list li img {
    width: 100%;
  }
}

.p-blog .c-subTitle__list__title .inner {
  max-width: 300px;
}
.p-blog .tarm .inner {
  max-width: 500px;
}
.p-blog .tarm h1 {
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-blog .aioseo-breadcrumbs span:nth-child(4), .p-blog .aioseo-breadcrumbs span:nth-child(5) {
  display: none;
}
.p-blog__inner {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .p-blog__inner {
    display: block;
  }
}
.p-blog__inner__right {
  width: 32%;
  padding-left: 8%;
}
@media screen and (max-width: 1024px) {
  .p-blog__inner__right {
    width: 100%;
    padding-left: 0%;
  }
}
.p-blog__inner__right__inner {
  background: #FDFAF8;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .p-blog__inner__right__inner {
    padding: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .p-blog__inner__right__inner {
    margin-bottom: 40px;
    padding: 10px 20px;
  }
}
.p-blog__inner__right__inner .ico {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.p-blog__inner__right__inner h2 {
  color: #569dd6;
  text-align: center;
  border-bottom: 2px solid #569dd6;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-blog__inner__right__inner h2 {
    padding-bottom: 0px;
    border-bottom: 0;
    cursor: pointer;
  }
}
.p-blog__inner__right__inner h2 .arrowMini {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-blog__inner__right__inner h2 .arrowMini {
    display: flex;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-blog__inner__right__inner h2 .arrowMini {
    width: 20px;
    height: 20px;
  }
}
.p-blog__inner__right__inner h2 .arrowMini svg {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: rotate(90deg);
}
.p-blog__inner__right__inner h2.active .arrowMini svg {
  transform: rotate(-90deg);
}
.p-blog__inner__right__inner ul {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-blog__inner__right__inner ul {
    display: none;
  }
}
.p-blog__inner__right__inner ul li a {
  padding: 4px 10px;
  border-radius: 20px;
  display: block;
}
.p-blog__inner__right__inner ul li a:hover {
  background: #fbf2f5;
}
.p-blog__inner__left {
  width: 68%;
}
@media screen and (max-width: 1024px) {
  .p-blog__inner__left {
    width: 100%;
  }
}
.p-blog .blogList {
  align-items: stretch;
}
.p-blog .blogList li {
  margin-bottom: 6%;
}
.p-blog .blogList li:nth-last-child(2), .p-blog .blogList li:last-child {
  margin-bottom: 0;
}
.p-blog .blogList .thum {
  margin-bottom: 20px;
  height: 240px;
}
@media screen and (max-width: 1200px) {
  .p-blog .blogList .thum {
    height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .p-blog .blogList .thum {
    margin-bottom: 10px;
    height: 220px;
  }
}
@media screen and (max-width: 640px) {
  .p-blog .blogList .thum {
    height: 120px;
  }
}
.p-blog .blogList .thum::before {
  background: rgba(86, 157, 214, 0.6) url(../img/hover-ico.svg) no-repeat center center/120px;
}
.p-blog .blogList .thum img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
  margin: auto;
}
.p-blog .blogList .about {
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .p-blog .blogList .about {
    padding: 0 8px;
  }
}
.p-blog .blogList .about time {
  display: inline;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .p-blog .blogList .about time {
    display: block;
    margin-bottom: 10px;
  }
}
.p-blog .blogList .about .f-textS {
  line-height: 1.8;
  margin-top: 8px;
}
.p-blog .blogList .about .cat {
  padding: 5px;
  display: inline;
  background: #d1ecf8;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .p-blog .blogList .about .cat {
    padding: 2px 5px;
    margin-left: 0px;
  }
}

.blogLink .c-arrowBtn {
  margin: 40px auto 0;
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .blogLink .c-arrowBtn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .blogLink .c-arrowBtn {
    margin: 10px auto 0;
    width: 120px;
  }
}
.blogLink .thum {
  background: transparent;
}
.blogLink .thum img {
  width: 100%;
}
.blogLink ul li:nth-child(odd) {
  margin-top: 20px;
}
.blogLink .f-headingS {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .blogLink .f-headingS {
    margin-bottom: 10px;
  }
}
.blogLink .blogTitle .ico {
  width: 30px;
  margin: auto;
  display: block;
}
.blogLink .blogTitle .title {
  width: 130px;
  display: block;
  margin: 10px auto 40px;
}

@media screen and (max-width: 1024px) {
  .p-blogSingle .contents {
    padding-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .p-blogSingle .contents {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-blogSingle .p-blog__inner__right {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .p-blogSingle .p-blog__inner__right {
    margin-top: 40px;
  }
}
.p-blogSingle .p-blog__inner__right li a {
  line-height: 1.8;
  padding: 4px 10px 4px 16px;
  background: url(../img/ico-arrow-right.svg) no-repeat left center/4px;
}
.p-blogSingle .p-blog__inner {
  flex-direction: unset;
}
.p-blogSingle__title {
  margin-top: 250px;
}
@media screen and (max-width: 1024px) {
  .p-blogSingle__title {
    margin-top: 150px;
  }
}
@media screen and (max-width: 640px) {
  .p-blogSingle__title {
    margin-top: 80px;
  }
}
.p-blogSingle__title__inner {
  border-bottom: 2px dotted #b8b8b8;
}
.p-blogSingle__title__inner .breadcrumbs {
  text-align: right;
  padding: 80px 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-blogSingle__title__inner .breadcrumbs {
    padding: 50px 0 20px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .p-blogSingle__title__inner .breadcrumbs {
    padding: 30px 0 16px;
  }
}
.p-blogSingle__title__inner h1 {
  margin-top: 20px;
}
.p-blogSingle__title__inner time {
  display: inline;
  margin-right: 5px;
}
.p-blogSingle__title__inner .cat {
  padding: 5px;
  display: inline;
  background: #d1ecf8;
}

.sliderBlog.blogList li {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .sliderBlog.blogList .thum {
    height: 200px !important;
  }
}
@media screen and (max-width: 1080px) {
  .sliderBlog.blogList .thum {
    height: 160px !important;
  }
}
@media screen and (max-width: 1024px) {
  .sliderBlog.blogList time {
    display: inline !important;
    margin-right: 5px !important;
    margin-bottom: 0px !important;
  }
}

.p-topics .aioseo-breadcrumbs span:nth-child(4), .p-topics .aioseo-breadcrumbs span:nth-child(5) {
  display: none;
}
.p-topics .year .inner {
  max-width: 300px;
}
.p-topics .p-blog__inner__right h2 {
  color: #ed85a0;
  border-bottom: 2px solid #ed85a0;
}
@media screen and (max-width: 1024px) {
  .p-topics .p-blog__inner__right h2 {
    border-bottom: 0;
  }
}
.p-topics .p-blog__inner__right .date {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-topics .p-blog__inner__right .date {
    display: none;
  }
}
.p-topics .p-blog__inner__right .date li {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-topics .p-blog__inner__right .date li {
    width: 100%;
  }
}
.p-topics .p-blog__inner__right .catCont {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-topics .p-blog__inner__right .catCont {
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .p-topics .p-blog__inner__right .catCont {
    margin-bottom: 20px;
  }
}
.p-topics .p-blog__inner__right .dateCont {
  padding-top: 0;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1024px) {
  .p-topics .p-blog__inner__right .dateCont {
    padding-top: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .p-topics .p-blog__inner__right .dateCont {
    padding-top: 10px;
  }
}
.p-topics__list li:first-child {
  border-top: 2px dotted #b8b8b8;
}
.p-topics__list li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 2px dotted #b8b8b8;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .p-topics__list li a {
    align-items: center;
    padding: 20px 0px;
  }
}
.p-topics__list li a:hover {
  background: #f8e4e6;
}
@media screen and (max-width: 640px) {
  .p-topics__list li a .info {
    width: 65%;
    padding-right: 20px;
  }
}
.p-topics__list li a .thum {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .p-topics__list li a .thum {
    width: 80px;
    height: 80px;
  }
}
.p-topics__list li a .thum img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.p-topics__list li a h2 {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .p-topics__list li a h2 {
    line-height: 1.7;
  }
}
.p-topics__list li a .cat {
  padding: 5px;
  display: inline;
  background: #fff5c4;
  margin-left: 5px;
  color: #444444;
}

.p-topicsSingle .cat {
  background: #fff5c4;
  color: #444444;
}
.p-topicsSingle .post-body a {
  color: #ed85a0;
  border-bottom: 1px solid #ed85a0;
}

.p-message .c-nomalTitle .my_svg {
  fill: #444444;
}
.p-message__inner .massageList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-message__inner .massageList {
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .p-message__inner .massageList {
    display: block;
  }
}
.p-message__inner .massageList .coment {
  width: 60%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .p-message__inner .massageList .coment {
    width: 100%;
  }
}
.p-message__inner .massageList .coment .f-textL {
  line-height: 2.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .p-message__inner .massageList .coment .f-textL {
    line-height: 2.4;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .p-message__inner .massageList .coment .f-textL {
    line-height: 2.2;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 640px) {
  .p-message__inner .massageList .imgCont {
    position: relative;
  }
}
.p-message__inner .massageList .imgCont .parts {
  position: absolute;
  width: 130px;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-message__inner .massageList .imgCont .parts {
    width: 110px;
  }
}
@media screen and (max-width: 640px) {
  .p-message__inner .massageList .imgCont .parts {
    width: 80px;
  }
}
.p-message__inner .massageList .imgCont {
  width: 40%;
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .p-message__inner .massageList .imgCont {
    width: 100%;
    padding-top: 60px;
  }
}
.p-message__inner .massageList li h2 span {
  font-size: 0;
}
.p-message__inner .massageList li h2 .catch {
  display: block;
  height: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-message__inner .massageList li h2 .catch {
    height: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-message__inner .massageList li h2 .catch {
    margin: 0 auto 30px;
  }
}
.p-message__inner .massageList li h2 .catch .st0 {
  fill: #444444;
}
.p-message__inner .massageList li .back {
  position: absolute;
  z-index: 1;
  width: 660px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-message__inner .massageList li .back {
    width: 600px;
  }
}
@media screen and (max-width: 640px) {
  .p-message__inner .massageList li .back {
    width: 400px;
  }
}
.p-message__inner .massageList li .image {
  width: 100%;
  margin: auto;
  max-width: 340px;
  display: block;
  position: relative;
  border-radius: 20px;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .p-message__inner .massageList li .image {
    max-width: 240px;
  }
}
.p-message__inner__message {
  max-width: 1080px;
  margin: auto;
  position: relative;
  overflow: visible;
}
.p-message__inner .message1 {
  padding: 80px 0 200px;
}
@media screen and (max-width: 640px) {
  .p-message__inner .message1 {
    padding: 0px 0 100px;
  }
}
.p-message__inner .message1 .parts1 {
  top: -80px;
  right: 80px;
}
@media screen and (max-width: 640px) {
  .p-message__inner .message1 .parts1 {
    top: 40px;
    right: 80px;
  }
}
.p-message__inner .message1 .back {
  right: -80px;
  top: -150px;
}
@media screen and (max-width: 640px) {
  .p-message__inner .message1 .back {
    right: 0px;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -80px;
  }
}
.p-message__inner .message1 .coment {
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .p-message__inner .message1 .coment {
    padding-right: 50px;
  }
}
@media screen and (max-width: 640px) {
  .p-message__inner .message1 .coment {
    padding-right: 0px;
  }
}
.p-message__inner .message2 .parts2 {
  top: 40px;
  left: 100px;
}
@media screen and (max-width: 1024px) {
  .p-message__inner .message2 .parts2 {
    top: -40px;
  }
}
@media screen and (max-width: 640px) {
  .p-message__inner .message2 .parts2 {
    top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .p-message__inner .message2 .pcCatch {
    display: none !important;
  }
}
.p-message__inner .message2 .spCatch {
  display: none;
  fill: #444444;
}
.p-message__inner .message2 .spCatch .st0 {
  fill: #444444;
}
@media screen and (max-width: 640px) {
  .p-message__inner .message2 .spCatch {
    display: block;
    height: 73px;
    margin: 0 auto 30px;
  }
}
.p-message__inner .message2 .parts3 {
  bottom: 60px;
  left: 230px;
}
@media screen and (max-width: 640px) {
  .p-message__inner .message2 .parts3 {
    bottom: -20px;
  }
}
.p-message__inner .message2 .massageList {
  flex-direction: row-reverse;
}
.p-message__inner .message2 .massageList .back {
  left: -100px;
  top: -100px;
}
@media screen and (max-width: 640px) {
  .p-message__inner .message2 .massageList .back {
    left: 0px;
    right: 0;
    top: 0px;
    margin: auto;
  }
}
.p-message__inner .message2 .massageList .coment {
  padding-left: 70px;
}
@media screen and (max-width: 1024px) {
  .p-message__inner .message2 .massageList .coment {
    padding-left: 50px;
  }
}
@media screen and (max-width: 640px) {
  .p-message__inner .message2 .massageList .coment {
    padding-left: 0px;
  }
}

.p-training .l-beige__inner {
  background: #f8e4e6;
}
.p-training .c-dotTitle {
  float: left;
  top: 120px;
  position: sticky;
}
@media screen and (max-width: 1024px) {
  .p-training .c-dotTitle {
    position: relative;
    top: auto;
    float: none;
    margin: 80px auto 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-training .c-dotTitle {
    margin: 60px auto 30px;
  }
}
.p-training .l-innerWrap--1080 {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .p-training .l-innerWrap--1080 {
    overflow: hidden;
  }
}
.p-training .l-innerWrap--1080 .u-column2 li {
  width: 47.5%;
}
.p-training .l-innerWrap--1080 .u-column2,
.p-training .l-innerWrap--1080 .u-column3 {
  align-items: stretch;
}
@media screen and (max-width: 640px) {
  .p-training .l-innerWrap--1080 .u-column2,
  .p-training .l-innerWrap--1080 .u-column3 {
    display: block;
  }
}
.p-training .l-innerWrap--1080 .u-column2 li,
.p-training .l-innerWrap--1080 .u-column3 li {
  margin-bottom: 5%;
}
@media screen and (max-width: 640px) {
  .p-training .l-innerWrap--1080 .u-column2 li,
  .p-training .l-innerWrap--1080 .u-column3 li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-training .l-innerWrap--1080 .u-column2 li:first-child,
  .p-training .l-innerWrap--1080 .u-column3 li:first-child {
    margin-bottom: 5%;
  }
}
.p-training .l-innerWrap--1080 .u-column2 li ol li,
.p-training .l-innerWrap--1080 .u-column2 li ul li,
.p-training .l-innerWrap--1080 .u-column3 li ol li,
.p-training .l-innerWrap--1080 .u-column3 li ul li {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .p-training .l-innerWrap--1080 .u-column2 li ol li:first-child,
  .p-training .l-innerWrap--1080 .u-column2 li ul li:first-child,
  .p-training .l-innerWrap--1080 .u-column3 li ol li:first-child,
  .p-training .l-innerWrap--1080 .u-column3 li ul li:first-child {
    margin-bottom: 0%;
  }
}
.p-training .l-innerWrap--1080 .u-column2 li ol,
.p-training .l-innerWrap--1080 .u-column3 li ol {
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 1080px) {
  .p-training .l-innerWrap--1080 .u-column2 li ol,
  .p-training .l-innerWrap--1080 .u-column3 li ol {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-training .l-innerWrap--1080 .u-column2 li ol,
  .p-training .l-innerWrap--1080 .u-column3 li ol {
    padding: 0;
  }
}
.p-training .l-innerWrap--1080 .u-column2 li ol span,
.p-training .l-innerWrap--1080 .u-column3 li ol span {
  margin-right: 5px;
}
.p-training .l-innerWrap--1080 .u-column2 li ul li,
.p-training .l-innerWrap--1080 .u-column3 li ul li {
  position: relative;
  padding-left: 12px;
}
.p-training .l-innerWrap--1080 .u-column2 li ul li::before,
.p-training .l-innerWrap--1080 .u-column3 li ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #569dd6;
  top: 12px;
  position: absolute;
  left: 0;
}
.p-training .l-innerWrap--1080 .u-column2 .paragraph,
.p-training .l-innerWrap--1080 .u-column3 .paragraph {
  background: #ffffff;
  padding: 20px 40px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .p-training .l-innerWrap--1080 .u-column2 .paragraph,
  .p-training .l-innerWrap--1080 .u-column3 .paragraph {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-training .l-innerWrap--1080 .u-column2 .paragraph,
  .p-training .l-innerWrap--1080 .u-column3 .paragraph {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-training .l-innerWrap--1080 .u-column2 .paragraph,
  .p-training .l-innerWrap--1080 .u-column3 .paragraph {
    padding: 20px;
  }
}
.p-training .l-innerWrap--1080 .u-column2 .paragraph .trainingList,
.p-training .l-innerWrap--1080 .u-column3 .paragraph .trainingList {
  text-align: left;
  border-top: 2px dotted #b8b8b8;
  padding-top: 10px;
  margin-top: 10px;
}
.p-training .l-innerWrap--1080 .u-column3 {
  align-items: stretch;
}
.p-training .l-innerWrap--1080 .u-column3 li {
  margin-bottom: 0%;
}
@media screen and (max-width: 1024px) {
  .p-training .l-innerWrap--1080 .u-column3 li:last-child {
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-training .l-innerWrap--1080 .u-column3 li ul li:last-child {
    margin: 0 0 0 4px;
  }
}
@media screen and (max-width: 640px) {
  .p-training .l-innerWrap--1080 .u-column3 .last {
    margin: 5% 0 auto 0 !important;
  }
}
.p-training .l-innerWrap--1080 .u-column3 .paragraph {
  padding: 20px 26px;
}
@media screen and (max-width: 640px) {
  .p-training .l-innerWrap--1080 .u-column3 .paragraph {
    padding: 20px;
  }
}
.p-training__right {
  width: 70%;
  margin: 100px 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-training__right {
    width: 100%;
    margin: 0px 0 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .p-training__right .spMargin {
    margin-top: 60px;
  }
}
.p-training__right .ico {
  width: 40px;
  display: block;
  margin: auto;
}
.p-training__right .firstCont {
  width: 100% !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-training__right .firstCont {
    margin-bottom: 5% !important;
  }
}
@media screen and (max-width: 640px) {
  .p-training__right .firstCont {
    display: block;
  }
}
.p-training__right .firstCont .right,
.p-training__right .firstCont .left {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .p-training__right .firstCont .right,
  .p-training__right .firstCont .left {
    width: 100%;
  }
}
.p-training__business .c-dotTitle {
  width: 178px;
}
@media screen and (max-width: 640px) {
  .p-training__business .c-dotTitle {
    width: 130px;
  }
}
.p-training__business li {
  position: relative;
  padding: 30px 0 30px 70px;
  border-bottom: 2px dotted #b8b8b8;
}
.p-training__business li:first-child {
  border-top: 2px dotted #b8b8b8;
}
.p-training__business li .icoCircle {
  top: 50%;
  transform: translate(0%, -50%);
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  background: #ffffff;
}

.p-welfare .c-dotTitle {
  width: 420px;
  position: relative;
  margin: 60px auto;
  text-align: center;
  top: auto;
  float: none;
}
@media screen and (max-width: 640px) {
  .p-welfare .c-dotTitle {
    width: 320px;
    margin: 50px auto 30px;
  }
}
.p-welfare .ico {
  width: 200px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .p-welfare .ico {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .p-welfare .l-innerWrap--1080 .u-column2 li {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 640px) {
  .p-welfare .l-innerWrap--1080 .u-column2 li {
    width: 100%;
  }
}
.p-welfare .l-innerWrap--1080 .u-column2 .list3 {
  width: 30% !important;
  margin-right: 5%;
}
@media screen and (max-width: 640px) {
  .p-welfare .l-innerWrap--1080 .u-column2 .list3 {
    width: 100% !important;
    margin-right: 0;
  }
}
.p-welfare .l-innerWrap--1080 .u-column2 .list3.last {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .p-welfare .l-innerWrap--1080 .u-column2 .w100 {
    width: 100%;
  }
}
.p-welfare .l-innerWrap--1080 .u-column2 .twoBlock {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-welfare .l-innerWrap--1080 .u-column2 .twoBlock {
    width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
  }
}
@media screen and (max-width: 1024px) {
  .p-welfare .l-innerWrap--1080 .u-column2 .twoBlock .top {
    width: 47.5%;
    margin-bottom: 0;
  }
}
.p-welfare .l-innerWrap--1080 .u-column2 .twoBlock .bottom {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-welfare .l-innerWrap--1080 .u-column2 .twoBlock .bottom {
    width: 47.5%;
    position: relative;
    bottom: auto;
  }
}

.p-company {
  margin-bottom: 100px;
}
.p-company__inner iframe {
  display: block;
  width: 100%;
  border: 0;
  height: 360px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .p-company__inner iframe {
    margin-top: 20px;
  }
}
.p-company__inner__opinions {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 5px;
  margin-top: 60px;
  text-align: center;
}
.p-company__inner__opinions .c-arrowBtn {
  width: 220px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .p-company__inner__opinions .c-arrowBtn {
    width: 180px;
  }
}

.p-intern__inner {
  text-align: center;
}
.p-intern__inner .f-headingS {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .p-intern__inner .f-headingS {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.p-intern__inner .f-textN {
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-intern__inner .f-textN {
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
.p-intern__inner .yellowLine {
  display: block;
  line-height: 1;
  margin: 10px auto;
  max-width: 710px;
  background: linear-gradient(transparent 70%, #fbc70d 0%);
}
.p-intern__inner .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-intern__inner .sp {
    display: inline-block;
    margin: auto;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .p-intern__inner .pc {
    display: none;
  }
}
.p-intern .l-beige {
  margin-top: 60px;
}
.p-intern .l-beige .f-textL {
  position: relative;
  text-align: center;
  width: 300px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .p-intern .l-beige .f-textL {
    width: 260px;
    padding-top: 10px;
  }
}
.p-intern .l-beige .f-textL .coment {
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
}
.p-intern .l-beige .f-textL .comentRight {
  right: 0;
  transform: scale(-1, 1);
}
.p-intern .l-beige__inner {
  padding: 40px 0px;
}
@media screen and (max-width: 640px) {
  .p-intern .l-beige__inner .u-column2 {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .p-intern .l-beige__inner .u-column2 li {
    width: 100%;
  }
}
.p-intern .l-beige__inner .u-column2 .c-contactBtn {
  width: 100%;
}
.p-intern .l-beige__inner .u-column2 .c-contactBtn .ico {
  width: 28px;
  left: auto;
  top: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.p-intern .l-beige__inner .u-column2 .left {
  border: 3px solid #9bc83a;
  background: #ffffff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.p-intern .l-beige__inner .u-column2 .left .ico .st0 {
  fill: #9bc83a;
}
.p-intern .l-beige__inner .u-column2 .left:hover {
  background: #9bc83a;
}
.p-intern .l-beige__inner .u-column2 .left:hover .ico .st0 {
  fill: #ffffff;
}
.p-intern .l-beige__inner .u-column2 .right {
  border: 3px solid transparent;
  background: #9bc83a;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .p-intern .l-beige__inner .u-column2 .right {
    margin-top: 20px;
  }
}
.p-intern .l-beige__inner .u-column2 .right .ico .st0 {
  fill: #ffffff;
}
.p-intern .l-beige__inner .u-column2 .right:hover {
  border: 3px solid #9bc83a;
  background: #ffffff;
}
.p-intern .l-beige__inner .u-column2 .right:hover .ico .st0 {
  fill: #9bc83a;
}

.playIco {
  bottom: -20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  background: #ffffff;
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  z-index: 3;
  border: 2px solid #9bc83a;
}
@media screen and (max-width: 640px) {
  .playIco {
    right: 10px;
  }
}
.playIco__inner {
  display: block;
}
.playIco__inner img {
  width: 12px !important;
  margin: 0 auto;
  display: block;
}
.playIco__inner p {
  text-align: center;
}

.thum:hover + .playIco {
  background: #e3edc3;
  border: 2px solid #e3edc3;
}

.p-movie {
  margin-bottom: 100px;
}
.p-movie__main {
  overflow: visible;
  position: relative;
  margin: 0 auto 100px;
}
@media screen and (max-width: 640px) {
  .p-movie__main {
    padding-top: 80px;
  }
}
.p-movie__main .coment {
  width: 280px;
  position: absolute;
  left: 0;
  top: -60px;
}
@media screen and (max-width: 640px) {
  .p-movie__main .coment {
    left: 20px;
    width: 230px;
    top: -40px;
  }
}
.p-movie__main .coment p {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 50px 0 40px;
}
@media screen and (max-width: 640px) {
  .p-movie__main .coment p {
    padding: 40px 0 40px;
  }
}
.p-movie__main .coment .fuki {
  width: 100%;
  position: absolute;
  display: block;
  z-index: 1;
}
.p-movie__main .playIco {
  right: 40px;
  bottom: -20px;
}
.p-movie .thum::before {
  content: " ";
  background: rgba(155, 200, 58, 0.6) url(../img/hover-ico.svg) no-repeat center center/120px;
}
.p-movie .movieInner {
  display: none;
}
.p-movie .white {
  margin: 80px 0;
}
@media screen and (max-width: 1440px) {
  .p-movie .white {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-movie .white {
    margin: 60px 0px;
  }
}
@media screen and (max-width: 640px) {
  .p-movie .white {
    margin: 40px 0px;
    padding: 0;
  }
}
.p-movie .l-innerWrap--1080 {
  overflow: visible;
}
.p-movie .u-column3 {
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-movie .u-column3 {
    justify-content: space-between;
  }
}
.p-movie .u-column3 li {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .p-movie .u-column3 li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-movie .u-column3 li:first-child {
    width: 100%;
  }
}
.p-movie .u-column3 li a {
  position: relative;
  display: block;
}
.p-movie .u-column3 li a .movieThum {
  height: 210px;
}
@media screen and (max-width: 1024px) {
  .p-movie .u-column3 li a .movieThum {
    height: 180px;
  }
}
@media screen and (max-width: 640px) {
  .p-movie .u-column3 li a .movieThum {
    height: 120px;
  }
}
.p-movie .u-column3 li a .movieThum img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 640px) {
  .p-contact + .miniIco {
    display: none;
  }
}

.p-contact {
  margin-bottom: 100px;
}
.p-contact .l-beige__inner {
  background: #f8e4e6;
}
@media screen and (max-width: 640px) {
  .p-contact {
    margin-bottom: 0px;
  }
}
.p-contact .c-nomalTitle h1 {
  text-align: center;
  margin: 10px auto 40px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .p-contact .c-nomalTitle h1 {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .p-contact .c-nomalTitle h1 {
    font-size: 2rem;
    line-height: 2;
  }
}
.p-contact .c-nomalTitle .mainIco {
  width: 40px;
}
.p-contact .c-nomalTitle .mainIco .st0 {
  fill: #fbc70d;
}
.p-contact .lead {
  text-align: center;
  margin-bottom: 20px;
}
.p-contact .dotTable {
  margin-top: 60px;
}
.p-contact .dotTable th.required::after {
  content: "※";
  color: #ed85a0;
  font-size: 10px;
}
.p-contact .dotTable tr th, .p-contact .dotTable tr td {
  vertical-align: middle;
}
.p-contact .dotTable tr th {
  width: 25%;
}
@media screen and (max-width: 640px) {
  .p-contact .dotTable tr th {
    width: 100%;
  }
}
.p-contact .dotTable tr td {
  width: 75%;
}
@media screen and (max-width: 640px) {
  .p-contact .dotTable tr td {
    width: 100%;
  }
}
.p-contact .dotTable .name td {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-contact .dotTable .name td input {
  width: 47%;
}
.p-contact__privacy {
  height: 300px;
  margin: 60px auto 0;
  border: 1px solid #b8b8b8;
  padding: 10px 30px 20px 30px;
  overflow-x: hidden;
}
.p-contact__privacy .f-textL {
  text-align: center;
  margin: 20px auto 0;
}
.p-contact__privacy::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.p-contact__privacy::-webkit-scrollbar-track {
  background: #b8b8b8;
}
.p-contact__privacy::-webkit-scrollbar-thumb {
  background: #444444;
}

.p-entry .c-nomalTitle .mainIco .st0 {
  fill: #569dd6;
}
.p-entry .mw_wp_form input[type=submit] {
  background: #569dd6;
  color: #ffffff;
  border: 3px solid #569dd6;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.p-entry .mw_wp_form input[type=submit]:hover {
  background: #ffffff;
  color: #444444;
}

.p-corporation .c-nomalTitle .mainIco .st0 {
  fill: #9bc83a;
}
.p-corporation .mw_wp_form input[type=submit] {
  background: #9bc83a;
  border: 3px solid #9bc83a;
}
.p-corporation .mw_wp_form input[type=submit]:hover {
  background: #ffffff;
  color: #444444;
}

.p-thanks .breadcrumbs {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-thanks .f-textL {
    text-align: left;
  }
}
.p-thanks .info {
  margin-top: 20px;
}
.p-thanks .info .f-textS {
  line-height: 2;
}
.p-thanks__inner {
  margin-top: 40px;
}
.p-thanks .c-arrowBtn {
  width: 180px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .p-thanks .c-arrowBtn {
    width: 150px;
    margin: 30px auto 40px;
  }
}
.p-thanks {
  text-align: center;
  background: url(../img/left-back.svg) no-repeat left bottom/320px, url(../img/right-back.svg) no-repeat right bottom/320px;
}
@media screen and (max-width: 1200px) {
  .p-thanks {
    background: url(../img/left-back.svg) no-repeat left center/340px, url(../img/right-back.svg) no-repeat right center/340px;
  }
}
@media screen and (max-width: 1024px) {
  .p-thanks {
    background: url(../img/left-back.svg) no-repeat left center/200px, url(../img/right-back.svg) no-repeat right center/200px;
  }
}
@media screen and (max-width: 640px) {
  .p-thanks {
    padding-bottom: 40px;
    background: url(../img/left-back.svg) no-repeat left 40px/130px, url(../img/right-back.svg) no-repeat right 40px/130px;
  }
}

.p-school .aioseo-breadcrumbs span:nth-child(4), .p-school .aioseo-breadcrumbs span:nth-child(5) {
  display: none;
}
.p-school .p-sub__link ul li:first-child a {
  border: 2px solid transparent;
  border-bottom: 2px solid #b8b8b8;
}
.p-school .p-sub__link ul li:first-child a:hover {
  background: #ed85a0;
  border: 2px solid #ed85a0;
}
@media screen and (max-width: 640px) {
  .p-school .p-sub__link {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .p-school .p-sub__link ul li {
    width: 22.75%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .p-school .p-sub__link ul li:last-child {
    margin-right: 0%;
  }
}
.p-school__inner .u-column4 li {
  background: #f8e4e6;
  display: block;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-school__inner .u-column4 li {
    padding: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .p-school__inner .u-column4 li:nth-child(4), .p-school__inner .u-column4 li:nth-child(8) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .p-school__inner .u-column4 li:nth-child(6), .p-school__inner .u-column4 li:nth-child(3), .p-school__inner .u-column4 li:nth-child(9), .p-school__inner .u-column4 li:nth-child(12) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 1200px) {
  .p-school__inner .u-column4 li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .p-school__inner .u-column4 li {
    width: 47.5%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .p-school__inner .u-column4 li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-school__inner .u-column4 li:nth-child(odd) {
    margin-right: 5%;
  }
}
.p-school__inner .u-column4 li .rec-ico {
  position: absolute;
  left: 10px;
  z-index: 2;
  top: 10px;
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  background: #ed85a0;
}
.p-school__inner .u-column4 li a {
  display: block;
}
.p-school__inner .u-column4 .c-hoverAction .thum {
  position: relative;
}
.p-school__inner .u-column4 .c-hoverAction .thum::before {
  content: "";
  border-radius: 10px;
}
.p-school__inner .u-column4 .c-hoverAction .thum img {
  display: block;
  border-radius: 10px;
  width: 100%;
}
.p-school__inner__about {
  padding: 10px 0 0;
}
.p-school__inner__about .f-textL {
  color: #ed85a0;
  text-align: center;
  border-bottom: 2px dotted #ed85a0;
  margin-bottom: 4px;
}
.p-school__inner__about .f-textN {
  text-align: center;
}
.p-school__inner__about .age-cat {
  width: 100%;
  margin-top: 10px;
  margin-right: 5% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-school__inner__about .age-cat li {
  margin-bottom: 0;
  border-radius: 0;
  background: #ffffff;
  text-align: center;
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .p-school__inner__about .age-cat li {
    margin-right: 5% !important;
    padding: 2px 0;
  }
}
.p-school__inner__about .age-cat li:nth-child(3) {
  margin-right: 0%;
}
@media screen and (max-width: 1024px) {
  .p-school__inner__about .age-cat li:nth-child(3) {
    margin-right: 0% !important;
  }
}
@media screen and (max-width: 640px) {
  .p-school__inner__about .age-cat li:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-school__inner__about .age-cat li:nth-child(2) {
    margin-right: 0% !important;
  }
}
@media screen and (max-width: 640px) {
  .p-school__inner__about .age-cat li:nth-child(3) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 640px) {
  .p-school__inner__about .age-cat li {
    width: 47.45%;
  }
}

.p-schoolSingle .bgWhite {
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle .bgWhite {
    padding: 20px;
  }
}
.p-schoolSingle .bgWhite .inner {
  background: #fdfaf8;
  padding: 100px 40px 40px 40px;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle .bgWhite .inner {
    padding: 150px 20px 20px 20px;
  }
}
.p-schoolSingle .bgWhite .inner table {
  max-width: 800px;
  margin: auto;
}
.p-schoolSingle .bgWhite .inner .dotTable tr:first-child {
  border-top: 0;
}
.p-schoolSingle .bgWhite .inner .dotTable tr:last-child {
  border-bottom: 0;
}
.p-schoolSingle .l-beige {
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle .l-beige {
    margin-top: 150px;
  }
}
@media screen and (max-width: 640px) {
  .p-schoolSingle .l-beige {
    margin-top: 100px;
  }
}
.p-schoolSingle .l-beige .l-beige__inner {
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle .l-beige .l-beige__inner {
    padding-top: 20px;
  }
}
.p-schoolSingle .c-nomalTitle {
  margin-top: 0;
}
.p-schoolSingle .c-nomalTitle img {
  display: block;
  margin: 40px auto -130px;
  max-width: 520px;
  width: 100%;
}
.p-schoolSingle .c-nomalTitle h1 {
  padding: 50px 0;
  background: url(../img/bg-parts.svg) no-repeat center center/120px;
  text-align: center;
  margin: 10px auto 0px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle .c-nomalTitle h1 {
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .p-schoolSingle .c-nomalTitle h1 {
    font-size: 2rem;
    line-height: 2;
  }
}
.p-schoolSingle .c-nomalTitle .breadcrumbs {
  margin: 0 auto;
}
.p-schoolSingle .c-nomalTitle .aioseo-breadcrumbs {
  text-align: center;
  margin: auto;
}
.p-schoolSingle .c-nomalTitle .aioseo-breadcrumbs span:nth-child(4), .p-schoolSingle .c-nomalTitle .aioseo-breadcrumbs span:nth-child(5) {
  display: none;
}
.p-schoolSingle .l-beige__inner {
  background: #f8e4e6;
}
.p-schoolSingle .p-schoolSingle__ttl {
  margin: 100px 0 50px;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle .p-schoolSingle__ttl {
    margin: 80px 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-schoolSingle .p-schoolSingle__ttl {
    margin: 80px 0 30px;
  }
}
.p-schoolSingle .p-schoolSingle__ttl .mini-ico {
  width: 30px;
  margin-right: 10px;
}
.p-schoolSingle .c-nomalTitle .l-beige__inner {
  border-radius: 0 20px 0 20px;
}
.p-schoolSingle .movieInner {
  display: none;
}
.p-schoolSingle__about .dotTable {
  width: 100%;
}
.p-schoolSingle__about .dotTable tr th {
  background: #FDFAF8;
  padding-left: 10px;
  width: 10%;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__about .dotTable tr th {
    width: 100%;
  }
}
.p-schoolSingle__about .dotTable tr td {
  width: 90%;
  padding-left: 10px;
  padding-right: 10px;
  background: #FDFAF8;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__about .dotTable tr td {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    background: transparent;
  }
}
.p-schoolSingle__about .dotTable tr td .smallTable {
  align-items: stretch;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__about .dotTable tr td .smallTable {
    display: block;
  }
}
.p-schoolSingle__about .dotTable tr td .smallTable li {
  text-align: center;
  width: 16.66%;
  border-right: 2px solid #b8b8b8;
  border-bottom: 2px solid #b8b8b8;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__about .dotTable tr td .smallTable li {
    width: 100%;
    border: 0;
  }
}
.p-schoolSingle__about .dotTable tr td .smallTable li:first-child {
  border-left: 2px solid #b8b8b8;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__about .dotTable tr td .smallTable li:first-child {
    border: 0;
  }
}
.p-schoolSingle__about .dotTable tr td .smallTable li p {
  padding: 5px 10px;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__about .dotTable tr td .smallTable li p {
    padding: 5px;
  }
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__about .dotTable tr td .smallTable li p {
    border: 0 !important;
  }
}
.p-schoolSingle__about .dotTable tr td .smallTable li p:first-child {
  border-top: 2px solid #b8b8b8;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__about .dotTable tr td .smallTable li p:first-child {
    background: #fbf2f5;
    padding: 0px 10px;
  }
}
.p-schoolSingle__about .dotTable tr td .smallTable li p:last-child {
  line-height: 1.8;
  border-top: 2px solid #b8b8b8;
}
.p-schoolSingle__about .dotTable tr td .price li {
  width: 25%;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__about .dotTable tr td .price li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__about .dotTable tr th,
  .p-schoolSingle__about .dotTable tr td {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__about .dotTable tr th {
    padding-top: 16px;
    margin-bottom: 5px;
    background: transparent;
  }
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__about .dotTable tr td {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__about .dotTable .dotTable,
  .p-schoolSingle__about .dotTable tbody,
  .p-schoolSingle__about .dotTable tr,
  .p-schoolSingle__about .dotTable td,
  .p-schoolSingle__about .dotTable th {
    display: block;
    width: 100%;
  }
}
.p-schoolSingle__about__map {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__about__map .u-column2 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__about__map .u-column2 li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__about__map .u-column2 li .u-mb20 {
    margin-bottom: 20px;
  }
}
.p-schoolSingle__about__map .u-column2 li:first-child iframe {
  display: block;
  width: 100%;
  height: 320px;
}
.p-schoolSingle__about__map .u-column2 li:last-child {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__about__map .u-column2 li:last-child {
    margin-top: 30px;
  }
}
.p-schoolSingle__about__map .u-column2 li:last-child h2 {
  margin-bottom: 5px;
  color: #569dd6;
}
.p-schoolSingle__about__map .u-column2 li:last-child .dot {
  border-bottom: 2px dotted #569dd6;
}
.p-schoolSingle__gallery .thum img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-schoolSingle__gallery h2 {
  vertical-align: middle;
}
.p-schoolSingle__gallery svg {
  vertical-align: middle;
}
.p-schoolSingle__gallery svg .st0 {
  fill: #ed85a0;
}
.p-schoolSingle__movie {
  margin-bottom: 0;
}
.p-schoolSingle__movie .u-column2 li {
  margin-bottom: 6%;
}
.p-schoolSingle__movie .u-column2 li a {
  display: block;
  position: relative;
}
.p-schoolSingle__movie .u-column2 li a .movieThum {
  height: 300px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__movie .u-column2 li a .movieThum {
    height: 180px;
  }
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__movie .u-column2 li a .movieThum {
    height: 100px;
  }
}
.p-schoolSingle__movie .u-column2 li a .movieThum img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__movie .u-column2 li a .movieThum img {
    border-radius: 5px;
  }
}
.p-schoolSingle__insta {
  margin: 100px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__insta {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__insta {
    margin: 60px 0 0;
  }
}
.p-schoolSingle__insta .swiper-wrapper {
  transition-timing-function: linear;
}
.p-schoolSingle__insta .swiper-wrapper img {
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__insta .swiper-wrapper img {
    border-radius: 5px;
  }
}
.p-schoolSingle__insta__title {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle__insta__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__insta__title {
    margin-bottom: 30px;
  }
}
.p-schoolSingle__insta__title .icoInsta {
  position: absolute;
  left: 0;
  top: 0;
}
.p-schoolSingle__insta__title p {
  padding-left: 50px;
}
.p-schoolSingle__insta__title ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__insta__title ul {
    display: block;
  }
}
.p-schoolSingle__insta__title ul li {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__insta__title ul li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-schoolSingle__insta__title ul li:first-child {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-schoolSingle__insta__title ul li:first-child svg,
.p-schoolSingle__insta__title ul li:first-child p {
  display: inline;
  vertical-align: middle;
}
.p-schoolSingle__insta__title ul li:first-child svg {
  margin-right: 10px;
}
.p-schoolSingle__insta__title .c-arrowBtn {
  width: auto;
  border-bottom: 2px solid #b8b8b8;
}
.p-schoolSingle__insta__title .c-arrowBtn .arrow span {
  border: 0;
}
.p-schoolSingle__insta__title .c-arrowBtn .arrow span svg {
  width: 40px;
  fill: #444444;
}
.p-schoolSingle__insta__title .c-arrowBtn .arrow span svg .st0 {
  fill: #444444;
}
.p-schoolSingle__insta__title .icoInsta {
  width: 40px;
}
.p-schoolSingle__insta__title .icoInsta .st0 {
  fill: #444444;
}
.p-schoolSingle #contact h2 {
  padding: 150px 0 40px;
  text-align: center;
}
.p-schoolSingle #contact .mw_wp_form .mwform-checkbox-field-text {
  margin-top: 10px;
}
.p-schoolSingle #contact .mw_wp_form ul {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle #contact .mw_wp_form ul {
    display: block;
  }
}
.p-schoolSingle #contact .mw_wp_form ul input,
.p-schoolSingle #contact .mw_wp_form ul select {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle #contact .mw_wp_form ul input,
  .p-schoolSingle #contact .mw_wp_form ul select {
    width: 100%;
  }
}
.p-schoolSingle #contact .mw_wp_form ul:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-schoolSingle #contact .mw_wp_form ul li {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .p-schoolSingle #contact .mw_wp_form ul li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.p-schoolSingle #contact .mw_wp_form ul li:first-child {
  margin-top: 20px;
}
.p-schoolSingle #contact .mw_wp_form .kengaku ul {
  align-items: center;
  margin: 0 !important;
}
.p-schoolSingle #contact .mw_wp_form .kengaku ul li:first-child {
  margin-top: 0;
}

.p-interview {
  margin-bottom: 100px;
}
.p-interview__inner .catch {
  width: 662px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  .p-interview__inner .catch {
    width: 320px;
    margin: 0 auto 30px;
  }
}
.p-interview__inner .catch span {
  font-size: 0;
}
.p-interview__inner .catch svg {
  display: block;
  fill: #444444;
}
.p-interview__inner .catch svg .st0 {
  fill: #444444;
}
@media screen and (max-width: 640px) {
  .p-interview__inner .catch .pcCatch {
    display: none;
  }
}
.p-interview__inner .catch .spCatch {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-interview__inner .catch .spCatch {
    display: block;
  }
}
.p-interview__inner .lead {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-interview__inner .lead {
    text-align: left;
  }
}
.p-interview__inner .lead .f-textL {
  line-height: 2.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .p-interview__inner .lead .f-textL {
    line-height: 2.4;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .p-interview__inner .lead .f-textL {
    line-height: 2.2;
    letter-spacing: 0.08em;
  }
}
.p-interview__inner__list {
  text-align: center;
  margin-top: 100px;
}
.p-interview__inner__list .c-hoverAction .thum::before {
  border-radius: 50%;
  width: 280px;
  height: 280px;
  background: rgba(86, 157, 214, 0.6) url(../img/hover-ico.svg) no-repeat center center/120px;
}
@media screen and (max-width: 1024px) {
  .p-interview__inner__list .c-hoverAction .thum::before {
    width: auto;
    height: auto;
  }
}
.p-interview__inner__list .thum {
  position: relative;
}
.p-interview__inner__list .thum__inner {
  width: 280px;
  height: 280px;
  margin: auto;
  background: #e2f2f9;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-interview__inner__list .thum__inner {
    width: auto;
    height: auto;
  }
}
.p-interview__inner__list .thum__inner img {
  text-align: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-interview__inner__list .thum__inner img {
    height: auto;
  }
}
.p-interview__inner__list .thum .b-lightblue {
  background: #e2f2f9;
}
.p-interview__inner__list .thum .b-blue {
  background: #dceaf6;
}
.p-interview__inner__list .thum .b-green {
  background: #eaf4d7;
}
.p-interview__inner__list .thum .b-pink {
  background: #fae6eb;
}
.p-interview__inner__list .thum .b-yellwo {
  background: #fdf3cf;
}
.p-interview__inner__list .about {
  margin: 20px auto 0;
  text-align: center;
}
.p-interview__inner__list .about h2 {
  margin: 5px auto 0;
}
.p-interview__inner__list .about .cat {
  padding: 5px;
  display: inline;
  margin: auto;
  background: #ffffff;
  text-align: center;
}

.p-interviewSingle {
  margin-bottom: -40px;
}
.p-interviewSingle__inner__list {
  display: flex;
}
@media screen and (max-width: 640px) {
  .p-interviewSingle__inner__list {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-interviewSingle__inner__list .thum__inner {
    width: 200px;
    height: 200px;
  }
}
.p-interviewSingle__inner__left {
  position: sticky;
  top: 50%;
  transform: translate(0%, -50%);
  height: 100%;
  width: 40%;
}
@media screen and (max-width: 640px) {
  .p-interviewSingle__inner__left {
    position: relative;
    width: auto;
    transform: unset;
    margin: 60px 0 30px;
    top: auto;
  }
}
.p-interviewSingle__inner__right {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-interviewSingle__inner__right {
    width: 100%;
  }
}
.p-interviewSingle__inner__right .back {
  width: auto;
  display: block;
  position: fixed;
  right: 58%;
  top: 0;
  height: 1440px;
}
@media screen and (max-width: 640px) {
  .p-interviewSingle__inner__right .back {
    display: none;
  }
}
.p-interviewSingle__inner__right .inner {
  max-width: 800px;
  margin: auto;
  padding: 200px 80px 200px 120px;
}
@media screen and (max-width: 1200px) {
  .p-interviewSingle__inner__right .inner {
    padding: 100px 80px 100px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p-interviewSingle__inner__right .inner {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 640px) {
  .p-interviewSingle__inner__right .inner {
    padding: 30px 30px 60px;
  }
}
.p-interviewSingle__inner__right .inner img {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.p-interviewSingle__inner__right .inner .name {
  margin-bottom: 5px;
}
.p-interviewSingle__inner__right .inner .catch {
  margin: 20px 0 40px;
}
.p-interviewSingle__inner__right .inner h3 {
  color: #569dd6;
  font-weight: 500;
  border-bottom: 2px solid #569dd6;
  padding-bottom: 16px;
  margin: 50px 0 16px;
}
.p-interviewSingle__inner__right .inner .mainIco {
  width: 50px;
}
@media screen and (max-width: 640px) {
  .p-interviewSingle__inner__right .inner .name,
  .p-interviewSingle__inner__right .inner .location,
  .p-interviewSingle__inner__right .inner .mainIco {
    text-align: center;
    margin: auto;
    display: block;
  }
}
.p-interviewSingle__inner__right {
  background: #FDFAF8;
}

.p-recruitment .c-nomalTitle svg {
  fill: #444444;
}
.p-recruitment .gridtab {
  display: flex;
  width: 100%;
}
.p-recruitment .gridtab--0 {
  width: calc((100% - 12px) / 3);
  margin: 0 2px;
  margin-bottom: 2px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-recruitment .gridtab--0 {
    width: 100%;
    margin: 0 0 2px;
  }
}
.p-recruitment .gridtab--0 .mainLink {
  display: block;
  position: absolute;
  left: 0;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-recruitment .tab-contents-item.show {
  display: block;
}
.p-recruitment .gridtab--0 > dt {
  border-width: 0;
  padding: 20px;
  z-index: 2;
  min-width: auto;
  position: relative;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-recruitment .gridtab--0 > dt {
    width: 100%;
    margin-right: 0px;
  }
}
.p-recruitment .gridtab--0 > dd {
  z-index: 3;
  position: relative;
  border-color: transparent;
  padding: 40px 0px;
  background: transparent;
  display: none;
}
.p-recruitment .dt + dd {
  width: 300%;
}
@media screen and (max-width: 1024px) {
  .p-recruitment .dt + dd {
    width: 100%;
  }
}
.p-recruitment dl:nth-child(2) dt + dd,
.p-recruitment dl:nth-child(5) dt + dd,
.p-recruitment dl:nth-child(8) dt + dd,
.p-recruitment dl:nth-child(11) dt + dd,
.p-recruitment dl:nth-child(14) dt + dd,
.p-recruitment dl:nth-child(17) dt + dd {
  margin-left: -100%;
}
@media screen and (max-width: 1024px) {
  .p-recruitment dl:nth-child(2) dt + dd,
  .p-recruitment dl:nth-child(5) dt + dd,
  .p-recruitment dl:nth-child(8) dt + dd,
  .p-recruitment dl:nth-child(11) dt + dd,
  .p-recruitment dl:nth-child(14) dt + dd,
  .p-recruitment dl:nth-child(17) dt + dd {
    margin-left: 0%;
  }
}
.p-recruitment dl:nth-child(3) dt + dd,
.p-recruitment dl:nth-child(6) dt + dd,
.p-recruitment dl:nth-child(9) dt + dd,
.p-recruitment dl:nth-child(12) dt + dd,
.p-recruitment dl:nth-child(15) dt + dd,
.p-recruitment dl:nth-child(18) dt + dd {
  margin-left: -200%;
}
@media screen and (max-width: 1024px) {
  .p-recruitment dl:nth-child(3) dt + dd,
  .p-recruitment dl:nth-child(6) dt + dd,
  .p-recruitment dl:nth-child(9) dt + dd,
  .p-recruitment dl:nth-child(12) dt + dd,
  .p-recruitment dl:nth-child(15) dt + dd,
  .p-recruitment dl:nth-child(18) dt + dd {
    margin-left: 0%;
  }
}
.p-recruitment .section.is-active {
  display: block;
}
.p-recruitment .arrow {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.p-recruitment .is-active .arrow {
  transform: rotate(-180deg);
}
.p-recruitment .c-arrowBtn .arrow {
  transform: rotate(0);
  top: 5px;
}
.p-recruitment dl .cat {
  padding: 3px 5px;
  border-radius: 2px;
  margin-right: 8px;
  background: #d1ecf8;
}
.p-recruitment dl .cat.new-graduate {
  background: #f8e4e6;
}
.p-recruitment dl dt {
  cursor: pointer;
  position: relative;
}
.p-recruitment dl dt .arrow {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 20px;
  width: 8px;
}
.p-recruitment dl dd .c-arrowBtn {
  width: 200px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .p-recruitment dl dd .c-arrowBtn {
    width: 170px;
  }
}
.p-recruitment dl dd .occupation {
  text-align: center;
}
.p-recruitment dl dd .occupation h2 {
  color: #569dd6;
  line-height: 1;
  margin: 10px auto 20px;
}
.p-recruitment dl dd .new-graduate.occupation h2 {
  color: #ed85a0;
}
.p-recruitment dl dd .dotTable th {
  width: 15%;
}
@media screen and (max-width: 640px) {
  .p-recruitment dl dd .dotTable th {
    width: 100%;
  }
}
.p-recruitment dl dd .dotTable td {
  width: 85%;
}
@media screen and (max-width: 640px) {
  .p-recruitment dl dd .dotTable td {
    width: 100%;
  }
}
.p-recruitment dl dd .welfare ul li {
  position: relative;
  padding-left: 12px;
}
.p-recruitment dl dd .welfare ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #569dd6;
  top: 12px;
  position: absolute;
  left: 0;
}
.p-recruitment dl dt.is-active {
  background: #d1ecf8 !important;
}
.p-recruitment dl dt.is-active .cat {
  background: #ffffff !important;
}
.p-recruitment dl dt.is-active.new-graduate {
  background: #f8e4e6 !important;
}

.p-recruitment-list .l-innerWrap--1080 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .p-recruitment-list .l-innerWrap--1080 {
    display: block;
  }
}
.p-recruitment-list .f-headingS {
  margin-bottom: 20px;
}
.p-recruitment-list__ursery {
  text-align: center;
  width: 48%;
  background: #ffffff;
  padding: 40px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-recruitment-list__ursery {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-recruitment-list__ursery {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.p-recruitment-list__ursery__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4%;
  width: 100%;
  border-bottom: 2px dotted #b8b8b8;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .p-recruitment-list__ursery__btn {
    display: block;
  }
}
.p-recruitment-list__ursery__btn .urseryBtn {
  display: block;
  width: 48%;
  margin-bottom: 4%;
  border: 2px solid #569dd6;
}
@media screen and (max-width: 640px) {
  .p-recruitment-list__ursery__btn .urseryBtn {
    width: 100%;
  }
}
.p-recruitment-list__ursery__btn .urseryBtn:hover {
  background: #c8e5f1;
  border: 2px solid #c8e5f1;
}
.p-recruitment-list__ursery__btn .urseryBtn:hover .f-caption {
  background: #ffffff;
}
.p-recruitment-list__ursery a.new {
  border: 2px solid #ed85a0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.p-recruitment-list__ursery a.new:hover {
  background: #f8e4e6;
  border: 2px solid #f8e4e6;
}
.p-recruitment-list__ursery a.new:hover .f-caption {
  background: #ffffff;
}
.p-recruitment-list__ursery .f-caption {
  padding: 5px 10px;
  background: #d1ecf8;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.p-recruitment-list__ursery .f-caption.new {
  background: #f8e4e6;
}
.p-recruitment-list__ursery .about {
  text-align: left;
}
.p-recruitment-list__ursery .about .f-textS {
  line-height: 1.9;
}
.p-recruitment-list__ursery .about .station {
  position: relative;
  margin: 10px 0;
}
.p-recruitment-list__ursery .about .station::before {
  content: "最寄駅";
  position: absolute;
}
@media screen and (max-width: 640px) {
  .p-recruitment-list__ursery .about .station::before {
    position: relative;
    display: block;
  }
}
.p-recruitment-list__ursery .about .station span {
  padding-left: 60px;
  display: block;
}
@media screen and (max-width: 640px) {
  .p-recruitment-list__ursery .about .station span {
    padding-left: 0px;
  }
}
.p-recruitment-list__ursery .about .mapBtn,
.p-recruitment-list__ursery .about .pageBtn {
  color: #569dd6;
  border-bottom: 1px solid #569dd6;
  padding-bottom: 4px;
}
.p-recruitment-list__ursery .about .mapBtn .ico,
.p-recruitment-list__ursery .about .pageBtn .ico {
  margin-right: 5px;
}
.p-recruitment-list__ursery .about .mapBtn .ico {
  width: 14px;
}
.p-recruitment-list__ursery .about .pageBtn {
  margin-left: 15px;
}
.p-recruitment-list__ursery .about .pageBtn .ico {
  width: 7px;
}
.p-recruitment-list__ursery .about .pageBtn .ico .st0 {
  fill: #569dd6;
}

@media screen and (max-width: 1024px) {
  .p-top .p-top__concept.contents {
    padding-top: 0;
  }
}
.p-top .insta .p-schoolSingle__insta {
  margin: 100px auto 0;
}
.p-top .insta .p-schoolSingle__insta__title {
  position: relative;
}
.p-top .insta .p-schoolSingle__insta__title .icoInsta {
  position: absolute;
  left: 0;
  top: 0;
}
.p-top .insta .p-schoolSingle__insta__title p {
  padding-left: 50px;
}
.p-top__topics .info {
  width: 80%;
}
.p-top__topics .pickUp {
  background: #ffffff;
  padding: 20px 30px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 20px;
  margin-top: 30px;
}
.p-top__topics .pickUp .f-headingS {
  position: absolute;
  top: -20px;
  letter-spacing: 0.05em;
  color: #ed85a0;
}
.p-top__topics .pickUp li:first-child {
  border-top: 0;
}
.p-top__topics .pickUp li:last-child a {
  border-bottom: 0;
}
.p-top__topics .time {
  vertical-align: middle;
  margin-right: 10px;
}
.p-top__topics h3 {
  margin-top: 0px;
  vertical-align: middle;
}
.p-top__topics .thum {
  width: 80px !important;
  height: 80px !important;
}
.p-top__topics__list {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-top__topics__list {
    display: block;
  }
}
.p-top__topics__list li a {
  padding: 10px;
}
.p-top__topics__list__left {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .p-top__topics__list__left {
    width: 100%;
    max-width: 600px;
    margin: auto;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .p-top__topics__list__left {
    max-width: 400px;
  }
}
.p-top__topics__list__left img {
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .p-top__topics__list__left img {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .p-top__topics__list__left .img1 {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .p-top__topics__list__left .img1 {
    margin: 20px 0 0 auto;
  }
}
.p-top__topics__list__left .img2 {
  margin: 20px 0 0 auto;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .p-top__topics__list__left .img2 {
    margin: 0px 100px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .p-top__topics__list__left .img2 {
    width: 180px;
  }
}
.p-top__topics__list__right {
  width: 70%;
  padding-left: 10%;
}
@media screen and (max-width: 1024px) {
  .p-top__topics__list__right {
    width: 100%;
    padding-left: 0%;
  }
}
.p-top__topics__list__right .c-topTitle {
  margin-bottom: 20px;
}
.p-top__topics__list__right .c-topTitle .miniIco,
.p-top__topics__list__right .c-topTitle .miniTtl {
  display: inline-block;
  vertical-align: middle;
}
.p-top__topics__list__right .c-topTitle .miniIco {
  margin-right: 10px;
}
.p-top__topics__list__right .c-topTitle svg .st0 {
  fill: #444444;
}
.p-top__topics__list__right .c-arrowBtn {
  width: 160px;
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top__topics__list__right .c-arrowBtn {
    width: 150px;
    margin: 30px auto;
  }
}
.p-top__concept .l-innerWrap--1440 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/left-back.svg) no-repeat left center/380px, url(../img/right-back.svg) no-repeat right center/380px;
}
@media screen and (max-width: 1200px) {
  .p-top__concept .l-innerWrap--1440 {
    background: url(../img/left-back.svg) no-repeat left center/340px, url(../img/right-back.svg) no-repeat right center/340px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__concept .l-innerWrap--1440 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/left-back.svg) no-repeat left center/200px, url(../img/right-back.svg) no-repeat right center/200px;
  }
}
@media screen and (max-width: 640px) {
  .p-top__concept .l-innerWrap--1440 {
    background: url(../img/left-back.svg) no-repeat left 40px/130px, url(../img/right-back.svg) no-repeat right 40px/130px;
  }
}
.p-top__concept__catch span {
  font-size: 0;
}
.p-top__concept__catch .catch {
  width: 580px;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .p-top__concept__catch .catch {
    width: 480px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-top__concept__catch .catch {
    width: 300px;
    margin: 0 auto 30px;
  }
}
.p-top__concept .f-textL {
  text-align: center;
  line-height: 2.7;
}
@media screen and (max-width: 1024px) {
  .p-top__concept .f-textL {
    line-height: 2.4;
  }
}
@media screen and (max-width: 640px) {
  .p-top__concept .f-textL {
    line-height: 2.3;
    text-align: left;
  }
}
.p-top__concept .c-arrowBtn {
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-top__concept .c-arrowBtn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .p-top__concept .c-arrowBtn {
    margin: 20px auto 0;
  }
}
.p-top__movie .c-topTitle svg {
  margin: auto;
  fill: #444444;
}
@media screen and (max-width: 640px) {
  .p-top__movie .c-topTitle svg {
    height: auto;
    width: 200px;
  }
}
.p-top__movie .u-column3 {
  margin: 40px auto 30px;
}
@media screen and (max-width: 1024px) {
  .p-top__movie .u-column3 {
    max-width: 720px;
  }
}
@media screen and (max-width: 640px) {
  .p-top__movie .u-column3 {
    max-width: 380px;
    margin: 30px auto 20px;
  }
}
.p-top__movie .u-column3 li {
  position: relative;
  margin-bottom: 0;
}
.p-top__movie .u-column3 li a {
  display: block;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .p-top__movie .u-column3 li:last-child {
    margin: 20px auto 0;
  }
}
.p-top__movie .u-column3 li .movieThum {
  height: 300px;
  width: 300px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-top__movie .u-column3 li .movieThum {
    height: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .p-top__movie .u-column3 li .movieThum {
    height: 150px;
    width: 150px;
  }
}
.p-top__movie .u-column3 li .movieThum img {
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.p-top__movie .u-column3 li .thum::before {
  border-radius: 50%;
  content: " ";
  background: rgba(155, 200, 58, 0.6) url(../img/hover-ico.svg) no-repeat center center/120px;
}
.p-top__movie .u-column3 li .playIco {
  bottom: 0;
  right: 60px;
}
@media screen and (max-width: 1024px) {
  .p-top__movie .u-column3 li .playIco {
    right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-top__movie .u-column3 li .playIco {
    right: 0px;
  }
}
.p-top__movie .c-topTitle img {
  margin: auto;
  text-align: center;
}
.p-top__movie .c-topTitle .miniIco {
  margin-bottom: 10px;
}
.p-top .movieInner {
  display: none;
}
.p-top__link {
  position: relative;
}
.p-top__link .parts {
  position: absolute;
  width: 140px;
  display: block;
  top: 50px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-top__link .parts {
    width: 80px;
  }
}
.p-top__link__catch {
  position: relative;
  z-index: 2;
  width: 338px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .p-top__link__catch {
    width: 300px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-top__link__catch {
    width: 240px;
    margin: 20px auto 20px;
  }
}
.p-top__link__catch span {
  font-size: 0;
}
.p-top__link .f-textL {
  text-align: center;
  line-height: 2.7;
}
@media screen and (max-width: 1024px) {
  .p-top__link .f-textL {
    line-height: 2.4;
  }
}
@media screen and (max-width: 640px) {
  .p-top__link .f-textL {
    line-height: 2.3;
    text-align: left;
  }
}
.p-top__blog .blogList li {
  margin-bottom: 0;
}
.p-top__blog .c-arrowBtn {
  margin: 30px auto 0;
  width: 140px;
}

.p-recruit {
  margin-bottom: 100px;
}
.p-recruit .main {
  margin-top: 80px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-recruit .main {
    width: auto;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-recruit .recIco {
  display: inline-block;
  width: 50px;
}
.p-recruit__ttl {
  position: relative;
  margin-top: 250px;
}
@media screen and (max-width: 1024px) {
  .p-recruit__ttl {
    margin-top: 150px;
  }
}
@media screen and (max-width: 640px) {
  .p-recruit__ttl {
    margin-top: 80px;
  }
}
.p-recruit__ttl .ttl {
  width: 260px;
  display: block;
  margin: auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-recruit__ttl .ttl {
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .p-recruit__ttl .ttl {
    width: 200px;
  }
}
.p-recruit__ttl .back {
  width: 464px;
  display: block;
  position: absolute;
  margin: -100px auto 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-recruit__ttl .back {
    margin: -50px auto 0;
  }
}
.p-recruit__ttl .my_svg {
  width: 130px;
  display: block;
  z-index: 2;
  position: relative;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .p-recruit__ttl .my_svg {
    width: 110px;
    margin: 16px auto 0;
  }
}
.p-recruit__ttl .my_svg .st0 {
  fill: #444444;
}
.p-recruit__ttl h1 {
  font-size: 0;
}
.p-recruit__message__catch img {
  height: 46px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  .p-recruit__message__catch img {
    height: 36px;
  }
}
.p-recruit__message .l-innerWrap--1440 {
  padding-top: 80px;
  overflow: visible;
  padding-bottom: 180px;
  text-align: center;
  background: url(../img/left-back.svg) no-repeat left center/240px, url(../img/right-back.svg) no-repeat right center/240px;
}
@media screen and (max-width: 1024px) {
  .p-recruit__message .l-innerWrap--1440 {
    padding-bottom: 80px;
    background: url(../img/left-back.svg) no-repeat left center/200px, url(../img/right-back.svg) no-repeat right center/200px;
  }
}
@media screen and (max-width: 640px) {
  .p-recruit__message .l-innerWrap--1440 {
    padding-top: 60px;
    padding-bottom: 40px;
    background: url(../img/left-back.svg) no-repeat left center/130px, url(../img/right-back.svg) no-repeat right center/130px;
  }
}
@media screen and (max-width: 1024px) {
  .p-recruit__message .l-innerWrap--1440 .f-headingS {
    letter-spacing: 0.08em;
    line-height: 2.3;
  }
}
@media screen and (max-width: 640px) {
  .p-recruit__message .l-innerWrap--1440 .f-headingS {
    font-size: 1.7rem;
  }
}
.p-recruit__message .l-innerWrap--1440 h2 {
  font-size: 0;
}
.p-recruit__message .l-innerWrap--1440 .f-textL {
  text-align: center;
  line-height: 2.7;
}
@media screen and (max-width: 1024px) {
  .p-recruit__message .l-innerWrap--1440 .f-textL {
    line-height: 2.4;
  }
}
@media screen and (max-width: 640px) {
  .p-recruit__message .l-innerWrap--1440 .f-textL {
    line-height: 2.3;
    text-align: left;
  }
}
.p-recruit__message .l-innerWrap--1440 .catch {
  width: 540px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  .p-recruit__message .l-innerWrap--1440 .catch {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .p-recruit__interview {
    margin-bottom: 60px;
  }
}
.p-recruit__interview__ttl {
  text-align: center;
}
.p-recruit__interview__ttl .f-headingS {
  margin-bottom: 10px;
}
.p-recruit__interview .c-arrowBtn {
  width: 180px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .p-recruit__interview .c-arrowBtn {
    width: 160px;
  }
}
.p-recruit__interview .p-interview__inner__list {
  margin-top: 40px;
}
.p-recruit__interview .p-interview__inner__list .thum__inner,
.p-recruit__interview .p-interview__inner__list .thum::before {
  width: 380px;
  height: 380px;
}
@media screen and (max-width: 1600px) {
  .p-recruit__interview .p-interview__inner__list .thum__inner,
  .p-recruit__interview .p-interview__inner__list .thum::before {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1440px) {
  .p-recruit__interview .p-interview__inner__list .thum__inner,
  .p-recruit__interview .p-interview__inner__list .thum::before {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .p-recruit__interview .p-interview__inner__list .thum__inner,
  .p-recruit__interview .p-interview__inner__list .thum::before {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .p-recruit__interview .p-interview__inner__list .thum__inner,
  .p-recruit__interview .p-interview__inner__list .thum::before {
    width: auto;
    height: auto;
  }
}
.p-recruit__btn .l-innerWrap--1080 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-recruit__btn .l-innerWrap--1080 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-recruit__btn .right {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
}
.p-recruit__btn .right .mainImg {
  margin: 0 0 0 auto;
  display: block;
  width: 520px;
}
@media screen and (max-width: 1024px) {
  .p-recruit__btn .right .mainImg {
    width: 450px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 640px) {
  .p-recruit__btn .right .mainImg {
    width: 320px;
  }
}
@media screen and (max-width: 640px) {
  .p-recruit__btn .right .sabImg {
    width: 220px;
  }
}
.p-recruit__btn__list {
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1024px) {
  .p-recruit__btn__list {
    width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .p-recruit__btn__list {
    width: auto;
  }
}
.p-recruit__btn__list .recIco {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .p-recruit__btn__list .left {
    width: 100%;
    margin: auto;
  }
}
.p-recruit__btn__list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .p-recruit__btn__list li {
    margin-bottom: 20px;
  }
}
.p-recruit__btn__list li:last-child {
  margin-bottom: 0px;
}
.p-recruit__btn__list li a {
  width: 400px;
  padding: 38px 0;
  position: relative;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .p-recruit__btn__list li a {
    width: 300px;
    padding: 20px 0;
    margin: auto;
  }
}
.p-recruit__btn__list li a img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.p-recruit__btn__list li a span {
  z-index: 3;
  position: relative;
}
.p-recruit__btn__list li a .recBack {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  fill: #ffffff;
  left: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .p-recruit__btn__list li a .recBack {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p-recruit__btn__list li a .recBack .st0 {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  fill: #ffffff;
}
.p-recruit__btn__list li a .recIco {
  margin-right: 10px;
  left: 20px;
}
.p-recruit__btn__list li a .arrow {
  width: 6px;
  right: 20px;
}
.p-recruit__btn__list li:hover .recBack .st0 {
  fill: #f8e4e6;
}
.p-recruit__btn__list .back2 {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .p-recruit__btn__list .back2 {
    margin-left: 0px;
  }
}

.p-scenery .l-beige__inner {
  background: #f8e4e6;
  padding: 40px 0px;
}
.p-scenery .white {
  margin: 80px 0;
}
@media screen and (max-width: 1440px) {
  .p-scenery .white {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-scenery .white {
    margin: 60px 0px;
  }
}
@media screen and (max-width: 640px) {
  .p-scenery .white {
    margin: 40px 0px;
    padding: 0;
  }
}
.p-scenery__ttl {
  margin-bottom: 40px;
}
.p-scenery__ttl span {
  font-size: 0;
}
.p-scenery__ttl img {
  height: 60px;
  display: block;
}
@media screen and (max-width: 640px) {
  .p-scenery__ttl img {
    height: 40px;
  }
}
.p-scenery .u-column4 li .thum::before {
  border-radius: 5px;
}
.p-scenery .u-column4 li .thum img {
  border-radius: 5px;
}

.p-opinions .c-nomalTitle .mainIco .st0 {
  fill: #ed85a0;
}
.p-opinions .dotTable {
  margin-top: 0px;
}
.p-opinions .dotTable tr:first-child {
  border-top: 3px solid #b8b8b8;
}
@media screen and (max-width: 640px) {
  .p-opinions .dotTable tr:first-child {
    border-top: 2px solid #b8b8b8;
  }
}
.p-opinions .dotTable tr:last-child {
  border-bottom: 0px;
}
.p-opinions .dotTable tr th {
  width: 15%;
}
.p-opinions .bgPink {
  background: #ffffff;
  padding: 10px 20px;
  margin: 60px 0 0px;
}
.p-opinions .menuBtn {
  display: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .p-opinions .menuBtn {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    border-top: 2px solid #b8b8b8;
    border-bottom: 2px solid #b8b8b8;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .p-opinions .menuBtn {
    margin-top: 30px;
  }
}
.p-opinions .menuBtn .arrowMini {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-opinions .menuBtn .arrowMini {
    display: flex;
  }
}
.p-opinions .menuBtn .arrowMini svg {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: rotate(90deg);
}
.p-opinions .menuBtn.active .arrowMini svg {
  transform: rotate(-90deg);
}
@media screen and (max-width: 640px) {
  .p-opinions .menuInner {
    display: none;
  }
}
.p-opinions .linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.p-opinions .linkList li {
  width: calc((100% - 8px) / 5);
  text-align: center;
  background: #ffffff;
  margin-right: 2px;
  border: 2px solid #ffffff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  margin-bottom: 2px;
}
@media screen and (max-width: 1024px) {
  .p-opinions .linkList li {
    width: calc((100% - 6px) / 3);
  }
}
.p-opinions .linkList li:hover {
  background: #ed85a0;
  border: 2px solid #ed85a0;
}
.p-opinions .linkList li:hover a {
  color: #ffffff;
}
.p-opinions .linkList li a {
  display: block;
  padding: 14px 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .p-opinions .linkList li a {
    padding: 12px 5px;
  }
}
.p-opinions .linkList li:nth-child(5n) {
  margin-right: 0px;
}
@media screen and (max-width: 1024px) {
  .p-opinions .linkList li:nth-child(5n) {
    margin-right: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .p-opinions .linkList li:nth-child(3n) {
    margin-right: 0;
  }
}
.p-opinions .pdfListGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
}
.p-opinions .pdfListGroup li {
  width: calc((100% - 8px) / 5);
  text-align: center;
  margin-right: 2px;
  border-left: 2px solid #ffffff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .p-opinions .pdfListGroup li {
    width: calc((100% - 6px) / 3);
  }
}
.p-opinions .pdfListGroup li:hover {
  background: #ed85a0;
}
.p-opinions .pdfListGroup li:hover a {
  color: #ffffff;
}
.p-opinions .pdfListGroup li a {
  display: block;
  padding: 14px 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .p-opinions .pdfListGroup li a {
    padding: 12px 5px;
  }
}
.p-opinions .pdfListGroup li:nth-child(5n) {
  margin-right: 0px;
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-opinions .pdfListGroup li:nth-child(5n) {
    margin-right: 2px;
    border-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-opinions .pdfListGroup li:nth-child(3n) {
    margin-right: 0;
    border-right: 2px solid #ffffff;
  }
}

.p-observation .column3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-observation .column3 li {
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 3%;
}
@media screen and (max-width: 1024px) {
  .p-observation .column3 li {
    width: 48.45%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .p-observation .column3 li {
    width: 100%;
    margin-bottom: 3%;
    margin-right: 0% !important;
  }
}
.p-observation .column3 li:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 1024px) {
  .p-observation .column3 li:nth-child(3n) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .p-observation .column3 li:nth-child(2n) {
    margin-right: 0%;
  }
}
.p-observation .column3 li a {
  background: #ffffff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .p-observation .column3 li a {
    padding: 14px;
  }
}
.p-observation .column3 li a .thum {
  width: 40%;
}
.p-observation .column3 li a .thum img {
  border-radius: 10px;
}
.p-observation .column3 li a .p-school__inner__about h2,
.p-observation .column3 li a .p-school__inner__about .f-textN {
  text-align: left;
  padding-left: 20px;
}
.p-observation .column3 li a .p-school__inner__about {
  width: 60%;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .p-careerup + .miniIco {
    display: none;
  }
}

.p-careerup,
.p-privacy-policy {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .p-careerup,
  .p-privacy-policy {
    margin-bottom: 0px;
  }
}
.p-careerup .f-w700,
.p-privacy-policy .f-w700 {
  font-weight: 700;
}
.p-careerup .careerup_sec_01,
.p-privacy-policy .careerup_sec_01 {
  margin-bottom: 50px;
}
.p-careerup .careerup_sec_02,
.p-privacy-policy .careerup_sec_02 {
  margin-bottom: 50px;
}
.p-careerup .careerup_sec_02 h2,
.p-privacy-policy .careerup_sec_02 h2 {
  font-weight: 700;
}
.p-careerup .careerup_content,
.p-careerup .p-privacy-policy_content,
.p-privacy-policy .careerup_content,
.p-privacy-policy .p-privacy-policy_content {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .p-careerup .careerup_content,
  .p-careerup .p-privacy-policy_content,
  .p-privacy-policy .careerup_content,
  .p-privacy-policy .p-privacy-policy_content {
    margin-top: 60px;
    font-size: 1.5rem;
  }
}
.p-careerup .c-nomalTitle h1,
.p-privacy-policy .c-nomalTitle h1 {
  font-family: "Kiwi Maru", serif;
  text-align: center;
  margin: 10px auto 40px;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-careerup .c-nomalTitle h1,
  .p-privacy-policy .c-nomalTitle h1 {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .p-careerup .c-nomalTitle h1,
  .p-privacy-policy .c-nomalTitle h1 {
    font-size: 2rem;
    line-height: 2;
    font-size: 2rem;
  }
}
.p-careerup .c-nomalTitle .mainIco,
.p-privacy-policy .c-nomalTitle .mainIco {
  width: 40px;
}
.p-careerup .c-nomalTitle .mainIco .st0,
.p-privacy-policy .c-nomalTitle .mainIco .st0 {
  fill: #fbc70d;
}
.p-careerup__lead,
.p-privacy-policy__lead {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .p-careerup__lead,
  .p-privacy-policy__lead {
    font-size: 16px;
  }
}
.p-careerup__info,
.p-privacy-policy__info {
  background-color: #fff;
  padding: 40px 5% 30px;
  margin: 30px 0 40px;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .p-careerup__info,
  .p-privacy-policy__info {
    font-size: 14px;
    padding: 40px 24px 30px;
    text-align: justify;
  }
}
.p-careerup__info h2,
.p-privacy-policy__info h2 {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px dotted #444444;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 640px) {
  .p-careerup__info h2,
  .p-privacy-policy__info h2 {
    font-size: 16px;
    text-align: center;
  }
}
.p-careerup .ttl_cmn_01,
.p-privacy-policy .ttl_cmn_01 {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Kiwi Maru", serif;
  font-weight: 700;
  font-size: 1.75em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .p-careerup .ttl_cmn_01,
  .p-privacy-policy .ttl_cmn_01 {
    font-size: 1.5em;
  }
}
.p-careerup .ttl_cmn_01 span,
.p-privacy-policy .ttl_cmn_01 span {
  position: relative;
  z-index: 1;
  background-color: #fbf2f5;
  padding-right: 1em;
  flex-shrink: 0;
}
.p-careerup .ttl_cmn_01:after,
.p-privacy-policy .ttl_cmn_01:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #444;
  position: absolute;
  top: 50%;
  right: 0;
}
.p-careerup .list_dot > li,
.p-privacy-policy .list_dot > li {
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: normal;
}
.p-careerup .list_dot > li:before,
.p-privacy-policy .list_dot > li:before {
  content: "・";
  font-feature-settings: normal;
}
.p-careerup .list_kome li,
.p-privacy-policy .list_kome li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-careerup .list_kome li:before,
.p-privacy-policy .list_kome li:before {
  content: "※";
}
.p-careerup .careerup_reception,
.p-privacy-policy .careerup_reception {
  margin-top: 1.5em;
}
.p-careerup .careerup_reception dt,
.p-privacy-policy .careerup_reception dt {
  font-weight: 700;
}
.p-careerup .careerup_reception dt:before,
.p-privacy-policy .careerup_reception dt:before {
  content: "【";
}
.p-careerup .careerup_reception dt:after,
.p-privacy-policy .careerup_reception dt:after {
  content: "】";
}
.p-careerup .btn_cmn_01,
.p-privacy-policy .btn_cmn_01 {
  display: block;
  background: #fbc70d;
  position: relative;
  width: 160px;
  border: 2px solid #fbc70d;
  padding: 0.5em 0 0.375em;
  text-align: center;
  width: 100%;
  max-width: 500px;
  font-size: 1.25em;
  border-radius: 50px;
  margin: 80px auto 0;
  font-family: inherit;
  font-family: "Kiwi Maru", serif;
}
.p-careerup .btn_cmn_01:hover,
.p-privacy-policy .btn_cmn_01:hover {
  background-color: #fff;
}
.p-careerup .btn_cmn_02,
.p-privacy-policy .btn_cmn_02 {
  display: block;
  background: #c8e5f1;
  position: relative;
  border: 2px solid #c8e5f1;
  padding: 0.5em 1.5em 0.375em;
  text-align: center;
  width: 100%;
  max-width: 320px;
  border-radius: 50px;
  margin: 1em 0 0;
  color: #569dd6;
}
.p-careerup .btn_cmn_02:hover,
.p-privacy-policy .btn_cmn_02:hover {
  background-color: #fff;
}
.p-careerup ol > li,
.p-privacy-policy ol > li {
  list-style: none;
}
.p-careerup ol > li,
.p-privacy-policy ol > li {
  margin-bottom: 36px;
}
.p-careerup ol > li:last-child,
.p-privacy-policy ol > li:last-child {
  margin-bottom: 0;
}
.p-careerup ol h3,
.p-privacy-policy ol h3 {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0.375em;
}
@media screen and (max-width: 640px) {
  .p-careerup ol h3,
  .p-privacy-policy ol h3 {
    font-size: 1.125em;
    display: flex;
    align-items: baseline;
  }
}
.p-careerup ol h3:before,
.p-privacy-policy ol h3:before {
  content: attr(data-num) ".";
  font-size: 1.5em;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .p-careerup ol h3:before,
  .p-privacy-policy ol h3:before {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 640px) {
  .p-privacy-policy .c-nomalTitle h1 {
    font-size: 2.5rem;
  }
}
.p-privacy-policy .mt1em {
  margin-top: 1em;
}
.p-privacy-policy .dlist_num > dt {
  text-indent: -1em;
  padding-left: 1em;
}
.p-privacy-policy .list_num {
  text-indent: -1em;
  padding-left: 1em;
}
.p-privacy-policy p.notice {
  font-size: 0.875em;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-privacy-policy p.notice {
    margin-bottom: 3.75em;
    font-size: 0.8125em;
  }
}

.p-privacy-policy__lead {
  margin-bottom: 3.75em;
}
@media screen and (max-width: 640px) {
  .p-privacy-policy__lead {
    font-size: 0.9375em;
  }
}

@media screen and (max-width: 640px) {
  .p-privacy-policy_list {
    font-size: 0.9375em;
  }
}
.p-privacy-policy_list > dt {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-privacy-policy_list > dd {
  margin-bottom: 2.5em;
}

.mwform-checkbox-field {
  display: block;
}

label[for=your-agreement-1] {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  font-size: 1.4rem;
}

.policy-agreement .error {
  text-align: center;
  font-size: 1.3rem;
}