@charset "UTF-8";

h1 {
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
}

.row {
  display: flex !important;
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

/* --------------------------------------------------

 Common Block

-------------------------------------------------- */

.max-comm-blc {
  max-width: 1920px;
  margin: auto;
  width: 100%;
  padding: 0 2%;
  position: relative;
  box-sizing: border-box;
}

.comm-blc {
  max-width: 1366px;
  margin: auto;
  width: 100%;
  padding: 0 4%;
  position: relative;
  box-sizing: border-box;
}

.min-comm-blc {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  padding: 0 4%;
  position: relative;
  box-sizing: border-box;
}

.margin-comm {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.margin-top-comm {
  margin-top: 7rem;
}

.margin-top-comm:first-child {
  margin-top: 0 !important;
}

.padding-comm {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.container .inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:640px) {
  .margin-comm {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }

  .margin-top-comm {
    margin-top: 12vw;
  }

  .padding-comm {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

/* --------------------------------------------------

 keyvisual

-------------------------------------------------- */

#keyvisual-blc .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 1084px;
}

#keyvisual-blc .row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 2rem 7rem;
  box-sizing: border-box;
}

#keyvisual-blc .row .txt-keyvisual {
  align-items: center;
  display: flex;
  width: 100%;
}

#keyvisual-blc .row .txt-keyvisual h1 {
  /* font-size: 400%; */
  font-size: clamp(2rem, 5vw, 2.7rem);
  font-weight: bold;
  /* width: 100%; */
  display: block;
  background: linear-gradient(90deg, rgba(73, 25, 54, 1) 0%, rgba(155, 127, 105, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* สำหรับ Firefox */
  background-clip: text;
  color: transparent;
  position: relative;
  padding: 35vh 0 40px;
  box-sizing: border-box;
}

#keyvisual-blc .row .txt-keyvisual h1::after {
  content: "";
  background-color: #720000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 2px;
  bottom: 0;
}

@media screen and (max-width:1366px) {

  #keyvisual-blc .row {
    padding: 2rem 4%;
  }

  #keyvisual-blc .bg {
    padding-bottom: 60vw;
  }

  #keyvisual-blc .row .txt-keyvisual h1 {
    font-size: 3.5vw;
    padding-bottom: 3vw;
  }
}

@media screen and (max-width:640px) {
  #keyvisual-blc .bg {
    padding-bottom: 120vw;
  }

  #keyvisual-blc .row .txt-keyvisual h1 {
    font-size: 9vw;
    line-height: 1.2;
    padding-bottom: 2rem;
  }

  #keyvisual-blc .row .txt-keyvisual {
    align-items: flex-start;
    padding-top: 20vw;
    padding-right: 29vw;
  }

  #keyvisual-blc .row .txt-keyvisual h1::after {
    width:100%;
  }
}

/* --------------------------------------------------

 ttl-section

-------------------------------------------------- */

.ttl-style-group {
  margin-bottom: 2rem;
}

