/*------------------------------------------
  layout
------------------------------------------*/
.wrapper--top {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  color: #423e3e;
  -webkit-font-smoothing: antialiased;
  background-image: url(../img/renew/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: clamp(1366px, 100vw, 100vw);
}
.wrapper--top * {
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .wrapper--top {
    background-image: url(../img/renew/bg-sp.png);
    background-size: 100%;
  }
}

.l-main .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1190px !important;
  padding: 0 30px;
}

.l-main a {
  color: #423e3e;
}

@media only screen and (max-width: 767px) {
  .l-main .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 20px;
  }
}

.l-inner {
  margin: auto;
  padding: 0 30px;
  max-width: 1330px;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

/*------------------------------------------
  component
------------------------------------------*/
/* ========== ttl ========== */
.c-ttl01 span {
  display: block;
}

.c-ttl01 .en {
  font-family: "Roboto", sans-serif;
  color: #9f948a;
  text-transform: uppercase;
  font-size: 14px;
}

.c-ttl01 .ja {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .16em;
}

.c-ttl02 {
  position: relative;
  text-align: center;
}
.c-ttl02 .ja {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: .24em;
  line-height: 1.2;
  position: relative;
}
.c-ttl02 .en {
  font-family: "Roboto", sans-serif;
  color: #7c83c7;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 24px;
  margin: 1em 0 0;
  position: relative;
}
.c-ttl02 .bg {
  font-family: "Roboto", sans-serif;
  color: #adb2da;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 128px;
  margin: 0;
  line-height: 1.1;
  position: absolute;
  top: -.3em;
  left: 50%;
  transform: translateX(-50%);
  opacity: .16;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .c-ttl02 .ja {
    font-size: 32px;
  }
  .c-ttl02 .en {
    font-size: 20px;
    margin-top: .8em;
  }
  .c-ttl02 .bg {
    font-size: 80px;
    top: auto;
    bottom: -.2em;
  }
}

/* ========== btn ========== */
.c-btn01 {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  background: #f1a06a;
  color: #fff !important;
  padding: 6px 54px 6px 16px;
  text-align: left;
  line-height: 1.4;
  border-radius: 100px;
}
.c-btn01:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 24px;
  background-image: url(../img/renew/arrow-r01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.c-btn01:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .c-btn02:hover {
    opacity: 1;
  }
}

.c-btn02 {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  background: #f1a06a;
  color: #fff !important;
  padding: 13px 72px 13px 1em;
  text-align: left;
  line-height: 1.5;
  border-radius: 100px;
}
.c-btn02:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 36px;
  background-image: url(../img/renew/arrow-r02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.c-btn02:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .c-btn02 {
    font-size: 15px;
    padding-right: 50px;
  }
  .c-btn02:before {
    width: 32px;
    height: 24px;
    background-image: url(../img/renew/arrow-r01.svg);
  }
  .c-btn02:hover {
    opacity: 1;
  }
}

/* ========== hoge ========== */
/* ========== flexbox ========== */
.flex {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

/* ========== tab ========== */
.js-tabNav li {
  cursor: pointer;
}

/*------------------------------------------
  header
------------------------------------------*/
.l-header {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  color: #423e3e;
  -webkit-font-smoothing: antialiased;
  z-index: 100;
}
.l-header * {
  box-sizing: border-box;
}
.l-header__inner {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  padding: 0 clamp(25px, 3.66032vw, 50px);
  height: 92px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.l-header .header-logo {
  width: calc(100% - 540px);
}
.l-header .header-logo__txt {
  font-size: 10px;
  letter-spacing: 0;
  margin-bottom: 1.2em;
  line-height: 1.2;
}
.l-header .header-logo__img a {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: flex-end;
}
.l-header .header-logo__img .logo-main {
  width: 280px;
}
.l-header .header-logo__img .logo-sub {
  width: 320px;
}
.l-header .header-btn {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0 16px;
  width: 519px;
}
.l-header .header-btn img {
  width: auto;
  height: 64px;
}

@media only screen and (max-width: 1024px) {
  .l-header__inner {
    padding: 0 20px;
  }
  .l-header .header-logo {
    width: auto;
  }
  .l-header .header-logo__txt {
    font-size: 9px;
  }
  .l-header .header-logo__img {
    width: 280px;
  }
  .l-header .header-logo__img .logo-main {
    width: 100%;
  }
  .l-header .header-logo__img .logo-sub {
    width: 100%;
  }
  .l-header .header-btn {
    gap: 0 8px;
    width: auto;
  }
  .l-header .header-btn img {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__inner {
    height: 92px;
  }
  .l-header .header-logo {
    width: 100%;
  }
  .l-header .header-logo__txt {
    font-size: 8.5px;
  }
  .l-header .header-logo__img {
    width: 238px;
  }
  .l-header .header-btn {
    display: none;
  }
  .l-header__trigger {
    z-index: 10;
    cursor: pointer;
    position: fixed;
    right: 12px;
    top: 16px;
    width: 72px;
    height: 48px;
    background: #7c83c7;
    border-radius: 50px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .08);
  }
  .l-header__trigger .trigger__icon {
    width: 34px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header__trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    transition: .3s;
    border-radius: 4px;
  }
  .l-header__trigger span:nth-child(1) {
    top: 0;
  }
  .l-header__trigger span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .l-header__trigger span:nth-child(3) {
    bottom: 0;
  }
  .l-header__trigger.is-active span:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-30deg);
  }
  .l-header__trigger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .l-header__trigger.is-active span:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(30deg);
  }
}

