@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-green01: #63B285;
  --color-green02: #33755F;
  --color-green03: #EDF2F0;
  --color-green04: #DEE8E2;
  --color-green05: #44A06B;
  --color-green06: #A3C4B7;
  --color-green07: #175F46;
  --color-green08: #71897F;
  --color-green09: #9FAFA4;
  --color-green10: #62B285;
  --color-black:#333;
  --color-gray01:#9B9B9B;
  --color-gray02: #D3D3D3;
  --color-gray03:#C7C7C7;
  --color-gray04: #AAAAAA;
  --color-gray05: #C3C3C3;
  --color-gray06: #B7B7B7;
  --color-gray07: #707070;
  --color-gray08: #696969;
  --color-gray09: #6C6C6C;
  --color-black02: #2C2311;
  --color-blue02: #388AB6;
  --color-blue03: #0A3067;
  --color-blue04: #1C4A88;
  --color-blue05: #1974A5;
  --color-blue06: #388AB6;
  --color-blue07: #1D2088;
  --color-blue08: #F3F7F9;
  --cl01:#6FB844;
  --cl02:#41A0AE;
  --cl03:#3E9AD6;
  --cl04:#9073B2;
  --cl05:#3373A2;
  --cl06:#08B8D8;
  --cl07:#65689F;
  --cl08:#36BEF0;
  --color-brown01:#6D3C17;
  --color-orange01:#E8551C;
  --color-orange01-hover:#FF673C;
  --color-orange02: #FFF9E6;
  --color-orange03: #FFCB77;
  --color-orange04: #E0A573;
  --color-orange05: #FFC401;
  --color-orange06: #F06A37;
  --color-white:#fff;
  --color-yellow:#FFC400;
  --color-yellow02:#FFF3CF;
  --font-size-base: 16px;
  --spacing: 1.5rem;
  --text-font:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  --sub-font: "Hiragino Serif", serif;
  --base-en-font: "Red Hat Text", sans-serif;
  --base-width01: 1300px;
}

:root {
  --footer-bg:var(--color-brown01);
  --mark-bg01:var(--color-yellow);
  --contact-box-bg01:var(--color-orange01);
  --base-text-color:var(--color-black);
  --heading-en-color:var(--color-yellow);
}

* {
  -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 {
  letter-spacing: 0.3em;
}

main {
  display: block;
}

address {
  font-style: normal;
}

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

figure {
  margin: 0;
}

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

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

ol {
  list-style-type: none;
}

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

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

ul,
ol {
  list-style: none;
}

html.noscroll {
  overflow: hidden;
}

body button {
  border: none;
  padding: 0;
  font-family: var(--text-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;
}

.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: 58.1818181818vw;
  }
}
@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;
}

@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: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-prev:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/slide-prev.svg);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-prev:after {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-next {
  right: -28px;
  width: 56px;
  height: 56px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-next {
    bottom: calc((-62/375)*100vw);
    top: auto;
    right: calc((110/375)*100vw);
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/slide-next.svg);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-next:after {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}

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

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

.p-slow-sliders .swiper-slide:nth-child(odd) {
  margin-top: 3.5151515152vw;
}
.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.4545454545vw;
}

.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-image {
  position: relative;
}
.js-mask-image img {
  opacity: 0;
}
.js-mask-image.is_animation:before {
  width: 100%;
}
.js-mask-image.is_animationed:before {
  width: 0;
  left: auto;
  right: 0;
}
.js-mask-image.is_animationed img {
  opacity: 1;
}
.js-mask-image:before {
  background-color: #0033A4;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 5;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

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

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

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

.l-wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 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 25px;
}
@media screen and (max-width: 999.98px) {
  .l-wrapper {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}
@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 {
  min-width: 1280px;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .bg-base .bg-base__item {
    min-width: auto;
  }
}
.bg-base .bg-base__item.-bg01 {
  background: #dee2e4;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  z-index: 4000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-header {
    padding: 16px 20px;
    width: 100%;
    height: 45px;
  }
}
.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;
  padding-right: 130px;
}
@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__front {
  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-header .p-header__front {
    display: none;
  }
}
.p-header .p-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__head {
    padding-left: 0;
  }
}
@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-front-nav .p-front-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-front-nav .p-front-nav__list > li {
  position: relative;
}
.p-front-nav .p-front-nav__list > li.has-child:hover .p-front-nav__child {
  opacity: 1;
  visibility: visible;
}
.p-front-nav .p-front-nav__child {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--color-green03);
  padding: 10px 0;
  min-width: 210px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-front-nav .p-front-nav__child li .title {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #333;
  text-align: left;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}
.p-front-nav .p-front-nav__child li.child {
  padding-left: 18px;
}
.p-front-nav .p-front-nav__child li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #333;
  text-align: left;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-front-nav .p-front-nav__child li a:hover {
  color: var(--color-green02);
}

.p-access-box {
  margin-left: 14px;
  margin-right: 10px;
}
.p-access-box .p-access-box__meta {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.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-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .p-footer-fixed {
    width: 100%;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    bottom: 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer-fixed .p-footer-fixed__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-footer-fixed .p-footer-fixed__list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-footer-fixed .p-footer-fixed__list li + li {
    margin-top: 0;
  }
}
.p-footer-fixed .p-footer-fixed__list li:first-child a.p-footer-fixed-link {
  background: var(--color-green02);
  border: 1px solid var(--color-green02);
}
.p-footer-fixed .p-footer-fixed__list li:first-child a.p-footer-fixed-link:hover {
  background: #fff;
  color: var(--color-green02);
}
.p-footer-fixed .p-footer-fixed__list li:last-child a.p-footer-fixed-link {
  background: var(--color-green01);
  border: 1px solid var(--color-green01);
}
.p-footer-fixed .p-footer-fixed__list li:last-child a.p-footer-fixed-link:hover {
  background: #fff;
  color: var(--color-green01);
}
.p-footer-fixed .p-footer-fixed__list li a.p-footer-fixed-link {
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 65px;
  height: 155px;
  border-radius: 8px 0 0 8px;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 999.98px) {
  .p-footer-fixed .p-footer-fixed__list li a.p-footer-fixed-link {
    border-radius: 7px 7px 0 0;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1.3571428571;
    font-weight: 600;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-orientation: mixed;
  }
}

.p-footer .p-footer__layout {
  padding-block: 66px 42px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__layout {
    padding: 50px 32px;
  }
}
.p-footer .p-footer__contents {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.p-footer .p-footer__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (250px)[2];
  grid-template-columns: repeat(2, 250px);
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__nav {
    -ms-grid-columns: 104px auto;
    grid-template-columns: 104px auto;
  }
}
.p-footer .p-footer__copy {
  padding-block: 40px;
  background: var(--color-green02);
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__copy {
    padding-block: 32px;
  }
}
.p-footer .p-footer__copy small {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__copy small {
    font-size: 12px;
    line-height: 1;
  }
}

.p-footer-list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-footer-list li + li {
    margin-top: 16px;
  }
}
.p-footer-list li {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--base-text-color);
}
@media screen and (max-width: 999.98px) {
  .p-footer-list li {
    font-size: 13px;
    line-height: 1;
  }
}
.p-footer-list li a {
  color: var(--base-text-color);
}
.p-footer-list li.child {
  margin-left: 10px;
}
.p-footer-list li.child-child {
  margin-left: 20px;
}
.p-footer-list li.soon {
  color: var(--color-gray01);
}

.p-footer-bnr .p-footer-bnr__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 460px 10px 155px;
  grid-template-columns: 460px 155px;
  gap: 0 10px;
}
@media screen and (max-width: 999.98px) {
  .p-footer-bnr .p-footer-bnr__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer-bnr .p-footer-bnr__list li:last-child {
    width: 30.1333333333vw;
  }
}

.p-other-list {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 64px;
}
@media screen and (max-width: 999.98px) {
  .p-other-list {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
  }
}
.p-other-list a {
  color: var(--base-text-color);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .p-other-list a {
    font-size: 12px;
    line-height: 1;
  }
}

.no-fouc {
  visibility: hidden;
}

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

.p-main-visual {
  position: relative;
  margin-top: 130px;
  padding-left: 550px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual {
    margin-top: 45px;
    padding-left: calc((102/375)*100vw);
  }
}
.p-main-visual:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bdda7), color-stop(44.83%, #41876b), to(#145247));
  background: linear-gradient(#8bdda7 0%, #41876b 44.83%, #145247 100%);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual:before {
    height: 21.6vw;
  }
}
.p-main-visual .p-main-visual__copy {
  padding-block: 10px;
  background: #fff;
  font-size: 79px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-green02);
  display: inline-block;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__copy {
    padding-block: calc((4/375)*100vw);
    font-size: 9.0666666667vw;
    line-height: 1;
  }
}
.p-main-visual .p-main-visual__text {
  margin-top: 12px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__text {
    -webkit-margin-after: 4.8vw;
            margin-block-end: 4.8vw;
  }
}
.p-main-visual .p-main-visual__text p {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 500;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__text p {
    font-size: 2.4vw;
    line-height: 1.7777777778;
    background: #fff;
    display: inline-block;
    padding-right: calc((4/375)*100vw);
  }
}
.p-main-visual .p-main-visual__link {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__link {
    -webkit-margin-after: 4.2666666667vw;
            margin-block-end: 4.2666666667vw;
  }
}
.p-main-visual .p-main-visual__main {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 124px;
  padding-top: 120px;
  z-index: 20;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__main {
    padding-left: 20px;
    -webkit-padding-before: 14.9333333333vw;
            padding-block-start: 14.9333333333vw;
  }
}
.p-main-visual .p-main-visual__sub {
  padding-bottom: 68px;
  height: 630px;
}
@media screen and (min-width: 1500px) {
  .p-main-visual .p-main-visual__sub {
    height: 38.1818181818vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__sub {
    -webkit-padding-after: 9.0666666667vw;
            padding-block-end: 9.0666666667vw;
    height: 84.8vw;
  }
}
.p-main-visual .p-main-visual__dot {
  padding-top: 25px;
  padding-right: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__dot {
    -webkit-padding-before: 3.2vw;
            padding-block-start: 3.2vw;
    padding-right: calc((40/375)*100vw);
  }
}

.p-link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 12px 260px;
  grid-template-columns: repeat(2, 260px);
  gap: 0 12px;
}
@media screen and (max-width: 999.98px) {
  .p-link-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: calc((4/375)*100vw) 0;
  }
  .p-link-list a.c-link01 {
    width: 34.6666666667vw;
    height: 9.0666666667vw;
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
}

.fv-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv-slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.fv-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.fv-slider .slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 15px;
}
@media screen and (max-width: 999.98px) {
  .slider-dots {
    gap: 0 calc((12/375)*100vw);
  }
}

.slider-dots .dot {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 999.98px) {
  .slider-dots .dot {
    width: 2.4vw;
    height: 2.4vw;
    border-radius: 9px;
  }
}

.slider-dots .dot.is-active {
  background: var(--color-green01);
}

.p-slide-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-slide-area img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-slide-area .p-slide-area__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-slide-area .p-slide-area__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-padding-before: 12.2666666667vw;
            padding-block-start: 12.2666666667vw;
  }
}
.p-slide-area .p-slide-area__title {
  font-size: 45px;
  line-height: 1.2888888889;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .p-slide-area .p-slide-area__title {
    font-size: 6.1333333333vw;
    line-height: 1.8260869565;
  }
}
.p-slide-area .p-slide-area__title.-white {
  color: #fff;
  text-shadow: 0 0 20px #00000D;
}
.p-slide-area .p-slide-area__title.-black {
  color: #000;
  -webkit-box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.16);
          box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.16);
}
.p-slide-area .p-slide-area__text {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-slide-area .p-slide-area__text {
    margin-top: 13px;
  }
}
.p-slide-area .p-slide-area__text.-white p {
  color: #fff;
  text-shadow: 0 0 15px #00000D;
}
.p-slide-area .p-slide-area__text.-black p {
  color: #000;
  text-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
}
.p-slide-area .p-slide-area__text p {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .p-slide-area .p-slide-area__text p {
    font-size: 2.4vw;
    line-height: 2.2222222222;
  }
}
.p-slide-area .p-slide-area__link {
  margin-top: 48px;
}
@media screen and (max-width: 999.98px) {
  .p-slide-area .p-slide-area__link {
    -webkit-margin-after: 4.2666666667vw;
            margin-block-end: 4.2666666667vw;
  }
  .p-slide-area .p-slide-area__link a.c-link01 {
    padding: 16px;
    max-width: 300px;
  }
  .p-slide-area .p-slide-area__link a.c-link03 {
    padding: 16px;
    max-width: 300px;
  }
}

/*
 background-image: url(../../_assets/img/index/webp/obsession_main.webp);
 @media screen and (max-width: 999.98px) {
      margin-top: 40px;
    }
 */
.p-text p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-text p {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}
.p-text p + p {
  margin-top: 42px;
}
@media screen and (max-width: 999.98px) {
  .p-text p + p {
    margin-top: 20px;
  }
}
.p-text.-center p {
  text-align: center;
}

.min60 {
  min-height: 60px;
}
@media screen and (max-width: 999.98px) {
  .min60 {
    min-height: auto;
  }
}

.p-text-box {
  margin-top: 66px;
}
@media screen and (max-width: 999.98px) {
  .p-text-box {
    margin-top: 12px;
  }
}

.c-set-heading01-center + .p-copy {
  margin-top: 46px;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01-center + .p-copy {
    margin-top: 16px;
  }
}

.c-set-heading01-center + .p-text {
  margin-top: 46px;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01-center + .p-text {
    margin-top: 16px;
  }
}

.p-big-copy {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-big-copy {
    margin-top: 12px;
  }
}
.p-big-copy p {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  font-family: var(--sub-font);
}
@media screen and (max-width: 999.98px) {
  .p-big-copy p {
    font-size: 17px;
    line-height: 1.1764705882;
  }
}

.c-set-heading01-center + .p-large-copy {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01-center + .p-large-copy {
    margin-top: 12px;
  }
}

