@charset "UTF-8";
/* CSS Document */

/* v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: 'Noto Sans JP', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul ,li{
}

ul {
    list-style-position: inside;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------ 追従CTA(BUTTON) ------------------------------ */

.navibtn {
	display: flex;
	width: 400px;
	max-width: 100%;
	bottom: 11%;
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}

.navibtn.fixed {
	position: fixed;
	right:1%;
	bottom: 1%;
	z-index: +1;
	opacity: 1;
	visibility: visible;
}

.navibtn.fixed.none {
	opacity: 0;
	visibility: hidden;
	transition: 500ms;
	z-index: -1;
}

@media screen and (max-width:1001px){
.navibtn {
	display: flex;
	width: 65%;
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}
}

/* common */

body{
	background: url("../img/header/body_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 0 ;
	position: relative;
}

.wrapper{
	overflow: hidden;
	margin: 0 auto;
	width: 600px;
}

.padi{
	padding:25px;
}

.sp_padi{
	padding:10px;
}

.text_img{
	margin-right: auto;
	width: 450px;
}

.img_width_90{
	margin: 80px auto;
	width: 550px;
}

.img_width_95{
	margin: 80px auto;
	width: 550px;
}

.img_width_100{
	margin: 80px auto;
	width: 600px;
}

.voice_img{
	margin: 50px auto;
	width: 700px;
}

.button{
	margin: 0 auto;
	width:100%;
   background-color: transparent;
   border: none;
   cursor: pointer;
   outline: none;
   padding: 0;
   appearance: none;
  }

.button:hover{
	filter: brightness(110%);
	transition: all .3s;
}


h1{
  font-size: 45px;
  text-align: center;
  color: #fff;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: 'palt' 1;
}

h2{
  font-size: 35px;
  text-align: center;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
}

p{
  font-size: 21px;
  line-height: 180%;
  margin: 0 auto;
  letter-spacing: 1px;
  font-weight: 400;
  color: #1A1A1A;
}

a{
	text-decoration: none;
}

img{
	max-width:100%;
	display: block;
	margin: 0;
	padding:0;
	vertical-align: bottom;
}

@media screen and (max-width:1001px){

.wrapper{
	width: 100%;
}
	
.padi{
	padding:4.5vw;
}

.sp_padi{
	padding:2vw;
}
	
.text_img{
	margin-right: auto;
	width: 100%;
}
	
.img_width_90{
	margin: 5vw auto;
	width: 90%;
}
	
.img_width_95{
	margin: 5vw auto;
	width: 95%;
}

.img_width_100{
	margin: 5vw auto;
	width: 100%;
}
	
.voice_img{
	margin: 5vw auto;
	width: 95%;
}

h1{
  font-size: 5.5vw;
  text-align: center;
  color: #fff;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: 'palt' 1;
}
	
h2{
  font-size: 5vw;
  text-align: center;
  line-height: 150%;
  padding: 0 10px;
  font-weight: 500;
  color: #fff;
}	

p{
  font-size: 4.5vw;
  line-height: 180%;
  padding: 0 2%;
  letter-spacing: 0px;
  color: #1A1A1A;
}
}
/*common*/


/* CTA */

.cta_area{
	margin: 20px auto 0;
	width: 600px;
	position: relative;
}

.cta_text{
	margin: 0 auto;
	width: 300px;
	padding-bottom: 10px;
}

.cta_area a{
	margin: 0 auto;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

.cta_area a::after{
	content: "";
	position: absolute;
	inset: 5.8% 2.1%;
	border-radius: 90px;
	z-index: -1;
	pointer-events: none;
	-webkit-animation: btnwrapanime 1.5s infinite;
	animation: btnwrapanime 1.5s infinite;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 250, 55, 1);
	box-shadow: 0 0 0 0 rgba(0, 250, 55, 1);
}

@media (max-width: 750px){
	.cta_area a::after{
		border-radius: 16vw;
	}
}

.finger{
	position: absolute;
	width: 100px;
	top: 50%;
	right: 3%;
	z-index: 1;
	max-width: 100%;
}

.navi_finger{
	position: absolute;
	width: 70px;
	top: 50%;
	right: 0%;
	z-index: 101;
	max-width: 100%;
}

 .frame_scroll{
 	width: 470px;
 	margin: 0 auto;
 	max-width: 100%;
 }

 .frame_scroll iframe{
 	width: 470px;
	 height: 120px;
 	margin: 0 auto 20px;
 	border: solid #888 1px;
 	padding: 10px;
 	max-width: 100%;
 	box-sizing: border-box;
  background: #fff;
 }

.hover_btn{
	transition:all 0.5s ease;
}

.hover_btn:hover{
	opacity: 0.7;
}

 @media screen and (max-width:1001px){
	 
.cta_area{
	margin: 0 auto;
	padding: 5vw 0 0;
	width: 100%;
}
	 
.cta_text{
	width: 60vw;
	padding-bottom: 2vw;
}
	 	 	 	 
.finger{
	width: 18vw;
	top: 50%;
	right: 2%;
}

.navi_finger{
	width: 13vw;
	top: 48%;
	right: 0%;
	z-index:101;
}	 
	 
.frame_scroll{
	width: 92%;
	margin: 0 auto;
}

.frame_scroll iframe{
	width: 100%;
	margin: 0 auto 5%;
	border: solid #888 0.5vw;
	padding: 3%;
	box-sizing: border-box;
	height: 20vw;
}
}

/* CTA */


/* text_frame */

.text_frame{
   width: 600px;
   margin: 30px auto 0;
   max-width: 80%;
   background: #fff;
   padding: 25px ;
   position: relative;
}

.benefit_frame{
   width: 600px;
   margin: 0 auto 0;
   max-width: 80%;
   background: #fff;
   padding: 25px ;
   position: relative;
}

.case_frame{
   width: 600px;
   margin: 0 auto 0;
   max-width: 90%;
   background: #feffd7;
   padding: 25px ;
   position: relative;
}

.voice_frame{
   width: 600px;
   margin: 30px auto 0;
   max-width: 80%;
   background: #fff;
   padding: 200px 25px 25px;
   position: relative;
}


@media screen and (max-width:1001px){
	
.text_frame{
   width: 80%;
   margin: 6vw auto 0;
   max-width: 80%;
   background: #fff;
   padding: 5vw;
   position: relative;
}
	
.benefit_frame{
   width: 80%;
   margin: 0 auto 0;
   max-width: 80%;
   background: #fff;
   padding: 5vw;
   position: relative;
}
	
.case_frame{
   width: 88%;
   margin: 0 auto 0;
   max-width: 88%;
   background: #feffd7;
   padding: 5vw;
   position: relative;
}
	
.voice_frame{
   width: 80%;
   margin: 6vw auto 0;
   max-width: 80%;
   background: #fff;
   padding: 35vw 5vw 5vw;
   position: relative;
}
}

/* text_frame */


/* img */

.img_01{
	width: 500px;
	margin: 30px auto 0;
}

.img_02{
	width: 500px;
	margin: 20px auto ;
}

.img_03{
	margin: 0 auto;
	width: 500px;
	padding: 30px 0;
}

.img_04{
	margin: 0 auto 0 0 ;
	width: 350px;
	padding: 30px 0;
}

.img_border{
    border: 3px solid #FF0000;
}

@media screen and (max-width:1001px){
	
.img_01{
	width: 100%;
	margin: 6vw auto 0;
}
	
.img_02{
	width: 100%;
	margin: 4vw auto ;
}
	
.img_03{
	margin: 0 auto;
	width: 100%;
	padding: 5vw 0;
}

.img_04{
	margin: 0 auto 0 0;
	width: 80%;
	padding: 5vw 0;
}
}

/* img */


/* header */

.header{
	background: url("../img/header/header_bg_pc.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 0 ;
	position: relative;
}

.header_main{
	margin: 0 auto;
	width: 600px;
}

.movie_area{
	background-image:none;
	margin: 0 auto;
	padding: 0 ;
	width: 100%;
	position: relative;
}

.next_movie_area{
	background-image: linear-gradient(90deg, #ffd000 0%,#ffff11 25%, #ffd000 50%,#ffff11 75%, #ffd000 100%);
	margin: 0 auto;
	padding: 0 ;
	width: 90%;
	position: relative;
}

.movie{
	margin: -365px auto 0;
	height: 320px;
	padding: 30px 0;
}

.next_movie{
	margin: 0 auto 0;
	width: 97%;
	height: 320px;
	padding: 0;
}

.movie iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 510px !important;
	aspect-ratio: 16 / 9;
}

.next_movie iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 510px !important;
	aspect-ratio: 16 / 9;
}


 @media screen and (max-width:1001px){
	 
.header{
	background: url("../img/header/header_bg_sp.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 0 ;
	position: relative;
}
	
.header_main{
	margin: 0 auto;
	width: 100%;
}
	 
.movie_area{
	background-image: none;
	margin: 0 auto;
	padding: 0 ;
	width: 100%;
	position: relative;
}
	 
.next_movie{
	margin: 0 auto 0;
	padding: 0;
	width: 97%;
	height: 52vw;
}
	 
.movie{
	margin: -58vw auto 0;
	padding: 8vw 0;
	height: 42vw;
}
	 
.movie iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 85% !important;
	aspect-ratio: 16 / 9;
}
	 
.next_movie iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 95% !important;
	aspect-ratio: 16 / 9;
}
}
/* header */