.ttl-style-group .ttl-section {
  font-size: 300%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.ttl-style-group .ttl-section.ttl-01,.ttl-style-group .ttl-section.ttl-02{
  font-family: 'Zen Old Mincho',"Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  letter-spacing: 0.03em;
}
.ttl-style-group .ttl-section.ttl-01 {
  text-align: left;
  border-bottom: 2px solid #720000;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.ttl-style-group .ttl-section.ttl-02 {
  display: block;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.ttl-style-group .ttl-section.ttl-02::after {
  content: "";
  background-color: #720000;
  width: 70px;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ttl-style-group .txt-desc {
  text-align: left;
  display: block;
  max-width: 850px;
  margin: auto;
  width: 100%;
  font-size: 90%;
}

@media screen and (max-width:1366px) {
  .ttl-style-group .ttl-section {
    font-size: 250%;
  }
}

@media screen and (max-width:640px) {
  .ttl-style-group .ttl-section {
    font-size: 200%;
  }

  .ttl-style-group .ttl-section.ttl-02 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .ttl-style-group .ttl-section.ttl-01 {
    margin-bottom: 1rem;
  }
}

/* --------------------------------------------------

 OTHER

-------------------------------------------------- */

.txt-white {
  color: #fff !important;
}

.bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.justify-content-center {
  justify-content: center !important;
}

.align-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-center {
  text-align: center !important;
}

/* padding --------------------------------*/

.display-1 {
  font-size: 220% !important;
  line-height: 1.5 !important;
}

.display-2 {
  font-size: 200% !important;
  line-height: 1.5 !important;
}

.display-3 {
  font-size: 180% !important;
  line-height: 1.5 !important;
}

.display-4 {
  font-size: 150% !important;
  line-height: 1.5 !important;
}

.display-5 {
  font-size: 120% !important;
  line-height: 1.5 !important;
}

/* padding --------------------------------*/

.pt-4rem {
  padding-top: 4rem;
}

.p-4rem {
  padding: 4rem 4rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width:640px) {
  .p-4rem {
    padding: 2rem 4vw;
  }
}

/* margin --------------------------------*/

.mt-4rem {
  margin-top: 4rem !important;
}

.mt-3rem {
  margin-top: 3rem !important;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.mt-1rem {
  margin-top: 1rem !important;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.mb-05rem {
  margin-bottom: 0.5rem !important;
}

@media screen and (max-width:640px) {
  .mt-4rem {
    margin-top: 12vw !important;
  }
}

@media screen and (min-width:481px) {
  .br-sp480 {
    display: none;
  }
}

/* --------------------------------------------------

 Hide
 
-------------------------------------------------- */

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.disnon {
  display: none;
}

.hide {
  opacity: 0;
}

/* --------------------------------------------------

information-blc

-----------------------------------------------------*/

@media screen and (min-width:1201px) {
  #information-blc .div-list>ul li a:hover {
    background-color: #720000;
    color: #fff;
    border: 2px solid #fff;
  }

  #information-blc .div-list>ul li:nth-child(2) a:hover span::before {
    background-image: url(../img/common/contact-icon02-hover.png);
  }

  #information-blc .div-list>ul li a:hover span::after {
    background-image: url(../img/common/arrow_img01-hover.png);
  }

  #information-blc .div-list>ul li:nth-child(3) a:hover span::before {
    background-image: url(../img/common/contact-icon03-hover.png);
  }

  #information-blc .div-list>ul li a:hover span::after {
    background-image: url(../img/common/arrow_img01-hover.png);
  }

  #information-blc .div-list>ul li:nth-child(1) a:hover span::before {
    background-image: url(../img/common/contact-icon01-hover.png);
  }
}

#information-blc {
  position: relative;
  background-image: url(../img/top/contact-img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  box-sizing: border-box;
}

#information-blc::before {
  content: "";
  width: 93%;
  height: 80%;
  background-color: rgba(247, 237, 237, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#information-blc .div-list>ul {
  display: flex;
  justify-content: center;
}

#information-blc .div-list>ul li {
  width: calc((100% - 6rem) / 3);
  margin-right: 3rem;
}

#information-blc .div-list>ul li a {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 2px solid #999597;
  padding: 20px 20px;
  box-sizing: border-box;
  color: #000000;
  font-size: 120%;
  background-color: #ffffff;
  transition: all ease-in 0.3s;
  opacity: 1;
}

#information-blc .div-list>ul li:nth-child(3n+3) {
  margin-right: 0;
}

#information-blc .div-list>ul li a span {
  padding: 0 70px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: relative;
}

#information-blc .div-list>ul li a span::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all ease-in 0.3s;
}

#information-blc .div-list>ul li:nth-child(1) a span::before {
  background-image: url(../img/common/contact-icon01.png);
  width: 31px;
  height: 31px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#information-blc .div-list>ul li:nth-child(2) a span::before {
  background-image: url(../img/common/contact-icon02.png);
  width: 31px;
  height: 23px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#information-blc .div-list>ul li:nth-child(3) a span::before {
  background-image: url(../img/common/contact-icon03.png);
  width: 21px;
  height: 37px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#information-blc .div-list>ul li a span::after {
  content: "";
  background-image: url(../img/common/arrow_img01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease-in 0.3s;
}

@media screen and (max-width:1000px) {
  #information-blc .div-list>ul li {
    width: calc((100% - 3rem) / 3);
    margin-right: 1rem;
  }

  #information-blc .div-list>ul li a {
    padding: 15px 15px;
  }

  #information-blc .div-list>ul li a span {
    padding: 0 40px;
  }
}