.p-large-copy p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-large-copy p {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.p-large-copy + .p-text {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-large-copy + .p-text {
    margin-top: 12px;
  }
}

.p-big-copy + .p-text-center {
  margin-top: 26px;
}
@media screen and (max-width: 999.98px) {
  .p-big-copy + .p-text-center {
    margin-top: 12px;
  }
}

.p-text-center p {
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-text-center p {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}

.p-slide-side {
  gap: 0 24px;
}

.swiper03 .swiper-slide {
  width: 346px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-slide01-box {
  margin-top: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-slide01-box {
    margin-top: 20px;
  }
}

.swiper-nav {
  position: absolute;
  top: 0;
  right: 40px;
}
@media screen and (max-width: 999.98px) {
  .swiper-nav {
    right: 20px;
  }
}
.swiper-nav .swiper-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
@media screen and (max-width: 999.98px) {
  .swiper-nav .swiper-nav__inner {
    gap: 0 8px;
  }
}
.swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 52px;
  height: 52px;
  background: none;
}
@media screen and (max-width: 999.98px) {
  .swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
    width: 41px;
    height: 41px;
  }
}
.swiper-nav .swiper-button-next img, .swiper-nav .swiper-button-prev img {
  display: block;
  width: 100%;
  height: auto;
}

.p-slide-card01 {
  width: 346px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 999.98px) {
  .p-slide-card01 {
    width: auto;
  }
}
.p-slide-card01 .p-slide-card01__sub {
  position: relative;
  width: 100%;
  height: 218px;
}
@media screen and (max-width: 999.98px) {
  .p-slide-card01 .p-slide-card01__sub {
    height: 146px;
    height: 38.9333333333vw;
  }
}
.p-slide-card01 .p-slide-card01__sub .p-slide-card01__image {
  height: 100%;
}
.p-slide-card01 .p-slide-card01__sub .p-slide-card01__category {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  color: #fff;
  padding: 10px;
  background: var(--color-green01);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 999.98px) {
  .p-slide-card01 .p-slide-card01__sub .p-slide-card01__category {
    font-size: 10px;
    line-height: 1;
  }
}
.p-slide-card01 .p-slide-card01__sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-slide-card01 .p-slide-card01__contents {
  background: #fff;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-slide-card01 .p-slide-card01__contents {
    font-size: 12px;
    line-height: 2.1666666667;
  }
}

@media screen and (max-width: 999.98px) {
  .p-side-panel + .p-side-panel {
    margin-top: 46px;
  }
}

