@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
 */
:root {
  --color-black:#000;
  --color-black02:#262626;
  --color-black03:#262626;
  --color-black04:#999;
  --color-gray01:#CCC4C4;
  --color-gray02:#bbb;
  --color-brown01:#6D3C17;
  --color-orange01:#F45F37;
  --color-orange02:#FC8545;
  --color-orange03:#F5F1ED;
  --color-orange04: rgba(248,247,246,0.8);
  --color-blue01: #0D3C95;
  --color-green01: #86AF34;
  --color-white:#fff;
  --color-yellow:#FFC400;
  --font-size-base: 16px;
  --spacing: 1.5rem;
  --base-font:"Zen Maru Gothic", sans-serif;
  --text-font:"Yu Gothic Pr6N", "游ゴシック体 Pr6N",
  "Yu Gothic", "游ゴシック体",
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
  "メイリオ", Meiryo,
  "Noto Sans JP",
  Arial, Helvetica, sans-serif;
  --base-width01: 1440px;
  --small-pc-width:1400px;
}

:root {
  --sub-visual_bg:var(--color-orange02);
  --base-text-color:var(--color-black02);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--text-font);
  font-size: 16px;
  line-height: 1.875;
  color: var(--base-text-color);
  letter-spacing: 0;
  font-weight: 400;
  min-height: 100vh;
}
@media screen and (max-width: 999.98px) {
  body {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

h2, h3, h4, h5, h6 {
  letter-spacing: 0;
}

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: var(--base-font);
}
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: -120px;
  padding-top: 120px;
}

/*
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: 50vw;
  }
}
@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;
}

.opecity-0 {
  display: none;
  opacity: 1;
}
@media screen and (max-width: 999.98px) {
  .opecity-0 {
    display: block;
    opacity: 0;
  }
}

@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: calc((-62/375)*100vw);
    top: auto;
    left: calc((110/375)*100vw);
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.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: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.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: calc((-62/375)*100vw);
    top: auto;
    right: calc((110/375)*100vw);
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.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: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}

.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: 3.0208333333vw;
}
.p-slow-sliders .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-slow-sliders .swiper-slide {
    width: calc((180/375)*100vw) !important;
  }
}

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

.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: calc((340/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num02 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num03 {
  width: calc((340/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num04 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num05 {
  width: calc((340/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num06 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num07 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num08 {
  width: calc((320/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide img {
  border-radius: calc((12/1200)*100vw);
}

.p-slow-sliders-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-slow-sliders-right .swiper-slide.num01 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num02 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num03 {
  width: calc((310/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num04 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num05 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num06 {
  width: calc((220/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num07 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num08 {
  width: calc((220/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide img {
  border-radius: calc((12/1200)*100vw);
}

.js-mask-item {
  position: relative;
  overflow: hidden;
}

.js-mask-item .mask {
  position: absolute;
  inset: 0;
  background: var(--color-orange03);
  /* マスク色 */
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  will-change: transform;
}

.js-mask-image-type01, .js-mask-image-type02, .js-mask-image-type03, .js-mask-image-type04 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.js-mask-image-type01::before,
.js-mask-image-type02::before,
.js-mask-image-type03::before,
.js-mask-image-type04::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-orange03);
  /* マスク色 */
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.js-mask-image-type01.is_animationed::before,
.js-mask-image-type02.is_animationed::before,
.js-mask-image-type03.is_animationed::before,
.js-mask-image-type04.is_animationed::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.js-mask-image {
  position: relative;
}
.js-mask-image.-type01:before {
  background-color: var(--color-orange03);
}
.js-mask-image img {
  opacity: 0;
}
.js-mask-image.is_animation:before {
  width: 100%;
}
.js-mask-image.is_animationed:before {
  width: 0;
  left: 0;
  right: auto;
}
.js-mask-image.is_animationed img {
  opacity: 1;
}
.js-mask-image:before {
  background-color: #fff;
  position: absolute;
  content: "";
  right: 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;
}

.js-mask-image02 {
  position: relative;
}
.js-mask-image02.-type01:before {
  background-color: var(--color-orange03);
}
.js-mask-image02 img {
  opacity: 0;
}
.js-mask-image02.is_animation:before {
  width: 100%;
}
.js-mask-image02.is_animationed:before {
  width: 0;
  left: 0;
  right: auto;
}
.js-mask-image02.is_animationed img {
  opacity: 1;
}
.js-mask-image02:before {
  background-color: var(--color-orange03);
  position: absolute;
  content: "";
  right: 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: calc(900px + 40px);
  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 calc((30/640)*100vw);
  }
}
@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: var(--base-width01);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .l-wrapper {
    width: 100%;
    max-width: none;
    padding: 0 calc((40/750)*100vw);
  }
}
@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: calc(900px + 40px);
  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: calc(660px + 40px);
  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 {
  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: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 84px);
  height: 122px;
  z-index: 4000;
  background: #fff;
  border-radius: 0 0 42px 42px;
  padding-inline: 110px;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 1449.98px) {
  .p-header {
    padding-inline: 77px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-header {
    padding: 10px 20px;
    width: 100%;
    height: 63.5px;
    border-radius: 0;
  }
}
.p-header.is-scrolled {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.p-header.is-hidden {
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
}
.p-header .p-header__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
}
@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: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__head {
    margin-top: 0;
    position: relative;
    z-index: 2000;
  }
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__down {
    display: none;
  }
}
.p-header .p-header__nav {
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__nav {
    margin-top: 0;
  }
}
.top-target .p-header {
  background: none;
}

.p-head-letter {
  margin-top: 63px;
}
.p-head-letter.-footer {
  margin-top: 54px;
}
.p-head-letter .p-head-letter__text {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
}

.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-sp-head {
  border-bottom: 1px solid #ddd;
}
.p-sp-head .p-sp-head__inner {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sp-head .p-sp-head__logo {
  width: 165px;
}
.p-sp-head .p-sp-head__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-footer {
  padding-block: 74px;
}
@media screen and (max-width: 999.98px) {
  .p-footer {
    padding-top: 13.3333333333vw;
    padding-bottom: 9.3333333333vw;
  }
}
.p-footer .p-footer__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows:auto calc((94/750)*100vw) auto;
        grid-template-areas: "sub" "main";
    gap: calc((94/750)*100vw) 0;
  }
}
.p-footer .p-footer__contents .p-footer__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 36px auto;
  grid-template-columns: 190px auto;
  gap: 0 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1449.98px) {
  .p-footer .p-footer__contents .p-footer__main {
    -ms-grid-columns: 120px auto;
    grid-template-columns: 120px auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__main {
    grid-area: main;
    border-top: 1px solid var(--color-gray01);
    padding-top: 8.8vw;
    -ms-grid-columns: calc((156.89/750)*100vw) auto;
    grid-template-columns: calc((156.89/750)*100vw) auto;
  }
}
.p-footer .p-footer__contents .p-footer__main .p-footer__light-title {
  font-size: 22px;
  line-height: 1.7727272727;
  font-weight: 500;
}
@media screen and (max-width: 1449.98px) {
  .p-footer .p-footer__contents .p-footer__main .p-footer__light-title {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__main .p-footer__light-title {
    font-size: 2.6666666667vw;
    line-height: 1;
  }
}
.p-footer .p-footer__contents .p-footer__main .p-footer__address {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1449.98px) {
  .p-footer .p-footer__contents .p-footer__main .p-footer__address {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__main .p-footer__address {
    font-size: 2.6666666667vw;
    line-height: 1.7;
  }
}
.p-footer .p-footer__contents .p-footer__main .p-footer__copy {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__main .p-footer__copy {
    margin-top: 2.1333333333vw;
  }
}
.p-footer .p-footer__contents .p-footer__main .p-footer__copy small {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-footer .p-footer__contents .p-footer__main .p-footer__copy small {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__main .p-footer__copy small {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.7;
  }
}
.p-footer .p-footer__contents .p-footer__nav {
  -webkit-padding-start: 26px;
          padding-inline-start: 26px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__nav {
    grid-area: sub;
  }
}
.p-footer .p-footer__contents .p-footer__nav .p-footer-list-sp {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__nav .p-footer-list-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    /* 2列 */
    gap: calc((30/750)*100vw) 0;
  }
  .p-footer .p-footer__contents .p-footer__nav .p-footer-list-sp li:first-child {
    grid-column: 1/-1;
  }
}
.p-footer .p-footer__contents .p-footer__nav .p-footer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 228px 228px 212px;
  grid-template-columns: 228px 228px 212px;
}
@media screen and (max-width: 1449.98px) {
  .p-footer .p-footer__contents .p-footer__nav .p-footer-list {
    -ms-grid-columns: 159.6px 159.6px 148.4px;
    grid-template-columns: 159.6px 159.6px 148.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__nav .p-footer-list {
    display: none;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    /* 2列 */
    gap: calc((20/750)*100vw) 0;
  }
  .p-footer .p-footer__contents .p-footer__nav .p-footer-list li:first-child {
    grid-column: 1/-1;
  }
}

.p-custom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 34px;
}
.p-custom-links .p-custom-links__head a {
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
}

.p-sns-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 34px 18px 34px 18px 34px;
  grid-template-columns: repeat(3, 34px);
  gap: 0 18px;
}
.p-sns-list img {
  display: block;
  width: 100%;
  height: auto;
}

.p-bottom-list li + li {
  margin-top: 8px;
}
.p-bottom-list li a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: normal;
  letter-spacing: 0;
}

