@charset "UTF-8";
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.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: 45px;
  }
}

.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: 80px;
}
@media screen and (min-width: 768px) {
  .mb-lr {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-lr {
    margin-bottom: 150px;
  }
}

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

.pd-md {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-md {
    padding: 80px 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-left: auto;
    margin-right: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
  -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;
}

table {
  border-collapse: collapse;
}

.top-view .swiper-container {
  overflow: visible !important;
}
.top-view .swiper-slide {
  overflow: hidden;
}

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

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 3px solid #ccc;
}
.tab-cate .tab {
  padding: 10px;
  border: 1px solid #efefef;
  border-left: none;
  border-bottom: none;
  font-weight: bold;
  color: #05204d;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.tab-cate .tab .font {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
}
.tab-cate .tab:nth-child(2n+1) {
  border-left: 1px solid #efefef;
}
.tab-cate .tab:nth-child(4)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .tab-cate {
    grid-template-columns: repeat(3, 1fr);
  }
  .tab-cate .tab:nth-child(3) {
    border-left: none;
  }
  .tab-cate .tab:nth-child(3)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #efefef;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .tab-cate .tab:nth-child(4) {
    border-left: 1px solid #efefef;
  }
  .tab-cate .tab:nth-child(4)::before {
    display: none;
  }
  .tab-cate .tab:nth-child(5) {
    border-left: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab-cate {
    grid-template-columns: repeat(5, 1fr);
  }
  .tab-cate .tab:nth-child(3)::before {
    display: none;
  }
  .tab-cate .tab:nth-child(4) {
    border-left: none;
  }
}
@media screen and (min-width: 1280px) {
  .tab-cate .tab {
    padding: 15px 10px;
    font-size: 1.1em;
    line-height: 1.6;
  }
}
.tab.is-active {
  transition: all 0.2s ease-out;
}
.tab.is-active::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #05204d;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 10;
}

.panel.is-show {
  display: block;
}