@media only screen and (min-width: 768px) {
  .js-headerContents {
    display: block !important;
    opacity: 1 !important;
  }
}

.l-gnav {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #7c83c7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  color: #423e3e;
  -webkit-font-smoothing: antialiased;
  z-index: 99;
}
.l-gnav * {
  box-sizing: border-box;
}
.l-gnav li {
  position: relative;
}
.l-gnav__list {
  padding: 0 clamp(25px, 3.66032vw, 50px);
}
.l-gnav__list .top-link {
  text-align: center;
  height: 52px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: opacity .3s;
  font-size: clamp(8px, 1.1713vw, 16px);
  line-height: 1.5;
  letter-spacing: 0;
  cursor: pointer;
  background: #adb2da;
}
.l-gnav__list .top-link:hover {
  opacity: .7;
}
.l-gnav__list .js-hasChild .top-link span {
  display: inline-block;
  position: relative;
}
.l-gnav__list .js-hasChild .top-link span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}
.l-gnav__item {
  flex: 1;
}
.l-gnav__item:nth-child(2n) .top-link {
  background: #999ed0;
}
.l-gnav__child {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 210px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 0 0;
}
.l-gnav__child:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #f6f4f1 transparent;
}
.l-gnav__child li {
  background: #f6f4f1;
}
.l-gnav__child li:nth-child(2n) {
  background: #ede9e2;
}
.l-gnav__child a {
  font-weight: 500;
  font-size: 16px;
  color: #958a80;
  line-height: 1.5;
  display: block;
  text-align: center;
  padding: .5em;
}

