*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: bold;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  font-style: normal;
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 1.60375;
    font-weight: bold;
  }
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

.l-inner {
  margin: 0 auto;
  max-width: 376px;
  padding-inline: 16.5px;
}
@media (min-width: 600px) {
  .l-inner {
    max-width: 1023px;
    padding-inline: 16.5px;
  }
}
@media (min-width: 1200px) {
  .l-inner {
    padding-inline: 40px;
    max-width: 1106px;
  }
}
@media (min-width: 1365px) {
  .l-inner {
    padding-inline: 40px;
    max-width: 1445px;
  }
}
@media (min-width: 1619px) {
  .l-inner {
    padding-inline: 40px;
    max-width: 1620px;
  }
}

.l-title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.l-max__wrapper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.l-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .l-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-title {
  font-weight: bold;
  font-size: 50px;
  line-height: 0.8;
  letter-spacing: 0.04em;
}
@media (min-width: 600px) {
  .c-title {
    font-size: 65px;
  }
}

.c-sub-title {
  font-weight: bold;
  line-height: 0.862;
  letter-spacing: 0.06em;
  margin-top: 28px;
  color: #FFFFFF;
}
@media (min-width: 600px) {
  .c-sub-title {
    font-size: 20px;
    line-height: 0.862;
  }
}

.c-button {
  max-width: 410px;
  border-radius: 30px;
  padding: 6px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .c-button {
    padding: 12px 100px;
  }
}
@media (min-width: 1619px) {
  .c-button {
    padding: 19px 132px;
  }
}
.c-button a {
  white-space: nowrap;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .c-button a {
    font-size: 20px;
    line-height: 1.162;
    letter-spacing: 0.06em;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.p-about__en-text {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.0873333333;
}

.c-logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-logo__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 254px;
  height: 60px;
}
@media (min-width: 768px) {
  .c-logo__image {
    width: 273px;
    height: 100px;
  }
}
.c-logo__image img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 273/90;
}
@media (min-width: 768px) {
  .c-logo__image img {
    height: 70%;
  }
}

.c-logo__name {
  font-weight: 700;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .c-logo__name {
    font-size: 53.42px;
  }
}

.p-header {
  background: #000000;
}

.p-header__inner {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  background: #000000;
}
@media (min-width: 768px) {
  .p-header__inner {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}

.p-header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  margin-top: 10px;
}

.p-header__list {
  position: relative;
  padding-bottom: 13px;
}
.p-header__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  height: 3px;
  background: #C30D23;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-header__list:hover::after {
  visibility: visible;
}

.p-header__link {
  color: #FFFFFF;
}

.p-header__button-wrapper {
  position: absolute;
  right: 65px;
  top: 0;
  gap: 20px;
  display: none;
}
@media (min-width: 768px) {
  .p-header__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-header__button{
width: 90px;
position: relative;
padding-top: 55px;
padding-bottom: 8px;
line-height: 1.2984615385;
background: #00B901;
text-align: center;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
line-height: 1.2984615385;
letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .p-header__button {
    width: 106px;
    padding-bottom: 15px;
    font-size: 13px;
  }
}
.p-header__button::before {
  content: "";
  position: absolute;
  background: url(../image/line-icon.svg);
  background-size: cover;
  width: 36px;
  height: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
}
.p-header__button:nth-of-type(2) {
  background: #FFFFFF;
  color: #000000;
}
.p-header__button:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(../image/sanka-icon.svg);
  background-size: cover;
  width: 41px;
  height: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
}
.p-header__button:nth-of-type(2) {
  color: #000000;
}

.p-fv__button-wrapper{
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 99993;
}
@media (min-width: 768px) {
  .p-fv__button-wrapper{
    display: none;
  }
}

.p-fv__button {
  width: 90px;
position: relative;
padding-top: 55px;
padding-bottom: 8px;
line-height: 1.2984615385;
background: #00B901;
text-align: center;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
line-height: 1.2984615385;
letter-spacing: 0.02em;
  
}

.p-fv__button::before {
  content: "";
  position: absolute;
  background: url(../image/line-icon.svg);
  background-size: cover;
  width: 36px;
  height: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
}
.p-fv__button:nth-of-type(2) {
  background: #FFFFFF;
  color: #000000;
}
.p-fv__button:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(../image/sanka-icon.svg);
  background-size: cover;
  width: 41px;
  height: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
}
.p-fv__button:nth-of-type(2) {
  color: #000000;
}

.p-drawer-icon {
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 15px;
  width: 25px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-drawer-icon{
    display: none;
  }
}

.p-drawer-icon.is-checked {
  top: 22px;
  right: 15px;
}

.p-drawer-icon span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  transition: transform 0.3s;
  background-color: #fff;
}

.p-drawer-icon span:first-child {
  top: 0;
}

.p-drawer-icon span:nth-child(2) {
  top: 8px;
  transition: opacity 0.3s;
}

.p-drawer-icon span:nth-child(3) {
  top: 16px;
}

