@charset "UTF-8";

header {
  color: #fff;
}

main {
  /*background-color: #f8f7f4;*/
}

.wrap {
  background-color: #f8f7f4;
}

.wrap_w {
  background-color: #fff;
}

.page_inlink {
  width: 100%;
  height: 1px;
  visibility: hidden;
  margin-top: -130px;
  padding-top: 130px;
}

/* パンくず ----------------------------------------------
-----------------------------------------------------------*/

#bread_List {
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
}

#bread_List li {
  position: relative;
  margin-right: 2em;
  color: #4f4f4f;
}

#bread_List li:not(:last-child)::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: -1.3em;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #4f4f4f;
  border-left: transparent;
  border-bottom: transparent;
  transform: translateY(-70%) rotate(45deg);
}

#bread_List a {
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #4f4f4f;
  transition: .3s;
}

#bread_List a:hover {
  border-bottom: 1px solid transparent;
}

#bread_List li>p {
  display: block;
  padding-bottom: 2px;
}

/*main-header------------------------------------------
------------------------------------------------------*/

#main_Img {
  width: 100%;
  background-color: #466157;
  text-align: center;
}

#main_Img .mv {
  width: 100%;
  position: relative;
}

#main_Img .mv .mv_ttl {
  width: 1000px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  color: #000;
  text-align: left;
}

#main_Img .mv .mv_ttl h2 {
  font-size: clamp(18px, 2.8vw, 34px);
  color: #000;
}

#main_Img h2 {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #d5c8a0;
  border-bottom: 3px solid #000;
}

#main_Img h2:first-child {
  margin-bottom: .8em;
}

/*common------------------------------------------------
------------------------------------------------------*/

span.u-smaller {
  font-size: .7em;
}

span.u-larger {
  font-size: 1.3em;
}

span.u-font-bold {
  font-weight: bold;
}

main {
  color: #366145;
}

main h2 {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.5;
}

main h3 {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
}

main .text {
      font-size: clamp(14px, 1.7vw, 16px);
    line-height: 2;
}

.c-comment {
  background: url("../img/bg-comment.jpg") no-repeat center / cover;
  text-align: center;
  padding: 40px;
}

.c-comment img {
  width: 150px;
  margin-bottom: 2em;
}

.c-comment-flex {
  width: 100%;
  margin: 0 auto 80px auto;
  padding: 40px;
  display: flex;
  align-items: center;
  background: url("../img/bg-comment.jpg") no-repeat center / cover;
  gap: 60px;
}

.c-comment-flex img {
  display: block;
  width: 150px;
}

/*sec01------------------------------------------------
------------------------------------------------------*/

.sec01 {
  padding: 80px 0;
}

.sec01 h2 {
    margin-bottom: 40px;
}

.sec01-merit-flex {
  display: flex;
  flex-wrap: wrap;
  gap:40px;
}

.sec01-merit-item {
  width: calc(50% - 20px);
}

.sec01-merit-item hgroup h3 {
    position: relative;
    font-size: clamp(20px, 2vw, 24px);
    border-bottom: 1px solid #366145;
    margin: 0 0 10px 0px;
    padding-left: 30px;
    line-height: 1.2;
}

.sec01-merit-item hgroup h3 span {
    padding-left: 5px;
}


.sec01-merit-item hgroup h3:before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/icon-hint.png") no-repeat center / cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sec01-merit-item hgroup p {
    font-size: clamp(16px, 2vw, 18px);
}

.sec01-merit-item hgroup {
  margin-bottom: 2em;
}

/*sec02------------------------------------------------
------------------------------------------------------*/

.sec02 {
  padding: 80px 0 0 0;
}

.sec02-merit-flex {
  display: flex;
  gap: 40px;
}

.sec02-merit-flex .item-text {
  width: 60%;
}

.sec02-merit-flex .item-pic {
  width: 40%;
}


.sec02-merit-flex .item-text h2 {
  margin-bottom: 40px;
}

.sec02-merit-flex .c-comment h3 {
  margin-bottom: 2em;
}

ul.u-sec02-only {
  background: none;
  margin: 0 !important;
}


/*sec03------------------------------------------------
------------------------------------------------------*/

.sec03 {
  padding: 80px 0 0 0;
}

.slider_m {
  border-top: 1px solid #fff;
}

.slider_m li {
  border-right: 1px solid #fff;
}


/*sec04------------------------------------------------
------------------------------------------------------*/

.sec04 {
  padding: 80px 0;
}

.sec04-flex {
  display: flex;
  gap: 40px;
}

.sec04-flex .item {
  width: calc(50% - 20px);
}

.sec04-flex .item .c-comment {
  margin-bottom: 20px;
}

/*sec05------------------------------------------------
------------------------------------------------------*/

.sec05 {
  padding: 80px 0;
}

.sec05 h2 {
  margin-bottom: 40px;
}

.sec05 .c-comment {
  margin-bottom: 80px;
}

.sec05 .text:not(.sec05 .c-comment .text) {
  margin-bottom: 80px;
}



/*banner
-------------------------------*/

.btn_reqres {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  row-gap: 15px;
}

.btn_reqres a {
  width: 300px;
  max-width: 80%;
  margin: 0 10px 0px;
  display: block;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
}

.btn_reqres a.reqbtn {
  background: #334439;
  color: #cec0a6;
}

