@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  -webkit-print-color-adjust: exact;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

iframe {
  width: 100%;
}

.cmn-header::before {
  content: "";
  height: 15px;
  width: 100%;
  display: block;
  background: url("../../assets/images/include/nav/green-line.jpg") repeat-x top center;
}
@media (max-width: 767px) {
  .cmn-header::before {
    height: 10px;
    background-size: auto 10px;
  }
}
@media (max-width: 767px) {
  .cmn-header {
    position: absolute;
    top: 0;
    z-index: 50;
    width: 100%;
  }
}

.blog-sns-list {
  position: absolute;
  top: 72px;
  left: 40px;
  width: 20px;
  z-index: 20;
}
@media (max-width: 767px) {
  .blog-sns-list {
    top: 24px;
    left: 16px;
  }
}
.blog-sns-list__blog-link {
  display: inline-block;
  margin-top: 16px;
  width: 20px;
  transition: 0.3s;
}
.blog-sns-list__blog-link:hover {
  opacity: 0.7;
}
.blog-sns-list__blog-text {
  transform: rotate(90deg);
  color: #00a06e;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.sns-list {
  width: 20px;
  margin-top: 72px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .sns-list {
    display: none;
  }
}
.sns-list__item {
  text-align: center;
}
.sns-list__item:nth-child(n+2) {
  margin-top: 12px;
}
.sns-list__link {
  transition: 0.3s;
}
.sns-list__link:hover {
  opacity: 0.7;
}

.head-recruit {
  position: fixed;
  z-index: 20;
  right: 0;
  top: 72px;
  transition: 0.3s;
}
.head-recruit:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .head-recruit {
    display: none;
  }
}

.head-gn-pc {
  padding-top: 40px;
  padding-bottom: 16px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .head-gn-pc {
    display: none;
  }
}
.head-gn-pc__list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.head-gn-pc__item {
  margin-left: 40px;
}
.head-gn-pc__item--top {
  margin-left: 56px;
  margin-right: 56px;
  position: relative;
}
.head-gn-pc__item--top::before {
  content: "";
  position: absolute;
  display: block;
  width: 186px;
  height: 25px;
  background: url("../../assets/images/include/nav/dec_bottom.svg");
  bottom: -41px;
  left: -50px;
  right: -50px;
  margin: auto;
  z-index: 2;
}
.head-gn-pc__item:first-child, .head-gn-pc__item:nth-child(5) {
  margin-left: 0;
}
.head-gn-pc__link {
  text-align: center;
  display: block;
  position: relative;
  color: #00a06e;
  transition: 0.3s;
  border-bottom: 3px dotted transparent;
  padding-bottom: 8px;
}
.head-gn-pc__link::before {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
}
.head-gn-pc__link:hover {
  color: #fa96af;
  border-bottom: 3px dotted #fa96af;
}
.head-gn-pc__link:hover::before {
  opacity: 1;
}
.head-gn-pc__link--totmate::before {
  background: url("../../assets/images/include/nav/icon_totmate-on.svg") no-repeat top #fff;
  width: 55px;
  height: 45px;
}
.head-gn-pc__link--enterprise::before {
  background: url("../../assets/images/include/nav/icon_enterprise-on.svg") no-repeat top #fff;
  width: 59px;
  height: 50px;
}
.head-gn-pc__link--individual::before {
  background: url("../../assets/images/include/nav/icon_individual-on.svg") no-repeat top #fff;
  width: 45px;
  height: 50px;
}
.head-gn-pc__link--nursery::before {
  background: url("../../assets/images/include/nav/icon_nursery-on.svg") no-repeat top #fff;
  width: 57px;
  height: 50px;
}
.head-gn-pc__link--outline::before {
  background: url("../../assets/images/include/nav/icon_outline-on.svg") no-repeat top #fff;
  width: 50px;
  height: 50px;
}
.head-gn-pc__link--top:hover, .head-gn-pc__link--contact:hover {
  border-bottom: 3px dotted transparent;
  opacity: 0.7;
}
.head-gn-pc__link--current {
  color: #fa96af;
  border-bottom: 3px dotted #fa96af;
}
.head-gn-pc__text {
  font-size: 14px;
  margin-top: 12px;
  font-weight: bold;
}

.head-sp {
  background: #fff;
}
@media (min-width: 768px) {
  .head-sp {
    display: none;
  }
}
.head-sp--scroll {
  position: fixed;
  top: -90px;
  width: 100%;
  transition: 0.5s;
}
.head-sp--scroll::before {
  content: "";
  width: 100%;
  display: block;
  background: url("../../assets/images/include/nav/green-line.jpg") repeat-x top center;
  height: 10px;
  background-size: auto 10px;
}
.head-sp--scroll .head-sp__top {
  justify-content: flex-start;
  padding: 24px;
}
.head-sp--scroll .head-sp__top::before {
  display: none;
}
.head-sp--scroll .head-gn-sp {
  overflow: scroll;
  height: calc(100vh - 82px);
}
.head-sp--scroll .head-gn-sp__list {
  margin-top: 0;
}
.head-sp__top {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 16px 24px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
}
.head-sp__top::before {
  content: "";
  position: absolute;
  bottom: -16px;
  background: url("../../assets/images/include/nav/dec_bottom.svg") no-repeat center/cover;
  width: 120px;
  height: 16px;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.03));
  z-index: 1;
}

.menubar {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 24px;
  top: 24px;
}
.menubar__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00a06e;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
  border-radius: 2px;
}
.menubar__line--01 {
  top: -20px;
}
.menubar__line--03 {
  bottom: -20px;
}

.menubar--on .menubar__line--01 {
  top: 0;
  transform: rotate(-45deg);
}
.menubar--on .menubar__line--02 {
  opacity: 0;
}
.menubar--on .menubar__line--03 {
  bottom: 0;
  transform: rotate(45deg);
}

.head-gn-sp {
  display: none;
  background: #fff;
  box-shadow: 0 4px 4px #f2f2f2;
  height: calc(100vh - 106px);
  overflow: scroll;
}
.head-gn-sp__list {
  margin-top: 16px;
}
.head-gn-sp__link {
  display: block;
  padding: 20px 32px 20px 76px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  background: url("../../assets/images/include/nav/nav-bg.jpg") no-repeat center/cover;
  position: relative;
}
.head-gn-sp__link::before {
  content: "";
  background: url("../../assets/images/include/icon/arrow-white.svg") no-repeat center/10px 16px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px;
  width: 10px;
  height: 16px;
}
.head-gn-sp__link--totmate {
  color: #00a06e;
  background: none;
}
.head-gn-sp__link--totmate::before {
  background: url("../../assets/images/include/icon/arrow-green.svg") no-repeat center/10px 16px;
}
.head-gn-sp__link--recruite {
  color: #00a06e;
  background: url("../../assets/images/include/nav/nav-bg-pink.jpg") no-repeat center/cover;
}
.head-gn-sp__link--recruite::before {
  background: url("../../assets/images/include/icon/arrow-green.svg") no-repeat center/10px 16px;
}
.head-gn-sp__link--contact {
  background: url("../../assets/images/include/nav/nav-bg-green-blue.jpg") no-repeat center/cover;
}
.head-gn-sp__img {
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.head-gn-sp__sub-list {
  margin-left: 76px;
  padding: 20px 0;
}
.head-gn-sp__sub-item:nth-child(n+2) {
  margin-top: 8px;
}
.head-gn-sp__sub-link {
  font-size: 14px;
  color: #00a06e;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}
.head-gn-sp__sub-link::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../../assets/images/include/icon/arrow-green.svg") no-repeat center/8px 12px;
}

.head-gn-sp__sub-list--outline {
  display: flex;
  flex-wrap: wrap;
}
.head-gn-sp__sub-list--outline .head-gn-sp__sub-item:nth-child(odd) {
  width: 100px;
}
.head-gn-sp__sub-list--outline .head-gn-sp__sub-item:nth-child(even) {
  width: calc(100% - 100px);
}
.head-gn-sp__sub-list--outline .head-gn-sp__sub-item:nth-child(n-2) {
  margin-top: 0;
}
.head-gn-sp__sub-list--outline .head-gn-sp__sub-item:nth-child(n+3) {
  margin-top: 8px;
}

.head-sns-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin-top: 24px;
}
.head-sns-sp__item:nth-child(n+2) {
  margin-left: 24px;
}

.head-tel-sp {
  padding: 24px 0 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 300px;
}
.head-tel-sp__text {
  text-align: center;
  font-size: 12px;
  margin-top: 12px;
  color: #00a06e;
  font-weight: bold;
}

