@charset "utf-8";

@media screen and (max-width: 480px) {
/*---------------- 全体 -----------------------------*/
main,header,footer{
  max-width: 480px;
  min-width: 320px;
}
.container {
  max-width: 480px;
  display: -webkit-block;
  display: block;
}
main{
  width: 100%;
}
.center{
  width: 94%;
  max-width: 480px;
}
body{
 font-size: 16px;
}
h2{
  font-size: 24px;
}
.pc{
  display: none;
}
.sp{
  display: block;
}
/*-------------------- 全体...end -------------------*/

/* -------------------- header --------------------- */
/* ----------------------はんばーがー -----------*/
.cp_cont {
	height: 40px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: snow;
}
.cp_cont .header__sp .humeverger__h1__li{
  width: 96px;
  position: relative;
  left: 8%;
  top: 6px;
}
.cp_cont .header__sp{
  position: relative;
}
.cp_cont .header__sp .sns__header__sp{
  /* width: 96px; */
  position:absolute;
  right: 6px;
  top: 0px;
}
.cp_cont .header__sp .sns__header__sp h3{
  text-align: center;
  font-size: 10px;
  color: #bc002d;
}
.cp_cont .header__sp .sns__header__sp ol li{
  margin: 0;
  padding:0;
}
.cp_cont .header__sp .sns__header__sp ol li:first-of-type{
  position:relative;
  bottom: 0px;
  left: 4px;
}
.cp_cont .header__sp .sns__header__sp ol li:nth-of-type(2){
  position:relative;
  left: 3px;
}
.cp_cont .header__sp .sns__header__sp ol li:last-of-type{
  position:relative;
  bottom: 9px;
}
.cp_cont a {
	color: inherit;
  z-index: 999;
}
.cp_offcm01 {
	position: absolute;
	display: inline-block;
  z-index: 999;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
right: -100vw;
	width:80%;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #bc002d;
	opacity: 0.9;
  z-index: 999;
  text-align: center;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
  z-index: 999;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
  z-index: 999;
  width: 100%;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding:24px 0;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
  z-index: 999;
}
.cp_offcm01 .cp_menu li a img{
  width: 100%;
}
.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
  z-index: 999;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
          z-index: 999;
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 6px;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #bc002d;
  z-index: 999;
  position: fixed;
  left: 2px;
  top: 0px;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
  /* ハンバーガーをクリック後ハンバーガーを動かすかどうか */
	-webkit-transform: translateX(-0px);
	        transform: translateX(-0px);
          z-index: 999;
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 16px;
  z-index: 999;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
  z-index: 999;
}
/* はんばがー...end */
/* --------------- header...end ------------------- */

/* ------------------ fv ---------------------------*/
.fv{
  padding-top: 40px;
}
/* ---------------- fv...end ----------------------- */

/*------------ how-it-all-started -----------------------*/
.how-it-all-started{
  padding: 60px 0;


}

.how-it-all-started h2{
  margin-bottom: 56px;
  font-size: 24px;
}
.how-it-all-started .center p{
  font-size: 18px;
  line-height: 2.4;
}
/*-----------------  how-it-all-started...end ----------*/

/*------------ project -----------------------*/
.project{
  padding: 40px 0;
}
.project h2{
  width: 306px;
  font-size:32px;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  margin-bottom: 4px;
}
.project h2:nth-of-type(2){
  width: 240px;
  position: relative;
  right:33px;
  margin-bottom: 48px;
}
.project .center ul{
  border: 4px solid #e72058;
  padding: 20px;
  position: relative;
  margin-bottom: 24px;
}
.project .center ul li:nth-of-type(1){
  width: 56px;
  position: static;
  top: 0;
  -webkit-transform : translateY(0%);
  transform : translateY(0%);
  left: 0;
  margin-bottom: 24px;
}
.project .center ul:nth-of-type(2) li:nth-of-type(1){
  width: 80px;
}
.project .center ul:nth-of-type(4) li:nth-of-type(1){
  width: 96px;
}
.project .center ul li:nth-of-type(2){
  width: 100%;
  position: static;
  left:0;
}
.project .center ul li:nth-of-type(2) h3{
  font-size: 17px;
}
.project .center ul li:nth-of-type(2) p{
  font-size: 16px;
}
/*-----------------  project...end ----------*/

