@charset "utf-8";
:root {
  --main-color: #1C1C1C;
  --darkgray-color :#A3A3A3;
  --lightgray-color : #F8F8F8;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.wf-active {
  transition-delay: 0.5s;
  visibility: visible;
  opacity: 1;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: calc(24/14);
  letter-spacing: 0.2em;
  color: #1C1C1C;
  font-feature-settings: "palt";
}
.c-f-Josefin{
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
a:hover {
  opacity: 0.6;
  cursor: pointer !important;
}
a.nolink {
  cursor:default !important;
}
a.nolink:hover {
  opacity: 1;
}
.anchor-point {
  position: relative;
  top: -100px;
}
@media (min-width: 992px) {
  .anchor-point {
    top: -165px;
  }
} 

/**********************************/
/* base
/**********************************/

/* image */
.c-image {
  padding-top: 75%;
  position: relative;
  display: block;
}

.c-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-clearfix{
  height: 0;
  clear: both;
}

/* mv */


.c-common-mv{
  height: 250px;
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 8rem;
}
/* @media (min-width: 576px){
  .c-common-mv{
    min-height: 30rem;
  }
} */

.c-common-mv img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-common-mv .c-common-mv_title{
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: calc(49.3 / 30);
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 500px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
}

.c-common-mv .c-common-mv_title::after{
position: absolute;
  top: 50%;
  left: 50%;
}

/* jump_point */
.jump_point{
  height: 1px;
  display: block;
  padding-top: 70px;
  margin-top: -70px;
  position: relative;
  z-index: -1;
}
@media (min-width: 576px){
  .jump_point{
    padding-top: 150px;
    margin-top: -150px;
  }
}

/* section */
.c-section{
  padding: 0 15px;
}
@media (min-width: 1200px){
  .c-section{
    padding: 0;
  }
}
.c-section + *{
  margin-top: 8rem;
}

/**********************************/
/* nav
/**********************************/
.c-nav .c-nav-inner{
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  padding: 100px 15px 80px;
  box-shadow: 0px 3px 6px #00000029;
  transition: 0.3s;
}
@media (min-width: 576px){
  .c-nav .c-nav-inner{
    padding: 150px 15px 80px;
  }
}
@media (min-width: 768px){
  .c-nav .c-nav-inner{
    display: block;
    opacity: 1;
    width: 198px;
    height: 100vh;
    padding: 50px 15px;
    box-shadow: unset;
    z-index: 100;
    box-shadow: 0px 3px 6px #00000029;
  }
}

.c-nav.is-active .c-nav-inner{
  opacity: 1;
  z-index: 99;
}

.c-nav .c-nav-inner img{
  max-width: 323px;
  width: 100%;
  margin: 0 auto 50px;
  display: block;
}
@media (min-width: 576px){
  .c-nav .c-nav-inner img{
    margin: 0 auto 80px;
  }
}

.c-navWrap{
  width: 100%;
  text-align: center;
}
@media (min-width: 768px){
  .c-navWrap{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

.c-nav .c-nav_list{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}
@media (min-width: 768px){
  .c-nav .c-nav_list{
    gap: 20px;
    margin-bottom: 80px;
  }
}

.c-nav .c-nav_link{
  font-size: 18px; 
  font-weight: bold;
}
@media (min-width: 576px){
  .c-nav .c-nav_link{
    font-size: 20px; 
  }
}
@media (min-width: 768px){
  .c-nav .c-nav_link{
    font-size: 14px; 
    font-weight: 500;
  }
}


.c-nav .c-nav_icon{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (min-width: 768px){
  .c-nav .c-nav_icon{
    gap: 28px;
  }
}

.c-nav .c-nav_icon i{
  font-size: 45px;
}
@media (min-width: 768px){
  .c-nav .c-nav_icon i{
    font-size: 31px;
  }
}

.c-nav .c-nav_icon > a:nth-child(1) i{
  font-size: 35px;
}
@media (min-width: 768px){
  .c-nav .c-nav_icon > a:nth-child(1) i{
    font-size: 25px;
  }
}

/**********************************/
/* heading
/**********************************/
.c-heading-en{
  font-size: 3.5rem;
  line-height: calc(48.6 / 35);
  margin-bottom: 3rem;
  color: #000410;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Josefin Sans", sans-serif;
}

.c-heading-ja{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: calc(49.3 / 32);
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000410;
  margin-bottom: 5rem;
  text-align: center;
  letter-spacing: 0.15em;
}

.c-heading-en > span,
.c-heading-ja > span{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(27/16);
  margin-bottom: 10px;
  color: #000410;
  letter-spacing: 0.15em;
}

.c-heading-en > span{
  font-weight: bold;
  margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
}


/**********************************/
/* button
/**********************************/
.c-main-btn-wrap{
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  padding: 0 15px;
}

.c-main-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  margin: 0 auto;
  color: #fff;
  background: var(--main-color);
  border-radius: 50px;
  padding: 10px 30px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  max-width: 40rem;
  text-align: center;
}
@media (min-width: 576px){
  .c-main-btn{
    font-size: 1.8rem;
  }
}

.c-main-btn > img{
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 3rem;
  width: 3rem;
}

.c-main-btn:hover{
  opacity: 1;
  background: var(--darkgray-color);
  color: #fff;
}

.c-main-btn > img.after{
  display: none;
}
.c-main-btn:hover > img.after{
  display: block;
}
.c-main-btn:hover > img.before{
  display: none;
}


/**********************************/
/* Table
/**********************************/
/* .c-table tr {
  border-bottom: 1px solid var(--darkgray-color);
}

.c-table tr:first-child {
  border-top: 1px solid var(--darkgray-color);
} */

.c-table th,
.c-table td {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}

.c-table tr{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
  .c-table tr{
    flex-direction: row;
  }
}

.c-table tr:last-child{
  margin-bottom: 0;
}

.c-table td:nth-child(1){
  width: 100%;
  font-weight: 500;
}

.c-table td:nth-child(2){
  width: 100%;
}

.c-table td:nth-child(1) br{
  display: none;
}


@media (min-width: 768px) {
  .c-table th,
  .c-table td {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }
  .c-table td:nth-child(1) {
    width: 130px;
  }
  .c-table td:nth-child(2){
    width: calc(100% - 130px);
  }
  .c-table td:nth-child(1) br{
    display: block;
  }
}
/**********************************/
/* Pagination
/**********************************/
.pageList{
  margin-top: 5rem;
}

.pageList ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.pageList a{
  background-color: var(--lightgray-color);
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media (min-width: 576px){
  .pageList a{
    font-size: 20px;
    line-height: calc(24/18);
  }
}

.pageList a.on{
  color: #fff;
  background: #202020;
}

.pageList a.prev,
.pageList a.next{
  width: 30px;
  margin: 0 15px;
  background-color: unset;
}

.pageList a.last,
.pageList a.first{
  display: none;
}

.pagination-sub {
  display: flex;
  justify-content: center;
  margin: 6rem 0 5rem;
}

.pagination-sub .pagination-list {
  display: flex;
  justify-content: center;
  gap: 5rem;
}

.pagination-sub li a {
  position: relative;
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
@media (min-width: 576px){
  .pagination-sub li a {
    font-size: 18px;
  }
}

.pagination-sub li a::before,
.pagination-sub li a::after{
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: var(--main-color);
  position: absolute;
  font-size: 20px;
  top: 20%;
}

.pagination-sub li a[rel="prev"]::before {
  content: "";
    display: inline-block;
    width: 30px;
    height: 5px;
    left: -40px;
    background-repeat: no-repeat;
    background-image: url('../images/common/arrow-b--left.png');
    background-position: center;
    background-size: contain;
}

.pagination-sub li a[rel="next"]::after {
  content: "";
    display: inline-block;
    width: 30px;
    height: 5px;
    right: -40px;
    background-repeat: no-repeat;
    background-image: url('../images/common/arrow-b.png');
    background-position: center;
    background-size: contain;
}

/**********************************/
/* Column contant
/**********************************/





/**********************************/
/* body layout
/**********************************/
.l-page-wrapper{

}

.l-main-wrapper{
  width: 100%;
  padding-top: 15px;
}
@media (min-width: 768px){
  .l-main-wrapper{
    width: calc(100% - 198px);
  }
}
@media (min-width: 1200px){
  .l-main-wrapper{
    margin-left: calc(100vw - 38.4% - 198px);
    width: calc(38.4% - 15px)
  }

}

/**********************************/
/* header
/**********************************/
.l-header{
  width: 100%;
  height: 803px;
  position: relative;
}
@media (min-width: 768px){
  .l-header{
    width: calc(100% - 198px);
  }
}
@media (min-width: 1200px){
  .l-header{
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw - 38.4% - 198px);
    height: 100vh;
    padding: 15px;
    min-width: 485px;
  }
}

.l-header .l-header_bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-header .l-header_logo{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 34px;
  width: 80vw;
}
@media (min-width: 768px){
  .l-header .l-header_logo{
    width: 430px;
  }
}
@media (min-width: 1200px){
  .l-header .l-header_logo{
    left: 50%;
    transform: translate(-50%,-50%);
    width: 280px;
  }
}
@media (min-width: 1400px){
  .l-header .l-header_logo{
    width: 360px;
  }
}
@media (min-width: 2000px){
  .l-header .l-header_logo{
    left: 45px;
    transform: translateY(-50%);
    width: 570px;
  }
}

.l-header_hamburgerBtn {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  border: none;
  outline: none;
}
@media (min-width: 576px){
  .l-header_hamburgerBtn {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px){
  .l-header_hamburgerBtn {
    display: none;
  }
}

.l-header_hamburgerBtn > span {
  display: block;
  transition: transform 0.4s;
  position: absolute;
  width: 22px;
  height: 1.5px;
  background-color: #202020;
  will-change: transform;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px){
  .l-header_hamburgerBtn > span {
    height: 2.5px;
    width: 24.5px;
  }
}

.l-header_hamburgerBtn > span:nth-of-type(1) {
  top: 15px;
}
@media (min-width: 576px){
  .l-header_hamburgerBtn > span:nth-of-type(1) {
    top: 28.5px;
  }
}

.l-header_hamburgerBtn > span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
  transition: transform 0.4s;
}

.l-header_hamburgerBtn > span:nth-of-type(3) {
  bottom: 15px;
}
@media (min-width: 576px){
  .l-header_hamburgerBtn > span:nth-of-type(3) {
    bottom: 28.5px;
  }
}

.l-header.is-open .l-header_hamburgerBtn > span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-header.is-open .l-header_hamburgerBtn > span:nth-of-type(2) {
  display: none;
}

.l-header.is-open .l-header_hamburgerBtn > span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
/**********************************/
/* main
/**********************************/



/**********************************/
/* footer
/**********************************/
.l-footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 15px 5rem;
}

.l-footer .l-footer_logo{
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.l-footer .l-footer_list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.l-footer .l-footer_icon{
  display: flex;
  align-items: center;
  gap: 40px;
}

.l-footer .l-footer_icon i{
  font-size: 45px;
}
@media (min-width: 768px){
  .l-footer .l-footer_icon i{
    font-size: 34px;
  }
}

.l-footer .l-footer_icon > a:nth-child(1) i{
  font-size: 35px;
}
@media (min-width: 768px){
  .l-footer .l-footer_icon > a:nth-child(1) i{
    font-size: 28px;
  }
}

.l-footer_copy{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 1300px){
  .l-footer_copy{
    font-size: 18px;
  }
}

/**********************************/
/* editor
/**********************************/

.c-editor-style > *,
.c-editor-style .wp-block-column > *,
.c-editor-style .wp-block-group__inner-container > *{
    margin-bottom: 20px;
}

.p-column .c-editor-style p + *{
  margin-top: 30px;
}

.c-editor-style > *:last-child{
  margin-bottom: 0;
}

.c-editor-style p{
  font-size: 14px;
  font-weight: 400;
  line-height: calc(24 / 14);
}

.c-editor-style h2,
.c-editor-style h3,
.c-editor-style h4,
.c-editor-style h5,
.c-editor-style h6{
  clear: both;
  font-weight: bold;
}

.c-editor-style h2{
  font-size: 20px;
  border-bottom: 1px solid var(--darkgray-color);
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  color: #202020;
}

.c-editor-style h2 > span.c-f-Josefin{
  font-size: 25px;
  font-weight: bold;
}

.c-editor-style * + h2{
  margin-top: 3rem;
}

.c-editor-style h3{
  font-size: 20px;
  background-color: var(--darkgray-color);
  color: #fff;
  padding: 10px 15px;
}

.c-editor-style * + h3{
  margin-top: 5rem;
}

.c-editor-style h4{
  font-size: 20px;
  border-left: 4px solid var(--darkgray-color);
  padding: 3px 15px;
  margin-bottom: 2rem;
}

.c-editor-style * + h4{
  margin-top: 3rem;
}

.c-editor-style h5{
  font-size: 18px;
  background-color: var(--lightgray-color);
  color: #202020;
  padding: 5px 10px;
  margin-top: 3rem;
}

.c-editor-style h6{
  font-size: 18px;
  color: #202020;
  margin-bottom: 15px
}

.c-editor-style * + h5,
.c-editor-style * + h6{
  margin-top: 3rem;
}

.c-editor-style ul li{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: calc(24/14);
  list-style-type: none;
  font-weight: 400;
}

.c-editor-style ul li:before{
  content: "・";
 color: var(--main-color);
  display: inline-block;
  margin-right: 5px;
}

.c-editor-style ol li{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: calc(24/14);
  list-style-type: none;
	counter-increment: cnt;
  font-weight: 400;
}

.c-editor-style ol li:before{
  content: counter(cnt) ".";
  display: inline-block;
  margin-right: 5px;
  color: var(--main-color);
}

.c-editor-style figure,
.c-editor-style img{
  width: 100%;
  text-align: center;

}
@media (min-width: 576px){
  .c-editor-style figure,
  .c-editor-style img{
  width: auto;
}
@media (min-width: 768px){
  .c-editor-style figure,
  .c-editor-style img{
  text-align: initial;
}
}
}


.c-editor-style figcaption,
.c-editor-style .wp-caption-text{
  font-size: 14px;
  text-align: center;
  line-height: calc(24/16);
  letter-spacing: 0.1em;
  margin-top: 5px;
}
@media (min-width: 576px){
  .c-editor-style figcaption{
    font-size: 16px;
  }
}

.c-editor-style .wp-block-image img,
.c-editor-style .wp-block-image img{
  margin-bottom: 1rem;
}

.c-editor-style p.alignleft,
.c-editor-style div.alignleft,
.c-editor-style .wp-block-image .alignleft {
  float: unset;
  margin-right:auto;
  margin-left:auto;
}
@media (min-width: 992px){
  .c-editor-style p.alignleft,
  .c-editor-style div.alignleft,
  .c-editor-style .wp-block-image .alignleft {
    margin-right: 3rem;
    float: left;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px){
  .c-editor-style p.alignleft,
  .c-editor-style div.alignleft,
  .c-editor-style .wp-block-image .alignleft {
    float: unset;
    margin-right:auto;
    margin-left:auto;
  }
}
@media (min-width: 1800px){
  .c-editor-style p.alignleft,
  .c-editor-style div.alignleft,
  .c-editor-style .wp-block-image .alignleft {
    margin-right: 3rem;
    float: left;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

.c-editor-style p.alignright,
.c-editor-style div.alignright,
.c-editor-style .wp-block-image .alignright {
  float: unset;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px){
  .c-editor-style p.alignright,
  .c-editor-style div.alignright,
  .c-editor-style .wp-block-image .alignright {
    margin-left: 3rem;
    float: right;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px){
  .c-editor-style p.alignright,
  .c-editor-style div.alignright,
  .c-editor-style .wp-block-image .alignright {
    float: unset;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1800px){
  .c-editor-style p.alignright,
  .c-editor-style div.alignright,
  .c-editor-style .wp-block-image .alignright {
    margin-left: 3rem;
    float: right;
    margin-bottom: 3rem;
  }
}

.c-editor-style .wp-block-image > .alignleft img,
.c-editor-style .wp-block-image > .alignright img{
  margin-bottom: 2rem;
}
@media (min-width: 576px){
  .c-editor-style .wp-block-image > .alignleft img,
  .c-editor-style .wp-block-image > .alignright img{
  margin-bottom: 0rem;
}
}

.c-editor-style .wp-block-media-text__media{
  margin-bottom: 3rem;
}
@media (min-width: 600px) {
  .c-editor-style .wp-block-media-text__media{
    margin-bottom: 0rem;
  }
}

.c-editor-style .wp-block-group{
  gap: 3rem;
  flex-direction: column;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
@media (min-width: 768px){
  .c-editor-style .wp-block-group{
    flex-direction: row;
  }
}


.c-editor-style a{
  display: flex;
  word-break: break-all;
  align-items: center;
  color: var(--main-color);
  margin: 10px 0 3rem;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 576px){
  .c-editor-style a{
    font-size: 18px;
  }
}

.c-editor-style a::before{
  position: relative;
  left: 0;
  font-size: 1.3rem;
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: var(--main-color);
  margin-right: 10px;
  transition: 0.3s;
}

.p-column .c-editor-style ul,
.p-column .c-editor-style ol{
  margin-top: 15px;
}

.p-column .c-editor-style ul li,
.p-column .c-editor-style ol li{
  font-size: 14px;
  font-weight: 400;
}

.c-editor-style p:has(>a){
  margin-bottom: 10px !important;
}

.wp-block-columns-is-layout-flex{
  justify-content: center;
}

@media (min-width: 782px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: auto;
    flex-grow: unset;
  }
}

.wp-block-group__inner-container > p:has(+ol),
.wp-block-group__inner-container > p:has(+ul){
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 2rem;
  letter-spacing: 0.1em;
  color: #202020;
  margin-bottom: 15px;
}


/* reCAPTCHA v3 */
.grecaptcha-badge{
  z-index: 100;
}
