@charset "UTF-8";
/*
** faq anchor
******************************/

.container {
  width: 1170px;
  margin: 0 auto;
}

@media (max-width: 768px){
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

/* mainvis
---------------------------------------------*/
.mainvis{
  position: relative;
  margin-top: -34px;
}

.mainvis .mainvis_text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  left: 0;
  line-height: 1.25;
  padding-top: 4.5%;
}

.cheers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 230px;
  height: 48px;
  font-size: 28px;
  margin: 0 auto 15px;
}

.mainvis .mainvis_text .cheers {
  width: 270px;
  font-weight: normal;
  font-size: 29px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mainvis .mainvis_text .cheers {
  width: auto;
  font-size: 18px;
  color: #fff;
  text-shadow: none;
}

.mainvis .mainvis_text .cheers::after,
.mainvis .mainvis_text .cheers::before {
  position: relative;
  content: "";
  width: 57px;
  height: 57px;
  background: url(../../images/common/i_cheers_line_white.svg) no-repeat;
  background-size: contain;
  bottom: -20px;
}

.mainvis.pattern .mainvis_text .cheers::after,
.mainvis.pattern .mainvis_text .cheers::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 33px;
  height: 33px;
  background: url(../../images/common/i_cheers_line_gray.svg) no-repeat;
  background-size: contain;
  bottom: -10px;
}
.mainvis .mainvis_text .cheers::after {
  transform: scale(1, 1);
  transform: rotate(90deg);
  bottom: -5px;
}

.mainvis .mainvis_text h2 {
  width: 100%;
  font-weight: 500;
  font-size: calc(28px + 2vw);
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff!important;
  text-shadow: 2px 2px 14px #092100;
}

.mainvis.pattern .mainvis_text {
  justify-content: center;
}
.mainvis.pattern.-cheers .mainvis_text {
  justify-content: flex-start;
  padding-top: 3%;
  
}

.mainvis.pattern.pattern-02 .mainvis_text {
  justify-content: flex-start;
  padding-top: 6%;
}
.mainvis.pattern.pattern-03 .mainvis_text {
  justify-content: flex-start;
  padding-top: 8%;
}
.mainvis.pattern .mainvis_text h2 {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: -0.05em;
  color: #0093AA;
  text-shadow: none;
}

.mainvis.pattern.-cheers .mainvis_text {
	padding-top: 5.5%;
}

.mainvis.pattern .mainvis_text h2 {
  margin-top: 10px !important;
  font-size: 3.5vw !important;    
}

@media (min-width: 769px) and (max-width: 1200px) {
  .mainvis.pattern .mainvis_text h2 {
    font-size: 42px !important;
  }
}

@media (max-width: 767px){
  .mainvis{
  	margin-top: -29px;
  }
  .mainvis.pattern .mainvis_text h2 {
    font-size: 7.5vw !important;
  }
}

@media (min-width: 321px) and (max-width: 380px){
  .mainvis.pattern .mainvis_text .cheers {
    font-size: 12px;
  }
  .mainvis.pattern .mainvis_text .cheers::after,
  .mainvis.pattern .mainvis_text .cheers::before {
    bottom: -5px!important;
    width: 20px;
    height: 20px;
  }
}

