@charset "UTF-8";
/* media quary */
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
/*
茶//40220F
うす茶色//C9A063
table-text/7F4F21
black//231815
blue-test//36318F
blue-haikei//DFF2FC
アクセント//D31377
yle//FFF100
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #050000;
  letter-spacing: 0;
  font-weight: 300;
  min-height: 100vh;
}
@media screen and (max-width: 999.98px) {
  body {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.font-en {
  font-family: "Nunito Sans", sans-serif;
}

h2, h3 {
  letter-spacing: 0.3em;
}

main {
  display: block;
}

address {
  font-style: normal;
}

a {
  color: #004AA1;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 999.98px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol {
  list-style: none;
}

html.noscroll {
  overflow: hidden;
}

body button {
  border: none;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body button:focus {
  background: none;
}

.target::-moz-selection {
  background-color: #DCDCDC;
}

.target::selection {
  background-color: #DCDCDC;
}

::-moz-selection {
  background-color: #DCDCDC;
}

::selection {
  background-color: #DCDCDC;
}

.target::-moz-selection {
  background-color: #DCDCDC;
}

.c-red {
  color: red !important;
  font-weight: bold;
}
.c-red .c-red-small {
  font-size: 12px;
}

.c-weight {
  font-weight: bold;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-anchor {
  margin-top: -160px;
  padding-top: 160px;
}

/*
background-image: url(../../_assets/img/common/icon-category-food.svg);
 */
.base-page {
  margin-top: 126px;
}
@media screen and (max-width: 999.98px) {
  .base-page {
    margin-top: 66px;
  }
}
.base-page .base-page__sec00 {
  padding: 0 0 160px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__sec00 {
    padding-bottom: 70px;
  }
}
.base-page .base-page__sec {
  padding: 32px 0 160px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__sec {
    padding-bottom: 76px;
  }
}
.base-page .base-page__item + .base-page__item {
  margin-top: 120px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__item + .base-page__item {
    margin-top: 80px;
  }
}
.base-page .base-page__second {
  margin-top: 120px;
  margin-bottom: 160px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__second {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.base-page .base-page__second.-bottom-cancel {
  margin-bottom: 0;
}
.base-page .base-page__bg01 {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__bg01 {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.base-page .base-page__bg01:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../_assets/img/common/gl_gr01.webp);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1480px;
  height: 960px;
}
@media screen and (min-width: 1470px) {
  .base-page .base-page__bg01:before {
    width: 100%;
    height: 75vw;
  }
}
@media screen and (max-width: 1200px) {
  .base-page .base-page__bg01:before {
    top: auto;
    bottom: 0;
  }
}
.base-page .base-page__contents01 {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__contents01 {
    margin-top: 46px;
  }
}
.base-page .base-page__bottom-image01 {
  position: relative;
  margin-top: 120px;
  height: 300px;
}
@media screen and (min-width: 1629px) {
  .base-page .base-page__bottom-image01 {
    height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__bottom-image01 {
    height: auto;
    margin-top: 70px;
  }
}
.base-page .base-page__bottom-image01 .inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1630px;
}
@media screen and (min-width: 1629px) {
  .base-page .base-page__bottom-image01 .inner {
    position: static;
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__bottom-image01 .inner {
    margin-top: 72px;
    position: static;
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    height: auto;
  }
}

.font-en {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}

.p-fixed-bg {
  position: relative;
  z-index: -1;
}

.page-voice .p-voice {
  min-height: 1000px;
}
@media screen and (max-width: 999.98px) {
  .page-voice .p-voice {
    height: auto;
  }
}

@media screen and (max-width: 999.98px) {
  .u-sp-hidden {
    display: none !important;
  }
}

.u-pc-hidden {
  display: none !important;
}
@media screen and (max-width: 999.98px) {
  .u-pc-hidden {
    display: block !important;
  }
}

.u-hidden {
  display: none !important;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.swiper-container .slide-img img {
  width: 100%;
}

.slide-img img {
  display: block;
}

.swiper-wrap .swiper-button-prev {
  left: -28px;
  width: 56px;
  height: 56px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-prev {
    bottom: -16.5333333333vw;
    top: auto;
    left: 29.3333333333vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-prev:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/slide-prev.svg);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-prev:after {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-next {
  right: -28px;
  width: 56px;
  height: 56px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-next {
    bottom: -16.5333333333vw;
    top: auto;
    right: 29.3333333333vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/slide-next.svg);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-next:after {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slow, .swiper-slow-left, .swiper-slow-right {
  /* 画像のサイズ調整 */
}
.swiper-slow .swiper-wrapper, .swiper-slow-left .swiper-wrapper, .swiper-slow-right .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper-slow .swiper-slide img, .swiper-slow-left .swiper-slide img, .swiper-slow-right .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-slow-sliders .swiper-slide:nth-child(odd) {
  margin-top: 4.53125vw;
}
.p-slow-sliders .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-slow-sliders .swiper-slide {
    width: 48vw !important;
  }
}

.swiper-slow-left + .swiper-slow-right,
.swiper-slow-left + .swiper-slow-left02 {
  margin-top: 1.875vw;
}

.p-slow-sliders-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-slow-sliders-left .swiper-slide.num01 {
  width: 28.3333333333vw !important;
}
.p-slow-sliders-left .swiper-slide.num02 {
  width: 20vw !important;
}
.p-slow-sliders-left .swiper-slide.num03 {
  width: 28.3333333333vw !important;
}
.p-slow-sliders-left .swiper-slide.num04 {
  width: 20vw !important;
}
.p-slow-sliders-left .swiper-slide.num05 {
  width: 28.3333333333vw !important;
}
.p-slow-sliders-left .swiper-slide.num06 {
  width: 20vw !important;
}
.p-slow-sliders-left .swiper-slide.num07 {
  width: 20vw !important;
}
.p-slow-sliders-left .swiper-slide.num08 {
  width: 26.6666666667vw !important;
}
.p-slow-sliders-left .swiper-slide img {
  border-radius: 1vw;
}

.p-slow-sliders-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-slow-sliders-right .swiper-slide.num01 {
  width: 20vw !important;
}
.p-slow-sliders-right .swiper-slide.num02 {
  width: 20vw !important;
}
.p-slow-sliders-right .swiper-slide.num03 {
  width: 25.8333333333vw !important;
}
.p-slow-sliders-right .swiper-slide.num04 {
  width: 20vw !important;
}
.p-slow-sliders-right .swiper-slide.num05 {
  width: 20vw !important;
}
.p-slow-sliders-right .swiper-slide.num06 {
  width: 18.3333333333vw !important;
}
.p-slow-sliders-right .swiper-slide.num07 {
  width: 20vw !important;
}
.p-slow-sliders-right .swiper-slide.num08 {
  width: 18.3333333333vw !important;
}
.p-slow-sliders-right .swiper-slide img {
  border-radius: 1vw;
}

.js-mask-image {
  position: relative;
}
.js-mask-image img {
  opacity: 0;
}
.js-mask-image.is_animation:before {
  width: 100%;
}
.js-mask-image.is_animationed:before {
  width: 0;
  left: auto;
  right: 0;
}
.js-mask-image.is_animationed img {
  opacity: 1;
}
.js-mask-image:before {
  background-color: #67B54B;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 5;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

#container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slides {
  position: relative;
  width: 100%;
  height: 100%;
}
#slides .slide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
#slides .slide .title {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 20px;
  z-index: 2;
  padding-top: 5px;
  font-size: 5em;
  color: white;
  height: 142px;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  #slides .slide .title {
    font-size: 60px;
    line-height: 1;
    height: 80px;
  }
}
#slides .slide .title .title-text {
  display: block;
  -webkit-transform: translateY(1.2em);
          transform: translateY(1.2em);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#slides .slide .slide-left img {
  top: 0;
  right: 0;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#slides .slide .slide-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#slides .slide .slide-right img {
  top: 0;
  left: 0;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#slides .slide.active .title .title-text {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#slides .slide.active .slide-partial, #slides .slide.active .slide-partial img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-side {
  padding-left: 340px;
}
@media screen and (max-width: 999.98px) {
  .l-side {
    padding-left: 0;
  }
}

.l-wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-wide {
    width: 100%;
    max-width: none;
    padding: 0 4.6875vw;
  }
}
@media screen and (max-width: 999.98px) {
  .l-wide.-full-sp {
    padding: 0;
  }
}

.l-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-wrapper {
    width: 100%;
    max-width: none;
    padding: 0 19px;
  }
}
@media screen and (max-width: 999.98px) {
  .l-wrapper.-full-sp {
    padding: 0;
  }
}
.l-wrapper.-mid {
  max-width: 940px;
}

.l-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .l-inner {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}

.l-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .l-contents {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}

.l-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 824px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-box {
    width: 100%;
    max-width: none;
    padding: 0 15px;
  }
}

.l-body {
  width: 100%;
}
.bg-base .bg-base__item {
  min-width: 1280px;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .bg-base .bg-base__item {
    min-width: auto;
  }
}
.bg-base .bg-base__item.-bg01 {
  background: #dee2e4;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 340px;
  height: 100%;
  padding: 46px 0 46px 50px;
  z-index: 4000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 999.98px) {
  .p-header {
    padding: 10px 19px;
    width: 100%;
    height: 60px;
  }
}
.p-header .p-header__tel-sp {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__tel-sp {
    display: block;
    position: absolute;
    top: 10px;
    right: 56px;
    width: 46px;
    height: 46px;
  }
}
.p-header .p-header__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-header .p-header__head {
  margin-top: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__head {
    margin-top: 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__down {
    display: none;
  }
}
.p-header .p-header__nav {
  margin-top: 78px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__nav {
    margin-top: 0;
  }
}
.top-target .p-header {
  background: none;
}

.p-head-letter, a.p-head-letter {
  margin-top: 63px;
  display: block;
}
.p-head-letter:hover .p-head-letter__logo p, a.p-head-letter:hover .p-head-letter__logo p {
  color: #009ed9;
}
.p-head-letter:hover .p-head-letter__text p, a.p-head-letter:hover .p-head-letter__text p {
  color: #009ed9;
}
.p-head-letter .p-head-letter__logo, a.p-head-letter .p-head-letter__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}
.p-head-letter .p-head-letter__logo p, a.p-head-letter .p-head-letter__logo p {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.p-head-letter .p-head-letter__logo .icon, a.p-head-letter .p-head-letter__logo .icon {
  width: 26px;
}
.p-head-letter .p-head-letter__logo .icon img, a.p-head-letter .p-head-letter__logo .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-head-letter.-footer, a.p-head-letter.-footer {
  margin-top: 54px;
}
.p-head-letter .p-head-letter__text, a.p-head-letter .p-head-letter__text {
  margin-top: 6px;
}
.p-head-letter .p-head-letter__text p, a.p-head-letter .p-head-letter__text p {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  color: #000;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.p-head-info {
  margin-top: 42px;
  display: -ms-grid;
  display: grid;
  gap: 8px 0;
}
@media screen and (max-width: 999.98px) {
  .p-head-info {
    margin-top: 24px;
  }
}
.p-head-info .p-head-info__title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}

.p-footer {
  padding-top: 68px;
  padding-bottom: 40px;
  border-radius: 120px 120px 0 0;
  background: #edf2f4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px auto;
  grid-template-columns: 340px auto;
}
@media screen and (max-width: 999.98px) {
  .p-footer {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 28px 0;
    border-radius: 60px 60px 0 0;
    padding: 34px 19px 20px;
  }
}
.p-footer .p-footer__head {
  padding-left: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__head {
    padding-left: 0;
  }
}
.p-footer .p-footer__contents {
  padding-top: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents {
    padding-top: 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__mid {
    display: none;
  }
}
.p-footer .p-footer__copy {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.5333333333;
  font-weight: 400;
}
.p-footer .p-footer__copy small {
  font-size: 12px;
  line-height: 1.5333333333;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
.p-footer .p-footer__link02 {
  margin-top: 60px;
}
.p-footer .p-footer__bottom-sp {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__bottom-sp {
    display: block;
  }
}

.p-footer-nav.-pc {
  display: block;
}
@media screen and (max-width: 999.98px) {
  .p-footer-nav.-pc {
    display: none;
  }
}
.p-footer-nav.-sp {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-footer-nav.-sp {
    display: block;
  }
}
.p-footer-nav .p-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 999.98px) {
  .p-footer-nav .p-footer-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px 0;
  }
}

.p-nav-box.open .p-nav-box__head .p-nav-box__btn span:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-nav-box .p-nav-box__head .p-nav-box__btn {
  cursor: pointer;
}
.p-nav-box .p-nav-box__head .p-nav-box__btn.-no-link {
  cursor: auto;
}
.p-nav-box .p-nav-box__head .p-nav-box__btn span {
  position: relative;
  padding-right: 22px;
}
.p-nav-box .p-nav-box__head .p-nav-box__btn span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_arrow.svg);
  width: 10.7072px;
  height: 6.0607px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-nav-box .p-nav-box__head a, .p-nav-box .p-nav-box__head .p-nav-box__btn {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
  background: none;
}
.p-nav-box .p-nav-box__head a.light, .p-nav-box .p-nav-box__head .p-nav-box__btn.light {
  font-size: 14px;
  line-height: 1.7142857143;
}
.p-nav-box .p-nav-box__head a:hover {
  color: #009ed9;
}
.p-nav-box .p-nav-box__contents {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-nav-box .p-nav-box__contents {
    margin-top: 22px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-nav-box .p-nav-box__contents .p-nav-box__list {
    padding-left: 22px;
  }
}
.p-nav-box .p-nav-box__contents .p-nav-box__list li a {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #000;
}
.p-nav-box .p-nav-box__contents .p-nav-box__list li a:hover {
  color: #009ed9;
}
.footer__goTop {
  position: fixed;
  right: 20px;
  bottom: 120px;
  width: 90px;
  z-index: 2000;
}
@media screen and (max-width: 999.98px) {
  .footer__goTop {
    width: 60px;
    right: 20px;
    bottom: 32.03125vw;
  }
}
.footer__goTop .c-gotop-btn {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  background: #009ed9;
  color: #fff;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  border-radius: 90px;
}
.footer__goTop .c-gotop-btn .icon {
  width: 20px;
}
@media screen and (max-width: 999.98px) {
  .footer__goTop .c-gotop-btn .icon {
    width: 12px;
  }
}
.footer__goTop .c-gotop-btn .icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999.98px) {
  .footer__goTop .c-gotop-btn {
    width: 60px;
    height: 60px;
  }
}
.footer__goTop .c-gotop-btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

@media screen and (max-width: 999.98px) {
  .ss {
    margin-top: 24vw;
  }
}
.ss img {
  display: block;
  width: 100%;
  height: auto;
}

.p-main-visual {
  padding-left: 320px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual {
    padding-left: 0;
  }
}
.p-main-visual .p-main-visual__contents {
  position: relative;
  min-height: 800px;
  height: calc(100vh - 50px);
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__contents {
    min-height: 600px;
    height: calc(100vh - 30px);
  }
}
.p-main-visual .p-main-visual__contents .p-main-visual__copy {
  position: absolute;
  top: 190px;
  right: 2.65625vw;
  width: 33.828125vw;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__contents .p-main-visual__copy {
    top: 50.6666666667vw;
    right: auto;
    left: 19px;
    width: 73.3333333333vw;
  }
}
.p-main-visual .p-main-visual__contents .p-main-visual__link {
  position: fixed;
  right: 38px;
  bottom: -100px;
  padding: 22px;
  border-radius: 30px 30px 0 0;
  background: #edf2f4;
  z-index: 20;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__contents .p-main-visual__link {
    right: -150px;
    bottom: 0;
    padding: 10px;
    border-radius: 30px 0 0 30px;
  }
}
.p-fixed-link {
  position: fixed;
  right: 38px;
  bottom: -100px;
  padding: 22px;
  border-radius: 30px 30px 0 0;
  background: #edf2f4;
  z-index: 20;
}
@media screen and (max-width: 999.98px) {
  .p-fixed-link {
    right: -150px;
    bottom: 0;
    padding: 10px;
    border-radius: 30px 0 0 30px;
  }
}
.p-fixed-link .p-link-group01 .p-link-group01__list {
  -ms-grid-columns: (170px)[2];
  grid-template-columns: repeat(2, 170px);
}
@media screen and (max-width: 999.98px) {
  .p-fixed-link .p-link-group01 .p-link-group01__list {
    -ms-grid-columns: (130px)[2];
    grid-template-columns: repeat(2, 130px);
  }
}