.p-side-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 575px auto;
  grid-template-columns: 575px auto;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px 0;
  }
}
.p-side-panel.-reverse {
      grid-template-areas: "sub main";
  -ms-grid-columns: auto 575px;
  grid-template-columns: auto 575px;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel.-reverse {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-side-panel.-reverse .p-side-panel__main {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: main;
  padding-left: 45px;
  padding-right: 0;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel.-reverse .p-side-panel__main {
    padding-inline: 20px;
  }
}
.p-side-panel.-reverse .p-side-panel__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sub;
}
.p-side-panel.-reverse .p-side-panel__sub .p-side-panel__image {
  left: auto;
  right: 0;
}
.p-side-panel .p-side-panel__main {
  padding-top: 40px;
  padding-right: 45px;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel .p-side-panel__main {
    padding-top: 20px;
    padding-inline: 20px;
  }
}
.p-side-panel .p-side-panel__title {
  margin-top: 25px;
  color: var(--color-green02);
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel .p-side-panel__title {
    margin-top: 15px;
    padding-inline: 20px;
    font-size: 23px;
    line-height: 1.7391304348;
  }
}
.p-side-panel .p-side-panel__copy {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel .p-side-panel__copy {
    margin-top: 15px;
  }
}
.p-side-panel .p-side-panel__copy p {
  font-size: 18px;
  line-height: 1.9444444444;
  font-weight: 600;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel .p-side-panel__copy p {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.p-side-panel .p-side-panel__text p {
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel .p-side-panel__text p {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.p-side-panel .p-side-panel__link {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel .p-side-panel__link {
    margin-top: 15px;
  }
}
.p-side-panel .p-side-panel__sub {
  position: relative;
  height: 445px;
}
.p-side-panel .p-side-panel__sub .p-side-panel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 875px;
}

.business-icon-list {
  position: relative;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 310px 170px 310px;
  grid-template-columns: repeat(2, 310px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 170px;
}
@media screen and (max-width: 999.98px) {
  .business-icon-list {
    -ms-grid-columns: 118px 72px 118px;
    grid-template-columns: repeat(2, 118px);
    gap: 0 72px;
  }
}
.business-icon-list:before {
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 107px;
  height: 107px;
  content: "";
  background-image: url(../../_assets/img/index/icon-cross.webp);
}
@media screen and (max-width: 999.98px) {
  .business-icon-list:before {
    top: 39px;
    width: 45px;
    height: 45px;
  }
}

.index-business00 {
  position: relative;
  padding: 78px 0 88px;
  background: var(--color-green03);
}
@media screen and (max-width: 999.98px) {
  .index-business00 {
    padding: 30px 0 42px;
  }
}
.index-business00 .index-business00__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
.index-business00 .index-business00__bg img {
  width: auto;
  height: 100%;
  display: block;
}
.index-business00 .index-business00__list {
  position: relative;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 310px 170px 310px;
  grid-template-columns: repeat(2, 310px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 170px;
}
@media screen and (max-width: 999.98px) {
  .index-business00 .index-business00__list {
    -ms-grid-columns: 118px 72px 118px;
    grid-template-columns: repeat(2, 118px);
    gap: 0 72px;
  }
}
.index-business00 .index-business00__list:before {
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 107px;
  height: 107px;
  content: "";
  background-image: url(../../_assets/img/index/icon-cross.webp);
}
@media screen and (max-width: 999.98px) {
  .index-business00 .index-business00__list:before {
    top: 39px;
    width: 45px;
    height: 45px;
  }
}
.index-business00 .index-business00__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) {
  .index-business00 .index-business00__link {
    margin-top: 28px;
  }
}

.p-icon-box .p-icon-box__text {
  margin-top: 12px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box .p-icon-box__text {
    margin-top: 6px;
  }
}
.p-icon-box .p-icon-box__text p {
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box .p-icon-box__text p {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.index-business {
  padding: 90px 0 118px;
}
@media screen and (max-width: 999.98px) {
  .index-business {
    padding: 36px 0 86px;
  }
  .index-business .p-copy p {
    text-align: center;
  }
}
.index-business .index-business__contents {
  margin-top: 90px;
}
@media screen and (max-width: 999.98px) {
  .index-business .index-business__contents {
    margin-top: 16px;
  }
}
.index-business .index-business__link {
  margin-top: 68px;
  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-business .index-business__link {
    margin-top: 52px;
  }
}

.index-work {
  position: relative;
  padding: 120px 0 108px;
  background: var(--color-green03);
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .index-work {
    padding: 0 0 60px;
  }
}
.index-work:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/index/work_bg.webp);
}
@media screen and (max-width: 999.98px) {
  .index-work:before {
    display: none;
  }
}
.index-work .index-work__logo {
  position: absolute;
  top: -20px;
  right: 0;
  color: #fff;
  opacity: 0.25;
  z-index: 1;
  font-size: 146px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  .index-work .index-work__logo {
    display: none;
  }
}
.index-work .index-work__first {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px auto;
  grid-template-columns: 350px auto;
}
@media screen and (max-width: 999.98px) {
  .index-work .index-work__first {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.index-work .index-work__first .index-work__head {
  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-work .index-work__first .index-work__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-image: url(../../_assets/img/index/work_bg.webp);
    padding-inline: 20px;
    padding-top: 20px;
    height: 126px;
  }
}
.index-work .index-work__first .index-work__main {
  padding-left: 136px;
  padding-right: 20px;
}
@media screen and (max-width: 999.98px) {
  .index-work .index-work__first .index-work__main {
    padding-top: 24px;
    padding-inline: 20px;
  }
}
.index-work .index-work__first .index-work__main .index-work__text {
  max-width: 820px;
}
.index-work .index-work__first .index-work__main .index-work__text p {
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .index-work .index-work__first .index-work__main .index-work__text p {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}
.index-work .index-work__contents {
  position: relative;
  z-index: 4;
}

.p-slide01-sample {
  position: relative;
  margin-top: 22px;
  height: 317px;
}
.p-slide01-sample .image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(3782px/2);
}
.p-slide01-box .p-slide01-box__link {
  margin-top: 42px;
  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-slide01-box .p-slide01-box__link {
    margin-top: 20px;
    padding-top: 60px;
    padding-inline: 20px;
  }
}
.p-slide01-box .p-slide01-box__link a.c-base-link01 {
  background: none;
}
.p-slide01-box .p-slide01-box__bottom {
  position: relative;
}

.index-news {
  position: relative;
  padding-top: 574px;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .index-news {
    -webkit-padding-before: 56vw;
            padding-block-start: 56vw;
  }
}
.index-news:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 645px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  background-image: url(../../_assets/img/index/news_bg.webp);
}
@media screen and (max-width: 999.98px) {
  .index-news:before {
    background-image: url(../../_assets/img/index/news_bg_sp.webp);
  }
}
@media screen and (max-width: 999.98px) {
  .index-news:before {
    height: 66.6666666667vw;
  }
}
.index-news .index-news__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px auto;
  grid-template-columns: 380px auto;
  background-color: #fff;
  padding: 30px 55px 0;
}
@media screen and (max-width: 999.98px) {
  .index-news .index-news__contents {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-inline: 20px;
    gap: 24px 0;
  }
}
.index-news .index-news__link {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .index-news .index-news__link {
    display: block;
    margin-top: 32px;
  }
}

.p-panel-wide {
  position: relative;
  margin-block: 125px;
  padding-top: 98px;
}
@media screen and (max-width: 999.98px) {
  .p-panel-wide {
    margin-block: 62px;
    -webkit-padding-before: 32.8vw;
            padding-block-start: 32.8vw;
  }
}
.p-panel-wide .p-panel-wide__item {
  width: 57.5757575758vw;
}
@media screen and (max-width: 999.98px) {
  .p-panel-wide .p-panel-wide__item {
    width: calc(100% - ((50/375)*100vw));
  }
}
.p-panel-wide .p-panel-wide__image {
  position: absolute;
  top: 0;
  left: calc((700/1650)*100vw);
  width: 57.5757575758vw;
  height: 505px;
  z-index: -1;
}
@media screen and (max-width: 999.98px) {
  .p-panel-wide .p-panel-wide__image {
    left: auto;
    right: 0;
    width: 85.3333333333vw;
    height: auto;
  }
}
.p-panel-wide .p-panel-wide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-panel001 {
  height: 504px;
  padding-top: 82px;
  padding-left: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bdda7), color-stop(44.83%, #41876b), to(#145247));
  background: linear-gradient(#8bdda7 0%, #41876b 44.83%, #145247 100%);
}
@media screen and (max-width: 999.98px) {
  .p-panel001 {
    height: auto;
    padding-block: 22px 30px;
    padding-inline: 20px;
  }
}
.p-panel001 .p-panel001__text {
  color: #fff;
}
.p-panel001 .p-panel001__link {
  margin-top: 32px;
  padding-left: 6px;
}
@media screen and (max-width: 999.98px) {
  .p-panel001 .p-panel001__link {
    margin-top: 20px;
    padding-left: 0;
  }
}

.p-post .p-post__list li {
  border-bottom: 1px solid var(--color-gray02);
}
.p-post .p-post__list li:first-child {
  border-top: 1px solid var(--color-gray02);
}
.p-post .p-post__list-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 57px 1fr 57px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 57px;
}
@media screen and (max-width: 999.98px) {
  .p-post .p-post__list-card {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}

a.p-work-card {
  display: block;
}
a.p-work-card .p-work-card__sub {
  position: relative;
  height: 228px;
}
@media screen and (max-width: 999.98px) {
  a.p-work-card .p-work-card__sub {
    height: 53.8666666667vw;
  }
}
a.p-work-card .p-work-card__sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a.p-work-card .p-work-card__sub .p-work-card__category {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  color: #fff;
  padding: 5px;
  background: var(--color-green01);
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 600;
}
@media screen and (max-width: 999.98px) {
  a.p-work-card .p-work-card__sub .p-work-card__category {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
a.p-work-card .p-work-card__main {
  padding: 20px;
  background: var(--color-blue08);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 999.98px) {
  a.p-work-card .p-work-card__main {
    padding: 16px 20px;
  }
}
a.p-work-card .p-work-card__main .p-work-card__title {
  margin-top: 8px;
  font-size: 19px;
  line-height: 1.7368421053;
  font-weight: 600;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  a.p-work-card .p-work-card__main .p-work-card__title {
    font-size: 17px;
    line-height: 1.7058823529;
  }
}
a.p-work-card .p-work-card__main .p-work-card__meta {
  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: 12px;
}
a.p-work-card .p-work-card__main .p-work-card__meta .p-work-card__date {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #333;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  a.p-work-card .p-work-card__main .p-work-card__meta .p-work-card__date {
    font-size: 15px;
    line-height: 1;
  }
}
a.p-work-card .p-work-card__main .p-work-card__meta .p-work-card__tag {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  a.p-work-card .p-work-card__main .p-work-card__meta .p-work-card__tag {
    font-size: 14px;
    line-height: 1;
  }
}

.p-post-link {
  margin-top: 80px;
  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: 40px;
  }
}

a.p-post-car01 {
  display: block;
  padding: 28px 24px;
  color: var(--base-text-color);
}
@media screen and (max-width: 999.98px) {
  a.p-post-car01 {
    padding: 20px 15px;
  }
}
a.p-post-car01 .p-post-car01__title {
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  a.p-post-car01 .p-post-car01__title {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}
a.p-post-car01 .p-post-car01__date {
  font-size: 18px;
  line-height: 1.2777777778;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  a.p-post-car01 .p-post-car01__date {
    font-size: 13px;
    line-height: 1;
  }
}
a.p-post-car01 .p-post-car01__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
}
a.p-post-car01 .p-post-car01__category {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  background-color: var(--color-green02);
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  a.p-post-car01 .p-post-car01__category {
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1;
  }
}

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

.sec-search {
  padding: 80px 0;
}
@media screen and (max-width: 999.98px) {
  .sec-search {
    padding: 80px 0;
  }
}

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

.sec-simple + .sec-simple {
  margin-top: 150px;
}
@media screen and (max-width: 999.98px) {
  .sec-simple + .sec-simple {
    margin-top: 50px;
  }
}

.sec-simple {
  margin-top: 90px;
}
.sec-simple.-blue-gb {
  padding: 150px 0;
  background: #E7F0F8;
}
@media screen and (max-width: 999.98px) {
  .sec-simple.-blue-gb {
    padding: 50px 0;
  }
}
.sec-simple .sec-simple__contents {
  margin-top: 28px;
}

.p-large-copy + .p-simple-dl01 {
  margin-top: 42px;
}
@media screen and (max-width: 999.98px) {
  .p-large-copy + .p-simple-dl01 {
    margin-top: 26px;
  }
}

.c-border-heading001 + .p-simple-dl01 {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .c-border-heading001 + .p-simple-dl01 {
    margin-top: 15px;
  }
}

.p-simple-dl01 {
  margin-top: 110px;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl01 {
    margin-top: 26px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl01 .p-simple-dl01__item + .p-simple-dl01__item {
    margin-top: 32px;
  }
}
.p-simple-dl01 .p-simple-dl01__item {
  margin-top: 62px;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl01 .p-simple-dl01__item {
    margin-top: 0;
  }
}
.p-simple-dl01 .p-simple-dl01__item .c-heading01 + dl {
  margin-top: 14px;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl01 .p-simple-dl01__item .c-heading01 + dl {
    margin-top: 8px;
  }
}
.p-simple-dl01 dl {
  border-top: 1px solid var(--color-gray06);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px auto;
  grid-template-columns: 380px auto;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl01 dl {
    -ms-grid-columns: 115px auto;
    grid-template-columns: 115px auto;
  }
}
.p-simple-dl01 dl:last-child {
  border-bottom: 1px solid var(--color-gray06);
}
.p-simple-dl01 dl dt {
  padding: 15px 20px;
  background-color: var(--color-green03);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 600;
  letter-spacing: 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl01 dl dt {
    padding: 12px;
    font-size: 12px;
    line-height: 1;
  }
}
.p-simple-dl01 dl dd {
  padding: 20px;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl01 dl dd {
    padding: 12px;
    font-size: 12px;
    line-height: 1.9166666667;
  }
}
.p-simple-dl01 dl dd a.c-map {
  margin-left: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl01 dl dd a.c-map {
    margin-left: 6px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-simple-dl01 dl dd .sp-map {
    display: block;
  }
}

.p-history-dl dl + dl {
  padding-top: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl + dl {
    padding-top: 24px;
  }
}
.p-history-dl dl {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 198px auto;
  grid-template-columns: 198px auto;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl {
    -ms-grid-columns: 112px auto;
    grid-template-columns: 112px auto;
  }
}
.p-history-dl dl:before {
  position: absolute;
  top: 0;
  left: 198px;
  width: 4px;
  height: 100%;
  content: "";
  background-color: var(--color-green04);
  z-index: 4;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl:before {
    left: 112px;
  }
}
.p-history-dl dl:first-child:before {
  top: auto;
  bottom: 0;
  height: 50%;
}
.p-history-dl dl:last-child dt:after {
  position: absolute;
  bottom: 0;
  left: 198px;
  width: 4px;
  height: 50%;
  content: "";
  background-color: #fff;
  z-index: 5;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl:last-child dt:after {
    left: 112px;
  }
}
.p-history-dl dl dt {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--base-en-font);
  color: var(--color-green02);
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl dt {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
.p-history-dl dl dt:before {
  position: absolute;
  top: 18px;
  right: -13px;
  content: "";
  border: 3px solid var(--color-green02);
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 18px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl dt:before {
    top: 8px;
    right: -10px;
    width: 10px;
    height: 10px;
  }
}
.p-history-dl dl dt span {
  font-size: 35px;
  line-height: 1.3428571429;
  margin: 0 2px;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl dt span {
    font-size: 22px;
    line-height: 1.3181818182;
  }
}
.p-history-dl dl dd {
  padding-top: 10px;
  padding-left: 48px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .p-history-dl dl dd {
    padding-top: 7px;
    padding-left: 24px;
    font-size: 12px;
    line-height: 1.75;
  }
}

.breadcrumbs {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0;
  font-weight: 300;
  color: #000;
  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;
}
@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 span.b-icon {
  margin: 0 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_arrow_b.png);
}
@media screen and (max-width: 999.98px) {
  .breadcrumbs span.b-icon {
    margin: 0 6px;
  }
}
.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.fixed-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-visual {
  position: relative;
  margin-top: 130px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual {
    margin-top: 45px;
  }
}
.p-sub-visual .p-sub-visual__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.p-sub-visual .p-sub-visual__inner .p-sub-visual__copy + .p-sub-visual__title {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__inner .p-sub-visual__copy + .p-sub-visual__title {
    margin-top: 10px;
  }
}
.p-sub-visual .p-sub-visual__inner .p-sub-visual__title + .p-sub-visual__copy {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__inner .p-sub-visual__title + .p-sub-visual__copy {
    margin-top: 10px;
  }
}
.p-sub-visual .p-sub-visual__inner .p-sub-visual__copy {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__inner .p-sub-visual__copy {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
.p-sub-visual .p-sub-visual__inner .p-sub-visual__title {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__inner .p-sub-visual__title {
    font-size: 25px;
    line-height: 1;
  }
}
.p-sub-visual .p-sub-visual__bg {
  height: 500px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__bg {
    height: 190px;
  }
}
.p-sub-visual .p-sub-visual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-under {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media screen and (max-width: 999.98px) {
  .p-under {
    margin-top: 18px;
    margin-bottom: 60px;
  }
}

.p-page-nav {
  margin-top: 64px;
}
@media screen and (max-width: 999.98px) {
  .p-page-nav {
    margin-top: 18px;
  }
}
.p-page-nav.-wrap {
  margin-top: 144px;
}
@media screen and (max-width: 999.98px) {
  .p-page-nav.-wrap {
    margin-top: 18px;
  }
}
.p-page-nav .p-page-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-place-box + .p-place-box {
  margin-top: 42px;
}

.sec-base01 {
  margin-top: 96px;
}
@media screen and (max-width: 999.98px) {
  .sec-base01 {
    margin-top: 42px;
  }
}

.p-base-image {
  margin-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-base-image {
    margin-top: 12px;
  }
  .p-base-image.-full-sp {
    position: relative;
    width: 100vw;
    /* 画面の横幅いっぱい */
    margin-left: calc(50% - 50vw);
  }
}

.p-profile-box {
  position: relative;
  margin-top: 175px;
  padding-top: 128px;
}
@media screen and (max-width: 999.98px) {
  .p-profile-box {
    margin-top: 110px;
    padding-top: 82px;
  }
}
.p-profile-box .p-profile-box__ob {
  position: absolute;
  top: 0;
  left: -200px;
  height: 505px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bdda7), color-stop(44.83%, #41876b), to(#145247));
  background: linear-gradient(#8bdda7 0%, #41876b 44.83%, #145247 100%);
  width: 1200px;
}
@media screen and (max-width: 999.98px) {
  .p-profile-box .p-profile-box__ob {
    top: 0;
    left: -20px;
    width: 89.3333333333vw;
    height: 96.2666666667vw;
  }
}

.p-business-green {
  position: relative;
  margin-top: 77px;
  padding: 92px 0 80px;
  background-color: var(--color-green03);
}
@media screen and (max-width: 999.98px) {
  .p-business-green {
    margin-top: 52px;
    padding: 60px 0;
  }
}
.p-business-green:before {
  position: absolute;
  top: 0;
  width: 40vw;
  height: 100%;
  content: "";
  background-color: var(--color-green03);
  left: -40vw;
}
.p-business-green:after {
  position: absolute;
  top: 0;
  width: 40vw;
  height: 100%;
  content: "";
  background-color: var(--color-green03);
  right: -40vw;
}
.p-business-green .p-business-green__title {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-business-green .p-business-green__title {
    font-size: 17px;
    line-height: 1.7058823529;
  }
}
.p-business-green .p-business-green__text {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-business-green .p-business-green__text {
    margin-top: 16px;
  }
}
.p-business-green .p-business-green__contents {
  margin-top: 20px;
}

.p-circle-image {
  margin-top: 100px;
  margin-inline: auto;
  width: 570px;
}
@media screen and (max-width: 999.98px) {
  .p-circle-image {
    width: 100%;
    margin-top: 50px;
  }
}

.p-num-group {
  margin-top: 90px;
}
.p-num-group .p-num-group__item + .p-num-group__item {
  margin-top: 104px;
}
@media screen and (max-width: 999.98px) {
  .p-num-group .p-num-group__item + .p-num-group__item {
    margin-top: 72px;
  }
}

.p-flow-box {
  margin-top: 84px;
  padding: 60px 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 62px 505px;
  grid-template-columns: auto 505px;
  gap: 0 62px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bdda7), color-stop(44.83%, #41876b), to(#145247));
  background: linear-gradient(#8bdda7 0%, #41876b 44.83%, #145247 100%);
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-flow-box {
    margin-top: 40px;
    padding: 25px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
        grid-template-areas: "title" "text" "sub" "link";
  }
  .p-flow-box .p-flow-box__main {
    display: contents;
  }
  .p-flow-box .p-flow-box__main .p-flow-box__title {
    grid-area: title;
  }
  .p-flow-box .p-flow-box__main .p-flow-box__text {
    grid-area: text;
  }
  .p-flow-box .p-flow-box__main .p-flow-box__link {
    grid-area: link;
  }
  .p-flow-box .p-flow-box__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: sub;
    margin-top: 16px;
  }
  .p-flow-box > .p-side-panel__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.p-flow-box.-no-margin {
  margin-top: 0;
}
.p-flow-box.-gradation-blue01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#388ab6), to(#1d2088));
  background: linear-gradient(#388ab6 0%, #1d2088 100%);
}
.p-flow-box .p-flow-box__title {
  font-size: 33px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-flow-box .p-flow-box__title {
    font-size: 20px;
    line-height: 1;
  }
}
.p-flow-box .p-flow-box__text {
  margin-top: 22px;
}
@media screen and (max-width: 999.98px) {
  .p-flow-box .p-flow-box__text {
    margin-top: 16px;
  }
}
.p-flow-box .p-flow-box__link {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-flow-box .p-flow-box__link {
    margin-top: 16px;
  }
}

.p-product-box.-num02 .p-point-box .p-point-box__list, .p-product-box.-num04 .p-point-box .p-point-box__list {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.p-product-box.-num02 .p-product-box__title {
  background-color: var(--color-green02);
}
.p-product-box.-num02 .p-product-box__title .num {
  background-color: var(--color-green07);
}
.p-product-box.-num02 .p-product-box__title .mark {
  color: var(--color-green02);
}
.p-product-box.-num02 .p-product-box__sub-title:before {
  background-color: var(--color-green02);
}
.p-product-box.-num02 .c-point {
  background-color: var(--color-green02);
}
.p-product-box.-num03 .p-product-box__title {
  background-color: var(--color-blue04);
}
.p-product-box.-num03 .p-product-box__title .num {
  background-color: var(--color-blue03);
}
.p-product-box.-num03 .p-product-box__title .mark {
  color: var(--color-blue04);
}
.p-product-box.-num03 .p-product-box__sub-title:before {
  background-color: var(--color-blue04);
}
.p-product-box.-num03 .c-point {
  background-color: var(--color-blue04);
}
.p-product-box.-num04 .p-product-box__title {
  background-color: var(--color-blue06);
}
.p-product-box.-num04 .p-product-box__title .num {
  background-color: var(--color-blue05);
}
.p-product-box.-num04 .p-product-box__title .mark {
  color: var(--color-blue06);
}
.p-product-box.-num04 .p-product-box__sub-title:before {
  background-color: var(--color-blue06);
}
.p-product-box.-num04 .c-point {
  background-color: var(--color-blue06);
}
.p-product-box .p-product-box__title {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 75px auto;
  grid-template-columns: 75px auto;
  background-color: var(--color-green01);
}
@media screen and (max-width: 999.98px) {
  .p-product-box .p-product-box__title {
    -ms-grid-columns: 36px auto;
    grid-template-columns: 36px auto;
  }
}
.p-product-box .p-product-box__title .num {
  height: 75px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--base-en-font);
  letter-spacing: 0.03em;
  background-color: var(--color-green05);
}
@media screen and (max-width: 999.98px) {
  .p-product-box .p-product-box__title .num {
    height: 100%;
    font-size: 19px;
    line-height: 1;
  }
}
.p-product-box .p-product-box__title .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 22px;
  padding-inline: 45px;
  color: #fff;
  font-size: 35px;
  line-height: 1.7142857143;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-product-box .p-product-box__title .main {
    gap: 10px 0;
    padding: 8px;
    -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;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-product-box .p-product-box__title .mark {
  padding: 8px 20px;
  color: var(--color-green01);
}
@media screen and (max-width: 999.98px) {
  .p-product-box .p-product-box__title .mark {
    padding: 4px 12px;
    width: 100%;
    text-align: center;
  }
}
.p-product-box .p-product-box__contents {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 625px 52px auto;
  grid-template-columns: 625px auto;
  gap: 0 52px;
}
@media screen and (max-width: 999.98px) {
  .p-product-box .p-product-box__contents {
    margin-top: 12px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
.p-product-box .p-product-box__sub-title {
  padding-left: 32px;
  position: relative;
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-product-box .p-product-box__sub-title {
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.6666666667;
  }
}
.p-product-box .p-product-box__sub-title:before {
  position: absolute;
  width: 22px;
  height: 22px;
  content: "";
  top: 5px;
  left: 0;
  background-color: var(--color-green01);
}
@media screen and (max-width: 999.98px) {
  .p-product-box .p-product-box__sub-title:before {
    top: 6px;
    width: 13px;
    height: 13px;
  }
}
.p-product-box .p-product-box__text {
  margin-top: 18px;
}
@media screen and (max-width: 999.98px) {
  .p-product-box .p-product-box__text {
    margin-top: 12px;
  }
}
.p-product-box .p-product-box__link {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 999.98px) {
  .p-product-box .p-product-box__link {
    margin-top: 15px;
  }
}

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

.p-text + .p-image-grid {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-text + .p-image-grid {
    margin-top: 12px;
  }
}

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

.p-image-plus001 {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px 56px auto;
  grid-template-columns: 380px auto;
  gap: 0 56px;
}
@media screen and (max-width: 999.98px) {
  .p-image-plus001 {
    margin-top: 12px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}

.p-works-cont {
  margin-top: 56px;
  width: 978px;
  margin-inline: auto;
}
@media screen and (max-width: 999.98px) {
  .p-works-cont {
    margin-top: 12px;
    width: 100%;
  }
}
.p-works-cont .p-works-cont__item + .p-works-cont__item {
  margin-top: 40px;
}
.p-works-cont .p-works-cont__link {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-a-b {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 58px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 58px;
}
@media screen and (max-width: 999.98px) {
  .p-a-b {
    margin-top: 12px;
    gap: 0 10px;
  }
}
.p-a-b .p-a-b__item:first-child figure figcaption {
  background-color: var(--color-gray08);
}
.p-a-b .p-a-b__item:last-child {
  position: relative;
}
.p-a-b .p-a-b__item:last-child:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -32px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(29px/2);
  height: calc(106px/2);
  background-image: url(../../_assets/img/common/icon_t.png);
  z-index: 10;
}
@media screen and (max-width: 999.98px) {
  .p-a-b .p-a-b__item:last-child:before {
    left: -8px;
    width: 6px;
    height: 25px;
  }
}
.p-a-b .p-a-b__item:last-child figure figcaption {
  background-color: var(--color-green02);
}
.p-a-b .p-a-b__item figure {
  position: relative;
}
.p-a-b .p-a-b__item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 119px;
  height: 67px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999.98px) {
  .p-a-b .p-a-b__item figure figcaption {
    width: 40px;
    height: 24px;
    font-size: 10px;
    line-height: 1;
  }
}

.p-a-b02-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px 53px 380px;
  grid-template-columns: repeat(2, 380px);
  gap: 0 53px;
}
@media screen and (max-width: 999.98px) {
  .p-a-b02-wrap {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 25px 0;
  }
}

.p-a-b02-base {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-a-b02-base {
    margin-top: 12px;
  }
}

.p-a-b02 {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px 53px 380px;
  grid-template-columns: repeat(2, 380px);
  gap: 0 53px;
}
@media screen and (max-width: 999.98px) {
  .p-a-b02 {
    margin-top: 12px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
.p-a-b02 .p-a-b02__item:last-child {
  position: relative;
}
.p-a-b02 .p-a-b02__item:last-child:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -32px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(29px/2);
  height: calc(106px/2);
  background-image: url(../../_assets/img/common/icon_t.png);
  z-index: 10;
}
@media screen and (max-width: 999.98px) {
  .p-a-b02 .p-a-b02__item:last-child:before {
    display: none;
  }
}
.p-a-b02 .p-a-b02__item figure {
  position: relative;
}
.p-a-b02 .p-a-b02__item figure figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-a-b02 .p-a-b02__item figure figcaption {
    font-size: 20px;
    line-height: 1;
  }
}

.p-a-b03 {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 53px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 53px;
}
@media screen and (max-width: 999.98px) {
  .p-a-b03 {
    margin-top: 16px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
.p-a-b03 .p-a-b03__item:last-child {
  position: relative;
}
.p-a-b03 .p-a-b03__item:last-child:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -32px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(29px/2);
  height: calc(106px/2);
  background-image: url(../../_assets/img/common/icon_t.png);
  z-index: 10;
}
@media screen and (max-width: 999.98px) {
  .p-a-b03 .p-a-b03__item:last-child:before {
    display: none;
  }
}
.p-a-b03 .p-a-b03__item figure {
  position: relative;
}
.p-a-b03 .p-a-b03__item figure figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-a-b03 .p-a-b03__item figure figcaption {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1;
  }
}

.p-green-box01 {
  margin-top: 50px;
  padding: 40px;
  background-color: var(--color-green03);
}
@media screen and (max-width: 999.98px) {
  .p-green-box01 {
    margin-top: 20px;
    padding: 20px;
  }
}
.p-green-box01 .p-green-box01__list {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr 42px 1fr 42px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 42px;
}
@media screen and (max-width: 999.98px) {
  .p-green-box01 .p-green-box01__list {
    margin-top: 12px;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
  }
}
.p-green-box01 .p-green-box01__list li figure figcaption {
  margin-top: 16px;
  font-size: 22px;
  line-height: 1.2272727273;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
.p-green-box01 .p-green-box01__list li figure figcaption.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 999.98px) {
  .p-green-box01 .p-green-box01__list li figure figcaption {
    font-size: 12px;
    line-height: 1;
  }
}
.p-green-box01 .p-green-box01__list li figure figcaption span {
  font-size: 14px;
  line-height: 1.9285714286;
  font-weight: 600;
}
@media screen and (max-width: 999.98px) {
  .p-green-box01 .p-green-box01__list li figure figcaption span {
    margin-top: 2px;
    font-size: 8px;
    line-height: 1.5;
  }
}

.p-paint-box001 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 496px;
  grid-template-columns: auto 496px;
  padding: 25px 25px 30px;
  background-color: var(--color-green03);
}
@media screen and (max-width: 999.98px) {
  .p-paint-box001 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 20px;
    gap: 12px 0;
  }
}
.p-paint-box001 .text01 {
  letter-spacing: 0;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 600;
}
@media screen and (max-width: 999.98px) {
  .p-paint-box001 .text01 {
    font-size: 18px;
    line-height: 1;
  }
}
.p-paint-box001 .text02 {
  margin-top: 16px;
  font-size: 22px;
  line-height: 1.2272727273;
  font-weight: 600;
}
@media screen and (max-width: 999.98px) {
  .p-paint-box001 .text02 {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.25;
  }
}

.p-point-box {
  margin-top: 24px;
  padding: 24px 30px;
  background-color: var(--color-green03);
}
@media screen and (max-width: 999.98px) {
  .p-point-box {
    margin-top: 13px;
    padding: 15px 10px;
  }
}
.p-point-box .p-point-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-green06);
  padding-bottom: 9px;
}
.p-point-box .p-point-box__title .text {
  font-size: 22px;
  line-height: 1.3636363636;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-point-box .p-point-box__title .text {
    font-size: 15px;
    line-height: 1.4;
  }
}
.p-point-box .p-point-box__in {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-point-box .p-point-box__in {
    margin-top: 12px;
  }
}
.p-point-box .p-point-box__list + .p-point-box__list {
  margin-top: 16px;
}
.p-point-box .p-point-box__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.p-point-box .p-point-box__list.-three {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.p-point-box .p-point-box__list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-point-box .p-point-box__list li {
    padding-left: 16px;
    font-size: 10px;
    line-height: 1;
  }
}
.p-point-box .p-point-box__list li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "□";
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.p-profile-panel {
  position: relative;
  padding: 100px 0 100px 96px;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 90px 310px;
  grid-template-columns: auto 310px;
  gap: 0 90px;
  background: var(--color-green03);
}
@media screen and (max-width: 999.98px) {
  .p-profile-panel .c-set-heading01 {
    margin-top: 32px;
  }
  .p-profile-panel .c-set-heading01 .en {
    display: none;
  }
  .p-profile-panel .c-set-heading01 .ja {
    color: #333;
    font-size: 23px;
    line-height: 1;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile-panel {
    padding: 28px 20px 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 999.98px) {
  .p-profile-panel .p-profile-panel__sub {
    padding-left: 20px;
  }
}
.p-profile-panel .p-profile-panel__logo {
  position: absolute;
  right: -200px;
  bottom: -90px;
  font-size: 185px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--base-en-font);
  color: var(--color-green02);
  opacity: 0.1;
}
@media screen and (max-width: 999.98px) {
  .p-profile-panel .p-profile-panel__logo {
    bottom: -34px;
    right: -20px;
    font-size: 66px;
    line-height: 1;
  }
}
.p-profile-panel:before {
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100%;
  background: var(--color-green03);
}

.p-base-unit {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 625px 50px auto;
  grid-template-columns: 625px auto;
  gap: 0 50px;
}
@media screen and (max-width: 999.98px) {
  .p-base-unit {
    margin-top: 46px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
  }
}

.p-sub-copy {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-copy {
    margin-top: 12px;
  }
}
.p-sub-copy p {
  font-size: 28px;
  line-height: 1.1428571429;
  font-weight: 600;
  letter-spacing: 0;
  font-family: var(--sub-font);
}
@media screen and (max-width: 999.98px) {
  .p-sub-copy p {
    font-size: 19px;
    line-height: 1.1578947368;
  }
}

.p-map-center {
  margin-top: 54px;
  width: 790px;
  margin-inline: auto;
}
@media screen and (max-width: 999.98px) {
  .p-map-center {
    margin-top: 20px;
    width: 100%;
  }
}

.p-sub-copy + .p-text {
  margin-top: 28px;
}

.p-person .p-person__file {
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-person .p-person__file {
    margin-top: 6px;
  }
}
.p-person .p-person__file .p-person__meta {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-person .p-person__file .p-person__meta {
    font-size: 12px;
    line-height: 1;
  }
}
.p-person .p-person__file .p-person__name {
  margin-top: 14px;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-person .p-person__file .p-person__name {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1;
  }
}

.p-profile-box + .sec01 {
  margin-top: 202px;
}
@media screen and (max-width: 999.98px) {
  .p-profile-box + .sec01 {
    margin-top: 130px;
  }
}

.p-policy-list {
  margin-top: 70px;
}
@media screen and (max-width: 999.98px) {
  .p-policy-list {
    margin-top: 30px;
  }
}
.p-policy-list li + li {
  margin-top: 70px;
}
@media screen and (max-width: 999.98px) {
  .p-policy-list li + li {
    margin-top: 30px;
  }
}

.p-mark-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px 20px auto;
  grid-template-columns: 380px auto;
  gap: 0 20px;
  padding-bottom: 18px;
}
@media screen and (max-width: 999.98px) {
  .p-mark-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 12px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-mark-unit .p-mark-unit__mark {
    width: 190px;
    margin: 0 auto;
  }
}
.p-mark-unit.-color01 {
  border-bottom: 1px solid var(--color-green02);
}
.p-mark-unit.-color01 .c-mark-bx {
  background-color: var(--color-green02);
}
.p-mark-unit.-color02 {
  border-bottom: 1px solid var(--color-green01);
}
.p-mark-unit.-color02 .c-mark-bx {
  background-color: var(--color-green01);
}
.p-mark-unit.-color03 {
  border-bottom: 1px solid var(--color-blue02);
}
.p-mark-unit.-color03 .c-mark-bx {
  background-color: var(--color-blue02);
}
.p-mark-unit .p-mark-unit__main p {
  font-size: 22px;
  line-height: 1.6818181818;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-mark-unit .p-mark-unit__main p {
    font-size: 15px;
    line-height: 2.4;
  }
}
.p-mark-unit .c-mark-bx {
  border-radius: 35px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 70px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  .p-mark-unit .c-mark-bx {
    font-size: 18px;
    line-height: 1;
    height: 42px;
  }
}

.sec01 {
  margin-top: 118px;
}
@media screen and (max-width: 999.98px) {
  .sec01 {
    margin-top: 80px;
  }
}
.sec01.-mt160 {
  margin-top: 160px;
}
@media screen and (max-width: 999.98px) {
  .sec01.-mt160 {
    margin-top: 80px;
  }
}

.sec01-child {
  margin-top: 150px;
}
@media screen and (max-width: 999.98px) {
  .sec01-child {
    margin-top: 60px;
  }
}
.sec01-child.-joint {
  margin-bottom: 98px;
}

.sec-joint {
  margin-top: 118px;
}

.sec01-child-child {
  margin-top: 102px;
}
@media screen and (max-width: 999.98px) {
  .sec01-child-child {
    margin-top: 75px;
  }
}

.p-box-grid {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-box-grid {
    margin-top: 25px;
  }
}
.p-box-grid .p-box-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr 55px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 55px;
}
@media screen and (max-width: 999.98px) {
  .p-box-grid .p-box-grid__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}

.p-maintenance-box01 {
  padding: 30px 22px;
  background-color: var(--color-green03);
}
@media screen and (max-width: 999.98px) {
  .p-maintenance-box01 {
    padding: 20px;
  }
}
.p-maintenance-box01 .p-maintenance-box01__title {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-maintenance-box01 .p-maintenance-box01__title {
    font-size: 19px;
    line-height: 1;
  }
}
.p-maintenance-box01 .p-maintenance-box01__title span {
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .p-maintenance-box01 .p-maintenance-box01__title span {
    font-size: 12px;
    line-height: 1;
  }
}
.p-maintenance-box01 .p-maintenance-box01__image {
  margin-top: 12px;
}
.p-maintenance-box01 .p-maintenance-box01__text {
  margin-top: 12px;
}

.p-panel-grid {
  margin-top: 42px;
}
@media screen and (max-width: 999.98px) {
  .p-panel-grid {
    margin-top: 26px;
  }
}
.p-panel-grid .p-panel-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr 42px 1fr 42px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 42px;
}
@media screen and (max-width: 999.98px) {
  .p-panel-grid .p-panel-grid__list {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 15px;
  }
}

.p-history-box {
  margin-top: 92px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px 405px;
  grid-template-columns: auto 405px;
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-history-box {
    margin-top: 40px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px 0;
  }
}
.p-history-box .p-history-box__image + .p-history-box__image {
  margin-top: 30px;
}

.p-link-grid {
  margin-top: 30px;
}
.p-link-grid .p-link-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 66px 1fr 66px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 66px;
}
@media screen and (max-width: 999.98px) {
  .p-link-grid .p-link-grid__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}

@media screen and (max-width: 999.98px) {
  .p-base-block {
    margin-top: 32px;
  }
  .p-base-block .c-heading00a + .p-text {
    margin-top: 16px;
  }
}

.p-link-card001 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-link-card001 .p-link-card001__title {
  margin-top: 15px;
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 300;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-link-card001 .p-link-card001__title {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.3888888889;
  }
}
.p-link-card001 .p-link-card001__title span {
  position: relative;
  padding-right: 38px;
}
@media screen and (max-width: 999.98px) {
  .p-link-card001 .p-link-card001__title span {
    padding-right: 35px;
  }
}
.p-link-card001 .p-link-card001__title span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-image: url(../../_assets/img/page/icon_arrow_link.png);
  width: 23px;
  height: 23px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .p-link-card001 .p-link-card001__title span:before {
    width: 20px;
    height: 20px;
  }
}

.c-right-border + a.p-link-card001 {
  margin-top: 18px;
}

.p-product-child {
  margin-top: 18px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 42px 280px 42px 280px;
  grid-template-columns: repeat(3, 280px);
  gap: 0 42px;
}
@media screen and (max-width: 999.98px) {
  .p-product-child {
    margin-top: 14px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 24px 0;
  }
}

.p-product-child-base {
  margin-top: 18px;
}

.p-number-box {
  margin-top: 180px;
}
@media screen and (max-width: 999.98px) {
  .p-number-box {
    margin-top: 102px;
  }
}

a.p-link-card001 .p-link-card001__title span:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.p-link-card001:hover .p-link-card001__title span:before {
  right: -6px;
}

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

.p-number-card01 {
  position: relative;
  padding: 20px 25px;
  background-color: var(--color-green03);
  min-height: 415px;
}
@media screen and (max-width: 999.98px) {
  .p-number-card01 {
    padding: 17px 22px 34px;
    min-height: 340px;
  }
}
.p-number-card01 .p-number-card01__num {
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--color-green02);
}
@media screen and (max-width: 999.98px) {
  .p-number-card01 .p-number-card01__num {
    top: -31px;
    font-size: 53px;
    line-height: 1;
  }
}
.p-number-card01 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-number-card01 .p-number-card01__title {
  margin-top: 16px;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-green02);
}
@media screen and (max-width: 999.98px) {
  .p-number-card01 .p-number-card01__title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-number-card01 .p-number-card01__text {
  margin-top: 14px;
}
.p-number-card01 .p-number-card01__text p {
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-number-card01 .p-number-card01__text p {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}

.p-image-card01 .p-image-card01__main {
  margin-top: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-image-card01 .p-image-card01__main {
    margin-top: 10px;
  }
}
.p-image-card01 .p-image-card01__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-image-card01 .p-image-card01__title {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
.p-image-card01 .p-image-card01__text {
  margin-top: 6px;
}
.p-image-card01 .p-image-card01__text p {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-image-card01 .p-image-card01__text p {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}

.p-image-unit {
  margin-top: 82px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 625px 46px auto;
  grid-template-columns: 625px auto;
  gap: 0 46px;
}
@media screen and (max-width: 999.98px) {
  .p-image-unit {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 18px 0;
  }
}
.p-image-unit .p-image-unit__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-image-unit .p-image-unit__title {
    font-size: 15px;
    line-height: 2;
  }
}
.p-image-unit .p-image-unit__text {
  margin-top: 22px;
}
@media screen and (max-width: 999.98px) {
  .p-image-unit .p-image-unit__text {
    margin-top: 10px;
  }
}

.p-faq {
  margin-top: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-faq {
    margin-top: 22px;
  }
}
.p-faq .p-faq__list {
  border-bottom: 1px solid var(--color-green08);
}

.p-qa-box {
  border-top: 1px solid var(--color-green08);
}
.p-qa-box.open .p-qa-box__btn .p-qa-box__inner:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-qa-box .p-qa-box__btn {
  background: none;
  border: none;
  padding-inline: 32px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 999.98px) {
  .p-qa-box .p-qa-box__btn {
    padding-inline: 10px;
  }
}
.p-qa-box .p-qa-box__btn .c-icon-q {
  color: var(--color-green02);
}
@media screen and (max-width: 999.98px) {
  .p-qa-box .p-qa-box__btn .c-icon-q {
    margin-top: 4px;
  }
}
.p-qa-box .p-qa-box__btn .p-qa-box__inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  -ms-grid-columns: 44px auto;
  grid-template-columns: 44px auto;
  padding-block: 24px;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-qa-box .p-qa-box__btn .p-qa-box__inner {
    -ms-grid-columns: 28px auto;
    grid-template-columns: 28px auto;
    padding-right: 20px;
    padding-block: 18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-qa-box .p-qa-box__btn .p-qa-box__inner:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: var(--color-green01);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 999.98px) {
  .p-qa-box .p-qa-box__btn .p-qa-box__inner:before {
    width: 14px;
  }
}
.p-qa-box .p-qa-box__btn .p-qa-box__inner:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: var(--color-green01);
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 999.98px) {
  .p-qa-box .p-qa-box__btn .p-qa-box__inner:after {
    height: 14px;
    right: 6px;
  }
}
.p-qa-box .p-qa-box__btn .p-qa-box__inner .text {
  font-size: 20px;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-qa-box .p-qa-box__btn .p-qa-box__inner .text {
    font-size: 15px;
    line-height: 1.6666666667;
  }
}
.p-qa-box .p-qa-box__contents {
  padding-inline: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-qa-box .p-qa-box__contents {
    padding-inline: 10px;
  }
}
.p-qa-box .p-qa-box__contents .c-icon-q {
  color: var(--color-blue02);
}
@media screen and (max-width: 999.98px) {
  .p-qa-box .p-qa-box__contents .c-icon-q {
    margin-top: 4px;
  }
}
.p-qa-box .p-qa-box__contents .p-qa-box__main {
  border-top: 1.5px dashed var(--color-green08);
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 44px auto;
  grid-template-columns: 44px auto;
  padding-block: 24px;
}
@media screen and (max-width: 999.98px) {
  .p-qa-box .p-qa-box__contents .p-qa-box__main {
    -ms-grid-columns: 28px auto;
    grid-template-columns: 28px auto;
    padding-right: 20px;
    padding-block: 18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-product-group {
  margin-top: 42px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 42px 280px;
  grid-template-columns: auto 280px;
  gap: 0 42px;
}
@media screen and (max-width: 999.98px) {
  .p-product-group {
    margin-top: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 24px 0;
  }
}

.p-a-b-list {
  margin-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 78px 45px;
}
@media screen and (max-width: 999.98px) {
  .p-a-b-list {
    margin-top: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}

.p-card-grid001 {
  margin-top: 42px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 52px 1fr 52px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 52px;
}
@media screen and (max-width: 999.98px) {
  .p-card-grid001 {
    margin-top: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}

.p-simple-card001 .p-simple-card001__title {
  font-size: 22px;
  line-height: 1.3636363636;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-simple-card001 .p-simple-card001__title {
    font-size: 19px;
    line-height: 1.7894736842;
  }
}
.p-simple-card001 .p-simple-card001__sub {
  margin-top: 12px;
}
.p-simple-card001 .p-simple-card001__text {
  margin-top: 12px;
}
.p-simple-card001 .p-simple-card001__text p span.light {
  font-size: 13px;
}

.p-note-sup {
  vertical-align: super;
  /* 上付きにする */
  line-height: 0;
  /* 行間への影響を防ぐ */
  margin-left: 0.2em;
  /* 少し隙間を空ける（任意） */
  font-size: 10px;
  line-height: 1;
}

.p-card-grid001 + .p-green-board01 {
  margin-top: 86px;
}
@media screen and (max-width: 999.98px) {
  .p-card-grid001 + .p-green-board01 {
    margin-top: 32px;
  }
}

.p-green-board01-wrap01 {
  margin-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-green-board01-wrap01 {
    margin-top: 40px;
  }
}

.p-green-board01 {
  position: relative;
  padding: 28px 48px;
  background-color: var(--color-green03);
}
@media screen and (max-width: 999.98px) {
  .p-green-board01 {
    padding: 18px 20px;
  }
}
.p-green-board01.-bottom {
  margin-bottom: 140px;
}
@media screen and (max-width: 999.98px) {
  .p-green-board01.-bottom {
    margin-bottom: 58px;
  }
}
.p-green-board01 .c-block-title {
  position: absolute;
  top: -17px;
  left: 45px;
}
@media screen and (max-width: 999.98px) {
  .p-green-board01 .c-block-title {
    position: relative;
    top: 0;
    left: 0;
  }
}

.p-text + .p-big-flow {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-text + .p-big-flow {
    margin-top: 16px;
  }
}

.p-big-flow > li + li {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-big-flow > li + li {
    margin-top: 16px;
  }
}

.open .c-num-plate001 .inner:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-num-plate001 {
  background: var(--color-green02);
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.c-num-plate001:focus {
  background: var(--color-green02);
}
.c-num-plate001 .inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 122px auto;
  grid-template-columns: 122px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 10px;
  padding-left: 25px;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .c-num-plate001 .inner {
    -ms-grid-columns: 36px auto;
    grid-template-columns: 36px auto;
    padding-left: 0;
    padding-block: 0;
  }
}
.c-num-plate001 .inner:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
  background-image: url(../../_assets/img/page/icon_arrow_down.png);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .c-num-plate001 .inner:before {
    right: 10px;
    width: 14px;
    height: 14px;
  }
}
.c-num-plate001 .inner .title {
  display: block;
  font-size: 25px;
  line-height: 1.52;
  font-weight: 60;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .c-num-plate001 .inner .title {
    padding-block: 10px;
    font-size: 18px;
    line-height: 1.7222222222;
    padding-left: 12px;
  }
}
.c-num-plate001 .inner .num-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 44px;
}
@media screen and (max-width: 999.98px) {
  .c-num-plate001 .inner .num-wrap {
    width: 36px;
    background: var(--color-green07);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-num-plate001 .inner .num-wrap .text {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-num-plate001 .inner .num-wrap .text {
    font-size: 8px;
    line-height: 1;
  }
}
.c-num-plate001 .inner .num-wrap .num {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  .c-num-plate001 .inner .num-wrap .num {
    font-size: 19px;
    line-height: 1;
  }
}

.p-green-flow {
  padding: 30px;
  background: var(--color-green03);
}
@media screen and (max-width: 999.98px) {
  .p-green-flow {
    padding: 16px 20px;
  }
}
.p-green-flow .p-green-flow__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-green-flow .p-green-flow__grid {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}
.p-green-flow .p-green-flow__grid figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-green-flow .p-green-flow__grid figcaption {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1;
  }
}
.p-green-flow .p-green-flow__text {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-green-flow .p-green-flow__text {
    margin-top: 10px;
  }
}
.p-green-flow .p-green-flow__link {
  margin-top: 32px;
  width: 280px;
}
@media screen and (max-width: 999.98px) {
  .p-green-flow .p-green-flow__link {
    margin-top: 14px;
    width: 100%;
  }
}

.c-b-title {
  margin-top: 8px;
  color: var(--color-green02);
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 600;
  letter-spacing: 0;
}

.p-ftp-business-image {
  margin-top: 26px;
  width: calc(2303px/2);
  margin-left: auto;
  margin-right: -28px;
}
@media screen and (max-width: 999.98px) {
  .p-ftp-business-image {
    width: 100%;
    margin-right: 0;
  }
}
.p-ftp-business-image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-ftp-grid {
  margin-top: 90px;
}
@media screen and (max-width: 999.98px) {
  .p-ftp-grid {
    margin-top: 50px;
  }
}
.p-ftp-grid .p-ftp-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 52px 1fr 52px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 52px;
}
@media screen and (max-width: 999.98px) {
  .p-ftp-grid .p-ftp-grid__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}
.p-ftp-grid .p-ftp-grid__list02 {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 52px 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 32px 52px;
}
@media screen and (max-width: 999.98px) {
  .p-ftp-grid .p-ftp-grid__list02 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px 0;
  }
}

.p-ftp-card01 .p-ftp-card01__title {
  padding: 17px 5px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-ftp-card01 .p-ftp-card01__title {
    padding: 13px 4px;
    font-size: 18px;
    line-height: 1;
  }
}
.p-ftp-card01 .p-ftp-card01__title.-cl01 {
  background: var(--cl01);
}
.p-ftp-card01 .p-ftp-card01__title.-cl02 {
  background: var(--cl02);
}
.p-ftp-card01 .p-ftp-card01__title.-cl03 {
  background: var(--cl03);
}
.p-ftp-card01 .p-ftp-card01__title.-cl04 {
  background: var(--cl04);
}
.p-ftp-card01 .p-ftp-card01__title.-cl05 {
  background: var(--cl05);
}
.p-ftp-card01 .p-ftp-card01__title.-cl06 {
  background: var(--cl06);
}
.p-ftp-card01 .p-ftp-card01__title.-cl07 {
  background: var(--cl07);
}
.p-ftp-card01 .p-ftp-card01__title.-cl08 {
  background: var(--cl08);
}
.p-ftp-card01 .p-ftp-card01__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-ftp-card01 .p-ftp-card01__text {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-ftp-card01 .p-ftp-card01__text {
    margin-top: 12px;
  }
}
.p-ftp-card01 .p-ftp-card01__image-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 225px 72px 225px 72px 225px;
  grid-template-columns: repeat(3, 225px);
  gap: 0 72px;
}
@media screen and (max-width: 999.98px) {
  .p-ftp-card01 .p-ftp-card01__image-grid {
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 12px;
  }
}

.p-gradation-box001 {
  margin-top: 60px;
  margin-bottom: 90px;
  padding-inline: 70px;
  padding-block: 42px;
  border-radius: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 280px;
  grid-template-columns: auto 280px;
  background: -webkit-gradient(linear, left top, left bottom, from(#388ab6), to(#1d2088));
  background: linear-gradient(#388ab6 0%, #1d2088 100%);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-gradation-box001 {
    margin-top: 32px;
    margin-bottom: 54px;
    padding: 24px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    font-size: 20px;
    line-height: 1.5;
    gap: 20px 0;
  }
}

.p-download {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 999.98px) {
  .p-download {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
.p-download .p-download__list li + li {
  margin-top: 120px;
}
@media screen and (max-width: 999.98px) {
  .p-download .p-download__list li + li {
    margin-top: 80px;
  }
}

.p-download-box .p-download-box__title {
  padding-block: 20px;
  padding-left: 22px;
  padding-right: 10px;
  background: var(--color-green02);
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-download-box .p-download-box__title {
    padding-block: 13px;
    padding-left: 18px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1;
  }
}
.p-download-box .p-download-box__contents {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 42px auto;
  grid-template-columns: 280px auto;
  gap: 0 42px;
}
@media screen and (max-width: 999.98px) {
  .p-download-box .p-download-box__contents {
    margin-top: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
        grid-template-areas: "image" "text" "link";
  }
  .p-download-box .p-download-box__contents .p-download-box__sub {
    display: contents;
  }
  .p-download-box .p-download-box__contents .p-download-box__image {
    width: 200px;
    margin: auto;
    grid-area: image;
  }
  .p-download-box .p-download-box__contents .p-download-box__link {
    grid-area: link;
  }
  .p-download-box .p-download-box__contents .p-download-box__main {
    grid-area: text;
    margin-top: 22px;
  }
  .p-download-box .p-download-box__contents > .p-flow-box__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-download-box .p-download-box__contents > .p-flow-box__link {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.p-download-box .p-download-box__contents h3, .p-download-box .p-download-box__contents h4 {
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-download-box .p-download-box__contents h3, .p-download-box .p-download-box__contents h4 {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}
.p-download-box .p-download-box__contents h3 + .p-text, .p-download-box .p-download-box__contents h4 + .p-text {
  margin-top: 2px;
}
.p-download-box .p-download-box__link {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-download-box .p-download-box__link {
    margin-top: 20px;
  }
}
.p-download-box .p-download-box__item + .p-download-box__item {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-download-box .p-download-box__item + .p-download-box__item {
    margin-top: 28px;
  }
}

.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-text-privacy p {
  font-size: 15px;
  line-height: 2.5333333333;
  font-weight: 300;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .p-text-privacy p {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}

.p-privacy {
  margin: 100px 0;
}
@media screen and (max-width: 999.98px) {
  .p-privacy {
    margin: 60px 0;
  }
}
.p-privacy .p-privacy__item + .p-privacy__item {
  margin-top: 120px;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__item + .p-privacy__item {
    margin-top: 80px;
  }
}
.p-privacy .p-privacy__contents {
  margin-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__contents {
    margin-top: 45px;
  }
}
.p-privacy .p-privacy__block + .p-privacy__block {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__block + .p-privacy__block {
    margin-top: 30px;
  }
}
.p-privacy .p-privacy__block h3, .p-privacy .p-privacy__block p, .p-privacy .p-privacy__block ul li {
  font-size: 20px;
  line-height: 1.9;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__block h3, .p-privacy .p-privacy__block p, .p-privacy .p-privacy__block ul li {
    font-size: 16px;
    line-height: 1.6875;
    font-weight: 400;
  }
}
.p-privacy .p-privacy__block h3 {
  font-weight: 600;
}
.p-privacy .p-privacy__bottom {
  margin-top: 60px;
  padding: 20px;
  background: var(--color-green03);
}

.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: 0 10px;
}
@media screen and (max-width: 999.98px) {
  .wp-pagenavi {
    gap: 8px;
  }
}
.wp-pagenavi .current {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  border: none;
  background: var(--color-green02);
  border-radius: 60px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  .wp-pagenavi .current {
    width: 37px;
    height: 37px;
    font-size: 12px;
  }
}
.wp-pagenavi a.page {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-green02);
  border: none;
  background: var(--color-green03);
  border-radius: 60px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  .wp-pagenavi a.page {
    width: 37px;
    height: 37px;
    font-size: 12px;
  }
}
.wp-pagenavi a.page:hover {
  background: var(--color-green02);
  color: #fff;
}
.wp-pagenavi a.nextpostslink {
  position: relative;
  width: 60px;
  height: 60px;
  border: none;
  text-indent: -9999px;
}
@media screen and (max-width: 999.98px) {
  .wp-pagenavi a.nextpostslink {
    width: 37px;
    height: 37px;
  }
}
.wp-pagenavi a.nextpostslink:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../../_assets/img/common/icon_al.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 999.98px) {
  .wp-pagenavi a.nextpostslink:before {
    width: 37px;
    height: 37px;
  }
}
.wp-pagenavi a.nextpostslink:hover:before {
  right: -4px;
}
.wp-pagenavi a.previouspostslink {
  position: relative;
  width: 60px;
  height: 60px;
  border: none;
  text-indent: -9999px;
}
@media screen and (max-width: 999.98px) {
  .wp-pagenavi a.previouspostslink {
    width: 37px;
    height: 37px;
  }
}
.wp-pagenavi a.previouspostslink:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../../_assets/img/common/icon_al.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 999.98px) {
  .wp-pagenavi a.previouspostslink:before {
    width: 37px;
    height: 37px;
  }
}
.wp-pagenavi a.previouspostslink:hover:before {
  left: -4px;
}

.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.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: 15px;
  line-height: 1;
  color: var(--color-black02);
  border: none;
  background: var(--color-orange02);
  border-radius: 7px;
  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 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;
}
@media screen and (max-width: 999.98px) {
  .p-place-card {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}
.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;
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__main .p-place-card__title {
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
  }
}
.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;
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__main .p-place-card__meta {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 13px;
    line-height: 1.3846153846;
    font-weight: 300;
  }
}
.p-place-card .p-place-card__main .p-place-card__link {
  margin-top: 12px;
}
@media screen and (max-width: 999.98px) {
  .p-place-card .p-place-card__main .p-place-card__link {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.p-person-card .p-person-card__sub img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-person-card .p-person-card__sub img {
    border-radius: 15px;
  }
}
.p-person-card .p-person-card__main {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-person-card .p-person-card__main {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
.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;
}
@media screen and (max-width: 999.98px) {
  .p-person-card .p-person-card__name .ja {
    font-size: 15px;
    line-height: 1.6666666667;
  }
}
.p-person-card .p-person-card__name .en {
  font-size: 12px;
  line-height: 1.9166666667;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-person-card .p-person-card__name .en {
    font-size: 8px;
    line-height: 1;
  }
}

.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;
}
@media screen and (max-width: 999.98px) {
  .p-icon-card01 .p-icon-card01__image01 {
    width: 170px;
  }
}
.p-icon-card01 .p-icon-card01__image01 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-icon-card01 .p-icon-card01__title01 {
  -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;
}
@media screen and (max-width: 999.98px) {
  .p-icon-card01 .p-icon-card01__title01 {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
    font-size: 18px;
    line-height: 1.3333333333;
    font-weight: 600;
  }
}
.p-icon-card01 .p-icon-card01__text01 {
  margin-top: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-card01 .p-icon-card01__text01 {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}
.p-icon-card01 .p-icon-card01__text01 p {
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-icon-card01 .p-icon-card01__text01 p {
    font-size: 13px;
    line-height: 1.9230769231;
    font-weight: 300;
  }
}

.page-confirm .p-contact__privacy {
  display: none;
}

.p-contact {
  padding-top: 100px;
}
@media screen and (max-width: 999.98px) {
  .p-contact {
    padding-top: 30px;
    padding-inline: 0;
  }
}
.p-contact .p-contact__head p {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__head p {
    font-size: 13px;
    line-height: 2.2307692308;
    font-weight: 400;
    text-align: left;
  }
}
.p-contact .p-contact__privacy {
  margin-top: 36px;
  text-align: center;
}
.p-contact .p-contact__privacy a {
  text-decoration: underline;
  color: var(--color-orange01);
}
.p-contact .p-contact__box {
  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;
  margin-top: 50px;
  gap: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__box {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-contact .p-contact__box .p-contact__box-input:last-child input {
  position: relative;
  cursor: pointer;
  width: 280px;
  height: 70px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--color-green02);
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 600;
  letter-spacing: 0;
  border: 2px solid var(--color-green02);
  background: none;
  border-radius: 35px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__box .p-contact__box-input:last-child input {
    max-width: 500px;
    width: 335px;
    height: 65px;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
  }
}
.p-contact .p-contact__box .p-contact__box-input:first-child input {
  position: relative;
  cursor: pointer;
  width: 280px;
  height: 70px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--color-green02);
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 600;
  letter-spacing: 0;
  border: 2px solid var(--color-green02);
  background: none;
  border-radius: 35px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__box .p-contact__box-input:first-child input {
    max-width: 500px;
    width: 335px;
    height: 65px;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
  }
}
.p-contact .p-contact__contents {
  margin-top: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__contents {
    margin-top: 40px;
  }
}
.p-contact .p-contact__contents .p-contact__item {
  border-top: 1px solid var(--color-gray02);
  padding: 30px 0;
}
.p-contact .p-info-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 351px auto;
  grid-template-columns: 351px auto;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-info-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 18px 0;
  }
}
.p-contact .p-info-box .p-info-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  line-height: 1.8421052632;
  font-weight: 600;
  letter-spacing: 0;
  gap: 0 18px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-info-box .p-info-box__head {
    font-size: 14px;
    line-height: 1.7142857143;
    gap: 0 12px;
  }
}
.p-contact .p-info-box .p-info-box__head.-flex01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
}
.p-contact .p-info-box .p-info-box__head.-flex01 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-info-box .p-info-box__head.-flex01 > div {
    gap: 0 12px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-info-box .p-info-box__head.-flex01 {
    padding-top: 0;
  }
}
.p-contact .p-info-box .p-info-box__head.-colm {
  -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;
}
.p-contact .p-info-box .p-info-box__head.-colm .option {
  font-size: 14px;
  line-height: 2.5;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-info-box .p-info-box__head.-colm .option {
    font-size: 10px;
    line-height: 2.5;
  }
}
.p-contact .p-info-box input::-webkit-input-placeholder, .p-contact .p-info-box textarea::-webkit-input-placeholder {
  color: var(--color-green09);
  /* 文字色 */
  opacity: 1;
  /* Firefoxでの透明度対策 */
  font-weight: 300;
}
.p-contact .p-info-box input::-moz-placeholder, .p-contact .p-info-box textarea::-moz-placeholder {
  color: var(--color-green09);
  /* 文字色 */
  opacity: 1;
  /* Firefoxでの透明度対策 */
  font-weight: 300;
}
.p-contact .p-info-box input:-ms-input-placeholder, .p-contact .p-info-box textarea:-ms-input-placeholder {
  color: var(--color-green09);
  /* 文字色 */
  opacity: 1;
  /* Firefoxでの透明度対策 */
  font-weight: 300;
}
.p-contact .p-info-box input::-ms-input-placeholder, .p-contact .p-info-box textarea::-ms-input-placeholder {
  color: var(--color-green09);
  /* 文字色 */
  opacity: 1;
  /* Firefoxでの透明度対策 */
  font-weight: 300;
}
.p-contact .p-info-box input::placeholder,
.p-contact .p-info-box textarea::placeholder {
  color: var(--color-green09);
  /* 文字色 */
  opacity: 1;
  /* Firefoxでの透明度対策 */
  font-weight: 300;
}
.p-contact .p-info-box .p-info-box__input {
  margin-top: 12px;
}
.p-contact .p-info-box .p-info-box__input.-half {
  width: 50%;
}
.p-contact .p-info-box .p-info-box__input input, .p-contact .p-info-box .p-info-box__input select {
  width: 100%;
  padding: 14px 20px;
  border-radius: 5px;
  font-size: 19px;
  line-height: 1.8421052632;
  font-weight: 400;
  letter-spacing: 0;
  background: var(--color-green03);
  border: none;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-info-box .p-info-box__input input, .p-contact .p-info-box .p-info-box__input select {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 2.2307692308;
    font-weight: 400;
  }
}
.p-contact .p-info-box .p-info-box__input input:focus, .p-contact .p-info-box .p-info-box__input select:focus {
  outline-color: var(--color-green10);
}
.p-contact .p-info-box .p-info-box__input textarea {
  width: 100%;
  padding: 14px 20px;
  border-radius: 5px;
  background: var(--color-green03);
  min-height: 270px;
  font-size: 19px;
  line-height: 1.8421052632;
  font-weight: 600;
  border: none;
}
.p-contact .p-info-box .p-info-box__input textarea :focus {
  outline-color: var(--color-green10);
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-info-box .p-info-box__input textarea {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 2.2307692308;
    font-weight: 400;
  }
}

.p-contact-thanks {
  padding-block: 94px 0;
  text-align: center;
}
.p-contact-thanks .p-contact-thanks__title {
  font-size: 25px;
  line-height: 1.52;
  font-weight: 700;
  letter-spacing: 0;
}
.p-contact-thanks .p-contact-thanks__text {
  margin-top: 32px;
}
.p-contact-thanks p {
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 300;
}
.p-contact-thanks .p-contact-thanks__link {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact-end .p-contact-end__title {
  position: relative;
  padding-top: 96px;
  text-align: center;
  font-size: 32px;
  line-height: 1.71875;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-contact-end .p-contact-end__title {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.p-contact-end .p-contact-end__title:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../_assets/img/common/icon_form-check.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 59.6px;
  height: 54px;
}
.p-contact-end .p-contact-end__text {
  margin-top: 28px;
}
.p-contact-end .p-contact-end__text p {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-contact-end .p-contact-end__text p {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.p-contact-end .p-contact-end__link {
  margin-top: 84px;
  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-end .p-contact-end__link {
    margin-top: 30px;
  }
}

.p-form .p-form__privacy {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0;
  font-weight: 300;
}
.p-form .p-form__privacy a {
  text-decoration: underline;
  color: #0033A4;
}
.p-form .p-form__input {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__input {
    -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: 16px 0;
  }
}
.p-form .p-form__input .p-form__box-input {
  position: relative;
  max-width: 384px;
  width: 100%;
}
.p-form .p-form__input .p-form__box-input:first-child {
  display: none;
}
.p-form .p-form__input .p-form__box-input:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13.05px;
  height: 11.42px;
  background-image: url(../../_assets/img/common/icon-akar-arrow-right.png);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}
.p-form .p-form__input .p-form__box-input:hover {
  background: none;
  color: #0033A4;
}
.p-form .p-form__input .p-form__box-input:hover input {
  background: none;
  color: #0033A4;
}
.p-form .p-form__input .p-form__box-input:hover:before {
  right: 24px;
  background-image: url(../../_assets/img/common/icon-arrow-right-blue.png);
}
.p-form .p-form__input input {
  position: relative;
  width: 100%;
  padding: 19.5px 30px;
  background: #0033A4;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #0033A4;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__input input {
    padding: 14.5px 30px;
  }
}
.p-form .p-form__dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px auto;
  grid-template-columns: 260px auto;
  padding: 20px 0;
  border-top: 1px solid #C1C1C1;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl {
    padding: 16px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px 0;
  }
}
.p-form .p-form__dl dl:last-child {
  border-bottom: 1px solid #C1C1C1;
}
.p-form .p-form__dl dl .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl .name {
    font-size: 13px;
    line-height: 2.2307692308;
  }
}
.p-form .p-form__dl dl .option {
  font-size: 13px;
  line-height: 1.8461538462;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl .option {
    font-size: 10px;
    line-height: 2.7;
  }
}
.p-form .p-form__dl dl dd input {
  padding: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl dd input {
    padding: 9px;
    font-size: 13px;
    line-height: 2.2307692308;
  }
}
.p-form .p-form__dl dl dd select {
  padding: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl dd select {
    padding: 9px;
    font-size: 13px;
    line-height: 2.2307692308;
  }
}
.p-form .p-form__dl dl dd textarea {
  padding: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
  min-height: 210px;
}
@media screen and (max-width: 999.98px) {
  .p-form .p-form__dl dl dd textarea {
    padding: 9px;
    font-size: 13px;
    line-height: 2.2307692308;
  }
}
.p-form .p-form__dl dl dd .item + .item {
  margin-top: 14px;
}
.p-form .p-form__dl dl dd .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;
}
.page-to .p-form__input .p-form__box-input:last-child {
  display: block;
}

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

.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-thanks-box {
  padding-block: 130px 222px;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-thanks-box {
    padding-block: 34px 118px;
  }
}
.p-thanks-box .p-thanks-box__icon {
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/sub-visual/thanks-icon.webp);
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .p-thanks-box .p-thanks-box__icon {
    width: 58px;
    height: 58px;
  }
}
.p-thanks-box .p-thanks-box__title {
  margin-top: 66px;
  text-align: center;
  font-size: 35px;
  line-height: 1.4285714286;
  font-weight: 600;
}
@media screen and (max-width: 999.98px) {
  .p-thanks-box .p-thanks-box__title {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.6111111111;
  }
}
.p-thanks-box .p-thanks-box__text {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-thanks-box .p-thanks-box__text {
    margin-top: 28px;
  }
}
.p-thanks-box .p-thanks-box__text p {
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-thanks-box .p-thanks-box__text p {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}
.p-thanks-box .p-thanks-box__link {
  margin-top: 66px;
  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-thanks-box .p-thanks-box__link {
    margin-top: 28px;
  }
}

.page-confirm .p-contact .p-contact__box .p-contact__box-input:last-child input {
  background-color: var(--color-green02);
  color: #fff;
}

@media screen and (max-width: 999.98px) {
  .p-site-map {
    padding: 0;
  }
}
.p-site-map .p-site-map__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56px 1fr 56px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 56px;
}
@media screen and (max-width: 999.98px) {
  .p-site-map .p-site-map__contents {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-site-map .p-site-map__bottom {
  margin-top: 58px;
}
@media screen and (max-width: 999.98px) {
  .p-site-map .p-site-map__bottom {
    margin-top: 32px;
  }
}
.p-site-map .p-site-map__link + .p-site-map__link {
  margin-top: 18px;
}
.p-site-map .p-site-map__info {
  margin-top: 36px;
}
@media screen and (max-width: 999.98px) {
  .p-site-map .p-site-map__item:nth-child(2) .p-nav-list .p-nav-list__item:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 999.98px) {
  .p-site-map .p-site-map__item:last-child {
    padding-top: 20px;
  }
}

.p-nav-list .p-nav-list__item {
  padding: 26px 0;
  border-top: 1px solid var(--color-gray05);
}
@media screen and (max-width: 999.98px) {
  .p-nav-list .p-nav-list__item {
    padding: 16px 0;
  }
}
.p-nav-list .p-nav-list__item:last-child {
  border-bottom: 1px solid var(--color-gray05);
}

.p-short-list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-short-list li + li {
    margin-top: 18px;
  }
}
.p-short-list li a {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  .p-short-list li a {
    font-size: 15px;
    line-height: 1;
  }
}

.p-head {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 0;
}
@media screen and (max-width: 999.98px) {
  .p-head {
    gap: 8px 0;
  }
}

.c-heading01 + .p-big-copy {
  margin-top: 24px;
}
@media screen and (max-width: 999.98px) {
  .c-heading01 + .p-big-copy {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.p-big-copy p {
  font-size: 17px;
  line-height: 1.8823529412;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-big-copy p {
    font-size: 15px;
    line-height: 2.1333333333;
    font-weight: 600;
  }
}

.p-copy p {
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-copy p {
    font-size: 13px;
    line-height: 1.9230769231;
    font-weight: 300;
    text-align: left;
  }
}
.p-copy p.tal {
  text-align: left;
}

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

.p-map-unit {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 560px 40px auto;
  grid-template-columns: 560px auto;
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-map-unit {
    margin-top: 20px;
    gap: 14px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-map-unit .p-map-unit__map {
  width: 100%;
  height: 338px;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .p-map-unit .p-map-unit__map {
    height: 53.8666666667vw;
  }
}
.p-map-unit .p-map-unit__map .video-container, .p-map-unit .p-map-unit__map .video {
  width: 100%;
  height: 100%;
}
.p-map-unit .p-map-unit__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-map-unit .p-map-unit__dl + .p-map-unit__dl {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-map-unit .p-map-unit__dl + .p-map-unit__dl {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.p-map-unit .p-map-unit__dl {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (max-width: 999.98px) {
  .p-map-unit .p-map-unit__dl {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
.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;
}
@media screen and (max-width: 999.98px) {
  .p-map-unit .p-map-unit__dl dl {
    font-size: 13px;
    line-height: 1.9230769231;
    gap: 0 14px;
  }
}
.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;
}
@media screen and (max-width: 999.98px) {
  .p-map-unit .p-map-unit__link {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

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

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

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

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

.c-category03 {
  padding: 6px 18px;
  background: var(--color-green02);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-category03 {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1;
  }
}

.p-detail .p-detail__meta .tags {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
  color: var(--color-gray09);
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__meta .tags {
    font-size: 14px;
    line-height: 1;
  }
}
.p-detail .p-detail__meta .p-detail__meta-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 13px;
}
.p-detail .p-detail__meta .p-detail__meta-group .p-detail__date {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--base-en-font);
}
.p-detail .p-detail__title, .p-detail h1 {
  margin-top: 18px;
  font-size: 35px;
  line-height: 1.4857142857;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__title, .p-detail h1 {
    font-size: 17px;
    line-height: 1.7058823529;
  }
}
.p-detail .p-detail__contents {
  margin-top: 28px;
}
.p-detail .p-detail__contents img {
  display: block;
  width: 100%;
  height: auto;
}
.p-detail .p-detail__contents .p-detail__acf-image img {
  border: 1px solid #3C3C3C;
}
.p-detail .p-detail__contents figure {
  margin: 36px 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents figure {
    margin: 36px 0;
  }
}
.p-detail .p-detail__contents figure:first-child {
  margin-top: 0;
}
.p-detail .p-detail__contents p + p {
  margin-top: 38px;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents p + p {
    margin-top: 28px;
  }
}
.p-detail .p-detail__contents p {
  margin-top: 42px;
  font-size: 16px;
  line-height: 2.1875;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents p {
    margin-top: 24px;
    font-size: 13px;
    line-height: 2;
  }
}
.p-detail .p-detail__contents p a {
  color: var(--color-green02);
  text-decoration: underline;
}
.p-detail .p-detail__contents .wp-block-table table tr td:first-child {
  background: var(--color-green03);
}
.p-detail .p-detail__contents h2 {
  margin-top: 74px;
  padding: 20px;
  font-size: 36px;
  line-height: 1.6666666667;
  font-weight: 600;
  color: #fff;
  background: var(--color-green02);
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h2 {
    padding: 15px;
    margin-top: 34px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-detail .p-detail__contents h3 {
  margin-top: 40px;
  border-bottom: 3px solid var(--color-green02);
  font-size: 30px;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h3 {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.p-detail .p-detail__contents h4 {
  margin-top: 43px;
  padding-left: 20px;
  font-size: 27px;
  line-height: 1.7037037037;
  font-weight: 600;
  border-left: 2px solid var(--color-green02);
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h4 {
    margin-top: 32px;
    font-size: 17px;
    line-height: 1.5882352941;
  }
}
.p-detail .p-detail__contents h5 {
  margin-top: 42px;
  font-size: 22px;
  line-height: 1.5909090909;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h5 {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.6875;
  }
}
.p-detail .p-detail__contents h6 {
  position: relative;
  margin-top: 24px;
  padding-left: 24px;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0;
}
.p-detail .p-detail__contents h6:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "■";
  font-size: 20px;
  line-height: 1.75;
  font-weight: 600;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents h6 {
    margin-top: 28px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-detail .p-detail__contents table {
  margin-top: 44px;
}
.p-detail .p-detail__contents ul {
  margin-top: 38px;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ul {
    margin-top: 28px;
  }
}
.p-detail .p-detail__contents ul li + li {
  margin-top: 10px;
}
.p-detail .p-detail__contents ul li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ul li {
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.1538461538;
  }
}
.p-detail .p-detail__contents ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  background: var(--color-green02);
  border-radius: 11px;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ul li:before {
    top: 3px;
    width: 6px;
    height: 6px;
  }
}
.p-detail .p-detail__contents ol {
  margin-top: 38px;
  list-style: none;
  /* デフォルトの数字を消す */
  counter-reset: my-counter;
  /* カウンターの初期化 */
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ol {
    margin-top: 28px;
  }
}
.p-detail .p-detail__contents ol li + li {
  margin-top: 10px;
}
.p-detail .p-detail__contents ol li {
  counter-increment: my-counter;
  /* カウンターを進める */
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ol li {
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.1538461538;
  }
}
.p-detail .p-detail__contents ol li:before {
  content: counter(my-counter) ".";
  /* 数字+ドット */
  position: absolute;
  left: 0;
  color: #0033A4;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents ol li:before {
    font-size: 13px;
    line-height: 1.1538461538;
  }
}

.p-detail-link {
  margin-top: 102px;
}
@media screen and (max-width: 999.98px) {
  .p-detail-link {
    margin-top: 60px;
  }
}

.p-post-group .p-post-group__main + .p-post-group__category {
  margin-top: 120px;
}
@media screen and (max-width: 999.98px) {
  .p-post-group .p-post-group__main + .p-post-group__category {
    margin-top: 80px;
  }
}
.p-post-group .p-post-group__category + .p-post {
  margin-top: 60px;
}

.p-category-box {
  position: relative;
  padding: 30px;
  background: var(--color-green03);
}
.p-category-box:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  width: 20px;
  height: 100%;
  background: var(--color-green03);
}
.p-category-box:after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  width: 20px;
  height: 100%;
  background: var(--color-green03);
}
@media screen and (max-width: 999.98px) {
  .p-category-box {
    padding: 28px 0 38px;
  }
}
.p-category-box .p-category-box__item + .p-category-box__item {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-category-box .p-category-box__item + .p-category-box__item {
    margin-top: 6px;
  }
}

.p-category-list-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-category-list-tag {
    gap: 8px;
  }
}
.p-category-list-tag a {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #333;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-category-list-tag a {
    font-size: 12px;
    line-height: 1;
  }
}

.p-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 999.98px) {
  .p-category-list {
    gap: 8px;
  }
}
.p-category-list li a {
  padding: 6px 18px;
  background: var(--color-green02);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-category-list li a {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1;
  }
}

.postLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
@media screen and (max-width: 999.98px) {
  .postLink {
    gap: 0 12px;
  }
}
.postLink .postLink__Preview a {
  padding-left: 48px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: var(--base-text-color);
}
@media screen and (max-width: 999.98px) {
  .postLink .postLink__Preview a {
    padding-left: 30px;
    font-size: 12px;
    line-height: 1;
  }
}
.postLink .postLink__Preview a:hover {
  text-decoration: underline;
}
.postLink .postLink__Preview a:hover:before {
  left: -2px;
}
.postLink .postLink__Preview a:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: calc(37px);
  height: calc(37px);
  background-image: url(../../_assets/img/common/icon_nav-arrow.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 999.98px) {
  .postLink .postLink__Preview a:before {
    width: 24px;
    height: 24px;
  }
}
.postLink .postLink__Next a {
  padding-right: 48px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: var(--base-text-color);
}
@media screen and (max-width: 999.98px) {
  .postLink .postLink__Next a {
    padding-right: 30px;
    font-size: 12px;
    line-height: 1;
  }
}
.postLink .postLink__Next a:hover {
  text-decoration: underline;
}
.postLink .postLink__Next a:hover:before {
  right: -2px;
}
.postLink .postLink__Next a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  width: calc(37px);
  height: calc(37px);
  background-image: url(../../_assets/img/common/icon_nav-arrow.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 999.98px) {
  .postLink .postLink__Next a:before {
    width: 24px;
    height: 24px;
  }
}
.postLink .postLink__center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.postLink .postLink__center a {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: var(--base-text-color);
}
@media screen and (max-width: 999.98px) {
  .postLink .postLink__center a {
    font-size: 12px;
    line-height: 1;
  }
}

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

.p-works-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 16px;
}
@media screen and (max-width: 999.98px) {
  .p-works-list {
    -ms-grid-columns: 1fr 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);
  }
}
.sec-info {
  position: relative;
  min-height: 535px;
  z-index: 3;
  padding: 80px 0 108px;
}
@media screen and (max-width: 999.98px) {
  .sec-info {
    padding-block: 50px 55px;
  }
}
.sec-info:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../_assets/img/common/bg_info.webp);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -3;
}
@media screen and (max-width: 999.98px) {
  .sec-info:before {
    background-image: url(../../_assets/img/common/bg_info_sp.webp);
  }
}
.sec-info:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../_assets/img/common/bg_info_layer.webp);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
}
.sec-info .sec-info__logo {
  position: absolute;
  top: -20px;
  right: 0;
  color: #fff;
  opacity: 0.25;
  z-index: -1;
  font-size: 146px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  .sec-info .sec-info__logo {
    top: -10px;
    font-size: 72px;
    line-height: 1;
  }
}
.sec-info .sec-info__title {
  font-size: 35px;
  line-height: 1.7142857143;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .sec-info .sec-info__title {
    font-size: 17px;
    line-height: 1.7058823529;
  }
}
.sec-info .sec-info__list {
  margin-top: 42px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 999.98px) {
  .sec-info .sec-info__list {
    margin-top: 22px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px;
  }
}

.p-info-box01 {
  background: #fff;
  min-height: 210px;
}
@media screen and (max-width: 999.98px) {
  .p-info-box01 {
    min-height: auto;
  }
}
.p-info-box01.-base {
  padding: 32px 10px 26px;
}
@media screen and (max-width: 999.98px) {
  .p-info-box01.-base {
    padding: 20px 26px;
  }
}
.p-info-box01.-info {
  padding: 45px 10px 26px;
}
@media screen and (max-width: 999.98px) {
  .p-info-box01.-info {
    padding: 20px 26px;
  }
}
.p-info-box01.-sitemap {
  min-height: auto;
  background: none;
}
.p-info-box01.-sitemap .p-info-box01__tel {
  margin-top: 0;
}
.p-info-box01 .p-info-box01__title {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info-box01 .p-info-box01__title {
    font-size: 16px;
    line-height: 1.6875;
  }
}
.p-info-box01 .p-info-box01__list {
  margin-top: 14px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 15px 250px;
  grid-template-columns: repeat(2, 250px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
}
@media screen and (max-width: 999.98px) {
  .p-info-box01 .p-info-box01__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px;
  }
}
.p-info-box01 .p-info-box01__tel {
  margin-top: 10px;
  text-align: center;
  display: block;
}
.p-info-box01 .p-info-box01__tel span {
  position: relative;
  padding-left: 38px;
  font-size: 41px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: var(--base-en-font);
  color: var(--color-black);
}
@media screen and (max-width: 999.98px) {
  .p-info-box01 .p-info-box01__tel span {
    font-size: 34px;
    line-height: 1;
  }
}
.p-info-box01 .p-info-box01__tel span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(../../_assets/img/common/icon_tel.webp);
  width: 27px;
  height: 41.08px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .p-info-box01 .p-info-box01__tel span:before {
    width: 24.68px;
    height: 37.56px;
  }
}
.p-info-box01 .p-info-box01__text {
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-info-box01 .p-info-box01__text {
    margin-top: 16px;
  }
}
.p-info-box01 .p-info-box01__text p {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info-box01 .p-info-box01__text p {
    font-size: 12px;
    line-height: 1;
  }
}

.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-side-panel__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-side-panel__sub {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .p-flow-box__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-flow-box .p-flow-box__main .p-flow-box__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-flow-box .p-flow-box__main .p-flow-box__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-flow-box .p-flow-box__main .p-flow-box__link {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-flow-box > .p-flow-box__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-download-box .p-download-box__contents .p-download-box__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-download-box .p-download-box__contents .p-download-box__link {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-download-box .p-download-box__contents > .p-download-box__link {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-download-box .p-download-box__contents .p-download-box__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-download-box .p-download-box__contents > .p-download-box__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec-panel.-reverse > .sec-panel__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-flow-box > .sec-panel__sub {
    -ms-grid-row: 3;
    -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 {
  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;
}

.sec01 .wp-block-themeisle-blocks-button-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 999.98px) {
  .sec01 .wp-block-themeisle-blocks-button-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .sec01 iframe {
    width: 100%;
    height: 69.3333333333vw;
  }
}
.sec01 .wp-block-button {
  width: 470px;
}
@media screen and (max-width: 999.98px) {
  .sec01 .wp-block-button {
    width: 100%;
  }
}
.sec01 .wp-block-button .wp-block-button__link {
  width: 100%;
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12.5px 10px;
  border: 1px solid #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;
  }
}

@media screen and (max-width: 999.98px) {
  .p-price-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-price-table table {
  width: 100%;
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-price-table table {
    min-width: 800px;
    width: 800px;
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.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);
  border-right: 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);
  border-left: 1px solid var(--color-gray01);
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-price-table table tr th {
    -webkit-padding-before: 16px;
            padding-block-start: 16px;
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
}
.p-price-table table tr td {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  border-left: 1px solid var(--color-gray01);
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-price-table table tr td {
    -webkit-padding-before: 16px;
            padding-block-start: 16px;
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
}

@media screen and (max-width: 999.98px) {
  .p-price-table00 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-price-table00 table {
  width: 100%;
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 300;
  display: table;
  border-collapse: collapse;
  /* 枠線を重ねる */
  table-layout: fixed;
}
.p-price-table00 table tr th, .p-price-table00 table tr td {
  border: 1px solid var(--color-gray01);
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-price-table00 table tr th, .p-price-table00 table tr td {
    -webkit-padding-before: 16px;
            padding-block-start: 16px;
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
}
.p-price-table00 table tr th {
  background-color: var(--color-orange02);
}
@media screen and (max-width: 999.98px) {
  .p-price-table00 table {
    min-width: 800px;
    width: 800px;
    font-size: 13px;
    line-height: 1.9230769231;
  }
}

@media screen and (max-width: 999.98px) {
  .p-price-table05 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-price-table05 table {
  width: 100%;
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 300;
  display: table;
}
@media screen and (max-width: 999.98px) {
  .p-price-table05 table {
    min-width: 800px;
    width: 800px;
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.p-price-table05 table tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--color-gray01);
  border-right: 1px solid var(--color-gray01);
}
.p-price-table05 table tr:last-child {
  border-bottom: 1px solid var(--color-gray01);
}
.p-price-table05 table tr th {
  background-color: var(--color-orange02);
  border-left: 1px solid var(--color-gray01);
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-price-table05 table tr th {
    -webkit-padding-before: 16px;
            padding-block-start: 16px;
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
}
.p-price-table05 table tr td {
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  border-left: 1px solid var(--color-gray01);
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-price-table05 table tr td {
    -webkit-padding-before: 16px;
            padding-block-start: 16px;
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
}

.burger {
  position: absolute;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bdda7), to(#145247));
  background: linear-gradient(#8bdda7 0%, #145247 100%);
}
@media screen and (max-width: 999.98px) {
  .burger {
    top: 0;
    right: 0;
    display: block;
    height: 45px;
    width: 45px;
  }
}
.burger:focus {
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bdda7), to(#145247));
  background: linear-gradient(#8bdda7 0%, #145247 100%);
}
.burger .burger__text {
  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: 40px;
  margin: 0;
  height: 1px;
  width: 50px;
  background: #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media screen and (max-width: 999.98px) {
  .burger .x,
.burger .y,
.burger .z {
    right: 13px;
    width: 18px;
    height: 1px;
  }
}
.burger .x {
  top: 46px;
}
@media screen and (max-width: 999.98px) {
  .burger .x {
    top: 16px;
  }
}
.burger .y {
  top: 62px;
}
@media screen and (max-width: 999.98px) {
  .burger .y {
    top: 22px;
  }
}
.burger .z {
  top: 78px;
}
@media screen and (max-width: 999.98px) {
  .burger .z {
    top: 28px;
  }
}
.burger .collapse {
  top: 60px;
  -webkit-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
@media screen and (max-width: 999.98px) {
  .burger .collapse {
    top: 20px;
    left: 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: 5.3333333333vw;
    line-height: 2.25;
  }
}

.p-sns-nav {
  padding: 0 10px;
}
@media screen and (max-width: 999.98px) {
  .p-sns-nav {
    position: fixed;
    top: 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 {
  position: absolute;
  top: 0;
  right: 0;
  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%;
  position: fixed;
  -webkit-padding-before: 95px;
          padding-block-start: 95px;
  -webkit-padding-after: 250px;
          padding-block-end: 250px;
  z-index: 1010;
  top: 130px;
  right: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__wrap {
    top: 45px;
    padding-top: 20px;
  }
}
.p-gNavSP .p-gnav__link {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__link {
    display: block;
    width: 100%;
  }
  .p-gNavSP .p-gnav__link ul li + li {
    margin-top: 6px;
  }
  .p-gNavSP .p-gnav__link ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.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;
  padding-right: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-inline: 20px;
  }
}
.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: 28px;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item + .p-gnav__item {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.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;
}
.p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01 {
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--base-font);
  }
}
.p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -16px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: var(--color-yellow);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01:before {
    display: none;
  }
}
.p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.c-g-link01:hover {
  color: var(--color-yellow);
}
.p-gNavSP .p-gnav .p-gnav__list .p-gnav__item a.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: 100%;
}
.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: 4vw;
  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: 4vw;
  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: 4vw;
  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: 8.5333333333vw;
    line-height: 1;
  }
}
.c-icon-box:before {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 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: 9.0666666667vw;
  }
}
.p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-fly {
  width: 30.7px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-fly {
    width: 10.9013333333vw;
  }
}
.p-icon-box01 .p-icon-box01__text {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #444950;
}
.p-icon-box01 .p-icon-box01__text a {
  color: #444950;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__text {
    font-size: 7.4666666667vw;
    line-height: 1;
  }
}
.p-icon-box01 .p-icon-box01__text.-large {
  font-size: 38px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__text.-large {
    font-size: 13.0666666667vw;
    line-height: 1;
  }
}
.p-icon-box01 .p-icon-box01__meta {
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__meta {
    -webkit-margin-after: 2.1333333333vw;
            margin-block-end: 2.1333333333vw;
    font-size: 5.0666666667vw;
    line-height: 1.7368421053;
  }
}
.p-icon-box01 .p-icon-box01__link {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__link {
    -webkit-margin-after: 6.9333333333vw;
            margin-block-end: 6.9333333333vw;
  }
}

.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: 7.7333333333vw;
    line-height: 1;
  }
}
.p-line-box .p-line-box__contents {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-line-box .p-line-box__contents {
    -webkit-margin-after: 7.4666666667vw;
            margin-block-end: 7.4666666667vw;
  }
}

.p-recruit-box dl + dl {
  margin-top: 30px;
}
.p-recruit-box dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 20px auto;
  grid-template-columns: 160px auto;
  gap: 0 20px;
}
.p-recruit-box dl dt {
  padding: 16px 10px;
  border-top: 1px solid #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: 7.4666666667vw;
    line-height: 1.4642857143;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-orang01 {
  background-color: var(--color-orange02);
}

.content .bg-blue01 {
  background-color: var(--color-blue04);
}

.c-set-heading01 {
  position: relative;
  padding-top: 20px;
  letter-spacing: 0;
  display: -ms-inline-grid;
  display: inline-grid;
  gap: 22px 0;
  color: var(--color-green02);
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01 {
    padding-top: 16px;
    gap: 14px 0;
  }
}
.c-set-heading01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--color-green02);
  border-radius: 7px;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01:before {
    width: 5px;
    height: 5px;
  }
}
.c-set-heading01 .en {
  font-family: var(--base-en-font);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01 .en {
    font-size: 10px;
    line-height: 1;
  }
}
.c-set-heading01 .ja {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01 .ja {
    font-size: 17px;
    line-height: 1;
  }
}
.c-set-heading01.-white {
  color: #fff;
}
.c-set-heading01.-white:before {
  background-color: #fff;
}
.c-set-heading01.-no-mark {
  padding-top: 0;
}
.c-set-heading01.-no-mark:before {
  display: none;
}

.c-right-border {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 999.98px) {
  .c-right-border {
    font-size: 15px;
    line-height: 1.5333333333;
    gap: 0 14px;
  }
}
.c-right-border:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: var(--color-gray07);
}

.c-heading01 {
  font-size: 25px;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-heading01 {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.c-border-heading001 {
  padding-left: 22px;
  border-left: 5px solid var(--color-green02);
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .c-border-heading001 {
    font-size: 20px;
    line-height: 1;
    padding-left: 18px;
    border-left: 4px solid var(--color-green02);
  }
}

.c-border-heading001 + .p-text {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .c-border-heading001 + .p-text {
    margin-top: 12px;
  }
}

.c-block-title {
  padding-left: 32px;
  position: relative;
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-block-title {
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.6666666667;
  }
}
.c-block-title:before {
  position: absolute;
  width: 22px;
  height: 22px;
  content: "";
  top: 5px;
  left: 0;
  background-color: var(--color-green02);
}
@media screen and (max-width: 999.98px) {
  .c-block-title:before {
    top: 6px;
    width: 13px;
    height: 13px;
  }
}
.c-block-title.-blue01:before {
  background-color: var(--color-blue04);
}

.c-block-title + .p-text {
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .c-block-title + .p-text {
    margin-top: 12px;
  }
}

.c-set-heading01-center {
  position: relative;
  padding-top: 22px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  gap: 20px 0;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01-center {
    padding-top: 14px;
    gap: 12px 0;
  }
}
.c-set-heading01-center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background-color: var(--color-green02);
  border-radius: 7px;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01-center:before {
    width: 5px;
    height: 5px;
  }
}
.c-set-heading01-center .en {
  color: var(--color-green02);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01-center .en {
    font-size: 10px;
    line-height: 1;
  }
}
.c-set-heading01-center .ja {
  color: var(--color-black);
  font-size: 35px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading01-center .ja {
    font-size: 17px;
    line-height: 1.7058823529;
  }
}

.c-set-heading01 + .p-text {
  margin-top: 16px;
}

.c-set-heading01 + .c-base-link01 {
  margin-top: 44px;
}

.c-light {
  font-size: 13px;
  line-height: 2.6923076923;
}

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

a.c-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  padding: 6px 10px 6px 20px;
  color: var(--color-green02);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 19px;
  border: 2px solid var(--color-green02);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  a.c-page-link {
    padding: 4px 6px 4px 10px;
    font-size: 11px;
    line-height: 1.6363636364;
  }
}
a.c-page-link:hover {
  color: #fff;
  background-color: var(--color-green02);
}
a.c-page-link .icon {
  width: 23px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  a.c-page-link .icon {
    width: 14px;
  }
}
a.c-page-link .icon img {
  display: block;
  width: 100%;
  height: auto;
}

a.c-big-link01 {
  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;
  height: 70px;
  border-radius: 70px;
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  a.c-big-link01 {
    font-size: 13px;
    line-height: 1.3846153846;
    height: 62px;
  }
}
a.c-big-link01.-deep-green {
  background-color: var(--color-green02);
}
a.c-big-link01.-green {
  background-color: var(--color-green01);
}

a.c-nav-link01 {
  display: block;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  a.c-nav-link01 {
    font-size: 19px;
    line-height: 1;
  }
}
a.c-nav-link01 span {
  position: relative;
  padding-right: 54px;
}
@media screen and (max-width: 999.98px) {
  a.c-nav-link01 span {
    padding-right: 50px;
  }
}
a.c-nav-link01 span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_nav-arrow.png);
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 999.98px) {
  a.c-nav-link01 span:before {
    width: 26px;
    height: 26px;
  }
}

