@charset "UTF-8";

/* =============================
   Common
============================= */
html, body {
  height: 100%;
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 130px);
}

.main {
  flex: 1;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  position: relative;
}

html, body, h1, h2, h3, p, span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 97px;
}

@media screen and (max-width: 1800px) {
.custom-container {
    width: 90%;
    margin: 0 auto;
  }
}

.secTtl {
  font-size: 25px;
  font-weight: 900;
  color: #4e4e4e;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 45px;
}

.imgTtl {
  margin-bottom: 80px;
}

.imgTtl img{
  height: 90px;
  width: auto;
}

.imgTtl span{
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-top: -15px;
}

.imgTtl span.mtN{
  margin-top: 0;
}

.imgTtl span.cW{
  color:#fff;
  }


.imgTtl span.cB{
  color:#4e4e4e;
  }

.pcNone{
  display: none;
}

.spNone{
  display: block;
}

/* =============================
   Header
============================= */
header {
  
  width: 100%;
  padding: 48px 38px;
  z-index: 10;
}

.custom header{
  position: absolute;
  top: 0;
  left: 0;
}

header.page{
  position: static;
}

header .logo img {
  height: 25px;
}

.headerIn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.btnWrap {
  position: relative;
}

.btnWrap.sp {
  display: none;
}

.btnWrap.center {
  text-align: center;
  padding-top: 30px;
}

.headerIn .btn {
  margin-left: 20px;
}

.btn {
  font-weight: 900;
  color: #FFF;
  padding: 14px 40px 16px 40px;
  border-radius: 50px;
  position: relative;
  font-size: 16px;
}

.btn.ptt {
  padding-top: 25px;
  padding-left: 70px;
  padding-right: 70px;
}

.btn span.small {
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

.btn01 {
  background: rgba(219, 219, 219, 0.66);
}

.btn02 {
  background: linear-gradient(to right, #fad126 0%, #ff544f 100%);
}

/* =============================
   Footer
============================= */
#footer {
  background: #1F1F1F;
}

#footer .logo img {
  height: 20px;
}

.footerIn {
  display: flex;
  justify-content: space-between;
}

.footerIn .nav {
  display: flex;
}

.footerIn .nav nav {
  margin-left: 60px;
}

.footerIn .nav a {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}

.copy{
  font-size: 14px;
  text-align: center;
  color: #FFF;
  padding-bottom: 10px;
}

footer .container{
  padding-bottom: 40px;
}

/* =============================
   Hero Section
============================= */
#hero {
  position: relative;
  width: 100%;
  background: url(../images/hero_bg.webp) #000;
  background-repeat: no-repeat;
  background-position: center center
}
  

#hero .hero_txt {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 300px;
  padding-bottom: 200px;
  padding-left: 140px;
}

#hero .hero_txt .txtIn{
  width: 100%;
  max-width: 700px;   
}

#hero .hero_ttl {
  padding-left: 20px;
  margin-bottom: 50px;
  text-align: right;
}

#hero .hero_ttl span{
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 10px;
}

#hero .hero_ttl img {
  height: 130px;
}

.hero-badge {
  display: flex;
  align-items: stretch;
  text-align: center;
}

.hero-badge .badge {
  display: inline-block;
  background: rgba(255, 249, 77, 0.24);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  margin-right: 20px;
  padding: 33px 0;
  font-size: 20px;
  font-weight: 900;
}

.hero-badge .badge:last-of-type {
  margin-right: 0;
}

.hero_bg {
  width: 2700px;
  margin: 0 auto;
}

/* =============================
   Results
============================= */
/* 空欄セクション - 必要に応じて追加 */

/* =============================
   About Section
============================= */
#about {
  background: #1F1F1F;
}

.aboutIn {
  display: flex;
   justify-content: center;
  align-items: center;
  gap:20px;
}

.aboutItem {
  width: 100%;
  max-width: 400px;
 
}

.aboutItem img {
  width: 100%;
}

/* =============================
   How To Use Section
============================= */
.flowWrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 30px;
  -webkit-justify-content: center;
          justify-content: center;
}

.flowWrap .flow {
  margin-right: 20px;
}

.flow.item {
  width: 250px;
  text-align: center;
}

.flow.item img{
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  height: auto;
}

.flow.item span {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.flow.arrow {
  width: 25px;
  display: flex;
  align-items: center;
}

.howtouseIn {
  margin-bottom: 30px;
}

/* =============================
   Optimal Section
============================= */
#optimal {
  background: #1F1F1F;
}

.optimalIn {
  display: flex;
  justify-content: center;
  gap: 65px;
  margin-bottom: 30px;
}

.optimalItem {
  width: 500px;
  padding: 65px 75px;
  border-radius: 20px;
}

.optimalItem.true {
  background: linear-gradient(147deg, #5a42ec 0%, #09bbfe 100%);
}

.optimalItem.false {
  background: linear-gradient(147deg, #c6379c 0%, #3c65aa 100%);
}

.optimalItem .ttl {
  font-weight: 900;
  text-align: center;
  font-size: 30px;
  color: #FFF;
  margin-bottom: 30px;
}

.optimalItem ul li {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  padding-left: 20px;
  text-indent: -20px;
}

/* =============================
   FAQ Section
============================= */

.swell-block-accordion{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.swell-block-accordion__title{
  background: none;
}

.swell-block-accordion__item{
  position: relative;
}

.faqIn dl dt{
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 45px;
}

.faqIn dl dt:first-of-type{
  margin-top: 0;
}

.faqIn dl dt.active{
  margin-bottom: 0;
}

.swell-block-accordion__title{
  margin-top: 40px;
  padding-left: 75px;
}


.swell-block-accordion__title:before{
  content: "+";
  font-size: 25px;
  color: #FFF;
  text-align: center;
  line-height: 51px;
  display: block;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: linear-gradient(147deg, #5a42ec 0%, #09bbfe 100%);
  margin-right: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  }
.is-opened .swell-block-accordion__title:before{
  content: "-";
  font-size: 33px;
  line-height: 45px;
}

.swell-block-accordion__body{
  padding-left: 95px;
  text-indent: -20px;
  position: relative;
  padding-top: 20px;
}

.c-switchIconBtn{
  display: none;
}



/* 問い合わせフォーム*/

.wpcf7{
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wpcf7 br{
  display: none;
}

.form-group .wpcf7-form-control-wrap{
  display: block;
}

.required{
  color: red;
}

input,
select,
textarea{
  border: #A6A6A6 1px solid;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  max-width: 250px;
}

.w80 input{
  width: 80%;
  max-width: none;
}

textarea{
  max-width: none;
}

select{
  font-size: 0.9em;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}

.form-col {
  flex: 1;
  min-width: 0;
}

.form-group{
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip{
  font-size: 0.8em;
}

.form-check{
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.form-check a{
  color: #000;
}

.form-submit{
  text-align: center;
}

.form-submit span{
  display: block;
}

.wpcf7-submit{
  background: linear-gradient(147deg, #31cdb0 0%, #2c8ec4 50%, #3551a4 100%);
  border: none;
  color: #FFF;
}

.custom-frame{
  position: relative;
}

.custom-frame p{
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

