@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: #181818;
  letter-spacing: 0;
  font-weight: 300;
  min-height: 100vh;
}
@media screen and (max-width: 999.98px) {
  body {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

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

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

main {
  display: block;
}

address {
  font-style: normal;
}

a {
  color: #004AA1;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
  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 {
  color: red !important;
  font-weight: bold;
}
.c-red .c-red-small {
  font-size: 12px;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

.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 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-header .p-header__copy-sp {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__copy-sp {
    display: block;
  }
}
.p-header .p-header__copy-sp .text01 {
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 300;
}
.p-header .p-header__item01 {
  padding: 8px 0 6px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__item01 {
    padding: 6px 0;
  }
}
.p-header .p-header__item02 {
  background: #FFE100;
}
.p-header .p-header__group01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 425px;
  grid-template-columns: auto 425px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__group01 {
    -ms-grid-columns: 190px 16px auto;
    grid-template-columns: 190px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 16px;
  }
}
.p-header .p-header__group01 .p-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 12px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__group01 .p-header__head {
    -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: 4px 0;
  }
}
.p-header .p-header__group01 .p-header__head .p-header__logo {
  width: 181px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__group01 .p-header__head .p-header__logo {
    width: 155px;
  }
}
.p-header .p-header__group01 .p-header__head .p-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-header .p-header__group01 .p-header__head .p-header__option {
  font-size: 11px;
  line-height: 1.5454545455;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__group01 .p-header__head .p-header__option {
    font-size: 10px;
    line-height: 1.7;
  }
}
.p-header .p-header__group01 .p-header__copy {
  padding-bottom: 8px;
}
.p-header .p-header__group01 .p-header__copy .text01 {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 300;
  color: #5C5B5B;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__group01 .p-header__copy .text01 {
    display: none;
  }
}
.p-header .p-header__group01 .p-header__copy .text02 {
  margin-top: 2px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__group01 .p-header__copy .text02 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4166666667;
  }
}
.p-header .p-header__group02 {
  padding: 8px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 394px) 394px;
  grid-template-columns: calc(100% - 394px) 394px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__group02 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 0;
  }
}
.p-header .p-header__copy02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
  color: #115EAA;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__copy02 {
    padding: 4px 7px;
    font-size: 14px;
    line-height: 1.5384615385;
  }
}
.p-header .p-header__copy02 span {
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__copy02 span {
    padding: 0 10px;
  }
}
.p-header .p-header__copy02 span:before, .p-header .p-header__copy02 span:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__copy02 span:before, .p-header .p-header__copy02 span:after {
    width: 6.85px;
    height: 18px;
  }
}
.p-header .p-header__copy02 span:before {
  left: 0;
  background-image: url(../../_assets/img/common/side-border-l.png);
}
.p-header .p-header__copy02 span:after {
  right: 0;
  background-image: url(../../_assets/img/common/side-border-r.png);
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #115EAA;
  }
  .p-header .p-header__tag img {
    max-width: 375px;
    width: 100%;
    height: auto;
  }
}

.p-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  background: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 100;
}
body.scrolled .p-footer {
  opacity: 1;
}
.p-footer.-cancel {
  opacity: 1;
}
.p-footer .p-footer__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 352px auto;
  grid-template-columns: 352px auto;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents {
    gap: 0 6px;
    -ms-grid-columns: auto 6px 73px;
    grid-template-columns: auto 73px;
  }
}
.p-footer .p-footer__contents .p-footer__left {
  padding-left: 54px;
  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-footer .p-footer__contents .p-footer__left {
    display: none;
  }
}
.p-footer .p-footer__contents .p-footer__right {
  position: relative;
  height: 67px;
  padding-left: 36px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__right {
    padding-left: 0;
  }
}
.p-footer .p-footer__contents .p-footer__right:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 58px;
  content: "";
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__right:before {
    display: none;
  }
}
.p-footer .p-footer__contents .p-footer__tel-sp {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__tel-sp {
    display: block;
  }
}

.p-meta01 {
  color: #fff;
}
.p-meta01 .p-meta01__tel {
  position: relative;
  padding-left: 56px;
  font-size: 32px;
  line-height: 1.34375;
  letter-spacing: 0;
  font-weight: bold;
}
.p-meta01 .p-meta01__tel a {
  color: #fff;
}
.p-meta01 .p-meta01__tel:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 42px;
  height: 28.2px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_tel.webp);
}
.p-meta01 .p-meta01__time {
  padding-left: 56px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}