@media screen and (max-width:767px) {
  #information-blc .div-list>ul {
    flex-wrap: wrap;
    max-width: 350px;
    margin: auto;
  }

  #information-blc .div-list>ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }

  #information-blc .div-list>ul li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {
  #information-blc {
    padding: 5rem 0;
  }
}

/* --------------------------------------------------

#keyvisual-sub_blc

-----------------------------------------------------*/

#keyvisual-sub_blc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: min(630px, 80vh);
  background: url("../img/common/mainV_qa.jpg") no-repeat right center/contain;
  position: relative;
}


#keyvisual-sub_blc .comm-blc {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  width: min(600px, 35%);
  padding-left: 6rem;
  box-sizing: border-box;
}

.ttl-page {
  font-size: clamp(24px, 5vw, 42px);
  font-weight: 500;
  margin:0 0 0.3rem 0.35rem;
font-family: 'Zen Old Mincho',"Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
letter-spacing: 0.1em;
}

.txt-page {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  border-top: 2px solid #990000;
  padding: 1rem 0 0 0.5rem;
}
@media screen and (max-width:1200px) {
#keyvisual-sub_blc {
  height: min(400px, 80vh);
}
#keyvisual-sub_blc .comm-blc {
  padding-left: 3rem;
  width: min(600px, 40%);
}

}

@media screen and (max-width:767px) {
#keyvisual-sub_blc {
  height: 300px;
}
    #keyvisual-sub_blc .comm-blc {
        padding-left: 1rem;
        width: 50%;
    }

}
@media screen and (max-width:643px) {
#keyvisual-sub_blc {
  background: url("../img/common/mainV_qa_sp.jpg") no-repeat right center/contain;
}
    #keyvisual-sub_blc .comm-blc {
        padding-left: 1rem;
        width: 75%;
    }

.txt-page {
    font-size: 12px;
    line-height: 1.5;
  }
.q-and-a dd {

    padding: 0 1em;
}


}





.ttl-style-group_sub {

  margin-bottom: 3rem;
}

.ttl-style-group_sub .ttl-heading {
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  /* display: inline-block; */
  padding-bottom: 0.5rem;
      text-align: center;
}

.ttl-style-group_sub .ttl-heading::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background-color: #7c0000; /* 赤線 */
  margin: 0.5rem auto 0;
}






#footer .comm-blc{
  max-width: 750px;
      padding: 0 0%;
}

#footer .comm-blc img{
  max-width: 250px;
}
#footer .inner .comm-blc>ul{
  font-size: 14px;
}
#footer .copy-blc p{
    font-size: 12px;
}
@media screen and (max-width:767px) {
  #footer .comm-blc{
      padding: 0 9%;
}
}


.subP .txtBox.margin-comm{
margin: 5rem;
}

.subP .txtBox .ttl-style-group{
  margin-bottom:0;
}
@media screen and (max-width:1000px) {
  .subP .txtBox.margin-comm{
        margin: 3rem 3rem 0;
  }
}
@media screen and (max-width:767px) {
    .subP .txtBox.margin-comm{
            margin: 1.5rem 1rem 0;
  }
}





/* --------------------------------------------------

about-blc

-----------------------------------------------------*/

@media screen and (min-width:1201px) {
  #about-blc .col-2-img-txt .txt-blc .btn-style01:hover::before {
    z-index: -1;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01:hover::after {
    z-index: 1;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01:hover::before {
    left: 70px;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01:hover::after {
    left: calc(40px + 15px) !important;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01 a:hover::after {
    right: 75px;
  }
}

#about-blc .col-2-img-txt {
  display: flex;
}

#about-blc .col-2-img-txt .img-blc {
  width: 50%;
  position: relative;
  box-shadow: 0px 0px 3px rgba(99, 99, 104, 0.3);
}

#about-blc .col-2-img-txt .img-blc img {
  width: 100%;
}

#about-blc .col-2-img-txt .txt-blc {
  width: 50%;
  padding: 0 0 0 10%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

#about-blc .col-2-img-txt .txt-blc * {
  display: block;
  width: 100%;
}

#about-blc .col-2-img-txt .txt-blc p {
  display: block;
  font-size: 90%;
  padding:0 1rem;
}

