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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #282828;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 1.4rem;
}

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

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

p,
ul li,
ol li {
  text-align: justify;
  text-justify: inter-ideograph;
}

img,
picture {
  display: block;
}

img {
  width: 100%;
}

b {
  font-weight: bold;
}

main {
  margin-top: 7.1rem;
}

/*
* wrapper
*/
.l-base {
  margin-left: 20px;
  margin-right: 20px;
}

.l-inner {
  margin-left: 20px;
  margin-right: 20px;
}

/*
* header
*/
.l-hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 3px 3px 4px rgba(220, 220, 220, 0.4);
  z-index: 10;
}

.l-gnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.l-gnav.open {
  display: block;
}
.l-gnav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

/*
* article
*/
.l-3rsn-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: (auto)[4];
      grid-template-rows: repeat(4, auto);
  grid-template-areas: "ttl" "heading" "img" "txt";
  -ms-flex-align: start;
      align-items: flex-start;
}
.l-3rsn-grid__ttl {
  grid-area: ttl;
  justify-self: flex-start;
}
.l-3rsn-grid__h {
  grid-area: heading;
}
.l-3rsn-grid__txt {
  grid-area: txt;
}
.l-3rsn-grid__img {
  grid-area: img;
}

.l-flow-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: (auto)[4];
      grid-template-rows: repeat(4, auto);
  grid-template-areas: "num" "heading" "img" "txt";
}
.l-flow-grid__num {
  grid-area: num;
}
.l-flow-grid__h {
  grid-area: heading;
}
.l-flow-grid__txt {
  grid-area: txt;
}
.l-flow-grid__img {
  grid-area: img;
}

/*
* footer
*/
.l-back2top {
  position: fixed;
  bottom: 7rem;
  right: 20px;
}

/*
 * ボタン
 */
.c-btn {
  margin: 0;
  padding: 0;
  appearance: none;
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 1;
  background-color: #EEE;
  text-decoration: none;
  cursor: pointer;
}

/*
 * 見出し
 */
