@charset "UTF-8";


:root { 
  --key-Color: #1a2254;
  --orange: #f38200;
  --corner: 2.46em;
  --row-space : 4.69vw;
  --col-space : 11.2vh;
  --s1-space: 7.5vh;
  --s2-space: 5vh;
  --s3-space: 2.5vh;
  --containner: 1100px;
  --h1 :5.510vw;
  --h2 :2.7083vw;
  --h3 : 2.2rem;
  --h4 : 1.25rem;
  --flex_hurf : calc(99% / 2);
  --flex_third : calc(96% / 3);
  --flex_four : calc(96% / 4);
  }
  
  @media screen and (min-width: 768px){
  .pc-none{
    display: none;
  }
}
  @media screen and (min-width: 768px) and (max-width: 1350px) {
  
    :root { 
      --nav_ft_size: 16px;
      --row-space : 1vw;
      --col-space : 5vh;
    }
  
  }
  
  @media screen and (max-width: 767px) {
  
    :root { 
      --row-space : 2.6vw;
      --col-space : 5vh;
      --h2 :1.55rem;
      --s1-space: 5vh;
      --s2-space: 2.5vh;
      --s3-space: 1.5vh;
      --Text-normal: 15px;
      --flex_hurf : 100%;
      --flex_third : calc(96% / 2);
      --flex_third_space : calc(100% / 1);
      --flex_four : calc(98% / 2);
      --flex_five : calc(100% / 1);
      --flex_six : calc(100% / 2);
      --flex_third :100%;
      --sp-none: none;
      --fix_head_margin: 50px;
      --flex_concept01 : calc(100% / 2);
      --flex_concept02 : calc(100% / 2);
      --w50-space: 100%;
      }
  
      .sp-none{
        display:none;
      }

      .br-pc{
        display: none;
      }
  
  }
header{
  z-index: 6;
  position: relative;
  background: #fff;
}

body {
  overflow: hidden;
  width: 100%;
  font-family: "Noto Sans CJK JP";
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #010101;
}

html.active {
  overflow: hidden;
}

header .header{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

header .header .btn{
  padding: 0;
}
header .header .header_logo img {
    position: relative;
    left: 0;
    top: 0;
    width: 20.625vw;
    background: #fff;
    box-shadow: none;
}
main {
  position: relative;
}

.kv__wrap{
  background: url(../images/lp/fv__bg.webp) no-repeat center;
  background-size: cover;
  padding: var(--row-space);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

img {
  width: 100%;
}

p *{
  font-size: 18px;
}

section {
  width: 100%;
  position: relative;
}

div{
  line-height: 1.95;
}

.main__wrap img{
  max-width: 100%;
  width:auto;
}

.main__wrap + .main__wrap{
  margin-top: var(--s2-space);
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}


ul.disc li{
	text-indent: -1.4em;
	padding-left: 1em;
}

ul.disc li::before{
	content:'●';
	color:#f5a92b;
	margin-right: .5em;
	font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p{
  line-height: 1.85;
  text-align: justify;
text-justify: inter-ideograph;
}

p:not(:last-child){
  margin-bottom: 1em;
}

/****************レイアウト******************/

header .header{
  display: flex;
  justify-content: space-between;
}


header .header .btn{
  width: 280px;
}

.campaign__wrap.hikari{
  margin-top:-2em;
}

a:not(.btn){
  color:var(--orange);
}

section{
  padding: var(--col-space) var(--row-space);
  position: relative;
}

section .comm__Inner{
  max-width: var(--containner);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

section.bg--yellow{
  background: #fff;
  padding: var(--row-space);
  padding-bottom: 1.5em;
}

section.bg--yellow::before{
  content: '';
  background: #ffffe3;
  width: 100vw;
  height: calc(100% - 15vh);
  top:15vh;
  left:0;
  position: absolute;
  z-index: 0;
}

h2.bg{
  background: var(--orange);
  position: relative;
  padding: 5px 0;
  text-align: center;
  color:#fff;
  font-size: var(--h2);
  font-weight: bold;
    margin: 0 auto 1em;
}

h2.bg .Inner{
  padding: .5em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 3;
}

h2.bg::after{
  content:'';
  position: absolute;
  bottom:-15px;
    left: 50%;
  transform:translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #f38200;
  border-bottom: 0;
}

h3.Center{
  font-size: var(--h3);
  color:#222;
  font-weight: 600;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.55;
  margin: 0 auto 1em;
}

h3.Center .orange{
  font-size: calc(var(--h3) * 1.25);
  color:var(--orange);
  display: block;
  font-weight: 900;
}

h3.l-border{
  border-left: 8px solid var(--orange);
  font-size: calc(var(--h3) / 1.15);
  margin-bottom: .75em;
  padding-left: 20px;
  font-weight: bold;
  margin-top: 1em;
}

#hikari_content h2.bg, #hikari_content .or--border .title, #hikari_content dl.kikan dt, #hikari_content .accordion__title .icon{
  background: #51b77c;
}
#hikari_content .or--border{
  border-color: #51b77c;
}

#hikari_content h2.bg::after{
    border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #51b77c;
}

#hikari_content dl.kikan, #hikari_content section.wh .comm__Inner, #hikari_content .accordion__title{
  border-color: #51b77c;
}

