@charset "UTF-8";
.animSlideUp {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.animSlideUp.is-anim {
  -webkit-animation: slideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.modal {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  position: fixed;
  top: 0;
  display: none;
}

.modal-bg {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3rem;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-content .modal-inner {
  width: 100%;
  height: 100%;
  padding: 4rem;
  overflow-y: auto;
}
.modal-content .modal-inner::-webkit-scrollbar {
  display: none;
}
.modal-content .js-modal-close {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: -2rem;
  right: -2rem;
  border-radius: 50%;
  background-color: #00a0ff;
}
.modal-content .js-modal-close::before, .modal-content .js-modal-close::after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 25%;
  background-color: #fff;
}
.modal-content .js-modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-content .js-modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.headline-01 {
  margin-bottom: 5rem;
  color: #00a0ff;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 2.4rem;
}
.headline-01::before {
  content: attr(data-title);
  margin-bottom: -0.8rem;
  position: relative;
  top: -1rem;
  display: block;
  color: #000;
  letter-spacing: 0.04em;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-size: 10rem;
  line-height: 1;
}

.lead-01 {
  margin-bottom: 2em;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 3rem;
}
.lead-02 {
  margin-bottom: 2.5em;
  color: #333;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.8rem;
}

.btn {
  width: var(--button-width, -webkit-fit-content);
  width: var(--button-width, -moz-fit-content);
  width: var(--button-width, fit-content);
  height: var(--button-height, auto);
  display: block;
}
.btn-01 {
  width: 40rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
  height: 8rem;
  padding: 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4rem;
  background-color: #00a0ff;
  -webkit-box-shadow: 0 4px 20px rgba(141, 121, 98, 0.15);
          box-shadow: 0 4px 20px rgba(141, 121, 98, 0.15);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}
.btn-01.next::after {
  content: "";
  width: 2.4rem;
  height: 1.6rem;
  margin-left: 1rem;
  background: url(../../images/common/arrow_right.svg) no-repeat center/contain;
}
.btn-fit {
  --button-width: 100%;
}
.btn-center {
  margin-right: auto;
  margin-left: auto;
}
.btn-more {
  width: var(--button-width, 23rem);
  height: var(--button-height, 4.5rem);
  margin-top: var(--button-margin, 4.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--base-font-color, #555);
  border-radius: 0.4rem;
  font-size: 1.2rem;
}

.link-underline {
  text-decoration: underline;
}
.link-block {
  display: block;
}
.link-image {
  display: block;
}
.link-image img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.link-image:hover img {
  opacity: 0.7;
}
.link-more {
  padding-right: 2.1rem;
  display: inline-block;
  background: url(../../images/common/arrow_next01.svg) no-repeat right center/1.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.link-more.wh {
  background-image: url(../../images/common/arrow_next01-wh.svg);
}
.link-color {
  color: #2175cb;
}

ol.note {
  list-style-type: none;
  counter-reset: item;
}
ol.note li {
  margin-left: 2.2em;
  text-indent: -2.2em;
}
ol.note li::before {
  content: "※" counter(item);
  margin-right: 0.5em;
  counter-increment: item;
}
ol.note li + li {
  margin-top: 0.6em;
}

ul {
  list-style-type: none;
}
ul.dot li {
  margin-left: 1.2em;
  text-indent: -1em;
}
ul.dot li:before {
  content: "・";
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
ul.dot li + li {
  margin-top: 0.5em;
}
ul.circle li {
  margin-left: 1.2em;
  text-indent: -1em;
}
ul.circle li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--primary-color, #000);
}
ul.circle li + li {
  margin-top: 0.5em;
}
ul.note li {
  margin-left: 1.2em;
  text-indent: -1.1em;
}
ul.note li:before {
  content: "※";
  margin-right: 0.2em;
  font-family: initial;
}
ul.note li + li {
  margin-top: 0.5em;
}

.pager-number {
  margin-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pager-number.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager-number .page-numbers {
  width: 1em;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.pager-number .page-numbers.current {
  position: relative;
  font-weight: 600;
}
.pager-number .page-numbers.current::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
}
.pager-number .page-numbers:not(:last-child) {
  margin-right: 2em;
}
.pager-number .prev, .pager-number .next {
  display: none;
  white-space: nowrap;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.loading.active {
  visibility: visible;
  opacity: 1;
}
.loading__icon {
  width: min(50vw, 8.0rem);
  height: min(50vw, 8.0rem);
  position: relative;
  border: 5px solid;
  border-color: #00a0ff #ccecff #ccecff;
  border-radius: 50%;
  -webkit-animation: loading-rotate 1.5s infinite linear;
          animation: loading-rotate 1.5s infinite linear;
}

@-webkit-keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
*:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

.form-select {
  width: 100%;
  padding: 0.8em 1.2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22select_arr%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2011.4%206.2%22%20style%3D%22enable-background%3Anew%200%200%2011.4%206.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23BFBFBF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22path01%22%20class%3D%22st0%22%20d%3D%22M10.7%2C0.6l-5%2C5l-5-5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1.6rem;
}
.form-select::-ms-expand {
  display: none;
}

.radio-wrap.horizon {
  margin-bottom: -2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-wrap.horizon .radio {
  margin-bottom: 2rem;
}
.radio-wrap.horizon .radio:not(:last-of-type) {
  margin-right: 2rem;
}
.radio-wrap.vertical .radio + .radio {
  margin-top: 1.2rem;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  border: 1px solid #CCC;
  background-color: #FFF;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  top: 0;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--primary-color, #000);
  -webkit-box-shadow: inset 0 0 0 4px #FFF;
          box-shadow: inset 0 0 0 4px #FFF;
  border-color: var(--primary-color, #000);
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--primary-color, #000);
}
.radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.checkbox-wrap.horizon {
  margin-bottom: -2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox-wrap.horizon .checkbox {
  margin-bottom: 2rem;
}
.checkbox-wrap.horizon .checkbox:not(:last-of-type) {
  margin-right: 2rem;
}
.checkbox-wrap.vertical .checkbox + .checkbox {
  margin-top: 1.2rem;
}

.checkbox {
  line-height: 1;
}

.checkbox-input {
  display: none;
}
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 0.8rem;
  height: 1.2rem;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid var(--primary-color, #000);
  border-right: 3px solid var(--primary-color, #000);
  margin-top: -0.8rem;
}

.checkbox-parts {
  padding-left: 2.5rem;
  position: relative;
}
.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 0.5rem;
  margin-top: -0.9rem;
}

.form-box + .form-box {
  margin-top: 3.6rem;
}
.form-box dt {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1;
}
.form-box .required {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-left: 0.8rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #b33f4c;
}
.form-box .required::before {
  content: "必須";
}
.form-box .form-error {
  display: none;
  margin-top: 0.5em;
  font-size: 1.3rem;
  color: #b33f4c;
}

.form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-column .inner {
  width: 100%;
}
.form-column .inner + .inner {
  margin-left: 1em;
}

.form-control {
  width: 100%;
  padding: 0.8em 1.2em;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
}

textarea.form-control {
  height: 20rem;
  padding: 1.2em;
}

.form-submit {
  --button-width: 20.0rem;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden !important;
  background-color: #fff;
  color: var(--base-font-color, #000);
  word-break: break-all;
  letter-spacing: 0.06em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}
body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.section-block {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.page-width {
  width: calc(var(--main-width) + 18rem);
  max-width: 100%;
  margin: 0 auto;
  padding-right: 9rem;
  padding-left: 9rem;
}

.w-md {
  max-width: 98rem;
  margin-right: auto;
  margin-left: auto;
}
.w-sm {
  max-width: 68rem;
  margin-right: auto;
  margin-left: auto;
}

.mg-b_25 {
  margin-bottom: 2.5rem;
}
.mg-b_30 {
  margin-bottom: 3rem;
}
.mg-b_160 {
  margin-bottom: 16rem;
}

.pd-x_none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pd-y_none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pd-y_lg {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.pd-t_none {
  padding-top: 0 !important;
}
.pd-b_none {
  padding-bottom: 0 !important;
}

.round {
  border-radius: 1rem;
}

.bg-c01 {
  background-color: #e2f3fe;
}

a {
  color: rgba(var(--primary-color), 0.75);
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.fit {
  width: 100%;
}
img.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

picture {
  display: block;
}

.variableBox {
  position: relative;
}
.variableBox > .inner {
  width: 100%;
  padding-bottom: var(--vertical-percent, 62.5%);
}
.variableBox .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hr-01 {
  border: none;
  border-top: 1px solid #ccc;
}

p {
  line-height: 2;
}
p:not(:last-of-type) {
  margin-bottom: 1em;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, rgba(255, 255, 255, 0.4)));
  background: linear-gradient(transparent 30%, rgba(255, 255, 255, 0.4) 30%);
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-serif {
  font-family: "Shippori Mincho", serif;
}
.text-wf01 {
  font-family: "Prompt", sans-serif;
}
.text-wf02 {
  font-family: "Poppins", sans-serif;
}
.text-en {
  font-family: "Poppins", sans-serif;
}
.text-bold {
  font-weight: 700;
}
.text-xl {
  font-size: 3.2rem;
}
.text-lg {
  font-size: 2.4rem;
}
.text-md {
  font-size: 2rem;
}
.text-sm {
  font-size: 1.2rem;
}
.text-red {
  color: #d4471b;
}
.text-blue {
  color: #00a0ff;
}
.text-orange {
  color: #ff8900;
}
.text-white {
  --base-font-color: #fff;
}
.text-ls-80 {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 833px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 834px) {
  .tabOnly {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .spOnly {
    display: none;
  }
}
.site-header {
  width: 100%;
  padding: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.site-header.is-open .header-logo {
  width: 12rem;
}
.site-header.is-open .header-logo path {
  -webkit-transition: none;
  transition: none;
  fill: #fff !important;
}

.header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-title {
  z-index: 9999;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
}
.header-title a {
  display: block;
}

.header-logo path {
  -webkit-transition: fill 2s ease-in-out;
  transition: fill 2s ease-in-out;
}

.header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navi > * + * {
  margin-left: 2rem;
}
.header-navi .btn-mail {
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}

#hamburgerMenu {
  width: 8rem;
  height: 8rem;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
#hamburgerMenu > div {
  width: 2.2rem;
  height: 1.8rem;
  position: relative;
}
#hamburgerMenu span {
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  display: block;
  background: #404040;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hamburgerMenu span:nth-child(1) {
  top: 0;
}
#hamburgerMenu span:nth-child(2) {
  top: 0.8rem;
}
#hamburgerMenu span:nth-child(3) {
  top: 1.6rem;
}
#hamburgerMenu.is-open span:nth-child(1) {
  top: 0.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#hamburgerMenu.is-open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#hamburgerMenu.is-open span:nth-child(3) {
  top: 0.8rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#siteMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  visibility: hidden;
  background: url(../../images/common/menu_bg.jpg) no-repeat center/cover;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
#siteMenu::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#siteMenu.is-open {
  visibility: visible;
  opacity: 1;
}
#siteMenu .container {
  width: 100%;
  height: 100%;
}
#siteMenu .inner {
  width: 100%;
  min-height: 100%;
  padding: 25rem 10rem 10rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#siteMenu a {
  color: #fff;
}
#siteMenu .contents-navi {
  text-align: right;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-size: 3rem;
}
#siteMenu .contents-navi li + li {
  margin-top: 1.2em;
}
#siteMenu .navi-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#siteMenu .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#siteMenu .copy-right {
  margin-top: 1rem;
}
#siteMenu .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
#siteMenu .contact-list a {
  width: 32.4rem;
  height: 6.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 3.1rem;
}
#siteMenu .contact-list .icon {
  margin-right: 1rem;
}
#siteMenu .contact-list p {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.2rem;
}

.site-footer {
  position: relative;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-list .link {
  width: 100%;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.contact-list .link01 {
  background-color: #0080cb;
}
.contact-list .link01 .inner {
  max-width: 27.2rem;
}
.contact-list .link01 dt {
  font-size: 3rem;
}
.contact-list .link01 dd {
  font-size: 1.4rem;
}
.contact-list .link02 {
  background-color: #00a0ff;
  text-align: center;
}
.contact-list .link02 .icon {
  margin-bottom: 3.8rem;
}
.contact-list .link02 dt {
  font-size: 1.8rem;
}
.contact-list .link02 dd {
  font-size: 1.2rem;
}
.contact-list .link02 .btn {
  width: 20.5rem;
  margin: 2rem auto 0;
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 1.7rem;
  line-height: 4.5rem;
}
.contact-list .link03 {
  background-color: #53bfff;
  text-align: center;
}
.contact-list .link03 .icon {
  margin-bottom: 2.5rem;
}
.contact-list .link03 dt {
  margin-bottom: 0.2em;
  font-size: 1.8rem;
}
.contact-list .link03 dd {
  font-size: 1.2rem;
}
.contact-list .link03 .phone-num {
  line-height: 1;
}
.contact-list .link03 .phone-num .text01 {
  margin-top: 1em;
  display: inline-block;
  font-size: 1rem;
}
.contact-list .link03 .phone-num .text02 {
  display: block;
  font-weight: 700;
  font-size: 3rem;
}

.footer-area02 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
}

.footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-column .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-column .banner-list li {
  width: 19rem;
}
.footer-column .banner-list a {
  display: block;
  border: 1px solid #cbcbcb;
}
.footer-column .banner-list img {
  width: 100%;
}
.footer-column .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.footer-column .sns-list a {
  display: block;
}

#pageTop {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -2.5rem;
  right: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #00a0ff;
}
#pageTop .icon {
  width: 1.6rem;
}

