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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231f20;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*----scrollFadein----*/
.scroll-fadein {
  opacity: 0;
}
.scroll-fadein.show {
  animation: up-fadein 1s ease-out forwards;
}

@keyframes up-fadein {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*時間差でフェイドイン*/
.scroll-fadein-delay1 {
  opacity: 0;
}
.scroll-fadein-delay1.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay1.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay1.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay1.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay1.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay1.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay1.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay1.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay1.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay1.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay1.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay1.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay1.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay1.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay1.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay1.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay1.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay1.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay1.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay1.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay1.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay2 {
  opacity: 0;
}
.scroll-fadein-delay2.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay2.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay2.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay2.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay2.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay2.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay2.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay2.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay2.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay2.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay2.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay2.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay2.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay2.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay2.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay2.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay2.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay2.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay2.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay2.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay2.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay3 {
  opacity: 0;
}
.scroll-fadein-delay3.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay3.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay3.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay3.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay3.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay3.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay3.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay3.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay3.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay3.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay3.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay3.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay3.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay3.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay3.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay3.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay3.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay3.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay3.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay3.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay3.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay4 {
  opacity: 0;
}
.scroll-fadein-delay4.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay4.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay4.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay4.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay4.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay4.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay4.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay4.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay4.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay4.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay4.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay4.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay4.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay4.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay4.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay4.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay4.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay4.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay4.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay4.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay4.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay5 {
  opacity: 0;
}
.scroll-fadein-delay5.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay5.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay5.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay5.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay5.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay5.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay5.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay5.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay5.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay5.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay5.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay5.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay5.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay5.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay5.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay5.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay5.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay5.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay5.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay5.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay5.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay6 {
  opacity: 0;
}
.scroll-fadein-delay6.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay6.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay6.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay6.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay6.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay6.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay6.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay6.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay6.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay6.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay6.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay6.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay6.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay6.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay6.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay6.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay6.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay6.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay6.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay6.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay6.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay7 {
  opacity: 0;
}
.scroll-fadein-delay7.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay7.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay7.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay7.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay7.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay7.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay7.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay7.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay7.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay7.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay7.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay7.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay7.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay7.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay7.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay7.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay7.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay7.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay7.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay7.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay7.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay8 {
  opacity: 0;
}
.scroll-fadein-delay8.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay8.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay8.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay8.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay8.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay8.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay8.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay8.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay8.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay8.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay8.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay8.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay8.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay8.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay8.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay8.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay8.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay8.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay8.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay8.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay8.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay9 {
  opacity: 0;
}
.scroll-fadein-delay9.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay9.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay9.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay9.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay9.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay9.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay9.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay9.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay9.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay9.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay9.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay9.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay9.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay9.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay9.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay9.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay9.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay9.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay9.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay9.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay9.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay10 {
  opacity: 0;
}
.scroll-fadein-delay10.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay10.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay10.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay10.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay10.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay10.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay10.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay10.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay10.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay10.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay10.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay10.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay10.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay10.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay10.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay10.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay10.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay10.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay10.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay10.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay10.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

/*右から左にフェイドイン*/
.scroll-fadein-right {
  opacity: 0;
}
.scroll-fadein-right.show {
  opacity: 1;
  animation: right-fadein 1s ease-out;
}

@keyframes right-fadein {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*左から右にフェイドイン*/
.scroll-fadein-left {
  opacity: 0;
}
.scroll-fadein-left.show {
  opacity: 1;
  animation: left-fadein 1s ease-out;
}

@keyframes left-fadein {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* リキッドレイアウト対応 */
html {
  visibility: hidden;
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.246105919vw;
  }
}
@media (min-width: 1284px) {
  html {
    font-size: 16px;
  }
}

html.wf-active {
  visibility: visible;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.inner {
  width: unset;
}

.about {
  padding-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 14.875rem;
  }
}

.abput--page {
  padding-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .abput--page {
    padding-top: 11.8125rem;
  }
}

.about__title {
  text-align: center;
}

.about__wrapper {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about__wrapper {
    display: flex;
    margin-top: 5rem;
    margin-left: calc(50% - 50vw);
  }
}

.about__img {
  position: relative;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about__img {
    margin: 0;
    width: 65%;
  }
}

.about__img::before {
  content: "";
  display: block;
  padding-top: 88.075881%;
}
@media screen and (min-width: 768px) {
  .about__img::before {
    padding-top: 87.920792%;
  }
}

.about__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__item {
  margin-top: 2.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__item {
    margin-top: 1.25rem;
    margin-left: 3.75rem;
    width: 100%;
    max-width: 47.8125rem;
  }
}

.about__itemtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.27em;
}
@media screen and (min-width: 768px) {
  .about__itemtitle {
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.2em;
  }
}

.about__itemtext {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about__itemtext {
    font-size: 1.125rem;
    margin-top: 2.0625rem;
  }
}

.btn {
  position: relative;
  display: block;
  padding: 0.6875rem 0.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 10rem;
  width: 100%;
  cursor: pointer;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1rem;
    padding: 0.75rem 1.125rem;
    max-width: 12.625rem;
  }
}

.btn::after {
  position: absolute;
  content: "";
  background: url(../../images/common/icon-arrow.svg) no-repeat;
  background-size: contain;
  width: 1.1875rem;
  height: 0.1875rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.875rem;
}
@media screen and (min-width: 768px) {
  .btn::after {
    width: 1.625rem;
    height: 0.1875rem;
  }
}

.btn--blue {
  background: #163c8a;
}