.btn_reqres a.resbtn {
  background: #a84954;
  color: #fff;
}

.btn_reqres .small {
  font-size: 11px;
}

/*attention
-------------------------------*/

ul.u-lp-only {
    margin: 20px auto 0;
    padding: 0 0 0 1em;
    color: #000;
    list-style-type: '※';
    box-sizing: border-box;
}

ul.u-lp-only li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

ul.u-lp-only {
  margin: 0 auto 80px auto;
}


/* floating banner
------------------------------------------------------*/


/*フローティングバナー*/
.c-bnr-flo {
  position: fixed;
  transition: 0.5s;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 2.2rem !important;
  right: 3rem !important;
  z-index: 50;
  transform: translateX(0%);
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .c-bnr-flo {
    width: 80% !important;
    height: auto !important;
    bottom: 3rem !important;
    right: 2.5rem !important;
    border-radius: 0 !important;
  }
}

.c-bnr-flo--anker {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  display: block !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 0 1rem 0 !important;
  transition: 0.3s;
  position: relative;
  box-shadow: 0px 0px 10px #000;
}

.c-bnr-flo--anker .pop {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 80px;
  max-width: 50%;
}

.c-bnr-flo--anker:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .c-bnr-flo--anker {
    opacity: 1;
  }
}

.c-bnr-flo::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  background-color: #4F5E55;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  transition: 0.3s;
  margin-left: 0px;
}

.c-bnr-flo::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 2px;
  height: 2rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #4F5E55;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  transition: 0.3s;
  margin-left: 0px;
}

.c-bnr-flo-close {
  pointer-events: none;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  background-color: #fff;
  border: #fff solid 5px;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0.5;
  margin-left: 0px;
  margin-bottom: 10px;
  transition: 0.5s;
}

.c-bnr-flo img {
  max-width: 400px;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .c-bnr-flo img {
    max-width: unset;
    width: 100%;
  }

  .c-bnr-flo--anker .pop {
    width: 50px;
    left: -20px;
    top: -10px;
  }
}

.c-bnr-flo.close {
  transform: translate(86%, 86%);
}

.c-bnr-flo.close a {
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .c-bnr-flo.close {
    transform: translate(75%, 65%);
  }

  .c-bnr-flo.close .c-bnr-flo--anker {
    box-shadow: none;
  }
}

.c-bnr-flo.close img {
  opacity: 0;
}

.c-bnr-flo.close::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-bnr-flo.close::before {
  transform: translate(-50%, -50%) rotate(0deg);
}



@media only screen and (max-width: 830px) {

  /* パンくず */
  #bread_List {
    display: none;
  }

  #main_Img h2 {
    display: block;
  line-height: 1.5;
  border-bottom: 0;
}

#main_Img .mv .mv_ttl h2 {
  font-size: clamp(21px, 5vw, 28px);
  color: #000;
}


#main_Img .mv .mv_ttl h2:last-child {
  text-align: right;
}




}

@media only screen and (max-width: 768px) {

  
/*common------------------------------------------------
------------------------------------------------------*/


.c-comment {
  background: url("../img/bg-comment.jpg") no-repeat center / cover;
  text-align: center;
  padding: 20px 40px;
}


.c-comment img {
  margin-bottom: 1em;
}

.c-comment-flex {
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 20px 40px;
  display: block;
  text-align: center;
  align-items: center;
  background: url("../img/bg-comment.jpg") no-repeat center / cover;
  gap: 60px;
}

.c-comment-flex img {
  display: block;
  width: 150px;
  margin: 0 auto 1em auto;
}

/*main-header------------------------------------------
------------------------------------------------------*/

#main_Img .mv .mv_ttl {
  bottom: 5%;
}



/*sec01------------------------------------------------
------------------------------------------------------*/

.sec01 {
  padding: 60px 0;
}

.sec01-merit-item {
  width: 100%;
  gap: 20px
}

/*sec02------------------------------------------------
------------------------------------------------------*/

.sec02 {
  padding: 60px 0 0 0;
}

.sec02-merit-flex {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}


.sec02-merit-flex .item-text {
  width: 100%;
}

.sec02-merit-flex .item-pic {
  width: 80%;
  margin: 0 auto;
}

.sec02-merit-flex .item-text h2 {
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec02-merit-flex .c-comment h3 {
  font-size: 21px;
}

.sec02-merit-flex .c-comment h3 {
  margin-bottom: 1em;
}

.sec02 img.u-sizing {
  width: 150%;
  max-width: none;
}

/*sec03------------------------------------------------
------------------------------------------------------*/

.sec03 {
  padding: 60px 0 0 0;
}

/*sec04------------------------------------------------
------------------------------------------------------*/

.sec04 {
  padding: 60px 0;
}

.sec04-flex {
  display: block;
  gap: 40px;
}

.sec04-flex .item {
  width: 100%;
}

.sec04-flex .item:first-child {
 margin-bottom: 40px;
}

/*sec05------------------------------------------------
------------------------------------------------------*/

.sec05 {
  padding: 60px 0;
}
.sec05 .c-comment {
  margin-bottom: 60px;
}
.sec05 .text:not(.sec05 .c-comment .text) {
  margin-bottom: 60px;
}


ul.u-lp-only {
  margin: 0 auto 60px auto;
}

}