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

:root {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #343434;
  letter-spacing: 0.05em;
  font-weight: 300;
  min-height: 100vh;
}
@media screen and (max-width: 999.98px) {
  body {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

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

.font-jp02 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

main {
  display: block;
}

address {
  font-style: normal;
}

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

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;
}
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 .c-red-small {
  font-size: 12px;
}

.c-red02 {
  color: #D76561;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

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

/*
background-image: url(../../_assets/img/common/icon-category-food.svg);
 */
.base-page {
  padding-bottom: 200px;
}
@media screen and (max-width: 999.98px) {
  .base-page {
    padding-bottom: 140px;
  }
}

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

.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: 4.1428571429vw;
}
.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.7142857143vw;
}

.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: #18406F;
  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-wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 1238px;
  padding: 0 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-wrapper {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 999.98px) {
  .l-wrapper.-full-sp {
    padding: 0;
  }
}
.l-wrapper.-mid {
  max-width: 940px;
}

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

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

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

.l-group {
  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) {
  .l-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-group .l-main {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 80px;
}
@media screen and (max-width: 999.98px) {
  .l-group .l-main {
    padding-right: 0;
    width: 100%;
  }
}
.l-group .l-side {
  width: 200px;
}
@media screen and (max-width: 999.98px) {
  .l-group .l-side {
    width: 100%;
    margin-top: 40px;
  }
}

.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%;
  overflow: hidden;
}
@media screen and (max-width: 1208px) {
  .l-body.bg-base {
    width: 1200px;
  }
}
@media screen and (max-width: 1208px) and (max-width: 999.98px) {
  .l-body.bg-base {
    width: 100%;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: 4000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-header {
    height: 64px;
  }
}
.p-header .p-header__contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__contact {
    display: none;
  }
}
.p-header .p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 60px;
  padding-right: 200px;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__wrap {
    padding-left: 20px;
    height: 100%;
  }
}
.p-header .p-header__nav {
  height: 100%;
}
body.scrolled .p-header {
  background: #fff;
}
.top-target .p-header {
  background: none;
}