.btn--green {
  background: #5b7b35;
}

.btn--light-blue {
  background: #007dc5;
}

.company {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

.company__wrapper {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .company__wrapper {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .company__items {
    width: 100%;
    max-width: 42.0625rem;
    margin-left: 3.75rem;
  }
}

.company__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 0.9375rem;
  padding-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .company__item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.company__term {
  font-size: 0.875rem;
  font-weight: 700;
  color: #231f20;
  max-width: 5.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company__term {
    font-size: 1rem;
  }
}

.company__description {
  font-size: 0.875rem;
  color: #231f20;
  margin-left: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .company__description {
    font-size: 1rem;
  }
}

.company__map {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .company__map {
    margin-left: 0;
    width: 100%;
    max-width: 34.5rem;
    margin-top: 0;
  }
}

.company__map::before {
  content: "";
  display: block;
  padding-top: 49.318%;
}
@media screen and (min-width: 768px) {
  .company__map::before {
    padding-top: 98.639%;
  }
}

.company__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company__btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .company__btn {
    margin-top: 5rem;
  }
}

.company--page {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .company--page {
    padding-top: 15.6875rem;
    padding-bottom: 15.625rem;
  }
}
@media screen and (min-width: 768px) {
  .company--page .company__title {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .company--page .section-header__title {
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .company--page .company__wrapper {
    margin-left: calc(50% - 50vw);
  }
}

.company--page .company__map {
  max-width: none;
}

.copyright {
  font-size: 11px;
}

.contact {
  padding-top: 1.875rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 5rem;
    padding-bottom: 15.625rem;
  }
}

.contact__title {
  text-align: center;
}

.contact__wrapper {
  max-width: 53.125rem;
  width: 100%;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .contact__wrapper {
    margin-top: 5rem;
  }
}

.contact__text {
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 1rem;
  }
}

.contact__form {
  margin-top: 2.5rem;
}

.contact__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact__item {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .contact__item--message {
    align-items: center;
  }
}

.contact__item + .contact__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact__item + .contact__item {
    margin-top: 2.5rem;
  }
}

.contact__label {
  font-size: 1rem;
  font-weight: 700;
  max-width: 11.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__label {
    text-align: left;
  }
}

.contact__input {
  background: #f0f0f0;
  border: 0.0625rem solid #c9c9c9;
  border-radius: 0.3125rem;
  padding: 0.3125rem 1rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .contact__input {
    width: 80%;
    margin-left: 4.375rem;
    margin-top: 0;
    max-width: 37.875rem;
  }
}

.contact__check {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact__check {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.contact__check label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__check input {
  width: 80%;
  border: 0.0625rem solid #c9c9c9;
  margin-right: 0.375rem;
}

.contact__check a {
  color: #007dc5;
}

::-moz-placeholder {
  color: #797777;
}

::placeholder {
  color: #797777;
}

.contact__btn {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    margin-top: 5rem;
  }
}

.contact__submit {
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__submit {
    margin-top: 5rem;
    font-size: 1.125rem;
  }
}
.contact__submit input {
  margin: auto;
  background-color: #163c8a !important;
  width: 100%;
  max-width: 12.625rem;
  padding: 0.75rem 1.125rem;
  color: white;
}

th {
  text-align: left;
}

.contact .btn::after {
  display: none;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact .contact__form {
  width: 100%;
}

td {
  width: 100%;
}

.wpcf7-form-control-wrap {
  width: 80%;
  text-align: center;
  margin-top: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    margin-top: 2.5rem;
  }
}

.pravicy-link {
  color: #007dc5;
}

.wpcf7-response-output {
  background-color: #fff;
  padding: 1.25rem;
  border: #007dc5 2px solid;
  border-color: #007dc5 !important;
  text-align: center;
}

.wpcf7 textarea[name=your-message] {
  width: 100%;
}

/*
 * ContactForm7にてメール送信後にメッセージをアニメーションさせる
 */
/*　ContactForm7のテーブル化レスポンシブ調整　*/
/*テーブルを親要素の幅いっぱいに伸ばす*/
/*一番上の行だけボーダーなし*/
/*奇数行だけ背景色つける*/
/*thとtd内の余白指定*/
/*「必須」部分のスタイリング*/
/*ここから768px以下の指定*/
/*ここまで768px以下の指定---終わり*/
/*ここから入力欄のスタイル指定*/
.wpcf7 input[name=your-name] {
  /* 名前入力欄 */
  width: 90%;
}

.wpcf7 input[name=your-email] {
  /* メール入力欄 */
  width: 90%;
}

.wpcf7 input[name=your-subject] {
  /* タイトル入力欄 */
  width: 90%;
}

.wpcf7 textarea[name=your-message] {
  /* 本文入力欄 */
  width: 100%;
}

.choose {
  width: 130px;
}

.footer {
  padding-top: 2.5rem;
  padding-bottom: 0.75rem;
  background: #163c8a;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 3.375rem;
  }
}

.footer__nav__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  max-width: 21.25rem;
  width: 100%;
  margin: auto;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__nav__menu {
    max-width: 46.875rem;
    gap: 55px;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .footer__nav__menuitem:nth-child(n+4) {
    margin-top: 0;
  }
}

.footer__nav__menuitem a {
  font-size: 1rem;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__nav__menuitem a {
    font-size: 1.125rem;
  }
}

.footer__nav__menuitem a span {
  font-size: 0.625rem;
  font-family: "Noto Serif JP", serif;
}

.footer-light {
  color: #fff;
  font-size: 0.625rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .footer-light {
    font-size: 0.75rem;
  }
}

.margin-top {
  margin-top: 50px;
}

.page-header {
  background-color: #fff;
  position: fixed;
  z-index: 105;
  width: 100%;
}