.p-link-group01 .p-link-group01__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 7px 170px 7px 170px 7px 170px;
  grid-template-columns: repeat(4, 170px);
  gap: 0 7px;
}
@media screen and (max-width: 999.98px) {
  .p-link-group01 .p-link-group01__list {
    -ms-grid-columns: 130px 12px 130px;
    grid-template-columns: repeat(2, 130px);
    gap: 12px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-link-group01 .p-link-group01__list.-fixed-sp {
    gap: 4px 0;
    -ms-grid-columns: 130px;
    grid-template-columns: 130px;
  }
}

.p-slide-pack {
  width: 100%;
  min-height: 800px;
  height: calc(100vh - 50px);
}
.p-slide-pack img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 130px;
}

.p-info-box {
  max-width: 800px;
  padding: 44px 38px 40px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-info-box {
    padding: 30px 20px 40px;
  }
}
.p-info-box .p-info-box__title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-info-box .p-info-box__title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-info-box .p-info-box__list {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-info-box .p-info-box__list {
    margin-top: 18px;
  }
}
.p-info-box .p-info-box__list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-info-box .p-info-box__list li + li {
    margin-top: 16px;
  }
}
.p-info-box .p-info-box__list a.p-news-meta01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto;
  grid-template-columns: 100px auto;
  letter-spacing: 0;
  color: #050000;
}
@media screen and (max-width: 999.98px) {
  .p-info-box .p-info-box__list a.p-news-meta01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 8px 0;
  }
}
.p-info-box .p-info-box__list a.p-news-meta01:hover .p-news-meta01__title {
  text-decoration: none;
}
.p-info-box .p-info-box__list a.p-news-meta01 .p-news-meta01__date {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-info-box .p-info-box__list a.p-news-meta01 .p-news-meta01__date {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-info-box .p-info-box__list a.p-news-meta01 .p-news-meta01__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
}
@media screen and (max-width: 999.98px) {
  .p-info-box .p-info-box__list a.p-news-meta01 .p-news-meta01__title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
}

.slide.show {
  opacity: 1;
  clip-path: circle(75% at 50% 50%);
}

/*
 background-image: url(../../_assets/img/index/webp/obsession_main.webp);
 @media screen and (max-width: 999.98px) {
      margin-top: 40px;
    }
 */
.index-bg01 {
  overflow: hidden;
}

.index-bg02 {
  position: relative;
  z-index: 100;
}

.p-movie-area {
  position: relative;
  aspect-ratio: 16/9;
}
.p-movie-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* cover, contain, fillなど適宜調整 */
  border-radius: 30px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .p-movie-area video {
    border-radius: 10px;
  }
}

.remodal-close {
  top: -100px;
  color: #009ed9;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 999.98px) {
  .remodal-close {
    top: -80px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}
.remodal-close:before {
  display: none;
}
.remodal-close img {
  display: block;
  width: 100%;
  height: auto;
}

.remodal-overlay {
  background: rgba(255, 255, 255, 0.9);
}

.remodal.p-modal-style {
  padding: 0;
  margin-bottom: 0;
  background: none;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .remodal.p-modal-style {
    max-width: 100%;
    padding: 0;
  }
}

.index-message01 {
  padding: 120px 0 70px;
}
@media screen and (max-width: 999.98px) {
  .index-message01 {
    padding: 55px 0 38px;
  }
}
.index-message01 .index-message01__contents {
  margin-left: 18.90625vw;
  margin-right: 20px;
}
@media screen and (max-width: 999.98px) {
  .index-message01 .index-message01__contents {
    margin: 0;
  }
}

.index-message02 {
  padding: 98px 0 292px;
}
@media screen and (max-width: 999.98px) {
  .index-message02 {
    padding: 42px 0 100px;
  }
}
.index-message02 .index-message02__contents {
  margin-left: 18.90625vw;
  margin-right: 20px;
}
@media screen and (max-width: 999.98px) {
  .index-message02 .index-message02__contents {
    margin: 0;
  }
}
.index-message02 .index-message02__movies {
  margin-top: 60px;
  max-width: 631px;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .index-message02 .index-message02__movies {
    margin-top: 30px;
  }
}
.index-message02 .index-message02__movies img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index-message02 .index-message02__movies:hover img {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
.index-message02 .index-message02__copy {
  margin-top: 58px;
  width: 512px;
}
@media screen and (max-width: 999.98px) {
  .index-message02 .index-message02__copy {
    margin-top: 50px;
    max-width: 316px;
    width: 100%;
  }
}
.index-message02 .index-message02__link {
  margin-top: 82px;
}
@media screen and (max-width: 999.98px) {
  .index-message02 .index-message02__link {
    margin-top: 50px;
  }
}

.p-link-set {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 20px 260px;
  grid-template-columns: 320px 260px;
  gap: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .p-link-set {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-link-set.-type01 .p-link-set__item:first-child {
    width: 284px;
  }
  .p-link-set.-type01 .p-link-set__item:last-child {
    width: 232px;
  }
}

.full-image01 img {
  display: block;
  width: 100%;
  height: auto;
}

.sec01 {
  position: relative;
  margin-top: -140px;
  padding-top: 118px;
  border-radius: 120px 120px 0 0;
}
@media screen and (max-width: 999.98px) {
  .sec01 {
    border-radius: 60px 60px 0 0;
    margin-top: -32px;
    padding-top: 60px;
  }
}
.sec01.-white {
  background: #fff;
  padding-bottom: 228px;
}
@media screen and (max-width: 999.98px) {
  .sec01.-white {
    padding-bottom: 140px;
  }
}
.sec01.-gray {
  background: #dee2e4;
}
.sec01 .sec01__inner {
  padding: 0 60px;
}
@media screen and (max-width: 999.98px) {
  .sec01 .sec01__inner {
    padding: 0;
  }
}
.sec01.-end {
  margin-bottom: 126px;
}

.index-reason01 {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 60px 760px;
  grid-template-columns: 40px 760px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 60px;
}
@media screen and (max-width: 999.98px) {
  .index-reason01 {
    margin-top: 40px;
    gap: 20px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.index-reason01 .index-reason01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .index-reason01 .index-reason01__link {
    margin-top: 38px;
  }
}

.reason01-list li + li {
  margin-top: 30px;
}

.p-course-list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-course-list li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-course-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-index-course {
  margin-top: 58px;
}
@media screen and (max-width: 999.98px) {
  .p-index-course {
    margin-top: 52px;
  }
}
.p-index-course .p-index-course__link {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-index-course .p-index-course__link {
    margin-top: 38px;
  }
}

.p-num-card01 {
  position: relative;
  background: #ECF1F3;
  border-radius: 120px;
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
@media screen and (max-width: 999.98px) {
  .p-num-card01 {
    height: 100px;
    padding: 0 0 0 20px;
  }
}
.p-num-card01 .p-num-card01__num {
  width: 30px;
  height: 30px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 30px;
  color: #009ed9;
  border: 2px solid #009ed9;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-num-card01 .p-num-card01__num {
    width: 23px;
    height: 23px;
    font-size: 13px;
    line-height: 1;
  }
}
.p-num-card01 .p-num-card01__text {
  margin-left: 54px;
}
@media screen and (max-width: 999.98px) {
  .p-num-card01 .p-num-card01__text {
    margin-left: 18px;
  }
}
.p-num-card01 .p-num-card01__text p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-num-card01 .p-num-card01__text p {
    font-size: 14px;
    line-height: 1.7428571429;
  }
}
.p-num-card01 .p-num-card01__text p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffed00));
  background: linear-gradient(transparent 60%, #ffed00 60%);
}
.p-num-card01 .p-num-card01__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-num-card01 .p-num-card01__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-num-card01 .p-num-card01__icon.-num01 {
  right: 56px;
  width: 58.1089px;
}
@media screen and (max-width: 999.98px) {
  .p-num-card01 .p-num-card01__icon.-num01 {
    right: 23px;
    width: 35.4325px;
  }
}
.p-num-card01 .p-num-card01__icon.-num02 {
  right: 52px;
  width: 66.1219px;
}
@media screen and (max-width: 999.98px) {
  .p-num-card01 .p-num-card01__icon.-num02 {
    right: 15px;
    width: 41.1346px;
  }
}
.p-num-card01 .p-num-card01__icon.-num03 {
  right: 52px;
  width: 67.144px;
}
@media screen and (max-width: 999.98px) {
  .p-num-card01 .p-num-card01__icon.-num03 {
    right: 25px;
    width: 34.7487px;
  }
}
.p-num-card01 .p-num-card01__icon.-num04 {
  right: 52px;
  width: 63.2224px;
}
@media screen and (max-width: 999.98px) {
  .p-num-card01 .p-num-card01__icon.-num04 {
    right: 22px;
    width: 38px;
  }
}
.p-num-card01 .p-num-card01__icon.-num05 {
  right: 47px;
  width: 71.6202px;
}
@media screen and (max-width: 999.98px) {
  .p-num-card01 .p-num-card01__icon.-num05 {
    right: 15px;
    width: 48px;
  }
}

.p-course-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 380px;
  grid-template-columns: auto 380px;
}
@media screen and (max-width: 999.98px) {
  .p-course-card {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    max-width: 335px;
    width: 100%;
  }
}
.p-course-card .p-course-card__main {
  padding: 62px 0 0 98px;
  border-radius: 240px 0 0 240px;
  background: #ECF1F3;
}
@media screen and (max-width: 999.98px) {
  .p-course-card .p-course-card__main {
    padding: 24px 22px 28px;
    border-radius: 60px 60px 0 0;
    min-height: 165px;
  }
}
.p-course-card .p-course-card__main .p-course-card__title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-course-card .p-course-card__main .p-course-card__title {
    text-align: center;
    font-size: 24px;
    line-height: 1;
  }
}
.p-course-card .p-course-card__main .p-course-card__title.-orange {
  color: #ff5737;
}
.p-course-card .p-course-card__main .p-course-card__title.-green {
  color: #00a858;
}
.p-course-card .p-course-card__main .p-course-card__title.-sky-blue {
  color: #00b5c8;
}
.p-course-card .p-course-card__main .p-course-card__text {
  margin-top: 20px;
}
.p-course-card .p-course-card__main .p-course-card__text p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-course-card .p-course-card__sub img {
  display: block;
  width: 100%;
  height: auto;
}

.free-info {
  margin-top: 78px;
  margin-bottom: 140px;
}
@media screen and (max-width: 999.98px) {
  .free-info {
    margin: 70px 0 72px;
  }
}

.p-info-white {
  padding: 62px 10px 68px;
  border-radius: 60px;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-info-white {
    padding: 30px 10px 36px;
  }
}
.p-info-white .p-info-white__title {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-info-white .p-info-white__title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-info-white .p-info-white__link {
  width: 334px;
  margin: 40px auto 0;
}
@media screen and (max-width: 999.98px) {
  .p-info-white .p-info-white__link {
    width: 250px;
    margin-top: 30px;
  }
}
.p-info-white .p-info-white__bottom {
  margin-top: 44px;
}
@media screen and (max-width: 999.98px) {
  .p-info-white .p-info-white__bottom {
    margin-top: 24px;
  }
}

.p-tel-box01 {
  text-align: center;
}
.p-tel-box01 .p-tel-box01__title {
  text-align: center;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-tel-box01 .p-tel-box01__title {
    font-size: 14px;
    line-height: 1.2;
  }
}
.p-tel-box01 .p-tel-box01__contents {
  margin-top: 14px;
}
@media screen and (max-width: 999.98px) {
  .p-tel-box01 .p-tel-box01__contents {
    margin-top: 8px;
  }
}

.flow-container {
  overflow: hidden;
  width: 100%;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); /* マスクフェード */
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.flow-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.flow-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px; /* 任意の余白 */
}
@media screen and (max-width: 999.98px) {
  .flow-item {
    margin-right: 27px;
  }
}
.flow-item img {
  width: 360px;
}
@media screen and (max-width: 999.98px) {
  .flow-item img {
    width: 247px;
  }
}
.flow-item.-full img {
  width: 480px;
}
@media screen and (max-width: 999.98px) {
  .flow-item.-full img {
    width: 330px;
  }
}

.flow-item img {
  display: block;
  height: auto;
}

.p-post {
  padding-bottom: 108px;
}
@media screen and (max-width: 999.98px) {
  .p-post {
    padding-bottom: 80px;
  }
}
.p-post .p-post__list li {
  border-top: 1px solid #050000;
}
.p-post .p-post__list li:last-child {
  border-bottom: 1px solid #050000;
}
.p-post .p-post__link {
  margin-top: 50px;
}

.p-post-meta {
  padding: 16px;
}
.p-post-meta .p-post-meta__date {
  font-size: 12px;
  line-height: 1;
  color: #1a1818;
}
.p-post-meta .p-post-meta__title {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #333;
}

.meta-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 104px 18px auto;
  grid-template-columns: 104px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
}