.p-push-btn, a.p-push-btn {
  position: relative;
  display: block;
  width: 402px;
  height: 67px;
  border-radius: 12px;
  background: #BF5E2A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-push-btn, a.p-push-btn {
    width: 100%;
    height: 70px;
    border-radius: 0 12px 12px 0;
  }
}
.p-push-btn .p-push-btn__inner, a.p-push-btn .p-push-btn__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 402px;
  height: 62px;
  border-radius: 12px;
  background: #EF722F;
  content: "";
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  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;
}
@media screen and (max-width: 999.98px) {
  .p-push-btn .p-push-btn__inner, a.p-push-btn .p-push-btn__inner {
    width: 100%;
    height: 65px;
    border-radius: 0 12px 12px 0;
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
.p-push-btn .p-push-btn__inner .p-push-btn__item02, a.p-push-btn .p-push-btn__inner .p-push-btn__item02 {
  display: inline-block;
  margin-top: 4px;
}
.p-push-btn .p-push-btn__inner .text .yel, a.p-push-btn .p-push-btn__inner .text .yel {
  color: #FFE100;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-push-btn .p-push-btn__inner .text .yel, a.p-push-btn .p-push-btn__inner .text .yel {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.p-push-btn:hover, a.p-push-btn:hover {
  margin-top: 5px;
  height: 62px;
}

.c-white-mark {
  display: inline-block;
  padding: 7px 5px;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #EF722F;
}
@media screen and (max-width: 999.98px) {
  .c-white-mark {
    padding: 3px;
    font-size: 14px;
    line-height: 1;
  }
}

.p-main-visual {
	height: 640px;
	display: flex;
}
.p-main-visual__contents{
	z-index: 2;
	width: 66%;
	height: 100%;
	margin-right: -430px;
	position: relative;
}
.p-main-visual__contents img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.p-main-visual__slide{
	flex: 1;
}
.p-main-visual__slide .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
@media screen and (max-width: 999.98px) {
	.p-main-visual{
		height: auto;
		display: block;
	}
	.p-main-visual__contents{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: -50px;
	}
	.p-main-visual__slide .swiper-slide img{
		aspect-ratio: 375 / 312;
		height: auto;
		object-position: center;
	}
}


/*
 background-image: url(../../_assets/img/index/webp/obsession_main.webp);
 @media screen and (max-width: 999.98px) {
      margin-top: 40px;
    }
 */
.index-service {
  padding: 54px 0;
  background-image: url(../../_assets/img/index/index-service_bg.webp);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .index-service {
    padding: 28px 0 38px;
    background-image: url(../../_assets/img/index/index-service_bg_sp.webp);
  }
}
.index-service .index-service__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 42px 246px;
  grid-template-columns: auto 246px;
  gap: 0 42px;
}
@media screen and (max-width: 999.98px) {
  .index-service .index-service__head {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 14px 0;
  }
}
.index-service .index-service__title {
  font-size: 38px;
  line-height: 1.4210526316;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .index-service .index-service__title {
    font-size: 23px;
    line-height: 1.3913043478;
    text-align: center;
  }
}
.index-service .index-service__title span {
  font-weight: bold;
  color: #115EAA;
}
.index-service .index-service__copy {
  padding: 6px 0;
  border-top: 1px solid #115EAA;
  border-bottom: 1px solid #115EAA;
  margin-top: 24px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .index-service .index-service__copy {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.index-service .index-service__sub figcaption {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  text-align: center;
}
.index-service .index-service__main {
  position: relative;
  margin-top: 84px;
  padding: 16px 16px 20px;
  border: 1px solid #115EAA;
  background: #EFF6FF;
}
@media screen and (max-width: 999.98px) {
  .index-service .index-service__main {
    margin-top: 42px;
    padding: 14px 10px;
  }
}
.index-service .index-service__main .index-service__tab {
  position: absolute;
  left: -1px;
  top: -50px;
  width: 218px;
  height: 50px;
  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;
  border-radius: 0 8px 0 0;
  background: #115EAA;
  color: #fff;
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .index-service .index-service__main .index-service__tab {
    top: -26px;
    width: 143px;
    height: 26px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.index-worries {
  position: relative;
  padding-top: 56px;
  background-image: url(../../_assets/img/index/index-worries_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .index-worries {
    padding-top: 36px;
  }
}
.index-worries .index-worries__contents {
  margin-top: 42px;
  padding: 44px 28px 38px;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .index-worries .index-worries__contents {
    margin-top: 22px;
    padding: 22px 10px 14px;
  }
}
.index-worries .index-worries__part01 {
  width: 500px;
  padding-left: 114px;
}
@media screen and (max-width: 999.98px) {
  .index-worries .index-worries__part01 {
    padding-left: 0;
    width: 280px;
  }
}
.index-worries .index-worries__part01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 999.98px) {
  .index-worries .index-worries__part01 ul {
    gap: 8px;
  }
}
.index-worries .index-worries__position {
  position: absolute;
  top: -160px;
  left: 598px;
  width: 112px;
  height: 160px;
}
@media screen and (max-width: 999.98px) {
  .index-worries .index-worries__position {
    top: -103px;
    left: auto;
    right: 0;
    width: 72px;
    height: 113px;
  }
}
.index-worries .index-worries__position img {
  display: block;
  width: 100%;
  height: auto;
}
.index-worries .index-worries__box {
  position: relative;
  margin-top: 30px;
  padding: 16px 16px 16px 42px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 300px;
  grid-template-columns: auto 300px;
  background: #EDEBEB;
}
@media screen and (max-width: 999.98px) {
  .index-worries .index-worries__box {
    margin-top: 12px;
    padding: 15px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 12px 0;
  }
}

.index-solution {
  position: relative;
  padding: 55px 0;
  background-image: url(../../_assets/img/index/solution_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .index-solution {
    padding-top: 48px;
  }
}
.index-solution:before {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/index/solution.png);
  width: calc(153px/2);
  height: calc(47px/2);
}
@media screen and (max-width: 999.98px) {
  .index-solution:before {
    width: calc(153px/3);
    height: calc(47px/3);
  }
}
.index-solution .index-solution__copy {
  text-align: center;
  color: #fff;
}
.index-solution .index-solution__copy .item01 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .index-solution .index-solution__copy .item01 {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
.index-solution .index-solution__copy .item02 {
  margin-top: 12px;
}
@media screen and (max-width: 999.98px) {
  .index-solution .index-solution__copy .item02 {
    margin-top: 8px;
  }
}
.index-solution .index-solution__copy .yel-box {
  display: inline-block;
  padding: 3px 16px;
  background: #FFE100;
  color: #115EAA;
  font-size: 40px;
  line-height: 1.35;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .index-solution .index-solution__copy .yel-box {
    padding: 4px 10px;
    font-size: 24px;
    line-height: 1.3333333333;
    white-space: nowrap;
  }
}
.index-solution .index-solution__copy .item03 {
  margin-top: 18px;
  font-size: 32px;
  line-height: 1.4375;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .index-solution .index-solution__copy .item03 {
    margin-top: 9px;
    font-size: 18px;
    line-height: 1.6111111111;
  }
}
.index-solution .index-solution__copy .item03 span {
  color: #FFE100;
}
.index-solution .index-solution__contents {
  margin-top: 30px;
  padding: 40px 26px 24px;
  background: #EFF6FF;
}
@media screen and (max-width: 999.98px) {
  .index-solution .index-solution__contents {
    margin-top: 18px;
    padding: 18px 10px 22px;
  }
}
.index-solution .index-solution__bottom {
  margin-top: 38px;
}
@media screen and (max-width: 999.98px) {
  .index-solution .index-solution__bottom {
    margin-top: 34px;
  }
}

.p-comment-box {
  position: relative;
  padding: 40px 42px 24px;
  background: #fff;
  border: 1px solid #5293D3;
}
@media screen and (max-width: 999.98px) {
  .p-comment-box {
    padding: 32px 20px 14px;
  }
}
.p-comment-box .p-comment-box__title {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #5293D3;
  width: 395px;
  height: 44px;
  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;
  color: #fff;
  font-size: 24px;
  line-height: 1.5833333333;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 999.98px) {
  .p-comment-box .p-comment-box__title {
    width: 306px;
    height: 31px;
    font-size: 18px;
    line-height: 1.5555555556;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-comment-box p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 999.98px) {
  .p-comment-box p {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.p-profile-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px 68px 280px;
  grid-template-columns: 350px 280px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 68px;
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit {
    max-width: 336px;
    width: 100%;
    margin: auto;
    -ms-grid-columns: auto 22px 122px;
    grid-template-columns: auto 122px;
    gap: 0 22px;
  }
}
.p-profile-unit img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
  }
}
.p-profile-unit .p-profile-unit__main p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit .p-profile-unit__main p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-profile-unit .p-profile-unit__sub figure figcaption {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3571428571;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-profile-unit .p-profile-unit__sub figure figcaption {
    font-size: 12px;
    line-height: 1.5;
  }
}

.index-reason {
  position: relative;
  background: #115EAA;
}
.index-reason .index-reason__box {
  position: relative;
  padding: 24px 50px 50px;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .index-reason .index-reason__box {
    padding: 4px 26px 36px;
  }
}
.index-reason .index-reason__box:before {
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  content: "";
  background: #FFE100;
}
.index-reason .index-reason__box:after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  content: "";
  background: #FFE100;
}
.index-reason .index-reason__contents {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 999.98px) {
  .index-reason .index-reason__contents {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 18px 0;
  }
}
.index-reason .p-yel-box-heading {
  width: 534px;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .index-reason .p-yel-box-heading {
    width: 100%;
		margin-top: 20px;
  }
}
.index-reason img {
  display: block;
  width: 100%;
  height: auto;
}

.index-works {
  position: relative;
  padding: 52px 0 64px;
  background-image: url(../../_assets/img/index/index-works_bg-border.webp);
  background-repeat: space;
	background-size: auto 100%;
}
@media screen and (max-width: 999.98px) {
  .index-works {
    padding: 40px 0;
    background-repeat: space repeat;
  }
}
.index-works:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #EFF6FF;
  z-index: -1;
}
.index-works .index-works__contents {
  margin-top: 26px;
  padding: 40px 50px;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .index-works .index-works__contents {
    position: relative;
    margin-top: 36px;
    background: none;
    padding: 0;
  }
}

.p-works-area01 + .p-works-area01,
.p-works-area01 + .p-blue-grid {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-works-area01 + .p-works-area01,
.p-works-area01 + .p-blue-grid {
    margin-top: 44px;
  }
}

.p-works-area01 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 296px 40px 544px;
  grid-template-columns: 296px 544px;
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-works-area01 {
    position: relative;
    padding: 30px 10px 24px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    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;
    background: #fff;
  }
  .p-works-area01 .c-label01 {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-works-area01 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-works-area01 .p-works-area01__meta {
  margin-top: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-works-area01 .p-works-area01__meta {
    margin-top: 12px;
  }
}

.p-works-box .p-works-box__head {
  font-weight: 300;
  font-size: 19px;
  line-height: 1.4210526316;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-works-box .p-works-box__head {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.p-works-box .p-works-box__contents {
  margin-top: 10px;
}

.index-con {
  padding: 60px 0 48px;
}
@media screen and (max-width: 999.98px) {
  .index-con {
    padding: 40px 0 24px;
  }
}
.index-con .index-con__item01 {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .index-con .index-con__item01 {
    margin-top: 20px;
  }
}
.index-con .index-con__item02 {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .index-con .index-con__item02 {
    margin-top: 20px;
  }
}
.index-con .index-con__item02-text {
  margin-top: 16px;
}
@media screen and (max-width: 999.98px) {
  .index-con .index-con__item02-text {
    margin-top: 12px;
  }
}
.index-con .index-con__item03 {
  margin-top: 24px;
}
@media screen and (max-width: 999.98px) {
  .index-con .index-con__item03 {
    margin-top: 18px;
  }
}

.c-border-copy {
  text-align: center;
  color: #115EAA;
  font-size: 28px;
  line-height: 1.5357142857;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-border-copy {
    font-size: 20px;
    line-height: 1.65;
  }
}
.c-border-copy span {
  border-bottom: 1px solid #115EAA;
}

.p-works-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 408px 36px 408px;
  grid-template-columns: repeat(2, 408px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 36px;
}
@media screen and (max-width: 999.98px) {
  .p-works-unit {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
.p-works-unit .p-works-unit__text01 {
  margin-top: 12px;
}
@media screen and (max-width: 999.98px) {
  .p-works-unit .p-works-unit__text01 {
    margin-top: 10px;
  }
}

.index-flow {
  padding: 54px 0;
  background: #115EAA;
}
.index-flow .index-flow__contents {
  margin-top: 24px;
}

.p-box-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-box-flow .text {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px auto 10px;
}
.p-box-flow .text span {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, yellow));
  background: linear-gradient(transparent 40%, yellow 40%);
}

.p-box-flow p {
  font-size: 14px;
  line-height: 1.7;
}

.p-box-flow .step01, .p-box-flow .step02,
.p-box-flow .step03, .p-box-flow .step04,
.p-box-flow .step05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin-right: -2px;
  padding: 4px 14px 11px;
  border: 2px solid #115EAA;
  border-radius: 15px;
  background-color: #fff;
  color: #333333;
  z-index: 4;
}
.p-box-flow .step01 .image, .p-box-flow .step02 .image,
.p-box-flow .step03 .image, .p-box-flow .step04 .image,
.p-box-flow .step05 .image {
  width: 48px;
}
.p-box-flow .step01 .image img, .p-box-flow .step02 .image img,
.p-box-flow .step03 .image img, .p-box-flow .step04 .image img,
.p-box-flow .step05 .image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-box-flow .step02 {
  z-index: 3;
}

.p-box-flow .step03 {
  z-index: 2;
}

.p-box-flow .step04 {
  z-index: 1;
}

.p-box-flow .step05 {
  z-index: 0;
}

.p-box-flow li {
  margin-right: -18px;
}

.p-box-flow .step01::before, .p-box-flow .step02::before, .p-box-flow .step03::before, .p-box-flow .step04::before,
.p-box-flow .step01::after, .p-box-flow .step02::after, .p-box-flow .step03::after, .p-box-flow .step04::after {
  position: absolute;
  right: -13.4px;
  width: 13px;
  height: 30px;
  top: calc(50% - 14.5px);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}

.p-box-flow .step01::before, .p-box-flow .step02::before, .p-box-flow .step03::before, .p-box-flow .step04::before {
  background-color: #115EAA;
}

.p-box-flow .step01::after, .p-box-flow .step02::after, .p-box-flow .step03::after, .p-box-flow .step04::after {
  right: -11px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-box-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    margin: 30px auto 40px;
    padding: 0 10px;
  }

  .p-box-flow li {
    margin: 0 0 -16px 0;
  }

  .p-box-flow li img {
    width: 100%;
  }

  .p-box-flow .step01, .p-box-flow .step02,
.p-box-flow .step03, .p-box-flow .step04,
.p-box-flow .step05 {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 132.79px;
    margin-bottom: -2px;
    padding: 7px 18px 11px;
  }

  .p-box-flow .text-box {
    width: 77.5%;
  }

  .p-box-flow .text {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
    margin: 5px auto 10px;
  }

  .p-box-flow p {
    text-align: left;
  }

  .p-box-flow .step01::before, .p-box-flow .step02::before, .p-box-flow .step03::before, .p-box-flow .step04::before,
.p-box-flow .step01::after, .p-box-flow .step02::after, .p-box-flow .step03::after, .p-box-flow .step04::after {
    position: absolute;
    right: calc(50% - 12px);
    top: 130px;
    width: 22px;
    height: 16px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
  }

  .p-box-flow .step01::after, .p-box-flow .step02::after, .p-box-flow .step03::after, .p-box-flow .step04::after {
    right: calc(50% - 12px);
    top: 126.3px;
    background-color: #fff;
  }
}
.index-form {
  padding: 56px 0 52px;
  margin-bottom: 83px;
}
@media screen and (max-width: 999.98px) {
  .index-form {
    padding: 28px 0 30px;
  }
}
.index-form .index-form__copy {
  margin-top: 32px;
}
@media screen and (max-width: 999.98px) {
  .index-form .index-form__copy {
    margin-top: 12px;
  }
}
.index-form .index-form__copy .item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-form .index-form__copy .item01 .blue-block {
  display: inline-block;
  padding: 4px 24px;
  background: #115EAA;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .index-form .index-form__copy .item01 .blue-block {
    padding: 4px 10px;
    font-size: 15px;
    line-height: 1.6;
    white-space: nowrap;
  }
}
.index-form .index-form__copy .item01 .blue-block .yel {
  font-size: 28px;
  line-height: 1.2857142857;
  color: #FFE100;
}
@media screen and (max-width: 999.98px) {
  .index-form .index-form__copy .item01 .blue-block .yel {
    font-size: 17px;
    line-height: 1.4117647059;
  }
}
.index-form .index-form__copy .text01 {
  margin-top: 10px;
  text-align: center;
  font-size: 27px;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .index-form .index-form__copy .text01 {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.4117647059;
  }
}
.index-form .index-form__copy .text01 .blue {
  font-size: 36px;
  line-height: 1;
  color: #115EAA;
}
@media screen and (max-width: 999.98px) {
  .index-form .index-form__copy .text01 .blue {
    font-size: 24px;
    line-height: 1;
  }
}
.index-form .index-form__copy .text01 .block {
  padding: 4px 10px;
  font-size: 28px;
  line-height: 1.4285714286;
  color: #fff;
  background: #5293D3;
  margin-right: 7px;
}
@media screen and (max-width: 999.98px) {
  .index-form .index-form__copy .text01 .block {
    padding: 3px 7px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.index-form .index-form__copy .text02 {
  margin-top: 8px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .index-form .index-form__copy .text02 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.index-form .index-form__contents {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .index-form .index-form__contents {
    margin-top: 20px;
  }
}

.p-thanks {
  padding: 100px 0;
}
.p-thanks .p-thanks__title {
  text-align: center;
}
.p-thanks .p-thanks__contents {
  margin-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .p-thanks .p-thanks__contents {
    margin-top: 40px;
  }
}
.p-thanks .p-thanks__contents p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 999.98px) {
  .p-thanks .p-thanks__contents p {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.p-thanks .p-thanks__item + .p-thanks__item {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-thanks .p-thanks__item + .p-thanks__item {
    margin-top: 30px;
  }
}
.p-thanks .p-thanks__item.-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-thanks .p-thanks__item.-link a {
  color: #000;
  text-decoration: underline;
}

.p-post-list {
  border-bottom: 1px solid #C7C7C7;
}
.p-post-list li {
  border-top: 1px solid #C7C7C7;
}

.p-news-meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 126px 108px auto;
  grid-template-columns: 126px 108px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 999.98px) {
  .p-news-meta {
    padding: calc((28/640)*100vw) calc((15/640)*100vw);
    -ms-grid-columns: calc((156/640)*100vw) 0 auto;
    grid-template-columns: calc((156/640)*100vw) auto;
    -ms-grid-rows: auto calc((8/640)*100vw) auto;
        grid-template-areas: "data category" "title title";
    gap: calc((8/640)*100vw) 0;
  }
}
.p-news-meta .p-news-meta__data {
  padding-left: 14px;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .p-news-meta .p-news-meta__data {
    grid-area: data;
    padding-left: 0;
    font-size: 3.28125vw;
    line-height: 1;
  }
}
@media screen and (max-width: 999.98px) {
  .p-news-meta .p-news-meta__category {
    grid-area: category;
  }
}
.p-news-meta .p-news-meta__title {
  font-size: 15px;
  line-height: 1.9333333333;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-news-meta .p-news-meta__title {
    grid-area: title;
    font-size: 3.28125vw;
    line-height: 1.9047619048;
  }
}
@media screen and (max-width: 999.98px){
  .p-news-meta .p-news-meta__data {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-news-meta .p-news-meta__category {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-news-meta .p-news-meta__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.sec-important {
  position: relative;
  padding: 86px 0 144px;
}
@media screen and (max-width: 999.98px) {
  .sec-important {
    padding-bottom: 27.96875vw;
  }
}
.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: 14.58125vw;
  }
}
.sec-important .sec-important__copy {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .sec-important .sec-important__copy {
    margin-top: 3.125vw;
  }
}
.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: 2.8125vw;
    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: 5.9375vw;
  }
}

.p-banner-sec {
  overflow: hidden;
  padding: 112px 0 136px;
}
@media screen and (max-width: 999.98px) {
  .p-banner-sec {
    padding-top: 8.75vw;
    padding-bottom: 26.5625vw;
  }
}
.p-banner-sec .p-banner-sec__contents {
  margin-top: 112px;
}
@media screen and (max-width: 999.98px) {
  .p-banner-sec .p-banner-sec__contents {
    margin-top: 10vw;
  }
}
.p-banner-sec .p-banner-sec__click-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-banner-sec .p-banner-sec__list {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 82px 1fr 82px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 82px;
}
@media screen and (max-width: 999.98px) {
  .p-banner-sec .p-banner-sec__list {
    margin-top: 4.6875vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: calc((90/640)*100vw) 0;
  }
}
.p-banner-sec .p-banner-sec__list img {
  display: block;
  width: 100%;
  height: auto;
}
.p-banner-sec .p-banner-sec__bottom {
  margin-top: 66px;
}
@media screen and (max-width: 999.98px) {
  .p-banner-sec .p-banner-sec__bottom {
    margin-top: 6.25vw;
  }
}

.sec-type01 {
  padding: 146px 0 104px;
}
@media screen and (max-width: 999.98px) {
  .sec-type01 {
    padding-top: 18.75vw;
    padding-bottom: 22.1875vw;
  }
}
.sec-type01 .sec-type01__contents {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .sec-type01 .sec-type01__contents {
    margin-top: 4.6875vw;
  }
}
.sec-type01 .sec-type01__link {
  margin-top: 64px;
  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) {
  .sec-type01 .sec-type01__link {
    margin-top: 5.625vw;
  }
}

.p-dl01 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 114px auto;
  grid-template-columns: 114px auto;
}
@media screen and (max-width: 999.98px) {
  .p-dl01 dl {
    -ms-grid-columns: 118px auto;
    grid-template-columns: 118px auto;
  }
}
.p-dl01 dl dt {
  padding: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
  background: #C9D4DE;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-dl01 dl dt {
    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: 3px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.p-dl01 dl dd {
  padding: 8px 8px 8px 12px;
  border-right: 1px solid #C9D4DE;
  font-size: 16px;
  line-height: 1.4444444444;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-dl01 dl dd {
    padding: 3px 6px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-dl01 dl:first-child {
  border-top: 1px solid #C9D4DE;
}
.p-dl01 dl:last-child {
  border-bottom: 1px solid #C9D4DE;
}
.p-dl01 dl + dl dt {
  border-top: 1px solid #fff;
}
.p-dl01 dl + dl dd {
  border-top: 1px solid #C9D4DE;
}

.p-dl02 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 83px auto;
  grid-template-columns: 83px auto;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-dl02 dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 83px auto;
    grid-template-columns: 83px auto;
  }
}
.p-dl02 dl dt {
  padding: 6px;
  background: #C9D4DE;
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-dl02 dl dt {
    padding: 3px;
  }
}
.p-dl02 dl dd {
  padding: 6px 3px 6px 12px;
  border-right: 1px solid #C9D4DE;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-dl02 dl dd {
    padding: 6px 12px;
  }
}
.p-dl02 dl:first-child {
  border-top: 1px solid #C9D4DE;
}
.p-dl02 dl:last-child {
  border-bottom: 1px solid #C9D4DE;
}
.p-dl02 dl + dl dt {
  border-top: 1px solid #fff;
}
.p-dl02 dl + dl dd {
  border-top: 1px solid #C9D4DE;
}

.p-form-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 258px auto;
  grid-template-columns: 258px auto;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-form-dl dl dt {
  padding: 10px 13px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #EDEBEB;
  border-top: 1px solid #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl dt {
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-form-dl dl dt .need {
  margin-top: 6px;
  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;
  width: 42px;
  height: 24px;
  font-size: 14px;
  line-height: 1;
  background: #DE4F03;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl dt .need {
    width: 38px;
    height: 20px;
  }
}
.p-form-dl dl dd {
  border-top: 1px solid #EDEBEB;
  padding: 10px 20px;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl dd {
    padding: 10px;
  }
}
.p-form-dl dl dd input {
  padding: 7px 18px;
  width: 100%;
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl dd input {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.p-form-dl dl dd .post-code {
  position: relative;
  width: 320px;
  margin-bottom: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl dd .post-code {
    width: 220px;
  }
}
.p-form-dl dl dd .post-code:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 14px;
  content: "〒";
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl dd .post-code:before {
    left: 8px;
  }
}
.p-form-dl dl dd .post-code input {
  padding-left: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl dd .post-code input {
    padding-left: 24px;
  }
}
.p-form-dl dl dd textarea {
  padding: 7px 18px;
  width: 100%;
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 999.98px) {
  .p-form-dl dl dd textarea {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.p-form-dl .p-form-dl__input {
  margin-top: 30px;
  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-form-dl .p-form-dl__input {
    margin-top: 20px;
  }
}

.p-input-btn {
  position: relative;
  width: 474px;
  height: 64px;
  background: #E59D3B;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 999.98px) {
  .p-input-btn {
    width: 290px;
    height: 59px;
  }
}
.p-input-btn:hover {
  margin-top: 4px;
  height: 60px;
}
.p-input-btn .p-input-btn__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 474px;
  height: 60px;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe100), to(#ffc646));
  background: linear-gradient(#ffe100 0%, #ffc646 100%);
  content: "";
}
@media screen and (max-width: 999.98px) {
  .p-input-btn .p-input-btn__inner {
    width: 100%;
    height: 54px;
  }
}
.p-input-btn .p-input-btn__inner .p-input-btn__in-box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: 3;
}
.p-input-btn .p-input-btn__inner .p-input-btn__in-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  content: "";
  border-radius: 12px;
  width: 470px;
  height: 54px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe100), to(#ffc646));
  background: linear-gradient(#ffe100 0%, #ffc646 100%);
}
@media screen and (max-width: 999.98px) {
  .p-input-btn .p-input-btn__inner .p-input-btn__in-box:before {
    width: 286px;
    height: 50px;
  }
}
.p-input-btn .p-input-btn__inner .p-input-btn__in-box input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  color: #000;
  text-align: center;
  border-radius: 12px;
  border: none;
  background-image: url(../../_assets/img/index/form-arrow.png);
  background-repeat: no-repeat;
  background-position: 306px 50%;
  background-size: 22px;
  background-color: transparent;
}
@media screen and (max-width: 999.98px) {
  .p-input-btn .p-input-btn__inner .p-input-btn__in-box input {
    background-position: 200px 50%;
  }
}

.breadcrumbs {
  padding-top: 16px;
}
.breadcrumbs a {
  color: #000;
  padding-right: 10px;
}
.breadcrumbs a.home {
  position: relative;
  padding-left: 36px;
}
.breadcrumbs a.home:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_home.png);
  width: 21.77px;
  height: 19.1px;
}
.breadcrumbs a:hover {
  opacity: 1;
  text-decoration: underline;
}
.breadcrumbs .post-post, .breadcrumbs .post-page, .breadcrumbs .post-sale-archive, .breadcrumbs .post-sale {
  position: relative;
  padding-left: 10px;
}
.breadcrumbs .post-post:before, .breadcrumbs .post-page:before, .breadcrumbs .post-sale-archive:before, .breadcrumbs .post-sale:before {
  position: absolute;
  top: 0;
  left: -21px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon_breadcrumbs_arrow.png);
  width: 19px;
  height: 19px;
  background-color: #fff;
}

.p-sub-visual {
  margin-top: 110px;
  height: 280px;
  padding: 68px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EDF2F1;
}
@media screen and (max-width: 999.98px) {
  .p-sub-visual {
    margin-top: 14.0625vw;
    height: 34.375vw;
    padding: calc((58/640)*100vw) calc((10/640)*100vw) calc((10/640)*100vw);
  }
}
.p-sub-visual.-blog {
  background-image: url(../../_assets/img/main-visual/blog.webp);
}
.p-sub-visual.-news {
  background-image: url(../../_assets/img/main-visual/news.webp);
}
.p-sub-visual.-eco-cute {
  background-image: url(../../_assets/img/main-visual/eco-cute.webp);
}

.p-sub-visual-bottom {
  padding: 6px 22px;
}
.p-sub-visual-bottom p {
  text-align: right;
}

.p-under {
  padding-bottom: 210px;
}
@media screen and (max-width: 999.98px) {
  .p-under {
    padding-bottom: 16.25vw;
  }
}
.p-under .p-under__contents {
  padding-top: 130px;
}
@media screen and (max-width: 999.98px) {
  .p-under .p-under__contents {
    padding-top: 11.5625vw;
  }
}
.p-under .p-under__nav {
  margin-top: 72px;
}
.p-under .p-under__bottom01 {
  margin-top: 145px;
}
@media screen and (max-width: 999.98px) {
  .p-under .p-under__bottom01 {
    margin-top: 14.375vw;
  }
}
.p-under .p-under__link01 {
  margin-top: 113px;
}
@media screen and (max-width: 999.98px) {
  .p-under .p-under__link01 {
    margin-top: 9.375vw;
  }
}

.swiper-box01 {
  width: 100%;
  height: 640px;
  background: #fff;
  border: 1px solid #B5B5B5;
}
@media screen and (max-width: 999.98px) {
  .swiper-box01 {
    height: 51.40625vw;
  }
}
.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: 10.9375vw;
  }
}
.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: 3.75vw;
  }
}
.p-simple .p-simple__title {
  margin-top: 56px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  color: #115EAA;
}
@media screen and (max-width: 999.98px) {
  .p-simple .p-simple__title {
    font-size: 3.90625vw;
    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: 4.375vw;
  }
}
.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: 3.28125vw;
    line-height: 1.9047619048;
  }
}
.p-simple .p-simple__text p .bold {
  font-weight: bold;
}