.p-drawer-icon.is-checked span:first-child {
  top: 15px;
  transform: rotate(-45deg);
}

.p-drawer-icon.is-checked span:nth-child(2) {
  opacity: 0;
}

.p-drawer-icon.is-checked span:nth-child(3) {
  top: 15px;
  transform: rotate(45deg);
}

.p-drawer-content {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #C30D23;
  color: #FCFCFC;
  padding-inline: 15.5px;
  padding-top: 29px;
  padding-bottom: 50px;
  top: -1800px;
  z-index: 9998;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 0;
  overflow: scroll;
}
.p-drawer-content.is-checked {
  top: 0;
}
.p-drawer-content.is-checked::before {
  opacity: 1;
}
.p-drawer-content.is-checked::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .p-drawer-content {
    display: none;
  }
}

.p-drawer-content__item {
  position: relative;
  top: 20px;
  -webkit-transition: top 1s, opacity 1s;
  transition: top 1s, opacity 1s;
}
.p-drawer-content__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: transparent;
  left: 0;
  top: 80px;
  opacity: 0;
  -webkit-transition: opacity 1s, background-color 1s;
  transition: opacity 1s, background-color 1s;
}
@media (min-width: 600px) {
  .p-drawer-content__item::after {
    top: 80px;
  }
}
.p-drawer-content__item.is-active {
  top: 0;
}
.p-drawer-content__item.is-active::after {
  opacity: 1;
  background-color: #FCFCFC;
}

.p-drawer-content__nav-link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.4px;
  position: relative;
  padding-left: 16px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  top: 20px;
  opacity: 0;
  -webkit-transition: top 1s, opacity 1s ease 0s;
  transition: top 1s, opacity 1s ease 0s;
}
@media (min-width: 600px) {
  .p-drawer-content__nav-link {
    height: 80px;
    font-size: 18px;
  }
}
.p-drawer-content__nav-link::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FCFCFC;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 0;
  -webkit-transition: top 1s, opacity 1s ease 0s;
  transition: top 1s, opacity 1s ease 0s;
}
.p-drawer-content__nav-link.is-show {
  opacity: 1;
  top: 0;
}

.p-drawer-content__item:not(:first-child) {
  padding-top: 15px;
}
.p-drawer-content__item:not(:first-child)::after {
  top: 80px;
}
@media (min-width: 600px) {
  .p-drawer-content__item:not(:first-child)::after {
    top: 80px;
  }
}

.p-drawer-content__item:nth-child(n+4) {
  padding-top: 16px;
}
.p-drawer-content__item:nth-child(n+4)::after {
  top: 80px;
}
@media (min-width: 600px) {
  .p-drawer-content__item:nth-child(n+4)::after {
    top: 80px;
  }
}

.p-drawer__button-wrapper {
  margin-top: 18.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-drawer__button-wrapper a {
  display: block;
  width: 92.071px;
}
.p-drawer__button-wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fv__wrapper {
  position: relative;
}

.p-fv__video-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 calc(50% - 50vw);
  height: auto;
  aspect-ratio: 375 / 582;
  display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
  .p-fv__video-box {
  aspect-ratio: 16 / 9;
  }
}
@media (min-width: 1600px) {
  .p-fv__video-box {
  aspect-ratio: 1920 / 1806;
  }
}
.video-pc{
  display: none;
}
@media (min-width: 767px) {
  .video-pc{
    display: block;
  }
}
.video-sp{
  display: block;
}
@media (min-width: 767px) {
  .video-sp{
    display: none;
  }
}



.p-fv__video {
  max-height: initial;
  max-width: initial;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  height: 100%;
}

