@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin: 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
a:hover {
  opacity: 0.7;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button, input { /* 1 */
  overflow: visible;
}
button, select { /* 1 */
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
ul, ol {
  padding: 0;
}
ul li, ol li {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  width: 100%;
}
* {
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 897px) {
  .hide-pc {
    display: none !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
.wrapper {
  position: relative;
}
.wrap {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 896px) {
  body {
    width: 100%;
    min-width: auto;
    font-size: 15px;
  }
  .wrapper {
    padding-bottom: 60px;
  }
  .wrap {
    padding: 0 36px;
    width: auto;
    max-width: none;
    min-width: auto;
  }
}
/*フッター*/
.l-footer {
  padding: 30px;
  background: #fff;
  text-align: center;
  border-top: 1px solid #EBEBEB;
}
.l-footer .wrap {
  margin: 0 auto;
  width: 1100px;
}
.l-footer .l-footerArea {
  display: flex;
  justify-content: space-between;
}
.l-footer .l-footerArea .l-footer__left img {
  width: 74px;
}
.l-footer .l-footerArea .l-footer__right .l-footer__menu {
  display: flex;
  justify-content: end;
  gap: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}
.l-footer .l-footerArea .l-footer__right .l-footer__menu a {
  color: #333333;
}
.l-footer .l-footerArea .l-footer__right .l-footer__sns {
  display: flex;
  justify-content: end;
  gap: 30px;
}
.l-footer__copyright {
  font-size: 12px;
  color: #333333;
  margin-top: 20px;
}
@media screen and (max-width: 1140px) {
  .l-footer .wrap {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  .l-footer {
    padding: 30px 20px;
    display: block;
    margin-bottom: 0;
  }
  .l-footer__logo {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .l-footer .l-footerArea {
    flex-wrap: wrap;
    gap: 20px;
  }
  .l-footer .l-footerArea .l-footer__right .l-footer__menu {
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 30px;
  }
  .l-footer .l-footerArea .l-footer__right .l-footer__menu li {
    width: 100%;
  }
  .l-footer .l-footerArea .l-footer__right .l-footer__sns {
    justify-content: left;
  }
  .l-footer__copyright {
    border-top: 1px solid #333333;
    padding: 15px 0 0;
  }
  .l-footer .l-footerArea .l-footer__left {
    width: 100%;
    text-align: left;
  }
}


/*KV*/
#kv{
	background: url("../images/kv_pc.jpg") center top no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 40vw;
}
#kv .logo{
	width: 5vw;
	position:absolute;
	left:2vw;
	top:2vw;
	box-sizing: content-box;
}
#kv ul{
	position:fixed;
	z-index: 1000;
	right:1vw;
	top:1.5vw;
	display: flex;

}
#kv ul li{
	font-size: 0.8vw;
}
#kv ul li.link1 a{
	background-color: #FC4D02;
	color: #FFF;
	padding: 0.4vw 1.5vw;
}
#kv ul li.link2 a{
	background-color: #FFF;
	color: #3A2932;
	padding: 0.4vw 1.5vw;
}
#kv .txt{
	position: absolute;
    width: 40vw;
    left: 7vw;
    top: 6vw;
}
#kv .txt h2{
	font-size: 1.5vw;
	padding-top: 3vw;
}
#kv .txt p{
	width: 15vw;
    position: absolute;
    left: 23vw;
    top: 13vw;
}
#kv .btn1{
    position: absolute;
    left: 0vw;
    top: 25vw;
}
#kv .btn1 a{
	width: 20vw;
	color: #FFF;
	display: block;
	line-height: 4vw;
text-align: center;
	border-radius: 100px;
	font-size: 1.3vw;
	font-weight: 600;
	background: #FC4D02 url("../images/btn_icon1.png") right 1vw center no-repeat;
	background-size: auto 45%;
}
#kv .btn2{
    position: absolute;
    left: 21.5vw;
    top: 25vw;
}
#kv .btn2 a{
	width: 17vw;
	color: #FC4D02;
	display: block;
	line-height: 4vw;