.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: 7.5vw;
  }
}
.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: 7.5vw;
  }
}
.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: 3.28125vw;
    line-height: 1.9047619048;
  }
}

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

.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: #115EAA;
  border: none;
  padding: 3px 7px;
  font-weight: bold;
}
.paging-box .nextpostslink, .paging-box .previouspostslink {
  border: none;
}
.paging-box .wp-pagenavi a, .paging-box .wp-pagenavi span {
  margin: 6px 8px;
}
.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-reason-card img {
  display: block;
  width: 100%;
  height: auto;
}
.p-reason-card .p-reason-card__main {
  margin-top: 16px;
}
@media screen and (max-width: 999.98px) {
  .p-reason-card .p-reason-card__main {
    margin-top: 10px;
  }
}
.p-reason-card .p-reason-card__meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 12px auto;
  grid-template-columns: 90px auto;
  gap: 0 12px;
}
@media screen and (max-width: 999.98px) {
  .p-reason-card .p-reason-card__meta {
    -ms-grid-columns: 66px auto;
    grid-template-columns: 66px auto;
  }
}
.p-reason-card .p-reason-card__title {
  font-size: 24px;
  line-height: 1.625;
  font-weight: bold;
  color: #115EAA;
}
@media screen and (max-width: 999.98px) {
  .p-reason-card .p-reason-card__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-reason-card .p-reason-card__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-reason-card .p-reason-card__text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
  }
}

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

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

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