#hikari_content h3.l-border{
    border-color: #51b77c;
}

footer{
  z-index: 5;
  position: relative;
}

.flex__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1%;
  row-gap: 2em;
}

.flex__wrap .Hurf{
  width: var(--flex_hurf);
}
.flex__wrap .four{
  width: var(--flex_four);
}

.flex__wrap .center{
    max-width: 800px;
    margin: auto;
    width: 100%;
}

.or--border{
  padding: .5em;
  background: #fff;
  border:4px solid var(--orange);
  border-radius: 0.26em;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
}

.or--border .title{
  background: var(--orange);
  color:#fff;
  font-weight: bold;
  text-align: center;
  font-size: var(--h4);
  padding: .5em .25em;
  margin-top: .5em;
  line-height: 1.4;
}

.border--bg{
  border:12px solid #ffffc9;
  background: #fff;
  max-width: var(--containner);
  margin: 2em auto;
  padding: clamp(1em,2vw,2.2vw);
  position: relative;
}

section:not(:is(.bg--yellow)){
  padding-top: 0;
  padding-bottom: 0;
}

section.green{
  background: #e0fffa;
  padding-top: 0;
  padding-bottom: var(--row-space);
}

section.green .comm__Inner{
  background: #fff;
  padding: 0 1em 1em;
}

section.cream{
  background: #fff9d4;
  padding-top: 0;
  padding-bottom: var(--row-space);
}
.th-or{
  background: hsl(56, 100%, 84%);
}

.td-or{
  background: hsl(56, 100%, 91%);
}

dl.kikan{
  border: 4px solid var(--orange);
  background: #fff;
  margin: 1em auto;
  display: flex;
}

dl.kikan dt{
  width: 20%;
  background: var(--orange);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 1em;
  margin: 0;
    font-weight: bold;
  font-size: clamp(1.25rem,1.5rem,1.6rem);

}

dl.kikan dd{
  width: 80%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #222;
  padding: 1em;
  margin: 0;
  font-weight: bold;
  font-size: clamp(1.25rem,1.5rem,1.6rem);
}

section.wh{
  padding: var(--row-space);
  background: #fff;
}

section.wh .comm__Inner{
  padding: clamp(1em,2.6vw,2.7vw);
  border: 4px solid var(--orange);
  border-radius: 0.46em;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
}

section.wh + section.wh{
  padding-top: 0;
  padding-bottom: 0;
}

section.wh h2{
  max-width: var(--containner);
}

.gray__bg{
  padding: clamp(1em,1.5em,1.7em);
  margin: 2em auto 0;
  background: #f9f9f9;
}

section.wh picture{
  max-width: 800px;
  display: block;
  margin: 2em auto;
}