@media only screen and (max-width: 1024px) {
  .l-gnav__list {
    padding: 0;
  }
  .l-gnav__list .top-link {
    font-size: 13px;
  }
  .l-gnav__list .js-hasChild .top-link {
    padding-right: 1em;
  }
  .l-gnav__list .js-hasChild .top-link span:after {
    border-width: 6px 4px 0 4px;
    right: -1em;
  }
  .l-gnav__child a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .l-gnav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    -ms-overflow-y: auto;
        overflow-y: auto;
    background: url(../img/renew/gnav-bg.png) no-repeat center;
    background-size: cover;
  }
  .l-gnav__inner {
    text-align: center;
    padding: 140px 0 80px;
  }
  .l-gnav__list {
    display: inline-block;
    text-align: left;
  }
  .l-gnav__list .top-link {
    height: auto;
    font-size: 24px;
    font-weight: 700;
    background: none;
    text-align: left;
    display: block;
  }
  .l-gnav__list .top-link:hover {
    opacity: 1;
  }
  .l-gnav__list .js-hasChild .top-link {
    padding-right: 0;
  }
  .l-gnav__list .js-hasChild .top-link span:after {
    border-width: 10px 8px 0 8px;
  }
  .l-gnav__item {
    margin-bottom: 40px;
  }
  .l-gnav__item:last-child {
    margin-bottom: 0;
  }
  .l-gnav__item:nth-child(2n) .top-link {
    background: none;
  }
  .l-gnav__child {
    position: static;
    min-width: auto;
    transform: translateX(0);
    padding: 0;
  }
  .l-gnav__child:before {
    content: none;
  }
  .l-gnav__child li {
    margin-top: 1em;
    background: none;
  }
  .l-gnav__child li:nth-child(2n) {
    background: none;
  }
  .l-gnav__child a {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 0 1.5em;
    color: #fff;
    position: relative;
  }
  .l-gnav__child a:before {
    content: "";
    width: 1em;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.l-footer {
  padding: 25px 25px 120px;
  background: #f6f7fa;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  color: #423e3e;
  -webkit-font-smoothing: antialiased;
}
.l-footer * {
  box-sizing: border-box;
}
.l-footer__inner {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.l-footer .footer-contents {
  padding: 64px 0;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-footer .footer-contents__inner {
  padding: 0 25px;
  width: 100%;
}
.l-footer .footer-contents--about {
  width: 48%;
}
.l-footer .footer-contents--bnr {
  width: 50%;
  margin-left: auto;
}
.l-footer .footer-logo {
  margin-bottom: 24px;
}
.l-footer .footer-logo img {
  width: 280px;
}
.l-footer .footer-address {
  margin-bottom: 32px;
}
.l-footer .footer-btn {
  margin-bottom: 56px;
}
.l-footer .footer-lead {
  margin-bottom: 24px;
}
.l-footer .footer-bnr {
  max-width: 400px;
  margin: auto;
}
.l-footer .footer-bnr li {
  margin-bottom: 35px;
}
.l-footer .footer-bnr li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 25px 20px 76px;
  }
  .l-footer__inner {
    gap: 20px 0;
  }
  .l-footer .footer-contents {
    padding: 64px 0;
  }
  .l-footer .footer-contents__inner {
    padding: 0 20px;
  }
  .l-footer .footer-contents--about {
    width: 100%;
  }
  .l-footer .footer-contents--bnr {
    width: 100%;
    padding: 40px 0;
  }
  .l-footer .footer-bnr li {
    margin-bottom: 28px;
  }
}

.fixed-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.fixed-nav__inner {
  padding: 8px;
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.fixed-nav .nav-list {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0 8px;
}
.fixed-nav .btn-pagetop {
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .fixed-nav {
    width: 100%;
  }
  .fixed-nav__inner {
    padding: 3px;
    position: relative;
    display: block;
  }
  .fixed-nav a {
    height: 56px;
  }
  .fixed-nav .nav-list {
    gap: 0 0;
    width: calc(100% - 56px);
    text-align: center;
  }
  .fixed-nav .nav-list .item01 {
    width: 36%;
    background: #6cc6bb;
    border-radius: 10px 0 0 10px / 10px 0 0 10px;
    overflow: hidden;
  }
  .fixed-nav .nav-list .item02 {
    width: 34%;
    background: #f47bb3;
  }
  .fixed-nav .nav-list .item03 {
    width: 30%;
    background: #f4aa6a;
  }
  .fixed-nav .btn-pagetop {
    margin: 0;
    position: absolute;
    bottom: 3px;
    right: 3px;
  }
  .fixed-nav .btn-pagetop img {
    border-radius: 0 10px 10px 0 / 0 10px 10px 0;
  }
}

/*------------------------------------------
  project
------------------------------------------*/
.p-mv {
  padding: 1.83016vw;
  position: relative;
}
.p-mv img {
  width: 100%;
}
.p-mv .mv-img {
  width: 52.70864vw;
  margin-left: auto;
  position: relative;
}
.p-mv .mv-slider .slide-item {
  border-radius: 25px;
  overflow: hidden;
}
.p-mv .mv-slider .slide-item .item-img {
  width: 110%;
  height: 42.0205vw;
}
.p-mv .mv-slider .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-mv .mv-slider .swiper-slide-active .item-img img, .p-mv .mv-slider .swiper-slide-duplicate-active .item-img img, .p-mv .mv-slider .swiper-slide-prev .item-img img {
  -webkit-animation: mvSlider 7s linear 0s normal both;
          animation: mvSlider 7s linear 0s normal both;
}
.p-mv .mv-badge {
  position: absolute;
  top: -.58565vw;
  right: 1.83016vw;
  z-index: 2;
  width: 13.90922vw;
}
.p-mv .mv-txt {
  position: absolute;
  left: 2.56223vw;
  top: 50%;
  transform: translateY(-50%);
  width: 46.41288vw;
  z-index: 10;
}
.p-mv .mv-ttl {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 0px 0px #adb2da;
  padding-left: 1.0981vw;
}
.p-mv .mv-ttl__sub {
  position: absolute;
  font-family: "Roboto", sans-serif;
  color: #9f948a;
  font-size: 1.31772vw;
  letter-spacing: .06em;
  top: 0;
  transform: translateY(-.8em);
}
.p-mv .mv-ttl__main {
  font-size: 2.92826vw;
  font-weight: 600;
  letter-spacing: .16em;
  padding: .275em 0;
  line-height: 1.45;
}
.p-mv .mv-ttl__main span {
  color: #7c83c7;
}
.p-mv .mv-catch {
  margin: 2.04978vw 0 0;
  padding-left: 1.0981vw;
  font-size: 2.04978vw;
  letter-spacing: .08em;
  font-weight: 500;
  display: flex;
  gap: 0 .29283vw;
  align-items: center;
}
.p-mv .mv-catch span {
  color: #fff;
  background: #999ed0;
  border-radius: 5px;
  padding: .28em;
}
.p-mv .mv-menu {
  margin: 3.51391vw 0 0 1.0981vw;
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 1.46413vw 0;
  justify-content: space-between;
}
.p-mv .mv-menu li {
  width: 32.16%;
}
.p-mv .mv-menu .size-l {
  width: 48.24%;
}
.p-mv .mv-point {
  margin: 2.92826vw 0 0 1.0981vw;
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0 1.97657vw;
  width: 43.70425vw;
  position: relative;
  padding-left: 1.68375vw;
}
.p-mv .mv-point:before {
  content: "";
  width: 100%;
  height: 83%;
  background: #7c83c7;
  position: absolute;
  left: 0;
  top: 8.5%;
  border-radius: 10px;
}
.p-mv .mv-point li {
  position: relative;
}
.p-mv .mv-point img {
  height: 3.51391vw;
  width: auto;
}

@-webkit-keyframes mvSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5%);
  }
}

@keyframes mvSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5%);
  }
}