text-align: center;
	border-radius: 100px;
	font-size: 1.3vw;
	font-weight: 600;
	background: #FFF url("../images/btn_icon2.png") right 1vw center no-repeat;
	background-size: auto 45%;
}
#kv .txt small{
    position: absolute;
    left: 0vw;
    top: 31vw;
	font-size: 0.8vw;
}
@media screen and (max-width: 896px) {
#kv{
	background: url("../images/kv_sp.png") center top no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 195vw;
}
#kv .logo{
	width: 15vw;
	left:5vw;
	top:3vw;
}
#kv ul{
	right:0vw;
	top:0vw;
}
#kv ul li{
	font-size: 3.5vw;
}
#kv ul li.link1 a{
	padding: 1vw 3vw;
}
#kv ul li.link2 a{
	padding: 1vw 3vw;
}
#kv .txt{
	position: relative;
    width: 90%;
    left: 0;
    top: 15vw;
	margin: 0 auto;
}
#kv .txt h2{
	font-size: 4vw;
	padding-top: 3vw;
}
#kv .txt p{
	width: 35vw;
	position: absolute;
	left: auto;
	top: 30vw;
	right: 0vw;
}
#kv .btn1{
    left: auto;
    top: 145vw;
	width: 100%;
	display: flex;
	justify-content: center;
}
#kv .btn1 a{
	width: 85%;
	line-height: 260%;
	font-size: 4vw;
	background-size: auto 45%;
	background-position: right 2.5vw center;
}
#kv .btn2{
    left: auto;
    top: 158vw;
	width: 100%;
	display: flex;
	justify-content: center;
}
#kv .btn2 a{
	width: 85%;
	line-height: 260%;
	font-size: 4vw;
	background-size: auto 45%;
	background-position: right 2.5vw center;
}
#kv .txt small{
    position: absolute;
    left: 0vw;
    top: 172vw;
	font-size: 2.5vw;
	width: 100%;
	text-align: center;
}
}
.section1{
	margin: 0 auto;
	padding: 5vw 0;
	text-align: center;
}
.section1 h3{
	text-align: center;
	font-size: 2.5vw;
	color: #39262E;
	line-height: 100%;
	letter-spacing: 8%;
}
.section1 h3 small{
	font-size: 1vw;
}
.section1 h3 span{
	color: #FC4D02;
	position: relative;
}