.p-tab__list {
  display: grid;
  gap: 20px;
}
.p-tab__list__item {
  border: 1px solid #efefef;
}
.p-tab__list__item .Img {
  aspect-ratio: 16/9;
  position: relative;
}
.p-tab__list__item .Img span {
  position: absolute;
  background-color: #05204d;
  color: #fff;
  padding: 3px 15px;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 0.9em;
}
.p-tab__list__item .Desc {
  padding: 15px;
}
.p-tab__list__item .Desc h3 {
  font-size: 1.2em;
  margin-bottom: 8px;
}
.p-tab__list.small {
  grid-template-columns: repeat(2, 1fr);
}
.p-tab__list.small .p-tab__list__item .Img {
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.p-tab__list.small .p-tab__list__item .Img img {
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
  padding: 15px 0;
}
.p-tab__list.small .p-tab__list__item .Desc {
  text-align: center;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .p-tab__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-tab__list.small {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-tab__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-tab__list.small {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .p-tab__list {
    gap: 30px;
  }
  .p-tab__list__item .Desc {
    padding: 20px;
  }
  .p-tab__list__item .Desc h3 {
    font-size: 1.4em;
  }
}
.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%;
}

.faq__item .ac-title.is-active {
  transition: all 3s;
}
.faq__item .ac-title.is-active .i_box::after {
  height: 0;
  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;
}

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

Stylesheet: ベーススタイル

******************************************************************/
body {
  color: rgb(39, 39, 39);
  letter-spacing: 0.08em;
  font-size: clamp(1.3rem, 1.2rem + 0.3vw, 1.7rem);
  font-weight: 500;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.serif {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.1em;
}

.font {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 6vw 30px;
}
.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: #05204d;
  border-bottom: 1px solid #05204d;
}
@media screen and (min-width: 1024px) {
  .breadcrumb li:last-child {
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumb {
    padding: 30px 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .breadcrumb {
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  position: relative;
}
.c-topview .p-title {
  text-align: left;
  text-shadow: rgba(255, 255, 255, 0.5019607843) 0px 0px 3px, rgba(255, 255, 255, 0.5019607843) 2px 0px 2px, rgba(255, 255, 255, 0.5019607843) -2px 0px 2px, rgba(255, 255, 255, 0.5019607843) 0px -2px 2px, rgba(255, 255, 255, 0.5019607843) 0px 2px 2px, rgba(255, 255, 255, 0.5019607843) 2px 2px 2px, rgba(255, 255, 255, 0.5019607843) -2px 2px 2px, rgba(255, 255, 255, 0.5019607843) 2px -2px 2px, rgba(255, 255, 255, 0.5019607843) -2px -2px 2px;
}
.c-topview .p-title .en {
  text-shadow: none;
}
.c-topview__img {
  height: 25vh;
  min-height: 180px;
  overflow: hidden;
  background: url(../images/home/img2.webp) no-repeat center/cover;
  border-radius: 10px;
  position: relative;
}
.c-topview__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #05204d;
  opacity: 0.3;
}
.c-topview.contact-page .c-topview__img {
  background-image: url(../images/home/img10.webp);
}
.c-topview.narrator-page .c-topview__img {
  background-image: url(../images/home/new4.webp);
}
.c-topview.price-page .c-topview__img {
  background-image: url(../images/home/new12.webp);
}
.c-topview.company-page .c-topview__img {
  background-image: url(../images/home/img4.webp);
}
.c-topview.news-page .c-topview__img {
  background-image: url(../images/home/img6.webp);
}
@media screen and (min-width: 768px) {
  .c-topview__img {
    height: 30vh;
    min-height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .c-topview__img {
    height: 40vh;
    min-height: 320px;
    max-height: 360px;
    background-attachment: fixed;
    width: 70%;
    margin-left: auto;
    background-size: 80% auto;
    background-position: right top;
  }
  .c-topview .p-title {
    position: absolute;
    z-index: 100;
    top: 40%;
    left: 6vw;
    transform: translateY(-50%);
  }
  .c-topview.no-img .p-title {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media screen and (min-width: 1280px) {
  .c-topview__img {
    min-height: 360px;
    width: 60%;
    background-size: 70% auto;
  }
  .c-topview .p-title {
    left: 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-topview .p-title {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1200px;
  }
  .c-topview__img {
    max-height: 420px;
    background-size: 1000px auto;
    background-position: 60% 0%;
  }
}

.p-title {
  font-size: 1.5em;
  color: #05204d;
  text-align: center;
  position: relative;
}
.p-title .en {
  text-transform: uppercase;
  font-size: 2.8em;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 0.6;
  position: absolute;
  color: #c9a96e;
  inset: 0;
  margin: 0;
  z-index: -1;
  opacity: 0.15;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-title {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1024px) {
  .p-title {
    font-size: 2em;
  }
}

.c-title {
  font-size: 1.4em;
  line-height: 2;
  padding-bottom: 5px;
  border-bottom: 1px solid #05204d;
}
@media screen and (min-width: 1024px) {
  .c-title {
    font-size: 1.6em;
    padding-bottom: 12px;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #05204d;
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #05204d;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.more-btn__link span.serif {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.more-btn__link span.serif::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  right: 0;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  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 {
  color: #05204d;
  transform: none;
}
.more-btn__link.slide-bg:hover span.serif::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #05204d;
  border-right: 1px solid #05204d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .more-btn__link {
    padding: 16px 40px;
  }
}

/* ==========================================================================
   ページネーション
   ========================================================================== */
.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.2rem, 1.5vw, 1.5rem);
  color: #434749;
  transition: color 0.2s ease;
}
.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  color: #05204d;
  border-bottom: 2px solid #05204d;
}
.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: #05204d;
  }
}

.wp-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-categories ul li a {
  color: #fff;
  background-color: #c9a96e;
  padding: 2px 12px;
  border-radius: 30px;
  display: inline-block;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .wp-categories ul li a:hover {
    opacity: 0.6;
  }
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero .swiper-slide {
  height: calc(100vh - 64px);
  min-height: 430px;
  position: relative;
}
.top-view .hero .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle at top left, #fff 35%, transparent 80%);
}
.top-view .hero__item {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  color: #05204d;
  width: 100%;
  padding: 20px 5vw;
}
.top-view .hero__desc {
  color: #05204d;
  margin-bottom: 30px;
}
.top-view .hero__desc h2 {
  font-size: 2.8em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.top-view .hero__desc h3 {
  font-size: 1em;
}
.top-view .hero__btn {
  display: grid;
  gap: 10px;
}
.top-view .hero__btn__item a {
  display: inline-block;
  border: 1px solid #05204d;
  background-color: #05204d;
  color: #fff;
  width: 80%;
  max-width: 360px;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .top-view .hero__btn__item a:hover {
    background-color: #c9a96e;
    border: 1px solid #c9a96e;
  }
}
.top-view .hero__btn__item a span {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.top-view .hero__btn__item a span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/mail-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
}
.top-view .hero__btn__item:nth-child(2) a {
  background-color: #fff;
  color: #05204d;
}
.top-view .hero__btn__item:nth-child(2) a span::before {
  background-image: url(../images/common/sound.svg);
  transition: all 0.3s;
}
.top-view .hero__btn__item:nth-child(2) a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .top-view .hero__btn__item:nth-child(2) a:hover {
    background-color: #c9a96e;
    border: 1px solid #c9a96e;
    color: #fff;
  }
  .top-view .hero__btn__item:nth-child(2) a:hover span::before {
    filter: brightness(0) invert(1);
  }
}
.top-view .hero__list {
  background-color: #021633;
  padding: 30px 6vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.top-view .hero__list__item {
  flex-basis: 31%;
  max-width: 170px;
}
.top-view .hero__list__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .top-view .hero .swiper-slide {
    height: calc(100vh - 76px);
    min-height: 530px;
  }
  .top-view .hero__item {
    padding: 30px 6vw;
  }
  .top-view .hero__desc {
    margin-bottom: 40px;
  }
  .top-view .hero__desc h2 {
    font-size: 3.2em;
  }
  .top-view .hero__desc h3 {
    font-size: 1.2em;
  }
  .top-view .hero__btn__item a {
    font-size: 1.2em;
    max-width: 420px;
    padding: 12px 0;
  }
  .top-view .hero__btn__item a span {
    padding-left: 20px;
  }
  .top-view .hero__btn__item a span::before {
    width: 28px;
    height: 28px;
    left: -20px;
  }
  .top-view .hero__list {
    padding: 30px 4vw;
    gap: 18px;
  }
  .top-view .hero__list__item {
    flex-basis: 31%;
    max-width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .top-view .hero .swiper-slide {
    height: calc(100vh - 90px);
    min-height: 700px;
  }
  .top-view .hero__list {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: transparent;
    width: 100%;
    justify-content: left;
    gap: 10px;
  }
  .top-view .hero__list__item {
    max-width: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .top-view .hero .swiper-slide {
    min-height: 750px;
  }
  .top-view .hero__item {
    padding: 50px 6vw;
  }
}
@media screen and (min-width: 1500px) {
  .top-view .hero__item {
    max-width: 1200px;
    padding: 50px 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-view .hero__list {
    max-width: 1200px;
    padding: 30px 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-worry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.p-worry__list__item {
  border: 1px solid #ccc;
  padding: 20px 0;
  border-radius: 10px;
  text-align: center;
}
.p-worry__list__item .Icon {
  text-align: center;
  margin-bottom: 15px;
}
.p-worry__list__item .Icon img {
  width: 40%;
  max-width: 100px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.p-worry__list__item h3 {
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .p-worry .p-title br {
    display: none;
  }
  .p-worry__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-worry__list {
    gap: 15px;
  }
  .p-worry__list__item {
    padding: 30px 0;
  }
  .p-worry__list__item .Icon {
    margin-bottom: 20px;
  }
  .p-worry__list__item h3 {
    font-size: 1.2em;
  }
}

.p-kaiketu {
  background-color: #f5f3f0;
}
.p-kaiketu__list {
  display: grid;
  gap: 10px;
  max-width: 400px;
  margin: 0 auto;
}
.p-kaiketu__list__item p {
  padding-left: 30px;
  position: relative;
}
.p-kaiketu__list__item p::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-kaiketu .c-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .p-kaiketu .p-title {
    text-align: left;
    font-size: 1.5em;
  }
  .p-kaiketu__list {
    max-width: none;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-kaiketu .p-title {
    font-size: 1.8em;
  }
  .p-kaiketu .c-container {
    gap: 70px;
  }
}
.p-feature__list {
  display: grid;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.p-feature__list__item {
  position: relative;
  background-color: #f5f3f0;
}
.p-feature__list__item .Img {
  aspect-ratio: 16/9;
}
.p-feature__list__item .Desc {
  padding: 20px 20px 30px;
}
.p-feature__list__item .Desc .Ttl {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 20px;
  color: #05204d;
}
.p-feature__list__item .Desc .Ttl .num {
  text-align: center;
  font-size: 1.1em;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.p-feature__list__item .Desc .Ttl .num strong {
  display: block;
  font-size: 3.2em;
  line-height: 0.5;
}
.p-feature__list__item .Desc .Ttl h3 {
  font-size: 1.2em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-feature__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
    margin: 0 -2vw;
    gap: 20px 2%;
  }
  .p-feature__list__item {
    flex-basis: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .p-feature__list {
    margin: 0;
    gap: 30px 4%;
  }
  .p-feature__list__item {
    flex-basis: 48%;
  }
  .p-feature__list__item .Desc {
    padding: 30px 30px 40px;
  }
  .p-feature__list__item .Desc .Ttl {
    gap: 20px;
    margin-bottom: 25px;
  }
  .p-feature__list__item .Desc .Ttl h3 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1280px) {
  .p-feature__list {
    margin: 0 -4vw;
    gap: 30px 2%;
  }
  .p-feature__list__item {
    flex-basis: 32%;
  }
  .p-feature__list__item .Desc {
    padding: 30px 20px 40px;
  }
  .p-feature__list__item .Desc .Ttl {
    gap: 15px;
  }
  .p-feature__list__item .Desc .Ttl h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1500px) {
  .p-feature__list {
    margin: 0 -50px;
  }
}

.p-achievement .p-title {
  margin-bottom: 15px;
}
.p-achievement__list {
  display: grid;
  gap: 20px;
}
.p-achievement__list__item h3 {
  font-size: 1.2em;
  padding: 0 0 4px 15px;
  border-left: 5px solid #05204d;
  border-bottom: 1px solid #05204d;
  color: #1a3a6b;
  margin-bottom: 12px;
}
.p-achievement__list__item .List {
  display: grid;
  gap: 6px;
}
.p-achievement__list__item .List__item {
  position: relative;
  padding-left: 1.5em;
}
.p-achievement__list__item .List__item::before {
  content: "・";
  font-size: 1.5em;
  line-height: 1;
  color: #05204d;
  position: absolute;
  left: 0;
  top: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-achievement .p-title br {
    display: none;
  }
  .p-achievement__desc {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-achievement__list {
    display: grid;
    gap: 30px 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-achievement__list__item h3 {
    font-size: 1.3em;
    padding: 0 0 6px 15px;
    margin-bottom: 18px;
  }
  .p-achievement__list__item:nth-child(5) {
    grid-column: 1/-1;
  }
  .p-achievement__list__item:nth-child(5) .List {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 30px;
  }
}

.p-narrator {
  background-color: #f5f3f0;
}
.p-narrator__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.p-narrator .p-title {
  text-align: left;
  margin-bottom: 10px;
  z-index: 10;
}
.p-narrator .p-title .en {
  color: #1a3a6b;
  opacity: 0.08;
}
.p-narrator__nav {
  display: flex;
  gap: 10px;
}
.p-narrator__slider {
  position: relative;
}
.p-narrator__slider .swiper-narrator {
  position: relative;
}
.p-narrator-link {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 15px;
}
.p-narrator-link .Img {
  aspect-ratio: 1/1;
  margin-bottom: 8px;
}
.p-narrator-link h3 {
  font-size: 1em;
}
.p-narrator [class*=swiper-button-prev],
.p-narrator [class*=swiper-button-next] {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-narrator [class*=swiper-button-prev]:hover,
.p-narrator [class*=swiper-button-next]:hover {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
.p-narrator [class*=swiper-button-prev].swiper-button-disabled,
.p-narrator [class*=swiper-button-next].swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.p-narrator [class*=swiper-button-prev].swiper-button-disabled:hover,
.p-narrator [class*=swiper-button-next].swiper-button-disabled:hover {
  transform: scale(1);
}
.p-narrator [class*=swiper-button-prev]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #05204d;
  border-right: 1px solid #05204d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(225deg);
  left: 2px;
  right: 0;
}
.p-narrator [class*=swiper-button-next]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #05204d;
  border-right: 1px solid #05204d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  left: 0;
  right: 2px;
}
@media screen and (min-width: 768px) {
  .p-narrator__header {
    margin-bottom: 45px;
  }
  .p-narrator__slider {
    margin-bottom: 50px;
  }
  .p-narrator [class*=swiper-button-prev],
  .p-narrator [class*=swiper-button-next] {
    width: 54px;
    height: 54px;
  }
  .p-narrator [class*=swiper-button-prev]::before,
  .p-narrator [class*=swiper-button-next]::before {
    width: 10px;
    height: 10px;
  }
  .p-narrator-link {
    padding: 20px;
  }
  .p-narrator-link .Img {
    margin-bottom: 12px;
  }
  .p-narrator-link h3 {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 1024px) {
  .p-narrator__nav {
    gap: 20px;
  }
  .p-narrator [class*=swiper-button-prev]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #05204d;
    border-right: 1px solid #05204d;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(225deg);
    left: 4px;
  }
  .p-narrator [class*=swiper-button-next]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #05204d;
    border-right: 1px solid #05204d;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    right: 4px;
  }
  .p-narrator [class*=swiper-button-prev],
  .p-narrator [class*=swiper-button-next] {
    width: 64px;
    height: 64px;
  }
  .p-narrator [class*=swiper-button-prev]::before,
  .p-narrator [class*=swiper-button-next]::before {
    width: 12px;
    height: 12px;
  }
  .p-narrator-link {
    padding: 30px 30px 20px;
  }
  .p-narrator-link .Img {
    margin-bottom: 18px;
  }
  .p-narrator-link h3 {
    font-size: 1.35em;
  }
}
.p-price {
  background-color: #05204d;
}
.p-price .c-container {
  padding: 0 4vw;
}
.p-price .p-title {
  color: #fff;
  z-index: 10;
}
.p-price .p-title .en {
  color: #fff;
}
.p-price__wrap {
  background-color: #fff;
  padding: 30px 4vw;
  border-radius: 8px;
}
.p-price__wrap .Inner {
  margin-bottom: 30px;
}
.p-price__wrap .Inner__tit {
  color: #05204d;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.p-price__wrap .Inner .caution {
  max-width: 450px;
  margin: 12px auto 0;
  font-size: 0.8em;
}
.p-price__table {
  margin-bottom: 8px;
}
.p-price__table table {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.p-price__table table thead {
  background-color: #05204d;
}
.p-price__table table thead th {
  border: 1px solid #fff;
  font-size: 0.9em;
  padding: 12px 0;
  text-align: center;
  color: #fff;
}
.p-price__table table thead th.color {
  background-color: #1a3a6b;
}
.p-price__table table tbody th,
.p-price__table table tbody td {
  background-color: #efefef;
  border: 1px solid #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 0.9em;
  font-weight: 400;
}
.p-price__desc .p-title {
  color: #05204d;
}
@media screen and (min-width: 768px) {
  .p-price .c-container {
    padding: 0 5vw;
  }
  .p-price__wrap {
    padding: 50px 5vw;
  }
  .p-price__wrap .Inner {
    margin-bottom: 45px;
  }
  .p-price__table {
    overflow-x: hidden;
  }
  .p-price__table table {
    width: 100%;
    table-layout: fixed;
  }
  .p-price__desc {
    text-align: center;
  }
  .p-price__desc .p-title br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-price__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    border-radius: 12px;
  }
  .p-price__wrap .Inner {
    margin-bottom: 0;
  }
  .p-price__wrap .Inner__tit {
    font-size: 1.4em;
  }
  .p-price__desc {
    flex: 1;
    text-align: left;
  }
  .p-price__desc .p-title {
    text-align: left;
    font-size: 1.7em;
  }
  .p-price__desc .p-title br {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .p-price .c-container {
    padding: 0 8vw;
  }
  .p-price__wrap {
    padding: 60px 5vw;
  }
  .p-price__table table thead th {
    font-size: 1em;
  }
  .p-price__table table tbody th,
  .p-price__table table tbody td {
    font-size: 1em;
  }
  .p-price__desc .p-title {
    font-size: 1.9em;
  }
}
@media screen and (min-width: 1500px) {
  .p-price .c-container {
    padding: 0;
  }
  .p-price__wrap {
    padding: 60px 100px;
  }
}

.p-cta {
  padding-bottom: 70px;
  background-color: #fff;
  position: relative;
}
.p-cta::before {
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  background-color: #05204d;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 10vw 0 0 0;
}
.p-cta__img {
  height: 200px;
  margin: 0 10vw 0 40vw;
  position: relative;
  z-index: 10;
}
.p-cta__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.p-cta__desc {
  position: relative;
  z-index: 10;
}
.p-cta__desc h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4;
  margin: -30px 0 30px;
}
.p-cta__desc .c-txt-sm {
  margin-bottom: 30px;
}
.p-cta__btn {
  text-align: center;
}
.p-cta__btn a {
  display: inline-block;
  background-color: #fff;
  color: #c9a96e;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 18px 40px;
  border-radius: 9999px;
  box-shadow: 2px 5px 5px rgba(51, 51, 51, 0.5019607843);
  transition: all 0.3s;
}
.p-cta__btn a:hover {
  transform: translateY(3px);
  box-shadow: 0px 2px 5px rgba(51, 51, 51, 0.5019607843);
  background-color: #c9a96e;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 50px 0 0;
    margin-bottom: 60px;
  }
  .p-cta::before {
    width: 60%;
    height: calc(100% - 50px);
    border-radius: 20px 0 0 0;
  }
  .p-cta__img {
    height: 300px;
    width: 35%;
    margin: 0 -3vw 0 10vw;
  }
  .p-cta__desc {
    flex: 1;
    padding: 50px 0;
  }
  .p-cta__desc h3 {
    margin: 0 0 30px;
  }
  .p-cta__btn {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta {
    padding: 60px 0;
  }
  .p-cta::before {
    width: 70%;
    height: calc(100% - 120px);
    bottom: 60px;
  }
  .p-cta__img {
    height: 300px;
    width: 30%;
    margin: 0 -3vw 0 8vw;
  }
  .p-cta__desc {
    position: relative;
    z-index: 10;
  }
  .p-cta__desc h3 {
    font-size: 1.8rem;
  }
  .p-cta__desc h3 br {
    display: none;
  }
  .p-cta__desc .c-txt-sm {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta {
    padding: 80px 0;
  }
  .p-cta::before {
    width: 70%;
    height: calc(100% - 160px);
    bottom: 80px;
  }
  .p-cta__img {
    width: 25%;
    margin: 0 -5vw 0 12vw;
  }
  .p-cta__desc h3 {
    font-size: 2rem;
  }
  .p-cta__desc .c-txt-sm {
    font-size: 18px;
  }
}

.p-flow__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 0 -2vw;
}
.p-flow__list__item {
  border: 1px solid #efefef;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
.p-flow__list__item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #05204d;
  border-right: 1px solid #05204d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  right: -10px;
}
.p-flow__list__item:last-child::before {
  display: none;
}
.p-flow__list__item .num {
  text-align: center;
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
  color: #1a3a6b;
}
.p-flow__list__item h3 {
  text-align: center;
  font-size: 1em;
  height: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #05204d;
}
.p-flow__list__item .Icon {
  text-align: center;
  margin-bottom: 10px;
}
.p-flow__list__item .Icon img {
  display: inline-block;
  width: 40%;
  max-width: 100px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow__list__item p {
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
  }
  .p-flow__list__item {
    padding: 15px;
  }
  .p-flow__list__item h3 {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__list {
    grid-template-columns: repeat(5, 1fr);
    margin: 0 -4vw;
  }
  .p-flow__list__item::before {
    content: "";
    width: 18px;
    height: 18px;
    border-top: 1px solid #05204d;
    border-right: 1px solid #05204d;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    right: -12px;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow__list {
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
  }
}

.faq-contents .faq__inner {
  max-width: 600px;
  margin: 0 auto;
}
.faq-contents .faq__item {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq-contents .faq dt span {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 50px;
}
.faq-contents .faq dt span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "Q";
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #05204d;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 700;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #05204d;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #05204d;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd p {
  padding: 20px 10px 10px 30px;
  position: relative;
}
.faq-contents .faq dd p::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "A";
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #c9a96e;
  font-size: 1.8em;
  line-height: 1;
}
.faq-contents .faq dd p a {
  color: #1a3a6b;
  border-bottom: 1px solid #1a3a6b;
}
@media screen and (min-width: 768px) {
  .faq-contents .faq dt span {
    padding-left: 40px;
    padding-right: 60px;
  }
  .faq-contents .faq dt .i_box {
    right: 2em;
  }
  .faq-contents .faq dd p {
    padding: 30px 10px 10px 40px;
  }
  .faq-contents .faq dd p::before {
    top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-contents .c-container {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 50px;
  }
  .faq-contents .p-title {
    writing-mode: vertical-rl;
    text-align: left;
  }
  .faq-contents .faq__inner {
    max-width: 800px;
  }
}

.p-contact {
  padding: 50px 5vw;
  background-color: #05204d;
}
.p-contact__desc {
  color: #1a3a6b;
}
.p-contact__wrap {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.p-contact__wrap .p-title {
  z-index: 10;
}
.p-contact__btn__item {
  position: relative;
}
.p-contact__btn__item a {
  padding: 15px 10px;
  background-color: #05204d;
  box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.5019607843);
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  display: block;
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  font-weight: 700;
  position: relative;
  padding-right: 30px;
  transition: all 0.3s;
}
.p-contact__btn__item a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  right: 25px;
}
.p-contact__btn__item a:hover {
  transform: translateY(4px);
  box-shadow: 2px 2px 5px rgba(51, 51, 51, 0.5019607843);
  background-color: #c9a96e;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 60px 8vw;
  }
  .p-contact__wrap {
    padding: 50px 0;
  }
  .p-contact__wrap .p-title br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact {
    padding: 70px 6vw;
  }
  .p-contact__desc {
    justify-self: right;
  }
  .p-contact__desc p {
    margin-bottom: 0;
  }
  .p-contact__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    padding: 70px 0;
    gap: 0 70px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .p-contact .p-title {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .p-contact__btn {
    align-self: flex-end;
  }
  .p-contact__btn__item a {
    border-radius: 12px;
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact {
    padding: 80px 8vw;
  }
}

/* ==========================================================================
   お問い合わせ
   ========================================================================== */
.c-contact .wrap {
  max-width: 520px;
  margin: 0 auto;
}
.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #efefef;
  padding: 5px 8px;
  border-radius: 5px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: 1px solid #efefef;
  padding: 5px 8px;
  border-radius: 5px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 0 0 10px 0;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 0.8em;
  color: #fff;
  background-color: #c9a96e;
  padding: 5px;
  margin-left: 5px;
}
.c-contact .contact-form .free {
  padding: 0 0 10px 0;
}
.c-contact .contact-form .ct-ap input {
  border: none;
}
.c-contact .contact-form .ct-deadline dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.c-contact .contact-form .ct-deadline select {
  width: auto;
  min-width: 90px;
}
.c-contact .contact-form .narrator-section {
  background-color: #f0e6d2;
  padding: 50px 6vw 20px;
  margin: 0 -6vw 50px;
}
.c-contact .contact-form .narrator-section dt {
  font-weight: bold;
}
.c-contact .contact-form .narrator-section dt .step {
  background-color: #05204d;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 9999px;
  font-size: 0.8em;
  margin-right: 15px;
}
.c-contact .contact-form .narrator-section input[type=text], .c-contact .contact-form .narrator-section select {
  background-color: #fff;
}
.c-contact .contact-form .caution {
  text-align: left;
  display: block;
  margin: 8px 0;
}
.c-contact .contact-form .caution .break {
  display: block;
}
.c-contact .contact-form .explanation {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
.c-contact .contact-form .explanation .break {
  display: block;
}
.c-contact .contact-form .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0 15px 10px 0;
  cursor: pointer;
}
.c-contact .contact-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-contact .contact-form input[type=checkbox], .c-contact .contact-form input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 8px 0 0;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s, background-color 0.2s;
}
.c-contact .contact-form input[type=checkbox]:hover, .c-contact .contact-form input[type=radio]:hover {
  border-color: #05204d;
}
.c-contact .contact-form input[type=checkbox]:checked, .c-contact .contact-form input[type=radio]:checked {
  border-color: #05204d;
  background-color: #05204d;
}
.c-contact .contact-form input[type=checkbox] {
  border-radius: 4px;
}
.c-contact .contact-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}
.c-contact .contact-form input[type=radio] {
  border-radius: 50%;
}
.c-contact .contact-form input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.c-contact .contact-form .wpcf7-acceptance input {
  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);
  line-height: 1;
  font-size: 1.1em;
}
.c-contact .contact-form .privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 4px;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  background-color: #efefef;
  border-color: #efefef;
  color: #fff;
}
.c-contact .contact-form .submit-btn input {
  background-color: #05204d;
  color: #fff;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
@media screen and (min-width: 768px) {
  .c-contact-text br {
    display: none;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .ct-other {
    padding-bottom: 40px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 22px;
    width: 22px;
  }
  .c-contact .contact-form .privacy {
    font-size: 1.1em;
    margin-bottom: 40px;
    gap: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact .wrap {
    max-width: 720px;
    margin: 0 auto;
  }
  .c-contact .wrap.request-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
  }
  .c-contact .wrap.request-form .h-adr {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
  }
  .c-contact .wrap.request-form .h-adr > p {
    display: none;
  }
  .c-contact .wrap.request-form .narrator-section {
    grid-column: 1/-1;
    padding: 70px;
    margin: 30px 0 60px;
  }
  .c-contact .wrap.request-form .column-1 {
    grid-column: 1/-1;
  }
  .c-contact .wrap.request-form .ct-grid {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
    align-items: flex-end;
  }
  .c-contact .wrap.request-form .privacy {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .c-contact .wrap {
    max-width: 800px;
    margin: 0 auto;
  }
  .c-contact .contact-form input, .c-contact .contact-form textarea {
    padding: 8px 12px;
    border-radius: 8px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form select {
    height: 55px;
    padding: 8px 12px;
    border-radius: 8px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 30px;
  }
  .c-contact .contact-form input[type=checkbox], .c-contact .contact-form input[type=radio] {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .c-privacy h3 {
    font-size: 1.4em;
  }
}

.c-thanks h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-thanks .p-title br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-thanks h3 {
    font-size: 1.4em;
  }
}

.p-footer {
  background: url(../images/home/img15.webp) no-repeat center/cover;
  position: relative;
}
.p-footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
.p-footer__pagetop {
  position: relative;
  z-index: 10;
}
.p-footer__pagetop a {
  display: block;
  height: 80px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.p-footer__pagetop a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/common/arrow-top.svg) no-repeat center/contain;
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-footer__logo {
  text-align: center;
  position: relative;
  z-index: 10;
}
.p-footer__logo img {
  width: 80%;
  max-width: 360px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  position: relative;
  z-index: 10;
}
.p-footer__nav ul {
  max-width: 500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 5px;
}
.p-footer__nav ul li {
  font-size: 1.1em;
  font-weight: 600;
}
.p-footer .copyright {
  position: relative;
  z-index: 10;
  padding: 12px 0;
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  background-color: #05204d;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    flex-basis: 40%;
    text-align: left;
    margin-bottom: 0;
  }
  .p-footer__logo img {
    width: 100%;
    max-width: 320px;
  }
  .p-footer__nav {
    flex: 1;
    margin-bottom: 0;
  }
  .p-footer__nav ul {
    max-width: none;
    margin: 0;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__logo {
    flex-basis: 35%;
  }
  .p-footer__nav ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-footer .copyright {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer__logo img {
    max-width: 350px;
  }
  .p-footer__nav ul {
    gap: 40px 10px;
  }
  .p-footer__nav ul li {
    font-size: 1.2em;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 6px 10px 0;
}
.p-header .logo__img a {
  display: inline-block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .logo__img a:hover {
    opacity: 0.6;
  }
}
.p-header .logo {
  height: 53px;
  opacity: 1;
}
.p-header .logo img {
  width: 100%;
  max-width: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 76px;
  }
  .p-header .logo {
    height: 60px;
  }
  .p-header .logo img {
    max-width: 200px;
  }
}
@media (max-width: 1023px) {
  .p-header .pc-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 90px;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none;
  }
  .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: 90px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .p-header .pc-container .pc-nav {
    margin-right: 2vw;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 1em;
    font-weight: 500;
    padding: 0 2vw;
  }
  .p-header .pc-container .pc-nav-item a {
    display: inline-block;
    line-height: 2;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c9a96e;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item a {
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .pc-nav-item a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .pc-container .logo__img {
    margin: 10px 15px 0 20px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow-y: scroll;
}
.mobile-menu__list {
  width: 100%;
  padding: 100px 8vw 50px;
}
.mobile-menu__item {
  font-size: 1.1em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #949494;
}
.mobile-menu__item a {
  display: block;
  position: relative;
}
.mobile-menu__item a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #05204d;
  border-right: 1px solid #05204d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .mobile-menu__nav {
    width: 60%;
    max-width: 500px;
    margin-left: auto;
  }
  .mobile-menu__list {
    padding: 120px 50px 50px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
}
.mobile-container .mobile-button {
  display: flex;
  align-items: center;
  margin-right: 15px;
  gap: 20px;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #05204d;
  width: 25px;
  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 screen and (min-width: 768px) {
  .mobile-container {
    height: 76px;
  }
  .mobile-container .mobile-button {
    margin-right: 25px;
    gap: 30px;
  }
  .mobile-container .mobile-menu__btn > span {
    width: 35px;
    margin-bottom: 9px;
  }
  .mobile-container .contact-btn a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 25px;
  }
  .mobile-container .contact-btn a img {
    display: inline-block;
    width: 28px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mobile-container .contact-btn a span {
    display: inline-block;
    font-size: 1em;
  }
  .mobile-container .contact-btn a span b {
    display: inline-block;
    font-weight: 500;
  }
}

.contact-btn a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #05204d;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .contact-btn a:hover {
    opacity: 0.6;
  }
}
.contact-btn a img {
  display: inline-block;
  width: 22px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-btn a span {
  display: block;
  line-height: 1;
  font-size: 0.9em;
}
.contact-btn a span b {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-btn a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 25px;
  }
  .contact-btn a img {
    display: inline-block;
    width: 28px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contact-btn a span {
    display: inline-block;
    font-size: 1em;
  }
  .contact-btn a span b {
    display: inline-block;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .contact-btn {
    position: fixed;
    bottom: 0;
    right: 2vw;
  }
  .contact-btn a {
    padding: 15px 25px;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .contact-btn a {
    padding: 18px 40px;
    gap: 15px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.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;
}
.menu-open .mobile-menu__btn > span {
  background-color: #05204d;
}
.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(11px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-11px) rotate(-135deg);
  }
}

/* ==========================================================================
   ニュース一覧
   ========================================================================== */
.p-news {
  background-color: #f5f3f0;
}
.p-news .p-title {
  z-index: 10;
}
.p-news__list {
  display: grid;
  gap: 20px;
}
.p-news__item {
  padding-bottom: 15px;
  border-bottom: 1px solid #f0e6d2;
}
.p-news__date {
  color: #1a3a6b;
  font-size: 0.85em;
}
.p-news .cate-item {
  font-size: 0.85em;
  display: inline-block;
  background-color: #c9a96e;
  color: #fff;
  padding: 3px 12px;
  line-height: 1.5;
  border-radius: 9999px;
  margin-left: 8px;
}
.p-news__content {
  margin-top: 10px;
}
.p-news.c-news {
  background-color: transparent;
}
.p-news .category-list h3 {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 20px;
}
.p-news .category-list ul {
  max-width: 450px;
  margin: 0 auto;
}
.p-news .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.p-news .category-list ul li a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-news .category-list ul li a:hover {
    opacity: 0.6;
  }
}
.p-news .category-list ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #05204d;
  border-right: 1px solid #05204d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-news .c-container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0 70px;
  }
  .p-news .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: left;
  }
  .p-news__list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .p-news .more-btn {
    text-align: left;
  }
  .p-news.c-news .c-container {
    grid-template-columns: 25% 70%;
    gap: 0 5%;
  }
  .p-news.c-news .p-news__list {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-news.c-news .pagination {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .p-news.c-news .category-list {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .p-news.c-news .category-list ul {
    max-width: none;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-news-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-news__content {
    margin-top: 0px;
    flex-basis: 65%;
  }
  .p-news__list {
    gap: 25px;
  }
  .p-news__item {
    padding-bottom: 25px;
  }
}

.c-news-sl__tit h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.c-news-sl__date {
  color: #434749;
}
.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 #05204d;
}
@media screen and (min-width: 768px) {
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-news-sl__contents {
    padding: 3vw 0;
  }
  .c-news-sl .c-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .c-news-sl__contents {
    padding: 2vw 0;
  }
  .c-news-sl .c-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

/* ==========================================================================
   サブページ共通
   ========================================================================== */
.c-company .c-about__desc table {
  width: 100%;
  border-top: 1px solid #eee;
}
.c-company .c-about__desc table th {
  background-color: #05204d;
  color: #fff;
  display: block;
  width: 100%;
  padding: 8px 16px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.c-company .c-about__desc table td {
  display: block;
  width: 100%;
  padding: 16px 16px;
  border: 1px solid #eee;
}
.c-company .c-about__desc table td a {
  color: #05204d;
  border-bottom: 1px solid #05204d;
}
.c-company .c-about__desc table td .gmap {
  margin: 15px 0 0;
  aspect-ratio: 1/1;
}
.c-company .c-about__desc table td img {
  display: block;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .c-company .c-about__desc table {
    border-top: 1px solid #eee;
  }
  .c-company .c-about__desc table tr {
    display: flex;
  }
  .c-company .c-about__desc table th {
    width: 40%;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
  }
  .c-company .c-about__desc table td {
    width: 60%;
    align-self: center;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .c-company .c-about__desc table td .gmap {
    margin: 20px 0 0;
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 1024px) {
  .c-company .c-about__desc {
    max-width: 800px;
    margin: 0 auto;
  }
  .c-company .c-about__desc table th {
    width: 30%;
    padding: 30px;
  }
  .c-company .c-about__desc table td {
    width: 70%;
    padding: 30px;
  }
  .c-company .c-about__desc table td .gmap {
    margin: 30px 0 0;
    aspect-ratio: 2/1;
  }
}

.c-price__tit {
  background-color: #1a3a6b;
  padding: 10px 6vw;
  margin-left: -6vw;
  margin-right: -6vw;
  font-size: 1.4em;
  color: #fff;
}
.c-price__wrap .caution {
  max-width: 450px;
  margin: 12px auto 0;
  font-size: 0.8em;
}
.c-price__subtit {
  color: #1a3a6b;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.c-price__caution {
  border: 1px solid #ccc;
  padding: 20px;
}
.c-price__caution h4 {
  font-size: 1.1em;
  color: #1a3a6b;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-price__caution {
    padding: 30px;
  }
  .c-price__caution h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-price__tit {
    padding: 20px 6vw;
    font-size: 1.8em;
  }
  .c-price__subtit {
    font-size: 1.5em;
    margin: 0 auto 20px;
    max-width: 900px;
  }
  .c-price__wrap .caution {
    font-size: 0.9em;
    max-width: 900px;
    margin: 12px auto 0;
  }
  .c-price .p-price__table table {
    max-width: 900px;
  }
  .c-price .p-price__table table thead th {
    font-size: 1.1em;
    padding: 15px;
  }
  .c-price .p-price__table table tbody th,
  .c-price .p-price__table table tbody td {
    padding: 20px 10px;
    font-size: 1.1em;
  }
  .c-price__caution {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .c-price__tit {
    padding: 20px 50px;
    font-size: 1.8em;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-works__filter {
  background-color: #efefef;
}
.c-works__filter__label {
  font-weight: bold;
  color: #05204d;
  font-size: 1em;
  margin-bottom: 10px;
}
.c-works__filter__note {
  font-size: 0.9em;
  font-weight: normal;
  color: #949494;
  margin-left: 4px;
}
.c-works__filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-works__filter__radio, .c-works__filter__checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 18px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #fff;
  color: #434749;
  font-size: 0.9em;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.c-works__filter__radio input[type=radio],
.c-works__filter__radio input[type=checkbox], .c-works__filter__checkbox input[type=radio],
.c-works__filter__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.c-works__filter__radio:has(input:checked), .c-works__filter__checkbox:has(input:checked) {
  background-color: #05204d;
  color: #fff;
  border-color: #05204d;
}
.c-works__filter__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.c-works__filter__submit {
  background-color: #c9a96e;
  color: #fff;
  padding: 10px 32px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.08em;
  transition: opacity 0.2s;
}
.c-works__filter__submit:hover {
  opacity: 0.8;
}
.c-works__filter__reset {
  color: #949494;
  font-size: 0.9em;
  text-decoration: underline;
  transition: color 0.2s;
}
.c-works__filter__reset:hover {
  color: #434749;
}
.c-works__empty {
  text-align: center;
  padding: 60px 0;
  color: #949494;
  font-size: 1em;
}
.c-works__list {
  display: grid;
  gap: 20px;
}
.c-works__list__item {
  border: 1px solid #ccc;
  padding: 20px;
}
.c-works .thumbnail-img {
  margin-bottom: 15px;
}
.c-works .thumbnail-img img {
  aspect-ratio: 1/1;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 8px;
}
.c-works__name {
  margin-bottom: 15px;
}
.c-works__name h3 {
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  color: #05204d;
}
.c-works__kana {
  text-align: center;
  font-size: 0.85em;
  color: #949494;
  letter-spacing: 0.1em;
}
.c-works__category {
  margin-bottom: 20px;
}
.c-works__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.c-works__term {
  font-size: 0.8em;
  padding: 3px 12px;
  border-radius: 30px;
}
.c-works__term--gender {
  background-color: #cdd3e2;
  color: #05204d;
}
.c-works__term--voice {
  background-color: #f0e6d2;
  color: #8f7245;
}
.c-works__link a {
  display: inline-block;
  background-color: #05204d;
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-works__link a:hover {
    opacity: 0.6;
  }
}
.c-works__link a {
  position: relative;
}
.c-works__link a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  right: 15px;
}
.c-works__voice {
  display: grid;
  gap: 10px;
}
.c-works__voice h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.c-works__voice .audio-play audio {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-works__list__item {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 30px;
  }
  .c-works .thumbnail-img {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 0px;
    align-self: center;
  }
  .c-works__voice {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
  }
  .c-works__voice h4 {
    font-size: 1.2em;
  }
  .c-works__content {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-bottom: 0;
  }
  .c-works__name {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
  }
  .c-works__term {
    font-size: 0.9em;
    padding: 3px 15px;
  }
  .c-works__link a {
    padding: 15px 25px;
  }
  .c-works__link a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works__filter__form {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
    align-items: start;
  }
  .c-works__filter__actions {
    grid-column: 1/-1;
  }
  .c-works__filter__group {
    margin-bottom: 0;
  }
  .c-works__filter__label {
    font-size: 1.15em;
    margin-bottom: 10px;
  }
  .c-works__filter__list {
    gap: 12px;
  }
  .c-works__filter__radio, .c-works__filter__checkbox {
    font-size: 1em;
  }
  .c-works__list__item {
    padding: 30px 50px 50px;
    gap: 30px 50px;
  }
  .c-works__name {
    font-size: 1.45em;
    margin-bottom: 25px;
  }
  .c-works__terms {
    gap: 10px;
  }
  .c-works__category {
    margin-bottom: 40px;
  }
  .c-works__term {
    font-size: 1em;
    padding: 3px 18px;
  }
  .c-works__desc {
    display: flex;
    gap: 30px;
    align-items: flex-end;
  }
  .c-works__profile {
    margin-bottom: 0;
    flex: 1;
  }
  .c-works__link a {
    width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .c-works__list {
    gap: 40px;
  }
  .c-works__list__item {
    display: grid;
    grid-template-columns: 35% 60%;
    grid-template-rows: auto auto;
    gap: 40px 5%;
  }
  .c-works__voice {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .c-works__voice h4 {
    font-size: 1.4em;
    grid-column: 1/-1;
  }
  .c-works__category {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 50px;
  }
  .c-works__name {
    margin-bottom: 0;
  }
  .c-works__desc {
    gap: 50px;
  }
}

.c-works-sl .thumbnail-img {
  margin-bottom: 15px;
}
.c-works-sl .thumbnail-img img {
  aspect-ratio: 1/1;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 8px;
}
.c-works-sl__subtit {
  color: #1a3a6b;
  font-size: 1.1em;
  margin-bottom: 25px;
  padding-left: 12px;
  border-left: 4px solid #c9a96e;
}
.c-works-sl__list {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .c-works-sl__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .c-works-sl__desc {
    align-self: center;
  }
  .c-works-sl .thumbnail-img {
    margin-bottom: 0px;
  }
  .c-works-sl .c-works__name,
  .c-works-sl .c-works__terms {
    justify-content: start;
  }
  .c-works-sl .c-works__voice {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .c-works-sl .c-works__voice h3 {
    grid-column: 1/-1;
  }
  .c-works-sl__subtit {
    font-size: 1.25em;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-sl__wrap {
    grid-template-columns: 40% 55%;
    gap: 0 5%;
  }
  .c-works-sl__subtit {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .c-works-sl .c-works__voice {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .c-works-sl__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .c-works-sl__wrap {
    grid-template-columns: 35% 60%;
    gap: 0 5%;
  }
  .c-works-sl .c-works__category {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .c-works-sl__subtit {
    font-size: 1.5em;
    margin-bottom: 25px;
    padding-left: 15px;
  }
}/*# sourceMappingURL=style.css.map */