a.c-child-link01 {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  a.c-child-link01 {
    font-size: 15px;
    line-height: 1;
  }
}

a.c-mid-link01, .c-mid-link01 {
  display: block;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 999.98px) {
  a.c-mid-link01, .c-mid-link01 {
    font-size: 15px;
    line-height: 1;
  }
}

a.c-child-link01 + a.c-mid-link01 {
  margin-top: 28px;
}

.side-child {
  margin-left: 20px;
}
@media screen and (max-width: 999.98px) {
  .side-child {
    margin-left: 18px;
  }
}

.side-child-child {
  margin-left: 40px;
}
@media screen and (max-width: 999.98px) {
  .side-child-child {
    margin-left: 36px;
  }
}

a.c-front-link01 {
  position: relative;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  gap: 6px 0;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  white-space: nowrap;
}
a.c-front-link01:hover:before {
  opacity: 1;
}
a.c-front-link01:hover .ja, a.c-front-link01:hover .en {
  color: var(--color-green02);
}
a.c-front-link01:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -12px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--color-green02);
  border-radius: 7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
a.c-front-link01 .ja {
  color: #333;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.c-front-link01 .en {
  font-family: var(--base-en-font);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-gray04);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a.c-link01 {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 70px;
  border-radius: 70px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
a.c-link01.-green {
  background-color: var(--color-green01);
  border: 2px solid var(--color-green01);
}
a.c-link01.-deep-green {
  background-color: var(--color-green02);
  border: 2px solid var(--color-green02);
}
a.c-link01:hover {
  background: #fff;
}
a.c-link01:hover.-green {
  color: var(--color-green01);
}
a.c-link01:hover.-deep-green {
  color: var(--color-green02);
}

a.c-border-link {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.065em;
  color: var(--color-green02);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 10px;
}
@media screen and (max-width: 999.98px) {
  a.c-border-link {
    padding-left: 14px;
    font-size: 12px;
    line-height: 1;
  }
}
a.c-border-link:hover {
  font-weight: 600;
  color: var(--color-green01);
  padding-right: 0;
}
a.c-border-link:hover:before {
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
a.c-border-link:hover:after {
  background: var(--color-green01);
  width: 124px;
}
a.c-border-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: var(--color-green02);
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 999.98px) {
  a.c-border-link:before {
    width: 7px;
    height: 7px;
  }
}
a.c-border-link:after {
  position: absolute;
  left: -130px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--color-gray03);
  width: 110px;
  height: 1px;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 999.98px) {
  a.c-border-link:after {
    left: -91px;
    width: 81px;
  }
}

