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

:root {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  letter-spacing: 0.04em;
  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;
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-wrapper {
    width: 100%;
    max-width: none;
    padding: 0 calc((30/640)*100vw);
  }
}
@media screen and (max-width: 999.98px) {
  .l-wrapper.-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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 4000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 999.98px) {
  .p-header {
    border: none;
    height: 14.0625vw;
    background: none;
  }
}
.p-header .p-header__head {
  position: relative;
}
.p-header .p-header__head .p-header__copy {
  position: absolute;
  top: -44px;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  white-space: nowrap;
}
.p-header .p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 999.98px) {
  .p-header .p-header__wrap {
    padding: 0 calc((30/640)*100vw);
  }
}
.p-header .p-header__nav {
  height: 100%;
}
body.scrolled .p-header {
  background: #fff;
}
.top-target .p-header {
  background: none;
}

.p-footer {
  position: relative;
  overflow: hidden;
  padding: 52px 0 88px;
  background: #EDF2F1;
}
@media screen and (max-width: 999.98px) {
  .p-footer {
    padding-top: 14.0625vw;
    padding-bottom: 15.3125vw;
  }
}
.p-footer: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/common/footer_bg.webp);
  width: 1500px;
  height: 125.7px;
}
@media screen and (max-width: 999.98px) {
  .p-footer:before {
    background-image: url(../../_assets/img/common/sp/footer_bg.webp);
    width: 100%;
    height: 19.640625vw;
  }
}
.p-footer .p-footer__contents {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents {
    margin-top: 7.8125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}
.p-footer .p-footer__contents .p-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-footer .p-footer__contents .p-footer__left .p-footer__logo {
  width: 136px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__left .p-footer__logo {
    width: 27.8125vw;
  }
}
.p-footer .p-footer__contents .p-footer__left .p-footer__logo a {
  display: block;
  width: 100%;
}
.p-footer .p-footer__contents .p-footer__left .p-footer__address {
  margin-left: 34px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__left .p-footer__address {
    margin-left: 0;
    margin-top: 3.125vw;
  }
}
.p-footer .p-footer__contents .p-footer__left .p-footer__address p {
  font-size: 10px;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__left .p-footer__address p {
    font-size: 3.125vw;
    line-height: 1.65;
  }
}
.p-footer .p-footer__contents .p-footer__left .p-footer__meta {
  margin-left: 86px;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__left .p-footer__meta {
    margin-left: 0;
    margin-top: 5vw;
  }
}
.p-footer .p-footer__contents .p-footer__left .p-footer__meta p {
  font-size: 10px;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__contents .p-footer__left .p-footer__meta p {
    font-size: 3.125vw;
    line-height: 1.65;
  }
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__sns {
    width: 100%;
  }
  .p-footer .p-footer__sns img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.p-footer .p-footer__copy {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #B7B7B7;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__copy {
    margin-top: 7.96875vw;
    padding-top: 5.9375vw;
    text-align: center;
  }
}
.p-footer .p-footer__copy small {
  font-size: 13px;
  line-height: 1.7692307692;
  left: 0;
  font-weight: 300;
}
@media screen and (max-width: 999.98px) {
  .p-footer .p-footer__copy small {
    font-size: 12px;
    line-height: 1.9166666667;
  }
}

.footer__goTop {
  position: fixed;
  right: 30px;
  bottom: -8px;
  width: 72px;
  z-index: 2000;
}
@media screen and (max-width: 999.98px) {
  .footer__goTop {
    right: 20px;
    bottom: calc((24/640)*100vw);
    width: 11.25vw;
  }
}
.footer__goTop .c-gotop-btn {
  width: 72px;
}
.footer__goTop .c-gotop-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.p-total-visual {
  position: relative;
  margin-top: 75px;
  height: calc(100vh - 75px);
}
@media screen and (max-width: 999.98px) {
  .p-total-visual {
    margin-top: 14.0625vw;
  }
}
.p-total-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.p-total-visual .p-total-visual__bg {
  height: calc(100vh - 75px);
}
@media screen and (max-width: 999.98px) {
  .p-total-visual .p-total-visual__bg {
    height: calc(100vh - 14.0625vw);
  }
}
.p-total-visual .p-total-visual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-total-visual .p-total-visual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 51.6vw;
}
@media screen and (max-width: 999.98px) {
  .p-total-visual .p-total-visual__text {
    width: 100%;
  }
}
.p-total-visual .p-total-visual__credit {
  position: absolute;
  bottom: calc((20/1500)*100vw);
  right: calc((30/1500)*100vw);
}
@media screen and (max-width: 999.98px) {
  .p-total-visual .p-total-visual__credit {
    display: none;
  }
}
.p-total-visual .p-total-visual__credit p {
  font-size: 1.0666666667vw;
  line-height: 1.5;
  text-align: right;
  color: #fff;
}

.p-main-visual {
  margin-top: 75px;
}
@media screen and (max-width: 999.98px) {
  .p-main-visual {
    margin-top: 14.0625vw;
  }
}

.p-view-group {
  position: relative;
  margin-top: 144px;
  z-index: 100;
}
.p-view-group img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999.98px) {
  .p-view-group {
    margin-top: 60px;
  }
}

