@charset "UTF-8";

html{
	font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    margin: 0 auto;
}




@media (max-width: 896px) {
  html {
    zoom: 1;
    font-size: 62.5%;
  }
}


body{
  font-family: hiragino-mincho-pron, "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #573001;
  width: 100%;
  line-height: 1.2;
  position: relative;
  z-index:1;
  -webkit-text-size-adjust: 100%;
  background: url("../img/common/fix_bg_1.png") no-repeat #fff;
  background-attachment: fixed;
  /*background-position: center 120px;*/
  background-size: cover;
  max-width: 2560px;
  height: 100vh;
}

.en{
  display: block;
  font-family: "Beau Rivage", cursive;
  font-weight: 400;
  font-style: normal;
}

p{
  line-height: 1.5;
}


a {
    color: #573001;
    text-decoration: none;
    transition: color 0.2s, opacity 0.2s;
    outline: none;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img{ max-width:100%; height:auto; display:block; }

/*
@media (max-width: 1800px) {

  body {
    zoom: 0.7;
    width: 100%;
  }

}


@media (max-width: 1440px) {
  body {
    zoom: 0.6;
    width: 100%;
  }
}

@media (max-width: 1180px) {
  body {
    zoom: 0.6;
    width: 100%;
  }
}

@media (max-width: 1080px) {
  body {
    zoom: 0.5;
    width: 100%;
  }
}


@media (max-width: 896px) {
  body {
    zoom: 1;
  }
}  
*/



/*---------------------------------
loading
---------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 10000;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
    /* margin: 60px auto; */
    font-size: 4px;
    position: absolute;
    text-indent: -9999em;
    border-top: 6px solid #ccc;
    border-right: 6px solid #ccc;
    border-bottom: 6px solid #ccc;
    border-left: 6px solid #FE8D5C;;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/* -------------------------
  globalHeader
------------------------- */
#globalHeader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  height: 200px;
  margin: auto;
  pointer-events: none;
}

#globalHeader a,
#globalHeader button,
#globalHeader nav {
  pointer-events: auto;
}

#globalLogo{
  max-width: 220px;
}
 
#globalNav{
  font-size: 2.0rem;
  text-align: right;
}

#globalNav li{
  margin-bottom: 10px;
}

#globalNav a{
  color: #F49701;
  font-weight: bold;
}




/* -------------------------
  globalFooter
------------------------- */

#globalFooter {
  clear: both;
  background: #FFB894;
  color: #fff;
  padding: 60px 0 80px;
  position: relative;
  max-height: 300px;
}


.footerInner{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

.footerNavBox{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin-top: 40px;
}


#globalFooterNav{
  display: flex;
  gap: 30px;
  font-size: 2.0rem;
}

#globalFooterNav a{
  color: #fff;
  position: relative;
}

#globalFooterNav a::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

@media (hover: hover) {
  #globalFooterNav a:hover::after{
    width: 100%;
  }

  #globalFooterNav a:hover{
    opacity: 1;
  }
}

#pageTop {
  display: flex;
  color: #FE8D5C;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  position: relative;
  display: flex;
  float: right;
  margin-right: 20px;
  min-height: 140px;
}

#pageTop span{
  display: block;
  transform: rotate(90deg)
}  

#pageTop img{
  max-width: 13px;
}


@media (hover: hover) {
  #pageTop:hover::after{
    width: 100%;
  }

  #pageTop:hover{
    opacity: 1;
  }
}



#footerLogo {
  display: block;
  max-width: 260px;
  width: 25%;
}

@media screen and (max-width: 1040px) {
  .footerInnerWrap {
    font-size: 1.2rem;
  }
}



/*----- btn  -----*/

.btnCommon{
  background: url("../img/common/bg_btn.png") no-repeat left top;
  background-size: cover;
  width: 324px;
  height: 83px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  font-family: hiragino-mincho-pron, "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnCommon.center{
  margin: 0 auto;
  transition: transform 0.3s ease, opacity 0.2s;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  will-change: transform;
}

@media (hover: hover) {
  .btnCommon.center:hover{
    transform: scale(1.03);
    opacity: 1;
  }
}

.btnCommon.contact{
  /*box-shadow: 10px 5px 5px #000;*/
  margin-top: 40px;
  transition: transform 0.3s ease, opacity 0.2s;
}

@media (hover: hover) {
  .btnCommon.contact:hover{
    transform: scale(1.03);
    opacity: 1;
  }
}

