@charset "UTF-8";
@font-face{
  font-family:"MOBO";
  src:url("../fonts/MOBO-ExtraLight.woff2") format("woff2"),
      url("../fonts/MOBO-ExtraLight.woff") format("woff");
  font-weight:200;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"MOBO";
  src:url("../fonts/MOBO-Regular.woff2") format("woff2"),
      url("../fonts/MOBO-Regular.woff") format("woff");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"MOBO";
  src:url("../fonts/MOBO-SemiBold.woff2") format("woff2"),
      url("../fonts/MOBO-SemiBold.woff") format("woff");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"MOBO";
  src:url("../fonts/MOBO-Bold.woff2") format("woff2"),
      url("../fonts/MOBO-Bold.woff") format("woff");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

.tc-center{
  text-align: center;
}

/* 使い分け例 */
.mobo-200 *{font-family:"MOBO",sans-serif;font-weight:200;}
.mobo-400 *{font-family:"MOBO",sans-serif;font-weight:400;}
.mobo-600 *{font-family:"MOBO",sans-serif;font-weight:600;}
.mobo-700 *{font-family:"MOBO",sans-serif;font-weight:700;}

.mobo-200{font-family:"MOBO",sans-serif;font-weight:200 !important;}
.mobo-400{font-family:"MOBO",sans-serif;font-weight:400 !important;}
.mobo-600{font-family:"MOBO",sans-serif;font-weight:600 !important;}
.mobo-700{font-family:"MOBO",sans-serif;font-weight:700 !important;}

.w800-2026{
  margin:0 auto;
  max-width: 800px;
  width: 90%;
}

.main-2026{
  height:400px;
  background: url("../images/main_bg.webp") center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
  display: flex;
  align-items: flex-end;
}

  .color-main{
    color:var(--color-main);
  }

  .color-main02{
    color:#a32e2b;
  }
  
  .u-section-wrap{
    padding: 80px 0;
  }
  
  .ado-section-title{
    text-align: center;
    font-size: 35px;
    margin-bottom: 60px;
    line-height: 1.3em;
  }
  
  .ado-section{
    background:#eceada;
  }
  
  .ado-section-title span{
    font-size: 45px;
  }
  
  .ado-section-title small{
    display: inline-flex;
    align-items: center;
    gap:10px;
    color:#877728;
    font-size: 20px;
  }

  .ado-section-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:10px;
  }
  
  .ado-section-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .ado-section-list li .ado-section-listimg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  
  .ado-section-listnum{
    position: absolute;
    top:-5px;
    left:-30px;
    color:#cccccc;
    font-size:23px;
  }
  
  .ado-section-listbox{
    position: relative;
    z-index: 3;
  }
  
  .ado-section-listtext01{
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    color:#ffffff;
  }
  
  .ado-section-listtext02{
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    color:#ffffff;
    text-decoration: underline;
  }