/* section_01 */

.section_01{
	background: url("../img/section_01/section01_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 0 0 30px;
	position: relative;
}

.section_header{
	margin: 0 auto;
	width: 100%;
}

.fn1-benefit{
	margin: 0 auto;
	width: 550px;
}

 @media screen and (max-width:1001px){
	 
.section_01{
	background: url("../img/section_01/section01_bg.png");
	padding: 0 0 5vw;
}
	 
.fn1-benefit{
	margin: 0 auto;
	width: 90%;
}
}

/* section_01 */



/* section_02 */

.section_02{
	background: #02253a;
	padding: 0 0 30px;
	position: relative;
}

.shimada{
	position: absolute;
	top: 442px;
	right: 30px;
	width: 240px;
	z-index: 1;
}

.case_title{
	margin: 0 auto;
	padding: 20px 0 0;
	width: 100%;
}

.case_img{
	margin: 0 auto;
	padding: 0 0 20px;
	width: 100%;
}

.case_img02{
	margin: 0 auto;
	width: 100%;
	padding: 20px 0;
}

 @media screen and (max-width:1001px){
.section_02{
	background: #02253a;
	padding: 0 0 5vw;
}
	 
.shimada{
	position: absolute;
	top: 80vw;
	right: -2px;
	width: 41vw;
	z-index: 1;
}
	 
.case_title{
	margin: 0 auto;
	padding: 5vw 0 0;
	width: 100%;
}
	 
.case_img{
	margin: 0 auto;
	padding: 0 0 5vw;
	width: 100%;
}
	 
.case_img02{
	margin: 0 auto;
	width: 100%;
	padding: 3vw 0;
}
}
/* section_02 */



/* section_03 */

.section_03{
	background: url("../img/section_03/section03_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 0 0 30px;
	position: relative;
}

.mobile-scroll {
	width: 100%;
	overflow-x: scroll;
}

.chart_width{
	width: 520px;
	padding: 30px 0;
}

/* 左ラベル列を固定して横スクロール */
.chart-fixedwrap{
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 30px 0 0;
}

.chart-label{
	display: block;
	flex: 0 0 auto;
	width: auto;
}

.chart-fixedwrap .mobile-scroll{
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.chart-body{
	display: block;
	max-width: none;
	width: auto;
}

/* 元の表示幅(約520px)に合わせて高さ指定。ラベルとデータ列を同一縮尺にして行を揃える */
.cf01 .chart-label,
.cf01 .chart-body{
	height: 216px;
}

.cf02 .chart-label,
.cf02 .chart-body{
	height: 244px;
}

.chart-note{
	display: block;
	width: 520px;
	max-width: 100%;
	margin: 8px 0 30px;
}

 @media screen and (max-width:1001px){
.section_03{
	background: url("../img/section_03/section03_bg.png");
	padding: 0 0 5vw;
}
}

/* section_03 */


/* section_04 */
.section_04{
	background: url("../img/section_04/section04_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 0 0 30px;
	position: relative;
}

.features_title{
	margin: 0 auto;
	width: 540px;
	padding: 20px 0 0;
}

.step_img{
	margin: 0 auto;
	width: 100%;
	padding: 5vw 0;
}
 @media screen and (max-width:1001px){
.section_04{
	background: url("../img/section_04/section04_bg.png");
	padding: 0 0 5vw;
}
	 
.features_title{
	margin: 0 auto;
	width: 90%;
	padding: 3vw 0 0;
}
}

/* section_04 */


/* section_05 */
.section_05{
	background: url("../img/section_05/section05_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 0 0 30px;
	position: relative;
}

.voice_title{
	margin: 30px auto -230px;
	width: 100%;
	position: relative;
	z-index: 1;
}

 @media screen and (max-width:1001px){
.section_05{
	background: url("../img/section_05/section05_bg.png");
	padding: 0 0 5vw;
}
	 
.voice_title{
	margin: 8vw auto -40vw;
	width: 100%;
	position: relative;
	z-index: 1;
}
}
/* section_05 */


/* section_06 */
.section_06{
	background: none;
}

.section_06bg{
	background: url("../img/section_06/section06_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 0 0 30px;
	position: relative;
}

.section06_text{
	margin: 0 auto;
	padding:20px 0 0;
}

 @media screen and (max-width:1001px){
.section_06{
	background: url("../img/section_06/section06_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 0 0 5vw;
}
	 
.section06_text{
	margin: 0 auto;
	padding:5vw 0 0;
}
}
/* section_06 */


/* section_07 */
.section_07{
	background: url("../img/section_07/section07_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 0 0 30px;
	position: relative;
}

.mincho{
	font-family: serif;
}

 @media screen and (max-width:1001px){
.section_07{
	background: url("../img/section_07/section07_bg.png");
	padding: 0 0 5vw;
}
	 
.mincho{
	font-size: 15px;
}
}

/* section_07 */

/* --------------------section_qa-------------------- */

.qa_title{
	font-size: 50px;
	padding: 20px 0 20px;
}

.section_qa{
	background: url("../img/section_qa/section_qa_bg.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 0 0 1px;
}

.section_qa_header{
	background: #002e77;
	padding: 10px 0;
}

.section_qa_header_img{
	width: 180px;
	margin: 30px auto 25px;
}

.text_frame_qa{
	margin: 50px auto;
	background: #fff;
	width: 650px;
	padding:30px 50px 30px 30px;
}

.text_frame_qa h2{
	color: #000;
}

/*アコーディオン全体*/
.menu {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px   0px 5px 10px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 10px;
  background-color: #F3FEFF;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}
/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
  margin-top: 5px;
  max-width: 100%;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #fff8f8;
  padding: 10px;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}
 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child,
#menu_bar06:checked ~ #links06 li:last-child {
  margin-bottom: 20px;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;

}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.question_text_area{
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  align-self: flex-start;
}

.question_text{
  width: 850px;
  max-width: 100%;
  margin: auto 0;
  padding: 0 20px;
}

.question_text p{
  font-size: 21px;
  font-weight: 500;
  line-height: 160%;
  color: #000;
}


.answer_text{
  width: 850px;
  max-width: 100%;
  margin: auto 0;
  padding: 10px 20px;
}

.answer_text p{
  font-size: 18px;
  line-height: 160%;
}

.icon{
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin: auto 0;
}

 @media screen and (max-width:767px){

.section_qa{
	background: url("../img/section_qa/section_qa_bg_sp.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 0 0 1px;
}
	 
.qa_title{
	font-size: 8vw;
	padding: 2vw 0;
}
	 
.section_qa_header_img{
	width: 30%;
	margin: 4vw auto 2vw;
}
	 
.text_frame_qa{
	margin: 5vw auto;
	background: #fff;
	width: 90%;
	padding: 5vw 2vw 3vw 1vw;
}

.text_frame_qa h2{
	color: #000;
	font-size: 6.5vw;
	padding-bottom: 3vw;
}
	 
  /*アコーディオン全体*/
  .menu {
    width: 90%;
    margin: 0 auto;
    padding: 0 0px 1% 2%;
  }
  .menu input {
    display: none; /*チェックボックスを隠す*/
  }
  /*バー部分*/
  .menu label {
    cursor :pointer;
    display: block;
    text-decoration: none;
    color: #0086B5;
    line-height: 1;
    position: relative;
    margin: 0 0 10px;
    padding: 10px 15px 10px 10px;
    background-color: #F3FEFF;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /*開いたときに表示される部分*/
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
    margin-top: 5px;
    max-width: 100%;

  }
  .menu li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  }
  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li,
  #menu_bar03:checked ~ #links03 li,
  #menu_bar04:checked ~ #links04 li,
  #menu_bar05:checked ~ #links05 li,
  #menu_bar06:checked ~ #links06 li {
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    background: #fff8f8;
    padding: 2%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

  }
   /*開いたときの下の余白*/
  #menu_bar01:checked ~ #links01 li:last-child,
  #menu_bar02:checked ~ #links02 li:last-child,
  #menu_bar03:checked ~ #links03 li:last-child,
  #menu_bar04:checked ~ #links04 li:last-child,
  #menu_bar05:checked ~ #links05 li:last-child,
  #menu_bar06:checked ~ #links06 li:last-child {
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;

  }
  /*閉じた状態の矢印描画*/
  .menu label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 4%;
    top: 7;
    bottom: 15%;
    margin: auto 0;
  }
  /*開いた状態の矢印描画*/
  .menu input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 4%;
    top: 7%;
    bottom: 0;
    margin: auto 0;
  }

  .question_text_area{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-self: flex-start;
  }

  .question_text{
    width: 95%;
    margin: auto 0;
    padding: 0 2%;
  }

  .question_text p{
    font-size: 4vw;
    font-weight: 500;
    line-height: 160%;
    color: #000;
  }

  .answer_text{
    width: 95%;
    max-width: 100%;
    padding: 1% 2%;
  }

  .answer_text p{
    font-size: 4vw;
    line-height: 160%;
  }

  .icon{
    width: 10%;
    height: auto;
    max-width: 100%;
    margin: auto 0;
  }	 
}

/* --------------------section_qa-------------------- */


/* ------------------------------ NEW FOOTER ------------------------------ */

.footerframe {
 border: none;
 margin: 0px;
 width: 100%!important;
 height: 200px!important;
 overflow: hidden;
}

@media screen and (max-width:1001px){
.footerframe {
 border: none;
 margin: 0px;
 width: 100%!important;
 height: 200px!important;
 overflow: hidden;
}
}

/* 特商法に基づく表記 */

@media screen and (max-width:1001px){

.form_font_red{
	background-color: #AF0223;
	color: #fff;
	padding: 0 4px 1px 3px;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 3.5vw;
}
	
.google_partner{
	width: 90%;
	height: 70%;
	max-width: 100%;
	margin-top: 7%;
	margin-left: 0;
	margin-bottom: 5%;
}

.border_line{
	border-bottom: solid #99C7CE 1px;
	padding: 5% 0;
}

.notice{
	font-size: 2vw;
}
}

/* pcで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
@media screen and (max-width:1001px){
.pc { display: none !important; }
.sp { display: block !important;}
}

/*文字装飾*/

.bold{
	font-weight:700;
}

.font_size_11{
   font-size: 11px;
   line-height: 170%;
 }

.font_size_40{
	font-size: 40px;
}


.font_size_50{
	font-size: 50px;
}


.font_size_60{
	font-size: 60px;
}

.font_size_90{
	font-size: 90px;
}


.font_size_9sp{
	font-size: 9vw;
}

.font_size_15sp{
	font-size: 15vw;
}

.font_size_7sp{
	font-size: 7vw;
}


.font_size_7sp{
	font-size: 7vw;
}


.font_size_8sp{
	font-size: 8vw;
}

.font_size_5sp{
	font-size: 5vw;
	line-height: 150%;

}

.font_size_4sp{
	font-size: 4vw;
	line-height: 150%;
}


.font_size_6sp{
	font-size: 6vw;
}


.font_size_27{
	font-size: 27px;
}

.font_size_25{
	font-size: 25px;
}

.font_size_21{
	font-size: 21px;
}


.font_size_30{
	font-size: 30px;
}

.font_size_18{
	font-size: 18px;
}


.font_size_15{
	font-size: 15px;
	line-height: 170%;
}

.font_w{
	font-weight: 700;
}

.font_w_900{
	font-weight: 900;
}

.italic{
  font-style: italic;
}

.border_b{
	text-decoration: underline;
}

.border_r{
	text-decoration: underline #F02D06;
}

.border_pink{
	text-decoration: underline #DD6D8D;
}

.border_w{
	text-decoration: underline #fff;
}

.border_ol{
	text-decoration: underline #f97417;
}

.border_bl{
	text-decoration: underline #2682BC;
}

.border_gr{
	text-decoration: underline #008E45;
}

.border_rbl{
	text-decoration: underline;
	color: #095593;
}

.border_y{
	text-decoration: underline #FFFF00;
}

.border_line_orange{
  border-bottom: solid #F75D08 5px;
}


.font_ol{
  color: #E27600;
}

.font_red{
	color: #ED1C24;
}

.font_y{
	color: #FFFF00;
}

.font_bl{
	color: #0D0DD3;
}

.font_rbl{
	color: #095593;
}

.font_wh{
	color: #fff;
}

.font_bk{
	color: #1A1A1A;
}


.font_red02{
	color: #E72D32;
}

.font_gr{
	color: #3AAC36;
}

.font_bk{
	color: #ED2087;
}

.font_orenge{
	color:#ff6600;
}

.text_marker{
	background: #FFFF00;
}


.text_marker_b{
	background: #095593;
}

.text_marker_r{
	background: #F02D06;
}

.border_line_pink{
  background: linear-gradient(transparent 50%, #FFE9E9 50%);
}

.border_line_blue{
  background: #3286A8;
  padding: 0 0 1% 2%;
  color: #fff;
}

.border_line_yellow{
  background: linear-gradient(transparent 70%, #FFFF00 50%);
}

/********************************************
* Now Loading
********************************************/
#overlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

/* 拡大・縮小 */

.keyform5{
	animation-name: anim_sc;
	transform: scale(0.95,0.95);
}
@keyforms anim_sc {
	100% {
		transform: scale(1,1);
	}
}

.shake {
   animation: shake 3s infinite;
}
@keyframes shake {
   0% {
	   transform: translate(0px, 2px);
   }
   5% {
	   transform: translate(0px, -2px);
   }
   10% {
	   transform: translate(0px, 2px);
   }
   15% {
	   transform: translate(0px, -2px);
   }
   20% {
	   transform: translate(0px, 2px);
   }
   25% {
	   transform: translate(0px, -2px);
   }
   30% {
	   transform: translate(0px, 0px);
   }
}

   .puyon {
     animation: puyon 1.5s linear 0s 1 ;
     animation-iteration-count:infinite;
	   animation-delay: .8s;
   }
   @keyframes puyon {
     0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
     40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
     50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
     60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
     70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
     80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
     100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   }

/*Q & A*/

.qa-list p{
	font-size:18px;
}


.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #FFF;
	border-radius:10px;
	line-height: 1.8;

}
.qa-list dl dt::before {
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd::before {
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #E00003;
}
.qa-list dl dd {
    position: relative;
    margin: 5px 0 0;
    padding: 20px 20px 20px 60px;
    background: #fff5f6;
	border-radius: 10px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
	font-size:16px;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

.content div{
	margin: 0 auto 0;
	padding:20px 0;
	width: 1000px;
	text-align: left;
	justify-content: center;
	align-items: center;
}


@media screen and (max-width:1001px){

 .qa-list dl {
    margin: 15px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 16px 16px 50px;
	line-height: 1.6;
	font-size:17px;
}
.qa-list dl dt::before {
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 5px 0 0;
    padding: 16px 16px 16px 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
	
.content div{
	width: 750px;
    max-width: 90%;
	padding: 0 0 0 0;
	text-align: left;
	justify-content: center;
	align-items: center;
}
}

/*======================= アニメーションCSS =======================*/

@charset "utf-8";

.btn_h:hover {
  transition: all .6s;
  opacity: 0.4;
}

/* 目次 */
/* No 95.  周辺 〜 アニメーション スケールに関する記述  */
/* No 125 周辺 〜 アニメーション 拡大縮小に関する記述  */

/* ------------------------------ underline ------------------------------ */

.underline {
  position: relative;
  z-index: 1;
}
.underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 15px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  z-index: -1;
  transition: all 0.8s;
}
.underline.isActive:after {
  width: 100%;
}

/* ------------------------------ spread ------------------------------ */

  .btn_animation_cta {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    cursor: pointer;
    border-radius: 90px;
    -webkit-animation: btnwrapanime 11s infinite;
    animation: btnwrapanime 1.5s infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(31, 201, 13, 1);
    box-shadow: 0 0 0 0 rgba(106, 221, 38, 1); }
	@media (max-width: 1001px) {
  .btn_animation_cta {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    cursor: pointer;
    border-radius: 12vw;
    -webkit-animation: btnwrapanime 11s infinite;
    animation: btnwrapanime 1.5s infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(31, 201, 13, 1);
    box-shadow: 0 0 0 0 rgba(106, 221, 38, 1); }
}

  .btn_animation {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    cursor: pointer; }
	@media (max-width: 750px) {
  .btn_animation {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    cursor: pointer; }
}
  @-webkit-keyframes btnwrapanime {
    70% {
      -webkit-box-shadow: 0 0 0 50px rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 50px rgba(233, 30, 99, 0); }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } }
  @keyframes btnwrapanime {
    70% {
      -webkit-box-shadow: 0 0 0 50px rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 50px rgba(233, 30, 99, 0); }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } }
    @media (max-width: 750px) {
      @-webkit-keyframes btnwrapanime {
        70% {
          -webkit-box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
          box-shadow: 0 0 0 25px rgba(233, 30, 99, 0); }
        100% {
          -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
          box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } }
      @keyframes btnwrapanime {
        70% {
          -webkit-box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
          box-shadow: 0 0 0 25px rgba(233, 30, 99, 0); }
        100% {
          -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
          box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } } }

/* ------------------------------ アニメスケール ------------------------------ */

@keyframes animScale {
    0% {
        transform: scale(0.8, 0.8);
    }

    5% {
        transform: scale(1.2, 1.2);
    }

    10% {
        transform: scale(1, 1);
    }

    15% {
        transform: scale(1.1, 1.1);
    }

    20% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* ------------------------------ 拡大・縮小 ------------------------------ */

.keyframe5 {
    animation-name: anim_sc;
    transform: scale(0.95, 0.95);
}

@keyframes anim_sc {
    100% {
        transform: scale(1, 1);
    }
}

.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 0.7s;
}

/* ------------------------------ 点滅 ------------------------------ */

.flash {
    animation: flash 1.5s linear infinite;
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


/* ------------------------------ 装飾 ------------------------------ */

.shade {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1)); /*影*/
}

/* ------------------------------ アニメーション(pulse) ------------------------------ */

@keyframes anime {
    0% {
        transform: scale(.95);
        opacity: 1
    }

    90% {
        opacity: .1
    }

    to {
        transform: scale(1.2, 1.5);
        opacity: 0
    }
}

.pulse {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    transition: .2s;
    max-width: 100%;
}

.pulse:before {
    content: "";
    position: absolute;
    width: 87%;
    height: 80%;
    top: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
    background: #F9FF00;
    border: 1px solid #FBB03B;
    transform: translate3d(0, 0, 0);
}

.pulse:after {
    content: "";
    position: absolute;
    width: 87%;
    height: 80%;
    top: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
    background: #F9FF00;
    border: 1px solid #FBB03B;
    transform: translate3d(0, 0, 0);
}


.pulse:before {
    animation: anime 1.5s ease-out infinite;
}

.pulse:after {
    animation: anime 2s ease-out 1s infinite;
}

.pulse span {
    display: block;
    position: relative;
    font-family: sans-serif;
}

.pulse span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
}

/* ------------------------------ アニメーション(fuwafuwa) ------------------------------ */


.fuwafuwa {
    -webkit-animation-name: fuwafuwa;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -15px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -15px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

.fuwafuwa_left {
    -webkit-animation-name: fuwafuwa_left;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa_left;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa_left {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-15px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fuwafuwa_left {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(-15px, 0);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

.fuwafuwa_right {
    -webkit-animation-name: fuwafuwa_right;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa_right;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa_right {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(15px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fuwafuwa_right {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(15px, 0);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

/* ------------------------------ アニメーション(bound) ------------------------------ */

.bound {
    animation: bound 3s infinite;
	animation-delay: .8s;
}

@keyframes bound {
    0% {
        transform: translateY(0)
    }

    5% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-18px)
    }

    25% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-15px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}

/* ------------------------------ アニメーション(fade in) ------------------------------ */

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
}

.fadein_right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: all 1000ms;
}

.fadein_left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: all 1000ms;
}

.fadein.scrollin,
.fadein_right.scrollin,
.fadein_left.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/* ------------------------------ アニメーション(fade in2) ------------------------------ */


.fadeIn {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* ------------------------------ アニメーション(round) ------------------------------ */

.animation_rotation {
    animation: r1 2s linear infinite;
}

@keyframes r1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ------------------------------ アニメーション(reflection) ------------------------------ */

   .animation{
   	animation-timing-function: ease-in-out;
   	animation-iteration-count: infinite;
   	animation-direction: alternate;
   	animation-duration: 1s;
   }

   .reflection{
   display:inline-block;
   position:relative;
   overflow:hidden;
   margin: 0 auto;
   border-radius: 15px;
   }

   .reflection:after {
  margin: 0 auto;
   content:"";
   height:100%;
   width:30px;
   position:absolute;
   top:-180px;
   left:0;
   background-color: #fff;
   opacity:0;
   -webkit-transform: rotate(45deg);
   -webkit-animation: reflection 2s ease-in-out infinite;
   }

   @keyframes reflection {
   0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
   80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
   81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
   100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
   }