@charset "UTF-8";

picture img {
  vertical-align: top;
}
img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
}
video {
	width: 100%;
}
.c-icon {
  margin-right: 10px;
}

.c-icon-triangle-2 {
  display: inline-block;
  background: url("/img/index/icon_arw_2.png") center center/100% 100% no-repeat;
  width: 38px;
  height: 38px;
  font-size: 0;
}
.c-icon-triangle-3 {
  display: inline-block;
  background: url("/img/index/icon_arw_3.png") center center/100% 100% no-repeat;
  width: 38px;
  height: 38px;
  font-size: 0;
}
.c-icon-outlink {
  display: inline-block;
  background: url("../img/pc/icon_ontlink.png") center center/100% 100% no-repeat;
  width: 1.2vw;
  height: 1.2vw;
  font-size: 0;
  margin-left: 4px;
  vertical-align: middle;
}


.c-btn-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 2px solid #4D4A4A;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 47, 47, 0.97)), color-stop(56.91%, #555252), color-stop(91.72%, #606060), color-stop(96.06%, #a8a3a3), to(#f2eded));
  background: linear-gradient(to top, rgba(47, 47, 47, 0.97) 0%, #555252 56.91%, #606060 91.72%, #a8a3a3 96.06%, #f2eded 100%);
  padding: 10px;
  margin: 0;
  width: 406px;
  height: 90px;
}
.c-btn-type-2 .c-icon {
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -19px;
}
.c-btn-type-2:hover {
  opacity: 0.7;
}

.c-btn-type-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 2px solid #5DB9E2;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#074c6f), color-stop(74.64%, #0f86c3), color-stop(91.72%, #009dee), color-stop(96.06%, #f3f3f3), to(#fff));
  background: linear-gradient(to top, #074c6f 0%, #0f86c3 74.64%, #009dee 91.72%, #f3f3f3 96.06%, #fff 100%);
  padding: 10px;
  margin: 0;
  width: 406px;
  height: 90px;
}
.c-btn-type-3 .c-icon {
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -19px;
}
.c-btn-type-3:hover {
  opacity: 0.7;
}
.c-link-1 {
  color: #DD000B;
}
.c-link-2 {
  color: #5DB9E2;
}

