@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
  text-align: inherit;
}

table {
  border-collapse: collapse;
}

.mb-sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mb-sm {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-sm {
    margin-bottom: 40px;
  }
}

.mb-md {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md {
    margin-bottom: 80px;
  }
}

.mb-lr {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .mb-lr {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 90px;
  }
}

.pd-sm {
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .pd-sm {
    padding: 40px 0;
  }
}

.pd-md {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 80px 0;
  }
}

.pb-lr {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .pb-lr {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pb-lr {
    padding: 90px 0;
  }
}

.c-container {
  padding: 0 6vw;
}
@media screen and (min-width: 1280px) {
  .c-container {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.swiper {
  overflow: hidden;
}

.swiper-slide {
  overflow: hidden;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media screen and (min-width: 1024px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 1.3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active span::after {
  transform: rotate(-180deg);
  transition: all 0.2s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  overflow: visible;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin-left: 8px;
}
.p-header .logo__img a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .logo__img a:hover {
    opacity: 0.7;
  }
}
.p-header .logo img {
  max-height: 58px;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
  background-color: #fff;
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  flex-basis: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #ff9f31 0%, #e6902d 50%, #ffe044 100%);
  color: #fff;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .sp-navbtn__container a:hover {
    opacity: 0.7;
  }
}
.p-header .sp-navbtn__container a span {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding-left: 40px;
  font-size: 1.4rem;
  font-weight: 600;
}
.p-header .sp-navbtn__container a span::before {
  position: absolute;
  margin: auto;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container .sp2 a {
  background: linear-gradient(180deg, rgb(243, 22, 51) 0%, #e63219 50%, #ff7b57 100%);
}
.p-header .sp-navbtn__container .sp2 a span::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-header .pc-navbtn {
  position: fixed;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9999;
}
.p-header .pc-navbtn__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-header .pc-navbtn__container li {
  width: 100px;
  transition: width 0.3s;
}
.p-header .pc-navbtn__container li.sp1 {
  margin-bottom: 20px;
}
.p-header .pc-navbtn__container li.sp1 .hukidasi {
  text-align: center;
  width: 70px;
  height: 70px;
  background-color: rgb(168, 16, 36);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 50%;
  padding: 16px 0;
  margin: 0 auto 15px;
  position: relative;
}
.p-header .pc-navbtn__container li.sp1 .hukidasi::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid rgb(168, 16, 36);
  /* 色は任意に変更可能 */
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-header .pc-navbtn__container li:hover {
  width: 150px;
}
.p-header .pc-navbtn__container a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  background: linear-gradient(180deg, rgb(243, 22, 51) 0%, #e63219 50%, #ff7b57 100%);
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-radius: 15px 0 0 15px;
  box-shadow: -6px 0 10px rgba(51, 51, 51, 0.3019607843);
  transition: all 0.3s;
}
.p-header .pc-navbtn__container a span {
  position: relative;
  display: inline-block;
  padding-top: 30px;
}
.p-header .pc-navbtn__container a span::before {
  position: absolute;
  margin: auto;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/ico-mail-wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .pc-navbtn__container .tel {
  position: relative;
  background: linear-gradient(180deg, #ff9f31 0%, #e6902d 50%, #ffe044 100%);
}
.p-header .pc-navbtn__container .tel span::before {
  background-image: url(../images/common/tel-white.png);
}
.p-header .pc-navbtn__container .tel .tel-number {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-60%, -8px);
  padding: 6px 14px;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.p-header .pc-navbtn__container .tel .tel-number::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
}
.p-header .pc-navbtn__container .tel:hover .tel-number {
  opacity: 1;
  visibility: visible;
  transform: translate(-60%, -14px);
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 80px;
  }
  .p-header .sp-navbtn__container a span {
    font-size: 1.8rem;
  }
  .p-header .sp-navbtn__container a span br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 100px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: #fff;
    padding: 0 20px;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
    gap: 3.5vw;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: rgb(39, 39, 39);
    position: relative;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item:hover a {
    color: rgb(230, 25, 53);
  }
  .p-header .pc-container .logo__img {
    margin-left: 0;
  }
  .p-header .pc-container .logo img {
    max-height: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .p-header .pc-container {
    padding: 0 50px 0 30px;
  }
  .p-header .pc-container .pc-nav-item br {
    display: none;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2941176471);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-container .btn-wrap {
  display: flex;
  align-items: center;
  height: 64px;
}
.mobile-container .tel-btn {
  background: linear-gradient(180deg, #ff9f31 0%, #e6902d 50%, #ffe044 100%);
  width: 64px;
  padding: 15px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-container .tel-btn:hover {
    opacity: 0.7;
  }
}
.mobile-container .mobile-button {
  position: relative;
  height: 64px;
  width: 64px;
  background-color: rgb(230, 25, 53);
}
.mobile-container .mobile-button p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  padding: 15px 17px;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mobile-container .tel-btn.long {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mobile-container {
    height: 80px;
  }
  .mobile-container .mobile-button {
    height: 80px;
    width: 80px;
  }
  .mobile-container .mobile-button p {
    font-size: 14px;
    bottom: 8px;
  }
  .mobile-container .mobile-menu__btn {
    padding: 19px 21px;
  }
  .mobile-container .mobile-menu__btn > span {
    width: 38px;
    margin-bottom: 9px;
  }
  .mobile-container .btn-wrap {
    height: auto;
    gap: 45px;
  }
  .mobile-container .tel-btn {
    background: transparent;
  }
  .mobile-container .tel-btn.short {
    display: none;
  }
  .mobile-container .tel-btn {
    padding: 0;
    width: auto;
  }
  .mobile-container .tel-btn a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.2;
  }
  .mobile-container .tel-btn a strong {
    font-size: 2.4rem;
    display: inline-block;
    padding-left: 26px;
    position: relative;
  }
  .mobile-container .tel-btn a strong::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/common/icon-tel.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .mobile-container .tel-btn a small {
    font-size: 1.4rem;
    display: inline-block;
    padding-left: 30px;
  }
  .mobile-container .logo__img {
    margin-left: 15px;
  }
  .mobile-container .logo img {
    max-height: 70px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  padding: 100px 8vw 50px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__list {
  width: 100%;
}
.mobile-menu__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 1px solid rgb(230, 25, 53);
}
.mobile-menu__item a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-menu__item a:hover {
    opacity: 0.7;
  }
}
.mobile-menu .contact-btn {
  display: grid;
  gap: 20px;
}
.mobile-menu .contact-btn .tel-btn {
  padding: 0;
  background-color: transparent;
  width: auto;
}
.mobile-menu .contact-btn .tel-btn a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-menu .contact-btn .tel-btn a:hover {
    opacity: 0.7;
  }
}
.mobile-menu .contact-btn .tel-btn a {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  line-height: 1.2;
}
.mobile-menu .contact-btn .tel-btn a strong {
  font-size: 3.2rem;
  display: inline-block;
  position: relative;
}
.mobile-menu .contact-btn .tel-btn a strong::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/common/icon-tel.png) no-repeat center/contain;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: -34px;
  margin: auto;
}
.mobile-menu .contact-btn .tel-btn a small {
  font-size: 1.6rem;
  display: inline-block;
}
.mobile-menu .contact-btn .mail-btn {
  text-align: center;
}
.mobile-menu .contact-btn .mail-btn a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-menu .contact-btn .mail-btn a:hover {
    opacity: 0.7;
  }
}
.mobile-menu .contact-btn .mail-btn a {
  display: inline-block;
  background: linear-gradient(180deg, rgb(243, 22, 51) 0%, #e63219 50%, #ff7b57 100%);
  color: #fff;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 600;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}
.mobile-menu .contact-btn .mail-btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}
.mobile-menu .contact-btn .mail-btn a span {
  position: relative;
}
.mobile-menu .contact-btn .mail-btn a span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -34px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mobile-menu__nav {
    padding: 150px 5vw 70px;
    width: 50%;
  }
  .mobile-menu__item {
    margin-bottom: 18px;
    padding-bottom: 18px;
    font-size: 1.2em;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
  transform: translateX(0%);
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .menu-open.mobile-menu {
    transform: translateX(50%);
  }
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(12px) rotate(135deg);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  color: rgb(39, 39, 39);
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.3rem + 0.3vw, 1.8rem);
  font-weight: 400;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}

body.hidden {
  overflow: hidden;
}
body.hidden::before {
  opacity: 0.45;
  z-index: 800;
}

.superwrapper {
  overflow: hidden;
}

.font {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  z-index: 10;
  height: 30vh;
  min-height: 180px;
}
.c-topview__desc {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 60;
  font-size: 1.3em;
}
.c-topview__desc span {
  display: inline-block;
  text-align: center;
  background-color: rgb(230, 25, 53);
  color: #fff;
  padding: 20px 0;
  width: 90%;
  max-width: 450px;
  border-radius: 0 9999px 9999px 0;
}
@media screen and (min-width: 768px) {
  .c-topview__img {
    height: 40vh;
    min-height: 220px;
  }
  .c-topview__desc {
    font-size: 1.7em;
  }
  .c-topview__desc span {
    padding: 25px 0;
    max-width: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .c-topview__img {
    height: 45vh;
    min-height: 320px;
  }
  .c-topview__desc {
    font-size: 2em;
  }
  .c-topview__desc span {
    max-width: 750px;
  }
}
@media screen and (min-width: 1280px) {
  .c-topview__img {
    max-height: 420px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .c-topview__img img {
    border-radius: 20px;
  }
  .c-topview__desc {
    width: 1200px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 15px 6vw;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: rgb(230, 25, 53);
  border-bottom: 1px solid rgb(230, 25, 53);
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 25px 6vw;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumb {
    padding: 30px 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .breadcrumb {
    max-width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
  }
}

.p-title {
  text-align: center;
  line-height: 1.6;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
.p-title .ja {
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.p-title .ja::before {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 5px dotted #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-title .ja strong {
  display: block;
  font-weight: 700;
  font-size: 1.1em;
}
@media screen and (min-width: 1024px) {
  .p-title {
    font-size: 1.85em;
  }
}
@media screen and (min-width: 1280px) {
  .p-title {
    font-size: 2em;
  }
}

.c-title {
  position: relative;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 15px;
}
.c-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: rgb(230, 25, 53);
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1024px) {
  .c-title {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1280px) {
  .c-title {
    font-size: 2em;
    padding-bottom: 20px;
  }
}

.Title {
  text-align: center;
  margin-bottom: 50px;
}
.Title span {
  border-bottom: 3px solid rgb(230, 25, 53);
  border-top: 3px solid rgb(230, 25, 53);
  font-size: 27px;
  padding: 10px 20px;
}
.Title span strong {
  color: rgb(230, 25, 53);
}

.c-sub-title p {
  position: relative;
  padding-left: 30px;
}
.c-sub-title p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  background: rgb(230, 25, 53);
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: rgb(39, 39, 39);
  display: inline-block;
  text-align: left;
  padding: 15px 30px;
  border: 2px solid #fff;
  border-radius: 9999px;
  z-index: 1;
  box-shadow: 5px 5px 20px rgba(51, 51, 51, 0.5019607843);
}
.more-btn__link span {
  display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.more-btn__link span:first-child {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgb(230, 25, 53);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  transform: none;
}
@media screen and (min-width: 768px) {
  .more-btn__link {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .more-btn__link {
    padding: 25px 50px;
    font-size: 1.2em;
  }
  .more-btn__link span:first-child {
    padding-right: 45px;
  }
  .more-btn__link span:first-child::before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 15px solid #fff;
  }
}

.strong {
  border-bottom: 10px solid yellow;
}

.color {
  font-weight: bold;
  color: rgb(230, 25, 53);
}

.shine-animation {
  position: relative;
  overflow: hidden;
}
.shine-animation::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  animation: shine-run 4s ease-in infinite;
  pointer-events: none;
}

@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }
  40% {
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}
/* ==========================================================================
   ページネーション
   ========================================================================== */
.pagination {
  margin: clamp(40px, 8vw, 80px) 0;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2px, 1vw, 10px);
  list-style: none;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 5vw, 48px);
  height: clamp(36px, 5vw, 48px);
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  color: #949494;
  transition: color 0.2s ease;
}
.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  color: rgb(230, 25, 53);
  border-bottom: 2px solid rgb(230, 25, 53);
}
.pagination a.page-numbers.dots,
.pagination span.page-numbers.dots {
  cursor: default;
}
.pagination a.page-numbers.prev, .pagination a.page-numbers.next,
.pagination span.page-numbers.prev,
.pagination span.page-numbers.next {
  color: rgb(39, 39, 39);
}
.pagination a.page-numbers.prev::before, .pagination a.page-numbers.next::before,
.pagination span.page-numbers.prev::before,
.pagination span.page-numbers.next::before {
  content: "";
  display: block;
  width: clamp(6px, 1vw, 9px);
  height: clamp(6px, 1vw, 9px);
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}
.pagination a.page-numbers.prev::before,
.pagination span.page-numbers.prev::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pagination a.page-numbers.next::before,
.pagination span.page-numbers.next::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.pagination a.page-numbers:not(.current) {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .pagination a.page-numbers:not(.current):hover {
    color: rgb(230, 25, 53);
  }
}

.wp-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-categories ul li a {
  color: #949494;
  border: 1px solid #949494;
  padding: 4px 12px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .wp-categories ul li a:hover {
    opacity: 0.7;
  }
}

.top-view {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-view__img {
    padding: 0 40px;
  }
  .top-view__img img {
    border-radius: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .top-view__img {
    padding: 20px 60px 0;
  }
  .top-view__img img {
    border-radius: 25px;
  }
}

.p-message {
  position: relative;
}
.p-message::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/img2.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
.p-message .p-title .ja {
  position: relative;
}
.p-message .p-title .ja::after {
  content: "";
  width: 50px;
  height: 100%;
  background: url(../images/home/kaito-1.webp) no-repeat center top/contain;
  position: absolute;
  top: -50px;
  right: -20px;
}
.p-message__desc {
  text-align: center;
}
.p-message__desc p {
  line-height: 2.2;
}
.p-message__img {
  margin: 0 -6vw;
  aspect-ratio: 5/4;
  position: relative;
}
.p-message__img::after {
  content: "";
  width: 60px;
  height: 100%;
  background: url(../images/home/mori-1.webp) no-repeat center bottom/contain;
  position: absolute;
  bottom: -25px;
  left: 10%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-message .p-title .ja::after {
    width: 60px;
    background: url(../images/home/kaito-1.webp) no-repeat center bottom/contain;
    top: 0;
    right: -80px;
  }
  .p-message__img {
    margin: 0 auto;
    max-width: 650px;
    aspect-ratio: 3/2;
  }
  .p-message__img::after {
    width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .p-message::after {
    content: "";
    width: 100%;
    height: 40%;
    background: linear-gradient(#fff, transparent);
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
  }
  .p-message .p-title .ja::after {
    width: 80px;
  }
  .p-message__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-message__desc {
    margin: 0 50px 0 0;
    text-align: left;
  }
  .p-message__img {
    flex: 1;
  }
  .p-message__img::after {
    width: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-message__wrap {
    gap: 70px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-message__desc {
    margin: 0;
  }
  .p-message__img::after {
    width: 90px;
  }
}

.worries {
  padding: 50px 0 0;
  background-color: #f2f2f2;
  position: relative;
  z-index: 10;
}
.worries::before {
  content: "？";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 50vw;
  z-index: -1;
  line-height: 1;
}
.worries .c-container {
  padding: 0 2vw;
}
.worries ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 2%;
  position: relative;
  z-index: 10;
}
.worries li {
  flex-basis: 49%;
  max-width: 200px;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  border: 2px solid rgb(39, 39, 39);
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.worries .Img {
  text-align: center;
  max-width: 500px;
  margin: 30px auto;
  position: relative;
  z-index: 10;
}
.worries .Img::before {
  content: "";
  width: 50%;
  height: 55%;
  background: url(../images/home/kaito-3.webp) no-repeat right bottom/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.worries .Img::after {
  content: "";
  width: 50%;
  height: 55%;
  background: url(../images/home/mori-3.webp) no-repeat left bottom/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.worries .Img img {
  display: inline-block;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.worries-wave {
  display: block;
  line-height: 0;
  margin-top: -30vw;
}
.worries-wave svg {
  width: 100%;
  height: 30vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .worries {
    padding: 60px 0 0;
  }
  .worries .c-container {
    padding: 0 4vw;
  }
  .worries ul {
    gap: 10px;
  }
  .worries li {
    flex-basis: 31%;
    max-width: 240px;
    border-radius: 10px;
  }
  .worries .top-list li:nth-child(1), .worries .top-list li:nth-child(3) {
    margin-top: 40px;
  }
  .worries .top-list li:nth-child(2) {
    align-self: flex-start;
  }
  .worries .bottom-list li:nth-child(1), .worries .bottom-list li:nth-child(3) {
    margin-bottom: 40px;
  }
  .worries .bottom-list li:nth-child(2) {
    align-self: flex-end;
  }
  .worries .Img {
    margin: 15px auto;
  }
  .worries .Img img {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .worries {
    padding: 80px 0 0;
  }
  .worries::before {
    font-size: 40vw;
  }
  .worries .c-container {
    padding: 0 8vw;
  }
  .worries ul {
    gap: 18px;
  }
  .worries li {
    padding: 15px 0;
    max-width: 280px;
    font-size: 1em;
  }
  .worries .top-list {
    max-width: 900px;
    margin: 0 auto;
  }
  .worries .top-list li:nth-child(1), .worries .top-list li:nth-child(3) {
    margin-top: 60px;
  }
  .worries .bottom-list {
    max-width: 900px;
    margin: 0 auto;
  }
  .worries .bottom-list li:nth-child(1), .worries .bottom-list li:nth-child(3) {
    margin-bottom: 60px;
  }
  .worries .Img {
    margin: -15px auto;
  }
  .worries-wave {
    margin-top: -25vw;
  }
  .worries-wave svg {
    height: 25vw;
  }
}
@media screen and (min-width: 1280px) {
  .worries::before {
    font-size: 25rem;
    left: calc(50% - 300px);
    transform: translateX(-50%);
    display: inline-block;
    margin: auto;
  }
  .worries-wave {
    margin-top: -300px;
  }
  .worries-wave svg {
    height: 300px;
  }
}

.p-role__img {
  margin-bottom: 15px;
}
.p-role__img .Icon {
  border: 3px solid rgb(230, 25, 53);
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 60%;
  max-width: 240px;
  margin: 0 auto 10px;
  text-align: center;
}
.p-role__img .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 0 50% 50%;
  padding-top: 35px;
}
.p-role__img h2 {
  text-align: center;
  color: rgb(230, 25, 53);
  font-size: 1.45em;
}
@media screen and (min-width: 768px) {
  .p-role {
    margin-bottom: 40px;
  }
  .p-role .c-container {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .p-role__img {
    flex-basis: 280px;
    margin-bottom: 0;
  }
  .p-role__desc {
    flex: 1;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-role .c-container {
    padding: 0;
  }
}

.p-kaiketu__desc {
  background-color: rgb(230, 25, 53);
  padding: 25px 0;
  color: #fff;
  position: relative;
}
.p-kaiketu__desc::before {
  content: "";
  width: 60%;
  height: 65%;
  background: url(../images/home/ceo-2.webp) no-repeat left bottom/contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  transform: translateX(-50%);
}
.p-kaiketu__desc h2 {
  padding: 0 6vw 0 0;
  margin-left: auto;
  width: 70%;
  font-size: 1.3em;
}
.p-kaiketu__desc h2 img {
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
}
.p-kaiketu__desc h2 b {
  display: block;
  text-align: right;
}
.p-kaiketu__desc .Img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-kaiketu__desc {
    padding: 40px 4vw 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
  }
  .p-kaiketu__desc::before {
    display: none;
  }
  .p-kaiketu__desc .Img {
    display: block;
    flex: 1;
  }
  .p-kaiketu__desc .Img img {
    max-height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-kaiketu__desc h2 {
    width: auto;
    font-size: 1.8em;
    margin: 0;
  }
  .p-kaiketu__desc h2 img {
    width: 100%;
    max-width: 180px;
    margin: 0 0 20px;
    display: inline-block;
  }
  .p-kaiketu__desc h2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-kaiketu__desc {
    padding: 40px 0 0;
  }
  .p-kaiketu__desc .Img {
    max-width: 350px;
  }
  .p-kaiketu__desc h2 {
    font-size: 2.4em;
  }
  .p-kaiketu__desc h2 img {
    max-width: 220px;
    margin: 0 0 30px;
  }
}

.p-youtube .c-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-youtube__bnr {
  text-align: center;
}
.p-youtube__bnr img {
  max-width: 1200px;
  display: inline-block;
}
.p-youtube__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-youtube__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .p-youtube__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.p-youtube__list__item {
  position: relative;
  aspect-ratio: 16/9;
}
.p-youtube__facade {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.p-youtube__facade__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-youtube__facade__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  transition: background-color 0.2s;
}
.p-youtube__facade__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
}
.p-youtube__facade:hover .p-youtube__facade__play {
  background-color: #f00;
}
.p-youtube__facade iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.p-service {
  position: relative;
}
.p-service::before {
  content: "";
  width: 100%;
  height: 40%;
  background-color: rgb(228, 114, 129);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-service .p-title {
  color: #fff;
}
.p-service__desc {
  color: #fff;
  margin-bottom: 50px;
}
.p-service__desc h3 {
  font-size: 1.4em;
  line-height: 2.2;
  margin-bottom: 25px;
  position: relative;
}
.p-service__desc h3::before {
  content: "";
  width: 100%;
  height: 100px;
  background: url(../images/home/kaito-2.webp) no-repeat center right/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-service__desc .onlyPC {
  display: none;
}
.p-service__list {
  display: grid;
  gap: 50px;
}
.p-service__list__item a {
  display: block;
  height: 100%;
  border-radius: 10px;
  padding: 30px 20px 50px;
  position: relative;
  z-index: 10;
}
.p-service__list__item a::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.3019607843);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  border-radius: 10px;
  transition: all 0.3s;
}
.p-service__list__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/img15.webp) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  border-radius: 10px;
}
.p-service__list__item a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-service__list__item a:hover::before {
    background-color: rgb(230, 25, 53);
  }
  .p-service__list__item a:hover .Desc .btn {
    background-color: #fff;
    color: rgb(230, 25, 53);
  }
  .p-service__list__item a:hover .Desc .btn::before {
    border-top: 2px solid rgb(230, 25, 53);
    border-right: 2px solid rgb(230, 25, 53);
  }
}
.p-service__list__item .Desc {
  background-color: rgba(255, 255, 255, 0.8941176471);
  height: 100%;
  padding: 30px 20px 50px;
  position: relative;
}
.p-service__list__item .Desc h4 {
  text-align: center;
  font-size: 1.1em;
  border-bottom: 1px solid #888;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: rgb(230, 25, 53);
}
.p-service__list__item .Desc p {
  font-size: 0.9em;
  letter-spacing: 0.01em;
}
.p-service__list__item .Desc .btn {
  position: absolute;
  display: inline-block;
  width: 80%;
  max-width: 300px;
  text-align: center;
  background-color: rgb(230, 25, 53);
  color: #fff;
  font-weight: 500;
  bottom: -20px;
  padding: 8px 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.3019607843);
  transition: all 0.3s;
}
.p-service__list__item .Desc .btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.p-service__list__item:nth-child(2) a::after {
  background-image: url(../images/home/img7.webp);
}
.p-service__list__item:nth-child(3) a::after {
  background-image: url(../images/home/img12.webp);
}
@media screen and (min-width: 768px) {
  .p-service::before {
    height: 50%;
  }
  .p-service__desc {
    text-align: center;
  }
  .p-service__desc h3 {
    font-size: 1.7em;
  }
  .p-service__desc h3::before {
    width: 80%;
    max-width: 1000px;
    height: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-service__desc .onlyPC {
    display: block;
  }
  .p-service__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-service__desc h3::before {
    height: 200px;
  }
  .p-service__desc .onlyPC {
    display: block;
  }
  .p-service__list__item a {
    padding: 40px 30px 60px;
  }
  .p-service__list__item .Desc {
    padding: 40px 30px 60px;
  }
  .p-service__list__item .Desc h4 {
    font-size: 1.3em;
  }
  .p-service__list__item .Desc p {
    font-size: 1em;
  }
  .p-service__list__item .Desc .btn {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-service::before {
    height: 70%;
  }
  .p-service__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
    margin: 0 -4vw;
  }
  .p-service__list__item a {
    padding: 40px 20px 60px;
  }
  .p-service__list__item .Desc {
    padding: 40px 20px 60px;
  }
  .p-service__list__item .Desc h4 {
    font-size: 1.2em;
  }
  .p-service__list__item .Desc .btn {
    padding: 10px 0;
    bottom: -25px;
  }
}
@media screen and (min-width: 1500px) {
  .p-service__list {
    margin: 0 -50px;
  }
}

.p-onestop .p-title small {
  display: inline-block;
  background-color: rgb(230, 25, 53);
  color: #fff;
  font-size: 0.8em;
  padding: 5px 20px;
  border-radius: 9999px;
}
.p-onestop .p-title strong {
  margin-top: 12px;
}
.p-onestop__worry {
  position: relative;
  z-index: 10;
  padding: 30px 30px 0px;
}
.p-onestop__worry::before, .p-onestop__worry::after {
  content: "";
  position: absolute;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
.p-onestop__worry::before {
  inset: 0;
  background-color: #ff993d;
  border-radius: 16px 16px 0 0;
}
.p-onestop__worry::after {
  inset: 3px;
  background-color: #fff;
  border-radius: 13px 13px 0 0;
}
.p-onestop__worry h3 {
  display: inline-block;
  background-color: #ff993d;
  color: #fff;
  font-size: 1.2em;
  padding: 5px 30px;
  margin: 0 0 15px -30px;
  border-radius: 0 20px 20px 0;
}
.p-onestop__worry__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 4%;
}
.p-onestop__worry__list__item {
  flex-basis: 48%;
  max-width: 180px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 2px solid #ff993d;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-onestop__worry__list__item p {
  font-weight: 700;
  margin-bottom: 8px;
}
.p-onestop__worry__list__item h4 {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  background-color: #ff993d;
  color: #fff;
  font-size: 1em;
  padding: 6px 0;
  line-height: 1.3;
  border-radius: 9999px;
}
.p-onestop__worry__list__item h4.double {
  font-size: 0.9em;
  padding: 4px 0;
}
.p-onestop__worry .Img {
  text-align: center;
}
.p-onestop__worry .Img img {
  display: inline-block;
  max-width: 450px;
}
.p-onestop__kaiketu {
  padding: 30px 0 50px;
  position: relative;
}
.p-onestop__kaiketu::before {
  content: "";
  width: calc(100% + 12vw);
  height: 130%;
  background-color: #fff3f3;
  position: absolute;
  bottom: 0;
  left: -6vw;
  right: 0;
  margin: auto;
  z-index: -1;
}
.p-onestop__kaiketu .Img {
  text-align: center;
}
.p-onestop__kaiketu .Img img {
  display: inline-block;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-onestop__worry {
    padding: 50px 30px 0px;
  }
  .p-onestop__worry h3 {
    font-size: 1.5em;
    padding: 5px 50px;
    margin: 0 0 30px -30px;
  }
  .p-onestop__worry__list {
    gap: 20px;
  }
  .p-onestop__worry__list__item {
    flex-basis: 33%;
    max-width: 180px;
  }
  .p-onestop__worry__list__item p {
    font-size: 1.15em;
  }
  .p-onestop__worry__list__item h4 {
    bottom: -15px;
    font-size: 1.2em;
    padding: 6px 0;
  }
  .p-onestop__worry__list__item h4.double {
    font-size: 1em;
    padding: 4px 0;
  }
}
@media (max-width: 1023px) {
  .p-onestop__kaiketu .Img .view-pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-onestop .p-title small {
    font-size: 0.7em;
    padding: 5px 30px;
  }
  .p-onestop .p-title strong {
    margin-top: 18px;
  }
  .p-onestop__worry::before, .p-onestop__worry::after {
    content: "";
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .p-onestop__kaiketu {
    padding: 30px 0 80px;
  }
  .p-onestop__kaiketu::before {
    height: 180%;
  }
  .p-onestop__kaiketu .Img {
    margin: 0 -6vw;
  }
  .p-onestop__kaiketu .Img .view-sp {
    display: none;
  }
  .p-onestop__kaiketu .Img img {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1280px) {
  .p-onestop .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1500px) {
  .p-onestop .c-container {
    padding: 0;
    max-width: 1280px;
  }
  .p-onestop__kaiketu .Img {
    margin: 0;
  }
  .p-onestop__kaiketu::before {
    width: 1500px;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.feature {
  background-color: #f4f4f4;
}
.feature .p-title small {
  display: inline-block;
  background-color: rgb(230, 25, 53);
  color: #fff;
  font-size: 0.8em;
  padding: 5px 20px;
  border-radius: 9999px;
}
.feature .p-title strong {
  margin-top: 12px;
}
.feature__list__item {
  border: 2px solid rgb(39, 39, 39);
  border-radius: 10px;
  margin-top: 50px;
  background-color: #fff;
  padding: 40px 20px 30px;
  position: relative;
  z-index: 10;
}
.feature__list__item .num {
  position: absolute;
  display: inline-block;
  z-index: 20;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9em;
  letter-spacing: 1px;
  padding: 8px 30px;
  color: #fff;
}
.feature__list__item .num strong {
  font-size: 1.4em;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
}
.feature__list__item .num::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(230, 25, 53);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 9999px;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.feature__list__item .title {
  background-color: #fff3f3;
  border-radius: 10px;
  text-align: center;
  font-size: 1.1em;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
}
.feature__list__item .Img {
  margin-bottom: 15px;
  text-align: center;
}
.feature__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 60%;
  max-width: 200px;
  aspect-ratio: 1/1;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .feature::before {
    background-attachment: fixed;
  }
  .feature__list__item {
    padding: 50px 40px 40px;
  }
  .feature__list__item .num {
    top: -28px;
    font-size: 1em;
    padding: 10px 40px;
  }
  .feature__list__item .title {
    font-size: 1.2em;
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .feature__list__item .title br {
    display: none;
  }
  .feature__list__item .Wrap {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .feature__list__item .Wrap .Img {
    margin: 0;
  }
  .feature__list__item .Wrap .Img img {
    width: 100%;
  }
  .feature__list__item .Wrap p {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .feature .p-title small {
    font-size: 0.7em;
    padding: 5px 30px;
  }
  .feature .p-title strong {
    margin-top: 18px;
  }
  .feature__list {
    max-width: 800px;
    margin: 0 auto;
  }
  .feature__list__item {
    padding: 50px 50px 40px;
  }
  .feature__list__item .title {
    font-size: 1.4em;
    padding: 35px 0;
  }
  .feature__list__item .Wrap {
    gap: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__list {
    max-width: 1000px;
  }
}

.p-greeting {
  padding-top: 50px;
  background-color: #fff3f3;
  position: relative;
}
.p-greeting__img {
  position: relative;
  z-index: 10;
}
.p-greeting__img::before {
  content: "";
  width: calc(100% + 12vw);
  height: 100%;
  max-height: 300px;
  background: url(../images/home/bg1.webp) no-repeat bottom center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-greeting__img img {
  width: 60%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
}
.p-greeting__img p {
  position: absolute;
  bottom: 50px;
  left: 0;
  font-weight: 600;
  white-space: nowrap;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.p-greeting__img p strong {
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .p-greeting__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .p-greeting__desc {
    flex-basis: 60%;
    margin-left: -10%;
    position: relative;
    z-index: 20;
  }
  .p-greeting__desc p {
    font-size: 0.85em;
  }
  .p-greeting__desc .more-btn {
    text-align: right;
  }
  .p-greeting__img {
    flex-basis: 50%;
  }
  .p-greeting__img::before {
    width: calc(100% + 12vw);
    max-height: 500px;
  }
  .p-greeting__img::after {
    content: "";
    width: calc(100% + 12vw);
    height: 100%;
    max-height: 500px;
    background: linear-gradient(90deg, transparent, #fff3f3);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .p-greeting__img img {
    width: 70%;
    max-width: 250px;
  }
  .p-greeting__img p {
    bottom: 100px;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-greeting__desc {
    flex-basis: 65%;
    margin-left: -15%;
  }
  .p-greeting__desc p {
    font-size: 1em;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-greeting__wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.p-access {
  background-color: #f8f8f8;
}
.p-access__map {
  margin: 0 -6vw 30px;
}
.p-access__map iframe {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
}
.p-access__desc {
  background-color: #fff;
  max-width: 500px;
  margin: 0 auto;
  padding: 25px;
  border-radius: 15px;
  display: grid;
  gap: 10px;
}
.p-access__desc h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: rgb(230, 25, 53);
}
.p-access__desc p {
  padding-bottom: 10px;
  border-bottom: 2px dotted #ccc;
}
.p-access__desc a {
  color: rgb(230, 25, 53);
  border-bottom: 1px solid rgb(230, 25, 53);
  display: inline-block;
  padding-left: 26px;
  position: relative;
}
.p-access__desc a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/pin.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-access__map iframe {
    aspect-ratio: 2/1;
  }
  .p-access__desc {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-access__wrap {
    display: flex;
    justify-content: center;
    gap: 60px;
  }
  .p-access__map {
    margin: 0;
    flex: 1;
  }
  .p-access__desc {
    padding: 30px 40px;
    margin: 0;
    max-width: none;
    align-self: center;
  }
}

.p-contact {
  position: relative;
}
.p-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/bg2.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
.p-contact__tit {
  text-align: center;
}
.p-contact__tit h2 {
  font-size: 1.2em;
  display: inline-block;
  line-height: 1.8;
  position: relative;
}
.p-contact__tit h2::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 12px;
  left: -35px;
  transform: rotate(60deg);
}
.p-contact__tit h2::after {
  content: "";
  width: 26px;
  height: 2px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 12px;
  right: -33px;
  transform: rotate(-60deg);
}
.p-contact__wrap {
  text-align: center;
}
.p-contact__tel a {
  padding: 20px 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 5px;
  background: linear-gradient(180deg, #ff9f31 0%, #e6902d 50%, #ffe044 100%);
  border-bottom: 5px solid #a65c08;
  text-align: center;
  height: 80px;
  width: 80%;
  max-width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 1.8em;
  transform: translateY(0);
  transition: transform 0.15s ease-out, border-bottom-width 0.15s ease-out;
}
.p-contact__tel a span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
}
.p-contact__tel a span::before {
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 24px;
  width: 24px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .p-contact__tel a:hover {
    border-bottom-width: 2px;
    transform: translateY(3px);
  }
}
.p-contact__tel a:active {
  border-bottom-width: 0;
  transform: translateY(5px);
  transition-duration: 0.05s;
}
.p-contact__tel#bnr2 a {
  background: linear-gradient(180deg, rgb(243, 22, 51) 0%, #e63219 50%, #ff7b57 100%);
  border-bottom: 5px solid rgb(168, 16, 36);
  font-size: 1.45em;
}
.p-contact__tel#bnr2 a span::before {
  background-image: url(../images/common/ico-mail-wh.png);
  left: -10px;
}
@media (hover: hover) {
  .p-contact__tel#bnr2 a:hover {
    border-bottom-width: 2px;
    transform: translateY(3px);
  }
}
.p-contact__tel#bnr2 a:active {
  border-bottom-width: 0;
  transform: translateY(5px);
  transition-duration: 0.05s;
}
.p-contact .contact-tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.p-contact .contact-info {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact__tit h2::before {
    width: 40px;
    bottom: 20px;
    left: -60px;
  }
  .p-contact__tit h2::after {
    width: 41px;
    bottom: 20px;
    right: -58px;
  }
  .p-contact__wrap ul {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .p-contact__tel a {
    height: 80px;
    width: 320px;
    max-width: none;
    margin: 0;
  }
  .p-contact .contact-info {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact::before {
    background-attachment: fixed;
  }
  .p-contact__tit h2 {
    font-size: 1.4em;
  }
  .p-contact__tit h2 br {
    display: none;
  }
  .p-contact__tit h2::before {
    bottom: 20px;
    left: -60px;
  }
  .p-contact__tit h2::after {
    bottom: 20px;
    right: -58px;
  }
  .p-contact .contact-tit {
    font-size: 1.25em;
  }
  .p-contact .contact-info {
    font-size: 1.1em;
  }
  .p-contact__tel a {
    height: 90px;
    width: 360px;
    font-size: 2em;
  }
  .p-contact__tel a span {
    padding-left: 30px;
  }
  .p-contact__tel a span::before {
    left: -5px;
    height: 28px;
    width: 28px;
  }
  .p-contact__tel#bnr2 a {
    font-size: 1.6em;
  }
  .p-contact__wrap ul {
    gap: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__tel a {
    height: 96px;
    width: 420px;
  }
}

.p-footer {
  padding: 30px 0 0;
  background-color: #eee;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  display: inline-block;
  width: 55%;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.p-footer__nav li {
  flex-basis: 100%;
  max-width: 240px;
}
.p-footer__nav li span {
  position: relative;
  display: block;
  padding-left: 30px;
}
.p-footer__nav li span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 8px;
  width: 8px;
  border-top: 2px solid rgb(230, 25, 53);
  border-right: 2px solid rgb(230, 25, 53);
  transform: rotate(45deg);
}
.p-footer .copyright {
  background-color: rgb(230, 25, 53);
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .p-footer__nav ul {
    max-width: 500px;
    margin: 0 auto;
    justify-content: start;
    gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer {
    padding: 80px 0 0;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8vw;
    max-width: 1000px;
    margin: 0 auto 50px;
  }
  .p-footer__logo {
    margin-bottom: 0;
  }
  .p-footer__logo img {
    width: 100%;
    max-width: 280px;
  }
  .p-footer__nav {
    margin-bottom: 0;
    flex: 1;
  }
  .p-footer__nav ul {
    max-width: none;
    margin: 0;
    gap: 15px 0;
  }
  .p-footer__nav ul li {
    max-width: none;
    flex-basis: 50%;
  }
  .p-footer .copyright {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer__wrap {
    gap: 100px;
  }
}

.c-company .c-about__desc table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.c-company .c-about__desc table th {
  background-color: #f4f4f4;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}
.c-company .c-about__desc table td {
  display: block;
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.c-company .c-about__desc table td a {
  color: rgb(230, 25, 53);
  border-bottom: 1px solid rgb(230, 25, 53);
}
.c-company .c-about__desc table td .map {
  display: block;
  height: 300px;
  margin: 15px 0;
}
.c-company .c-about__desc table th, .c-company .c-about__desc table td {
  padding: 10px 16px;
}
@media screen and (min-width: 768px) {
  .c-company .c-about__desc table tr {
    display: flex;
  }
  .c-company .c-about__desc table th {
    width: 35%;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-company .c-about__desc table td {
    width: 65%;
    border-left: none;
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 1024px) {
  .c-company .c-about__desc table th {
    width: 30%;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-company .c-about__desc table td {
    width: 70%;
    border-left: none;
    border-top: 1px solid #ccc;
  }
  .c-company .c-about__desc table th, .c-company .c-about__desc table td {
    padding: 15px 20px;
  }
}
.c-company .c-history__list {
  display: grid;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}
.c-company .c-history__list dl {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.c-company .c-history__list dl dt {
  flex-basis: 30%;
}
.c-company .c-history__list dl dd {
  flex-basis: 70%;
}
@media screen and (min-width: 1024px) {
  .c-company .c-history__list {
    max-width: 800px;
  }
  .c-company .c-history__list dl dt {
    flex-basis: 20%;
  }
  .c-company .c-history__list dl dd {
    flex-basis: 80%;
  }
}
.c-presec__wrap {
  background-color: #fff3f3;
  padding: 30px 20px;
  border-radius: 10px;
}
.c-presec__wrap .Img {
  max-width: 500px;
  margin: 0 auto 20px;
}
.c-presec__wrap .Img img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-presec__wrap .Desc h3 {
  text-align: center;
  color: rgb(230, 25, 53);
  font-size: 1.3em;
  margin-bottom: 15px;
}
.c-presec__wrap .Desc .onlyPC {
  display: none;
}
.c-presec__wrap .Desc .Btn {
  margin-top: 20px;
  text-align: center;
}
.c-presec__wrap .Desc .Btn a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  max-width: 300px;
  color: #fff;
  background-color: rgb(230, 25, 53);
  border-radius: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.2em;
}
.c-presec__wrap .Desc .Btn a::before {
  content: "";
  height: 12px;
  width: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .c-presec__wrap .Desc .Btn a {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-presec__wrap {
    padding: 30px;
  }
  .c-presec__wrap .Desc {
    text-align: center;
  }
  .c-presec__wrap .Desc h3 {
    font-size: 1.5em;
  }
  .c-presec__wrap .Desc h3 br {
    display: none;
  }
  .c-presec__wrap .Desc .onlyPC {
    display: block;
  }
  .c-presec__wrap .Desc .Btn a {
    padding: 15px 0;
    max-width: 320px;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  .c-presec__wrap {
    padding: 50px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .c-presec__wrap .Img {
    max-width: none;
    margin: 0;
    flex: 1;
  }
  .c-presec__wrap .Desc p {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1280px) {
  .c-presec__wrap {
    padding: 50px;
    max-width: 1100px;
  }
}

.p-risk__lead {
  text-align: center;
}
.p-risk__list {
  display: grid;
  gap: 40px;
}
.p-risk__list__item {
  border: 2px solid rgb(39, 39, 39);
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 20px 25px;
  position: relative;
}
.p-risk__list__item .num {
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: rgb(230, 25, 53);
  border-radius: 50%;
}
.p-risk__list__item .Icon {
  margin-bottom: 15px;
  text-align: center;
}
.p-risk__list__item .Icon img {
  width: 30%;
  max-width: 120px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.p-risk__list__item h3 {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6;
  color: rgb(230, 25, 53);
  margin-bottom: 12px;
}
.p-risk__list__item p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-risk__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }
  .p-risk__list__item {
    padding: 40px 25px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-risk__list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
    margin: 0 auto;
  }
}

.p-flow__list {
  display: grid;
  gap: 30px;
}
.p-flow__list__item {
  position: relative;
  border: 1px solid rgb(230, 25, 53);
}
.p-flow__list__item::before {
  position: absolute;
  content: "";
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid rgb(230, 25, 53);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-flow__list__item:last-child::before {
  display: none;
}
.p-flow__list__item .step {
  background-color: rgb(39, 39, 39);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  font-style: italic;
  letter-spacing: 0;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
}
.p-flow__list__item .step::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid rgb(39, 39, 39);
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-flow__list__item h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 2px;
  background-color: rgb(230, 25, 53);
  padding: 10px 15px;
  margin-bottom: 30px;
  position: relative;
}
.p-flow__list__item h3 .font {
  display: block;
  color: #fff;
}
.p-flow__list__item .Img {
  text-align: center;
  position: relative;
  z-index: 10;
}
.p-flow__list__item .Img img {
  display: inline-block;
  width: 70%;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow__list__item .Desc {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-flow__list__item h3 {
    font-size: 1.5em;
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  .p-flow__list__item .Wrap {
    display: flex;
    padding: 0 30px 30px;
    align-items: center;
    gap: 30px;
  }
  .p-flow__list__item .Wrap .Img img {
    max-width: 280px;
    aspect-ratio: 1/1;
  }
  .p-flow__list__item .Wrap .Desc {
    padding: 0px;
    flex: 1;
  }
  .p-flow__list__item:nth-child(2) .Wrap .Img img, .p-flow__list__item:nth-child(4) .Wrap .Img img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__list {
    max-width: 800px;
    margin: 0 auto;
    gap: 50px;
  }
  .p-flow__list__item::before {
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 36px solid rgb(230, 25, 53);
    bottom: -36px;
  }
  .p-flow__list__item h3 {
    padding: 20px 0;
    margin-bottom: 45px;
  }
  .p-flow__list__item .Wrap {
    padding: 0 50px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow__list {
    max-width: 1000px;
  }
  .p-flow__list__item h3 {
    font-size: 1.7em;
  }
}

.p-question__list {
  margin: 0 -3vw;
  display: grid;
  gap: 30px;
}
.p-question__list__item {
  background-color: #fff;
  border: 3px solid rgb(39, 39, 39);
  border-radius: 10px;
  padding: 20px 5vw 15px;
}
.p-question__list__item .q {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
}
.p-question__list__item .q span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(230, 25, 53);
  font-size: 16px;
  padding: 0 9px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.p-question__list__item .q p {
  flex: 1;
  font-weight: 600;
}
.p-question__list__item .a {
  display: flex;
  gap: 10px;
}
.p-question__list__item .a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff993d;
  font-size: 16px;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.p-question__list__item .a p {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-question__list {
    margin: 0;
  }
  .p-question__list__item {
    padding: 30px 6vw;
  }
  .p-question__list__item .q p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-question__list {
    max-width: 800px;
    margin: 0 auto;
  }
  .p-question__list__item {
    padding: 30px 50px;
  }
  .p-question__list__item .q {
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 20px;
  }
  .p-question__list__item .q span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 0 11px;
    line-height: 40px;
  }
  .p-question__list__item .a {
    gap: 20px;
  }
  .p-question__list__item .a span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 0 13px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-question__list {
    max-width: 1000px;
  }
  .p-question__list__item .q p {
    font-size: 1.2em;
  }
}

.c-tebanasu__title {
  text-align: center;
  line-height: 1.6;
  font-size: 2em;
}
.c-tebanasu__title .hukidasi {
  display: inline-block;
  background-color: rgb(230, 25, 53);
  color: #fff;
  font-size: 0.65em;
  padding: 8px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
}
.c-tebanasu__title .hukidasi::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(230, 25, 53);
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-tebanasu__title .Title {
  display: block;
}
.c-tebanasu__list {
  display: grid;
  gap: 20px;
}
.c-tebanasu__list__item {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.c-tebanasu__list__item h3 {
  background-color: rgb(39, 39, 39);
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .c-tebanasu__title {
    font-size: 2.4em;
  }
  .c-tebanasu__title .hukidasi {
    padding: 12px 30px;
    margin-bottom: 20px;
  }
  .c-tebanasu__title .Title br {
    display: none;
  }
  .c-tebanasu__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .c-tebanasu__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .c-tebanasu__title {
    font-size: 2.8em;
  }
}

.c-son {
  background: url(../images/home/bg3.webp) no-repeat center/cover;
}
.c-son__title {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-size: 1.8em;
}
.c-son__title small {
  display: block;
}
.c-son__title strong {
  color: rgb(230, 25, 53);
  font-size: 1.5em;
  display: inline-block;
  margin: 0 5px;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.c-son__list {
  display: grid;
  gap: 20px;
}
.c-son__list__item {
  background-color: rgba(255, 255, 255, 0.7490196078);
}
.c-son__list__item .Img {
  aspect-ratio: 3/2;
}
.c-son__list__item .Desc {
  text-align: center;
  padding: 15px;
}
.c-son__list__item .Desc h3 {
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #565656;
}
.c-son__list__item .Desc span {
  color: rgb(230, 25, 53);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-son__title {
    line-height: 1.5;
    font-size: 2.2em;
  }
  .c-son__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .c-son {
    background: url(../images/home/bg4.webp) no-repeat center/cover;
  }
  .c-son__list {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -3vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-son__title {
    font-size: 2.6em;
  }
  .c-son__list {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-akiya .worries .p-title br {
    display: none;
  }
}
.c-akiya .p-service::before {
  height: 50%;
}
.c-akiya .p-service__desc h3::before {
  bottom: -20px;
}
.c-akiya .p-service__desc h3::after {
  content: "";
  width: 100%;
  height: 110px;
  background: url(../images/home/mori-2.webp) no-repeat center left/contain;
  position: absolute;
  bottom: 130px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-akiya .p-service__desc h3::after {
    width: 80%;
    max-width: 1000px;
    height: 160px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-akiya .p-service__desc h3::after {
    height: 220px;
  }
}
.c-akiya .p-service__desc .onlyPC {
  display: none;
}
.c-akiya .p-service__list__item a::after {
  background-image: url(../images/home/img5.webp);
}
.c-akiya .p-service__list__item:nth-child(2) a::after {
  background-image: url(../images/home/img9.webp);
}
.c-akiya .p-service__list__item:nth-child(3) a::after {
  background-image: url(../images/home/img8.webp);
}
@media screen and (min-width: 768px) {
  .c-akiya .p-service::before {
    height: 65%;
  }
}
@media screen and (min-width: 1280px) {
  .c-akiya .p-service__list {
    display: flex;
    justify-content: center;
  }
  .c-akiya .p-service__list__item {
    flex-basis: 32%;
  }
}

.c-soudan__topview__img {
  height: 370px;
  position: relative;
  overflow: hidden;
}
.c-soudan__topview__img img {
  -o-object-position: center left;
     object-position: center left;
}
.c-soudan__topview__img::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  inset: 0;
  left: -50px;
  margin: auto;
  background-color: #fff;
  opacity: 0.7;
  transform: skewX(-45deg);
  transform-origin: center;
}
.c-soudan__topview__desc {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  padding: 0 6vw;
}
.c-soudan__topview__desc .hukidasi {
  margin-bottom: 15px;
}
.c-soudan__topview__desc .hukidasi span {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  font-size: 0.9em;
  padding: 8px 15px;
  border-radius: 9999px;
  font-weight: 500;
  position: relative;
}
.c-soudan__topview__desc .hukidasi span::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  /* 色は任意に変更可能 */
  bottom: -15px;
  left: 20%;
  transform: translateX(-50%) rotate(160deg);
}
.c-soudan__topview__desc .hukidasi span b {
  color: rgb(230, 25, 53);
}
.c-soudan__topview__desc h3 {
  font-size: 1.2em;
  margin-bottom: 8px;
  color: rgb(230, 25, 53);
}
.c-soudan__topview__desc h3 strong {
  font-size: 1.8em;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  color: #eaaa62;
}
.c-soudan__topview__desc h3 span {
  background: linear-gradient(transparent 55%, #ffee4f 45%);
  padding: 0 2px;
}
.c-soudan__topview__desc h2 {
  font-size: 2.2em;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgb(230, 25, 53);
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.c-soudan__topview__desc .Btn {
  margin-top: 20px;
  text-align: center;
}
.c-soudan__topview__desc .Btn a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  max-width: 300px;
  color: #fff;
  background-color: rgb(230, 25, 53);
  border-radius: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.2em;
}
.c-soudan__topview__desc .Btn a::before {
  content: "";
  height: 12px;
  width: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .c-soudan__topview__desc .Btn a {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-soudan__topview__img {
    height: 400px;
  }
  .c-soudan__topview__img::before {
    width: 100%;
    transform: skewX(-45deg);
  }
  .c-soudan__topview__desc {
    top: 120px;
    padding: 0 8vw;
  }
  .c-soudan__topview__desc .hukidasi span {
    font-size: 1.1em;
  }
  .c-soudan__topview__desc h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .c-soudan__topview__desc h3 br {
    display: none;
  }
  .c-soudan__topview__desc h2 {
    font-size: 2.6em;
    margin-bottom: 30px;
  }
  .c-soudan__topview__desc h2 br {
    display: none;
  }
  .c-soudan__topview__desc .Btn a {
    padding: 15px 0;
    max-width: 320px;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  .c-soudan__topview__img {
    height: 500px;
  }
  .c-soudan__topview__desc {
    top: 200px;
    text-align: center;
  }
  .c-soudan__topview__desc .hukidasi span {
    font-size: 1.3em;
    padding: 8px 30px;
  }
  .c-soudan__topview__desc h3 {
    font-size: 2em;
    margin-bottom: 12px;
  }
  .c-soudan__topview__desc h2 {
    font-size: 3em;
    margin-bottom: 50px;
  }
}
.c-soudan .p-risk__lead {
  text-align: left;
}
.c-soudan .p-risk__lead .onlyPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-soudan .p-risk__lead {
    text-align: center;
  }
  .c-soudan .p-risk__lead .onlyPC {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .c-soudan .p-risk__list {
    max-width: 1000px;
    margin: 0 auto 45px;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
  .c-soudan .p-risk__list__item {
    padding: 40px 40px 30px;
  }
  .c-soudan .p-risk__list__item h3 br {
    display: none;
  }
}

.p-news__list {
  border-top: 1px solid #ccc;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.p-news__item {
  border-bottom: 1px solid #ccc;
}
.p-news__link {
  display: block;
}
.p-news__desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 20px;
  padding: 16px 0;
}
.p-news__desc .Wrap {
  flex-shrink: 0;
}
.p-news__date {
  color: rgb(230, 25, 53);
  font-size: 0.9em;
}
.p-news__content {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1024px) {
  .p-news__list {
    max-width: 1000px;
  }
  .p-news__desc {
    gap: 8px 30px;
    padding: 20px 0;
  }
  .p-news__date {
    font-size: 1em;
  }
  .p-news__content {
    font-size: 1.1em;
  }
}

.c-news-sl {
  margin-top: 50px;
}
.c-news-sl__tit h1 {
  font-size: 1.4em;
  margin-bottom: 8px;
}
.c-news-sl__date {
  color: rgb(230, 25, 53);
  font-size: 0.9em;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(230, 25, 53);
}
@media screen and (min-width: 768px) {
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-news-sl__contents {
    padding: 50px 0;
  }
  .c-news-sl .c-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .c-news-sl .c-container {
    max-width: 1000px;
  }
}

.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
.c-contact__desc {
  padding: 30px 20px;
  background-color: #fff3f3;
  border-radius: 10px;
}
.c-contact__desc h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__desc {
    padding: 30px 50px;
  }
  .c-contact__desc h2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact__desc {
    text-align: center;
  }
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form .wrap {
  max-width: 540px;
  margin: 0 auto;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  height: 45px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-weight: 500;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  background-color: rgb(199, 44, 60);
  color: #fff;
  font-size: 0.7em;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
}
.c-contact .contact-form .free {
  padding: 5px 0;
}
.c-contact .contact-form .ct-tit {
  margin: 15px 0;
  text-align: left;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .privacy {
  margin-bottom: 30px;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #ccc;
  background-color: #f2f2f2;
}
.c-contact .contact-form .submit-btn input {
  border-color: rgb(230, 25, 53);
  background-color: rgb(230, 25, 53);
  font-weight: bold;
  color: #fff;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-contact .contact-form .h-adr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
  }
  .c-contact .contact-form .h-adr > p {
    display: none;
  }
  .c-contact .contact-form .h-adr dl {
    padding-bottom: 0;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 24px;
    width: 24px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact .contact-form .wrap {
    max-width: 800px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .c-contact .contact-form dt {
    font-size: 1.15em;
  }
  .c-contact .contact-form dl {
    padding-bottom: 0;
  }
  .c-contact .contact-form input, .c-contact .contact-form textarea {
    padding: 12px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form select {
    height: 55px;
    padding: 12px;
  }
  .c-contact .contact-form .must,
  .c-contact .contact-form .free {
    padding: 8px 0;
  }
  .c-contact .contact-form .ct-tit,
  .c-contact .contact-form .privacy,
  .c-contact .contact-form .submit-btn,
  .c-contact .contact-form .h-adr,
  .c-contact .contact-form .ct-other {
    grid-column: 1/-1;
  }
  .c-contact .contact-form .h-adr {
    gap: 30px;
    margin-bottom: 10px;
  }
  .c-contact .contact-form .ct-tit,
  .c-contact .contact-form .privacy {
    margin: 0;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy-title,
.c-thanks-title {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 50px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-privacy-title br,
  .c-thanks-title br {
    display: none;
  }
}
.c-privacy h2,
.c-thanks h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
}
.c-privacy .List,
.c-thanks .List {
  margin-top: 15px;
  display: grid;
  gap: 8px;
}
.c-privacy .List li,
.c-thanks .List li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1024px) {
  .c-privacy-title,
  .c-thanks-title {
    font-size: 2.2em;
    margin-bottom: 70px;
  }
  .c-privacy h2,
  .c-thanks h2 {
    font-size: 1.4em;
  }
  .c-privacy .List,
  .c-thanks .List {
    margin-top: 30px;
    gap: 12px;
  }
}

.c-thanks-title {
  font-size: 1.5em;
}
@media screen and (min-width: 1024px) {
  .c-thanks-title {
    font-size: 1.8em;
  }
}/*# sourceMappingURL=style.css.map */