.nav-bar {
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  filter: drop-shadow(0 2px 3px rgba(240, 240, 240, 0.2));
}
.nav-bar .logo-header .logo {
  padding-left: 0.875rem;
  width: 16.875rem;
}
.nav-bar .global-menu {
  transition: all 0.3s ease-out;
  margin-top: inherit;
  position: fixed;
  height: 100vh;
  top: 0;
  left: -28.125rem;
  background-color: #fff;
  width: 51%;
  padding-right: 0.9375rem;
}
.nav-bar .global-menu .menu-list {
  display: none;
}
.nav-bar .global-menu .menu-list li {
  white-space: nowrap;
}
.nav-bar .global-menu .menu-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #231f20;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
.nav-bar .global-menu .menu-list li a span {
  font-size: 0.625rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
.nav-bar .global-menu.show {
  left: 0;
}
.nav-bar .global-menu.show .menu-list {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  animation: menuFadein 0.5s forwards;
  animation-delay: 0.5s;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15%;
  list-style: none;
  align-items: center;
}
.nav-bar .global-menu.show .menu-list li {
  margin-bottom: 0.625rem;
}
.nav-bar .global-menu.show .menu-list li a {
  border: none;
  color: #231f20;
  font-size: 1.25rem;
}
.nav-bar .global-menu.show .menu-list li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.1875rem;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .nav-bar .global-menu {
    margin-top: 0;
    position: unset;
    height: inherit;
    background: #fff;
    padding-right: 0.9375rem;
  }
  .nav-bar .global-menu .menu-list {
    display: flex;
    justify-content: flex-end;
  }
  .nav-bar .global-menu .menu-list li a:hover:before {
    width: 80%;
  }
}

@keyframes menuFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-cart {
  display: flex;
  align-items: center;
}
.nav-cart:hover:before {
  display: none;
}
.nav-cart .cart-icon {
  font-size: 1.5rem;
}

.toggle-hamburger {
  display: block;
  cursor: pointer;
  width: 3.4375rem;
  height: 4.0625rem;
  padding: 1.125rem 0.9375rem;
  position: absolute;
  right: 0;
  z-index: 105;
}
.toggle-hamburger span {
  position: relative;
  display: block;
}
.toggle-hamburger span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #163c8a;
  top: 0.3125rem;
  right: 0;
  transform: translateY(0) rotate(0);
  transition: all 0.3s;
}
.toggle-hamburger span:nth-of-type(2)::before {
  transform: translateY(6px);
  width: 90%;
}
.toggle-hamburger p {
  font-size: 0.75rem;
  letter-spacing: 0;
  text-align: center;
  color: #231f20;
  transform: translateY(20px);
}
.toggle-hamburger.close span:before {
  background-color: #163c8a;
}
.toggle-hamburger.close span:nth-of-type(1)::before {
  transform: rotate(-45deg);
}
.toggle-hamburger.close span:nth-of-type(2)::before {
  transform: rotate(45deg) translateY(0);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .toggle-hamburger {
    display: none;
  }
}

.inner {
  padding-right: 4%;
  padding-left: 4%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1292px;
    padding-right: 4%;
    padding-left: 4%;
  }
}

.insurance {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .insurance {
    padding-top: 5rem;
  }
}

.insurance__wrapper {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .insurance__wrapper {
    margin-top: 5rem;
    display: flex;
  }
}

.insurance__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .insurance__item {
    width: calc((100% - 5rem) / 2);
  }
}

.insurance__item + .insurance__item {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .insurance__item + .insurance__item {
    margin-left: 5rem;
    margin-top: 0;
  }
}

.insurance__itemtitle {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .insurance__itemtitle {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
}

.insurance__itemtext {
  margin-top: 1rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .insurance__itemtext {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.insurance__flow {
  margin-top: 5rem;
}

.insurance__flowtitle {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .insurance__flowtitle {
    font-size: 2rem;
  }
}

.insurance__flowimg {
  display: block;
  max-width: 15.3125rem;
  width: 100%;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .insurance__flowimg {
    max-width: none;
  }
}

.investment {
  padding-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .investment {
    padding-top: 15.625rem;
  }
}

.investment__wrapper {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .investment__wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 5rem;
    margin-left: calc(50% - 50vw);
  }
}

.investment__img {
  position: relative;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .investment__img {
    margin: 0;
  }
}

.investment__img::before {
  content: "";
  display: block;
  padding-top: 58.272328%;
}

.investment__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.investment__item {
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .investment__item {
    margin-top: 0;
    margin-left: 5rem;
    width: 100%;
    max-width: 35.125rem;
  }
}

.investment__itemtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .investment__itemtitle {
    font-size: 2rem;
    text-align: left;
  }
}

.investment__itemtext {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .investment__itemtext {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.job-description {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .job-description {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }
}

.job-description__wrapper {
  max-width: 50rem;
  width: 100%;
  margin: auto;
}

.job-description__title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .job-description__title {
    font-size: 2rem;
  }
}

.job-description__items {
  margin-top: 2rem;
  border-top: 0.0625rem solid #c1c1c1;
}
@media screen and (min-width: 768px) {
  .job-description__items {
    margin-top: 5rem;
  }
}

.job-description__item {
  display: flex;
  align-items: center;
  height: 5rem;
  border-bottom: 0.0625rem solid #c1c1c1;
}
@media screen and (min-width: 768px) {
  .job-description__item {
    height: 6rem;
  }
}

.job-description__term {
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 6.6875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .job-description__term {
    font-size: 1rem;
    max-width: 7.5625rem;
  }
}

.job-description__description {
  font-size: 0.875rem;
  width: 100%;
  margin-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .job-description__description {
    font-size: 1rem;
    max-width: 33.375rem;
    margin-left: 9.375rem;
  }
}

.main-view__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.375rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  padding-top: 13.375rem;
}
@media screen and (min-width: 768px) {
  .main-view__title {
    padding-top: 9.8125rem;
    font-size: 10.625rem;
  }
}

.main-view__title span {
  position: relative;
}

.main-view__title span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 73%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .main-view__title span::after {
    width: 65%;
  }
}