.p-visual-box {
  position: relative;
  height: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .p-visual-box {
    height: auto;
  }
}
.p-visual-box .p-visual-box__image {
  position: relative;
  width: 66.6666666667vw;
  height: 690px;
}
@media screen and (max-width: 999.98px) {
  .p-visual-box .p-visual-box__image {
    width: 100%;
    height: auto;
  }
}
.p-visual-box .p-visual-box__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999.98px) {
  .p-visual-box .p-visual-box__image img {
    height: auto;
  }
}
.p-visual-box .p-visual-box__image .p-visual-box__position {
  position: absolute;
  bottom: 64px;
  right: 20px;
  color: #fff;
  font-size: 2.3333333333vw;
  line-height: 1;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-visual-box .p-visual-box__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-visual-box .p-visual-box__contents {
    display: none;
  }
}
.p-visual-box .p-visual-box__contents .p-visual-box__copy img {
  display: block;
  width: 100%;
  height: auto;
}
.p-visual-box .p-visual-box__contents.-part01 {
  padding-top: 72px;
}
.p-visual-box .p-visual-box__contents.-part01 .p-visual-box__copy {
  width: 732px;
}
.p-visual-box .p-visual-box__contents.-part02 {
  padding-top: 126px;
}
.p-visual-box .p-visual-box__contents.-part02 .p-visual-box__copy {
  width: 644px;
}

/*
 background-image: url(../../_assets/img/index/webp/obsession_main.webp);
 @media screen and (max-width: 999.98px) {
      margin-top: 40px;
    }
 */
.p-post-list {
  border-bottom: 1px solid #B7B7B7;
}
.p-post-list li {
  border-top: 1px solid #B7B7B7;
}

.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-bottom: 144px;
  overflow: hidden;
}
@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__inner {
  padding: 114px 0 130px;
  background-image: url(../../_assets/img/index/sec-important_bg02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec-important .sec-important__copy {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .sec-important .sec-important__copy {
    margin-top: 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;
  }
}

.bnr-new-wrap .bnr-new-item + .bnr-new-item {
  margin-top: 60px;
}
@media screen and (max-width: 999.98px) {
  .bnr-new-wrap .bnr-new-item + .bnr-new-item {
    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-base-dl {
  border-bottom: 1px solid #000;
}
.p-base-dl dl {
  border-top: 1px solid #000;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px auto;
  grid-template-columns: 250px auto;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 999.98px) {
  .p-base-dl dl {
    -ms-grid-columns: calc((185/640)*100vw) auto;
    grid-template-columns: calc((185/640)*100vw) auto;
    font-size: 3.28125vw;
    line-height: 1.9047619048;
  }
}
.p-base-dl dl dt {
  padding: 20px;
  background: #EDF2F1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-base-dl dl dt {
    padding: calc((20/640)*100vw);
  }
}
.p-base-dl dl dd {
  padding: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-base-dl dl dd {
    padding: calc((20/640)*100vw);
  }
}

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

.p-contact-dl {
  border-top: 1px dashed #554646;
}
.p-contact-dl dl {
  padding: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px auto;
  grid-template-columns: 280px auto;
  border-bottom: 1px dashed #554646;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: calc((32/640)*100vw) 0;
    gap: calc((16/640)*100vw) 0;
  }
}
.p-contact-dl dl dt {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl dl dt {
    padding-left: 0;
    gap: 0 calc((20/640)*100vw);
  }
}
.p-contact-dl dl dd {
  font-size: 15px;
  line-height: 1.6666666667;
  padding-right: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl dl dd {
    padding-right: 0;
    font-size: 3.59375vw;
    line-height: 2.0869565217;
  }
}
.p-contact-dl dl dd input {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #A5A5A5;
  border-radius: 6px;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl dl dd input {
    padding: calc((10/640)*100vw) calc((20/640)*100vw);
    font-size: 3.59375vw;
    line-height: 2.0869565217;
  }
}
.p-contact-dl dl dd textarea {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #A5A5A5;
  border-radius: 6px;
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl dl dd textarea {
    padding: calc((10/640)*100vw) calc((20/640)*100vw);
    font-size: 3.59375vw;
    line-height: 2.0869565217;
  }
}
.p-contact-dl dl dd .checkes input[type=checkbox] {
  display: none;
}
.p-contact-dl dl dd .checkes input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.p-contact-dl dl dd .checkes input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.p-contact-dl dl dd .checkes input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #0d47a1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.p-contact-dl dl dd .checkes input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-contact-dl .p-contact-dl__input {
  position: relative;
  margin-top: 60px;
}
.p-contact-dl .p-contact-dl__input:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100;
}
.p-contact-dl .p-contact-dl__input.is-check:before {
  display: none;
}
.p-contact-dl .p-contact-dl__input.is-check input {
  cursor: pointer;
  opacity: 1;
  background: #1AA6A5;
  background-image: url(../../_assets/img/common/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: 314px center;
  background-size: 16px 16px;
}
.p-contact-dl .p-contact-dl__input p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-dl .p-contact-dl__input input {
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 70px;
  background: #333;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  background-image: url(../../_assets/img/common/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: 314px center;
  background-size: 16px 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* ▼テキストエリアのサイズ */
}
@media screen and (max-width: 999.98px) {
  .p-contact-dl .p-contact-dl__input input {
    width: 100%;
    height: 18.125vw;
    border-radius: calc((10/640)*100vw);
    font-size: 5.15625vw;
    line-height: 3;
    background-size: 4.0625vw 4.0625vw;
    background-position: calc((523/640)*100vw) center;
  }
}
.p-contact-dl .p-contact-dl__input .wpcf7-spinner {
  position: absolute;
}

.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: 75px;
  height: 280px;
  padding: 58px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../../_assets/img/main-visual/sub_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@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);
    background-image: url(../../_assets/img/main-visual/sp/sub_bg.webp);
  }
}

