@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv{
    margin-top: 136.18px;
    background: #FF3D00;
}
.fv__inner{
    max-width: 1025px;
	padding: 0 24px;
	margin: 0 auto;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.fv__inner--left{
    width: 35.312180144%;
    color: #fff;
    text-align: center;
}
.fv__inner--right{
    width: 64.687819856%;
}
.fv__inner--left p{
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
	margin-bottom: 32px;
}
.fv__inner--left h1{
	margin-bottom: 32px;
}
.fv__inner--left h1 img{
    width: 74.41077441%;
    margin: 0 auto;
}
.fv__inner--left .fv__point{
    display: flex;
	justify-content: space-between;
	align-items: center;
    margin-bottom: 32px;
}
.fv__inner--left .fv__point img{
    width: 32.241555783%;
}
@media only screen and (max-width: 1024px) {
    .fv{
        margin-top: 132.18px;
    }
}
@media only screen and (max-width: 768px) {
    .fv{
        margin-top: 135.38px;
    }
    .fv__inner{
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        display: block;
    }
    .fv__inner--sp{
        background: #fff;
        padding: 24px 0 0;
    }
    .fv__inner--sp img:nth-of-type(1){
        padding: 0 10px 8px;
    }
    .fv__inner--left{
        width: 100%;
        padding: 0 10px 40px;
    }
    .fv__inner--left p{
        font-size: 14px;
    }
    .fv__inner--left h1{
        margin-bottom: 32px;
    }
    .fv__inner--left h1 img{
        width: 59.1549295771%;
    }
    .fv__inner--left div:nth-of-type(2){
        padding: 0 20px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	catch
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.catch__title{
	max-width: 647px;
	margin: 0 auto 8px;
}
.catch__title div:nth-of-type(1) img{
    max-width: 288px;
	margin-bottom: 32px;
}
.catch__title div:nth-of-type(2) h2{
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
    .catch__title{
        padding: 0 20px;
    }
    .catch__title div:nth-of-type(1) img{
        max-width: 220px;
        margin-bottom: 16px;
    }
    .catch__title div:nth-of-type(2) h2{
        font-size: 28px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	problem
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#problem img{
    margin-bottom: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#point .type1__flex3{
    align-items: start;
}
.type1__inner1--point div:nth-of-type(1){
    margin-bottom: -24px;
    z-index: 4;
}
.type1__inner1--point div:nth-of-type(1) img{
    width: auto;
    height: 64px;
}
.type1__inner1--point div:nth-of-type(2){
    margin-bottom: 16px;
}
.type1__inner1--point:nth-of-type(1) div:nth-of-type(3){
    width: 78.32063492%;
    margin: 0 auto 16px;
}
.type1__inner1--point:nth-of-type(2) div:nth-of-type(3){
    width: 91.412698412%;
    margin: 0 auto 16px;
}
.type1__inner1--point:nth-of-type(3) div:nth-of-type(3){
    width: 52.380952381%;
    margin: 0 auto 16px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type1__inner4--gallery{
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 16px;
}
.type1__inner4--gallery:last-of-type{
    margin-bottom: 0;
}
.type1__inner4--gallery div{
    display: flex;
    -webkit-animation: slider__left 20s linear infinite;
    animation: slider__left 20s linear infinite;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: slider__left;
}
.type1__inner4--gallery:last-of-type div{
    -webkit-animation: slider__right 20s linear infinite;
    animation: slider__right 20s linear infinite;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: slider__right;
}
.type1__inner4--gallery div img{
    width: 320px;
    height: 240px;
    object-fit: cover;
    border-radius: 2px;
    margin-right: 16px;
}
@keyframes slider__left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slider__right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1024px) {
    .type1__inner4--gallery div img{
        width: 242px;
        height: 180px;
    }
}
@media only screen and (max-width: 768px) {
    .type1__inner4--gallery div img{
        width: 164px;
        height: 120px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*price
———————————————————————————————————————————————————————————————————*/
.type1__inner2--price{
    margin-bottom: 64px;
}
.type1__inner2--price--item{
    background: #fff;
    box-shadow: 4px 4px 0px #FF3D00;
    padding: 16px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-bottom: 24px;
}
.type1__inner2--price--item div:nth-of-type(1){
    background: #222;
    padding: 12px 24px;
}
.type1__inner2--price--item div:nth-of-type(1) p{
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
.type1__inner2--price--item div:nth-of-type(1) p span{
    font-weight: 700;
    font-size: 32px;
    padding-right: 4px;
}
.type1__inner2--price--item div:nth-of-type(2){
    display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1){
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
}
.type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) span{
    font-weight: 700;
    font-size: 48px;
}
.type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(2){
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #727272;
}
.type1__inner2--price--attention{
    text-align: right;
}
.type1__inner2--price--attention p{
    font-size: 12px;
    margin-bottom: 8px;
}
.type1__inner2--price--attention p:last-of-type{
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .type1__inner2--price{
        margin-bottom: 32px;
    }
    .type1__inner2--price--item{
        display: block;
        margin-bottom: 20px;
    }
    .type1__inner2--price--item div:nth-of-type(1){
        background: #222;
        padding: 4px 20px;
        margin-bottom: 8px;
    }
    .type1__inner2--price--item div:nth-of-type(1) p{
        font-size: 10px;
    }
    .type1__inner2--price--item div:nth-of-type(1) p span{
        font-size: 16px;
        padding-right: 2px;
    }
    .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1){
        font-size: 16px;
    }
    .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(1) span{
        font-size: 32px;
    }
    .type1__inner2--price--item div:nth-of-type(2) p:nth-of-type(2){
        font-size: 10px;
    }
    .type1__inner2--price--attention p{
        font-size: 10px;
    }
}

/*refun
———————————————————————————————————————————————————————————————————*/
.type1__inner2--refun p{
    text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#support .type1__inner2{
    margin-bottom: 80px;
}
#support .type1__flex2{
    align-items: stretch;
}
.type1__inner2--support{
    background: #fff;
    border: 1px #222 solid;
    border-radius: 2px;
    padding: 16px 20px;
}
.type1__inner2--support h3{
    text-align: center;
    position: relative;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 16px;
	margin-bottom: 24px;
}
.type1__inner2--support h3:after{
    content: '';
    width: 80px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #FF3D00;
}
@media only screen and (max-width: 768px) {
    #support .type1__inner2{
        margin-bottom: 48px;
    }
    .type1__inner2--support{
        padding: 16px 10px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	comparison
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#comparison .bg__box{
    top: 197px;
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 768px) {
    #comparison .type1__inner1 {
		padding: 0 0 0 40px;
	}
    #comparison .bg__box{
        top: 114px;
    }
    #comparison img{
        width: 720px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type1__inner1--voice > img{
    max-width: 90px;
    width: 28.571428571%;
    margin: 0 auto 8px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq__item {
	margin-bottom: 24px;
}
.faq__item--question {
	position: relative;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #222222;
}
.faq__item--question img:nth-of-type(1) {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.faq__item--question img:nth-of-type(2) {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
}
.faq__item--question p {
	font-size: 12px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
.faq__item--answer {
	display: none;
	padding: 20px 0 0 20px;
}
.open .faq__item--answer {
	display: flex;
}
.faq__item--answer img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.faq__item--answer p {
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
}