.faq_anchor {
  display: flex;
  flex-wrap: wrap;
  width: 870px;
  margin: 50px auto 60px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

.faq_anchor *,
.faq_anchor *:before,
.faq_anchor *:after {
  box-sizing: border-box;
}

.faq_anchor > .item {
  position: relative;
  display: flex;
  align-items: start;
  width: calc(100%/2);
  padding: 8px 40px 8px 14px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #0093AA;
}
.faq_anchor > .item:nth-child(1),
.faq_anchor > .item:nth-child(2){
  border-bottom: 1px solid #ccc;
}
.faq_anchor > .item span{
  font-weight: 300;
  font-size: 14px;
  padding-left: 1em;
  color: #666;
  display: block;
}
.faq_anchor > .item::before {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 12px;
  height: 16px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.faq_anchor > .item + .item {
  border-left: 1px solid #ccc;
}
.faq_anchor > .item:nth-child(3){
border-left: none;
}
@media (max-width: 767px) {
	.mainvis.pattern.-cheers .mainvis_text {
		padding-top: 13.5%;
	}
  .mainvis.pattern .mainvis_text h2 {
    font-size: 7.5vw;
}
  .faq_anchor {
    flex-direction: column;
    width: 100%;
    margin: 30px auto 50px;
  }

  .faq_anchor > .item {
    justify-content: flex-start;
    width: 100%;
    padding: 8px 30px 8px 10px;
  }

  .faq_anchor > .item + .item {
    border-top: 1px solid #ccc;
    border-left: 0;
  }
  .faq_anchor > .item span{
    font-size: 12px;
  }
  .faq_anchor > .item:nth-child(1),
  .faq_anchor > .item:nth-child(2){
    border-bottom: none;
  }
}


.faq_title {
  position: relative;
  display: flex;
  width: 570px;
  height: 46px;
  margin: 0 auto 50px;
  justify-content: center;
  align-items: center;
  background: #444444;
  border-radius: 23px;
}

.faq_title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140vw;
  height: 2px;
  margin: auto;
  background: #444444;
  overflow: hidden;
}

.faq_title > span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.faq_title > span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 24px;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

@media (max-width: 767px) {
  .faq_title {
    width: 90%;
    height: 36px;
  }

  .faq_title > span {
    padding-left: 20px;
    font-size: 18px;
  }

  .faq_title > span::before {
    width: 14px;
    height: 18px;
    font-size: 18px;
  }
}


/*
** faq
******************************/
.faq {
  position: relative;
  width: 770px;
  margin: 0 auto;
}

.faq dl{
  margin-bottom: 20px;
}
.faq dl dt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding-left: 50px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 12px 10px 12px 50px;
  background: #eeeeee;
  border-radius: 10px;
  cursor: pointer;
}
.faq dl dt .title{
  width: 95%;
  text-align: left;
  margin: 0;
}
.faq dl dt span{
  margin-left: auto;
}
.faq dl dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/kaden/_assets/images/faq/icon_q.svg) no-repeat;
  display: block;
  content: "";
}


.faq dl dd {
  margin-top: 20px;
  padding: 0 30px 20px 80px;
  position: relative;
}

.faq dl dd:after{
  position: absolute;
  content: "";
  display: block;
  background:url(/kaden/_assets/images/faq/icon_a.svg) no-repeat;
  top: 0;
  left: 50px;
  width: 28px;
  height: 28px;
}

.faq dl dd > .text {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 10px;
}

 .faq dl dd > .text span{
  color: #ff0000;
  font-weight: 700;
  display: block;
 }
.faq dl dd img{
  width: auto;
  height: auto;
}
.faq dl dd > .text a{
  color: #0093AA;
  text-decoration: underline;
}
.faq dl dd > .text a:hover{
  text-decoration: none;
}
.faq .hammenu_toggleicon{
  width: 3.2em;
}
.faq .hammenu_toggletext{
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
	.faq h3 {
    font-size: 150% !important;
  }
  .faq,.faq dl {
    width: 100%;
  }
  .faq dl dt .title{
    width: 93%;
  }
  .faq dl dt {
    height: auto;
    font-size: 18px;
    text-align: left;
  }

  .faq dl dt small {
    display: contents;
    font-size: 16px;
  }

  .faq dl dt::after {
    right: 0;
    left: 0;
    margin: auto;
  }

  .faq dl dd {
    padding: 0 20px;
    display: block;
  }

  .faq dl dd:after{
    left: 10px;
  }
  .faq dl dd > .text {
    font-size: 14px;
    padding-left: 30px;
  }

  .faq dl_btn {
    margin-top: 20px;
  }

  .faq dl .btn {
    font-size: 16px;
  }


  .faq dl_cv .btn + a {
    margin-top: 60px;
  }
}

.faq .-close {
  display: none;
}

/* is-active */
.faq .is-active .-open {
  display: none;
}
.faq .is-active .-close {
  display: block;
}

.section {
  width: 100%;
  position: relative;
  padding: 40px 0 90px;
}

.section_gradation {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 130px;
}
.section_gradation::after {
  position: absolute;
  content: "";
  left: -50%;
  right: 0;
  top: 0;
  margin: auto;
  width: 200%;
  height: 100%;
  background: radial-gradient(ellipse 100% 100% at top, #cccccc4D 0%, #FFFFFF00 100%);
}
/* title
---------------------------------------------*/
.title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.title_icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 60px;
  height: 60px;
  background: #00bcd8;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  left: 0;
  right: 0;
  top: -75px;
  margin: auto;
}

.title_sub {
  position: relative;
  
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.title_sub span{
  font-size: 18px;
}
.title_sub::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 234px;
  height: 18px;
  background: url(../../images/common/i_title_line.svg) no-repeat;
}

.title_main {
  font-size: 60px;
  font-weight: 700;
  color: #0093AA;
}

.title_main em {
  display: blustify-content: flex-start;ock;
  font-size: 30px;
  line-height: 1.5;
}

@media (max-width: 768px){
  .title_main {
      font-size: 28px;
  }
}