.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 {
  overflow: hidden;
  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: #1AA6A5;
}
@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: #1AA6A5;
  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-icon-card01, a.p-icon-card01 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2777777778;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-icon-card01, a.p-icon-card01 {
    padding-top: 13.75vw;
    font-size: 2.8125vw;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
.p-icon-card01:hover, a.p-icon-card01:hover {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #1AA6A5;
}
.p-icon-card01:before, a.p-icon-card01:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  width: 92px;
  height: 90px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .p-icon-card01:before, a.p-icon-card01:before {
    width: 12.9375vw;
    height: 12.65625vw;
  }
}
.p-icon-card01.-sale:before, a.p-icon-card01.-sale:before {
  background-image: url(../../_assets/img/index/icon_sale.png);
}
.p-icon-card01.-sale:hover:before, a.p-icon-card01.-sale:hover:before {
  background-image: url(../../_assets/img/index/icon_sale_hover.png);
}
.p-icon-card01.-purchase:before, a.p-icon-card01.-purchase:before {
  background-image: url(../../_assets/img/index/icon_purchase.webp);
}
.p-icon-card01.-purchase:hover:before, a.p-icon-card01.-purchase:hover:before {
  background-image: url(../../_assets/img/index/icon_purchase_hover.webp);
}
.p-icon-card01.-management:before, a.p-icon-card01.-management:before {
  background-image: url(../../_assets/img/index/icon_management.webp);
}
.p-icon-card01.-management:hover:before, a.p-icon-card01.-management:hover:before {
  background-image: url(../../_assets/img/index/icon_management_hover.webp);
}
.p-icon-card01.-investment:before, a.p-icon-card01.-investment:before {
  background-image: url(../../_assets/img/index/icon_investment.png);
}
.p-icon-card01.-investment:hover:before, a.p-icon-card01.-investment:hover:before {
  background-image: url(../../_assets/img/index/icon_investment_hover.png);
}
.p-icon-card01.-lawyer:before, a.p-icon-card01.-lawyer:before {
  background-image: url(../../_assets/img/index/icon_lawyer.png);
}
.p-icon-card01.-lawyer:hover:before, a.p-icon-card01.-lawyer:hover:before {
  background-image: url(../../_assets/img/index/icon_lawyer_hover.png);
}
.p-icon-card01.-planner:before, a.p-icon-card01.-planner:before {
  background-image: url(../../_assets/img/index/icon_planner.png);
}
.p-icon-card01.-planner:hover:before, a.p-icon-card01.-planner:hover:before {
  background-image: url(../../_assets/img/index/icon_planner_hover.png);
}
.p-icon-card01.-empty-house:before, a.p-icon-card01.-empty-house:before {
  background-image: url(../../_assets/img/index/icon_empty-house.png);
}
.p-icon-card01.-empty-house:hover:before, a.p-icon-card01.-empty-house:hover:before {
  background-image: url(../../_assets/img/index/icon_empty-house_hover.png);
}
.p-icon-card01.-sale02:before, a.p-icon-card01.-sale02:before {
  background-image: url(../../_assets/img/index/icon_sale02.png);
}
.p-icon-card01.-sale02:hover:before, a.p-icon-card01.-sale02:hover:before {
  background-image: url(../../_assets/img/index/icon_sale02_hover.png);
}
.p-icon-card01.-reform:before, a.p-icon-card01.-reform:before {
  background-image: url(../../_assets/img/index/icon_reform.png);
}
.p-icon-card01.-reform:hover:before, a.p-icon-card01.-reform:hover:before {
  background-image: url(../../_assets/img/index/icon_reform_hover.png);
}

.p-works-card01 {
  display: block;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works-card01 .p-works-card01__sub {
  position: relative;
  width: 100%;
  height: 175px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__sub {
    border-radius: calc((10/640)*100vw) calc((10/640)*100vw) 0 0;
    height: 28.75vw;
  }
}
.p-works-card01 .p-works-card01__sub img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__sub img {
    border-radius: calc((10/640)*100vw) calc((10/640)*100vw) 0 0;
  }
}
.p-works-card01 .p-works-card01__sub .p-works-card01__category {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 10px;
  border-radius: 0 0 10px 0;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__sub .p-works-card01__category {
    padding: calc((14/640)*100vw);
    font-size: 2.34375vw;
    line-height: 1.6;
    border-radius: 0 0 calc((10/640)*100vw) 0;
  }
}
.p-works-card01 .p-works-card01__sub .p-works-card01__category.-constrained {
  background: #1AA6A5;
}
.p-works-card01 .p-works-card01__sub .p-works-card01__category.-buy {
  background: #E38C00;
}
.p-works-card01 .p-works-card01__main {
  padding: 18px;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  height: calc(100% - 175px);
  background: #fff;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__main {
    padding: calc((12/640)*100vw) calc((20/640)*100vw) calc((20/640)*100vw);
    -webkit-box-shadow: 0 calc((3/640)*100vw) calc((13/640)*100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 calc((3/640)*100vw) calc((13/640)*100vw) rgba(0, 0, 0, 0.1);
    border-radius: 0 0 calc((10/640)*100vw) calc((10/640)*100vw);
    height: 100%;
  }
}
.p-works-card01 .p-works-card01__title {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__title {
    font-size: 2.8125vw;
    line-height: 1.3333333333;
  }
}
.p-works-card01 .p-works-card01__land {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__land {
    font-size: 4.84375vw;
    line-height: 1.8064516129;
  }
}
.p-works-card01 .p-works-card01__place01 {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__place01 {
    margin-top: 1.875vw;
    font-size: 2.65625vw;
    line-height: 1.4705882353;
  }
}
.p-works-card01 .p-works-card01__place02 {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__place02 {
    font-size: 2.65625vw;
    line-height: 1.4705882353;
  }
}
.p-works-card01 .p-works-card01__place {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__place {
    margin-top: 1.5625vw;
    font-size: 3.75vw;
    line-height: 1;
  }
}
.p-works-card01 .p-works-card01__place span {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__place span {
    font-size: 5.3125vw;
    line-height: 1;
  }
}
.p-works-card01 .p-works-card01__land-num {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__land-num {
    margin-top: 1.875vw;
    font-size: 2.65625vw;
    line-height: 1.1764705882;
  }
}
.p-works-card01 .p-works-card01__other {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 999.98px) {
  .p-works-card01 .p-works-card01__other {
    margin-top: 1.875vw;
    font-size: 2.65625vw;
    line-height: 1.1764705882;
  }
}