.btnCommon img{
  max-width: 30px;
}


.btnCommon .arrow,
.btnCommon .mail
{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btnCommon .arrow{
  right: 24px;
}


.btnCommon .mail{
  left: 20px;
}


/*-------- btnPageTop ---------*/

.btnPageTop{
  position: relative;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 230px;
  height: 70px;
}

.btnPageTop::before{
  content: "";
  position: absolute;
  height: 70px;
  width: 70px;
  left: -20px;
  background: url("../img/common/bg_pageTop.svg") no-repeat left top; 
}  


.btnPageTop .btnPageTxt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  justify-content: center;
}

.btnPageTop .btnPageTxt span{
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}  

.btnPageTop .btnPageTxt img{
  max-width: 40px;
}



/*----- CTA  -----*/

.ctaBoxWrap {
  max-width: 1920px;
  position: relative;
  background: url("../img/common/bg_ctaBoxWrap.png") no-repeat right top; 
  background-size: contain;
  text-align: center;
  margin: 0 auto 240px;
  padding-top: 240px;
  padding-bottom: 150px;
}

.ctaBox{
  max-width: 1200px;
  background: url("../img/common/bg_ctaBox.png") no-repeat right top;
  background-size: contain;
  margin:0 auto;
  position: relative;
}


.ctaBoxInner{
  max-width: 360px;
  margin:0 auto;
  position: relative;
  padding: 50px 0;
  font-size: 2.4rem;
  text-align: center;
}


.ctaBoxTtlImg {
  display: flex;
  color: #F49701;
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../img/common/bg_pagetitle.svg") no-repeat left top;
  background-size: 155px 155px;
  width: 155px;
  height: 155px;
  align-items: center;
  padding-left: 56px;
  position: absolute;
  left: -90px;
  top: -80px;
  font-weight: normal;
}

.ctaBoxInner .ctaBoxTtl{
  margin-bottom: 30px;
  font-weight: bold;
} 

.ctaBoxInner p{
  margin-bottom: 30px;
}



/*----- layout  -----*/

#globalContent{
  margin-bottom: 240px;
  margin-top: 202px;
  min-height: 900px;
  /*max-width: 1920px;*/
  margin-right: auto;
  margin-left: auto;
}


.content_m{
  max-width: 1440px;
  margin: 0 auto;
}


.content_s{
  max-width: 800px;
  margin: 0 auto;
}

/*----- css  -----*/

/*----- pageTitle  -----*/
.pageTitle {
  display: flex;
  justify-content: center;
  margin-bottom: 210px;
}

.pageTitle strong{
  display: flex;
  color: #F49701;
  font-size: 6.4rem;
  font-weight: bold;
  background: url("../img/common/bg_pagetitle.svg") no-repeat left top;
  background-size: 155px 155px;
  height: 155px;
  align-items: center;
  padding-left: 50px;
  position: relative;
}  

.pageTitle strong span{
  display: block;
  position: absolute;
  font-size: 2.4rem;
  color: #573001;
  bottom: 0;
  right: 0;
  font-weight: normal;
}  

.pageTitle strong span::before{
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #FFDC40;
  left: -84px;
  bottom: 13px;
}  




.subBoxTtl{
  color: #000;
  font-size: 2rem;
  background: url("../img/common/bg_subttl.png") no-repeat left center;
  background-size: 160px 160px;
  position: relative;
  width: 310px;
  height: 160px;
  padding-left: 10px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column; /* 縦並びに指定 */
  justify-content: center; /* 垂直方向の中央寄せ */
  align-items: flex-start; /* 左寄せ（背景画像に合わせて調整してください） */
}

.subBoxTtl .ttlEn{
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}

.subBoxTtl .ttlJp{
  display: block;
  text-align: center;
  width: 100%;
}

.subBoxTtl .ttlNumber{
  position: absolute;
  color: #FFD8CD;
  font-size: 9.6rem;
  top: -60px;
  left: 160px;
}

.subBoxTtl .ttlIcon_1{
  position: absolute;
  left: calc(100% + 50px);
}

.subBoxTtl .ttlIcon_2{
  position: absolute;
  right: calc(100% + 50px);
}

.subBoxTtl.number2 {
  margin-left: auto; /* これで右に寄ります */
  margin-right: 0;   /* 念のため右余白を0に */
}


