@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
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, 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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-indent: 0.01px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

button {
  cursor: pointer;
}

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

html body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #3d3732;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

html, body {
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  html.is-noScroll, body.is-noScroll {
    overflow: hidden;
    touch-action: none;
  }
}

@-webkit-keyframes flash {
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes hover-kamihikouki {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
  }
  25% {
    opacity: 0;
    transform: translate3d(100%, -50%, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover-kamihikouki {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
  }
  25% {
    opacity: 0;
    transform: translate3d(100%, -50%, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hover-kamihikouki-reverse {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0) rotateZ(180deg);
  }
  25% {
    opacity: 0;
    transform: translate3d(-100%, -50%, 0) rotateZ(180deg);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -50%, 0) rotateZ(180deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover-kamihikouki-reverse {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0) rotateZ(180deg);
  }
  25% {
    opacity: 0;
    transform: translate3d(-100%, -50%, 0) rotateZ(180deg);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -50%, 0) rotateZ(180deg);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hover-map {
  0% {
    top: 50%;
  }
  60% {
    top: calc(50% - 10px);
  }
  100% {
    top: 50%;
  }
}
@keyframes hover-map {
  0% {
    top: 50%;
  }
  60% {
    top: calc(50% - 10px);
  }
  100% {
    top: 50%;
  }
}
.u-pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-pc-none {
    display: block;
  }
}

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

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

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

.u-bgMonochromatic--beige {
  background-color: #fdf8f2;
}

.u-bgImage {
  background: url(../../assets/image/common/bg_contact.webp) no-repeat 50% 0, url(../../assets/image/common/bg_contact.png) no-repeat 50% 0;
  background-size: cover, cover;
  border-radius: 20px;
}
.u-bgImage--blue {
  background: url(../../assets/image/common/bg_blue.webp) no-repeat 50% 0, url(../../assets/image/common/bg_blue.png) no-repeat 50% 0;
  background-size: cover, cover;
}
.u-bgImage--beige {
  background: url(../../assets/image/common/bg_beige.webp) no-repeat 50% 0, url(../../assets/image/common/bg_beige.png) no-repeat 50% 0;
  background-size: cover, cover;
}

.u-bgWave {
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
}
.u-bgWave--waveBeige {
  position: relative;
  background: url(../../assets/image/common/bg_beige_wave.webp) no-repeat 50% 0, url(../../assets/image/common/bg_beige_wave.png) no-repeat 50% 0;
  padding-top: 52px;
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .u-bgWave--waveBeige {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.u-bgWave--waveBeige::before, .u-bgWave--waveBeige::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 52px;
  width: 100%;
  background-repeat: repeat-x, repeat-x;
  background-position: 50% 0, 50% 0;
  background-size: 100% 100%, 100% 100%;
}
@media only screen and (max-width: 767px) {
  .u-bgWave--waveBeige::before, .u-bgWave--waveBeige::after {
    height: 25px;
    background-size: 768px 100%, 768px 100%;
  }
}
.u-bgWave--waveBeige::before {
  top: 0;
  background-image: url(../../assets/image/common/bg_beige_wave_top.webp), url(../../assets/image/common/bg_beige_wave_top.png);
}
.u-bgWave--waveBeige::after {
  bottom: 0;
  background-image: url(../../assets/image/common/bg_beige_wave_bottom.webp), url(../../assets/image/common/bg_beige_wave_bottom.png);
}
.u-bgWave--waveBlue {
  position: relative;
  background: url(../../assets/image/common/bg_blue_wave.webp) no-repeat 50% 0, url(../../assets/image/common/bg_blue_wave.png) no-repeat 50% 0;
  padding-top: 52px;
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .u-bgWave--waveBlue {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.u-bgWave--waveBlue::before, .u-bgWave--waveBlue::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 52px;
  width: 100%;
  background-repeat: repeat-x, repeat-x;
  background-position: 50% 0, 50% 0;
  background-size: 100% 100%, 100% 100%;
}
@media only screen and (max-width: 767px) {
  .u-bgWave--waveBlue::before, .u-bgWave--waveBlue::after {
    height: 25px;
    background-size: 768px 100%, 768px 100%;
  }
}
.u-bgWave--waveBlue::before {
  top: 0;
  background-image: url(../../assets/image/common/bg_blue_wave_top.webp), url(../../assets/image/common/bg_blue_wave_top.png);
}
@media only screen and (max-width: 767px) {
  .u-bgWave--waveBlue::before {
    background-image: url(../../assets/image/common/bg_blue_wave_top_sp.webp), url(../../assets/image/common/bg_blue_wave_top_sp.png);
  }
}
.u-bgWave--waveBlue::after {
  bottom: 0;
  background-image: url(../../assets/image/common/bg_blue_wave_bottom.webp), url(../../assets/image/common/bg_blue_wave_bottom.png);
}
@media only screen and (max-width: 767px) {
  .u-bgWave--waveBlue::after {
    background-image: url(../../assets/image/common/bg_blue_wave_bottom_sp.webp), url(../../assets/image/common/bg_blue_wave_bottom_sp.png);
  }
}
.u-bgWave--waveBeigeSimple {
  position: relative;
  background-color: #fdf8f2;
  padding-top: 62px;
}
@media only screen and (max-width: 767px) {
  .u-bgWave--waveBeigeSimple {
    padding-top: 74px;
    padding-bottom: 72px;
  }
}
.u-bgWave--waveBeigeSimple::before, .u-bgWave--waveBeigeSimple::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 0, 50% 0;
  background-size: 100% 100%, 100% 100%;
}
@media only screen and (max-width: 767px) {
  .u-bgWave--waveBeigeSimple::before, .u-bgWave--waveBeigeSimple::after {
    background-repeat: repeat-x, repeat-x;
  }
}
.u-bgWave--waveBeigeSimple::before {
  top: -61px;
  right: 0;
  height: 62px;
  background-image: url(../../assets/image/top/bg_beige_top.webp), url(../../assets/image/top/bg_beige_top.png);
}
@media only screen and (max-width: 767px) {
  .u-bgWave--waveBeigeSimple::before {
    top: -15px;
    height: 16px;
    background-image: url(../../assets/image/top/bg_beige_top-sp.webp), url(../../assets/image/top/bg_beige_top-sp.png);
    background-size: 399px auto, 399px auto;
  }
}
.u-bgWave--waveBeigeSimple::after {
  bottom: 0;
  right: 0;
  height: 62px;
  background-image: url(../../assets/image/top/bg_white_top.webp), url(../../assets/image/top/bg_white_top.png);
}
@media only screen and (max-width: 767px) {
  .u-bgWave--waveBeigeSimple::after {
    height: 13px;
    background-image: url(../../assets/image/top/bg_white_top-sp.webp), url(../../assets/image/top/bg_white_top-sp.png);
    background-size: 400px auto, 400px auto;
  }
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-flex-itemCenter {
  display: flex;
  align-items: center;
}

.u-flex-center {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.u-flex-rigth {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}

.u-flex-left {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}

.u-flex-between {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.u-flex-column {
  display: flex;
  flex-flow: column wrap;
}

.u-flex-reverse {
  display: flex;
  flex-flow: row-reverse;
}

.u-gap-0 {
  gap: 0px;
}

.u-gap-x-0 {
  column-gap: 0px;
}

.u-gap-y-0 {
  row-gap: 0px;
}

.u-gap-3 {
  gap: 3px;
}

.u-gap-x-3 {
  column-gap: 3px;
}

.u-gap-y-3 {
  row-gap: 3px;
}

.u-gap-5 {
  gap: 5px;
}

.u-gap-x-5 {
  column-gap: 5px;
}

.u-gap-y-5 {
  row-gap: 5px;
}

.u-gap-10 {
  gap: 10px;
}

.u-gap-x-10 {
  column-gap: 10px;
}

.u-gap-y-10 {
  row-gap: 10px;
}

.u-gap-15 {
  gap: 15px;
}

.u-gap-x-15 {
  column-gap: 15px;
}

.u-gap-y-15 {
  row-gap: 15px;
}

.u-gap-20 {
  gap: 20px;
}

.u-gap-x-20 {
  column-gap: 20px;
}

.u-gap-y-20 {
  row-gap: 20px;
}

.u-gap-25 {
  gap: 25px;
}

.u-gap-x-25 {
  column-gap: 25px;
}

.u-gap-y-25 {
  row-gap: 25px;
}

.u-gap-30 {
  gap: 30px;
}

.u-gap-x-30 {
  column-gap: 30px;
}

.u-gap-y-30 {
  row-gap: 30px;
}

.u-gap-35 {
  gap: 35px;
}

.u-gap-x-35 {
  column-gap: 35px;
}

.u-gap-y-35 {
  row-gap: 35px;
}

.u-gap-40 {
  gap: 40px;
}

.u-gap-x-40 {
  column-gap: 40px;
}

.u-gap-y-40 {
  row-gap: 40px;
}

.u-gap-45 {
  gap: 45px;
}

.u-gap-x-45 {
  column-gap: 45px;
}

.u-gap-y-45 {
  row-gap: 45px;
}

.u-gap-50 {
  gap: 50px;
}

.u-gap-x-50 {
  column-gap: 50px;
}

.u-gap-y-50 {
  row-gap: 50px;
}

.u-gap-55 {
  gap: 55px;
}

.u-gap-x-55 {
  column-gap: 55px;
}

.u-gap-y-55 {
  row-gap: 55px;
}

.u-gap-60 {
  gap: 60px;
}

.u-gap-x-60 {
  column-gap: 60px;
}

.u-gap-y-60 {
  row-gap: 60px;
}

.u-gap-65 {
  gap: 65px;
}

.u-gap-x-65 {
  column-gap: 65px;
}

.u-gap-y-65 {
  row-gap: 65px;
}

.u-gap-70 {
  gap: 70px;
}

.u-gap-x-70 {
  column-gap: 70px;
}

.u-gap-y-70 {
  row-gap: 70px;
}

.u-gap-75 {
  gap: 75px;
}

.u-gap-x-75 {
  column-gap: 75px;
}

.u-gap-y-75 {
  row-gap: 75px;
}

.u-gap-80 {
  gap: 80px;
}

.u-gap-x-80 {
  column-gap: 80px;
}

.u-gap-y-80 {
  row-gap: 80px;
}

.u-gap-85 {
  gap: 85px;
}

.u-gap-x-85 {
  column-gap: 85px;
}

.u-gap-y-85 {
  row-gap: 85px;
}

.u-gap-90 {
  gap: 90px;
}

.u-gap-x-90 {
  column-gap: 90px;
}

.u-gap-y-90 {
  row-gap: 90px;
}

.u-gap-100 {
  gap: 100px;
}

.u-gap-x-100 {
  column-gap: 100px;
}

.u-gap-y-100 {
  row-gap: 100px;
}

.u-gap-110 {
  gap: 110px;
}

.u-gap-x-110 {
  column-gap: 110px;
}

.u-gap-y-110 {
  row-gap: 110px;
}

.u-gap-115 {
  gap: 115px;
}

.u-gap-x-115 {
  column-gap: 115px;
}

.u-gap-y-115 {
  row-gap: 115px;
}

.u-gap-120 {
  gap: 120px;
}

.u-gap-x-120 {
  column-gap: 120px;
}

.u-gap-y-120 {
  row-gap: 120px;
}

.u-gap-130 {
  gap: 130px;
}

.u-gap-x-130 {
  column-gap: 130px;
}

.u-gap-y-130 {
  row-gap: 130px;
}

.u-gap-140 {
  gap: 140px;
}

.u-gap-x-140 {
  column-gap: 140px;
}

.u-gap-y-140 {
  row-gap: 140px;
}

.u-gap-155 {
  gap: 155px;
}

.u-gap-x-155 {
  column-gap: 155px;
}

.u-gap-y-155 {
  row-gap: 155px;
}

.u-gap-200 {
  gap: 200px;
}

.u-gap-x-200 {
  column-gap: 200px;
}

.u-gap-y-200 {
  row-gap: 200px;
}

.u-gap-235 {
  gap: 235px;
}

.u-gap-x-235 {
  column-gap: 235px;
}

.u-gap-y-235 {
  row-gap: 235px;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-mt-130 {
  margin-top: 130px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-mt-155 {
  margin-top: 155px !important;
}

.u-mt-200 {
  margin-top: 200px !important;
}

.u-mt-235 {
  margin-top: 235px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-mb-155 {
  margin-bottom: 155px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-mb-235 {
  margin-bottom: 235px !important;
}

@media only screen and (max-width: 1050px) {
  .u-mt-tb-0 {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-3 {
    margin-top: 3px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-5 {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-15 {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-25 {
    margin-top: 25px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-35 {
    margin-top: 35px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-40 {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-45 {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-55 {
    margin-top: 55px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-65 {
    margin-top: 65px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-75 {
    margin-top: 75px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-80 {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-85 {
    margin-top: 85px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-90 {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-100 {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-110 {
    margin-top: 110px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-115 {
    margin-top: 115px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-120 {
    margin-top: 120px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-130 {
    margin-top: 130px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-140 {
    margin-top: 140px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-155 {
    margin-top: 155px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-200 {
    margin-top: 200px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .u-mt-tb-235 {
    margin-top: 235px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-0 {
    margin-top: 0px !important;
  }
  .u-mb-sp-0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-3 {
    margin-top: 3px !important;
  }
  .u-mb-sp-3 {
    margin-bottom: 3px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-5 {
    margin-top: 5px !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-10 {
    margin-top: 10px !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-15 {
    margin-top: 15px !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-20 {
    margin-top: 20px !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-25 {
    margin-top: 25px !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-30 {
    margin-top: 30px !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-35 {
    margin-top: 35px !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-40 {
    margin-top: 40px !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-45 {
    margin-top: 45px !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-50 {
    margin-top: 50px !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-55 {
    margin-top: 55px !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-60 {
    margin-top: 60px !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-65 {
    margin-top: 65px !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-70 {
    margin-top: 70px !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-75 {
    margin-top: 75px !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-80 {
    margin-top: 80px !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-85 {
    margin-top: 85px !important;
  }
  .u-mb-sp-85 {
    margin-bottom: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-90 {
    margin-top: 90px !important;
  }
  .u-mb-sp-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-100 {
    margin-top: 100px !important;
  }
  .u-mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-110 {
    margin-top: 110px !important;
  }
  .u-mb-sp-110 {
    margin-bottom: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-115 {
    margin-top: 115px !important;
  }
  .u-mb-sp-115 {
    margin-bottom: 115px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-120 {
    margin-top: 120px !important;
  }
  .u-mb-sp-120 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-130 {
    margin-top: 130px !important;
  }
  .u-mb-sp-130 {
    margin-bottom: 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-140 {
    margin-top: 140px !important;
  }
  .u-mb-sp-140 {
    margin-bottom: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-155 {
    margin-top: 155px !important;
  }
  .u-mb-sp-155 {
    margin-bottom: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-200 {
    margin-top: 200px !important;
  }
  .u-mb-sp-200 {
    margin-bottom: 200px !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt-sp-235 {
    margin-top: 235px !important;
  }
  .u-mb-sp-235 {
    margin-bottom: 235px !important;
  }
}
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-pt-115 {
  padding-top: 115px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-pt-130 {
  padding-top: 130px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-pt-155 {
  padding-top: 155px !important;
}

.u-pt-200 {
  padding-top: 200px !important;
}

.u-pt-235 {
  padding-top: 235px !important;
}

.js-hamburger {
  position: absolute;
  top: 5px;
  right: 26px;
  width: 55px;
  height: 55px;
  font-size: 0;
  color: transparent;
  background: url(../../assets/image/common/icon_hamburger-open.webp) no-repeat center, url(../../assets/image/common/icon_hamburger-open.png) no-repeat center;
  background-size: 55px 55px, 55px 55px;
}
.js-hamburger.is-open {
  background-image: url(../../assets/image/common/icon_hamburger-close.webp), url(../../assets/image/common/icon_hamburger-close.png);
  background-size: 30px 30px, 30px 30px;
}

/* 文字waveアニメーション用CSS（より緩やかなバージョン） */
.js-text-line span .is-char-animation {
  display: inline-block;
  opacity: 0;
  transform: translateY(15px); /* 初期位置をより控えめに */
  font-style: normal;
  transition: none;
}
.js-text-line.text-animation-start span .is-char-animation {
  animation: charFadeIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* より長く、より滑らかなイージング */
}

@keyframes charFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  70% {
    opacity: 1;
    transform: translateY(-0.5px); /* 非常に小さな跳ね上がり */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-footer {
  position: relative;
}
.l-footer__pageTop {
  position: fixed;
  right: 171px;
  bottom: 20px;
  z-index: 9999;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .l-footer__pageTop:hover > span {
    color: #5b9fd7;
  }
}
@media only screen and (max-width: 1050px) {
  .l-footer__pageTop {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__pageTop {
    right: 10px;
    bottom: 20px;
    padding: 5px;
  }
}
.l-footer__pageTop.is-fixed {
  opacity: 1;
}
.l-footer__pageTop > picture {
  display: block;
  width: 60px;
  animation: birdToTopYuraYura 2s infinite;
}
@media only screen and (max-width: 767px) {
  .l-footer__pageTop > picture {
    width: 37px;
  }
}
.l-footer__pageTop > span {
  position: relative;
  display: inline-block;
  color: #3d3732;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 5px;
  padding-left: 1.2em;
  letter-spacing: 0.01em;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .l-footer__pageTop > span {
    font-size: 0.625rem;
  }
}
.l-footer__pageTop > span::before {
  content: "▲";
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover, cover;
}
.l-footer__inner {
  position: relative;
  padding: 28px 20px 46px;
  z-index: 1;
}
@media only screen and (max-width: 1050px) {
  .l-footer__inner {
    padding: 28px 50px 46px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 43px 15px 19px;
  }
}
.l-footer__inner::before, .l-footer__inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 0, 50% 0;
  z-index: -1;
  pointer-events: none;
}
.l-footer__inner::before {
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  background-image: url(../../assets/image/common/bg_footer.webp), url(../../assets/image/common/bg_footer.png);
  background-size: cover, cover;
}
@media only screen and (max-width: 767px) {
  .l-footer__inner::before {
    background-image: url(../../assets/image/common/bg_footer-sp.webp), url(../../assets/image/common/bg_footer-sp.png);
  }
}
.l-footer__inner::after {
  top: -83px;
  left: 50%;
  width: 74px;
  height: 89px;
  margin-left: -243px;
  background-image: url(../../assets/image/common/img_deco_contact3.webp), url(../../assets/image/common/img_deco_contact3.png);
  transform: translateX(-50%);
  background-size: 100% auto, 100% auto;
}
@media only screen and (max-width: 1050px) {
  .l-footer__inner::after {
    top: 50%;
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__inner::after {
    top: 329px;
  }
}
@media only screen and (max-width: 350px) {
  .l-footer__inner::after {
    right: -20px;
    width: 64px;
    height: 79px;
  }
}
.l-footer__contents {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 40px;
  padding-right: 50px;
}
@media only screen and (max-width: 1050px) {
  .l-footer__contents {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    gap: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__contents {
    gap: 43px 0;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 350px) {
  .l-footer__contents {
    padding: 0;
  }
}
.l-footer__contents::before {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  width: 159px;
  height: 112px;
  background: url(../../assets/image/common/img_deco_footer.webp) no-repeat center, url(../../assets/image/common/img_deco_footer.png) no-repeat center;
  background-size: 100% auto, 100% auto;
  z-index: -1;
  transform: translateX(-50%);
  margin-left: 428px;
}
@media only screen and (max-width: 1050px) {
  .l-footer__contents::before {
    bottom: -45px;
    margin-left: 228px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__contents::before {
    display: none;
  }
}
.l-footer__data {
  width: 310px;
}
@media only screen and (max-width: 767px) {
  .l-footer__data {
    margin-bottom: 38px;
    width: auto;
  }
}
.l-footer__data picture {
  display: block;
}
.l-footer__dataLink {
  display: block;
  width: 220px;
  height: auto;
  transition: opacity 0.3s, color 0.3s;
}
@media only screen and (min-width: 768px) {
  .l-footer__dataLink:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__dataLink {
    width: 165px;
  }
}
.l-footer__dataAccess {
  margin-top: 16px;
}
.l-footer__dataAccess > p {
  color: #3d3732;
  line-height: 1.4;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .l-footer__dataAccess > p {
    line-height: 1.9;
  }
}
.l-footer__dataAccess > p > a {
  color: #3d3732;
  text-decoration: none;
}
.l-footer__dataLinks {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .l-footer__dataLinks {
    margin-top: 15px;
  }
}
.l-footer__dataLinks > a {
  width: 40px;
  height: 40px;
  transition: opacity 0.3s, color 0.3s;
}
@media only screen and (min-width: 768px) {
  .l-footer__dataLinks > a:hover {
    opacity: 0.7;
  }
}
.l-footer__linkGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 1050px) {
  .l-footer__linkGroup {
    gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__linkGroup {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__list {
    padding-left: 11px;
  }
}
.l-footer__list > li:nth-child(n+2) {
  margin-top: 8px;
}
.l-footer__list > li a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3d3732;
  text-decoration: none;
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  .l-footer__list > li a:hover {
    color: #5b9fd7;
  }
}
.l-footer__list > li > ul {
  margin-top: 8px;
  padding-left: 5px;
}
.l-footer__list > li > ul > li:nth-child(n+2) {
  margin-top: 8px;
}
.l-footer__list > li > ul > li > a {
  position: relative;
  padding-left: 0.8em;
}
.l-footer__list > li > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #3d3732;
  transform: translateY(-50%);
}
.l-footer__links {
  margin-top: 45px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-footer__links {
    margin-top: 99px;
    gap: 9px 32px;
  }
}
.l-footer__links > li {
  position: relative;
}
.l-footer__links > li > a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #3d3732;
  text-decoration: none;
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  .l-footer__links > li > a:hover {
    color: #5b9fd7;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__links > li > a {
    letter-spacing: 0.01em;
    font-size: 0.875rem;
  }
}
.l-footer__links > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: -14px;
  width: 1px;
  height: 10px;
  background-color: #3d3732;
  transform: translateY(-50%) rotate(30deg);
}
.l-footer__catchcopy {
  background-color: #FFFFFF;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__catchcopy {
    padding: 15px 0;
  }
}
.l-footer__catchcopy > p {
  font-size: 0.75rem;
  color: #3d3732;
  letter-spacing: 0.13em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-footer__catchcopy > p {
    font-size: 0.625rem;
  }
}

@keyframes birdToTopYuraYura {
  0% {
    transform: rotate(3deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
.l-header {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 10px 18px;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
@media only screen and (max-width: 1050px) {
  .l-header {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    height: 65px;
    padding: 2px 17px;
  }
}
.l-header.is-fixed {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .l-header.is-fixed {
    background-color: transparent;
  }
}
.l-header__logo {
  width: 165px;
}
@media only screen and (max-width: 1050px) {
  .l-header__logo {
    width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 109px;
  }
}
.l-header__logo > a {
  display: block;
  padding: 5px;
  transition: opacity 0.3s, color 0.3s;
}
@media only screen and (min-width: 768px) {
  .l-header__logo > a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo > a {
    padding: 2px;
  }
}
.l-header__logo > a picture {
  display: block;
}
.l-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  box-sizing: border-box;
  pointer-events: none;
  background-color: #FFFFFF;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
.l-header__menu.is-open {
  opacity: 1;
  pointer-events: auto;
}
.l-header__menu ul {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-left: 41px;
}
.l-header__menu ul > li > a {
  font-size: 0.875rem;
  color: #3d3732;
  text-decoration: none;
}
.l-header__menu ul > li > ul {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-left: 0;
  margin-top: 16px;
}
.l-header__menu ul > li > ul > li a {
  position: relative;
  padding-left: 0.8em;
  font-size: 0.875rem;
  color: #3d3732;
  text-decoration: none;
}
.l-header__menu ul > li > ul > li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #3d3732;
  transform: translateY(-50%);
}
.l-header__menuInner {
  position: relative;
  height: calc(100dvh - 80px);
  margin-top: 80px;
  overflow: auto;
  overflow-x: hidden;
}
.l-header__menuWrap {
  position: relative;
  margin-top: 27px;
  padding-top: 13px;
  padding-bottom: 53px;
  background-color: #fdf8f2;
}
.l-header__menuWrap::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-image: url(../../assets/image/top/bg_beige_top-sp.webp), url(../../assets/image/top/bg_beige_top-sp.png);
  background-repeat: repeat-x, repeat-x;
  background-size: 399px auto, 399px auto;
}

.c-breadcrumb {
  margin-top: 133px !important;
  margin-bottom: 136px !important;
  letter-spacing: 0.05em;
  color: #3D3732;
}
@media only screen and (max-width: 1050px) {
  .c-breadcrumb {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: block;
    margin-top: 40px !important;
    margin-bottom: 110px !important;
  }
}
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3px;
}
.c-breadcrumb li {
  font-size: 1rem;
}
.c-breadcrumb li:not(:last-child)::after {
  content: ">";
  position: relative;
  top: -2px;
  margin-left: 4px;
}
.c-breadcrumb a {
  color: #3D3732;
  text-decoration: none;
  transition: color 0.2s;
}
@media only screen and (min-width: 768px) {
  .c-breadcrumb a:hover {
    text-decoration: underline;
    color: #5b9fd7;
  }
}

.c-buttonBasic > a,
.c-buttonBasic > button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 224px;
  min-height: 50px;
  padding: 10px 37px;
  border-radius: 999px;
  text-decoration: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 350px) {
  .c-buttonBasic > a,
  .c-buttonBasic > button {
    padding: 10px 27px;
  }
}
.c-buttonBasic > a::after,
.c-buttonBasic > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 11px;
  height: 12px;
  background: url(../../assets/image/icon/icon_arrow.svg) no-repeat center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic > a::after,
  .c-buttonBasic > button::after {
    right: 13px;
  }
}
@media only screen and (max-width: 350px) {
  .c-buttonBasic > a::after,
  .c-buttonBasic > button::after {
    right: 8px;
  }
}
.c-buttonBasic > a > span,
.c-buttonBasic > button > span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
}
@media only screen and (max-width: 350px) {
  .c-buttonBasic > a > span,
  .c-buttonBasic > button > span {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-buttonBasic > a:hover::after,
  .c-buttonBasic > button:hover::after {
    animation: hover-kamihikouki;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
}
.c-buttonBasic--header > a,
.c-buttonBasic--header > button {
  min-width: 195px;
  min-height: 43px;
  padding: 5px 30px 5px 10px;
}
.c-buttonBasic--header > a > span,
.c-buttonBasic--header > button > span {
  font-size: 0.875rem;
}
.c-buttonBasic--small > a,
.c-buttonBasic--small > button {
  justify-content: flex-start;
  min-width: 195px;
  min-height: 42px;
  padding: 6px 12px;
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic--small > a,
  .c-buttonBasic--small > button {
    min-width: 156px;
    min-height: 35px;
    padding: 3px 21px 3px 13px;
  }
}
.c-buttonBasic--small > a::after,
.c-buttonBasic--small > button::after {
  right: 8px;
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic--small > a::after,
  .c-buttonBasic--small > button::after {
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic--small > a > span,
  .c-buttonBasic--small > button > span {
    letter-spacing: -0.05em;
    font-size: 0.83875rem;
  }
}
.c-buttonBasic--blue > a,
.c-buttonBasic--blue > button {
  background-color: #5b9fd7;
  border: 3px solid #5b9fd7;
}
.c-buttonBasic--pink > a,
.c-buttonBasic--pink > button {
  background-color: #f19ca6;
  border: 3px solid #f19ca6;
}
.c-buttonBasic--dullPink > a,
.c-buttonBasic--dullPink > button {
  background-color: #ebb0b7;
  border: 3px solid #ebb0b7;
}
.c-buttonBasic--purple > a,
.c-buttonBasic--purple > button {
  background-color: #a69ac4;
  border: 3px solid #a69ac4;
}
.c-buttonBasic--green > a,
.c-buttonBasic--green > button {
  background-color: #7cb991;
  border: 3px solid #7cb991;
}
.c-buttonBasic--orange > a,
.c-buttonBasic--orange > button {
  background-color: #eba067;
  border: 3px solid #eba067;
}
.c-buttonBasic--lightBlue > a,
.c-buttonBasic--lightBlue > button {
  background-color: #77b5d2;
  border: 3px solid #77b5d2;
}
.c-buttonBasic--buttonBlue > a,
.c-buttonBasic--buttonBlue > button {
  background-color: #5b9fd7;
  border: 3px solid #5b9fd7;
}
.c-buttonBasic--monochrome > a,
.c-buttonBasic--monochrome > button {
  width: 300px;
  height: 60px;
  background: url(../../assets/image/common/img_button_frame.webp) no-repeat center, url(../../assets/image/common/img_button_frame.png) no-repeat center;
  background-color: #FFFFFF;
  background-size: 300px auto, 300px auto;
}
.c-buttonBasic--monochrome > a::after,
.c-buttonBasic--monochrome > button::after {
  filter: brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(884%) hue-rotate(345deg) brightness(89%) contrast(83%);
}
.c-buttonBasic--monochrome > a > span,
.c-buttonBasic--monochrome > button > span {
  color: #3d3732;
}
.c-buttonBasic--monochromeShort > a,
.c-buttonBasic--monochromeShort > button {
  width: 224px;
  height: 54px;
  background: url(../../assets/image/common/img_button_frame-short.webp) no-repeat center, url(../../assets/image/common/img_button_frame-short.png) no-repeat center;
  background-size: 224px auto, 224px auto;
}
.c-buttonBasic--monochromWide > a,
.c-buttonBasic--monochromWide > button {
  width: 333px;
  height: 52px;
  background: url(../../assets/image/common/img_button_frame-wide.webp) no-repeat center, url(../../assets/image/common/img_button_frame-wide.png) no-repeat center;
  background-size: 333px auto, 333px auto;
}
.c-buttonBasic--center {
  text-align: center;
}
.c-buttonBasic--reverse > a::after,
.c-buttonBasic--reverse > button::after {
  right: auto;
  left: 17px;
  transform: translate3d(0, -50%, 0) rotateZ(180deg);
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic--reverse > a::after,
  .c-buttonBasic--reverse > button::after {
    left: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .c-buttonBasic--reverse > a:hover::after,
  .c-buttonBasic--reverse > button:hover::after {
    animation: hover-kamihikouki-reverse;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic--reverse > a > span,
  .c-buttonBasic--reverse > button > span {
    padding-left: 10px;
    padding-right: 0 !important;
  }
}
.c-buttonBasic--pager > a,
.c-buttonBasic--pager > button {
  min-width: 187px;
  min-height: 44px;
  padding: 7px 27px;
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic--pager > a,
  .c-buttonBasic--pager > button {
    min-width: 120px;
    min-height: 44px;
    padding: 7px;
  }
}
.c-buttonBasic--pager > a.is-disabled,
.c-buttonBasic--pager > button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic--pager > a::after,
  .c-buttonBasic--pager > button::after {
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic--pager > a > span,
  .c-buttonBasic--pager > button > span {
    padding-right: 10px;
    font-size: 0.8125rem;
  }
}
.c-buttonBasic--more > a,
.c-buttonBasic--more > button {
  min-width: 0;
  min-height: 0;
  padding: 4px 21px;
}
.c-buttonBasic--more > a > span,
.c-buttonBasic--more > button > span {
  font-size: 0.6875rem;
}
.c-buttonBasic--more > a::after,
.c-buttonBasic--more > button::after {
  right: 7px;
  width: 9px;
  height: 8px;
  background-size: 100% auto;
}
.c-buttonBasic--border > a,
.c-buttonBasic--border > button {
  border: 2px solid #5b9fd7;
  padding-right: 75px;
  padding-left: 75px;
}
@media only screen and (max-width: 1050px) {
  .c-buttonBasic--border > a,
  .c-buttonBasic--border > button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic--border > a,
  .c-buttonBasic--border > button {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.c-buttonBasic--border > a::after,
.c-buttonBasic--border > button::after {
  background-image: url(../../assets/image/icon/icon_arrow_blue.svg);
}
@media only screen and (max-width: 767px) {
  .c-buttonBasic--border > a::after,
  .c-buttonBasic--border > button::after {
    right: 13px;
  }
}
@media only screen and (max-width: 350px) {
  .c-buttonBasic--border > a::after,
  .c-buttonBasic--border > button::after {
    right: 8px;
  }
}
.c-buttonBasic--border > a > span,
.c-buttonBasic--border > button > span {
  color: #5b9fd7;
  font-weight: 500;
  font-size: 1rem;
}
@media only screen and (max-width: 350px) {
  .c-buttonBasic--border > a > span,
  .c-buttonBasic--border > button > span {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 1050px) {
  .c-buttonBasic--border {
    width: 100%;
    text-align: center;
  }
}

.c-buttonBasicIcon > a > span,
.c-buttonBasicIcon > button > span {
  position: relative;
  padding-left: 35px;
}
.c-buttonBasicIcon > a > span::after,
.c-buttonBasicIcon > button > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
}
.c-buttonBasicIcon--access > a > span::after,
.c-buttonBasicIcon--access > button > span::after {
  background: url(../../assets/image/icon/icon_access.svg) no-repeat center;
}
.c-buttonBasicIcon--recruitment > a > span::after,
.c-buttonBasicIcon--recruitment > button > span::after {
  background: url(../../assets/image/icon/icon_recruitment.svg) no-repeat center;
}
.c-buttonBasicIcon--support > a > span::after,
.c-buttonBasicIcon--support > button > span::after {
  background: url(../../assets/image/icon/icon_support.svg) no-repeat center;
}

.c-buttonMaps a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  min-height: 40px;
  border-radius: 30px;
  padding: 3px 20px 6px;
  background-color: #FFFFFF;
  border: 1px solid #3d3732;
  box-sizing: border-box;
  text-decoration: none;
}
.c-buttonMaps a span {
  position: relative;
  padding-left: 25px;
  font-size: 1rem;
  color: #3d3732;
  font-weight: 500;
}
.c-buttonMaps a span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 15px;
  transform: translateY(-50%);
  background: url(../../assets/image/icon/icon_map.svg) no-repeat center;
}
@media only screen and (min-width: 768px) {
  .c-buttonMaps a:hover span::after {
    animation: hover-map;
    animation-fill-mode: both;
    animation-duration: 0.4s;
    animation-delay: ease-in-out;
  }
}

.p-container-width {
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-container-width {
    width: 100%;
    box-sizing: border-box;
  }
}
.p-container-width--1316 {
  max-width: 1316px;
}
.p-container-width--1216 {
  max-width: 1216px;
}
.p-container-width--1136 {
  max-width: 1136px;
}
.p-container-width--1025 {
  max-width: 1025px;
}
.p-container-width--900 {
  max-width: 900px;
}
.p-container-width--820 {
  max-width: 820px;
}
.p-container-width--758 {
  max-width: 758px;
}
.p-container-width--670 {
  max-width: 670px;
}
.p-container-width--585 {
  max-width: 585px;
}
.p-container-width--470 {
  max-width: 470px;
}

.c-imageDeco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.c-imageDeco > picture {
  display: inline-block;
}
.c-imageDeco--menu1 {
  top: 25px;
  width: 106px;
  margin-left: 93px;
}
@media only screen and (max-width: 350px) {
  .c-imageDeco--menu1 {
    width: 76px;
    margin-left: 108px;
  }
}
.c-imageDeco--menu2 {
  top: 328px;
  width: 92px;
  margin-left: 125px;
}
@media only screen and (max-width: 350px) {
  .c-imageDeco--menu2 {
    width: 62px;
    margin-left: 115px;
  }
}
.c-imageDeco--menu3 {
  top: 492px;
  width: 82px;
  margin-left: 19px;
}
@media only screen and (max-width: 350px) {
  .c-imageDeco--menu3 {
    width: 62px;
    margin-left: 39px;
  }
}
.c-imageDeco--message {
  bottom: -115px;
  margin-left: -153px;
  width: 110px;
  animation: birdYuraYura 3.5s steps(1) infinite;
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--message {
    bottom: -160px;
    margin-left: -123px;
    width: 97px;
  }
}
.c-imageDeco--ringo1 {
  top: 50px;
  margin-left: 325px;
  width: 580px;
}
@media only screen and (max-width: 1050px) {
  .c-imageDeco--ringo1 {
    top: -300px;
    margin-left: 0;
    width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--ringo1 {
    top: -77px;
    width: 195px;
    margin-left: 34px;
  }
}
@media only screen and (max-width: 350px) {
  .c-imageDeco--ringo1 {
    width: 185px;
    margin-left: 24px;
  }
}
.c-imageDeco--ringo2 {
  top: 428px;
  margin-left: 241px;
  width: 379px;
}
@media only screen and (max-width: 1050px) {
  .c-imageDeco--ringo2 {
    top: -20px;
    margin-left: 220px;
    width: 259px;
  }
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--ringo2 {
    top: 40px;
    width: 115px;
    margin-left: 123px;
  }
}
@media only screen and (max-width: 350px) {
  .c-imageDeco--ringo2 {
    top: 30px;
    width: 105px;
    margin-left: 103px;
  }
}
.c-imageDeco--support1 {
  top: 83px;
  margin-left: -326px;
  width: 580px;
}
@media only screen and (max-width: 1050px) {
  .c-imageDeco--support1 {
    top: -300px;
    margin-left: -136px;
    width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--support1 {
    top: -84px;
    margin-left: -60px;
    width: 226px;
  }
}
@media only screen and (max-width: 350px) {
  .c-imageDeco--support1 {
    margin-left: -50px;
    width: 216px;
  }
}
.c-imageDeco--activity1 {
  top: -91px;
  margin-left: 369px;
  width: 58px;
}
@media only screen and (max-width: 1050px) {
  .c-imageDeco--activity1 {
    margin-left: 279px;
    width: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--activity1 {
    transform: none;
    top: -43px;
    right: 24px;
    left: auto;
    margin-left: 0;
    width: 39px;
  }
}
.c-imageDeco--activity2 {
  top: -104px;
  margin-left: 271px;
  width: 146px;
  transition: top 2.2s cubic-bezier(0.4, 0.8, 0.2, 1), margin-left 2.2s cubic-bezier(0.4, 0.8, 0.2, 1), right 2.2s cubic-bezier(0.4, 0.8, 0.2, 1), opacity 2.2s ease;
}
@media only screen and (max-width: 1050px) {
  .c-imageDeco--activity2 {
    top: -94px;
    width: 126px;
    margin-left: 181px;
  }
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--activity2 {
    transform: none;
    left: auto;
    top: -45px;
    right: 70px;
    margin-left: 0;
    width: 83px;
  }
}
.c-imageDeco--activity2.is-show {
  top: -29px;
  margin-left: 229px;
}
@media only screen and (max-width: 1050px) {
  .c-imageDeco--activity2.is-show {
    top: -43px;
    margin-left: 171px;
  }
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--activity2.is-show {
    top: -8px;
    right: 80px;
    margin-left: 0;
  }
}
.c-imageDeco--notice1-1 {
  top: -153px;
  margin-left: -2px;
  width: 74px;
  animation: birdYuraYura2 2s infinite;
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--notice1-1 {
    top: -139px;
    margin-left: 0px;
    width: 60px;
  }
}
.c-imageDeco--notice1-2 {
  top: -79px;
  margin-left: 102px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--notice1-2 {
    top: -85px;
    margin-left: 80px;
    width: 53px;
  }
}
.c-imageDeco--notice2 {
  bottom: 54px;
  margin-left: -125px;
  width: 163px;
  animation: birdYuraYura3 3.5s steps(1) infinite;
}
@media only screen and (max-width: 1050px) {
  .c-imageDeco--notice2 {
    top: 500px;
    bottom: auto;
    margin-left: -165px;
  }
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--notice2 {
    top: 420px;
    bottom: auto;
    margin-left: -115px;
    width: 90px;
  }
}
.c-imageDeco--notice3 {
  bottom: -190px;
  margin-left: 401px;
  width: 291px;
}
@media only screen and (max-width: 1050px) {
  .c-imageDeco--notice3 {
    bottom: -170px;
    margin-left: -250px;
    width: 251px;
  }
}
@media only screen and (max-width: 767px) {
  .c-imageDeco--notice3 {
    bottom: -132px;
    margin-left: -70px;
    width: 176px;
  }
}

@keyframes birdYuraYura {
  0% {
    transform: translateX(-50%) rotate(3deg);
  }
  50% {
    transform: translateX(-50%) rotate(-3deg);
  }
  100% {
    transform: translateX(-50%) rotate(3deg);
  }
}
@keyframes birdYuraYura2 {
  0% {
    transform: translateX(-50%) rotate(3deg);
  }
  25% {
    transform: translateX(-50%) rotate(3deg);
  }
  50% {
    transform: translateX(-50%) rotate(-3deg);
  }
  75% {
    transform: translateX(-50%) rotate(-3deg);
  }
  100% {
    transform: translateX(-50%) rotate(3deg);
  }
}
@keyframes birdYuraYura3 {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  50% {
    transform: translateX(-50%) rotate(12deg);
  }
  100% {
    transform: translateX(-50%) rotate(0);
  }
}
.p-imageGrant {
  position: relative;
}
.p-imageGrant__inner {
  margin: 0 auto;
}
.p-imageGrant__image {
  position: absolute;
  width: 120px;
  height: 120px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-imageGrant__image {
    width: 100px;
    height: 100px;
  }
}
.p-imageGrant--rightBottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .p-imageGrant--rightBottom {
    padding-bottom: 110px;
  }
}
.p-imageGrant--rightBottom .p-imageGrant__image {
  right: 0;
  bottom: 0;
}
.p-imageGrant--long .p-imageGrant__inner {
  max-width: 857px;
  width: 100%;
}
.p-imageGrant--medium .p-imageGrant__inner {
  max-width: 585px;
  width: 100%;
}
.p-imageGrant--medium .p-imageGrant__image--leftCenter {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-imageGrant--medium .p-imageGrant__image--rightCenter {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-imageGrant--short {
  padding-top: 77px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .p-imageGrant--short {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.p-imageGrant--short .p-imageGrant__inner {
  max-width: 372px;
  width: 100%;
}
.p-imageGrant--short .p-imageGrant__image--topLeft {
  top: 0;
  left: 0;
}
.p-imageGrant--short .p-imageGrant__image--rightBottom {
  right: 0;
  bottom: 0;
}

.p-imageDecoration {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration {
    max-width: 660px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageDecoration {
    max-width: 100%;
  }
}
.p-imageDecoration > picture {
  position: absolute;
  width: 120px;
  height: 120px;
  display: block;
}
.p-imageDecoration > picture > img {
  object-fit: cover;
}
.p-imageDecoration__content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration__content {
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    align-content: center;
  }
}
.p-imageDecoration__content .c-text {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration__content .c-text {
    width: 100%;
  }
}
.p-imageDecoration__picture {
  position: relative;
  width: 47%;
  padding: 0 80px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration__picture {
    width: 500px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageDecoration__picture {
    width: 100%;
  }
}
.p-imageDecoration__illustration {
  position: absolute;
}
.p-imageDecoration__illustration > img {
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-imageDecoration__illustration > img {
    width: 100px;
    height: 100px;
  }
}
.p-imageDecoration__image {
  display: block;
  width: 100%;
}
.p-imageDecoration__image > img {
  border-radius: 18px;
  object-fit: cover;
}
.p-imageDecoration__text {
  display: block;
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration__text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageDecoration__text {
    width: 100%;
  }
}
.p-imageDecoration--topLeft .p-imageDecoration__content {
  padding-top: 80px;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--topLeft .p-imageDecoration__content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--topLeft .p-imageDecoration__picture {
    padding-top: 70px;
  }
}
.p-imageDecoration--topLeft .p-imageDecoration__illustration {
  top: -80px;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--topLeft .p-imageDecoration__illustration {
    top: 0;
  }
}
.p-imageDecoration--topRight .p-imageDecoration__content {
  padding-top: 80px;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--topRight .p-imageDecoration__content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--topRight .p-imageDecoration__picture {
    padding-top: 70px;
  }
}
.p-imageDecoration--topRight .p-imageDecoration__illustration {
  top: -80px;
  right: 0;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--topRight .p-imageDecoration__illustration {
    top: 0;
  }
}
.p-imageDecoration--rightBottom .p-imageDecoration__content {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--rightBottom .p-imageDecoration__content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--rightBottom .p-imageDecoration__picture {
    padding-top: 70px;
  }
}
.p-imageDecoration--rightBottom .p-imageDecoration__illustration {
  bottom: -80px;
  right: 0;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--rightBottom .p-imageDecoration__illustration {
    top: 0;
    bottom: auto;
  }
}
.p-imageDecoration--bottomLeft .p-imageDecoration__content {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--bottomLeft .p-imageDecoration__content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--bottomLeft .p-imageDecoration__picture {
    padding-top: 70px;
  }
}
.p-imageDecoration--bottomLeft .p-imageDecoration__illustration {
  bottom: -80px;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--bottomLeft .p-imageDecoration__illustration {
    top: 0;
    bottom: auto;
  }
}
.p-imageDecoration--bottom .p-imageDecoration__content {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--bottom .p-imageDecoration__content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--bottom .p-imageDecoration__picture {
    padding-top: 0;
    padding-bottom: 160px;
  }
}
.p-imageDecoration--bottom .p-imageDecoration__illustration {
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--bottom .p-imageDecoration__illustration {
    bottom: 0;
  }
}
.p-imageDecoration--large .p-imageDecoration__content {
  padding-right: 80px;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--large .p-imageDecoration__content {
    padding-right: 0;
  }
}
.p-imageDecoration--large .p-imageDecoration__picture {
  width: 50.7922535211%;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--large .p-imageDecoration__picture {
    width: 577px;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageDecoration--large .p-imageDecoration__picture {
    width: 100%;
  }
}
.p-imageDecoration--large .p-imageDecoration__text {
  width: 43.2218309859%;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--large .p-imageDecoration__text {
    width: 100%;
  }
}
.p-imageDecoration--large .p-imageDecoration__text .c-text {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-imageDecoration--large .p-imageDecoration__text .c-text {
    margin-top: 15px;
  }
}
.p-imageDecoration--reverse .p-imageDecoration__content {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 80px;
}
@media only screen and (max-width: 1050px) {
  .p-imageDecoration--reverse .p-imageDecoration__content {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}

.p-imageContent__inner {
  padding: 70px 9.6830985915%;
  min-height: 610px;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1050px) {
  .p-imageContent__inner {
    flex-direction: column-reverse;
    gap: 15px 0;
    padding: 50px 50px 60px;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageContent__inner {
    padding: 30px;
  }
}
.p-imageContent__picture {
  width: 43.8864628821%;
}
@media only screen and (max-width: 1050px) {
  .p-imageContent__picture {
    width: 402px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageContent__picture {
    width: 100%;
  }
}
.p-imageContent__image {
  display: block;
  width: 100%;
  height: auto;
}
.p-imageContent__illustration {
  position: absolute;
}
.p-imageContent__illustration > img {
  display: block;
}
.p-imageContent--reverse {
  justify-content: row-reverse;
}
@media only screen and (max-width: 1050px) {
  .p-imageContent--bottomLeft {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageContent--bottomLeft {
    max-width: 100%;
  }
}
.p-imageContent--bottomLeft .p-imageContent__picture {
  position: relative;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .p-imageContent--bottomLeft .p-imageContent__picture {
    padding-bottom: 0;
  }
}
.p-imageContent--bottomLeft .p-imageContent__image {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-imageContent--bottomLeft .p-imageContent__image {
    padding-bottom: 135px;
  }
}
.p-imageContent--bottomLeft .p-imageContent__illustration {
  bottom: 0;
  left: -70px;
}
@media only screen and (max-width: 1050px) {
  .p-imageContent--bottomLeft .p-imageContent__illustration {
    left: 0;
  }
}
.p-imageContent--bottomLeft .p-imageContent__illustration > img {
  width: 250px;
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .p-imageContent--bottomLeft .p-imageContent__illustration > img {
    width: 150px;
    height: 117px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-imageContent--bottomCenter {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageContent--bottomCenter {
    max-width: 100%;
  }
}
.p-imageContent--bottomCenter .p-imageContent__picture {
  position: relative;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .p-imageContent--bottomCenter .p-imageContent__picture {
    padding-bottom: 120px;
  }
}
.p-imageContent--bottomCenter .p-imageContent__image {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-imageContent--bottomCenter .p-imageContent__image {
    padding-bottom: 15px;
  }
}
.p-imageContent--bottomCenter .p-imageContent__illustration {
  bottom: 0;
  right: 0;
}
.p-imageContent--bottomCenter .p-imageContent__illustration > img {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .p-imageContent--bottomCenter .p-imageContent__illustration > img {
    width: 120px;
  }
}
.p-imageContent--large {
  position: relative;
  padding-bottom: 0px;
  padding-right: 7.9225352113%;
  padding-left: 7.9225352113%;
}
@media only screen and (max-width: 1050px) {
  .p-imageContent--large {
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 195px;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageContent--large {
    padding-right: 0;
    padding-bottom: 130px;
    padding-left: 0;
  }
}
.p-imageContent--large .p-imageContent__inner {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1050px) {
  .p-imageContent--large .p-imageContent__inner {
    flex-direction: column-reverse;
  }
}
.p-imageContent--large .p-imageContent__illustration {
  right: 0;
  bottom: 0;
}
.p-imageContent--large .p-imageContent__illustration > img {
  width: 450px;
  height: 350px;
}
@media only screen and (max-width: 1050px) {
  .p-imageContent--large .p-imageContent__illustration > img {
    width: 300px;
    height: 233px;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageContent--large .p-imageContent__illustration > img {
    width: 200px;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageContent--large .c-text {
    padding-top: 10px;
  }
}
.p-imageContent .c-text {
  max-width: 50.1091703057%;
}
@media only screen and (max-width: 1050px) {
  .p-imageContent .c-text {
    max-width: 100%;
  }
}

.p-imageList__image {
  display: block;
}
.p-imageList__image > img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-imageList__image > img {
    width: 100%;
    height: auto;
  }
}
.p-imageList--two {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
@media only screen and (max-width: 1050px) {
  .p-imageList--two {
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
  }
}
.p-imageList--two .p-imageList__image {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .p-imageList--two .p-imageList__image {
    max-width: 750px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-imageList--two .p-imageList__image {
    max-width: 100%;
  }
}
.p-imageList--small .p-imageList__image {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .p-imageList--small .p-imageList__image {
    width: 100%;
  }
}

.p-flexImage__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 9.756097561%;
}
@media only screen and (max-width: 1050px) {
  .p-flexImage__inner {
    flex-direction: column;
    gap: 15px 0;
  }
}
.p-flexImage__image {
  display: block;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1050px) {
  .p-flexImage__image {
    display: flex;
  }
}
@media only screen and (max-width: 1050px) {
  .p-flexImage__image--left {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 1050px) {
  .p-flexImage__image--right {
    align-self: flex-end;
  }
}
.p-flexImage .c-text {
  max-width: 57.0731707317%;
}
@media only screen and (max-width: 1050px) {
  .p-flexImage .c-text {
    max-width: 100%;
  }
}

.p-imageDetail__detail {
  display: flex;
  gap: 0 34px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-imageDetail__detail {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-imageDetail__inner {
  display: flex;
  flex-flow: column;
  gap: 0;
  width: 48.0633802817%;
  padding: 34px 5.258126195%;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .p-imageDetail__inner {
    width: 100%;
    padding: 30px;
  }
}
.p-imageDetail__inner .c-buttonBasic {
  margin-top: auto;
}
.p-imageDetail__illustration {
  text-align: center;
  width: 48.0633802817%;
}
@media only screen and (max-width: 767px) {
  .p-imageDetail__illustration {
    width: 100%;
  }
}

.p-lowerImage {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-lowerImage {
    padding-top: 70px;
  }
}

.c-label {
  display: inline-flex;
  justify-content: center;
  min-width: 70px;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 3px 10px;
  background-color: #5b9fd7;
  box-sizing: border-box;
  border-radius: 5px;
}

.c-labelCircle {
  display: inline-block;
  text-align: center;
  min-width: 117px;
  font-size: 1rem;
  color: #FFFFFF;
  padding: 2px 24px;
  border-radius: 30px;
  box-sizing: border-box;
  text-decoration: none;
}
.c-labelCircle--pink {
  background-color: #f19ca6;
}
.c-labelCircle--green {
  background-color: #7cb991;
}
.c-labelCircle--orange {
  background-color: #eba067;
}
.c-labelCircle--blue {
  background-color: #58bfbd;
}
.c-labelCircle--border {
  color: #5b9fd7;
  border: 2px solid #5b9fd7;
}
.c-labelCircle--small {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  min-height: 25px;
  padding: 1px 10px;
  line-height: 1.27;
  font-size: 0.9375rem;
}
.c-labelCircle[href] {
  transition: opacity 0.3s, color 0.3s;
}
@media only screen and (min-width: 768px) {
  .c-labelCircle[href]:hover {
    opacity: 0.7;
  }
}

.c-text-line > span {
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #ffeb96;
  text-decoration-thickness: 5px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}
@media only screen and (max-width: 767px) {
  .c-text-line > span {
    line-height: 2;
  }
}
.c-text-line--center {
  text-align: center;
}

.c-text-link > a {
  position: relative;
  text-decoration: none;
}
.c-text-link > a > span {
  color: #3d3732;
  font-weight: 500;
  padding-right: 1.4em;
}
@media only screen and (max-width: 767px) {
  .c-text-link > a > span {
    font-size: 1rem;
  }
}
.c-text-link > a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 12px;
  background: url(../../assets/image/icon/icon_arrow.svg) no-repeat center;
  filter: brightness(0) saturate(100%) invert(18%) sepia(8%) saturate(884%) hue-rotate(345deg) brightness(89%) contrast(83%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .c-text-link > a:hover > span::after {
    animation: hover-kamihikouki;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
}
.c-text-link--center {
  text-align: center;
}

.c-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.9;
}
.c-text--large {
  font-size: 2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .c-text--large {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
}
.c-text--center {
  text-align: center;
}

.c-link {
  color: #5b9fd7;
}
.c-link > span {
  position: relative;
}
.c-link--bold {
  font-weight: 700;
}
.c-link--before > span {
  padding-left: 22px;
}
.c-link--before > span::before {
  content: "";
  position: absolute;
  background-size: 100% auto;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../../assets/image/icon/icon_link.svg) no-repeat center;
}
.c-link--after > span {
  padding-right: 22px;
}
.c-link--after > span::after {
  content: "";
  position: absolute;
  background-size: 100% auto;
  right: 0;
  bottom: 1px;
  width: 17px;
  height: 17px;
  background: url(../../assets/image/icon/icon_link.svg) no-repeat center;
}
.c-link--right {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .c-link:hover {
    text-decoration: none;
  }
}

.c-wysiwyg {
  font-size: 1rem;
}
.c-wysiwyg b,
.c-wysiwyg strong {
  font-weight: 900;
}
.c-wysiwyg em {
  font-weight: 700;
  color: #5b9fd7;
}
.c-wysiwyg a {
  color: #5b9fd7;
}
@media only screen and (min-width: 768px) {
  .c-wysiwyg a:hover {
    text-decoration: none;
  }
}
.c-wysiwyg p {
  line-height: 2;
  letter-spacing: 0.013em;
}
.c-wysiwyg p + p {
  margin-top: 1.5em;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin: 1em 0;
  padding-left: 2em;
}
.c-wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  border: 1px solid #D9D9D9;
  padding: 0.5em;
  text-align: left;
}
.c-wysiwyg blockquote {
  margin: 1.5em 0;
  padding: 0.5em 1em;
  border-left: 4px solid #5b9fd7;
  background-color: #D9D9D9;
}
.c-wysiwyg img {
  display: block;
  margin: 2.5em auto;
}

.c-title-heading > span {
  font-size: 2.1875rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 767px) {
  .c-title-heading > span {
    letter-spacing: 0.2em;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 350px) {
  .c-title-heading > span {
    font-size: 1.375rem;
  }
}
.c-title-heading--center {
  text-align: center;
}
.c-title-heading--vertical {
  writing-mode: vertical-rl;
}
.c-title-heading--vertical > span {
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .c-title-heading--spBig > span {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 350px) {
  .c-title-heading--spBig > span {
    font-size: 1.375rem;
  }
}

.c-title {
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title {
    line-height: 1.6;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 350px) {
  .c-title {
    font-size: 1.375rem;
  }
}
.c-title--small {
  font-size: 1.5625rem;
}
@media only screen and (max-width: 350px) {
  .c-title--small {
    font-size: 1.25rem;
  }
}
.c-title--large {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .c-title--large {
    font-size: 2rem;
  }
}
.c-title--line > span {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
.c-title--line > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 86px;
  height: 19px;
  transform: translateX(-50%);
  background: url(../../assets/image/icon/icon_wave.png) no-repeat center;
  background-size: 100% auto;
}
.c-title--left {
  text-align: left;
}
.c-title--bold {
  font-weight: 700;
}
.c-title--pink {
  color: #f19ca6;
}
.c-title--purple {
  color: #a69ac4;
}
.c-title--green {
  color: #7cb991;
}
.c-title--orange {
  color: #eba067;
}
.c-title--lightBlue {
  color: #77b5d2;
}
.c-title--buttonBlue {
  color: #5b9fd7;
}

.c-titleLine > span {
  font-size: 1.625rem;
  font-weight: 700;
  color: #3d3732;
  text-decoration: underline;
  text-decoration-color: #D1ECF9;
  text-decoration-thickness: 13px;
  text-underline-offset: -9px;
  text-decoration-skip-ink: none;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-titleLine > span {
    font-size: 1.25rem;
  }
}
.c-titleLine--center {
  text-align: center;
}
.c-titleLine--slim > span {
  text-decoration-thickness: 5px;
  text-underline-offset: -1px;
}
.c-titleLine--small > span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .c-titleLine--small > span {
    font-size: 1.25rem;
  }
}
.c-titleLine--yellow > span {
  text-decoration-color: #ffeb96;
}
.c-titleLine--darkBlue > span {
  text-decoration-color: #BCD5EA;
}
.c-titleLine--blue > span {
  text-decoration-color: #A2CEE3;
}
.c-titleLine--pink > span {
  text-decoration-color: #EFB8BE;
}
.c-titleLine--purple > span {
  text-decoration-color: #C9BDE8;
}
.c-titleLine--green > span {
  text-decoration-color: #B8E4C7;
}
.c-titleLine--number {
  position: relative;
}
.c-titleLine--number > span {
  padding-left: 2em;
  display: block;
}
.c-titleLine--number::after {
  content: counter(num, decimal-leading-zero) ".";
  counter-increment: num;
  position: absolute;
  top: -4px;
  left: 0;
  color: #FFFFFF;
  font-size: 1.875rem;
  font-weight: 700;
  color: #5b9fd7;
  z-index: 1;
}

.p-article {
  gap: 0 70px;
  padding: 102px 7.9769736842%;
  box-sizing: border-box;
  border-radius: 20px;
}
@media only screen and (max-width: 1050px) {
  .p-article {
    max-width: 750px;
    margin: 0 auto;
    flex-direction: column;
    gap: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-article {
    padding: 30px;
    gap: 30px 0;
  }
}
.p-article > li {
  width: calc((100% - 140px) / 3);
}
@media only screen and (max-width: 1050px) {
  .p-article > li {
    width: 100%;
  }
}
.p-article__head {
  display: flex;
  align-items: center;
  gap: 0 16px;
  padding: 0 13px;
}
.p-article__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #5b9fd7;
}
@media only screen and (max-width: 1050px) {
  .p-article__title {
    font-size: 1.125rem;
  }
}
.p-article__image {
  flex-shrink: 0;
}
.p-article__image > img {
  display: block;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  object-fit: cover;
}
.p-article .c-text {
  margin-top: 35px;
  line-height: 2;
}
@media only screen and (max-width: 1050px) {
  .p-article .c-text {
    margin-top: 16px;
  }
}
.p-article--single {
  width: 100%;
  min-height: 532px;
  padding: 50px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-article--single {
    padding: 30px;
    min-height: auto;
  }
}
.p-article--single > li {
  width: 100%;
}
.p-article--single .p-article__head {
  padding: 0;
}
@media only screen and (max-width: 1050px) {
  .p-article--single .p-article__head {
    flex-direction: column;
    gap: 16px 0;
  }
}
.p-article--single .p-article__title {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1050px) {
  .p-article--single .p-article__title {
    font-size: 1.25rem;
  }
}
.p-article--single .p-article__image > img {
  display: block;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  object-fit: cover;
}
.p-article--simple {
  padding: 0;
  min-height: auto;
}
@media only screen and (max-width: 1050px) {
  .p-article--simple .p-article__head {
    flex-direction: row;
    gap: 0 16px;
  }
}
.p-article--simple .p-article__image > img {
  width: 61px;
  height: 61px;
}
.p-article--simple .c-text {
  margin-top: 15px;
}

.p-articleDetail__detail {
  display: flex;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  padding: 60px 5.7218309859%;
  margin-top: 20px;
}
@media only screen and (max-width: 1050px) {
  .p-articleDetail__detail {
    flex-direction: column;
    padding: 45px 30px;
  }
}
.p-articleDetail__inner {
  display: flex;
  flex-flow: column;
  gap: 0;
  width: 50%;
  padding: 0 2.9880478088%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1050px) {
  .p-articleDetail__inner {
    padding: 0;
    width: 100%;
  }
}
.p-articleDetail__inner:last-of-type {
  border-left: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1050px) {
  .p-articleDetail__inner:last-of-type {
    border: none;
    margin-top: 45px;
  }
}
.p-articleDetail__title {
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}
.p-articleDetail__title span {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 5px;
}
.p-articleDetail__title--pink {
  background-color: #f19ca6;
}
.p-articleDetail__title--green {
  background-color: #7cb991;
}
.p-articleDetail__illustration {
  margin-top: auto;
}

.p-articleTexts__detail {
  display: flex;
  gap: 0 34px;
}
@media only screen and (max-width: 767px) {
  .p-articleTexts__detail {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-articleTexts__inner {
  width: 48.0633802817%;
}
@media only screen and (max-width: 767px) {
  .p-articleTexts__inner {
    width: 100%;
  }
}

.p-kv {
  position: relative;
  height: 100dvh;
  padding: 15px;
  box-sizing: border-box;
  min-height: 750px;
}
@media only screen and (max-width: 1050px) {
  .p-kv {
    padding: 0;
    min-height: 1030px;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv {
    min-height: 650px;
  }
}
.p-kv__inner {
  height: 100%;
  box-sizing: border-box;
  background: url(../../assets/image/top/bg_kv.webp) no-repeat center, url(../../assets/image/top/bg_kv.png) no-repeat center;
  background-size: 100% 100%, 100% 100%;
}
@media only screen and (max-width: 1050px) {
  .p-kv__inner {
    background-image: url(../../assets/image/top/bg_kv-sp.webp), url(../../assets/image/top/bg_kv-sp.png);
  }
}
.p-kv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 9;
  text-align: center;
  margin-left: -12px;
}
@media only screen and (max-width: 1050px) {
  .p-kv__title {
    margin-top: 7.5238095238vw;
    margin-left: -1.9047619048vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__title {
    margin-top: 2.2485207101dvh;
    margin-left: 0.75vw;
    width: 100%;
  }
}
.p-kv__titleInner {
  display: inline-block;
  text-align: left;
}
.p-kv__titleInner > em {
  display: block;
}
.p-kv__titleItem {
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1.65;
}
@media only screen and (max-width: 1050px) {
  .p-kv__titleItem {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__titleItem {
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-size: 6vw;
  }
}
.p-kv__titleItem--2 {
  margin-left: 2.5em;
}
.p-kv__titleItem--3 {
  margin-left: 3.5em;
}
.p-kv__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: opacity 0.8s ease;
}
.p-kv__image.is-visible {
  opacity: 1;
}
.p-kv__image.is-first-show {
  opacity: 1;
}
.p-kv__image.is-fadeout {
  opacity: 0;
  transition: opacity 1.5s ease;
}
.p-kv__image img[src$=".gif"] {
  animation-play-state: paused;
}
.p-kv__image--1 {
  margin-top: -70px;
  margin-left: 471px;
  width: 338px;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--1 {
    width: 28.1666666667vw;
    margin-top: -7.3298429319dvh;
    margin-left: 39.25vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--1 {
    width: 36.9523809524vw;
    margin-top: -5.7142857143dvh;
    margin-left: 40.0952380952vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--1 {
    width: 37.25vw;
    margin-top: -5.9171597633dvh;
    margin-left: 36.5vw;
  }
}
.p-kv__image--1.is-visible {
  margin-top: -100px;
  margin-left: 441px;
  transition: opacity 0.3s ease, margin-top 1.5s cubic-bezier(0.4, -0.13, 0.28, 0.69), margin-left 1.5s cubic-bezier(0.4, -0.13, 0.28, 0.69);
  animation: kvanime1 7s linear infinite reverse;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--1.is-visible {
    margin-top: -10.4712041885dvh;
    margin-left: 36.75vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--1.is-visible {
    margin-top: -9.2857142857dvh;
    margin-left: 32.380952381vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--1.is-visible {
    margin-top: -8.2840236686dvh;
    margin-left: 32.75vw;
  }
}
.p-kv__image--2-1 {
  margin-top: -87px;
  margin-left: 328px;
  width: 86px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--2-1 {
    margin-top: -9.109947644dvh;
    margin-left: 27.3333333333vw;
    width: 7.1666666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--2-1 {
    width: 9.8095238095vw;
    margin-top: -39.7857142857dvh;
    margin-left: 39.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--2-1 {
    width: 12.25vw;
    margin-top: -36.0946745562dvh;
    margin-left: 43.25vw;
  }
}
.p-kv__image--2-1.is-visible {
  margin-left: 298px;
  animation: cloud1 40s linear infinite reverse;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--2-1.is-visible {
    margin-left: 24.8333333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--2-1.is-visible {
    margin-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--2-1.is-visible {
    margin-left: 39.5vw;
  }
}
.p-kv__image--2-2 {
  margin-top: -305px;
  margin-left: 213px;
  width: 131px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--2-2 {
    width: 10.9166666667vw;
    margin-top: -31.9371727749dvh;
    margin-left: 17.75vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--2-2 {
    width: 13.619047619vw;
    margin-top: 38dvh;
    margin-left: 18vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--2-2 {
    width: 18.5vw;
    margin-top: 45.5621301775dvh;
    margin-left: 25.5vw;
  }
}
.p-kv__image--2-2.is-visible {
  margin-left: 183px;
  animation: cloud2 25s linear infinite reverse;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--2-2.is-visible {
    margin-left: 15.25vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--2-2.is-visible {
    margin-left: 22.2857142857vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--2-2.is-visible {
    margin-left: 30.5vw;
  }
}
.p-kv__image--2-3 {
  margin-top: -205px;
  margin-left: 335px;
  width: 374px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--2-3 {
    margin-top: -21.4659685864dvh;
    margin-left: 27.9166666667vw;
    width: 31.1666666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--2-3 {
    width: 32.5714285714vw;
    margin-top: -19dvh;
    margin-left: 17.2380952381vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--2-3 {
    width: 34.25vw;
    margin-top: -16.2130177515dvh;
    margin-left: 19.25vw;
  }
}
.p-kv__image--2-4 {
  margin-top: -338px;
  margin-left: 326px;
  width: 81px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--2-4 {
    margin-top: -35.3926701571dvh;
    margin-left: 27.1666666667vw;
    width: 6.75vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--2-4 {
    width: 9.7142857143vw;
    margin-top: -27.0714285714dvh;
    margin-left: 17.2380952381vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--2-4 {
    width: 10.25vw;
    margin-top: -21.5384615385dvh;
    margin-left: 19.25vw;
  }
}
.p-kv__image--2-5 {
  margin-top: -223px;
  margin-left: 456px;
  width: 88px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--2-5 {
    margin-top: -23.3507853403dvh;
    margin-left: 38vw;
    width: 7.3333333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--2-5 {
    display: none;
  }
}
.p-kv__image--3-1 {
  margin-top: -222px;
  margin-left: 53px;
  width: 144px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--3-1 {
    width: 12vw;
    margin-top: -23.2460732984dvh;
    margin-left: 4.4166666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--3-1 {
    width: 14.9523809524vw;
    margin-top: -42.5dvh;
    margin-left: 30.9523809524vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--3-1 {
    width: 18.75vw;
    margin-top: -38.5798816568dvh;
    margin-left: 31.75vw;
  }
}
.p-kv__image--3-1.is-visible {
  transition: opacity 0.8s ease, margin-top 5s ease, margin-left 5s ease;
  animation: fadeOut 1s ease 0.1s forwards;
  animation-delay: 4s;
  margin-top: -242px;
  margin-left: 13px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--3-1.is-visible {
    margin-top: -25.3403141361dvh;
    margin-left: 1.0833333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--3-1.is-visible {
    margin-top: -45.5dvh;
    margin-left: 23.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--3-1.is-visible {
    margin-top: -40dvh;
    margin-left: 26.5vw;
  }
}
.p-kv__image--3-2 {
  margin-top: -101px;
  margin-left: 133px;
  width: 174px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--3-2 {
    margin-top: -10.5759162304dvh;
    margin-left: 11.0833333333vw;
    width: 14.5vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--3-2 {
    width: 21.0476190476vw;
    margin-top: -29.3571428571dvh;
    margin-left: 33.7142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--3-2 {
    width: 24.5vw;
    margin-top: -29.349112426dvh;
    margin-left: 33.75vw;
  }
}
.p-kv__image--3-3 {
  margin-top: -174px;
  margin-left: 8px;
  width: 136px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--3-3 {
    margin-top: -18.219895288dvh;
    margin-left: 0.6666666667vw;
    width: 11.3333333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--3-3 {
    width: 13.4285714286vw;
    margin-top: -39.2142857143dvh;
    margin-left: 22.2857142857vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--3-3 {
    width: 16.25vw;
    margin-top: -36.5680473373dvh;
    margin-left: 25.75vw;
  }
}
.p-kv__image--4-1 {
  margin-top: -310px;
  margin-left: -261px;
  width: 94px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--4-1 {
    margin-top: -32.4607329843dvh;
    margin-left: -21.75vw;
    width: 7.8333333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--4-1 {
    width: 13.2380952381vw;
    margin-top: -35dvh;
    margin-left: 16.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--4-1 {
    width: 13.5vw;
    margin-top: -30.5325443787dvh;
    margin-left: 18.75vw;
  }
}
.p-kv__image--4-1.is-visible {
  transition: opacity 0.8s ease, margin-top 1.5s cubic-bezier(0.46, -0.01, 0, 1), margin-left 1.5s cubic-bezier(0.46, -0.01, 0, 1);
  animation: fadeOutPC 1.7s ease 0.1s forwards;
  margin-top: -318px;
  margin-left: -311px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--4-1.is-visible {
    margin-top: -33.2984293194dvh;
    margin-left: -25.9166666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--4-1.is-visible {
    margin-top: -37dvh;
    margin-left: 11.1428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--4-1.is-visible {
    margin-top: -33.0177514793dvh;
    margin-left: 13.75vw;
  }
}
.p-kv__image--4-2 {
  margin-top: -318px;
  margin-left: -183px;
  width: 169px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--4-2 {
    margin-top: -33.2984293194dvh;
    margin-left: -15.25vw;
    width: 14.0833333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--4-2 {
    display: none;
  }
}
.p-kv__image--5-1 {
  margin-top: -230px;
  margin-left: -261px;
  width: 94px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--5-1 {
    margin-top: -24.0837696335dvh;
    margin-left: -21.75vw;
    width: 7.8333333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--5-1 {
    width: 11.3333333333vw;
    margin-top: -22.0714285714dvh;
    margin-left: -7.619047619vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--5-1 {
    width: 13vw;
    margin-top: -19.4082840237dvh;
    margin-left: -14.5vw;
  }
}
.p-kv__image--5-2 {
  margin-top: -226px;
  margin-left: -327px;
  width: 53px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--5-2 {
    width: 4.4166666667vw;
    margin-top: -23.664921466dvh;
    margin-left: -27.25vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--5-2 {
    width: 4.7619047619vw;
    margin-top: -28.2857142857dvh;
    margin-left: -16.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--5-2 {
    width: 5.75vw;
    margin-top: -30.7692307692dvh;
    margin-left: -8.5vw;
  }
}
.p-kv__image--5-2.is-visible {
  transition: opacity 0.8s ease, margin-top 1.5s ease, margin-left 1.5s ease;
  animation: fadeOut 0.5s ease 0.5s forwards;
  animation-delay: 1.5s;
  margin-top: -176px;
  margin-left: -285px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--5-2.is-visible {
    margin-top: -18.4293193717dvh;
    margin-left: -23.75vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--5-2.is-visible {
    margin-top: -26.8571428571dvh;
    margin-left: -14.7619047619vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--5-2.is-visible {
    margin-top: -23.4319526627dvh;
    margin-left: -15.25vw;
  }
}
.p-kv__image--5-3 {
  margin-top: -236px;
  margin-left: -139px;
  width: 136px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--5-3 {
    margin-top: -24.7120418848dvh;
    margin-left: -11.5833333333vw;
    width: 11.3333333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--5-3 {
    width: 15.619047619vw;
    margin-top: -30.8571428571dvh;
    margin-left: 3.0476190476vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--5-3 {
    width: 16.5vw;
    margin-top: -28.875739645dvh;
    margin-left: 6vw;
  }
}
.p-kv__image--5-4 {
  margin-top: -202px;
  margin-left: -403px;
  width: 403px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--5-4 {
    margin-top: -21.1518324607dvh;
    margin-left: -33.5833333333vw;
    width: 33.5833333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--5-4 {
    width: 40.9523809524vw;
    margin-top: -29.4285714286dvh;
    margin-left: -26.7619047619vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--5-4 {
    width: 51.5vw;
    margin-top: -30.2958579882dvh;
    margin-left: -19.75vw;
  }
}
.p-kv__image--5-5 {
  margin-top: -73px;
  margin-left: -504px;
  width: 213px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--5-5 {
    margin-top: -7.6439790576dvh;
    margin-left: -42vw;
    width: 17.75vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--5-5 {
    display: none;
  }
}
.p-kv__image--6-1 {
  margin-top: 127px;
  margin-left: -551px;
  width: 168px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--6-1 {
    margin-top: 13.2984293194dvh;
    margin-left: -45.9166666667vw;
    width: 14vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--6-1 {
    width: 18.8571428571vw;
    margin-top: -9.4285714286dvh;
    margin-left: -33.7142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--6-1 {
    width: 24.5vw;
    margin-top: -10.0591715976dvh;
    margin-left: -40.5vw;
  }
}
.p-kv__image--6-2 {
  margin-top: 28px;
  margin-left: -466px;
  width: 96px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--6-2 {
    margin-top: 2.9319371728dvh;
    margin-left: -38.8333333333vw;
    width: 8vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--6-2 {
    width: 9.3333333333vw;
    margin-top: -24.3571428571dvh;
    margin-left: -42.9523809524vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--6-2 {
    width: 12vw;
    margin-top: -28.4023668639dvh;
    margin-left: -42.5vw;
  }
}
.p-kv__image--6-3 {
  margin-top: 124px;
  margin-left: -433px;
  width: 196px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--6-3 {
    margin-top: 12.9842931937dvh;
    margin-left: -36.0833333333vw;
    width: 16.3333333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--6-3 {
    width: 24.6666666667vw;
    margin-top: -16.1428571429dvh;
    margin-left: -20.9523809524vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--6-3 {
    width: 31.5vw;
    margin-top: -15.1479289941dvh;
    margin-left: -24.75vw;
  }
}
.p-kv__image--6-4 {
  margin-top: -46px;
  margin-left: -390px;
  width: 46px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--6-4 {
    margin-top: -4.8167539267dvh;
    margin-left: -32.5vw;
    width: 3.8333333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--6-4 {
    width: 7.7142857143vw;
    margin-top: -19.5dvh;
    margin-left: -34.1904761905vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--6-4 {
    width: 9.5vw;
    margin-top: -22.1301775148dvh;
    margin-left: -34vw;
  }
}
.p-kv__image--6-5 {
  margin-top: 271px;
  margin-left: -480px;
  width: 261px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--6-5 {
    margin-top: 28.3769633508dvh;
    margin-left: -40vw;
    width: 21.75vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--6-5 {
    width: 29.0476190476vw;
    margin-top: 40.7142857143dvh;
    margin-left: -30.1904761905vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--6-5 {
    width: 39.75vw;
    margin-top: 43.9053254438dvh;
    margin-left: -28.75vw;
  }
}
.p-kv__image--7-1 {
  margin-top: 287px;
  margin-left: -347px;
  width: 95px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--7-1 {
    margin-top: 30.0523560209dvh;
    margin-left: -28.9166666667vw;
    width: 7.9166666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--7-1 {
    width: 9.5238095238vw;
    margin-top: -11.5714285714dvh;
    margin-left: -1.619047619vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--7-1 {
    width: 12.25vw;
    margin-top: -10.7692307692dvh;
    margin-left: -0.5vw;
  }
}
.p-kv__image--7-1.is-visible {
  transition: opacity 0.8s ease, margin-top 1.5s ease, margin-left 1.5s ease;
  animation: fadeOutPC 1.7s ease 0.1s forwards;
  margin-top: 297px;
  margin-left: -317px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--7-1.is-visible {
    margin-top: 31.0994764398dvh;
    margin-left: -26.4166666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--7-1.is-visible {
    animation: none;
    margin-top: -11.5714285714dvh;
    margin-left: -1.619047619vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--7-1.is-visible {
    animation: none;
    margin-top: -10.7692307692dvh;
    margin-left: -0.5vw;
  }
}
.p-kv__image--7-2 {
  margin-top: 312px;
  margin-left: -243px;
  width: 135px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--7-2 {
    margin-top: 32.6701570681dvh;
    margin-left: -20.25vw;
    width: 11.25vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--7-2 {
    width: 16.4761904762vw;
    margin-top: 31.8571428571dvh;
    margin-left: -21.619047619vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--7-2 {
    width: 22.25vw;
    margin-top: 33.4911242604dvh;
    margin-left: -24.75vw;
  }
}
.p-kv__image--7-2.is-visible {
  transition: opacity 0.8s ease, margin-top 1.5s cubic-bezier(0.46, -0.01, 0, 1), margin-left 1.5s cubic-bezier(0.46, -0.01, 0, 1);
  animation: fadeOutPC 1.7s ease 0.1s forwards;
  margin-top: 332px;
  margin-left: -203px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--7-2.is-visible {
    margin-top: 34.7643979058dvh;
    margin-left: -16.9166666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--7-2.is-visible {
    margin-top: 33.6428571429dvh;
    margin-left: -15.9047619048vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--7-2.is-visible {
    margin-top: 35.6213017751dvh;
    margin-left: -14.75vw;
  }
}
.p-kv__image--7-3 {
  margin-top: 155px;
  margin-left: -273px;
  width: 225px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--7-3 {
    margin-top: 16.2303664921dvh;
    margin-left: -22.75vw;
    width: 18.75vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--7-3 {
    width: 23.1428571429vw;
    margin-top: 14.6428571429dvh;
    margin-left: -30.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--7-3 {
    width: 33.25vw;
    margin-top: 17.7514792899dvh;
    margin-left: -31vw;
  }
}
.p-kv__image--7-4 {
  margin-top: 256px;
  margin-left: -240px;
  width: 245px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--7-4 {
    margin-top: 26.8062827225dvh;
    margin-left: -20vw;
    width: 20.4166666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--7-4 {
    width: 24.4761904762vw;
    margin-top: 21.4285714286dvh;
    margin-left: -12.9523809524vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--7-4 {
    width: 35.5vw;
    margin-top: 25.325443787dvh;
    margin-left: -14.5vw;
  }
}
.p-kv__image--8-1 {
  margin-top: 255px;
  margin-left: -137px;
  width: 115px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--8-1 {
    margin-top: 23.5602094241dvh;
    margin-left: -11.4166666667vw;
    width: 9.5833333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--8-1 {
    width: 6.6666666667vw;
    margin-top: 30.8571428571dvh;
    margin-left: -45.619047619vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--8-1 {
    width: 9vw;
    margin-top: 37.3964497041dvh;
    margin-left: -45.5vw;
  }
}
.p-kv__image--8-1.is-visible {
  transition: opacity 2.8s ease, margin-top 3.5s ease, margin-left 3.5s ease;
  animation: fadeOut 0.5s ease 0.5s forwards;
  animation-delay: 3.5s;
  margin-top: 274px;
  margin-left: -107px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--8-1.is-visible {
    margin-top: 28.6910994764dvh;
    margin-left: -8.9166666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--8-1.is-visible {
    margin-top: 31.9285714286dvh;
    margin-left: -39.0476190476vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--8-1.is-visible {
    margin-top: 36.2130177515dvh;
    margin-left: -41vw;
  }
}
.p-kv__image--8-2 {
  margin-top: 167px;
  margin-left: -144px;
  width: 130px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--8-2 {
    margin-top: 17.4869109948dvh;
    margin-left: -12vw;
    width: 10.8333333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--8-2 {
    width: 18.0952380952vw;
    margin-top: 20.3571428571dvh;
    margin-left: 2.7619047619vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--8-2 {
    width: 24vw;
    margin-top: 17.5147928994dvh;
    margin-left: -3.5vw;
  }
}
.p-kv__image--8-2.is-visible {
  transition: opacity 0.8s ease, margin-top 1s linear, margin-left 1s linear;
  margin-top: 179px;
  margin-left: -105px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--8-2.is-visible {
    margin-top: 18.7434554974dvh;
    margin-left: -8.75vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--8-2.is-visible {
    margin-top: 21.5dvh;
    margin-left: 7.619047619vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--8-2.is-visible {
    margin-top: 17.5147928994dvh;
    margin-left: -3.5vw;
  }
}
.p-kv__image--8-3 {
  margin-top: 235px;
  margin-left: 105px;
  width: 104px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--8-3 {
    margin-top: 24.6073298429dvh;
    margin-left: 8.75vw;
    width: 8.6666666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--8-3 {
    width: 11.5238095238vw;
    margin-top: 43.1428571429dvh;
    margin-left: 32.0952380952vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--8-3 {
    width: 15vw;
    margin-top: 36.2130177515dvh;
    margin-left: 26vw;
  }
}
.p-kv__image--8-3.is-visible {
  transition: opacity 0.8s ease, margin-top 1.5s cubic-bezier(0.24, 0.05, 0, 1.02), margin-left 1.5s cubic-bezier(0.24, 0.05, 0, 1.02);
  margin-top: 215px;
  margin-left: 185px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--8-3.is-visible {
    margin-top: 22.5130890052dvh;
    margin-left: 15.4166666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--8-3.is-visible {
    margin-top: 39.5dvh;
    margin-left: 38.0952380952vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--8-3.is-visible {
    margin-top: 36.2130177515dvh;
    margin-left: 26vw;
  }
}
.p-kv__image--9-1 {
  margin-top: 228px;
  margin-left: 25px;
  width: 251px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--9-1 {
    margin-top: 23.8743455497dvh;
    margin-left: 2.0833333333vw;
    width: 20.9166666667vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--9-1 {
    display: none;
  }
}
.p-kv__image--9-2 {
  margin-top: 343px;
  margin-left: 114px;
  width: 135px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--9-2 {
    margin-top: 35.9162303665dvh;
    margin-left: 9.5vw;
    width: 11.25vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--9-2 {
    width: 14.380952381vw;
    margin-top: 40dvh;
    margin-left: 8.9523809524vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--9-2 {
    width: 19.5vw;
    margin-top: 44.1420118343dvh;
    margin-left: 13vw;
  }
}
.p-kv__image--10 {
  margin-top: 183px;
  margin-left: 410px;
  width: 480px;
}
@media only screen and (max-width: 1200px) {
  .p-kv__image--10 {
    margin-top: 19.1623036649dvh;
    margin-left: 34.1666666667vw;
    width: 40vw;
  }
}
@media only screen and (max-width: 1050px) {
  .p-kv__image--10 {
    width: 39.619047619vw;
    margin-top: 21.3571428571dvh;
    margin-left: 35.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__image--10 {
    width: 52vw;
    margin-top: 21.8934911243dvh;
    margin-left: 29vw;
  }
}
.p-kv__scroll {
  position: absolute;
  right: 183px;
  bottom: 37px;
  opacity: 0;
  transition: opacity 1.5s ease;
}
@media only screen and (max-width: 1050px) {
  .p-kv__scroll {
    right: 35px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__scroll {
    bottom: 6px;
  }
}
.p-kv__scroll.is-visible {
  opacity: 1;
}
.p-kv__scroll > p {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 5px 5px 74px;
  writing-mode: vertical-rl;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
}
@media only screen and (max-width: 1050px) {
  .p-kv__scroll > p {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__scroll > p {
    font-size: 0.625rem;
  }
}
.p-kv__scroll > p::before, .p-kv__scroll > p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  width: 1px;
}
.p-kv__scroll > p::before {
  height: 67px;
  background: #ddd;
}
.p-kv__scroll > p::after {
  width: 1px;
  height: 67px;
  background: #000;
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes fadeOutPC {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes kvanime1 {
  0% {
    transform: translate3d(-50%, -50%, 0);
  }
  25% {
    transform: translate3d(-45%, -45%, 0);
  }
  50% {
    transform: translate3d(-50%, -50%, 0);
  }
  75% {
    transform: translate3d(-55%, -55%, 0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes cloud1 {
  0% {
    transform: translate3d(-50%, -50%, 0);
  }
  25% {
    transform: translate3d(0%, -50%, 0);
  }
  50% {
    transform: translate3d(-50%, -50%, 0);
  }
  75% {
    transform: translate3d(-100%, -50%, 0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes cloud2 {
  0% {
    transform: translate3d(-30%, -50%, 0);
  }
  25% {
    transform: translate3d(0%, -50%, 0);
  }
  50% {
    transform: translate3d(-30%, -50%, 0);
  }
  75% {
    transform: translate3d(-60%, -50%, 0);
  }
  100% {
    transform: translate3d(-30%, -50%, 0);
  }
}
.p-cassets {
  position: relative;
  margin-top: 75px;
  z-index: 1;
}
.p-cassets__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  .p-cassets__inner {
    margin-top: 370px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cassets__inner {
    margin-top: 105px;
  }
}
.p-cassets__inner::before, .p-cassets__inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 100% auto, 100% auto;
  z-index: 2;
  pointer-events: none;
}
.p-cassets__content {
  max-width: 450px;
}
@media only screen and (max-width: 767px) {
  .p-cassets__content {
    max-width: 100%;
  }
}
.p-cassets__detail {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  padding: 115px 50px 98px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-cassets__detail {
    padding: 157px 20px 50px;
    width: calc(100% - 40px);
    margin: 0 20px;
    border-radius: 70px;
  }
}
.p-cassets__detail::before {
  content: "";
  position: absolute;
  left: 50%;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 100% auto, 100% auto;
  transform: translateX(-50%);
}
.p-cassets__text {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 23px;
  letter-spacing: -0.06em;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .p-cassets__text {
    font-size: 1rem;
    margin-top: 24px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 350px) {
  .p-cassets__text {
    padding: 0;
  }
}
.p-cassets__figure {
  position: relative;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .p-cassets__figure {
    margin-top: 39px;
  }
}
.p-cassets__figure > picture {
  display: block;
  width: 450px;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-cassets__figure > picture {
    width: 100%;
    max-width: 278px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
  }
}
.p-cassets__figure .c-buttonBasic {
  position: absolute;
  right: -23px;
  bottom: -22px;
}
@media only screen and (max-width: 767px) {
  .p-cassets__figure .c-buttonBasic {
    position: relative;
    margin-top: -19px;
    right: auto;
    bottom: auto;
    font-size: 1rem;
    text-align: center;
  }
}
.p-cassets::before, .p-cassets::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-cassets::before, .p-cassets::after {
    display: none;
  }
}
.p-cassets::before {
  width: 50%;
}
.p-cassets::after {
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
.p-cassets--left::before {
  left: 0;
}
.p-cassets--left::after {
  border-radius: 0 80px 80px 0;
  margin-left: 109px;
}
@media only screen and (max-width: 1050px) {
  .p-cassets--left::after {
    margin-left: 200px;
  }
}
.p-cassets--right::before {
  right: 0;
}
.p-cassets--right::after {
  border-radius: 80px 0 0 80px;
  margin-left: -148px;
}
@media only screen and (max-width: 1050px) {
  .p-cassets--right::after {
    margin-left: -195px;
  }
}
.p-cassets--right .p-cassets__inner {
  text-align: right;
}
.p-cassets--ringo .p-cassets__inner::before {
  top: -70px;
  left: -50px;
  width: 206px;
  height: 187px;
  background-image: url(../../assets/image/top/img_deco_activity2.webp), url(../../assets/image/top/img_deco_activity2.png);
}
@media only screen and (max-width: 1050px) {
  .p-cassets--ringo .p-cassets__inner::before {
    top: -40px;
    left: 0;
    width: 166px;
    height: 147px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cassets--ringo .p-cassets__inner::before {
    top: 2px;
    left: 22px;
    width: 107px;
    height: 102px;
  }
}
@media only screen and (max-width: 350px) {
  .p-cassets--ringo .p-cassets__inner::before {
    left: 2px;
    width: 97px;
  }
}
.p-cassets--ringo .p-cassets__inner::after {
  right: -71px;
  bottom: -40px;
  width: 246px;
  height: 411px;
  background-image: url(../../assets/image/top/img_deco_activity3.webp), url(../../assets/image/top/img_deco_activity3.png);
}
@media only screen and (max-width: 1050px) {
  .p-cassets--ringo .p-cassets__inner::after {
    right: 40px;
    bottom: -254px;
    width: 206px;
    height: 323px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cassets--ringo .p-cassets__inner::after {
    right: 31px;
    bottom: -155px;
    width: 136px;
    height: 243px;
  }
}
@media only screen and (max-width: 350px) {
  .p-cassets--ringo .p-cassets__inner::after {
    right: 11px;
    bottom: -145px;
    width: 126px;
    height: 233px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-cassets--ringo .p-cassets__detail {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cassets--ringo .p-cassets__detail {
    padding-left: 20px;
  }
}
.p-cassets--ringo .p-cassets__detail::before {
  top: 56px;
  width: 82px;
  height: 57px;
  background-image: url(../../assets/image/top/img_menu2.webp), url(../../assets/image/top/img_menu2.png);
}
@media only screen and (max-width: 1050px) {
  .p-cassets--ringo .p-cassets__detail::before {
    left: calc(50% + 40px);
  }
}
@media only screen and (max-width: 767px) {
  .p-cassets--ringo .p-cassets__detail::before {
    top: 83px;
    left: 50%;
    width: 91px;
    height: 62px;
  }
}
.p-cassets--support {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .p-cassets--support {
    margin-top: 144px;
  }
}
.p-cassets--support .p-cassets__inner::before {
  bottom: -1px;
  left: -30px;
  width: 222px;
  height: 158px;
  background-image: url(../../assets/image/top/img_deco_activity4.webp), url(../../assets/image/top/img_deco_activity4.png);
}
@media only screen and (max-width: 1050px) {
  .p-cassets--support .p-cassets__inner::before {
    right: 0;
    bottom: -101px;
    left: auto;
    width: 192px;
    height: 158px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cassets--support .p-cassets__inner::before {
    right: 19px;
    bottom: -45px;
    width: 142px;
    height: 100px;
  }
}
.p-cassets--support .p-cassets__detail {
  padding-top: 145px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1050px) {
  .p-cassets--support .p-cassets__detail {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cassets--support .p-cassets__detail {
    padding-top: 168px;
    padding-right: 20px;
    padding-bottom: 54px;
  }
}
.p-cassets--support .p-cassets__detail::before {
  top: 69px;
  width: 86px;
  height: 77px;
  background-image: url(../../assets/image/top/img_menu3.webp), url(../../assets/image/top/img_menu3.png);
}
@media only screen and (max-width: 1050px) {
  .p-cassets--support .p-cassets__detail::before {
    left: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .p-cassets--support .p-cassets__detail::before {
    top: 90px;
    left: 50%;
    width: 76px;
    height: 68px;
    margin-left: -7px;
  }
}
.p-cassets--support .p-cassets__detail::after {
  display: none;
}

.p-cassetsDecoration {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 34px;
  padding: 0 45px 85px;
}
@media only screen and (max-width: 767px) {
  .p-cassetsDecoration {
    flex-direction: column;
    gap: 20px 0;
    padding: 0 0 80px;
  }
}
.p-cassetsDecoration__inner {
  width: 44.9013157895%;
  padding: 47px 5.258126195%;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .p-cassetsDecoration__inner {
    width: 100%;
    padding: 30px;
  }
}
.p-cassetsDecoration__illustration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
}
@media only screen and (max-width: 767px) {
  .p-cassetsDecoration__illustration {
    right: -10px;
    width: 103px;
    height: 103px;
  }
}
.p-cassetsDecoration__fee {
  display: inline-block;
  font-size: 1rem;
  margin-top: 30px;
  line-height: 1.7;
}
.p-cassetsDecoration__fee--pink {
  border-bottom: 1px solid #f19ca6;
}
.p-cassetsDecoration__fee--green {
  border-bottom: 1px solid #7cb991;
}
.p-cassetsDecoration .c-text {
  margin-top: 24px;
}

.p-contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 124px;
  padding: 100px 20px 178px 20px;
  background: url(../../assets/image/common/bg_contact.webp) no-repeat 50% 0, url(../../assets/image/common/bg_contact.png) no-repeat 50% 0;
  background-size: cover, cover;
}
@media only screen and (max-width: 1200px) {
  .p-contact {
    gap: 0 60px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-contact {
    display: block;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact {
    padding-top: 56px;
    padding-bottom: 124px;
    background-image: url(../../assets/image/common/bg_contact-sp.webp), url(../../assets/image/common/bg_contact-sp.png);
  }
}
@media only screen and (max-width: 350px) {
  .p-contact {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-contact::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: -124px;
  width: 214px;
  height: 252px;
  margin-left: 484px;
  background: url(../../assets/image/common/img_deco_contact1.webp) no-repeat center, url(../../assets/image/common/img_deco_contact1.png) no-repeat center;
  background-size: 100% auto, 100% auto;
}
@media only screen and (max-width: 1050px) {
  .p-contact::before {
    top: -90px;
    right: 30px;
    left: auto;
    width: 125px;
    height: 130px;
    margin-left: 0;
    transform: none;
  }
}
.p-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 84px;
}
@media only screen and (max-width: 1200px) {
  .p-contact__inner {
    gap: 0 40px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-contact__inner {
    display: inline-block;
  }
}
.p-contact__contents {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .p-contact__contents {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__contents {
    margin-top: 55px;
    padding: 0 27px 120px;
  }
}
@media only screen and (max-width: 350px) {
  .p-contact__contents {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-contact__contents > p {
  line-height: 2;
}
@media only screen and (max-width: 1050px) {
  .p-contact__contents > p {
    text-align: left;
  }
}
@media only screen and (max-width: 350px) {
  .p-contact__contents > p {
    font-size: 0.875rem;
  }
}
.p-contact__contents::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 140px;
  height: 99px;
  margin-left: 207px;
  background: url(../../assets/image/common/img_deco_contact2.webp) no-repeat center, url(../../assets/image/common/img_deco_contact2.png) no-repeat center;
  background-size: 100% auto, 100% auto;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1050px) {
  .p-contact__contents::before {
    bottom: -110px;
    margin-left: 157px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__contents::before {
    width: 119px;
    height: 84px;
    bottom: 0;
    margin-left: 0;
  }
}

.p-contactTel {
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .p-contactTel {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contactTel {
    flex-direction: column;
    margin-top: 60px;
    gap: 30px 0;
  }
}
.p-contactTel__number > a {
  display: inline-block;
  position: relative;
  color: #3d3732;
  font-family: "Lato", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.3;
  text-decoration: none;
  padding-left: 1em;
  letter-spacing: 0.09em;
}
.p-contactTel__number > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 20px;
  background: url(../../assets/image/icon/icon_tel.svg) no-repeat center;
  transform: translateY(-50%);
}
.p-contactTel__time {
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}
.p-contactTel__links {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-top: 15px;
}
.p-contactTel__links > a > picture {
  display: block;
  width: 40px;
  height: auto;
}
.p-contactTel--header {
  margin-top: 26px;
}
.p-contactTel--header .p-contactTel__number > a {
  font-size: 1.375rem;
}

.p-contactItem {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 30px;
}
.p-contactItem > li {
  width: calc((100% - 90px) / 4);
}
@media only screen and (max-width: 1050px) {
  .p-contactItem > li {
    width: calc((100% - 30px) / 2);
  }
}
.p-contactItem__list {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 50px 18px 54px 18px;
  box-sizing: border-box;
  border-radius: 20px;
}
.p-contactItem__list .c-titleLine {
  margin-top: 28px;
}
.p-contactItem__image {
  display: flex;
  align-items: center;
  width: 50px;
  min-height: 50px;
  height: auto;
}

.p-frame {
  padding: 47px 6.0487804878%;
  border: 2px solid #77b5d2;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-frame {
    padding: 30px;
  }
}

.p-frameCitation {
  padding: 100px 60px 40px;
}
@media only screen and (max-width: 767px) {
  .p-frameCitation {
    padding: 60px 30px 30px;
  }
}
.p-frameCitation__inner {
  position: relative;
}
.p-frameCitation__inner::before, .p-frameCitation__inner::after {
  content: "";
  position: absolute;
  top: -63px;
  width: 43px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .p-frameCitation__inner::before, .p-frameCitation__inner::after {
    top: -41px;
    width: 34px;
    height: 25px;
  }
}
.p-frameCitation__inner::before {
  left: 0;
  background-image: url(../../assets/image/icon/icon_citation-left.svg);
}
.p-frameCitation__inner::after {
  right: 0;
  background-image: url(../../assets/image/icon/icon_citation-right.svg);
}

.p-lineup {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 49px;
}
@media only screen and (max-width: 767px) {
  .p-lineup {
    gap: 36px 0;
  }
}
.p-lineup--center {
  justify-content: center;
}

.p-section--activity {
  position: relative;
  background-color: #fdf8f2;
  margin-top: 214px;
  padding-top: 89px;
  padding-bottom: 170px;
}
@media only screen and (max-width: 767px) {
  .p-section--activity {
    margin-top: 68px;
    padding-top: 74px;
    padding-bottom: 72px;
  }
}
.p-section--activity::before {
  content: "";
  position: absolute;
  top: -61px;
  right: 0;
  left: 0;
  width: 100%;
  height: 62px;
  background: url(../../assets/image/top/bg_beige_top.webp) no-repeat 50% 0, url(../../assets/image/top/bg_beige_top.png) no-repeat 50% 0;
  background-size: 100% 100%, 100% 100%;
}
@media only screen and (max-width: 767px) {
  .p-section--activity::before {
    top: -15px;
    height: 16px;
    background-image: url(../../assets/image/top/bg_beige_top-sp.webp), url(../../assets/image/top/bg_beige_top-sp.png);
    background-repeat: repeat-x, repeat-x;
    background-size: 399px auto, 399px auto;
  }
}
.p-section--notice {
  position: relative;
  padding-bottom: 182px;
}
@media only screen and (max-width: 1050px) {
  .p-section--notice {
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .p-section--notice {
    padding-bottom: 110px;
  }
}
.p-section--notice::before {
  content: "";
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  width: 100%;
  height: 49px;
  background: url(../../assets/image/top/bg_white_top.webp) no-repeat 50% 0, url(../../assets/image/top/bg_white_top.png) no-repeat 50% 0;
  background-size: 100% 100%, 100% 100%;
}
@media only screen and (max-width: 767px) {
  .p-section--notice::before {
    top: -12px;
    height: 13px;
    background-image: url(../../assets/image/top/bg_white_top-sp.webp), url(../../assets/image/top/bg_white_top-sp.png);
    background-repeat: repeat-x, repeat-x;
    background-size: 400px auto, 400px auto;
  }
}
.p-section--notice .p-section__inner {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 7px 0;
}
.p-section--notice .p-section__wrap {
  position: relative;
  padding-top: 215px;
  padding-left: 64px;
  display: flex;
  justify-content: center;
  gap: 0 91px;
}
@media only screen and (max-width: 1050px) {
  .p-section--notice .p-section__wrap {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-section--notice .p-section__wrap {
    padding-top: 186px;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
  }
}
.p-section--notice .p-lineup {
  margin-top: 208px;
}
@media only screen and (max-width: 1050px) {
  .p-section--notice .p-lineup {
    text-align: center;
    flex-direction: column;
    gap: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-section--notice .p-lineup {
    margin-top: 164px;
    gap: 49px 0;
  }
}

.p-message {
  position: relative;
  margin-top: 74px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  gap: 0 70px;
}
@media only screen and (max-width: 1050px) {
  .p-message {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-message {
    margin-top: 46px;
    padding-right: 0;
  }
}
.p-message__catchcopy {
  position: relative;
  background: url(../../assets/image/top/bg_blue_circle.webp) no-repeat 20px -5px, url(../../assets/image/top/bg_blue_circle.png) no-repeat 20px -5px;
  background-size: contain;
  width: 513px;
  height: 513px;
  padding-top: 150px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (max-width: 1050px) {
  .p-message__catchcopy {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-message__catchcopy {
    left: 23px;
    margin-top: 46px;
    padding-right: 0;
    width: 320px;
    height: 320px;
    padding-top: 119px;
    background-position: 0 9px, 0 9px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 350px) {
  .p-message__catchcopy {
    left: 13px;
    width: 280px;
    height: 280px;
    padding-top: 98px;
  }
}
.p-message__catchcopy > h2 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .p-message__catchcopy > h2 {
    gap: 0 16px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 350px) {
  .p-message__catchcopy > h2 {
    padding-right: 30px;
  }
}
.p-message__catchcopy > h2 > span {
  font-size: 2rem;
  font-weight: 500;
  text-shadow: 1px 1px 5px #FFFFFF;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 2.1;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  .p-message__catchcopy > h2 > span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 350px) {
  .p-message__catchcopy > h2 > span {
    font-size: 1.25rem;
  }
}
.p-message__catchcopy::before, .p-message__catchcopy::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 100% auto, 100% auto;
}
.p-message__catchcopy::before {
  top: 55px;
  right: -60px;
  width: 175px;
  height: 92px;
  background-image: url(../../assets/image/top/img_deco_message1.webp), url(../../assets/image/top/img_deco_message1.png);
}
@media only screen and (max-width: 767px) {
  .p-message__catchcopy::before {
    top: 40px;
    right: 25px;
    width: 107px;
    height: 32px;
  }
}
@media only screen and (max-width: 350px) {
  .p-message__catchcopy::before {
    right: 15px;
  }
}
.p-message__catchcopy::after {
  bottom: 46px;
  left: -20px;
  width: 116px;
  height: 139px;
  background-image: url(../../assets/image/top/img_deco_message2.webp), url(../../assets/image/top/img_deco_message2.png);
}
@media only screen and (max-width: 767px) {
  .p-message__catchcopy::after {
    bottom: -7px;
    left: -41px;
    width: 62px;
    height: 63px;
  }
}
@media only screen and (max-width: 350px) {
  .p-message__catchcopy::after {
    left: -31px;
  }
}
.p-message__contents {
  padding-top: 132px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (max-width: 1050px) {
  .p-message__contents {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 150px 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-message__contents {
    padding: 211px 0 0;
  }
}
@media only screen and (max-width: 350px) {
  .p-message__contents {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-message__contents > p {
  letter-spacing: 0.03em;
  font-size: 1.25rem;
  line-height: 2.8;
}
@media only screen and (max-width: 767px) {
  .p-message__contents > p {
    line-height: 3;
    font-size: 1.125rem;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 350px) {
  .p-message__contents > p {
    font-size: 0.9375rem;
  }
}
.p-message__contents > p > span {
  letter-spacing: normal;
}
@media only screen and (max-width: 350px) {
  .p-message__contents > p > span {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1050px) {
  .p-message__contents .c-buttonBasic {
    text-align: center;
  }
}
.p-message.is-show .p-message__catchcopy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.p-message.is-show .p-message__contents {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.p-messageContent {
  padding: 100px 11.4436619718%;
  border-radius: 20px;
}
@media only screen and (max-width: 1050px) {
  .p-messageContent {
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .p-messageContent {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-messageContent {
    padding: 30px 30px 100px;
  }
}
.p-messageContent__inner {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
  .p-messageContent__inner {
    flex-direction: column;
    gap: 15px 0;
  }
}
.p-messageContent__text {
  max-width: 52.397260274%;
}
@media only screen and (max-width: 1050px) {
  .p-messageContent__text {
    max-width: 100%;
  }
}
.p-messageContent__title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 1050px) {
  .p-messageContent__title {
    font-size: 1.25rem;
  }
}
.p-messageContent__image {
  display: block;
}
@media only screen and (max-width: 1050px) {
  .p-messageContent__image {
    text-align: center;
  }
}
.p-messageContent__image > img {
  width: 350px;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-messageContent__image > img {
    width: 100%;
    height: auto;
  }
}
.p-messageContent__detail {
  max-width: 39.9543378995%;
}
@media only screen and (max-width: 1050px) {
  .p-messageContent__detail {
    max-width: 100%;
  }
}
.p-messageContent__profile {
  margin-top: 20px;
}
.p-messageContent__name {
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-messageContent__name {
    font-size: 1.125rem;
  }
}
.p-messageContent__position {
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-messageContent__position {
    font-size: 1.125rem;
  }
}
.p-messageContent .c-text {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-messageContent .c-text {
    margin-top: 15px;
  }
}
.p-messageContent .c-link {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 53.5589264877%;
}
@media only screen and (max-width: 1050px) {
  .p-messageContent .c-link {
    max-width: 100%;
    bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-messageContent .c-link {
    bottom: -65px;
  }
}

@media only screen and (max-width: 767px) {
  .p-messageGrant {
    flex-direction: column;
    gap: 40px 0;
  }
}
.p-messageGrant__image {
  display: block;
}
.p-messageGrant__image > img {
  width: 150px;
  height: 103px;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-messageGrant__image > img {
    width: 100%;
    height: auto;
  }
}
.p-messageGrant__text {
  position: relative;
  max-width: 385px;
  padding: 22px 13.1623931624% 22px 8.547008547%;
  border-radius: 20px;
  background-color: #fdf8f2;
  border: 3px solid #D9D9D9;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-messageGrant__text {
    max-width: 100%;
    padding: 30px;
  }
}
.p-messageGrant__text::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -31px;
  width: 31px;
  height: 46px;
  background: url(../../assets/image/icon/icon_frame_decolation.png) no-repeat center;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .p-messageGrant__text::before {
    top: -38px;
    left: 50px;
    transform: rotate(90deg);
  }
}

.p-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.p-news-lineup__wrap {
  width: 45.1388888889%;
  min-width: 650px;
  margin: 0 auto;
  padding-left: 4.7222222222%;
}
@media only screen and (max-width: 1200px) {
  .p-news-lineup__wrap {
    width: calc(100% - 380px - 80px);
    min-width: 0;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-news-lineup__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-news-lineup__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-news-lineup__list > li {
  padding: 38px 0;
  border-bottom: 1px dashed #D9D9D9;
}
.p-news-lineup__list > li:last-child {
  border-bottom: none;
}
.p-news-lineup__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 35px;
}
.p-news-lineup__figure {
  width: 222px;
  transition: opacity 0.3s, color 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-news-lineup__figure:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-news-lineup__figure {
    margin: 0 auto;
  }
}
.p-news-lineup__figure > picture {
  display: block;
}
.p-news-lineup__figure img {
  width: 222px;
  height: 145px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}
.p-news-lineup__detail {
  width: calc(100% - 222px - 35px);
}
@media only screen and (max-width: 767px) {
  .p-news-lineup__detail {
    width: 100%;
  }
}
.p-news-lineup__detailHead {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  gap: 0 17px;
}
.p-news-lineup__detailTime {
  width: 115px;
  padding-top: 3px;
  color: #5b9fd7;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-news-lineup__detailTime {
    width: 100%;
  }
}
.p-news-lineup__detailTags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  max-width: calc(100% - 115px - 17px);
}
@media only screen and (max-width: 767px) {
  .p-news-lineup__detailTags {
    margin-top: 5px;
    max-width: 100%;
  }
}
.p-news-lineup__detailText {
  margin-top: 23px;
  line-height: 1.6;
  text-decoration: none;
  color: #3d3732;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.3s, color 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-news-lineup__detailText:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-news-lineup__detailText {
    margin-top: 13px;
  }
}

.p-news-detail h2 {
  color: #3d3732;
  font-size: 2.5rem;
  font-weight: 700;
  display: -webkit-box;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .p-news-detail h2 {
    font-size: 2.125rem;
  }
}
.p-news-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 17px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__meta {
    margin-top: 12px;
    gap: 10px 17px;
  }
}
.p-news-detail__date {
  color: #5b9fd7;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-news-detail__content {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .p-news-detail__content {
    margin-top: 30px;
  }
}
.p-news-detail__wrap {
  width: 45.1388888889%;
  min-width: 650px;
  margin: 0 auto;
  padding-left: 4.7222222222%;
}
@media only screen and (max-width: 1200px) {
  .p-news-detail__wrap {
    width: calc(100% - 380px - 80px);
    min-width: 0;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-news-detail__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-news-detail__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-numberContent {
  counter-reset: num;
}
.p-numberContent--left {
  padding-left: 0;
}
.p-numberContent__inner {
  position: relative;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 767px) {
  .p-numberContent__inner {
    padding-right: 0;
    padding-bottom: 75px;
    padding-left: 0;
  }
}
.p-numberContent__text {
  padding: 44px 12.5%;
  min-height: 280px;
  border-radius: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-numberContent__text {
    padding: 30px;
    min-height: auto;
  }
}
.p-numberContent__illustration {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-numberContent__illustration > img {
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-numberContent__illustration > img {
    width: 100px;
    height: 100px;
  }
}
.p-numberContent .c-text {
  margin-top: 20px;
}

.p-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 150px;
  gap: 30px 55px;
}
@media only screen and (max-width: 1050px) {
  .p-pagination {
    margin-top: 50px;
    gap: 15px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pagination {
    align-items: center;
    gap: 30px 10px;
  }
}
.p-pagination__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media only screen and (max-width: 1050px) {
  .p-pagination__list {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pagination__list {
    display: none;
  }
}
.p-pagination__list > li span,
.p-pagination__list > li a {
  text-decoration: none;
  color: #3d3732;
  font-weight: 500;
  font-size: 1.5rem;
}
.p-pagination__list > li a {
  display: block;
  padding: 3px 7px;
}
.p-pagination__link {
  transition: color 0.3s;
}
.p-pagination__link.is-active {
  font-weight: 900;
  color: #5b9fd7;
}
@media only screen and (min-width: 768px) {
  .p-pagination__link:hover {
    color: #5b9fd7;
  }
}
@media only screen and (min-width: 768px) {
  .p-pagination__active {
    display: none;
  }
}
.p-pagination__active a {
  text-decoration: none;
  color: #3d3732;
  font-weight: 500;
  font-size: 1.125rem;
}
@media only screen and (max-width: 1050px) {
  .p-pagination--detail {
    padding: 0 20px;
    justify-content: space-between;
    width: 80%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-pagination--detail {
    width: 100%;
    gap: 10px 0;
  }
}

.p-beigeGrant {
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1050px) {
  .p-beigeGrant {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-beigeGrant {
    max-width: 100%;
    padding-bottom: 95px;
  }
}
.p-beigeGrant__inner {
  width: 100%;
  min-height: 300px;
  padding: 34px 10.3333333333% 46px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-beigeGrant__inner {
    padding: 30px;
    min-height: auto;
  }
}
.p-beigeGrant__title {
  text-align: center;
}
.p-beigeGrant__title > span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #5b9fd7;
}
@media only screen and (max-width: 1050px) {
  .p-beigeGrant__title {
    font-size: 1.125rem;
  }
}
.p-beigeGrant__illustration {
  position: absolute;
  bottom: 0;
  right: 150px;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  .p-beigeGrant__illustration {
    right: 18%;
    width: 120px;
    height: 120px;
  }
}
.p-beigeGrant .c-text {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .p-beigeGrant .c-text {
    margin-top: 20px;
  }
}

.p-listCard {
  padding-top: 180px;
  padding-right: 40px;
  padding-left: 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .p-listCard {
    flex-direction: column;
    gap: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-listCard {
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
    gap: 62px 0;
  }
}
@media only screen and (max-width: 350px) {
  .p-listCard {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.p-listCard > li {
  width: 360px;
}
@media only screen and (max-width: 1200px) {
  .p-listCard > li {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-listCard > li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-listCard--small {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.p-listCard--small > li {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .p-listCard--small > li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-listCard--large {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.p-listCard--large > li {
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .p-listCard--large > li {
    width: 100%;
  }
}

.c-listNotice-container {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1050px) {
  .c-listNotice {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .c-listNotice {
    margin-top: 102px;
  }
}
.c-listNotice > li {
  width: 400px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .c-listNotice > li {
    width: 100%;
  }
}
.c-listNotice > li:nth-child(n+2) {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-listNotice > li:nth-child(n+2) {
    margin-top: 43px;
  }
}
.c-listNotice > li:nth-child(1) {
  margin-left: 0px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li:nth-child(1) {
    margin-left: 0;
  }
}
.c-listNotice > li:nth-child(2) {
  margin-left: 40px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li:nth-child(2) {
    margin-left: 0;
  }
}
.c-listNotice > li:nth-child(3) {
  margin-left: 80px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li:nth-child(3) {
    margin-left: 0;
  }
}
.c-listNotice > li:nth-child(4) {
  margin-left: 120px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li:nth-child(4) {
    margin-left: 0;
  }
}
.c-listNotice > li:nth-child(5) {
  margin-left: 160px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li:nth-child(5) {
    margin-left: 0;
  }
}
.c-listNotice > li:nth-child(6) {
  margin-left: 200px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li:nth-child(6) {
    margin-left: 0;
  }
}
.c-listNotice > li:nth-child(7) {
  margin-left: 240px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li:nth-child(7) {
    margin-left: 0;
  }
}
.c-listNotice > li:nth-child(8) {
  margin-left: 280px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li:nth-child(8) {
    margin-left: 0;
  }
}
.c-listNotice > li:nth-child(9) {
  margin-left: 320px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li:nth-child(9) {
    margin-left: 0;
  }
}
.c-listNotice > li:nth-child(10) {
  margin-left: 360px;
}
@media only screen and (max-width: 1050px) {
  .c-listNotice > li:nth-child(10) {
    margin-left: 0;
  }
}
.c-listNotice > li > a {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .c-listNotice > li > a {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
  }
}
@media only screen and (max-width: 350px) {
  .c-listNotice > li > a {
    display: flex;
    flex-wrap: wrap;
    gap: 0 13px;
  }
}
.c-listNotice > li > a > picture {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-listNotice > li > a > picture {
    width: 113px;
    height: 113px;
  }
}
.c-listNotice > li > a > picture img {
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  backface-visibility: hidden;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-listNotice > li > a:hover > picture img {
    transform: scale(1.05) translateX(0px);
  }
}
.c-listNotice__contents {
  width: calc(100% - 130px - 20px);
}
@media only screen and (max-width: 767px) {
  .c-listNotice__contents {
    width: calc(100% - 113px - 18px);
  }
}
.c-listNotice__contents--ringo .c-listNotice__label {
  background-color: #f19ca6;
}
.c-listNotice__contents--ringo .c-listNotice__date {
  color: #f19ca6;
}
.c-listNotice__contents--parents .c-listNotice__label {
  background-color: #7cb991;
}
.c-listNotice__contents--parents .c-listNotice__date {
  color: #7cb991;
}
.c-listNotice__contents--hotringo .c-listNotice__label {
  background-color: #eba067;
}
.c-listNotice__contents--hotringo .c-listNotice__date {
  color: #eba067;
}
.c-listNotice__contents--other .c-listNotice__label {
  background-color: #58bfbd;
}
.c-listNotice__contents--other .c-listNotice__date {
  color: #58bfbd;
}
.c-listNotice__label {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #FFFFFF;
  padding: 2px 14px;
  border-radius: 999px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-listNotice__label {
    padding: 0 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 350px) {
  .c-listNotice__label {
    padding: 0 12px;
    font-size: 0.75rem;
  }
}
.c-listNotice__date {
  font-size: 0.9375rem;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .c-listNotice__date {
    margin-top: 6px;
    font-size: 0.8125rem;
  }
}
.c-listNotice__text {
  color: #3d3732;
  line-height: 1.6;
  letter-spacing: 0.035em;
}
@media only screen and (max-width: 767px) {
  .c-listNotice__text {
    margin-top: 2px;
    letter-spacing: normal;
    font-size: 0.875rem;
  }
}

.p-listDecoration > li > a,
.p-listDecoration > li > p {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 15px;
  color: #3d3732;
  text-decoration: none;
}
.p-listDecoration > li > a::before,
.p-listDecoration > li > p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-listDecoration > li > a:hover {
    text-decoration: underline;
  }
}
.p-listDecoration > li:nth-child(n+2) {
  padding-top: 15px;
}
.p-listDecoration__list {
  margin-left: 16px;
  margin-top: 15px;
}
.p-listDecoration--line > li > a::before,
.p-listDecoration--line > li > p::before {
  left: 0;
  width: 10px;
  height: 3px;
  background: url(../../assets/image/icon/icon_line.svg) no-repeat center;
  background-size: 100% auto;
}
.p-listDecoration--triangle > li > a::before,
.p-listDecoration--triangle > li > p::before {
  left: 0;
  width: 10px;
  height: 13px;
  background: url(../../assets/image/icon/icon_right.svg) no-repeat center;
  background-size: 100% auto;
}
.p-listDecoration--check > li > a::before,
.p-listDecoration--check > li > p::before {
  left: 0;
  width: 11px;
  height: 11px;
  background: url(../../assets/image/icon/icon_check.svg) no-repeat center;
  background-size: 100% auto;
}
.p-listDecoration--number {
  counter-reset: num;
}
.p-listDecoration--number > li > a,
.p-listDecoration--number > li > p {
  padding-left: 30px;
}
.p-listDecoration--number > li > a::before,
.p-listDecoration--number > li > p::before {
  left: 0;
  width: 17px;
  height: 17px;
  background-color: #77b5d2;
  border-radius: 2px;
}
.p-listDecoration--number > li > a::after,
.p-listDecoration--number > li > p::after {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: 50%;
  left: 6px;
  color: #FFFFFF;
  font-size: 0.6875rem;
  font-weight: 700;
  transform: translateY(-50%);
  z-index: 1;
}

.p-flowList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 6.0975609756%;
}
@media only screen and (max-width: 1050px) {
  .p-flowList {
    flex-direction: column;
    gap: 80px 0;
    max-width: 600px;
    margin: 0 auto;
  }
}
.p-flowList > li {
  position: relative;
  width: 29.2682926829%;
}
@media only screen and (max-width: 1050px) {
  .p-flowList > li {
    width: 100%;
  }
}
.p-flowList > li:nth-child(3n+1) .p-flowList__image::after {
  display: none;
}
.p-flowList__image {
  position: relative;
  display: block;
}
.p-flowList__image > img {
  width: 300px;
  height: 195px;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 1050px) {
  .p-flowList__image > img {
    width: 100%;
    height: auto;
  }
}
.p-flowList__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  width: 25px;
  height: 29px;
  background: url(../../assets/image/icon/icon_flow.svg) no-repeat center;
  background-size: 100% auto;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1050px) {
  .p-flowList__image::after {
    top: -52px;
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(90deg);
  }
}
.p-flowList .c-text {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .p-flowList .c-text {
    margin-top: 17px;
  }
}

.p-panelList {
  gap: 0 40px;
}
@media only screen and (max-width: 1050px) {
  .p-panelList {
    gap: 40px 0;
  }
}
.p-panelList__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 47.3591549296%;
  min-height: 410px;
  border-radius: 20px;
  padding: 50px 5.6338028169%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1050px) {
  .p-panelList__inner {
    width: 750px;
    margin: 0 auto;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-panelList__inner {
    padding: 30px;
    width: 100%;
  }
}
.p-panelList__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 25px;
}
@media only screen and (max-width: 1050px) {
  .p-panelList__text {
    margin-top: 15px;
  }
}
.p-panelList__detail {
  margin-top: auto;
  width: 100%;
}
.p-panelList__fee {
  margin-top: 70px;
  position: relative;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-panelList__fee {
    margin-top: 30px;
  }
}
.p-panelList__fee::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ebb0b7;
}
.p-panelList__note {
  font-size: 0.875rem;
  margin-top: 20px;
}

.p-stepList {
  counter-reset: num;
  padding-left: 2.1381578947%;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .p-stepList {
    padding-left: 0;
    padding-bottom: 100px;
  }
}
.p-stepList > li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 40px;
}
@media only screen and (max-width: 767px) {
  .p-stepList > li {
    display: block;
  }
}
.p-stepList > li:nth-child(n+2) {
  margin-top: 107px;
}
@media only screen and (max-width: 767px) {
  .p-stepList > li:nth-child(n+2) {
    margin-top: 50px;
  }
}
.p-stepList > li:last-of-type .p-stepList__contents::after {
  display: none;
}
.p-stepList__number {
  display: flex;
  justify-content: center;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background-color: #5b9fd7;
}
@media only screen and (max-width: 767px) {
  .p-stepList__number {
    width: 70px;
    height: 70px;
  }
}
.p-stepList__number > span {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
  padding-top: 25px;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  .p-stepList__number > span {
    font-size: 0.875rem;
    padding-top: 15px;
    padding-left: 3px;
  }
}
.p-stepList__number > span::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -16px;
  width: 91px;
  height: 8px;
  background: url(../../assets/image/icon/icon_wave-white.svg) no-repeat center;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .p-stepList__number > span::before {
    top: 34px;
    width: 100%;
    left: 0;
  }
}
.p-stepList__number > span::after {
  content: counter(num, decimal-leading-zero) "";
  counter-increment: num;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  font-size: 3.5625rem;
  font-weight: 700;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .p-stepList__number > span::after {
    left: 50%;
    font-size: 1.5625rem;
    transform: translateX(-50%);
  }
}
.p-stepList__contents {
  position: relative;
  width: 70.3125%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-stepList__contents {
    width: 100%;
    margin-top: 20px;
  }
}
.p-stepList__contents::after {
  content: "";
  position: absolute;
  top: 183px;
  left: -110px;
  width: 3px;
  height: calc(100% - 120px);
  background-color: #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .p-stepList__contents::after {
    display: none;
  }
}
.p-stepList__contents picture {
  position: absolute;
  right: -65px;
  bottom: -70px;
  display: block;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 1050px) {
  .p-stepList__contents picture {
    right: -20px;
    bottom: -65px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .p-stepList__contents picture {
    right: -10px;
    width: 100px;
    height: 100px;
  }
}
.p-stepList__inner {
  width: 100%;
  padding: 56px 7.1708576346% 60px 7.1708576346%;
  box-sizing: border-box;
}
.p-stepList__title {
  position: relative;
  letter-spacing: 0.05em;
  padding-bottom: 27px;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 2px solid #77b5d2;
}
.p-stepList__text {
  font-size: 1rem;
  padding-top: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.p-stepList--texts {
  padding-bottom: 0;
}
.p-stepList--texts .p-stepList__inner {
  padding-top: 75px;
  padding-bottom: 93px;
}
@media only screen and (max-width: 767px) {
  .p-stepList--texts .p-stepList__inner {
    padding-top: 55px;
    padding-bottom: 120px;
  }
}
.p-stepList--texts .p-stepList__contents picture {
  right: 17px;
  bottom: 20px;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .p-stepList--texts .p-stepList__contents picture {
    right: 12px;
    bottom: 10px;
  }
}

.p-questionList {
  margin-top: 55px;
}

.p-questionList li { margin-bottom: 20px;}

@media only screen and (max-width: 767px) {
  .p-questionList {
    margin-top: 40px;
  }

  .p-questionList li { margin-bottom: 10px;}
}
.p-questionList__head {
  position: relative;
  padding: 11px 50px 30px 52px;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #77b5d2;
}
@media only screen and (max-width: 767px) {
  .p-questionList__head {
    padding: 12px 45px 20px;
  }
}
.p-questionList__head::before {
  content: "Q.";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 2.25rem;
  font-weight: 900;
  color: #5b9fd7;
  letter-spacing: 0.05em;
  z-index: 1;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-questionList__head::before {
    top: 14px;
    font-size: 1.5625rem;
  }
}
.p-questionList__head > p {
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.p-questionList__head > button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-questionList__head > button {
    right: 17px;
    width: 22px;
    height: 22px;
  }
}
.p-questionList__head > button::before, .p-questionList__head > button::after {
  content: "";
  position: absolute;
  background-color: #5b9fd7;
  border-radius: 2px;
  transition: opacity 0.2s;
}
.p-questionList__head > button::before {
  width: 18px;
  height: 3px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .p-questionList__head > button::before {
    width: 14px;
    height: 2px;
  }
}
.p-questionList__head > button::after {
  width: 3px;
  height: 18px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .p-questionList__head > button::after {
    height: 14px;
    width: 2px;
  }
}
.p-questionList__head.is-open > button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-questionList__head:hover > button::after {
    display: none;
  }
}
.p-questionList__body {
  overflow: hidden;
  position: relative;
  height: 0;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}
.p-questionList__body::before {
  content: "A.";
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 2.25rem;
  font-weight: 900;
  color: #f19ca6;
  letter-spacing: 0.05em;
  z-index: 1;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-questionList__body::before {
    top: 20px;
    font-size: 1.5625rem;
  }
}
.p-questionList__bodyInner {
  padding: 30px 0 0 51px;
}
@media only screen and (max-width: 767px) {
  .p-questionList__bodyInner {
    padding: 20px 0 5px 45px;
  }
}
.p-questionList__bodyInner > p {
  line-height: 2;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-questionList__bodyInner > p {
    line-height: 1.6;
  }
}



.p-timeList {
  position: relative;
  padding-bottom: 150px;
  max-width: 1150px;
  margin: auto;
}
.p-timeList > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 40px;
}
.p-timeList__item {
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid #5b9fd7;
  outline: solid 7px #fff;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.p-timeList__item > time {
  display: block;
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  font-weight: 700;
  color: #5b9fd7;
}
.p-timeList__item::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 36px;
  height: 4px;
  background: url(../../assets/image/icon/icon_wave-blue.svg) no-repeat center;
  background-size: 100% auto;
  transform: translateX(-50%);
}
.p-timeList > li:not(:last-child)::after { content: ""; position: absolute; width: 3px; background: #D9D9D9; height: 100%; left: 32px; top: 65px; margin-left: -3px; z-index: -1;}
.p-timeList__contents { width: calc(100% - 104px);}
.p-timeList__title {
  color: #5b9fd7;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
}
.p-timeList > li picture {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 131px;
  height: 131px;
}
@media only screen and (max-width: 1050px) {
  .p-timeList > li picture { width: 110px; height: 110px;}

  .p-timeList > li { justify-content: flex-start; gap: 40px 20px;}
  .p-timeList__item { align-self: flex-start;}
  .p-timeList__contents { width: calc(100% - 84px);}
}
@media only screen and (max-width: 767px) {
  .p-timeList { padding: 0px 0px 40px;}

  .p-timeList > li picture {
    width: 90px;
    height: 90px;
  }
}


/*.p-timeList {
  position: relative;
  padding-left: 2.1381578947%;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .p-timeList {
    padding-left: 0;
    padding-bottom: 100px;
  }
}
.p-timeList > li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 40px;
}
@media only screen and (max-width: 767px) {
  .p-timeList > li {
    display: block;
  }
}
.p-timeList > li:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-timeList > li:nth-child(n+2) {
    margin-top: 25px;
  }
}
.p-timeList > li:last-of-type .p-timeList__contents::after {
  display: none;
}
.p-timeList > li picture {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 131px;
  height: 131px;
}
@media only screen and (max-width: 1050px) {
  .p-timeList > li picture {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .p-timeList > li picture {
    width: 90px;
    height: 90px;
  }
}
.p-timeList__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid #5b9fd7;
  border-radius: 50%;
  box-sizing: border-box;
}
.p-timeList__item > time {
  display: block;
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  font-weight: 700;
  color: #5b9fd7;
}
.p-timeList__item::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 36px;
  height: 4px;
  background: url(../../assets/image/icon/icon_wave-blue.svg) no-repeat center;
  background-size: 100% auto;
  transform: translateX(-50%);
}
.p-timeList__contents {
  position: relative;
  width: 70.3125%;
}
@media only screen and (max-width: 767px) {
  .p-timeList__contents {
    width: 100%;
  }
}
.p-timeList__contents::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -72px;
  width: 3px;
  height: calc(100% - 70px);
  background-color: #D9D9D9;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .p-timeList__inner {
    margin-top: 10px;
  }
}
.p-timeList__title {
  color: #5b9fd7;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
}*/

.p-location {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 60px 6.6021126761%;
}
@media only screen and (max-width: 1050px) {
  .p-location {
    align-items: center;
    flex-direction: column;
    gap: 30px 0;
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 100px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .p-location {
    padding: 40px 30px;
  }
}
.p-location__container {
  margin-top: 38px;
  width: 54.5638945233%;
}
@media only screen and (max-width: 1050px) {
  .p-location__container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-location__container {
    margin-top: 0;
  }
}
.p-location__title {
  position: relative;
  padding-bottom: 26px;
}
.p-location__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 89.5910780669%;
  height: 1px;
  background-color: #77b5d2;
}
@media only screen and (max-width: 1050px) {
  .p-location__title::after {
    width: 100%;
  }
}
.p-location__title > span {
  position: relative;
  font-size: 1.625rem;
  font-weight: 700;
  color: #5b9fd7;
  padding-left: 27px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1050px) {
  .p-location__title > span {
    font-size: 1.25rem;
  }
}
.p-location__title > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 22px;
  background: url(../../assets/image/icon/icon_map_large.svg) no-repeat center;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(63%) sepia(74%) saturate(1102%) hue-rotate(180deg) brightness(89%) contrast(88%);
}
.p-location__text {
  margin-top: 31px;
}
.p-location__text > p {
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1050px) {
  .p-location__text > p {
    font-size: 1.125rem;
  }
}
.p-location__text > p:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media only screen and (max-width: 1050px) {
  .p-location__text > p:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.p-location__image {
  width: 42.2920892495%;
  height: 258px;
}
@media only screen and (max-width: 1050px) {
  .p-location__image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-location__image {
    height: auto;
  }
}
.p-location__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media only screen and (max-width: 1050px) {
  .p-schedule {
    margin: 0 20px;
  }
}
.p-schedule__inner {
  display: flex;
  align-items: center;
  background-color: #fdf8f2;
  max-width: 900px;
  margin: 30px auto 0;
  border-radius: 30px;
  padding: 24px 38px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-schedule__inner {
    display: block;
    margin-top: 30px;
    border-radius: 18px;
    padding: 19px 26px 27px;
  }
}
.p-schedule__inner > h2 {
  width: 100px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .p-schedule__inner > h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }
}
.p-schedule__inner > ul {
  width: calc(100% - 100px);
  padding-left: 27px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-schedule__inner > ul {
    width: 100%;
    margin-top: 9px;
    padding-left: 0;
  }
}
.p-schedule__inner > ul > li:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .p-schedule__inner > ul > li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.p-schedule__inner > ul > li > a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-schedule__inner > ul > li > a:hover .p-schedule__title {
    color: #5b9fd7;
  }
}
@media only screen and (max-width: 767px) {
  .p-schedule__inner > ul > li > a {
    flex-direction: column;
  }
}
.p-schedule__label {
  color: #FFFFFF;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  min-height: 26px;
  border-radius: 13px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .p-schedule__label {
    min-width: 116px;
    min-height: 22px;
    border-radius: 11px;
  }
}
.p-schedule__label.is-ringo {
  background-color: #f19ca6;
}
.p-schedule__label.is-parents {
  background-color: #7cb991;
}
.p-schedule__label.is-hotringo {
  background-color: #eba067;
}
.p-schedule__title {
  padding-top: 3px;
  padding-left: 20px;
  min-width: calc(100% - 110px);
  box-sizing: border-box;
  color: #000000;
  font-size: 0.9375rem;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-schedule__title {
    min-width: 100%;
    width: 100%;
    padding-left: 0;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.p-sidenav {
  width: 445px;
}
@media only screen and (max-width: 1200px) {
  .p-sidenav {
    width: 380px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-sidenav {
    width: 100%;
  }
}
.p-sidenav__inner {
  right: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #fdf8f2;
  margin-top: 38px;
  padding: 90px 116px 118px 77px;
  border-radius: 80px 0 0 80px;
}
@media only screen and (max-width: 1200px) {
  .p-sidenav__inner {
    padding-right: 66px;
    padding-left: 47px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-sidenav__inner {
    max-height: auto;
    margin-right: 40px;
    margin-bottom: 50px;
    margin-left: 40px;
    border-radius: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sidenav__inner {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-radius: 0;
    padding: 70px 30px;
  }
}
.p-sidenav__list .c-titleLine {
  padding-left: 5px;
}
.p-sidenav__list .c-titleLine > span {
  letter-spacing: 0.05em;
}
.p-sidenav__list > li:nth-of-type(n + 2) {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .p-sidenav__list > li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.p-sidenav__list > li > .p-listDecoration {
  margin-top: 50px;
}
@media only screen and (max-width: 1050px) {
  .p-sidenav__list > li > .p-listDecoration {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-sidenav__list > li > .p-listDecoration {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-sidenav__list > li > .p-listDecoration > li {
    width: 50%;
  }
}
@media only screen and (max-width: 1050px) {
  .p-sidenav__list > li > .p-listDecoration > li a {
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    display: block;
  }
}
@media only screen and (max-width: 1050px) {
  .p-sidenav__list > li > .p-listDecoration > li:nth-child(n+2) {
    padding-top: 0;
  }
}
.p-sidenav__search {
  margin-top: 63px;
}
@media only screen and (max-width: 767px) {
  .p-sidenav__search {
    margin-top: 25px;
  }
}
.p-sidenav__search .p-listDecoration {
  margin-top: 13px;
}
.p-sidenav__search > li {
  border-top: 2px dashed #D9D9D9;
}
.p-sidenav__search > li:first-child {
  border-top: none;
}
.p-sidenav__search > li:nth-of-type(n + 2) {
  padding-top: 27px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .p-sidenav__search > li:nth-of-type(n + 2) {
    padding-top: 22px;
    margin-top: 19px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-sidenav__search > li .p-listDecoration {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1050px) {
  .p-sidenav__search > li .p-listDecoration > li {
    width: 50%;
  }
}
@media only screen and (max-width: 1050px) {
  .p-sidenav__search > li .p-listDecoration > li a {
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    display: block;
  }
}
@media only screen and (max-width: 1050px) {
  .p-sidenav__search > li .p-listDecoration > li:nth-child(n+2) {
    padding-top: 0;
  }
}
.p-sidenav__searchTitle {
  font-weight: 700;
  font-size: 1rem;
}
.p-sidenav__searchTitle.is-ringo-information {
  color: #f19ca6;
}
.p-sidenav__searchTitle.is-parents-information {
  color: #7cb991;
}
.p-sidenav__searchTitle.is-hotringo-information {
  color: #eba067;
}
.p-sidenav__searchTitle.is-other-information {
  color: #58bfbd;
}

.p-menu {
  position: relative;
  margin: 70px 20px 0;
  height: 110px;
}
.p-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  gap: 0 61px;
}
@media only screen and (max-width: 1200px) {
  .p-menu__list {
    gap: 0 30px;
  }
}
.p-menu__listItem {
  position: relative;
  text-align: center;
}
.p-menu__listItem > a,
.p-menu__listItem > button {
  display: block;
  text-decoration: none;
  color: #3d3732;
  transition: color 0.3s;
}
.p-menu__listItem > a picture,
.p-menu__listItem > button picture {
  display: block;
  margin: 0 auto;
  min-height: 70px;
  transform: scale(1);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}
.p-menu__listItem > a span,
.p-menu__listItem > button span {
  font-weight: 500;
  display: block;
  line-height: 1.3;
  font-size: 0.9375rem;
}

.p-menu__listItem > button span .follow_dp { display: none;}

@media only screen and (max-width: 1050px) {
  .p-menu__listItem > a span,
  .p-menu__listItem > button span {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-menu__listItem:hover > a,
  .p-menu__listItem:hover > button {
    color: #5b9fd7;
  }
  .p-menu__listItem:hover > a picture,
  .p-menu__listItem:hover > button picture {
    transform: scale(1.05) translateX(0px);
  }
}
.p-menu__listItem--1 picture {
  width: 80px;
}
.p-menu__listItem--2 picture {
  width: 86px;
}
.p-menu__listItem--3 picture {
  width: 72px;
}
.p-menu__listItem--4 picture {
  width: 76px;
}
.p-menu__listItem--5 picture {
  width: 69px;
}
.p-menu__listItem--6 picture {
  width: 88px;
}
.p-menu__listItem > ul {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  width: 120px;
  text-align: center;
  z-index: 999;
  display: block;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  transform: translateX(-50%);
}
.p-menu__listItem > ul > li a {
  display: inline-block;
  padding: 10px 5px;
  color: #3d3732;
  text-decoration: none;
  line-height: 1.3;
  font-size: 0.8125rem;
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-menu__listItem > ul > li a:hover {
    color: #5b9fd7;
  }
}
.p-menu__listItem > ul > li:nth-child(n+2) {
  border-top: 1px solid #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .p-menu__listItem:hover > ul {
    opacity: 1;
    top: 100%;
    pointer-events: auto;
  }
}
.p-menu.is-fixed .p-menu__list {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: calc(100% - 190px);
  padding-top: 35px;
  margin-left: 190px;
}
@media only screen and (max-width: 1200px) {
  .p-menu.is-fixed .p-menu__list {
    gap: 0 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .p-menu.is-fixed .p-menu__list {
    margin-left: 140px;
    width: calc(100% - 140px);
    padding-top: 24px;
    gap: 0 10px;
  }
}
.p-menu.is-fixed .p-menu__listItem {
  display: flex;
  align-items: center;
}
.p-menu.is-fixed .p-menu__listItem > a picture,
.p-menu.is-fixed .p-menu__listItem > button picture {
  opacity: 0;
  height: 0;
  min-height: 0;
  pointer-events: none;
}
.p-menu.is-fixed .p-menu__listItemWide {
  display: none;
}
.p-menu.is-fixed .follow_dp { display: inline;}

.p-card__image {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-card__image {
    margin: 0 9px;
  }
}
.p-card__image > picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-card__image::before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 100% auto, 100% auto;
  z-index: 1;
}
.p-card__contents {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 28px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-card__contents {
    margin-top: 13px;
    padding: 0;
  }
}
.p-card__text {
  margin-top: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-card__text {
    margin-top: 12px;
  }
}
.p-card--parents .p-card__image::before {
  bottom: -47px;
  left: -32px;
  width: 175px;
  height: 124px;
  background-image: url(../../assets/image/top/img_deco_activity5.webp), url(../../assets/image/top/img_deco_activity5.png);
}
@media only screen and (max-width: 767px) {
  .p-card--parents .p-card__image::before {
    left: -58px;
  }
}
.p-card--hotringo .p-card__image::before {
  top: -39px;
  right: -15px;
  width: 142px;
  height: 100px;
  background-image: url(../../assets/image/top/img_deco_activity6.webp), url(../../assets/image/top/img_deco_activity6.png);
}
@media only screen and (max-width: 767px) {
  .p-card--hotringo .p-card__image::before {
    top: -5px;
    right: -33px;
    width: 117px;
    height: 60px;
  }
}
.p-card--yurai .p-card__image::before {
  right: -64px;
  bottom: -23px;
  width: 173px;
  height: 122px;
  background-image: url(../../assets/image/top/img_deco_activity7.webp), url(../../assets/image/top/img_deco_activity7.png);
}
@media only screen and (max-width: 767px) {
  .p-card--yurai .p-card__image::before {
    right: -51px;
    bottom: -10px;
    width: 161px;
    height: 83px;
  }
}

.p-cardDecoration {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 76px 0;
  padding: 86px 7.3190789474%;
  border-radius: 20px;
}
@media only screen and (max-width: 1050px) {
  .p-cardDecoration {
    flex-direction: column;
    gap: 40px 0;
    padding: 100px;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-cardDecoration {
    padding: 30px;
    gap: 50px 0;
  }
}
.p-cardDecoration > li {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1050px) {
  .p-cardDecoration > li {
    width: 100%;
  }
}
.p-cardDecoration__picture {
  position: relative;
  padding: 0 18px 20px 18px;
}
@media only screen and (max-width: 1050px) {
  .p-cardDecoration__picture {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-cardDecoration__picture {
    max-width: 100%;
    padding: 0;
  }
}
.p-cardDecoration__picture--bottomLeft .p-cardDecoration__illustration {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-cardDecoration__picture--bottomLeft .p-cardDecoration__illustration {
    position: static;
    margin: 0 auto 15px;
  }
}
.p-cardDecoration__picture--rightBottom .p-cardDecoration__illustration {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-cardDecoration__picture--rightBottom .p-cardDecoration__illustration {
    position: static;
    margin: 0 auto 15px;
  }
}
.p-cardDecoration__image {
  display: block;
}
.p-cardDecoration__image > img {
  object-fit: cover;
  border-radius: 18px;
}
.p-cardDecoration__text {
  padding: 0 18px;
}
@media only screen and (max-width: 767px) {
  .p-cardDecoration__text {
    margin-top: 15px;
    padding: 0;
  }
}
.p-cardDecoration__illustration {
  display: block;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .p-cardDecoration__illustration {
    width: 80px;
    height: 80px;
  }
}
.p-cardDecoration .c-text {
  margin-top: 24px;
}
@media only screen and (max-width: 1050px) {
  .p-cardDecoration .c-text {
    margin-top: 15px;
  }
}
.p-cardDecoration--large {
  justify-content: space-between;
  gap: 0 15px;
  padding: 0;
}
@media only screen and (max-width: 1050px) {
  .p-cardDecoration--large {
    flex-direction: column;
    gap: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cardDecoration--large {
    gap: 50px 0;
  }
}
.p-cardDecoration--large > li {
  width: 47.8048780488%;
}
@media only screen and (max-width: 1050px) {
  .p-cardDecoration--large > li {
    width: 100%;
  }
}
.p-cardDecoration--large .p-cardDecoration__picture {
  padding: 0;
}
.p-cardDecoration--large .p-cardDecoration__text {
  padding: 0;
}
.p-cardDecoration--large .c-title {
  margin-top: 24px;
}
@media only screen and (max-width: 1050px) {
  .p-cardDecoration--large .c-title {
    margin-top: 15px;
  }
}
.p-cardDecoration--text {
  justify-content: space-between;
  gap: 0 15px;
  padding: 0;
}
@media only screen and (max-width: 1050px) {
  .p-cardDecoration--text {
    flex-direction: column;
    gap: 30px 0;
  }
}
.p-cardDecoration--text > li {
  width: 30.7218309859%;
}
@media only screen and (max-width: 1050px) {
  .p-cardDecoration--text > li {
    width: 100%;
  }
}
.p-cardDecoration--text .p-cardDecoration__text {
  padding: 0;
}

.p-table {
  width: 100%;
  table-layout: auto;
}
.p-table tr {
  border-bottom: 1px solid #D9D9D9;
}
.p-table tr th,
.p-table tr td {
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 5px;
}
@media only screen and (max-width: 767px) {
  .p-table tr th,
  .p-table tr td {
    display: block;
    width: 100%;
    padding: 3px 5px;
  }
}
.p-table tr th {
  width: 120px;
  color: #5b9fd7;
}
@media only screen and (max-width: 767px) {
  .p-table tr th {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-tableMenu {
    overflow-x: scroll;
  }
}
.p-tableMenu table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-tableMenu table {
    min-width: 700px;
  }
}
.p-tableMenu table thead tr th > span {
  display: block;
  white-space: nowrap;
  color: #FFFFFF;
  font-weight: 500;
  padding: 11px 10px;
  text-align: center;
  font-size: 1.1875rem;
  margin: 0 8px;
  background-color: #5b9fd7;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-tableMenu table thead tr th > span {
    font-size: 1.125rem;
    padding: 11px 15px;
  }
}
.p-tableMenu table tbody tr th,
.p-tableMenu table tbody tr td {
  padding: 11px 38px;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .p-tableMenu table tbody tr th,
  .p-tableMenu table tbody tr td {
    font-size: 1.125rem;
    padding: 11px 45px;
  }
}
.p-tableMenu table tbody tr th b,
.p-tableMenu table tbody tr td b {
  font-weight: 700;
}
.p-tableMenu table tbody tr th {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.p-tableMenuText {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.p-yearListWrap {
  position: relative;
}

.p-yearList {
  padding-left: 2.1381578947%;
}
@media only screen and (max-width: 767px) {
  .p-yearList {
    padding-left: 0;
  }
}
.p-yearList > li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 40px;
}
.p-yearList > li:nth-child(n+2) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-yearList > li:nth-child(n+2) {
    margin-top: 50px;
  }
}
.p-yearList__number {
  position: relative;
  width: 140px;
  padding-right: 60px;
  box-sizing: border-box;
}
.p-yearList__number::before, .p-yearList__number::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  background-color: #5b9fd7;
  transform: translateY(-50%);
}
.p-yearList__number::before {
  right: 0;
  width: 57px;
  height: 3px;
  border-radius: 2px;
}
.p-yearList__number::after {
  right: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}
.p-yearList__number > span {
  font-size: 2rem;
  font-weight: 700;
  color: #5b9fd7;
}
.p-yearList__contents {
  position: relative;
  width: 70.3125%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-yearList__contents {
    width: calc(100% - 140px - 40px);
  }
}
.p-yearList__contents::after {
  content: "";
  position: absolute;
  top: 82px;
  left: -53px;
  width: 3px;
  height: calc(100% - 80px);
  background-color: #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .p-yearList__contents::after {
    display: none;
  }
}
.p-yearList__title {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #5b9fd7;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-yearList__text {
  font-size: 1rem;
  padding-top: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .p-yearList__text {
    margin-left: -180px;
  }
}

.p-yearListImage {
  display: block;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  .p-yearListImage {
    width: 120px;
    height: 120px;
  }
}
.p-yearListImage--top {
  margin-right: 115px;
  margin-bottom: 22px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-yearListImage--top {
    margin-right: 0;
  }
}
.p-yearListImage--bottom {
  margin-top: 30px;
  margin-left: 117px;
}
@media only screen and (max-width: 767px) {
  .p-yearListImage--bottom {
    margin-left: 0;
  }
}



/* 追加修正_20250821_佐藤 */

.link_pad { padding-top: 50px; margin-top: -50px};

.page-id-652 .c-text--large { font-size: 1.5em;}
.page-id-652 .art_text01 { display: table; margin-left: auto;}

.page-id-654 iframe { width: 100%; padding: 0px;}

.page-id-656 .p-cassetsDecoration { align-items: stretch;}

.page-id-660 .p-table tr th { color: #3D3732;}

.page-id-414 .p-article--single { min-height: initial;}
.page-id-414 .p-flexImage__inner { position: relative;}
.page-id-414 .p-flexImage__image { position: absolute; left: 0px;}
.page-id-414 .p-imageDecoration--large .p-imageDecoration__picture { max-width: 500px;}

.page-id-610 .c-titleLine > span { line-height: 2;}
.page-id-610 .p-cardDecoration__picture--rightBottom .p-cardDecoration__illustration { position: absolute; top: -40px; right: -20px;}

.page-id-404 .p-panelList__inner:nth-of-type(even) .p-panelList__fee::after { background-color: #5B9FD7;}

.page-id-672 .c-text--large, .page-id-692 .c-text--large { font-size: 1.5rem;}
.page-id-672 .p-location__image { border-radius: 18px; overflow: hidden;}
.page-id-672 .p-location__image iframe { padding: 0px; width: 100%;}

.page-id-452 .p-article--single, .page-id-452 .p-imageContent__inner { min-height: initial}

.page-id-549 .p-imageDecoration--bottom .p-imageDecoration__content { padding-bottom: 100px;}
.page-id-549 .p-imageDecoration--bottom .p-imageDecoration__illustration { bottom: -120px;}

.page-id-692 .u-bgWave--waveBeigeSimple { padding-bottom: 50px;}
.page-id-692 .p-imageContent--bottomCenter .p-imageContent__picture { padding-bottom: 100px;}
.page-id-692 .p-imageContent--bottomCenter .p-imageContent__illustration { bottom: -10px;}

.page-id-656 .p-imageDetail__detail { align-items: flex-start;}
.page-id-656 form { display: flex; align-items: center; justify-content: center; margin-top: 1.5em; gap: 1em 1.5em;}
.page-id-656 input.ma { width: 100%; max-width: 5em; background: #fff; border: solid 1px #ccc; border-radius: 0.5em; line-height: 2; font-size: 1.3em; letter-spacing: 0.05em; font-weight: 500; text-align: right; padding: 0 1em;}
.page-id-656 form strong { font-size: 1.2em;}
.page-id-656 input.mi { width: 100%; text-align: center; background: #5b9fd7; border-radius: 30px; color: #fff; padding: 0.65em 2em; cursor: pointer; margin-left: 0.5em;}
.page-id-656 .input_wrap { display: inline-block; vertical-align: middle; position: relative; width: 100%; max-width: 11em;}
.page-id-656 .input_wrap::after { content: ""; position: absolute; background: url("../image/icon/icon_arrow.svg") no-repeat center center; background-size: 100% auto; width: 0.7em; height: 1em; right: 0.7em; top: 50%; margin-top: -0.5em; pointer-events: none; transition: 0.3s;}
.page-id-656 .input_wrap:hover::after { animation: 2s infinite btn-hover;}
@keyframes btn-hover {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  25% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
  }
}

.ta_right { text-align: right;}
.ta_center { text-align: center;}

.btn01 a { display: inline-block; min-width: 200px; max-width: 520px; border-radius: 60px; background: #fff; text-align: center; color: #3D3732; padding: 0.75em 2.5em; text-decoration: none; position: relative; word-break: keep-all;}
.btn01 a:before { content: ""; position: absolute; z-index: -1; top: -3px; right: -3px; bottom: -3px; left: -3px; border-radius: inherit; background: url("../image/common/btn_bg.jpg");}
.btn01 a::after { content: ""; position: absolute; background: url("../image/icon/icon_arrow_black.svg") no-repeat center center; background-size: 100% auto; width: 0.7em; height: 1em; right: 0.8em; top: 50%; margin-top: -0.5em;}
.btn01 a:hover::after { animation: 2s infinite btn-hover;}

.page-id-642 .u-bgWave--waveBeigeSimple { padding-bottom: 170px;}
.largo_span01 { display: block; text-align: right;}
.p-imageContent--large .p-imageContent__illustration { right: 15%; bottom: 25%;}
.p-imageContent--large .p-imageContent__illustration > img { width: 350px; height: auto;}

@media only screen and (max-width: 1050px) {
  .page-id-642 .p-flexImage__image--left { margin: auto;}
  .page-id-642 .p-imageDecoration--topRight .p-imageDecoration__picture { padding-top: 10px;}

  .page-id-549 .p-article__head { justify-content: center;}
  .page-id-549 .p-imageDecoration--bottom .p-imageDecoration__content { padding-bottom: 0px;}
  .page-id-549 .p-imageDecoration--bottom .p-imageDecoration__picture { padding-bottom: 100px;}
  .page-id-549 .p-imageDecoration--bottom .p-imageDecoration__illustration { bottom: -15px;}

  .page-id-656 .p-imageDetail__inner { width: 90%;}

  .p-imageContent--large .p-imageContent__illustration { right: 0; bottom: -50px;}
  .p-imageContent--large .p-imageContent__illustration > img { width: 300px;}
  .page-id-642 .p-imageContent--large { padding-bottom: 0px;}
}

@media only screen and (max-width: 767px) {
  .page-id-642 .u-bgWave--waveBeigeSimple { padding-bottom: 72px;}
  .page-id-642 .p-imageContent--large { padding-bottom: 50px;}

  .page-id-414 .p-flexImage__image { position: static; margin: -45px auto -15px;}

  .page-id-610 .p-cardDecoration__picture--bottomLeft .p-cardDecoration__illustration,
  .page-id-610 .p-cardDecoration__picture--rightBottom .p-cardDecoration__illustration { position: absolute; top: -40px; right: -20px;}
  .page-id-610 .p-cardDecoration__picture--bottomLeft .p-cardDecoration__illustration { bottom: auto; top: -40px; left: -20px; margin: 0px;}
  .page-id-610 .p-cardDecoration__picture { max-width: 620px; margin: auto;}

  .page-id-692 .u-bgWave--waveBeigeSimple { padding-bottom: 1px;}
  .page-id-692 .p-imageContent--bottomCenter .p-imageContent__picture { padding-bottom: 80px;}

  .page-id-656 .p-imageDetail__inner { width: 100%;}

  .p-imageContent--large .p-imageContent__illustration { bottom: -70px;}
}

@media only screen and (max-width: 480px) {
  .page-id-656 form { flex-wrap: wrap; gap: 1em;}
}


.contact_sec { max-width: 830px; padding: 0px 15px; margin: 80px auto 0px;}
.mb40 { margin-bottom: 40px;}
.contact_sec dl { display: table; width: 100%; border-bottom: dashed 1px #ccc; padding-bottom: 20px; margin-bottom: 20px;}
.contact_sec dl:last-of-type { border-bottom: none;}
.contact_sec dt, .contact_sec dd {
	display: table-cell;
	vertical-align: middle;
}
.contact_sec dt {
	width: 16.5em;
	font-weight: bold;
}
.contact_sec .hissu, .contact_sec .ninni {
	display: inline-block;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	border-radius: 3px;
	padding: 5px;
	margin-left: 0.5em;
}
.contact_sec .hissu { background-color: #FF6467;}
.contact_sec .ninni { background-color: #BED4E8;}
.contact_sec dd { padding-left: 20px;}
.contact_sec input[type="text"], .contact_sec input[type="email"], .contact_sec input[type="tel"], .contact_sec input[type="date"],  .contact_sec select, .contact_sec textarea {
	font-weight: 500;
	font-size: 16px;
	border: solid 2px #ddd;
	border-radius: 5px;
	padding: 5px;
	width: calc(100% - 15px);
}
.contact_sec .width_auto input[type="text"], .contact_sec input[type="date"], .contact_sec select { width: auto; max-width: 100%;}
.contact_sec input[type="radio"] { margin: 0px;}

.contact_sec .btn_area input { display: inline-block; min-width: 300px; text-align: center; background: url("../image/icon/icon_arrow.svg") no-repeat calc(100% - 1.3em) center #5b9fd7; background-size: 0.9em auto; border-radius: 30px; color: #fff; padding: 0.7em 2em; cursor: pointer; text-decoration: none !important; transition: 0.3s; cursor: pointer; -webkit-appearance: none; font-size: 1.3em; margin: 0px;}
.contact_sec .btn_area input:hover { opacity: 0.7;}
.contact_sec .btn_area input:focus { outline: 0;}

.contact_sec .wpcf7-form-control.wpcf7-radio { display: flex; flex-flow: column; gap: 0.5em;}
.contact_sec .wpcf7-list-item { margin: 0px;}

.contact_sec .wpcf7-spinner { display: block; margin: 20px auto;}
.wpcf7-checkbox .wpcf7-list-item { display: block; margin: 0px;}
.wpcf7-not-valid-tip { display: inline-block;}
.label_block .wpcf7-list-item { display: block; margin-left: 0px;}

.wpcf7-response-output { max-width: 830px; margin: auto; padding: 0px 15px;}

@media only screen and (max-width: 767px) {
  .contact_sec { margin-top: 50px;}

	.contact_sec dl { display: block;}
	.contact_sec dt, .contact_sec dd {
		display: block;
		border-bottom: none;
		padding: 0px;
	}
	.contact_sec dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact_sec dt span {
		display: inline-block;
		vertical-align: middle;
		padding: 3px 5px;
		float: none;
		margin-left: 10px;
	}
}