.sec-important {
  position: relative;
  padding-bottom: 144px;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .sec-important {
    padding-bottom: 47.7333333333vw;
  }
}
.sec-important:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/index/sec-important_bg.webp);
  width: 1514.31px;
  height: 116.04px;
}
@media screen and (max-width: 999.98px) {
  .sec-important:before {
    background-image: url(../../_assets/img/index/sp/sec-important_bg.webp);
    width: 100%;
    height: 24.8853333333vw;
  }
}
.sec-important .sec-important__inner {
  padding: 114px 0 130px;
  background-image: url(../../_assets/img/index/sec-important_bg02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec-important .sec-important__copy {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .sec-important .sec-important__copy {
    margin-top: 5.3333333333vw;
  }
}
.sec-important .sec-important__copy p {
  text-align: center;
  font-size: 15px;
  line-height: 2.4666666667;
}
@media screen and (max-width: 999.98px) {
  .sec-important .sec-important__copy p {
    font-size: 4.8vw;
    line-height: 1.8333333333;
  }
}
.sec-important .sec-important__contents {
  margin-top: 38px;
}
@media screen and (max-width: 999.98px) {
  .sec-important .sec-important__contents {
    margin-top: 10.1333333333vw;
  }
}

.sec-base {
  padding-bottom: 150px;
}
@media screen and (max-width: 999.98px) {
  .sec-base {
    padding-bottom: 100px;
  }
}
.sec-base .sec-base__item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.07);
  padding: 50px 40px;
}
@media screen and (max-width: 999.98px) {
  .sec-base .sec-base__item {
    padding: 30px 15px;
  }
}
.sec-base .sec-base__item .sec-base__ob01 {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-base .sec-base__item .sec-base__ob02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-base .sec-base__item + .sec-base__item {
  margin-top: 120px;
}
@media screen and (max-width: 999.98px) {
  .sec-base .sec-base__item + .sec-base__item {
    margin-top: 80px;
  }
}
.sec-base .sec-base__contents {
  margin-top: 18px;
}
.sec-base .sec-base__contents p + p {
  margin-top: 20px;
}
.sec-base .sec-base__contents p.tac {
  text-align: center;
}
.sec-base .sec-base__contents .sec-base__map {
  aspect-ratio: 4/3;
}
.sec-base .sec-base__contents .sec-base__map .video-container, .sec-base .sec-base__contents .sec-base__map .video {
  height: 100%;
}
.sec-base .sec-base__contents .sec-base__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-base .sec-base__contents.-privacy {
  margin-top: 40px;
}
.sec-base .sec-base__contents.-privacy p + p {
  margin-top: 32px;
}
.sec-base .sec-base__link {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-job-dl dl {
  padding: 20px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px auto;
  grid-template-columns: 120px auto;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #A5A5A5;
}
@media screen and (max-width: 999.98px) {
  .p-job-dl dl {
    font-size: 15px;
    line-height: 1.6;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-job-dl dl dt {
    font-weight: bold;
    color: #67B54B;
  }
}
.p-base-dl {
  border-bottom: 1px solid #000;
}
.p-base-dl dl {
  border-top: 1px solid #000;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px auto;
  grid-template-columns: 250px auto;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 999.98px) {
  .p-base-dl dl {
    -ms-grid-columns: 28.90625vw auto;
    grid-template-columns: 28.90625vw auto;
    font-size: 5.6vw;
    line-height: 1.9047619048;
  }
}
.p-base-dl dl dt {
  padding: 20px;
  background: #EDF2F1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-base-dl dl dt {
    padding: 3.125vw;
  }
}
.p-base-dl dl dd {
  padding: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-base-dl dl dd {
    padding: 3.125vw;
  }
}

.p-small-dl {
  border-bottom: 1px solid #000;
}
.p-small-dl dl {
  border-top: 1px solid #000;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px auto;
  grid-template-columns: 140px auto;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 999.98px) {
  .p-small-dl dl {
    -ms-grid-columns: 23.4375vw auto;
    grid-template-columns: 23.4375vw auto;
  }
}
.p-small-dl dl dt {
  padding: 10px;
  background: #EDF2F1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-small-dl dl dt {
    padding: 2.34375vw;
  }
}
.p-small-dl dl dd {
  padding: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-small-dl dl dd {
    padding: 2.34375vw;
  }
}

.p-contact-dl {
  border-top: 1px dashed #c6c8ca;
  padding-bottom: 30px;
}
.p-contact-dl dl {
  padding: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px auto;
  grid-template-columns: 280px auto;
  border-bottom: 1px dashed #c6c8ca;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 5vw 0;
    gap: 2.5vw 0;
  }
}
.p-contact-dl dl dt {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl dl dt {
    padding-left: 0;
    gap: 0 3.125vw;
  }
}
.p-contact-dl dl dd {
  font-size: 15px;
  line-height: 1.6666666667;
  padding-right: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl dl dd {
    padding-right: 0;
    font-size: 6.1333333333vw;
    line-height: 2.0869565217;
  }
}
.p-contact-dl dl dd input {
  padding: 10px;
  width: 100%;
  border: 1px solid #A5A5A5;
  border-radius: 6px;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl dl dd input {
    padding: 1.5625vw 3.125vw;
    font-size: 6.1333333333vw;
    line-height: 2.0869565217;
  }
}
.p-contact-dl dl dd textarea {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #A5A5A5;
  border-radius: 6px;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl dl dd textarea {
    padding: 1.5625vw 3.125vw;
    font-size: 6.1333333333vw;
    line-height: 2.0869565217;
  }
}
.p-contact-dl dl dd .p-place-item + .p-place-item {
  margin-top: 12px;
}
.p-contact-dl dl dd .p-place-item.-post-num {
  width: 120px;
}
.p-contact-dl dl dd .p-place-item.-post-num p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.p-contact-dl dl dd .checkes input[type=checkbox] {
  display: none;
}
.p-contact-dl dl dd .checkes input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.p-contact-dl dl dd .checkes input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.p-contact-dl dl dd .checkes input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #0d47a1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.p-contact-dl dl dd .checkes input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-contact-dl .p-contact-dl__option {
  margin-top: 20px;
}
.p-contact-dl .p-contact-dl__option p {
  text-align: center;
}
.p-contact-dl .p-contact-dl__option p a {
  text-decoration: underline;
  color: #050000;
  font-weight: bold;
}
.p-contact-dl .p-contact-dl__check {
  margin-top: 12px;
}
.p-contact-dl .p-contact-dl__check .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-dl .p-contact-dl__btn {
  padding: 40px 0;
}
.p-contact-dl .p-contact-dl__btn p {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-dl .p-contact-dl__btn input {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 368px;
  height: 60px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #EC6A26;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl .p-contact-dl__btn input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 1;
  }
}
.p-contact-dl .wpcf7-list-item {
  margin: 0;
}
.p-contact-dl .wpcf7-form-control-wrap select {
  padding: 10px 6px;
}
.p-contact-dl .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
.p-contact-dl .wpcf7-form-control .wpcf7-list-item label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 12px auto;
  grid-template-columns: 30px auto;
  gap: 12px;
}
.p-contact-dl .p-contact-dl__input {
  position: relative;
  margin-top: 60px;
}
.p-contact-dl .p-contact-dl__input:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100;
}
.p-contact-dl .p-contact-dl__input.is-check:before {
  display: none;
}
.p-contact-dl .p-contact-dl__input.is-check input {
  cursor: pointer;
  opacity: 1;
  background: #67B54B;
  background-image: url(../../_assets/img/common/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: 314px center;
  background-size: 16px 16px;
}
.p-contact-dl .p-contact-dl__input p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-dl .p-contact-dl__input input {
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 70px;
  background: #333;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  background-image: url(../../_assets/img/common/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: 314px center;
  background-size: 16px 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* ▼テキストエリアのサイズ */
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl .p-contact-dl__input input {
    width: 100%;
    height: 30.9333333333vw;
    border-radius: 1.5625vw;
    font-size: 8.8vw;
    line-height: 3;
    background-size: 4.0625vw 4.0625vw;
    background-position: 81.71875vw center;
  }
}
.p-contact-dl .p-contact-dl__input .wpcf7-spinner {
  position: absolute;
}

.breadcrumbs {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs {
    font-size: 14px;
    line-height: 1.75;
  }
}
.breadcrumbs a {
  color: #050000;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 300;
  text-decoration: underline;
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs a {
    font-size: 14px;
    line-height: 1.75;
  }
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .home {
  margin-right: 10px;
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs .home {
    margin-right: 6px;
  }
}
.breadcrumbs a.post-post {
  margin: 0 6px 0 3px;
}
.breadcrumbs .post-page {
  margin-left: 6px;
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs .post-page {
    margin-left: 3px;
  }
}

.p-sub-visual01 {
  padding: 84px 0;
  border-bottom: 1px solid #050000;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual01 {
    padding: 50px 0;
  }
}
.p-sub-visual01.-news {
  border-bottom: none;
}

.p-first-view {
  padding-top: 30px;
}
.p-first-view img {
  border-radius: 40px;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-first-view img {
    border-radius: 20px;
  }
}

.pagination {
  position: relative;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
}
.pagination li a {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .pagination li a {
    font-size: 14px;
    line-height: 1;
  }
}
.pagination li.current a {
  color: #008ece;
}
.pagination li.prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.pagination li.prev a {
  position: relative;
  padding-left: 40px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .pagination li.prev a {
    padding-left: 32px;
    font-size: 18px;
    line-height: 1;
  }
}
.pagination li.prev a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 28px;
  height: 28px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/link_arrow01.svg);
}
@media screen and (max-width: 999.98px) {
  .pagination li.prev a:before {
    width: 25px;
    height: 25px;
  }
}
.pagination li.next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.pagination li.next a {
  position: relative;
  padding-right: 40px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .pagination li.next a {
    padding-right: 32px;
    font-size: 18px;
    line-height: 1;
  }
}
.pagination li.next a:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/link_arrow01.svg);
}
@media screen and (max-width: 999.98px) {
  .pagination li.next a:before {
    width: 25px;
    height: 25px;
  }
}

.p-under-head {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-under-head {
    margin-top: 100px;
  }
}
.p-under-head .p-under-head__group {
  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;
  gap: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .p-under-head .p-under-head__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-under-head .p-under-head__text p {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
}

.p-tag-radio {
  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;
  gap: 18px;
}

.p-taxonomy-box {
  max-width: 480px;
  padding: 30px 30px 36px 30px;
  width: 100%;
  border-radius: 10px;
  background: #edf2f4;
}
@media screen and (max-width: 999.98px) {
  .p-taxonomy-box {
    max-width: 100%;
    padding: 30px 26px;
  }
}
.p-taxonomy-box .p-taxonomy-box__tag {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-taxonomy-box .p-taxonomy-box__tag {
    margin-top: 18px;
  }
}
.p-taxonomy-box .p-taxonomy-box__tag .p-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-taxonomy-box .p-taxonomy-box__tag .p-tag-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-category-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-voice {
  margin-top: 72px;
  padding-bottom: 100px;
}
@media screen and (max-width: 999.98px) {
  .p-voice {
    margin-top: 30px;
  }
}
.p-voice .p-voice__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 24px;
}
.p-voice .p-voice__nav {
  margin-top: 80px;
  border-top: 3px solid #c6c8ca;
}
.p-voice .p-voice__link {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-voice .p-voice__link .-base {
  max-width: 378px;
  width: 100%;
  font-size: 18px;
  line-height: 1.1111111111;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-voice .p-voice__link .-base {
    max-width: 325px;
    font-size: 16px;
    line-height: 1.25;
  }
}
.p-voice .p-voice__text {
  text-align: center;
  margin-top: 20px;
}
.p-voice .p-voice__text p {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 999.98px) {
  .p-voice .p-voice__text p {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.p-voice-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 24px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 26px;
  }
  .p-voice-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-voice-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 0;
}
@media screen and (max-width: 999.98px) {
  .p-voice-card {
    width: 280px;
    gap: 16px 0;
  }
}
.p-voice-card .p-voice-card__sub {
  height: 160px;
}
.p-voice-card .p-voice-card__sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 160px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-card .p-voice-card__main {
    padding: 0 20px;
  }
}
.p-voice-card .p-voice-card__title {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-voice-card .p-voice-card__meta {
  margin-top: 14px;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-voice-card .p-voice-card__meta .genre {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-voice-card .p-voice-card__meta .name {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-voice-card:hover .p-voice-card__main .p-voice-card__title,
.p-voice-card:hover .p-voice-card__main .p-voice-card__meta {
  color: #009ed9;
}

.p-detail-head {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-detail-head {
    margin-top: 100px;
  }
}

.p-voice-detail {
  padding-bottom: 70px;
}
.p-voice-detail .p-voice-detail__link {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-voice-visual {
  margin-top: 32px;
}
.p-voice-visual .p-voice-visual__image img {
  display: block;
  width: 100%;
  height: 520px;
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999.98px) {
  .p-voice-visual .p-voice-visual__image img {
    height: 51.2vw;
  }
}
.p-voice-visual .p-voice-visual__title {
  margin-top: 34px;
  font-size: 46px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .p-voice-visual .p-voice-visual__title {
    font-size: 34px;
    line-height: 1.4411764706;
  }
}
.p-voice-visual .p-voice-visual__profile {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-voice-visual .p-voice-visual__profile span + span {
  margin-left: 12px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-visual .p-voice-visual__profile span + span {
    margin-left: 10px;
  }
}
.p-voice-visual .p-voice-visual__tag {
  margin-top: 12px;
  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;
  gap: 18px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-visual .p-voice-visual__tag {
    gap: 12px;
  }
}

.p-voice-detail {
  margin-top: 98px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-detail {
    margin-top: 40px;
  }
}
.p-voice-detail .custom-title01 {
  margin-top: 66px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-voice-detail .custom-title01 {
    margin-top: 32px;
    font-size: 26px;
    line-height: 1.5769230769;
  }
}
.p-voice-detail .custom-title01:first-child {
  margin-top: 0;
}
.p-voice-detail .custom-text01 {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0;
}
.p-voice-detail .custom-text01:first-child {
  margin-top: 0;
}
.p-voice-detail .custom-title01 + .custom-text01 {
  margin-top: 24px;
}
.p-voice-detail .custom-image01 {
  margin-top: 120px;
  margin-bottom: 66px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-detail .custom-image01 {
    margin: 40px 0;
  }
}
.p-voice-detail .custom-image01 img {
  display: block;
  width: 100%;
  height: auto;
}

.p-profile-area {
  position: relative;
  margin-top: 80px;
  padding: 30px 40px;
  border-radius: 30px;
  background: #eef2f4;
}
@media screen and (max-width: 999.98px) {
  .p-profile-area {
    margin-top: 64px;
    padding: 24px 20px;
  }
}
.p-profile-area .p-profile-area__title {
  position: absolute;
  top: -16px;
  left: 40px;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #009ed9;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-profile-area .p-profile-area__title {
    left: 20px;
  }
}
.p-profile-area .p-profile-area__text p {
  font-size: 14px;
  line-height: 2.0571428571;
  font-weight: 500;
}

.p-voice-other {
  margin-top: 70px;
}
.p-voice-other .p-voice-other__title {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-voice-other .p-voice-other__contents {
  margin-top: 40px;
}

.p-message {
  margin-bottom: 300px;
}
.p-message .p-message__contents {
  position: relative;
  background-color: #fff;
  padding: 50px 40px 80px;
  -webkit-box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.p-message .p-message__contents .p-message__ob01 {
  position: absolute;
  top: 0;
  left: 0;
}
.p-message .p-message__contents .p-message__ob02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-message .p-message__contents .p-message__head {
  text-align: right;
  margin-top: 40px;
}
.p-message .p-message__message p {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 999.98px) {
  .p-message .p-message__message p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-message .p-message__message p.big-copy {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  color: #67B54B;
}
@media screen and (max-width: 999.98px) {
  .p-message .p-message__message p.big-copy {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.p-message .p-message__message p + p {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-message .p-message__message p + p {
    margin-top: 20px;
  }
}
.p-message .p-message__name {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-message .p-message__name {
    margin-top: 16px;
  }
}

.p-idea {
  padding-bottom: 110px;
}
.p-idea .p-idea__contents {
  margin-top: 114px;
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__contents {
    margin-top: 48px;
  }
}
.p-idea .p-idea__item01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 86px 180px;
  grid-template-columns: auto 180px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 86px;
  padding-left: 120px;
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__item01 {
    padding-left: 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 70px 0;
  }
}
.p-idea .p-idea__item01 .p-idea__image01 {
  margin-top: 52px;
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__item01 .p-idea__image01 {
    margin-top: 0;
    width: 40%;
    margin-left: auto;
  }
}
.p-idea .p-idea__item02 {
  margin-top: 110px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 120px auto;
  grid-template-columns: 280px auto;
  gap: 0 120px;
      grid-template-areas: "image text";
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__item02 {
    margin-top: 60px;
    padding-left: 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 60px 0;
    -ms-grid-rows: auto 60px auto;
        grid-template-areas: "text" "image";
  }
}
.p-idea .p-idea__item02 .p-idea__text01 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: text;
}
.p-idea .p-idea__item02 .p-idea__image01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__item02 .p-idea__image01 {
    margin-top: 0;
    width: 70%;
  }
}
.p-idea .p-idea__item03 {
  margin-top: 110px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 300px;
  grid-template-columns: auto 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  padding-left: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__item03 {
    margin-top: 60px;
    padding-left: 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 60px 0;
  }
}
.p-idea .p-idea__item03 .p-idea__image01 {
  margin-top: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__item03 .p-idea__image01 {
    margin-top: 0;
    margin-left: auto;
    width: 70%;
  }
}
.p-idea .p-idea__item04 {
  margin-top: 116px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 118px auto;
  grid-template-columns: 200px auto;
  gap: 0 118px;
      grid-template-areas: "image text";
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__item04 {
    margin-top: 60px;
    padding-left: 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 60px 0;
    -ms-grid-rows: auto 60px auto;
        grid-template-areas: "text" "image";
  }
  .p-idea .p-idea__item04 > .p-idea__text01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-idea .p-idea__item04 > .p-idea__image01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.p-idea .p-idea__item04 .p-idea__image01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__item04 .p-idea__image01 {
    width: 40%;
  }
}
.p-idea .p-idea__item04 .p-idea__text01 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: text;
}
@media screen and (max-width: 999.98px){
  .p-idea .p-idea__item02 .p-idea__text01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-idea .p-idea__item02 .p-idea__image01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-idea .p-idea__item04 .p-idea__image01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-idea .p-idea__item04 > .p-idea__image01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-idea .p-idea__item04 .p-idea__text01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-idea .p-idea__item04 > .p-idea__text01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-idea .p-idea__copy {
  margin-top: 98px;
  width: 507px;
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__copy {
    margin-top: 70px;
    width: 100%;
  }
}
.p-idea .p-idea__copy img {
  display: block;
  width: 100%;
  height: auto;
}
.p-idea .p-idea__text01 p {
  font-size: 18px;
  line-height: 2.3333333333;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-idea .p-idea__text01 p {
    font-size: 16px;
    line-height: 2.375;
  }
}

.p-base-hero-wrap {
  position: relative;
  width: 880px;
  height: 520px;
  margin-top: -15px;
  margin-left: 52px;
}
@media (min-width: 1300px) {
  .p-base-hero-wrap {
    width: 68.75vw;
    height: 40.625vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-base-hero-wrap {
    margin-top: 25px;
    margin-left: 0;
    padding-top: 58.9333333333vw;
    width: 100%;
    height: auto;
  }
}
.p-base-hero-wrap .p-base-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-base-hero-wrap .p-base-hero {
    width: 100vw;
  }
  .p-base-hero-wrap .p-base-hero img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.p-base-hero-wrap .p-base-hero-wrap__text {
  display: none;
}
.p-base-hero-wrap .p-base-hero-wrap__text p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-base-hero-wrap .p-base-hero-wrap__text {
    margin-top: 40px;
    display: block;
  }
}

.p-course-hero-wrap {
  position: relative;
  width: 880px;
  height: 520px;
  margin-top: -15px;
  margin-left: 52px;
}
@media (min-width: 1300px) {
  .p-course-hero-wrap {
    width: 68.75vw;
    height: 40.625vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-course-hero-wrap {
    margin-top: 25px;
    margin-left: 0;
    padding-top: 58.9333333333vw;
    width: 100%;
    height: auto;
  }
}
.p-course-hero-wrap .p-course-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-course-hero-wrap .p-course-hero {
    width: 100vw;
  }
  .p-course-hero-wrap .p-course-hero img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.p-course-hero-wrap .p-course-hero-wrap__text {
  display: none;
}
.p-course-hero-wrap .p-course-hero-wrap__text p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-course-hero-wrap .p-course-hero-wrap__text {
    margin-top: 40px;
    display: block;
  }
}

.p-filter-summary {
  margin-top: 76px;
  padding: 6px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 3px solid #c6c8ca;
  border-radius: 100px;
}
@media screen and (max-width: 999.98px) {
  .p-filter-summary {
    padding: 5px 26px;
    margin-top: 32px;
    gap: 12px;
  }
}
.p-filter-summary .p-filter-summary__item {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #009ed9;
}
@media screen and (max-width: 999.98px) {
  .p-filter-summary .p-filter-summary__item {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.p-course {
  padding-bottom: 100px;
}
.p-course .p-course__contents {
  margin-top: -240px;
}
@media screen and (max-width: 999.98px) {
  .p-course .p-course__contents {
    margin-top: 40px;
  }
}
.p-course .p-course__contents .p-course__item + .p-course__item {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-course .p-course__contents .p-course__item + .p-course__item {
    margin-top: 16px;
  }
}

.p-mark-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 28px auto;
  grid-template-columns: 160px auto;
  gap: 0 28px;
}
@media screen and (max-width: 999.98px) {
  .p-mark-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
  }
}

.p-course-summary {
  padding: 40px;
  background: #eef2f4;
  border-radius: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-course-summary {
    padding: 20px 20px 40px;
  }
}
.p-course-summary.-orange .c-course-mark01 {
  color: #ff5737;
  border: 3px solid #ff5737;
}
@media screen and (max-width: 999.98px) {
  .p-course-summary.-orange .c-course-mark01 {
    border: 1px solid #ff5737;
  }
}
.p-course-summary.-orange .p-course-unit01__meta,
.p-course-summary.-orange .c-base-heading01,
.p-course-summary.-orange .p-base-unit01__title {
  color: #ff5737;
}
.p-course-summary.-orange .c-block-title01 {
  color: #ff5737;
  border: 1px solid #ff5737;
}
.p-course-summary.-orange .p-course-figure {
  border-top: 1px solid #e06a45;
}
.p-course-summary.-green .c-course-mark01 {
  color: #00a560;
  border: 3px solid #00a560;
}
@media screen and (max-width: 999.98px) {
  .p-course-summary.-green .c-course-mark01 {
    border: 1px solid #00a560;
  }
}
.p-course-summary.-green .p-course-unit01__meta,
.p-course-summary.-green .c-base-heading01,
.p-course-summary.-green .p-base-unit01__title {
  color: #00a560;
}
.p-course-summary.-green .c-block-title01 {
  color: #00a560;
  border: 1px solid #00a560;
}
.p-course-summary.-green .p-course-figure {
  border-top: 1px solid #00a560;
}
.p-course-summary.-green .p-course-figure__title:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #00a560;
}
.p-course-summary.-green .p-course-figure__dl dl dt {
  color: #00a560;
}
.p-course-summary.-green .p-course-figure__dl dl dd {
  color: #00a560;
}
.p-course-summary.-blue .c-course-mark01 {
  color: #34b3c6;
  border: 3px solid #34b3c6;
}
@media screen and (max-width: 999.98px) {
  .p-course-summary.-blue .c-course-mark01 {
    border: 1px solid #34b3c6;
  }
}
.p-course-summary.-blue .p-course-unit01__meta,
.p-course-summary.-blue .c-base-heading01,
.p-course-summary.-blue .p-base-unit01__title,
.p-course-summary.-blue .p-small-unit__title {
  color: #34b3c6;
}
.p-course-summary.-blue .c-block-title01 {
  color: #34b3c6;
  border: 1px solid #34b3c6;
}
.p-course-summary.-blue .p-course-figure {
  border-top: 1px solid #34b3c6;
}
.p-course-summary.-blue .p-course-figure__title:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #34b3c6;
}
.p-course-summary.-blue .p-course-figure__dl dl dt {
  color: #34b3c6;
}
.p-course-summary.-blue .p-course-figure__dl dl dd {
  color: #34b3c6;
}
.p-course-summary .p-course-summary__second {
  margin-top: 56px;
}
.p-course-summary .p-course-summary__item {
  margin-top: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-course-summary .p-course-summary__item {
    margin-top: 32px;
  }
}
.p-course-summary .p-course-summary__item + .p-course-summary__item {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid #c7c9cb;
}
@media screen and (max-width: 999.98px) {
  .p-course-summary .p-course-summary__item + .p-course-summary__item {
    margin-top: 32px;
  }
}

.accordion .accordion__btn {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion .accordion__contents {
  display: none;
}

.p-course-figure {
  margin-top: 28px;
  padding-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-course-figure {
    margin-top: 32px;
  }
}
.p-course-figure .p-course-figure__inner {
  margin-top: 26px;
  width: 507px;
}
@media screen and (max-width: 999.98px) {
  .p-course-figure .p-course-figure__inner {
    width: 100%;
  }
}
.p-course-figure .p-course-figure__inner02 {
  margin-top: 26px;
  width: 590px;
}
@media screen and (max-width: 999.98px) {
  .p-course-figure .p-course-figure__inner02 {
    width: 100%;
  }
}
.p-course-figure .p-course-figure__title {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-course-figure .p-course-figure__dl {
  margin-top: 12px;
}
@media screen and (max-width: 999.98px) {
  .p-course-figure .p-course-figure__dl {
    margin-top: 6px;
  }
}
.p-course-figure .p-course-figure__dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto;
  grid-template-columns: 100px auto;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-course-figure .p-course-figure__dl dl dt {
  color: #00a560;
}
.p-course-figure .p-course-figure__dl dl dd {
  color: #00a560;
}

.p-small-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 16px auto;
  grid-template-columns: 130px auto;
  gap: 0 16px;
}
@media screen and (max-width: 999.98px) {
  .p-small-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
  }
}
.p-small-unit .p-small-unit__title {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-small-unit .p-small-unit__title {
    text-align: center;
  }
}
.p-small-unit .p-small-unit__text {
  margin-top: 14px;
}
@media screen and (max-width: 999.98px) {
  .p-small-unit .p-small-unit__text {
    margin-top: 8px;
  }
}
.p-small-unit .p-small-unit__text p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-small-unit .p-small-unit__sub {
    width: 100px;
    margin: auto;
  }
  .p-small-unit .p-small-unit__sub img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p-white-board01 {
  margin-top: 28px;
  border-radius: 12px;
  background: #fff;
  padding: 28px 38px;
}
@media screen and (max-width: 999.98px) {
  .p-white-board01 {
    margin-top: 18px;
    padding: 18px;
  }
}
.p-white-board01 .p-white-board01__grid {
  margin-top: 30px;
}
.p-white-board01 .p-white-board01__grid.-two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-white-board01 .p-white-board01__grid.-two {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 28px 0;
  }
}
.p-white-board01 p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
}
.p-white-board01 .p-white-board01__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-white-board01 .p-white-board01__contents .p-white-board01__dl {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-white-board01 .p-white-board01__contents .p-white-board01__dl {
    margin-top: 18px;
  }
}
.p-white-board01 .p-white-board01__contents .p-white-board01__dl dl + dl {
  margin-top: 16px;
}
.p-white-board01 .p-white-board01__contents .p-white-board01__dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 96px auto;
  grid-template-columns: 96px auto;
}
@media screen and (max-width: 999.98px) {
  .p-white-board01 .p-white-board01__contents .p-white-board01__dl dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 2px 0;
  }
}
.p-white-board01 .p-white-board01__contents .p-white-board01__dl dl dt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0;
}
.p-white-board01 .p-white-board01__contents .p-white-board01__dl dl dd {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
}