.main-view__title span:nth-child(1)::after {
  background: url(../../images/common/mv-img1-sp.jpg) no-repeat center;
  background-size: 100% 80%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .main-view__title span:nth-child(1)::after {
    background: url(../../images/common/mv-img1-pc.jpg) no-repeat center;
    background-size: 100% 80%;
  }
}

.main-view__title span:nth-child(2) {
  text-align: right;
}

.main-view__title span:nth-child(2)::after {
  background: url(../../images/common/mv-img2-sp.jpg) no-repeat center;
  left: 0;
  background-size: 100% 80%;
}
@media screen and (min-width: 768px) {
  .main-view__title span:nth-child(2)::after {
    background: url(../../images/common/mv-img2-pc.jpg) no-repeat center;
    background-size: 100% 80%;
  }
}

.main-view__title span:nth-child(3)::after {
  background: url(../../images/common/mv-img3-sp.jpg) no-repeat center;
  right: 0;
  background-size: 100% 80%;
}
@media screen and (min-width: 768px) {
  .main-view__title span:nth-child(3)::after {
    background: url(../../images/common/mv-img3-pc.jpg) no-repeat center;
    background-size: 100% 80%;
  }
}

.message {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .message {
    padding-top: 5rem;
  }
}

.message__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .message__title {
    text-align: left;
  }
}
.message__title .section-header__title {
  text-align: left;
}

.message__img {
  margin-top: 2.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .message__img {
    margin-top: 5rem;
  }
}

.message__item {
  width: 100%;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .message__item {
    margin: 4.375rem auto 0;
  }
}

.message__itemtext {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .message__itemtext {
    font-size: 1.125rem;
  }
}

.news {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 11.25rem;
    padding-bottom: 15.75rem;
  }
}

.news__tabbox {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .news__tabbox {
    display: flex;
    justify-content: space-between;
    margin-top: 4.9375rem;
  }
}

.news__tabbtn__area {
  max-width: 17.8125rem;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .news__tabbtn__area {
    flex-direction: column;
    max-width: 12.3125rem;
  }
}

.news__tabbtn__area li {
  width: 33.3%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333;
  background: #f0f0f0;
  text-align: center;
  transition: all 0.2s ease 0s;
}
@media screen and (min-width: 768px) {
  .news__tabbtn__area li {
    width: 100%;
    font-size: 1rem;
    text-align: left;
  }
}

.news__tabbtn {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333;
  background: #f0f0f0;
  text-align: center;
  transition: all 0.2s ease 0s;
}
@media screen and (min-width: 768px) {
  .news__tabbtn {
    width: 100%;
    padding: 0.5625rem 1.125rem;
    font-size: 1rem;
    text-align: left;
  }
}

.news__tabbtn__area li:nth-child(1) {
  border-bottom: 0.125rem solid #163c8a;
}
@media screen and (min-width: 768px) {
  .news__tabbtn__area li:nth-child(1) {
    border-bottom: none;
    border-left: 0.25rem solid #163c8a;
  }
}

.news__tabbtn__area li:nth-child(2) {
  border-bottom: 0.125rem solid #5b7b35;
}
@media screen and (min-width: 768px) {
  .news__tabbtn__area li:nth-child(2) {
    border-bottom: none;
    border-left: 0.25rem solid #5b7b35;
    margin-top: 1rem;
  }
}

.news__tabbtn__area li:nth-child(3) {
  border-bottom: 0.125rem solid #007dc5;
}
@media screen and (min-width: 768px) {
  .news__tabbtn__area li:nth-child(3) {
    border-bottom: none;
    border-left: 0.25rem solid #007dc5;
    margin-top: 1rem;
  }
}

.news__panel__area {
  padding-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .news__panel__area {
    max-width: 57.5rem;
    width: 100%;
    padding-top: 0;
    margin-left: 10.5625rem;
  }
}

.news__tabpanel {
  display: none;
}

.news__tabpanel.active {
  display: block;
}

.news__tabpanel li {
  width: 100%;
  height: auto;
}

.news__tabpanel__item {
  display: flex;
  padding-top: 0.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #c9c9c9;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__item {
    border-bottom: none;
  }
}

.news__tabpanel__detailsblock figure {
  max-width: 7.6875rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__detailsblock figure {
    max-width: 22.5rem;
  }
}

.news__tabpanel__img {
  max-width: 7.6875rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__img {
    max-width: 22.5rem;
  }
}

.news__tabpanel__detailsblock figure::before {
  content: "";
  display: block;
  padding-top: 67.213115%;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__detailsblock figure::before {
    padding-top: 66.78168%;
  }
}

.news__tabpanel__detailsblock figure::before {
  content: "";
  display: block;
  padding-top: 67.213115%;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__detailsblock figure::before {
    padding-top: 66.78168%;
  }
}

.news__tabpanel__img::before {
  content: "";
  display: block;
  padding-top: 67.213115%;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__img::before {
    padding-top: 66.78168%;
  }
}

.news__tabpanel__details {
  display: block;
  width: 100%;
}

.news__tabpanel__detailsblock figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__tabpanel__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__tabpanel__text {
  margin-left: 0.8125rem;
  color: #231f20;
  width: 100%;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__text {
    margin-left: 3rem;
    border-bottom: 0.0625rem solid #c9c9c9;
  }
}

.news__tabpanel__info {
  display: flex;
  align-items: center;
}

.news__tabpanel__info time {
  font-size: 0.75rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__info time {
    font-size: 1rem;
  }
}

.news__tabpanel__category {
  background: #c2e5f8;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.1875rem 0.75rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__category {
    font-size: 0.75rem;
    padding: 0.3125rem 1.25rem;
    margin-left: 1.25rem;
  }
}

.information {
  background: #DFF4CB;
}

.news__tabpanel__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__title {
    margin-top: 3.25rem;
    font-size: 1.5rem;
  }
}

.news__btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news__btn {
    margin-top: 5rem;
  }
}

.news--page {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .news--page {
    padding-top: 5rem;
    padding-bottom: 18.75rem;
  }
}
.news--page .news__tabbox {
  margin-top: 0;
}

