@charset "utf-8";

@font-face {
  font-family: "soratohikouki";
  src: url("../components/common/fonts/soratohikouki_light.ttf") format("truetype");
}

:root{
    --purple-9: #FBF8FF;
}

::selection {
  background-color: #6121A1;
  color: #fff;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

/* アニメーション */
.fluffy {
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-15px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-15px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}

main{
  color: #222222;
}
.header{
	/* position: fixed; */
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 999;
  }
  .header_inner {
	position: relative;
	padding: 20px;
	background:#fff;
    /* box-shadow: rgb(18 18 18 / 10%) 0px 0.25rem 1rem; */
  }
  .logo{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px
  }
  .header_title{
	font-size: 0rem;
	font-weight: 600;
	color: #000;
  }
  .header_title img{
    width: 50%;
  }
  
  @media only screen and (min-width: 769px) {
	/* .header_inner{
	  padding: 20px 30px;
	} */
	.logo{
	  padding: 15px 30px;
	}
	.nav_list{
	  text-align: right;
	}
	.nav_list li{
	  display: inline-block;
	  text-align: right;
	  margin-left: 20px;
      font-weight: 600;
	}
    .nav_list .nav_line{
        border: solid 1px var(--primary-color);
        color: var(--primary-color);
        padding: 10px 15px;
    }
    .nav_list .nav_reserve{
        background: var(--primary-color);
        color: #fff;
        padding: 10px 15px;
    }
    .nav_list .btn_02_inner{
      padding: 5px 20px;
    }
}/* pc */

@media only screen and (max-width: 768px) {
	.header_inner{
		padding: 26px;
	}
	.header_title{
		font-size: 0rem;
	}
	.logo{
		padding: 16px 11px;
	}
	.nav {
	  position: fixed;
	  right: -320px; /* 右から出てくる */
	  top: 0;
	  width: 300px; /* スマホに収まるサイズ */
	  height: 100vh;
	  padding-top: 60px;
	  background-color: #fff;
	  transition: all .6s;
	  z-index: 200;
	  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	}
	.hamburger {
    display: none;
	  position: absolute;
	  right: 15px;
	  top: 5px;
	  width: 40px; /* クリックしやすい幅 */
	  height: 40px; /* クリックしやすい高さ */
	  cursor: pointer;
	  z-index: 300;
	}
	.nav_list {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.nav_item {
	  text-align: center;
	  padding: 0 14px;
	}
	.nav_item a {
	  display: block;
	  padding: 8px 0;
	  border-bottom: 1px solid #eee;
	  text-decoration: none;
	  color: #333;
	}
	.nav_item a:hover {
	  background-color: #eee;
	}
	.hamburger_border {
	  position: absolute;
	  left: 11px;
	  width: 18px;
	  height: 2px;
	  background-color: #333;
	  transition: all .6s;
	}
	.hamburger_border_top {
	  top: 14px;
	}
	.hamburger_border_center {
	  top: 20px;
	}
	.hamburger_border_bottom {
	  top: 26px;
	}
	.black_bg {
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100vw;
	  height: 100vh;
	  z-index: 100;
	  background-color: #333;
	  opacity: 0;
	  visibility: hidden;
	  transition: all .6s;
	  cursor: pointer;
	}
  
	/* 表示された時用のCSS */
	.nav-open .nav {
	  right: 0;
	}
	.nav-open .black_bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger_border_top {
	  transform: rotate(45deg);
	  top: 20px;
	}
	.nav-open .hamburger_border_center {
	  width: 0;
	  left: 50%;
	}
	.nav-open .hamburger_border_bottom {
	  transform: rotate(-45deg);
	  top: 20px;
	}
  }/* sp */

  .header_inner .widgettitle,
  .footer_inner .widgettitle{
	  display: none;
  }

footer img{
  width: auto!important;
}

.footer-contents{
  margin-top: 2rem;
}

/* text */
.message_text{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 160%;
}

.message_text span{
  color: var(--orange);
}

.text_citation{
  font-size: 0.75rem;
}

.title{
  color: #6A5084;
  line-height: 140%; /* 44.8px */
  letter-spacing: 1.92px;
  font-size: 1.7rem;
}

.maintitle{
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(92deg, #6121A1 30.24%, #5055CD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 44.308px;
  margin: 1rem 0;
}

.subtite{
  color: #A8A7E8;
  font-family: Avenir;
  font-size: 19.692px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 19.692px */
  letter-spacing: 2.166px;
  text-align: center;
  position: relative;
}

.subtite::before,
.subtite::after{
  position: absolute;
  content: "";
  width: 1.231px;
  height: 16px;
  background: #BFBFDD;
}

.subtite::before{
  right: 70%;
}

.subtite::after{
  left:  70%;
}

/* Btn */
.btnBlock{
  text-align: center;
}

.btn_01_inner{
    border-radius: 4px;
    display: inline-block;
    max-width: 320px;
    width: 100%;
    font-weight: bold;
    background: linear-gradient(91.68deg, #6121A1 0%, #5055CD 100%);
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .btn_01{
    text-align: center;
  }
}

.btn_02_inner{
    border-radius: 4px;
    display: inline-block;
    max-width: 320px;
    width: 100%;
    font-weight: bold;
    background: #06C755;
    color: #fff;
    padding: 15px 1px 15px 32px;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 20%);
    position: relative;
    box-shadow: 0px 4.92308px 9.84615px 0px rgba(193, 175, 210, 0.25);
}
.btn_02_inner::before{
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/icon_line.svg)no-repeat center;
  width: 23px;
  height: 23px;
  background-size: contain;
  vertical-align: middle;
  left: 7%;
}
/*
.nav_list .btn_02_inner::before{
  content: none;
}*/

@media only screen and (max-width: 768px) {
  .btn_02{
    text-align: center;
  }
  .btn_02_inner span{
    text-align: center;
  }
}


.mainContnet{
  background: #EAE8F6;
  position: relative;
  display: flex;
}
.copywriting{
  color: #fff;
}

.lpBlock{
  width: 390px;
  margin: 0 auto;
  background: #fff;
}

.lpBlock img{
  width: 100%;
}

.faq-contents{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.faq-contents img{
  width: auto;
}

@media only screen and (max-width: 768px) {
  .mainContnet{
    background: none;
    display: block;
  }
  
  .lpBlock{
    width: 100%;
    margin: 0 auto;
  }
}

.webp #fv{
  background:url(../adlp01/image/webp/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.no-webp #fv{
  background:url(../adlp01/image/fv.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.fv_inner{
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0 1rem;
  font-weight: bold;
}

.fv_titleblock{
  margin: 11rem 0 2rem;
}
.fv_subtitle{
  margin-bottom: 1rem;
}

.fv_subtitle span{
  background: #fff;
  padding: 0.5rem 0.75rem;
}

.fv_subtitle em{
  color: #6121A1;
  background: linear-gradient(92deg, #6121A1 30.24%, #5055CD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fv_title{
  line-height: 3.5;
}

.fv_title span{
  color: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(92deg, #6121A1 30.24%, #5055CD 100%);
  font-size: 2rem;
  line-height: 1;
  padding: 0.5rem 0.75rem;
}

.fv_contentlists{
  display: flex;
  justify-content: flex-end;
  color: #fff;
  width: 79%;
  margin: 0 0 0 auto;
}

.fv_contentlist{
  position: relative;/* ←文字の親要素に指定 */
  width: 90px;
  height: 90px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), linear-gradient(92deg, #6121A1 30.24%, #5055CD 100%);
  border-radius: 50%; 
  margin: 0 auto;
  text-align: center;
}

.fv_contentlist_inner{
  content: "";
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fv_contentlist_inner span{
  font-size: 1.5rem;
}

.fv_text{
  margin: 2rem 0 1rem;
  text-align: center;
  font-size: 1.4rem;
  background: linear-gradient(91deg, #6121A1 0%, #5055CD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fv_text p{
  line-height: 1.25;
}

.fv_text p span{
  font-size: 1.5rem;
}

#career{
  background: url(../adlp01/image/career_bg.png);
  background-size: cover;
  padding: 2rem 0 4rem;
  height: 460px;
  position: relative;
  background-color: #E8E7F0;
}


.webp #career{
  background:url(../adlp01/image/webp/career_bg.webp);
  background-size: cover;
  padding: 2rem 0 4rem;
  height: 460px;
  position: relative;
  background-color: #E8E7F0;
}

.no-webp #career{
  background: url(../adlp01/image/career_bg.png);
  background-size: cover;
  padding: 2rem 0 4rem;
  height: 460px;
  position: relative;
  background-color: #E8E7F0;
}



.career_inner{
  position: absolute;
  color: #5D5D79;
  font-family: "soratohikouki", sans-serif;
  font-size: 1.5rem;
}

.career_inner01{
  top: 30%  ;
  background: url(../adlp01/image/career_inner01.png); 
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 230px;
  padding: 2% 4% 4% 4%;
}

.career_inner02{
  top: 36%;
  background: url(../adlp01/image/career_inner02.png); 
  background-size: contain;
  background-repeat: no-repeat;
  padding: 2% 4% 4% 4%;
  right: 7%;
}

.career_inner03{
  background: url(../adlp01/image/career_inner03.png); 
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  bottom: 31%;
  padding: 3% 11% 4% 7%;
}

#cometrue{
  background: #E8E7F0;
  padding: 2rem 0;
}

#cometrue .title{
  background: linear-gradient(92deg, #6121A1 30.24%, #5055CD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
}

.cometrue_inner{
  width: 90%;
  margin: 0 auto;
}


.webp .cometrue_title{
  background: url(../adlp01/image/webp/cometrue_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 9% 1%;
  color: #fff;
  text-align: center;
}
.no-webp .cometrue_title{
  background: url(../adlp01/image/cometrue_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 9% 1%;
  color: #fff;
  text-align: center;
}

.cometrue_maintitle{
  font-family: "soratohikouki" , sans-serif;
  font-size: 2rem;
  transform: rotate(-5deg);
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.cometrue_subtitle{
  font-weight: bold;
  overflow: hidden;
}

.cometrue_subtitle span{
  position: relative;
  display: inline-block;
}

.cometrue_subtitle span::before,
.cometrue_subtitle span::after{
    position: absolute;
    top: 50%;
    width: 100vw;
    height: 1px;
    background-color: #fff;
    content: "";
}

.cometrue_subtitle span::before{
  right: 100%;
  margin-right: 1.7em;
}
.cometrue_subtitle span::after{
  left: 100%;
  margin-left: 1.7em;
}

.cometrue_content{
  background: #fff;
  padding: 1rem;
  text-align: center;
}

.cometrue_content h3{
  background: linear-gradient(92deg, #9872BE 30.24%, #767AD7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.738px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 49.231px; /* 133.333% */
  margin-bottom: 1rem ;
}

.cometrue_content p{
  font-weight: 500;
  line-height: 160%; /* 27.569px */
  letter-spacing: 0.345px;
  margin-bottom: 1rem ;
}

.cometrue_content img{
  width: 60%;
  margin: 5% auto;
}

.cometrue_content small{
  color: #666;
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 19.692px;
}

.cometrue_content svg{
  width: 100%;
}

.cometrue_inner .cometrue_content:nth-child(3) img{
  width: 90%;
}

.cometrue_inner .cometrue_content:nth-child(3){
  border-radius: 0 0 22.154px 22.154px;
}

#btn{
  position: relative;
}

.btn_content{
  display: flex;
  justify-content: flex-end;
  color: #fff;
  width: 79%;
  margin: 0 auto;
  position: absolute;
  top: 33%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn_content li{
  position: relative;
    width: 90px;
    height: 90px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), linear-gradient(92deg, #6121A1 30.24%, #5055CD 100%);
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}

.btn_content li div{
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
  line-height: 1.5;
  font-weight: bold;
}


.webp.btn_inner{
  background:url(../adlp01/image/webp/cta_bg.webp);
  padding: 4rem 0 2rem;
}

.no-webp .btn_inner{
  background: url(../adlp01/image/cta_bg.png);
  padding: 4rem 0 2rem;
}

.btn_title{
  font-size: 1.75rem;
  color: #7573D4;
  text-align: center;
  line-height: 45.538px; /* 115.625% */
  letter-spacing: 3.938px;
  font-weight: bold;
  margin: 1rem 0;
}

.btn_text{
  color: #434275;
  text-align: center;
  font-size: 17.231px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn_text small{
  margin-top: 0.25rem;
  font-weight: 500;
}

.btn_inner .btn_02{
  margin-top: 1rem;
  text-align: center;
}


#voice{
  padding: 2rem 0;
  counter-reset: voice;
}

.voice_inner{
  position: relative;
  margin-top: 3rem;
  z-index: 1;
}

#voice .voice_inner::before{
  position: absolute;
  counter-increment: voice;
  content: 'Case0' counter(voice);
  display: block;
  color: #838383;
  text-align: center;
  font-size: 2rem;
  transform: rotate(-9.204deg);
  font-family: "soratohikouki",sans-serif;
  font-weight: bold;
  line-height: 1;
  top: -7%;
  left: 2%;
}

#voice .voice_inner::after{
  content: "";
  position: absolute;
  background: rgba(245, 241, 246, 0.50);
  width: 275.692px;
  height: 323.692px;
  bottom: 0;
  z-index: -1;
}

#voice .voice_inner02::after{
    right: 0;
}

.voice_titeBlock .subtite::before{
  right: 80%;
}

.voice_titeBlock .subtite::after{
  left: 80%; 
}

.voice_inner img{
  width: 90%;
}

.voice_inner01 img,
.voice_inner03 img{
  margin-left:auto ;
  display: flex;
  justify-content: flex-end;
}

.voice_inner02::before{
  right: 2%;
  left: unset!important;  
}

.voice_inner_content{
  padding: 0.5rem;
}

.voice_inner_title{
  margin-top: 1rem;
  color: #6121A1;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 29.538px; 
}

.voice_inner_text{
  margin-top: 1rem;
  line-height: 27.077px; 
  color: #444;
}


.webp #reason{
  background: url(../adlp01/image/webp/reason_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem ;
  counter-reset: reason;
}
.no-webp #reason{
  background: url(../adlp01/image/reason_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem ;
  counter-reset: reason;
}

.reason_titeBlock{
  background: #fff;
  width: 100%;
  padding: 2rem 0 0 ;
  margin: 0 auto;
}

.reason_titeBlock .maintitle{
  margin-bottom: 0;
  padding: 0 0 3rem;
}

.reason_content{
  background: #F8F4FF;
  padding: 1rem;
  position: relative;
}

.reason_content::before{
  position: absolute;
  counter-increment: reason;
  content: 'ABOUT ' counter(reason);
  display: block;
  font-size: 1rem;
  background: linear-gradient(0deg, #6B5CC7 0%, #6B5CC7 100%), #FFF;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem;
  top: -1%;
  left: 2%;
}

.reason_content .quote{
  color: #666;
  font-weight: 500;
  line-height: 160%;
  font-weight: 500;
  text-align: center;
  font-size: 0.8rem;
}

.reason_inners{
  position: relative;
}

img.reason_inner_img {
  position: absolute;
  width: 30%;
}

.reason_content_titleBlock{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #7A5498;
  font-weight: bold;
}

.reason_content_num{
  font-family: Avenir;
  font-size: 6.5rem;
  color: #812BC5;
  letter-spacing: -2px;
}

.reason_content_num span{
  font-size: 4rem;
  letter-spacing: 1;
}

.reason_content_title1{
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.reason_inner{
  background: #fff;
  color: #6222A1;
  width: 80%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 14.769px;
  line-height: 27.077px;
}

.reason_text{
  text-align: center;
  margin-bottom: 2rem;
}

.reason_inner_2{
  margin-left: auto;
  text-align: right;
}

.reason_inner_6{
  width: 80%;
}

.reason_content02{
  position: relative;
}

.reason_content02_num{
  position: absolute;
  top: 20%;
  right: 2%;
  width: 30%!important;
}

.reason_content_title2{
  color: #A645C9;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5rem;
}

.reason_text02{
  color: #444;
  font-style: normal;
  font-weight: 500;
  line-height: 29.538px;
  margin: 1.5rem 0;
}

.reason_inner_6{
  margin-left: auto; 
}

.reason_inner_img01{
  right: 0;
}
.reason_inner_img02{
  left: 0;
  top: 25%;
}
.reason_inner_img03{
  right: 0;
  bottom: 20%;
}
.reason_inner_img04{
  right: 0;
}
img.reason_inner_img05{
  left: 0;
  top: 25%;
  width: 15%;
}

.reason_content_title3{
  font-size: 1.5rem;
  color: #5251CA;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 1rem 0;
}
.reason_content_title3 span{
  font-size: 1.25rem;
}

.reason_content_text3{
  text-align: center;
  font-weight: bold;
  margin: 1rem 0;
}

.reason_content03 p:last-of-type{
  color: #444;
  font-style: normal;
  line-height: 25.846px;
}

#step{
  counter-reset: step; 
  color: #fff;
  background: linear-gradient(235deg, #7A47AC 0%, #5857B5 100%);
  padding: 1rem;
}

.step_subtite{
  font-size: 1.25rem;
  text-align: center;
  font-family: "soratohikouki", sans-serif;
  margin-bottom: 0.5rem;
  color: #E6CDFF;
}

.step_maintitle{
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

.step_text{
  font-size: 0.9rem;
  color: #E6CDFF;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0;
}

.step_content{
  position: relative;
  margin: 2rem 0;
}

.step_content::before{
  position: absolute;
  content: 'STEP';
  font-family: "soratohikouki", sans-serif;
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  top: 10%;
  left: 2%;
}

.step_content::after{
  position: absolute;
  counter-increment: step;
  content: '0' counter(step);
  font-family: "soratohikouki", sans-serif;
  font-size: 3rem;
  top: 2%;
  left: 22%;
}

.step_content img{
  width: 50%;
}

.step_content:nth-child(1) img,
.step_content:nth-child(3) img{
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.step_content_inner{
  background: #fff;
  width: 70%;
  color: #535586;
  padding: 1rem;
  border-radius: 12.308px;
}

.step_inner_title{
  color: #8D3DA1;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.step_content02 .step_content_inner{
  margin-left: auto;
}

.step_content02::before{
  right: 22%;
  left: unset;
}

.step_content02::after{
  top: 2%;
  left: unset;
  right: 3%;
}

#job{
  text-align: center;
  position: relative;
}

#job::after{
  content: "";
  position: absolute;
  bottom: -18%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 165px   0 165px;
  border-color: #ffffff transparent transparent transparent;
}

.job_titeBlock .maintitle{
  color: #222;
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.job_titeBlock .maintitle span{
  background: linear-gradient(91deg, #6121A1 0%, #5055CD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job_text{
  margin: 2rem 0;
  text-align: center;
  font-weight: bold;
}

#job img{
  width: 95%;
  margin: 0 auto;
}

#media{
  padding: 6rem 0 3rem;
  background: rgba(232, 234, 246, 0.30);
  text-align: center;
}

.media_subtitle{
  font-size: 1.2rem;
}

.maintitle{
  color: #222;
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

#media img{
  width: 90%;
}

/*fixbtn*/
.fixbtn{
  visibility: hidden;
  transition: .5s
}

.fixbtn.btn_transform{
  visibility: inherit;
}

.fixbtn .btn_02_inner{
  pointer-events: all;
  opacity: 1;
  display: block;
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
  margin: auto;
  position: fixed;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  z-index: 9999;
}

#faq{
  margin: 2rem 0;
}

#faq .faq{
  width: 95%;
  margin: 0 auto 1rem;
}

#faq a{
  color: #30349B;
  text-decoration: underline;
}

#faq .faq-contents{
  margin-top: 2rem ;
}

#faq .faq-body{
    margin: 1rem;
}

@media only screen and (max-width: 768px) {
 
#fv{
  background:url(../adlp01/image/fv.png);
  background-size: cover;
  background-repeat: no-repeat;
} 
}