.p-base-unit01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px 280px;
  grid-template-columns: auto 280px;
  gap: 0 50px;
}
@media screen and (max-width: 999.98px) {
  .p-base-unit01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 28px 0;
  }
}
.p-base-unit01 .p-base-unit01__title {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-base-unit01 .p-base-unit01__title {
    font-size: 18px;
    line-height: 1.2666666667;
  }
}
.p-base-unit01 .p-base-unit01__text {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-base-unit01 .p-base-unit01__text {
    margin-top: 18px;
  }
}
.p-base-unit01 .p-base-unit01__text p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
}
.p-base-unit01 .p-base-unit01__image01 {
  margin-top: 26px;
}
@media screen and (max-width: 999.98px) {
  .p-base-unit01 .p-base-unit01__image01 {
    margin-top: 18px;
  }
}

.p-course-unit01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px 280px;
  grid-template-columns: auto 280px;
  gap: 0 50px;
}
@media screen and (max-width: 999.98px) {
  .p-course-unit01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 26px 0;
  }
}
.p-course-unit01 .p-course-unit01__title {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-course-unit01 .p-course-unit01__meta {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-course-unit01 .p-course-unit01__meta {
    margin-top: 16px;
  }
}
.p-course-unit01 .p-course-unit01__meta dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto;
  grid-template-columns: 100px auto;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-history {
  padding-bottom: 110px;
}
.p-history .p-history__contents {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-history .p-history__contents {
    margin-top: 60px;
  }
}

.p-about-nav {
  padding-top: 34px;
  padding-bottom: 80px;
  border-top: 3px solid #c6c8ca;
}
.p-about-nav .p-about-nav__list + .p-about-nav__list {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-about-nav .p-about-nav__list + .p-about-nav__list {
    margin-top: 12px;
  }
}
.p-about-nav .p-about-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 999.98px) {
  .p-about-nav .p-about-nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px 24px;
  }
}

.p-history-dl dl + dl dt, .p-history-dl dl + dl dd {
  padding-top: 40px;
}
.p-history-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px auto;
  grid-template-columns: 110px auto;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl {
    -ms-grid-columns: 54px auto;
    grid-template-columns: 54px auto;
  }
}
.p-history-dl dl dt {
  color: #009ed9;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 40px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl dt {
    font-size: 20px;
    line-height: 1;
  }
}
.p-history-dl dl dd {
  border-left: 8px solid #009ed9;
  padding-left: 24px;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl dd {
    border-left: 6px solid #009ed9;
  }
}

.p-history-box + .p-history-box {
  margin-top: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-history-box + .p-history-box {
    margin-top: 10px;
  }
}

.p-history-box {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.46875;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-history-box {
    margin-top: -2px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-history-box .year {
  position: relative;
}
.p-history-box .year:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -12px;
  width: 0;
  height: 0;
  border-top: 6.5px solid transparent;
  border-bottom: 6.5px solid transparent;
  border-right: 6px solid #009ed9; /* ← 三角形の色 */
  content: "";
}
.p-gallery01 {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-gallery01 {
    margin-top: 14px;
  }
}
.p-gallery01 .p-gallery01__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 12px;
}
@media screen and (max-width: 999.98px) {
  .p-gallery01 .p-gallery01__list {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 8px;
  }
}

.p-simple-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.p-simple-figure figcaption {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
}

.p-support {
  padding-bottom: 100px;
}
.p-support .p-support__contents {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-support .p-support__contents {
    margin-top: 60px;
  }
}

.p-image-unit01 + .p-image-unit01 {
  border-top: 2px solid #c6c8ca;
  padding-top: 48px;
}
@media screen and (max-width: 999.98px) {
  .p-image-unit01 + .p-image-unit01 {
    padding-top: 40px;
  }
}

.p-image-unit01 {
  padding-bottom: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 48px 392px;
  grid-template-columns: auto 392px;
  gap: 0 48px;
}
@media screen and (max-width: 999.98px) {
  .p-image-unit01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-bottom: 40px;
    gap: 32px 0;
  }
}
.p-image-unit01 .p-image-unit01__title {
  font-size: 27px;
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #009ed9;
}
@media screen and (max-width: 999.98px) {
  .p-image-unit01 .p-image-unit01__title {
    font-size: 20px;
    line-height: 1.65;
  }
}
.p-image-unit01 .p-image-unit01__text {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-image-unit01 .p-image-unit01__text {
    margin-top: 20px;
  }
}
.p-image-unit01 .p-image-unit01__text p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-feature {
  padding-bottom: 98px;
}
.p-feature .p-feature__contents {
  margin-top: 218px;
}
@media screen and (max-width: 999.98px) {
  .p-feature .p-feature__contents {
    margin-top: 96px;
  }
}

.p-feature-box + .p-feature-box {
  margin-top: 70px;
}