.copy-right {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.breakThrough-right {
  margin-right: calc(50% - 50vw);
}
.breakThrough-right.keep-child {
  padding-right: calc(50vw - 50%);
}
.breakThrough-left {
  margin-left: calc(50% - 50vw);
}
.breakThrough-left.keep-child {
  padding-left: calc(50vw - 50%);
}

.l-type-01 + .l-type-01 {
  margin-top: 12rem;
}
.l-type-01 .visual img {
  width: 100%;
}
.l-type-01 .visual .pic + .pic {
  margin-top: 0.8rem;
}
.l-type-01 .ttl {
  margin-bottom: 1.5em;
  font-size: 2.4rem;
}
.l-type-01 p {
  line-height: 2;
}

.layout-2column {
  margin-top: 4.8rem;
  margin-bottom: 10rem;
}
.layout-2column .layout-main .section-block:first-child {
  padding-top: 0;
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --button-margin: 0;
}
.l-column.col-2 {
  margin-bottom: calc(var(--col-margin, 3%) * -1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-column.col-2 > * {
  width: var(--col-width, 48.5%);
  margin-bottom: var(--col-margin, 3%);
}
.l-column.col-3 {
  margin-bottom: calc(var(--col-margin, 2%) * -2.85);
}
.l-column.col-3 > * {
  width: var(--col-width, 32%);
  margin-right: var(--col-margin, 2%);
  margin-bottom: calc(var(--col-margin, 2%) * 2.85);
}
.l-column.col-3 > *:last-child, .l-column.col-3 > *:nth-child(3n) {
  margin-right: 0;
}
.l-column.col-4 {
  margin-bottom: calc(var(--col-margin, 2%) * -2.5);
}
.l-column.col-4 > * {
  width: var(--col-width, 23.5%);
  margin-right: var(--col-margin, 2%);
  margin-bottom: calc(var(--col-margin, 2%) * 2.5);
}
.l-column.col-4 > *:last-child, .l-column.col-4 > *:nth-child(4n) {
  margin-right: 0;
}
.l-column.x-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-column.y-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.l-column.x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-column.y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 833px) {
  .l-column.col-1-tab > * {
    width: 100%;
    margin-right: 0;
  }
  .l-column.col-1-tab > *:not(:last-child) {
    margin-bottom: var(--col-margin, 4rem);
  }
  .l-column.col-2-tab {
    margin-bottom: calc(var(--col-tab-margin, 3%) * -1);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.col-2-tab > * {
    width: var(--col-tab-width, 48.5%);
    margin-right: 0;
    margin-bottom: var(--col-tab-margin, 3%);
  }
}
@media screen and (max-width: 575px) {
  .l-column.col-1-sp > * {
    width: 100%;
    margin-right: 0;
  }
  .l-column.col-2-sp {
    margin-bottom: calc(var(--col-sp-margin, 3%) * -1);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.col-2-sp > * {
    width: var(--col-sp-width, 48.5%);
    margin-right: 0;
    margin-bottom: var(--col-sp-margin, 3%);
  }
}
.l-card-01 {
  padding-left: 3.2rem;
  position: relative;
}
.l-card-01 .label {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.l-card-01 .label span {
  font-weight: 600;
}
.l-card-01 .label::after {
  content: "";
  width: 1px;
  height: 100%;
  margin-top: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ccc;
}
.l-card-01 .image {
  margin-bottom: 1.5em;
  padding-bottom: 70%;
  position: relative;
}
.l-card-01 .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-card-01 .title {
  font-size: 1.6rem;
  line-height: 1.75;
}
.l-card-01 .caption {
  margin-top: 1.3em;
  color: #888;
  font-size: 1.4rem;
}
.l-card-01 .date {
  color: #888;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.l-card-02 .image {
  margin-bottom: 1.125em;
  padding-bottom: 70%;
  position: relative;
}
.l-card-02 .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-card-02 .title {
  font-size: 1.6rem;
  line-height: 1.75;
}
.l-card-02 .date {
  margin-top: 1.4em;
  display: inline-block;
  color: #888;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}

.card {
  overflow: hidden;
}
.card .c-image {
  position: relative;
}
.card .c-image figcaption {
  position: absolute;
  right: 1.2em;
  bottom: 1em;
  color: #fff;
  font-size: 1.2rem;
}
.card .c-body {
  padding: 2rem;
  background-color: #fff;
}
.card .c-title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
}
.card .c-date {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
}
.card .c-date + * {
  margin-top: 0.5rem;
}
.card p {
  text-align: justify;
  font-size: 1.4rem;
}

.cookie-consent {
  width: 100%;
  padding: 1.2em;
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.2rem;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent.cc-hide2 {
  -webkit-animation: hide 1s linear 0s;
          animation: hide 1s linear 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cookie-consent .policy-link a {
  border-bottom: 1px solid #fff;
}

.cookie-agree, .cookie-reject {
  margin-left: 20px;
  padding: 0.5em 1.5em;
  background: #00a0ff;
  color: #fff;
}
.cookie-agree:hover, .cookie-reject:hover {
  cursor: pointer;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.block-hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-slider, .swiper-slide, .slide-image {
  width: 100%;
  height: 100%;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-catch {
  position: absolute;
  bottom: 10rem;
  left: 10rem;
  z-index: 9;
  -webkit-transition: color 2s ease-in-out;
  transition: color 2s ease-in-out;
}
.hero-catch .text-h1 {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
}
.hero-catch .text-h2 {
  font-size: 6.2rem;
  line-height: 1.4;
}
.hero-catch .text-svg path {
  -webkit-transition: fill 2s ease-in-out;
  transition: fill 2s ease-in-out;
}

body.white .header-logo path {
  fill: #fff;
}

.index-news-block .headline {
  color: #00a0ff;
  letter-spacing: 0.07em;
  font-weight: 500;
  font-size: 1.6rem;
}
.index-news-block .headline::before {
  content: attr(data-title);
  display: block;
  color: #000;
  letter-spacing: 0.04em;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-size: 3rem;
}

.news-list {
  letter-spacing: 0;
}
.news-list li + li {
  margin-top: 0.6em;
}
.news-list .date {
  display: inline-block;
  color: #999;
}
.news-list a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.being-content01 {
  height: 104.5vw;
  position: relative;
  background: url(../../images/home/being_bg.jpg) no-repeat center bottom/100% auto;
}
.being-content01::before {
  content: "";
  width: 100%;
  height: 37.25vw;
  position: absolute;
  top: 12.4rem;
  left: 0;
  z-index: -1;
  background: linear-gradient(-125deg, #84c8ed 0%, #89cdf3 33.6%, #81cdf1 58.41%, #66bfeb 100%);
}
.being-content01 .text-box01 {
  max-width: 46rem;
  margin-left: auto;
  position: relative;
  top: -0.5em;
}
.being-content01 .headline {
  margin-bottom: 0.5em;
  letter-spacing: 0.09em;
  font-size: 7rem;
  line-height: 1.1428571429;
}
.being-content01 p {
  max-width: 41rem;
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 2.5;
}
.being-content01 .being-image {
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
}
.being-content01 .being-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.being-content01 .bi01 {
  width: 52.75vw;
  height: 37.5vw;
  top: 0;
  left: 0;
  border-radius: 0 2rem 2rem 0;
}
.being-content01 .bi02 {
  width: 24.25vw;
  height: 16.875vw;
  top: 77rem;
  right: 50vw;
  border-radius: 2rem;
}
.being-content01 .bi03 {
  width: 36.875vw;
  height: 25.625vw;
  top: 71rem;
  right: 0;
  border-radius: 2rem 0 0 2rem;
}

.being-content02 {
  margin-top: 20rem;
}
.being-content02 .headline {
  margin-bottom: 0.5em;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 6.4rem;
}
.being-content02 .headline::before {
  content: attr(data-title);
  position: absolute;
  top: 13.8rem;
  left: 35rem;
  z-index: -1;
  display: block;
  color: rgba(108, 198, 255, 0.4);
  white-space: nowrap;
  letter-spacing: 0.09em;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-size: 6rem;
  pointer-events: none;
}
.being-content02 .text-box01 {
  max-width: 62rem;
  font-size: 2.4rem;
}
.being-content02 .text-box01 p {
  letter-spacing: 0.12em;
}
.being-content02 .text-box02 {
  max-width: 46rem;
  font-size: 2rem;
}
.being-content02 .text-box02 p {
  letter-spacing: 0.12em;
  line-height: 2.25;
}

.being-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.being-column + .being-column {
  margin-top: 9.6rem;
}
.being-column.column01 .image {
  width: 34.2%;
  border-radius: 2rem;
}
.being-column.column02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.being-column.column02 .image {
  width: 50vw;
  height: 34.625vw;
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 0 2rem 2rem 0;
}
.being-column .image {
  overflow: hidden;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
}
.being-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-block .content {
  position: relative;
}
.about-block .content::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: 0;
  bottom: 7.4rem;
  left: calc(50% - 50vw);
  z-index: -1;
  border-radius: 10rem 0 10rem 0;
  background-color: #e2f3fe;
}
.about-block .text-box {
  max-width: 48.6rem;
}
.about-block .image-box {
  position: absolute;
}
.about-block .image01 {
  width: 50vw;
  height: 36.25vw;
  max-height: 58rem;
  top: 0;
  right: calc(50% - 50vw);
  border-radius: 2rem 0 0 2rem;
}
.about-block .image02 {
  width: 31.25vw;
  max-width: 50rem;
  height: 21.25vw;
  max-height: 34rem;
  bottom: 29.2rem;
  left: calc(50% + 14rem);
  border-radius: 2rem;
}

.image-box {
  overflow: hidden;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
}
.image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.worries-block {
  margin-top: 10rem;
  padding: 6rem;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
}
.worries-block dt {
  margin-bottom: 0.8em;
  font-size: 3.6rem;
}
.worries-block dt strong {
  color: #ff8900;
  font-weight: 500;
}
.worries-block dd {
  font-size: 1.8rem;
}
.worries-block li {
  padding-left: 2.8rem;
  background: url(../../images/common/icon_check.svg) no-repeat left 0.4em/1.4rem;
}
.worries-block li + li {
  margin-top: 0.8em;
}

.separator-block {
  width: 100%;
  height: 47vw;
}
.separator-block .image {
  width: 100%;
  height: 100%;
  display: block;
}
.separator-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.goal-block {
  padding-bottom: 16rem;
}
.goal-block .content {
  position: relative;
}
.goal-block .content::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: calc(50% - 50vw);
  bottom: 10rem;
  left: 0;
  z-index: -1;
  border-radius: 10rem 0 10rem 0;
  background-color: #e2f3fe;
}
.goal-block .text-box {
  max-width: 49rem;
  margin-left: auto;
  padding-bottom: 12.5vw;
}
.goal-block .headline {
  margin-bottom: 0.8em;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.9444444444;
}
.goal-block .image-box {
  position: absolute;
}
.goal-block .image01 {
  width: 50vw;
  height: 36.25vw;
  max-height: 58rem;
  top: 20rem;
  left: calc(50% - 50vw);
  border-radius: 0 2rem 2rem 0;
}
.goal-block .image02 {
  width: 31.25vw;
  max-width: 50rem;
  height: 21.25vw;
  max-height: 34rem;
  right: calc(50% - 5.6rem);
  bottom: 0;
  border-radius: 2rem;
}

.program-block .headline-01 {
  margin-bottom: 3.6rem;
}

.schedule-block + .schedule-block {
  margin-top: 10rem;
}
.schedule-block .headline {
  border-radius: 1.5rem;
  background-color: #00a0ff;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 5.4rem;
}

.schedule-box {
  margin-top: 3rem;
  position: relative;
}
.schedule-box dt {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-bottom: -2.7rem;
  padding: 0 3rem;
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 1.5rem;
  background-color: #8ed5ff;
  font-size: 1.4rem;
  line-height: 5.4rem;
}
.schedule-box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  background-color: #fff;
}
.schedule-box dd .inner {
  min-width: 33.3%;
  padding: 4rem 4rem;
}
.schedule-box dd .inner + .inner {
  border-left: 1px solid #dbdbdb;
}
.schedule-box .title {
  color: #eb752c;
  font-size: 2rem;
}
.schedule-box .title + * {
  margin-top: 0.4em;
}

.schedule-label {
  margin-top: 3rem;
  border-radius: 1.5rem;
  background-color: #8ed5ff;
  text-align: center;
  line-height: 5.4rem;
}

.schedule-slider {
  margin-top: 6.5rem;
  overflow: visible !important;
}
.schedule-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.schedule-slider .swiper-slide {
  overflow: hidden;
  border-radius: 2rem;
}

.staff-block .content {
  position: relative;
}
.staff-block .content::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: 0;
  bottom: 9.5rem;
  left: calc(50% - 50vw);
  z-index: -1;
  border-radius: 10rem 0 10rem 0;
  background-color: #e2f3fe;
}

.staff-box + .staff-box {
  margin-top: 8rem;
}
.staff-box .headline {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 2.4rem;
}

.staff-card {
  overflow: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
}
.staff-card .card-image img {
  width: 100%;
}
.staff-card .profile {
  padding: 3rem;
  position: relative;
  background-color: #fff;
}
.staff-card .profile::before {
  content: attr(data-name);
  position: absolute;
  bottom: -1rem;
  left: 0;
  overflow: hidden;
  color: #f0f3f5;
  white-space: nowrap;
  letter-spacing: 0;
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-size: 4.9rem;
  line-height: 1;
}
.staff-card .profile dt {
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.staff-card .profile dd {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
}
.staff-card .comment {
  padding: 3rem;
  background-color: #f5f8fa;
}
.staff-card .comment dt {
  margin-bottom: 0.5em;
  color: #00a0ff;
}
.staff-card .comment dd {
  font-size: 1.4rem;
}

.supervision-card {
  padding: 3rem 3rem 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
}
.supervision-card .card-image {
  width: 32.7%;
  max-width: 17rem;
  margin-right: 3rem;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 2rem;
}
.supervision-card .card-image img {
  width: 100%;
}
.supervision-card .profile {
  background-color: #fff;
}
.supervision-card .profile::before {
  content: attr(data-name);
  position: absolute;
  bottom: -0.8rem;
  left: 3rem;
  color: #f0f3f5;
  white-space: nowrap;
  letter-spacing: 0;
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-size: 4.9rem;
  line-height: 1;
}
.supervision-card .profile dt {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
.supervision-card .profile dd {
  position: relative;
  z-index: 2;
  letter-spacing: 0;
  font-size: 1.4rem;
}

.voice-block .content {
  position: relative;
}
.voice-block .content::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: calc(50% - 50vw);
  bottom: 3.8rem;
  left: 0;
  z-index: -1;
  border-radius: 10rem 0 10rem 0;
  background-color: #e2f3fe;
}

.voice-column .voice-profile {
  overflow: hidden;
  border-radius: 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(141, 121, 98, 0.15);
          box-shadow: 0 4px 20px rgba(141, 121, 98, 0.15);
}
.voice-column .voice-profile .pic img {
  width: 100%;
}
.voice-column .voice-profile .text {
  padding: 2rem;
}
.voice-column .voice-profile .text dt {
  margin-bottom: 0.4em;
  color: #00a0ff;
}
.voice-column .voice-profile .text dd {
  font-size: 1.4rem;
}
.voice-column .voice-profile .text li + li {
  margin-top: 0.2em;
}
.voice-column .voice-text .ttl {
  margin-bottom: 0.5em;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 2.8rem;
}
.voice-column .voice-text p {
  letter-spacing: 0;
  line-height: 1.8125;
}
.voice-column .btn-01 {
  margin-top: 5rem;
  margin-left: auto;
}

.faq-list dl {
  padding-left: 8rem;
}
.faq-list dl + dl {
  margin-top: 3rem;
}
.faq-list dt {
  min-height: 6rem;
  padding-top: 0.8em;
  position: relative;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 2rem;
}
.faq-list dt::before {
  content: "Q";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 0;
  left: -8rem;
  display: block;
  border-radius: 2rem;
  background-color: #00a0ff;
  color: #fff;
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 6rem;
}
.faq-list dd {
  margin-top: 1rem;
  padding: 1.4em 2em;
  border-radius: 2rem;
  background-color: #fff;
  font-size: 1.4rem;
}
.faq-list dd::before {
  content: "A.";
}

.access-block .btn-01 {
  margin-top: 10rem;
}

.map-box {
  width: 100%;
  height: 50rem;
}
.map-box iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.access01 .train-map {
  max-width: 55rem;
}
.access01 dl {
  margin-top: 6rem;
  padding: 3rem;
  border-radius: 1rem;
  background-color: #f0f3f5;
}
.access01 dt {
  margin-bottom: 0.2em;
  font-weight: 700;
}
.access01 dd {
  color: #ff8900;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.access02 {
  font-size: 1.4rem;
}
.access02 dl + dl {
  margin-top: 4rem;
}
.access02 dt {
  margin-bottom: 0.4em;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1rem;
  background-color: #8ed5ff;
  text-align: center;
  line-height: 3.4rem;
}
.access02 dd {
  line-height: 1.7142857143;
}

.price-block .headline-01 {
  margin-bottom: 3rem;
}
.price-block .dot {
  letter-spacing: 0;
  font-size: 1.4rem;
}

.price-table {
  margin-bottom: 1em;
}
.price-table dl {
  background-color: #fff;
}
.price-table dl:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.cv-block {
  padding-top: 16rem;
  padding-bottom: 16rem;
  position: relative;
  background: url(../../images/home/cv_bg.jpg) no-repeat center/cover;
}
.cv-block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.cv-block .content {
  position: relative;
  z-index: 2;
}
.cv-block .btn-01 {
  width: 59rem;
}

.lower .site-header {
  padding: 5rem;
}
.lower .site-container {
  margin-top: 20rem;
}

.news-detail-block .content {
  position: relative;
}
.news-detail-block .content::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: 0;
  bottom: 4rem;
  left: calc(50% - 50vw);
  z-index: -1;
  border-radius: 10rem 0 10rem 0;
  background-color: #e2f3fe;
}
.news-detail-block .btn-01 {
  margin-top: 5rem;
}

.entry-content {
  padding: 6rem;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
}

.entry-header {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.entry-header .date {
  margin-bottom: 0.2em;
  display: inline-block;
  color: #999;
  font-size: 1.8rem;
}
.entry-header .entry-title {
  font-weight: 700;
  font-size: 2.8rem;
}

.entry-body h2, .entry-body h3, .entry-body h4, .entry-body h5 {
  margin-bottom: 0.5em;
}
.entry-body figure {
  margin: 2em auto;
}
.entry-body * + h2 {
  margin-top: 2em;
}
.entry-body * + h3 {
  margin-top: 2em;
}
.entry-body * + h4 {
  margin-top: 2em;
}
.entry-body * + div {
  margin-top: 2em;
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (min-width: 834px) {
  .text-center-pc {
    text-align: center;
  }
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.75;
  }
  #hamburgerMenu {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #hamburgerMenu:hover {
    opacity: 0.75;
  }
  .modal-content .js-modal-close {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .modal-content .js-modal-close:hover {
    opacity: 0.75;
  }
  body.white .hero-catch {
    color: #fff;
  }
  body.white .text-svg path {
    fill: #fff;
  }
  .news-block {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .index-news-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-news-block .news-list {
    margin-left: 2rem;
    padding-left: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px solid #ccc;
  }
  .news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-list .date {
    width: 9.4rem;
  }
  .staff-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem 3.8%;
  }
  .staff-list .staff-card {
    width: 30.8%;
  }
  .supervision-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .supervision-list .supervision-card {
    width: 48.4%;
  }
  .voice-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice-column .voice-profile {
    width: 40%;
  }
  .voice-column .voice-text {
    width: 52.8%;
  }
  .access-column {
    margin-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .access-column .access01 {
    width: 50%;
  }
  .access-column .access02 {
    width: 45%;
  }
  .price-table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price-table dt {
    width: 22rem;
    border-right: 1px solid #e6e6e6;
  }
  .price-table dt, .price-table dd {
    padding: 3rem;
    line-height: 1.2;
  }
  .price-table dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1600px) {
  .worries-block {
    margin-top: 6.25vw;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
  .page-width {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .site-header {
    padding: 5rem;
  }
  .hero-catch {
    bottom: 5rem;
    left: 5rem;
  }
  .being-content01 .bi01 {
    max-width: 50%;
  }
  .goal-block .image02 {
    right: 50%;
  }
}
@media screen and (max-width: 833px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.4rem;
  }
  .section-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-width {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .text-md {
    font-size: 1.6rem;
  }
  .headline-01 {
    font-size: 1.8rem;
  }
  .headline-01::before {
    font-size: 8rem;
  }
  .lead-01 {
    font-size: 2rem;
  }
  .lead-02 {
    font-size: 1.6rem;
  }
  .btn-01 {
    width: 33.5rem;
    height: 7.6rem;
  }
  .btn-more {
    margin-top: var(--button-margin, 4rem);
  }
  .modal-content {
    width: 90%;
    height: 80%;
  }
  .modal-content .modal-inner {
    padding: 3rem;
  }
  .modal-content .js-modal-close {
    width: 5rem;
    height: 5rem;
    top: -1.4rem;
    right: -1.4rem;
  }
  .site-header {
    padding: 3rem;
  }
  .site-header.is-open .header-logo {
    width: 11.5rem;
  }
  .header-title {
    width: 11.5rem;
  }
  .header-navi > * + * {
    margin-left: 1.5rem;
  }
  .header-navi .btn-mail {
    width: 7rem;
    height: 7rem;
  }
  #hamburgerMenu {
    width: 7rem;
    height: 7rem;
  }
  #siteMenu {
    background-image: url(../../images/common/menu_bg-sp.jpg);
  }
  #siteMenu .container {
    overflow-y: scroll;
  }
  #siteMenu .inner {
    padding: 16rem 2.5rem 5rem;
  }
  #siteMenu .contents-navi li + li {
    margin-top: 0.6em;
  }
  #siteMenu .navi-column {
    margin-top: 6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #siteMenu .sns-list {
    margin-top: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #siteMenu .contact-list {
    gap: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #siteMenu .contact-list a {
    font-size: 1.8rem;
  }
  .contact-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-list .link01 {
    width: 100%;
    height: 17.4rem;
    padding: 0 3rem;
  }
  .contact-list .link01 .inner {
    max-width: 100%;
  }
  .contact-list .link01 dt {
    margin-bottom: 0.4em;
    font-size: 2.2rem;
  }
  .contact-list .link01 dd {
    line-height: 2.1428571429;
  }
  .contact-list .link02, .contact-list .link03 {
    width: 50%;
    height: 13.4rem;
  }
  .contact-list .link02 .icon {
    width: 4.2rem;
    margin: 0 auto;
  }
  .contact-list .link02 .btn {
    width: auto;
    margin-top: 2.6rem;
    background: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
  }
  .contact-list .link03 .icon {
    width: 2.8rem;
    margin: 0 auto;
  }
  .contact-list .link03 dt {
    margin-top: 1.2rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1;
  }
  .footer-area02 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .footer-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-column .banner-list {
    margin-top: 3rem;
    gap: 1rem 3%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-column .banner-list li {
    width: 48.5%;
  }
  .footer-column .sns-list li {
    width: 3rem;
  }
  .footer-column .sns-list img {
    width: 100%;
  }
  #pageTop {
    top: -33.3rem;
    right: 3rem;
  }
  .copy-right {
    margin-top: 3rem;
    text-align: center;
  }
  .block-hero {
    height: auto;
  }
  .block-hero .swiper-wrapper {
    height: 53rem;
  }
  .hero-catch {
    padding: 4rem 3rem;
    position: relative;
    bottom: auto;
    left: auto;
    border-bottom: 1px solid #e6e6e6;
  }
  .hero-catch .text-h1 {
    font-size: 1.5rem;
  }
  .hero-catch .text-h2 {
    font-size: 3.6rem;
  }
  .index-news-block .headline {
    margin-bottom: 2rem;
  }
  .news-list li + li {
    margin-top: 2rem;
  }
  .being-content01 {
    height: auto;
    padding-bottom: 10rem;
    background-size: auto 26.2rem;
  }
  .being-content01::before {
    height: calc(100% - 6rem - 26rem);
    top: 6rem;
  }
  .being-content01 .headline {
    margin-bottom: 28rem;
    font-size: 3.2rem;
    line-height: 1.40625;
  }
  .being-content01 p {
    font-size: 1.6rem;
  }
  .being-content01 .bi01 {
    width: 31.4rem;
    max-width: none;
    height: 22.2rem;
    top: 16.2rem;
  }
  .being-content01 .bi02 {
    width: 22rem;
    height: 15.4rem;
    margin-top: 2rem;
    margin-left: 3rem;
    position: relative;
    top: auto;
    right: auto;
  }
  .being-content01 .bi03 {
    width: 26.8rem;
    height: 18.6rem;
    margin-top: 3rem;
    margin-right: 3rem;
    margin-left: auto;
    position: relative;
    top: auto;
    right: auto;
    border-radius: 2rem;
  }
  .being-content02 {
    margin-top: 6rem;
  }
  .being-content02 .headline {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
  .being-content02 .headline::before {
    top: 5rem;
    left: 13rem;
    font-size: 2.3rem;
  }
  .being-content02 .text-box01 {
    max-width: none;
    font-size: 1.8rem;
  }
  .being-content02 .text-box01 p {
    letter-spacing: 0.1em;
    line-height: 2.5555555556;
  }
  .being-content02 .text-box02 {
    max-width: none;
    font-size: 1.8rem;
  }
  .being-content02 .text-box02 p {
    letter-spacing: 0.1em;
    line-height: 2.5555555556;
  }
  .being-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .being-column + .being-column {
    margin-top: 8rem;
  }
  .being-column.column01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .being-column.column01 .image {
    width: 25rem;
    margin-bottom: 4rem;
    margin-left: auto;
  }
  .being-column.column02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .being-column.column02 .image {
    width: 31rem;
    height: 21.6rem;
    margin-bottom: 3.2rem;
    margin-left: 0;
    position: relative;
    left: -3.5rem;
  }
  .about-block .content::before {
    right: 3rem;
    bottom: 45rem;
  }
  .about-block .text-box {
    max-width: none;
    padding-right: 3rem;
  }
  .about-block .text-box p {
    letter-spacing: 0.04em;
  }
  .about-block .headline-01 {
    margin-bottom: 30rem;
  }
  .about-block .image01 {
    width: 31rem;
    height: 22.4rem;
    top: 15rem;
  }
  .about-block .image02 {
    width: 29rem;
    max-width: none;
    height: 19.8rem;
    max-height: none;
    margin-top: 2.4rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .worries-block {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
  .worries-block dt {
    font-size: 2rem;
  }
  .worries-block dd {
    font-size: 1.4rem;
  }
  .worries-block li {
    padding-left: 2rem;
    background-size: 1.2rem;
  }
  .goal-block .content::before {
    top: 4rem;
    bottom: 5rem;
    left: 3rem;
  }
  .goal-block .text-box {
    max-width: none;
    padding-bottom: 0;
    padding-left: 3rem;
  }
  .goal-block .text-box p {
    letter-spacing: 0.04em;
    line-height: 2.1875;
  }
  .goal-block .headline-01 {
    margin-bottom: 30rem;
  }
  .goal-block .headline {
    white-space: nowrap;
    font-size: 2.4rem;
  }
  .goal-block .image01 {
    width: 31rem;
    height: 22.4rem;
    top: 15rem;
  }
  .goal-block .image02 {
    width: 29rem;
    max-width: none;
    height: 19.8rem;
    max-height: none;
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .program-block .headline-01::before {
    content: attr(data-title-sp);
    white-space: pre;
  }
  .schedule-block + .schedule-block {
    margin-top: 6rem;
  }
  .schedule-box {
    margin-top: 2rem;
  }
  .schedule-box dt + dd {
    padding-top: 2rem;
  }
  .schedule-box dd {
    padding: 1rem 2rem;
    display: block;
  }
  .schedule-box dd .inner {
    padding: 2rem 0;
  }
  .schedule-box dd .inner + .inner {
    border-top: 1px solid #dbdbdb;
    border-left: none;
  }
  .schedule-box .title {
    line-height: 1.4;
  }
  .schedule-box .title + * {
    margin-top: 0.6em;
  }
  .schedule-label {
    margin-top: 2rem;
  }
  .schedule-slider {
    margin-top: 3rem;
  }
  .staff-block .content::before {
    top: 4rem;
    right: 3rem;
    bottom: 9.5rem;
  }
  .staff-block .headline-01 {
    margin-bottom: 3rem;
  }
  .staff-box {
    padding-right: 3rem;
  }
  .staff-box + .staff-box {
    margin-top: 4rem;
  }
  .staff-box .headline {
    margin-bottom: 1em;
    font-size: 2rem;
    line-height: 1.5;
  }
  .staff-card + .staff-card {
    margin-top: 4rem;
  }
  .staff-card .profile {
    padding: 2rem;
  }
  .staff-card .profile::before {
    bottom: -0.2em;
    font-size: 3.7rem;
  }
  .staff-card .profile dd {
    letter-spacing: 0;
  }
  .staff-card .comment {
    padding: 2rem;
  }
  .supervision-card {
    padding: 3rem 2rem;
    display: block;
  }
  .supervision-card + .supervision-card {
    margin-top: 4rem;
  }
  .supervision-card .card-image {
    width: 14.4rem;
    max-width: none;
    margin: 0 auto 2rem;
  }
  .supervision-card .profile::before {
    bottom: -0.2em;
    font-size: 3.2rem;
  }
  .voice-block .content {
    padding-left: 6rem;
  }
  .voice-block .content::before {
    top: 4rem;
    bottom: 3.8rem;
    left: 3rem;
  }
  .voice-block .headline-01::before {
    white-space: pre;
  }
  .voice-column .voice-profile {
    margin-bottom: 4rem;
  }
  .voice-column .voice-profile .text dt {
    font-size: 1.6rem;
  }
  .voice-column .voice-profile .text dd {
    letter-spacing: 0;
  }
  .voice-column .voice-text .ttl {
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
    line-height: 1.7083333333;
  }
  .voice-column .voice-text p {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
  .voice-column .btn-01 {
    width: 33.5rem;
    max-width: none;
    margin-right: -1rem;
    margin-left: -4rem;
    padding: 0 2em;
  }
  .faq-list dl {
    padding-left: 6rem;
  }
  .faq-list dt {
    font-size: 1.8rem;
  }
  .faq-list dt::before {
    width: 5rem;
    height: 5rem;
    left: -6rem;
    border-radius: 1.5rem;
    font-size: 2.4rem;
    line-height: 5rem;
  }
  .access-block .headline-01 {
    margin-bottom: 4rem;
  }
  .access-block .headline-01::before {
    white-space: nowrap;
  }
  .access-block .btn-01 {
    margin-top: 4rem;
  }
  .map-box {
    width: auto;
    height: 15.8rem;
    margin-right: -3rem;
    margin-bottom: 4rem;
    margin-left: -3rem;
  }
  .access01 dl {
    margin-top: 3rem;
    padding: 2rem;
    letter-spacing: 0.08em;
  }
  .access01 dt {
    font-size: 1.6rem;
  }
  .access02 {
    margin-top: 4rem;
  }
  .price-block {
    padding-top: 6rem;
  }
  .price-table dl {
    padding: 2rem;
    font-size: 1.6rem;
  }
  .price-table dt {
    margin-bottom: 1em;
  }
  .cv-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url(../../images/home/cv_bg-sp.jpg);
  }
  .cv-block .btn-01 {
    width: 100%;
  }
  .lower .site-header {
    padding: 3rem;
  }
  .lower .site-container {
    margin-top: 15rem;
  }
  .entry-content {
    padding: 3rem 2rem;
  }
  .entry-header .date {
    font-size: 1.4rem;
  }
  .entry-header .entry-title {
    font-size: 2.2rem;
  }
}