@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #333;
   font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 14px;
   letter-spacing: 0.01em;
   line-height: 28px;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 12px;
      line-height: 24px;
   }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
   font-family: "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*=============================================
   main
*=============================================*/
main {
   clear: both;
   width: 100%;
   position: relative;
   box-sizing: border-box;
   overflow: hidden;
}

/* -- -- */
.wrap {
   width: 100%;
   max-width: 1200px;
   box-sizing: border-box;
   margin: 0 auto;
   position: relative;
   padding: 0 10px;
}

img {
   width: auto;
   max-width: 100%;
   height: auto;
}

a {
   transition: all 0.3s;
}

a:hover {
   opacity: 0.7;
   text-decoration: none;
}

@media screen and (max-width: 767px) {
   .wrap {
      max-width: 100%;
      padding: 0 30px;
   }
}

.non-over a:hover {
   opacity: 1;
}

.non-over a:hover img {
   opacity: 1;
}

.pc {
   display: block;
}

.sp {
   display: none;
}

@media screen and (max-width: 767px) {
   .pc {
      display: none;
   }

   .sp {
      display: block;
   }
}

/*=============================================
   header
*=============================================*/
header {
   box-sizing: border-box;
   position: relative;
   padding: 0 20px;
}

header .wrap {
   display: flex;
   align-items: center;
   gap: 20px;
   max-width: 1000px;
   height: 80px;
}

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: block;
   width: 300px;
}

header .logo-jpx {
   width: 38px;
}

header .txt {
   font-size: 12px;
   line-height: 15px;
   padding-left: 10px;
}

@media screen and (max-width: 767px) {
   header {
      padding: 10px 20px;
   }

   header .wrap {
      flex-wrap: wrap;
      gap: 10px;
      height: auto;
      padding: 0;
   }

   header .logo a {
      width: 157px;
   }

   header .logo-jpx {
      width: 30px;
   }

   header .txt {
      width: 100%;
      font-size: 9px;
      padding-left: 0;
   }

   header .txt span {
      display: block;
      width: max-content;
      margin: 0 auto;
   }
}

/*=============================================
   footer
*=============================================*/
footer {
   background-color: #e3e4e8;
}

footer .wrap {
   display: flex;
   flex-wrap: wrap;
   width: calc(100% - 40px);
   max-width: 1000px;
   padding-top: 60px;
   padding-bottom: 60px;
}

footer .logo {
   width: 60px;
}

footer .txt {
   width: calc(100% - 80px);
   line-height: 24px;
   margin-left: 20px;
}

footer dl {
   line-height: 32px;
   padding-top: 30px;
}

footer dl dt {
   font-weight: 600;
   font-size: 16px;
}

footer dl dd ul {
   display: flex;
   flex-wrap: wrap;
}

footer dl dd ul li:after {
   content: '|';
   display: inline-block;
   margin: 0 10px;
   color: #ccc;
}

footer dl dd a:hover {
   text-decoration: underline;
}

footer dl dd ul:nth-child(3) {
   margin-top: 20px;
}

footer address {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 60px;
   background-color: #408fa0;
   color: #fff;
   font-size: 13px;
}

@media screen and (max-width: 767px) {
   footer .wrap {
      width: 100%;
      padding-top: 40px;
      padding-bottom: 40px;
   }

   footer .logo {
      width: 30px;
   }

   footer .txt {
      width: calc(100% - 40px);
      font-size: 9px;
      line-height: 18px;
      margin-left: 10px;
   }

   footer dl {
      font-size: 9px;
      line-height: 21px;
   }

   footer dl dt {
      font-size: 10px;
   }

   footer dl dd ul li:after {
      margin: 0 5px;
   }

   footer address {
      height: 50px;
      font-size: 9px;
   }
}

/*=============================================
   section
*=============================================*/
section {
   position: relative;
}

/* -- -- */
.txt-c {
   text-align: center;
}

/* -- -- */
.cl-orange {
   color: #ea5413;
}

/* -- -- */
.button-cta {
   text-align: center;
}

.button-cta a,
.button-cta {
   display: inline-block;
   width: 500px;
   text-align: center;
   font-weight: 700;
   font-size: 24px;
   letter-spacing: 0.1em;
   line-height: 40px;
   border-radius: 50px;
   background-image: -moz-linear-gradient( 0deg, rgb(40,187,116) 0%, rgb(79,205,73) 100%);
   background-image: -webkit-linear-gradient( 0deg, rgb(40,187,116) 0%, rgb(79,205,73) 100%);
   background-image: -ms-linear-gradient( 0deg, rgb(40,187,116) 0%, rgb(79,205,73) 100%);
   box-shadow: inset 0px -8px 0px 0px rgba(0, 0, 0, 0.2);
   color: #fff;
   position: relative;
   padding: 20px 0 25px;
   cursor: pointer;
}