.ado01-section{
  background-color:#f2f2f2;
  background-image: url("../images/ado01_bg.webp");
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

  .normal{
    font-weight: normal !important;
  }
  
  .ado-section-title02{
    text-align: center;
    color:#ffffff;
  }
  
  .ado-section-title02 small{
    color:#ffffff;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    letter-spacing: 0.16em;
    font-size: 28px;
  }

.ado-section-title02 small:after{
  content: " ";
  width: 60px;
  height: 3px;
  border-radius: 100px;
  background: #a32e2b;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom:10px;
  position: absolute;
}
  
  .ado-section-title02 small .num{
     font-size:calc(35px * 1.4);
    color:#cccccc;
    font-style: italic;
    font-weight: normal !important;
    display: inline-block;
    margin-left: 20px;
  }
  
  .ado-section-title02 .text01{
    font-size:35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:50px;
    color:#ffffff;
    text-shadow: 2px 2px 0 #877728;
    letter-spacing: 0.16em;
    font-style: italic;
  }

  .ado01-section-listtitle{
    font-style: italic;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
  }
  
  .ado-section-title02{
    margin-bottom: 40px;
  }
  
  .ado01-section-cont{
    padding: 0 30px;
    border-radius: 15px;
    border:6px solid #9f8c2a;
    background: #ffffff;
  }
  
  .def-text{
    font-size: 16px;
    line-height: 1.75em;
  }
  
  strong{
    font-weight: bold;
  }
  
  .ado01-section-listtitle .box{
    display: inline-block;
    padding: 3px;
    background: #f2f2f2;
    font-size: 26px;
  }
  
  .ado01-section-listtitle .box .text01{
    font-size: 36px;
  }
  
  .ado01-section-listtitle .box .text02{
    font-size: 30px;
  }  
  
  .ado01-section-list dd{
    display: flex;
    gap:30px;
    align-items: center;
  }
  
  .ado01-section-list:nth-child(even) dd{
    flex-flow: row-reverse;
  }
  
  .ado01-section-list dd .def-text{
    width: calc(100% - 100px);
  }
  
  .ado01-section-list{
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000000;
  }

  .ado01-section-list:last-child{
    border-bottom: none;
  }

  .back_link{
    text-align: right;margin-top: 20px;
  }
  
  .back_link a{
    color:#0071bc;
    font-size: 16px;
    text-decoration: underline;
  }

  .ado01-section-cont.pt02{
    padding: 0 30px;
    border-radius: 15px;
    border:6px solid #eceada;
    background: #eceada;
  }

.ado01-section-cont.pt03{
    border:6px solid #ffffff;
    background: #ffffff;
  }

.ado01-section-cont.pt03 .box{
  background: none;
}

  .ado-base-section-cont{
    padding:30px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0 0 0 / 10%);
  }
  
  .ado-base-section-list{
    display: grid;
    gap:30px;
    align-items: center;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 30px;
  }
  
  .ado-base-section-list:nth-child(even) p:nth-child(1){
    order: 2;
  }
  .ado-base-section-list:nth-child(even) p:nth-child(2){
    order: 1;
  }
  
  .ado06-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:20px;
    margin: 30px 0;
  }
  
  .ado06-list li{
    display: grid;
    grid-template-columns: 16px 1fr;
    gap:20px;
    padding: 20px;
    align-items: center;
    font-size: 17px;
    line-height: 2em;
    background-image: url("../images/ado05_text_bg.webp");
    background-size: 100% 100%;
    min-height: 72px;
    background-color:#f5f4eb;
    box-shadow: 0 0 10px 0 rgba(0 0 0 / 10%);
    color:var(--color-main);
    border-radius: 8px;
  } 

  .faq-section-title{
    text-align: center;
    color:#ffffff;
    padding: 40px 0;
    background: #9f8c2a;
  }
  
  .faq-section-title small{
    display: inline-block;
    padding: 10px;
    position: relative;
    border-bottom: 2px solid #a32e2b;
    font-size: 20px;
    letter-spacing: 0.16em;
  }
  
  .faq-section-title span{
    letter-spacing: 0.16em;
    font-size: 35px;
    font-style: italic;
    text-shadow: 2px 2px 5px rgba(0 0 0 / 30%);
  }

.faq-section{
  background:#eceada;
}