.p-main-visual {
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual {
    margin-top: 63.5px;
    height: 138.6666666667vw;
  }
}
.p-main-visual .p-main-visual__copy {
  position: absolute;
  top: 198px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 748.8px;
  opacity: 0;
  z-index: 200;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__copy {
    top: calc((108/750)*100vw);
    width: 76.116vw;
  }
}
.p-main-visual .p-main-visual__copy img {
  display: block;
  width: 100%;
  height: auto;
}
.p-main-visual .p-main-visual__bg {
  opacity: 0;
}
.p-main-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-about .l-wrapper {
  -webkit-padding-before: 194px;
          padding-block-start: 194px;
}
@media screen and (min-width: 1920px) {
  .index-about .l-wrapper {
    padding-top: 10.1041666667vw;
  }
}
@media screen and (max-width: 999.98px) {
  .index-about .l-wrapper {
    padding-top: 24.5333333333vw;
  }
}
.index-about .l-wrapper .index-about__bg {
  position: absolute;
  top: -16px;
  left: -510px;
  pointer-events: auto;
  width: 2310.9px;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .index-about .l-wrapper .index-about__bg {
    width: 120.359375vw;
  }
}
@media screen and (max-width: 999.98px) {
  .index-about .l-wrapper .index-about__bg {
    top: -8px;
    left: 0;
    width: 100vw;
  }
}
.index-about .index-about__contents {
  position: relative;
  gap: 0 128px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 128px 588px;
  grid-template-columns: auto 588px;
      grid-template-areas: "sub main";
}
@media screen and (max-width: 1449.98px) {
  .index-about .index-about__contents {
    -ms-grid-columns: auto 89.6px 411.6px;
    grid-template-columns: auto 411.6px;
    gap: 0 89.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-about .index-about__contents {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows:auto 0 auto;
        grid-template-areas: "main" "sub";
    gap: 0;
  }
  .index-about .index-about__contents > .p-footer__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .index-about .index-about__contents > .p-footer__nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.index-about .index-about__contents .index-about__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  position: relative;
  grid-area: sub;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.index-about .index-about__contents .index-about__sub .index-about__image {
  position: absolute;
  top: -90px;
  right: 0;
  width: 768.98px;
}
@media screen and (max-width: 1449.98px) {
  .index-about .index-about__contents .index-about__sub .index-about__image {
    width: 538.286px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-about .index-about__contents .index-about__sub .index-about__image {
    position: static;
    width: 63.2133333333vw;
    margin-left: auto;
  }
}
.index-about .index-about__contents .index-about__main {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: main;
}
.index-about .index-about__contents .index-about__main .index-about__title {
  width: 427.86px;
}
@media screen and (max-width: 1449.98px) {
  .index-about .index-about__contents .index-about__main .index-about__title {
    width: 299.502px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-about .index-about__contents .index-about__main .index-about__title {
    width: 57.048vw;
    margin: auto;
  }
}
.index-about .index-about__contents .index-about__copy {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  color: #fff;
}
@media screen and (max-width: 1449.98px) {
  .index-about .index-about__contents .index-about__copy {
    -webkit-margin-before: 16.8px;
            margin-block-start: 16.8px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-about .index-about__contents .index-about__copy {
    margin-top: 8vw;
    text-align: center;
  }
}
.index-about .index-about__contents .index-about__copy p {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .index-about .index-about__contents .index-about__copy p {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-about .index-about__contents .index-about__copy p {
    font-size: 4.6666666667vw;
    line-height: 1.8;
  }
}
.index-about .index-about__contents .index-about__text {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 1449.98px) {
  .index-about .index-about__contents .index-about__text {
    -webkit-margin-before: 16.8px;
            margin-block-start: 16.8px;
  }
}
.index-about .index-about__contents .index-about__text p {
  color: #fff;
}
.index-about .index-about__contents .index-about__link {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 1449.98px) {
  .index-about .index-about__contents .index-about__link {
    -webkit-margin-before: 22.4px;
            margin-block-start: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-about .index-about__contents .index-about__link {
    display: none;
  }
}

.index-service {
  -webkit-margin-before: 302px;
          margin-block-start: 302px;
}
@media screen and (max-width: 999.98px) {
  .index-service {
    margin-top: 10.1333333333vw;
  }
}
.index-service .index-service__contents {
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
}
@media screen and (max-width: 999.98px) {
  .index-service .index-service__contents {
    margin-top: 9.3333333333vw;
  }
}
.index-service .p-card01-list {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
@media screen and (max-width: 999.98px) {
  .index-service .p-card01-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 10.9333333333vw;
  }
  .index-service .p-card01-list li:last-child {
    margin-top: 10.9333333333vw;
  }
}

.p-full-card01 {
  position: relative;
  border-radius: 30px;
  height: 586px;
  overflow: hidden;
  -webkit-padding-before: 130px;
          padding-block-start: 130px;
  -webkit-padding-start: 62px;
          padding-inline-start: 62px;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card01 {
    -webkit-padding-start: 43.4px;
            padding-inline-start: 43.4px;
  }
}
.p-full-card01:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-full-card01:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../_assets/img/index/full-card01_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  border-radius: 30px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 999.98px) {
  .p-full-card01:before {
    background-image: url(../../_assets/img/index/full-card01_bg_sp.webp);
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card01 {
    padding-top: 6.9333333333vw;
    padding-left: calc((40/750)*100vw);
    padding-right: calc((40/750)*100vw);
    height: 84vw;
  }
}
.p-full-card01 .p-full-card01__title-en {
  width: 246.04px;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card01 .p-full-card01__title-en {
    width: 172.228px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card01 .p-full-card01__title-en {
    width: 32.8053333333vw;
  }
}
.p-full-card01 .p-full-card01__title-ja {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card01 .p-full-card01__title-ja {
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card01 .p-full-card01__title-ja {
    margin-top: 5.8666666667vw;
    font-size: 4.6666666667vw;
    line-height: 1;
  }
}
.p-full-card01 .p-full-card01__text {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card01 .p-full-card01__text {
    -webkit-margin-before: 22.4px;
            margin-block-start: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card01 .p-full-card01__text {
    margin-top: 3.2vw;
  }
}
.p-full-card01 .p-full-card01__text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card01 .p-full-card01__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card01 .p-full-card01__text p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-full-card01 .p-full-card01__link {
  -webkit-margin-before: 58px;
          margin-block-start: 58px;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card01 .p-full-card01__link {
    -webkit-margin-before: 40.6px;
            margin-block-start: 40.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card01 .p-full-card01__link {
    margin-top: 16vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-full-card01 .p-full-card01__link a {
  width: 428px;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card01 .p-full-card01__link a {
    width: 299.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card01 .p-full-card01__link a {
    width: 76.9333333333vw;
  }
}

.p-full-card02 {
  position: relative;
  height: 676px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  -webkit-padding-before: 70px;
          padding-block-start: 70px;
  padding-inline: 60px 46px;
  overflow: hidden;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card02 {
    padding-inline: 42px 32.2px;
  }
}
.p-full-card02:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-full-card02:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  border-radius: 30px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 999.98px) {
  .p-full-card02 {
    height: 84vw;
    padding-top: 6.9333333333vw;
    padding-left: calc((40/750)*100vw);
    padding-right: calc((40/750)*100vw);
  }
}
.p-full-card02.-buying:before {
  background-image: url(../../_assets/img/index/full-card02_buy.webp);
}
@media screen and (max-width: 999.98px) {
  .p-full-card02.-buying:before {
    background-image: url(../../_assets/img/index/full-card02_buy_sp.webp);
  }
}
.p-full-card02.-rental {
  padding-left: 320px;
}
.p-full-card02.-rental:before {
  background-image: url(../../_assets/img/index/full-card02_rental.webp);
}
@media screen and (max-width: 999.98px) {
  .p-full-card02.-rental:before {
    background-image: url(../../_assets/img/index/full-card02_rental_sp.webp);
  }
}
@media screen and (max-width: 1449.98px) {
  .p-full-card02.-rental {
    padding-left: 224px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card02.-rental {
    padding-left: calc((320/750)*100vw);
    white-space: nowrap;
  }
  .p-full-card02.-rental .p-full-card02__title-ja {
    margin-top: 7.2vw;
  }
}
.p-full-card02 .p-full-card02__title-en.-buying {
  width: 153.46px;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card02 .p-full-card02__title-en.-buying {
    width: 107.422px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card02 .p-full-card02__title-en.-buying {
    width: 20.4613333333vw;
  }
}
.p-full-card02 .p-full-card02__title-en.-rental {
  width: 145.37px;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card02 .p-full-card02__title-en.-rental {
    width: 101.759px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card02 .p-full-card02__title-en.-rental {
    width: 19.3826666667vw;
  }
}
.p-full-card02 .p-full-card02__title-ja {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  color: #fff;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card02 .p-full-card02__title-ja {
    -webkit-margin-before: 16.8px;
            margin-block-start: 16.8px;
    display: block;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card02 .p-full-card02__title-ja {
    margin-top: 5.8666666667vw;
  }
}
.p-full-card02 .p-full-card02__text {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  color: #fff;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card02 .p-full-card02__text {
    -webkit-margin-before: 21px;
            margin-block-start: 21px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card02 .p-full-card02__text {
    margin-top: 3.7333333333vw;
  }
}
.p-full-card02 .p-full-card02__text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card02 .p-full-card02__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card02 .p-full-card02__text p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-full-card02 .p-full-card02__link {
  position: absolute;
  right: 46px;
  bottom: 60px;
  width: 295px;
}
@media screen and (max-width: 1449.98px) {
  .p-full-card02 .p-full-card02__link {
    right: 32.2px;
    bottom: 42px;
    width: 206.5px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-full-card02 .p-full-card02__link {
    width: 76.9333333333vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: calc((74/750)*100vw);
  }
}

.p-post-wrap {
  padding: 90px 0 110px;
}
@media screen and (max-width: 999.98px) {
  .p-post-wrap {
    padding-top: 12vw;
    padding-bottom: 14.6666666667vw;
  }
}

.p-post li {
  border-bottom: 1px solid var(--color-gray01);
}

a.p-post-card01 {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-block: 32px;
  -ms-grid-columns: 150px 147px auto;
  grid-template-columns: 150px 147px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  cursor: pointer;
  -webkit-transition: background-color 240ms ease;
  transition: background-color 240ms ease;
}
@media screen and (max-width: 1449.98px) {
  a.p-post-card01 {
    padding-block: 22.4px;
    -ms-grid-columns: 105px 102.9px auto;
    grid-template-columns: 105px 102.9px auto;
  }
}
@media screen and (max-width: 999.98px) {
  a.p-post-card01 {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
a.p-post-card01 .p-post-card01__date {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 1449.98px) {
  a.p-post-card01 .p-post-card01__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  a.p-post-card01 .p-post-card01__date {
    font-size: 4vw;
    line-height: 1;
  }
}
@media screen and (max-width: 999.98px) {
  a.p-post-card01 .p-post-card01__category {
    margin-top: 2.1333333333vw;
    width: 33.0666666667vw;
  }
}
a.p-post-card01 .p-post-card01__title {
  -webkit-margin-start: 56px;
          margin-inline-start: 56px;
  padding-right: 78px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 1449.98px) {
  a.p-post-card01 .p-post-card01__title {
    -webkit-margin-start: 39.2px;
            margin-inline-start: 39.2px;
    padding-right: 54.6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  a.p-post-card01 .p-post-card01__title {
    margin-top: 2.6666666667vw;
    margin-left: 0;
    padding-right: 0;
    font-size: 4vw;
    line-height: 1.6;
  }
}
a.p-post-card01 .news-link__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1449.98px) {
  a.p-post-card01 .news-link__icon {
    right: 11.2px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 999.98px) {
  a.p-post-card01 .news-link__icon {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
    right: 0;
  }
}
a.p-post-card01 .news-link__icon .news-link__icon-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 240ms ease, -webkit-transform 240ms ease;
  transition: opacity 240ms ease, -webkit-transform 240ms ease;
  transition: transform 240ms ease, opacity 240ms ease;
  transition: transform 240ms ease, opacity 240ms ease, -webkit-transform 240ms ease;
  will-change: transform, opacity;
  overflow: hidden;
}
a.p-post-card01 .news-link__icon .news-link__icon-inner .icon-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a.p-post-card01 .news-link__icon .news-link__icon-inner .icon-img.is-color {
  opacity: 0;
}
a.p-post-card01 .news-link__icon .news-link__icon-inner .icon-img.is-base {
  opacity: 1;
}
a.p-post-card01:hover {
  background-color: var(--color-orange04);
}
a.p-post-card01:hover .news-link__icon .news-link__icon-inner .icon-img.is-base {
  opacity: 0;
}
a.p-post-card01:hover .news-link__icon .news-link__icon-inner .icon-img.is-color {
  opacity: 1;
}

.target {
  -webkit-animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: forward 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@-webkit-keyframes forward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  30.1% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@keyframes forward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  30.1% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.index-news {
  -webkit-margin-before: 160px;
          margin-block-start: 160px;
}
@media screen and (max-width: 999.98px) {
  .index-news {
    margin-top: 23.4666666667vw;
  }
}
.index-news .index-news__contents {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media screen and (max-width: 999.98px) {
  .index-news .index-news__contents {
    margin-top: 8.8vw;
  }
}
.index-news .index-news__contents li {
  border-bottom: 1px solid var(--color-gray01);
}
.index-news .index-news__link {
  -webkit-margin-before: 86px;
          margin-block-start: 86px;
  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) {
  .index-news .index-news__link {
    margin-top: 12.8vw;
  }
}

.index-recruit {
  position: relative;
  -webkit-margin-before: 156px;
          margin-block-start: 156px;
  padding-block: 158px 358px;
  background-color: var(--color-orange03);
}
@media screen and (max-width: 1449.98px) {
  .index-recruit {
    padding-block: 158px 250.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-recruit {
    margin-top: 23.4666666667vw;
    padding-top: 22.1333333333vw;
    padding-bottom: 22.1333333333vw;
  }
}
.index-recruit .p-head {
  position: relative;
  z-index: 20;
}
.index-recruit .l-wrapper {
  z-index: 10;
}
.index-recruit .l-wrapper .index-recruit__ob01a {
  position: absolute;
  top: 147px;
  left: -54px;
  width: 453px;
  pointer-events: auto;
}
@media screen and (max-width: 1449.98px) {
  .index-recruit .l-wrapper .index-recruit__ob01a {
    left: calc((-54/1420)*100vw);
    width: 317.1px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-recruit .l-wrapper .index-recruit__ob01a {
    top: calc((90/750)*100vw);
    left: calc((-256/750)*100vw);
    width: 60.4vw;
  }
}
.index-recruit .l-wrapper .index-recruit__ob01b {
  position: absolute;
  top: -64px;
  left: 1058px;
  width: 489px;
  pointer-events: auto;
}
@media screen and (max-width: 1449.98px) {
  .index-recruit .l-wrapper .index-recruit__ob01b {
    width: 342.3px;
    left: calc((1058/1420)*100vw);
  }
}
@media screen and (max-width: 999.98px) {
  .index-recruit .l-wrapper .index-recruit__ob01b {
    top: calc((-100/750)*100vw);
    left: auto;
    right: calc((60/750)*100vw);
    width: 24.1333333333vw;
  }
}
.index-recruit .l-wrapper .index-recruit__ob01c {
  position: absolute;
  top: 866px;
  left: 245px;
  width: 281px;
  pointer-events: auto;
}
@media screen and (max-width: 1449.98px) {
  .index-recruit .l-wrapper .index-recruit__ob01c {
    top: 692.8px;
    left: calc((245/1420)*100vw);
    width: 196.7px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-recruit .l-wrapper .index-recruit__ob01c {
    top: calc((878/750)*100vw);
    left: auto;
    right: calc((-90/750)*100vw);
    width: 60.4vw;
  }
}
.index-recruit .l-wrapper .index-recruit__ob01d {
  position: absolute;
  top: 871px;
  left: 758px;
  width: 924.5px;
  pointer-events: auto;
}
@media screen and (max-width: 1449.98px) {
  .index-recruit .l-wrapper .index-recruit__ob01d {
    top: 696.8px;
    left: calc((758/1420)*100vw);
    width: 647.15px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-recruit .l-wrapper .index-recruit__ob01d {
    top: calc((1120/750)*100vw);
    left: calc((-420/750)*100vw);
    width: 123.3333333333vw;
  }
}
.index-recruit .l-wrapper .index-recruit__ob01 {
  position: absolute;
  display: none;
  top: -64px;
  right: -297px;
  width: 1792.42px;
  height: 1106.26px;
  pointer-events: auto;
  /* これが重要 */
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .index-recruit .l-wrapper .index-recruit__ob01 {
    top: calc((-96/750)*100vw);
    right: calc((-186/750)*100vw);
    width: 167.60832vw;
    height: 187.104vw;
  }
}
.index-recruit .index-recruit__contents {
  position: relative;
  z-index: 20;
  -webkit-margin-before: 86px;
          margin-block-start: 86px;
}
@media screen and (max-width: 999.98px) {
  .index-recruit .index-recruit__contents {
    margin-top: 7.4666666667vw;
  }
}

.p-recruit-unit {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "sub main";
  -ms-grid-columns: auto 112px 542px;
  grid-template-columns: auto 542px;
  gap: 0 112px;
}
@media screen and (max-width: 1449.98px) {
  .p-recruit-unit {
    -ms-grid-columns: auto 78.4px 379.4px;
    grid-template-columns: auto 379.4px;
    gap: 0 78.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-recruit-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
        grid-template-areas: "sub" "main";
  }
  .p-recruit-unit > .p-footer__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-recruit-unit > .p-footer__nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-recruit-unit > .index-about__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-recruit-unit > .index-about__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.p-recruit-unit .p-recruit-unit__main {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: main;
}
.p-recruit-unit .p-recruit-unit__main .p-recruit-unit__title {
  font-size: 32px;
  line-height: 1.875;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-recruit-unit .p-recruit-unit__main .p-recruit-unit__title {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-recruit-unit .p-recruit-unit__main .p-recruit-unit__title {
    margin-top: 4.2666666667vw;
    font-size: 4.6666666667vw;
    line-height: 1.8;
  }
}
.p-recruit-unit .p-recruit-unit__main .p-recruit-unit__text {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 1449.98px) {
  .p-recruit-unit .p-recruit-unit__main .p-recruit-unit__text {
    -webkit-margin-before: 22.4px;
            margin-block-start: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-recruit-unit .p-recruit-unit__main .p-recruit-unit__text {
    margin-top: 4.2666666667vw;
  }
}
.p-recruit-unit .p-recruit-unit__main .p-recruit-unit__text p {
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-recruit-unit .p-recruit-unit__main .p-recruit-unit__text p {
    white-space: normal;
  }
}
.p-recruit-unit .p-recruit-unit__main .p-recruit-unit__link {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 1449.98px) {
  .p-recruit-unit .p-recruit-unit__main .p-recruit-unit__link {
    -webkit-margin-before: 22.4px;
            margin-block-start: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-recruit-unit .p-recruit-unit__main .p-recruit-unit__link {
    margin-top: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-recruit-unit .p-recruit-unit__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  position: relative;
  height: 572px;
  grid-area: sub;
  z-index: 1;
}
@media screen and (max-width: 999.98px) {
  .p-recruit-unit .p-recruit-unit__sub {
    height: 53.3333333333vw;
  }
}
.p-recruit-unit .p-recruit-unit__sub img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.p-recruit-unit .p-recruit-unit__sub .p-recruit-unit__ob01 {
  position: absolute;
  top: 194px;
  right: -36px;
  width: 181px;
  height: 35px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/index/recruit_ob02.webp);
  z-index: 1;
}
@media screen and (max-width: 999.98px) {
  .p-recruit-unit .p-recruit-unit__sub .p-recruit-unit__ob01 {
    display: none;
  }
}
.p-recruit-unit .p-recruit-unit__sub .p-recruit-unit__image01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1059px;
}
@media screen and (max-width: 1449.98px) {
  .p-recruit-unit .p-recruit-unit__sub .p-recruit-unit__image01 {
    width: 741.3px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-recruit-unit .p-recruit-unit__sub .p-recruit-unit__image01 {
    width: 94.8vw;
  }
}
.p-recruit-unit .p-recruit-unit__sub .p-recruit-unit__image02 {
  position: absolute;
  top: 405px;
  right: -295px;
  width: 386px;
}
@media screen and (max-width: 1449.98px) {
  .p-recruit-unit .p-recruit-unit__sub .p-recruit-unit__image02 {
    top: 283.5px;
    right: -206px;
    width: 270.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-recruit-unit .p-recruit-unit__sub .p-recruit-unit__image02 {
    top: auto;
    right: -7.4666666667vw;
    bottom: -20.5333333333vw;
    width: 36.4vw;
    height: 30.1333333333vw;
  }
  .p-recruit-unit .p-recruit-unit__sub .p-recruit-unit__image02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-post01 .p-post01__list {
  border-top: 1px solid #C1C1C1;
}
.p-post01 .p-post01__list li {
  border-bottom: 1px solid #C1C1C1;
}

.p-post-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 880px 82px 242px;
  grid-template-columns: 880px 242px;
  gap: 0 82px;
}
@media screen and (max-width: 999.98px) {
  .p-post-group {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}

.p-post-link {
  margin-top: 88px;
  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-post-link {
    margin-top: 36px;
  }
}
.p-post-link .paging-box .wp-pagenavi a.page {
  border: none;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  color: var(--base-text-color);
  height: auto;
}
@media screen and (max-width: 1449.98px) {
  .p-post-link .paging-box .wp-pagenavi a.page {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-post-link .paging-box .wp-pagenavi a.page {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-post-link .paging-box .wp-pagenavi .current {
  color: var(--base-text-color);
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  text-decoration: underline;
  height: auto;
}
@media screen and (max-width: 1449.98px) {
  .p-post-link .paging-box .wp-pagenavi .current {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-post-link .paging-box .wp-pagenavi .current {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-post-link .paging-box .wp-pagenavi a.previouspostslink, .p-post-link .paging-box .wp-pagenavi a.nextpostslink {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  border: none;
  color: var(--base-text-color);
}
@media screen and (max-width: 1449.98px) {
  .p-post-link .paging-box .wp-pagenavi a.previouspostslink, .p-post-link .paging-box .wp-pagenavi a.nextpostslink {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-post-link .paging-box .wp-pagenavi a.previouspostslink, .p-post-link .paging-box .wp-pagenavi a.nextpostslink {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-post-link .paging-box .wp-pagenavi a.previouspostslink:hover, .p-post-link .paging-box .wp-pagenavi a.nextpostslink:hover {
  border: none;
}

.p-under-page .p-post-group {
  margin-top: 56px;
}

.p-category + .p-category {
  margin-top: 40px;
}

.p-category .p-category__title {
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0;
  font-weight: 500;
}
.p-category .p-category__tag-list li + li {
  margin-top: 8px;
}
.p-category .p-category__tag-list li a {
  color: #3E3E3E;
}
.p-category .p-category__tag-list li a:hover {
  text-decoration: underline;
}
.p-category .p-category__tag-list li a:before {
  content: "#";
  margin-right: 4px;
  /* #と文字の間隔 */
  color: #3E3E3E;
}
.p-category .p-category__list {
  margin-top: 14px;
}
.p-category .p-category__list li + li {
  margin-top: 10px;
}
.p-category .p-category__list li a.c-category-link01, .p-category .p-category__list li a {
  display: block;
  padding: 14px 10px;
  text-align: center;
  color: #3E3E3E;
  background: #E7F0F8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-category .p-category__list li a.c-category-link01:hover, .p-category .p-category__list li a:hover {
  background: #0033A4;
  color: #fff;
  font-weight: bold;
}

.sec-contact {
  position: relative;
  z-index: 14;
  -webkit-padding-before: 156px;
          padding-block-start: 156px;
  height: 618px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/contact_bg.webp);
  background-attachment: fixed;
}
@media screen and (max-width: 999.98px) {
  .sec-contact {
    padding-top: 21.8666666667vw;
    height: 136.2653333333vw;
    background-image: url(../../_assets/img/common/contact_bg_sp.webp);
    background-attachment: scroll;
  }
}
.sec-contact .sec-contact__contents {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 999.98px) {
  .sec-contact .sec-contact__contents {
    margin-top: 10.6666666667vw;
  }
}
.sec-contact .sec-contact__contents .sec-contact__list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .sec-contact .sec-contact__contents .sec-contact__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.sec-contact .sec-contact__contents .sec-contact__list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  height: 193px;
  width: 1px;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .sec-contact .sec-contact__contents .sec-contact__list:before {
    display: none;
  }
}
.sec-contact .sec-contact__contents .sec-contact__list li:first-child {
  -webkit-padding-end: 83px;
          padding-inline-end: 83px;
}
@media screen and (max-width: 1449.98px) {
  .sec-contact .sec-contact__contents .sec-contact__list li:first-child {
    -webkit-padding-end: 58.1px;
            padding-inline-end: 58.1px;
  }
}
@media screen and (max-width: 999.98px) {
  .sec-contact .sec-contact__contents .sec-contact__list li:first-child {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
.sec-contact .sec-contact__contents .sec-contact__list li:last-child {
  -webkit-padding-start: 83px;
          padding-inline-start: 83px;
}
@media screen and (max-width: 1449.98px) {
  .sec-contact .sec-contact__contents .sec-contact__list li:last-child {
    -webkit-padding-start: 58.1px;
            padding-inline-start: 58.1px;
  }
}
@media screen and (max-width: 999.98px) {
  .sec-contact .sec-contact__contents .sec-contact__list li:last-child {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin-top: 8vw;
    border-top: 1px solid #fff;
    padding-top: 8vw;
  }
}

.p-contact-meta {
  width: 462px;
  margin-left: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1449.98px) {
  .p-contact-meta {
    width: 323.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact-meta {
    width: 100%;
  }
}
.p-contact-meta .p-contact-meta__text01 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-contact-meta .p-contact-meta__text01 {
    font-size: 21px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact-meta .p-contact-meta__text01 {
    font-size: 4.6666666667vw;
    line-height: 1.3714285714;
  }
}
.p-contact-meta a.p-contact-meta__tel {
  display: block;
  -webkit-margin-before: 26px;
          margin-block-start: 26px;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1449.98px) {
  .p-contact-meta a.p-contact-meta__tel {
    font-size: 42px;
    -webkit-margin-before: 18.2px;
            margin-block-start: 18.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact-meta a.p-contact-meta__tel {
    margin-top: 2.1333333333vw;
    font-size: 9.0666666667vw;
    line-height: 1.5735294118;
  }
}
.p-contact-meta a.p-contact-meta__tel span {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 1449.98px) {
  .p-contact-meta a.p-contact-meta__tel span {
    padding-left: 42px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact-meta a.p-contact-meta__tel span {
    padding-left: calc((68/750)*100vw);
  }
}
.p-contact-meta a.p-contact-meta__tel span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../_assets/img/common/icon_tel.webp);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 39.03px;
  height: 65.29px;
}
@media screen and (max-width: 1449.98px) {
  .p-contact-meta a.p-contact-meta__tel span:before {
    width: 27.321px;
    height: 45.703px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact-meta a.p-contact-meta__tel span:before {
    width: 5.984vw;
    height: 10.0106666667vw;
  }
}
.p-contact-meta .p-contact-meta__text02 {
  -webkit-margin-before: 26px;
          margin-block-start: 26px;
}
@media screen and (max-width: 1449.98px) {
  .p-contact-meta .p-contact-meta__text02 {
    -webkit-margin-before: 18.2px;
            margin-block-start: 18.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact-meta .p-contact-meta__text02 {
    margin-top: 1.6vw;
  }
}
.p-contact-meta .p-contact-meta__text02 p {
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1449.98px) {
  .p-contact-meta .p-contact-meta__text02 p {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact-meta .p-contact-meta__text02 p {
    font-size: 4vw;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1449.98px) {
  .p-contact-plate {
    width: 346.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact-plate {
    width: 100%;
  }
}
.p-contact-plate .p-contact-plate__title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-contact-plate .p-contact-plate__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact-plate .p-contact-plate__title {
    font-size: 4.6666666667vw;
    line-height: 1;
  }
}
.p-contact-plate .p-contact-plate__link {
  -webkit-margin-before: 34px;
          margin-block-start: 34px;
}
@media screen and (max-width: 1449.98px) {
  .p-contact-plate .p-contact-plate__link {
    -webkit-margin-before: 23.8px;
            margin-block-start: 23.8px;
    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-contact-plate .p-contact-plate__link {
    margin-top: 4.2666666667vw;
  }
}

.p-place-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.p-place-dl dl dd {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 300;
  letter-spacing: 0;
}
.p-place-dl dl + dl {
  margin-top: 14px;
}

.p-info-dl {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
.p-info-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px auto;
  grid-template-columns: 260px auto;
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 500;
  border-top: 1px solid var(--color-gray01);
}
.p-info-dl dl:last-child {
  border-bottom: 1px solid var(--color-gray01);
}
.p-info-dl dl dt {
  padding-block: 18px;
  padding-inline: 30px;
  background-color: var(--color-orange02);
}
.p-info-dl dl dd {
  padding-block: 18px;
  padding-inline: 30px;
}

.p-year-dl {
  -webkit-margin-before: 62px;
          margin-block-start: 62px;
}
.p-year-dl dl + dl {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.p-year-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 32px auto;
  grid-template-columns: 210px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 32px;
}
.p-year-dl dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 22px;
}
.p-year-dl dl dt span.text {
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: 700;
  color: var(--color-yellow);
  letter-spacing: 0;
  font-fmamily: var(--base-font);
}
.p-year-dl dl dt span.dot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 4px dotted var(--color-gray01);
  height: 0;
}
.p-year-dl dl dd {
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 300;
}

.p-work-meta-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 154px auto;
  grid-template-columns: 154px auto;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 600;
  border: 3px solid var(--color-brown01);
}
.p-work-meta-dl dl dt {
  padding-block: 16px;
  padding-inline: 25px;
  background-color: var(--color-brown01);
  color: #fff;
}
.p-work-meta-dl dl dd {
  padding-block: 16px;
  padding-inline: 25px;
}

.breadcrumbs {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.7692307692;
  letter-spacing: 0;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs {
    margin-top: 10px;
    font-size: 9px;
    line-height: 1.7777777778;
  }
}
.breadcrumbs a {
  font-size: 13px;
  line-height: 1.7692307692;
  letter-spacing: 0;
  font-weight: 300;
  color: #9F9F9F;
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs a {
    font-size: 9px;
    line-height: 1.7777777778;
  }
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.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-visual {
  background-color: var(--sub-visual_bg);
}
.p-sub-visual .l-wrapper {
  -webkit-padding-before: 120px;
          padding-block-start: 120px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .l-wrapper {
    margin-top: 63.5px;
    padding-top: 7.4666666667vw;
    height: 43.3333333333vw;
  }
}
.p-sub-visual .p-sub-visual__contents {
  padding-block: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 38px;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__contents {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-sub-visual .p-sub-visual__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-visual .p-sub-visual__title {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__title {
    margin-top: 4vw;
    font-size: 4.6666666667vw;
    line-height: 1;
  }
}
.p-sub-visual .p-sub-visual__copy.-privacy-policy {
  width: 701.57px;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-visual .p-sub-visual__copy.-privacy-policy {
    width: 491.099px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__copy.-privacy-policy {
    width: 89.2vw;
  }
}
.p-sub-visual .p-sub-visual__copy.-company {
  width: 443.19px;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-visual .p-sub-visual__copy.-company {
    width: 310.233px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__copy.-company {
    width: 59.092vw;
  }
}
.p-sub-visual .p-sub-visual__copy.-contact {
  width: 408.96px;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-visual .p-sub-visual__copy.-contact {
    width: 286.272px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__copy.-contact {
    width: 54.528vw;
  }
}
.p-sub-visual .p-sub-visual__copy.-news {
  width: 239.38px;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-visual .p-sub-visual__copy.-news {
    width: 167.566px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__copy.-news {
    width: 31.9173333333vw;
  }
}
.p-sub-visual .p-sub-visual__copy.-service {
  width: 348.28px;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-visual .p-sub-visual__copy.-service {
    width: 243.796px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__copy.-service {
    width: 46.4373333333vw;
  }
}

.p-text01 p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-text01 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-text01 p {
    font-size: 4vw;
    line-height: 1.6;
    white-space: wrap;
  }
}
.p-text01 p + p {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1449.98px) {
  .p-text01 p + p {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-text01 p + p {
    margin-top: 5.3333333333vw;
  }
}

.p-copy-box {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-copy-box {
    margin-top: 7.4666666667vw;
  }
}
.p-copy-box .p-text01 {
  -webkit-margin-before: 26px;
          margin-block-start: 26px;
}
@media screen and (max-width: 999.98px) {
  .p-copy-box .p-text01 {
    margin-top: 3.4666666667vw;
  }
}
.p-copy-box .p-text01 p {
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-copy-box .p-text01 p {
    text-align: left;
  }
}

.p-copy p {
  text-align: center;
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-copy p {
    font-size: 22.4px;
  }
}

.p-company {
  -webkit-margin-after: 202px;
          margin-block-end: 202px;
}
@media screen and (max-width: 999.98px) {
  .p-company {
    margin-bottom: calc((180/750)*100vw);
  }
}
.p-company .p-company__image {
  -webkit-margin-before: -80px;
          margin-block-start: -80px;
}
@media screen and (max-width: 999.98px) {
  .p-company .p-company__image {
    margin-top: -12vw;
  }
}
.p-company .p-company__image img {
  border-radius: 30px;
  display: block;
  width: 100%;
  height: auto;
}
.p-company .p-company__copy {
  -webkit-margin-before: 146px;
          margin-block-start: 146px;
}
@media screen and (max-width: 1449.98px) {
  .p-company .p-company__copy {
    -webkit-margin-before: 102.2px;
            margin-block-start: 102.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-company .p-company__copy {
    margin-top: 9.6vw;
  }
}
.p-company .p-company__copy p {
  text-align: center;
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-company .p-company__copy p {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-company .p-company__copy p {
    text-align: left;
    font-size: 4.6666666667vw;
    line-height: 1.8;
  }
}
.p-company .p-company__text {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  text-align: center;
}
@media screen and (max-width: 1449.98px) {
  .p-company .p-company__text {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-company .p-company__text {
    margin-top: 5.3333333333vw;
  }
}
.p-company .p-company__text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-company .p-company__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-company .p-company__text p {
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
  }
}
.p-company .p-company__text p + p {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1449.98px) {
  .p-company .p-company__text p + p {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-company .p-company__text p + p {
    margin-top: 4vw;
  }
}
.p-company .p-company__item01 {
  -webkit-margin-before: 148px;
          margin-block-start: 148px;
}
@media screen and (max-width: 999.98px) {
  .p-company .p-company__item01 {
    margin-top: 9.3333333333vw;
  }
}
.p-company .p-company__item02 {
  -webkit-margin-before: 148px;
          margin-block-start: 148px;
}
@media screen and (max-width: 999.98px) {
  .p-company .p-company__item02 {
    margin-top: 12vw;
  }
}
.p-company .p-company__item03 {
  -webkit-margin-before: 262px;
          margin-block-start: 262px;
}
@media screen and (max-width: 999.98px) {
  .p-company .p-company__item03 {
    margin-top: 29.3333333333vw;
  }
}

.p-custom-box01 {
  border-radius: 31px;
  padding-block: 56px 86px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f1ed), color-stop(54.19%, #f5f1ed), to(#fff));
  background: linear-gradient(#f5f1ed 0%, #f5f1ed 54.19%, #fff 100%);
  border: 1px solid var(--color-black02);
  padding-inline: 112px;
}
@media screen and (max-width: 1449.98px) {
  .p-custom-box01 {
    padding-block: 39.2px 60.2px;
    padding-inline: 78.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-custom-box01 {
    padding-top: 6.6666666667vw;
    padding-bottom: 9.3333333333vw;
    padding-inline: calc((42/750)*100vw);
  }
}
.p-custom-box01 .p-custom-box01__contents {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-custom-box01 .p-custom-box01__contents {
    margin-top: 5.3333333333vw;
  }
}

.p-profile {
  position: relative;
  margin-left: 72px;
  -webkit-margin-before: 150px;
          margin-block-start: 150px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 102px 553px;
  grid-template-columns: auto 553px;
  gap: 0 102px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1449.98px) {
  .p-profile {
    margin-left: 50.4px;
    -webkit-margin-before: 105px;
            margin-block-start: 105px;
    -ms-grid-columns: auto 71.4px 387.1px;
    grid-template-columns: auto 387.1px;
    gap: 0 71.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile {
    margin-left: 0;
    margin-top: 11.4666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-profile .p-profile__ob {
  position: absolute;
  top: -112px;
  left: -443px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2310.9px;
  z-index: -1;
}
@media screen and (max-width: 999.98px) {
  .p-profile .p-profile__ob {
    width: 156.8133333333vw;
    top: calc((97/750)*100vw);
    left: auto;
    right: calc((-292/750)*100vw);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.p-profile .p-profile__image {
  width: 560px;
}
@media screen and (max-width: 1449.98px) {
  .p-profile .p-profile__image {
    width: 392px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile .p-profile__image {
    width: 67.8666666667vw;
    margin: auto;
  }
}
.p-profile .p-profile__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.p-profile .p-profile__main {
  -webkit-margin-before: 242px;
          margin-block-start: 242px;
}
@media screen and (max-width: 1449.98px) {
  .p-profile .p-profile__main {
    -webkit-margin-before: 169.4px;
            margin-block-start: 169.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile .p-profile__main {
    margin-top: 9.3333333333vw;
  }
}
.p-profile .p-profile__main .p-profile__meta {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-profile .p-profile__main .p-profile__meta {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile .p-profile__main .p-profile__meta {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
.p-profile .p-profile__main .p-profile__people {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-profile .p-profile__main .p-profile__people {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile .p-profile__main .p-profile__people {
    margin-top: 3.2vw;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
.p-profile .p-profile__main .p-profile__people span {
  font-size: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 1449.98px) {
  .p-profile .p-profile__main .p-profile__people span {
    font-size: 21px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile .p-profile__main .p-profile__people span {
    font-size: 5.3333333333vw;
    line-height: 1;
    margin-left: calc((26/750)*100vw);
  }
}
.p-profile .p-profile__main .p-profile__text {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1449.98px) {
  .p-profile .p-profile__main .p-profile__text {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile .p-profile__main .p-profile__text {
    margin-top: 4.5333333333vw;
  }
}
.p-profile .p-profile__main .p-profile__text p {
  font-size: 22px;
  line-height: 1.6363636364;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-profile .p-profile__main .p-profile__text p {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile .p-profile__main .p-profile__text p {
    font-size: 3.8666666667vw;
    line-height: 1.6551724138;
  }
}

.p-access {
  -webkit-margin-before: 86px;
          margin-block-start: 86px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 587px 64px 680px;
  grid-template-columns: 587px 680px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 64px;
}
@media screen and (max-width: 1449.98px) {
  .p-access {
    -ms-grid-columns: 1fr 44.8px 476px;
    grid-template-columns: 1fr 476px;
    gap: 0 44.8px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-access {
    margin-top: 10.6666666667vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: calc((100/750)*100vw) 0;
  }
}
.p-access .p-access__map {
  height: 568px;
}
@media screen and (max-width: 999.98px) {
  .p-access .p-access__map {
    height: 53.8666666667vw;
  }
}
.p-access .p-access__map .video-container, .p-access .p-access__map .video {
  width: 100%;
  height: 100%;
}
.p-access .p-access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-place-box .p-place-box__wrap + .p-place-box__wrap {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-place-box .p-place-box__wrap + .p-place-box__wrap {
    margin-top: 5.3333333333vw;
  }
}
.p-place-box .p-place-box__item + .p-place-box__item {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-place-box .p-place-box__item + .p-place-box__item {
    margin-top: 3.4666666667vw;
  }
}
.p-place-box .p-place-box__title {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-gray01);
}
@media screen and (max-width: 1449.98px) {
  .p-place-box .p-place-box__title {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-place-box .p-place-box__title {
    font-size: 4vw;
    line-height: 1;
  }
}
.p-place-box .p-place-box__contents {
  padding-top: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-place-box .p-place-box__contents {
    padding-top: 2.1333333333vw;
  }
}
.p-place-box .p-place-box__contents p, .p-place-box .p-place-box__contents ul li {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-place-box .p-place-box__contents p, .p-place-box .p-place-box__contents ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-place-box .p-place-box__contents p, .p-place-box .p-place-box__contents ul li {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-place-box .p-place-box__contents ul {
  margin-left: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-place-box .p-place-box__contents ul {
    margin-left: calc((30/750)*100vw);
  }
}

.sec01-bg-block01 {
  -webkit-margin-before: 168px;
          margin-block-start: 168px;
  padding-block: 164px 458px;
}
@media screen and (max-width: 1449.98px) {
  .sec01-bg-block01 {
    -webkit-margin-before: 117.6px;
            margin-block-start: 117.6px;
    padding-block: 114.8px 320.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .sec01-bg-block01 {
    margin-top: 10.9333333333vw;
    padding-top: 16.2666666667vw;
    padding-bottom: 38.6666666667vw;
  }
}
.sec01-bg-block01 .sec01-bg-block01__contents {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 999.98px) {
  .sec01-bg-block01 .sec01-bg-block01__contents {
    margin-top: 8.2666666667vw;
  }
}

.p-over-dl01-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 46px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 46px;
}
@media screen and (max-width: 999.98px) {
  .p-over-dl01-wrap {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0;
  }
}

.p-over-dl01 dl {
  display: -ms-grid;
  display: grid;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  -ms-grid-columns: 112px auto;
  grid-template-columns: 112px auto;
  padding-block: 30px;
  border-bottom: 1px solid var(--color-gray01);
}
@media screen and (max-width: 1449.98px) {
  .p-over-dl01 dl {
    -ms-grid-columns: 78.4px auto;
    grid-template-columns: 78.4px auto;
    padding-block: 21px;
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-over-dl01 dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  .p-over-dl01 dl:first-child {
    border-top: 1px solid var(--color-gray01);
  }
}
.p-over-dl01 dl:last-child {
  border-bottom: none;
}
@media screen and (max-width: 999.98px) {
  .p-over-dl01 dl dd {
    margin-top: 1.3333333333vw;
  }
}

.p-over-dl02 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 112px 1fr 1fr 1fr;
  grid-template-columns: 112px 1fr 1fr 1fr;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  padding-block: 30px;
  border-bottom: 1px solid var(--color-gray01);
}
@media screen and (max-width: 1449.98px) {
  .p-over-dl02 dl {
    -ms-grid-columns: 78.4px 0.7fr 0.7fr 0.7fr;
    grid-template-columns: 78.4px 0.7fr 0.7fr 0.7fr;
    padding-block: 21px;
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-over-dl02 dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-over-dl02 dl:first-child {
  border-top: 1px solid var(--color-gray01);
}
@media screen and (max-width: 999.98px) {
  .p-over-dl02 dl dt + dd {
    margin-top: 1.3333333333vw;
  }
}

.p-bnr-link01 {
  -webkit-margin-before: -260px;
          margin-block-start: -260px;
  -webkit-padding-before: 160px;
          padding-block-start: 160px;
  -webkit-padding-start: 80px;
          padding-inline-start: 80px;
  background-image: url(../../_assets/img/page/company/company_bnr_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 518px;
  border-radius: 30px;
  border: 2px solid var(--color-orange01);
}
@media screen and (max-width: 1449.98px) {
  .p-bnr-link01 {
    -webkit-margin-before: -182px;
            margin-block-start: -182px;
    -webkit-padding-before: 112px;
            padding-block-start: 112px;
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
    height: 362.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-bnr-link01 {
    margin-top: -21.8666666667vw;
    height: 54.2666666667vw;
    background-image: url(../../_assets/img/page/company/company_bnr_bg_sp.webp);
  }
}
.p-bnr-link01 .p-bnr-link01__text {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-bnr-link01 .p-bnr-link01__text {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-bnr-link01 .p-bnr-link01__text {
    display: none;
  }
}
.p-bnr-link01 .p-bnr-link01__link {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1449.98px) {
  .p-bnr-link01 .p-bnr-link01__link {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-bnr-link01 .p-bnr-link01__link {
    display: none;
  }
}

.p-sp-service {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-sp-service {
    display: block;
    margin-top: 7.4666666667vw;
  }
}
.p-sp-service .p-sp-service__title {
  width: 29.7586666667vw;
  margin: auto;
}
.p-sp-service .p-sp-service__text {
  margin-top: 4.2666666667vw;
}
.p-sp-service .p-sp-service__text p {
  text-align: center;
  font-size: 4.6666666667vw;
  line-height: 1.8;
  letter-spacing: 0;
}
.p-sp-service .p-sp-service__link {
  margin-top: 10.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-service .p-service-unit {
  position: relative;
  -webkit-margin-before: 112px;
          margin-block-start: 112px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-unit {
    margin-top: 17.3333333333vw;
  }
}
.p-service .p-service-unit .p-service-unit__image {
  position: absolute;
  top: -314px;
  left: 627px;
  width: 843.7px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-unit .p-service-unit__image {
    top: -219.8px;
    left: 438.9px;
    width: 590.59px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-unit .p-service-unit__image {
    top: calc((-366/750)*100vw);
    left: auto;
    right: calc((-60/750)*100vw);
    width: 58.924vw;
  }
}
.p-service .p-service-unit .p-service-unit__text {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-unit .p-service-unit__text {
    margin-top: 4vw;
  }
}
.p-service .p-service-unit .p-service-unit__title {
  font-size: 30px;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-unit .p-service-unit__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-unit .p-service-unit__title {
    font-size: 4.6666666667vw;
    line-height: 1.8;
  }
}
.p-service .p-service__item01 {
  -webkit-margin-before: 194px;
          margin-block-start: 194px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service__item01 {
    margin-top: 22.9333333333vw;
  }
}
.p-service .p-service__item04 {
  padding-block: 200px 250px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service__item04 {
    padding-block: calc((90 / 750) * 100vw) calc((114 / 750) * 100vw);
  }
}
.p-service .p-service-box01 {
  position: relative;
  -webkit-padding-before: 190px;
          padding-block-start: 190px;
  -webkit-padding-after: 110px;
          padding-block-end: 110px;
  padding-inline: 20px;
  background-color: var(--color-orange03);
  border-radius: 31px;
  border: 1px solid var(--color-black02);
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-box01 {
    padding-top: calc((170/750)*100vw);
    padding-inline: 0;
    padding-bottom: calc((245/750)*100vw);
    border-radius: calc((31/750)*100vw);
  }
}
.p-service .p-service-box01:before {
  position: absolute;
  left: 74px;
  bottom: -140px;
  width: 348px;
  height: 351.13px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/page/service/service_p-image01.webp);
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-box01:before {
    width: 208.8px;
    height: 210.678px;
    left: 51.8px;
    bottom: -98px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-box01:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: calc((-72/750)*100vw);
    width: 77.2306666667vw;
    height: 37.76vw;
    background-image: url(../../_assets/img/page/service/service_p-image01_sp.webp);
  }
}
.p-service .p-service-box01:after {
  position: absolute;
  right: 60px;
  bottom: -140px;
  width: 354.76px;
  height: 383.56px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/page/service/service_p-image02.webp);
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-box01:after {
    right: 42px;
    bottom: -98px;
    width: 212.856px;
    height: 230.136px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-box01:after {
    display: none;
  }
}
.p-service .p-service-box01 .p-service-box01__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 290px 48px 290px 48px 290px;
  grid-template-columns: repeat(3, 290px);
  gap: 0 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-box01 .p-service-box01__list {
    -ms-grid-columns: 203px 33.6px 203px 33.6px 203px;
    grid-template-columns: repeat(3, 203px);
    gap: 0 33.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-box01 .p-service-box01__list {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows:auto 0 auto;
        grid-template-areas: "one one" "two three";
    gap: 0;
  }
  .p-service .p-service-box01 .p-service-box01__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-service .p-service-box01 .p-service-box01__list li:nth-child(1) {
    grid-area: one;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-service .p-service-box01 .p-service-box01__list li:nth-child(2) {
    grid-area: two;
    margin-top: 3.4666666667vw;
  }
  .p-service .p-service-box01 .p-service-box01__list li:nth-child(3) {
    grid-area: three;
    margin-top: 3.4666666667vw;
  }
  .p-service .p-service-box01 .p-service-box01__list img {
    width: 38.6666666667vw;
  }
}
@media screen and (max-width: 999.98px){
  .p-service .p-service-box01 .p-service-box01__list li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-service .p-service-box01 .p-service-box01__list li:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-service .p-service-box01 .p-service-box01__list li:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.p-service .p-service-box01 .p-service-box01__title {
  position: absolute;
  top: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-box01 .p-service-box01__title {
    top: -58px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-box01 .p-service-box01__title {
    top: calc((-106/750)*100vw);
  }
}
.p-service .p-service-box01 .p-service-box01__title .inner {
  position: relative;
  border-radius: 84px;
  padding: 30px 110px;
  background-color: var(--color-orange01);
  display: -ms-inline-grid;
  display: inline-grid;
  color: #fff;
  white-space: nowrap;
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-box01 .p-service-box01__title .inner {
    padding: 21px 77px;
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-box01 .p-service-box01__title .inner {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    text-align: center;
    width: 80.5333333333vw;
    padding: 0;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    border-radius: calc((65/750)*100vw);
  }
}
.p-service .p-service-box01 .p-service-box01__title .inner:before {
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  /* 底辺/2 */
  border-right: 18px solid transparent;
  /* 底辺/2 */
  border-top: 31.176px solid var(--color-orange01);
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-box01 .p-service-box01__title .inner:before {
    bottom: calc((-30/750)*100vw);
    border-left: calc((18/750)*100vw) solid transparent;
    /* 底辺/2 */
    border-right: calc((18/750)*100vw) solid transparent;
    /* 底辺/2 */
    border-top: calc((31.176/750)*100vw) solid var(--color-orange01);
  }
}
.p-service .p-service-box01 .p-service-box01__text {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-box01 .p-service-box01__text {
    margin-top: 12.2666666667vw;
  }
}
.p-service .p-service-box01 .p-service-box01__text p {
  text-align: center;
  font-size: 38px;
  line-height: 2.1052631579;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-box01 .p-service-box01__text p {
    font-size: 26.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-box01 .p-service-box01__text p {
    font-size: 4.6666666667vw;
    line-height: 2.1142857143;
  }
}
.p-service .p-service-box01 .p-service-box01__text p span {
  position: relative;
}
.p-service .p-service-box01 .p-service-box01__text p span:before {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  content: "";
  background-color: var(--color-orange01);
}
.p-service .p-service__item02 {
  -webkit-margin-before: 264px;
          margin-block-start: 264px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service__item02 {
    margin-top: 23.4666666667vw;
  }
}
.p-service .p-point-list {
  -webkit-margin-before: 82px;
          margin-block-start: 82px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 510px 32px 510px;
  grid-template-columns: repeat(2, 510px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 76px 32px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-point-list {
    -ms-grid-columns: 357px 22.4px 357px;
    grid-template-columns: repeat(2, 357px);
    gap: 53.2px 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-point-list {
    margin-top: 8vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: calc((92/750)*100vw) 0;
  }
}
.p-service .p-point-card01 {
  position: relative;
  min-height: 520px;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  padding-inline: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/page/service/orange-line.webp);
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-point-card01 {
    min-height: 364px;
    -webkit-padding-before: 28px;
            padding-block-start: 28px;
    padding-inline: 25.2px;
    background-size: contain;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-point-card01 {
    height: 88.176vw;
    padding-top: 9.3333333333vw;
    padding-inline: calc((36/750)*100vw);
  }
}
.p-service .p-point-card01 .p-point-card01__title {
  margin: auto;
}
.p-service .p-point-card01 .p-point-card01__title.-num01 {
  width: 141px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-point-card01 .p-point-card01__title.-num01 {
    width: 98.7px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-point-card01 .p-point-card01__title.-num01 {
    width: 18.8vw;
  }
}
.p-service .p-point-card01 .p-point-card01__title.-num02 {
  width: 147.94px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-point-card01 .p-point-card01__title.-num02 {
    width: 103.558px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-point-card01 .p-point-card01__title.-num02 {
    width: 19.7253333333vw;
  }
}
.p-service .p-point-card01 .p-point-card01__title.-num03 {
  width: 149.54px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-point-card01 .p-point-card01__title.-num03 {
    width: 104.678px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-point-card01 .p-point-card01__title.-num03 {
    width: 19.9386666667vw;
  }
}
.p-service .p-point-card01 .p-point-card01__title.-num04 {
  width: 150.62px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-point-card01 .p-point-card01__title.-num04 {
    width: 105.434px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-point-card01 .p-point-card01__title.-num04 {
    width: 20.0826666667vw;
  }
}
.p-service .p-point-card01 .p-point-card01__copy {
  position: relative;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  padding-block: 16px;
  background-color: var(--color-orange01);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-point-card01 .p-point-card01__copy {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-point-card01 .p-point-card01__copy {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
.p-service .p-point-card01 .p-point-card01__text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-point-card01 .p-point-card01__text {
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-point-card01 .p-point-card01__text {
    margin-top: 4vw;
  }
}
.p-service .p-point-card01 .p-point-card01__text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-point-card01 .p-point-card01__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-point-card01 .p-point-card01__text p {
    font-size: 3.8666666667vw;
    line-height: 1.6551724138;
  }
}
.p-service .p-service-nav {
  -webkit-margin-before: 192px;
          margin-block-start: 192px;
  padding-block: 42px 70px;
  padding-inline: 68px;
  border-radius: 23px;
  background-color: var(--color-blue01);
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-nav {
    padding-inline: 47.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-nav {
    margin-top: 13.6vw;
    border-radius: calc((23/750)*100vw);
    padding-block: calc((58/750)*100vw) calc((78/750)*100vw);
    padding-inline: calc((68/750)*100vw);
  }
}
.p-service .p-service-nav .p-service-nav__title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-nav .p-service-nav__title {
    font-size: 19.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-nav .p-service-nav__title {
    font-size: 4vw;
    line-height: 1;
  }
}
.p-service .p-service-nav .p-service-nav__list {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 26px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-nav .p-service-nav__list {
    gap: 0 18.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-nav .p-service-nav__list {
    margin-top: 5.3333333333vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: calc((36/750)*100vw) 0;
  }
}
.p-service a.p-nav-box01 {
  position: relative;
  background-color: #fff;
  border-radius: 11px;
  padding-block: 20px 46px;
  padding-inline: 10px;
  display: block;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.p-service a.p-nav-box01:hover {
  background-color: var(--color-orange03);
}
@media screen and (max-width: 1449.98px) {
  .p-service a.p-nav-box01 {
    padding-block: 14px 32.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service a.p-nav-box01 {
    border-radius: calc((11/750)*100vw);
    padding-block: calc((20/750)*100vw) calc((28/750)*100vw);
    padding-inline: calc((36/750)*100vw);
    min-height: calc((120/750)*100vw);
  }
}
.p-service a.p-nav-box01:before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 50px;
  background-image: url(../../_assets/img/page/service/icon_down.webp);
}
@media screen and (max-width: 1449.98px) {
  .p-service a.p-nav-box01:before {
    bottom: -17.5px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service a.p-nav-box01:before {
    top: 50%;
    left: auto;
    right: calc((26/750)*100vw);
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
    width: 6.8vw;
    height: 6.8vw;
  }
}
.p-service a.p-nav-box01 .p-nav-box01__head {
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .p-service a.p-nav-box01 .p-nav-box01__head {
    margin: 0;
  }
}
.p-service a.p-nav-box01 .p-nav-box01__head.-consulting {
  width: 163.16px;
}
@media screen and (max-width: 1449.98px) {
  .p-service a.p-nav-box01 .p-nav-box01__head.-consulting {
    width: 114.212px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service a.p-nav-box01 .p-nav-box01__head.-consulting {
    width: 21.7546666667vw;
  }
}
.p-service a.p-nav-box01 .p-nav-box01__head.-buy {
  width: 101.77px;
}
@media screen and (max-width: 1449.98px) {
  .p-service a.p-nav-box01 .p-nav-box01__head.-buy {
    width: 71.239px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service a.p-nav-box01 .p-nav-box01__head.-buy {
    width: 13.5693333333vw;
  }
}
.p-service a.p-nav-box01 .p-nav-box01__head.-rental {
  width: 96.4px;
}
@media screen and (max-width: 1449.98px) {
  .p-service a.p-nav-box01 .p-nav-box01__head.-rental {
    width: 67.48px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service a.p-nav-box01 .p-nav-box01__head.-rental {
    width: 12.8533333333vw;
  }
}
.p-service a.p-nav-box01 .p-nav-box01__text {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 31px;
  line-height: 1.5483870968;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--base-text-color);
  text-align: center;
}
@media screen and (max-width: 1449.98px) {
  .p-service a.p-nav-box01 .p-nav-box01__text {
    font-size: 18.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service a.p-nav-box01 .p-nav-box01__text {
    margin-top: 1.3333333333vw;
    text-align: left;
    font-size: 4.1333333333vw;
    line-height: 1;
  }
}
.p-service .p-service__item03 {
  -webkit-margin-before: -146px;
          margin-block-start: -146px;
  -webkit-padding-before: 342px;
          padding-block-start: 342px;
  -webkit-padding-after: 240px;
          padding-block-end: 240px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service__item03 {
    margin-top: -43.4666666667vw;
    padding-top: 57.8666666667vw;
    padding-bottom: 22.6666666667vw;
  }
}
.p-service .p-service-block.-buy {
  margin-top: 168px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-block.-buy {
    margin-top: 13.3333333333vw;
  }
}
.p-service .p-service-block .p-service-block__contents {
  -webkit-margin-before: 140px;
          margin-block-start: 140px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-block .p-service-block__contents {
    margin-top: 9.6vw;
  }
}
.p-service .p-service-block__meta01 {
  -webkit-margin-before: 122px;
          margin-block-start: 122px;
  -webkit-margin-start: 74px;
          margin-inline-start: 74px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-block__meta01 {
    margin-top: 8.5333333333vw;
    margin-left: 0;
  }
}
.p-service .p-people-box {
  position: relative;
  z-index: 3;
  padding-bottom: 343px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-people-box {
    padding-bottom: 38.9333333333vw;
  }
}
.p-service .p-people-box .p-people-box__image {
  position: absolute;
  top: -34px;
  left: 494px;
  width: 804.8px;
  z-index: -1;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-people-box .p-people-box__image {
    top: calc((204/750)*100vw);
    right: auto;
    left: calc((70/750)*100vw);
    width: 74.476vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-people-box .p-people-box__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-service .p-people-box .p-people-box__title {
  position: relative;
  display: inline-block;
  padding-block: 25px;
  padding-inline: 80px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  background-color: var(--color-orange01);
  border-radius: 85px;
  margin-left: 84px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-people-box .p-people-box__title {
    font-size: 4.2666666667vw;
    line-height: 1;
    border-radius: calc((85/750)*100vw);
    margin: auto;
  }
}
.p-service .p-people-box .p-people-box__title:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  /* 底辺/2 */
  border-right: 9px solid transparent;
  /* 底辺/2 */
  border-top: 16px solid var(--color-orange01);
}
@media screen and (max-width: 999.98px) {
  .p-service .p-people-box .p-people-box__title:before {
    bottom: calc((-15/750)*100vw);
    border-left: calc((9/750)*100vw) solid transparent;
    /* 底辺/2 */
    border-right: calc((9/750)*100vw) solid transparent;
    /* 底辺/2 */
    border-top: calc((16/750)*100vw) solid var(--color-orange01);
  }
}
.p-service .p-people-box .p-people-box__contents {
  font-size: 46px;
  line-height: 1.5652173913;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-people-box .p-people-box__contents {
    margin-left: calc((68/750)*100vw);
    margin-top: 6.6666666667vw;
    font-size: 6.1333333333vw;
    line-height: 1.5652173913;
  }
}
.p-service .p-people-box .p-people-box__contents span {
  padding-inline: 10px;
  font-size: 80px;
  font-weight: 700;
  color: var(--color-orange01);
}
@media screen and (max-width: 999.98px) {
  .p-service .p-people-box .p-people-box__contents span {
    font-size: 10.6666666667vw;
    line-height: 0.9;
  }
}
.p-service .p-custom-unit {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 110px 666px;
  grid-template-columns: auto 666px;
  gap: 0 110px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-custom-unit {
    -ms-grid-columns: auto 66px 466.2px;
    grid-template-columns: auto 466.2px;
    gap: 0 66px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-service .p-custom-unit .p-custom-unit__sub {
  position: relative;
  min-height: 627px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit .p-custom-unit__sub {
    min-height: auto;
  }
}
.p-service .p-custom-unit .p-custom-unit__title {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-custom-unit .p-custom-unit__title {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit .p-custom-unit__title {
    margin-top: 6.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.8529411765;
  }
}
.p-service .p-custom-unit .p-custom-unit__text {
  margin-top: 32px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-custom-unit .p-custom-unit__text {
    margin-top: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit .p-custom-unit__text {
    margin-top: 4.5333333333vw;
  }
}
.p-service .p-custom-unit .p-custom-unit__text p + p {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit .p-custom-unit__text p + p {
    margin-top: 6.6666666667vw;
  }
}
.p-service .p-custom-unit .p-custom-unit__text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-custom-unit .p-custom-unit__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit .p-custom-unit__text p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-service .p-custom-unit .p-custom-unit__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 910px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit .p-custom-unit__image {
    position: static;
    width: 100%;
  }
}
.p-service .p-custom-unit .p-custom-unit__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit .p-custom-unit__image img {
    border-radius: calc((32/750)*100vw);
  }
}
.p-service .p-custom-unit .p-custom-unit__image02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1008px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-custom-unit .p-custom-unit__image02 {
    width: 705.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit .p-custom-unit__image02 {
    width: 100%;
    position: static;
  }
}
.p-service .p-custom-unit .p-custom-unit__image02 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit .p-custom-unit__image02 img {
    border-radius: calc((32/750)*100vw);
  }
}
.p-service .p-service-risk {
  position: relative;
  -webkit-margin-before: 180px;
          margin-block-start: 180px;
  padding-block: 100px;
  -webkit-padding-start: 100px;
          padding-inline-start: 100px;
  background-color: #fff;
  border: 1px solid var(--color-blue01);
  border-radius: 23px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-risk {
    margin-top: 17.3333333333vw;
    border-radius: calc((23/750)*100vw);
    padding-inline: calc((30/750)*100vw);
    padding-block: calc((100/750)*100vw);
  }
}
.p-service .p-service-risk:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -85px;
  width: 112px;
  height: 131px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/page/service/service_icon_down.webp);
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-risk:before {
    bottom: calc((-76/750)*100vw);
    width: 14.9333333333vw;
    height: 17.4666666667vw;
  }
}
.p-service .p-service-risk .p-service-risk__title {
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--color-blue01);
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0;
  padding-inline: 76px;
  padding-block: 11px;
  color: #fff;
  border-radius: 23px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-risk .p-service-risk__title {
    font-size: 22.4px;
    padding-inline: 53.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-risk .p-service-risk__title {
    top: calc((-36/750)*100vw);
    font-size: 4.2666666667vw;
    line-height: 1;
    padding-inline: calc((46/750)*100vw);
    padding-block: calc((20/750)*100vw);
    border-radius: calc((23/750)*100vw);
    width: 72vw;
  }
}
.p-service .p-service-risk .p-service-risk__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 410px 0 410px 0 410px;
  grid-template-columns: repeat(3, 410px);
  gap: 56px 0;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-risk .p-service-risk__list {
    -ms-grid-columns: 287px 0 287px 0 287px;
    grid-template-columns: repeat(3, 287px);
    gap: 56px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-risk .p-service-risk__list {
    -ms-grid-columns: 1fr calc((20/750)*100vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: calc((56/750)*100vw) calc((20/750)*100vw);
  }
}
.p-service .p-service-risk-text {
  -webkit-margin-before: 146px;
          margin-block-start: 146px;
  text-align: center;
  font-size: 38px;
  line-height: 2.1052631579;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-service-risk-text {
    font-size: 26.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-service-risk-text {
    margin-top: 13.0666666667vw;
    font-size: 4.6666666667vw;
    line-height: 2.1142857143;
  }
}
.p-service .p-service-risk-text span {
  position: relative;
}
.p-service .p-service-risk-text span:before {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  content: "";
  background-color: var(--color-orange01);
}
.p-service .p-custom-unit02 {
  -webkit-margin-before: 84px;
          margin-block-start: 84px;
  margin-left: 58px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 491.07px 168px auto;
  grid-template-columns: 491.07px auto;
  gap: 0 168px;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-custom-unit02 {
    -ms-grid-columns: 343.749px 100.8px auto;
    grid-template-columns: 343.749px auto;
    gap: 0 100.8px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit02 {
    margin-top: 8vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-left: 0;
    gap: calc((28/750)*100vw) 0;
  }
  .p-service .p-custom-unit02 .p-custom-unit02__sub.-type01 {
    width: 41.488vw;
    margin: auto;
  }
}
.p-service .p-custom-unit02 .p-custom-unit02__text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-service .p-custom-unit02 .p-custom-unit02__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit02 .p-custom-unit02__text p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-service .p-custom-unit02 .p-custom-unit02__text p + p {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-service .p-custom-unit02 .p-custom-unit02__text p + p {
    margin-top: 5.3333333333vw;
  }
}
.p-service .p-small-link {
  -webkit-margin-before: 96px;
          margin-block-start: 96px;
  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-service .p-small-link {
    margin-top: 7.4666666667vw;
  }
}

.p-voice {
  -webkit-margin-before: 46px;
          margin-block-start: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-voice {
    -webkit-margin-before: calc((62/750)*100vw);
            margin-block-start: calc((62/750)*100vw);
  }
}
.p-voice .swiper-button-prev, .p-voice .swiper-button-next {
  background-image: none;
  width: 51px;
  height: 51px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .p-voice .swiper-button-prev, .p-voice .swiper-button-next {
    width: 6.8vw;
    height: 6.8vw;
    top: auto;
    margin: 0;
    bottom: calc((-73/750)*100vw);
  }
}
.p-voice .swiper-container {
  overflow: visible;
}
.p-voice .swiper-button-prev {
  left: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-voice .swiper-button-prev {
    left: calc((150/750)*100vw);
  }
}
.p-voice .swiper-button-next {
  right: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-voice .swiper-button-next {
    right: calc((150/750)*100vw);
  }
}
.p-voice .swiper-container-horizontal > .swiper-pagination-bullets, .p-voice .swiper-pagination-custom, .p-voice .swiper-pagination-fraction {
  bottom: -66px;
}
@media screen and (max-width: 999.98px) {
  .p-voice .swiper-container-horizontal > .swiper-pagination-bullets, .p-voice .swiper-pagination-custom, .p-voice .swiper-pagination-fraction {
    bottom: calc((-66/750)*100vw);
  }
}
.p-voice .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
@media screen and (max-width: 999.98px) {
  .p-voice .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc((10/750)*100vw);
  }
}
.p-voice .swiper-pagination-bullet-active {
  background-color: var(--color-orange01);
}
.p-voice .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 999.98px) {
  .p-voice .swiper-pagination-bullet {
    width: 2.2666666667vw;
    height: 2.2666666667vw;
  }
}

.p-voice-card {
  width: 1126px;
  padding-block: 72px 82px;
  padding-inline: 100px 110px;
  background-color: #fff;
  border-radius: 23px;
  border: 1px solid var(--color-orange01);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 88px 252px;
  grid-template-columns: auto 252px;
  gap: 0 88px;
  margin: auto;
  min-height: 588px;
}
.p-voice-card.-coming {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  place-items: center;
}
@media screen and (max-width: 1449.98px) {
  .p-voice-card {
    padding-block: 50.4px 57.4px;
    padding-inline: 70px 77px;
    width: calc(100% - 226px);
  }
}
@media screen and (max-width: 999.98px) {
  .p-voice-card {
    width: 100%;
    padding-block: calc((34/750)*100vw) calc((62/750)*100vw);
    padding-inline: calc((36/750)*100vw) calc((42/750)*100vw);
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: calc((34/750)*100vw) 0;
    border-radius: calc((23/750)*100vw);
    min-height: calc((793 / 750) * 100vw);
  }
}
.p-voice-card .p-voice-card__title {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
}
@media screen and (max-width: 1449.98px) {
  .p-voice-card .p-voice-card__title {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-voice-card .p-voice-card__title {
    font-size: 4.6666666667vw;
    line-height: 1.8;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto calc((135.38/750)*100vw);
    grid-template-columns: auto calc((135.38/750)*100vw);
  }
}
.p-voice-card .p-voice-card__title .inner {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-voice-card .p-voice-card__title .inner {
    display: block;
    width: 18.0506666667vw;
  }
}
.p-voice-card .p-voice-card__text {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-voice-card .p-voice-card__text {
    margin-top: 2.6666666667vw;
  }
}
.p-voice-card .p-voice-card__text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-voice-card .p-voice-card__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-voice-card .p-voice-card__text p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 999.98px) {
  .p-voice-card .p-voice-card__sub {
    width: 48.5333333333vw;
    margin: auto;
  }
  .p-voice-card .p-voice-card__sub img {
    display: none;
  }
}
.p-voice-card .p-voice-card__sub figcaption {
  border-top: 1px solid var(--base-text-color);
  font-size: 20px;
  line-height: 2.5;
  font-weight: 700;
  border-bottom: 1px solid var(--base-text-color);
  text-align: center;
}
@media screen and (max-width: 1449.98px) {
  .p-voice-card .p-voice-card__sub figcaption {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-voice-card .p-voice-card__sub figcaption {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
}

.p-voice-card-comming {
  width: 1126px;
  padding-block: 72px 82px;
  padding-inline: 100px 110px;
  background-color: #fff;
  border-radius: 23px;
  border: 1px solid var(--color-orange01);
  display: -ms-grid;
  display: grid;
  place-items: center;
  min-height: 588px;
}
@media screen and (max-width: 1449.98px) {
  .p-voice-card-comming {
    padding-block: 50.4px 57.4px;
    padding-inline: 70px 77px;
    width: calc(100% - 226px);
  }
}
@media screen and (max-width: 999.98px) {
  .p-voice-card-comming {
    width: 100%;
    padding-block: calc((34 / 750) * 100vw) calc((62 / 750) * 100vw);
    padding-inline: calc((36 / 750) * 100vw) calc((42 / 750) * 100vw);
  }
}
.p-voice-card-comming .p-voice-card-comming__title {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
}
@media screen and (max-width: 1449.98px) {
  .p-voice-card-comming .p-voice-card-comming__title {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-voice-card-comming .p-voice-card-comming__title {
    font-size: 4.6666666667vw;
    line-height: 1.8;
    min-height: calc((793 / 750) * 100vw);
  }
}

.p-recruit {
  margin-top: 52px;
}
@media screen and (max-width: 999.98px) {
  .p-recruit {
    margin-top: 32px;
  }
}
.p-recruit .p-recruit-head {
  max-width: 788px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-head {
    max-width: 384px;
  }
}
.p-recruit .p-recruit-title {
  font-size: 28px;
  line-height: 1.6071428571;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-recruit .p-recruit-text {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-text {
    margin-top: 24px;
  }
}
.p-recruit .p-recruit-text p {
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-text p {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.p-recruit .c-simple-heading02 + .p-recruit-link {
  margin-top: 20px;
}
.p-recruit .p-recruit-link {
  margin-top: 32px;
  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-recruit .p-recruit-link {
    margin-top: 24px;
  }
}
.p-recruit .p-recruit-link .p-recruit-link__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 384px 20px 384px;
  grid-template-columns: repeat(2, 384px);
  gap: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-link .p-recruit-link__list {
    max-width: 384px;
    width: 100%;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
  }
}
.p-recruit .p-recruit-link .p-recruit-link__list .title + a {
  margin-top: 6px;
}
.p-recruit .p-recruit-link .p-recruit-link__list .title {
  font-size: 21px;
  line-height: 1.5238095238;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-recruit .p-recruit-link .p-recruit-link__list .title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-recruit .p-recruit-link .p-recruit-link__list a {
  display: block;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.p-recruit .p-recruit-link .p-recruit-link__list a:hover {
  opacity: 0.7;
}
.p-recruit .p-recruit-link .p-recruit-link__list img {
  display: block;
  width: 100%;
  height: auto;
}
.p-recruit .p-recruit-head__item {
  margin-top: 54px;
}

.p-privacy-policy {
  padding-block: 120px 160px;
  padding-inline: 130px;
}
@media screen and (max-width: 1449.98px) {
  .p-privacy-policy {
    padding-inline: 0;
    padding-block: calc((100/750)*100vw) calc((130/750)*100vw);
  }
}
.p-privacy-policy .p-privacy-policy__head {
  -webkit-padding-after: 18px;
          padding-block-end: 18px;
  border-bottom: 1px solid var(--color-gray01);
}
@media screen and (max-width: 999.98px) {
  .p-privacy-policy .p-privacy-policy__head {
    -webkit-padding-after: calc((50/750)*100vw);
            padding-block-end: calc((50/750)*100vw);
  }
}
.p-privacy-policy .p-privacy-policy__head p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-privacy-policy .p-privacy-policy__head p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-privacy-policy .p-privacy-policy__head p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-privacy-policy .p-privacy-policy__head p + p {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-privacy-policy .p-privacy-policy__head p + p {
    -webkit-margin-before: calc((50/750)*100vw);
            margin-block-start: calc((50/750)*100vw);
  }
}
.p-privacy-policy .p-privacy-policy__contents {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-privacy-policy .p-privacy-policy__contents {
    -webkit-margin-before: calc((50/750)*100vw);
            margin-block-start: calc((50/750)*100vw);
  }
}
@media screen and (max-width: 999.98px) {
  .p-privacy-policy .p-privacy-policy__contents h2 + p {
    margin-top: 2.4vw;
  }
}
.p-privacy-policy .p-privacy-policy__contents h2 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 1449.98px) {
  .p-privacy-policy .p-privacy-policy__contents h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-privacy-policy .p-privacy-policy__contents h2 {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-privacy-policy .p-privacy-policy__contents p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1449.98px) {
  .p-privacy-policy .p-privacy-policy__contents p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-privacy-policy .p-privacy-policy__contents p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-privacy-policy .p-privacy-policy__item + .p-privacy-policy__item {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-privacy-policy .p-privacy-policy__item + .p-privacy-policy__item {
    -webkit-margin-before: calc((50/750)*100vw);
            margin-block-start: calc((50/750)*100vw);
  }
}

.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 #000;
  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: calc((20/750)*100vw) calc((40/750)*100vw);
  }
}

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

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

.p-place-card {
  margin-top: 40px;
}
.p-place-card .p-place-card__sub img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.p-place-card .p-place-card__main {
  margin-top: 12px;
}
.p-place-card .p-place-card__main .p-place-card__title {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #fff;
}
.p-place-card .p-place-card__main .p-place-card__meta {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 300;
  color: #fff;
}
.p-place-card .p-place-card__main .p-place-card__link {
  margin-top: 12px;
}

.p-person-card .p-person-card__sub img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.p-person-card .p-person-card__main {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.p-person-card .p-person-card__name {
  font-family: var(--base-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
}
.p-person-card .p-person-card__name .ja {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.p-person-card .p-person-card__name .en {
  font-size: 12px;
  line-height: 1.9166666667;
  font-weight: 700;
  letter-spacing: 0;
}

.p-icon-card01 {
  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-icon-card01 .p-icon-card01__image01 {
  width: 200px;
}
.p-icon-card01 .p-icon-card01__image01 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-icon-card01 .p-icon-card01__title {
  -webkit-margin-before: 18px;
          margin-block-start: 18px;
  text-align: center;
  font-size: 23px;
  line-height: 1.652173913;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-icon-card01 .p-icon-card01__text01 {
  margin-top: 16px;
}
.p-icon-card01 .p-icon-card01__text01 p {
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 300;
  letter-spacing: 0;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .p-contact .p-contact__privacy {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .p-contact .p-contact__box-input:last-child input {
  position: relative;
  width: 296px;
  height: 66px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: var(--color-orange01);
  color: #fff;
  border-color: #fff;
  border-radius: 43px;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .p-contact .p-contact__box-input:last-child input:hover, .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .p-contact .p-contact__box-input:last-child input:focus-visible {
  color: var(--color-orange01);
  border: 2px solid var(--color-orange01);
  background-color: #fff;
}

.p-contact-thanks {
  padding: 122px 0 90px;
}
@media screen and (max-width: 999.98px) {
  .p-contact-thanks {
    padding-top: 12vw;
    padding-bottom: 9.3333333333vw;
  }
}
.p-contact-thanks p {
  font-size: 26px;
  line-height: 1.9230769231;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1449.98px) {
  .p-contact-thanks p {
    font-size: 18.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact-thanks p {
    font-size: 4vw;
    line-height: 1.6;
  }
}

.p-contact {
  padding: 0 200px;
}
@media screen and (max-width: 1449.98px) {
  .p-contact {
    padding: 0;
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
}
.p-contact .p-contact__head {
  padding: 122px 0 90px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__head {
    padding-top: 12vw;
    padding-bottom: 9.3333333333vw;
  }
}
.p-contact .p-contact__head p {
  font-size: 26px;
  line-height: 1.9230769231;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-contact__head p {
    font-size: 18.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__head p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-contact .p-contact__contact p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-contact__contact p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__contact p {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.p-contact .p-contact__form {
  margin-top: 16px;
  border-top: 1px solid var(--color-gray01);
  margin-bottom: 152px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__form {
    margin-top: 5.3333333333vw;
    padding-inline: calc((30/750)*100vw);
  }
}
.p-contact .p-contact__privacy {
  margin-top: 90px;
  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;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-contact__privacy {
    margin-top: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__privacy {
    margin-top: 14.9333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.p-contact .p-contact__privacy a {
  color: var(--base-text-color);
  text-decoration: underline;
}
.p-contact .p-contact__privacy .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}
.p-contact .p-contact__privacy .mwform-checkbox-field label::before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #d6dde3;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__privacy .mwform-checkbox-field label::before {
    width: 2.4vw;
    height: 2.4vw;
    border-radius: calc((3/750)*100vw);
  }
}
.p-contact .p-contact__privacy .mwform-checkbox-field label:has(:checked)::after {
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #2589d0;
  border-width: 0 3px 3px 0;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__privacy .mwform-checkbox-field label:has(:checked)::after {
    width: 0.6666666667vw;
    height: 1.3333333333vw;
    border-width: calc((3/750)*100vw) calc((3/750)*100vw) 0 0;
  }
}
.p-contact .p-contact__privacy .mwform-checkbox-field input {
  display: none;
}
.p-contact .p-contact__box {
  margin-top: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-contact__box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__box {
    margin-top: 14.9333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc((30/750)*100vw);
  }
}
.p-contact .p-contact__box .p-contact__box-input input {
  position: relative;
  width: 296px;
  height: 66px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--color-orange01);
  border: 2px solid var(--color-orange01);
  border-radius: 43px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-contact__box .p-contact__box-input input {
    width: 207.2px;
    font-size: 14px;
    height: 46.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__box .p-contact__box-input input {
    width: 76.8vw;
    height: 12vw;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
}
.p-contact .p-contact__box .p-contact__box-input input:hover, .p-contact .p-contact__box .p-contact__box-input input:focus-visible {
  background-color: var(--color-orange01);
  color: #fff;
  border-color: #fff;
}
.p-contact .p-form-dl {
  margin-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl {
    margin-top: 6.6666666667vw;
  }
}
.p-contact .p-form-dl dl + dl {
  margin-top: 60px;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-form-dl dl + dl {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl + dl {
    margin-top: 6.6666666667vw;
  }
}
.p-contact .p-form-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px auto;
  grid-template-columns: 240px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-form-dl dl {
    -ms-grid-columns: 180px auto;
    grid-template-columns: 180px auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: calc((36/750)*100vw) 0;
  }
}
.p-contact .p-form-dl dl dt {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-form-dl dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dt {
    font-size: 4vw;
    line-height: 1.2666666667;
  }
}
.p-contact .p-form-dl dl dd {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-form-dl dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.p-contact .p-form-dl dl dd.radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  /* チェック時の見た目 */
  /* 内側の白丸を疑似要素で作る */
  /* フォーカスリング（キーボード操作時） */
}
.p-contact .p-form-dl dl dd.radio input[type=radio] {
  /* まず元のラジオボタンを消す */
  -moz-appearance: none;
       appearance: none;
  /* ← Safari含め対応 */
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  /* 内側透明 */
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
  margin: 0 0 3px 0;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd.radio input[type=radio] {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin: 0 0 calc((4/750)*100vw) 0;
  }
}
.p-contact .p-form-dl dl dd.radio .mwform-radio-field-text {
  margin-left: 5px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd.radio .mwform-radio-field-text {
    margin-left: calc((5/750)*100vw);
  }
}
.p-contact .p-form-dl dl dd.radio input[type=radio]:checked {
  background-color: #fff;
}
.p-contact .p-form-dl dl dd.radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd.radio input[type=radio]:checked::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.p-contact .p-form-dl dl dd.radio input[type=radio]:focus-visible {
  outline: 2px solid rgba(0, 119, 255, 0.4);
  outline-offset: 2px;
}
.p-contact .p-form-dl dl dd.radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd.radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr calc((10/750)*100vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: calc((10/750)*100vw);
  }
  .p-contact .p-form-dl dl dd.radio .horizontal-item + .horizontal-item {
    margin: 0;
  }
}
.p-contact .p-form-dl dl dd .it-select {
  position: relative;
  width: 232px;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-form-dl dl dd .it-select {
    width: 162.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd .it-select {
    width: 38.4vw;
  }
}
.p-contact .p-form-dl dl dd .it-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13px;
  height: 11px;
  background-image: url(../../_assets/img/common/icon_three.png);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd .it-select:before {
    right: calc((25/750)*100vw);
    font-size: 4vw;
    line-height: 1.2666666667;
    width: 2.4066666667vw;
    height: 2.036vw;
  }
}
.p-contact .p-form-dl dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--color-gray01);
  border-radius: 3px;
  background: #fff;
  outline: none;
  padding: 20px 18px;
  border: 1px solid var(--color-gray01);
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  color: var(--base-text-color);
}
.p-contact .p-form-dl dl dd select :focus {
  outline: none;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-form-dl dl dd select {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd select {
    padding: calc((28/750)*100vw) calc((26/750)*100vw);
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.p-contact .p-form-dl dl dd .item-wrap {
  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: 999.98px) {
  .p-contact .p-form-dl dl dd .item-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr calc((32/750)*100vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: calc((32/750)*100vw);
  }
}
.p-contact .p-form-dl dl dd .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 26px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-form-dl dl dd .item-wrap .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd .item-wrap .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc((10/750)*100vw);
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.p-contact .p-form-dl dl dd textarea {
  padding: 20px 18px;
  border: 1px solid var(--color-gray01);
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  min-height: 404px;
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-form-dl dl dd textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd textarea {
    padding: calc((28/750)*100vw) calc((26/750)*100vw);
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.p-contact .p-form-dl dl dd input[type=text], .p-contact .p-form-dl dl dd input[type=email] {
  padding: 20px 10px;
  border: 1px solid var(--color-gray01);
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}
.p-contact .p-form-dl dl dd input[type=text]::-webkit-input-placeholder, .p-contact .p-form-dl dl dd input[type=email]::-webkit-input-placeholder {
  color: var(--color-gray01);
}
.p-contact .p-form-dl dl dd input[type=text]::-moz-placeholder, .p-contact .p-form-dl dl dd input[type=email]::-moz-placeholder {
  color: var(--color-gray01);
}
.p-contact .p-form-dl dl dd input[type=text]:-ms-input-placeholder, .p-contact .p-form-dl dl dd input[type=email]:-ms-input-placeholder {
  color: var(--color-gray01);
}
.p-contact .p-form-dl dl dd input[type=text]::-ms-input-placeholder, .p-contact .p-form-dl dl dd input[type=email]::-ms-input-placeholder {
  color: var(--color-gray01);
}
.p-contact .p-form-dl dl dd input[type=text]::placeholder, .p-contact .p-form-dl dl dd input[type=email]::placeholder {
  color: var(--color-gray01);
}
@media screen and (max-width: 1449.98px) {
  .p-contact .p-form-dl dl dd input[type=text], .p-contact .p-form-dl dl dd input[type=email] {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-form-dl dl dd input[type=text], .p-contact .p-form-dl dl dd input[type=email] {
    padding: calc((28/750)*100vw) calc((26/750)*100vw);
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}

/*
.p-contact {
  padding-top: 52px;
  .p-contact__head {
    p {
      @include mixin.font(15,25);
      letter-spacing: 0;
      font-weight: 400;
    }
  }
  .p-contact__contents {
    margin-top: 46px;
  }
}
.p-contact-end {
  .p-contact-end__title {
    position: relative;
    padding-top: 96px;
    text-align: center;
    @include mixin.font(32,55);
    font-weight: 400;
    letter-spacing: 0;
    @media screen and (max-width: 999.98px) {
      @include mixin.font(18,28);
    }
    &:before{
      position: absolute;
      top: 0;
      @include mixin.l-center();
      background-image: url(../../_assets/img/common/icon_form-check.png);
      @include mixin.bg-image();
      width: 59.6px;
      height: 54px;
    }
  }
  .p-contact-end__text {
    margin-top: 28px;
    p {
      text-align: center;
      @include mixin.font(16,28);
      letter-spacing: 0;
      font-weight: 300;
      @media screen and (max-width: 999.98px) {
        @include mixin.font(13,25);
      }
    }
  }
  .p-contact-end__link {
    margin-top: 84px;
    display: flex;
    justify-content: center;
    @media screen and (max-width: 999.98px) {
      margin-top: 30px;
    }
  }
}
.p-form {
  .p-form__privacy {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    @include mixin.font(15,26);
    letter-spacing: 0;
    font-weight: 300;
    a {
      text-decoration: underline;
      color: color.$color-primary;
    }
  }
  .p-form__input {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 0 20px;
    @media screen and (max-width: 999.98px) {
      flex-direction: column;
      align-items: center;
      gap: 16px 0;
    }
    .p-form__box-input {
      position: relative;
      max-width: 384px;
      width: 100%;
      &:first-child {
        display: none;
      }
      &:before{
        position: absolute;
        @include mixin.t-center();
        right: 30px;
        @include mixin.bg-image();
        width: 13.05px;
        height: 11.42px;
        background-image: url(../../_assets/img/common/icon-akar-arrow-right.png);
        transition: .2s;
        z-index: 10;
      }
      &:hover {
        background: none;
        color: color.$color-primary;
        input {
          background: none;
          color: color.$color-primary;
        }
        &:before {
          right: 24px;
          background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
        }
      }
    }
    input {
      position: relative;
      width: 100%;
      padding: 19.5px 30px;
      background: color.$color-primary;
      color: #fff;
      @include mixin.font(16,32);
      font-weight: 400;
      letter-spacing: 0;
      border-radius: 10px;
      transition: .4s;
      border: 2px solid color.$color-primary;
      @media screen and (max-width: 999.98px) {
        padding: 14.5px 30px;
      }
    }
  }
  .p-form__dl {
    dl {
      display: grid;
      grid-template-columns: 260px auto;
      padding: 20px 0;
      border-top: 1px solid color.$color-gray02;
      @media screen and (max-width: 999.98px) {
        padding: 16px 0;
        grid-template-columns: 100%;
        gap: 10px 0;
      }
      &:last-child {
        border-bottom: 1px solid color.$color-gray02;
      }
      .name {
        display: flex;
        align-items: center;
        gap: 0 10px;
        @include mixin.font(16,35);
        letter-spacing: 0;
        font-weight: 400;
        @media screen and (max-width: 999.98px) {
          @include mixin.font(13,29);
        }
      }
      .option {
        @include mixin.font(13,24);
        letter-spacing: 0;
        font-weight: 400;
        @media screen and (max-width: 999.98px) {
          @include mixin.font(10,27);
        }
      }
      dt {
      }
      dd {
        input {
          padding: 16px;
          border: 1px solid #000;
          border-radius: 3px;
          width: 100%;
          @include mixin.font(16,35);
          letter-spacing: 0;
          font-weight: 400;
          @media screen and (max-width: 999.98px) {
            padding: 9px;
            @include mixin.font(13,29);
          }
        }
        select {
          padding: 16px;
          border: 1px solid #000;
          border-radius: 3px;
          width: 100%;
          @include mixin.font(16,35);
          letter-spacing: 0;
          font-weight: 400;
          @media screen and (max-width: 999.98px) {
            padding: 9px;
            @include mixin.font(13,29);
          }
        }
        textarea {
          padding: 16px;
          border: 1px solid #000;
          border-radius: 3px;
          width: 100%;
          @include mixin.font(16,35);
          letter-spacing: 0;
          font-weight: 400;
          min-height: 210px;
          @media screen and (max-width: 999.98px) {
            padding: 9px;
            @include mixin.font(13,29);
          }
        }
        .item + .item {
          margin-top: 14px;
        }
        .item {
          &.-short {
            max-width: 415px;
            width: 100%;
          }
        }
      }
    }
  }
}
.page-to {
  .p-form__input {
    .p-form__box-input {
      position: relative;
      max-width: 384px;
      width: 100%;
      gap: 0 20px;
      &:last-child {
        display: block;
      }
    }
  }
}

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


 */
.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: #0033A4;
  -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 #0033A4;
}
.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: #0033A4;
}
.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 #0033A4;
}
.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: #000;
}
.p-sitemap .menu-sitemap-container .menu li + li {
  margin-top: 8px;
}

.p-head .p-head__title {
  margin: auto;
}
.p-head .p-head__title.-contact {
  width: 408.96px;
}
@media screen and (max-width: 1449.98px) {
  .p-head .p-head__title.-contact {
    width: 286.272px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-head .p-head__title.-contact {
    width: 54.528vw;
  }
}
.p-head .p-head__title.-recruit {
  width: 355.05px;
}
@media screen and (max-width: 1449.98px) {
  .p-head .p-head__title.-recruit {
    width: 248.535px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-head .p-head__title.-recruit {
    width: 47.34vw;
  }
}
.p-head .p-head__title.-news {
  width: 239.38px;
}
@media screen and (max-width: 1449.98px) {
  .p-head .p-head__title.-news {
    width: 167.566px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-head .p-head__title.-news {
    width: 31.9173333333vw;
  }
}
.p-head .p-head__title.-service {
  width: 348.28px;
}
@media screen and (max-width: 1449.98px) {
  .p-head .p-head__title.-service {
    width: 243.796px;
  }
}
.p-head .p-head__title.-consulting {
  width: 283.54px;
}
@media screen and (max-width: 1449.98px) {
  .p-head .p-head__title.-consulting {
    width: 198.478px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-head .p-head__title.-consulting {
    width: 37.8053333333vw;
  }
}
.p-head .p-head__title.-buy {
  width: 176.38px;
}
@media screen and (max-width: 1449.98px) {
  .p-head .p-head__title.-buy {
    width: 123.466px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-head .p-head__title.-buy {
    width: 23.5173333333vw;
  }
}
.p-head .p-head__title.-rental {
  width: 167.19px;
}
@media screen and (max-width: 1449.98px) {
  .p-head .p-head__title.-rental {
    width: 117.033px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-head .p-head__title.-rental {
    width: 22.292vw;
  }
}
.p-head .p-head__title img {
  display: block;
  width: 100%;
}
.p-head .p-head__copy {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-head .p-head__copy {
    margin-top: 4vw;
  }
}
.p-head .p-head__text {
  -webkit-margin-before: 58px;
          margin-block-start: 58px;
}
@media screen and (max-width: 1449.98px) {
  .p-head .p-head__text {
    -webkit-margin-before: 40.6px;
            margin-block-start: 40.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-head .p-head__text {
    margin-top: 6.6666666667vw;
  }
}
.p-head .p-head__text p {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-head .p-head__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-head .p-head__text p {
    text-align: left;
    font-size: 4vw;
    line-height: 1.6;
  }
}

.p-sub-head .p-sub-head__copy {
  margin: auto;
}
.p-sub-head .p-sub-head__copy.-value {
  width: 169.27px;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-head .p-sub-head__copy.-value {
    width: 118.489px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-head .p-sub-head__copy.-value {
    width: 22.5693333333vw;
  }
}
.p-sub-head .p-sub-head__copy.-message {
  width: 251.15px;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-head .p-sub-head__copy.-message {
    width: 175.805px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-head .p-sub-head__copy.-message {
    width: 33.4866666667vw;
  }
}
.p-sub-head .p-sub-head__copy.-office {
  width: 456.13px;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-head .p-sub-head__copy.-office {
    width: 319.291px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-head .p-sub-head__copy.-office {
    width: 38.1666666667vw;
  }
}
.p-sub-head .p-sub-head__copy.-overview {
  width: 286.25px;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-head .p-sub-head__copy.-overview {
    width: 200.375px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-head .p-sub-head__copy.-overview {
    width: 38.1666666667vw;
  }
}
.p-sub-head .p-sub-head__title {
  margin-top: 32px;
  font-size: 57px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-head .p-sub-head__title {
    font-size: 39.9px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-head .p-sub-head__title {
    margin-top: 4.2666666667vw;
    font-size: 7.6vw;
    line-height: 1;
  }
}
.p-sub-head .p-sub-head__title.-light {
  margin-top: 28px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1449.98px) {
  .p-sub-head .p-sub-head__title.-light {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-sub-head .p-sub-head__title.-light {
    margin-top: 3.4666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}
.p-sub-head .p-sub-head__image01 {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-head .p-sub-head__image01 {
    margin-top: 6.4vw;
  }
}
.p-sub-head .p-sub-head__image01 img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.p-map-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 560px 40px auto;
  grid-template-columns: 560px auto;
  gap: 0 40px;
}
.p-map-unit .p-map-unit__map {
  width: 100%;
  height: 338px;
  overflow: hidden;
}
.p-map-unit .p-map-unit__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-map-unit .p-map-unit__dl + .p-map-unit__dl {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.p-map-unit .p-map-unit__dl {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.p-map-unit .p-map-unit__dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 300;
}
.p-map-unit .p-map-unit__link {
  -webkit-margin-before: 62px;
          margin-block-start: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.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;
}

.js-switch02 .js-switch02-btn {
  display: block;
  cursor: pointer;
}
.js-switch02 .js-switch02-btn button {
  cursor: pointer;
}
.js-switch02 .js-switch02-contents {
  display: none;
}
.js-switch02 .js-switch-cancel {
  display: none;
}
.js-switch02.open .js-switch-cancel {
  display: block;
}

.p-detail-link {
  margin: 152px auto;
  max-width: 1170px;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-detail-link {
    margin-top: 12.2666666667vw;
    padding-bottom: 13.6vw;
    margin-bottom: calc((130/750)*100vw);
    padding-inline: calc((40 / 750) * 100vw);
  }
}
.p-detail-link .postLink {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-detail-link .postLink .postLink__Preview a, .p-detail-link .postLink .postLink__Next a {
  position: relative;
  width: 296px;
  height: 66px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--color-orange01);
  border: 2px solid var(--color-orange01);
  border-radius: 43px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 1449.98px) {
  .p-detail-link .postLink .postLink__Preview a, .p-detail-link .postLink .postLink__Next a {
    width: 207.2px;
    font-size: 14px;
    height: 46.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-detail-link .postLink .postLink__Preview a, .p-detail-link .postLink .postLink__Next a {
    width: 40.5333333333vw;
    height: 12vw;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
}
.p-detail-link .postLink .postLink__Preview a:before, .p-detail-link .postLink .postLink__Next a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 28px;
  width: 10px;
  /* 底辺10px */
  height: calc(10px * 0.8660254038);
  /* 高さ = 辺×√3/2 */
  background: var(--color-orange01);
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  /* 上向き */
  content: "";
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1449.98px) {
  .p-detail-link .postLink .postLink__Preview a:before, .p-detail-link .postLink .postLink__Next a:before {
    width: 7px;
    height: calc(10px*0.7 * 0.8660254038);
    right: 19.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-detail-link .postLink .postLink__Preview a:before, .p-detail-link .postLink .postLink__Next a:before {
    right: calc((24/750)*100vw);
    width: calc((20/750)*100vw);
    height: calc(((20*0.7660254038)/750)*100vw);
  }
}
.p-detail-link .postLink .postLink__Preview a:after, .p-detail-link .postLink .postLink__Next a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 28px;
  width: 10px;
  /* 底辺10px */
  height: calc(10px * 0.8660254038);
  /* 高さ = 辺×√3/2 */
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  /* 上向き */
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  /* 開始を遅らせる */
}
@media screen and (max-width: 1449.98px) {
  .p-detail-link .postLink .postLink__Preview a:after, .p-detail-link .postLink .postLink__Next a:after {
    width: 7px;
    height: calc(10px*0.7 * 0.8660254038);
    right: 19.6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-detail-link .postLink .postLink__Preview a:after, .p-detail-link .postLink .postLink__Next a:after {
    right: calc((24/750)*100vw);
    width: calc((20/750)*100vw);
    height: calc(((20*0.7660254038)/750)*100vw);
  }
}
.p-detail-link .postLink .postLink__Preview a:hover, .p-detail-link .postLink .postLink__Preview a:focus-visible, .p-detail-link .postLink .postLink__Next a:hover, .p-detail-link .postLink .postLink__Next a:focus-visible {
  background-color: var(--color-orange01);
  color: #fff;
  border-color: #fff;
}
.p-detail-link .postLink .postLink__Preview a:hover:after, .p-detail-link .postLink .postLink__Preview a:focus-visible:after, .p-detail-link .postLink .postLink__Next a:hover:after, .p-detail-link .postLink .postLink__Next a:focus-visible:after {
  opacity: 1;
}
.p-detail-link .postLink .postLink__Preview a:hover:before, .p-detail-link .postLink .postLink__Preview a:focus-visible:before, .p-detail-link .postLink .postLink__Next a:hover:before, .p-detail-link .postLink .postLink__Next a:focus-visible:before {
  opacity: 0;
}
.p-detail-link .postLink .postLink__center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 999.98px) {
  .p-detail-link .postLink .postLink__center {
    top: auto;
    bottom: calc((-104/750)*100vw);
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
}
.p-detail-link .postLink .postLink__center a {
  color: var(--color-black02);
  text-decoration: underline;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .p-detail-link .postLink .postLink__center a {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-detail-link .postLink .postLink__center a {
    font-size: 3.4666666667vw;
    line-height: 1;
  }
}

.p-detail {
  padding: 106px 80px 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail {
    padding-top: 13.3333333333vw;
    padding-inline: 0;
  }
}
.p-detail .p-detail__title {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 700;
}
@media screen and (max-width: 1449.98px) {
  .p-detail .p-detail__title {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__title {
    font-size: 30px;
    line-height: 1.6;
  }
}

.p-detail__meta {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 999.98px) {
  .p-detail__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc((18/750)*100vw) 0;
  }
}
.p-detail__meta .p-detail__date {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-detail__meta .p-detail__date {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-detail__meta .p-detail__category .c-category-small {
  width: 146px;
  height: 34px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: var(--color-orange01);
  border: 1px solid var(--color-orange01);
  color: #fff;
  border-radius: 60px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 1449.98px) {
  .p-detail__meta .p-detail__category .c-category-small {
    width: 102.2px;
    font-size: 11.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-detail__meta .p-detail__category .c-category-small {
    width: 33.0666666667vw;
    height: 7.2vw;
    border-radius: calc((18/750)*100vw);
    font-size: 3.4666666667vw;
    line-height: 1;
  }
}

.p-detail__contents {
  margin-top: 56px;
  padding: 0 128px;
  margin-inline: auto;
  max-width: 1170px;
  width: 100%;
}
@media screen and (max-width: 1449.98px) {
  .p-detail__contents {
    padding: 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-detail__contents {
    margin-top: 7.4666666667vw;
  }
}
.p-detail__contents .wp-block-image {
  margin: 40px 0;
}
.p-detail__contents .wp-block-image:first-child {
  margin-top: 0;
}
.p-detail__contents .wp-block-image:last-child {
  margin-bottom: 0;
}
.p-detail__contents h2 {
  margin-top: 40px;
}
.p-detail__contents h2 + p {
  margin-top: 12px;
}
.p-detail__contents h3 {
  margin-top: 30px;
}
.p-detail__contents h3 + p {
  margin-top: 12px;
}
.p-detail__contents h4 {
  margin-top: 30px;
}
.p-detail__contents h4 + p {
  margin-top: 12px;
}
.p-detail__contents h5 {
  margin-top: 24px;
}
.p-detail__contents h5 + p {
  margin-top: 12px;
}
.p-detail__contents h6 {
  margin-top: 24px;
}
.p-detail__contents h6 + p {
  margin-top: 12px;
}
.p-detail__contents p + p {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-detail__contents p + p {
    margin-top: 5.0666666667vw;
  }
}
.p-detail__contents .wp-block-list li {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1449.98px) {
  .p-detail__contents .wp-block-list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-detail__contents .wp-block-list li {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-detail__contents p {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1449.98px) {
  .p-detail__contents p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-detail__contents p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-detail__contents img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-detail__contents img {
    border-radius: calc((30/750)*100vw);
  }
}

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

.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 calc((20 / 640) * 100vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: calc((58 / 640) * 100vw) calc((20 / 640) * 100vw);
  }
}

.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 calc((16 / 640) * 100vw);
  }
}
.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: 13.6vw;
    padding-bottom: 6.1333333333vw;
  }
}
.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: 7.2vw;
    padding-bottom: 5.2vw;
    padding-left: calc((30/640)*100vw);
    padding-right: calc((30/640)*100vw);
    border-radius: calc((15/640)*100vw);
    -webkit-box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(42, 77, 27, 0.1);
            box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) 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: calc((-93/640)*100vw);
    right: calc((-5/640)*100vw);
    width: 18.6666666667vw;
  }
}
.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: 4.6666666667vw;
    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: 2.6666666667vw;
    font-size: 2.6666666667vw;
    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: 5.3333333333vw;
    -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: 4.2666666667vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li:not(:last-child) {
    padding-bottom: 5.8666666667vw;
  }
}

.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: 7.2vw;
    padding-bottom: 5.2vw;
    padding-left: calc((30/640)*100vw);
    padding-right: calc((30/640)*100vw);
    border-radius: calc((15/640)*100vw);
  }
}
.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: 4.6666666667vw;
    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: 2.6666666667vw;
    font-size: 2.6666666667vw;
    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: 5.3333333333vw;
    -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: 4.2666666667vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li:not(:last-child) {
    padding-bottom: 5.8666666667vw;
  }
}

.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: 7.2vw;
    padding-bottom: 5.2vw;
    padding-left: calc((30/640)*100vw);
    padding-right: calc((30/640)*100vw);
    border-radius: calc((15/640)*100vw);
    -webkit-box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(42, 77, 27, 0.1);
            box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) 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: 4.6666666667vw;
    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: 2.6666666667vw;
    font-size: 2.6666666667vw;
    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: 5.3333333333vw;
    -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: 4.2666666667vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li:not(:last-child) {
    padding-bottom: 5.8666666667vw;
  }
}

.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 > .p-footer__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-footer__nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .index-about__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .index-about__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-recruit-unit__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-recruit-unit__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.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){
  .p-footer .p-footer__contents .p-footer__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-footer .p-footer__contents .p-footer__nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .index-about .index-about__contents .index-about__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .index-about .index-about__contents > .index-about__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .index-about .index-about__contents .index-about__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .index-about .index-about__contents > .index-about__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-recruit-unit .p-recruit-unit__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .index-about .index-about__contents > .p-recruit-unit__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-recruit-unit > .p-recruit-unit__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-recruit-unit .p-recruit-unit__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .index-about .index-about__contents > .p-recruit-unit__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-recruit-unit > .p-recruit-unit__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse .sec-panel__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .index-about .index-about__contents > .sec-panel__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-recruit-unit > .sec-panel__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .sec-panel__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse .sec-panel__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .index-about .index-about__contents > .sec-panel__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-recruit-unit > .sec-panel__sub {
    -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: #0033A4;
}
.p-widget .p-widget__content {
  margin-top: 20px;
}

.p-404page {
  padding: 200px 0;
  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: #000;
  text-align: center;
  text-decoration: underline;
}

.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: 34.6666666667vw;
  }
}
.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 #000;
  color: #000;
  -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 #000;
}
.wp-edit h2 {
  margin: 80px 0 18px;
  display: block;
  width: 100%;
  padding: 20px 20px;
  background: #003167;
  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 #0033A4;
  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;
  }
}

.p-price-table table {
  width: 100%;
}
.p-price-table table tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--color-gray01);
}
.p-price-table table tr:last-child {
  border-bottom: 1px solid var(--color-gray01);
}
.p-price-table table tr th {
  background-color: var(--color-orange02);
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  text-align: left;
}
.p-price-table table tr td {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
}

.burger {
  position: absolute;
  color: #000;
  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: 16px;
    right: 20px;
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    border: 1px solid #000;
  }
}
.burger:focus {
  outline: none;
  background: none;
}
.burger .burger__text {
  display: none;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .burger .burger__text {
    margin-top: 30px;
    display: inline-block;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-family: var(--base-font);
    text-transform: uppercase;
  }
}
@media screen and (max-width: 999.98px) {
  .burger.open {
    position: fixed;
  }
}
.burger .x,
.burger .y,
.burger .z {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  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: 12px;
    height: 1px;
    border-radius: 2px;
  }
}
.burger .x {
  top: 8px;
}
@media screen and (max-width: 999.98px) {
  .burger .x {
    top: 12px;
  }
}
.burger .y {
  top: 8px;
}
@media screen and (max-width: 999.98px) {
  .burger .y {
    top: 17px;
  }
}
.burger .z {
  top: 20px;
}
@media screen and (max-width: 999.98px) {
  .burger .z {
    top: 17px;
  }
}
.burger .collapse {
  top: 23px;
  -webkit-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
@media screen and (max-width: 999.98px) {
  .burger .collapse {
    top: 15px;
  }
}
.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(35deg);
          transform: rotate(35deg);
  -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(145deg);
          transform: rotate(145deg);
  -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 calc((22/640)*100vw);
  }
}
.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: #000;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-nav ul li a {
    font-size: 2.6666666667vw;
    line-height: 2.25;
  }
}

.p-sns-nav {
  padding: 0 10px;
}
@media screen and (max-width: 999.98px) {
  .p-sns-nav {
    position: fixed;
    top: calc((18/640)*100vw);
    right: calc((80/640)*100vw);
    padding: 0 calc((40/640)*100vw);
  }
}
.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 calc((20/640)*100vw);
    -ms-grid-columns: calc((54/640)*100vw) calc((20/640)*100vw) calc((54/640)*100vw);
    grid-template-columns: repeat(2, calc((54/640)*100vw));
  }
}
.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-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;
    -webkit-padding-before: 100px;
            padding-block-start: 100px;
    padding-inline: 43px;
    z-index: 1010;
    top: 0;
    right: -200%;
    margin: 0;
    background: white;
    width: 100%;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0;
    height: 100vh;
    padding-bottom: 26.6666666667vw;
  }
}
.p-gNavSP .burger {
  z-index: 1020;
}
.p-gNavSP .burger__text {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@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: 32px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-gNavSP .p-gnav .p-gnav__link {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .p-gNavSP .p-gnav .p-gnav__link a.c-link01 {
    width: 100%;
  }
}
.p-gNavSP .p-gnav .p-gnav__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 22px;
  margin-left: 34px;
}
.p-gNavSP .p-gnav .p-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 60px;
  height: 100%;
}
@media screen and (max-width: 1449.98px) {
  .p-gNavSP .p-gnav .p-gnav__list {
    gap: 0 30px;
  }
}
@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 .p-gnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item {
    border-top: 1px solid var(--color-gray01);
  }
  .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item:last-child {
    display: none;
  }
}
.p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01, .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item .c-g-link01 {
  position: relative;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--color-black02);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
.p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01.-comming, .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item .c-g-link01.-comming {
  color: var(--color-gray02);
}
.p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01.-comming:hover:before, .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item .c-g-link01.-comming:hover:before {
  opacity: 0;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01, .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item .c-g-link01 {
    font-size: 17px;
    padding: 25px 6px;
  }
}
.p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01:before, .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item .c-g-link01:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-color: var(--color-orange01);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01:before, .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item .c-g-link01:before {
    display: none;
  }
}
@media screen and (max-width: 1449.98px) {
  .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01, .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item .c-g-link01 {
    font-size: 14px;
  }
}
.p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01:hover:before, .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item .c-g-link01:hover:before {
  opacity: 1;
}
.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: #000;
  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;
  height: 100vh;
}
.p-gNavSP.open .p-gNavSP__link-sp {
  z-index: 900;
}
.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: #000;
  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 #000;
}
.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: #000;
  padding: 8px 0 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}

.p-burger-block {
  padding: 0 calc((30/390)*100vw);
}
.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: #000;
  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: #000;
  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;
}

.p-sp-b-nav .p-sp-b-nav__search {
  margin-top: 15px;
}
.p-sp-b-nav .p-sp-b-nav__search .searchform > div {
  position: relative;
}
.p-sp-b-nav .p-sp-b-nav__search .searchform > div input[type=text] {
  padding: 12px 18px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.p-sp-b-nav .p-sp-b-nav__search .searchform > div input[type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  background: none;
  border: none;
}
.p-sp-b-nav .p-sp-b-nav__search .searchform > div #searchsubmit {
  width: 19px;
  /* ボタンサイズ調整 */
  height: 19px;
  background-image: url("../../_assets/img/common/eyes-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  padding: 0;
}
.p-sp-b-nav .p-sp-b-nav__item {
  border-bottom: 1px solid #C1C1C1;
  padding: 10px 0;
}
.p-sp-b-nav .p-sp-b-nav__item .p-sp-b-nav__link, .p-sp-b-nav .p-sp-b-nav__item a.p-sp-b-nav__link {
  display: block;
  padding: 10px 0;
  font-size: 2vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 300;
  color: #000;
}
.p-sp-b-nav .p-sp-b-nav__item .p-sp-b-nav__link.-child, .p-sp-b-nav .p-sp-b-nav__item a.p-sp-b-nav__link.-child {
  padding-left: 18px;
  font-size: 2vw;
  line-height: 1;
  letter-spacing: 0.01em;
}
.p-sp-b-nav .p-sp-b-nav__item .p-sp-b-nav__link.-child .c-link-blank, .p-sp-b-nav .p-sp-b-nav__item a.p-sp-b-nav__link.-child .c-link-blank {
  font-size: 2vw;
  line-height: 1;
}
.p-sp-b-nav .p-sp-b-nav__link {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.p-eyes, button.p-eyes {
  display: block;
  width: 19px;
  background: none;
  cursor: pointer;
}
a.p-eyes img, button.p-eyes img {
  display: block;
  width: 100%;
  height: auto;
}

.search-box {
  position: absolute;
  top: 20px;
  top: 40px;
  right: 90px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.search-box.active {
  opacity: 1;
  pointer-events: auto;
}
.search-box input[type=submit] {
  cursor: pointer;
}
.search-box input[type=text] {
  min-width: 240px;
  padding: 8px 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.p-global-card {
  display: -ms-grid;
  display: grid;
  gap: 2px;
  width: 18.25px;
}
@media screen and (max-width: 999.98px) {
  .p-global-card {
    width: 26px;
  }
}
.p-global-card .p-global-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-global-card .p-global-card__text {
  text-align: center;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-weight: 400;
  color: #9F9F9F;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-global-card .p-global-card__text {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.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: 4.2666666667vw;
    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: calc(40px *0.9);
  height: calc(31px *0.9);
}
@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: #0033A4;
  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: #0033A4;
  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: calc((70/640)*100vw);
  }
}
.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: 4.5333333333vw;
  }
}
.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: 5.4506666667vw;
  }
}
.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: 3.7333333333vw;
    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: 6.5333333333vw;
    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: 1.0666666667vw;
    font-size: 2.5333333333vw;
    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: 3.4666666667vw;
  }
}

.p-line-box .p-line-box__title {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #0033A4;
  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: 3.8666666667vw;
    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: 3.7333333333vw;
  }
}

.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 #0033A4;
}
.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 calc((30/640)*100vw);
    -ms-grid-columns: calc((117/640)*100vw) calc((30/640)*100vw) calc((160/640)*100vw);
    grid-template-columns: calc((117/640)*100vw) calc((160/640)*100vw);
  }
}
.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: 3.7333333333vw;
    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-orang01 {
  background-color: var(--color-orange02);
}

.bg-gray01 {
  background-color: var(--color-orange03);
}

.c-heading01 {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 1449.98px) {
  .c-heading01 {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 999.98px) {
  .c-heading01 {
    font-size: 4.6666666667vw;
    line-height: 1;
  }
}
.c-heading01.-white {
  color: #fff;
}

.c-heading02 {
  font-size: 39px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-heading02 {
    font-size: 4.6666666667vw;
    line-height: 1;
  }
}
.c-heading02.-white {
  color: #fff;
}

.c-base-heading01 {
  font-size: 57px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .c-base-heading01 {
    font-size: 39.9px;
  }
}
@media screen and (max-width: 999.98px) {
  .c-base-heading01 {
    font-size: 5.7333333333vw;
    line-height: 1;
  }
}

button.c-btn-readmore {
  background: none;
  display: block;
}
button.c-btn-readmore .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 16px;
  color: #0033A4;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  button.c-btn-readmore .text {
    font-size: 13px;
    line-height: 2;
  }
}
button.c-btn-readmore .text .icon {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #0033A4;
  content: "";
}
@media screen and (max-width: 999.98px) {
  button.c-btn-readmore .text .icon {
    width: 20px;
    height: 20px;
  }
}
button.c-btn-readmore .text .icon::before, button.c-btn-readmore .text .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  button.c-btn-readmore .text .icon::before, button.c-btn-readmore .text .icon::after {
    width: 9px;
    height: 2px;
    border-radius: 2px;
  }
}
button.c-btn-readmore .text .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.open button.c-btn-readmore .text .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.c-time {
  color: #0033A4;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}

.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 #0033A4;
  -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: #0033A4;
}
a.c-fixed-btn.-accent {
  border-radius: 5px 0 0 0;
  background: #EC6A26;
}

html body .-comming {
  color: var(--color-gray02);
}

a.c-nav-link, .c-nav-link {
  position: relative;
  display: block;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  color: #000;
  font-size: 17px;
  line-height: 3.1176470588;
  font-weight: 700;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
a.c-nav-link.-comming, .c-nav-link.-comming {
  color: var(--color-gray02);
}
a.c-nav-link.-comming span:before, .c-nav-link.-comming span:before {
  background: var(--color-gray02);
}
@media screen and (max-width: 999.98px) {
  a.c-nav-link, .c-nav-link {
    font-size: 3.0666666667vw;
    line-height: 1;
    padding-left: calc((32/750)*100vw);
  }
}
a.c-nav-link:before, .c-nav-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  left: 0;
  width: 13px;
  /* 底辺13px */
  height: calc(13px * 0.8660254038);
  /* 高さ = 辺×√3/2 */
  background: #000;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  /* 上向き */
  content: "";
}
@media screen and (max-width: 999.98px) {
  a.c-nav-link:before, .c-nav-link:before {
    width: calc((20/750)*100vw);
    height: calc(((13px * 0.8660254038)/750)*100vw);
    /* 高さ = 辺×√3/2 */
  }
}
a.c-nav-link span, .c-nav-link span {
  position: relative;
  padding-bottom: 4px;
}
@media screen and (max-width: 999.98px) {
  a.c-nav-link span, .c-nav-link span {
    padding-bottom: 0.2666666667vw;
  }
}
a.c-nav-link span:before, .c-nav-link span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
}

a.c-nav-link-home {
  position: relative;
  display: block;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  color: #000;
  font-size: 17px;
  line-height: 3.1176470588;
  font-weight: 700;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  a.c-nav-link-home {
    font-size: 3.0666666667vw;
    line-height: 1;
    padding-left: calc((32/750)*100vw);
  }
}
a.c-nav-link-home:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -8px;
  background-image: url(../../_assets/img/common/icon_home.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20.87px;
  height: 21.14px;
}
@media screen and (max-width: 999.98px) {
  a.c-nav-link-home:before {
    width: 2.7826666667vw;
    height: 2.8186666667vw;
    left: calc((-8/750)*100vw);
  }
}
a.c-nav-link-home span {
  position: relative;
  padding-bottom: 4px;
}
@media screen and (max-width: 999.98px) {
  a.c-nav-link-home span {
    padding-bottom: 0.2666666667vw;
  }
}
a.c-nav-link-home span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
}

a.c-link01-large {
  position: relative;
  width: 433p;
  height: 85px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--color-orange01);
  border: 2px solid var(--color-orange01);
  border-radius: 43px;
  background-color: #fff;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 700;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 1449.98px) {
  a.c-link01-large {
    width: 303.1px;
    font-size: 17.5px;
    height: 59.5px;
  }
}
a.c-link01-large:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 34px;
  width: 13px;
  /* 底辺13px */
  height: calc(13px * 0.8660254038);
  /* 高さ = 辺×√3/2 */
  background: var(--color-orange01);
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  /* 上向き */
  content: "";
}
@media screen and (max-width: 1449.98px) {
  a.c-link01-large:before {
    width: 9.1px;
    height: calc(13px*0.7 * 0.8660254038);
    right: 23.8px;
  }
}
a.c-link01-large:hover, a.c-link01-large:focus-visible {
  background-color: var(--color-orange01);
  color: #fff;
  border-color: var(--color-orange01);
}
a.c-link01-large:hover:before, a.c-link01-large:focus-visible:before {
  background: #fff;
}

a.c-orange-link01 {
  width: 225px;
  height: 60px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: var(--color-orange01);
  border: 1px solid var(--color-orange01);
  color: #fff;
  border-radius: 60px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 1449.98px) {
  a.c-orange-link01 {
    width: 157.5px;
    font-size: 14px;
  }
}
a.c-orange-link01:hover, a.c-orange-link01:focus-visible {
  background-color: #fff;
  color: var(--color-orange01);
  border: 1px solid var(--color-orange01);
}

a.c-orange-link02, .c-orange-link02 {
  width: 406px;
  height: 86px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: var(--color-orange01);
  border: 1px solid var(--color-orange01);
  color: #fff;
  border-radius: 60px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 1449.98px) {
  a.c-orange-link02, .c-orange-link02 {
    font-size: 22.4px;
    width: 284.2px;
    height: 60.2px;
  }
}
@media screen and (max-width: 999.98px) {
  a.c-orange-link02, .c-orange-link02 {
    font-size: 4.2666666667vw;
    line-height: 1;
    width: 48.5333333333vw;
    height: 11.6vw;
    border-radius: calc((23/750)*100vw);
  }
}
a.c-orange-link02:hover, a.c-orange-link02:focus-visible, .c-orange-link02:hover, .c-orange-link02:focus-visible {
  background-color: #fff;
  color: var(--color-orange01);
  border: 1px solid var(--color-orange01);
}

.c-orange-link03 {
  width: 406px;
  height: 86px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: var(--color-orange01);
  border: 1px solid var(--color-orange01);
  color: #fff;
  border-radius: 23px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 1449.98px) {
  .c-orange-link03 {
    font-size: 22.4px;
    width: 284.2px;
    height: 60.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .c-orange-link03 {
    font-size: 4.2666666667vw;
    line-height: 1;
    width: 48.5333333333vw;
    height: 11.6vw;
    border-radius: calc((23/750)*100vw);
  }
}

.c-link-soon {
  position: relative;
  width: 296px;
  height: 66px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--color-orange01);
  border: 2px solid var(--color-orange01);
  border-radius: 43px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 1449.98px) {
  .c-link-soon {
    width: 207.2px;
    font-size: 14px;
    height: 46.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .c-link-soon {
    width: 76.8vw;
    height: 12vw;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
}

.c-link-coming-soon {
  position: relative;
  width: 296px;
  height: 66px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--color-black04);
  border-radius: 43px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 1449.98px) {
  .c-link-coming-soon {
    width: 207.2px;
    font-size: 14px;
    height: 46.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .c-link-coming-soon {
    width: 76.8vw;
    height: 12vw;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
}

a.c-link01 {
  position: relative;
  width: 296px;
  height: 66px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--color-orange01);
  border: 2px solid var(--color-orange01);
  border-radius: 43px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 1449.98px) {
  a.c-link01 {
    width: 207.2px;
    font-size: 14px;
    height: 46.2px;
  }
}
@media screen and (max-width: 999.98px) {
  a.c-link01 {
    width: 76.8vw;
    height: 12vw;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
}
a.c-link01:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 28px;
  width: 10px;
  /* 底辺10px */
  height: calc(10px * 0.8660254038);
  /* 高さ = 辺×√3/2 */
  background: var(--color-orange01);
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  /* 上向き */
  content: "";
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1449.98px) {
  a.c-link01:before {
    width: 7px;
    height: calc(10px*0.7 * 0.8660254038);
    right: 19.6px;
  }
}
@media screen and (max-width: 999.98px) {
  a.c-link01:before {
    right: calc((24/750)*100vw);
    width: calc((20/750)*100vw);
    height: calc(((20*0.7660254038)/750)*100vw);
  }
}
a.c-link01:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 28px;
  width: 10px;
  /* 底辺10px */
  height: calc(10px * 0.8660254038);
  /* 高さ = 辺×√3/2 */
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  /* 上向き */
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  /* 開始を遅らせる */
}
@media screen and (max-width: 1449.98px) {
  a.c-link01:after {
    width: 7px;
    height: calc(10px*0.7 * 0.8660254038);
    right: 19.6px;
  }
}
@media screen and (max-width: 999.98px) {
  a.c-link01:after {
    right: calc((24/750)*100vw);
    width: calc((20/750)*100vw);
    height: calc(((20*0.7660254038)/750)*100vw);
  }
}
a.c-link01:hover, a.c-link01:focus-visible {
  background-color: var(--color-orange01);
  color: #fff;
  border-color: #fff;
}
a.c-link01:hover:after, a.c-link01:focus-visible:after {
  opacity: 1;
}
a.c-link01:hover:before, a.c-link01:focus-visible:before {
  opacity: 0;
}

.c-eyes {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-eyes {
    font-size: 3.2vw;
    line-height: 1;
  }
}
.c-eyes span {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 999.98px) {
  .c-eyes span {
    padding-left: calc((44/640)*100vw);
  }
}
.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: 3.4786666667vw;
    height: 3.48vw;
  }
}

/*** 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: "";
  -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: calc(260px * 0.7);
  }
}
.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-check {
  position: relative;
  -webkit-padding-start: 70px;
          padding-inline-start: 70px;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1449.98px) {
  .c-check {
    font-size: 18.2px;
    -webkit-padding-start: 49px;
            padding-inline-start: 49px;
  }
}
@media screen and (max-width: 999.98px) {
  .c-check {
    -webkit-padding-start: calc((70/750)*100vw);
            padding-inline-start: calc((70/750)*100vw);
    font-size: 3.4666666667vw;
    line-height: 1.3461538462;
  }
}
.c-check:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 45.8px;
  height: 37px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_check.png);
}
@media screen and (max-width: 1449.98px) {
  .c-check:before {
    width: 32.06px;
    height: 25.9px;
  }
}
@media screen and (max-width: 999.98px) {
  .c-check:before {
    width: 6.1066666667vw;
    height: 4.9333333333vw;
  }
}

.c-need {
  color: var(--color-orange01);
}

.c-p-place-mark01 {
  padding-inline: 6.5px;
  border-radius: 10px;
  background-color: var(--mark-bg01);
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 600;
  letter-spacing: 0;
}

.c-link-mark01 {
  position: relative;
  color: var(--color-orange01);
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 600;
  letter-spacing: 0;
  padding-right: 16px;
}
.c-link-mark01:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  width: calc(19px/2);
  height: calc(25px/2);
  background-image: url(../../_assets/img/common/icon_orange01.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-category01 {
  display: -ms-inline-grid;
  display: inline-grid;
  padding-inline: 10px;
  padding-block: 9px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: var(--color-orange01);
}
@media screen and (max-width: 1449.98px) {
  .c-category01 {
    padding-inline: 7px;
    padding-block: 6.3px;
    font-size: 11.2px;
  }
}
@media screen and (max-width: 999.98px) {
  .c-category01 {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1;
    border-radius: calc((14/750)*100vw);
  }
}

.c-category02 {
  width: 100%;
  height: 20px;
  display: -ms-grid;
  display: grid;
  padding-inline: 10px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}
.c-category02.-info {
  background-color: var(--color-green01);
}
.c-category02.-tips {
  background-color: var(--color-yellow);
}

.ss {
  display: block;
}

.c-logo {
  width: 298px;
  height: 78px;
}
@media screen and (max-width: 1449.98px) {
  .c-logo {
    width: 208.6px;
    height: 54.6px;
  }
}
@media screen and (max-width: 1100px) {
  .c-logo {
    width: 178.8px;
    height: 46.8px;
  }
}
@media screen and (max-width: 999.98px) {
  .c-logo {
    width: 136px;
    height: 39px;
  }
}
.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;
}

.dk {
  display: block;
}