.section1 h3 span::before{
  content: "●";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #FC4D02;
  font-size: 8px;
}
.section1 p{
	text-align: center;
	padding: 1vw;
}
.section1 img{
	max-width: 1347px;
	width: 80%;
}
@media screen and (max-width: 896px) {
.section1{
	padding: 15vw 0 10vw 0;
}
.section1 h3{
	font-size: 7vw;
	line-height: 120%;
}
.section1 h3 small{
	font-size: 4vw;
	line-height: 140%;
	display: block;
	padding-top: 2vw;
}
.section1 h3 span{
}

.section1 h3 span::before{
  top: -15px;
  font-size: 6px;
}
.section1 p{
	text-align: left;
	padding: 5vw 10vw;
	line-height: 150%;
}
.section1 img{
	max-width: 100%;
	width: 80%;
}
}
.section2{
	padding: 5vw 0;
	text-align: center;
	background-color: #FFF7E5;
}
.section2 h3{
	text-align: center;
	font-size: 2vw;
	color: #39262E;
	line-height: 100%;
	letter-spacing: 8%;
}
.section2 p{
	text-align: center;
	padding: 1vw;
}
.section2 ul{
	display: flex;
	justify-content: space-between;
	width: 1175px;
	margin: 0 auto;
	padding-top: 3vw;
}
.section2 ul li{
	width: 255px;
	font-size: 1vw;
}
.section2 ul li:nth-child(even){
	padding-top: 70px;
}
.section2 ul li h4{
	background-color: #FD6E31;
	color: #FFF;
	display: inline-block;
    padding: 0.8vw 3vw;
    font-size: 1.2vw;
	border-radius: 100px;
	position: relative;
	white-space: nowrap;
}
.section2 ul li h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FD6E31;
}
.section2 ul li img{
	margin-top: 30px;
}
@media screen and (max-width: 896px) {
.section2{
	padding: 15vw 0;
	overflow: hidden;
}
.section2 h3{
	font-size: 6vw;
	padding-bottom: 5vw;
}
.section2 p{
	text-align: center;
	font-size: 3vw;
}
.section2 ul{
	justify-content: flex-start;
	gap: 4vw;
	width: max-content;
	padding-top: 5vw;
    animation: section2-marquee 18s linear infinite;
    will-change: transform;
}
.section2 ul li{
	width: 46vw;
	flex: 0 0 auto;
	font-size: 1vw;
	margin: 0;
	min-width: 0;
}
.section2 ul li:nth-child(even){
	padding-top: 70px;
}
.section2 ul li h4{
    padding: 0.8vw 3vw;
    font-size: 4vw;
	white-space: normal;
}
.section2 ul li h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FD6E31;
}
.section2 ul li img{
	margin-top: 30px;
	width:100%;
}
  @keyframes section2-marquee{
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); } /* JSで中身を2倍にする前提 */
  }
}
.section3{
	padding: 5vw 0 10vw 0;
	text-align: center;
	background: #FF8446 url("../images/service_bg_pc.png") center bottom no-repeat;
}
.section3 h3{
	text-align: center;
	font-size: 2vw;
	color: #FFF;
	line-height: 80%;
	letter-spacing: 8%;
}
.section3 h3 small{
	font-size: 0.8vw;
	letter-spacing: 10%;
	font-family: "Jost", sans-serif;
	font-weight: 700;
}
.section3 ul.service1{
	width: 1224px;
	margin: 3vw auto 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.section3 ul.service1 li{
	width: 590px;
	background-color: #FFF;
	border-radius: 10px;
	margin-bottom: 5vw;
	padding-bottom: 2vw;
}
.section3 ul.service1 li img{
	width: 160px;
	margin-top: -50px;
}
.section3 ul.service1 li h4{
	color: #39262E;
	letter-spacing: 8%;
	font-size: 2vw;
}
.section3 ul.service1 li p{
	font-size: 1vw;
}
.section3 ul.service1 li p span{
background: linear-gradient(transparent 70% , #FFE7C0 70%);
}
.section3 .more{
	background: url("../images/service5.png") center top no-repeat;
	padding-top: 70px;
	color: #FFF;
	font-size: 2vw;
	font-weight: 600;
	line-height: 100%;
}
.section3 ul.service2{
	width: 1224px;
	margin: 2vw auto 2vw auto;
	display: flex;
    flex-wrap: nowrap;
	justify-content: space-between;
}
.section3 ul.service2 li{
	width: 386px;
	background-color: #FFF;
	border-radius: 10px;
	padding: 1vw;
	font-weight: 600;
	font-size: 1.3vw;
}
.section3 .notes{
	font-size: 0.8vw;
}
.section3 .notes a{
	text-decoration: underline;
}
@media screen and (max-width: 896px) {
.section3{
	padding: 15vw 0 20vw 0;
	text-align: center;
	background: #FF8446 url("../images/service_bg_sp.png") center bottom no-repeat;
	background-size: 100% auto;
}
.section3 h3{
	font-size: 7vw;
}
.section3 h3 small{
	font-size: 3vw;
}
.section3 ul.service1{
	width: 90%;
	margin: 10vw auto 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.section3 ul.service1 li{
	width: 100%;
	margin-bottom: 12vw;
	padding-bottom: 6vw;
}
.section3 ul.service1 li img{
	width: 30%;
	margin-top: -30px;
}
.section3 ul.service1 li h4{
	font-size: 6vw;
}
.section3 ul.service1 li p{
	font-size: 3vw;
}
.section3 .more{
	background-size: 20% auto;
	padding-top: 40px;
	font-size: 6vw;
	margin-top: -20px;
}
.section3 ul.service2{
	width: 90%;
	margin: 5vw auto 5vw auto;
    flex-direction: column;
}
.section3 ul.service2 li{
	width: 100%;
	padding: 5vw 0;
	font-size: 5vw;
	margin-bottom: 3vw;
}
.section3 .notes{
	font-size: 3vw;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
}
.section4{
	padding: 5vw 0 0 0;
}
.section4 h3{
	text-align: center;
	font-size: 2vw;
	color: #3A2932;
	line-height: 80%;
	letter-spacing: 8%;
}
.section4 h3 small{
	font-size: 0.8vw;
	letter-spacing: 10%;
	font-family: "Jost", sans-serif;
	font-weight: 700;
}
.section4 .howto{
	display: flex;
	margin-top: 5vw;
}
.section4 .howto1{
	width: 50%;
	background: url("../images/bg1.png") center top no-repeat;
	background-size: cover;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 10vw;
}
.section4 .howto2{
	width: 50%;
	background: url("../images/bg2.png") center top no-repeat;
	background-size: cover;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 10vw;
}
.section4 .howto1 img,
.section4 .howto2 img{
	width: 255px;
	margin-top: -50px;
}
.section4 .howto1 h4{
	color: #FFF;
	font-size: 1.6vw;
	background-color: #FD6E31;
	border-radius: 7px;
	display: inline-block;
	margin: 1vw 0;
	padding: 0 3vw;
}
.section4 .howto2 h4{
	color: #FFF;
	font-size: 1.6vw;
	background-color: #38AF85;
	border-radius: 7px;
	display: inline-block;
	margin: 1vw 0;
	padding: 0 3vw;
}
.section4 .howto1 p,
.section4 .howto2 p{
	width: 20vw;
	text-align: left;
	font-size: 0.9vw;
}
.section4 .howto1 dl,
.section4 .howto2 dl{
	width: 22vw;
	text-align: left;
	font-size: 1vw;
	margin-top: 1vw;
	font-weight: 600;
}
.section4 .howto1 dl dt,
.section4 .howto2 dl dt{
	border-bottom: 1px solid #6A483C;
	margin-bottom: 0.5vw;
}
.section4 .howto1 dl dd li,
.section4 .howto2 dl dd li{
	background: url("../images/check_icon.png") left top 0.8vw no-repeat;
	background-size: 25px auto;
	padding: 10px 0 10px 30px;
}
@media screen and (max-width: 896px) {

.section4{
	padding: 15vw 0 0 0;
}
.section4 h3{
	font-size: 7vw;
}
.section4 h3 small{
	font-size: 3vw;
}
.section4 .howto{
	display: flex;
	margin-top: 20vw;
	flex-direction: column;
}
.section4 .howto1{
	width: 100%;
	padding-bottom: 20vw;
}
.section4 .howto2{
	width: 100%;
	padding-bottom: 30vw;
}
.section4 .howto1 img,
.section4 .howto2 img{
	width: 40%;
	margin-top: -50px;
}
.section4 .howto1 h4{
	font-size: 6vw;
	margin: 5vw 0;
	padding: 0 3vw;
}
.section4 .howto2 h4{
	font-size: 6vw;
	margin: 5vw 0;
	padding: 0 3vw;
}
.section4 .howto1 p,
.section4 .howto2 p{
	width: 80%;
	margin: 0 auto;
	font-size: 3vw;
}
.section4 .howto1 dl,
.section4 .howto2 dl{
	width: 80%;
	margin: 0 auto;
	font-size: 3.5vw;
	margin-top: 5vw;
}
.section4 .howto1 dl dt,
.section4 .howto2 dl dt{
	margin-bottom: 2vw;
}
.section4 .howto1 dl dd li,
.section4 .howto2 dl dd li{
	background: url("../images/check_icon.png") left top 2vw no-repeat;
	background-size: 20px auto;
	padding: 5px 0 5px 25px;
}
}

.section5{
	background: url("../images/order_bg_pc.png") center top no-repeat;
	background-size: 100% auto;
	margin-top: -10vw;
	padding-top: 10vw;
	position: relative;
}
.section5 h3{
	text-align: center;
	font-size: 2vw;
	color: #FFF;
	line-height: 80%;
	letter-spacing: 8%;
}
.section5 h3 small{
	font-size: 0.8vw;
	letter-spacing: 10%;
	font-family: "Jost", sans-serif;
	font-weight: 700;
}
.section5 .background{
	background-color: #6A483C;
	padding: 7vw 0;
}
.section5 dl.first{
	width: 1028px;
	margin: 3vw auto 5vw auto;
	display: flex;
	justify-content: space-between;
}
.section5 dl.first dt{
	width: 539px;
}
.section5 dl.first dd{
	padding-top: 5vw;
	color: #FFF;
	width: 412px;
}
.section5 dl.first h4{
	font-size: 1.6vw;
	margin-bottom: 1vw;
}
.section5 dl .tips{
	background-color: #FF8446;
	color: #FFF;
	font-size: 1vw;
	font-weight: 600;
	position: relative;
	display: inline-block;
    padding: 0 1vw;
	margin-bottom: 1vw;
}
.section5 dl .tips:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FF8446;
}
.section5 dl.first p{
	padding-right: 5vw;
}
.section5 .order{
	width: 1243px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.section5 .order dl{
	width: 280px;
	color: #FFF;
}
.section5 .order dl h4{
	font-size: 1.3vw;
	margin-bottom: 1vw;
	text-align: center;
}
@media screen and (max-width: 896px) {
.section5{
	background: url(../images/order_bg_sp.png) center top no-repeat;
	background-size: 100% auto;
	margin-top: -25vw;
	padding-top: 18vw;
}
.section5 h3{
	font-size: 7vw;
}
.section5 h3 small{
	font-size: 3vw;
}
.section5 .background{
	background-color: #6A483C;
	padding: 7vw 0;
}
.section5 dl.first{
	width: 80%;
	margin: 3vw auto 10vw auto;
	flex-direction: column;
}
.section5 dl.first dt{
	width: 100%;
}
.section5 dl.first dd{
	padding-top: 5vw;
	width: 100%;
}
.section5 dl.first h4{
	font-size: 5vw;
	margin-bottom: 1vw;
	text-align: center;
}
.section5 dl .tips{
	font-size: 3vw;
    padding: 0 4vw;
	margin-bottom: 5vw;
}
.section5 dl .tips:before {
}
.section5 dl.first p{
	padding-right: 0vw;
}
.section5 .order{
	width: 90%;
	flex-wrap: wrap;
}
.section5 .order dl{
	width: 50%;
	color: #FFF;
	margin-bottom: 5vw;
}
.section5 .order dt{
	text-align: center;
}
.section5 .order dt img{
	width: 80%;
}
.section5 .order dl h4{
	font-size: 4vw;
	margin-bottom: 1vw;
}
.section5 .order dd p{
	font-size: 3vw;
}
}
.section6{
	background-color: #FF8446;
	padding: 8vw 0;
}
.section6 h3{
	text-align: center;
	font-size: 2vw;
	color: #FFF;
	line-height: 80%;
	letter-spacing: 8%;
}
.section6 h3 small{
	font-size: 0.8vw;
	letter-spacing: 10%;
	font-family: "Jost", sans-serif;
	font-weight: 700;
}
.section6 .flow{
	width: 1200px;
	margin: 5vw auto 3vw auto;
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
}
.section6 .flow .flow1,
.section6 .flow .flow2,
.section6 .flow .flow3{
	width: 33.3%;
	padding: 2vw 4vw;
	position: relative;
}
.section6 .flow .flow1,
.section6 .flow .flow2{
	background: url("../images/flow_bg_pc.png") right top no-repeat;
	background-size: auto 100%;
}
.section6 .flow span{
  position:absolute;
  top:-2.5vw;
  left:50%;
  transform:translateX(-50%);
  width:5vw;
  height:5vw;
  border-radius:50%;
  background:#6A483C;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:600;
  font-size:2vw;
  letter-spacing:.03em;
}
.section6 .flow h4{
	font-size: 1.6vw;
    margin-bottom: 0.5vw;
	color: #3A2932;
	margin-top: 1vw;
	text-align: center;
}
.section6 .tool h4{
	font-size: 1.6vw;
	color: #FFF;
	text-align:center;
}
.section6 .tool p{
	color: #FFF;
	text-align:center;
}
.section6 .tool p a{
	color: #FFF;
	text-decoration: underline;
}
.section6 .tool ul{
	padding: 5vw;
	background-color: #FFF;
	display: flex;
	width: 1000px;
	margin: 1.5vw auto 0 auto;
	border-radius: 20px;
	justify-content: space-between;
}
.section6 .tool ul li{
	width: 239px;
	text-align: center;
	font-weight: 600;
}
.section6 .tool ul li img{
	margin-bottom: 0.5vw;
}

@media screen and (max-width: 896px) {
.section6{
	background-color: #FF8446;
	padding: 15vw 0 10vw 0;
}
.section6 h3{
	font-size: 7vw;
}
.section6 h3 small{
	font-size: 3vw;
}
.section6 .flow{
	width: 90%;
	margin: 15vw auto 10vw auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.section6 .flow .flow1,
.section6 .flow .flow2,
.section6 .flow .flow3{
	width: 100%;
	padding: 4vw 4vw 14vw 4vw;
}
.section6 .flow .flow1,
.section6 .flow .flow2{
	background: url("../images/flow_bg_sp.png") center bottom no-repeat;
	background-size: 100% auto;
}
.section6 .flow span{
  top:-8vw;
  left:50%;
  width:15vw;
  height:15vw;
  font-size:5vw;
}
.section6 .flow h4{
	font-size: 6vw;
    margin-bottom: 0.5vw;
	margin-top: 5vw;
}
.section6 .flow p{
	font-size: 3.5vw;
    padding: 0 10vw;
}
.section6 .tool h4{
	font-size: 6vw;
}
.section6 .tool p{
	width: 80%;
	margin: 0 auto;
}
.section6 .tool p a{
}
.section6 .tool ul{
	padding: 7vw 5vw;
	width: 90%;
	margin: 3vw auto 0 auto;
    flex-wrap: wrap;
}
.section6 .tool ul li{
	width: 50%;
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 2vw;
	line-height: 140%;
	font-size: 3.5vw;
}
.section6 .tool ul li img{
	margin-bottom: 1vw;
	width: 80%;
}
}
.section7{
	padding: 5vw 0 0 0;
}
.section7 h3{
	text-align: center;
	font-size: 2vw;
	color: #3A2932;
	line-height: 80%;
	letter-spacing: 8%;
}
.section7 h3 small{
	font-size: 0.8vw;
	letter-spacing: 10%;
	font-family: "Jost", sans-serif;
	font-weight: 700;
}
.section7 p{
	padding: 4vw 0;
	text-align: center;
	background-color: #EEECE8;
	width: 800px;
	margin: 3vw auto 5vw auto;
	border-radius: 20px;
}
@media screen and (max-width: 896px) {
.section7{
	padding: 15vw 0 0 0;
}
.section7 h3{
	font-size: 7vw;
}
.section7 h3 small{
	font-size: 3vw;
}
.section7 p{
	padding: 4vw 0;
	width: 80%;
	margin: 3vw auto 5vw auto;
	font-size: 3.5vw;
}
}
.section8{
	padding: 5vw 0 0 0;
}
.section8 h3{
	text-align: center;
	font-size: 2vw;
	color: #3A2932;
	line-height: 80%;
	letter-spacing: 8%;
	margin-bottom: 2vw;
}
.section8 h3 small{
	font-size: 0.8vw;
	letter-spacing: 10%;
	font-family: "Jost", sans-serif;
	font-weight: 700;
}
.section8 dl{
	width: 800px;
	margin: 0 auto 1.5vw auto;
}
.section8 dl dt{
	background: #6A483C url("../images/q.png") left 1vw center no-repeat;
	background-size: 28px auto;
	padding-left: 60px;
	color: #FFF;
	font-weight: 600;
	line-height: 300%;
	border-radius: 100px;
	position: relative;
	cursor: pointer;
}
.section8 dl dd{
	padding: 1vw 3vw 0 3vw;
}
.section8 dl dt span{
	background: url("../images/arrow_down.png") right 1.5vw center no-repeat;
	background-size: 12px auto;
	width: 100%;
	display: block;
}
.section8 dl.active dt span{
  background-image: url("../images/arrow_up.png");
}

.section8 dl dd{
  padding: 0 3vw;
  max-height: 0;
  opacity: 0;
  overflow: hidden;

  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
}

.section8 dl.active dd{
  padding: 1vw 3vw 0 3vw;
  max-height: 500px;
  opacity: 1;
}
@media screen and (max-width: 896px) {
.section8{
	padding: 15vw 0 0 0;
}
.section8 h3{
	font-size: 7vw;
}
.section8 h3 small{
	font-size: 3vw;
}
.section8 dl{
	width: 90%;
	margin: 0 auto 3vw auto;
}
.section8 dl dt{
	background: #6A483C url("../images/q.png") left 4vw center no-repeat;
	background-size: 18px auto;
	padding: 3vw 3vw 3vw 13vw;
}
.section8 dl dd{
	padding: 1vw 3vw 0 3vw;
}
.section8 dl dt span{
	background: url("../images/arrow_down.png") right 2vw center no-repeat;
	background-size: 10px auto;
	line-height: 140%;
	padding-right: 5vw;
}
}
.section9{
	background: #FD6E31 url("../images/cta_bg_pc.png") bottom center no-repeat;
	padding: 2vw 0 5vw 0;
	background-size: 100% auto;
	margin-top: 7vw;
}
.section9 p{
	color: #FFF;
	text-align: center;
    font-size: 2vw;
	letter-spacing: 8%;
	font-weight: 700;
}
.section9 p span{
	font-size: 4vw;
}
.section9 .btn{
	width: 400px;
	margin: 0 auto;
}
.section9 .btn a{
	width: 100%;
	color: #3A2932;
	display: block;
	line-height: 4vw;
text-align: center;
	border-radius: 100px;
	font-size: 1.3vw;
	font-weight: 600;
	background: #FFF url("../images/btn_icon2.png") right 1vw center no-repeat;
	background-size: auto 45%;
}
@media screen and (max-width: 896px) {
.section9{
	background: #FD6E31 url("../images/cta_bg_sp.png") bottom center no-repeat;
	padding: 15vw 0 20vw 0;
	background-size: 100% auto;
	margin-top: 15vw;
}
.section9 p{
    font-size: 6vw;
	line-height: 140%;
}
.section9 p span{
	font-size: 9vw;
}
.section9 .btn{
	width: 60%;
	margin-top: 5vw;
}
.section9 .btn a{
	line-height: 10vw;
	font-size: 4vw;
	background: #FFF url("../images/btn_icon2.png") right 3vw center no-repeat;
	background-size: auto 45%;
}
}
.section10{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	padding: 2vw 0;
	justify-content: space-between;
}
.section10 h3{
	font-size: 1.6vw;
	color: #3A2932;
	padding: 4vw 0 2vw 0;
}
.section10 p{
	width: 600px;
}
.section10 p span{
	font-size: 0.7vw;
	padding-top: 2vw;
	display: block;
}
.section10 .img{
	width: 500px;
}
@media screen and (max-width: 896px) {
.section10{
	width: 90%;
	padding: 15vw 0;
	flex-direction: column;
}
.section10 h3{
	font-size: 7vw;
	padding: 4vw 0 2vw 0;
	text-align: center;
}
.section10 p{
	width: 100%;
}
.section10 p span{
	font-size: 3vw;
	padding-top: 2vw;
	display: block;
}
.section10 .img{
	width: 70%;
	margin: 0 auto 3vw auto;
}
}