.p-fv__main-text-box {
  position: absolute;
    display: flex;
    flex-direction: row-reverse;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 900px) {
  .p-fv__main-text-box{
    flex-direction: column;
      min-width: 786px;
  }
}
.p-fv__main-text{
  color: #FFFFFF;
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  writing-mode: vertical-rl;
  white-space: nowrap;

}
.p-fv__main-text:nth-child(2){
  margin-top: 60px;
}
@media (min-width: 600px) {
  .p-fv__main-text{
    font-size: 40px;
}
}
@media (min-width: 768px) {
  .p-fv__main-text{
    font-size: 30px;
}
}
@media (min-width: 900px) {
  .p-fv__main-text{
    text-align: center;
    writing-mode: horizontal-tb;
    font-size: 50.42px;
    line-height: 0.34;
    letter-spacing: 0.06em;
}
}
@media (min-width: 900px) {
  .p-fv__main-text:nth-child(2){
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .p-fv__main-text{
    writing-mode: horizontal-tb;
      font-size: 67.42px;
      line-height: 0.253;
      letter-spacing: 0.06em;
  }
}
@media (min-width: 1200px) {
  .p-fv__main-text:nth-child(2){
    margin-top: 80px;
}
}
.p-fv__message-box img {
  aspect-ratio: 774/233;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__content {
  background: #C30D23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 23px;
  padding-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv__text {
  font-size: 9px;
  color: #FCFCFC;
}
@media (min-width: 375px) {
  .p-fv__text {
    font-size: 11.5px;
  }
}
.p-fv__text span {
  font-size: 9.5px;
}
@media (min-width: 768px) {
  .p-fv__text {
    font-size: 16px;
    line-height: 1.6;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  .p-fv__text span {
    font-size: 14px;
    line-height: 1.8285714286;
  }
}


.p-about {
  overflow: hidden;
}

.p-about__contents .p-about__content {
  position: relative;
}
.p-about__contents .p-about__content:nth-child(1) {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-about__contents .p-about__content:nth-child(1) {
    width: 50%;
  }
}
.p-about__contents .p-about__content:nth-child(2) {
  background: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 600px) {
  .p-about__contents .p-about__content:nth-child(2) {
    padding-top: 100px;
  }
}
@media (min-width: 900px) {
  .p-about__contents .p-about__content:nth-child(2) {
    padding-top: 150px;
  }
}
@media (min-width: 1619px) {
  .p-about__contents .p-about__content:nth-child(2) {
    padding-top: 200px;
  }
}
.p-about__contents .p-about__content:nth-child(2) h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 2.1746666667;
  letter-spacing: 0.06em;
}
@media (min-width: 1200px) {
  .p-about__contents .p-about__content:nth-child(2) h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .p-about__contents .p-about__content:nth-child(2) h2 {
    font-size: 46px;
    line-height: 1.4182608696;
    letter-spacing: 0.06em;
  }
}
.p-about__contents .p-about__content:nth-child(2) p {
  font-size: 10px;
  margin-top: 20px;
}
@media (min-width: 375px) {
  .p-about__contents .p-about__content:nth-child(2) p {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .p-about__contents .p-about__content:nth-child(2) p {
    font-size: 13px;
    margin-top: 30px;
  }
}
@media (min-width: 1365px) {
  .p-about__contents .p-about__content:nth-child(2) p {
    font-size: 16px;
  }
}
@media (min-width: 1619px) {
  .p-about__contents .p-about__content:nth-child(2) p {
    margin-top: 60px;
  }
}

.p-about__image {
  width: 100%;
  height: 100%;
  max-width: 970px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about__image img {
  aspect-ratio: 970/647;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__en {
  position: absolute;
  width: 88%;
  max-width: 838px;
  bottom: -5%;
  left: 3.6458333333%;
}
@media (min-width: 1365px) {
  .p-about__en {
    bottom: -8%;
  }
}
.p-about__en img {
  aspect-ratio: 838/116;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__text-image {
  width: 44%;
  max-width: 422px;
  position: absolute;
  top: 0;
  right: 0;
}

.p-about__text-image img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 422/177;
}

.p-about__button-wrapper {
  margin-top: 45px;
}
.p-about__button {
  background: #000000;
}
.p-about__button a {
  color: #FFFFFF;
}

.p-slogan {
  background: #000000;
}

.p-slogan__inner {
  max-width: 1023px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-slogan__inner {
    padding-top: 90px;
    max-width: 1200px;
  }
}
@media (min-width: 1365px) {
  .p-slogan__inner {
    max-width: 1398px;
    padding-bottom: 127px;
  }
}
@media (min-width: 1619px) {
  .p-slogan__inner {
    max-width: 1700px;
    min-width: 1399px;
  }
}
.p-slogan__contents{
  justify-content: center;
  align-items: center;
}


.p-slogan__content {
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          width: 100%;
          
}
@media (min-width: 600px) {
  .p-slogan__content {
        width: 90%;
  }
}
@media (min-width: 768px) {
  .p-slogan__content {
    width: 66.8%;
  }
}
@media (min-width: 900px) {
  .p-slogan__content {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .p-slogan__content {
    width: 63.8%;
  }
}


.p-slogan__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
      flex-direction: column; 
}
@media (max-width: 767px) {
  .p-slogan__boxes {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .p-slogan__boxes {
    margin-top: 80px;
    flex-direction: row;
  }
}
@media (min-width: 900px) {
  .p-slogan__boxes {
    justify-content: center;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .p-slogan__boxes {
    margin-top: 130px;   
  }
}

@media (min-width: 1619px) {
  .p-slogan__boxes {
    gap: 50px;
  
  }
}

.p-slogan__box {
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    position: relative;
  background: transparent;
  border: none;
  width: 130px;
  height: 130px;
}
@media (max-width: 767px) {
  .p-slogan__box {
    padding-top: 11%;
  }
}
.p-slogan__box::before{
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #FFFFFF;
}
.p-slogan__boxes > .p-slogan__box:first-child::before {
  bottom: -18%;
}
@media (min-width: 768px) {
  .p-slogan__box::before{
    display: none;
  }
}
@media (min-width: 600px) {
  .p-slogan__box::before{
    width: 160px;
    height: 160px;
    }
}
@media (min-width: 375px) {
  .p-slogan__box {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 600px) {
  .p-slogan__box {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 768px) {
  .p-slogan__box {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid  #FFFFFF;
  }
}
@media (min-width: 900px) {
  .p-slogan__box {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .p-slogan__box {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1619px) {
  .p-slogan__box {
    width: 227px;
    height: 227px;
  }
}
.p-slogan__box h3 {
  display: inline-block;
}
@media (min-width: 1200px) {
  .p-slogan__box h3 {
    font-size: 24px;
    line-height: 0.7746666667;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
}
@media (min-width: 1200px) and (min-width: 1619px) {
  .p-slogan__box h3 {
    font-size: 30px;
  }
}
.p-slogan__box h3 span {
  font-size: 30px;
  line-height: 0.581;
}
@media (min-width: 1619px) {
  .p-slogan__box h3 span {
    font-size: 40px;
  }
}
.p-slogan__box p {
  display: inline-block;
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .p-slogan__box p {
    margin-top: 25px;
    font-size: 9.5px;
  }
}
@media (min-width: 900px) {
  .p-slogan__box p {
    font-size: 11.5px;
  }
}
@media (min-width: 1365px) {
  .p-slogan__box p {
    font-size: 15px;
    line-height: 1.4525;
  }
}
@media screen and (min-width: 1919px) {
  .p-slogan__box p {
    letter-spacing: 0.06em;
    font-size: 18px;
  }
}
.p-slogan__box-wrapper{
  display: flex;
}
.p-slogan__box-wrapper .p-slogan__box::before {
  top: -8%;
}
@media (max-width: 768px) {
  .p-slogan__box-wrapper .p-slogan__box{
    padding-top: 0;
    padding-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .p-slogan__box-wrapper .p-slogan__box:nth-child(1){
    margin-right: 40px;
  }
}

@media (min-width: 1619px) {
  .p-slogan__box-wrapper .p-slogan__box:nth-child(1){
    margin-right: 50px;
  }
}
.p-slogan__title {
  color: #C30D23;
  font-weight: bold;
  text-align: center;
}

.p-slogan__button-wrapper {
  margin-top: 56px;
}

.p-slogan__button {
  background: #FFFFFF;
}

.p-slogan__sp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .p-slogan__sp-wrapper {
    display: none;
  }
}

.p-schedule {
  background: #000000;
  position: relative;
}
.p-schedule:after {
  content: "";
  position: absolute;
  background: url(../image/schedule-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 53.4%;
  height: 0;
  padding-top: 35.6%;
  top: 0;
  right: 0;
  z-index: 1;
}

.p-schedule__inner {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-schedule__inner {
    padding-bottom: 140px;
  }
}

.p-schedule__wrapper {
  padding-inline: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-schedule__title-wrapper {
  font-weight: bold;
  text-align: center;
}
.p-schedule__title-wrapper h2 {
  color: #FFFFFF;
}
.p-schedule__title-wrapper p {
  font-size: 10.5px;
  color: #FFFFFF;
}
@media (min-width: 600px) {
  .p-schedule__title-wrapper p {
    font-size: 14.5px;
  }
}
@media (min-width: 1200px) {
  .p-schedule__title-wrapper p {
    font-size: 16px;

  }
}

.p-schedule__contents {
  display: grid;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  max-width: 942px;
  margin-top: 50px;
  grid-template-columns: 90px 90px 90px;
}
@media (min-width: 375px) {
  .p-schedule__contents {
    grid-template-columns: 110px 110px 110px;
  }
}
@media (min-width: 600px) {
  .p-schedule__contents {
    grid-template-columns: 140px 140px 140px;
  }
}
@media (min-width: 768px) {
  .p-schedule__contents {
    grid-template-columns: 153px 153px 153px 153px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .p-schedule__contents {
    grid-template-columns: 183px 183px 183px 183px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }
}
@media (min-width: 1365px) {
  .p-schedule__contents {
    grid-template-columns: 213px 213px 213px 213px;
  }
}

.p-schedule__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding-top: 15px;
  max-width: 213px;
  padding-bottom: 12px;
  padding-inline: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .p-schedule__content {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .p-schedule__content {
    padding-top: 30px;
    padding-inline: 27px;
    max-width: 213px;
    padding-bottom: 20px;
  }
}

.p-schedule__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
}

.p-schedule__head {
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}
.p-schedule__head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4.5px;
  background: #000000;
  bottom: 0;
  left: 0;
}
.p-schedule__head p {
  font-size: 11px;
  letter-spacing: 0.06em;
}
@media (min-width: 375px) {
  .p-schedule__head p {
    font-size: 14px;
    line-height: 1.8028571429;
  }
}
@media (min-width: 768px) {
  .p-schedule__head p {
    font-size: 22px;
    line-height: 1.0973913043;
  }
}
@media (min-width: 1365px) {
  .p-schedule__head p {
    line-height: 1.0516666667;
    font-size: 24px;
  }
}

.p-schedule__body {
  padding-top: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-schedule__body time {
  font-size: 12px;
  line-height: 1.8028571429;
  letter-spacing: 0.06em;
}
@media (min-width: 375px) {
  .p-schedule__body time {
    font-size: 14px;
  line-height: 1.8028571429;
  letter-spacing: 0.06em;
  }
}

@media (min-width: 768px) {
  .p-schedule__body time {
    font-size: 18px;
     line-height: normal;
     letter-spacing: 0.06em; 
  }
}
@media (min-width: 768px) {
  .p-schedule__body time:nth-child(2) {
    margin-top: 5px;
  }
}

@media (min-width: 1200px) {
  .p-schedule__body time {
    font-size: 14px;
     line-height: calc(25.24 / 14);
     letter-spacing: 0.06em; 
  }
}

@media (min-width: 1200px) {
  .p-schedule__body time:nth-child(2) {
    font-size: 18px;
     line-height: calc(25.24 / 18);
     letter-spacing: 0.06em; 
  }
}


.p-schedule__button-wrapper {
  margin-top: 60px;
}
.p-schedule__button {
  background: #C30D23;
  padding: 6px 25px;
  
}
@media (min-width: 375px) {
  .p-schedule__button {
    padding: 6px 50px;
    
  }
}

.p-schedule__button a{
  color: #FFFFFF;
}
.p-access {
  background: #000000;
}

.p-access__inner {
  padding-top: 40px;
  background: #000000;
}
@media (min-width: 1200px) {
  .p-access__inner {
    padding-top: 75px;
  }
}

.p-access__title-wrapper {
  padding-bottom: 40px;
  background: #000000;
}
@media (min-width: 768px) {
  .p-access__title-wrapper {
    padding-bottom: 85px;
  }
}

.p-access__title {
  color: #FFFFFF;
}

.p-access__map {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 70% 0 0;
}
@media (min-width: 1200px) {
  .p-access__map {
    padding: 27.6041666667% 0 0;
  }
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-sns {
  background: url(../image/sns-bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.p-sns__inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .p-sns__inner {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}

.p-sns__wrapper h2 {
  color: #000000;
}

.p-sns__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-sns__title-wrapper p {
  margin-top: 40px;
  font-size: 12px;
}
@media (min-width: 600px) {
  .p-sns__title-wrapper p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .p-sns__title-wrapper p {
    margin-top: 40px;
  }
}

.p-sns__button-wrapper {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .p-sns__button-wrapper {
    margin-top: 50px;
  }
}

.p-sns__button {
  background: #1B1464;
  color: #FFFFFF;

}
@media (min-width: 1619px) {
  .p-sns__button {
  
}
}

@media (min-width: 1200px) {
  .p-sns__button {
  
}
}

@media (min-width: 1619px) {
    .p-sns__button {
      padding: 19px 117px;
    
  }
}

.p-footer {
  display: block;
  position: relative;
  background-color: #B22023;
}

.p-footer__gotop {
  position: absolute;
  right: 60px;
  top: -25px;
}

.p-footer__inner {
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.p-footer__nav {
  display: block;
  margin-bottom: 30px;
}
.p-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 42px;
  margin-top: 10px;
}
.p-footer__nav a {
  display: block;
  color: #fff;
}
@media (min-width: 1200px) {
  .p-footer__nav a {
    font-size: 15px;
    font-weight: 700;
    line-height: 0.8826666667;
    letter-spacing: 0.01em;
  }
}

.p-footer__copy small {
  line-height: 1.2036363636;
  letter-spacing: 0.01em;
  font-size: 11px;
}
@media (min-width: 600px) {
  .p-footer__copy small {
    font-size: 15px;
    line-height: 0.8826666667;
  }
}

.p-footer__logo-image::after {
  -webkit-box-shadow: inset 0 0 10px -9px #FFF;
          box-shadow: inset 0 0 10px -9px #FFF;
}

.p-page-about {
  background: #000000;
  overflow: hidden;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .p-page-about{
    padding-bottom: 40px;
  }
  
}

.p-page-about__inner {
  padding-top: 20px;
}

.p-page-about__boxes {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media (min-width: 600px) {
  .p-page-about{
    gap: 100px;
  }
  
}


.p-page-about__text-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 990;
}
.p-page-about__text-box:nth-child(1)::after {
  content: "";
  background: url(../image/page-a-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 49.2%;
  height: 0;
  padding-bottom: 32.8%;
  position: absolute;
  top: 0;
  right: -20%;
}
.p-page-about__text-box:nth-child(2)::before {
  content: "";
  background: url(../image/page-a-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 49.2%;
  height: 0;
  padding-bottom: 32.8%;
  position: absolute;
  top: 0;
  left: -15%;
}

.p-page-about__text {
  margin-top: 40px;
  text-align: left;

}
@media (min-width: 768px) {
  .p-page-about__text {
    text-align: center;
    margin-top: 70px;
    max-width: 630px;
  }
}
@media (min-width: 900px) {
  .p-page-about__text {
    
    max-width: 630px;
  }
}
@media (min-width: 1200px) {
  .p-page-about__text {
    
    max-width: 645px;
  }
}
@media (min-width: 1600px) {
  .p-page-about__text {
    
    max-width: 674px;
  }
}


.p-page-about__text p {

  font-size: 13.5px;
    letter-spacing: 0.0132em;
    color: #FFFFFF;
  line-height: 2;
}
@media (min-width: 600px) {
  .p-page-about__text p {
    font-size: 15px;
    letter-spacing: 0.002em;
    line-height: 2.5;
  }
}

@media (min-width: 768px) {
  .p-page-about__text p {
    font-size:17px;
  }
}
@media (min-width: 900px) {
  .p-page-about__text p {
    font-size: 15px;
  }
}
.p-page-about__text p:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 600px) {
  .p-page-about__text p:not(:first-child) {
    margin-top: 15px;
  }

}
@media (min-width: 1200px) {
  .p-page-about__text p:not(:first-child) {
    margin-top: 30px;
  }

}

.p-page-about__title-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 50px;
}
.p-page-about__title-wrapper h2 {
  font-size: 24px;
  line-height: 1.5516666667;
  letter-spacing: 0.014em;
  color: #FCFCFC;
}
.p-page-about__title-wrapper h3 {
  font-size: 24px;
  line-height: 1.5516666667;
  letter-spacing: 0.014em;
  color: #FCFCFC;
}
.p-page-about__title-wrapper:after {
  content: "";
  position: absolute;
  background: #C30D23;
  width: 61%;
  height: 6.7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}


.p-page-about-joining{
  position: relative;
  overflow: hidden;
          background: #000000;
}

@media (min-width: 900px) {
  .p-page-about-joining{
    background: transparent;
  }

  }
@media (min-width: 900px) {
  .p-page-about-joining::before{
    content: "";
  width: 100%;
  background:  url(../image/page-a-back2.png) no-repeat center center/cover;
  height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;    
  }
}

@media (min-width: 900px) {
  .p-page-about-joining::after{
    content: "";
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 100;
  }
}
  
.p-page-about-joining__inner {
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  .p-page-about-joining__inner{
    padding-top: 60px;
  }
}

@media (min-width: 1619px) {
  .p-page-about-joining__inner{
    padding-top: 265px;
  }
}

.p-page-about-joining__wrapper{
  background: #FFFFFF;
  padding-top: 47px;
  padding-bottom: 47px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1200;
}
@media (min-width: 900px) {
  .p-page-about-joining__wrapper{
    width: 68%;
  }
}
@media (min-width: 1365px) {
  .p-page-about-joining__wrapper{
    width: 53%;
  }
}
@media (min-width: 1619px) {
  .p-page-about-joining__wrapper{
    width: 44.4%;
  }
}


.p-page-about-joining__contents {
  width: 92%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  .p-page-about-joining__contents {
    width: 78%;
    padding: 25px 0px;
  }
}

@media (min-width: 768px) {
  .p-page-about-joining__contents {
    width: 84%;
    padding: 25px 0px;
  }
}
@media (min-width: 900px) {
  .p-page-about-joining__contents {
    width: 76%;
    padding: 25px 0px;
  }
}
@media (min-width: 1200px) {
  .p-page-about-joining__contents {
    width: 77%;
    padding: 25px 0px;
  }
}
@media (min-width: 1600px) {
  .p-page-about-joining__contents {
    width: 78%;
    padding: 25px 0px;
  }
}



.p-page-about-joining__title-wrapper {
  position: relative;
  width: 64%;
  padding-bottom: 50px;
}
.p-page-about-joining__title-wrapper h2 {
  font-size: 24px;
  line-height: 1.5516666667;
  letter-spacing: 0.014em;
  color: #000000;
}
.p-page-about-joining__title-wrapper:after {
  content: "";
  position: absolute;
  background: #C30D23;
  width: 100%;
  height: 6.7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.p-page-about-joining__text-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          width: 100%;
}
.p-page-about-joining__text-content {
  display: block;
  background: #000000;
  width: 47%;
    padding: 25px 9px;
}
@media (min-width: 600px) {
  .p-page-about-joining__text-content {
    width: 45%;
  padding: 25px 30px;
  }
}

@media (min-width: 768px) {
  .p-page-about-joining__text-content {
    width: 49%;
  padding: 25px 50px;
  }
}
@media (min-width: 900px) {
  .p-page-about-joining__text-content {
    width: 47%;
  padding: 25px 50px;
  }
}

.p-page-about-joining__text-content p {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 1.416;
  letter-spacing: 0.014em;
}
@media (min-width: 375px) {
  .p-page-about-joining__text-content p {
    font-size: 12px;
  }
}
.p-page-about-joining__text-box{
  margin-top: 20px;
}
@media (min-width: 600px) {
.p-page-about-joining__text-box{
  text-align: center;
}
}

.p-page-about-joining__text-box p {
    line-height: 2.5;
    font-size: 11.5px;
    letter-spacing: 0.0132em;
    text-align: left;
}
@media (min-width: 600px) {
  .p-page-about-joining__text-box p {
    font-size: 15px;
  letter-spacing: 0.014em;
  }
}
@media (min-width: 768px) {
  .p-page-about-joining__text-box p {
    font-size: 17px;
  letter-spacing: 0.014em;
  }
}

@media (min-width: 1365px) {
  .p-page-about-joining__text-box p{
    text-align: center;
  }
}
.p-page-about-joining__text-box2 p{
  font-size: 10.5px;
}
@media (min-width: 600px) {
.p-page-about-joining__text-box:nth-child(2) p {
  line-height: 2.5;
    font-size: 12px;
}

}
.p-page-a-imgae {
  background: url(../image/p-about-fv-image2.png) no-repeat center center/cover, url(../image/p-about-fv.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  padding-top: 15.2%;
}

.p-page-fv__wrapper {
  position: relative;
  background: #000000;
}

.p-page-fv__title-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-page-fv__title-wrapper h1 {
  font-size: 25px;
  line-height: 0.4413333333;
  letter-spacing: 0.01em;
  color: #FCFCFC;

}
@media (min-width: 375px) {
  .p-page-fv__title-wrapper h1 {
    font-size: 26px;
  }
}
@media (min-width: 600px) {
  .p-page-fv__title-wrapper h1 {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  .p-page-fv__title-wrapper h1 {
    font-size: 30px;
  }
}


.p-page-fv__bread {
  background: #000000;
}

.page-fv__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
}
.p-page-g-image {
  background: url(../image/p-about-fv-image2.png) no-repeat center center/cover, url(../image/p-g-fv-image.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  padding-top: 15.2%;
}

.p-page-greeting {
  background: #000000;
}

.p-page-greeting__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 100px;
}
@media (min-width: 1200px) {
  .p-page-greeting__inner {
    padding-top: 40px;
  }
}
@media (min-width: 1900px) {
  .p-page-greeting__inner {
    padding-top: 40px;
    padding-bottom: 300px;
  }
}


@media (min-width: 1200px) {
  .p-page-greeting__contents {
    width: 89.6%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-page-greeting__content:nth-child(1) {
  margin-top: 50px;
  -ms-flex-negative: 0;
      /* flex-shrink: 0; */
}
@media (min-width: 768px) {
  .p-page-greeting__content:nth-child(1) {
    width: 80%;
  }
}


.p-page-greeting__text-box p {
  color: #FFFFFF;
  letter-spacing: 0.001em;
  font-size: 10px;
  line-height: 2.5;
}
@media (min-width: 600px) {
  .p-page-greeting__text-box p {
    text-align: left;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .p-page-greeting__text-box p {
    text-align: left;
    font-size: 12px;
  }
}
@media (min-width: 900px) {
  .p-page-greeting__text-box p {
    font-size: 14px;
    line-height: 2;
  }
}
@media (min-width: 1200px) {
  .p-page-greeting__text-box p {
    font-size: 15px;
    line-height: 2.5;
  }
}
@media (min-width: 1600px) {
  .p-page-greeting__text-box p {
    font-size: 18px;
    line-height: 2.5;
  }
}


.p-page-greeting__text-box:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-page-greeting__name {
  color: #FFFFFF;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  margin-right: 6%;
}
@media (min-width: 1200px) {
  .p-page-greeting__name {
    margin-top: 70px;
  }
}
@media (min-width: 1619px) {
  .p-page-greeting__name {
    margin-top: 100px;
  }
}
.p-page-greeting__name p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.001em;
}
@media (min-width: 1200px) {
  .p-page-greeting__name p {
    font-size: 24px;
  }
}
.p-page-greeting__name h2 {
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.001em;
}
@media (min-width: 1200px) {
  .p-page-greeting__name h2 {
    font-size: 38px;
  }
}

.p-page-greeting__image {
  width: 100%;
  max-width: 638px;
  height: 100%;
}
.p-page-greeting__image img {
  aspect-ratio: 638/638;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page-access-image{
  background: url(../image/p-about-fv-image2.png) no-repeat center center/cover, url(../image/p-access-fv-imaage.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  padding-top: 15.2%;

}

.p-page-access {
  background: #000000;
}

.p-page-access__inner {
  padding-top: 40px;
  padding-bottom: 0px;
}

.p-page-access__contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-page-access__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-page-access__text-box p {
  color: #FFFFFF;
}
.p-page-access__text-box p:nth-child(1) {
  font-size: 12px;
  line-height: 2.7;
  letter-spacing: 0.014em;
}
@media (min-width: 375px) {
  .p-page-access__text-box p:nth-child(1) {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .p-page-access__text-box p:nth-child(1) {
    font-size: 18px;
  }
}
.p-page-access__text-box p:nth-child(2) {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.014em;
  margin-top: 20px;
}
@media (min-width: 375px) {
  .p-page-access__text-box p:nth-child(2) {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .p-page-access__text-box p:nth-child(2) {
    font-size: 18px;
  }
}


.contact-ttl__txt {
  font-size: 18px;
  line-height: 2;
  color: #FFFFFF;

}

.contact-ttl__txt b {
  color: #B22023
}
.contact-ttl {
  padding: 20px 20px 50px 20px;
  background: #000000;
}

@media screen and (max-width: 767px) {
  .contact-ttl {
      
      padding: 40px 20px 25px 20px;
     
  }
}

.contact-ttl__inner {
  max-width: 700px;
  margin: 0 auto
}
.p-page-c-image{
  background: url(../image/p-about-fv-image2.png) no-repeat center center/cover, url(../image/p-contact-fv-image.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  padding-top: 15.2%;
}

form{
  background: #000000;
}
.contact-form {
  background: #000000;
  padding-inline: 20px;
}

.contact-form__inner {
  max-width: 700px;
  margin: 0 auto
}

.contact-form__form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px
}

@media screen and (max-width: 767px) {
  .contact-form__form dl {
      display:block
  }
}

.contact-form__form dt {
  font-size: 16px;
  font-weight: 500;
  width: 200px;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .contact-form__form dt {
      margin-bottom:10px
  }
}

.contact-form__form dt b {
  color: orangered;
  display: inline-block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: center 20%;
  transform-origin: center 20%
}

.contact-form__form dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px
}

.contact-form__form input[type=text],.contact-form__form input[type=email],.contact-form__form input[type=tel],.contact-form__form textarea {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  font-size: 18px;
  padding: 8px;
  width: 100%
}
.contact-ttl{
  
}

@media screen and (max-width: 767px) {
  .contact-form__form input[type=text],.contact-form__form input[type=email],.contact-form__form input[type=tel],.contact-form__form textarea {
      padding:10px 8px
  }
}

.contact-form__form input[type=text].wpcf7c-conf,.contact-form__form input[type=email].wpcf7c-conf,.contact-form__form input[type=tel].wpcf7c-conf,.contact-form__form textarea.wpcf7c-conf {
  background-color: #eee
}

.contact-form__form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset
}

.contact-form__form input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #eee inset;
  box-shadow: 0 0 0 1000px #eee inset
}

.contact-form__radioLabel,.contact-form__checkboxLabel {
  display: inline-block;
  position: relative;
  margin: 0 10px 10px 0
}

.contact-form__radioLabel input,.contact-form__checkboxLabel input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none
}

.contact-form__radioLabel span,.contact-form__checkboxLabel span {
  display: inline-block;
  padding-left: 38px
}

.contact-form__radioLabel span:before,.contact-form__checkboxLabel span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #D3D3D3;
  border-radius: 4px
}

.contact-form__radioLabel span:after,.contact-form__checkboxLabel span:after {
  content: '';
  display: none;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #B22023
}

.contact-form__radioLabel input:checked+span:after,.contact-form__checkboxLabel input:checked+span:after {
  display: block
}

.contact-form__inputCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.contact-form__inputCol {
  width: 45%
}

@media screen and (max-width: 767px) {
  .contact-form__inputCol {
      width:48%
  }
}

.contact-form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px
}

.contact-form__btns p {
  margin-bottom: 20px
}

.contact-form__btns input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 410px;
  border-radius: 30px;
  padding: 6px 50px;
  font-size: 20px;
  line-height: 1.162;
  letter-spacing: 0.06em;
  border: 3px solid #B22023;
  color: #B22023;
  background: #FFFFFF;
}
@media (min-width: 1200px) {
  .contact-form__btns input {
    padding: 12px 100px;
  }
}
@media (min-width: 1619px) {
  .contact-form__btns input{
    padding: 19px 132px;
  }
}

.contact-form__btns input.wpcf7c-btn-back {
  width: 134px;
  height: 40px;
  font-size: 12px
}

.contact-form .wpcf7-not-valid-tip {
  font-size: 0.6em
}
.teQAzf{
  padding-top: 40px;
}
.p-page-e-image{
  background: url(../image/p-about-fv-image2.png) no-repeat center center/cover, url(../image/./p-entry-fv-image.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  padding-top: 15.2%;
}



@media (min-width: 600px) {
  .u-sp {
    display: none;
  }
}
.u-md{
  display: none;
}
@media (min-width: 600px) {
  .u-md {
    display: inline-block;
  }
}
.u-vtb{
  display: inline-block;
}
@media (min-width: 768px) {
  .u-vtb {
    display: none;
  }
}
.u-td {
  display: none;
}

@media (min-width: 768px) {
  .u-td {
    display: block;
  }
}

.u-pc {
  display: none;
}
@media (min-width: 767px) and (max-width: 900px) {
  .u-pc {
    display: block;
  }
}
.u-rpc {
  display: none;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .u-rpc {
    display: block;
  }
}

@media (min-width: 900px) {
  .u-vpc {
    display: none;
  }
}
.u-over {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 900px) {
  .u-vpc {
    display: none;
  }
}
.u-lg {
  display: block;
}
@media (min-width: 1365px) {
  .u-lg {
    display: none;
  }
}
.u-vlg {
  display: none;
}
@media (min-width: 1200px) {
  .u-vlg {
    display: block;
  }
}
.u-over {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}