a.p-blog-card01, .p-blog-card01 {
  display: block;
  height: 100%;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01, .p-blog-card01 {
    border-radius: calc((15/640)*100vw);
  }
}
a.p-blog-card01 .p-blog-card01__sub, .p-blog-card01 .p-blog-card01__sub {
  width: 100%;
  height: 175px;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-blog-card01__sub, .p-blog-card01 .p-blog-card01__sub {
    height: 28.4375vw;
  }
}
a.p-blog-card01 .p-blog-card01__sub img, .p-blog-card01 .p-blog-card01__sub img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-blog-card01__sub img, .p-blog-card01 .p-blog-card01__sub img {
    border-radius: calc((15/640)*100vw) calc((15/640)*100vw) 0 0;
  }
}
a.p-blog-card01 .p-blog-card01__main, .p-blog-card01 .p-blog-card01__main {
  padding: 20px 18px;
  border-top: 1px solid #D5D5D5;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-blog-card01__main, .p-blog-card01 .p-blog-card01__main {
    padding: calc((20/640)*100vw) calc((18/640)*100vw);
  }
}
a.p-blog-card01 .p-blog-card01__meta01, .p-blog-card01 .p-blog-card01__meta01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
}
a.p-blog-card01 .p-blog-card01__meta01 .p-blog-card01__date, .p-blog-card01 .p-blog-card01__meta01 .p-blog-card01__date {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-blog-card01__meta01 .p-blog-card01__date, .p-blog-card01 .p-blog-card01__meta01 .p-blog-card01__date {
    font-size: 2.34375vw;
    line-height: 1;
  }
}
a.p-blog-card01 .p-blog-card01__meta01 .c-light-mark, .p-blog-card01 .p-blog-card01__meta01 .c-light-mark {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 68px;
  height: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  background: #E38C00;
  border-radius: 25px;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-blog-card01__meta01 .c-light-mark, .p-blog-card01 .p-blog-card01__meta01 .c-light-mark {
    width: 10.625vw;
    height: 3.90625vw;
    font-size: 1.875vw;
    line-height: 1;
  }
}
a.p-blog-card01 .p-blog-card01__category, .p-blog-card01 .p-blog-card01__category {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-blog-card01__category, .p-blog-card01 .p-blog-card01__category {
    margin-top: 1.25vw;
    gap: calc((14/640)*100vw);
  }
}
a.p-blog-card01 .p-category, .p-blog-card01 .p-category {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-category, .p-blog-card01 .p-category {
    margin-top: 1.25vw;
    font-size: 2.34375vw;
    line-height: 1.8;
  }
}
a.p-blog-card01 .p-blog-card01__title, .p-blog-card01 .p-blog-card01__title {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-blog-card01__title, .p-blog-card01 .p-blog-card01__title {
    font-size: 2.34375vw;
    line-height: 1.8;
  }
}
a.p-blog-card01 .p-blog-card01__link, .p-blog-card01 .p-blog-card01__link {
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-blog-card01__link, .p-blog-card01 .p-blog-card01__link {
    font-size: 2.34375vw;
    line-height: 1.8;
  }
}
a.p-blog-card01 .p-blog-card01__link span, .p-blog-card01 .p-blog-card01__link span {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-blog-card01__link span, .p-blog-card01 .p-blog-card01__link span {
    padding-left: calc((20/640)*100vw);
  }
}
a.p-blog-card01 .p-blog-card01__link span:before, .p-blog-card01 .p-blog-card01__link span:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 14px;
  background-image: url(../../_assets/img/page/blog/icon_pen.png);
}
@media screen and (max-width: 999.98px) {
  a.p-blog-card01 .p-blog-card01__link span:before, .p-blog-card01 .p-blog-card01__link span:before {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}

.p-pdf-card01 .p-pdf-card01__head {
  position: relative;
  border-radius: 10px;
  padding: 18px 10px 0;
  min-height: 108px;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head {
    padding: calc((24/640)*100vw) calc((20/640)*100vw);
    border-radius: calc((10/640)*100vw);
    min-height: calc((195/640)*100vw);
  }
}
.p-pdf-card01 .p-pdf-card01__head .text01 {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-weight: bold;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head .text01 {
    font-size: 4.84375vw;
    line-height: 1.5806451613;
  }
}
.p-pdf-card01 .p-pdf-card01__head .text01 span {
  padding: 4px 8px;
  background: #F06A78;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head .text01 span {
    padding: calc((8/640)*100vw) calc((12/640)*100vw);
    border-radius: calc((10/640)*100vw);
  }
}
.p-pdf-card01 .p-pdf-card01__head .text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}
.p-pdf-card01 .p-pdf-card01__head .text02 .type01 {
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head .text02 .type01 {
    font-size: 3.125vw;
    line-height: 1.45;
  }
}
.p-pdf-card01 .p-pdf-card01__head .text02 .type02 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head .text02 .type02 {
    font-size: 5.46875vw;
    line-height: 1;
  }
}
.p-pdf-card01 .p-pdf-card01__head .text02 .textwrap {
  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;
}
.p-pdf-card01 .p-pdf-card01__head .text02 .type03 {
  margin-top: 6px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head .text02 .type03 {
    margin-top: 2.8125vw;
    font-size: 2.96875vw;
    line-height: 1;
  }
}
.p-pdf-card01 .p-pdf-card01__head .text02 .type04 {
  margin-top: 10px;
  display: inline-block;
  font-size: 33px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head .text02 .type04 {
    margin-top: 1.875vw;
    font-size: 9.0625vw;
    line-height: 1;
  }
}
.p-pdf-card01 .p-pdf-card01__head .text03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}
.p-pdf-card01 .p-pdf-card01__head .text03 .type01 {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head .text03 .type01 {
    font-size: 3.59375vw;
    line-height: 1;
  }
}
.p-pdf-card01 .p-pdf-card01__head .text03 .type02 {
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head .text03 .type02 {
    font-size: 4.0625vw;
    line-height: 1.4615384615;
  }
}
.p-pdf-card01 .p-pdf-card01__head .text03 .textwrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head .text03 .textwrap {
    margin-top: 2.5vw;
  }
}
.p-pdf-card01 .p-pdf-card01__head .text03 .type03 {
  margin-top: 6px;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head .text03 .type03 {
    margin-top: 1.875vw;
    font-size: 5.9375vw;
    line-height: 1;
  }
}
.p-pdf-card01 .p-pdf-card01__head.-bg-pink {
  background: #F7EDF1;
}
.p-pdf-card01 .p-pdf-card01__head.-bg-pink:before {
  background-image: url(../../_assets/img/index/three_pink.svg);
}
.p-pdf-card01 .p-pdf-card01__head.-bg-gray {
  background: #F1F1EF;
}
.p-pdf-card01 .p-pdf-card01__head.-bg-gray:before {
  background-image: url(../../_assets/img/index/three_gray.svg);
}
.p-pdf-card01 .p-pdf-card01__head.-bg-green {
  background: #EDF2F1;
}
.p-pdf-card01 .p-pdf-card01__head.-bg-green:before {
  background-image: url(../../_assets/img/index/three_green.svg);
}
.p-pdf-card01 .p-pdf-card01__head:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
  width: 27px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__head:before {
    bottom: calc((-28/640)*100vw);
    width: 8.4375vw;
    height: 8.125vw;
  }
}
.p-pdf-card01 .p-pdf-card01__contents {
  height: 454px;
}
@media screen and (max-width: 999.98px) {
  .p-pdf-card01 .p-pdf-card01__contents {
    height: 129.0625vw;
  }
}
.p-pdf-card01 .p-pdf-card01__contents img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.p-contact .p-contact__copy + .p-contact__head {
  margin-top: 26px;
}
@media screen and (max-width: 999.98px) {
  .p-contact .p-contact__copy + .p-contact__head {
    margin-top: 18px;
  }
}
.p-contact .p-contact__copy {
  text-align: center;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #1AA6A5;
}
@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: #1AA6A5;
  -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 #1AA6A5;
}
.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: #1AA6A5;
}
.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 #1AA6A5;
}
.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: #333;
}
.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: #1AA6A5;
  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: #1AA6A5;
}

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