@media only screen and (max-width: 1024px) {
  .p-mv .mv-slider .slide-item .item-img {
    height: 440px;
  }
  .p-mv .mv-txt {
    width: 480px;
  }
  .p-mv .mv-ttl__sub {
    font-size: 14px;
  }
  .p-mv .mv-ttl__main {
    font-size: 30px;
  }
  .p-mv .mv-catch {
    margin: 21px 0 0;
    font-size: 21px;
  }
  .p-mv .mv-menu {
    margin: 36px 0 0 15px;
    gap: 10px 0;
  }
  .p-mv .mv-point {
    margin: 30px 0 0 15px;
    gap: 0 20px;
    width: 448px;
    padding-left: 17px;
  }
  .p-mv .mv-point:before {
    border-radius: 7px;
  }
  .p-mv .mv-point img {
    height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .p-mv {
    padding: 8px 20px 50px;
  }
  .p-mv .mv-img {
    width: 100%;
  }
  .p-mv .mv-slider .slide-item .item-img {
    height: 89.74359vw;
  }
  .p-mv .mv-badge {
    top: -8px;
    right: -8px;
    width: 30.25641vw;
  }
  .p-mv .mv-txt {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-top: 9.23077vw;
  }
  .p-mv .mv-ttl {
    padding-left: 2.5641vw;
  }
  .p-mv .mv-ttl__sub {
    font-size: 4.61538vw;
  }
  .p-mv .mv-ttl__main {
    font-size: 6.15385vw;
    letter-spacing: .056em;
    padding: .35em 0 .2em;
  }
  .p-mv .mv-catch {
    margin: 5.12821vw 0 0;
    padding-left: 0;
    font-size: 5.38462vw;
    gap: 0 .51282vw;
  }
  .p-mv .mv-menu {
    margin: 5.12821vw 0 0 0;
    padding-left: 0;
    gap: 3.84615vw 0;
  }
  .p-mv .mv-point {
    margin: 5.12821vw 0 0 0;
    width: 100%;
    padding-left: 0;
    gap: 1.02564vw 0;
    justify-content: space-between;
  }
  .p-mv .mv-point:before {
    content: none;
  }
  .p-mv .mv-point img {
    height: 12.30769vw;
  }
}

.p-news {
  padding: 45px 0 110px;
}
.p-news .news-block {
  width: 48% !important;
}
.p-news .news-block:last-child {
  margin-left: auto;
}
.p-news .news-block__head {
  padding: 0 10px;
}
.p-news .news-block__head .head-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-news .news-block__contents {
  position: relative;
}
.p-news .newslist__wrapper {
  position: relative;
  padding: 24px 0;
}
.p-news .newslist__wrapper:before {
  content: "";
  width: calc(100% - 24px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 0px 0px #7c83c7;
}
.p-news .newslist__inner {
  position: relative;
  height: 225px;
  -ms-overflow-y: auto;
      overflow-y: auto;
}
.p-news .newslist {
  padding-left: 24px;
}
.p-news .newslist a {
  display: flex;
  align-items: center;
}
.p-news .newslist p {
  margin-bottom: 0;
}
.p-news .newslist li {
  transform: translateX(-25px);
  margin-bottom: 24px;
}
.p-news .newslist li:last-child {
  margin-bottom: 0;
}
.p-news .newslist li:last-child .item-ttl {
  border-bottom: none;
  padding-bottom: 0;
}
.p-news .newslist .item-date {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.2;
}
.p-news .newslist .item-date span {
  display: block;
}
.p-news .newslist .item-date .year {
  color: #fff;
  font-size: 15px;
  background: #999ed0;
  border-radius: 2px;
  padding: .2em .5em;
}
.p-news .newslist .item-date .date {
  color: #7c83c7;
  font-size: 18px;
  margin-top: .3em;
}
.p-news .newslist .item-ttl {
  width: calc(100% - 70px);
  margin-left: auto;
  border-bottom: 1px solid #e7e9f8;
  padding-bottom: 1em;
  line-height: 1.5;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #ccc;
  position: relative;
}

.jspDrag {
  background: #423e3e;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .p-news {
    padding: 50px 0 110px;
  }
  .p-news .news-block {
    width: 100% !important;
  }
  .p-news .news-block:last-child {
    margin-top: 40px;
  }
  .p-news .news-block__head {
    padding: 0;
  }
  .p-news .newslist a {
    align-items: flex-start;
  }
  .p-news .newslist li {
    margin-bottom: 12px;
  }
  .p-news .newslist .item-date .date {
    margin-top: 0;
  }
}

.p-clinic {
  padding-bottom: 56px;
}
.p-clinic:before {
  content: "";
  width: 100%;
  height: 74%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/renew/clinic-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-clinic .elementor-column {
  width: 48% !important;
}
.p-clinic .elementor-column:last-child {
  margin-left: auto;
}
.p-clinic .clinic-block {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 0 20px;
  margin-bottom: 36px !important;
}
.p-clinic .clinic-block:last-child {
  margin-bottom: 0 !important;
}
.p-clinic .clinic-block .block-ttl {
  transform: translateY(-44px);
}
.p-clinic .clinic-block .block-ttl--type02 {
  transform: translateY(-50%);
}
.p-clinic .clinic-block .block-ttl--type02 span {
  display: inline-block;
  background: #7c83c7;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: .2em .5em;
}
.p-clinic .clinic-block .block-contents {
  transform: translateY(-20px);
}
.p-clinic .clinic-info table {
  width: 100%;
  table-layout: fixed;
  border-left: 1px solid #7c83c7;
  border-right: 1px solid #7c83c7;
}
.p-clinic .clinic-info table th, .p-clinic .clinic-info table td {
  vertical-align: middle;
  text-align: center;
  letter-spacing: -.1em;
  line-height: 1.2;
}
.p-clinic .clinic-info table th:first-child, .p-clinic .clinic-info table td:first-child {
  width: 28%;
  letter-spacing: 0;
  border-right: 1px solid #7c83c7;
}
.p-clinic .clinic-info table th {
  background: #7c83c7;
  color: #fff;
  font-weight: 500;
  padding: .5em 0;
}
.p-clinic .clinic-info table th:first-child {
  font-size: 18px;
  font-weight: 400;
}
.p-clinic .clinic-info table td {
  padding: 1.3em 0;
}
.p-clinic .clinic-info table td:first-child {
  font-size: 18px;
  color: #7c83c7;
  font-weight: 500;
}
.p-clinic .clinic-info table td:first-child span {
  color: #423e3e;
  font-size: 14px;
}
.p-clinic .clinic-info table tr {
  border-bottom: 1px solid #7c83c7;
}
.p-clinic .clinic-info table tr:last-child td {
  padding: .8em 0;
}
.p-clinic .clinic-info__caution {
  font-size: 15px;
  line-height: 1.7;
  padding: 1em 20px;
  letter-spacing: 0;
}
.p-clinic .clinic-access {
  background: #eff0fa;
  border-radius: 5px;
  padding: 5px 20px 15px;
}
.p-clinic .clinic-access table {
  width: 100%;
}
.p-clinic .clinic-access table tr {
  border-bottom: 1px solid #adb2da;
}
.p-clinic .clinic-access table tr:last-child {
  border-bottom: none;
}
.p-clinic .clinic-access table th, .p-clinic .clinic-access table td {
  line-height: 1.5;
  padding: 1.5em 0 .5em;
}
.p-clinic .clinic-access table th {
  width: 5em;
  font-weight: 500;
  color: #7c83c7;
}
.p-clinic .clinic-access table .address {
  position: relative;
}
.p-clinic .clinic-how__lead {
  color: #fff;
  background: #7c83c7;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
}
.p-clinic .clinic-how__lead p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 60px;
}
.p-clinic .clinic-how__lead .illust {
  position: absolute;
  width: 57px;
  top: 10px;
  right: 20px;
}
.p-clinic .clinic-how__txt {
  padding: 16px 20px 0;
  font-size: 15px;
  line-height: 1.7;
}
.p-clinic .clinic-fever__txt {
  padding: .8em 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
.p-clinic .clinic-fever__guide {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-clinic .clinic-fever__guide .guide {
  padding: 10px 0;
  width: 49%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-image: url(../img/renew/clinic-fever-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0;
}
.p-clinic .clinic-fever__guide .guide__lead {
  font-weight: 600;
  margin-bottom: 0;
}
.p-clinic .clinic-fever__guide .guide__txt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.p-clinic .clinic-fever__guide .guide__caution {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 2px;
}
.p-clinic .clinic-fever__guide .guide__btn {
  margin-top: 8px;
}

@media only screen and (max-width: 1024px) {
  .p-clinic .elementor-column {
    width: 100% !important;
  }
  .p-clinic .elementor-column:last-child {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .p-clinic {
    padding-bottom: 62px;
  }
  .p-clinic:before {
    height: 76.15385vw;
    background-image: url(../img/renew/clinic-bg-sp.png);
  }
  .p-clinic .elementor-column:last-child {
    margin-top: 70px;
  }
  .p-clinic .clinic-block {
    margin-bottom: 52px !important;
  }
  .p-clinic .clinic-info table th {
    font-size: 14px;
  }
  .p-clinic .clinic-info table th:first-child {
    font-size: 16px;
  }
  .p-clinic .clinic-info table th:last-child {
    width: 14%;
  }
  .p-clinic .clinic-info table td {
    font-size: 15px;
  }
  .p-clinic .clinic-info table td:first-child {
    font-size: 16px;
  }
  .p-clinic .clinic-info table td:first-child span {
    font-size: 12px;
  }
  .p-clinic .clinic-info__caution {
    padding: 1em 0 20px;
  }
  .p-clinic .clinic-access {
    padding: 0 10px;
  }
  .p-clinic .clinic-access table th, .p-clinic .clinic-access table td {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .p-clinic .clinic-access table th {
    padding: 1em 0 .3em;
  }
  .p-clinic .clinic-access table td {
    padding: 0 0 1em;
    position: relative;
  }
  .p-clinic .clinic-access table .icon-map {
    position: absolute;
    right: 0;
    top: .7em;
  }
  .p-clinic .clinic-how__lead {
    padding: 14px 10px;
  }
  .p-clinic .clinic-how__lead p {
    font-size: 16px;
    padding-right: 0;
  }
  .p-clinic .clinic-how__lead .illust {
    top: -28px;
    right: 10px;
  }
  .p-clinic .clinic-how__txt {
    padding: 16px 0 0;
  }
  .p-clinic .clinic-fever__txt {
    padding: 12px 0 20px;
  }
  .p-clinic .clinic-fever__guide {
    gap: 24px 0;
  }
  .p-clinic .clinic-fever__guide .guide {
    padding: 12px 0;
    width: 100%;
    min-height: 136px;
  }
  .p-clinic .clinic-fever__guide .guide__caution {
    margin-top: 8px;
  }
}

.p-feature {
  padding: 64px 0 114px;
  background-image: url(../img/renew/feature-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.p-feature.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none !important;
}
.p-feature .feature-ttl {
  margin-bottom: 65px;
}
.p-feature .feature-ttl .bg:first-letter {
  color: #7c83c7;
}
.p-feature .feature-item {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.p-feature .feature-item:last-child {
  margin-bottom: 0;
}
.p-feature .feature-item__txt {
  width: 50%;
}
.p-feature .feature-item__img {
  width: 50%;
  position: relative;
}
.p-feature .feature-item__img .sub {
  position: absolute;
  top: -6.00293vw;
  right: -1.46413vw;
  background: rgba(153, 158, 208, .64);
  border-radius: 50%;
  padding: 10px;
  width: 18.1552vw;
  height: 18.1552vw;
}
.p-feature .feature-item .item-head {
  position: relative;
  z-index: 1;
}
.p-feature .feature-item .item-head:before {
  content: "";
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, .64);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-feature .feature-item .item-head__num {
  display: table-cell;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-size: clamp(48px, 7.02782vw, 96px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: 0;
  color: #7c83c7;
  position: relative;
  width: clamp(65px, 9.51684vw, 130px);
}
.p-feature .feature-item .item-head__num:after {
  content: "";
  width: 4px;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #7c83c7;
  border-radius: 5px;
}
.p-feature .feature-item .item-head__num:first-letter {
  color: #adb2da;
}
.p-feature .feature-item .item-head__ttl {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 1em;
  margin-left: auto;
  margin-bottom: 0;
  font-size: clamp(15px, 2.19619vw, 30px);
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.6;
}
.p-feature .feature-item .item-head__ttl .purple {
  color: #7c83c7;
}
.p-feature .feature-item .item-head__ttl .small {
  font-size: 80%;
}
.p-feature .feature-item .item-txt {
  background: rgba(255, 255, 255, .64);
  padding: 24px clamp(34px, 4.97804vw, 68px) 40px;
  position: relative;
}
.p-feature .feature-item .item-txt__inner {
  position: relative;
}
.p-feature .feature-item .item-txt__lead {
  line-height: 2;
  margin-bottom: 0;
}
.p-feature .feature-item .item-txt__btn {
  margin-top: 32px;
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.p-feature .feature-item:nth-child(odd) .item-head {
  padding-left: clamp(7px, 1.02489vw, 14px);
}
.p-feature .feature-item:nth-child(odd) .item-head:before {
  border-radius: 5px 0 0 0 / 5px 0 0 0;
}
.p-feature .feature-item:nth-child(odd) .item-txt {
  border-radius: 0 0 0 5px / 0 0 0 5px;
}
.p-feature .feature-item:nth-child(even) .item-head {
  padding-left: clamp(20px, 2.92826vw, 40px);
}
.p-feature .feature-item:nth-child(even) .item-head:before {
  border-radius: 0 5px 0 0 / 0 5px 0 0;
}
.p-feature .feature-item:nth-child(even) .item-txt {
  border-radius: 0 0 5px 0 / 0 0 5px 0;
}

@media only screen and (max-width: 767px) {
  .p-feature {
    padding: 48px 0 65px;
    background-image: url(../img/renew/feature-bg-sp.png);
  }
  .p-feature .feature-ttl {
    margin-bottom: 85px;
  }
  .p-feature .feature-item {
    margin-bottom: 40px;
  }
  .p-feature .feature-item__txt {
    width: 100%;
    -ms-order: 2;
        order: 2;
  }
  .p-feature .feature-item__img {
    width: 100%;
    margin-bottom: 24px;
    -ms-order: 1;
        order: 1;
  }
  .p-feature .feature-item__img .sub {
    top: -10.76923vw;
    right: 2.5641vw;
    padding: 4px;
    width: 34.61538vw;
    height: 34.61538vw;
  }
  .p-feature .feature-item .item-head__num {
    font-size: 64px;
    width: 85px;
  }
  .p-feature .feature-item .item-head__ttl {
    letter-spacing: 0;
    font-size: clamp(10px, 5.12821vw, 20px);
  }
  .p-feature .feature-item .item-txt {
    padding: 20px;
  }
  .p-feature .feature-item .item-txt__lead {
    line-height: 1.875;
  }
  .p-feature .feature-item .item-txt__btn {
    margin-top: 24px;
    justify-content: center;
  }
  .p-feature .feature-item .item-txt__btn a {
    min-width: 206px;
  }
  .p-feature .feature-item:nth-child(odd) .item-head {
    padding-left: clamp(7px, 1.02489vw, 14px);
  }
  .p-feature .feature-item:nth-child(odd) .item-head:before {
    border-radius: 5px 0 0 0 / 5px 0 0 0;
  }
  .p-feature .feature-item:nth-child(odd) .item-txt {
    border-radius: 0 0 0 5px / 0 0 0 5px;
  }
  .p-feature .feature-item:nth-child(even) .item-head {
    padding-left: clamp(20px, 2.92826vw, 40px);
  }
  .p-feature .feature-item:nth-child(even) .item-head:before {
    border-radius: 0 5px 0 0 / 0 5px 0 0;
  }
  .p-feature .feature-item:nth-child(even) .item-txt {
    border-radius: 0 0 5px 0 / 0 0 5px 0;
  }
}

.p-medical {
  padding: 80px 0 64px;
  background-image: url(../img/renew/medical-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.p-medical .medical-ttl {
  margin-bottom: 48px;
}
.p-medical .medical-contents {
  max-width: 1100px;
  margin: auto;
}
.p-medical .medical-nav {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  border-bottom: 4px solid #7c83c7;
}
.p-medical .medical-nav li {
  width: 50%;
  text-align: center;
  background: #fff;
  border: 2px solid #7c83c7;
  border-radius: 25px 25px 0 0 / 25px 25px 0 0;
}
.p-medical .medical-nav span {
  display: inline-block;
  padding: 24px 68px 20px;
  font-size: 28px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
  color: #7c83c7;
}
.p-medical .medical-nav .menu {
  background-image: url(../img/renew/ico-menu.svg);
}
.p-medical .medical-nav .faq {
  background-image: url(../img/renew/ico-faq.svg);
}
.p-medical .medical-nav .is-active {
  background: #7c83c7;
}
.p-medical .medical-nav .is-active span {
  color: #fff;
}
.p-medical .medical-nav .is-active .menu {
  background-image: url(../img/renew/ico-menu-wh.svg);
}
.p-medical .medical-nav .is-active .faq {
  background-image: url(../img/renew/ico-faq-wh.svg);
}
.p-medical .medical-list__wrapper {
  background: rgba(234, 243, 250, .64);
  border-radius: 0 0 25px 25px / 0 0 25px 25px;
  padding: 48px 50px;
}
.p-medical .medical-list .linklist {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 30px 2.75%;
}
.p-medical .medical-list .linklist a {
  width: 31.5%;
  height: 80px;
  border-radius: 15px;
  display: flex;
  background: #fff;
  box-shadow: 0px 4px 0px 0px #7c83c7;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #7c83c7;
}
.p-medical .medical-list .linklist a:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .p-medical {
    padding: 84px 0 64px;
    background-image: url(../img/renew/medical-bg-sp.png);
  }
  .p-medical .medical-ttl {
    margin-bottom: 80px;
  }
  .p-medical .medical-nav span {
    font-size: 18px;
    padding: 38px 0 12px;
    background-position: center top 12px;
    background-size: auto 24px;
  }
  .p-medical .medical-list__wrapper {
    padding: 25px 18px 30px;
  }
  .p-medical .medical-list .linklist {
    gap: 30px 0;
  }
  .p-medical .medical-list .linklist a {
    width: 100%;
  }
  .p-medical .medical-list .linklist a:hover {
    opacity: 1;
  }
}

.p-greeting {
  padding: 64px 0 72px;
  background-image: url(../img/renew/greeting-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.p-greeting.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none !important;
  padding: 0;
}
.p-greeting .greeting-block {
  max-width: 1190px;
  padding: 0 30px;
  margin: auto;
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-greeting .greeting-block__img {
  width: 50%;
}
.p-greeting .greeting-block__img .block-more {
  margin-top: 42px;
}
.p-greeting .greeting-block__txt {
  width: 40%;
}
.p-greeting .greeting-block .block-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 42px;
}
.p-greeting .greeting-block .block-ttl .en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  font-size: 96px;
  letter-spacing: .08em;
  color: rgba(199, 187, 168, .16);
}
.p-greeting .greeting-block .block-ttl .ja {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .2em;
  display: block;
  line-height: 1.1;
  padding: 1.2em 0 0;
}
.p-greeting .block-txt {
  line-height: 2;
}
.p-greeting .block-img {
  position: relative;
}
.p-greeting .block-img p {
  position: absolute;
  background: #fff;
  text-align: right;
  bottom: 0;
  right: clamp(22px, 3.22108vw, 44px);
  transform: translateY(50%);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 1.5em;
  border-radius: 5px;
}
.p-greeting .block-profile {
  margin-top: 40px;
  line-height: 1.5;
  border-bottom: 1px solid #9f948a;
  padding-bottom: 24px;
}
.p-greeting .block-profile__ttl {
  margin-bottom: 16px;
  color: #9f948a;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .08em;
  position: relative;
}
.p-greeting .block-profile__ttl:before {
  content: "";
  width: calc(100% - 3em);
  height: 1px;
  background: #9f948a;
  position: absolute;
  right: 0;
  top: 50%;
}
.p-greeting .block-profile__txt {
  font-size: 14px;
  padding: 0 .5em;
}
.p-greeting .block-profile__txt.flex {
  gap: .5em 40px;
}
.p-greeting .block-profile__txt.flex li {
  margin-bottom: .5em;
}
.p-greeting .block-profile__txt.flex li:last-child {
  margin-bottom: 0;
}
.p-greeting .block-more {
  text-align: center;
  margin-top: 32px;
}
.p-greeting .greeting-block--top {
  margin-bottom: 135px;
}
.p-greeting .greeting-block--top .greeting-block__txt {
  width: 45%;
}
.p-greeting .greeting-block--top .block-ttl {
  text-align: left;
  margin-bottom: 64px;
}
.p-greeting .greeting-block--top .block-ttl .en {
  left: -.7em;
  transform: translateX(0);
}
.p-greeting .greeting-block--top .block-ttl .ja {
  font-size: 48px;
}
.p-greeting .greeting-block--top .block-img {
  padding-top: 60px;
}
.p-greeting .greeting-photo {
  margin-top: 62px;
}
.p-greeting .greeting-photo .swiper-wrapper {
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .p-greeting {
    padding: 84px 0 62px;
    background-image: url(../img/renew/greeting-bg-sp.png);
  }
  .p-greeting .greeting-block {
    padding: 0 20px;
  }
  .p-greeting .greeting-block__img {
    width: 100%;
    margin-bottom: 32px;
    -ms-order: 1;
        order: 1;
  }
  .p-greeting .greeting-block__txt {
    width: 100%;
    -ms-order: 2;
        order: 2;
  }
  .p-greeting .greeting-block .block-ttl {
    text-align: left;
    margin-bottom: 38px;
  }
  .p-greeting .greeting-block .block-ttl .en {
    left: 0;
    transform: translateX(0);
    font-size: 70px;
  }
  .p-greeting .greeting-block .block-ttl .ja {
    font-size: 32px;
  }
  .p-greeting .block-img p {
    right: 8px;
  }
  .p-greeting .block-profile {
    margin-top: 32px;
    padding-bottom: 16px;
  }
  .p-greeting .greeting-block--top {
    margin-bottom: 68px;
  }
  .p-greeting .greeting-block--top .greeting-block__img {
    margin-bottom: 58px;
  }
  .p-greeting .greeting-block--top .greeting-block__txt {
    width: 100%;
  }
  .p-greeting .greeting-block--top .block-ttl {
    text-align: right;
    margin-bottom: 45px;
  }
  .p-greeting .greeting-block--top .block-ttl .en {
    left: auto;
    right: 0;
    transform: translateX(20px);
  }
  .p-greeting .greeting-block--top .block-ttl .ja {
    font-size: 32px;
  }
  .p-greeting .greeting-block--top .block-img {
    padding-top: 0;
  }
  .p-greeting .greeting-photo {
    margin-top: 48px;
  }
}

.p-contact {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  color: #423e3e;
  -webkit-font-smoothing: antialiased;
}
.p-contact * {
  box-sizing: border-box;
}
.p-contact .contact-guide {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.p-contact .contact-guide__txt {
  padding: 25px;
  width: 50%;
  background-image: url(../img/renew/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
}
.p-contact .contact-guide__txt:before {
  content: "";
  width: calc(100% - 52px);
  height: calc(100% - 52px);
  border: 1px solid #fff;
  border-radius: 10px;
  position: absolute;
  top: 24px;
  left: 24px;
}
.p-contact .contact-guide__txt .guide-inner {
  padding: 30px 20px;
}
.p-contact .contact-guide__img {
  width: 50%;
}
.p-contact .contact-guide__img .guide-inner {
  width: 100%;
  height: calc(100% + 40px);
  transform: translateY(-20px);
}
.p-contact .contact-guide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 0 0 10px / 10px 0 0 10px;
}
.p-contact .contact-guide .guide-inner {
  position: relative;
}
.p-contact .contact-guide .guide-ttl {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .16em;
  margin-bottom: 20px;
}
.p-contact .contact-guide .guide-txt {
  font-size: 15px;
  margin-bottom: 30px;
}
.p-contact .contact-guide .guide-ttl img {
  width: 298px;
}
.p-contact .contact-map {
  position: relative;
  padding: 44px 25px;
  background: #999ed0;
}
.p-contact .contact-map:before {
  content: "";
  width: 50%;
  max-width: 682px;
  height: 100%;
  background: #adb2da;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-contact .contact-map div {
  position: relative;
}
.p-contact .contact-map iframe {
  width: 100%;
  height: 386px;
  border-radius: 10px;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .p-contact .contact-guide__txt {
    padding: 25px;
    width: 100%;
    background-image: url(../img/renew/contact-bg-sp.png);
  }
  .p-contact .contact-guide__txt:before {
    width: calc(100% - 42px);
    left: 19px;
  }
  .p-contact .contact-guide__txt .guide-inner {
    padding: 30px 25px;
  }
  .p-contact .contact-guide__img {
    width: 100%;
  }
  .p-contact .contact-guide__img .guide-inner {
    height: 100%;
    transform: translateY(0);
  }
  .p-contact .contact-guide__img img {
    border-radius: 0;
  }
  .p-contact .contact-guide .guide-ttl {
    font-size: clamp(12px, 6.15385vw, 24px);
    letter-spacing: .08em;
    margin-bottom: .5em;
  }
  .p-contact .contact-guide .guide-txt {
    margin-bottom: 1em;
  }
  .p-contact .contact-map {
    padding: 32px 20px;
  }
  .p-contact .contact-map iframe {
    height: 350px;
  }
}

/*------------------------------------------
  utility
------------------------------------------*/
.u-w100 {
  width: 100% !important;
}