.news--details {
  padding-top: 5.0625rem;
}

.news__panel__area--details {
  margin-top: 2.5rem;
  padding-bottom: 4.0625rem;
  border-bottom: 0.0625rem solid #c9c9c9;
}
@media screen and (min-width: 768px) {
  .news__panel__area--details {
    max-width: 59.625rem;
    margin-left: 8.3125rem;
    margin-top: 0;
    padding-bottom: 6.75rem;
  }
}

.news__tabpanel__details time {
  font-size: 0.75rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__details time {
    font-size: 1rem;
  }
}

.news__tabpanel__info--details {
  margin-top: 0.625rem;
}

.news__tabpanel__category--details {
  margin-left: 0;
}

.news__tabpanel__title--details {
  margin-top: 0;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__title--details {
    margin-left: 1.5rem;
  }
}

.news__tabpanel__img {
  width: 18.75rem;
}

.news__tabpanel__img img {
  width: 18.75rem;
}

.news__tabpanel__img--details {
  max-width: none;
  margin-top: 1.25rem;
}

.news__tabpanel__detailsblock figure {
  max-width: none;
  margin-top: 1.25rem;
}

.news__tabpanel__detailsblock figure::before {
  padding-top: 45.0733753%;
}

.news__tabpanel__detailsblock {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__detailsblock {
    margin-top: 5rem;
  }
}

.news__tabpanel__detailsblock p {
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .news__tabpanel__detailsblock p {
    font-size: 1rem;
  }
}

.news__details__btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news__details__btn {
    margin-top: 5rem;
  }
}

.news__details__btn .btn {
  padding: 0.625rem 0.5625rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .news__details__btn .btn {
    padding: 0.75rem 1.125rem;
  }
}

.news__details__btn .btn::after {
  right: 0.5rem;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 1.25rem;
}

.wp-pagenavi span,
.wp-pagenavi a {
  margin-right: 8px;
  background-color: white;
  color: black;
  padding: 16px;
}

.wp-pagenavi .current {
  background-color: #163c8a;
  color: white;
  border: none;
  text-decoration: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
}

.page-numbers {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}

.page-numbers span,
.page-numbers a {
  background-color: white;
  color: black;
  padding: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.page-numbers li {
  margin-right: 8px;
  background-color: white;
  padding: 16px;
}

.page-numbers .current {
  background-color: #163c8a;
  color: white;
  border: none;
  text-decoration: none;
}

.page-numbers .nextpostslink,
.page-numbers .previouspostslink {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-mv {
  background: #f0f0f0;
  padding-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .page-mv {
    padding-top: 6.25rem;
  }
}

.page-mv__inner {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .page-mv__inner {
    padding-top: 11.125rem;
    padding-bottom: 9.125rem;
  }
}

.page-mv__title {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #163c8a;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding-top: 0.8125rem;
  padding-left: 0.625rem;
  padding-bottom: 0.6875rem;
  max-width: 19.8125rem;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page-mv__title {
    max-width: 37.3125rem;
    font-size: 1.125rem;
    padding-top: 1.4375rem;
    padding-left: 1.875rem;
    padding-bottom: 1.4375rem;
  }
}

.page-mv__title--light {
  background: #007dc5;
}

.page-mv__title--green {
  background: #5b7b35;
}

.page-mv__entitle {
  font-size: 3rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-mv__entitle {
    font-size: 5rem;
  }
}

.page-mv__entitle--wide {
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .page-mv__entitle--wide {
    font-size: 5rem;
  }
}

.page-mv__img {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.page-mv__img--top {
  top: 2rem;
  right: 4%;
  max-width: 18rem;
}
@media screen and (min-width: 768px) {
  .page-mv__img--top {
    max-width: 37.5rem;
    top: 4.8125rem;
    right: 13.625rem;
  }
}

.page-mv__img--bottom {
  top: 8.9375rem;
  right: 4%;
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .page-mv__img--bottom {
    max-width: 37.5rem;
    top: 16.6875rem;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-mv__title--wide {
    max-width: 43.4375rem;
  }
}

.pager {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pager {
    margin-top: 5rem;
  }
}

.pager__wrap {
  max-width: 25.9375rem;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .pager__wrap {
    margin-top: 6.5rem;
  }
}

.pager__numbers {
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #c9c9c9;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #231f20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .pager__numbers {
    font-size: 1rem;
    width: 3rem;
    height: 3rem;
  }
}

.pager__numbers:nth-child(6) {
  margin-right: 0;
}

.pager__numbers.current {
  background: #163c8a;
  color: #fff;
  border: 1px solid #163c8a;
}

.pager__prev {
  position: relative;
  width: 1.875rem;
  height: 0.8125rem;
  font-size: 0.5625rem;
  font-weight: 500;
  color: #231f20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .pager__prev {
    margin-right: 2.125rem;
    font-size: 1rem;
    width: 2.8125rem;
    height: 1.5rem;
  }
}

.pager__prev::before {
  content: "";
  position: absolute;
  background: url(../images/common/prev-arrow.svg) no-repeat;
  background-size: contain;
  width: 0.1875rem;
  height: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  left: -0.25rem;
}
@media screen and (min-width: 768px) {
  .pager__prev::before {
    width: 0.375rem;
    height: 0.625rem;
    left: -0.5rem;
  }
}

.pager__next {
  position: relative;
  width: 1.875rem;
  height: 0.8125rem;
  border: 1px solid #fff;
  font-size: 0.5625rem;
  font-weight: 500;
  color: #231f20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .pager__next {
    font-size: 1rem;
    margin-left: 2.125rem;
    width: 2.8125rem;
    height: 1.5rem;
  }
}

.pager__next::after {
  content: "";
  position: absolute;
  background: url(../images/common/next-arrow.svg) no-repeat;
  background-size: contain;
  width: 0.1875rem;
  height: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  right: -0.25rem;
}
@media screen and (min-width: 768px) {
  .pager__next::after {
    width: 0.375rem;
    height: 0.625rem;
    right: -0.5rem;
  }
}

.person {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .person {
    padding-top: 5rem;
    padding-bottom: 15.625rem;
  }
}

.person__wrapper {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .person__wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 5rem;
    margin-right: calc(50% - 50vw);
  }
}