.p-blog-detail h2 {
  font-size: 28px;
  line-height: 1.7142857143;
  font-weight: bold;
  color: #444950;
  border-bottom: 2px solid #444950;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail h2 {
    font-size: 4.375vw;
    line-height: 1.7142857143;
  }
}
.p-blog-detail .p-blog-head .p-blog-head__date {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-blog-head .p-blog-head__date {
    font-size: 3.28125vw;
    line-height: 1;
  }
}
.p-blog-detail .p-blog-head .c-light-mark {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 68px;
  height: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  background: #E38C00;
  border-radius: 25px;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-blog-head .c-light-mark {
    width: 15.9375vw;
    height: 5.9375vw;
    font-size: 3.125vw;
    line-height: 1;
  }
}
.p-blog-detail .p-blog-head .p-blog-head__item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.p-blog-detail .p-blog-head .p-blog-head__item02 {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-blog-detail .p-blog-head .p-blog-head__item03 {
  margin-top: 30px;
}
.p-blog-detail .p-blog-head .p-blog-head__item03 h2, .p-blog-detail .p-blog-head .p-blog-head__item03 h3, .p-blog-detail .p-blog-head .p-blog-head__item03 h4, .p-blog-detail .p-blog-head .p-blog-head__item03 h5 {
  letter-spacing: 0;
}
.p-blog-detail .p-blog-comments {
  margin-top: 100px;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-blog-comments {
    margin-top: 9.375vw;
  }
}
.p-blog-detail .p-com + .p-com {
  margin-top: 42px;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-com + .p-com {
    margin-top: 6.5625vw;
  }
}
.p-blog-detail .p-people-icon001 .p-people-icon001__image {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-people-icon001 .p-people-icon001__image {
    width: 17.1875vw;
    height: 17.1875vw;
  }
}
.p-blog-detail .p-people-icon001 .p-people-icon001__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 120px;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-people-icon001 .p-people-icon001__image img {
    border-radius: calc((110/640)*100vw);
  }
}
.p-blog-detail .p-people-icon001 .p-people-icon001__name {
  margin-top: 5px;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-people-icon001 .p-people-icon001__name {
    margin-top: 0.78125vw;
    font-size: 1.875vw;
    line-height: 2;
  }
}
.p-blog-detail .p-com {
  display: -ms-grid;
  display: grid;
  gap: 0 40px;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-com {
    gap: 0 calc((28/640)*100vw);
  }
}
.p-blog-detail .p-com.left {
  -ms-grid-columns: 120px auto;
  grid-template-columns: 120px auto;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-com.left {
    -ms-grid-columns: calc((110/640)*100vw) auto;
    grid-template-columns: calc((110/640)*100vw) auto;
  }
}
.p-blog-detail .p-com.left .p-comment-box {
  position: relative;
  padding: 15px;
  width: 100%;
  color: #333;
  font-size: 16px;
  background: #DCF2F2;
  border: solid 3px #BEBEBE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-com.left .p-comment-box {
    padding: calc((22/640)*100vw);
    font-size: 3.28125vw;
    line-height: 1.9047619048;
  }
}
.p-blog-detail .p-com.left .p-comment-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #DCF2F2;
  z-index: 2;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-com.left .p-comment-box:before {
    top: 24%;
  }
}
.p-blog-detail .p-com.left .p-comment-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #BEBEBE;
  z-index: 1;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-com.left .p-comment-box:after {
    top: 24%;
  }
}
.p-blog-detail .p-com.right {
  -ms-grid-columns: auto 120px;
  grid-template-columns: auto 120px;
      grid-template-areas: "main icon";
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-com.right {
    -ms-grid-columns: auto calc((110/640)*100vw);
    grid-template-columns: auto calc((110/640)*100vw);
  }
}
.p-blog-detail .p-com.right .p-comment-box {
  position: relative;
  padding: 15px;
  width: 100%;
  color: #333;
  font-size: 16px;
  background: #fff;
  border: solid 3px #BEBEBE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-com.right .p-comment-box {
    padding: calc((22/640)*100vw);
    font-size: 3.28125vw;
    line-height: 1.9047619048;
  }
}
.p-blog-detail .p-com.right .p-comment-box:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-com.right .p-comment-box:before {
    top: 24%;
  }
}
.p-blog-detail .p-com.right .p-comment-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #BEBEBE;
  z-index: 1;
}
@media screen and (max-width: 999.98px) {
  .p-blog-detail .p-com.right .p-comment-box:after {
    top: 24%;
  }
}
.p-blog-detail .p-com.right .p-com__icon {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: icon;
}
.p-blog-detail .p-com.right .p-com__contents {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: main;
}

