@charset "utf-8";

*, *::before, *::after {
  box-sizing: border-box;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
html{
	 scroll-behavior: smooth;
	margin-top: 0!important;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
     display: block;
}
 
ul,ol {
    list-style: none;
}
 
blockquote,
q {
    quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
 
a{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transition: all .3s;
}
 a:hover{
    opacity: .7;
} 
ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}
 
mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}
 

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
 
table {
    border-spacing: 0;
    border-collapse: collapse;
}
 
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
input[type="submit"],input[type="text"],input[type="email"],input[type="tel"],input[type="button"], input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  button{
    outline: none;
    padding: 0;
    appearance: none;
    background-color: transparent;
    border: none;

  }
html {
    font-size: 62.5%;
}
 
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size:1.6rem;/* 16px*/
    color: #000000;
    line-height: 1.5;
    max-width: 620px;
    margin: 0 auto;
}
img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: bottom;
}

.example {
	font-size: 0.6em;
	vertical-align: top;
}
.small_txt{
  font-size: 10px;
}
.small_txt02 {
  font-size: 16px;
  width: 59%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {

  .small_txt {
    font-size: 8px;
  }
  .small_txt02 {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }
}
article{
  text-align: center;
  padding-bottom: 100px;
}
.sp_br{
	display: none;
}
.fv_box{
	padding: 30px 0 0;
}
.underline{
	background: linear-gradient(transparent 70%, rgb(255, 255, 102, 1) 70%);
}
.header {
  width: 180px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {

	article{
	  padding: 0 2%;
	}
	.sp_br{
		display: block;
	}
	.fv_box{
		padding: 10px 0 0;
	}
  .header {
    width: 126px;
    margin-bottom: 8px;
  }
}


h2 {
    width: 95%;
    max-width: 580px;
    border: 1px solid #f0bdc4;
    color: #e7939f;
    margin: 40px auto 30px;
    padding: 10px;
    position: relative;
    z-index: 0;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.3;
}
h2:before {
    border: 2px solid #f0bdc4;
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    z-index: -1;
}
.txt{
  margin-bottom: 30px;
}
.mgt{
	margin-top:30px;
}
.bold{
	font-weight:bold;
	font-size: 17px !important;
} 
@media screen and (max-width: 768px) {

  ul .bold{
 	text-align: left;
   padding-left:1em;
	text-indent:-1em;
 } 
}

p{
	 font-size:16px;
	 line-height:1.5;
}
.bg{
   display: inline-block;
   background-color: rgb(255, 255, 204);
   color: rgb(230, 0, 0);
   font-weight: bold;
   margin-bottom: 5px;
}
.bg02{
   font-size:20px;
}
.txtbig{
	font-size: 20px;
}


@media screen and (max-width: 768px) {
	.bg02{
	   font-size: 17px;
	}
  .txtbig{
    font-size: 17px;
  }

	
}
.border{
	font-weight: bold;
	/* max-width: 90%; */
	/* margin: 0 auto; */
	/* padding: 15px; */
	/* border: 3px solid #e7939f; */
	/* border-radius: 10px; */
}

.flash {
	animation: flash 1s linear infinite;
	font-weight: bold;
	font-size: 22px;
	margin: 40px 0 0 0;
}

@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.list li{
	font-weight: bold;

}
@media screen and (max-width: 479px) {

  .list li{
 	text-align: left;
   padding-left:1em;
	text-indent:-1em;
 } 
}

.makecam_area a{
  display: block;
  color: rgb(102, 163, 224);
  margin-bottom: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.worries{
	margin-top: 20px;
}
.worries li{
	font-size: 20px;
	font-weight: bold;
} 
@media screen and (max-width: 768px) {
	.worries li{
		font-size: 18px;
	} 
	
}

.pink{
	text-decoration: underline;
	color: rgb(240, 102, 102);
}
.pink02{
  	color: rgb(240, 102, 102);
    font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pink02{
    font-size: 18px;
  }
}
.cta_btn p{
	color: rgb(240, 102, 102);
	font-weight: bold;
	margin-bottom: 25px;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.cta_btn a{
	display: inline-block;
  animation: 1s fuwafuwa infinite;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 50px;/*画面いっぱいにする場合100vh*/
	margin: 1em auto;
	justify-content: center;
	align-items: center;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: 50%;/*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
	left: 45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
}
.cp_arrows .cp_arrowfirst {
	-webkit-animation: arrow-move08 2s ease-in-out infinite;
	        animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
	-webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
	        animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 3px;
	content: '';
	background: #E91E63;
}
.cp_arrows .cp_arrow:before {
	-webkit-transform: rotate(30deg) ;
	        transform: rotate(30deg) translateX(-39%);
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
	-webkit-transform: rotate(-30deg) translateX(39%);
	        transform: rotate(-30deg) translateX(39%);
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-move08 {
	0% {
		top: -20%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


.slider div{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.slide_area02 .pink02{
  font-weight: bold;
}
.slide_area02 .slider02_box{
  width: 98%;
  max-width: 390px;
  margin: 0 auto;
  text-align: left;
	border: 1px solid #000;
	padding: 15px;
	height: 100%;
}
.slide_area02 li{
	height: 400px;
}
.slider02{
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  .slide_area02 li{
    height: 420px;
  }
}
.slide_area02 li img{
	width: 100%;
	max-width: 180px;
	margin: 0 auto 20px auto;
}
.slide_area02 li img.adviser06{
	max-width: 233px;
}
.slide_area02 li img.adviser08{
	max-width: 200px;
}
.slide_area02 li p{
	font-size: 12px;
}
.slide_area02 .slick-track {
  display: flex !important;
}
.slide_area02 .slick-slide {
  height: auto !important;
}
.slide_area02 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slide_area02 button:focus {
  outline: none;
}

.slide_area02 button.arrow-common {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8%;
    padding-top: 8%;
  cursor: pointer;
  z-index: 5;
}

.slide_area02 button.arrow-prev {
  background-image: url(./img/arrow_l.svg);
  left: 11%;
}
.slide_area02 button.arrow-next {
  background-image: url(./img/arrow_r.svg);
  right: 11%;
}
/*===================================
    slick 矢印
===================================*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.slide_arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 30px;
  height: 30px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slide_arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.next_arrow::before,
.next_arrow::after,
.prev_arrow::before,
.prev_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.next_arrow::after,
.prev_arrow::after {
  width: 26px;
  height: 26px;
  border-top: 5px solid #ccc;
  border-right: 5px solid #ccc;
}

/* next */

.next_arrow {
  right: 26px;
}
.next_arrow::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.prev_arrow {
  left: 26px;
}
.prev_arrow::after {
  left: 4px;
  transform: rotate(-135deg);
}
.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.dots-class {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.dots-class li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background-color: rgb(196, 196, 196);
  cursor: pointer;
  transition: background-color .5s ease;
}
.dots-class li.slick-active {
  background-color: rgb(0, 0, 0, .75);
}

.dots-class li:last-child {
  margin-right: 0;
}

.fv_area{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	margin-top: 55px;
	text-align: left;
	margin-bottom: 20px;
}
.fv_area .fv_img02{
	position: absolute;
	min-width: 270px;
	width: 80%;
	left: -2%;
	top: -18px;
}

.fv_txt{
	margin-left: 15px;
}
.fv_txt .en{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .02em;
}
.fv_txt p{
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: .02em;
}
.fv_txt p .txtbig{
	font-size: 20px;
}
.fv_txt p .red{
	color: #B32728;
}
.fv_txt img{
	width: 7px;
	margin-top: 20px;
}
.fv_txt_img{
	max-width: 166px;
	margin-right: -2%;
}
@media screen and (min-width: 768px) {

  .fv_area .fv_img02{
    position: absolute;
    min-width: 270px;
    width: 80%;
    left: -2%;
    top: -45px;
  }
  .fv_txt_img {
    max-width: 188px;
  }
  .fv_txt .en{
    font-size: 14px;
  }
  .fv_txt p{
    font-size: 18px;
  }
  .fv_txt p .txtbig{
    font-size: 22px;
  }

}




.voice img{
	margin-top: 20px;
	max-width: 400px;
}

.underline02{
	color: #B32728;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FEEA39 70%);
}
.fnt18{
  font-size: 18px;
}
.voice_btm{
  margin-bottom: 50px;
}
.mgt02{
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
  min-width: 311px;
}
.mgt03{
  margin: 0 auto;
  margin-top: 20px;
  min-width: 311px;
}
.checkbox li{
	width: 89%;
	min-width: 320px;
	margin: 0 auto;
	display: flex;
	column-gap: 20px;
	align-items: flex-start;
}
.checkbox li:last-child{
	margin-top: 15px;
}
.checkbox li img{
	width: 30px;
}
.checkbox li div{
	text-align: left;
}
.checkbox li div h3{
	font-size: 20px;
	margin-bottom: 5px;
    line-height: 1.8;
}
.checkbox li div h3 span{
  background-color: #FEEA39;
  padding: 0 10px 2px;
}
.reason_img{
  width: 90%;
  min-width: 340px;
  margin-top: 33px;
}
@media screen and (min-width: 768px) {

  .checkbox li div h3 span.checkbox02{
    padding-right: 0;
  }
  .checkbox li div h3 span.checkbox03{
    padding-left: 0;
  }
  .pc_br{
    display: none;
  }
}