a.c-underline {
  text-decoration: underline;
}
a.c-underline:hover {
  text-decoration: none;
}
.mv {
  position: relative;
  /*margin: 0 calc(50% - 50vw);*/
  width: 100%;
}
.mv .mv-item .bg img {
  width: 100%;
}
.mv .mv-item.item-1 .item-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 2.8vw;
  text-align: center;
  padding-top: 5vw;
  text-shadow: 0 0 10px white;
}
.mv .mv-item.item-1 .item-title .highlight {
  color: #049FD0;
  font-size: 3.9vw;
}
.mv .mv-item.item-1 .btn-feature {
  bottom: 10vw;
  left: 30vw;
}
.mv .mv-item.item-2 .bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/index/top_mv_2_img_1.png") top 9vw center/44vw auto no-repeat;
  opacity: 0.9;
}
.mv .mv-item.item-2 .item-title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 2.8vw;
  text-align: center;
  padding-top: 10vw;
}
.mv .mv-item.item-2 .text-1 {
  background: #fff;
  border: 3px solid #57C4F9;
  border-radius: 3px;
  font-size: 1.6vw;
  line-height: 1;
  padding: 0.5vw 2vw;
  display: inline-block;
  margin-bottom: 2vw;
}
.mv .mv-item.item-2 .text-2 {
  display: block;
  color: #fff;
  font-size: 2.1vw;
  line-height: 1;
  text-shadow: 0 0 10px black;
  margin-bottom: 1.2vw;
}
.mv .mv-item.item-2 .text-3 {
  display: block;
  color: #fff;
  font-size: 3.5vw;
  line-height: 1;
  text-shadow: 0 0 10px black;
  padding-bottom: 2.6vw;
  background: url("/img/index/top_mv_2_img_2.png") bottom center/41vw auto no-repeat;
  margin-bottom: 0.5vw;
}
.mv .mv-item.item-2 .text-4 {
  color: #fff;
  font-size: 2vw;
  line-height: 1;
  text-shadow: 0 0 10px black;
  margin-bottom: 1.5vw;
}
.mv .mv-item.item-2 .text-4 .highlight {
  font-size: 3.5vw;
}
.mv .mv-item.item-2 .text-5 {
  color: #fff;
  font-size: 2vw;
  line-height: 1;
  text-shadow: 0 0 10px black;
}
.mv .mv-item.item-2 .btn-feature {
  z-index: 3;
  bottom: 11.5vw;
  left: 39.5vw;
}
.mv .mv-item.item-3 .item-title {
  position: absolute;
  top: 0;
  left: 6vw;
  padding-top: 6vw;
  text-shadow: 0 0 10px white, 0 0 30px white, 0 0 80px white, 0 0 100px white;
}
.mv .mv-item.item-3 .text-1 {
  display: block;
  font-size: 2.7vw;
  line-height: 1;
  margin-bottom: 2vw;
}
.mv .mv-item.item-3 .text-2 {
  display: block;
  font-size: 3vw;
  line-height: 1;
  margin-bottom: 0.5vw;
}
.mv .mv-item.item-3 .text-2 .highlight {
  color: #0DC5FF;
  font-size: 4vw;
}
.mv .mv-item.item-3 .text-3 {
  display: block;
  font-size: 3vw;
  line-height: 1;
  margin-bottom: 1.5vw;
}
.mv .mv-item.item-3 .text-3 .highlight {
  color: #0DC5FF;
  font-size: 4vw;
}
.mv .mv-item.item-3 .text-4 {
  display: block;
  font-size: 2vw;
  line-height: 1;
  margin-bottom: 2vw;
}
.mv .mv-item.item-3 .btn-feature {
  top: 26vw;
  left: 7vw;
}
.mv .mv-item.item-4 .item-title {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2.5vw;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 10px white, 0 0 30px white, 0 0 80px white, 0 0 100px white;
}
.mv .mv-item.item-4 .text-1 {
  display: block;
  font-size: 2.7vw;
  line-height: 1;
  margin-bottom: 2vw;
}
.mv .mv-item.item-4 .text-2 {
  display: block;
  line-height: 1;
  margin-bottom: 1vw;
}
.mv .mv-item.item-4 .text-2 .highlight {
  color: #0DC5FF;
  font-size: 4vw;
}
.mv .mv-item.item-4 .text-3 {
  display: block;
  font-size: 2vw;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 1.5vw;
}
.mv .mv-item.item-4 .text-4 {
  display: block;
  font-size: 2vw;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 2vw;
}
.mv .mv-item.item-4 .text-4 .highlight {
  color: #0DC5FF;
  font-size: 2.4vw;
}
.mv .mv-item.item-4 .text-5 {
  display: block;
  font-size: 2vw;
  letter-spacing: 0.1em;
  line-height: 1;
}