.p-custom-tag {
  margin: 20px 0;
}
.p-custom-tag .p-custom-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 14px;
}
.p-custom-tag .p-custom-tag__list a {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

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

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

.p-works-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 14px;
}
@media screen and (max-width: 999.98px) {
  .p-works-category ul {
    gap: calc((16 / 640) * 100vw);
  }
}
.p-info {
  padding: 106px 0;
  background-image: url(../../_assets/img/common/bg_info.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .p-info {
    padding-top: 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;
  font-weight: bold;
}
@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;
}
.p-info-card02 .p-info-card02__copy span {
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-info-card02 .p-info-card02__copy {
    margin-top: 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: #1AA6A5;
}
.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: #333;
  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 #333;
  color: #333;
  -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 #333;
}
.wp-edit h2 {
  margin: 80px 0 18px;
  display: block;
  width: 100%;
  padding: 20px 20px;
  background: #E38C00;
  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 #1AA6A5;
  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: #1AA6A5;
  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: #1AA6A5;
}
.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: #333;
  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 10px;
}
@media screen and (max-width: 999.98px) {
  .p-sns-nav {
    position: fixed;
    top: calc((18/640)*100vw);
    right: calc((80/640)*100vw);
    padding: 0 calc((40/640)*100vw);
  }
}
.p-sns-nav .p-sns-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37px 12px 37px;
  grid-template-columns: repeat(2, 37px);
  gap: 0 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999.98px) {
  .p-sns-nav .p-sns-nav__list {
    gap: 0 calc((20/640)*100vw);
    -ms-grid-columns: calc((54/640)*100vw) calc((20/640)*100vw) calc((54/640)*100vw);
    grid-template-columns: repeat(2, calc((54/640)*100vw));
  }
}
.p-sns-nav .p-sns-nav__list a {
  display: block;
}
.p-sns-nav .p-sns-nav__list a img {
  display: block;
  width: 100%;
  height: auto;
}

.p-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: #333;
  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%;
  }
}

.c-icon-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  .c-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    font-size: 5vw;
    line-height: 1;
  }
}
.c-icon-box:before {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(40px *0.9);
  height: calc(31px *0.9);
}
@media screen and (max-width: 999.98px) {
  .c-icon-box:before {
    display: none;
  }
}
.c-icon-box.-home:before {
  width: 34px;
  background-image: url(../../_assets/img/common/img_nav01_home_off@2x.png);
}
.c-icon-box.-features:before {
  background-image: url(../../_assets/img/common/img_nav01_off@2x.png);
}
.c-icon-box.-service:before {
  background-image: url(../../_assets/img/common/img_nav02_off@2x.png);
}
.c-icon-box.-buy:before {
  background-image: url(../../_assets/img/common/img_nav03_off@2x.png);
}
.c-icon-box.-news:before {
  background-image: url(../../_assets/img/common/img_nav04_off@2x.png);
}
.c-icon-box.-about:before {
  background-image: url(../../_assets/img/common/img_nav05_off@2x.png);
}
.c-icon-box.-blog:before {
  width: 26.18px;
  background-image: url(../../_assets/img/common/img_blog_off.png);
}
.c-icon-box:hover {
  color: #1AA6A5;
  opacity: 1;
}
.c-icon-box:hover.-home:before {
  background-image: url(../../_assets/img/common/img_nav01_home_on@2x.png);
}
.c-icon-box:hover.-features:before {
  background-image: url(../../_assets/img/common/img_nav01_on@2x.png);
}
.c-icon-box:hover.-service:before {
  background-image: url(../../_assets/img/common/img_nav02_on@2x.png);
}
.c-icon-box:hover.-buy:before {
  background-image: url(../../_assets/img/common/img_nav03_on@2x.png);
}
.c-icon-box:hover.-news:before {
  background-image: url(../../_assets/img/common/img_nav04_on@2x.png);
}
.c-icon-box:hover.-about:before {
  background-image: url(../../_assets/img/common/img_nav05_on@2x.png);
}
.c-icon-box:hover.-blog:before {
  background-image: url(../../_assets/img/common/img_blog_on.png);
}

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