.flow li{
  padding: 1em;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border:1px solid #cacecc;
  margin: 0 5px;
  position: relative;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.area_flow .flow_no{
  left: 5px;
  top:2px;
}

.flow li picture img{
  display: block;
  min-height: 150px;
  max-height: 180px;
  object-fit: contain;
  object-position: center;
}

.flow li picture img{
  max-width: 100%;
}

.flow li .title{
  margin: .5em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}

/*===================================
    slick 基本
===================================*/

.slider {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 500px; /* 高さ */
}
.slider .slide {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 0.4s;
}
.slider .slide:hover {
  opacity: 0.7 !important;
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li button::before {
  color: #fff;
}
.slider > .slick-list,
.slider > .slick-list > .slick-track,
.slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/*===================================
    slick 矢印
===================================*/

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid var(--orange);
  border-right: 1px solid var(--orange);
}

/* next */

.slick-next {
  right: -26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: -26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}

.accordion {
    margin-bottom: 10px;
}
.accordion__title {
    font-size: 20px;
    color: #222;
    background-color: #fff;
    border: 4px solid var(--orange);
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.accordion__title .icon{
  background: var(--orange);
  padding: .5em .5em .7em;
  color:#fff;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10%;
  line-height: 1.0;
}

.accordion__title .Inner{
  padding: .5em;
}

.accordion__title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: var(--orange);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.accordion__title::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: var(--orange);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.accordion__title.show::before {
    opacity: 0;
}
.accordion__title.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.accordion__content {
    display: none;
    padding: 1em;
}

.border-gray{
  border: 14px solid #d3d3d3;
  padding: 1em;
  background: #fff;
  max-width: 1100px;
  margin: 2em auto 0;
}

.border-gray .title{
  background: #d40000;
  color:#fff;
  font-weight: bold;
  padding: .25em;
  display: inline-flex;
  justify-content: center;
  min-width: 150px;
  margin-bottom: .5em;
  font-size: 1.15rem;
}

ul.disc{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.disc li{
  font-size: 1.05rem;
  display: flex;
  column-gap: .25em;
  align-items: flex-start;
  justify-content: flex-start;
  text-indent: 0;
    padding-left: 0;
}


ul.disc li::before{
  content: '●';
  color:#f3da00;
}
ul.disc li:nth-of-type(even):before{
  content: '●';
  color:#f38200;
}

a.btn_other{
  color:#fff !important;
}

.kaiyaku{
  display: flex;
  column-gap: .5em;
  justify-content: space-between;
  font-size: 1.2rem;
  max-width: 800px;
  margin: auto;
}

.kaiyaku__bottom{
  padding-top: .5em;
  border-top: 1px solid #000;
  display: flex;
  justify-content: flex-end;
    font-size: 1.2rem;
    font-weight: bold;
      max-width: 800px;
  margin: auto;
}

/*****************タブ切り替え*******************/

.tabs {
  width: 100%;
  margin: 1em auto 0;
  padding: 0;
  max-width: 1400px;
    border-top-left-radius:2.6em;
  border-top-right-radius: 2.6em;
}

.tab_item {
  width: calc(100%/2);
  border-bottom: 3px solid var(--orange);
  background-color: #f1e533;
  font-size: 26px;
  text-align: center;
  padding: .5em;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-top-left-radius: 1.2em;
  border-top-right-radius: 1.1em;
}


input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding:0;
  clear: both;
  overflow: hidden;
}


#giga:checked ~ #giga_content,
#hikari:checked ~ #hikari_content{
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: var(--orange);
  color: #fff;
}

.system{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.plan_table td{
  font-size: 1.2rem;
}
  .td-or span, .td-wh span{
    font-size: 1.35rem;
  }

    @media screen and (min-width: 768px){
    .plan_table td{
      font-size: 30px;
      font-weight: bold;
    }
    .td-or span, .td-wh span{
      font-size: 24px;
    }
      .td-or strong, .td-wh strong{
      font-size: 36px;
      }
    .plan_table th{
      font-size: 24px;
    }
  }
.attention{
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .attention span{
  font-size: 0.9rem !important;
  font-weight: bold;
  line-height: 1.55;
  display: block;
  margin-top: .5em;
  text-align: left;
}
}