@charset "UTF-8";

.inner{
  width: 1140px;
  margin: 0 auto;
	overflow: initial!important;
}

.tac{
  text-align: center;
}
.tar{
  text-align: right;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

}
.aic{
  align-items: center;
}


.jss{
  justify-content: space-between;
  flex-wrap:wrap;

}
.oswald{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.til{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items:flex-end;
}
.til h2{
  font-size: 3.4rem;
  font-weight: bold;
  margin-right: 10px;
	text-align: center;
}
.til p{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: var(--accent);
  text-transform:uppercase;
  line-height: 1.6rem;
  padding-top: 10px;
}


.til2{
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
/*  padding-left: 24px;*/
  position:relative;
  margin-bottom: 2.4rem;
	text-align: center;
}
.til2 span{
  font-size: 2.8rem;
  color: var(--accent);
  font-weight: bold;
  margin-right: 2px;
}
/*
.til2:before{
content:'';
left:0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
position:absolute;
background: linear-gradient(to bottom right, var(--accent) 0%, #3fdef1 100%);
width: 6px;
height: 32px;
}
*/
.til2-wh{
  color: var(--basic);
}
.til2-wh span{
  color: var(--accent);
}

/*
.til2-wh:before{
background: var(--basic);
}
*/
.bg-blue{
  background-image: url("../img/fv_back_03.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment: fixed;
}
.box-top{
  padding-top: 48px;
  padding-bottom: 48px;

}
/*end common*/



/*---others---*/
.others-li li{
  width: 24%;
  border-radius:2px;
  height: 240px;
  box-sizing:border-box;
  padding: 24px 24px;
  background: #fff;
  position:relative;
  transition:.4s;

}
.others-li li:hover{
  margin-top: -4px;
  margin-bottom: 4px;
}
a.others-con{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  transition:.4s;
}

.others-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.others-box_img{
  margin-bottom: 4px;
}
.others-box_img img{
  background: var(--light);
  width: 32px;
	border-radius:4px;
	padding: 16px;;
  margin: 0 auto 4px;
}

.others-box h3{
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 24px;
  color: var(--basic);
}
.others-box h3 span{
  color: var(--main);
	font-weight: bold;
  font-size: 2rem;
}
/* 006 */
.button006{
  position:absolute;
  bottom:16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius:999px;
  background: var(--light);
  transition:.3s;
}
.button006:hover{
  background: #f9eeea;
}
.button006>a.others-more {
  position: relative;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button006>a.others-more:before {
  right: 2px;
  content: '';
  position: absolute;
  top:25.5px;
  transform: translateY(calc(-50% - 2px)) rotate(40deg);
  width: 14px;
  height: 1px;
  background-color: var(--accent);
  transition: 0.3s;
}
.button006>a.others-more:after {
  content: '';
  position: absolute;
  top: 28px;
  right: 4px;
  transform: translateY(-50%);
  width: 48px;
  height: 1px;
  background-color: var(--accent);
  transition: 0.3s;
}
.button006>a.others-more:hover:after {
  right: -1px;
}
.button006>a.others-more:hover:before{
  right: -2px;
}
.tag{
  position:absolute;
  top:-32px;
  right:-32px;
  transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
}
.tag p{
  position:relative;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
  width:100px;
  height: 100px;
  border-radius:999px;
  background: #ffc600;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  background: linear-gradient(to bottom right, #ffc600 0%, #ff7e00 100%);
  text-align: center;
  color: #fff;
}
.tag p span{width: 100%;
  position: absolute;
  letter-spacing: 0.01em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* 003 */
.button003>a.others-more2 {
  /*    background: #333;*/
  /*    border-radius: 50px;*/
  font-size: 1.4rem;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 6px 24px;
  color: #333;
  /*	border:1px solid #333;*/
  transition: 0.3s ease-in-out;
  font-weight: bolg;
}
.button003>a.others-more2:hover {
  background: #fff;
  color: #333;
  border-bottom:1px solid #333;
}
.button003>a.others-more2:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003>a.others-more2:hover:after {
  border-color: #333;
}
/*---end others---*/

.accordion {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
	background: var(--light);
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px var(--main);
	background: var(--main);
padding: 1em;
	font-size: 1.8rem;
display: block;
color: var(--basic);
font-weight: bold;
	border-radius:4px;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: var(--basic);
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}

.toggle:checked + .title + .content {
max-height: 2000px;
transition: all 1.5s;
	padding: 3.2rem 1.6rem;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}


.infiniteslide li {
    flex: 0 0 auto;
    display: block;
    margin: 0 10px;
}

.infiniteslide li img {
    width: 120px;
    object-fit: contain;
    object-position: 50% 50%;
    overflow: hidden;
    aspect-ratio: 5 / 3;
}
.footer{
	width: 100%;
}
.cam-box{
	padding: 0px 4rem 2.4rem ;
	border-radius:8px;
	background: #fff;
	box-sizing: border-box;
}
.cam-box img.til-img{
	max-width:800px;
	margin-top: -1.6rem;
	margin-bottom: 1rem;
	width: 100%;
}
.ppl-img{
	max-width: 150px;
	margin-top: -1rem;
}
.txt-con{
	justify-content: space-around;
	margin-bottom: 1rem;
	
}
.txt-con p{
	font-size: 2.4rem;
	line-height: 3.4rem;
	font-weight: bold;
	text-align: left;
}
.btn-cam{
	padding: 1.4rem 0.8rem;
	background: var(--sub);
	border:2px solid var(--sub);
	color: white;
	display: block;
	box-sizing: border-box;
	border-radius:4px;
	font-size: 2rem;
	text-align: center;
	line-height: 2.8rem;
	font-weight: bold;
	max-width: 800px;
	transition:.2s;
	margin: 0 auto;
}
.btn-cam:hover{
	background: transparent;
	color: var(--sub);
}
.fa-angle-down{
	margin-left: 1rem;
}
/*-----------------
-------ipad pro-----
--------------------
*/
@media screen and (max-width: 1024px) {
  .inner,.inner-contact{
    width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
  }


}

/*-----------------
-------ipad-----
--------------------
*/
@media screen and (max-width:769px) {
  body{
    font-size: 1.6rem;
    max-width:768px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .inner{
    max-width: 680px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .others-li li{
    width: 48%;
    margin-bottom: 32px;
  }
  .others-li li:last-of-type{
    margin-bottom: 0;
  }
	.txt-con p{
		font-size: 2rem;
		line-height: 3rem;
		width: calc(100% - 160px);
	}
	.ppl-img{
		width: 160px;
	}
	.btn-cam{
		font-size: 1.8rem;
	}
}
/*----
-------------
-------sp-----
--------------------
*/
@media screen and (max-width:640px){
  body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .inner, .inner-contact{
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }
  .others-li li{
    width: 100%;
    margin-bottom: 16px;
    height: 180px;
  }
	.txt-con p{
		font-size: 1.8rem;
		line-height: 2.8rem;
		width: calc(100% - 100px);
	}
	.ppl-img{
		width: 100px;
	}

}

@media screen and (max-width:400px){
  body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .inner{
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }


}


/* step
----------------------------------------------------------- */
.br_460 {
    display: none;
}
.cam-box .step {
}
.step .inner {
    padding: 4.2rem 0 3rem;
    width: 100%;
}
.step img {
    margin: 0 auto;
}
.step h2 {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}
.step h2 span {
    font-weight: 600;
    color: var(--main);
}
.step h2 span.about_num {
    font-size: 4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    vertical-align: -4%;
}
.step ol {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.step ol li {
    width: 100%;
    max-width: 173px;
    padding: 0 1rem;
    position: relative;
}
.step ol li:first-child::before {
    content: url(../img/step_balloon.png);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -102px;
}
.step ol li:last-child::before {
    content: url(../img/step_deco.png);
    position: absolute;
    right: 0;
    top: -24px;
}
.step ol li .step_img_wrapper {
    position: relative;
}
.step ol li .step_img_wrapper::after {
    content: url(../img/arrow.png);
    position: absolute;
    top: calc(50% - 14px);
    left: calc(0% - 22px);
}
.step ol li:first-child .step_img_wrapper::after {
    display: none;
}
.step ol li .step_img_wrapper img {
    margin: 0 auto 1.8rem;
}
.step ol li h3 {
    font-size: 1.6rem;
    color:var(--main);
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.6rem;
    line-height: 1.4em;
    font-feature-settings: "palt";
}
.step ol li p {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    font-feature-settings: "palt";
}

@media screen and (max-width: 1250px) {
    .step .inner {
        width: 755px;
        padding: 3rem 0 0;
    }
    .step ol {
        justify-content: center;
        margin-top: 3rem;
    }
    .step ol li {
        padding: 0 1.6rem 4rem;
    }

    .step ol li .step_img_wrapper::after {
        left: calc(0% - 18px);
    }
}

@media screen and (max-width: 768px) {
    .step h2 {
        font-size: 2rem;
        font-feature-settings: "palt";
    }
    .step h2 span.about_num {
        font-size: 3rem;
    }
    .sp_br {
        display: none;
    }
    .step .inner {
        width: 90%;
        padding: 2rem 0 0;
    }
    .step ol {
        display: block;
        margin-top: 2.4rem;
    }
    .step ol li {
        margin: 0 auto;
        max-width: 408px;
        width: auto;
        padding-bottom: 5.6rem;
    }
    .step ol li:last-child {
        padding-bottom: 4rem;
    }
    .step ol li:last-child::before {
        display: none;
    }
    .step ol li h3 {
        margin-bottom: 1rem;
    }
    .step ol li .step_img_wrapper::after {
        left: 48%;
        top: -29%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transform: rotate(90deg);
    }
    .step ol li .step_img_wrapper img {
        margin: 0 auto 0.8rem;
    }
    .step ol li:last-child .step_img_wrapper::before {
        content: url(../img/step_deco.png);
        position: absolute;
        right: 80px;
        top: -12px;
    }
    .step ol li p {
        text-align: center;
    }
}

@media screen and (max-width: 460px) {
    .br_460 {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .step ol li:last-child .step_img_wrapper::before {
        right: 19px;
    }
}

