@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  background: #000;
  color:#fff;
}
a{
  color:#fff;
}
body #main-bg{
  background-image:url('../img/common/bg.jpg');
  background-color: #000;
  background-attachment: fixed;
}
body #main-bg:before{
  opacity: 1;
  content:'';
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(90deg,
    rgba(0, 0, 0, 1) 0%, 
    rgba(0, 0, 0, 0) 20%, 
    rgba(0, 0, 0, 0) 80%, 
    rgba(0, 0, 0, 1) 100%);
}

.l-header{
  position: relative;
}
.l-header:before{
  content:'';
  position: absolute;
  width: 100%;
  height: calc(100vw * 500/1920);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  display: block;
  bottom:calc(-100vw * 500 / 1920);
  left:0;
  z-index: -1;
}
.l-header__list{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: calc(100vw * 120/1920);
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
@media only screen and (max-width: 750px) {
  .l-header__list{
    display: none;
  }
}
.l-header .menu__inner nav a:hover{
  color:#bca523;
}
.l-header .menu__inner .menu-close:hover img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(94%) saturate(359%) hue-rotate(14deg) brightness(103%) contrast(90%);
}
.nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav li{
  font-size: 20px;
  color:#fff;
  padding: 0 18px;
}
.nav li.btn-contact{
  background: #E50014;
  padding: calc(100vw * 26.5/1920) calc(100vw * 50/1920);
  margin-left: 18px;
}
.l-header__right{
  display: none;
}
@media only screen and (max-width: 750px) {
  .l-header__right{
    display: block;
  }
}
.l-header .menu{
  background: rgba(0,0,0,0.9);
}
.l-header__image{
  width:100%;
}
.l-main{
  max-width: 1760px;
  margin: auto;
}
.l-topWhat p{
  text-align: center;
}
.p-top{
  padding-left: 20px;
  padding-right: 20px;
}
.p-top .l-topArchivesNew{
  position: relative;
  padding-bottom: 80px;
}
.p-top .l-topArchivesNew:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
  display: block;
  bottom:0;
  left:0;
  top:0;
  z-index: -1;
}
.p-top .l-topArchivesNew .c-btn01{
  margin-left:auto;
  margin-right: auto;
}
.p-top .l-topArchivesNew .c-postNew{
  gap: 30px 22px;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topArchivesNew .c-postNew{
    gap: 25px 15px;
  }
}
.p-top .l-topArchivesNew .more-btn{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(100vw * 120/1920);
}
.p-top .l-topArchivesNew .more-btn p{
  font-size: 30px;
  font-weight: 400;
  border-radius: 50px;
  width: 350px;
  border:4px solid #B7233F;
  position: relative;
  line-height: 1;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topArchivesNew .more-btn p{
    max-width: 350px;
    width: 70%;
    height: 50px;
    font-size: 20px;
  }
}
.p-top .l-topArchivesNew .more-btn p:after{
  content:'';
  background-image: url(../img/common/icon-arrow-btn.png);
  width: 15px;
  height:28px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 16px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(7451%) hue-rotate(350deg) brightness(86%) contrast(109%);
}
@media only screen and (max-width: 750px) {
  .p-top .l-topArchivesNew .more-btn p:after{
    width: 10px;
    height:18.7px;
    margin-left: 12px;
  }
}
.p-top .l-topWhat{
  background: #000;
  padding:calc(100vw * 176/1920) 0 calc(100vw * 80/1920);
  background-image: url(../img/common/about_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: calc(100vw * 832/1920) auto;
  position: relative;
}
.p-top .l-topWhat:after{
  content:'';
  position: absolute;
  width: 100%;
  height: calc(100vw * 500/1920);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  display: block;
  bottom:calc(-100vw * 500/1920);
  left:0;
  z-index: -1;
}
.p-top .l-topWhat p{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topWhat p{
    font-size: 16px;
  }
}
.p-top .l-topProfile{
  background-image: url(../img/common/profile_bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topProfile{
      background-position: bottom left;
  }
}
.p-top .l-topProfile:before{
  opacity: 1;
  content:'';
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(90deg,
    rgba(0, 0, 0, 0) 0%, 
    rgba(0, 0, 0, 1) 60%); 
  z-index: -1;
}
.p-top .l-topProfile:after{
  content:'';
  position: absolute;
  width: 100%;
  height: calc(100vw * 300/1920);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  display: block;
  bottom:0;
  left:0;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topProfile:after{
    height: calc(100vw * 500/1920);
  }
}
.p-top .l-topProfile .box{
  display: flex;
  align-items: flex-start;
}
.p-top .l-topProfile .box__item{
  width: 60%;
  min-height: calc(100vw * 700 / 1920);
}
@media only screen and (max-width: 750px) {
  .p-top .l-topProfile .box__item{
    width: 100%;
  }
}
.p-top .l-topProfile .box__head{
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-top: 50px; 
}
.p-top .l-topProfile .box__head p{
  font-size: clamp(40.00px, calc(3.42vw + 14.36px), 80.00px);
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  letter-spacing: 2px;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topProfile .box__head p{
    font-size: 30px;
  }
}
.p-top .l-topProfile .box__head p span{
   font-size: clamp(18.00px, calc(1.03vw + 10.31px), 30.00px);
  font-weight: 500;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topProfile .box__head p span{
    font-size: 18px;
    margin-top: 10px;
  }
}
.p-top .l-topProfile .box__body p{
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topProfile .box__body p{
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
   .p-top .l-topProfile .box figure{
    position: relative;
   }
   .p-top .l-topProfile .box figure:before{
    content:'';
    position: absolute;
    width: 100%;
    height: calc(100vw * 300/1920);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    display: block;
    top: calc(-100vw * 300/1920);
    left:0;
    z-index: -1;
   }
     .p-top .l-topProfile .box figure:after{
    content:'';
    position: absolute;
    width: 100%;
    height: calc(100vw * 300/1920);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    display: block;
    bottom:calc(-100vw * 300/1920);
    left:0;
    z-index: -1;
   }
}
.p-top .l-topProfile .box img{
  position: absolute;
  right: 0;
  width: 40%;
  top:0;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topProfile .box img{
    position: static;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -25px;
  }
}
.p-top .l-topContactNew{
  position: relative;
  z-index: 0;
  padding: 100px 0;
  text-align: center;
}
.p-top .l-topContactNew:before{
  content:'';
  position: absolute;
  background: url(../img/common/contact_bg.jpg) no-repeat;
  background-size: cover;
  display: block;
  width: 100vw;
  height: 100%;
  top:0;
  left:50%;
  translate: -50% 0;
  z-index: -1;
}
.p-top .l-topContactNew .c-secTitle{
  margin: 0 auto 30px;
  text-align: center;
}
.p-top .l-topContactNew .c-secTitle img{
  width: 300px;
  height: auto;
}
.p-top .l-topContactNew p{
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topContactNew p{
    font-size: 16px;
  }
}
.p-top .l-topContactNew .contact-btn{
  display: block;
  background: #E50014;
  width: 547px;
  border-radius: 40px;
  height: 68px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topContactNew .contact-btn{
    width: 100%;
    max-width:  400px;
    height: 50px;
    font-size: 20px;
  }
}
.p-top .l-topContactNew .contact-btn:after{
  content:'';
  position: absolute;
  background-image: url(../img/common/icon-arrow-btn.png);
  width: 20px;
  height:36px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  right: 24px;
  top: 18px;
}
@media only screen and (max-width: 750px) {
  .p-top .l-topContactNew .contact-btn:after{
    width: 10px;
    height:18px;  
    top:16.5px;
  }
}

.c-bigPostNew .thumb{
  max-width: 1200px;
  margin: auto;
}
.c-bigPostNew .content{
  max-width: 1200px;
  margin:auto;
  align-items:center;
  justify-content: center;
  margin-top: calc(100vw * 40/1920);
  margin-bottom:calc(100vw * 189/1920);
  flex-wrap:wrap;
  gap:30px;
}
.c-bigPostNew .content .note{
  display: block;
  background: #E50014;
  width: 430px;
  border-radius: 40px;
  height: 77px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .c-bigPostNew .content .c-btn01{
	margin:auto;
  }
  .c-bigPostNew .content .note{
    width: 80%;
    max-width: 430px;
    height: 50px;
    margin: auto;
  }
}
.c-bigPostNew .content .note:after{
  content:'';
  position: absolute;
  background-image: url(../img/common/icon-arrow-btn.png);
  width: 20px;
  height:36px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  right: 24px;
  top: 20px;
}
@media only screen and (max-width: 750px) {
  .c-bigPostNew .content .note:after{
    width: 10px;
    height:18px;  
    top:16.5px;
  }
}
.c-bigPostNew .content .note img{
  width: 182px;
}
@media only screen and (max-width: 750px) {
  .c-bigPostNew .content .note img{
    width: 40%;
  }
}
.c-secTitle{
  text-align: left;
}
.c-secTitle img,
.c-pageTitle img{
  height:calc(100vw * 226/1920);
  width: auto;
}
@media only screen and (max-width: 750px){
  .c-secTitle img,
  .c-pageTitle img{
    height: 80px;
    width: auto;
  }
}
.l-footer{
  position: relative;
  z-index: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: calc(100vw * 40/1920);
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
}
.l-footer:after{
  content:'';
  top:0;
  left: 50%;
  width: 100vw;
  height: 100%;
  translate: -50% 0;
  position: absolute;
  z-index: -1;
  background: #000;
}
body:not(.home) .l-footer:after{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
}
.l-footer .copy{
    color:#fff;
    font-size: 16px;
}
.c-box{
  border:0;
  background-color: transparent;
}
.c-postNew{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media only screen and (max-width: 1200px) {
  .c-postNew {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 750px) {
  .c-postNew {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-postNew__job{
  font-weight: 300;
}
.c-postNew__text{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.c-postNew__btn span{
  font-size: 13px;
  margin-bottom: 5px;
}
.c-postNew__btn{
  background: #B7233F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.c-postNew__btn:after{
  background-image: url(../img/common/icon-arrow-btn.png);
  width: calc(100vw * 15/1920);
  height: calc(100vw * 28/1920);
  right: calc(100vw * 16/1920);
  bottom: calc(100vw * 16/1920);
}
@media only screen and (max-width: 750px) {
  .c-postNew__btn:after{
    right:10px;
    bottom:10px;
    height: 14px;
    width: 7.5px;
  }
}
.c-form .submit-part .submitBtn:hover .c-btn01{
  background: #bca523;
}
.c-btn01{
  background: #B7233F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 410px;
  height: 108.5px;
}
@media only screen and (max-width: 750px) {
  .c-btn01{
        height: 80px;
        width: 100%;
        max-width: 320px;
  }
}
.c-btn01 span{
  font-size: 31px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .c-btn01 span{
    font-size: 24px;
  }
}
.c-btn01 small{
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  .c-btn01 small{
    font-size: 14px;
  }
}
.p-top .c-btn01 small{
  margin-top: 8px;
}
@media only screen and (max-width: 750px) {
  .p-contact .c-box .c-pageTitle{
    margin-bottom:40px;
  }
}
.p-contact .c-box .submit-part .c-btn01:after,
.p-thank--renew .c-btn01:after,
.c-btn01:after,
.p-top .c-btn01:after{
  background-image: url(../img/common/icon-arrow-btn.png);
  max-width: 17px;
  max-height:31px;
  width: calc(100vw * 34/1920);
  height: calc(100vw * 62/1920);
  right: calc(100vw * 30/1920);
}
@media only screen and (max-width: 750px) {
  .p-thank--renew .c-btn01:after,
  .p-contact .c-box .submit-part .c-btn01:after,
  .c-btn01:after,
  .p-top .c-btn01:after{
    right: 10px;
    height: 14px;
    width: 7.5px;
  }
}
.c-btn01:hover,
.c-postNew__item:hover .c-postNew__btn{
  background: #bca523;
}
.c-btn01 small,
.p-contact .c-box .submit-part .c-btn01 small,
.p-thank--renew .c-btn01 small{
  font-weight: 300;
  margin-top: 8px;
}
.c-single{
  background: #EBEBEB;
  max-width: 1675px;
  margin: auto;
  border:5px solid #000;
  padding: 65px 30px;
  color:#000;
}
@media only screen and (max-width: 750px){
  .c-single{
      padding: 32.5px 15px;
  }
}

.c-single .heading h1 .number{
  padding: 10px 30px;
}
.c-single .heading h1{
  font-weight: 800;
}
.l-content .single-entry h2{
  background: #A61F39;
  color:#fff;
  font-weight: 600;
}
.l-content .single-entry h3{
  border:0;
  font-weight: 600;
  border-bottom: 3px solid #D93442;
  background: none;
  padding-bottom: 0;
  font-size: 2.8rem;
}
@media only screen and (max-width: 750px){
  .l-content .single-entry h3{
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.l-content .single-entry strong{
  font-weight: bold;
}
.l-content .single-entry p:not([class]){
  line-height: 1.8;
}
.l-content .single-entry ul, .l-content .single-entry ol{
  padding: 0;
  border:0;
  background: none;
}
.wp-block-social-links .wp-social-link svg{
  width: 1.5em;
  height: 1.5em;
}
@media only screen and (max-width: 750px){
  .wp-block-social-links .wp-social-link svg{
    width: 2em;
    height: 2em;
  }
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{
  border-radius: 10px !important;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{
  background-image: url(../img/common/instagram_bg.png);
  background-size: 150%;
  background-position: center;
}
.single .l-singleRelated{
  padding: 44px 40px 55px;
}
@media only screen and (max-width: 750px) {
   .single .l-singleRelated{
        padding: 20px 15px 35px;
    }
}
.single .l-singleRelated .c-box{
  background: #EBEBEB;
  max-width: 1675px;
  margin: auto;
  border:5px solid #000;
  padding: 50px 30px;
  color:#000;
}
@media only screen and (max-width: 750px) {
   .single .l-singleRelated .c-box{
        padding: 22.5px 15px;
    }
}
.single .l-singleRelated .c-box .c-postNew a:nth-child(4){
  display: none;
}
@media only screen and (max-width: 750px) {
  .single .l-singleRelated .c-box .c-postNew a:nth-child(4){
   display: block;
  }
}
.l-singleRelated .c-box .c-postNew .c-postNew__text{
  color:#000;
}
.c-pageTitle h3{
  font-size: 55px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.wp-block-buttons>.wp-block-button.note{
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .wp-block-buttons>.wp-block-button.note{
    margin-top: 30px;
  }
}
.wp-block-buttons>.wp-block-button.note a{
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: calc(2.666em + 2px)
}
@media only screen and (max-width: 750px) {
  .wp-block-buttons>.wp-block-button.note a{
    font-size: 1.4rem !important;
    padding-left: calc(1.333em + 2px);
    padding-right: calc(2.666em + 2px);
    justify-content: center;
  }
}
.wp-block-buttons>.wp-block-button.note a:before{
  content:'';
  background: url(../img/common/note.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 150px;
  height: 56.5px;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  .wp-block-buttons>.wp-block-button.note a:before{
    width: calc(150px / 2);
    height: calc(56.5px / 2);
    padding-right: 0;
  }
}
.wp-block-buttons>.wp-block-button.note a:after{
  content:'';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNyIgdmlld0JveD0iMCAwIDMzIDM3Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzMgMTguNSAwIDM3VjBaIiBkYXRhLW5hbWU9IuWkmuinkuW9oiAyIi8+PC9zdmc+");
  background-repeat: no-repeat;
  width: 37px;
  height: 33px;
  background-size: contain;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .wp-block-buttons>.wp-block-button.note a:after{
    width: calc(37px / 3 * 1.2);
    height: calc(33px / 3 * 1.2);
    position: absolute;
    right: 15px;
  }
}
.c-page{
  background: #EBEBEB;
  border:5px solid #000;
  padding: 100px 50px;
  color:#000;
  max-width: 1520px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .c-page{
      padding: 50px 15px;
  }
}
.c-form .row .required{
  background: #A61F39;
}

.p-thank--renew .c-box {
    padding: 0px 20px 50px;
}
.p-thank--renew .c-box .image{
  margin-bottom: 55px;
}
.p-thank--renew .c-box .image img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(106deg) brightness(106%) contrast(102%);
}
.p-thank--renew .c-box .ttl{
  margin-top: 0;
  font-weight: bold;
}
.font-vol, .c-btn01 small, .p-contact .c-box .submit-part .c-btn01 small, .p-thank--renew .c-btn01 small, .l-notice__label,
.font-zen, .c-bigPostNew ._cf_excerpt, .c-secTitle, .c-pageTitle, .p-thank--renew .c-box__content, .p-top .l-topContactNew .box__body, body, .l-header .menu__inner nav a,
.font-gothic, .l-content .single-entry > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .p-contact .c-box, .l-footer .copy{
  font-family: "Noto Sans JP", sans-serif;
}