.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: 5.46875vw;
  }
}
.p-service-unit .p-service-unit__contents .p-service-unit__name {
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.85;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-service-unit .p-service-unit__contents .p-service-unit__name {
    margin-top: 2.8125vw;
    font-size: 4.0625vw;
    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: 3.125vw;
    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: #115EAA;
  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: 5vw;
  }
}
.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: 3.28125vw;
    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: #115EAA;
}

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

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

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

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

.p-check-list li {
  position: relative;
  padding-left: 32px;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-check-list li {
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.p-check-list li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/index/icon_check.png);
}
@media screen and (max-width: 999.98px) {
  .p-check-list li:before {
    width: 13px;
    height: 13px;
  }
}

.p-blue-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 26px;
}
@media screen and (max-width: 999.98px) {
  .p-blue-disc {
    gap: 6px;
  }
}
.p-blue-disc li {
  position: relative;
  padding-left: 18px;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-blue-disc li {
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.p-blue-disc li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background: #115EAA;
  border-radius: 8px;
}
@media screen and (max-width: 999.98px) {
  .p-blue-disc li:before {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}

.p-info {
  padding: 106px 0;
  background-image: url(../../_assets/img/common/bg_info.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .p-info {
    padding-top: 15.9375vw;
    padding-bottom: 7.1875vw;
  }
}
.p-info .p-info__contents {
  position: relative;
  padding: 54px 0 58px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
          box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__contents {
    padding-top: 8.4375vw;
    padding-bottom: 6.09375vw;
    padding-left: calc((30/640)*100vw);
    padding-right: calc((30/640)*100vw);
    border-radius: calc((15/640)*100vw);
    -webkit-box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(42, 77, 27, 0.1);
            box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(42, 77, 27, 0.1);
  }
}
.p-info .p-info__contents .p-info__position {
  position: absolute;
  top: -20px;
  right: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__contents .p-info__position {
    top: calc((-93/640)*100vw);
    right: calc((-5/640)*100vw);
    width: 21.875vw;
  }
}
.p-info .p-info__title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__title {
    font-size: 5.46875vw;
    line-height: 1;
  }
}
.p-info .p-info__copy {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__copy {
    margin-top: 3.125vw;
    font-size: 3.125vw;
    line-height: 1.45;
  }
}
.p-info .p-info__list {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list {
    margin-top: 6.25vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-info .p-info__list li + li {
  border-left: 1px dashed #554646;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li + li {
    border-left: none;
    border-top: 1px dashed #554646;
  }
}
.p-info .p-info__list li {
  min-height: 144px;
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li {
    min-height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li:not(:first-child) {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info .p-info__list li:not(:last-child) {
    padding-bottom: 6.875vw;
  }
}

.p-info-card {
  position: relative;
  padding: 54px 0 58px;
  background: #EDF2F1;
  border-radius: 15px;
}
@media screen and (max-width: 999.98px) {
  .p-info-card {
    padding-top: 8.4375vw;
    padding-bottom: 6.09375vw;
    padding-left: calc((30/640)*100vw);
    padding-right: calc((30/640)*100vw);
    border-radius: calc((15/640)*100vw);
  }
}
.p-info-card .p-info-card__title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__title {
    font-size: 5.46875vw;
    line-height: 1;
  }
}
.p-info-card .p-info-card__copy {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__copy {
    margin-top: 3.125vw;
    font-size: 3.125vw;
    line-height: 1.45;
  }
}
.p-info-card .p-info-card__list {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list {
    margin-top: 6.25vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-info-card .p-info-card__list li + li {
  border-left: 1px dashed #554646;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li + li {
    border-left: none;
    border-top: 1px dashed #554646;
  }
}
.p-info-card .p-info-card__list li {
  min-height: 144px;
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li {
    min-height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li:not(:first-child) {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card .p-info-card__list li:not(:last-child) {
    padding-bottom: 6.875vw;
  }
}

.p-info-card02 {
  position: relative;
  padding: 54px 0 58px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
          box-shadow: 0 5px 15px rgba(42, 77, 27, 0.1);
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 {
    padding-top: 8.4375vw;
    padding-bottom: 6.09375vw;
    padding-left: calc((30/640)*100vw);
    padding-right: calc((30/640)*100vw);
    border-radius: calc((15/640)*100vw);
    -webkit-box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(42, 77, 27, 0.1);
            box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(42, 77, 27, 0.1);
  }
}
.p-info-card02 .p-info-card02__title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__title {
    font-size: 5.46875vw;
    line-height: 1.3142857143;
  }
}
.p-info-card02 .p-info-card02__copy {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__copy {
    margin-top: 3.125vw;
    font-size: 3.125vw;
    line-height: 1.45;
  }
}
.p-info-card02 .p-info-card02__list {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list {
    margin-top: 6.25vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-info-card02 .p-info-card02__list li + li {
  border-left: 1px dashed #554646;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li + li {
    border-left: none;
    border-top: 1px dashed #554646;
  }
}
.p-info-card02 .p-info-card02__list li {
  min-height: 144px;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li {
    min-height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li:not(:first-child) {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__list li:not(:last-child) {
    padding-bottom: 6.875vw;
  }
}

.p-icon-panel {
  padding: 30px 40px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 999.98px) {
  .p-icon-panel {
    padding: calc((28/640)*100vw) calc((30/640)*100vw);
    border-radius: calc((15/640)*100vw);
    -webkit-box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 calc((5/640)*100vw) calc((15/640)*100vw) rgba(0, 0, 0, 0.1);
  }
}
.p-icon-panel .p-icon-panel__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (188px)[3];
  grid-template-rows: repeat(3, 188px);
}
.p-icon-panel .p-icon-panel__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-icon-panel .p-icon-panel__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-icon-panel .p-icon-panel__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-icon-panel .p-icon-panel__list > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-icon-panel .p-icon-panel__list > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.p-icon-panel .p-icon-panel__list > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.p-icon-panel .p-icon-panel__list > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-icon-panel .p-icon-panel__list > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.p-icon-panel .p-icon-panel__list > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 999.98px) {
  .p-icon-panel .p-icon-panel__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: calc((192/640)*100vw) calc((222/640)*100vw) calc((222/640)*100vw) calc((222/640)*100vw) calc((222/640)*100vw);
    grid-template-rows: calc((192/640)*100vw) calc((222/640)*100vw) calc((222/640)*100vw) calc((222/640)*100vw) calc((222/640)*100vw);
  }
  .p-icon-panel .p-icon-panel__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-icon-panel .p-icon-panel__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-icon-panel .p-icon-panel__list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-icon-panel .p-icon-panel__list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-icon-panel .p-icon-panel__list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-icon-panel .p-icon-panel__list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-icon-panel .p-icon-panel__list > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-icon-panel .p-icon-panel__list > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .p-icon-panel .p-icon-panel__list > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-icon-panel .p-icon-panel__list > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
.p-icon-panel .p-icon-panel__list li:nth-child(1), .p-icon-panel .p-icon-panel__list li:nth-child(2), .p-icon-panel .p-icon-panel__list li:nth-child(3), .p-icon-panel .p-icon-panel__list li:nth-child(4), .p-icon-panel .p-icon-panel__list li:nth-child(5), .p-icon-panel .p-icon-panel__list li:nth-child(6) {
  border-bottom: 1px dashed #838383;
}
.p-icon-panel .p-icon-panel__list li:nth-child(1), .p-icon-panel .p-icon-panel__list li:nth-child(2), .p-icon-panel .p-icon-panel__list li:nth-child(4), .p-icon-panel .p-icon-panel__list li:nth-child(5), .p-icon-panel .p-icon-panel__list li:nth-child(7), .p-icon-panel .p-icon-panel__list li:nth-child(8) {
  border-right: 1px dashed #838383;
}
@media screen and (max-width: 999.98px) {
  .p-icon-panel .p-icon-panel__list li:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 999.98px) {
  .p-icon-panel .p-icon-panel__list li:nth-child(3), .p-icon-panel .p-icon-panel__list li:last-child {
    border-right: 1px dashed #838383;
  }
}
@media screen and (max-width: 999.98px) {
  .p-icon-panel .p-icon-panel__list li:not(:last-child) {
    border-bottom: 1px dashed #838383;
  }
}
@media screen and (max-width: 999.98px) {
  .p-icon-panel .p-icon-panel__list li:nth-child(n+3) {
    padding-top: 4.6875vw;
  }
}

.p-widget .p-widget__title {
  font-size: 18px;
  line-height: 1;
  color: #115EAA;
}
.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: #181818;
  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: 40.625vw;
  }
}
.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 #181818;
  color: #181818;
  -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 #181818;
}
.wp-edit h2 {
  margin: 80px 0 18px;
  display: block;
  width: 100%;
  padding: 20px 20px;
  background: #EFF6FF;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 999.98px) {
  .wp-edit h2 {
    padding: 14px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.wp-edit h3 {
  margin: 70px 0 16px;
  padding-left: 14px;
  border-left: 2px solid #115EAA;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
}
.wp-edit h4 {
  margin: 60px 0 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.wp-edit p + p {
  margin-top: 30px;
}
.wp-edit ul {
  margin-left: 24px;
}
.wp-edit ul li {
  list-style: disc;
}

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

.burger {
  position: absolute;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  background: #115EAA;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: none;
}
@media screen and (max-width: 999.98px) {
  .burger {
    display: block;
    width: 14.0625vw;
    height: 14.0625vw;
  }
}
.burger:focus {
  outline: none;
  background: #115EAA;
}
.burger .burger__text {
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .burger .burger__text {
    display: inline-block;
    margin-top: 3.125vw;
    font-size: 2.8125vw;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 999.98px) {
  .burger.open {
    position: fixed;
  }
}
.burger .x,
.burger .y,
.burger .z {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  margin: 0;
  height: 1px;
  width: 50px;
  background: #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 4px;
}
@media screen and (max-width: 999.98px) {
  .burger .x,
.burger .y,
.burger .z {
    width: 7.65625vw;
    height: 0.46875vw;
    left: calc((21/640)*100vw);
  }
}
.burger .x {
  top: 16px;
}
@media screen and (max-width: 999.98px) {
  .burger .x {
    top: calc((24/640)*100vw);
  }
}
.burger .z {
  top: 28px;
}
@media screen and (max-width: 999.98px) {
  .burger .z {
    top: calc((35/640)*100vw);
  }
}
.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: calc((24/640)*100vw);
    left: calc((21/640)*100vw);
  }
}
.burger .rotate20 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.burger .rotate30 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.burger .rotate150 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.burger .rotate45 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .rotate135 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .rotate160 {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.burger .navbar {
  height: 73px;
  background: #385e97;
}
.p-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 22px;
  /*
  li + li {
    position: relative;
    &:before{
      position: absolute;
      @include mixin.t-center();
      left: -19px;
      content: '／';
    }
  }

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

.p-sns-nav {
  padding: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .p-sns-nav {
    position: fixed;
    top: calc((18/640)*100vw);
    right: calc((80/640)*100vw);
    padding: 0 calc((40/640)*100vw);
  }
}
.p-sns-nav .p-sns-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 20px 50px;
  grid-template-columns: repeat(2, 50px);
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999.98px) {
  .p-sns-nav .p-sns-nav__list {
    gap: 0 calc((20/640)*100vw);
    -ms-grid-columns: calc((54/640)*100vw) calc((20/640)*100vw) calc((54/640)*100vw);
    grid-template-columns: repeat(2, calc((54/640)*100vw));
  }
}
.p-sns-nav .p-sns-nav__list a {
  display: block;
}
.p-sns-nav .p-sns-nav__list a img {
  display: block;
  width: 100%;
  height: auto;
}

.p-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: calc((90/640)*100vw);
    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: 8.125vw;
    padding-bottom: 31.25vw;
  }
}
.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 {
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav {
    height: auto;
  }
}
.p-gNavSP .p-gnav .p-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list li + li {
    margin-top: 6.25vw;
  }
}
.p-gNavSP .p-gnav .p-gnav__list li {
  position: relative;
  width: 110px;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list li {
    width: 100%;
    height: auto;
  }
}
.p-gNavSP .p-gnav .p-gnav__list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px dashed #EEE;
  content: "";
  height: 50.5px;
  width: 1px;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav .p-gnav__list li:before {
    display: none;
  }
}
.p-gNavSP .p-gnav .p-gnav__list li.-contact {
  padding: 10px 0;
}
.p-gNavSP .p-gnav .p-gnav__list li:last-child:before {
  display: none;
}
.p-gNavSP .p-gnav__bottom {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .p-gnav__bottom {
    display: block;
    margin-top: 7.5vw;
    padding: 0 calc((30/640)*100vw);
  }
}
.p-gNavSP .p-gNavSP__item + .p-gNavSP__item,
.p-gNavSP .menu-item + .menu-item {
  position: relative;
}
.p-gNavSP .menu-item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0 20px 20px;
  color: #333;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-gNavSP .menu-item a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: #181818;
  content: "";
}
@media screen and (max-width: 999.98px) {
  .p-gNavSP .menu-item a:before {
    left: 28px;
  }
}
@media screen and (max-width: 1200.98px) {
  .p-gNavSP .menu-item a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200.98px) and (max-width: 999.98px) {
  .p-gNavSP .menu-item a {
    white-space: nowrap;
    width: 100%;
    height: auto;
    padding: 10px 30px;
    color: #fff;
  }
}
.p-gNavSP.open {
  width: 100vw;
  height: 100vh;
}
.p-gNavSP.open .p-gNavSP__on {
  display: none;
}
.p-gNavSP.open .p-gNavSP__off {
  display: block;
}
.p-gNavSP.open .p-gNavSP__langList {
  display: none;
}
.p-gNavSP.open .p-gNavSP__wrap {
  display: block;
  visibility: visible;
  opacity: 1;
  right: 0;
  height: 100%;
}
.p-gNavSP.open .p-gNavSP__link-sp {
  z-index: 900;
}
.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%;
  }
}

.p-btn-tel {
  position: relative;
  display: block;
  background: #219563;
  border-radius: 12px 0 0 12px;
  height: 70px;
}
.p-btn-tel .p-btn-tel__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  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;
  background: #29B076;
  border-radius: 12px 0 0 12px;
}
.p-btn-tel .p-btn-tel__inner span {
  position: relative;
  padding-top: 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0;
}
.p-btn-tel .p-btn-tel__inner span:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17.69px;
  height: 20.58px;
  background-image: url(../../_assets/img/common/icon_tel02.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-blue-grid{
	padding: 32px 20px;
	background-color: #115EAA;
}
.p-blue-grid__ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: #fff;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 500;
}
.p-blue-grid__ttl::before{
	content: "";
	width: 35px;
	height: 35px;
	background: url(../img/index/icon_other.svg) no-repeat center / contain;
}
.p-blue-grid__list{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 23px 18px;
}
.p-blue-grid__item{
	width: calc((100% - 36px) / 3);
	border-radius: 10px;
	padding: 12px 20px 20px;
	background-color: #fff;
}
.p-blue-grid__item-ttl{
	margin-bottom: 8px;
	color: #115EAA;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-blue-grid__ttl::before{
		width: 30px;
		height: 30px;
	}
	.p-blue-grid__list{
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	.p-blue-grid__item{
		width: 80%;
		min-width: 268px;
	}
}

.p-image-gird img {
  display: block;
  width: 100%;
  height: auto;
}
.p-image-gird ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.bg-green {
  background: #EDF2F1;
}

.c-heading01 {
  text-align: center;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-heading01 {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.c-heading01 span {
  color: #115EAA;
  font-weight: bold;
}
.c-heading01.-center {
  text-align: center;
}

.c-heading01-white {
  text-align: center;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .c-heading01-white {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.c-heading01-white span {
  color: #FFE100;
  font-weight: bold;
}

.c-sub-title01 {
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-sub-title01 {
    font-size: 20px;
    line-height: 1.45;
  }
}
.c-sub-title01.-center {
  text-align: center;
}

.c-label01 {
  padding: 12px 5px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 999.98px) {
  .c-label01 {
    width: 254px;
    padding: 8px;
  }
}
.c-label01.-blue01 {
  background: #5293D3;
}
.c-label01.-blue02 {
  background: #1F61A2;
}

.c-icon-title {
  position: relative;
  padding-top: 48px;
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-icon-title {
    padding-top: 42px;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.c-icon-title span {
  font-weight: bold;
  color: #FFE100;
}
.c-icon-title:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 31px;
  height: 31px;
  background-image: url(../../_assets/img/index/icon_works.png);
}
@media screen and (max-width: 999.98px) {
  .c-icon-title:before {
    width: 26px;
    height: 26px;
  }
}

.c-link01, a.c-link01 {
  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: 350px;
  height: 70px;
  background: #115EAA;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-link01, a.c-link01 {
    width: 100%;
    height: 18.125vw;
    border-radius: calc((10/640)*100vw);
    font-size: 5.15625vw;
    line-height: 3;
  }
}
.c-link01:before, a.c-link01:before {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  background-image: url(../../_assets/img/common/icon_arrow01.svg);
}
@media screen and (max-width: 999.98px) {
  .c-link01:before, a.c-link01:before {
    width: 4.0625vw;
    height: 4.0625vw;
    right: calc((33/640)*100vw);
  }
}
.c-link01.-blank:before, a.c-link01.-blank:before {
  background-image: url(../../_assets/img/common/icon_blank.webp);
}

a.c-link01-return, .c-link01-return {
  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: 350px;
  height: 70px;
  background: #115EAA;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  a.c-link01-return, .c-link01-return {
    width: 100%;
    height: 18.125vw;
    border-radius: calc((10/640)*100vw);
    font-size: 5.15625vw;
    line-height: 3;
  }
}
a.c-link01-return:before, .c-link01-return:before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  background-image: url(../../_assets/img/common/icon_arrow02.svg);
}
@media screen and (max-width: 999.98px) {
  a.c-link01-return:before, .c-link01-return:before {
    width: 4.0625vw;
    height: 4.0625vw;
    left: calc((33/640)*100vw);
  }
}

.c-link02, a.c-link02 {
  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: 260px;
  height: 50px;
  background: #115EAA;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.c-link02:before, a.c-link02:before {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  background-image: url(../../_assets/img/common/icon_arrow01.svg);
}

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

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

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

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: #421F1E;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-family: "DIN Alternate", sans-serif;
}
a.c-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  content: "";
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/common/icon-arrow.svg);
  width: 26px;
  height: 26px;
}

a[href$=".xls"]:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/icon_xls.svg);
  display: inline-block;
  width: 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-box01 {
  padding: 6px 16px;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  background: #C7C7C7;
}
@media screen and (max-width: 999.98px) {
  .c-box01 {
    padding: 3px 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.c-eyes {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-eyes {
    font-size: 3.75vw;
    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: 4.0765625vw;
    height: 4.078125vw;
  }
}

.c-text01 {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-text01 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-text01.-center {
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .c-text01.-center {
    text-align: left;
  }
}

.c-side-border02 {
  text-align: center;
}
.c-side-border02 span {
  position: relative;
  padding: 0 16px;
  font-size: 20px;
  line-height: 2.25;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-side-border02 span {
    padding: 0 12px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-side-border02 span:before, .c-side-border02 span:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .c-side-border02 span:before, .c-side-border02 span:after {
    width: 8px;
    height: 18px;
  }
}
.c-side-border02 span:before {
  left: 0;
  background-image: url(../../_assets/img/index/side-border-l.png);
}
.c-side-border02 span:after {
  right: 0;
  background-image: url(../../_assets/img/index/side-border-r.png);
}

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

.ss {
  display: block;
}

.c-logo {
  width: 142px;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .c-logo {
    width: 22.03125vw;
  }
}
.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;
}

/* construction */
.p-sec-construction{
	padding-top: 50px;
	padding-bottom: 56px;
	background-color: #eff6ff;
}
@media screen and (max-width: 768px) {
	.p-sec-construction{
		padding-top: 40px;
		padding-bottom: 50px;
	}
}
.p-box-construction{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 22px auto 30px;
  line-height: 1;
}

.p-box-construction p,
.p-box-construction p span{
  font-weight: bold;
}

.p-box-construction p .marker{
  background: linear-gradient(transparent 70%, #F8EF7C 70%);
}

.p-box-construction .attention {
  position: relative;
  display: inline-block;
  font-size: 24px;
  padding: 0 10px;
  margin-bottom: 16px;
}

.p-box-construction .attention:before {
  position: absolute;
  left: -3px;
  bottom: -4px;
  content: "";
  width: 1px;
  height: 130%;
  background: #000;
  transform: rotate(-45deg);
}

.p-box-construction .attention:after {
  position: absolute;
  content: "";
  right: -3px;
  bottom: -4px;
  width: 1px;
  height: 130%;
  background: #000;
  transform: rotate(45deg);
}

.p-box-three_step{
  position: relative;
  display: flex;
  gap: 46px;
  margin-bottom: 32px;
}

.p-box-three_step .image{
  position: relative;
}

.p-box-three_step .image .label{
  position: absolute;
  bottom: -21px;
  left: 0;
  background: #F8EF7C;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 11px 13px;
}

.p-box-three_step .image .label span{
  font-weight: bold;
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .p-box-construction{
    font-size: 24px;
		line-height: 1.5;
    margin: 22px auto 26px;
  }

  .p-box-construction .attention {
    font-size: 18px;
    padding: 0 8px;
    margin-bottom: 0;
  }
  
  .p-box-construction .attention:before {
    bottom: 0px;
		height: 80%;
  }
  
  .p-box-construction .attention:after {
		bottom: 0px;
		height: 80%;
  }

  .p-box-three_step .image .label{
    left: calc(50% - 148.6px);
  }
}

.p-box-three_step div{
  max-width: 296px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-box-three_step div{
    max-width: 100%;
  }
}

.p-box-three_step .image .arrow{
  position: absolute;
  top: 66px;
  right: -35px;
}

@media screen and (max-width: 768px) {
  .p-box-three_step{
    flex-flow: column;
    gap: 54px;
  }
  .p-box-three_step .image .arrow{
    position: absolute;
    top: 255px;
    left: calc(50% - 16.5px);
  }
  .p-box-three_step .step02 .arrow{
    position: absolute;
    top: 232px;
    left: calc(50% - 16.5px);
  }
}

.p-box-three_step .text{
	font-size: 18px;
  line-height: 1.35;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.p-box-three_step .text{
		font-size: 15px;
	}
}

.p-sec-construction .p-box-beige .p-box-beige__text{
  width: 74%;
}

.p-sec-construction .p-box-beige .p-box-beige__text .text-bold{
  margin: 0px auto 13px;
}

@media screen and (max-width: 768px) {
  .p-sec-construction .p-box-beige .p-box-beige__text{
    width: 100%;
  }
}

.p-box-beige{
  display: flex;
  justify-content: space-between;
  background: #FFF2E3;
  padding: 16px 16px 16px 30px;
  border-radius: 16px;
}

.p-box-beige .p-box-beige__text{
  width: 57%;
}

.p-box-beige .p-box-beige__text p{
  line-height: 1.5;
}

.p-box-beige .p-box-beige__text .text-bold{
  font-size: 24px;
  font-weight: bold;
  margin: 8px auto;
}

.p-box-beige .p-box-beige__image{
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .p-box-beige .p-box-beige__text .text-bold{
    font-size: 24px;
    text-align: center;
  }

  .p-box-beige .p-box-beige__text{
    width: 100%;
  }

  .p-box-beige .p-box-beige__text p{
    font-size: 16px;
    line-height: 1.7;
  }

  .p-sec-construction .p-box-beige{
    flex-flow: column;
    gap: 14px;
    margin: 0 10px;
    padding: 16px 25px 20px
  }

  .p-sec-construction .p-box-beige .p-box-beige__image{
    padding: 0 41.5px;
  }

  .p-box-beige .p-box-beige__image{
    margin: 0 auto;
    padding: 0 95.5px;
  }
}

/* bg-yellow */
.p-sec-bg-yellow{
  position: relative;
  background: #FFFDE4;
  padding: 54px 26px 14px;
}

.p-sec-bg-yellow .bubble{
  position: absolute;
  top: -24px;
  left: calc(50% - 168px);
}

.p-sec-bg-yellow .text{
  width: 100%;
  max-width: 928px;
  margin: 0 auto 11px;
}

.p-sec-bg-yellow .text p{
  font-size: 14px;
  margin-left: 5px;
}

.p-sec-bg-yellow .wrap{
  width: 100%;
  max-width: 928px;
  margin: 0 auto 11px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  justify-content: space-between;
}

@media screen and (max-width: 970px) {
  .p-sec-bg-yellow .wrap{
    justify-content: normal;
  }
  .p-sec-bg-yellow .wrap .p-box-plan{
    max-width: 100%;
  }
  .p-sec-bg-yellow .wrap .p-box-plan div{
    width: 100%;
  }
}

.p-sec-bg-yellow .wrap .p-box-plan{
  max-width: 452px;
  display: flex;
  gap: 18px;
}

.p-sec-bg-yellow .wrap .p-box-plan div{
  width: 60%;
}

.p-sec-bg-yellow .wrap .p-box-plan .orange,.p-sec-bg-yellow .wrap .p-box-plan .blue,
.p-sec-bg-yellow .wrap .p-box-plan .green,.p-sec-bg-yellow .wrap .p-box-plan .brown{
  font-size: 20px;
  margin: 5px 0 20px -1.2px;
  line-height: 1;
}

.p-sec-bg-yellow .wrap .p-box-plan .orange{
  color: #EA5514;
}

.p-sec-bg-yellow .wrap .p-box-plan .blue{
  color: #036EB8;
}

.p-sec-bg-yellow .wrap .p-box-plan .green{
  color: #009944;
}

.p-sec-bg-yellow .wrap .p-box-plan .brown{
  color: #6A3906;
}

.p-sec-bg-yellow .wrap .p-box-plan p{
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-sec-bg-yellow{
    padding: 54px 18px 14px;
  }

  .p-sec-bg-yellow .wrap .p-box-plan{
    max-width: 100%;
    gap: 10px;
  }

  .p-sec-bg-yellow .wrap .p-box-plan div{
    width: 58%;
  }

  .p-sec-bg-yellow .wrap .p-box-plan .orange,.p-sec-bg-yellow .wrap .p-box-plan .blue,
  .p-sec-bg-yellow .wrap .p-box-plan .green,.p-sec-bg-yellow .wrap .p-box-plan .brown{
    font-size: 16px;
    font-weight: bold;
  }
  .p-sec-bg-yellow .wrap .p-box-plan p{
    font-size: 14px;
  }
}


.lineup{
	max-width: 980px;
	margin: 24px auto;
	padding: 48px 28px;
	background-color: #FFF2E3;
}
.lineup-ttl{
	padding: 4px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	background-color: #E96E15;
}
.lineup-block{
	margin-top: 24px;
	border-radius: 20px;
	padding: 18px 12px 40px;
	background-color: #fff;
}
.lineup-block+.lineup-block{
	padding-inline: 0;
}
.lineup-block+.lineup-block .lineup-item{
	padding: 0 24px;
}
.lineup-block+.lineup-block .lineup-item-box{
	min-height: initial;
}
.lineup-sub{
	color: #E96E15;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.lineup-list{
	margin-top: 8px;
	display: flex;
}
.lineup-item{
	padding: 0 12px;
	flex: 1;
}
.lineup-item+.lineup-item{
	background: linear-gradient(to bottom,#000 0,#000 2px,transparent 2px,transparent 4px) repeat-y left / 1px 4px;
}
.lineup-item-img{
	height: 154px;
	text-align: center;
}
.lineup-item-img img{
	width: auto;
	height: 100%;
	object-fit: contain;
}
.lineup-item-box{
	min-height: 82px;
	margin-top: -3px;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.lineup-item-ttl{
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}
.lineup-item-info{
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
}
.lineup-item-txt{
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.lineup{
		margin: 24px -9px;
	}
	.lineup-ttl{
		padding: 9px 20px;
		line-height: 1.5;
	}
	.lineup-list{
		flex-direction: column;
		gap: 12px;
	}
	.lineup-item+.lineup-item{
		background: none;
	}
	.lineup-item-box{
		min-height: 85px;
	}
}