@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: 920px;
   box-sizing: border-box;
   margin: 0 auto;
   position: relative;
}

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: 991px) {
   .wrap {
      max-width: 720px;
   }
}

@media screen and (max-width: 767px) {
   .wrap {
      max-width: 100%;
      padding: 0 20px;
   }
}

.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 span {
   display: inline-block;
   width: 520px;
   text-align: center;
   font-weight: 700;
   font-size: 24px;
   letter-spacing: 0.1em;
   line-height: 40px;
   border-radius: 50px;
   background-color: #198f56;
   color: #fff;
   position: relative;
   padding: 20px 0;
}

.button-cta a:after,
.button-cta span:after {
   content: '';
   width: 0;
   height: 0;
   border-width: 8px 0 8px 10px;
   border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
   border-style: solid;
   position: absolute;
   top: 50%;
   right: 30px;
   transform: translateY(-50%);
}

.button-cta a:hover,
.button-cta span:hover {
   background-color: #333;
   opacity: 1;
}

@media screen and (max-width: 767px) {
   .button-cta a,
   .button-cta span {
      width: 100%;
      font-size: 16px;
      padding: 5px 0;
   }

   .button-cta a:after,
   .button-cta span:after {
      border-width: 5px 0 5px 6px;
      right: 20px;
   }
}

/* -- -- */
.h2 {
   font-weight: 800;
   font-size: 30px;
   line-height: 42px;
   text-align: center;
}

.h2:after {
   content: '';
   display: block;
   width: 40px;
   height: 0;
   border-top: 6px solid #ea5413;
   margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 20px;
      line-height: 32px;
   }

   .h2:after {
      border-top-width: 3px;
   }
}

/* -- -- */
.slick-dots {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 15px;
}

.slick-dots li {
   width: 10px;
   height: 10px;
}

.slick-dots li button {
   display: block;
   width: 100%;
   height: 100%;
   font-size: 0;
   background-color: #cccccc;
   border: 0;
   border-radius: 50%;
   cursor: pointer;
   transition: all 0.3s;
}

.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 {
   position: relative;
   margin: 0 auto;
   width: 80%;
   max-height: 599px;
   max-width: 477px;
   min-height: 338px;
   text-align: center;
}

.modal-img { 
   filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1));
   width: 100%;
}

.modal-close-icon {
   position: absolute;
   top: 5px;
   right: 3%;
   width: 40px;
}

@media screen and (max-width: 767px) {
   .modal-btn_boxes {
      margin-top: 25px;
   }
}

@media screen and (max-width: 520px) {
   .modal-close-icon {
      top: 2px;
      right: 2%;
      width: 35px;
   }
} 

@media screen and (max-width: 420px) {
   .modal-close-icon {
      width: 10%;
   }
} 