.person__img {
  position: relative;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .person__img {
    margin: 0;
    margin-left: 3.9375rem;
  }
}

.person__img::before {
  content: "";
  display: block;
  padding-top: 59.8496241%;
}

.person__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.person__item {
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .person__item {
    margin-top: 0;
    width: 100%;
    max-width: 37.375rem;
  }
}

.person__itemtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .person__itemtitle {
    font-size: 2rem;
    text-align: left;
  }
}

.person__itemtext {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .person__itemtext {
    font-size: 1rem;
    margin-top: 2rem;
  }
}

.person__introduction {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .person__introduction {
    margin-top: 15.625rem;
  }
}

.person__introduction__title {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .person__introduction__title {
    font-size: 2rem;
  }
}

.person__introduction__wrapper {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .person__introduction__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

.person__introduction__item {
  max-width: 23.0625rem;
  width: 100%;
  margin: auto;
  padding-top: 1.4375rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-bottom: 1.375rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (min-width: 768px) {
  .person__introduction__item {
    width: calc((100% - 2rem * 2) / 3);
    padding-top: 1.5625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.3125rem;
  }
}

.person__introduction__item + .person__introduction__item {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .person__introduction__item + .person__introduction__item {
    margin-top: 0;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .person__introduction__item:nth-child(4) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .person__introduction__item:nth-child(n+4) {
    margin-top: 2rem;
  }
}

.person__introduction__itemwrap {
  display: flex;
  align-items: center;
}

.person__introduction__itemimg {
  width: 100%;
  max-width: 8.5625rem;
}
@media screen and (min-width: 768px) {
  .person__introduction__itemimg {
    max-width: 9.375rem;
  }
}

.person__introduction__itemblock {
  max-width: 10.5rem;
  width: 100%;
  border-bottom: 0.125rem solid #163c8a;
  padding-bottom: 1.5625rem;
  margin-left: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .person__introduction__itemblock {
    max-width: 11.5625rem;
    margin-left: 1.5rem;
  }
}

.person__introduction__itemtitle {
  font-size: 0.75rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .person__introduction__itemtitle {
    font-size: 0.875rem;
  }
}

.person__introduction__itemname {
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .person__introduction__itemname {
    font-size: 1.125rem;
  }
}

.person__introduction__itemname2 {
  font-size: 0.625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .person__introduction__itemname2 {
    font-size: 0.75rem;
  }
}

.person__introduction__itemtext {
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .person__introduction__itemtext {
    font-size: 1rem;
    margin-top: 1.1875rem;
  }
}

.philosophy {
  background: url(../../images/common/philosophy-bg-4-sp.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .philosophy {
    background: url(../../images/common/philosophy-bg-4-pc.jpg) no-repeat;
    background-size: cover;
    margin-top: 16.75rem;
    padding-top: 6.625rem;
    padding-bottom: 15.625rem;
  }
}

.philosophy__title {
  text-align: right;
  color: #fff;
}

.philosophy__wrapper {
  max-width: 18.125rem;
  width: 100%;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .philosophy__wrapper {
    max-width: 43.125rem;
    margin: 5rem auto 0;
  }
}

.philosophy__wraptitle {
  color: #fff;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .philosophy__wraptitle {
    font-size: 2.625rem;
  }
}

.philosophy__textblock {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .philosophy__textblock {
    margin-top: 3.75rem;
  }
}

.philosophy__text {
  color: #fff;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  max-width: 15.375rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .philosophy__text {
    font-size: 1.5rem;
    max-width: none;
  }
}

.philosophy__lists {
  max-width: 21.5625rem;
  width: 100%;
  margin: 1.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .philosophy__lists {
    margin-top: 2.4375rem;
  }
}

.philosophy__list {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .philosophy__list {
    font-size: 1.125rem;
  }
}

.philosophy__list + .philosophy__list {
  margin-top: 0.75rem;
}

.privacy-policy {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy {
    padding-top: 5rem;
    padding-bottom: 15.625rem;
  }
}

.privacy-policy__wrapper {
  background: #d2d6ca;
  padding: 2.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy__wrapper {
    padding-top: 6.5rem;
    padding-left: 17.6875rem;
    padding-right: 17.6875rem;
    padding-bottom: 6.5rem;
  }
}

.privacy-policy__textblock {
  width: 100%;
  margin: auto;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .privacy-policy__textblock {
    max-width: 50rem;
  }
}

.privacy-policy__title {
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .privacy-policy__title {
    font-size: 1.25rem;
  }
}

.privacy-policy__text {
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  .privacy-policy__text {
    font-size: 1rem;
  }
}

.long-url {
  word-break: break-all;
  font-family: "Noto Serif JP", serif;
}

.right {
  text-align: right;
}

.pv-system {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .pv-system {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem;
  }
}

.pv-system__wrapper {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pv-system__wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-top: 5rem;
    margin-right: calc(50% - 50vw);
  }
}

.pv-system__img {
  position: relative;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .pv-system__img {
    margin: 0;
    margin-left: 5rem;
  }
}

.pv-system__img::before {
  content: "";
  display: block;
  padding-top: 58.272328%;
}

.pv-system__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pv-system__item {
  margin-top: 2.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pv-system__item {
    margin-top: 0;
    width: 100%;
    max-width: 35.125rem;
  }
}

.pv-system__itemtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .pv-system__itemtitle {
    font-size: 2rem;
    text-align: left;
  }
}