.p-icon-box01 .p-icon-box01__head .p-icon-box01__icon {
  margin: auto;
  min-height: 46px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__head .p-icon-box01__icon {
    min-height: calc((70/640)*100vw);
  }
}
.p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-tel {
  width: 25.6px;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-tel {
    width: 5.3125vw;
  }
}
.p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-fly {
  width: 30.7px;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__head .p-icon-box01__icon.-fly {
    width: 6.3875vw;
  }
}
.p-icon-box01 .p-icon-box01__text {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #444950;
}
.p-icon-box01 .p-icon-box01__text a {
  color: #444950;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__text {
    font-size: 4.375vw;
    line-height: 1;
  }
}
.p-icon-box01 .p-icon-box01__text.-large {
  font-size: 38px;
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__text.-large {
    font-size: 7.65625vw;
    line-height: 1;
  }
}
.p-icon-box01 .p-icon-box01__meta {
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__meta {
    margin-top: 1.25vw;
    font-size: 2.96875vw;
    line-height: 1.7368421053;
  }
}
.p-icon-box01 .p-icon-box01__link {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-icon-box01 .p-icon-box01__link {
    margin-top: 4.0625vw;
  }
}

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

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

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

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

.bg-green {
  background: #EDF2F1;
}

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

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

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

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

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

.c-center-heading01 {
  position: relative;
  padding-top: 50px;
  text-align: center;
  font-size: 35px;
  line-height: 1.7142857143;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-center-heading01 {
    padding-top: 7.8125vw;
    font-size: 4.6875vw;
    line-height: 1.7;
  }
}
.c-center-heading01 span {
  margin-right: 16px;
  padding: 12px 0 12px 12px;
  border-radius: 10px;
  background: #1AA6A5;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .c-center-heading01 span {
    margin-right: calc((10/640)*100vw);
    padding: calc((12/640)*100vw) 0 calc((12/640)*100vw) calc((12/640)*100vw);
  }
}
.c-center-heading01:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42.75px;
  height: 39.49px;
  background-image: url(../../_assets/img/index/icon_home.webp);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .c-center-heading01:before {
    width: 6.01171875vw;
    height: 5.55328125vw;
  }
}
.c-center-heading01.-icon02:before {
  width: 48.6px;
  height: 38.63px;
  background-image: url(../../_assets/img/index/icon_building.webp);
}
@media screen and (max-width: 999.98px) {
  .c-center-heading01.-icon02:before {
    width: 6.834375vw;
    height: 5.43234375vw;
  }
}

.icon-heading02 {
  position: relative;
  padding-left: 76px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .icon-heading02 {
    padding-left: calc((72/640)*100vw);
    font-size: 5.46875vw;
    line-height: 1.2;
  }
}
.icon-heading02:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.icon-heading02.-buy:before {
  width: 43.35px;
  height: 42.98px;
  background-image: url(../../_assets/img/common/icon_buy.webp);
}
@media screen and (max-width: 999.98px) {
  .icon-heading02.-buy:before {
    width: 6.7734375vw;
    height: 6.715625vw;
  }
}
.icon-heading02.-blog:before {
  width: 42.75px;
  height: 39.49px;
  background-image: url(../../_assets/img/main-visual/blog_icon.webp);
}
@media screen and (max-width: 999.98px) {
  .icon-heading02.-blog:before {
    width: 6.6796875vw;
    height: 6.1703125vw;
  }
}
.icon-heading02.-news:before {
  width: 55.6px;
  height: 34.14px;
  background-image: url(../../_assets/img/common/icon_news.webp);
}
@media screen and (max-width: 999.98px) {
  .icon-heading02.-news:before {
    width: 8.6875vw;
    height: 5.334375vw;
  }
}
.icon-heading02.-works:before {
  width: 54.39px;
  height: 39.72px;
  background-image: url(../../_assets/img/common/icon_works.webp);
}
@media screen and (max-width: 999.98px) {
  .icon-heading02.-works:before {
    width: 8.4984375vw;
    height: 6.20625vw;
  }
}