.c-h1 {
  text-align: center;
  margin-bottom: 3rem;
}
.c-h1__box {
  display: inline-block;
  position: relative;
}
.c-h1__box:before, .c-h1__box:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background: #282828;
}
.c-h1__box:before {
  position: absolute;
  top: 1rem;
  left: 0;
}
.c-h1__box:after {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-h1__en {
  display: inline-block;
  padding: 0 1rem;
  background: #FFF;
  position: relative;
  font-size: 1rem;
}
.c-h1__main {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1.5rem;
}
.c-h1__main small {
  display: inline-block;
  font-weight: normal;
  font-size: 1.6rem;
}
.c-h1__note {
  color: #333333;
  text-align: center;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
}

.c-h2 {
  font-size: 2.4rem;
  position: relative;
  font-weight: bold;
  padding: 1.8rem 0;
  margin-bottom: 3rem;
  text-align: center;
}
.c-h2:before, .c-h2:after {
  content: "";
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: min(100%, 40rem);
  height: 1.5px;
  background: #282828;
}
.c-h2:before {
  top: 0;
}
.c-h2:after {
  bottom: 0;
}

/*
 * リスト
 */
.c-checklist li {
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
}
.c-checklist li:before {
  content: "";
  background: url("../images/koutsujiko/icon_check.webp") no-repeat center/contain;
  width: 4rem;
  height: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-checklist li + li {
  margin-top: 2rem;
}
.c-checklist li small {
  font-size: 1.2rem;
}

.c-fig-cap-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.c-fig-cap-row img {
  width: 100%;
}
.c-fig-cap-row__txt {
  color: #fd832d;
  text-align: center;
  font-size: 1.4rem;
}
.c-fig-cap-row__item {
  width: 28%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.c-fig-cap-row__icon {
  font-size: 1.6rem;
}

.c-link {
  text-decoration: underline !important;
  color: #007cff;
  transition: opacity 0.3s;
}
.c-link:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*
 * header
 */
.p-hdr {
  padding: 0.5rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-hdr__h1 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.p-hdr__name {
  color: #282828;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 0.8rem;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  transition: opacity 0.3s;
}
.p-hdr__name:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-hdr__name p {
  font-weight: bold;
  text-align: center;
}
.p-hdr__name small {
  display: block;
  font-size: 1.2rem;
}
.p-hdr__name img {
  width: 4rem;
}
.p-hdr__tel:before {
  content: "";
  background: url("../images/icon/icon_tel.svg") no-repeat center/contain;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  margin-right: 1rem;
}
.p-hdr__tel-box {
  display: none;
}
.p-hdr__tel-box__txt {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
.p-hdr__btn {
  font-size: 1rem;
  background: #fd832d;
  color: #fff;
  font-weight: bold;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-hdr__btn span {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../images/icon_menu.svg") no-repeat center/contain;
  margin: 0 auto;
}
.p-hdr__note {
  color: #FFF;
  background: #fd832d;
  text-align: center;
  line-height: 1.3;
  padding: 0.7rem 0.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0.8rem 0 auto;
  margin-left: auto;
  font-size: 1.1rem;
}
.p-hdr__table {
  white-space: nowrap;
  min-width: 31rem;
  margin: 0 auto;
}
.p-hdr__table__main-content {
  padding: 1.7rem 0 0.7rem;
}
.p-hdr__table th {
  width: 6.5rem;
}
.p-hdr__table th span {
  background: #fd832d;
  color: #FFF;
  border-radius: 0.4rem;
  padding: 0.2rem 1rem;
  width: 100%;
  display: inline-block;
  font-size: 1rem;
}
.p-hdr__table td {
  padding-left: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
.p-hdr__icon-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 1rem;
  overflow: hidden;
}
.p-hdr__icon-list li {
  position: relative;
  padding-top: 0.5rem;
  width: 7.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-hdr__icon-list li:before {
  content: "";
  border-radius: 50%;
  background: #ffeee2;
  width: 7.8rem;
  height: 7.8rem;
  top: 0;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-hdr__icon-list li img {
  width: 2.6rem;
  margin: 0 auto;
}
.p-hdr__icon-list li p {
  color: #fd832d;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 0.4rem;
  font-size: 0.9rem;
}

.p-gnav-pc {
  display: none;
}
.p-gnav-pc__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0 3rem;
  padding: 1rem 0;
}
.p-gnav-pc__list a {
  font-weight: bold;
  color: #fd832d;
  transition: opacity 0.3s;
}
.p-gnav-pc__list a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.p-gnav {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  background: #FCF8F3;
  padding: 3rem 8rem 3rem 3rem;
  border-radius: 1.5rem 0 0 1.5rem;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  right: -30rem;
  transition: right 0.3s;
}
.p-gnav.open {
  right: 0;
}
.p-gnav__list {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-gnav__list li + li {
  margin-top: 3rem;
}
.p-gnav__list a {
  color: inherit;
  transition: opacity 0.3s;
}
.p-gnav__list a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-gnav__close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: transparent;
  transition: opacity 0.3s;
}
.p-gnav__close:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-gnav__close:before, .p-gnav__close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #282828;
}
.p-gnav__close:before {
  transform: rotate(-45deg);
  margin-top: -1px;
}
.p-gnav__close:after {
  transform: rotate(45deg);
  margin-top: -1px;
}

/*
 * article
 */
.p-tv {
  background: url("../images/topview/topview_sp.webp") no-repeat center/cover;
  overflow: hidden;
}
.p-tv__txt-box {
  display: inline-block;
  margin-left: 50%;
  padding-top: 2rem;
  transform: translateX(-40%);
  white-space: nowrap;
}
.p-tv__txt1 {
  text-align: center;
  margin: 0 0 1rem;
  font-size: 1.2rem;
}
.p-tv__txt1:last-of-type {
  margin-bottom: 1rem;
}
.p-tv__txt2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.p-tv__txt2 em {
  font-size: 2.4rem;
}
.p-tv__txt2 small {
  font-weight: normal;
  font-size: 1rem;
}
.p-tv__note {
  text-align: center;
  display: block;
  margin: 0 0 1rem;
  font-size: 0.8rem;
}
.p-tv__list {
  margin-bottom: 1rem;
}
.p-tv__list .c-fig-cap-row__item img {
  width: 6.5rem;
}
.p-tv__list .c-fig-cap-row__txt {
  font-size: 1rem;
}
.p-tv__txt3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.p-tv__line {
  color: #FFF;
  padding: 1.2rem 0 1.5rem;
  background: linear-gradient(90deg, #f83600 0, #f9d423 100%);
  font-size: 1.6rem;
}
.p-tv__line p {
  text-align: center;
}
.p-tv__line em {
  color: #fffc9d;
  font-size: 2.4rem;
}

.p-kj-tv {
  position: relative;
}
.p-kj-tv__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 1.5rem;
  color: #666666;
  padding: 2rem 20px;
}
.p-kj-tv__top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/koutsujiko/topview_h_bg.webp) no-repeat center/100% auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="32" /></filter></svg>#filter');
  filter: blur(2rem);
}
.p-kj-tv__h1 {
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 2.4rem;
}
.p-kj-tv__h1 em {
  font-size: 2.4rem;
}
.p-kj-tv__txt {
  text-align: right;
  position: relative;
}
.p-kj-tv__icon01 {
  position: relative;
  width: 14%;
}
.p-kj-tv__icon02 {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 27%;
}
.p-kj-tv__txt-img {
  position: absolute;
  bottom: 10%;
  left: 20px;
  width: 55%;
}
.p-kj-tv__list {
  background: #ffeee2;
  padding: 1rem 0;
}

.p-handle {
  padding: 2rem 0 6rem;
}
.p-handle__h1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.p-handle__list {
  gap: 0 3%;
}

.p-slide01 {
  margin-bottom: 6rem;
}
.p-slide01__txt {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.p-slide01__inner {
  width: min(100%, 78rem);
  margin: 0 auto;
  position: relative;
}
.p-slide01__arrow {
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: url("../images/icon/icon_arrow.svg") no-repeat center/contain;
  width: 3rem;
  height: 3rem;
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 40%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-slide01__arrow:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-slide01__arrow svg {
  display: none;
}
.p-slide01__prev {
  left: 15%;
  transform: scale(-1, 1) translateY(-50%);
}
.p-slide01__next {
  right: 15%;
  transform: translateY(-50%);
}

.p-slide02 {
  width: min(100% - 40px, 46rem);
  margin: 0 auto 1.5rem;
}
.p-slide02__arrow {
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: url("../images/icon/icon_arrow.svg") no-repeat center/contain;
  width: 3rem;
  height: 3rem;
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-slide02__arrow:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-slide02__arrow svg {
  display: none;
}
.p-slide02__prev {
  left: -0.5rem;
  transform: scale(-1, 1) translateY(-50%);
}
.p-slide02__next {
  right: -0.5rem;
  transform: translateY(-50%);
}

.p-thanks {
  margin-bottom: 8rem;
}
.p-thanks__txt1 {
  margin: 0 0 2.5rem;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}
.p-thanks__txt1 em {
  font-size: 2rem;
}
.p-thanks__thumb {
  margin-bottom: 6rem;
}
.p-thanks__list .c-fig-cap-row__txt {
  font-size: 1.2rem;
}

.p-voice__txt1 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.p-voice__txt1 b {
  font-size: 2rem;
}
.p-voice__list01 {
  display: inline-block;
  margin: 3.5rem 20px 2.5rem;
}
.p-voice__list01 li {
  background: #FFF;
  box-shadow: 3px 3px 3px #e6e3df;
  padding: 0.8rem 0.5rem;
  border-radius: 0.8rem;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-voice__list01 li + li {
  margin-top: 1.5rem;
}
.p-voice__list01 li p {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #FFF;
  background: #fd832d;
  margin-right: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.2rem;
}
.p-voice__list01 li img {
  width: 6rem;
  margin-right: 0.5rem;
}
.p-voice__list01 li h3 {
  -ms-flex: 1;
      flex: 1;
  font-size: 1.4rem;
}
.p-voice__list02 {
  padding-bottom: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3rem;
}
.p-voice__list02 img {
  border-radius: 0.8rem;
  box-shadow: 0.5rem 0.5rem 0.5rem #dcd4c4;
}

.p-spt {
  margin: 8rem 0;
}
.p-spt__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.5rem;
}
.p-spt__list > li {
  background: #F3F3F1;
  border-radius: 1.5rem;
  padding: 1.5rem 3rem 2.5rem;
}
.p-spt__list > li img {
  margin-bottom: 2rem;
}
.p-spt__num {
  font-size: 1.2rem;
}
.p-spt__ttl {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
}
.p-spt__ttl.-small {
  font-size: 2.4rem;
}
.p-spt__list02 > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0 0.5rem;
  font-size: 1.8rem;
}
.p-spt__list02 > li:before {
  content: "●";
  color: #fd832d;
}
.p-spt__list02 > li + li {
  margin-top: 0.7rem;
}

.p-cct__txt1 {
  text-align: center;
  margin: 0 20px 3rem;
  font-size: 1.6rem;
}
.p-cct__hukidashi {
  background: url("../images/concept/hukidashi_sp.webp") no-repeat center top/contain;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  padding: 1rem 0 4.5rem;
  width: 33.5rem;
  font-size: 1.8rem;
}
.p-cct__hukidashi em {
  font-size: 2.2rem;
}
.p-cct__h2 {
  text-align: center;
  font-weight: bold;
  margin: 7rem 0 2.5rem;
  font-size: 1.6rem;
}
.p-cct__flow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 9rem;
}
.p-cct__flow li {
  margin: 0 auto;
}
.p-cct__flow li:first-of-type {
  width: 18rem;
}
.p-cct__flow li:nth-of-type(2) {
  width: 34.5rem;
}
.p-cct__flow li:last-of-type {
  width: 26rem;
  padding-left: 3rem;
}
.p-cct__flow li + li {
  position: relative;
}
.p-cct__flow li + li:before {
  content: "";
  display: block;
  width: 6rem;
  height: 3.9rem;
  background: #fd832d;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6.5rem;
}
.p-cct__arrow {
  height: 2.5rem;
  border-bottom: 2px solid #282828;
  border-left: 2px solid #282828;
  border-right: 2px solid #282828;
  position: relative;
  margin-bottom: 6rem;
}
.p-cct__arrow:after {
  content: "";
  position: absolute;
  bottom: -5.4rem;
  left: 0;
  display: block;
  height: 5.4rem;
  width: 100%;
  background: url("../images/icon/arrow_down.webp") no-repeat center top/contain;
}
.p-cct__thumb {
  width: min(100%, 77rem);
  margin: 0 auto 2.5rem;
}
.p-cct__thumb02 {
  width: min(100%, 82rem);
  margin: 0 auto;
}
.p-cct__col img {
  margin: 0 auto;
}
.p-cct__col img:first-of-type {
  width: 30rem;
}
.p-cct__col img:nth-of-type(2) {
  width: 24rem;
}
.p-cct__col img + img {
  margin-top: 2.5rem;
}

.p-apr__txt-box {
  -ms-flex: 1;
      flex: 1;
}
.p-apr__num {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.p-apr__h1 {
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}
.p-apr__txt {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 1.5rem;
}
.p-apr__txt2 {
  text-align: center;
  margin-bottom: 0.5rem;
  padding-top: 2.5rem;
  font-size: 2rem;
}
.p-apr__txt3 {
  text-align: center;
  margin-bottom: 1.2rem;
  font-size: 2.2rem;
}
.p-apr__thumb {
  width: min(100% - 40px, 70rem);
  margin: 0 auto;
}
.p-apr__hukidashi {
  background: url("../images/approach/approach_hukidashi.webp") no-repeat center top/contain;
  text-align: center;
  font-weight: bold;
  width: 35rem;
  margin: 3rem auto 1rem;
  padding: 2rem 0 5.5rem;
  font-size: 2.4rem;
}
.p-apr__img {
  width: min(100%, 43rem);
  margin: 0 auto;
}
.p-apr__item + .p-apr__item {
  margin-top: 5rem;
}

.p-flow {
  padding: 0 0 8rem;
}
.p-flow.-koutsujiko {
  padding-top: 6rem;
}
.p-flow__item {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 5rem;
}
.p-flow__item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
  display: block;
  height: 4rem;
  width: 4rem;
  background: url("../images/icon/arrow_down.webp") no-repeat center/contain;
}
.p-flow__item:last-of-type {
  margin-bottom: 0;
}
.p-flow__item:last-of-type:after {
  display: none;
}
.p-flow__num {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.p-flow__h {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.p-flow__txt {
  font-size: 1.6rem;
  line-height: 2;
}
.p-flow__txt + .p-flow__txt {
  margin-top: 1.5em;
}
.p-flow__img {
  width: min(100%, 43rem);
  margin: 0 auto 1.5rem;
}

.p-ins {
  padding: 3rem 0 0;
  font-weight: bold;
}
.p-ins__h1 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.6rem;
}
.p-ins__item {
  background: #f8f1f0;
  padding: 1.5rem 0 2.5rem;
  border-radius: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.p-ins__item + .p-ins__item {
  margin-top: 2.5rem;
}
.p-ins__h2 {
  color: #d78a85;
  display: inline-block;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
}
.p-ins__h2:after {
  content: "";
  display: block;
  height: 0.5rem;
  border-top: 1px solid #d78a85;
  border-bottom: 1px solid #d78a85;
}
.p-ins__txt {
  display: inline-block;
  font-size: 1.4rem;
}

.p-space {
  margin-bottom: 8rem;
}
.p-space__h1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}
.p-space__h1 span {
  color: #fd832d;
}
.p-space__1col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-space__1col img {
  width: min(100%, 46rem);
}
.p-space__3col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem 2rem;
}
.p-space__txt {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
.p-space__item + .p-space__item {
  margin-top: 6rem;
}

.p-group {
  margin-bottom: 6rem;
}
.p-group__txt {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.2rem;
}
.p-group__h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}
.p-group__h2 span {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 2px solid #282828;
}
.p-group__item + .p-group__item {
  margin-top: 6rem;
}

.p-phil {
  padding: 8rem 0 0;
}
.p-phil__box {
  position: relative;
  text-align: center;
  padding-bottom: 20%;
}
.p-phil__txt1, .p-phil__txt2, .p-phil__txt3 {
  font-size: 1.2rem;
}
.p-phil__txt1 {
  position: absolute;
  top: -10%;
  left: 0;
  color: #fd832d;
  width: 30%;
}
.p-phil__txt2 {
  color: #228ca4;
  width: 30%;
  position: absolute;
  top: -15%;
  right: 0;
}
.p-phil__txt3 {
  color: #53a422;
  position: absolute;
  bottom: 9%;
  left: 0;
}

.p-cov {
  margin: 10rem 0 8rem;
}
.p-cov img {
  margin: 0 auto;
  width: min(100% - 40px, 48.5rem);
}

.p-access {
  margin-bottom: 8rem;
}
.p-access__h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.p-access__txt {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.2rem;
}
.p-access__map {
  position: relative;
  aspect-ratio: 16/9;
  width: min(100% - 40px, 70rem);
  margin: 0 auto;
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-intro {
  background: #fffdf4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-intro__left {
  width: 50%;
}
.p-intro__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 80%;
  line-height: 1;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
  margin: 1rem auto 0;
  background: linear-gradient(rgba(202, 151, 9, 0.72), #fece49);
  text-align: center;
}
.p-intro__price {
  width: 80%;
  margin: 1rem auto;
}
.p-intro__thumb {
  width: 50%;
  position: relative;
}
.p-intro__thumb img {
  height: 100%;
  object-fit: cover;
}
.p-intro__cap {
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  background: #EEEEEE;
  color: #666666;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-align: center;
  white-space: nowrap;
}

.p-worries {
  padding: 5rem 0;
  text-align: center;
}
.p-worries__list {
  margin-bottom: 5rem;
  display: inline-block;
}
.p-worries__thumb {
  border: 1px solid #eaeaea;
  width: min(100%, 60rem);
  margin: 0 auto;
}

.p-3rsn {
  padding: 6rem 0;
  background: #ffeee2;
}
.p-3rsn__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 3rem;
  margin-top: 5rem;
}
.p-3rsn__list li {
  width: 30rem;
}

.p-consult {
  padding: 6rem 0;
  text-align: center;
  background: url("../images/koutsujiko/consult_bg.webp") no-repeat center top/cover;
  margin-bottom: 3rem;
}
.p-consult__list {
  background: #fff;
  display: inline-block;
  border: 5px solid #fd832d;
  padding: 3rem 2rem 3rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.p-ex {
  padding: 10rem 0;
}
.p-ex__item + .p-ex__item {
  margin-top: 5rem;
}
.p-ex__item:last-of-type {
  margin-bottom: 4rem;
}
.p-ex__h {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fd832d;
  text-align: center;
  background: #f8f5f0;
  border-radius: 1rem;
  margin-bottom: 3rem;
  padding: 1.5rem 0;
}
.p-ex__img {
  width: 12rem;
  margin: 0 auto 0.5rem;
}
.p-ex__txt {
  font-size: 1.4rem;
}
.p-ex__txt + .p-ex__txt {
  margin-top: 2rem;
}
.p-ex__note {
  font-size: 1.6rem;
  color: #fd832d;
  text-align: center;
  font-weight: bold;
}
.p-ex__note + .p-ex__note {
  margin-top: 2.8rem;
}
.p-ex__list {
  font-size: 1.4rem;
  margin: 3rem 0;
}

.p-qanda__a, .p-qanda__q {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-qanda__a:before, .p-qanda__q:before {
  color: #FFF;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.3rem;
}

.p-qanda {
  padding: 8rem 0;
}
.p-qanda__list {
  width: min(100%, 70rem);
  margin-left: auto;
  margin-right: auto;
}
.p-qanda__item + .p-qanda__item {
  margin-top: 3rem;
}
.p-qanda__q {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.5rem 1rem;
  background: #fff;
  box-shadow: 3px 3px 3px #e6e3df;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}
.p-qanda__q:before {
  content: "Q";
  background: #fd832d;
}
.p-qanda__a {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 2rem;
  margin-right: 2rem;
}
.p-qanda__a:before {
  content: "A";
  font-size: 1.4rem;
  background: #ffc093;
}

.p-daycare {
  padding: 1rem 0 8rem;
}
.p-daycare__h2 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 2.2rem;
}
.p-daycare__txt1 {
  font-size: 1.6rem;
}
.p-daycare__txt1 + .p-daycare__txt1 {
  margin-top: 1.5em;
}
.p-daycare__h3 {
  text-align: center;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
.p-daycare__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin: 5rem 0;
}
.p-daycare__list li {
  width: 33rem;
}

.p-pp {
  width: min(100%, 70rem);
  padding: 6rem 0;
  margin: 0 auto 6rem;
}
.p-pp__h1 {
  font-weight: bold;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
}
.p-pp h2 {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.p-pp p {
  font-size: 1.2rem;
}
.p-pp p + p {
  margin-top: 1.5em;
}
.p-pp p + h2 {
  margin-top: 4rem;
}

/*
 * aside
 */
.p-cta {
  margin: 6.5rem 0 8rem;
}
.p-cta__inner {
  width: min(100% - 40px, 71.5rem);
  margin: 0 20px 3rem;
  background: #FFEEE1;
  border-radius: 1rem;
  padding: 2.4rem 0;
}
.p-cta__btn01 {
  display: block;
  margin: 1.5rem 3% 2.5rem;
  transition: opacity 0.3s;
}
.p-cta__btn01:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-cta__box {
  border-radius: 1rem;
  background: #FFF;
  margin: 0 3%;
  padding: 3.2rem 2.5% 2.4rem;
}
.p-cta__btn02 {
  display: block;
  margin-top: 2.4rem;
}
.p-cta__btn02__txt {
  text-align: center;
  font-size: 1.4rem;
}
.p-cta__tel-box {
  background: #FFF0F1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 3rem;
  padding-bottom: 1.5rem;
}
.p-cta__tel {
  background: #fd832d;
  color: #FFF;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0.4rem;
  padding: 0.5rem 6%;
  gap: 0 0.7rem;
  letter-spacing: 0.07em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  transition: opacity 0.3s;
}
.p-cta__tel:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-cta__tel:before {
  content: "";
  background: url("../images/icon/icon_tel_white.svg") no-repeat center/contain;
  width: 2rem;
  height: 2rem;
}
.p-cta__tel span {
  color: #fd832d;
  display: inline-block;
  background: #FFF;
  padding: 0.3rem 1rem;
  font-size: 1.3rem;
}

.p-linkbox__tel, .p-linkbox__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 1.7rem 0;
  width: 50%;
  border-radius: 0.8rem;
}

.p-linkbox {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 0 0.3rem;
}
.p-linkbox__line {
  background-color: #06C755;
}
.p-linkbox__line img {
  width: 25px;
  margin-right: 8px;
}
.p-linkbox__tel {
  background: linear-gradient(to bottom, #FFD0CE, #FE9091);
}
.p-linkbox__tel img {
  width: 24px;
  margin-right: 10px;
}

/*
 * footer
 */
.p-ftr {
  background: #fd832d;
  color: #FFF;
  padding-top: 6rem;
  margin-bottom: 6rem;
  text-align: center;
}
.p-ftr__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 4rem 0;
  margin-bottom: 6rem;
}
.p-ftr__insta {
  width: 4rem;
  transition: opacity 0.3s;
}
.p-ftr__insta:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-ftr__link {
  text-decoration: underline !important;
  color: #FFF;
}
.p-ftr__link:hover {
  text-decoration: none !important;
}
.p-ftr__txt {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.p-ftr__cr {
  font-size: 1rem;
  text-align: center;
  padding: 0 0 2rem;
}

.p-back2top {
  transition: opacity 0.3s;
  font-size: 1.2rem;
  border-radius: 50%;
  border: 2px solid #FFF;
  background: #fd832d;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 5.5rem;
  height: 5.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 0.5rem;
}
.p-back2top:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-back2top:before {
  content: "";
  height: 1rem;
  width: 1rem;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

/*
 * block
 */
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

.u-hidden {
  display: none;
}

/*
 * color
 */
.u-orange-light {
  color: #fd832d;
}

.u-orange-dark {
  color: #EB5514;
}

.u-red {
  color: #fc2727;
}

.u-bg-orange-gray {
  background: #f8f5f0;
}

/*
 * text-align
 */
.u-tac {
  text-align: center;
}

/*-------------------------------

	Reset

-------------------------------*/
/*-------------------------------

	Foundation

-------------------------------*/
/*-------------------------------

	Layout

-------------------------------*/
/*-------------------------------

	Object

-------------------------------*/
/*---------- Component ----------*/
/*---------- Project ----------*/
/*---------- Utility ----------*/
@media only screen and (min-width: 990px){

  /* tablet-size */
  body{
    font-size: 1.6rem;
  }
  main{
    margin-top: 21rem;
  }
  .l-base{
    width: min(100% - 80px, 1000px);
    margin-left: auto;
    margin-right: auto;
  }
  .l-inner{
    margin-left: 40px;
    margin-right: 40px;
  }
  .l-3rsn-grid{
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
    -ms-grid-rows: 5rem 5rem auto;
        grid-template-rows: 5rem 5rem auto;
    grid-template-areas: "ttl img" "heading img" "txt img";
    grid-gap: 0 3rem;
  }
  .l-flow-grid{
    -ms-grid-columns: 43% 50%;
        grid-template-columns: 43% 50%;
    -ms-grid-rows: 4rem auto 1fr;
        grid-template-rows: 4rem auto 1fr;
    grid-template-areas: "img num" "img heading" "img txt";
    grid-gap: 0 7%;
  }
  .l-back2top{
    bottom: 20px;
  }
  .c-h1{
    margin-bottom: 5rem;
  }
  .c-h1__box{
    padding-bottom: 1.5rem;
  }
  .c-h1__box:before, .c-h1__box:after{
    height: 2px;
  }
  .c-h1__box:before{
    top: 1.5rem;
  }
  .c-h1__en{
    font-size: 2rem;
  }
  .c-h1__en{
    padding: 0 2rem;
  }
  .c-h1__main{
    font-size: 4rem;
  }
  .c-h1__main{
    margin: 1.5rem 0;
  }
  .c-h1__main small{
    font-size: 2.4rem;
  }
  .c-h1__note{
    font-size: 1.6rem;
  }
  .c-h2{
    font-size: 4rem;
  }
  .c-h2{
    margin-bottom: 5rem;
  }
  .c-h2:before, .c-h2:after{
    width: 56rem;
    height: 2px;
  }
  .c-checklist li{
    font-size: 2.8rem;
  }
  .c-checklist li:before{
    width: 6rem;
    height: 6rem;
  }
  .c-checklist li + li{
    margin-top: 5rem;
  }
  .c-checklist li small{
    font-size: 1.6rem;
  }
  .c-fig-cap-row img{
    width: 19rem;
    margin: 0 auto;
  }
  .c-fig-cap-row__txt{
    font-size: 2.2rem;
  }
  .c-fig-cap-row__item{
    width: auto;
  }
  .c-fig-cap-row__icon{
    font-size: 4.8rem;
  }
  .c-fig-cap-row__icon{
    margin-right: 1rem;
  }
  .p-hdr{
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0.5rem 20px 0;
    gap: 0 2rem;
  }
  .p-hdr__h1{
    display: none;
  }
  .p-hdr__tel{
    font-weight: bold;
    color: inherit;
    transition: color 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1;
    font-size: 2.4rem;
    margin: 0.5rem 0 1rem;
    transition: opacity 0.3s;
  }
  .p-hdr__tel:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .p-hdr__access{
    border: 1px solid #fd832d;
    color: #fd832d;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 0.5rem 0;
    letter-spacing: 0.2em;
    font-size: 1.6rem;
    transition: opacity 0.3s;
  }
  .p-hdr__access:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .p-hdr__tel-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .p-hdr__tel-box__txt{
    font-size: 1.4rem;
  }
  .p-hdr__btn{
    display: none;
  }
  .p-hdr__note{
    font-size: 1.8rem;
  }
  .p-hdr__note{
    letter-spacing: 0.3em;
    padding: 0.3rem 0;
    margin: 0;
  }
  .p-hdr__table{
    margin: 0;
  }
  .p-hdr__table th{
    width: 7.5rem;
  }
  .p-hdr__table th span{
    font-size: 1.2rem;
  }
  .p-hdr__table td{
    font-size: 1.3rem;
  }
  .p-hdr__icon-list{
    gap: 0 2rem;
    margin-top: 2rem;
  }
  .p-hdr__icon-list li{
    width: 10rem;
  }
  .p-hdr__icon-list li:before{
    width: 10rem;
    height: 10rem;
  }
  .p-hdr__icon-list li img{
    width: 3.2rem;
  }
  .p-hdr__icon-list li p{
    font-size: 1.15rem;
  }
  .p-hdr__icon-list li p{
    padding-bottom: 0.7rem;
  }
  .p-gnav-pc{
    display: block;
    border-top: 1px solid #fd832d;
  }
  .p-gnav{
    padding: 5rem 10rem 5rem 5rem;
  }
  .p-gnav__list{
    font-size: 1.6rem;
  }
  .p-gnav__close{
    right: 3rem;
    top: 3rem;
  }
  .p-tv{
    background-image: url("../images/topview/topview_pc.webp");
  }
  .p-tv__txt-box{
    transform: translateX(-30%);
    padding-top: 4.5rem;
  }
  .p-tv__txt1{
    font-size: 2.4rem;
  }
  .p-tv__txt1{
    margin: 0 0 3rem;
  }
  .p-tv__txt1:last-of-type{
    margin-bottom: 2rem;
  }
  .p-tv__txt2{
    font-size: 4rem;
  }
  .p-tv__txt2 em{
    font-size: 5.6rem;
  }
  .p-tv__txt2 small{
    font-size: 1.6rem;
  }
  .p-tv__note{
    font-size: 1rem;
  }
  .p-tv__note{
    margin: 1rem 0 3.5rem;
  }
  .p-tv__list{
    margin-bottom: 3.5rem;
  }
  .p-tv__list .c-fig-cap-row__item img{
    width: 19rem;
  }
  .p-tv__list .c-fig-cap-row__txt{
    font-size: 2rem;
  }
  .p-tv__txt3{
    font-size: 4rem;
  }
  .p-tv__txt3{
    margin-bottom: 3rem;
  }
  .p-tv__line{
    font-size: 3.2rem;
  }
  .p-tv__line em{
    font-size: 4.2rem;
  }
  .p-kj-tv__top{
    background-size: cover;
    gap: 0 4rem;
    padding: 0 40px;
  }
  .p-kj-tv__h1{
    font-size: 4.8rem;
  }
  .p-kj-tv__h1 em{
    font-size: 8rem;
  }
  .p-kj-tv__txt{
    font-size: 2.4rem;
  }
  .p-kj-tv__icon02{
    bottom: 3%;
    width: 16%;
  }
  .p-kj-tv__txt-img{
    bottom: 5%;
    width: 60%;
  }
  .p-kj-tv__list{
    padding-bottom: 2rem;
  }
  .p-handle{
    padding: 3.5rem 0 10rem;
  }
  .p-handle__h1{
    font-size: 4rem;
  }
  .p-handle__h1{
    margin-bottom: 2rem;
  }
  .p-handle__list{
    gap: 0 2rem;
  }
  .p-slide01{
    margin-bottom: 10rem;
  }
  .p-slide01__txt{
    font-size: 1.6rem;
  }
  .p-slide01__txt{
    margin-bottom: 2rem;
  }
  .p-slide01__arrow{
    width: 4rem;
    height: 4rem;
  }
  .p-slide01__prev{
    left: 30%;
  }
  .p-slide01__next{
    right: 30%;
  }
  .p-slide02{
    margin-bottom: 2.5rem;
  }
  .p-slide02__arrow{
    width: 4rem;
    height: 4rem;
  }
  .p-slide02__prev{
    left: -3rem;
  }
  .p-slide02__next{
    right: -3rem;
  }
  .p-thanks{
    margin-bottom: 18rem;
  }
  .p-thanks__txt1{
    font-size: 2rem;
  }
  .p-thanks__txt1 em{
    font-size: 3.2rem;
  }
  .p-thanks__thumb{
    margin-bottom: 11rem;
  }
  .p-thanks__list .c-fig-cap-row__txt{
    font-size: 2rem;
  }
  .p-voice__txt1{
    font-size: 2.4rem;
  }
  .p-voice__txt1{
    margin-bottom: 5rem;
  }
  .p-voice__txt1 b{
    font-size: 3.2rem;
  }
  .p-voice__list01{
    margin: 7.5rem auto 5rem;
  }
  .p-voice__list01 li{
    padding: 0.8rem 2.5rem;
  }
  .p-voice__list01 li p{
    font-size: 2rem;
  }
  .p-voice__list01 li p{
    width: 3rem;
    height: 3rem;
    margin-right: 1.3rem;
  }
  .p-voice__list01 li img{
    width: 9rem;
    margin-right: 2.5rem;
  }
  .p-voice__list01 li h3{
    font-size: 2.4rem;
  }
  .p-voice__list02{
    padding-bottom: 8rem;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 4rem 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-voice__list02 li{
    width: calc((100% - 8rem) / 3);
  }
  .p-voice__list02 img{
    box-shadow: 1.5rem 1.5rem 1.5rem #dcd4c4;
  }
  .p-spt{
    margin: 10rem 0 15rem;
  }
  .p-spt__list{
    padding-top: 5rem;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem 3.5rem;
  }
  .p-spt__list > li{
    width: calc((100% - 7rem) / 3);
  }
  .p-spt__num{
    font-size: 2rem;
  }
  .p-spt__ttl{
    font-size: 3.2rem;
  }
  .p-spt__ttl{
    margin-bottom: 2rem;
  }
  .p-spt__ttl.-small{
    font-size: 2.8rem;
  }
  .p-spt__list02 > li{
    font-size: 1.8rem;
  }
  .p-cct__txt1{
    font-size: 2.4rem;
  }
  .p-cct__txt1{
    margin: 0 0 5rem;
  }
  .p-cct__hukidashi{
    font-size: 4rem;
  }
  .p-cct__hukidashi{
    width: 90.7rem;
    margin: 0 auto 3.5rem;
    padding: 4rem 0 9.5rem;
    background-image: url("../images/concept/hukidashi_pc.webp");
    background-position: top left 1.5rem;
  }
  .p-cct__hukidashi em{
    font-size: 4rem;
  }
  .p-cct__h2{
    font-size: 3.2rem;
  }
  .p-cct__h2{
    margin: 9rem 0 3.5rem;
  }
  .p-cct__flow{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    gap: 0 8rem;
  }
  .p-cct__flow li + li:before{
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 5rem;
    height: 7.8rem;
    top: auto;
    bottom: 8rem;
    left: -6.5rem;
    transform: translateX(0);
  }
  .p-cct__arrow{
    height: 3.6rem;
  }
  .p-cct__arrow:after{
    bottom: -6rem;
    height: 6rem;
  }
  .p-cct__thumb{
    margin: 0 auto 3.5rem;
  }
  .p-apr__num{
    font-size: 2rem;
  }
  .p-apr__num{
    margin: 2rem 0 0;
  }
  .p-apr__h1{
    font-size: 3.2rem;
  }
  .p-apr__h1{
    margin: 1.3rem 0 0;
  }
  .p-apr__txt{
    font-size: 2rem;
  }
  .p-apr__txt{
    line-height: 2;
    margin-top: 4rem;
  }
  .p-apr__txt2{
    font-size: 4rem;
  }
  .p-apr__txt2{
    padding-top: 5.5rem;
    margin-bottom: 1.5rem;
  }
  .p-apr__txt3{
    font-size: 5.6rem;
  }
  .p-apr__hukidashi{
    font-size: 4rem;
  }
  .p-apr__hukidashi{
    width: 70rem;
    margin: 5rem auto 3rem;
    padding: 5rem 0 11.5rem;
  }
  .p-apr__item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0 7rem;
  }
  .p-apr__item + .p-apr__item{
    margin-top: 7rem;
  }
  .p-apr__item:nth-of-type(even){
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .p-flow{
    padding: 0 0 11rem;
  }
  .p-flow__item{
    padding-bottom: 3.5rem;
    margin-bottom: 9.5rem;
  }
  .p-flow__item:after{
    bottom: -6rem;
    height: 6rem;
    width: 6rem;
  }
  .p-flow__item:first-of-type{
    margin-top: 8rem;
  }
  .p-flow__num{
    font-size: 2rem;
  }
  .p-flow__num{
    margin-bottom: 0;
  }
  .p-flow__h{
    font-size: 3.2rem;
  }
  .p-flow__h{
    margin-bottom: 4rem;
  }
  .p-flow__txt{
    font-size: 1.6rem;
  }
  .p-flow__img{
    width: 100%;
    margin: 0;
  }
  .p-ins{
    padding: 5rem 0 0;
  }
  .p-ins__h1{
    font-size: 3.2rem;
  }
  .p-ins__h1{
    margin-bottom: 5rem;
  }
  .p-ins__item{
    padding: 3rem 0;
    width: 75rem;
  }
  .p-ins__item + .p-ins__item{
    margin-top: 3.5rem;
  }
  .p-ins__h2{
    font-size: 3.2rem;
  }
  .p-ins__txt{
    font-size: 2.4rem;
  }
  .p-space{
    margin-bottom: 10rem;
  }
  .p-space__h1{
    font-size: 3.2rem;
  }
  .p-space__h1{
    margin-bottom: 2.5rem;
  }
  .p-space__3col{
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .p-space__3col img{
    width: calc((100% - 4rem) / 3);
  }
  .p-space__txt{
    font-size: 1.8rem;
  }
  .p-space__txt{
    text-align: center;
    margin-top: 2.5rem;
  }
  .p-space__item + .p-space__item{
    margin-top: 8rem;
  }
  .p-group{
    margin-bottom: 8rem;
  }
  .p-group__txt{
    font-size: 1.6rem;
  }
  .p-group__txt{
    margin-bottom: 5rem;
  }
  .p-group__h2{
    font-size: 3.2rem;
  }
  .p-group__item + .p-group__item{
    margin-top: 8rem;
  }
  .p-phil__box{
    padding-bottom: 12%;
  }
  .p-phil__txt1, .p-phil__txt2, .p-phil__txt3{
    font-size: 1.8rem;
  }
  .p-phil__txt1{
    top: 5%;
    width: 26%;
  }
  .p-phil__txt2{
    top: 15%;
    width: 26%;
  }
  .p-phil__txt3{
    left: 10%;
    bottom: 10%;
  }
  .p-phil__figure{
    display: inline-block;
    width: min(100%, 80rem);
    margin-left: 2rem;
  }
  .p-cov{
    margin: 10rem 0;
  }
  .p-access{
    margin-bottom: 15rem;
  }
  .p-access__h2{
    font-size: 2rem;
  }
  .p-access__h2{
    margin-bottom: 3rem;
  }
  .p-access__txt{
    font-size: 1.8rem;
  }
  .p-intro{
    -ms-flex-align: center;
        align-items: center;
  }
  .p-intro__left{
    width: auto;
    margin-right: 10%;
  }
  .p-intro__ttl{
    font-size: 4rem;
  }
  .p-intro__ttl{
    text-shadow: 0px 6px 0px rgba(0, 0, 0, 0.2);
    width: 41rem;
    padding: 0.5rem 0 1.5rem;
    margin: 2rem 0 0;
  }
  .p-intro__price{
    width: 40.5rem;
    margin: 0 auto;
  }
  .p-intro__thumb{
    width: 54.6rem;
  }
  .p-intro__cap{
    font-size: 3rem;
  }
  .p-intro__cap{
    font-size: 4rem;
    bottom: 2rem;
    padding: 1rem;
    width: 42.7rem;
  }
  .p-worries__list{
    margin-bottom: 10rem;
  }
  .p-3rsn{
    padding-bottom: 8rem;
  }
  .p-consult{
    padding: 10rem 0;
    margin-bottom: 8rem;
  }
  .p-consult__list{
    border-width: 10px;
    padding: 5rem;
  }
  .p-ex__item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: min(100%, 86rem);
    margin-left: auto;
    margin-right: auto;
  }
  .p-ex__item:last-of-type{
    margin-bottom: 8rem;
  }
  .p-ex__txt-box{
    margin-left: 5rem;
    -ms-flex: 1;
        flex: 1;
  }
  .p-ex__h{
    font-size: 3rem;
  }
  .p-ex__h{
    padding: 0;
  }
  .p-ex__img{
    width: 16rem;
    margin: 0;
  }
  .p-ex__txt{
    font-size: 2rem;
  }
  .p-ex__note{
    font-size: 2.8rem;
  }
  .p-ex__list{
    font-size: 2rem;
  }
  .p-qanda__a:before, .p-qanda__q:before{
    width: 3rem;
    height: 3rem;
  }
  .p-qanda__q{
    font-size: 2rem;
  }
  .p-qanda__q{
    padding: 0.7rem 2.5rem;
  }
  .p-qanda__a{
    font-size: 1.4rem;
  }
  .p-qanda__a{
    margin-left: 7rem;
    margin-right: 5rem;
  }
  .p-qanda__a:before{
    font-size: 2rem;
  }
  .p-daycare{
    padding: 1rem 0 15rem;
  }
  .p-daycare__h2{
    font-size: 3.2rem;
  }
  .p-daycare__h2{
    margin-bottom: 4rem;
  }
  .p-daycare__txt1{
    font-size: 2rem;
  }
  .p-daycare__h3{
    font-size: 2rem;
  }
  .p-daycare__h3{
    margin-bottom: 1.5rem;
  }
  .p-daycare__list{
    margin: 7rem 0;
  }
  .p-daycare__list li{
    width: calc((100% - 4rem) / 3);
  }
  .p-daycare__btn-box{
    width: 68rem;
    margin: 0 auto;
  }
  .p-pp{
    padding: 10rem 0 14rem;
    margin-bottom: 10rem;
  }
  .p-pp__h1{
    font-size: 3.2rem;
  }
  .p-pp__h1{
    margin-bottom: 1rem;
  }
  .p-pp h2{
    font-size: 2.4rem;
  }
  .p-pp h2{
    margin-bottom: 2.4rem;
  }
  .p-pp p{
    font-size: 1.8rem;
  }
  .p-pp p + h2{
    margin-top: 4.8rem;
  }
  .p-cta{
    margin: 12rem 0 18rem;
  }
  .p-cta__inner{
    margin: 0 auto 8rem;
    border-radius: 2rem;
    padding: 4rem 6%;
  }
  .p-cta__thumb01{
    margin: 0 auto 1.5rem;
  }
  .p-cta__btn01{
    margin: 0 0 3.5rem;
  }
  .p-cta__box{
    margin: 0;
    padding: 3.2rem 5% 2.4rem;
  }
  .p-cta__btn02__txt{
    font-size: 2.4rem;
  }
  .p-cta__tel-box{
    padding: 0 4.5% 3rem;
  }
  .p-cta__tel{
    font-size: 4.8rem;
  }
  .p-cta__tel{
    border-radius: 0.8rem;
    padding: 0.5rem 13%;
    gap: 0 1.5rem;
  }
  .p-cta__tel:before{
    width: 5rem;
    height: 5rem;
  }
  .p-cta__tel span{
    font-size: 1.8rem;
  }
  .p-cta__tel span{
    padding: 0.5rem 3rem;
  }
  .p-linkbox{
    display: none;
  }
  .p-ftr{
    margin-bottom: 0;
  }
  .p-ftr__txt{
    font-size: 1.2rem;
  }
  .p-ftr__cr{
    font-size: 1rem;
  }
  .u-sp{
    display: none;
  }
  .u-pc{
    display: block;
  }
}
@media only screen and (min-width: 1080px){

  /* pc-size */
  .p-hdr__name{
    font-size: 2.6rem;
  }
  .p-hdr__name small{
    font-size: 1.8rem;
  }
  .p-hdr__name img{
    width: 6.8rem;
  }
  .p-back2top{
    font-size: 2rem;
    width: 8rem;
    height: 8rem;
  }
}
@media only screen and (min-width: 1920px){

  /* max-size */
}
/*# sourceMappingURL=style.css.map */