.subBoxTtl.center {
  margin-left: auto; 
  margin-right: auto;
  width: 400px;
  padding-left: 0;
  background-position: center;
}

.subBoxTtl.center .ttlNumber {
  left: 270px;
}



.introlTtl{
  display: block;
  font-size: 3.2rem;
  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.introlTtl::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #FE8D5C;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/*-----  breadList ---*/

.breadList{
  max-width: 1440px;
  margin: 0 auto 200px;
}

.breadList.noneEyecatchImg{
  margin: 0 auto 100px;
}

.breadList ul{
  display: flex;
  flex-wrap: wrap;
}

.breadList li {
  position: relative;
  padding-right: 25px;
  margin-right: 20px;
}

.breadList li a{
  color: #000;
  text-decoration: none;
}

.breadList li::after{
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.breadList li:last-child{
  padding-right: 20px;
  margin-right: 0;
}


.breadList li:last-child::after{
  display: none;
}

.only_sp{ display: none!important; }


/* Media Queries ================================================== */

@media screen and (max-width: 1100px) {
  /*
  #globalContent{
    max-width: 1100px;
    overflow-x: auto;
  }
  */
}  



/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

  .only_pc{ display: none !important; }
  .only_sp{ display: block !important; }


  body {
    font-size: 1.6rem;
    width: 100vw;
    overflow-x: hidden;
    background: url("../img/common/bg_body_sp.png") no-repeat;
    /*
    background-size: contain;
    background-position: left top;
    */
    background-size: 100% 1300px;
    background-position: center top;
    background-attachment: fixed;
  }


  body.fixed {
    position: relative;
    width: auto;
    height: auto;
  }


  #globalHeader{
    height: 80px;
    padding: 20px 10px;
    background: transparent;
    align-items: center;
  }

  #globalHeader.action{
    /*background: #fff;*/
  }  

  #globalLogo {
    width: 33%;
    max-width: 131px;
    margin-left: 0;
    line-height: 0;
  }


 .btnMenu {
    width: 35px;
    height: 35px;
    display: block;
    background: #FE8D5C;
    border-radius: 50px;
    position: relative;
  }

  .btnMenu span {
    position: absolute;
    width: 15px;
    height: 2px;
    left: 0;
    right: 0;
    margin:auto;
    background-color: #fff;
    transition: all 0.2s ease-out;
  }

  .btnMenu span:nth-of-type(1) {
    top: 10px;
  }

  .btnMenu span:nth-of-type(2) {
    top: 16px;
  }

  .btnMenu span:nth-of-type(3) {
    top: 22px;
  }


  .btnMenu.close span:nth-of-type(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 16px;
  }

 

  .btnMenu.close span:nth-of-type(2){
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 16px;
  }


 .btnMenu.close span:nth-of-type(3){
    display: none;
  }


/*---------------------------------
globalNavSp
---------------------------------*/

  #globalNavSpWrap {
    transition: all 0.2s  ease-out;
    position: fixed;
    width: 100%;
    z-index: -1;
    opacity: 0;
    height: 100vh;
    background: url("../img/common/bg_body_sp.png") no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    top: 80px;
  }

  #globalNavSpWrap.action{
    z-index: 998;
    opacity: 1;
  }


  #globalNavSp{
    width: 62%;
    margin: 60px auto 0;
  }


   #globalNavSp li a{
    display: block;
    color: #FE8D5C;
    font-weight: bold;
    border-bottom: 1px solid #FE8D5C;
    padding-bottom: 4px;
    margin-bottom: 20px;
   } 

  /*----- layout  -----*/

  #globalContent{
    margin-bottom: 100px;
    margin-top: 80px;
    min-height: initial;

  }

  .content_m{
    padding: 0 12px;
  }


  .content_s{
    padding: 0 12px;
  }