.pv-system__itemtext {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .pv-system__itemtext {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.recruit {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .recruit {
    padding-top: 5rem;
    padding-bottom: 15.625rem;
  }
}

.recruit__btn .btn {
  margin: auto;
  max-width: 50rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .recruit__btn .btn {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.section-header__wrap {
  display: inline-block;
}

.section-header__entitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .section-header__entitle {
    font-size: 6.75rem;
  }
}

.section-header__title {
  position: relative;
  font-weight: 400;
  font-size: 0.625rem;
  padding-left: 2.625rem;
}
@media screen and (min-width: 768px) {
  .section-header__title {
    font-size: 0.875rem;
    padding-left: 4.875rem;
  }
}

.section-header__title::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.0625rem;
  background: #231f20;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .section-header__title::before {
    width: 4rem;
  }
}

.section-header__title--right {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.section-header__title--left {
  text-align: left;
}

.section-header__title--white::before {
  background: #fff;
}

.section-header--right {
  text-align: right;
}

.service {
  margin-top: 7.5rem;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .service {
    margin-top: 15.625rem;
    padding-top: 5rem;
    padding-bottom: 15.75rem;
  }
}

.service__wrapper {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .service__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.service__textblock {
  max-width: 14.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service__textblock {
    max-width: 22.3125rem;
    margin-left: 3.6875rem;
  }
}

.service__text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .service__text {
    font-size: 1rem;
  }
}

.service__imgwrap {
  display: flex;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .service__imgwrap {
    max-width: 54.375rem;
    width: 100%;
  }
}

.service__img {
  position: relative;
  width: 33.3333333333%;
}

.service__img::before {
  content: "";
  display: block;
  padding-top: 136.696799%;
}

.service__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__img figcaption {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  font-size: 0.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  padding: 0.5625rem 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .service__img figcaption {
    font-size: 1.375rem;
    padding: 1.875rem 0;
  }
}

.service__btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service__btn {
    margin-top: 5rem;
  }
}

.partners {
  margin: auto;
  height: 200px;
  text-align: center;
}
.partners h1 {
  font-size: 20px;
  padding-top: 100px;
}

.partners-a .flex {
  display: flex;
}
.partners-a .text-center {
  text-align: center;
}
.partners-a .space-around {
  justify-content: space-around;
}
.partners-a .space-between {
  justify-content: space-between;
}
.partners-a .flex-nowrap {
  flex-wrap: nowrap;
}
.partners-a .mb-4 {
  margin-bottom: 4rem;
}
.partners-a .sp-map {
  display: none;
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map {
    display: block;
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid #153B8A;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map .sp-area {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map .sp-area p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map .sp-area1 {
    width: 100%;
    background-color: #1C75B9;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map .sp-area2 {
    width: 100%;
    background-color: #009144;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map .sp-area3 {
    width: 100%;
    background-color: #F6EA32;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map .sp-area3 p {
    color: #1d1919;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map .sp-area4 {
    width: 100%;
    background-color: #F4911E;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map .sp-area4 p {
    color: #1d1919;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map .sp-area5 {
    width: 100%;
    background-color: #EA1C24;
  }
}
.partners-a .mb-18 {
  margin-bottom: 18rem;
}
.partners-a .mt-1-25 {
  margin-top: 1.25rem;
}
.partners-a .mt-1-5 {
  margin-top: 1.5rem;
}
.partners-a .mt-5 {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .partners-a .mt-5 {
    margin-top: 0.75rem;
  }
}
.partners-a .mt-7 {
  margin-top: 7rem;
}
.partners-a .mt-6 {
  margin-top: 6rem;
}
.partners-a .click-description p {
  font-size: 1rem;
  color: #163C8A;
}
@media screen and (max-width: 768px) {
  .partners-a .click-description p {
    display: none;
  }
}
.partners-a .box {
  width: 21%;
  border: 1px solid #153B8A;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .partners-a .box {
    width: 33%;
    height: 30.5px;
    padding-top: 7px;
    padding-bottom: 7px;
    justify-content: space-between;
  }
}
.partners-a .box p {
  font-size: 1.4rem;
  line-height: 30px;
  color: #163C8A;
}
@media screen and (max-width: 768px) {
  .partners-a .box p {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.partners-a .sp-click-description p {
  display: none;
}
@media screen and (max-width: 768px) {
  .partners-a .sp-click-description p {
    display: block;
    font-size: 0.875rem;
    color: #163c8a;
    margin-top: 4rem;
  }
}
.partners-a .sp-map-description {
  display: none;
}
@media screen and (max-width: 768px) {
  .partners-a .sp-map-description {
    display: block;
    font-size: 1.125rem;
    margin: auto;
    color: #163c8a;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
  }
}
.partners-a img {
  filter: blur(0px);
  width: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .partners-a .panel img {
    display: none;
  }
}
.partners-a .area .area-name {
  width: 23.5%;
  margin-left: 0;
  padding-top: 29px;
  padding-bottom: 29px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .partners-a .area .area-name {
    width: 81%;
    margin: auto;
  }
}
.partners-a .area .area-name p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 30px;
}
.partners-a .area-contents {
  list-style: none;
  width: 100%;
}
.partners-a .area-contents .area-content-name {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: normal;
  padding-top: 2rem;
  padding-left: 50px;
  padding-bottom: 2rem;
  transition: all 0.5s ease;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .partners-a .area-contents .area-content-name {
    padding-left: 0;
  }
}
.partners-a .area-contents .area-content-name::before,
.partners-a .area-contents .area-content-name::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2px;
  background-color: #fff;
}
.partners-a .area-contents .yellow::before,
.partners-a .area-contents .yellow::after,
.partners-a .area-contents .orange::before,
.partners-a .area-contents .orange::after {
  background-color: #1d1919;
}
.partners-a .area-contents .area-content-name::before {
  top: 48%;
  right: 50px;
  transform: rotate(0deg);
  transition-duration: 500ms;
}
@media screen and (max-width: 768px) {
  .partners-a .area-contents .area-content-name::before {
    right: 20px !important;
  }
}
.partners-a .area-contents .area-content-name::after {
  top: 48%;
  right: 50px;
  transform: rotate(90deg);
  transition-duration: 500ms;
}
@media screen and (max-width: 768px) {
  .partners-a .area-contents .area-content-name::after {
    right: 20px !important;
  }
}
.partners-a .area-contents .area-content-name.close::before {
  transform: rotate(180deg);
}
.partners-a .area-contents .area-content-name.close::after {
  transform: rotate(0deg);
}
.partners-a .area-contents .area-content {
  display: none; /*はじめは非表示*/
  text-align: center;
}
.partners-a .area-contents .area-content div {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .partners-a .area-contents .area-content div {
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
    padding-left: 5%;
    width: 100%;
  }
}
.partners-a .area-contents .area-content p {
  font-size: 1.25rem;
  color: #231f20;
  line-height: 1.5rem;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .partners-a .area-contents .area-content p {
    width: 100%;
  }
}
.partners-a .area-contents .area-content .margin-left {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .partners-a .area-contents .area-content .margin-left {
    margin-left: 0;
  }
}
.partners-a .area-contents .area-content .co-name {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .partners-a .area-contents .area-content .co-name {
    width: 100%;
  }
}
.partners-a .panel.is-show {
  display: block;
}
.partners-a .tab.is-active {
  transition: all 0.2s ease-out;
  background: #163C8A;
}
.partners-a .tab.is-active p {
  color: #fff;
}
.partners-a .area-panel,
.partners-a .sp-area-panel {
  display: none;
}
.partners-a .area-panel.is-show-b,
.partners-a .sp-area-panel.is-show-sp-b {
  display: block;
}
.partners-a .area-tab.is-active-b,
.partners-a .sp-area-tab.is-active-sp-b {
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .partners-a .sp-display-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-w-100 {
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .partners-a .sp-w-100 p {
    font-size: 1.5rem;
    line-height: 36px;
  }
}
.partners-a .inner .area .yellow p {
  color: #1d1919;
}
.partners-a .inner .area .orange p {
  color: #1d1919;
}
.partners-a .inner .area-contents .yellow {
  color: #1d1919;
}
.partners-a .inner .area-contents .orange {
  color: #1d1919;
}
.partners-a .blue .area-name,
.partners-a .blue .area-content-name {
  background-color: #1c75b9;
}
.partners-a .blue .border-bottom {
  border-bottom: 2px solid #1c75b9;
}
.partners-a .green .area-name,
.partners-a .green .area-content-name {
  background-color: #009144;
}
.partners-a .green .border-bottom {
  border-bottom: 2px solid #009144;
}
.partners-a .yellow .area-name,
.partners-a .yellow .area-content-name {
  background-color: #F6EA32;
  color: #1d1919;
}
.partners-a .yellow .border-bottom {
  border-bottom: 2px solid #F6EA32;
}
.partners-a .orange .area-name,
.partners-a .orange .area-content-name {
  background-color: #F4911E;
  color: #1d1919;
}
.partners-a .orange .border-bottom {
  border-bottom: 2px solid #F4911E;
}
.partners-a .yellow .area-name p,
.partners-a .orange .area-name p {
  color: #1d1919;
}
.partners-a .red .area-name,
.partners-a .red .area-content-name {
  background-color: #EA1C24;
}
.partners-a .red .border-bottom {
  border-bottom: 2px solid #EA1C24;
}
.partners-a .area-contents .area-content .go-hp {
  width: 23%;
  background-color: #163c8a;
  border-radius: 8px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .partners-a .area-contents .area-content .go-hp {
    width: 100%;
    background-color: inherit;
    border-radius: unset;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.partners-a .area-contents .area-content .go-hp a {
  color: #fff;
  font-size: 1.25rem;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .partners-a .area-contents .area-content .go-hp a {
    color: unset;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.partners-a .space-url {
  width: 23% !important;
}
.partners-a .jmsdf-group,
.partners-a .jfsdf-group,
.partners-a .jasdf-group {
  margin-bottom: 5rem;
}
.partners-a .panel {
  display: none;
}

.address {
  margin-top: 20px;
}

.note {
  margin-bottom: 17px;
}

.mt-custom {
  margin-top: 2.5rem;
}

.table-container {
  width: 100%;
  overflow-x: auto; /* 横スクロールを許可 */
}
.fd-table {
  width: 100%;
  border-collapse: collapse;
}
.fd-table th, .fd-table td {
  border: 1px solid black; /* 枠線の設定 */
  padding: 8px;
}
.fd-table th {
  background-color: #c5c5c5;
  text-align: center; /* ヘッダーのテキストを中央寄せ */
}
.fd-table td {
  text-align: left;
  background-color: #f2f2f2;
}
.fd-table td.center {
  text-align: center; /* 中央寄せクラス */
}
.fd-table th:first-child, .fd-table td:first-child {
  width: 75%; /* 3:1の比率の3の部分 */
}
.fd-table th:last-child, .fd-table td:last-child {
  width: 25%; /* 3:1の比率の1の部分 */
}
.kpi-note {
  font-size: 70%; /* 通常の文字の大きさの70% */
}

/* スマホサイズ用のスタイル */
@media (max-width: 768px) {
.table-container {
    overflow-x: scroll; /* 横スクロールを許可 */
    -webkit-overflow-scrolling: touch; /* スムーススクロールを有効にする */
    width: 100%; /* コンテナの幅を100%に設定 */
}
.fd-table {
    min-width: 500px; /* テーブルの最小幅を設定 */
}
.fd-table th:first-child, .fd-table td:first-child {
    width: 75%; /* 3:1の比率の3の部分 */
}
.fd-table th:last-child, .fd-table td:last-child {
    width: 25%; /* 3:1の比率の1の部分 */
    text-align: center; /* テキストを中央寄せ */
}

/* スクロールバーのカスタマイズ */
.table-container::-webkit-scrollbar {
height: 10px; /* スクロールバーの高さ */
}
.table-container::-webkit-scrollbar-thumb {
    background-color: #888; /* スクロールバーの色 */
    border-radius: 5px; /* スクロールバーの角の丸み */
}
.table-container::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* スクロールバーのホバー時の色 */
}
}

/*# sourceMappingURL=styles.css.map */