.p-contact-fixed {
  display: block;
  padding-top: 25px;
  width: 150px;
  height: 130px;
  background: #18406F;
  border-radius: 0 0 0 30px;
}
.p-contact-fixed .p-contact-fixed__icon {
  width: 47px;
  margin: auto;
}
.p-contact-fixed .p-contact-fixed__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-contact-fixed .p-contact-fixed__text {
  margin-top: 6px;
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.p-footer {
  position: relative;
  margin-top: 80px;
  padding-top: 116px;
  background: #18406F;
}
@media screen and (max-width: 999.98px) {
  .p-footer {
    margin-top: 420px;
    padding-top: 102px;
  }
}
.p-footer .p-footer__contents {
  position: absolute;
  top: -194px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents {
    top: -564px;
    padding: 0 30px;
  }
}
.p-footer .p-footer__copy {
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__copy {
    padding: 30px 0;
  }
}
.p-footer .p-footer__copy small {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__copy small {
    font-size: 16px;
    line-height: 1;
  }
}

.p-footer-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 422px auto;
  grid-template-columns: 422px auto;
  padding: 42px 58px 32px;
  background: #F2F2F2;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e5edf7));
  background: linear-gradient(#f2f2f2 0%, #e5edf7 100%);
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 999.98px) {
  .p-footer-box {
    padding: 32px 20px 24px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-footer-box .p-footer-box__logo {
  width: 206px;
}
@media screen and (max-width: 999.98px) {
  .p-footer-box .p-footer-box__logo {
    width: 202px;
  }
}
.p-footer-box .p-footer-box__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-footer-box .p-footer-box__nav {
  margin-top: 26px;
}
@media screen and (max-width: 999.98px) {
  .p-footer-box .p-footer-box__nav {
    margin-top: 40px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer-box .p-footer-box__item01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer-box .p-footer-box__item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-footer-box .p-footer-box__item02 {
    margin-top: 62px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px 0;
  }
}

.p-link-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999.98px) {
  .p-link-list01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-icon-plus01 .p-icon-plus01__icon {
  text-align: center;
  height: 55px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-plus01 .p-icon-plus01__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-icon-plus01 .p-icon-plus01__icon img {
    height: 40px;
    width: auto;
    display: block;
  }
}
.p-icon-plus01 .p-icon-plus01__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #343434;
}
@media screen and (max-width: 999.98px) {
  .p-icon-plus01 .p-icon-plus01__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-icon-plus01 .p-icon-plus01__text p {
  font-size: 16px;
  line-height: 1.5;
  color: #343434;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-icon-plus01 .p-icon-plus01__text p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.footer__goTop {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 100px;
  z-index: 2000;
}
@media screen and (max-width: 999.98px) {
  .footer__goTop {
    display: none;
    right: 20px;
    bottom: calc((24/640)*100vw);
    width: 8.5333333333vw;
  }
}
@media screen and (max-width: 999.98px) {
  .ss {
    margin-top: 24vw;
  }
}
.ss img {
  display: block;
  width: 100%;
  height: auto;
}

.p-main-visual {
  position: relative;
  margin-top: 115px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto calc((1100/1400)*100vw);
  grid-template-columns: auto calc((1100/1400)*100vw);
}
@media screen and (max-width: 999.98px) {
  .p-main-visual {
    margin-top: 64px;
    padding: calc((48/375)*100vw) 20px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-main-visual .p-main-visual__main {
  position: relative;
  margin-right: calc((15/1400)*100vw);
  padding-top: 5.2857142857vw;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__main {
    position: absolute;
    top: calc((30/375)*100vw);
    left: calc((234/375)*100vw);
    margin-right: 0;
    z-index: 10;
    padding-top: 0;
  }
}
.p-main-visual .p-main-visual__main .p-main-visual__title {
  margin-left: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 38px;
  line-height: 2.1052631579;
  font-size: 2.7142857143vw;
  line-height: 2.1052631579;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__main .p-main-visual__title {
    font-size: 6.9333333333vw;
    line-height: 1.9230769231;
  }
}
.p-main-visual .p-main-visual__main .p-main-visual__title .font {
  display: inline-block;
  margin-bottom: calc((14/1400)*100vw);
  color: #5274AC;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__main .p-main-visual__title .font {
    margin-bottom: calc((14/375)*100vw);
  }
}
.p-main-visual .p-main-visual__main .p-main-visual__title .two-text {
  display: inline-block;
}
.p-main-visual .p-main-visual__info {
  position: absolute;
  left: calc((100/1400)*100vw);
  bottom: 0;
  width: 71.4285714286vw;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__info {
    position: static;
    width: 100%;
    margin-top: 28px;
  }
}
.p-main-visual .p-main-visual__image {
  position: relative;
  width: calc((1100/1400)*100vw);
  height: calc((675/1400)*100vw);
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__image {
    width: 100%;
    height: auto;
  }
}
.p-main-visual .p-main-visual__image .swiper-slide {
  height: calc((675/1400)*100vw);
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__image .swiper-slide {
    height: auto;
  }
}
.p-main-visual .p-main-visual__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.p-main-visual .p-main-visual__image .p-main-visual__pickup {
  position: absolute;
  right: calc((56/1400)*100vw);
  bottom: calc((115/1400)*100vw);
  z-index: 10;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual .p-main-visual__image .p-main-visual__pickup {
    right: calc((24/375)*100vw);
    bottom: calc((46/375)*100vw);
  }
}

.p-single-news {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: calc((92/1400)*100vw) calc((32/1400)*100vw) auto;
  grid-template-columns: calc((92/1400)*100vw) auto;
  width: 71.4285714286vw;
  background: #fff;
  border-radius: calc((32/1400)*100vw);
  padding: calc((18/1400)*100vw) calc((92/1400)*100vw) calc((18/1400)*100vw) 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  gap: 0 calc((32/1400)*100vw);
}
@media screen and (max-width: 999.98px) {
  .p-single-news {
    padding: 0;
    gap: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    width: 100%;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-single-news .p-single-news__main {
  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-single-news .p-single-news__main {
    margin-top: 8px;
    padding-right: 40px;
  }
}
.p-single-news .p-single-news__head {
  text-align: right;
  font-size: 1.1428571429vw;
  line-height: 1.625;
  font-weight: 300;
  color: #18406F;
}
@media screen and (max-width: 999.98px) {
  .p-single-news .p-single-news__head {
    text-align: left;
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.p-single-news .p-single-news__date {
  text-align: right;
  color: #363636;
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-single-news .p-single-news__date {
    font-size: 12px;
    line-height: 1.25;
  }
}
.p-single-news .p-single-news__title {
  padding-left: calc((16/1400)*100vw);
  text-decoration: underline;
  font-size: 1vw;
  line-height: 1.7142857143;
  font-weight: 300;
  color: #363636;
}
@media screen and (max-width: 999.98px) {
  .p-single-news .p-single-news__title {
    margin-left: 16px;
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
.p-single-news .p-single-news__icon {
  position: absolute;
  right: calc((20/1400)*100vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.91vw;
}
@media screen and (max-width: 999.98px) {
  .p-single-news .p-single-news__icon {
    right: 22px;
    width: 8px;
  }
}
.p-single-news .p-single-news__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.p-pickup-box {
  padding: 25px 26px 12px;
  width: 334px;
  height: 222px;
  border-radius: 20px 0 20px 0;
  background: #E6EAF0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 999.98px) {
  .p-pickup-box {
    padding: 0;
    background: none;
    width: 60.2666666667vw;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-pickup-box .p-pickup-box__title {
  text-align: center;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #18406F;
}
@media screen and (max-width: 999.98px) {
  .p-pickup-box .p-pickup-box__title {
    display: none;
  }
}
.p-pickup-box .p-pickup-box__list {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
}
@media screen and (max-width: 999.98px) {
  .p-pickup-box .p-pickup-box__list {
    margin-top: 0;
    gap: calc((8/375)*100vw) calc((14/375)*100vw);
  }
}

/*
 background-image: url(../../_assets/img/index/webp/obsession_main.webp);
 @media screen and (max-width: 999.98px) {
      margin-top: 40px;
    }
 */
.p-head {
  text-align: center;
}

.index-first {
  padding-top: 120px;
}
@media screen and (max-width: 999.98px) {
  .index-first {
    padding-top: 40px;
  }
}
.index-first .index-first__title {
  font-size: 30px;
  line-height: 1.6666666667;
  color: #18406F;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .index-first .index-first__title {
    font-size: 20px;
    line-height: 2;
  }
}
.index-first .index-first__title span {
  position: relative;
  padding-bottom: 4px;
}
.index-first .index-first__title span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: url(../../_assets/img/common/icon_dotted.svg);
  background-position: left top;
  background-size: 5px 2px;
  background-repeat: repeat-x;
  content: "";
}
.index-first .index-first__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 458px 68px 400px;
  grid-template-columns: 458px 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 68px;
}
@media screen and (max-width: 999.98px) {
  .index-first .index-first__contents {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 999.98px) {
  .index-first .index-first__image01 {
    margin-top: 24px;
  }
}
.index-first .index-first__text {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .index-first .index-first__text {
    margin-top: 28px;
    padding-right: 28px;
  }
}
.index-first .index-first__text p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}
.index-first .index-first__bottom {
  position: relative;
  margin-top: 158px;
  height: 400px;
}
@media screen and (min-width: 1400px) {
  .index-first .index-first__bottom {
    height: 28.5714285714vw;
  }
}
@media screen and (max-width: 999.98px) {
  .index-first .index-first__bottom {
    margin-top: 40px;
    height: 48vw;
  }
}
.index-first .index-first__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1200px;
  height: 400px;
}
@media screen and (min-width: 1400px) {
  .index-first .index-first__bg {
    width: 85.7142857143vw;
    height: 28.5714285714vw;
  }
}
@media screen and (max-width: 999.98px) {
  .index-first .index-first__bg {
    width: calc(100vw - 30px);
    height: 48vw;
  }
}
.index-first .index-first__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 30px;
}

.index-about {
  padding: 88px 0 96px;
}
@media screen and (max-width: 999.98px) {
  .index-about {
    padding: 72px 0 32px;
  }
}
.index-about .index-about__copy {
  margin-top: 26px;
}
.index-about .index-about__copy p {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .index-about .index-about__copy p {
    text-align: left;
  }
}
.index-about .index-about__contents {
  margin-top: 74px;
}
@media screen and (max-width: 999.98px) {
  .index-about .index-about__contents {
    margin-top: 24px;
  }
}
.index-about .p-about-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 999.98px) {
  .index-about .p-about-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.index-about .p-about-list li + li {
  position: relative;
}
.index-about .p-about-list li + li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-image: url(../../_assets/img/common/icon_dotted_high01.svg);
  background-position: left top;
  background-size: 2px 5px;
  background-repeat: repeat-y;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .index-about .p-about-list li + li:before {
    bottom: auto;
    top: 0;
    width: 100%;
    height: 2px;
    background-image: url(../../_assets/img/common/icon_dotted_black.svg);
    background-repeat: repeat-x;
    background-size: 5px 2px;
  }
}
@media screen and (max-width: 999.98px) {
  .index-about .p-about-list li + li {
    border-left: none;
  }
}
.index-about .p-about-list li:nth-child(1) {
  padding-right: 32px;
}
@media screen and (max-width: 999.98px) {
  .index-about .p-about-list li:nth-child(1) {
    padding: 0 20px;
  }
}
.index-about .p-about-list li:nth-child(2) {
  padding: 0 32px;
}
@media screen and (max-width: 999.98px) {
  .index-about .p-about-list li:nth-child(2) {
    padding: 0 20px;
  }
}
.index-about .p-about-list li:nth-child(3) {
  padding-left: 32px;
}
@media screen and (max-width: 999.98px) {
  .index-about .p-about-list li:nth-child(3) {
    padding: 0 20px;
  }
}
.index-about .index-about__link {
  margin-top: 50px;
  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-about .index-about__link {
    margin-top: 30px;
  }
}

.index-service {
  position: relative;
  height: 750px;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .index-service {
    height: auto;
    padding: 72px 0 30px;
  }
}
.index-service .index-service__bg-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 999.98px) {
  .index-service .index-service__bg-sp {
    display: block;
  }
  .index-service .index-service__bg-sp img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.index-service .l-wrapper {
  padding-top: 96px;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .index-service .l-wrapper {
    padding-top: 0;
  }
}
.index-service .index-service__copy {
  margin-top: 36px;
}
.index-service .index-service__copy p {
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
  color: #363636;
}
@media screen and (max-width: 999.98px) {
  .index-service .index-service__copy p {
    text-align: left;
  }
}
.index-service .index-service__contents {
  width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 999.98px) {
  .index-service .index-service__contents {
    width: 100%;
  }
}
.index-service .index-service__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 1300px;
  height: 750px;
}
@media screen and (min-width: 1300px) {
  .index-service .index-service__bg {
    width: 100vw;
  }
}
.index-service .index-service__bg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 100px 0 0;
}
@media screen and (min-width: 1300px) {
  .index-service .index-service__bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 999.98px) {
  .index-service .index-service__bg {
    display: none;
  }
}
.index-service .index-service__link {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-service-list {
  margin-top: 64px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 16px 240px 16px 240px 16px 240px;
  grid-template-columns: repeat(4, 240px);
  gap: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-service-list {
    margin-top: 34px;
    -ms-grid-columns: 240px;
    grid-template-columns: 240px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 999.98px) {
  .p-service-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.index-box01 {
  padding: 40px 34px;
  min-height: 295px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 999.98px) {
  .index-box01 {
    padding: 42px 20px 36px;
  }
}
.index-box01 .index-box01__text {
  margin-top: 16px;
}
.index-box01 .index-box01__text p {
  font-size: 16px;
  line-height: 1.75;
}

.index-voice {
  padding: 92px 0 60px;
  background: #E5EDF8;
}
@media screen and (max-width: 999.98px) {
  .index-voice {
    padding-top: 70px;
  }
}
.index-voice .l-container {
  z-index: 3;
}
.index-voice .index-voice__contents {
  margin-top: 88px;
}
@media screen and (max-width: 999.98px) {
  .index-voice .index-voice__contents {
    margin-top: 57px;
  }
}
.index-voice .index-voice__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 476px 48px 476px;
  grid-template-columns: repeat(2, 476px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px 48px;
}
@media screen and (max-width: 999.98px) {
  .index-voice .index-voice__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
.index-voice .index-voice__bg {
  position: absolute;
  top: -92px;
  left: -330px;
  z-index: -1;
  width: 706px;
}
@media screen and (max-width: 999.98px) {
  .index-voice .index-voice__bg {
    top: -70px;
    left: -146px;
    width: 476px;
  }
}
.index-voice .index-voice__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.p-page-box {
  padding: 90px 0;
}
@media screen and (max-width: 999.98px) {
  .p-page-box {
    padding: 56px 0;
  }
}
.p-page-box .p-page-box__list {
  padding: 0 14px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 46px 1fr 46px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 46px;
}
@media screen and (max-width: 999.98px) {
  .p-page-box .p-page-box__list {
    padding: 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 28px 0;
  }
}

.p-info {
  padding: 120px 0;
  background: #E6EAF0;
}
@media screen and (max-width: 999.98px) {
  .p-info {
    padding: 56px 0 44px;
  }
  .p-info .p-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 22px;
  }
}
.p-info .p-info__contents {
  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-info .p-info__contents {
    -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-info .p-info__contents .p-info__item02 {
  margin-left: 52px;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__contents .p-info__item02 {
    width: 100%;
    margin-left: 0;
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-info .p-info__contents .p-info__item03 {
  margin-left: 32px;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__contents .p-info__item03 {
    margin-left: 0;
    margin-top: 28px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-tel .p-tel__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
.p-tel .p-tel__text {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #343434;
  font-family: "Barlow", sans-serif;
}
.p-tel .p-tel__icon {
  width: 36.55px;
}
.p-tel .p-tel__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-tel .p-tel__info {
  font-size: 14px;
  line-height: 2.2857142857;
  font-weight: 400;
  text-align: center;
}

.index-access {
  padding-top: 96px;
}
@media screen and (max-width: 999.98px) {
  .index-access {
    padding-top: 73px;
  }
}
.index-access .index-access__contents {
  margin-top: 42px;
}

.p-access-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 440px 20px 480px;
  grid-template-columns: 440px 480px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .p-access-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-access-box .p-access-box__main {
    padding: 0 30px;
  }
}
.p-access-box .p-access-box__map {
  width: 440px;
  height: 285px;
}
@media screen and (max-width: 999.98px) {
  .p-access-box .p-access-box__map {
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
  }
}
.p-access-box .p-access-box__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news {
  padding: 76px 0 92px;
}
.p-news .p-news__contents {
  background: #fff;
  padding: 60px 100px;
  border-radius: 17px;
}
@media screen and (max-width: 999.98px) {
  .p-news .p-news__contents {
    padding: 36px 24px 26px;
  }
}
.p-news .p-news__list li + li {
  border-top: 1px solid #EDEDED;
}
.p-news .p-news__list li + li a {
  padding-top: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-news .p-news__list li + li a {
    padding-top: 18px;
  }
}

a.p-post-card01, .p-post-card01 {
  padding-bottom: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 140px auto;
  grid-template-columns: 200px 140px auto;
}
@media screen and (max-width: 999.98px) {
  a.p-post-card01, .p-post-card01 {
    padding-bottom: 18px;
        grid-template-areas: "category date" "title title";
    -ms-grid-columns: 140px auto;
    grid-template-columns: 140px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
a.p-post-card01 .p-post-card01__category, .p-post-card01 .p-post-card01__category {
  margin-top: 4px;
  padding-left: 20px;
}
@media screen and (max-width: 999.98px) {
  a.p-post-card01 .p-post-card01__category, .p-post-card01 .p-post-card01__category {
    grid-area: category;
    padding-left: 0;
    margin-top: 0;
  }
}
a.p-post-card01 .p-post-card01__date, .p-post-card01 .p-post-card01__date {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #343434;
}
@media screen and (max-width: 999.98px) {
  a.p-post-card01 .p-post-card01__date, .p-post-card01 .p-post-card01__date {
    grid-area: date;
    margin-top: 0;
  }
}
a.p-post-card01 .p-post-card01__title, .p-post-card01 .p-post-card01__title {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  color: #343434;
}
@media screen and (max-width: 999.98px) {
  a.p-post-card01 .p-post-card01__title, .p-post-card01 .p-post-card01__title {
    grid-area: title;
    margin-top: 6px;
  }
}
@media screen and (max-width: 999.98px){
  a.p-post-card01 .p-post-card01__category, .p-post-card01 .p-post-card01__category {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  a.p-post-card01 .p-post-card01__date, .p-post-card01 .p-post-card01__date {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  a.p-post-card01 .p-post-card01__title, .p-post-card01 .p-post-card01__title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

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

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

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

.p-access-dl dl + dl {
  margin-top: 12px;
}
.p-access-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 84px 40px auto;
  grid-template-columns: 84px auto;
  gap: 0 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 999.98px) {
  .p-access-dl dl {
    gap: 0 30px;
  }
}
.p-access-dl dl dt {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #18406F;
  text-align: right;
}
.p-access-dl dl dd {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}

.p-base-dl01 dl + dl {
  margin-top: 15px;
}
.p-base-dl01 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 212px 50px auto;
  grid-template-columns: 212px auto;
  gap: 0 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 999.98px) {
  .p-base-dl01 dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0;
  }
}
.p-base-dl01 dl:last-child {
  border-bottom: none;
}
.p-base-dl01 dl dt {
  text-align: right;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #18406F;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-base-dl01 dl dt {
    text-align: left;
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.p-base-dl01 dl dd {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.p-breadcrumb {
  padding-top: 28px;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
}
.p-breadcrumb a {
  color: #343434;
  letter-spacing: 0;
}

.p-sub-visual {
  margin-top: 115px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  height: 300px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual {
    margin-top: 64px;
    height: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-sub-visual .p-sub-visual__image {
  height: 300px;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__image {
    height: 180px;
  }
}
.p-sub-visual .p-sub-visual__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sub-visual .p-sub-visual__main {
  padding-top: 98px;
  padding-left: 128px;
  background: #E6EAF0;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__main {
    padding-top: 36px;
    padding-left: 50px;
    min-height: 141px;
  }
}
.p-sub-visual .p-sub-visual__main .p-sub-visual__title-ja {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__main .p-sub-visual__title-ja {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}
.p-sub-visual .p-sub-visual__main .p-sub-visual__title-en {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #363636;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__main .p-sub-visual__title-en {
    font-size: 36px;
    line-height: 1.1944444444;
  }
}
.p-sub-visual .p-sub-visual__main .p-sub-visual__title-en .target {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.p-sub-visual .p-sub-visual__main .p-sub-visual__title-en .target:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: url(../../_assets/img/common/icon_dotted_black.svg);
  background-position: left top;
  background-size: 5px 2px;
  background-repeat: repeat-x;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual .p-sub-visual__main .p-sub-visual__title-en .target {
    padding-bottom: 6px;
  }
}
.p-sub-visual .p-sub-visual__main .p-sub-visual__title-en span:first-child {
  color: #18406F;
}

body.page-about, body.page-flow, body.page-faq, body.page-service, body.page-price, body.page-privacy-policy, body.blog, body.page-contact, body.page-contact-confirm, body.page-contact-thanks, body.page-sitemap {
  background: #F7F9FB;
}

.p-under {
  padding-bottom: 210px;
}
@media screen and (max-width: 999.98px) {
  .p-under {
    padding-bottom: 27.7333333333vw;
  }
}
.p-under .p-under__contents {
  padding-top: 130px;
}
@media screen and (max-width: 999.98px) {
  .p-under .p-under__contents {
    padding-top: 19.7333333333vw;
  }
}
.p-under .p-under__nav {
  margin-top: 72px;
}
.p-under .p-under__bottom01 {
  overflow: hidden;
  margin-top: 145px;
}
@media screen and (max-width: 999.98px) {
  .p-under .p-under__bottom01 {
    margin-top: 24.5333333333vw;
  }
}
.p-under .p-under__link01 {
  margin-top: 113px;
}
@media screen and (max-width: 999.98px) {
  .p-under .p-under__link01 {
    margin-top: 16vw;
  }
}

.swiper-box01 {
  width: 100%;
  height: 640px;
  background: #fff;
  border: 1px solid #B5B5B5;
}
@media screen and (max-width: 999.98px) {
  .swiper-box01 {
    height: 87.7333333333vw;
  }
}
.swiper-box01 img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-box02 {
  cursor: pointer;
  width: 100%;
  height: 66.63px;
  background: #fff;
  border: 1px solid #B5B5B5;
}
@media screen and (max-width: 999.98px) {
  .swiper-box02 {
    height: 18.6666666667vw;
  }
}
.swiper-box02 img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiperThumbnail {
  margin-top: 20px;
}
.swiperThumbnail .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-button-prev {
  left: -63px;
  width: 42px;
  height: 42px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/swiper_arrow01.webp);
}
@media screen and (max-width: 999.98px) {
  .swiper-button-prev {
    left: -12px;
    width: 22px;
    height: 22px;
  }
}

.swiper-button-next {
  right: -63px;
  width: 42px;
  height: 42px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/swiper_arrow02.webp);
}
@media screen and (max-width: 999.98px) {
  .swiper-button-next {
    right: -12px;
    width: 22px;
    height: 22px;
  }
}

.p-simple .p-simple__title + .p-simple__text {
  margin-top: 24px;
}
@media screen and (max-width: 999.98px) {
  .p-simple .p-simple__title + .p-simple__text {
    margin-top: 6.4vw;
  }
}
.p-simple .p-simple__title {
  margin-top: 56px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
  color: #18406F;
}
@media screen and (max-width: 999.98px) {
  .p-simple .p-simple__title {
    font-size: 6.6666666667vw;
    line-height: 1.72;
  }
}
.p-simple .p-simple__text p + p {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-simple .p-simple__text p + p {
    margin-top: 7.4666666667vw;
  }
}
.p-simple .p-simple__text p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-simple .p-simple__text p {
    font-size: 5.6vw;
    line-height: 1.9047619048;
  }
}
.p-simple .p-simple__text p .bold {
  font-weight: 600;
}

.p-center-sec .p-center-sec__image {
  max-width: 674px;
  width: 100%;
  margin: 58px auto 0;
}
@media screen and (max-width: 999.98px) {
  .p-center-sec .p-center-sec__image {
    margin-top: 12.8vw;
  }
}
.p-center-sec .p-center-sec__text {
  margin-top: 68px;
}
@media screen and (max-width: 999.98px) {
  .p-center-sec .p-center-sec__text {
    margin-top: 12.8vw;
  }
}
.p-center-sec .p-center-sec__text p {
  font-size: 24px;
  line-height: 2.9166666667;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-center-sec .p-center-sec__text p {
    font-size: 5.6vw;
    line-height: 1.9047619048;
  }
}

.service-sec + .service-sec {
  margin-top: 90px;
}
@media screen and (max-width: 999.98px) {
  .service-sec + .service-sec {
    margin-top: 28.2666666667vw;
  }
}

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

.p-message-box {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-message-box {
    margin-top: 20px;
  }
}
.p-message-box ol {
  counter-reset: number 0;
}
.p-message-box ol li + li {
  margin-top: 18px;
}
.p-message-box ol li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 999.98px) {
  .p-message-box ol li {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-message-box ol li:before {
  top: 0;
  left: 0;
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
}

.sec-about01 {
  padding-top: 92px;
  padding-bottom: 110px;
}
@media screen and (max-width: 999.98px) {
  .sec-about01 {
    padding: 32px 0 70px;
  }
}
.sec-about01 .sec-about01__contents {
  margin-top: 68px;
}
.sec-about01 .sec-about01__contents .sec-about01__item + .sec-about01__item {
  margin-top: 68px;
}
@media screen and (max-width: 999.98px) {
  .sec-about01 .sec-about01__contents .sec-about01__item + .sec-about01__item {
    margin-top: 60px;
  }
}
.sec-about01 .p-white-box01__profile {
  margin: 60px auto 0;
  width: 450px;
}
@media screen and (max-width: 999.98px) {
  .sec-about01 .p-white-box01__profile {
    margin-top: 40px;
    width: 100%;
  }
}

.sec-about02 {
  padding: 110px 0;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .sec-about02 {
    padding: 46px 0;
  }
}
.sec-about02 .sec-about02__contents {
  margin-top: 66px;
}

.p-white-box01 {
  padding: 76px 150px;
  border-radius: 30px;
  background: #fff;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 999.98px) {
  .p-white-box01 {
    padding: 40px 25px 50px;
  }
}
.p-white-box01 .p-white-box01__title {
  font-size: 24px;
  line-height: 1.7916666667;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #18406F;
}
@media screen and (max-width: 999.98px) {
  .p-white-box01 .p-white-box01__title {
    font-size: 20px;
    line-height: 2;
  }
}
.p-white-box01 .p-white-box01__text {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-white-box01 .p-white-box01__text {
    margin-top: 34px;
  }
}
.p-white-box01 .p-white-box01__text p + p {
  margin-top: 34px;
}
@media screen and (max-width: 999.98px) {
  .p-white-box01 .p-white-box01__text p + p {
    margin-top: 24px;
  }
}
.p-white-box01 .p-white-box01__text p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-white-box01 .p-white-box01__text p {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.p-white-box01 .p-white-box01__dl {
  margin-top: 20px;
}
.p-white-box01 .p-white-box01__dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 15px auto;
  grid-template-columns: 150px auto;
  gap: 0 15px;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-white-box01 .p-white-box01__dl dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-white-box01 .p-white-box01__dl dl dt {
  font-weight: 300;
  text-decoration: underline;
}
@media screen and (max-width: 999.98px) {
  .p-white-box01 .p-white-box01__dl dl dd {
    text-indent: 1em;
    white-space: normal;
  }
}

.p-profile-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 30px auto;
  grid-template-columns: 140px auto;
  gap: 0 30px;
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit {
    -ms-grid-columns: 100px 10px auto;
    grid-template-columns: 100px auto;
    gap: 0 10px;
  }
}

.p-profile-text .p-profile-text__item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  color: #343434;
}
@media screen and (max-width: 999.98px) {
  .p-profile-text .p-profile-text__item01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 10px;
  }
}
.p-profile-text .p-profile-text__item01 .text01 {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 600;
  letter-spacing: 0;
}
.p-profile-text .p-profile-text__item01 .text02 {
  font-size: 40px;
  line-height: 1.575;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-profile-text .p-profile-text__item01 .text02 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.p-profile-text .p-profile-text__item02 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #18406F;
}
@media screen and (max-width: 999.98px) {
  .p-profile-text .p-profile-text__item02 {
    margin-top: 4px;
    font-size: 16px;
    line-height: 2;
  }
}

.p-map01 {
  height: 660px;
}
@media screen and (max-width: 999.98px) {
  .p-map01 {
    height: 101.3333333333vw;
  }
}
.p-map01 .video-container {
  height: 100%;
}
.p-map01 .video-container .video {
  height: 100%;
}
.p-map01 iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-flow {
  padding: 82px 0 124px;
}
@media screen and (max-width: 999.98px) {
  .p-flow {
    padding: 36px 0 60px;
  }
}
.p-flow .p-flow__copy p {
  text-align: center;
  font-size: 28px;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-flow .p-flow__copy p {
    font-size: 20px;
    line-height: 2.15;
  }
}
.p-flow .p-flow__contents {
  margin-top: 76px;
}
@media screen and (max-width: 999.98px) {
  .p-flow .p-flow__contents {
    margin-top: 52px;
  }
}
.p-flow .p-flow-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 12px;
}
@media screen and (max-width: 999.98px) {
  .p-flow .p-flow-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}

.p-flow-card01 {
  width: 100%;
  min-height: 450px;
  padding: 16px 22px 30px;
  border-radius: 17px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 999.98px) {
  .p-flow-card01 {
    min-height: auto;
  }
}
.p-flow-card01 .p-flow-card01__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-flow-card01 .p-flow-card01__main {
  margin-top: 20px;
}
.p-flow-card01 .p-flow-card01__main .p-flow-card01__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-flow-card01 .p-flow-card01__main .p-flow-card01__title {
    text-align: left;
  }
}
.p-flow-card01 .p-flow-card01__main .p-flow-card01__text {
  margin-top: 14px;
}
.p-flow-card01 .p-flow-card01__main .p-flow-card01__text p {
  font-size: 16px;
  line-height: 1.875;
}
.p-flow-card01 .p-flow-card01__main .p-flow-card01__link {
  margin-top: 24px;
}

.p-faq {
  padding: 72px 0 96px;
}
@media screen and (max-width: 999.98px) {
  .p-faq {
    padding: 38px 0;
  }
}
.p-faq .p-faq__item + .p-faq__item {
  margin-top: 90px;
}
@media screen and (max-width: 999.98px) {
  .p-faq .p-faq__item + .p-faq__item {
    margin-top: 56px;
  }
}

.p-faq-box .p-faq-box__title {
  padding: 18px 10px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: #18406F;
}
@media screen and (max-width: 999.98px) {
  .p-faq-box .p-faq-box__title {
    font-size: 24px;
    line-height: 1;
  }
}
.p-faq-box .p-faq-box__contents {
  padding-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-faq-box .p-faq-box__contents {
    padding-top: 34px;
  }
}
.p-faq-box .p-faq-box__pack + .p-faq-box__pack {
  margin-top: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-faq-box .p-faq-box__pack + .p-faq-box__pack {
    margin-top: 30px;
  }
}

.p-faq-meta + .p-faq-meta {
  padding-top: 26px;
  padding-bottom: 0;
  border-top: 1px solid #D3D3D3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 999.98px) {
  .p-faq-meta + .p-faq-meta {
    padding-top: 16px;
  }
}

.p-faq-meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 132px 30px auto;
  grid-template-columns: 132px auto;
  padding-right: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  padding-bottom: 26px;
}
@media screen and (max-width: 999.98px) {
  .p-faq-meta {
    padding-right: 0;
    -ms-grid-columns: 63px 0 auto;
    grid-template-columns: 63px auto;
    gap: 0;
  }
}
.p-faq-meta .p-faq-meta__head {
  font-size: 45px;
  line-height: 1;
  font-weight: 400;
  color: #18406F;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 999.98px) {
  .p-faq-meta .p-faq-meta__head {
    text-align: left;
  }
}
.p-faq-meta .p-faq-meta__contents .title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-faq-meta .p-faq-meta__contents .title {
    font-size: 16px;
    line-height: 1.390625;
  }
}
.p-faq-meta .p-faq-meta__contents p {
  font-size: 16px;
  line-height: 1.875;
}

.p-service-all {
  padding-top: 92px;
  padding-bottom: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-service-all {
    padding: 54px 0 30px;
  }
}
.p-service-all .p-service-all__copy p {
  font-size: 28px;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-service-all .p-service-all__copy p {
    font-size: 18px;
    line-height: 2.3888888889;
  }
}

.sec-service {
  padding: 110px 0 100px;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .sec-service {
    padding: 26px 0 36px;
  }
}
.sec-service.-bg {
  background: #F7F9FB;
}
.sec-service .sec-service__copy {
  margin: 76px auto 0;
  width: 700px;
}
@media screen and (max-width: 999.98px) {
  .sec-service .sec-service__copy {
    margin-top: 18px;
    width: 100%;
  }
}
.sec-service .sec-service__copy p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .sec-service .sec-service__copy p {
    font-weight: 300;
  }
}
.sec-service .sec-service__contents {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .sec-service .sec-service__contents {
    margin-top: 28px;
  }
}
.sec-service .sec-service__table01 {
  margin-top: 76px;
}
.sec-service .sec-service__comment {
  margin: 80px auto 0;
  width: 698px;
}
@media screen and (max-width: 999.98px) {
  .sec-service .sec-service__comment {
    width: 100%;
    margin-top: 32px;
  }
}

.p-service-box01 {
  margin-top: 80px;
  padding: 76px 0 56px;
  border-radius: 17px;
}
@media screen and (max-width: 999.98px) {
  .p-service-box01 {
    margin-top: 26px;
    padding: 42px 16px 30px;
  }
}
.p-service-box01.-color01 {
  background: #F7F9FB;
}
.p-service-box01.-color02 {
  background: #fff;
}
.p-service-box01 .p-service-box01__title {
  font-size: 30px;
  line-height: 1.6666666667;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-service-box01 .p-service-box01__title {
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-service-box01 .p-service-box01__title.-blue {
  color: #18406F;
}
.p-service-box01 .p-service-box01__copy {
  margin: 46px auto 0;
  width: 700px;
  padding-left: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-service-box01 .p-service-box01__copy {
    padding-left: 0;
    width: 100%;
  }
}
.p-service-box01 .p-service-box01__copy p {
  font-size: 16px;
  line-height: 1.875;
}
.p-service-box01 .p-service-box01__contents {
  margin: 42px auto 0;
  width: 700px;
}
@media screen and (max-width: 999.98px) {
  .p-service-box01 .p-service-box01__contents {
    margin-top: 30px;
    width: 100%;
  }
}
.p-service-box01 .p-service-box01__item + .p-service-box01__item {
  margin-top: 42px;
}
.p-service-box01 .p-service-box01__inner {
  margin: 52px auto 0;
  width: 700px;
}
@media screen and (max-width: 999.98px) {
  .p-service-box01 .p-service-box01__inner {
    margin-top: 42px;
    width: 100%;
  }
}
.p-service-box01 .p-service-box01__copy01 {
  padding-left: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-service-box01 .p-service-box01__copy01 {
    padding-left: 0;
  }
}
.p-service-box01 .p-service-box01__copy01 p {
  font-size: 16px;
  line-height: 1.875;
}
.p-service-box01 .p-service-box01__number-box {
  margin-top: 20px;
}
.p-service-box01 .p-service-box01__number-box ol {
  border-top: 1px solid #D3D3D3;
  padding-top: 24px;
}
@media screen and (max-width: 999.98px) {
  .p-service-box01 .p-service-box01__number-box ol {
    padding-top: 20px;
  }
}
.p-service-box01 .p-service-box01__number-box ol li + li {
  margin-top: 46px;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .p-service-box01 .p-service-box01__number-box ol li + li {
    margin-top: 36px;
  }
}
.p-service-box01 .p-service-box01__number-box ol li + li:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -34px;
  content: "↓ ";
  font-size: 16px;
  line-height: 1.875;
}
.p-service-box01 .p-service-box01__number-box ol li {
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
}

.p-service-pack {
  margin: 46px auto 0;
  width: 700px;
}
@media screen and (max-width: 999.98px) {
  .p-service-pack {
    width: 100%;
  }
}
.p-service-pack .p-service-pack__item + .p-service-pack__item {
  margin-top: 26px;
}
.p-service-pack .p-service-pack__title {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #18406F;
}
.p-service-pack .p-service-pack__title:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  background: #18406F;
  width: 7px;
  height: 7px;
}
.p-service-pack .p-service-pack__text {
  margin-top: 18px;
}
@media screen and (max-width: 999.98px) {
  .p-service-pack .p-service-pack__text {
    margin-top: 14px;
  }
}
.p-service-pack .p-service-pack__text p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.p-comment-box .p-comment-box__title {
  text-align: center;
  color: #18406F;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-comment-box .p-comment-box__text {
  margin-top: 20px;
}
.p-comment-box .p-comment-box__text p {
  font-size: 18px;
  line-height: 1.6666666667;
}

.p-check-box .p-check-box__title {
  position: relative;
  padding-left: 50px;
  padding-bottom: 18px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-bottom: 2px dotted #18406F;
}
@media screen and (max-width: 999.98px) {
  .p-check-box .p-check-box__title {
    padding-top: 34px;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    padding-left: 0;
    padding-bottom: 12px;
  }
}
.p-check-box .p-check-box__title.-no-border {
  border-bottom: none;
}
.p-check-box .p-check-box__title .icon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-check-box .p-check-box__title .icon {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-check-box .p-check-box__title .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-check-box .p-check-box__text {
  margin-top: 20px;
  padding-left: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-check-box .p-check-box__text {
    padding-left: 0;
  }
}
.p-check-box .p-check-box__text p {
  font-size: 16px;
  line-height: 1.875;
}
.p-check-box .p-check-box__text p + ul {
  margin-top: 28px;
}
.p-check-box .p-check-box__text ul li {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  color: #4981C1;
}

.p-custom-table {
  border-radius: 8px 8px 0 0;
  border: 3px solid #18406F;
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-custom-table {
    display: block;
  }
}
.p-custom-table .p-custom-table__head {
  position: relative;
  padding: 13px 10px;
  color: #fff;
  background: #18406F;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-custom-table .p-custom-table__head .p-custom-table__icon {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-custom-table .p-custom-table__contents {
  height: 324px;
  overflow-y: scroll;
}
.p-custom-table .p-custom-table__contents .p-custom-table__list li {
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.p-custom-table .p-custom-table__contents .p-custom-table__list li:nth-child(2n) {
  background: #F2F2F2;
}

.p-price-sec01 {
  padding: 82px 0 100px;
}
@media screen and (max-width: 999.98px) {
  .p-price-sec01 {
    padding: 38px 0 30px;
  }
}
.p-price-sec01 .p-price-sec01__layer {
  width: 500px;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .p-price-sec01 .p-price-sec01__layer {
    width: 100%;
  }
}

.p-price-sec02 {
  padding: 82px 0;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-price-sec02 {
    padding: 30px 0;
  }
}
.p-price-sec02 .p-price-sec02__contents {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-price-sec02 .p-price-sec02__contents {
    margin-top: 56px;
  }
}
.p-price-sec02 .p-price-sec02__image01 {
  margin-top: 24px;
}
@media screen and (max-width: 999.98px) {
  .p-price-sec02 .p-price-sec02__image01 {
    width: 160px;
    margin: 24px auto 0;
  }
}
.p-price-sec02 .p-price-sec02__item + .p-price-sec02__item {
  margin-top: 80px;
}
.p-price-sec02 .p-price-sec02__table01 {
  margin-top: 22px;
}

.p-copy {
  margin-top: 24px;
}
.p-copy p {
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 999.98px) {
  .p-copy p {
    text-align: left;
  }
}

.p-privacy {
  padding: 80px 0 152px;
}
.p-privacy .p-privacy__copy p {
  font-size: 24px;
  line-height: 1.7916666667;
  letter-spacing: 0.05em;
  color: #343434;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-privacy .p-privacy__copy p {
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-privacy .p-privacy__contents {
  margin-top: 24px;
}
.p-privacy .p-privacy__item + .p-privacy__item {
  margin-top: 64px;
}
.p-privacy .p-privacy__text {
  margin-top: 28px;
}
.p-privacy .p-privacy__text p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
.p-privacy .p-privacy__text p + ul {
  margin-top: 20px;
}
.p-privacy .p-privacy__text ul li {
  letter-spacing: 0;
}

.p-contact {
  margin-top: 115px;
  padding-bottom: 110px;
}
@media screen and (max-width: 999.98px) {
  .p-contact {
    margin-top: 64px;
    padding-bottom: 30px;
  }
}
.p-contact .p-contact__head {
  margin-top: 68px;
}
.p-contact .p-contact__contents {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__contents {
    margin-top: 30px;
  }
}

.p-info-head .p-info-head__text p {
  font-size: 30px;
  line-height: 1.6666666667;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-info-head .p-info-head__text p {
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-info-head .p-info-head__box {
  padding: 30px 10px;
  max-width: 480px;
  width: 100%;
  margin: 40px auto 0;
  border: 2px solid #4981C1;
  border-radius: 17px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-info-head .p-info-head__box {
    padding: 16px 10px;
  }
}

.p-form-box {
  padding: 80px 100px 110px;
  background: #fff;
  border-radius: 17px;
}
@media screen and (max-width: 999.98px) {
  .p-form-box {
    padding: 36px 26px;
  }
}
.p-form-box .p-form-box__head .p-copy-en {
  font-weight: 300;
}
.p-form-box .p-form-box__contents {
  margin-top: 82px;
}
@media screen and (max-width: 999.98px) {
  .p-form-box .p-form-box__contents {
    margin-top: 30px;
  }
}
.p-form-box .p-form-box__link {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-contact-confirm .p-form-dl dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact-confirm .p-form-dl dl dt {
  padding-top: 0;
}

.p-form-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px auto;
  grid-template-columns: 160px auto;
  padding: 24px 0;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl {
    padding: 13px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 8px 0;
    border-bottom: none;
  }
}
.p-form-dl dl.last {
  border: none;
}
.p-form-dl dl dt {
  padding-top: 13px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 8px;
    font-size: 16px;
    line-height: 1;
  }
}
.p-form-dl dl dd {
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.p-form-dl dl dd input {
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #343434;
  background: #F2F2F2;
  border: none;
  width: 100%;
}
.p-form-dl dl dd textarea {
  margin-top: 18px;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #343434;
  background: #F2F2F2;
  border: none;
  width: 100%;
  min-height: 250px;
}
.p-form-dl .p-form-dl__submit-text {
  margin-top: 56px;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl .p-form-dl__submit-text {
    margin-top: 32px;
    padding: 0 16px;
  }
}
.p-form-dl .p-form-dl__submit-text p {
  text-align: center;
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #4981C1;
}
.p-form-dl .p-form-dl__submit {
  margin-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl .p-form-dl__submit {
    margin-top: 53px;
  }
}
.p-form-dl .p-form-dl__submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-form-dl .p-form-dl__submit .wpcf7-spinner {
  position: absolute;
}
.p-form-dl .p-form-dl__submit .p-form-dl__submit-group {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 200px 26px 200px;
  grid-template-columns: repeat(2, 200px);
  gap: 0 26px;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl .p-form-dl__submit .p-form-dl__submit-group {
    -ms-grid-columns: 200px;
    grid-template-columns: 200px;
    gap: 16px 0;
  }
}

.wpcf7-submit {
  width: 200px;
  height: 50px;
  border-radius: 30px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: none;
  background: #18406F;
  cursor: pointer;
}

.wpcf7-previous {
  width: 200px;
  height: 50px;
  border-radius: 30px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #343434;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: none;
  background: #F2F8FA;
  cursor: pointer;
}

.p-mark-plus {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 104px auto;
  grid-template-columns: 104px auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-mark-plus {
    padding-top: 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-mark-plus .mark {
  padding-top: 8px;
}
.p-mark-plus .input {
  /*Checkboxes styles*/
}
.p-mark-plus .input.-type01 {
  padding-top: 8px;
}
.p-mark-plus .input input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: rgba(52, 52, 52, 0.4);
}
.p-mark-plus .input input::-moz-placeholder {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: rgba(52, 52, 52, 0.4);
}
.p-mark-plus .input input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: rgba(52, 52, 52, 0.4);
}
.p-mark-plus .input input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: rgba(52, 52, 52, 0.4);
}
.p-mark-plus .input input::placeholder {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: rgba(52, 52, 52, 0.4);
}
.p-mark-plus .input .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
.p-mark-plus .input .wpcf7-list-item {
  margin: 0;
}
.p-mark-plus .input input[type=radio] {
  position: absolute;
  opacity: 0;
}
.p-mark-plus .input input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.p-mark-plus .input input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #18406F;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}
.p-mark-plus .input input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #18406F;
}
.p-mark-plus .input input[type=radio]:disabled + .wpcf7-list-item-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.p-mark-plus .input input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}
.p-mark-plus .input input[type=checkbox] {
  display: none;
}
.p-mark-plus .input input[type=checkbox] + .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.p-mark-plus .input input[type=checkbox] + .wpcf7-list-item-label:last-child {
  margin-bottom: 0;
}
.p-mark-plus .input input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #18406F;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.p-mark-plus .input input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-mark-plus.-flat {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-mark-plus.-flat .mark {
  padding-top: 0;
}

.p-form-group {
  margin-top: 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 14px;
}
@media screen and (max-width: 999.98px) {
  .p-form-group {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 11px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-form-group .p-mark-plus {
    padding-left: 0;
    -ms-grid-columns: 82px auto;
    grid-template-columns: 82px auto;
  }
  .p-form-group .p-mark-plus .mark {
    font-size: 16px;
    line-height: 1.4375;
  }
}

.p-form-post {
  position: relative;
  width: 150px;
}
@media screen and (max-width: 999.98px) {
  .p-form-post {
    padding-left: 34px;
    width: 184px;
  }
}
.p-form-post .p-form-post__icon {
  position: absolute;
  left: -34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #18406F;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .p-form-post .p-form-post__icon {
    left: 0;
  }
}

.p-check-block {
  /*
  input[type="checkbox"] { display: none; }
  .wpcf7-list-item-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

   .wpcf7-list-item-label:last-child { margin-bottom: 0; }

   .wpcf7-list-item-label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid color.$color-primary;
    position: absolute;
    left: 0;
    top: 3px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
  }

  input[type="checkbox"]:checked & .wpcf7-list-item-label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }



   */
}
@media screen and (max-width: 999.98px) {
  .p-check-block .p-check-block__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 82px auto;
    grid-template-columns: 82px auto;
  }
}
.p-check-block .p-check-block__submit {
  margin-top: 66px;
}
.p-check-block .p-check-block__title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-check-block .p-check-block__check {
  margin-top: 24px;
}
.p-check-block .p-check-block__text {
  margin-top: 20px;
}
.p-check-block .p-check-block__text p {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}
.p-check-block .p-check-block__text p a {
  text-decoration: underline;
}

.p-sitemap {
  padding: 68px 0 126px;
}
@media screen and (max-width: 999.98px) {
  .p-sitemap {
    padding: 32px 0;
  }
}
.p-sitemap .p-sitemap__contents {
  padding: 96px 165px 84px;
  background: #fff;
  border-radius: 17px;
}
@media screen and (max-width: 999.98px) {
  .p-sitemap .p-sitemap__contents {
    padding: 30px 50px 52px;
  }
}

.p-sitemap-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 110px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 110px;
}
@media screen and (max-width: 999.98px) {
  .p-sitemap-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}
.p-sitemap-box .p-sitemap-list__item + .p-sitemap-list__item {
  padding-top: 30px;
}
.p-sitemap-box .p-sitemap-list__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
}
.p-sitemap-box .p-sitemap-list__item a, .p-sitemap-box .p-sitemap-list__item .title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #18406F;
}
.p-sitemap-box .p-sitemap-list__item .child-list {
  margin-top: 32px;
}
.p-sitemap-box .p-sitemap-list__item .child-list .child-list__item + .child-list__item {
  margin-top: 22px;
}
.p-sitemap-box .p-sitemap-list__item .child-list .child-list__item a {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #343434;
  font-weight: 300;
}

.paging-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paging-box .pages {
  border: none;
}
.paging-box .page {
  border: none;
}
.paging-box span {
  margin: 6px;
}
.paging-box .current {
  color: #18406F;
  border: none;
  padding: 3px 7px;
  font-weight: 600;
}
.paging-box .nextpostslink, .paging-box .previouspostslink {
  border: none;
}
.paging-box .wp-pagenavi a, .paging-box .wp-pagenavi span {
  margin: 6px 8px;
  border: none;
  margin: 0;
}
.paging-box .wp-pagenavi .nextpostslink {
  position: relative;
  margin-left: 30px;
  color: #fff;
}
.paging-box .wp-pagenavi .nextpostslink:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 39px;
  height: 39px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/swiper_arrow02.webp);
}
@media screen and (max-width: 999.98px) {
  .paging-box .wp-pagenavi .nextpostslink:before {
    width: 28px;
    height: 28px;
  }
}
.paging-box .wp-pagenavi .previouspostslink {
  position: relative;
  margin-right: 30px;
  color: #fff;
}
.paging-box .wp-pagenavi .previouspostslink:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 39px;
  height: 39px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/swiper_arrow01.webp);
}
@media screen and (max-width: 999.98px) {
  .paging-box .wp-pagenavi .previouspostslink:before {
    width: 28px;
    height: 28px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 999.98px) {
  .wp-pagenavi {
    gap: 20px 10px;
  }
}

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

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

.p-news__nav {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news__nav .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__nav .wp-pagenavi a {
  border: none;
  color: #9EBDDE;
  margin: 0;
}
.p-news__nav .wp-pagenavi .current {
  color: #4981C1;
  border: none;
  margin: 0;
}
.p-news__nav .wp-pagenavi a.previouspostslink {
  margin-top: 1px;
  margin-right: 10px;
  width: 12.74px;
  height: 24px;
  background-image: url(../../_assets/img/common/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-news__nav .wp-pagenavi a.nextpostslink {
  margin-top: 1px;
  margin-left: 10px;
  width: 12.74px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/arrow-right.svg);
}

.p-num-card01 {
  padding-top: 20px;
  min-height: 360px;
}
@media screen and (max-width: 999.98px) {
  .p-num-card01 {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: auto;
  }
}
.p-num-card01 .p-num-card01__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-num-card01 .p-num-card01__title {
  margin-top: 26px;
  text-align: center;
  font-size: 23px;
  line-height: 1.7391304348;
  color: #18406F;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-num-card01 .p-num-card01__text {
  margin-top: 26px;
}
.p-num-card01 .p-num-card01__text p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}

.c-num-box {
  display: block;
  padding-top: 16px;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  color: #fff;
  background: #18406F;
  text-align: center;
  letter-spacing: 0.01em;
}
.c-num-box .en {
  display: block;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}
.c-num-box .num {
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
}

.p-big-card01 {
  position: relative;
  width: 342px;
  padding: 98px 36px 120px;
}
@media screen and (max-width: 999.98px) {
  .p-big-card01 {
    width: 100%;
    margin-left: auto;
    padding: 30px 20px;
  }
}
.p-big-card01 .p-big-card01__ob01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 62px;
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width: 999.98px) {
  .p-big-card01 .p-big-card01__ob01 {
    width: 30px;
    height: 30px;
  }
}
.p-big-card01 .p-big-card01__ob02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 62px;
  content: "";
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}
@media screen and (max-width: 999.98px) {
  .p-big-card01 .p-big-card01__ob02 {
    width: 30px;
    height: 30px;
  }
}
.p-big-card01 .p-big-card01__link {
  margin-top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-big-card01 .p-big-card01__link {
    margin-top: 40px;
  }
}

.sec01 .mw_wp_form .error {
  font-size: 20px;
  font-weight: 600;
}
@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: #18406F;
  -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: #E6EAF0;
}
.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 #18406F;
}
.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: #18406F;
}
.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 #18406F;
}
.c-radio [type=radio]:not(:checked) + span:before, .c-radio [type=radio]:not(:checked) + span:after, .c-radio [type=radio]:checked + span:before, .c-radio [type=radio]:checked + span:after, .c-radio [type=radio].with-gap:checked + span:before, .c-radio [type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.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-contents {
  display: none;
}
.js-switch .js-switch-cancel {
  display: none;
}
.js-switch.open .js-switch-cancel {
  display: block;
}

.p-detail {
  background: #fff;
  padding: 110px 100px;
  border-radius: 17px;
}
@media screen and (max-width: 999.98px) {
  .p-detail {
    padding: 30px;
  }
}
.p-detail .wp-block-heading {
  color: #18406F;
}
.p-detail h2 {
  margin-top: 32px;
}
.p-detail h3 {
  margin-top: 28px;
}
.p-detail h4 {
  margin-top: 24px;
}
.p-detail h5 {
  margin-top: 20px;
}
.p-detail h6 {
  margin-top: 20px;
}
.p-detail a {
  text-decoration: underline;
  color: #2F72A5;
}
.p-detail .p-detail__head {
  padding: 0 48px 26px;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__head {
    padding: 0 0 30px;
  }
}
.p-detail .p-detail__head .p-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-detail .p-detail__head .p-detail__title {
  margin-top: 24px;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__head .p-detail__title {
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-detail .p-detail__contents {
  padding: 0 48px;
  margin-top: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents {
    margin-top: 30px;
    padding: 0;
  }
}
.p-detail .p-detail__contents figure {
  margin: 46px 0;
}
@media screen and (max-width: 999.98px) {
  .p-detail .p-detail__contents figure {
    margin: 30px 0;
  }
}
.p-detail .p-detail__contents figure img {
  border-radius: 17px;
}
.p-detail .p-detail__contents .wp-block-columns {
  margin-top: 40px;
}
.p-detail .p-detail__contents .wp-block-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.p-detail .p-detail__contents .wp-block-column figure {
  margin: 0;
}
.p-detail .p-detail__contents p + p {
  margin-top: 30px;
}
.p-detail .p-detail__contents p {
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.05em;
}
.p-detail .p-detail__contents p a {
  color: #2F72A5;
}
.p-detail .p-detail__link {
  margin-top: 110px;
  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-detail .p-detail__link {
    margin-top: 26px;
  }
}

.p-return-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
.p-return-link .p-return-link__icon {
  width: 75px;
}
.p-return-link .p-return-link__text {
  color: #4981C1;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 300;
}

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

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

.p-detail {
  padding-bottom: 40px;
}
.p-detail .p-detail__title {
  font-size: 24px;
  line-height: 1.3333333333;
}
.p-detail .p-detail__time {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1;
}
.p-detail .p-detail__contents {
  margin-top: 30px;
}
.p-detail .p-detail__nav {
  margin-top: 40px;
}

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

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

.p-works-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 16px;
}
@media screen and (max-width: 999.98px) {
  .p-works-list {
    -ms-grid-columns: 1fr calc((20 / 640) * 100vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: calc((58 / 640) * 100vw) calc((20 / 640) * 100vw);
  }
}

.p-works-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
}
@media screen and (max-width: 999.98px) {
  .p-works-category ul {
    gap: 0 calc((16 / 640) * 100vw);
  }
}
.p-line-sns {
  padding: 96px 0 80px;
}
@media screen and (max-width: 999.98px) {
  .p-line-sns {
    padding-top: 34px;
  }
}
.p-line-sns .p-line-sns__group {
  display: block;
}
.p-line-sns .p-line-sns__contents {
  position: relative;
  width: 690px;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .p-line-sns .p-line-sns__contents {
    width: 100%;
    max-width: 320px;
  }
  .p-line-sns .p-line-sns__contents img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.p-line-sns .p-line-sns__contents .p-line-sns__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 42px 10px 0;
}
.p-line-sns .p-line-sns__contents .p-line-sns__inner .p-line-sns__title {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-line-sns .p-line-sns__contents .p-line-sns__inner .p-line-sns__text {
    margin-top: 8px;
  }
}
.p-line-sns .p-line-sns__contents .p-line-sns__inner .p-line-sns__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-line-sns .p-line-sns__contents .p-line-sns__inner .p-line-sns__link {
  margin: 22px auto 0;
  width: 116px;
}
.p-line-sns .p-line-sns__contents .p-line-sns__inner .p-line-sns__link img {
  display: block;
  width: 100%;
  height: auto;
}

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

.p-widget .p-widget__title {
  font-size: 18px;
  line-height: 1;
  color: #18406F;
}
.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: #343434;
  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 #343434;
  color: #343434;
  -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 #343434;
}
.wp-edit h2 {
  margin: 80px 0 18px;
  display: block;
  width: 100%;
  padding: 20px 20px;
  background: #BAD76D;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  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 #18406F;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 600;
}
.wp-edit h4 {
  margin: 60px 0 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.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;
  }
}