a.c-white-btn01 {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 280px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.065em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.c-white-btn01:hover {
  background-color: #fff;
  color: var(--color-green02);
}
@media screen and (max-width: 999.98px) {
  a.c-white-btn01 {
    font-size: 13px;
    line-height: 1;
    width: 100%;
    height: 55px;
  }
}

a.c-base-link01 {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 280px;
  height: 70px;
  border: 3px solid var(--color-green02);
  border-radius: 35px;
  text-align: center;
  color: var(--color-green02);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.065em;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.c-base-link01:hover {
  color: #fff;
  background-color: var(--color-green02) !important;
}
@media screen and (max-width: 999.98px) {
  a.c-base-link01 {
    font-size: 13px;
    line-height: 1;
    width: 100%;
    height: 55px;
  }
}
a.c-base-link01.-no-border {
  border: none;
}
a.c-base-link01.-blue {
  color: var(--color-blue07);
}

.c-eyes {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-eyes {
    font-size: 6.4vw;
    line-height: 1;
  }
}
.c-eyes span {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 999.98px) {
  .c-eyes span {
    padding-left: 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: 6.9573333333vw;
    height: 6.96vw;
  }
}

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

.dd-check {
  position: relative;
  padding-left: 36px;
  /* to hide the checkbox itself */
  /* checked icon */
}
.dd-check input[type=checkbox] {
  display: none;
}
.dd-check input[type=checkbox] + label:before, .dd-check input[type=checkbox] + .mwform-checkbox-field-text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
}
.dd-check input[type=checkbox] + label:after, .dd-check input[type=checkbox] + .mwform-checkbox-field-text:after {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  display: inline-block;
  z-index: 2;
  content: "";
  -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-icon-q {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--base-en-font);
}
@media screen and (max-width: 999.98px) {
  .c-icon-q {
    font-size: 23px;
    line-height: 1;
  }
}

a.c-map {
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  width: 60px;
  height: 25px;
  border-radius: 25px;
  color: #fff;
  background-color: var(--color-green02);
}
@media screen and (max-width: 999.98px) {
  a.c-map {
    font-size: 10px;
    line-height: 1;
    width: 42px;
    height: 18px;
  }
}

.c-white-mark {
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 34px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-white-mark {
    font-size: 11px;
    line-height: 1;
  }
}

.c-point {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 90px;
  height: 32px;
  font-family: var(--base-en-font);
  color: #fff;
  background-color: var(--color-green01);
  border-radius: 19px;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-point {
    width: 63px;
    height: 22px;
    font-size: 12px;
    line-height: 1;
  }
}

.c-tel {
  position: relative;
  padding-left: 24px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: var(--base-en-font);
  color: var(--color-black);
  white-space: nowrap;
}
.c-tel:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(../../_assets/img/common/icon_tel.webp);
  width: 15.11px;
  height: 23px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.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;
}
@media screen and (max-width: 999.98px) {
  .c-p-place-mark01 {
    padding-inline: 8px;
    font-size: 11px;
    line-height: 2;
  }
}

.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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-category01 {
  display: inline-block;
  padding: 15px 22px;
  color: #fff;
  background-color: var(--color-green02);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-category01 {
    padding: 2px 13px;
    font-size: 12px;
    line-height: 2.25;
    font-weight: 600;
  }
}

.c-category02 {
  height: 20px;
  display: -ms-inline-grid;
  display: inline-grid;
  padding-inline: 10px;
  place-items: center;
  border-radius: 10px;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}
.c-category02.-all {
  background-color: var(--color-orange01);
  color: #fff;
}
.c-category02.-pre-release {
  background-color: var(--color-orange04);
}
.c-category02.-info {
  background-color: var(--color-green01);
}
.c-category02.-tips, .c-category02.-column-trivia {
  background-color: var(--color-yellow);
}

.c-need001 {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 54px;
  height: 22px;
  background-color: var(--color-green02);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 22px;
}
@media screen and (max-width: 999.98px) {
  .c-need001 {
    width: 40px;
    height: 18px;
    font-size: 10px;
  }
}

.ss {
  display: block;
}

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

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

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

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

.dk {
  display: block;
}