.cmn-h-recruit {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .cmn-h-recruit {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cmn-h-recruit__top {
    display: none;
  }
}
@media (min-width: 768px) {
  .cmn-h-recruit .head-sp__top {
    display: none;
  }
}
.cmn-h-recruit__logo {
  position: absolute;
  width: 250px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -32px;
  top: 0;
  overflow: hidden;
}
.cmn-h-recruit__logo::before {
  content: "";
  position: absolute;
  display: block;
  width: 250px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
}
.cmn-h-recruit__logo-link {
  position: relative;
}
@media (min-width: 768px) {
  .cmn-h-recruit .head-sns-sp,
.cmn-h-recruit .head-tel-sp {
    display: none;
  }
}

.head-gn-recruit {
  background-color: #fff;
}
@media (min-width: 768px) {
  .head-gn-recruit {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .head-gn-recruit {
    display: none;
    height: calc(100vh - 106px);
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .head-gn-recruit__list {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .head-gn-recruit__list {
    padding: 40px 32px 0;
  }
}
@media (min-width: 768px) {
  .head-gn-recruit__item:nth-child(-n+3) {
    margin-right: 48px;
  }
  .head-gn-recruit__item:nth-child(-n+3) .head-gn-recruit__link {
    margin-top: 11px;
    padding-bottom: 8px;
    border-bottom: 3px dotted transparent;
  }
  .head-gn-recruit__item:nth-child(-n+3) .head-gn-recruit__link:hover {
    border-bottom: 3px dotted #fa96af;
    color: #fa96af;
  }
}
@media (max-width: 767px) {
  .head-gn-recruit__item:nth-child(-n+2) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #00a06e;
  }
  .head-gn-recruit__item:nth-child(-n+3) .head-gn-recruit__link {
    position: relative;
  }
  .head-gn-recruit__item:nth-child(-n+3) .head-gn-recruit__link::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    position: absolute;
    display: block;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    height: 1em;
    font-size: 20px;
  }
}
.head-gn-recruit__link {
  color: #00a06e;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: block;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .head-gn-recruit__link--current {
    border-bottom: 3px dotted #fa96af !important;
    color: #fa96af;
  }
}
.head-gn-recruit__subtext {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.cmn-footer {
  background: url("../../assets/images/include/footer/foot-bg.jpg") no-repeat center/cover;
  padding: 40px 24px;
}
@media (max-width: 767px) {
  .cmn-footer {
    padding: 40px 24px 24px;
  }
}
.cmn-footer__inwrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cmn-footer__inwrap {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .foot-logo-tel {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .foot-logo-tel {
    text-align: center;
  }
}
.foot-logo-tel__tel-num {
  max-width: 360px;
  display: inline-block;
}
@media (min-width: 768px) {
  .foot-logo-tel__tel {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .foot-logo-tel__tel {
    margin-top: 24px;
  }
}
.foot-logo-tel__tel-text {
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .foot-logo-tel__tel-text {
    font-size: 12px;
  }
}

.foot-sns-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .foot-sns-list {
    justify-content: center;
    margin-top: 24px;
  }
}
.foot-sns-list__item:nth-child(n+2) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .foot-sns-list__item:nth-child(n+2) {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .foot-sns-list__icon {
    height: 20px;
  }
}

.foot-gn {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .foot-gn {
    margin-top: 16px;
  }
}
.foot-gn__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
@media (max-width: 767px) {
  .foot-gn__list {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .foot-gn__item:nth-child(n+2) {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .foot-gn__item {
    margin: 6px 8px;
  }
}
.foot-gn__link {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 12px;
}
.foot-gn__link::before {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: url("../../assets/images/include/icon/arrow02-white.svg") no-repeat center/8px 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.foot-copy {
  margin-top: 8px;
  font-size: 11px;
  text-align: right;
  color: #fff;
}
@media (max-width: 767px) {
  .foot-copy {
    text-align: center;
    font-size: 10px;
    margin-top: 24px;
  }
}

.cmn-main {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cmn-main {
    padding-top: 106px;
  }
}

.top-mv {
  position: relative;
}
.top-mv__img {
  width: 100%;
}
.top-mv__deco {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.top-mv__deco--01 {
  top: 40px;
  left: 860px;
}
@media (max-width: 767px) {
  .top-mv__deco--01 {
    display: none;
  }
}
.top-mv__deco--02 {
  bottom: 40px;
  right: 940px;
}
@media (max-width: 767px) {
  .top-mv__deco--02 {
    display: none;
  }
}
.top-mv__deco--03 {
  bottom: 120px;
  left: 780px;
}
@media (max-width: 767px) {
  .top-mv__deco--03 {
    width: 56px;
    bottom: 56px;
    left: auto;
    right: 24px;
  }
}

.swiper-container--mv .swiper-pagination-bullet {
  background-color: #00a06e;
}
.swiper-container--mv .swiper-pagination {
  bottom: 56px !important;
}

.top-totmate {
  padding: 80px 24px 100px;
  position: relative;
  background: url("../../assets/images/include/bg/bg-green.jpg") top center/cover;
}
.top-totmate::before {
  content: "";
  background: url("../../assets/images/top/totmate/t-totmate-deco.png") no-repeat top center/100% 32px;
  display: block;
  width: 100%;
  height: 32px;
  position: absolute;
  top: -32px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-totmate {
    padding: 24px 24px 56px;
  }
}
.top-totmate__deco {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.top-totmate__deco--01 {
  top: -60px;
  right: -640px;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-totmate__deco--01 {
    width: 56px;
    top: 16px;
    right: -304px;
  }
}
.top-totmate__deco--02 {
  top: 130px;
  left: -820px;
}
@media (max-width: 767px) {
  .top-totmate__deco--02 {
    width: 100px;
    left: -336px;
    top: 190px;
  }
}
.top-totmate__deco--03 {
  top: 170px;
  right: -740px;
}
@media (max-width: 767px) {
  .top-totmate__deco--03 {
    width: 110px;
    right: -310px;
    top: 120px;
  }
}
.top-totmate__deco--04 {
  bottom: -40px;
  left: -700px;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-totmate__deco--04 {
    width: 80px;
    left: -330px;
    bottom: 32px;
  }
}
@media (min-width: 768px) {
  .top-totmate__deco--05 {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-totmate__deco--05 {
    top: -52px;
    left: -280px;
    width: 60px;
    z-index: 1;
  }
}

.top-outline {
  position: relative;
}
.top-outline-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.top-outline-list__item {
  text-align: center;
}
@media (min-width: 768px) {
  .top-outline-list__item {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .top-outline-list__item {
    box-sizing: border-box;
    width: calc( 100% / 3 - 24px * 2 / 3 );
  }
  .top-outline-list__item:not(:nth-child(3n+1)) {
    margin-left: 24px;
  }
  .top-outline-list__item:nth-child(n+4) {
    margin-top: 24px;
  }
}
.top-outline-list__link {
  color: #00a06e;
  font-weight: bold;
  transition: 0.3s;
}
.top-outline-list__link:hover {
  color: #fa96af;
}
.top-outline-list__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .top-outline-list__text {
    letter-spacing: 0;
  }
}
.top-outline__deco {
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  top: 140px;
  right: -860px;
}
@media (max-width: 767px) {
  .top-outline__deco {
    top: -12px;
    right: -240px;
    width: 72px;
  }
}

.top-news {
  position: relative;
}
.top-news__deco {
  position: absolute;
  top: -16px;
  left: -780px;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .top-news__deco {
    top: -32px;
    left: -260px;
    width: 64px;
  }
}

.top-enterprise {
  position: relative;
}
.top-enterprise__deco {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.top-enterprise__deco--01 {
  top: -80px;
  right: -750px;
}
@media (max-width: 767px) {
  .top-enterprise__deco--01 {
    top: -16px;
    right: -300px;
    width: 100px;
  }
}
.top-enterprise__deco--02 {
  left: -920px;
  top: 100px;
}
@media (max-width: 767px) {
  .top-enterprise__deco--02 {
    top: 130px;
    left: -300px;
    width: 48px;
  }
}
.top-enterprise__deco--03 {
  bottom: -120px;
  left: -1110px;
}
@media (max-width: 767px) {
  .top-enterprise__deco--03 {
    bottom: -56px;
    left: -350px;
    width: 64px;
  }
}

.top-individual {
  position: relative;
}
.top-individual__deco {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.top-individual__deco--01 {
  top: 80px;
  left: -880px;
}
@media (max-width: 767px) {
  .top-individual__deco--01 {
    width: 80px;
    top: 48px;
    left: -280px;
  }
}
.top-individual__deco--02 {
  top: -32px;
  right: -820px;
}
@media (max-width: 767px) {
  .top-individual__deco--02 {
    width: 64px;
    top: auto;
    bottom: -24px;
    right: -320px;
    z-index: 1;
  }
}
.top-individual__deco--03 {
  bottom: 24px;
  left: -1180px;
}
@media (max-width: 767px) {
  .top-individual__deco--03 {
    display: none;
  }
}
.top-individual__deco--04 {
  bottom: 24px;
  right: -980px;
}
@media (max-width: 767px) {
  .top-individual__deco--04 {
    display: none;
  }
}

@media (max-width: 767px) {
  .top-individual-btn {
    font-size: 12px !important;
  }
}
.top-individual-btn__text {
  font-size: 1.25em;
  margin-left: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top-individual-btn__text {
    margin-left: 8px;
  }
}

.top-nursery {
  position: relative;
}
.top-nursery__deco {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.top-nursery__deco--01 {
  top: -40px;
  left: -960px;
}
@media (max-width: 767px) {
  .top-nursery__deco--01 {
    display: none;
  }
}
.top-nursery__deco--02 {
  top: 56px;
  right: -720px;
}
@media (max-width: 767px) {
  .top-nursery__deco--02 {
    width: 40px;
    top: auto;
    bottom: 96px;
    left: auto;
    right: 8px;
  }
}
.top-nursery__deco--03 {
  bottom: -48px;
  left: -920px;
}
@media (max-width: 767px) {
  .top-nursery__deco--03 {
    bottom: -32px;
    left: -240px;
    width: 72px;
  }
}
.top-nursery__deco--04 {
  bottom: -110px;
  right: -1020px;
}
@media (max-width: 767px) {
  .top-nursery__deco--04 {
    display: none;
  }
}

.top-recruit {
  position: relative;
}
.top-recruit__deco {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.top-recruit__deco--01 {
  top: 80px;
  left: -800px;
}
@media (max-width: 767px) {
  .top-recruit__deco--01 {
    top: 160px;
    left: -300px;
    width: 100px;
  }
}
.top-recruit__deco--02 {
  bottom: 56px;
  right: -840px;
}
@media (max-width: 767px) {
  .top-recruit__deco--02 {
    bottom: 88px;
    right: -290px;
    width: 130px;
  }
}
.top-recruit__deco--03 {
  top: -16px;
  right: -1020px;
}
@media (max-width: 767px) {
  .top-recruit__deco--03 {
    top: -8px;
    right: -260px;
    width: 80px;
  }
}
.top-recruit__deco--04 {
  top: 220px;
  left: -1100px;
}
@media (max-width: 767px) {
  .top-recruit__deco--04 {
    top: auto;
    bottom: -8px;
    left: -280px;
    width: 80px;
  }
}
.top-recruit__deco--05 {
  bottom: 32px;
  right: -1020px;
}
@media (max-width: 767px) {
  .top-recruit__deco--05 {
    bottom: 24px;
    right: -310px;
    width: 48px;
  }
}

.totmate-sec02 {
  position: relative;
}
.totmate-sec02__p01 {
  position: absolute;
  top: 90px;
  left: -920px;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .totmate-sec02__p01 {
    width: 92px;
    top: auto;
    left: -8px;
    right: auto;
    bottom: 16px;
  }
}
.totmate-sec02__p02 {
  position: absolute;
  top: 160px;
  left: 0;
  right: -960px;
  margin: auto;
}
@media (max-width: 767px) {
  .totmate-sec02__p02 {
    width: 80px;
    top: auto;
    left: auto;
    right: -8px;
    bottom: 190px;
  }
}

@media (min-width: 768px) {
  .sitemap-col {
    display: flex;
  }
}
@media (min-width: 768px) {
  .sitemap-col__item {
    box-sizing: border-box;
    width: calc( 50% - 80px );
  }
  .sitemap-col__item:nth-child(even) {
    margin-left: 160px;
  }
}

.sitemap-heading {
  font-size: 22px;
  display: block;
  border-bottom: 2px solid;
  padding: 0.75em 0;
  color: #00a06e;
  transition: 0.3s;
  position: relative;
}
.sitemap-heading:hover {
  color: #fa96af;
}
@media (max-width: 767px) {
  .sitemap-heading {
    font-size: 18px;
  }
}
.sitemap-heading::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 20px;
}
.sitemap-heading--arrow-none:hover {
  color: #00a06e;
}
.sitemap-heading--arrow-none::before {
  display: none;
}

.sitemap-list {
  list-style-type: none;
  margin-top: 1.5em;
}
.sitemap-list__item:nth-child(n+2) {
  margin-top: 0.5em;
}
.sitemap-list__link {
  display: inline-block;
  color: #6e6e6e;
  line-height: 1.4;
  position: relative;
  padding-left: 1.5em;
  transition: 0.3s;
}
.sitemap-list__link::before {
  content: ">";
  color: #00a06e;
  position: absolute;
  left: 0;
}
.sitemap-list__link:hover {
  color: #00a06e;
}
@media (max-width: 767px) {
  .sitemap-list__link {
    font-size: 14px;
    line-height: 1.6;
  }
}

.related-site-col {
  list-style-type: none;
}
@media (min-width: 768px) {
  .related-site-col {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .related-site-col__item {
    box-sizing: border-box;
    width: calc( 100% / 3 - 32px * 2 / 3 );
  }
  .related-site-col__item:not(:nth-child(3n+1)) {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .related-site-col__item:nth-child(n+2) {
    margin-top: 32px;
  }
}
.related-site-col__item .c-btn01 {
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .related-site-col__item .c-btn01 {
    margin-top: 16px;
  }
}

.news-list {
  list-style-type: none;
}
.news-list__item:nth-child(n+2) {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #d3d3d4;
}
@media (max-width: 767px) {
  .news-list__item:nth-child(n+2) {
    margin-top: 24px;
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .news-list__link {
    display: flex;
    padding-right: 120px;
    position: relative;
  }
  .news-list__link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 28px;
    background: url("../../assets/images/include/icon/arrow03-green.svg") no-repeat center/16px 28px;
  }
}
.news-list__link:hover .news-list__heading {
  color: #fa96af;
}
@media (min-width: 768px) {
  .news-list__left {
    width: 120px;
    padding-top: 6px;
  }
}
.news-list__time {
  color: #231815;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media (max-width: 767px) {
  .news-list__time {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .news-list__right {
    width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .news-list__right {
    margin-top: 8px;
  }
}
.news-list__heading {
  font-size: 18px;
  color: #00a06e;
  line-height: 1.6;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .news-list__heading {
    font-size: 14px;
  }
}
.news-list__text {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 1.8;
  margin-top: 8px;
  text-align: justify;
}
@media (max-width: 767px) {
  .news-list__text {
    font-size: 12px;
  }
}

.news-heading {
  font-size: 28px;
  color: #00a06e;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .news-heading {
    font-size: 20px;
    text-align: center;
  }
}
.news-heading__text {
  position: relative;
  display: inline-block;
  padding-bottom: 0.25em;
}
@media (max-width: 767px) {
  .news-heading__text {
    padding-bottom: 16px;
  }
}
.news-heading__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  display: block;
  background: url("../../assets/images/include/bg/bg-line01.png") repeat-x;
  background: -webkit-image-set(url("../../assets/images/include/bg/bg-line01@2x.png") 2x) repeat-x;
  background: image-set(url("../../assets/images/include/bg/bg-line01@2x.png") 2x) repeat-x;
}

.news-content {
  line-height: 2;
  color: #6e6e6e;
}
@media (max-width: 767px) {
  .news-content {
    font-size: 14px;
  }
}
.news-content h2 {
  font-size: 22px;
  color: #00a06e;
  margin-top: 80px;
  margin-bottom: -16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .news-content h2 {
    margin-top: 40px;
    font-size: 18px;
  }
}
.news-content p {
  margin-top: 24px;
  text-align: justify;
}
.news-content img {
  max-width: 100%;
  height: auto;
  margin-top: 24px;
}
.news-content ul,
.news-content ol {
  margin-top: 24px;
  padding-left: 1.25em;
  line-height: 1.8;
  text-align: justify;
}
.news-content ul li:nth-child(n+2),
.news-content ol li:nth-child(n+2) {
  margin-top: 0.25em;
}
.news-content a {
  color: #00a06e;
  transition: 0.3s;
}
.news-content a:hover {
  color: #fa96af;
}

.blog-bg-red {
  background-color: #d2b4a0;
}

.blog-bg-green {
  background-color: #64c8b4;
}

.blog-bg-lightblue {
  background-color: #64c8dc;
}

.blog-bg-blue {
  background-color: #8caad2;
}

.blog-cate-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.blog-cate-list__item {
  box-sizing: border-box;
  width: calc( 100% / 4 - 8px * 3 / 4 );
}
.blog-cate-list__item:not(:nth-child(4n+1)) {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .blog-cate-list__item:nth-child(n+2) {
    box-sizing: border-box;
    width: calc( 100% / 4 - 4px * 3 / 4 );
  }
  .blog-cate-list__item:nth-child(n+2):not(:nth-child(4n+1)) {
    margin-left: 4px;
  }
}
.blog-cate-list__link {
  padding: 16px 0;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  transition: 0.3s;
}
.blog-cate-list__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .blog-cate-list__link {
    font-size: 14px;
  }
}

.blog-article-list__item {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 8px #eee;
}
.blog-article-list__item:nth-child(n+2) {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .blog-article-list__item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.blog-article-list__link:hover .blog-article-list__heading {
  color: #fa96af;
}
@media (min-width: 768px) {
  .blog-article-list__link {
    display: flex;
  }
}
@media (min-width: 768px) {
  .blog-article-list__thum {
    width: 300px;
    order: 2;
  }
}
.blog-article-list img {
  width: 100%;
}
.blog-article-list__cnt {
  padding: 32px 40px 24px 48px;
  box-sizing: border-box;
  color: #6e6e6e;
}
@media (min-width: 768px) {
  .blog-article-list__cnt {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .blog-article-list__cnt {
    padding: 24px 24px 16px;
  }
}
.blog-article-list__cate {
  width: 88px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .blog-article-list__cate {
    width: 70px;
    font-size: 12px;
  }
}
.blog-article-list__time {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .blog-article-list__time {
    font-size: 12px;
    margin-left: 8px;
  }
}
.blog-article-list__heading {
  font-size: 23px;
  line-height: 1.4;
  margin-top: 16px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .blog-article-list__heading {
    font-size: 18px;
  }
}
.blog-article-list__text {
  line-height: 2;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .blog-article-list__text {
    font-size: 12px;
  }
}

.blog-article-list-new {
  position: relative;
}
.blog-article-list-new::before {
  content: "NEW";
  position: absolute;
  transform: rotate(45deg);
  font-weight: bold;
  background-color: #fab4be;
  color: #fff;
  display: block;
  width: 100px;
  text-align: center;
  right: -26px;
  top: 12px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .blog-article-list-new::before {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .blog-body {
    display: flex;
  }
}
@media (min-width: 768px) {
  .blog-body__cnt {
    width: calc(100% - 258px);
    order: 2;
  }
}
@media (min-width: 768px) {
  .blog-body__cate {
    width: 210px;
    margin-right: 48px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .blog-body__cate {
    margin-top: 48px;
  }
}
.blog-body__cate-heading {
  text-align: center;
  color: #00a06e;
  font-weight: bold;
}
.blog-body__cate-list {
  list-style: none;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .blog-body__cate-list {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-body__cate-item:nth-child(n+2) {
  margin-top: 8px;
}
.blog-body__cate-link {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 16px 0;
  border-radius: 40px;
  transition: 0.3s;
  position: relative;
}
.blog-body__cate-link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .blog-body__cate-link {
    font-size: 14px;
  }
}
.blog-body__cate-link::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 20px;
}
@media (max-width: 767px) {
  .blog-body__cate-link::before {
    right: 16px;
  }
}

.blog-heading {
  font-size: 28px;
  color: #00a06e;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .blog-heading {
    font-size: 20px;
  }
}
.blog-heading__text {
  position: relative;
  display: inline-block;
  padding-bottom: 0.25em;
}
.blog-heading__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  display: block;
}
.blog-heading--childcare .blog-heading__text::before {
  background: url("../../assets/images/include/bg/bg-line02.png") repeat-x;
  background: -webkit-image-set(url("../../assets/images/include/bg/bg-line02@2x.png") 2x) repeat-x;
  background: image-set(url("../../assets/images/include/bg/bg-line02@2x.png") 2x) repeat-x;
}
.blog-heading--corporation .blog-heading__text::before {
  background: url("../../assets/images/include/bg/bg-line03.png") repeat-x;
  background: -webkit-image-set(url("../../assets/images/include/bg/bg-line03@2x.png") 2x) repeat-x;
  background: image-set(url("../../assets/images/include/bg/bg-line03@2x.png") 2x) repeat-x;
}
.blog-heading--graduate .blog-heading__text::before {
  background: url("../../assets/images/include/bg/bg-line04.png") repeat-x;
  background: -webkit-image-set(url("../../assets/images/include/bg/bg-line04@2x.png") 2x) repeat-x;
  background: image-set(url("../../assets/images/include/bg/bg-line04@2x.png") 2x) repeat-x;
}

.blog-cate-time {
  margin-top: 16px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .blog-cate-time {
    font-size: 12px;
  }
}
.blog-cate-time__cate {
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
}
.blog-cate-time__time {
  margin-left: 8px;
  color: #6e6e6e;
}

.blog-content {
  line-height: 2;
  color: #6e6e6e;
}
@media (max-width: 767px) {
  .blog-content {
    font-size: 14px;
  }
}
.blog-content h2 {
  font-size: 22px;
  color: #00a06e;
  margin-top: 80px;
  margin-bottom: -16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .blog-content h2 {
    margin-top: 40px;
    font-size: 18px;
  }
}
.blog-content p {
  margin-top: 24px;
  text-align: justify;
}
.blog-content img {
  max-width: 100%;
  height: auto;
  margin-top: 24px;
}
.blog-content ul,
.blog-content ol {
  margin-top: 24px;
  padding-left: 1.25em;
  line-height: 1.8;
  text-align: justify;
}
.blog-content ul li:nth-child(n+2),
.blog-content ol li:nth-child(n+2) {
  margin-top: 0.25em;
}
.blog-content a {
  color: #00a06e;
  transition: 0.3s;
}
.blog-content a:hover {
  color: #fa96af;
}

.outline-idea {
  position: relative;
}
.outline-idea__text {
  line-height: 2;
  color: #6e6e6e;
}
@media (max-width: 767px) {
  .outline-idea__text {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .outline-idea__ceo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .outline-idea__ceo {
    margin-top: 40px;
    text-align: center;
    max-width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.outline-greeting-text {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .outline-greeting-text {
    margin-left: 27.5px;
  }
}

.enterprise-block li {
  list-style: none;
}
.enterprise-block img {
  vertical-align: bottom;
}
.enterprise-block .p-obj-3col01__heading.p-obj-3col01__heading--white {
  background: #fff;
  color: #00a06e;
  padding: 16px;
  text-align: left;
  font-size: 15px;
  line-height: 1.6em;
}
.enterprise-block .p-obj-3col01__item {
  background: #fff;
}
.enterprise-block .slideBlock-wrap {
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.enterprise-block .slideBlock-arw {
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .enterprise-block .slideBlock-arw {
    width: 24px;
  }
}
.enterprise-block .slideBlock-arw--left {
  left: -64px;
}
@media (max-width: 767px) {
  .enterprise-block .slideBlock-arw--left {
    left: -8px;
  }
}
.enterprise-block .slideBlock-arw--right {
  right: -64px;
}
@media (max-width: 767px) {
  .enterprise-block .slideBlock-arw--right {
    right: -8px;
  }
}
.enterprise-block .slideBlock-arw.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.enterprise-block .swiper-slide.p-obj-3col01__item:not(:nth-child(3n+1)) {
  margin-left: 0;
}
.enterprise-block .swiper-slide.p-obj-3col01__item:nth-child(n+4) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .enterprise-block .swiper-slide.p-obj-3col01__item:nth-child(n+3) {
    margin-top: 0;
  }
  .enterprise-block .swiper-slide.p-obj-3col01__item:nth-child(even) {
    margin-left: 0;
  }
}
.enterprise-block .howto-block {
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .enterprise-block .howto-block {
    padding: 96px 24px 24px;
  }
}
@media (min-width: 768px) {
  .enterprise-block .howto-block__icon {
    margin-right: 40px;
  }
}
.enterprise-block .howto-block__icon-text {
  background: url("../../assets/images/include/bg/bg_btn-green.jpg") no-repeat center/300% auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .enterprise-block .howto-block__icon-text {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .enterprise-block .howto-block__icon {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.enterprise-block .howto-block__list-item {
  font-size: 14px;
  font-weight: bold;
}
.enterprise-block .hook-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .enterprise-block .hook-wrap {
    flex-wrap: wrap;
  }
}
.enterprise-block .hook-block {
  width: 23%;
}
@media (max-width: 767px) {
  .enterprise-block .hook-block {
    width: 48%;
  }
  .enterprise-block .hook-block:not(:first-child):not(:nth-child(2)) {
    margin-top: 16px;
  }
  .enterprise-block .hook-block--order3-sp {
    order: 3;
  }
  .enterprise-block .hook-block--order4-sp {
    order: 4;
  }
}
.enterprise-block .hook-block-item {
  background: url("../../assets/images/include/bg/bg_btn-green.jpg") no-repeat center/300% auto;
  padding: 32px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 16px;
  line-height: 1.8em;
  height: 148px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enterprise-block .hook-block-item--pink {
  background: url("../../assets/images/include/bg/bg-pink.jpg") no-repeat center/300% auto;
  color: #00a06e;
}
@media (max-width: 767px) {
  .enterprise-block .hook-block-item {
    font-size: 14px;
    height: 112px;
  }
}
.enterprise-block .hook-block-link {
  text-align: center;
  color: #00a06e;
  font-weight: bold;
  margin-top: 16px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.enterprise-block .hook-block-link:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 20px;
  color: #00a06e;
}
@media (max-width: 767px) {
  .enterprise-block .hook-block-link {
    font-size: 14px;
  }
  .enterprise-block .hook-block-link:before {
    right: 8px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .enterprise-block .c-btnarea-block {
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  .enterprise-block .c-btnarea-block {
    padding-top: 40px;
  }
}
.enterprise-block .c-btnarea-list {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .enterprise-block .c-btnarea-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .enterprise-block .c-btnarea-list {
    flex-direction: column;
    align-items: center;
  }
}
.enterprise-block .c-btnarea-list__item {
  width: 100%;
  max-width: 250px;
}
@media (min-width: 768px) {
  .enterprise-block .c-btnarea-list__item {
    max-width: 310px;
  }
  .enterprise-block .c-btnarea-list__item:nth-child(2n) {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .enterprise-block .c-btnarea-list__item:not(:first-child) {
    margin-top: 16px;
  }
}
.enterprise-block .c-btnarea-list__item--big {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .enterprise-block .c-btnarea-list__item--big {
    margin-top: 40px;
  }
}
.enterprise-block .c-btnarea-list__item--big a.c-btn01--big {
  max-width: 380px;
  margin: 0 auto;
}
.enterprise-block .u-case__title {
  font-size: 28px;
  color: #00a06e;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.enterprise-block .u-case__title-block {
  text-align: center;
}
.enterprise-block .u-case__title-icon {
  color: #fff;
  font-weight: bold;
  background-color: #fa96af;
  border-radius: 1000px;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 30px;
  line-height: 1em;
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__title-icon {
    padding: 6px 24px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.enterprise-block .u-case__content {
  color: #6e6e6e;
}
@media (min-width: 768px) {
  .enterprise-block .u-case__content-block {
    padding: 72px 0 56px;
    border-bottom: 4px dotted #00a06e;
  }
}
@media (max-width: 767px) {
  .enterprise-block .u-case__content-block {
    padding: 24px 0 40px;
    border-bottom: 3px dotted #00a06e;
  }
}
@media (min-width: 768px) {
  .enterprise-block .u-case__content-block--line-none {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .enterprise-block .u-case__content-block--line-none {
    border-bottom: 0;
  }
}
.enterprise-block .u-case__content__btn-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enterprise-block .u-case__content__btn-list__item {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__content__btn-list__item {
    max-width: 250px;
  }
}
.enterprise-block .u-case__content__btn-list__item:not(:first-child) {
  margin-top: 16px;
}
.enterprise-block .u-case__box-title {
  color: #00a06e;
  font-size: 28px;
  margin-bottom: 24px;
  line-height: 1.6em;
  margin-top: 104px;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__box-title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.6em;
    margin-top: 48px;
  }
}
.enterprise-block .u-case__box-content {
  margin-top: 32px;
}
.enterprise-block .u-case__box-text {
  line-height: 2em;
  text-align: justify;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__box-text {
    font-size: 14px;
  }
}
.enterprise-block .u-case__box-img-wrap {
  margin-top: 32px;
}
.enterprise-block .u-case__box-img-wrap--col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__box-img-wrap {
    margin-top: 16px;
  }
}
.enterprise-block .u-case__box-img-text {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__box-img-text {
    margin-top: 4px;
    font-size: 12px;
    text-align: left;
  }
}
.enterprise-block .u-case__box-img--col-item {
  width: 49%;
}
@media (min-width: 768px) {
  .enterprise-block .u-case__box-img--col-item:not(:first-child):not(:nth-child(2)) {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .enterprise-block .u-case__box-img--col-item {
    width: 100%;
  }
  .enterprise-block .u-case__box-img--col-item:not(:first-child) {
    margin-top: 16px;
  }
}
.enterprise-block .u-case__box--radius {
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 0 8px #eeeeee;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__box--radius {
    padding: 40px 24px;
  }
}
.enterprise-block .u-case__box-table-title {
  font-weight: bold;
  color: #00a06e;
  font-size: 20px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__box-table-title {
    font-size: 17px;
    text-align: center;
    line-height: 1.4em;
  }
}
.enterprise-block .u-case__box-table__th {
  padding: 8px 16px 8px 0;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__box-table__th {
    padding: 8px 0 0;
  }
}
.enterprise-block .u-case__box-table__td {
  padding: 8px 24px 8px 0;
}
@media (max-width: 767px) {
  .enterprise-block .u-case__box-table__td {
    padding: 0 0 8px;
  }
}
.enterprise-block .e-item {
  color: #6e6e6e;
}
.enterprise-block .e-item:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .enterprise-block .e-item:not(:first-child) {
    margin-top: 64px;
  }
}
.enterprise-block .e-item__title {
  color: #00a06e;
  font-size: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
  }
  .enterprise-block .e-item__title.u-ta-left {
    text-align: left;
  }
}
.enterprise-block .e-item__title--big {
  font-size: 24px;
  line-height: 1.8em;
}
.enterprise-block .e-item-text {
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .enterprise-block .e-item-text {
    font-size: 14px;
  }
}
.enterprise-block .e-item-text--attention {
  font-size: 14px;
  margin-top: 8px;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1em;
}
.enterprise-block .e-item-text--attention::before {
  content: "※";
  display: block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.05em;
}
@media (max-width: 767px) {
  .enterprise-block .e-item-text--attention {
    margin-top: 0px;
    padding-left: 0;
  }
  .enterprise-block .e-item-text--attention::before {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
  }
}
.enterprise-block .e-item-text--pink, .enterprise-block .e-item-text--link {
  color: #fa96af;
}
@media (min-width: 768px) {
  .enterprise-block .e-item-table01__td {
    text-align: center;
    width: 50%;
  }
}
.enterprise-block .e-item-table01__td-list__item {
  padding-left: 1em;
  position: relative;
  top: 0;
  left: 0;
}
.enterprise-block .e-item-table01__td-list__item:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  width: 1em;
  height: 1em;
}
.enterprise-block .e-item-table01__td-list__item:first-child:before {
  content: "①";
}
.enterprise-block .e-item-table01__td-list__item:nth-child(2):before {
  content: "②";
}
.enterprise-block .e-item-table01__td-list__item:nth-child(3):before {
  content: "③";
}
.enterprise-block .e-item-table01__td-list__item:nth-child(4):before {
  content: "④";
}
.enterprise-block .e-item-table01__td-list__item:nth-child(5):before {
  content: "⑤";
}
.enterprise-block .e-item-table01__td-list__item:nth-child(6):before {
  content: "⑥";
}
.enterprise-block .e-item-table01__td-list__item:nth-child(7):before {
  content: "⑦";
}
.enterprise-block .e-item-table01__td-list__item:nth-child(8):before {
  content: "⑧";
}
.enterprise-block .e-item-table01__td-list__item:nth-child(9):before {
  content: "⑨";
}
.enterprise-block .e-item-table01__td-list__item:nth-child(10):before {
  content: "⑩";
}
.enterprise-block .e-item__box {
  display: flex;
}
.enterprise-block .e-item__box-title {
  background: url(../../assets/images/enterprise/event-service/step_arw.png) repeat-y center bottom;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__box-title {
    background: url(../../assets/images/enterprise/event-service/step_arw_sp.png) repeat-y center top/10px auto;
  }
}
.enterprise-block .e-item__box-title__icon {
  display: inline-block;
  border: 1px solid #00a06e;
  background-color: #fff;
  border-radius: 1000px;
  box-sizing: border-box;
  padding: 0 32px;
}
.enterprise-block .e-item__box-title__icon--pink {
  border: 1px solid #fa96af;
  background-color: #fa96af;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__box-title__icon {
    width: 70px;
    margin-top: 0;
    padding: 0 4px;
  }
}
.enterprise-block .e-item__box-title--none {
  padding-bottom: 0;
}
.enterprise-block .e-item__box-content {
  margin-left: 16px;
  padding-top: 10px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__box-content {
    padding-top: 2px;
    margin-left: 8px;
  }
}
.enterprise-block .e-item__box-content__title {
  color: #00a06e;
  font-size: 20px;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__box-content__title {
    font-size: 16px;
    line-height: 1.6em;
  }
}
.enterprise-block .e-item__box-content__text {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__box-content__text {
    margin-top: 8px;
  }
}
.enterprise-block .e-item__box-content__btn {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__box-content__btn {
    margin-top: 16px;
  }
  .enterprise-block .e-item__box-content__btn-item {
    max-width: 250px;
    width: 100% !important;
  }
}
.enterprise-block .e-item__box-content--none {
  padding-bottom: 0;
}
.enterprise-block .e-item__content-block--line {
  margin-top: 24px;
  padding: 24px 0;
  border-top: 1px solid #d3d3d4;
  border-bottom: 1px solid #d3d3d4;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__content-block--line {
    margin-top: 16px;
    padding: 16px 0;
  }
}
@media (min-width: 768px) {
  .enterprise-block .e-item__content-block__box--row {
    display: flex;
    justify-content: space-between;
  }
}
.enterprise-block .e-item__content-block__box--row-item--img {
  width: auto;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__content-block__box--row-item--img {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .enterprise-block .e-item__content-block__box--row-item--list {
    width: 54%;
  }
}
@media (min-width: 768px) {
  .enterprise-block .e-item__content-block__box--row-item__text {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .enterprise-block .e-item__content-block__box--row-item__text.c-list01__item::before {
    top: 3px;
  }
  .enterprise-block .e-item__content-block__box--row-item__text__price {
    display: block;
    margin-top: 4px;
  }
}
.enterprise-block .e-item__content-block__box--more {
  margin-top: 40px;
}
.enterprise-block .e-item__content-block__box-title {
  font-size: 18px;
  color: #00a06e;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__content-block__box-title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .enterprise-block .e-item__content--col {
    width: 50%;
  }
}
.enterprise-block .e-item__text {
  line-height: 2em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__text {
    font-size: 14px;
  }
}
.enterprise-block .e-item__text--green {
  color: #00a06e;
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__text--green {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .enterprise-block .e-item__img--col {
    width: 48%;
  }
}
.enterprise-block .e-item__list {
  display: block;
  padding: 40px;
}
@media (min-width: 768px) {
  .enterprise-block .e-item--col {
    display: flex;
  }
  .enterprise-block .e-item--col.consultant-item--col {
    justify-content: space-between;
  }
  .enterprise-block .e-item--col__title-block {
    width: 36%;
  }
  .enterprise-block .e-item--col__content-block {
    width: 64%;
  }
  .enterprise-block .e-item--col__title {
    margin-bottom: 0;
  }
}
.enterprise-block .e-item__element.p-obj-2col02 {
  padding: 0;
  display: block;
}
.enterprise-block .e-item__element-title {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.enterprise-block .e-item__element-title-wrap {
  background: url(../../assets/images/include/bg/bg_btn-green.jpg) no-repeat center/cover;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 16px 16px 0 0;
}
.enterprise-block .e-item__element-content-wrap {
  padding: 16px;
  border-radius: 0 0 16px 16px;
}
.enterprise-block .e-item__element-text {
  color: #6e6e6e;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .enterprise-block .e-item__element-text {
    font-size: 18px;
  }
}
.enterprise-block .e-item__element-text--green {
  color: #00a06e;
}
.enterprise-block .dispatch-btn {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}
.enterprise-block .dispatch-btn-wrap {
  text-align: center;
}
@media (max-width: 767px) {
  .enterprise-block .consultant-item--col {
    display: flex;
    flex-direction: column-reverse;
  }
}
.enterprise-block .consultant-text-list-col {
  font-weight: bold;
  color: #6e6e6e;
}
@media (min-width: 768px) {
  .enterprise-block .consultant-text-list-col {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .enterprise-block .consultant-text-list-wrap--col {
    width: 40%;
  }
  .enterprise-block .consultant-text-list-wrap--item1 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .enterprise-block .consultant-text-list-wrap--col .e-item__title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 24px;
  }
  .enterprise-block .consultant-text-list-wrap--item1 {
    margin-bottom: 64px;
  }
}
.enterprise-block .consultant-text-list-item {
  font-size: 18px;
  line-height: 1.2em;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 2em;
}
.enterprise-block .consultant-text-list-item:not(:first-child) {
  margin-top: 16px;
}
.enterprise-block .consultant-text-list-item:before {
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.enterprise-block .consultant-text-list-item:first-child:before {
  content: "01.";
}
.enterprise-block .consultant-text-list-item:nth-child(2):before {
  content: "02.";
}
.enterprise-block .consultant-text-list-item:nth-child(3):before {
  content: "03.";
}
.enterprise-block .consultant-text-list-item:nth-child(4):before {
  content: "04.";
}
.enterprise-block .consultant-text-list-item:nth-child(5):before {
  content: "05.";
}
.enterprise-block .consultant-text-list-item--small {
  font-size: 14px;
  padding-left: 0;
}
.enterprise-block .consultant-text-list-item--small:before {
  display: none;
}
.enterprise-block .consultant__contact {
  color: #00a06e;
  font-weight: bold;
  text-align: center;
}
.enterprise-block .consultant__contact-title {
  color: #6e6e6e;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}
.enterprise-block .consultant__contact--contact {
  text-align: center;
  color: #00a06e;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 767px) {
  .enterprise-block .consultant__contact--contact {
    font-size: 24px;
  }
}
.enterprise-block .subsidy-head-title {
  font-size: 28px;
  color: #00a06e;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-align: center;
}
.enterprise-block .subsidy-head-title--spsmall {
  letter-spacing: -0.1em;
  font-size: 24px;
}
.enterprise-block .subsidy-head-btn {
  width: 250px;
  display: inline-block;
}
.enterprise-block .subsidy-head-btn--big {
  max-width: 380px;
  width: 100%;
  display: inline-block;
  font-size: 18px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .enterprise-block .subsidy-head-btn--big {
    font-size: 16px;
  }
}
.enterprise-block .subsidy-head-btn-wrap {
  text-align: center;
}
@media (max-width: 767px) {
  .enterprise-block .subsidy-table tr {
    padding: 8px 0;
    display: block;
    border-top: 1px solid #d3d3d4;
  }
  .enterprise-block .subsidy-table tr:last-child {
    border-bottom: 1px solid #d3d3d4;
  }
}
@media (min-width: 768px) {
  .enterprise-block .subsidy-table-th {
    padding: 12px 24px;
  }
}
@media (max-width: 767px) {
  .enterprise-block .subsidy-table-th {
    padding: 0;
    border-top: none;
  }
}
@media (min-width: 768px) {
  .enterprise-block .subsidy-table-td {
    padding: 12px 24px 12px 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .enterprise-block .subsidy-table-td {
    display: inline-block;
    width: auto;
    padding: 0;
    border-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .enterprise-block .subsidy-table.c-table01 tr:last-child .c-table01__td {
    border-bottom: none;
  }
  .enterprise-block .subsidy-table.c-table01 tr:last-child .c-table01__td:last-child {
    border-bottom: 1px solid #d3d3d4;
  }
}
.enterprise-block .subsidy-table-wrap--top {
  margin-top: 48px;
}
.enterprise-block .subsidy-table-wrap--bottom {
  margin-top: 48px;
}
.enterprise-block .subsidy-list {
  padding-left: 30px;
  max-width: 620px;
  margin: 32px auto 0;
}
.enterprise-block .subsidy-list-item {
  font-weight: bold;
  color: #6e6e6e;
}
@media (max-width: 767px) {
  .enterprise-block .subsidy-list-item {
    line-height: 1.8em;
  }
}
.enterprise-block .subsidy-list-item:not(:first-child) {
  margin-top: 40px;
}
.enterprise-block .subsidy-list-item-text {
  font-size: 16px;
}
.enterprise-block .subsidy-list-item-text:not(:first-child) {
  margin-top: 16px;
}
.enterprise-block .subsidy-list-item-text--big {
  font-size: 20px;
  position: relative;
  top: 0;
  left: 0;
}
.enterprise-block .subsidy-list-item-text--big:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1.6em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #00a06e;
}

.qa-block {
  color: #6e6e6e;
  box-sizing: border-box;
  padding: 64px 0;
  border-bottom: 1px solid #d3d3d4;
}
@media (max-width: 767px) {
  .qa-block {
    padding: 32px 0;
  }
}
.qa-block:first-child {
  padding-top: 0;
}
.qa-block__box {
  display: flex;
  align-items: center;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .qa-block__box {
    align-items: flex-start;
  }
}
.qa-block__box--ques {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .qa-block__box--ques {
    font-size: 18px;
  }
}
.qa-block__box--answ {
  font-size: 16px;
}
@media (max-width: 767px) {
  .qa-block__box--answ {
    font-size: 14px;
  }
}
.qa-block-icon {
  width: 40px;
  margin-right: 8px;
  margin-top: -4px;
}
@media (min-width: 768px) {
  .qa-block-icon {
    width: 45px;
    margin-right: 32px;
  }
}
.qa-block-text {
  width: 100%;
}

.individual-news ul {
  background: #fff;
  border-radius: 16px;
  padding: 40px 56px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .individual-news ul {
    padding: 20px;
  }
}

.individual-block {
  color: #6e6e6e;
}
.individual-block li {
  list-style: none;
}
.individual-block .attention {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 767px) {
  .individual-block .attention {
    font-size: 12px;
  }
}
.individual-block .e-item__element-title {
  line-height: 1.4;
}
.individual-block .e-item__element-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .individual-block .e-item__element-content-wrap .babysitter_price_box .e-item__element-text {
    text-align: justify;
  }
}
.individual-block .individual-col-tel .e-item__element-content-wrap {
  flex-direction: column;
}
.individual-block .individual-col-tel .individual-col-tel-ttl {
  color: #00a06e;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .individual-block .individual-col-tel.enterprise-block .e-item__element-content-wrap {
    padding: 26px;
  }
  .individual-block .individual-col-tel.enterprise-block .e-item__element-content-wrap .e-item__element-text {
    font-size: 14px;
  }
}
.individual-block .individual-col-block {
  position: relative;
}
.individual-block .individual-col-block .i-babysitter_img {
  position: absolute;
  top: -40px;
  right: -75px;
}
@media (max-width: 767px) {
  .individual-block .individual-col-block .i-babysitter_img {
    width: 40.63%;
    top: -10px;
    right: -36px;
  }
}
.individual-block .enterprise-block li {
  list-style: none;
}
@media (max-width: 767px) {
  .individual-block .enterprise-block .babysitter_price_box .e-item__element-text {
    text-align: justify;
  }
}
.individual-block .hook-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .individual-block .hook-wrap {
    flex-wrap: wrap;
  }
}
.individual-block .hook-block {
  width: 23%;
}
@media (max-width: 767px) {
  .individual-block .hook-block {
    width: 48%;
  }
  .individual-block .hook-block:not(:first-child):not(:nth-child(2)) {
    margin-top: 16px;
  }
  .individual-block .hook-block--order3-sp {
    order: 3;
  }
  .individual-block .hook-block--order4-sp {
    order: 4;
  }
}
.individual-block .hook-block-item {
  background: url("../../assets/images/include/bg/bg_btn-green.jpg") no-repeat center/300% auto;
  padding: 32px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 16px;
  line-height: 1.8em;
  height: 148px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.individual-block .hook-block-item--pink {
  background: url("../../assets/images/include/bg/bg-pink.jpg") no-repeat center/300% auto;
  color: #00a06e;
}
@media (max-width: 767px) {
  .individual-block .hook-block-item {
    font-size: 14px;
    height: 112px;
  }
}
.individual-block .hook-block-link {
  text-align: center;
  color: #00a06e;
  font-weight: bold;
  margin-top: 16px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.individual-block .hook-block-link:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 20px;
  color: #00a06e;
}
@media (max-width: 767px) {
  .individual-block .hook-block-link {
    font-size: 14px;
  }
  .individual-block .hook-block-link:before {
    right: 8px;
    font-size: 14px;
  }
}
.individual-block .individual-obj01__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.individual-block .individual-obj01__item .individual-obj01__left {
  padding-right: 48px;
  width: calc(100% - 340px);
}
@media (max-width: 767px) {
  .individual-block .individual-obj01__item {
    flex-direction: column;
  }
  .individual-block .individual-obj01__item .individual-obj01__left {
    padding-right: 0;
    width: 100%;
    padding-bottom: 30px;
  }
  .individual-block .individual-obj01__item .individual-obj01__left .c-text01 {
    text-align: center;
  }
}
.individual-block .p-obj-2col02.individual-voice dt {
  color: #00a06e;
  font-weight: bold;
  font-size: 22px;
  width: 186px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .individual-block .p-obj-2col02.individual-voice dt {
    padding-right: 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
}
.individual-block .p-obj-2col02.individual-voice dd {
  width: calc(100% - 186px);
  padding-left: 40px;
  border-left: dotted 3px #00a06e;
}
@media (max-width: 767px) {
  .individual-block .p-obj-2col02.individual-voice dd {
    width: 100%;
    border-left: none;
    border-top: dotted 2px #00a06e;
    padding-left: 0;
    padding-top: 12px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .individual-block .nursery-program__item {
    flex-direction: column;
  }
  .individual-block .nursery-program__item .nursery-program__time {
    width: 120px;
  }
  .individual-block .nursery-program__item .nursery-program__text {
    margin-left: 20px;
  }
  .individual-block .nursery-program::before {
    left: 15px;
    height: 100%;
    max-height: 86%;
  }
}

@media (min-width: 768px) {
  .ih2col01 {
    display: flex;
  }
  .ih2col01__left {
    border-right: 3px dotted #00a06e;
    width: 50%;
    padding-right: 8px;
    box-sizing: border-box;
  }
  .ih2col01__right {
    box-sizing: border-box;
    width: 50%;
    padding-left: 24px;
  }
}

.in-btn .c-btn01::before {
  right: 32px;
}
@media (max-width: 767px) {
  .in-btn .c-btn01 {
    text-align: left;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 24px;
    line-height: 1.4;
  }
}

.ih-white-interval {
  background-color: #fff;
  box-shadow: 0 0 8px #eeeeee;
  padding: 32px;
  border-radius: 16px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ih-white-interval {
    padding: 24px;
  }
}

@media (min-width: 768px) {
  .ih-list {
    display: flex;
    flex-wrap: wrap;
  }
  .ih-list li {
    box-sizing: border-box;
    width: calc( 100% / 3 );
  }
  .ih-list li:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .ih-list li:nth-child(n+2) {
    margin-top: 0.25em;
  }
}
@media (max-width: 767px) {
  .ih-list {
    font-size: 14px;
  }
}

.ih-col02 .c-heading04 {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .ih-col02 {
    display: flex;
    flex-wrap: wrap;
  }
}
.ih-col02__item {
  background-color: #fff;
  box-shadow: 0 0 8px #eeeeee;
  padding: 32px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .ih-col02__item {
    box-sizing: border-box;
    width: calc( 50% - 12px );
  }
  .ih-col02__item:nth-child(even) {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .ih-col02__item:nth-child(n+2) {
    margin-top: 24px;
  }
}

.nursery-program-2col {
  list-style-type: none;
}
@media (min-width: 768px) {
  .nursery-program-2col {
    display: flex;
  }
}
.nursery-program-2col__item {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 8px #eeeeee;
}
@media (min-width: 768px) {
  .nursery-program-2col__item {
    box-sizing: border-box;
    width: calc( 50% - 12px );
  }
  .nursery-program-2col__item:nth-child(even) {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .nursery-program-2col__item {
    border-radius: 16px;
  }
  .nursery-program-2col__item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.nursery-program-2col__heading {
  text-align: center;
  color: #fff;
  background: url("../../assets/images/include/bg/bg_btn-green.jpg") no-repeat center/cover;
  padding: 24px 0;
  font-size: 22px;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 767px) {
  .nursery-program-2col__heading {
    font-size: 18px;
    border-radius: 16px 16px 0 0;
  }
}
.nursery-program-2col__body {
  padding: 40px 56px;
}
@media (max-width: 767px) {
  .nursery-program-2col__body {
    padding: 24px 16px;
  }
}

.nursery-program {
  position: relative;
}
.nursery-program::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 60px;
  width: 1px;
  border-right: 3px dotted #00a06e;
  height: 100%;
}
@media (max-width: 767px) {
  .nursery-program::before {
    left: 40px;
  }
}
.nursery-program__item {
  display: flex;
}
.nursery-program__item:nth-child(n+2) {
  margin-top: 8px;
}
.nursery-program__time {
  width: 120px;
  display: block;
  text-align: center;
  background-color: #00a06e;
  color: #fff;
  padding: 8px 0;
  border-radius: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .nursery-program__time {
    width: 80px;
    font-size: 14px;
  }
}
.nursery-program__right {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .nursery-program__right {
    margin-left: 12px;
  }
}
.nursery-program__heading {
  font-size: 22px;
  color: #00a06e;
  line-height: 32px;
}
@media (max-width: 767px) {
  .nursery-program__heading {
    font-size: 16px;
    line-height: 30px;
  }
}
.nursery-program__text {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .nursery-program__text {
    font-size: 13px;
  }
}
.nursery-program__heading + .nursery-program__text {
  margin-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .nursery-program__heading + .nursery-program__text {
    margin-top: 0;
    margin-bottom: 4px;
  }
}

.nursery-obj01 {
  list-style-type: none;
}
@media (min-width: 768px) {
  .nursery-obj01__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.nursery-obj01__item:nth-child(n+2) {
  margin-top: 40px;
  border-top: 3px dotted #00a06e;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .nursery-obj01__left {
    padding-right: 48px;
    width: calc(100% - 468px);
  }
}
.nursery-obj01__heading {
  color: #00a06e;
  font-size: 22px;
}
@media (max-width: 767px) {
  .nursery-obj01__heading {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .nursery-obj01__img {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .nursery-obj01__img {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.nursery-obj02 {
  list-style-type: none;
}
@media (min-width: 768px) {
  .nursery-obj02 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .nursery-obj02__item {
    box-sizing: border-box;
    width: calc( 100% / 3 - 40px * 2 / 3 );
  }
  .nursery-obj02__item:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
  .nursery-obj02__item:nth-child(n+4) {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .nursery-obj02__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.nursery-obj02__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .nursery-obj02__img {
    max-width: 90px;
  }
}
.nursery-obj02__heading {
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
  color: #00a06e;
}
.nursery-obj02__text {
  line-height: 1.6;
  margin-top: 16px;
  color: #6e6e6e;
}
@media (max-width: 767px) {
  .nursery-obj02__text {
    font-size: 14px;
    line-height: 1.8;
  }
}

.nursery-event-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nursery-event-img__item {
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .nursery-event-img__item:nth-child(n+2) {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .nursery-event-img__item {
    box-sizing: border-box;
    width: calc( 50% - 8px );
  }
  .nursery-event-img__item:nth-child(even) {
    margin-left: 16px;
  }
}

.nursery-event-wrap {
  background-color: #fff;
  box-shadow: 0 0 8px #eeeeee;
  padding: 40px 80px 64px;
  border-radius: 24px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .nursery-event-wrap {
    border-radius: 16px;
    padding: 24px 16px;
  }
}

.nursery-event-desc {
  display: flex;
  align-items: center;
}
.nursery-event-desc .nursery-event-icon {
  white-space: nowrap;
}
.nursery-event-desc .nursery-event-icon:nth-child(n+2) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .nursery-event-desc .nursery-event-icon:nth-child(n+2) {
    margin-left: 16px;
  }
}

.nursery-event-icon {
  display: flex;
  align-items: center;
}
.nursery-event-icon__icon {
  width: 40px;
}
@media (max-width: 767px) {
  .nursery-event-icon__icon {
    width: 26px;
  }
}
.nursery-event-icon__text {
  color: #6e6e6e;
  width: calc(100% - 52px);
  margin-left: 12px;
  line-height: 1.6;
  font-size: 14px;
}
@media (max-width: 767px) {
  .nursery-event-icon__text {
    width: calc(100% - 34px);
    margin-left: 8px;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .nursery-event-col {
    display: flex;
  }
}
@media (min-width: 768px) {
  .nursery-event-col__item {
    box-sizing: border-box;
    width: calc( 50% - 12px );
  }
  .nursery-event-col__item:nth-child(even) {
    margin-left: 24px;
  }
}
@media (min-width: 768px) {
  .nursery-event-col__item:nth-child(1) .nursery-event-list__item:last-child::before {
    display: none;
  }
  .nursery-event-col__item:nth-child(1) .nursery-event-list__item:last-child .nursery-event-list__cnt {
    padding-bottom: 0;
  }
}
.nursery-event-col__item:nth-child(1) .nursery-event-list__item:nth-child(even) .nursery-event-list__time {
  background-color: #fa96af;
}
.nursery-event-col__item:nth-child(2) .nursery-event-list__item:last-child::before {
  display: none;
}
.nursery-event-col__item:nth-child(2) .nursery-event-list__item:last-child .nursery-event-list__cnt {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .nursery-event-col__item:nth-child(2) .nursery-event-list__item:nth-child(odd) .nursery-event-list__time {
    background-color: #fa96af;
  }
}
@media (max-width: 767px) {
  .nursery-event-col__item:nth-child(2) .nursery-event-list__item:nth-child(even) .nursery-event-list__time {
    background-color: #fa96af;
  }
}

.nursery-event-list__item {
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .nursery-event-list__item {
    min-height: 108px;
  }
}
@media (max-width: 767px) {
  .nursery-event-list__item {
    min-height: 45px;
  }
}
.nursery-event-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  border-right: 3px dotted #00a06e;
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .nursery-event-list__item::before {
    left: 16px;
  }
}
.nursery-event-list__time {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a06e;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .nursery-event-list__time {
    width: 36px;
    height: 36px;
    font-size: 16px;
    letter-spacing: -0.1em;
  }
}
.nursery-event-list__time-month {
  font-size: 20px;
  margin-bottom: -6px;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .nursery-event-list__time-month {
    font-size: 12px;
    margin-bottom: -2px;
    margin-left: 1px;
  }
}
.nursery-event-list__cnt {
  padding: 16px 0 12px 16px;
  width: calc(100% - 88px);
}
@media (max-width: 767px) {
  .nursery-event-list__cnt {
    padding: 8px 0 16px 8px;
    width: calc(100% - 44px);
  }
}
.nursery-event-list__cnt .nursery-event-icon:nth-child(n+2) {
  margin-top: 8px;
}

.nursery-principal {
  padding: 24px 48px;
  box-sizing: border-box;
  background: url("../../assets/images/include/bg/bg-green02.jpg") no-repeat center;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .nursery-principal {
    display: flex;
  }
}
@media (max-width: 767px) {
  .nursery-principal {
    padding: 24px;
  }
}
.nursery-principal__left {
  text-align: center;
}
@media (min-width: 768px) {
  .nursery-principal__left {
    width: 170px;
  }
}
.nursery-principal__img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .nursery-principal__img {
    width: 140px;
    height: 140px;
  }
}
.nursery-principal__right {
  color: #fff;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .nursery-principal__right {
    width: calc(100% - 170px - 32px);
    margin-left: 32px;
  }
}
.nursery-principal__tit {
  font-size: 22px;
  border-bottom: 3px dotted;
  padding-bottom: 0.5em;
}
@media (max-width: 767px) {
  .nursery-principal__tit {
    font-size: 18px;
  }
}
.nursery-principal__txt {
  margin-top: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .nursery-principal__txt {
    font-size: 13px;
    margin-top: 8px;
  }
}

.wysiwyg {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 767px) {
  .wysiwyg {
    font-size: 12px;
  }
}
.wysiwyg *:first-child {
  margin-top: 0;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-size: 18px;
  color: #00a06e;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-size: 14px;
  }
}
.wysiwyg p {
  margin-top: 8px;
}
.wysiwyg ul, .wysiwyg ol {
  margin-left: 1.5em;
  line-height: 1.6;
  margin-top: 8px;
}
.wysiwyg a {
  color: #00a06e;
  text-decoration: underline;
}
.wysiwyg img {
  margin-top: 8px;
  max-width: 100%;
  height: auto;
}

.recruit-sec-mv {
  position: relative;
}
.recruit-sec-mv__deco01 {
  position: absolute;
  left: -1020px;
  right: 0;
  top: -32px;
  margin: auto;
}
@media (max-width: 767px) {
  .recruit-sec-mv__deco01 {
    left: -310px;
    top: -16px;
    width: 50px;
  }
}
.recruit-sec-mv__deco02 {
  position: absolute;
  left: 0;
  right: -1020px;
  top: -32px;
  margin: auto;
}
@media (max-width: 767px) {
  .recruit-sec-mv__deco02 {
    right: -320px;
    top: auto;
    bottom: 24px;
    width: 64px;
  }
}
.recruit-sec-mv__deco03 {
  position: absolute;
  left: -1100px;
  right: 0;
  bottom: 40px;
  margin: auto;
}
@media (max-width: 767px) {
  .recruit-sec-mv__deco03 {
    left: -340px;
    bottom: 56px;
    width: 80px;
  }
}

.recruit-sec-flow {
  position: relative;
}
.recruit-sec-flow__deco01 {
  position: absolute;
  top: -24px;
  left: -780px;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .recruit-sec-flow__deco01 {
    width: 100px;
    left: -300px;
    top: 120px;
  }
}
.recruit-sec-flow__deco02 {
  position: absolute;
  top: 0;
  left: 0;
  right: -800px;
  margin: auto;
}
@media (max-width: 767px) {
  .recruit-sec-flow__deco02 {
    width: 130px;
    top: auto;
    bottom: -64px;
    right: -280px;
  }
}

@media (min-width: 768px) {
  .rt-list {
    background: url("../../assets/images/recruit/thought/rt_p01.png") no-repeat bottom right/210px 210px;
  }
}
.rt-list .c-list01__item {
  font-size: 16px;
}
.rt-list .c-list01__item:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .rt-list .c-list01__item {
    font-size: 14px;
  }
}

.rgi-interview {
  box-shadow: 0 0 8px #eeeeee;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.rgi-interview__head {
  position: relative;
}
.rgi-interview__heading {
  padding: 40px 94px 40px 380px;
  background: url("../../assets/images/include/bg/bg_btn-green.jpg") no-repeat center/cover;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .rgi-interview__heading {
    padding: 24px 40px 24px 24px;
    font-size: 14px;
  }
}
.rgi-interview__icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 48px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .rgi-interview__icon {
    width: 25px;
    height: 25px;
    right: 16px;
  }
}
.rgi-interview__icon-line {
  width: 20px;
  height: 3px;
  background-color: #00a06e;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .rgi-interview__icon-line {
    width: 10px;
    height: 2px;
  }
}
.rgi-interview__icon-line--02 {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .rgi-interview__body {
    padding: 32px 64px;
  }
}
@media (min-width: 768px) {
  .rgi-interview__col {
    display: flex;
  }
}
@media (min-width: 768px) {
  .rgi-interview__img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -108px;
    position: relative;
  }
}
.rgi-interview__text {
  font-size: 28px;
  font-weight: bold;
  color: #6e6e6e;
  line-height: 2;
  padding-left: 46px;
}
@media (max-width: 767px) {
  .rgi-interview__text {
    padding: 16px 24px;
    font-size: 14px;
  }
}
.rgi-interview__faq {
  display: none;
}
@media (max-width: 767px) {
  .rgi-interview__faq {
    padding: 0 24px;
  }
}
.rgi-interview__faq .c-faq-list {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .rgi-interview__faq .c-faq-list {
    margin-top: 8px;
    margin-bottom: 24px;
  }
}
.rgi-interview__faq .c-faq-list__item:first-child {
  padding-top: 40px;
  border-top: 1px solid #d3d3d4;
}
@media (max-width: 767px) {
  .rgi-interview__faq .c-faq-list__item:first-child {
    padding-top: 24px;
  }
}
.rgi-interview__faq .c-faq-list__item:last-child {
  border-bottom: none;
}

.rgi-interview--on .rgi-interview__icon-line--02 {
  transform: rotate(0);
}

.rgi-interview--block {
  display: block;
}

.rg-childminder {
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .rg-childminder {
    border-radius: 8px;
  }
}
.rg-childminder__head {
  background: url("../../assets/images/include/bg/bg-green02.jpg") no-repeat center;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .rg-childminder__head {
    padding: 16px 0;
  }
}
.rg-childminder__head .c-heading01 {
  color: #fff;
}
@media (max-width: 767px) {
  .rg-childminder .u-sec-interval02 {
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .rg-childminder .c-heading01 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .rg-obj01 {
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
  }
}
@media (min-width: 768px) {
  .rg-obj01__left {
    order: 2;
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .rg-obj01__img {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .rg-obj01__right {
    padding: 24px 24px 0;
  }
}

.rg-training {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 56px;
}
@media (max-width: 767px) {
  .rg-training {
    padding: 24px 16px;
  }
}
.rg-training .c-table01__th {
  padding: 8px 40px 8px 0;
}
@media (max-width: 767px) {
  .rg-training .c-table01__th {
    padding: 8px 0 0;
  }
}
.rg-training .c-table01__td {
  padding: 8px 0;
}
@media (max-width: 767px) {
  .rg-training .c-table01__td {
    padding: 0 0 8px;
  }
}

.rg-tour {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 56px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .rg-tour {
    padding: 24px 16px;
  }
}
@media (min-width: 768px) {
  .rg-tour .news-list__link {
    padding-right: 40px;
  }
}
.rg-tour .news-list__item:nth-child(n+2) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px dotted #6e6e6e;
}
.rm-list01 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .rm-list01__item {
    box-sizing: border-box;
    width: calc( 50% - 20px );
  }
  .rm-list01__item:nth-child(even) {
    margin-left: 40px;
  }
  .rm-list01__item:nth-child(n+3) {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .rm-list01__item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.rm-list01__img {
  width: 100%;
}
.rm-list01__heading {
  font-size: 20px;
  text-align: center;
  color: #00a06e;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .rm-list01__heading {
    font-size: 18px;
  }
}
.rm-list01__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #6e6e6e;
}
@media (max-width: 767px) {
  .rm-list01__text {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .rm-col01 {
    display: flex;
  }
}
@media (min-width: 768px) {
  .rm-col01__left {
    width: 240px;
    margin-left: 32px;
    order: 2;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .rm-col01__left {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .rm-col01__right {
    width: calc(100% - 272px);
  }
}
.rm-col01__caption {
  text-align: left;
  color: #6e6e6e;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .rm-col01__caption {
    font-size: 14px;
  }
}

.form-table {
  width: 100%;
}
@media (min-width: 768px) {
  .form-table tr:nth-child(n+2) th,
.form-table tr:nth-child(n+2) td {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .form-table tr:nth-child(n+2) {
    padding-top: 24px;
    display: block;
  }
}
.form-table th,
.form-table td {
  line-height: 1.6;
}
.form-table th {
  text-align: left;
  color: #00a06e;
  vertical-align: top;
}
@media (min-width: 768px) {
  .form-table th {
    width: 260px;
  }
}
.form-table td {
  color: #6e6e6e;
}
@media (min-width: 768px) {
  .form-table td {
    width: calc(100% - 260px);
  }
}
@media (max-width: 767px) {
  .form-table td {
    padding-top: 8px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-table th,
.form-table td {
    display: block;
  }
}

.form-mandatory {
  background-color: #fa96af;
  color: #fff;
  display: inline-block;
  padding: 0.125em 0.75em;
  border-radius: 24px;
  font-size: 0.75em;
  margin-left: 0.5em;
}

.form-label-list {
  list-style-type: none;
}
.form-label-list__item:nth-child(n+2) {
  margin-top: 0.125em;
}

.form-label-list02 {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .form-label-list02__item {
    box-sizing: border-box;
    width: calc( 100% / 3 - 8px * 2 / 3 );
  }
  .form-label-list02__item:not(:nth-child(3n+1)) {
    margin-left: 8px;
  }
  .form-label-list02__item:nth-child(n+4) {
    margin-top: 0.125em;
  }
}
@media (max-width: 767px) {
  .form-label-list02__item {
    box-sizing: border-box;
    width: 50%;
    font-size: 12px;
  }
  .form-label-list02__item:nth-child(n+3) {
    margin-top: 0.25em;
  }
}

.form-input {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  border: 1px solid #dadbdb;
  outline: none;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  padding: 0.675em 0.75em;
  width: 100%;
  box-sizing: border-box;
}
.form-input::placeholder {
  color: #afafaf;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.form-input:focus {
  border: 1px solid #00a06e;
}
.form-input[type=number] {
  -moz-appearance: textfield;
}
.form-input[type=number]::-webkit-outer-spin-button, .form-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-label {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.form-checkbox {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 1px solid #dadbdb;
  outline: none;
  background: #fff;
  border-radius: 4px;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.75em;
  position: relative;
  line-height: 1.6;
  margin: 0 0.5em 0 0;
}
.form-checkbox:checked::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #00a06e;
  border-left: 2px solid #00a06e;
  display: block;
  width: 12px;
  height: 6px;
  transform: rotate(-45deg);
  top: 0;
  bottom: 6px;
  left: 0px;
  right: 0;
  margin: auto;
}

.form-textarea {
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
  border: 1px solid #dadbdb;
  outline: none;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  min-height: 250px;
  padding: 0.675em 0.75em;
  box-sizing: border-box;
  font-size: 16px;
}
.form-textarea:focus {
  border: 1px solid #00a06e;
}

.form-select {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  border: 1px solid #dadbdb;
  outline: none;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 0.675em 0.75em;
}

.form-select-arrow {
  position: relative;
}
.form-select-arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1em;
  font-size: 20px;
  color: #00a06e;
}

.form-heading {
  font-size: 16px;
  color: #00a06e;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .form-heading {
    font-size: 14px;
  }
}

.form-heading02 {
  font-size: 20px;
  color: #00a06e;
}
@media (max-width: 767px) {
  .form-heading02 {
    font-size: 18px;
  }
}

.form-btn {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: url("../../assets/images/include/bg/bg_btn-green.jpg") no-repeat center/cover;
  border-radius: 40px;
  color: #fff;
  width: 250px;
  padding: 0.75em 0;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .form-btn {
    font-size: 14px;
    width: 230px;
    padding: 1em 0;
  }
}

.form-btn-arrow {
  position: relative;
  position: relative;
}
.form-btn-arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1.3;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .form-btn-arrow::before {
    right: 16px;
  }
}

.form-rgc__item:nth-child(n+2) {
  margin-top: 48px;
  border-top: 3px dotted #00a06e;
  padding-top: 48px;
}

.form-error {
  color: #ff0000;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .form-error {
    font-size: 13px;
  }
}

.rform-school-input {
  width: calc(100% - 4.2em);
}
@media (max-width: 767px) {
  .rform-school-input {
    width: calc(100% - 3.9em);
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.c-flex-pc {
  list-style-type: none;
}
@media (min-width: 768px) {
  .c-flex-pc {
    display: flex;
    justify-content: center;
  }
}
.c-flex-pc .c-item40 {
  display: inline-block;
}
@media (min-width: 768px) {
  .c-flex-pc .c-item40:nth-child(n+2) {
    margin-left: 40px;
  }
}
.c-flex-pc .c-item32 {
  display: inline-block;
}
@media (min-width: 768px) {
  .c-flex-pc .c-item32:nth-child(n+2) {
    margin-left: 32px;
  }
}

.c-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}

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

.c-page-head {
  background: no-repeat center/cover;
  display: flex;
  height: 320px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-page-head {
    height: 140px;
  }
}
.c-page-head--01 {
  background-image: url("../../assets/images/include/bg/page_bg01.jpg");
}
@media (max-width: 767px) {
  .c-page-head--01 {
    background-image: url("../../assets/images/include/bg/page_bg01-sp.jpg");
  }
}
.c-page-head--02 {
  background-image: url("../../assets/images/include/bg/page_bg02.jpg");
}
@media (max-width: 767px) {
  .c-page-head--02 {
    background-image: url("../../assets/images/include/bg/page_bg02-sp.jpg");
  }
}
.c-page-head--03 {
  background-image: url("../../assets/images/include/bg/page_bg03.jpg");
}
@media (max-width: 767px) {
  .c-page-head--03 {
    background-image: url("../../assets/images/include/bg/page_bg03-sp.jpg");
  }
}
.c-page-head--04 {
  background-image: url("../../assets/images/include/bg/page_bg04.jpg");
}
@media (max-width: 767px) {
  .c-page-head--04 {
    background-image: url("../../assets/images/include/bg/page_bg04-sp.jpg");
  }
}
.c-page-head--05 {
  background-image: url("../../assets/images/include/bg/page_bg05.jpg");
}
@media (max-width: 767px) {
  .c-page-head--05 {
    background-image: url("../../assets/images/include/bg/page_bg05-sp.jpg");
  }
}
.c-page-head .c-heading01 {
  text-indent: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-page-head .c-heading01 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .c-page-head .c-heading01--icon::before {
    height: 24px;
    background-size: cover;
    width: 22px;
  }
}

.c-slide01 {
  position: relative;
}
@media (max-width: 767px) {
  .c-slide01 {
    padding: 0 24px;
  }
}
.c-slide01 .swiper-button-next,
.c-slide01 .swiper-button-prev {
  color: #00a06e;
}
.c-slide01 .swiper-button-prev {
  left: -64px;
}
@media (max-width: 767px) {
  .c-slide01 .swiper-button-prev {
    left: -16px;
  }
  .c-slide01 .swiper-button-prev:after {
    font-size: 32px;
  }
}
.c-slide01 .swiper-button-next {
  right: -64px;
}
@media (max-width: 767px) {
  .c-slide01 .swiper-button-next {
    right: -16px;
  }
  .c-slide01 .swiper-button-next:after {
    font-size: 32px;
  }
}
.c-slide01__item {
  background-color: #fff;
  display: block;
  border-radius: 16px;
}
.c-slide01__img {
  border-radius: 16px 16px 0 0;
  width: 100%;
}
.c-slide01__heading {
  text-align: center;
  color: #00a06e;
  text-align: center;
  line-height: 1.4;
  padding: 10px 26px 10px 16px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .c-slide01__heading {
    font-size: 16px;
    padding: 12px 26px 12px 8px;
  }
}
.c-slide01__heading::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  line-height: 1em;
  height: 1em;
  font-size: 1.25em;
}

.c-breadcrumb {
  background: url("../../assets/images/include/bg/bg-yellow.jpg") repeat-y top/100% auto;
}
.c-breadcrumb__list {
  display: flex;
  list-style-type: none;
  padding: 16px 0;
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-breadcrumb__item {
  position: relative;
}
.c-breadcrumb__item:nth-child(n+2)::before {
  content: ">";
  font-size: 0.75em;
  margin: 0 1em;
  color: #00a06e;
  vertical-align: 0.125em;
}
.c-breadcrumb__item:first-child {
  padding-left: 24px;
}
.c-breadcrumb__item:last-child {
  padding-right: 24px;
}
.c-breadcrumb__link {
  font-size: 14px;
  color: #00a06e;
  transition: 0.3s;
}
.c-breadcrumb__link:hover {
  color: #fa96af;
}
@media (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 12px;
  }
}

.c-pagenation {
  width: -webkit-min-content;
  width: min-content;
  margin-left: auto;
  margin-right: auto;
}
.c-pagenation__list {
  display: flex;
  align-items: center;
	justify-content: center; 
}
.c-pagenation__link {
  display: block;
  color: #00a06e;
  transition: 0.3s;
}
.c-pagenation__link:nth-child(n+2) {
  margin-left: 8px;
}
.c-pagenation__link--num {
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  border-radius: 50%;
}
.c-pagenation__link--num:hover {
  background-color: #00a06e;
  color: #fff;
}
.c-pagenation__link--arrow-left {
  margin-right: 8px;
  font-size: 1.5em;
}
.c-pagenation__link--arrow-right {
  margin-left: 16px !important;
  font-size: 1.5em;
}
.c-pagenation__link--current {
  background-color: #00a06e;
  color: #fff;
}
@media (max-width: 767px) {
  .c-pagenation__link:nth-child(n+2) {
  margin-left: 4px;
}
.c-pagenation__link--num {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.c-pagenation__link--arrow-right {
  margin-left: 12px !important;
}
	
}
.c-heading01 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  color: #00a06e;
  letter-spacing: 0.125em;
}
@media (max-width: 767px) {
  .c-heading01 {
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
}
@media (min-width: 768px) {
  .c-heading01--icon {
    text-indent: -46px;
  }
}
@media (max-width: 767px) {
  .c-heading01--icon {
    text-indent: -22px;
  }
}
.c-heading01--icon::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 40px;
  background: url("../../assets/images/include/icon/totmate.svg") no-repeat center/38px 40px;
  margin-right: 8px;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .c-heading01--icon::before {
    width: 30;
    height: 32px;
    background-size: 30px 32px;
    margin-right: 4px;
  }
}
.c-heading01--fs {
  font-size: 28px;
}
@media (max-width: 767px) {
  .c-heading01--fs {
    font-size: 22px;
  }
}
.c-heading01--fs02 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .c-heading01--fs02 {
    font-size: 18px;
  }
}

.c-heading02 {
  text-align: center;
  overflow: hidden;
}
.c-heading02__text {
  display: inline-block;
  background-color: #00a06e;
  color: #fff;
  padding: 8px 24px;
  letter-spacing: 0.2em;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .c-heading02__text {
    font-size: 12px;
  }
}
.c-heading02__text::before, .c-heading02__text::after {
  content: "";
  display: block;
  width: 50vw;
  border-top: 3px dotted #00a06e;
  position: absolute;
  top: 1.5px;
  bottom: 0;
  margin: auto;
  height: 3px;
}
.c-heading02__text::before {
  right: calc( 100% + 16px );
}
.c-heading02__text::after {
  left: calc( 100% + 16px );
}

.c-heading03 {
  font-size: 28px;
  line-height: 1.6;
  color: #00a06e;
  position: relative;
  letter-spacing: 0.125em;
  padding-left: 1.25em;
}
.c-heading03::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: 0;
  background-color: #00a06e;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .c-heading03 {
    font-size: 22px;
  }
}

.c-heading04 {
  font-size: 22px;
  color: #00a06e;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-heading04 {
    font-size: 18px;
  }
}

.c-heading05 {
  font-size: 20px;
  color: #6e6e6e;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-heading05 {
    font-size: 18px;
  }
}

.c-line {
  border-top: 1px solid #d3d3d4;
  margin: 0;
}

.c-text01 {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 767px) {
  .c-text01 {
    font-size: 13px;
  }
}
.c-text01_photo {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .c-text01_photo {
    font-size: 13px;
  }
}

.c-text02 {
  font-size: 18px;
  color: #6e6e6e;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .c-text02 {
    font-size: 14px;
    line-height: 2;
  }
}

.c-text03 {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-text03 {
    font-size: 12px;
    line-height: 2;
  }
}
.c-text03--fsz14-sp {
  font-size: 14px;
  line-height: 1.6;
}

.c-text04 {
  font-size: 20px;
  color: #6e6e6e;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-text04 {
    font-size: 13px;
    line-height: 2;
  }
}

.c-text05 {
  font-size: 22px;
  color: #6e6e6e;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-text05 {
    font-size: 16px;
    line-height: 1.6;
  }
}

.c-list01 {
  list-style-type: none;
}
.c-list01__item {
  position: relative;
  padding-left: 1.5em;
  font-size: 18px;
  line-height: 1.6;
  color: #6e6e6e;
}
@media (max-width: 767px) {
  .c-list01__item {
    font-size: 13px;
  }
}
.c-list01__item::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  background-color: #00a06e;
  border-radius: 50%;
  top: 0.3em;
}
.c-list01__item:nth-child(n+2) {
  margin-top: 0.75em;
}
.c-list01--02 .c-list01__item {
  font-size: 14px;
}
.c-list01--mt0 .c-list01__item {
  margin-top: 0;
}

.c-list02 {
  list-style-type: none;
  counter-reset: item;
}
.c-list02 li {
  padding-left: 1.5em;
  color: #6e6e6e;
  position: relative;
  line-height: 1.6;
}
.c-list02 li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-list02 li::before {
  counter-increment: item;
  content: counter(item);
  background-color: #00a06e;
  color: #fff;
  width: 1em;
  height: 1em;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding: 0.1em;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0.15em;
}
@media (max-width: 767px) {
  .c-list02 {
    font-size: 14px;
  }
}

.c-list03 {
  padding-left: 1.25em;
  color: #6e6e6e;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-list03 {
    font-size: 14px;
  }
}
.c-list03 li:nth-child(n+2) {
  margin-top: 0.5em;
}

.c-faq-list__item:nth-child(n+2) {
  margin-top: 40px;
  border-top: 1px solid #d3d3d4;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .c-faq-list__item:nth-child(n+2) {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.c-faq-list__item:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d4;
}
@media (max-width: 767px) {
  .c-faq-list__item:last-child {
    padding-bottom: 24px;
  }
}
.c-faq-list__q, .c-faq-list__a {
  display: flex;
  align-items: flex-start;
}
.c-faq-list__a {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .c-faq-list__a {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .c-faq-list__icon {
    width: 35px;
  }
}
.c-faq-list__q-text {
  font-size: 20px;
  line-height: 1.6;
  color: #6e6e6e;
  width: calc(100% - 69px);
  margin-left: 24px;
  margin-top: 6px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-faq-list__q-text {
    margin-left: 16px;
    width: calc(100% - 51px);
    font-size: 18px;
  }
}
.c-faq-list__a-text {
  line-height: 2;
  color: #6e6e6e;
  width: calc(100% - 69px);
  margin-left: 24px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .c-faq-list__a-text {
    margin-left: 16px;
    width: calc(100% - 51px);
    font-size: 14px;
    line-height: 1.6;
  }
}

.c-table01 {
  width: 100%;
}
.c-table01__th, .c-table01__td {
  line-height: 1.8;
  border-top: 1px solid #d3d3d4;
  border-bottom: 1px solid #d3d3d4;
  text-align: left;
}
@media (max-width: 767px) {
  .c-table01__th, .c-table01__td {
    display: block;
  }
}
.c-table01__th {
  padding: 24px;
  white-space: nowrap;
  color: #00a06e;
}
@media (max-width: 767px) {
  .c-table01__th {
    font-size: 14px;
    padding: 16px 0 0;
    border-bottom: none;
  }
}
.c-table01__td {
  color: #6e6e6e;
  font-size: 14px;
  padding: 24px 24px 24px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .c-table01__td {
    font-size: 12px;
    border: none;
    padding: 4px 0 16px;
  }
}
@media (max-width: 767px) {
  .c-table01 tr:last-child .c-table01__td {
    border-bottom: 1px solid #d3d3d4;
  }
}
@media (min-width: 768px) {
  .c-table01--02 .c-table01__th {
    padding: 0;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .c-table01--02 .c-table01__th {
    padding: 8px 0 0;
  }
}
@media (min-width: 768px) {
  .c-table01--02 .c-table01__td {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .c-table01--02 .c-table01__td {
    padding: 0 0 8px;
  }
}

.c-dl-history__group {
  border-top: 1px solid #d3d3d4;
  padding: 24px;
  line-height: 1.6;
}
.c-dl-history__group:last-child {
  border-bottom: 1px solid #d3d3d4;
}
@media (min-width: 768px) {
  .c-dl-history__group {
    display: flex;
  }
}
@media (max-width: 767px) {
  .c-dl-history__group {
    padding: 24px 0;
  }
}
.c-dl-history__year {
  color: #00a06e;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-dl-history__year {
    white-space: nowrap;
    width: 72px;
  }
}
@media (max-width: 767px) {
  .c-dl-history__year {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .c-dl-history__details {
    margin-left: 40px;
    width: calc(100% - 112px);
  }
}
@media (max-width: 767px) {
  .c-dl-history__details {
    margin-top: 8px;
  }
}
.c-dl-history__dd {
  display: flex;
}
@media (max-width: 767px) {
  .c-dl-history__dd {
    margin-top: 4px;
  }
}
.c-dl-history__month {
  color: #00a06e;
  font-weight: bold;
  white-space: nowrap;
  width: 40px;
}
@media (min-width: 768px) {
  .c-dl-history__month {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .c-dl-history__month {
    font-size: 12px;
  }
}
.c-dl-history__text {
  color: #6e6e6e;
  margin-left: 24px;
  width: calc(100% - 64px);
  font-size: 14px;
}
@media (max-width: 767px) {
  .c-dl-history__text {
    font-size: 12px;
    margin-left: 8px;
    width: calc(100% - 48px);
  }
}

.c-table-map {
  width: 100%;
  height: 450px;
}

.c-btn-col {
  list-style-type: none;
}
@media (min-width: 768px) {
  .c-btn-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-btn-col .c-item {
  width: 250px;
}
@media (max-width: 767px) {
  .c-btn-col .c-item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .c-btn-col .c-item:nth-child(n+2) {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .c-btn-col .c-item:nth-child(n+2) {
    margin-top: 16px;
  }
}

.c-btn01 {
  display: inline-block;
  padding: 1em 0;
  display: block;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  background: url("../../assets/images/include/bg/bg_btn-green.jpg") no-repeat center/cover;
  transition: 0.3s;
  letter-spacing: 0.15em;
  position: relative;
}
.c-btn01::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 20px;
}
@media (max-width: 767px) {
  .c-btn01::before {
    right: 16px;
  }
}
@media (max-width: 767px) {
  .c-btn01 {
    font-size: 14px;
    padding: 1.25em 0;
  }
}
.c-btn01--big {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-btn01--big {
    font-size: 17px;
  }
}
.c-btn01:hover {
  opacity: 0.8;
}
.c-btn01--arrow-left::before {
  right: auto;
  left: 24px;
  content: "";
}
@media (max-width: 767px) {
  .c-btn01--arrow-left::before {
    left: 16px;
  }
}
.c-btn01--window::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../assets/images/include/icon/window.svg") no-repeat center/cover;
  right: 16px;
}

.c-bg-deco {
  background-repeat: no-repeat, repeat-y;
  background-size: auto, 100% auto;
  background-position: center, top;
}
@media (max-width: 767px) {
  .c-bg-deco {
    background-size: 100% auto;
    background-position: top;
  }
}
.c-bg-deco--totmate01 {
  background-image: url("../../assets/images/totomate/t_bg01.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
}
@media (max-width: 767px) {
  .c-bg-deco--totmate01 {
    background-image: url("../../assets/images/totomate/t_bg01-sp.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
  }
}
.c-bg-deco--totmate02 {
  background-image: url("../../assets/images/totomate/t_bg02.png"), url("../../assets/images/include/bg/bg-green.jpg");
}
@media (max-width: 767px) {
  .c-bg-deco--totmate02 {
    background-image: url("../../assets/images/totomate/t_bg02-sp.png"), url("../../assets/images/include/bg/bg-green.jpg");
  }
}
.c-bg-deco--totmate03 {
  background-image: url("../../assets/images/totomate/t_bg03.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
}
@media (max-width: 767px) {
  .c-bg-deco--totmate03 {
    background-image: url("../../assets/images/totomate/t_bg03-sp.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
  }
}
.c-bg-deco--totmate04 {
  background-image: url("../../assets/images/totomate/t_bg04.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
}
@media (max-width: 767px) {
  .c-bg-deco--totmate04 {
    background-image: url("../../assets/images/totomate/t_bg04-sp.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
  }
}
.c-bg-deco--o-staff01 {
  background-image: url("../../assets/images/outline/staff/o_staff_deco01.png"), url("../../assets/images/include/bg/bg-green.jpg");
  background-position: calc(50% - -490px) 240px, top;
}
@media (max-width: 767px) {
  .c-bg-deco--o-staff01 {
    background-position: bottom 16px right 8px, top;
    background-size: 56px auto, 100% auto;
  }
}
.c-bg-deco--o-staff02 {
  background-image: url("../../assets/images/outline/staff/o_staff_deco02.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
}
@media (max-width: 767px) {
  .c-bg-deco--o-staff02 {
    background-image: url("../../assets/images/outline/staff/o_staff_deco02-sp.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
    background-position: bottom, top;
  }
}
.c-bg-deco--o-staff03 {
  background-image: url("../../assets/images/outline/staff/o_staff_deco03.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
}
@media (max-width: 767px) {
  .c-bg-deco--o-staff03 {
    background-image: url("../../assets/images/outline/staff/o_staff_deco03-sp.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
    background-position: center, top;
  }
}

.c-youtube-size {
  position: relative;
}
.c-youtube-size::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-youtube-size iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-list-col01 {
  list-style-type: none;
}
@media (min-width: 768px) {
  .p-list-col01 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-list-col01__item {
    box-sizing: border-box;
    width: calc( 50% - 20px );
  }
  .p-list-col01__item:nth-child(even) {
    margin-left: 40px;
  }
  .p-list-col01__item:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .p-list-col01__item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.p-list-col01__link {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  color: #00a06e;
  position: relative;
}
@media (max-width: 767px) {
  .p-list-col01__link {
    border-radius: 8px;
  }
}
.p-list-col01__link::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 1.25em;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-list-col01__link::before {
    right: 16px;
  }
}
.p-list-col01__link:hover {
  color: #fa96af;
}
.p-list-col01__img {
  width: 180px;
}
@media (max-width: 767px) {
  .p-list-col01__img {
    width: 120px;
  }
}
.p-list-col01__text {
  width: calc(100% - 180px);
  font-size: 18px;
  font-weight: bold;
  padding: 0 34px 0 24px;
  transition: 0.3s;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-list-col01__text {
    width: calc(100% - 120px);
    font-size: 14px;
    text-align: center;
    padding: 0 40px 0 16px;
  }
}

@media (min-width: 768px) {
  .p-obj01 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 32px 100px 50%;
  }
  .p-obj01--totmate-tokai {
    background-image: url("../../assets/images/totomate/t_tokai_bg.jpg");
  }
  .p-obj01--outline-staff {
    background-image: url("../../assets/images/outline/staff/o_staff_bg.jpg");
  }
}
@media (max-width: 767px) {
  .p-obj01 {
    padding: 40px 32px;
    background: url("../../assets/images/include/bg/bg-green.jpg") no-repeat center/cover;
  }
}

.p-obj-2col01 {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 8px #eeeeee;
}
@media (min-width: 768px) {
  .p-obj-2col01--rev .p-obj-2col01__img {
    order: 2;
  }
  .p-obj-2col01--rev > picture {
    order: 2;
  }
}
@media (min-width: 768px) {
  .p-obj-2col01 {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-obj-2col01__img {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .p-obj-2col01__img {
    width: 100%;
  }
}
.p-obj-2col01__cnt {
  text-align: center;
  padding: 24px;
}
@media (min-width: 768px) {
  .p-obj-2col01__cnt {
    width: calc(100% - 420px);
  }
}
.p-obj-2col01__heading {
  font-size: 24px;
  line-height: 1.6;
  color: #00a06e;
}
@media (max-width: 767px) {
  .p-obj-2col01__heading {
    font-size: 18px;
  }
}
.p-obj-2col01__text {
  margin-top: 16px;
  color: #6e6e6e;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-obj-2col01__text {
    font-size: 13px;
    margin-top: 8px;
  }
}
.p-obj-2col01__btn {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .p-obj-2col01__btn {
    max-width: 230px;
    margin-top: 16px;
  }
}

.p-obj-2col02 {
  padding: 24px 40px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 0 8px #eeeeee;
}
@media (min-width: 768px) {
  .p-obj-2col02 {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .p-obj-2col02 {
    padding: 24px;
  }
}
.p-obj-2col02__left {
  white-space: nowrap;
  color: #00a06e;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-obj-2col02__left {
    text-align: center;
    font-size: 18px;
  }
}
.p-obj-2col02__right {
  color: #6e6e6e;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-obj-2col02__right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 3px dotted #00a06e;
  }
}
@media (max-width: 767px) {
  .p-obj-2col02__right {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 2px dotted #00a06e;
    text-align: center;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .p-obj-2col03 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .p-obj-2col03__left {
    padding-right: 56px;
    width: calc(100% - 396px);
  }
}
@media (max-width: 767px) {
  .p-obj-2col03__left {
    font-size: 12px;
  }
}
.p-obj-2col03__right {
  text-align: center;
  max-width: 340px;
}
@media (max-width: 767px) {
  .p-obj-2col03__right {
    margin-top: 24px;
  }
}
.p-obj-2col03__right--radius img {
  border-radius: 16px;
}
@media (min-width: 768px) {
  .p-obj-2col03--02 .p-obj-2col03__left {
    width: calc(100% - 336px);
  }
  .p-obj-2col03--02 .p-obj-2col03__right {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .p-obj-2col03--03 .p-obj-2col03__left {
    width: calc(100% - 476px);
  }
  .p-obj-2col03--03 .p-obj-2col03__right {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .p-obj-2col03--04 .p-obj-2col03__left {
    width: calc(100% - 420px);
    padding-right: 40px;
  }
  .p-obj-2col03--04 .p-obj-2col03__right {
    max-width: 380px;
  }
}

.p-obj-3col01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style-type: none;
}
.p-obj-3col01__item {
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
}
.p-obj-3col01__item:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .p-obj-3col01__item {
    box-sizing: border-box;
    width: calc( 100% / 3 - 48px * 2 / 3 );
  }
  .p-obj-3col01__item:not(:nth-child(3n+1)) {
    margin-left: 48px;
  }
  .p-obj-3col01__item:nth-child(n+4) {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .p-obj-3col01__item {
    box-sizing: border-box;
    width: calc( 50% - 8px );
  }
  .p-obj-3col01__item:nth-child(even) {
    margin-left: 16px;
  }
  .p-obj-3col01__item:nth-child(n+3) {
    margin-top: 16px;
  }
}
.p-obj-3col01__img {
  width: 100%;
}
.p-obj-3col01__cate {
  color: #fff;
  background-color: #fa96af;
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 24px;
  margin: 16px 0 0 16px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .p-obj-3col01__cate {
    font-size: 12px;
  }
}
.p-obj-3col01__heading {
  color: #fff;
  background: url("../../assets/images/include/bg/bg_btn-green.jpg") no-repeat center/cover;
  text-align: center;
  font-size: 18px;
  padding: 12px 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
}
.p-obj-3col01__heading::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1;
  font-size: 1.25em;
}
@media (max-width: 767px) {
  .p-obj-3col01__heading::before {
    right: 8px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .p-obj-3col01__heading {
    font-size: 12px;
    padding: 12px 20px 12px 12px;
  }
}
@media (min-width: 768px) {
  .p-obj-3col01--02 .p-obj-3col01__item {
    box-sizing: border-box;
    width: calc( 100% / 3 - 32px * 2 / 3 );
  }
  .p-obj-3col01--02 .p-obj-3col01__item:not(:nth-child(3n+1)) {
    margin-left: 32px;
  }
  .p-obj-3col01--02 .p-obj-3col01__item:nth-child(n+4) {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .p-obj-3col01--03 .p-obj-3col01__item {
    box-sizing: border-box;
    width: calc( 50% - 20px );
  }
  .p-obj-3col01--03 .p-obj-3col01__item:nth-child(even) {
    margin-left: 40px;
  }
  .p-obj-3col01--03 .p-obj-3col01__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-obj-3col01--03 .p-obj-3col01__item {
    width: 100%;
    margin-left: 0;
  }
  .p-obj-3col01--03 .p-obj-3col01__item:nth-child(n+2) {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .p-obj-3col01--03 .p-obj-3col01__heading {
    font-size: 14px;
  }
}
.p-obj-3col01--03 .p-obj-3col01__heading::before {
  right: 16px;
}

.p-obj-3col02 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (min-width: 768px) {
  .p-obj-3col02__item {
    box-sizing: border-box;
    width: calc( 100% / 3 - 32px * 2 / 3 );
  }
  .p-obj-3col02__item:not(:nth-child(3n+1)) {
    margin-left: 32px;
  }
  .p-obj-3col02__item:nth-child(n+4) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .p-obj-3col02__item {
    box-sizing: border-box;
    width: calc( 50% - 4px );
  }
  .p-obj-3col02__item:nth-child(even) {
    margin-left: 8px;
  }
  .p-obj-3col02__item:nth-child(n+3) {
    margin-top: 16px;
  }
}
.p-obj-3col02__link {
  transition: 0.3s;
  display: block;
}
.p-obj-3col02__link:hover {
  opacity: 0.7;
}
.p-obj-3col02__img {
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-obj-3col02__img {
    border-radius: 8px;
  }
}
.p-obj-3col02__text {
  text-align: center;
}
.p-obj-3col02__heading {
  margin-top: 8px;
  color: #00a06e;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-obj-3col02__heading {
    font-size: 12px;
  }
}
.p-obj-3col02__heading::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
  margin-left: 0.5em;
}
.p-obj-3col02__address {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-obj-3col02__address {
    font-size: 12px;
  }
}

.p-line-add {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-line-add__qr {
  width: 90px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .p-line-add__qr {
    display: none;
  }
}

.u-w100p {
  width: 100%;
}

.u-w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.u-w960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.u-w880 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.u-w840 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.u-w620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.u-w450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.u-w300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.u-w380 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.u-w250 {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.u-wf250 {
  width: 250px;
}

.u-wf120 {
  width: 120px;
}

.u-wf80 {
  width: 80px;
}

@media (min-width: 768px) {
  .u-wf50p-pc {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .u-w280-sp {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-w300-sp {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-w250-sp {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-w230-sp {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-w200-sp {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-w180-sp {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.u-mt0 {
  margin-top: 0px;
}

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

.u-mt8 {
  margin-top: 8px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt16 {
  margin-top: 16px;
}

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

.u-mt24 {
  margin-top: 24px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt36 {
  margin-top: 36px;
}

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

.u-mt44 {
  margin-top: 44px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt56 {
  margin-top: 56px;
}

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

.u-mt64 {
  margin-top: 64px;
}

.u-mt68 {
  margin-top: 68px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt76 {
  margin-top: 76px;
}

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

.u-mt84 {
  margin-top: 84px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt92 {
  margin-top: 92px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt104 {
  margin-top: 104px;
}

.u-mt108 {
  margin-top: 108px;
}

.u-mt112 {
  margin-top: 112px;
}

.u-mt116 {
  margin-top: 116px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt124 {
  margin-top: 124px;
}

.u-mt128 {
  margin-top: 128px;
}

.u-mt132 {
  margin-top: 132px;
}

.u-mt136 {
  margin-top: 136px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt144 {
  margin-top: 144px;
}

.u-mt148 {
  margin-top: 148px;
}

.u-mt152 {
  margin-top: 152px;
}

.u-mt156 {
  margin-top: 156px;
}

.u-mt160 {
  margin-top: 160px;
}

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

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb36 {
  margin-bottom: 36px;
}

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

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb56 {
  margin-bottom: 56px;
}

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

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb68 {
  margin-bottom: 68px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb76 {
  margin-bottom: 76px;
}

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

.u-mb84 {
  margin-bottom: 84px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb92 {
  margin-bottom: 92px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb104 {
  margin-bottom: 104px;
}

.u-mb108 {
  margin-bottom: 108px;
}

.u-mb112 {
  margin-bottom: 112px;
}

.u-mb116 {
  margin-bottom: 116px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb124 {
  margin-bottom: 124px;
}

.u-mb128 {
  margin-bottom: 128px;
}

.u-mb132 {
  margin-bottom: 132px;
}

.u-mb136 {
  margin-bottom: 136px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb144 {
  margin-bottom: 144px;
}

.u-mb148 {
  margin-bottom: 148px;
}

.u-mb152 {
  margin-bottom: 152px;
}

.u-mb156 {
  margin-bottom: 156px;
}

.u-mb160 {
  margin-bottom: 160px;
}

@media (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0px;
  }

  .u-mt4-sp {
    margin-top: 4px;
  }

  .u-mt8-sp {
    margin-top: 8px;
  }

  .u-mt12-sp {
    margin-top: 12px;
  }

  .u-mt16-sp {
    margin-top: 16px;
  }

  .u-mt20-sp {
    margin-top: 20px;
  }

  .u-mt24-sp {
    margin-top: 24px;
  }

  .u-mt28-sp {
    margin-top: 28px;
  }

  .u-mt32-sp {
    margin-top: 32px;
  }

  .u-mt36-sp {
    margin-top: 36px;
  }

  .u-mt40-sp {
    margin-top: 40px;
  }

  .u-mt44-sp {
    margin-top: 44px;
  }

  .u-mt48-sp {
    margin-top: 48px;
  }

  .u-mt52-sp {
    margin-top: 52px;
  }

  .u-mt56-sp {
    margin-top: 56px;
  }

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

  .u-mt64-sp {
    margin-top: 64px;
  }

  .u-mt68-sp {
    margin-top: 68px;
  }

  .u-mt72-sp {
    margin-top: 72px;
  }

  .u-mt76-sp {
    margin-top: 76px;
  }

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

  .u-mt84-sp {
    margin-top: 84px;
  }

  .u-mt88-sp {
    margin-top: 88px;
  }

  .u-mt92-sp {
    margin-top: 92px;
  }

  .u-mt96-sp {
    margin-top: 96px;
  }

  .u-mt100-sp {
    margin-top: 100px;
  }

  .u-mt104-sp {
    margin-top: 104px;
  }

  .u-mt108-sp {
    margin-top: 108px;
  }

  .u-mt112-sp {
    margin-top: 112px;
  }

  .u-mt116-sp {
    margin-top: 116px;
  }

  .u-mt120-sp {
    margin-top: 120px;
  }

  .u-mt124-sp {
    margin-top: 124px;
  }

  .u-mt128-sp {
    margin-top: 128px;
  }

  .u-mt132-sp {
    margin-top: 132px;
  }

  .u-mt136-sp {
    margin-top: 136px;
  }

  .u-mt140-sp {
    margin-top: 140px;
  }

  .u-mt144-sp {
    margin-top: 144px;
  }

  .u-mt148-sp {
    margin-top: 148px;
  }

  .u-mt152-sp {
    margin-top: 152px;
  }

  .u-mt156-sp {
    margin-top: 156px;
  }

  .u-mt160-sp {
    margin-top: 160px;
  }

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

  .u-mb4-sp {
    margin-bottom: 4px;
  }

  .u-mb8-sp {
    margin-bottom: 8px;
  }

  .u-mb12-sp {
    margin-bottom: 12px;
  }

  .u-mb16-sp {
    margin-bottom: 16px;
  }

  .u-mb20-sp {
    margin-bottom: 20px;
  }

  .u-mb24-sp {
    margin-bottom: 24px;
  }

  .u-mb28-sp {
    margin-bottom: 28px;
  }

  .u-mb32-sp {
    margin-bottom: 32px;
  }

  .u-mb36-sp {
    margin-bottom: 36px;
  }

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

  .u-mb44-sp {
    margin-bottom: 44px;
  }

  .u-mb48-sp {
    margin-bottom: 48px;
  }

  .u-mb52-sp {
    margin-bottom: 52px;
  }

  .u-mb56-sp {
    margin-bottom: 56px;
  }

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

  .u-mb64-sp {
    margin-bottom: 64px;
  }

  .u-mb68-sp {
    margin-bottom: 68px;
  }

  .u-mb72-sp {
    margin-bottom: 72px;
  }

  .u-mb76-sp {
    margin-bottom: 76px;
  }

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

  .u-mb84-sp {
    margin-bottom: 84px;
  }

  .u-mb88-sp {
    margin-bottom: 88px;
  }

  .u-mb92-sp {
    margin-bottom: 92px;
  }

  .u-mb96-sp {
    margin-bottom: 96px;
  }

  .u-mb100-sp {
    margin-bottom: 100px;
  }

  .u-mb104-sp {
    margin-bottom: 104px;
  }

  .u-mb108-sp {
    margin-bottom: 108px;
  }

  .u-mb112-sp {
    margin-bottom: 112px;
  }

  .u-mb116-sp {
    margin-bottom: 116px;
  }

  .u-mb120-sp {
    margin-bottom: 120px;
  }

  .u-mb124-sp {
    margin-bottom: 124px;
  }

  .u-mb128-sp {
    margin-bottom: 128px;
  }

  .u-mb132-sp {
    margin-bottom: 132px;
  }

  .u-mb136-sp {
    margin-bottom: 136px;
  }

  .u-mb140-sp {
    margin-bottom: 140px;
  }

  .u-mb144-sp {
    margin-bottom: 144px;
  }

  .u-mb148-sp {
    margin-bottom: 148px;
  }

  .u-mb152-sp {
    margin-bottom: 152px;
  }

  .u-mb156-sp {
    margin-bottom: 156px;
  }

  .u-mb160-sp {
    margin-bottom: 160px;
  }
}
.u-ml05em {
  margin-left: 0.5em;
}

.u-ml1em {
  margin-left: 1em;
}

@media (max-width: 767px) {
  .u-ml1em-sp {
    margin-left: 1em;
  }
}
.u-sec-interval {
  padding: 80px 32px 100px;
}
@media (max-width: 767px) {
  .u-sec-interval {
    padding: 40px 32px;
  }
}

.u-sec-interval-noside {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .u-sec-interval-noside {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.u-sec-interval02 {
  padding: 64px 32px 64px;
}
@media (max-width: 767px) {
  .u-sec-interval02 {
    padding: 40px 32px;
  }
}

.u-white-interval {
  background-color: #fff;
  box-shadow: 0 0 8px #eeeeee;
  padding: 56px;
  border-radius: 16px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .u-white-interval {
    padding: 24px;
  }
}

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

.u-pt8 {
  padding-top: 8px;
}

.u-pt12 {
  padding-top: 12px;
}

.u-pt16 {
  padding-top: 16px;
}

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

.u-pt24 {
  padding-top: 24px;
}

.u-pt28 {
  padding-top: 28px;
}

.u-pt32 {
  padding-top: 32px;
}

.u-pt36 {
  padding-top: 36px;
}

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

.u-pt44 {
  padding-top: 44px;
}

.u-pt48 {
  padding-top: 48px;
}

.u-pt52 {
  padding-top: 52px;
}

.u-pt56 {
  padding-top: 56px;
}

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

.u-pt64 {
  padding-top: 64px;
}

.u-pt68 {
  padding-top: 68px;
}

.u-pt72 {
  padding-top: 72px;
}

.u-pt76 {
  padding-top: 76px;
}

.u-pt80 {
  padding-top: 80px;
}

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

.u-pb8 {
  padding-bottom: 8px;
}

.u-pb12 {
  padding-bottom: 12px;
}

.u-pb16 {
  padding-bottom: 16px;
}

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

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb28 {
  padding-bottom: 28px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb36 {
  padding-bottom: 36px;
}

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

.u-pb44 {
  padding-bottom: 44px;
}

.u-pb48 {
  padding-bottom: 48px;
}

.u-pb52 {
  padding-bottom: 52px;
}

.u-pb56 {
  padding-bottom: 56px;
}

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

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb68 {
  padding-bottom: 68px;
}

.u-pb72 {
  padding-bottom: 72px;
}

.u-pb76 {
  padding-bottom: 76px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-plr16 {
  padding-left: 16px;
  padding-right: 16px;
}

.u-plr24 {
  padding-left: 24px;
  padding-right: 24px;
}

.u-plr32 {
  padding-left: 32px;
  padding-right: 32px;
}

@media (max-width: 767px) {
  .u-pt0-sp {
    padding-top: 0px;
  }

  .u-pt4-sp {
    padding-top: 4px;
  }

  .u-pt8-sp {
    padding-top: 8px;
  }

  .u-pt12-sp {
    padding-top: 12px;
  }

  .u-pt16-sp {
    padding-top: 16px;
  }

  .u-pt20-sp {
    padding-top: 20px;
  }

  .u-pt24-sp {
    padding-top: 24px;
  }

  .u-pt28-sp {
    padding-top: 28px;
  }

  .u-pt32-sp {
    padding-top: 32px;
  }

  .u-pt36-sp {
    padding-top: 36px;
  }

  .u-pt40-sp {
    padding-top: 40px;
  }

  .u-pt44-sp {
    padding-top: 44px;
  }

  .u-pt48-sp {
    padding-top: 48px;
  }

  .u-pt52-sp {
    padding-top: 52px;
  }

  .u-pt56-sp {
    padding-top: 56px;
  }

  .u-pt60-sp {
    padding-top: 60px;
  }

  .u-pt64-sp {
    padding-top: 64px;
  }

  .u-pt68-sp {
    padding-top: 68px;
  }

  .u-pt72-sp {
    padding-top: 72px;
  }

  .u-pt76-sp {
    padding-top: 76px;
  }

  .u-pt80-sp {
    padding-top: 80px;
  }

  .u-pb0-sp {
    padding-bottom: 0px;
  }

  .u-pb4-sp {
    padding-bottom: 4px;
  }

  .u-pb8-sp {
    padding-bottom: 8px;
  }

  .u-pb12-sp {
    padding-bottom: 12px;
  }

  .u-pb16-sp {
    padding-bottom: 16px;
  }

  .u-pb20-sp {
    padding-bottom: 20px;
  }

  .u-pb24-sp {
    padding-bottom: 24px;
  }

  .u-pb28-sp {
    padding-bottom: 28px;
  }

  .u-pb32-sp {
    padding-bottom: 32px;
  }

  .u-pb36-sp {
    padding-bottom: 36px;
  }

  .u-pb40-sp {
    padding-bottom: 40px;
  }

  .u-pb44-sp {
    padding-bottom: 44px;
  }

  .u-pb48-sp {
    padding-bottom: 48px;
  }

  .u-pb52-sp {
    padding-bottom: 52px;
  }

  .u-pb56-sp {
    padding-bottom: 56px;
  }

  .u-pb60-sp {
    padding-bottom: 60px;
  }

  .u-pb64-sp {
    padding-bottom: 64px;
  }

  .u-pb68-sp {
    padding-bottom: 68px;
  }

  .u-pb72-sp {
    padding-bottom: 72px;
  }

  .u-pb76-sp {
    padding-bottom: 76px;
  }

  .u-pb80-sp {
    padding-bottom: 80px;
  }

  .u-plr16-sp {
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-plr24-sp {
    padding-left: 24px;
    padding-right: 24px;
  }

  .u-plr32-sp {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.u-b-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-bg-green {
  background: url("../../assets/images/include/bg/bg-green.jpg") repeat-y top/100% auto;
}

.u-bg-yellow {
  background: url("../../assets/images/include/bg/bg-yellow.jpg") repeat-y top/100% auto;
}

.u-bg-pink {
  background: url("../../assets/images/include/bg/bg-pink.jpg") no-repeat center/cover;
}

.u-bg-yellow-deco {
  background-image: url("../../assets/images/include/bg/bg_deco01.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
  background-position: top center;
  background-size: auto, 100% auto;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .u-bg-yellow-deco {
    background-image: url("../../assets/images/include/bg/bg_deco01-sp.png"), url("../../assets/images/include/bg/bg-yellow.jpg");
    background-size: 100% auto;
  }
}

.u-bg-green-deco {
  background-image: url("../../assets/images/include/bg/bg_deco02.png"), url("../../assets/images/include/bg/bg-green.jpg");
  background-position: top center;
  background-size: auto, 100% auto;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .u-bg-green-deco {
    background-image: url("../../assets/images/include/bg/bg_deco02-sp.png"), url("../../assets/images/include/bg/bg-green.jpg");
    background-size: 100% auto;
  }
}

.u-fw-bold {
  font-weight: bold;
}

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

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

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

.u-ta-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .u-ta-center-pc {
    text-align: center;
  }

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

  .u-ta-left-pc {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .u-ta-center-sp {
    text-align: center;
  }

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

  .u-ta-left-sp {
    text-align: left;
  }
}
.u-c-green {
  color: #00a06e;
}

.u-c-pink {
  color: #fa96af;
}

.u-bgc-green {
  background-color: #00a06e;
}

.u-bgc-pink {
  background-color: #fa96af;
}

.u-fsz075em {
  font-size: 0.75em;
}

@media (min-width: 768px) {
  .u-fsz21-pc {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .u-fsz18-sp {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .u-fsz20-sp {
    font-size: 20px;
    line-height: 1.6;
  }
}
.u-hover-opacity {
  transition: 0.3s;
}
.u-hover-opacity:hover {
  opacity: 0.7;
}

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

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}