.c-red {
  color: #D76561;
}

.p-table03 table {
  width: 100%;
  border-spacing: 0;
}
.p-table03 table tr.bg01 {
  background: #F2F2F2;
}
.p-table03 table tr th {
  text-align: left;
  padding: 22px 10px 22px 40px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-table03 table tr th {
    padding: 14px 9px;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
.p-table03 table tr th.red {
  padding: 16px 10px 16px 40px;
  width: 200px;
  background: #E9937F;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 999.98px) {
  .p-table03 table tr th.red {
    padding: 14px 9px;
    width: 38%;
    text-align: center;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
.p-table03 table tr th.yel {
  padding: 16px 10px;
  width: 250px;
  background: #F8B431;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #343434;
  text-align: center;
  border-left: 1px solid #D3D3D3;
}
@media screen and (max-width: 999.98px) {
  .p-table03 table tr th.yel {
    padding: 14px 9px;
    width: 31%;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
.p-table03 table tr th.blue {
  padding: 16px 10px;
  width: 250px;
  color: #fff;
  background: #4981C1;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border-left: 1px solid #D3D3D3;
}
@media screen and (max-width: 999.98px) {
  .p-table03 table tr th.blue {
    padding: 14px 9px;
    width: 31%;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
.p-table03 table tr td {
  border-left: 1px solid #D3D3D3;
  text-align: left;
  padding: 22px 10px 22px 40px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-table03 table tr td {
    padding: 14px 9px;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}

.p-table01 .p-table01__option {
  margin-top: 24px;
}
@media screen and (max-width: 999.98px) {
  .p-table01 .p-table01__option {
    padding: 0 15px;
  }
}
.p-table01 .p-table01__option p {
  font-size: 16px;
  line-height: 1.4375;
}
@media screen and (max-width: 999.98px) {
  .p-table01 .p-table01__option p {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
  }
}
.p-table01 table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.p-table01 table tr:last-child th, .p-table01 table tr:last-child td {
  border-bottom: 3px solid #D3D3D3;
}
.p-table01 table tr:last-child th {
  border-radius: 0 0 0 8px;
}
.p-table01 table tr:last-child td {
  border-radius: 0 0 8px 0;
}
.p-table01 table tr.bg01 {
  background: #fff;
}
.p-table01 table tr.bg01 th {
  border-left: 3px solid #D3D3D3;
  padding: 10px 6px;
  width: 215px;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-table01 table tr.bg01 th {
    padding: 10px 15px;
    width: 165px;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0;
  }
}
.p-table01 table tr.bg01 td {
  border-right: 3px solid #D3D3D3;
  padding: 10px 24px;
  width: calc(500px - 215px);
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-table01 table tr.bg01 td {
    padding: 10px 18px;
    width: calc(100% - 165px);
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.p-table01 table tr.bg01 td .c-red {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 999.98px) {
  .p-table01 table tr.bg01 td .c-red {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-table01 table tr.bg01 td .c-bold {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 999.98px) {
  .p-table01 table tr.bg01 td .c-bold {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-table01 table tr.bg02 {
  background: #F2F2F2;
}
.p-table01 table tr.bg02 th {
  border-left: 3px solid #D3D3D3;
  padding: 10px 6px;
  width: 215px;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-table01 table tr.bg02 th {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.p-table01 table tr.bg02 td {
  border-right: 3px solid #D3D3D3;
  padding: 10px 24px;
  width: calc(500px - 215px);
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-table01 table tr.bg02 td {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0;
  }
}
.p-table01 table tr.bg02 td .c-red {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 999.98px) {
  .p-table01 table tr.bg02 td .c-red {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-table01 table tr.bg02 td .c-bold {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 999.98px) {
  .p-table01 table tr.bg02 td .c-bold {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-table01 table td {
  border-left: 1px solid #D3D3D3;
}
.p-table01 table th.blue-gb {
  padding: 16px 6px;
  background: #18406F;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-table01 table th.blue-gb {
    padding: 16px 18px;
    font-size: 17px;
    line-height: 1;
  }
}
.p-table01 table th.blue-gb:nth-child(1) {
  text-align: center;
  border-radius: 8px 0 0 0;
}
.p-table01 table th.blue-gb:nth-child(2) {
  border-radius: 0 8px 0 0;
  padding-left: 25px;
  border-left: 1px solid #D3D3D3;
  text-align: left;
}
@media screen and (max-width: 999.98px) {
  .p-table01 table th.blue-gb:nth-child(2) {
    padding-left: 18px;
  }
}

.p-table02 table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.p-table02 table tr .last {
  border-radius: 0 0 0 8px;
}
.p-table02 table tr .last02 {
  border-radius: 0 0 8px 0;
}
.p-table02 table tr .bb {
  border-bottom: 3px solid #D3D3D3;
}
.p-table02 table tr.bg {
  background: #E6EAF0;
}
.p-table02 table tr.bg td {
  background: rgba(242, 248, 250, 0.21);
}
.p-table02 table tr th.base-th {
  background: #E6EAF0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border-left: 3px solid #D3D3D3;
  border-right: 3px solid #D3D3D3;
  border-bottom: 3px solid #D3D3D3;
}
@media screen and (max-width: 999.98px) {
  .p-table02 table tr th.base-th {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1;
    min-height: 600px;
  }
  .p-table02 table tr th.base-th span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.p-table02 table tr th.blue-gb {
  background: #18406F;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .p-table02 table tr th.blue-gb {
    font-size: 14px;
    line-height: 1;
  }
}
.p-table02 table tr th.blue-gb:nth-child(1) {
  padding: 16px 6px;
  text-align: center;
  border-radius: 8px 0 0 0;
  width: 150px;
}
@media screen and (max-width: 999.98px) {
  .p-table02 table tr th.blue-gb:nth-child(1) {
    width: 28px;
  }
}
.p-table02 table tr th.blue-gb:nth-child(2) {
  width: 336px;
  padding: 16px 6px;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-table02 table tr th.blue-gb:nth-child(2) {
    width: 160px;
    padding: 16px 8px;
  }
}
.p-table02 table tr th.blue-gb:nth-child(3) {
  width: 325px;
  padding: 16px 6px 16px 18px;
  border-radius: 0 8px 0 0;
}
@media screen and (max-width: 999.98px) {
  .p-table02 table tr th.blue-gb:nth-child(3) {
    padding: 16px 8px;
    width: calc(100% - 28px - 160px);
  }
}
.p-table02 table tr td {
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  background: rgba(242, 248, 250, 0.21);
}
@media screen and (max-width: 999.98px) {
  .p-table02 table tr td {
    padding: 16px 8px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.p-table02 table tr td.tal {
  text-align: left;
}
.p-table02 table tr td .option {
  font-size: 13px;
  line-height: 2.3076923077;
}
@media screen and (max-width: 999.98px) {
  .p-table02 table tr td .option {
    margin-top: 6px;
    display: block;
    font-size: 13px;
    line-height: 1.1538461538;
  }
}
.p-table02 table tr td .c-semi {
  font-weight: 500;
}
.p-table02 table tr td + td {
  border-left: 1px solid #D3D3D3;
  border-right: 3px solid #D3D3D3;
}

@media screen and (max-width: 999.98px) {
  .p-one-table {
    display: none;
  }
}
.p-one-table table {
  width: 100%;
  border-spacing: 0;
  border: 3px solid #4981C1;
  border-radius: 8px;
}
.p-one-table table tr.bg {
  background: #F2F2F2;
}
.p-one-table table th {
  padding: 16px 10px;
  text-align: center;
  background: #18406F;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.p-one-table table td {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
}
.p-one-table table td:nth-child(1) {
  width: 312px;
  border-right: 1px solid #D3D3D3;
}
.p-one-table table td:nth-child(2) {
  width: 230px;
  border-right: 1px solid #D3D3D3;
}
.p-one-table table td:nth-child(3) {
  width: 238px;
  border-right: 1px solid #D3D3D3;
}
.p-one-table table td:nth-child(4) {
  width: 208px;
}

.burger {
  position: absolute;
  color: #18406F;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: none;
  background: none;
}
@media screen and (max-width: 999.98px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 82px;
  }
}
.burger:focus {
  outline: none;
  background: none;
}
.burger .burger__text-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 10px;
}
.burger .burger__text {
  margin-top: 2px;
  white-space: nowrap;
  font-weight: 600;
  text-align: center;
  color: #18406F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .burger .burger__text {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
  }
}
@media screen and (max-width: 999.98px) {
  .burger.open {
    position: fixed;
  }
}
.burger.open .burger__text {
  opacity: 0;
}
.burger.open .x,
.burger.open .y,
.burger.open .z {
  background: #4981C1;
}
.burger .x,
.burger .y,
.burger .z {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 36px;
  margin: 0;
  height: 1px;
  width: 50px;
  background: #18406F;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .burger .x,
.burger .y,
.burger .z {
    width: 20px;
    height: 2px;
  }
}
.burger .x {
  top: 16px;
}
@media screen and (max-width: 999.98px) {
  .burger .x {
    top: 26px;
  }
}
.burger .z {
  top: 28px;
}
@media screen and (max-width: 999.98px) {
  .burger .z {
    top: 34px;
  }
}
.burger .collapse {
  top: 23px;
  left: 14px;
  -webkit-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
@media screen and (max-width: 999.98px) {
  .burger .collapse {
    top: 26px;
    left: 36px;
  }
}
.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(45deg);
          transform: rotate(45deg);
  -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(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .navbar {
  height: 73px;
  background: #385e97;
}
@media screen and (max-width: 999.98px) {
  .p-contact-box-wrap {
    padding: 0 26px;
  }
}

.p-contact-box {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-contact-box {
    display: block;
    margin-top: 70px;
    padding: 18px;
    background: #F2F8FA;
    border-radius: 20px;
    color: #18406F;
  }
  .p-contact-box .p-contact-box__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 10px;
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #18406F;
  }
  .p-contact-box .p-contact-box__tel .icon {
    width: 25px;
  }
  .p-contact-box .p-contact-box__tel .icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p-contact-box .p-contact-box__time-zone {
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
  }
  .p-contact-box .p-contact-box__btn {
    margin-top: 12px;
  }
  .p-contact-box .p-contact-box__text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
}

.p-gNavSP {
  height: 100%;
}
.p-gNavSP .p-gNavSP__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__wrap {
    position: fixed;
    z-index: 1010;
    top: 0;
    right: -200%;
    margin: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    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%;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.p-gNavSP .p-gNavSP__btn + .p-gNavSP__btn {
  margin-top: 10px;
}
.p-gNavSP .p-gNavSP__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-gNavSP .p-gNavSP__btn {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__btn {
    display: block;
  }
}
.p-gNavSP .burger {
  z-index: 1020;
}
.p-gNavSP .burger__text {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-gNavSP .menu ul {
  display: block;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .menu ul {
    display: block;
    margin-top: 12px;
  }
}
.p-gNavSP .p-gnav {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav {
    height: auto;
    padding-right: 0;
  }
}
.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;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list {
    display: block;
    height: auto;
  }
}
.p-gNavSP .p-gnav .p-gnav__list > li + li {
  position: relative;
}
.p-gNavSP .p-gnav .p-gnav__list > li + li:before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 39px;
  width: 2px;
  content: "";
  background-image: url(../../_assets/img/common/st-dotted.svg);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list > li + li:before {
    display: none;
  }
}
.p-gNavSP .p-gnav .p-gnav__list li {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list li {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 22px 10px 6px 16px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.p-gNavSP .p-gnav__bottom {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__bottom {
    display: block;
    margin-top: 12.8vw;
    padding: 0 calc((30/640)*100vw);
  }
}
.p-gNavSP .p-gnav__hover {
  position: relative;
}
.p-gNavSP .p-gnav__hover .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  width: 18px;
}
.p-gNavSP .p-gnav__hover .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-gNavSP .p-gNavSP__list a, .p-gNavSP .menu a {
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__list, .p-gNavSP .menu {
    padding: 0 54px;
  }
}
.p-gNavSP .p-gNavSP__item + .p-gNavSP__item,
.p-gNavSP .menu-item + .menu-item {
  position: relative;
}
.p-gNavSP .p-gNavSP__item + .p-gNavSP__item:before,
.p-gNavSP .menu-item + .menu-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 39px;
  width: 2px;
  content: "";
  background-image: url(../../_assets/img/common/st-dotted.svg);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gNavSP__item + .p-gNavSP__item:before,
.p-gNavSP .menu-item + .menu-item:before {
    display: none;
  }
}
.p-gNavSP .menu-item a, .p-gNavSP .menu-item .p-gnav__child, .p-gNavSP .p-gnav__item a, .p-gNavSP .p-gnav__item .p-gnav__child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  color: #363636;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 1200.98px) {
  .p-gNavSP .menu-item a, .p-gNavSP .menu-item .p-gnav__child, .p-gNavSP .p-gnav__item a, .p-gNavSP .p-gnav__item .p-gnav__child {
    padding: 0 10px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .menu-item a, .p-gNavSP .menu-item .p-gnav__child, .p-gNavSP .p-gnav__item a, .p-gNavSP .p-gnav__item .p-gnav__child {
    white-space: nowrap;
    width: 100%;
    height: auto;
    padding: 10px 30px;
    font-weight: 400;
  }
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .menu-item a:before, .p-gNavSP .menu-item .p-gnav__child:before, .p-gNavSP .p-gnav__item a:before, .p-gNavSP .p-gnav__item .p-gnav__child:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: url(../../_assets/img/common/icon_dotted.svg);
    background-position: left top;
    background-size: 5px 2px;
    background-repeat: repeat-x;
    content: "";
  }
}
.p-gNavSP .menu-item a:hover, .p-gNavSP .menu-item .p-gnav__child:hover, .p-gNavSP .p-gnav__item a:hover, .p-gNavSP .p-gnav__item .p-gnav__child:hover {
  opacity: 1;
  color: #18406F;
}
.p-gNavSP .hovered .p-gnav__child .p-gnav__child-item {
  opacity: 1;
  visibility: visible;
}
.p-gNavSP .p-gnav__child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  color: #363636;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1200.98px) {
  .p-gNavSP .p-gnav__child {
    padding: 0 10px;
  }
}
.p-gNavSP .p-gnav__child .p-gnav__child-item {
  position: fixed;
  top: 115px;
  left: 0;
  background: #F2F8FA;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-gNavSP .p-gnav__child .p-gnav__child-item .p-bubble-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 84px;
}
.p-gNavSP .p-gnav__child .p-gnav__child-item .p-bubble-list li a {
  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 22px;
  padding: 40px 0;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #343434;
}
.p-gNavSP .p-gnav__child .p-gnav__child-item .p-bubble-list li a .icon {
  display: block;
  width: 12.74px;
}
.p-gNavSP .p-gnav__child .p-gnav__child-item .p-bubble-list li a .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-gNavSP .p-gnav__child .p-gnav__child-item .p-bubble-list li a:hover {
  opacity: 1;
  color: #18406F;
}
.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;
}
.p-global-nav .p-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
}
@media screen and (max-width: 999.98px) {
  .p-global-nav .p-global-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(1), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(4), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(7) {
  width: 353px;
}
@media screen and (max-width: 999.98px) {
  .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(1), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(4), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(7) {
    width: 100%;
  }
}
.p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(2), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(5) {
  width: 382px;
}
@media screen and (max-width: 999.98px) {
  .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(2), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(5) {
    width: 100%;
  }
}
.p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(3), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(6) {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 999.98px) {
  .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(3), .p-global-nav .p-global-nav__list .p-global-nav__item:nth-child(6) {
    width: 100%;
  }
}

.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: 600;
  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: #18406F;
  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: #18406F;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  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: 600;
  text-align: center;
  color: #444950;
}
.p-icon-box01 .p-icon-box01__text a {
  color: #444950;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__text {
    font-size: 7.4666666667vw;
    line-height: 1;
  }
}
.p-icon-box01 .p-icon-box01__text.-large {
  font-size: 38px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__text.-large {
    font-size: 13.0666666667vw;
    line-height: 1;
  }
}
.p-icon-box01 .p-icon-box01__meta {
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__meta {
    margin-top: 2.1333333333vw;
    font-size: 5.0666666667vw;
    line-height: 1.7368421053;
  }
}
.p-icon-box01 .p-icon-box01__link {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__link {
    margin-top: 6.9333333333vw;
  }
}

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

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

@media screen and (max-width: 999.98px) {
  .p-image-grid {
    padding: 0 22px;
  }
}
.p-image-grid .p-image-grid__list {
  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-image-grid .p-image-grid__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-image-grid .p-image-grid__list .p-image-grid__item {
  width: 518px;
}
@media screen and (max-width: 999.98px) {
  .p-image-grid .p-image-grid__list .p-image-grid__item {
    width: 100%;
  }
}
.p-image-grid .p-image-grid__option {
  margin-top: 48px;
}
@media screen and (max-width: 999.98px) {
  .p-image-grid .p-image-grid__option {
    margin-top: 20px;
  }
}
.p-image-grid .p-image-grid__option p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-image-grid .p-image-grid__option p {
    font-size: 14px;
    line-height: 2;
  }
}

.bg-green {
  background: #525252;
}

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

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

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

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

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

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

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

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

.sd {
  background-image: url(../../_assets/img/common/icon_buy.webp);
}
@media screen and (max-width: 999.98px) {
  .sd {
    width: 11.56vw;
    height: 11.4613333333vw;
  }
}

.c-b-heading01 {
  text-align: center;
  color: #18406F;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.c-b-heading01 .border {
  margin-top: 6px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .c-b-heading01 .border {
    display: none;
  }
}
.c-b-heading01 .border img {
  display: block;
  width: 100%;
  height: auto;
}

.c-copy01 {
  font-size: 18px;
  line-height: 1.7777777778;
  color: #363636;
  font-weight: 600;
}

.c-heading01 {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  color: #363636;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .c-heading01 {
    font-size: 36px;
    line-height: 1.1944444444;
  }
}
.c-heading01 .inner {
  position: relative;
}
.c-heading01 .inner:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: url(../../_assets/img/common/icon_dotted_black.svg);
  background-position: left top;
  background-size: 5px 2px;
  background-repeat: repeat-x;
  content: "";
}
.c-heading01 .inner span {
  color: #18406F;
}

.c-heading01 + .c-copy01 {
  margin-top: 10px;
}
@media screen and (max-width: 999.98px) {
  .c-heading01 + .c-copy01 {
    margin-top: 4px;
  }
}

.c-box-heading {
  padding: 9px 20px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  background: #18406F;
  border-radius: 8px;
}

.c-base-heading01 {
  text-align: center;
  font-size: 30px;
  line-height: 1.4333333333;
  font-weight: 400;
  color: #18406F;
  letter-spacing: 0.05em;
}
.c-base-heading01 span {
  border-bottom: 2px solid #18406F;
}

.c-mark-heading {
  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;
  gap: 0 20px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999.98px) {
  .c-mark-heading {
    gap: 23px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
  }
  .c-mark-heading .mark {
    height: 66px;
    width: auto;
  }
  .c-mark-heading .mark img {
    height: 100%;
    width: auto;
    display: block;
  }
}

.c-board-heading {
  padding: 17px 10px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: #18406F;
  border-radius: 8px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .c-board-heading {
    font-size: 20px;
    line-height: 1;
  }
}

.c-blue-heading01 {
  text-align: center;
  color: #18406F;
  font-size: 24px;
  line-height: 1.7916666667;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 999.98px) {
  .c-blue-heading01 {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}

.c-heading03 {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #18406F;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .c-heading03 {
    font-size: 25px;
    line-height: 1;
  }
}

.p-copy-en {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
  color: #18406F;
  font-family: "Barlow", sans-serif;
}

a.c-contact-btn {
  padding: 24px 10px 24px 36px;
  border-radius: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
  width: 360px;
  color: #fff;
  background: #18406F;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  a.c-contact-btn {
    padding: 24px 10px 24px 24px;
    max-width: 330px;
    width: 100%;
  }
}

a.c-contact-btn02 {
  padding: 24px 10px 24px 36px;
  border-radius: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
  width: 360px;
  color: #fff;
  background: #18406F;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  a.c-contact-btn02 {
    padding: 13px 10px 13px 24px;
    border-radius: 14px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 10px;
  }
  a.c-contact-btn02 .icon {
    width: 22px;
  }
  a.c-contact-btn02 .icon img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.c-simple-link01, a.c-simple-link01 {
  padding: 16px 8px;
  min-width: 200px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  background: #18406F;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-icon-bnr {
  padding: 28px 18px;
  border: 2px dotted #18406F;
  background: #fff;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
  grid-template-columns: 50px auto;
}
@media screen and (max-width: 999.98px) {
  .p-icon-bnr {
    max-width: 350px;
    width: 100%;
    padding: 11px 18px;
  }
}
.p-icon-bnr .p-icon-bnr__text {
  color: #18406F;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 400;
  letter-spacing: 0.05em;
}

a.c-link01 {
  position: relative;
  display: block;
  width: 272px;
  padding: 21px;
  background: #fff;
  text-align: center;
  border: 1px solid #233F6C;
  border-radius: 60px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #233F6C;
}
a.c-link01:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 9px;
  background: #E2933D;
}
a.c-link01 .icon {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
}
a.c-link01 .icon img {
  display: block;
  width: 100%;
  height: auto;
}

a.c-mail-link {
  display: block;
  padding: 8px 24px;
  border: 2px solid #18406F;
  border-radius: 40px;
}
@media screen and (max-width: 999.98px) {
  a.c-mail-link {
    max-width: 190px;
  }
}
a.c-mail-link .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  color: #18406F;
}
a.c-mail-link .inner img {
  display: block;
}

a.p-page-link01 {
  position: relative;
  display: block;
}
a.p-page-link01 .p-page-link01__bg img {
  display: block;
  width: 100%;
  height: auto;
}
a.p-page-link01 .p-page-link01__mark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 62px;
  background: #fff;
  padding: 18px 22px 18px 16px;
  border-radius: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #343434;
}

a.c-icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  font-size: 16px;
  line-height: 2.375;
  font-weight: 400;
  color: #343434;
}
a.c-icon-link .icon img {
  display: block;
  width: 100%;
  height: auto;
}
a.c-icon-link .icon.-privacy {
  width: 17.5px;
}
a.c-icon-link .icon.-sitemap {
  width: 25px;
}

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

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

.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-need {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 9px 11px;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  background: #D76561;
  color: #fff;
  border-radius: 7px;
}

.c-other {
  display: inline-block;
  padding: 9px 11px;
  width: 50px;
  height: 30px;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  background: #F2F8FA;
  border-radius: 7px;
  color: #4981C1;
}

.c-task-tag {
  padding: 12px 10px;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #18406F;
}
@media screen and (max-width: 999.98px) {
  .c-task-tag {
    padding: calc((8/375)*100vw) calc((6/375)*100vw);
    font-size: 3.7333333333vw;
    line-height: 1;
    white-space: nowrap;
  }
}
.c-task-tag span {
  position: relative;
  padding-left: 14px;
}
@media screen and (max-width: 999.98px) {
  .c-task-tag span {
    padding-left: calc((10/375)*100vw);
  }
}
.c-task-tag span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #E2933D;
}
@media screen and (max-width: 999.98px) {
  .c-task-tag span:before {
    width: 1.6vw;
    height: 1.6vw;
    border-radius: calc((6/375)*100vw);
  }
}

.c-category {
  display: block;
  padding: 5px 2px;
  width: 120px;
  background: #18406F;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 30px;
}
.c-category.-event {
  background: rgba(9, 95, 180, 0.85);
}
.c-category.-law-amendment {
  background: rgba(8, 83, 167, 0.5);
}

.ss {
  display: block;
}

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

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

.dk {
  display: block;
}