.mv .mv-item.item-4 .btn-feature {
  bottom: 4.6vw;
  left: 39.5vw;
}
.mv .mv-item .btn-feature {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #D5000D;
  background: -webkit-gradient(linear, left bottom, left top, from(#9E0101), color-stop(74.64%, #D91918), color-stop(91.72%, #D91918), color-stop(96.06%, #EA2B20), to(#e2e2e2));
  background: linear-gradient(to top, #9E0101 0%, #D91918 74.64%, #D91918 91.72%, #EA2B20 96.06%, #e2e2e2 100%);
  text-shadow: 0 0 10px #550202;
  padding: 1vw;
  margin: 0;
  width: 20.8vw;
}

.mv .mv-item .btn-feature .icon-triangle-1 {
  display: inline-block;
  background: url("/img/index/icon_arw_6.png") center center/100% 100% no-repeat;
  width: 2vw;
  height: 2vw;
  font-size: 1rem;
}
.mv .mv-item .btn-feature .c-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 2vw;
  margin: auto;
  right: 1vw;
}
.mv .mv-item .btn-feature:hover {
  border-color: #E15561;
  text-shadow: 0 0 10px rgba(85, 2, 2, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(#BC5656), color-stop(74.64%, #EF6F6B), color-stop(91.72%, #EF6F6B), color-stop(96.06%, #EF6F6B), to(#E2E2E2));
  background: linear-gradient(to top, #BC5656 0%, #EF6F6B 74.64%, #EF6F6B 91.72%, #EF6F6B 96.06%, #E2E2E2 100%);
  opacity: 1;
}
.page-text-1 {
  font-size: 2rem;
  line-height: 2;
}
.about {
  position: relative;
  z-index: 2;
  padding: 75px 20px;
}

.about::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.about .about__header {
  margin-bottom: 60px;
}
.about .about__body {
  margin-bottom: 40px;
}

.about .about__footer .image {
  margin-bottom: 60px;
}

.feature {
  position: relative;
  z-index: 1;
  padding: 75px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5ebbe3), to(#fff));
  background: linear-gradient(to bottom, #5ebbe3 0%, #fff 100%);
}
.feature .feature__header {
  margin-bottom: 60px;
}

.feature .feature__body .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto 100px;
}

.feature .feature__body .feature-list .list-item {
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 32%;
		  flex: 0 1 32%;
  margin-bottom: 30px;
}

.feature .feature__body .feature-list .list-item .feature-box {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px #008cb5;
		  box-shadow: 0 0 6px #008cb5;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  min-height: 130px;
  height: 100%;
}
.feature .feature__body .feature-list .list-item .feature-box .box-primary {
  padding-right: 20px;
}
.feature .feature__body .feature-list .list-item .feature-box .feature-text-1 {
  font-size: 2rem;
  margin-bottom: 10px;
}


.feature .feature__body .feature-list .list-item .feature-box .feature-text-2 {
  font-size: 1.6rem;
}

.feature .feature__footer .image {
  margin-bottom: 60px;
}

.step {
  position: relative;
  z-index: 2;
  padding: 75px 20px;
  color: #fff;
  background: url("/img/index/top_step_bg_1.png") center center/cover no-repeat;
}

.step .step__header {
  margin-bottom: 60px;
}

.step .step__body {
  margin-bottom: 40px;
}

.step .step__body .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  max-width: 1430px;
  margin: 0 auto 100px;
}

.step .step__body .step-list .list-item {
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 32%;
		  flex: 0 1 32%;
  margin-bottom: 30px;
}

.step .step__body .step-list .list-item .step-box {
  text-align: center;
  color: #333;
  background: #fff;
  padding: 2vw;
  width: 26vw;
  height: 26vw;
  max-width: 446px;
  max-height: 446px;
  border-radius: 50%;
  margin: auto;
}
.step .step__body .step-list .list-item .step-box .step-icon {
  min-height: 7vw;
  margin-bottom: 0.5vw;
}

.step .step__body .step-list .list-item .step-box .step-icon.icon-1 img {
  width: 5.5vw;
}

.step .step__body .step-list .list-item .step-box .step-icon.icon-2 img {
  width: 7.5vw;
}

.step .step__body .step-list .list-item .step-box .step-icon.icon-3 img {
  width: 6vw;
}

.step .step__body .step-list .list-item .step-box .step-text-1 {
  font-size: 1.6vw;
  margin-bottom: 0.5vw;
}
.step .step__body .step-list .list-item .step-box .step-text-2 {
  font-size: 1.3vw;
  margin-bottom: 0.5vw;
  font-weight: bold;
}
.step .step__body .step-list .list-item .step-box .step-text-3 {
  font-size: 1.6rem;
  margin-bottom: 0.5vw;
}
/*
.step .step__body .step-list .list-item .step-box .step-text-4 {
  font-size: 1vw;
}*/
.step .step__body .step-list .list-item:not(:last-child) {
  position: relative;
}
.step .step__body .step-list .list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  display: block;
  width: 20px;
  height: 17px;
  background: url("/img/index/top_step_icon_4.png") center center/100% 100% no-repeat;
}

.step .step__footer .image {
  margin-bottom: 60px;
}
.intro {
  position: relative;
  z-index: 1;
  padding: 75px 20px;
}

.intro .intro__header {
  margin-bottom: 60px;
}

.faq {
  position: relative;
  z-index: 1;
  padding: 75px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e4), color-stop(20.08%, #f5f5f3), to(#f6f6f4));
  background: linear-gradient(#e5e5e4 0%, #f5f5f3 20.08%, #f6f6f4 100%);
}

.faq .faq__header {
  margin-bottom: 60px;
}

.faq .faq-box-wrapper {
  max-width: 1000px;
  margin: 50px auto;
}
.faq .faq-box {
  position: relative;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  padding: 30px 40px 30px 40px;
}
.faq .faq-box .faq-box__question .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq .faq-box .faq-box__question .question .question-icon {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50px;
		  flex: 0 0 50px;
}
.faq .faq-box .faq-box__question .question .question-text {
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 100%;
		  flex: 0 1 100%;
  font-size: 1.8rem;
  line-height: 2;
}
.faq .faq-box .faq-box__answer {
/*
  display: none;
*/
}
.faq .faq-box .faq-box__answer .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #5DB9E2;
  padding-top: 30px;
  margin-top: 30px;
}
.faq .faq-box .faq-box__answer .answer .answer-icon {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50px;
		  flex: 0 0 50px;
}
.faq .faq-box .faq-box__answer .answer .answer-text {
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 100%;
		  flex: 0 1 100%;
  font-size: 1.6rem;
  line-height: 2;
}
.faq .faq-box .question-button {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  padding: 20px;
  -webkit-transform: rotate(180deg);
		  transform: rotate(180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0;
}
.faq .faq-box .question-button.open {
  -webkit-transform: rotate(0deg);
		  transform: rotate(0deg);
}



.keys {
  position: relative;
  z-index: 1;
  padding: 75px 20px;
  background: #F8F8F8;
}

.keys .keys__header {
  margin-bottom: 60px;
}

.keys .keys__body {
  background: #fff;
  max-width: 1280px;
  margin: auto;
  padding: 40px;
}
.keys .keys-text-1 {
  font-size: 1.5rem;
}


/*=======================================
休暇のお知らせ
=======================================*/
.page-top-news {
	margin: 20px auto;
	max-width: 1000px;
	border: 2px solid #5DB9E2;
	padding: 10px 20px;
	border-radius: 5px;
}
.page-top-news h2 {
  position: relative;
  cursor: pointer;
}
.page-top-news h2:hover {
	opacity: 0.7;
}
.page-top-news h2::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/img/common/top_question_btn_arw.png") center center/100% 100% no-repeat;
  top: -3px;
  right: 10px;
  width: 32px;
  height: 32px;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-top-news h2.rev::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -2px;
  right: 10px;
  width: 32px;
  height: 32px;
  transition: all 0.3s;
}
.page-top-news p {
	display: none;
	margin-top: 20px;
}
.page-top-news span {
  color: #17559D;
  font-weight: bold;
  padding-right: 10px;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}


@media screen and (max-width: 1024px) {
	.c-icon-triangle-2 {
		width: 26px;
		height: 26px;
	}
	.c-icon-triangle-3 {
		width: 26px;
		height: 26px;
	}
	.c-icon-outlink {
		width: 16px;
		height: 16px;
	}
	
	.c-btn-type-2 {
		font-size: 2rem;
		width: 300px;
		height: 70px;
	}
	.c-btn-type-2 .c-icon {
		margin-top: -12px;
	}
	.c-btn-type-3 {
		font-size: 2rem;
		width: 300px;
		height: 70px;
	}
	.c-btn-type-3 .c-icon {
		margin-top: -12px;
	}
	
	.c-link-1 {
		border-radius: 5px;
		display: block;
		border: 1px solid #DD000B;
		padding: 0 10px;
		width: 120px;
		margin-bottom: 10px;
		margin: 0 auto;
	}
	.page-text-1 {
		font-size: 1.6rem;
	}
	.about {
		padding: 30px 16px;
	}
	.about .about__header {
		margin-bottom: 20px;
	}
	.about .about__body {
		margin-bottom: 20px;
	}
	.about .about__footer .image {
		margin-bottom: 20px;
	}
	.feature {
		padding: 30px 16px;
	}
	.feature .feature__header {
		margin-bottom: 20px;
	}
	.feature .feature__body .feature-list {
		margin-bottom: 20px;
	}
	.feature .feature__body .feature-list .list-item {
		-webkit-box-flex: 0;
			-ms-flex: 0 1 48%;
				flex: 0 1 48%;
		margin-bottom: 10px;
	}
	.feature .feature__body .feature-list .list-item .feature-box {
		padding: 8px;
		height: 80px;
	}
	.feature .feature__body .feature-list .list-item .feature-box .box-primary {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 50px;
				flex: 0 0 50px;
		padding-right: 0;
	}
	.feature .feature__body .feature-list .list-item .feature-box .box-primary img {
		width: auto;
		height: 42px;
		margin: auto;
		display: block;
	}
	.feature .feature__body .feature-list .list-item .feature-box .box-secondary {
		-webkit-box-flex: 0;
			-ms-flex: 0 1 100%;
				flex: 0 1 100%;
	}
	.feature .feature__body .feature-list .list-item .feature-box .feature-text-1 {
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.feature .feature__footer .image {
		margin-bottom: 20px;
	}
	.step {
		padding: 30px 16px;
	}
	.step .step__header {
		margin-bottom: 20px;
	}
	.step .step__body {
		margin-bottom: 20px;
	}
	.step .step__body .step-list {
		display: block;
		margin-bottom: 0;
	}
	.step .step__body .step-list .list-item {
		margin-bottom: 50px;
	}
	.step .step__body .step-list .list-item .step-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		width: 35vw;
		height: 35vw;
		padding: 5vw;
	}
	.step .step__body .step-list .list-item .step-box .step-icon {
		min-height: inherit;
		margin-bottom: 2vw;
	}
	.step .step__body .step-list .list-item .step-box .step-icon.icon-1 img {
		width: 60px;
	}
	.step .step__body .step-list .list-item .step-box .step-icon.icon-2 img {
		width: 60px;
	}
	.step .step__body .step-list .list-item .step-box .step-icon.icon-3 img {
		width: 60px;
	}
	.step .step__body .step-list .list-item .step-box .step-text-1 {
		font-size: 2rem;
		margin-bottom: 5px;
	}
	.step .step__body .step-list .list-item .step-box .step-text-2 {
		font-size: 2rem;
		margin-bottom: 5px;
	}
	.step .step__body .step-list .list-item .step-box .step-text-3 {
		font-size: 1.4rem;
	}
	.step .step__body .step-list .list-item .step-box .step-text-4 {
		font-size: 1.8rem;
	}
	.step .step__body .step-list .list-item:not(:last-child)::after {
		top: auto;
		bottom: -35px;
		right: auto;
		left: 50%;
		margin-left: -10px;
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	.intro {
		padding: 30px 16px;
	}
	.intro .intro__header {
		margin-bottom: 20px;
	}
	.faq {
		padding: 30px 16px;
	}
	.faq .faq__header {
		margin-bottom: 20px;
	}
	.faq .faq-box {
		padding: 20px;
	}
	.faq .faq-box .faq-box__question .question .question-icon {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 40px;
				flex: 0 0 40px;
	}
	.faq .faq-box .faq-box__question .question .question-icon img {
		width: 30px;
	}
	.faq .faq-box .faq-box__question .question .question-text {
		font-size: 1.6rem;
		padding-right: 40px;
	}
	.faq .faq-box .faq-box__answer .answer {
		padding-top: 15px;
		margin-top: 15px;
	}
	.faq .faq-box .faq-box__answer .answer .answer-icon {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 40px;
				flex: 0 0 40px;
	}
	.faq .faq-box .faq-box__answer .answer .answer-icon img {
		width: 30px;
	}
	.faq .faq-box .question-button {
		top: 0;
		right: 0;
	}
	.keys {
		padding: 30px 16px;
	}
	.keys .keys__header {
		margin-bottom: 20px;
	}
	.keys .keys__body {
		padding: 20px;
	}
	.keys .keys-text-1 {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	.mv .mv-item.item-1 .item-title {
		padding-top: 30vw;
		font-size: 7vw;
	}
	.mv .mv-item.item-1 .item-title .highlight {
		font-size: 10vw;
		line-height: 1.4;
	}
	.mv .mv-item.item-1 .btn-feature {
		bottom: 10vw;
		left: 20vw;
	}
	.mv .mv-item.item-2 .bg::before {
		background: url("/img/index/sp_top_mv_2_img_1.png") top 34vw center/92vw auto no-repeat;
	}
	.mv .mv-item.item-2 .item-title {
		padding-top: 36vw;
	}
	.mv .mv-item.item-2 .text-1 {
		font-size: 4vw;
		padding: 1.5vw 2vw;
		border-width: 2px;
		margin-bottom: 5vw;
	}
	.mv .mv-item.item-2 .text-2 {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	.mv .mv-item.item-2 .text-3 {
		font-size: 7vw;
		padding-bottom: 6vw;
		background-size: 80vw auto;
		margin-bottom: 2vw;
	}
	.mv .mv-item.item-2 .text-4 {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	.mv .mv-item.item-2 .text-4 .highlight {
		font-size: 7vw;
	}
	.mv .mv-item.item-2 .text-5 {
		font-size: 4vw;
		line-height: 2;
	}
	.mv .mv-item.item-2 .btn-feature {
		top: auto;
		bottom: 10vw;
		left: 20vw;
	}
	.mv .mv-item.item-3 .item-title {
		left: 4vw;
		padding-top: 8vw;
	}
	.mv .mv-item.item-3 .text-1 {
		font-size: 6vw;
		margin-bottom: 4vw;
	}
	.mv .mv-item.item-3 .text-2 {
		font-size: 7vw;
		margin-bottom: 3vw;
	}
	.mv .mv-item.item-3 .text-2 .highlight {
		font-size: 8vw;
	}
	.mv .mv-item.item-3 .text-3 {
		font-size: 7vw;
		margin-bottom: 3vw;
	}
	.mv .mv-item.item-3 .text-3 .highlight {
		font-size: 11vw;
	}
	.mv .mv-item.item-3 .text-4 {
		font-size: 5vw;
	}
	.mv .mv-item.item-3 .btn-feature {
		top: auto;
		bottom: 10vw;
		left: 20vw;
	}
	.mv .mv-item.item-4 .item-title {
		padding-top: 52vw;
	}
	.mv .mv-item.item-4 .text-1 {
		font-size: 6vw;
		margin-bottom: 4vw;
	}
	.mv .mv-item.item-4 .text-2 {
		margin-bottom: 4vw;
	}
	.mv .mv-item.item-4 .text-2 .highlight {
		font-size: 8vw;
	}
	.mv .mv-item.item-4 .text-3 {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	.mv .mv-item.item-4 .text-4 {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	.mv .mv-item.item-4 .text-4 .highlight {
		font-size: 5vw;
	}
	.mv .mv-item.item-4 .text-5 {
		font-size: 4vw;
	}
	.mv .mv-item.item-4 .btn-feature {
		bottom: 10vw;
		left: 20vw;
	}
	.mv .mv-item .btn-feature {
		font-size: 4vw;
		padding: 3vw;
		width: 60vw;
	}
	.mv .mv-item .btn-feature {
		font-size: 4vw;
		padding: 3vw;
		width: 60vw;
		max-width: 300px;
	}
	.mv .mv-item .btn-feature .c-icon {
		width: 6vw;
		height: 6vw;
		right: 1vw;
	}
	.step .step__body .step-list .list-item .step-box {
		width: 50vw;
		height: 50vw
	}
}
@media screen and (max-width: 520px) {
	.c-icon-outlink {
		width: 4vw;
		height: 4vw;
	}
	
	.c-btn-type-2 {
		max-width: 75vw;
		width: 100%;
		height: 18vw;
		padding: 2.5vw;
	}
	.c-btn-type-3 {
		max-width: 75vw;
		width: 100%;
		height: 18vw;
		padding: 2.5vw;
	}
	
	.c-link-1 {
		width: 30vw;
		margin-bottom: 2vw;
	}
	.feature {
		padding: 7.5vw 4vw;
	}
	.feature .feature__body .feature-list .list-item .feature-box {
		padding: 2vw;
		min-height: 20vw;
		height: 20vw;
	}
	.feature .feature__body .feature-list .list-item .feature-box .box-primary {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 10vw;
				flex: 0 0 10vw;
	}
	.feature .feature__body .feature-list .list-item .feature-box .box-primary img {
		height: 8vw;
	}
	.feature .feature__body .feature-list .list-item .feature-box .box-secondary {
		-webkit-box-flex: 0;
			-ms-flex: 0 1 100%;
				flex: 0 1 100%;
		padding-left: 1vw;
	}
	.feature .feature__body .feature-list .list-item .feature-box .feature-text-1 {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	.feature .feature__body .feature-list .list-item .feature-box .feature-text-2 {
		display: none;
	}
	.step .step__body .step-list .list-item .step-box {
		width: 80vw;
		height: 80vw;
		padding: 10vw;
	}
	.step .step__body .step-list .list-item .step-box .step-text-1 {
		font-size: 2rem;
	}
	.step .step__body .step-list .list-item .step-box .step-text-2 {
		font-size: 2rem;
	}
	/*.step .step__body .step-list .list-item .step-box .step-text-3 {
		font-size: 9px;
		font-size: 1.7307692308vw;
	}*/
	/*.step .step__body .step-list .list-item .step-box .step-text-4 {
		font-size: 18px;
		font-size: 3.4615384615vw;
	}*/
	.faq .faq-box {
		padding: 4vw;
	}
	.faq .faq-box .faq-box__question .question .question-icon {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 8vw;
				flex: 0 0 8vw;
		padding-top: 1.1vw;
	}
	.faq .faq-box .faq-box__question .question .question-icon img {
		width: 6vw;
	}
	.faq .faq-box .faq-box__question .question .question-text {
		padding-right: 8vw;
	}
	.faq .faq-box .faq-box__answer .answer {
		padding-top: 5vw;
		margin-top: 5vw;
	}
	.faq .faq-box .faq-box__answer .answer .answer-icon {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 8vw;
				flex: 0 0 8vw;
		padding-top: 1.1vw;
	}
	.faq .faq-box .faq-box__answer .answer .answer-icon img {
		width: 6vw;
	}
	.faq .faq-box .question-button {
		top: 1.2vw;
		padding: 4vw;
	}
	.faq .faq-box .question-button img {
		width: 5vw;
	}
}