.p-feature-box {
  border-radius: 30px;
  background: #ECF1F3;
}
.p-feature-box.-orange .p-feature-box__title,
.p-feature-box.-orange .p-feature-box__sub-title,
.p-feature-box.-orange .p-word-box01__title {
  color: #ff5737;
}
.p-feature-box.-green .p-feature-box__title,
.p-feature-box.-green .p-feature-box__sub-title,
.p-feature-box.-green .p-word-box01__title {
  color: #00a858;
}
.p-feature-box .p-feature-box__panel {
  margin-top: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-feature-box .p-feature-box__panel {
    margin-top: 36px;
  }
}
.p-feature-box .p-feature-box__head {
  position: relative;
  padding: 98px 39px 56px;
}
@media screen and (max-width: 999.98px) {
  .p-feature-box .p-feature-box__head {
    padding: 52px 20px 38px;
  }
}
.p-feature-box .p-feature-box__head .p-feature-box__title {
  position: absolute;
  top: -48px;
  left: 39px;
  font-size: 82px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-feature-box .p-feature-box__head .p-feature-box__title {
    font-size: 46px;
    line-height: 1.6956521739;
    top: -44px;
    left: 17px;
  }
}
.p-feature-box .p-feature-box__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-feature-box .p-feature-box__text p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-feature-box .p-feature-box__sub-title {
  font-size: 36px;
  line-height: 1.1666666667;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-feature-box .p-feature-box__sub-title {
    font-size: 28px;
    line-height: 1.5;
  }
}
.p-feature-box .p-feature-box__sub-title + .p-feature-box__text {
  margin-top: 28px;
}
.p-feature-box .p-feature-box__image-group {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.p-feature-box .p-feature-box__image-group img {
  display: block;
  width: 100%;
  height: auto;
}
.p-feature-box .p-feature-box__grid {
  margin-top: 48px;
}
.p-feature-box .p-feature-box__item {
  border-top: 2px solid #c6c8ca;
  padding: 56px 39px;
}
@media screen and (max-width: 999.98px) {
  .p-feature-box .p-feature-box__item {
    padding: 52px 20px;
  }
}
.p-feature-box .p-feature-box__item.-wide-right {
  padding-right: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-feature-box .p-feature-box__item.-wide-right {
    padding-right: 20px;
  }
}
.p-feature-box .p-feature-box__item.-bottom01 {
  padding-bottom: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-feature-box .p-feature-box__item.-bottom01 {
    padding-bottom: 50px;
  }
}
.p-feature-box .p-feature-box__unit {
  margin-top: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-feature-box .p-feature-box__unit {
    margin-top: 26px;
  }
}

.p-simple-card01 .p-simple-card01__title {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}
.p-simple-card01 .p-simple-card01__image {
  margin-top: 14px;
}
.p-simple-card01 .p-simple-card01__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-simple-card01 .p-simple-card01__text {
  margin-top: 14px;
}
.p-simple-card01 .p-simple-card01__text p {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0;
  font-weight: 500;
}

.p-panel-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 36px;
}
@media screen and (max-width: 999.98px) {
  .p-panel-list {
    padding: 0 15px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}

.p-wide-unit01 + .p-wide-unit01 {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-wide-unit01 + .p-wide-unit01 {
    margin-top: 40px;
  }
}

.p-wide-unit01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 66px 242px;
  grid-template-columns: auto 242px;
  gap: 0 66px;
}
@media screen and (max-width: 999.98px) {
  .p-wide-unit01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
.p-wide-unit01 .p-wide-unit01__title {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.p-wide-unit01 .p-wide-unit01__title:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 16px;
  background: #ff5737;
  content: "";
}
.p-wide-unit01 .p-wide-unit01__text {
  margin-top: 14px;
}
.p-wide-unit01 .p-wide-unit01__text p + p {
  margin-top: 10px;
}
.p-wide-unit01 .p-wide-unit01__text p {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
.p-wide-unit01 .p-wide-unit01__text p.option {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-wide-unit01 .p-wide-unit01__text p.option.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-wide-unit01 .p-wide-unit01__text p.option.u-hidden-pc {
    display: block;
  }
}
@media screen and (max-width: 999.98px) {
  .p-wide-unit01 .p-wide-unit01__text p.option.u-hidden-sp {
    display: none;
  }
}

.p-simple-unit {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px 360px;
  grid-template-columns: auto 360px;
  gap: 0 50px;
}
@media screen and (max-width: 999.98px) {
  .p-simple-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
.p-simple-unit .p-simple-unit__main p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.p-text-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-text-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}

.p-word-box01 .p-word-box01__title {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.p-word-box01 .p-word-box01__text {
  margin-top: 22px;
}
.p-word-box01 .p-word-box01__text p {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 500;
}

.p-staff {
  margin-top: -14px;
  margin-bottom: 140px;
  padding-bottom: 76px;
  border-radius: 30px;
  background: #fdf7e6;
}
@media screen and (max-width: 999.98px) {
  .p-staff {
    margin-top: 40px;
    padding-bottom: 132px;
    margin-bottom: 104px;
  }
}
.p-staff .p-staff__head {
  padding: 100px 30px 0 48px;
}
@media screen and (max-width: 999.98px) {
  .p-staff .p-staff__head {
    padding: 36px 18px 0;
  }
}
.p-staff .p-staff__contents {
  margin: 56px auto 0;
  max-width: 716px;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-staff .p-staff__contents {
    margin-top: 34px;
    padding: 0 18px;
  }
}
.p-staff .p-staff__contents p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.p-staff .p-staff__contents p + p {
  margin-top: 32px;
}
.p-staff .p-staff__profile {
  margin: 40px auto 0;
  max-width: 716px;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-staff .p-staff__profile {
    padding: 0 18px;
  }
}

.p-profile-area02 {
  position: relative;
  padding: 36px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-profile-area02 {
    padding: 28px 18px;
  }
}
.p-profile-area02 .p-profile-area02__title {
  position: absolute;
  top: -12px;
  left: 22px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.p-profile-area02 .p-profile-area02__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.p-profile-area02 .p-profile-area02__meta .job {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.p-profile-area02 .p-profile-area02__meta .name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.p-profile-area02 .p-profile-area02__text {
  margin-top: 18px;
}
@media screen and (max-width: 999.98px) {
  .p-profile-area02 .p-profile-area02__text {
    margin-top: 12px;
  }
}
.p-profile-area02 .p-profile-area02__text p {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-profile-unit01 {
  display: block;
  -ms-grid-columns: auto 80px 300px;
  grid-template-columns: auto 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 80px;
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 34px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit01 .p-profile-unit01__sub {
    width: 184px;
    margin: auto;
  }
}
.p-profile-unit01 .p-profile-unit01__title {
  font-size: 34px;
  line-height: 1.7941176471;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit01 .p-profile-unit01__title {
    font-size: 23px;
    line-height: 1.8695652174;
  }
}
.p-profile-unit01 .p-profile-unit01__name {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}
.p-profile-unit01 .p-profile-unit01__name .job {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.p-profile-unit01 .p-profile-unit01__name .name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.p-profile-unit01.-green .p-profile-unit01__main {
  color: #179e63;
}
.p-profile-unit01.-orange .p-profile-unit01__main {
  color: #ef6345;
}

.p-omoi {
  margin-top: 128px;
  padding-bottom: 120px;
}
@media screen and (max-width: 999.98px) {
  .p-omoi {
    margin-top: 58px;
    padding-bottom: 100px;
  }
}

.p-message-board .p-message-board__title {
  font-size: 46px;
  line-height: 1.5652173913;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-message-board .p-message-board__title {
    font-size: 28px;
    line-height: 1.6428571429;
  }
}
.p-message-board .p-message-board__contents {
  position: relative;
  margin-top: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-message-board .p-message-board__contents {
    margin-top: 32px;
  }
}
.p-message-board .p-message-board__contents p {
  font-size: 16px;
  line-height: 2.625;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-message-board .p-message-board__contents p {
    font-size: 16px;
    line-height: 2.375;
  }
}
.p-message-board .p-message-board__contents p + p {
  margin-top: 52px;
}
.p-message-board .p-message-board__contents .p-message-board__ob {
  position: absolute;
  bottom: 0;
  left: 680px;
  width: 100px;
}
@media screen and (max-width: 999.98px) {
  .p-message-board .p-message-board__contents .p-message-board__ob {
    position: static;
    width: 70px;
    margin-top: 32px;
    margin-left: auto;
  }
}
.p-message-board .p-message-board__contents .p-message-board__ob img {
  display: block;
  width: 100%;
  height: auto;
}

.p-message__bottom {
  margin-top: 96px;
}
@media screen and (max-width: 999.98px) {
  .p-message__bottom {
    margin-top: 56px;
  }
}

.p-president-message {
  padding: 68px 90px 80px;
  border-radius: 30px;
  background: #fdf7e6;
}
@media screen and (max-width: 999.98px) {
  .p-president-message {
    padding: 52px 20px 60px;
  }
}
.p-president-message .p-president-message__meta .job {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-president-message .p-president-message__meta .name {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-president-message .p-president-message__contents {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-president-message .p-president-message__contents {
    margin-top: 28px;
  }
}
.p-president-message .p-president-message__contents p + p {
  margin-top: 32px;
}
.p-president-message .p-president-message__contents p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.p-president-message .p-president-message__bottom {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-president-message .p-president-message__bottom {
    margin-top: 40px;
    padding-right: 0;
  }
}
.p-president-message .p-president-message__bottom .p-president-message__image {
  width: 220px;
}
@media screen and (max-width: 999.98px) {
  .p-president-message .p-president-message__bottom .p-president-message__image {
    width: 120px;
  }
}

.p-access {
  margin-bottom: 118px;
}
.p-place-box {
  margin-top: -19px;
  padding: 84px 38px 60px;
  border-radius: 30px;
  background: #eef2f4;
}
@media screen and (max-width: 999.98px) {
  .p-place-box {
    margin-top: 48px;
    padding: 36px 19px;
  }
}
.p-place-box .p-place-box__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-place-box .p-place-box__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 56px 0;
  }
}

.p-place-card .p-place-card__title {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.p-place-card .p-place-card__image {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__image {
    margin-top: 16px;
  }
}
.p-place-card .p-place-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-place-card .p-place-card__dl {
  margin-top: 20px;
  min-height: 250px;
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__dl {
    margin-top: 16px;
    min-height: auto;
  }
}
.p-place-card .p-place-card__dl dl + dl {
  margin-top: 10px;
}
.p-place-card .p-place-card__dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto;
  grid-template-columns: 100px auto;
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__dl dl {
    -ms-grid-columns: 86px auto;
    grid-template-columns: 86px auto;
  }
}
.p-place-card .p-place-card__dl dl dt {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__dl dl dt {
    padding-left: 6px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-place-card .p-place-card__dl dl dd {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__dl dl dd {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__map {
    margin-top: 16px;
  }
}
.p-place-card .p-place-card__map img {
  display: block;
  width: 100%;
  height: auto;
}
.p-place-card .p-place-card__btn {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-place-card .p-place-card__text {
  margin-top: 36px;
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__text {
    margin-top: 22px;
  }
}
.p-place-card .p-place-card__text p + p {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__text p + p {
    margin-top: 22px;
  }
}
.p-place-card .p-place-card__text p {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.paging-box .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paging-box .wp-pagenavi .pages {
  border: none;
}
.paging-box .wp-pagenavi a, .paging-box .wp-pagenavi span {
  padding: 0;
  margin: 0;
  border: none;
}
.paging-box .wp-pagenavi a .icon-l {
  display: block;
  width: 49px;
  height: 49px;
  background-image: url(../../_assets/img/page/icon-l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.paging-box .wp-pagenavi a .icon-l:hover {
  bottom: 1px solid #98865E;
  border-radius: 49px;
}
.paging-box .wp-pagenavi a.previouspostslink {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 49px;
  border: 1px solid transparent;
}
.paging-box .wp-pagenavi a.previouspostslink:hover {
  border: 1px solid #98865E;
}
.paging-box .wp-pagenavi a.nextpostslink {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 49px;
  border: 1px solid transparent;
}
.paging-box .wp-pagenavi a.nextpostslink .icon-r {
  display: block;
  width: 49px;
  height: 49px;
  background-image: url(../../_assets/img/page/icon-r.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.paging-box .wp-pagenavi a.nextpostslink:hover {
  border: 1px solid #98865E;
}
.paging-box .wp-pagenavi a.page {
  font-size: 20px;
  line-height: 1;
  color: #604D3B;
  border: none;
  border-bottom: 1px solid #050000;
  margin: 0;
  padding: 0;
  height: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.paging-box .wp-pagenavi a.page:hover {
  border-bottom: none;
}
.paging-box .wp-pagenavi span {
  padding: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  height: 25px;
}
.paging-box .wp-pagenavi span.current {
  color: #A88577;
  border: none;
  font-weight: 400;
  margin: 0;
}
.paging-box .wp-pagenavi .nextpostslink, .paging-box .wp-pagenavi .previouspostslink {
  border: none;
}
.paging-box .wp-pagenavi .wp-pagenavi .nextpostslink {
  position: relative;
  margin-left: 30px;
  color: #fff;
}
.paging-box .wp-pagenavi .wp-pagenavi .previouspostslink {
  position: relative;
  margin-right: 30px;
  color: #fff;
}

.wp-pagenavi {
  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;
  gap: 10px 42px;
}
@media screen and (max-width: 999.98px) {
  .wp-pagenavi {
    gap: 10px 32px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}

.wp-pagenavi a, .wp-pagenavi span.extend, .wp-pagenavi span.last {
  border: none;
}

.p-post-card, a.p-post-card {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 248px auto;
  grid-template-columns: 248px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  height: 114px;
  color: #050000;
}
@media screen and (max-width: 999.98px) {
  .p-post-card, a.p-post-card {
    height: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 30px 10px 20px 0;
    gap: 20px 0;
  }
}
.p-post-card:hover .p-post-card__title, a.p-post-card:hover .p-post-card__title {
  text-decoration: underline;
}
.p-post-card:before, a.p-post-card:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
  background-image: url(../../_assets/img/common/arrow_forward.png);
}
@media screen and (max-width: 999.98px) {
  .p-post-card:before, a.p-post-card:before {
    top: 34px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.p-post-card .p-post-card__meta, a.p-post-card .p-post-card__meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 104px 16px auto;
  grid-template-columns: 104px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
.p-post-card .p-post-card__title, a.p-post-card .p-post-card__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-post-card .p-post-card__title, a.p-post-card .p-post-card__title {
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-form-dl dl + dl {
  margin-top: 40px;
}
.p-form-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 520px;
  grid-template-columns: auto 520px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 20px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl dt .c-need-mark {
    margin-top: 6px;
  }
}
.p-form-dl dl dd input {
  width: 100%;
  border-radius: 8px;
  padding: 12px 16px;
  background: #ecf2f8;
  border: 1px solid #050000;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
}
.p-form-dl dl dd textarea {
  width: 100%;
  padding: 18px;
  border-radius: 8px;
  min-height: 180px;
  background: #ecf2f8;
  border: 1px solid #050000;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
}

.sec01 .mw_wp_form .error {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .sec01 .mw_wp_form .error {
    font-size: 18px;
  }
}

.p-contact .p-contact__copy + .p-contact__head {
  margin-top: 26px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__copy + .p-contact__head {
    margin-top: 18px;
  }
}
.p-contact .p-contact__copy {
  text-align: center;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #67B54B;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__copy {
    font-size: 20px;
    line-height: 1.4;
  }
}
.p-contact .p-contact__inner {
  margin-top: 40px;
}
.p-contact .p-contact__head p {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__head p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-contact .p-contact__head p + p {
  margin-top: 40px;
}
.p-contact .p-contact__head.-tac p {
  text-align: center;
}
.p-contact .p-contact__contents {
  margin-top: 62px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__contents {
    margin-top: 12.8vw;
  }
}
.p-contact .p-contact__end-copy {
  text-align: center;
}
.p-contact .p-contact__bottom {
  margin-top: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__bottom {
    margin-top: 34px;
  }
}
.p-contact .p-contact__bottom p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__bottom p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.p-contact .p-contact__link {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px 0;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__link {
    margin-top: 24px;
    gap: 30px 0;
  }
}
.p-contact .p-contact__link.-long {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__link.-long {
    margin-top: 60px;
  }
}

.c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-radio .vertical-item + .vertical-item {
  margin-top: 6px;
}
.c-radio .horizontal-item + .horizontal-item {
  margin-left: 25px;
}
@media screen and (max-width: 999.98px) {
  .c-radio .horizontal-item + .horizontal-item {
    margin-top: 10px;
  }
}
.c-radio .horizontal-item:last-child, .c-radio .horizontal-item:nth-last-child(2) {
  margin-left: 0;
}
@media screen and (max-width: 999.98px) {
  .c-radio .horizontal-item:last-child, .c-radio .horizontal-item:nth-last-child(2) {
    margin-top: 10px;
  }
}
.c-radio [type=radio]:not(:checked), .c-radio [type=radio]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-radio [type=radio]:not(:checked) + span, .c-radio [type=radio]:checked + span {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  color: #67B54B;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-radio [type=radio] + span:before {
  background: #ecf2f8;
}
.c-radio [type=radio] + span:before, .c-radio [type=radio] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
}
.c-radio [type=radio]:not(:checked) + span:before, .c-radio [type=radio]:not(:checked) + span:after, .c-radio [type=radio]:checked + span:before, .c-radio [type=radio]:checked + span:after, .c-radio [type=radio].with-gap:checked + span:before, .c-radio [type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}
.c-radio [type=radio]:not(:checked) + span:before, .c-radio [type=radio]:not(:checked) + span:after {
  border: 1px solid #67B54B;
}
.c-radio [type=radio]:not(:checked) + span:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.c-radio [type=radio]:checked + span:after, .c-radio [type=radio].with-gap:checked + span:after {
  left: -1px;
  background-color: #67B54B;
}
.c-radio [type=radio]:checked + span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.c-radio [type=radio]:checked + span:after, .c-radio [type=radio].with-gap:checked + span:before, .c-radio [type=radio].with-gap:checked + span:after {
  border: 2px solid #67B54B;
}
.c-radio [type=radio]:not(:checked) + span:before, .c-radio [type=radio]:not(:checked) + span:after, .c-radio [type=radio]:checked + span:before, .c-radio [type=radio]:checked + span:after, .c-radio [type=radio].with-gap:checked + span:before, .c-radio [type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}

.page-re-to .p-from-bottom__text {
  display: block;
}

.page-sale-to .p-from-bottom__text {
  display: none;
}
.page-sale-to .p-check-box__head {
  display: none;
}
.page-sale-to .p-check-box__main:before {
  display: none;
}

.p-check-box__head input[type=checkbox] {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  margin-right: 14px;
}

.p-from-bottom {
  margin-top: 40px;
  text-align: center;
}
.p-from-bottom a .cRed {
  color: red;
}

.p-check-box {
  display: block;
}
.p-check-box .p-check-box__main {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-check-box .p-check-box__main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  content: "";
  z-index: 10;
}
.p-check-box .p-check-box_contents {
  margin-top: 40px;
}
.p-check-box .p-check-box__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-check-box .p-check-box__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px 0;
  }
}
.p-check-box .p-check-box__btn-wrap .c-btn-input:last-child {
  display: none;
}
.p-check-box.is-check .p-check-box__main:before {
  display: none;
}

.mw_wp_form_preview .p-check-box .p-check-box__btn-wrap .c-btn-input:last-child {
  display: block;
}

.p-sitemap .menu-sitemap-container .menu li {
  list-style: disc;
}
.p-sitemap .menu-sitemap-container .menu li a {
  color: #050000;
}
.p-sitemap .menu-sitemap-container .menu li + li {
  margin-top: 8px;
}

.p-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 0;
}
.p-head.-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-service-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px 545px;
  grid-template-columns: auto 545px;
  gap: 0 50px;
}
@media screen and (max-width: 999.98px) {
  .p-service-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 5.3125vw 0;
  }
}
.p-service-unit .p-service-unit__contents {
  margin-top: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-service-unit .p-service-unit__contents {
    margin-top: 20px;
  }
}
.p-service-unit .p-service-unit__contents .p-service-unit__inner {
  padding-left: 12px;
}
@media screen and (max-width: 999.98px) {
  .p-service-unit .p-service-unit__contents .p-service-unit__inner {
    padding-left: 0;
  }
}
.p-service-unit .p-service-unit__contents .p-service-unit__link {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-service-unit .p-service-unit__contents .p-service-unit__link {
    margin-top: 9.3333333333vw;
  }
}
.p-service-unit .p-service-unit__contents .p-service-unit__name {
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.85;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-service-unit .p-service-unit__contents .p-service-unit__name {
    margin-top: 4.8vw;
    font-size: 6.9333333333vw;
    line-height: 1.8461538462;
  }
}
.p-service-unit .p-service-unit__contents .p-service-unit__name span {
  font-size: 15px;
  line-height: 2.4666666667;
}
@media screen and (max-width: 999.98px) {
  .p-service-unit .p-service-unit__contents .p-service-unit__name span {
    font-size: 5.3333333333vw;
    line-height: 2.4;
  }
}
.p-service-unit .p-service-unit__contents p {
  letter-spacing: 0;
  text-align: justify;
  font-size: 15px;
  line-height: 2.6666666667;
}
.p-service-unit .p-service-unit__contents p a {
  color: #67B54B;
  text-decoration: underline;
}
.p-service-unit .p-service-unit__contents .p-service-unit__list li + li {
  margin-top: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-service-unit .p-service-unit__contents .p-service-unit__list li + li {
    margin-top: 8.5333333333vw;
  }
}
.p-service-unit .p-service-unit__contents .p-service-unit__list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 2.6666666667;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 999.98px) {
  .p-service-unit .p-service-unit__contents .p-service-unit__list li {
    font-size: 5.6vw;
    line-height: 1.9047619048;
  }
}
.p-service-unit .p-service-unit__contents .p-service-unit__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #67B54B;
}

.p-profile-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px 460px;
  grid-template-columns: auto 460px;
  gap: 0 40px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px 0;
  }
}

.js-toggle .js-toggle-btn {
  display: block;
}
.js-toggle .js-toggle-contents {
  display: none;
}
.js-toggle .js-toggle-cancel {
  display: none;
}
.js-toggle.open .js-toggle-cancel {
  display: block;
}

.p-toggle-box {
  padding-left: 12px;
}
.js-switch .js-switch-btn {
  display: block;
  cursor: pointer;
}
.js-switch .js-switch-btn button {
  cursor: pointer;
}
.js-switch .js-switch-contents {
  display: none;
}
.js-switch .js-switch-cancel {
  display: none;
}
.js-switch.open .js-switch-cancel {
  display: block;
}

.p-detail01 .p-detail01__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__meta {
    gap: 0 4.21875vw;
  }
}
.p-detail01 .p-detail01__meta .p-detail01__date {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__meta .p-detail01__date {
    font-size: 5.6vw;
    line-height: 1;
  }
}
.p-detail01 .p-detail01__contents {
  margin-top: 24px;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents {
    margin-top: 9.0666666667vw;
  }
}
.p-detail01 .p-detail01__contents h2 {
  margin-top: 60px;
  font-size: 28px;
  line-height: 1.7142857143;
  border-bottom: 2px solid #333;
  color: #444950;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents h2 {
    margin-top: 15.4666666667vw;
    font-size: 7.4666666667vw;
    line-height: 1.7142857143;
    border-bottom: 0.3125vw solid #333;
  }
}
.p-detail01 .p-detail01__contents h2:first-child {
  margin-top: 0;
}
.p-detail01 .p-detail01__contents h3 {
  margin-top: 50px;
  padding: 10px 22px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.7142857143;
  background: #67B54B;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents h3 {
    padding: 3.125vw;
    margin-top: 12.8vw;
    font-size: 7.4666666667vw;
    line-height: 1.5357142857;
  }
}
.p-detail01 .p-detail01__contents h4 {
  margin-top: 42px;
  font-size: 25px;
  line-height: 1.72;
  font-weight: bold;
  color: #67B54B;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents h4 {
    margin-top: 10.6666666667vw;
    font-size: 6.6666666667vw;
    line-height: 1.72;
  }
}
.p-detail01 .p-detail01__contents h5 {
  margin-top: 38px;
  font-size: 22px;
  line-height: 1.6818181818;
  font-weight: bold;
  color: #67B54B;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents h5 {
    margin-top: 9.0666666667vw;
    font-size: 5.8666666667vw;
    line-height: 1.6818181818;
  }
}
.p-detail01 .p-detail01__contents p {
  margin-top: 42px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents p {
    margin-top: 10.6666666667vw;
    font-size: 5.6vw;
    line-height: 1.9047619048;
  }
}
.p-detail01 .p-detail01__contents p a {
  color: #333;
  text-decoration: underline;
}
.p-detail01 .p-detail01__contents ul {
  margin-top: 42px;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents ul {
    margin-top: 6.9333333333vw;
  }
}
.p-detail01 .p-detail01__contents ul li {
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 2.1333333333;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents ul li {
    padding-left: 5vw;
    font-size: 5.6vw;
    line-height: 1.9047619048;
  }
}
.p-detail01 .p-detail01__contents ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #67B54B;
}
.p-detail01 .p-detail01__contents ol {
  margin-top: 42px;
  counter-reset: count 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents ol {
    margin-top: 6.9333333333vw;
  }
}
.p-detail01 .p-detail01__contents ol li {
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 2.1333333333;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents ol li {
    padding-left: 5vw;
    font-size: 5.6vw;
    line-height: 1.9047619048;
  }
}
.p-detail01 .p-detail01__contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #67B54B;
}
.p-detail01 .p-detail01__contents figure {
  margin-top: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents figure {
    margin-top: 12.2666666667vw;
  }
}
.p-detail01 .p-detail01__contents figure + figure {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-detail01 .p-detail01__contents figure + figure {
    margin-top: 6.6666666667vw;
  }
}

.p-detail02 .p-detail02__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px 545px;
  grid-template-columns: auto 545px;
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-detail02 .p-detail02__main {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 5.625vw 0;
  }
}
.p-detail02 .p-detail02__title {
  margin-top: 30px;
  font-size: 35px;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail02 .p-detail02__title {
    margin-top: 8vw;
    font-size: 9.3333333333vw;
    line-height: 1.7142857143;
  }
}
.p-detail02 .p-detail02__image {
  margin-top: 50px;
}

.remodal-wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 999.98px) {
  .remodal-wrapper {
    padding: 60px 0;
  }
}