.ado02-section{
  background-color:#ffffff;
  background-image: url("../images/ado02_bg.webp");
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.ado03-section{
  background-color:#f2f2f2;
  background-image: url("../images/ado03_bg.webp");
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.ado04-section{
  background-color:#ffffff;
  background-image: url("../images/ado04_bg.webp");
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.ado05-section{
  background-color:#ffffff;
  background-image: url("../images/ado05_bg.webp");
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.ado06-section{
  background-color:#ffffff;
  background-image: url("../images/ado06_bg.webp");
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

  .back_link.pt02{
    text-align: center;
  }
  
  .faq-list{
    padding:0 50px 20px;
  }
  
  .faq-list li{
    display: grid;
    font-size: 16px;
    align-items: center;
    gap:10px;
    grid-template-columns: 3em 1fr;
  }
  
  .faq-list li a{
    text-decoration: underline;
  }
  
  .faq-list li span{
    font-size: 27px;
    color:var(--color-main);
    text-shadow: 1px 1px 0 #ffffff;
    font-style: italic;
  }
  
  .ado-base-section-cont.mt40{
    margin-top: 40px;
  }
  
  .faq-title{
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom:3px solid #eceada;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    gap:10px;
    align-items: center;
  }
  
  .faq-title span{
    font-size: 25px;
    font-style: italic;
  }  

  .cvr_box{
    padding:0 30px;
    background: linear-gradient(to left,#eceada,#c9c4aa);
    line-height: 0;
    margin-bottom: 30px;
  }
  
  .cvr_img{
    position: relative;
    top:-30px;
  }

  .faq-subtitle{
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.16em;
    font-style: italic;
  }
  
  .faq-subtitle span{
    font-size: 30px;
    display: inline-block;
    position: relative;
  } 
  
  .faq-subtitle span:after{
    content:" ";
    display: block;
    height: 3px;
    width: 60px;
    border-radius: 50px;
    background:#a32e2b;
    display: block;
    bottom:-10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  } 

  .cvr_link_wrap{
    display: flex;
    justify-content: center;
    gap:10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  
  .cvr_link_wrap a{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    padding: 10px;
    gap:10px;
    background: linear-gradient(to left,#eceada,#c9c4aa);
    width: calc((100% - 10px) / 2);
  }
  
  .cvr_link_wrap .text01{
    font-style: italic;
    font-size: 20px;
    margin-bottom: 8px;
    letter-spacing: 0.16em;
    display: block;
  }

.faq-case-title{
  margin-bottom: 30px;
}

  .faq-case-title span{
    font-size: 25px;
    display: inline-block;
    padding: 3px 50px;
    background-image: url("../images/case_titlebg.webp");
    background-size: 95% 95%;
    background-repeat: no-repeat;
    color:#ffffff;
  }
  
  .faq-case-title span small{
    font-size: 20px;
  }  

  .faq-case-exe{
    padding: 15px;
    background:#eceada;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:10px;
    margin-bottom: 30px;
  }
  
  .faq-case-exe p{
    display: inline-block;
    padding: 3px 8px;
    background: #000000;
    color:#ffffff;
    font-size: 17px;
    margin-bottom: 10px;
  }
  
  .faq-case-exe p strong{
    font-size: 18px;
  }
  
  .faq-case-exe p .color{
    color:#fceeaf;
  }

  .faq-case-sub{
    font-size: 18px;
    letter-spacing: 0.16em; 
    margin-bottom: 20px;
  }
  
  .faq-case-sub span{
    font-size: 23px;
    color:var(--color-main);
  }
  
  .faq-case-sub span.box{
    display: inline-block;
    padding-bottom: 5px;
    background-image: url("../images/case_line_1.webp");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

.faq-case-block{
  background-image: url("../images/case-block-wrap.webp");
    background-position:top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

  .faq-case-answer{
    padding:20px 30px;
  }
  
  .faq-case-answer-title{
    display: grid;
    grid-template-columns: 90px 1fr;
    gap:20px;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .faq-case-answer-title .box{
    display: inline-block;
    padding: 3px;
    background: #f2f2f2;
    font-size:20px;
    color:var(--color-main);
    letter-spacing: 0.16em;
  }

.faq-case-point{
  padding: 30px;
  margin-bottom: 30px;
  background: #f2f2f2;
  border-radius: 10px;
}

.faq-case-point .text01{
  position: relative;
  font-size:25px;
}


.faq-case-point .text02{
  text-align: left;
  color:var(--color-main);
  font-size: 16px;
  display: inline-block;
}

.faq-case-point .text02 li{
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap:10px;
}

.faq-case-box{
  margin-bottom: 50px;
}

  .color-blue{color:#002a69;}
  
  .mt40{
    margin-top: 40px;
  }
  
  .reason_text{
    font-size: 23px;
    letter-spacing: 0.16em;
  }
  
  .text-line-bl{
    display: inline-block;
    background: linear-gradient(to top,#cccccc 0% 20%,transparent 30% 100%);
  }
  
  .reason_text .xl-text{
    font-size: 28px;
  }

  .font-20px-bold{
    font-weight: bold;
    font-size: 20px;
  }
  
  .reason_cont span{
    color:#877728;
    font-weight: bold;
  } 
  
  .reason_cont{
    display: grid;
    gap:20px;
    align-items: center;
    grid-template-columns: 130px 1fr;
  }

  .reason-text02{
    letter-spacing: 0.16em;
  }
  
  .reason-text02 .box{
    display: inline-block;
    padding: 2px 6px;
    border-radius: 100px;
    background: #eceada;
    margin-right: 10px;
  }
  
  .reason-text02 .xl-text{
    font-size: 32px;
  }
  
  .reason-text02 .box02{
    background-image: url("../images/r_line.webp");
    display: inline-block;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .reason_box_heading{
    position: relative;
    padding-top: 100px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .reason_box{
    margin-top: 40px;
  }
  
  .reason_box_heading_icon{
    font-size: 18px;
    text-align: center;
    padding: 20px 40px;
    background: #000000;
    color:#ffffff;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:0;
  }
  
  .reason_box_heading_icon .pt01{
    color:#ffffff;
    font-size: 28px;
  }
  
  .reason_box_heading h3 .pt02{
    padding: 10px 100px;
    background: #000000;
    border-radius: 100px;
    font-size:20px;
    color:#fceeaf;
    display: inline-block;
  }

.faq-accordion{
  display: grid;
  gap: 14px;
}

.faq-item{
  border-radius: 0;
  overflow: hidden;
}

.faq-question{
  width: 100%;
  border: none;
  background: #ddd9c8;
  color: #2b2516;
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  box-sizing: border-box;
}

.faq-question-text{
  display: block;
}

.faq-qicon,
.faq-aicon{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  box-sizing: border-box;
}

.faq-qicon{
  background: #fff;
  color: #a88f12;
}

.faq-aicon{
  background: #a88f12;
  color: #fff;
}

.faq-toggle{
  position: relative;
  width: 24px;
  height: 24px;
  justify-self: end;
}

.faq-toggle::before,
.faq-toggle::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #2b2516;
  transform: translate(-50%, -50%);
  transition: opacity .25s ease;
}

.faq-toggle::before{
  width: 18px;
  height: 2px;
}

.faq-toggle::after{
  width: 2px;
  height: 18px;
}

.faq-item.is-open .faq-toggle::after{
  opacity: 0;
}

.faq-answer{
  background: #ededed;
}

.faq-answer[hidden]{
  display: none;
}

.faq-answer-inner{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 22px 18px;
}

.faq-answer-inner p{
  margin: 0;
  color: #2b2516;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  padding-top: 4px;
}

/* アニメーション用 */
.faq-answer.is-animating{
  display: block !important;
  overflow: hidden;
}

/* SP */
@media (max-width: 767px){
  .faq-accordion{
    gap: 10px;
  }

  .faq-question{
    grid-template-columns: 34px 1fr 20px;
    gap: 10px;
    padding: 14px 14px;
    font-size: 14px;
    line-height: 1.6;
  }

  .faq-qicon,
  .faq-aicon{
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .faq-toggle{
    width: 20px;
    height: 20px;
  }

  .faq-toggle::before{
    width: 14px;
  }

  .faq-toggle::after{
    height: 14px;
  }

  .faq-answer-inner{
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 12px 14px 14px;
  }

  .faq-answer-inner p{
    font-size: 14px;
    line-height: 1.75;
    padding-top: 2px;
  }
}

  .ud-reason{
    margin-top: 30px;
  }
  
  .ud-reason span{
    display: inline-block;
    padding:1px 3px;
    background:#eceada;
    font-weight: bold;
    color:#a32e2b;
  }
  
  .faq-other{
    background:#eceada;
  }
  
  .faq-list.pt02{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:10px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
  }
  
  .faq-list.pt02 a{
    display: inline-block;
  }

.ftl_btn2026{
  position: fixed;
  bottom:30px;
  right: 30px;
}

.ftl_btn2026 li{
  margin-bottom: 10px;
}