#about-blc .col-2-img-txt .txt-blc .ttl-style-group {
  margin-bottom: 0;
}

#about-blc .col-2-img-txt .txt-blc .btn-style01 {
  margin-top: 3rem;
  position: relative;
  transition: all ease-in 0.3s;
}

#about-blc .col-2-img-txt .txt-blc .btn-style01 a {
  text-decoration: none;
  text-align: center;
  color: #000000;
  display: inline-block;
  font-size: 150%;
  font-weight: bold;
  padding: 10px 120px;
  box-sizing: border-box;
  position: relative;
}

#about-blc .col-2-img-txt .txt-blc .btn-style01::before {
  content: "";
  border: 1px solid #903636;
  background-color: transparent;
  left: 0;
  top: 0;
}

#about-blc .col-2-img-txt .txt-blc .btn-style01::after {
  background-color: #f3e0e0;
  left: calc(var(--var-width) + 15px) !important;
  top: 0px;
  z-index: -1;
}

#about-blc .col-2-img-txt .txt-blc .btn-style01::before,
#about-blc .col-2-img-txt .txt-blc .btn-style01::after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  transform: rotate(45deg);
  left: var(--var-width);
  transition: all ease-in 0.3s;
}

#about-blc .col-2-img-txt .txt-blc .btn-style01 a::after {
  content: "";
  background-image: url(../img/common/arrow_img01.png);
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  transition: all ease-in 0.3s;
}

#about-blc .col-2-img-txt .img-blc::before {
  content: "";
  border: 2px solid #dfb8b8;
  position: absolute;
  top: -35px;
  left: -35px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width:1366px) {
  #about-blc .col-2-img-txt .txt-blc {
    padding-left: 4vw;
  }
}

@media screen and (max-width:1000px) {
  #about-blc .col-2-img-txt {
    flex-wrap: wrap;
  }

  #about-blc .col-2-img-txt .img-blc {
        width: 90%;
        margin: 0 auto;
  }

  #about-blc .col-2-img-txt .img-blc::before {
    top: -25px;
    left: -25px;
  }

  #about-blc .col-2-img-txt .txt-blc {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:640px) {
  #about-blc .col-2-img-txt .img-blc::before {
    top: -15px;
    left: -15px;
  }

  #about-blc .col-2-img-txt .txt-blc {
    margin-top: 2rem;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01::before,
  #about-blc .col-2-img-txt .txt-blc .btn-style01::after {
    width: 35px;
    height: 35px;
    top: 10px;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01::after {
    left: 18vw !important;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01::before {
    left: 15vw !important;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01 {
    margin-top: 2rem;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01 a {
    padding: 10px 20vw;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01 a::after {
    right: 16vw;
  }
}

@media screen and (max-width:480px) {
  #about-blc .col-2-img-txt .txt-blc .btn-style01::before {
    left: 5vw !important;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01::after {
    left: 8vw !important;
  }


  #about-blc .col-2-img-txt .txt-blc .btn-style01 a::after {
    right: 10vw;
  }

  #about-blc .col-2-img-txt .txt-blc .btn-style01 {
    max-width: 340px;
  }

  #about-blc .col-2-img-txt .img-blc::before {
    top: -10px;
    left: -10px;
  }
}




/* 

ひし形ポイント題名 

*/

.hisigataTtl{
  font-size: 1.5rem;
  font-weight: bold;
    padding-left: 3rem;
}
.hisigataTtl:before, .hisigataTtl:after {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    transform: rotate(45deg);
    left: var(--var-width);
    transition: all ease-in 0.3s;
    top: -8px;
}
.hisigataTtl:before {
    border: 1px solid #903636;
    background-color: transparent;
        left: 0.5%;

}
.hisigataTtl:after {
    background-color: #f3e0e0;
    /* left: calc(var(--var-width) + 15px) !important; */
    z-index: -1;
left: 1.8%;
}

@media screen and (max-width:985px) {
.hisigataTtl:before {
    left: 6.5%;
}
.hisigataTtl:after {
left: 8.5%;
}
.hisigataTtl {

    padding-left: 6.5rem;
}
}

@media screen and (max-width:490px) {
  .hisigataTtl:after {
left: 9.5%;
}
  .hisigataTtl {
        padding-left: 23%;
}
}