@media screen and (max-width: 999.98px) {
  .remodal {
    max-width: 90%;
    padding: 30px 15px;
  }
}

.p-detail .p-detail__head {
  padding: 90px 0 72px;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__head {
    padding: 44px 0 60px;
  }
}
.p-detail .p-detail__head .meta-group + .c-heading01 {
  margin-top: 42px;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__head .meta-group + .c-heading01 {
    margin-top: 30px;
  }
}
.p-detail .p-detail__contents {
  padding: 80px 200px 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents {
    padding: 56px 0 0;
  }
}
.p-detail .p-detail__contents img {
  border-radius: 10px;
}
.p-detail .p-detail__contents figure {
  margin: 36px 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents figure {
    margin: 36px 0;
  }
}
.p-detail .p-detail__contents figure:first-child {
  margin-top: 0;
}
.p-detail .p-detail__contents p + p {
  margin-top: 38px;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents p + p {
    margin-top: 28px;
  }
}
.p-detail .p-detail__contents p {
  margin-top: 28px;
  color: #050000;
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents p {
    font-size: 16px;
    line-height: 2;
  }
}
.p-detail .p-detail__contents p a {
  color: #050000;
  text-decoration: underline;
}
.p-detail .p-detail__contents h2 {
  margin-top: 56px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h2 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-detail .p-detail__contents h3 {
  margin-top: 28px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h3 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-detail .p-detail__contents h4 {
  margin-top: 28px;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-detail .p-detail__contents h5 {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h5 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-detail .p-detail__contents h6 {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h6 {
    font-size: 14px;
    line-height: 1.5;
  }
}

.postLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.postLink a {
  color: #333;
  text-decoration: underline;
}

.p-works-category + .p-works-list {
  margin-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-works-category + .p-works-list {
    margin-top: 16vw;
  }
}

.p-works-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 16px;
}
@media screen and (max-width: 999.98px) {
  .p-works-list {
    -ms-grid-columns: 1fr 3.125vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 9.0625vw 3.125vw;
  }
}

.p-works-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
}
@media screen and (max-width: 999.98px) {
  .p-works-category ul {
    gap: 0 2.5vw;
  }
}
.p-info {
  padding: 106px 0;
  background-image: url(../../_assets/img/common/bg_info.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .p-info {
    padding-top: 27.2vw;
    padding-bottom: 12.2666666667vw;
  }
}
.p-info .p-info__contents {
  position: relative;
  padding: 54px 0 58px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
          box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__contents {
    padding-top: 14.4vw;
    padding-bottom: 10.4vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    border-radius: 2.34375vw;
    -webkit-box-shadow: 0 0.78125vw 2.34375vw rgba(42, 77, 27, 0.1);
            box-shadow: 0 0.78125vw 2.34375vw rgba(42, 77, 27, 0.1);
  }
}
.p-info .p-info__contents .p-info__position {
  position: absolute;
  top: -20px;
  right: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__contents .p-info__position {
    top: -14.53125vw;
    right: -0.78125vw;
    width: 37.3333333333vw;
  }
}
.p-info .p-info__title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__title {
    font-size: 9.3333333333vw;
    line-height: 1;
  }
}
.p-info .p-info__copy {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8125;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__copy {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.p-info .p-info__list {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list {
    margin-top: 10.6666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-info .p-info__list li + li {
  border-left: 1px dashed #c6c8ca;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li + li {
    border-left: none;
    border-top: 1px dashed #c6c8ca;
  }
}
.p-info .p-info__list li {
  min-height: 144px;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li {
    min-height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li:not(:first-child) {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li:not(:last-child) {
    padding-bottom: 11.7333333333vw;
  }
}

.p-info-card {
  position: relative;
  padding: 54px 0 58px;
  background: #dee2e4;
  border-radius: 15px;
}
@media screen and (max-width: 999.98px) {
  .p-info-card {
    padding-top: 14.4vw;
    padding-bottom: 10.4vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    border-radius: 2.34375vw;
  }
}
.p-info-card .p-info-card__title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__title {
    font-size: 9.3333333333vw;
    line-height: 1;
  }
}
.p-info-card .p-info-card__copy {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__copy {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.p-info-card .p-info-card__list {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list {
    margin-top: 10.6666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-info-card .p-info-card__list li + li {
  border-left: 1px dashed #c6c8ca;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li + li {
    border-left: none;
    border-top: 1px dashed #c6c8ca;
  }
}
.p-info-card .p-info-card__list li {
  min-height: 144px;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li {
    min-height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li:not(:first-child) {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li:not(:last-child) {
    padding-bottom: 11.7333333333vw;
  }
}

.p-info-card02 {
  position: relative;
  padding: 54px 0 58px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
          box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 {
    padding-top: 14.4vw;
    padding-bottom: 10.4vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    border-radius: 2.34375vw;
    -webkit-box-shadow: 0 0.78125vw 2.34375vw rgba(42, 77, 27, 0.1);
            box-shadow: 0 0.78125vw 2.34375vw rgba(42, 77, 27, 0.1);
  }
}
.p-info-card02 .p-info-card02__title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__title {
    font-size: 9.3333333333vw;
    line-height: 1.3142857143;
  }
}
.p-info-card02 .p-info-card02__copy {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8125;
}
.p-info-card02 .p-info-card02__copy span {
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__copy {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.p-info-card02 .p-info-card02__list {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list {
    margin-top: 10.6666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-info-card02 .p-info-card02__list li + li {
  border-left: 1px dashed #c6c8ca;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li + li {
    border-left: none;
    border-top: 1px dashed #c6c8ca;
  }
}
.p-info-card02 .p-info-card02__list li {
  min-height: 144px;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li {
    min-height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li:not(:first-child) {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li:not(:last-child) {
    padding-bottom: 11.7333333333vw;
  }
}

.sec-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 430px;
  grid-template-columns: auto 430px;
}
@media screen and (max-width: 999.98px) {
  .sec-panel {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px 0;
  }
}
.sec-panel .sec-panel__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-panel.-reverse {
      grid-template-areas: "sub main";
  -ms-grid-columns: 430px auto;
  grid-template-columns: 430px auto;
}
@media screen and (max-width: 999.98px) {
  .sec-panel.-reverse {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
        grid-template-areas: "main" "sub";
  }
}
.sec-panel.-reverse .sec-panel__main {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: main;
  margin-left: 82px;
}
@media screen and (max-width: 999.98px) {
  .sec-panel.-reverse .sec-panel__main {
    margin-left: 0;
  }
}
.sec-panel.-reverse .sec-panel__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sub;
}
@media screen and (max-width: 999.98px){
  .sec-panel.-reverse .sec-panel__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse .sec-panel__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 999.98px) {
  .sec-panel .sec-panel__sub {
    max-width: 200px;
    width: 100%;
    margin: auto;
  }
}

.p-widget .p-widget__title {
  font-size: 18px;
  line-height: 1;
  color: #67B54B;
}
.p-widget .p-widget__content {
  margin-top: 20px;
}

.p-404page {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.p-404page .p-404page__link {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-404page .p-404page__link a {
  color: #050000;
  text-align: center;
}

.sec01 .wp-block-themeisle-blocks-button-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 999.98px) {
  .sec01 .wp-block-themeisle-blocks-button-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .sec01 iframe {
    width: 100%;
    height: 69.3333333333vw;
  }
}
.sec01 .wp-block-button {
  width: 470px;
}
@media screen and (max-width: 999.98px) {
  .sec01 .wp-block-button {
    width: 100%;
  }
}
.sec01 .wp-block-button .wp-block-button__link {
  width: 100%;
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12.5px 10px;
  border: 1px solid #050000;
  color: #050000;
  -webkit-box-shadow: 0 0 8px -5px #777777;
          box-shadow: 0 0 8px -5px #777777;
  background: #fff;
  border-radius: 0;
}

.wp-edit figure {
  margin: 30px 0;
}
.wp-edit .wp-block-heading:first-child {
  margin-top: 0;
}
.wp-edit .wp-block-buttons {
  margin-top: 30px;
}
.wp-edit .wp-block-heading + .wp-block-buttons {
  margin-top: 60px;
}
.wp-edit .wp-block-heading + .wp-block-image, .wp-edit .wp-block-heading + .wp-block-gallery {
  margin-top: 40px;
}
.wp-edit h1 {
  margin: 90px 0 24px;
  font-size: 24px;
  line-height: 1.3333333333;
  padding-bottom: 10px;
  border-bottom: 3px solid #050000;
}
.wp-edit h2 {
  margin: 80px 0 18px;
  display: block;
  width: 100%;
  padding: 20px 20px;
  background: #BAD76D;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 999.98px) {
  .wp-edit h2 {
    padding: 14px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.wp-edit h3 {
  margin: 70px 0 16px;
  padding-left: 14px;
  border-left: 2px solid #67B54B;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
}
.wp-edit h4 {
  margin: 60px 0 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.wp-edit p + p {
  margin-top: 30px;
}
.wp-edit ul {
  margin-left: 24px;
}
.wp-edit ul li {
  list-style: disc;
}

.p-soon {
  padding: 100px 0;
}
.p-soon p {
  font-size: 50px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-soon p {
    font-size: 32px;
    line-height: 1;
  }
}

@media screen and (max-width: 999.98px) {
  .p-job-table table {
    margin: auto;
  }
}
.p-job-table table tr {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 300px;
  grid-template-columns: 130px 300px;
}
@media screen and (max-width: 999.98px) {
  .p-job-table table tr {
    -ms-grid-columns: 100px 198px;
    grid-template-columns: 100px 198px;
  }
}
.p-job-table table tr:last-child {
  border-bottom: 1px solid #ddd;
}
.p-job-table table tr th {
  padding: 6px 12px;
}
.p-job-table table tr th.first {
  border-right: 1px solid #ddd;
  background: #BAD76D;
}
.p-job-table table tr td {
  padding: 6px 12px;
}

.burger {
  position: absolute;
  color: #050000;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: none;
  background: none;
}
@media screen and (max-width: 999.98px) {
  .burger {
    top: 0;
    right: 0;
    display: block;
    height: 60px;
    width: 93px;
  }
}
.burger:focus {
  outline: none;
  background: none;
}
.burger .burger__text {
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .burger .burger__text {
    margin-top: 34px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 300;
  }
}
@media screen and (max-width: 999.98px) {
  .burger.open {
    position: fixed;
  }
}
.burger .x,
.burger .y,
.burger .z {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 19px;
  margin: 0;
  height: 1px;
  width: 55px;
  background: #000;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media screen and (max-width: 999.98px) {
  .burger .x,
  .burger .y,
  .burger .z {
    width: 55px;
    height: 1px;
  }
}
.burger .x {
  top: 8px;
}
@media screen and (max-width: 999.98px) {
  .burger .x {
    top: 20px;
  }
}
.burger .y {
  top: 8px;
}
@media screen and (max-width: 999.98px) {
  .burger .y {
    top: 30px;
  }
}
.burger .z {
  top: 20px;
}
@media screen and (max-width: 999.98px) {
  .burger .z {
    top: 40px;
  }
}
.burger .collapse {
  top: 23px;
  left: 14px;
  -webkit-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
@media screen and (max-width: 999.98px) {
  .burger .collapse {
    top: 23px;
    left: 7px;
  }
}
.burger .rotate20 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.burger .rotate30 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.burger .rotate150 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.burger .rotate45 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .rotate135 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .rotate160 {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .navbar {
  height: 73px;
  background: #385e97;
}
.p-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 22px;
  /*
  li + li {
    position: relative;
    &:before{
      position: absolute;
      @include mixin.t-center();
      left: -19px;
      content: '／';
    }
  }

   */
}
@media screen and (max-width: 999.98px) {
  .p-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.4375vw;
  }
}
.p-nav ul li {
  position: relative;
}
.p-nav ul li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -19px;
  content: "／";
}
@media screen and (max-width: 999.98px) {
  .p-nav ul li:before {
    display: none;
  }
}
.p-nav ul li:last-child:before {
  display: none;
}
.p-nav ul li a {
  font-size: 14px;
  line-height: 2.0714285714;
  font-weight: 400;
  color: #050000;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-nav ul li a {
    font-size: 5.3333333333vw;
    line-height: 2.25;
  }
}

.p-sns-nav {
  padding: 0 10px;
}
@media screen and (max-width: 999.98px) {
  .p-sns-nav {
    position: fixed;
    top: 2.8125vw;
    right: 12.5vw;
    padding: 0 6.25vw;
  }
}
.p-sns-nav .p-sns-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37px 12px 37px;
  grid-template-columns: repeat(2, 37px);
  gap: 0 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999.98px) {
  .p-sns-nav .p-sns-nav__list {
    gap: 0 3.125vw;
    -ms-grid-columns: 8.4375vw 3.125vw 8.4375vw;
    grid-template-columns: repeat(2, 8.4375vw);
  }
}
.p-sns-nav .p-sns-nav__list a {
  display: block;
}
.p-sns-nav .p-sns-nav__list a img {
  display: block;
  width: 100%;
  height: auto;
}

.p-total-nav {
  margin-top: 40px;
}
.p-total-nav .p-total-nav__list .p-total-nav__item + .p-total-nav__item {
  margin-top: 22px;
}
.p-total-nav .p-total-nav__list .p-total-nav__item.light-type + .p-total-nav__item.light-type {
  margin-top: 10px;
}

.p-gNavSP {
  height: 100%;
}
.p-gNavSP .p-gNavSP__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__wrap {
    position: fixed;
    z-index: 1010;
    top: 0;
    right: -200%;
    margin: 0;
    background: #dee2e4;
    width: 100%;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 53.3333333333vw;
    padding-left: 19px;
    padding-right: 19px;
  }
}
.p-gNavSP .p-gNavSP__btn + .p-gNavSP__btn {
  margin-top: 10px;
}
.p-gNavSP .p-gNavSP__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-gNavSP .p-gNavSP__btn {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__btn {
    display: block;
  }
}
.p-gNavSP .burger {
  z-index: 1020;
}
.p-gNavSP .burger__text {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-gNavSP .menu ul {
  display: block;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .menu ul {
    display: block;
    margin-top: 12px;
  }
}
.p-gNavSP .p-gnav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 1450px) {
  .p-gNavSP .p-gnav {
    gap: 0 10px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-gNavSP .p-gnav .p-gnav__list {
  display: -ms-grid;
  display: grid;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list {
    display: block;
    width: 100%;
    height: auto;
  }
}
.p-gNavSP .p-gnav .p-gnav__list a.light-link {
  padding: 16px 0 0 0;
  letter-spacing: 0.039em;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-gNavSP .p-gnav .p-gnav__list a.light-link:hover {
  color: #009ed9;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers {
  position: relative;
  padding: 16px 0;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers:hover .hovers__head a.hovers__h-link, .p-gNavSP .p-gnav .p-gnav__list .hovers:hover .hovers__head .hovers__h-link {
  color: #009ed9;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers:hover .hovers__head a.hovers__h-link:before, .p-gNavSP .p-gnav .p-gnav__list .hovers:hover .hovers__head .hovers__h-link:before {
  opacity: 1;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  cursor: pointer;
  color: #000;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head a.hovers__h-link, .p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head .hovers__h-link {
  position: relative;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  cursor: pointer;
  color: #000;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head a.hovers__h-link:before, .p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__head .hovers__h-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  background: #db0d11;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__contents {
  position: absolute;
  top: 0;
  left: 172px;
  background: #edf2f4;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.45s ease, visibility 0.45s, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s, -webkit-transform 0.45s ease;
  border-radius: 12px; /* 角丸 */
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__contents .hovers__list li + li {
  margin-top: 8px;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__contents .hovers__list li a {
  padding: 0;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers .hovers__contents .hovers__list li a:hover {
  color: #009ed9;
}
.p-gNavSP .p-gnav .p-gnav__list .hovers:hover .hovers__contents {
  opacity: 1;
  visibility: visible;
}
.p-gNavSP .p-gnav .p-gnav__list li {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list li {
    width: 50%;
    height: auto;
  }
  .p-gNavSP .p-gnav .p-gnav__list li:first-child {
    width: 100%;
  }
}
.p-gNavSP .p-gnav .p-gnav__list li:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #A88577;
  opacity: 0;
}
@media screen and (max-width: 1450px) {
  .p-gNavSP .p-gnav .p-gnav__list li:before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list li:before {
    display: none;
  }
}
.p-gNavSP .p-gnav .p-gnav__list li a {
  color: #050000;
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: bold;
}
.p-gNavSP .p-gnav .p-gnav__list li a:hover {
  opacity: 1;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__tel {
    margin-top: 100px;
    padding: 0 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-gNavSP .p-gnav__bottom {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__bottom {
    display: block;
    margin-top: 12.8vw;
    padding: 0 4.6875vw;
  }
}
.p-gNavSP .p-gNavSP__list a, .p-gNavSP .menu a {
  white-space: nowrap;
}
.p-gNavSP .p-gNavSP__item + .p-gNavSP__item,
.p-gNavSP .menu-item + .menu-item {
  position: relative;
}
.p-gNavSP .p-gnav__pc {
  display: block;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__pc {
    display: none;
  }
}
.p-gNavSP .p-gnav__sp {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__sp {
    display: block;
  }
}
.p-gNavSP .menu-item a {
  position: relative;
  display: block;
  width: 100%;
  color: #050000;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1200.98px) and (max-width: 999.98px) {
  .p-gNavSP .menu-item a {
    white-space: nowrap;
    width: 100%;
    height: auto;
    padding: 10px 30px;
    color: #fff;
  }
}
.p-gNavSP.open {
  width: 100vw;
  height: 100vh;
}
.p-gNavSP.open .p-gNavSP__on {
  display: none;
}
.p-gNavSP.open .p-gNavSP__off {
  display: block;
}
.p-gNavSP.open .p-gNavSP__langList {
  display: none;
}
.p-gNavSP.open .p-gNavSP__wrap {
  display: block;
  visibility: visible;
  opacity: 1;
  right: 0;
}
.p-gNavSP.open .p-gNavSP__link-sp {
  z-index: 900;
}
.page-aboutus .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item:nth-child(1) .hovers .hovers__head .hovers__h-link:before {
  opacity: 1;
}
.page-course .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item:nth-child(2) .hovers .hovers__head .hovers__h-link:before {
  opacity: 1;
}
.page-voice01 .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item:nth-child(3) .hovers .hovers__head .hovers__h-link:before, .graduate .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item:nth-child(3) .hovers .hovers__head .hovers__h-link:before {
  opacity: 1;
}
.page-voice02 .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item:nth-child(4) .hovers .hovers__head .hovers__h-link:before, .student .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item:nth-child(4) .hovers .hovers__head .hovers__h-link:before {
  opacity: 1;
}
.nav-child-box.open .nav-child-box__btn button span:before {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
}
.nav-child-box .nav-child-box__btn button, .nav-child-box .nav-child-box__btn .nav-child-box__btn-style a {
  display: block;
  width: 100%;
  height: auto;
  padding: 17px 0;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  background: none;
  color: #050000;
  cursor: pointer;
  font-weight: 400;
}
.nav-child-box .nav-child-box__btn button span, .nav-child-box .nav-child-box__btn .nav-child-box__btn-style a span {
  position: relative;
  padding-right: 32px;
}
.nav-child-box .nav-child-box__btn button span:before, .nav-child-box .nav-child-box__btn .nav-child-box__btn-style a span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  background-image: url(../../_assets/img/common/toggle-arrow.png);
}
.nav-child-box .nav-child-box__btn button:focus, .nav-child-box .nav-child-box__btn .nav-child-box__btn-style a:focus {
  background: none;
}
.nav-child-box .nav-child-box__contents .nav-child-box__list {
  margin-top: 10px;
  border-left: 1px dashed #050000;
}
.nav-child-box .nav-child-box__contents .nav-child-box__list li:first-child a {
  padding-top: 0;
}
.nav-child-box .nav-child-box__contents .nav-child-box__list li:last-child a {
  padding-bottom: 0;
}
.nav-child-box .nav-child-box__contents .nav-child-box__list li a {
  display: block;
  color: #050000;
  padding: 8px 0 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}

.p-burger-block {
  padding: 0 7.6923076923vw;
}
.p-burger-block a.p-burger-block__link {
  display: block;
  width: 100%;
  height: auto;
  padding: 17px 0;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  background: none;
  color: #050000;
  cursor: pointer;
  font-weight: 400;
}
.p-burger-block .p-burger-block__contents {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 0;
}
@media screen and (max-width: 999.98px) {
  .p-burger-block .p-burger-block__contents {
    margin-top: 0;
  }
}

.p-small-nav {
  margin: 40px auto 0;
  width: 330px;
}
.p-small-nav .p-small-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
}
.p-small-nav .p-small-nav__list li a {
  color: #050000;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
  font-weight: 300;
}

.page-home .p-gNavSP .p-gnav .p-gnav__list > li:first-child:before {
  opacity: 1;
}

.page-about .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(2):before, .parent-pageid-31 .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(2):before {
  opacity: 1;
}

.page-obstetrics .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(3):before, .parent-pageid-39 .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(3):before {
  opacity: 1;
}

.page-gynecology .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(4):before, .parent-pageid-59 .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(4):before {
  opacity: 1;
}

.page-childbirth .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(5):before {
  opacity: 1;
}

.page-admission .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(6):before, .parent-pageid-49 .p-gNavSP .p-gnav .p-gnav__list > li:nth-child(6):before {
  opacity: 1;
}

.c-icon-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .c-icon-box {
    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;
    padding-top: 0;
    font-size: 8.5333333333vw;
    line-height: 1;
  }
}
.c-icon-box:before {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 36px;
  height: 27.9px;
}
@media screen and (max-width: 999.98px) {
  .c-icon-box:before {
    display: none;
  }
}
.c-icon-box.-home:before {
  width: 34px;
  background-image: url(../../_assets/img/common/img_nav01_home_off@2x.png);
}
.c-icon-box.-features:before {
  background-image: url(../../_assets/img/common/img_nav01_off@2x.png);
}
.c-icon-box.-service:before {
  background-image: url(../../_assets/img/common/img_nav02_off@2x.png);
}
.c-icon-box.-buy:before {
  background-image: url(../../_assets/img/common/img_nav03_off@2x.png);
}
.c-icon-box.-news:before {
  background-image: url(../../_assets/img/common/img_nav04_off@2x.png);
}
.c-icon-box.-about:before {
  background-image: url(../../_assets/img/common/img_nav05_off@2x.png);
}
.c-icon-box:hover {
  color: #67B54B;
  opacity: 1;
}
.c-icon-box:hover.-home:before {
  background-image: url(../../_assets/img/common/img_nav01_home_on@2x.png);
}
.c-icon-box:hover.-features:before {
  background-image: url(../../_assets/img/common/img_nav01_on@2x.png);
}
.c-icon-box:hover.-service:before {
  background-image: url(../../_assets/img/common/img_nav02_on@2x.png);
}
.c-icon-box:hover.-buy:before {
  background-image: url(../../_assets/img/common/img_nav03_on@2x.png);
}
.c-icon-box:hover.-news:before {
  background-image: url(../../_assets/img/common/img_nav04_on@2x.png);
}
.c-icon-box:hover.-about:before {
  background-image: url(../../_assets/img/common/img_nav05_on@2x.png);
}

a.c-icon-contact {
  position: relative;
  display: block;
  padding-top: 34px;
  height: 100%;
  background: #67B54B;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}
a.c-icon-contact:before {
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../../_assets/img/common/icon_fly_white.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-icon-box01 .p-icon-box01__head .p-icon-box01__icon {
  margin: auto;
  min-height: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__head .p-icon-box01__icon {
    min-height: 10.9375vw;
  }
}
.p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-tel {
  width: 25.6px;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-tel {
    width: 9.0666666667vw;
  }
}
.p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-fly {
  width: 30.7px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-fly {
    width: 10.9013333333vw;
  }
}
.p-icon-box01 .p-icon-box01__text {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #444950;
}
.p-icon-box01 .p-icon-box01__text a {
  color: #444950;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__text {
    font-size: 7.4666666667vw;
    line-height: 1;
  }
}
.p-icon-box01 .p-icon-box01__text.-large {
  font-size: 38px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__text.-large {
    font-size: 13.0666666667vw;
    line-height: 1;
  }
}
.p-icon-box01 .p-icon-box01__meta {
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__meta {
    margin-top: 2.1333333333vw;
    font-size: 5.0666666667vw;
    line-height: 1.7368421053;
  }
}
.p-icon-box01 .p-icon-box01__link {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__link {
    margin-top: 6.9333333333vw;
  }
}

.p-line-box .p-line-box__title {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #67B54B;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Sawarabi Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-line-box .p-line-box__title {
    font-size: 7.7333333333vw;
    line-height: 1;
  }
}
.p-line-box .p-line-box__contents {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-line-box .p-line-box__contents {
    margin-top: 7.4666666667vw;
  }
}

.p-recruit-box dl + dl {
  margin-top: 30px;
}
.p-recruit-box dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 20px auto;
  grid-template-columns: 160px auto;
  gap: 0 20px;
}
.p-recruit-box dl dt {
  padding: 16px 10px;
  border-top: 1px solid #67B54B;
}
.p-recruit-box dl dd {
  padding: 16px 10px;
  border-top: 1px solid #ddd;
}

.p-insta-plate {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 88px 22px 122px;
  grid-template-columns: 88px 122px;
  gap: 0 22px;
}
@media screen and (max-width: 999.98px) {
  .p-insta-plate {
    gap: 0 4.6875vw;
    -ms-grid-columns: 18.28125vw 4.6875vw 25vw;
    grid-template-columns: 18.28125vw 25vw;
  }
}
.p-insta-plate .p-insta-plate__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-insta-plate .p-insta-plate__text p {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: bold;
  color: #444950;
}
@media screen and (max-width: 999.98px) {
  .p-insta-plate .p-insta-plate__text p {
    font-size: 7.4666666667vw;
    line-height: 1.4642857143;
  }
}

.circles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(103, 181, 75, 0.4);
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}
.p-grid .p-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-grid .p-grid__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px;
  }
}

.p-place-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-place-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px;
  }
}
.p-place-grid figure figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

.p-place-grid + p {
  margin-top: 12px;
}

.p-bnr-grid .p-bnr-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-bnr-grid .p-bnr-grid__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-bnr-grid .p-bnr-grid__list img {
  display: block;
  width: 100%;
  height: auto;
}

.bg-green {
  background: #dee2e4;
}

.bg-sea01 {
  background-image: url(../../_assets/img/index/bg_sea01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-sea02 {
  background-image: url(../../_assets/img/index/bg_sea02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-l-side {
  position: absolute;
  top: -13px;
  left: 0;
  width: 186px;
  height: 26px;
  content: "";
}
.c-l-side.-accent {
  background: #EC6A26;
}
@media screen and (max-width: 999.98px) {
  .c-l-side {
    top: -6px;
    width: 35%;
    height: 12px;
    z-index: 10;
  }
}

.c-r-side {
  position: absolute;
  top: -13px;
  right: 0;
  width: 186px;
  height: 26px;
  content: "";
  background: #67B54B;
  z-index: 10;
}
@media screen and (max-width: 999.98px) {
  .c-r-side {
    top: -6px;
    width: 35%;
    height: 12px;
  }
}
.c-r-side.-accent {
  background: #EC6A26;
}

.c-ob01.-primary, .c-ob02.-primary, .c-ob03.-primary {
  background: #67B54B;
}
.c-ob01.-secondary, .c-ob02.-secondary, .c-ob03.-secondary {
  background: #BAD76D;
}
.c-ob01.-accent, .c-ob02.-accent, .c-ob03.-accent {
  background: #EC6A26;
}

.c-ob01 {
  width: 60px;
  height: 64px;
}
@media screen and (max-width: 999.98px) {
  .c-ob01 {
    width: 36px;
    height: 38.4px;
  }
}

.c-ob02 {
  width: 46px;
  height: 50px;
}
@media screen and (max-width: 999.98px) {
  .c-ob02 {
    width: 27.6px;
    height: 30px;
  }
}

.c-ob03 {
  width: 22px;
  height: 24px;
}
@media screen and (max-width: 999.98px) {
  .c-ob03 {
    width: 13.2px;
    height: 14.4px;
  }
}

.c-heading01 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .c-heading01 {
    font-size: 30px;
    line-height: 1.5;
  }
}

.c-heading02 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .c-heading02 {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}

.c-heading03 {
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 300;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 999.98px) {
  .c-heading03 {
    font-size: 24px;
    line-height: 1.75;
  }
}

.c-heading04 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .c-heading04 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-base-heading02 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .c-base-heading02 {
    font-size: 30px;
    line-height: 1.5;
  }
}

.c-bold {
  font-weight: 400;
}

.line-parent {
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  -webkit-font-kerning: none;
          font-kerning: none;
  line-height: 1;
}

.c-text01 {
  font-size: 18px;
  line-height: 2.3333333333;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-text01 {
    font-size: 16px;
    line-height: 2.375;
  }
}

.p-heads {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  gap: 0;
}
.p-heads.-l-side {
  padding-left: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-heads.-l-side {
    padding-left: 0;
  }
}

.p-heads02 {
  display: -ms-grid;
  display: grid;
  gap: 0;
}

.c-heading-en01 {
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 500;
  color: #009ed9;
}
@media screen and (max-width: 999.98px) {
  .c-heading-en01 {
    font-size: 60px;
    line-height: 1.25;
  }
}

.c-heading-ja01 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-heading-ja01 {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.c-heading-en02 {
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  line-height: 1.3125;
  letter-spacing: 0;
  font-weight: 500;
  color: #009ed9;
}
@media screen and (max-width: 999.98px) {
  .c-heading-en02 {
    font-size: 44px;
    line-height: 1.1818181818;
  }
}

.c-heading-ja02 {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-heading-ja02 {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}

.c-base-heading01 {
  font-size: 44px;
  line-height: 1.3636363636;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999.98px) {
  .c-base-heading01 {
    font-size: 26px;
    line-height: 1.7307692308;
  }
}

.c-block-title01 {
  display: inline-block;
  padding: 4px 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-block-title01 {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
}

.c-vertical-text01 {
  padding: 38px 10px;
  color: #009ed9;
  border: 1px solid #009ed9;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 999.98px) {
  .c-vertical-text01 {
    padding: 10px 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial; /* デフォルトに戻す */
  }
}

.c-text-letter {
  width: 188.8505px;
}
.c-text-letter img {
  display: block;
  width: 100%;
  height: auto;
}

a.c-simple-link001, .c-simple-link001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  a.c-simple-link001, .c-simple-link001 {
    font-size: 12px;
    line-height: 1;
    height: 24px;
  }
}
a.c-simple-link001 span, .c-simple-link001 span {
  position: relative;
  padding-right: 34px;
}
@media screen and (max-width: 999.98px) {
  a.c-simple-link001 span, .c-simple-link001 span {
    padding-right: 30px;
  }
}
a.c-simple-link001 span:before, .c-simple-link001 span:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/link_arrow01.svg);
}
@media screen and (max-width: 999.98px) {
  a.c-simple-link001 span:before, .c-simple-link001 span:before {
    width: 24px;
    height: 24px;
  }
}
a.c-simple-link001.-current, .c-simple-link001.-current {
  position: relative;
  opacity: 0.4;
}
a.c-simple-link001:hover, .c-simple-link001:hover {
  color: #009ed9;
}

a.c-link01 {
  position: relative;
  display: block;
  padding: 17px 0 17px 38px;
  background: #fff;
  border-radius: 60px;
  border: 3px solid #c6c8ca;
  font-size: 18px;
  line-height: 1.1111111111;
  color: #000;
  letter-spacing: 0;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 999.98px) {
  a.c-link01 {
    padding: 14px 0 14px 34px;
    font-size: 16px;
    line-height: 1.2;
  }
}
a.c-link01:before {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/link_arrow01.svg);
}
@media screen and (max-width: 999.98px) {
  a.c-link01:before {
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
a.c-link01.-base {
  max-width: 250px;
  width: 100%;
  font-size: 15px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 999.98px) {
  a.c-link01.-base {
    max-width: 260px;
    font-size: 16px;
    line-height: 1.25;
  }
}
a.c-link01.-center {
  text-align: center;
  padding: 17px 10px;
}
@media screen and (max-width: 999.98px) {
  a.c-link01.-center {
    padding: 17px 10px 17px 34px;
    text-align: left;
  }
}
a.c-link01:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

button.c-link01-btn {
  display: block;
  background: none;
  max-width: 300px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
button.c-link01-btn .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 17px 0 17px 30px;
  background: #fff;
  border-radius: 60px;
  border: 3px solid #c6c8ca;
  font-size: 17px;
  line-height: 1.1764705882;
  color: #000;
  letter-spacing: 0;
}
button.c-link01-btn .inner .mark {
  position: absolute;
  display: block;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #006cff;
  border-radius: 28px;
}
button.c-link01-btn .inner .mark .mark-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
button.c-link01-btn .inner .mark .mark-inner:before, button.c-link01-btn .inner .mark .mark-inner:after {
  content: "";
  position: absolute;
  background-color: #fff; /* 白色 */
  width: 7px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
button.c-link01-btn .inner .mark .mark-inner:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
button.c-link01-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.open button.c-link01-btn .inner .mark .mark-inner:before, .open button.c-link01-btn .inner .mark .mark-inner:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.open button.c-link01-btn .inner {
  text-align: center;
  padding: 17px 10px;
}

.c-tel-link00, a.c-tel-link00 {
  position: relative;
  padding-left: 24px;
  font-family: "Roboto", sans-serif;
  color: #009ed9;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.c-tel-link00:hover, a.c-tel-link00:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.c-tel-link00:before, a.c-tel-link00:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17.045px;
  height: 7.8495px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon-tel.svg);
}

.c-tel-link01, a.c-tel-link01 {
  display: block;
  color: #009ed9;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.c-tel-link01:hover, a.c-tel-link01:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (max-width: 999.98px) {
  .c-tel-link01, a.c-tel-link01 {
    font-size: 28px;
    line-height: 1;
  }
}
.c-tel-link01 span, a.c-tel-link01 span {
  position: relative;
  padding-left: 36px;
}
@media screen and (max-width: 999.98px) {
  .c-tel-link01 span, a.c-tel-link01 span {
    padding-left: 28px;
  }
}
.c-tel-link01 span:before, a.c-tel-link01 span:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28.718px;
  height: 13.225px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon-tel.svg);
}
@media screen and (max-width: 999.98px) {
  .c-tel-link01 span:before, a.c-tel-link01 span:before {
    width: 21.8501px;
    height: 10.0623px;
  }
}

a.c-icon-link01 {
  display: -ms-grid;
  display: grid;
  padding: 6px;
  -ms-grid-columns: 40px 10px auto;
  grid-template-columns: 40px auto;
  border: 3px solid #fff;
  border-radius: 60px;
  gap: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 999.98px) {
  a.c-icon-link01 {
    padding: 3px;
    border: 2px solid #fff;
    font-size: 12px;
    line-height: 1;
    -ms-grid-columns: 28px 8px auto;
    grid-template-columns: 28px auto;
    gap: 0 8px;
  }
}
a.c-icon-link01.-access {
  background: #ff7f32;
}
a.c-icon-link01.-access:hover {
  background-color: #ff9454;
}
a.c-icon-link01.-blog {
  background: #006cff;
}
a.c-icon-link01.-blog:hover {
  background-color: #3d8fff;
}
a.c-icon-link01.-info {
  background: #00c600;
}
a.c-icon-link01.-info:hover {
  background-color: #00de00;
}
a.c-icon-link01.-documents {
  background: #ff0000;
}
a.c-icon-link01.-documents:hover {
  background-color: #ff5757;
}

a.c-icon-link02 {
  display: -ms-grid;
  display: grid;
  padding: 17px 0 17px 84px;
  -ms-grid-columns: 40px 10px auto;
  grid-template-columns: 40px auto;
  border-radius: 80px;
  gap: 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 999.98px) {
  a.c-icon-link02 {
    padding: 12px 0 12px 40px;
  }
}
a.c-icon-link02.-access {
  background: #ff7f32;
}
a.c-icon-link02.-access:hover {
  background-color: #ff9454;
}
a.c-icon-link02.-blog {
  background: #006cff;
}
a.c-icon-link02.-blog:hover {
  background-color: #3d8fff;
}
a.c-icon-link02.-info {
  background: #00c600;
}
a.c-icon-link02.-info:hover {
  background-color: #00de00;
}
a.c-icon-link02.-documents {
  background: #ff0000;
}
a.c-icon-link02.-documents:hover {
  background-color: #ff5757;
}

.an-action {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.an-action:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 128px solid #481D1D;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.an-action:hover {
  opacity: 1;
  background: none;
}
.an-action:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

a.an-action02 {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 10;
}
a.an-action02:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 128px solid #67B54B;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
a.an-action02:hover {
  opacity: 1;
  background: none;
}
a.an-action02:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

a.c-fixed-btn {
  display: block;
  padding: 20px 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  color: #fff;
}
a.c-fixed-btn.-primary {
  border-radius: 0 0 0 5px;
  background: #67B54B;
}
a.c-fixed-btn.-accent {
  border-radius: 5px 0 0 0;
  background: #EC6A26;
}

a.c-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 60px;
  border-radius: 45px;
  background: #EC6A26;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-family: "DIN Alternate", sans-serif;
}
a.c-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  content: "";
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon-arrow.svg);
  width: 26px;
  height: 26px;
}

a[href$=".xls"]:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/icon_xls.svg);
  display: inline-block;
  width: 18.562px;
  height: 22.206px;
  vertical-align: middle;
  background-size: 18.562px 22.206px;
  margin-left: 10px;
}
@media screen and (max-width: 999.98px) {
  a[href$=".xls"]:after {
    width: 15.7777px;
    height: 18.8751px;
    background-size: 15.7777px 18.8751px;
  }
}

.c-eyes {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-eyes {
    font-size: 6.4vw;
    line-height: 1;
  }
}
.c-eyes span {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 999.98px) {
  .c-eyes span {
    padding-left: 6.875vw;
  }
}
.c-eyes span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(../../_assets/img/common/icon_eyes01.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15.17px;
  height: 15.18px;
}
@media screen and (max-width: 999.98px) {
  .c-eyes span:before {
    width: 6.9573333333vw;
    height: 6.96vw;
  }
}

/*** basic styles ***/
.mw_wp_form_confirm .dd-check {
  padding-left: 0;
}

.dd-check {
  position: relative;
  padding-left: 36px;
  /* to hide the checkbox itself */
  /* checked icon */
}
.dd-check input[type=checkbox] {
  display: none;
}
.dd-check input[type=checkbox] + label:before, .dd-check input[type=checkbox] + .mwform-checkbox-field-text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
}
.dd-check input[type=checkbox] + label:after, .dd-check input[type=checkbox] + .mwform-checkbox-field-text:after {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  display: inline-block;
  z-index: 2;
  content: "\f00c";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.dd-check input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.dd-check label {
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  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;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  z-index: 5000;
  background: #fff;
}
.c-loading .c-loading__logo {
  width: 260px;
}
@media screen and (max-width: 999.98px) {
  .c-loading .c-loading__logo {
    width: 182px;
  }
}
.c-loading .c-loading__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.c-loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: 0;
  border-right: 500px solid transparent;
  border-bottom: 100vh solid #F4F4F2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: -4999;
}
@media screen and (max-width: 999.98px) {
  .c-loading:before {
    right: -160vw;
  }
}
.c-loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: 0;
  border-right: 500px solid transparent;
  border-bottom: 100vh solid rgba(244, 244, 242, 0.3);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: 5003;
}
.c-loading.is-play:before, .c-loading.is-play:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-loading.is-play02:after {
  opacity: 0;
}

.c-need {
  padding: 3px 6px;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  background: #EC6A26;
  color: #fff;
}

.c-course-mark01 {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 160px;
  background: #fff;
  width: 160px;
  height: 160px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .c-course-mark01 {
    padding: 4px 18px;
    display: -ms-inline-grid;
    display: inline-grid;
    width: auto;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 1;
  }
}

.c-category, a.c-category {
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  padding: 3px 26px;
  font-size: 20px;
  line-height: 1.2;
  background: #fff;
  height: 50px;
  border-radius: 50px;
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.c-category input[type=radio], a.c-category input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none; /* クリックはlabelに任せる */
}
.c-category.-current, a.c-category.-current {
  background: #009ed9;
  color: #fff;
  pointer-events: none;
}
.c-category:hover, a.c-category:hover {
  background: #009ed9;
  color: #fff;
}

label.c-radio01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 13px;
  line-height: 1.2307692308;
  font-weight: bold;
  letter-spacing: 0.04em;
}
label.c-radio01 input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
label.c-radio01 .radio-mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #b4b2b2;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
label.c-radio01 input[type=radio]:checked + .radio-mark::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #009ed9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

a.c-tag01, .c-tag01 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #009ed9;
}

a.c-tag02, .c-tag02 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #009ed9;
}

.c-date {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0;
  color: #050000;
}

.ss {
  display: block;
}

.logo-wrap {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.logo-wrap:hover {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

.c-logo {
  width: 112px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .c-logo {
    width: 200px;
  }
}
.c-logo a {
  display: block;
}
.c-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.c-logo02 {
  width: 154px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .c-logo02 {
    width: 200px;
  }
}
.c-logo02 a {
  display: block;
}
.c-logo02 img {
  display: block;
  width: 100%;
  height: auto;
}

.c-logo-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #050000;
  white-space: nowrap;
}
@media screen and (max-width: 1450px) {
  .c-logo-text {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1200px) {
  .c-logo-text {
    display: none;
  }
}
@media screen and (max-width: 999.98px) {
  .c-logo-text {
    display: block;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 999.98px) {
  .c-block-sp span {
    display: block;
  }
}

.dk {
  display: block;
}