/*‐‐‐‐‐‐‐‐---‐‐‐‐‐‐ current-situation ----------------*/
.current-situation {
  padding: 40px 0;

}
.current-situation h2{
  margin: 20px auto 48px auto;
  font-size: 30px;
}
.current-situation .swiper-slide ul{
  width: 94%;
}
.current-situation .swiper-slide h3{
  text-align: center;
  font-size: 18px;
  padding: 12px 0 10px 0;
}
.current-situation .swiper-slide h3 img{
  width: 20px;
  margin-right: 4px;
  bottom: 6px;
}
.current-situation .swiper-slide p{
  padding:16px;
  font-size: 14px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  opacity: 0.2;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  opacity: 0.2;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ current-situation...end ----------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ message ---------------------------*/
.message{
  padding: 40px 0;
}
.message h2{
  margin-bottom: 40px;
  font-size: 24px;
    background-color: #00c3be;
    padding: 16px 0;
}
.message h2 span{
  padding: 0;

}
.message .center p{
  font-size: 16px;
  /* line-height: 2.3; */
}
.message .center h3{
  width: 100%;
  margin-bottom: 40px;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ message...end -------------------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ step ---------------------------*/
.step{
  padding: 40px 0;
  border-top: 6px solid #d1b887;
}
.step h2{
  margin-bottom:40px;           /* 文字の色 */
 font-size      : 30px;               /* 文字のサイズ */

}
.step .center ul:first-of-type{
  margin-top: 40px;

  /* padding-left: 40px; */
}
.step .center ul{
  margin-top:24px;
  width: 100%;
  /* padding-left: 40px; */
}
.step .center ul li p{
  font-size: 16px;
}
.step .center ul li h3{
  font-size: 16px;
  line-height: 1.2;
  text-indent: -1.3em;
  margin-left: 1.3em;
  margin-bottom: 8px;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ step...end -------------------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ introduction --------------------*/

.introduction{
  padding: 40px 0 0 0;
}
.introduction h2{
  font-size: 32px;
}
.introduction h3{
  font-size: 18px;
}
.introduction h4{
  margin: 16px 0;
}
.introduction h4 img{
  width: 24%;
}
.introduction p{
  font-size: 14px;
}
.introduction a{
  font-size: 12px;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ introduction...end --------------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ reason --------------------*/
.reason{
  padding: 40px 0;
}
.reason h2{
  margin-bottom: 40px;
  font-size: 20px;
}
.reason h2 span{
  padding: 6px 12px 4px 10px;
}
.reason .center p:nth-of-type(2){
  margin-top: 16px;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ reason...end --------------------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ qa --------------------*/
.qa{
  padding: 80px 0;

}
.qa h2{
  margin-bottom:48px;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ qa...end --------------------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ menu --------------------*/
.menu{
  padding-bottom: 40px;
}
.menu p img{
  height: 40px;
}
.menu h2{
  margin:40px 0;
}
.menu h2 span{
  padding-bottom:8px;
}
.menu .center ul{
  width: 100%;
  padding: 16px;
}
.menu .center ul:nth-of-type(2){
  margin:20px auto;
}
.menu .center ul li .sns-box ol li:nth-of-type(3){
  bottom: 8px!important;
}
.menu .center ul li .sns-box h4:nth-of-type(2){
  margin: 0 20px;
}
.menu .center ul li h3{
  font-size:24px;
  margin-bottom: 16px;
}
.menu .center ul li h3 span{
  padding: 0;
  padding: 8px 80px;
}
.menu .center ul:last-of-type li h3 span{
  padding: 8px 56px;
}
.menu .center ul li p{
  margin-bottom:20px;
}
.menu .center ul:nth-of-type(2) li p{
  padding-left:1.3em;
  text-indent:-1.3em;
  margin-bottom: 0;
}
.menu .center ul:nth-of-type(2) a{
  /* color: blue; */
}
.menu .center ul .swiper-container {
  margin: 40px 0;
}
.menu .center ul .swiper-container .swiper-wrapper .swiper-slide ol img{
  width: 88%!important;
  max-width: 88%!important;
}
.menu .center ul .swiper-container .swiper-wrapper .swiper-slide ol li{
  font-size:14px;
  margin-bottom: 12px;
}
.menu .thankyou-letter{
  width:100%;
  margin-top: 16px;
}
.menu .cf__btn__h6 {
  margin-top: 16px;
}
.menu .cf__btn__h6 .cf__btn{
  display: inline-block;
  background-color: #0b7de0;
  width: 100%;
  padding: 12px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  border: none;
  border-radius: 2px;

}

.menu .cf__btn__h6 a{
  color: #fff;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ menu...end --------------------*/

/*‐‐‐‐‐‐‐----‐‐ tokyo-bokin-about --------------------*/
.tokyo-bokin-about{
  padding-bottom: 40px;
}
.tokyo-bokin-about .center{
  width: 94%;
}
.tokyo-bokin-about p:first-of-type img{
  height:40px;
}
.tokyo-bokin-about .center p:nth-of-type(1){
  margin: 20px 0 40px 0;
}
.tokyo-bokin-about h2{
  margin: 40px 0 0px 0;
  font-size: 20px;
}
.tokyo-bokin-about h3{
  font-size: 20px;
}
.tokyo-bokin-about h3:nth-of-type(2){
  margin-top: 20px;
}
.tokyo-bokin-about h4{
  font-size: 18px;
}
.tokyo-bokin-about h4:nth-of-type(2){
  margin-top: 16px;
}
.tokyo-bokin-about p{
  font-size: 14px;
}
/*‐‐‐‐‐‐‐- tokyo-bokin-about...end --------------------*/

/*‐‐‐‐‐‐‐----‐‐ endrorl --------------------*/
.endrorl{
  padding: 40px 0;
}
.endrorl h2{
  margin-bottom: 40px;
}
.endrorl .center h3{
  width: 100%;
  margin:24px auto;
}
/*‐‐‐‐‐‐‐- endrorl...end --------------------*/

/*‐‐‐‐‐‐‐----‐‐ contact --------------------*/
.contact{
  padding:0;

}
.contact h2{
  position: relative;
  top: 80px;
}
.contact p{
  position: relative;
  top: 80px;
}
.contact iframe{
  height:1040px;
}
/*‐‐‐‐‐‐‐- contact...end --------------------*/

/* privacy-policy -----------------*/
.privacy-policy{
  margin: 0 auto 40px auto;
  padding-top: 8px;
}
.privacy-policy h2{
  margin-bottom: 20px;
  font-size: 16px;
}
.privacy-policy #privacy-policy,.protocol .center {
  /* height: 240px; */
  width: 88%;
}
.privacy-policy,.protocol{
  /* border-top: 1px solid silver; */
  margin: 20px auto 48px auto;
  padding-top: 40px;
}
.privacy-policy h2,.protocol h2{
  margin-bottom: 20px;
}
/* privacy-policy...-------------------------------end */

/*‐‐‐‐‐‐‐‐‐‐---‐‐‐‐ footer -------------------------*/
footer{
  padding: 40px 0 64px 0;
  font-size: 10px;
  font-weight: 400;
}
footer .center ul li{
  margin-right: 8px;
}
footer .center ul li a{
  font-size: 10px;
}
footer .center p{
  margin-top: 16px;
}
footer .center ul .facebook{
  position: relative;
  bottom: -1px;
}
/*‐‐‐‐‐‐‐------‐‐‐ footer...end --------------------*/

/* floating__tel */
.floating__tel{
  position: fixed;
	bottom: 0;
  left: 0;
	display: inline-block;
	width: 100%;
  max-width: 480px;
  padding-bottom: 0px;
  z-index: 999;
}
.floating__tel ul li{
  color: white;
  padding: 6px 0;
  width: 100%;
}
.floating__tel ul li:first-of-type{
  /* padding: 2px 40px 6px 40px; */
}
.floating__tel ul li h3{
  /* border: 2px solid snow; */
  padding: 0;
  /* width: 84px; */
  /* width: 100%; */
  margin: 0 auto;
}
.floating__tel ul li h3 a{
  color: white;
}
.floating__tel ul li:first-of-type{
  /* background-color: #e72058; */
}
.floating__tel ul li:last-of-type{
  background-color: rgba(188, 0, 45,0.9);
}
/* floating__tel...end */
/*★★★★★★★★★★★★ report.html ★★★★★★★★★★★★*/
/* news */
.news{
  padding: 40px 0;
}

.news h2{
  margin-bottom: 40px;
}
.news ul {
  width: 94%;
  height: 480px;
  font-size: 14px;
  padding: 1em;

}
.news ul p span{
  font-size: 12px;
}
/* news...end */



/*‐‐‐‐‐‐‐---‐-----‐‐ repo ------------------*/
.repo{
  padding:30px 0 60px 0;

  background-color: #fffff0;
  color: #009e68;
}
.repo h2{
  margin-bottom: 48px;
  font-size: 30px;
}
.repo h3{
  margin-bottom: 40px;
  line-height: 2.1;
  font-size: 14px;
}
.repo h4{
  line-height: 1.5;
  font-size: 14px;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ repo...end ------------------*/
/*‐‐‐‐‐‐‐---‐-----‐‐report__message ------------------*/
.report__message{
  padding-bottom: 60px;
}
.report__message h2{
  font-size: 24px;
  margin-bottom: 40px;
}
.report__message p img{
  width: 100%;
}
/*‐‐‐‐‐‐‐---‐-----‐‐report__message...end ------------------*/
/*★★★★★★★★★★★★ report.html...end ★★★★★★★★★★★★*/



/*★★★★★★★★★★★★ items.html★★★★★★★★★★★★*/
/* items */
.items{
  padding:0 0 40px 0;
}
.items h2{
padding: 40px 0;
}
.items h2 span{
font-size: 16px;
}
.items ul{
margin-top: 40px;
}
.items ul li{
width: 100%;
margin-bottom: 32px;
}
.items ul li:nth-of-type(even){
  margin-left: 0;
}
.items ul h5 {
  width: 100%;
  font-size: 12px;
}
/* items...end */
/*★★★★★★★★★★★★ items.html...end ★★★★★★★★★★★★*/




}
/*------------ メディアクエリ 480px...end ------------*/



/* ----------- メディアクエリ 414px ----------------- */
@media screen and (max-width:414px) {



}
/* ---------- メディアクエリ 414px...end ------------*/



/* ------------ メディアクエリ 375px ----------------- */
@media screen and (max-width: 375px) {



}
/* ------------ メディアクエリ 375px...end -----------*/



/* ----------メディアクエリ 360px ----------------- */
@media screen and (max-width: 360px) {



}
/* ----------- メディアクエリ 360px...end -----------*/



/* ----------- メディアクエリ 320px ----------------- */
@media screen and (max-width: 320px) {



}
/* ---------- メディアクエリ 320px...end ------------*/