/*----- css  -----*/
  .eyecatchTtlBox {
    height: auto;
    min-height: 60px;
    background: none;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }

 .eyecatchTtl {
    min-width: initial;
    margin: 0 auto 0 0;
    background: rgba(255,255,255,0.7);
    padding: 7px 13px;
    display: inline-block;
    position: absolute;
    left: 12px;
    bottom: 0;
    border-radius: 3px;
  }

  .eyecatchTtl strong{
    font-size: 3.2rem;
    margin-bottom: 10px;
  }

  .eyecatchTtl span{
    font-size: 1.6rem;
    padding-left: 20px;
    background-size:15px 13px; 
  }

  .eyecatchImg {
    top: 0;
  }


  .subBoxTtl{
    font-size: 1.6rem;
    background-size: 100px 100px;
    position: relative;
    width: 290px;
    height: 100px;
  }

  .subBoxTtl .ttlEn{
    font-size: 3rem;
  }

  .subBoxTtl .ttlJp {
    text-align: left;
    margin-left: 40px;
  }

  .subBoxTtl .ttlNumber{
    font-size: 4.8rem;
    top: -30px;
    left: 100px;
  }

  .subBoxTtl .ttlIcon_1{
    left: 100%;
    top: 20px;
    max-width: 24px;
  }

  .subBoxTtl .ttlIcon_2 {
    left: 100%;
    top: 20px;
    right: auto;   
    max-width: 36px;
  }  


  .subBoxTtl.number2 {
    margin-left: 0;
    margin-right: auto;
  }


  .subBoxTtl.center {
    margin-left: auto; 
    margin-right: auto;
    width: 400px;
    padding-left: 0;
    background-position: center;
  }

  .subBoxTtl.center .ttlNumber {
    left: 270px;
  }

  .subBoxTtl.center .ttlEn,
  .subBoxTtl.center .ttlJp{
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .subBoxTtl.center .ttlIcon_2 {
    left: 0;
    right: 0;
    top: -60px;
    margin: auto;
  }

  .introlTtl{
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }


  /*-----  breadList ---*/

  .breadList{
    margin: 0 auto 20px;
    padding: 0 12px;
    font-size: 1.4rem;
  }

  .breadList.noneEyecatchImg{
    margin: 0 auto 50px;
    padding: 0 12px;
  }



/* -------------------------
  globalFooter
------------------------- */

  #globalFooter {
    padding: 30px 0;
    max-height: initial;
  }

  #footerLogo {
    width: 33%;
  }

  .footerNavBox {
    display: block;
    padding-top: 30px;
    margin-top: 30px;
  }  

  #globalFooterNav {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 60px;
    font-size: 1.8rem;
  }

  #copyright{
    display: block;
    text-align: center;
  }

/*----- btn  -----*/

  .btnCommon {
    background: url("../img/common/bg_btn_sp.png") no-repeat left top;
    background-size: auto;
    width: 300px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    background-size: cover;
  }

  .btnCommon.contact {
    margin-top: 20px;
  }

  .btnCommon .arrow {
    right: 14px;
    max-width: 30px;
  }



/*----- CTA  -----*/

  .ctaBoxWrap {
    background: url("../img/common/bg_ctaBoxWrap_sp.png") no-repeat right top;
    background-size: 60% auto;
    margin: 0 auto;
    padding-bottom: 12vw;
  }


  .ctaBox {
    background: url("../img/common/bg_ctaBox_sp.png") no-repeat center top;
    height: auto;
    margin: 0 10px 100px;
    background-size: contain;
    padding-top: 0;
    font-size: 1.6rem;
  }

  .ctaBoxInner .ctaBoxTtl{
    font-size: 2.0rem;
    margin-bottom: 5%;
  }

  .ctaBoxTtlImg {
    font-size: 2rem;
    background-size: 111px 111px;
    width: 111px;
    height: 111px;
    align-items: center;
    padding-left: 40px;
    left: 0;
    top: -70px;
  }

  .ctaBoxInner {
    font-size: 2rem;
  }  

  .ctaBoxInner p {
    margin-bottom: 8%;
    font-size: 1.8rem;
  }


  #pageTop {
    margin-right: 0;
    top: 15px;
  }


  .pageTitle {
    margin-bottom: 80px;
  }

  .pageTitle strong {
      background-size: 90px 90px;
      min-width: 90px;
      height: 90px;
      padding-left: 24px;
      font-size: 2rem;
  }

  .pageTitle strong span {
    font-size: 1.6rem;
    right: -22px;
    bottom: 10px;
  }

  .pageTitle strong span::before {
    display: none;
  }

}

@media screen and (max-width: 430px) {
  .ctaBoxWrap {
  	background: url("../img/common/bg_ctaBoxWrap_sp.png") no-repeat right top;
    background-size: contain;
    padding-bottom: 0;
    height: 560px;
  }
}


@media screen and (max-width: 370px) {
  .ctaBoxInner .ctaBoxTtl {
    font-size: 2rem;
    margin-bottom: 2%;
  }

  .ctaBoxInner p {
    margin-bottom: 4%;
  }

}	