.button-cta a:hover,
.button-cta:hover {
   background-color: #333;
   opacity: 1;
}

.button-cta a:hover,
.button-cta:active {
   box-shadow: none;
}

@media screen and (max-width: 767px) {
   .button-cta a,
   .button-cta {
      width: 80%;
      max-width: 375px;
      font-size: 16px;
      padding: 5px 0 10px;
   }

   .button-cta a:after,
   .button-cta:after {
      border-width: 5px 0 5px 6px;
      right: 20px;
   }
}

/* -- -- */
.h2 {
   font-size: 34px;
   font-family: "YuGothic";
   color: rgb(51, 51, 51);
   font-weight: bold;
   line-height: 1.2;
   text-align: center;
   display: flex;
   justify-content: center;
   position: relative;
   max-width: 720px;
   margin: 0 auto 15px;
   padding: .8em 1.2em;
   border: 4px solid #f4917a;
   border-radius: 15px;
   background-color: #fff;
   letter-spacing: 3px;
}

.h2::before,
.h2::after {
   position: absolute;
   bottom: -22px;
   width: 45px;
   height: 22px;
   clip-path: polygon(0 0, 100% 0, 50% 100%);
   content: '';
}

.h2::before {
    background-color: #f4917a;
}

.h2::after {
    bottom: -17px;
    background-color: #fff;
}

.h2-og {
   color: #f25c39;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 20px;
      line-height: 32px;
      padding-left: unset;
      padding-right: unset;
      letter-spacing: 2px;
   }

   .h2::before,
   .h2:after {
      border-top-width: 3px;
      width: 28px;
      height: 14px;
   }

   .h2::before {
      bottom: -17px
   }

   .h2:after {
      bottom: -13px
   }
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
   background-color: #ea5413;
}

/*離脱ポップアップ*/
#ald_element_html {
    display: none;
    height: 100%;
    line-height: 0;
}
#ald_modal-content {
    max-width: 820px;
    padding: 10px 10px;
    z-index: 10000;
    position: fixed;
    height: 50%;
    inset: 0;
    margin: auto;
}

#ald_modal-overlay {
    z-index:9999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
}

.modal-img_content {
   background-color: #fff;
   position: relative;
   margin: 0 auto;
   width: 80%;
   max-height: 599px;
   max-width: 477px;
   min-height: 338px;
   padding: 20px 30px 30px 30px;
   text-align: center;
}

.modal-img { 
   width: 100%;
}

.modal-btn_boxes {
   display: flex;
   justify-content: space-between;
   margin-top: 35px;
}

.modal-noBtn,
.modal-yesBtn  { 
   text-align: center;
   background-color: #bebebe;
   width: 48%;
   color: #666666;
   font-weight: 600;
   border-radius: 10px;
   font-size: 2.5rem;
   align-content: center;
   height: 115px;
}

.modal-yesBtn { 
   position: relative;
   background-color: #ea5413;
   color: #fff;
   border-bottom: solid 8px #7f2d0a;
   height: 107px;
}

.modal-yesBtn-hikidashi {
   position: absolute;
   color: #fff;
   font-weight: 500;
   padding: 18px 5px;
   background-color: #3abd30;
   top: -22px;
   left: 0;
   right: 0;
   width: 85%;
   margin: 0 auto;
   font-size: 1.1rem;
   border-radius: 3px;
   box-shadow: 0px 7px 5px 0px rgba(140,50,11,0.2)
}

.modal-yesBtn-hikidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #3abd30 transparent transparent;
  translate: -50% 100%;
}

.modal-close-icon {
   position: absolute;
   top: -22px;
   right: -15px;
   width: 50px;
}

@media screen and (max-width: 767px) {
   .modal-btn_boxes {
      margin-top: 25px;
   }

   .modal-noBtn,
   .modal-yesBtn  { 
      font-size: 1.5rem;
      height: 90px;
   }

   .modal-yesBtn { 
      height: 82px;
   }

   .modal-yesBtn-hikidashi {
      box-shadow: 0px 10px 5px 0px rgba(140,50,11,0.2)
   }

   .modal-close-icon {
      width: 35px;
   }
}

@media screen and (max-width: 510px) {
   .modal-yesBtn-hikidashi {
      font-size: 0.75rem;
   }
} 

@media screen and (max-width: 375px) {
   .modal-yesBtn-hikidashi {
      font-size: 3.3vw;
   }
} 