.c-heading01 {
  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;
}
.c-heading01 .en {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  color: #757575;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .c-heading01 .en {
    font-size: 32px;
    line-height: 1.3125;
  }
}
.c-heading01 .ja {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999.98px) {
  .c-heading01 .ja {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.c-visual-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-visual-heading .en {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-shadow: 1px 1px 0 #333;
  text-transform: capitalize;
}
@media screen and (max-width: 999.98px) {
  .c-visual-heading .en {
    font-size: 40px;
    line-height: 1.2;
  }
}
.c-visual-heading .ja {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 0 #333;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-visual-heading .ja {
    font-size: 22px;
    line-height: 1;
  }
}

.c-base-heading01 {
  display: block;
  width: 100%;
  padding: 20px 20px;
  background: #E38C00;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 999.98px) {
  .c-base-heading01 {
    padding: 14px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.c-base-heading01:focus {
  background: #E38C00;
}
.c-base-heading01 span {
  position: relative;
  display: block;
}
.c-base-heading01 span:before {
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9px;
  height: 20px;
  width: 2px;
  background-color: #333;
  content: "";
}
.c-base-heading01 span:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 2px;
  width: 20px;
  background-color: #333;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.open .c-base-heading01 span:after {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}

.c-icon-heading01 span {
  position: relative;
  display: block;
  padding-top: 72px;
  font-size: 35px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999.98px) {
  .c-icon-heading01 span {
    padding-top: 9.84375vw;
    font-size: 4.6875vw;
    line-height: 1.4;
  }
}
.c-icon-heading01 span: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: 60px;
  height: 47.34px;
}
@media screen and (max-width: 999.98px) {
  .c-icon-heading01 span:before {
    width: 9.0625vw;
    height: 7.1875vw;
  }
}
.c-icon-heading01.-buy span:before, .c-icon-heading01.-sale span:before {
  background-image: url(../../_assets/img/main-visual/buy_icon.webp);
}
.c-icon-heading01.-blog span:before {
  background-image: url(../../_assets/img/main-visual/blog_icon.webp);
}
.c-icon-heading01.-company span:before, .c-icon-heading01.-aboutus span:before {
  background-image: url(../../_assets/img/main-visual/company_icon.webp);
}
.c-icon-heading01.-about span:before, .c-icon-heading01.-features span:before {
  background-image: url(../../_assets/img/main-visual/about_icon.webp);
}
.c-icon-heading01.-service span:before {
  background-image: url(../../_assets/img/main-visual/service_icon.webp);
}
.c-icon-heading01.-news span:before {
  background-image: url(../../_assets/img/main-visual/news_icon.webp);
}
.c-icon-heading01.-contact span:before, .c-icon-heading01.-contactus span:before {
  background-image: url(../../_assets/img/main-visual/contact_icon.webp);
}
.c-icon-heading01.-privacy span:before {
  background-image: url(../../_assets/img/main-visual/privacy_header_icon.webp);
}

.c-icon-heading02 {
  position: relative;
  padding-left: 102px;
  color: #000;
  font-size: 28px;
  line-height: 1.3214285714;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .c-icon-heading02 {
    padding-left: calc((102/640)*100vw);
    font-size: 4.6875vw;
    line-height: 1.2333333333;
  }
}
.c-icon-heading02:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 72.66px;
  height: 71.1px;
}
@media screen and (max-width: 999.98px) {
  .c-icon-heading02:before {
    width: 11.353125vw;
    height: 11.109375vw;
  }
}
.c-icon-heading02.-buy:before {
  background-image: url(../../_assets/img/page/service/icon_buy.webp);
}
.c-icon-heading02.-purchase:before {
  background-image: url(../../_assets/img/page/service/icon_purchase.webp);
}
.c-icon-heading02.-investment:before {
  background-image: url(../../_assets/img/page/service/icon_investment.webp);
}
.c-icon-heading02.-lawyer:before {
  background-image: url(../../_assets/img/page/service/icon_lawyer.webp);
}
.c-icon-heading02.-management:before {
  background-image: url(../../_assets/img/page/service/icon_management.webp);
}
.c-icon-heading02.-planner:before {
  background-image: url(../../_assets/img/page/service/icon_planner.webp);
}
.c-icon-heading02.-real-estate_building:before {
  background-image: url(../../_assets/img/page/service/icon_real-estate_building.webp);
}
.c-icon-heading02.-reform:before {
  background-image: url(../../_assets/img/page/service/icon_reform.webp);
}
.c-icon-heading02.-tower:before {
  background-image: url(../../_assets/img/page/service/icon_tower.webp);
}

.c-heading02 {
  text-align: center;
  font-size: 35px;
  line-height: 1.0571428571;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .c-heading02 {
    font-size: 4.6875vw;
    line-height: 1.7;
  }
}

.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: #1AA6A5;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: bold;
  text-align: center;
}
@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: 1.2727272727;
  }
}
.c-link01.-accent, a.c-link01.-accent {
  background: #E38C00;
}
.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: #1AA6A5;
  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: #1AA6A5;
  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 #1AA6A5;
  -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: #1AA6A5;
}
a.c-fixed-btn.-accent {
  border-radius: 5px 0 0 0;
  background: #421F1E;
}

.c-simple-tag {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  background: #E38C00;
  border-radius: 7px;
}
@media screen and (max-width: 999.98px) {
  .c-simple-tag {
    font-size: 3.28125vw;
    line-height: 1;
    padding: calc((10/640)*100vw) calc((15/640)*100vw);
    border-radius: calc((7/640)*100vw);
  }
}

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

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

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

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  z-index: 5000;
  background: #fff;
}
.c-loading .c-loading__logo {
  width: 260px;
}
@media screen and (max-width: 999.98px) {
  .c-loading .c-loading__logo {
    width: calc(260px * 0.7);
  }
}
.c-loading .c-loading__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.c-loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: 0;
  border-right: 500px solid transparent;
  border-bottom: 100vh solid #F4F4F2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: -4999;
}
@media screen and (max-width: 999.98px) {
  .c-loading:before {
    right: -160vw;
  }
}
.c-loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: 0;
  border-right: 500px solid transparent;
  border-bottom: 100vh solid rgba(244, 244, 242, 0.3);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: 5003;
}
.c-loading.is-play:before, .c-loading.is-play:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-loading.is-play02:after {
  opacity: 0;
}

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

.c-category {
  width: 80px;
  height: 25px;
  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-weight: bold;
  font-size: 12px;
  line-height: 1;
  border-radius: 25px;
  background: #1AA6A5;
}

.c-category-mark01 {
  display: inline-block;
  padding: 14px;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  background: #444950;
  border-radius: 7px;
}
@media screen and (max-width: 999.98px) {
  .c-category-mark01 {
    padding: calc((18/640)*100vw);
    font-size: 3.125vw;
    line-height: 0.1;
    border-radius: calc((7/640)*100vw);
  }
}
.c-category-mark01.-buy {
  background: #E38C00;
}
.c-category-mark01.-constrained {
  background: #1AA6A5;
}

.ss {
  display: block;
}

.c-logo {
  width: 100px;
  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;
}