@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;
  }
}
@media screen and (max-width: 1024px) {
  .hide-sp {
    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;
  }
}

@keyframes floatMenu{

  0%{
    opacity:0;
    transform:translateY(-30px) scale(.96);
  }

  60%{
    opacity:1;
    transform:translateY(6px) scale(1.02);
  }

  100%{
    opacity:1;
    transform:translateY(0) scale(1);
  }

}


/*ヘッダー*/
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	background-color: rgba(255,255,255,0.8);
    padding: 0 5% 20px 5%;
}

header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0 0 0;
	position: relative;
}

header h1{
	width: 260px;
	position: relative;
}

header h1 img{
	display: block;
	width: 100%;
}

header ul.nav{
	display: flex;
	position: relative;
	z-index: 1001;
}

header ul.nav li{
	margin-left: 10px;
}

header ul.nav li a{
	display: block;
	line-height: 250%;
	border-radius: 100px;
	padding: 0 30px;
	background-color: #FC4D02;
	color: #FFF;
}

header ul.nav li.download a{
	background-color: #323233;
}
header ul.nav li:last-child a{
    color: #ffffff;
    font-size: 0.7vw;
    position: absolute;
    right: 10px;
    top: -50px;
    padding: 5px 20px;
    background-color: #0056EF;
    border-radius: 0 0 5px 5px;
    line-height: 150%;
		font-weight: bold;
}

header .hamburger{
	display: none;
}


/*コンテンツ*/
#kv{
	width: 100%;
	background: #FEF5F2;
	background: linear-gradient(0deg,rgba(254, 245, 242, 1) 61%, rgba(255, 255, 255, 1) 100%);
	display: flex;
	justify-content: space-between;
	padding-top: 110px;
}

@media screen and (min-width: 897px) {
#kv{
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 4vw;
	min-height: auto;
	box-sizing: border-box;
}

/* 20260702 / 20260727 - PC：按钮相对图片统一用百分比定位，避免 1400px 断点跳变与盖住文案 */
#kv .visual{
	position: relative;
	padding: 0 11.7vw 2vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
#kv .kv-content{
	display: block;
	width: 90%;
	margin-top: -1.5%;
	margin-left: 4.5%;
	box-sizing: border-box;
}
#kv .visual picture{
	display: block;
	width: 100%;
	margin: 0;
}
#kv .visual picture img{
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
}
#kv .btn{
	position: static;
	width: 90%;
	margin-top: -3.5%;
	margin-bottom: 1vw;
	margin-left: 4.5%;
	flex-shrink: 0;
}
}

@media screen and (min-width: 897px) and (max-width: 1400px) {
#kv{
	background: #FEF5F2;
	background: linear-gradient(0deg,rgba(254, 245, 242, 1) 61%, rgba(255, 255, 255, 1) 100%);
	padding-top: 110px;
	padding-bottom: 4vw;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
	overflow-x: hidden;
}
#kv .visual{
	width: 100%;
	max-width: none;
	margin: 0 auto;
	background: none;
	padding: 0 4.5% 3%;
	box-sizing: border-box;
	overflow: hidden;
	transform: none;
	margin-bottom: 0;
}
#kv .btn{
	margin-bottom: 0;
}
#kv .btn a{
	width: clamp(200px, 20vw, 345px);
	min-width: 0;
	height: clamp(44px, 4vw, 56px);
	line-height: 1;
	font-size: clamp(14px, 1.1vw, 18px);
	padding: 0 clamp(20px, 2vw, 30px);
	padding-right: clamp(28px, 2.8vw, 40px);
	background-position: right 0.8em center;
	background-size: auto 45%;
}
}
#kv .btn a{
	width: clamp(200px, 20vw, 345px);
	height: clamp(44px, 4vw, 56px);
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
	border-radius: 100px;
	font-size: clamp(14px, 1.1vw, 18px);
	font-weight: 600;
	background: #FC4D02 url("../images/btn_icon1.png?v=20260806") right 1vw center no-repeat;
	background-size: auto 45%;
	padding: 0 clamp(20px, 2vw, 30px);
	padding-right: clamp(28px, 2.8vw, 40px);
	box-sizing: border-box;
}

#kv .txt{
	padding-left: 7vw;
}
#kv .img{
	padding-right: 2vw;
	padding-left: 2vw;
}
#kv .btn-pc{
	margin-top: 15px;
}
#kv .btn-pc a{
	width: 17vw;
	color: #FFF;
	display: block;
	line-height: 3.5vw;
text-align: center;
	border-radius: 100px;
	font-size: 1.1vw;
	font-weight: 600;
	background: #FC4D02 url("../images/btn_icon1.png?v=20260806") right 1vw center no-repeat;
	background-size: auto 45%;
}
.btn-sp{
	display: none;
}
#section1{
	padding: 5vw clamp(24px, 5vw, 60px) 10vw;
	box-sizing: border-box;
}
#section1 h3{
	padding-bottom: 20px;
	width: 90%;
	max-width: 688px;
	margin: 0 auto;
}
#section1 h4{
	padding-bottom: 50px;
	width: 90%;
	max-width: 925px;
	margin: 0 auto;
}
#section1 .txt{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#section1 .txt img{
	float: right;
	width: 428px;
	padding-top: 30px;
}
#section1 .txt p{
	font-size: 1.3vw;
	font-weight: 600;
	line-height: 180%;
}
#section1 .txt p .keep{
	white-space: nowrap;
}
#section1 ul{
	display: flex;
	margin-top: 2vw;
}
#section1 ul li{
	margin-right: 20px;
	font-size: 1vw;
}
#section1 ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 100px;
	padding: 0 clamp(20px, 2vw, 30px);
	padding-right: clamp(28px, 2.8vw, 40px);
	box-sizing: border-box;
	background-color: #FC4D02;
	color: #FFF;
	background: #FC4D02 url("../images/btn_icon1.png?v=20260806") right 1vw center no-repeat;
	background-size: auto 45%;
	font-size: clamp(14px, 1.1vw, 18px);
	font-weight: 700;
	width: clamp(200px, 20vw, 345px);
	height: clamp(44px, 4vw, 56px);
	white-space: nowrap;
}
#section1 ul li:last-child a{
	background: #323233 url("../images/btn_icon3.png?v=20260806") right 1vw center no-repeat;
	background-size: auto 45%;
}


#section2{
	padding: 8vw clamp(24px, 5vw, 60px);
	box-sizing: border-box;
	background: #FEF5F2;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 61%, rgba(254, 245, 242, 1) 100%);
}
#section2 h3{
	text-align: center;
	color: #1E1E1E;
	font-size: 3vw;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;;
    font-weight: 700;
	line-height: 70%;
}
#section2 h3 span{
	color: #FC4D02;
	display: block;
	font-size: 1.5vw;
	letter-spacing: 0.5px;
	padding-top: 10px;
}
#section2 ul{
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#section2 ul li{
	text-align: center;
}
#section2 ul li img{
	width: 80%;
	margin-bottom: 20px;
}
#section2 ul li h4{
	font-size: 1.6vw;
	line-height: 130%;
	margin-bottom: 20px;
}

#section3{
	padding: 8vw clamp(24px, 5vw, 60px) 6vw;
	box-sizing: border-box;
	background: #F3F3F3;
}
#section3 h3{
	text-align: center;
	color: #1E1E1E;
	font-size: 3vw;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;;
    font-weight: 700;
	line-height: 70%;
}
#section3 h3 span{
	color: #FC4D02;
	display: block;
	font-size: 1.5vw;
	letter-spacing: 0.5px;
	padding-top: 10px;
}
#section3 ul{
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
	justify-content: center;
    flex-wrap: wrap;
}
#section3 ul li{
	padding: 0 20px 50px 20px;
	box-sizing: border-box;
	width: 33%;
	text-align: center;
}
#section3 ul li img{
	padding-bottom: 10px;
}
#section3 ul li h4{
	font-size: 1.3vw;
	line-height: 130%;
	margin-bottom: 5px;
}

.link{
	background-color: #323233;
	padding: 40px clamp(24px, 5vw, 60px);
	box-sizing: border-box;
}
.link ul{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.link ul li{
	margin-right: 0;
	font-size: 1vw;
}
.link ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 100px;
	padding: 0 clamp(20px, 2vw, 30px);
	padding-right: clamp(28px, 2.8vw, 40px);
	box-sizing: border-box;
	background-color: #FC4D02;
	color: #FFF;
	background: #FC4D02 url("../images/btn_icon1.png?v=20260806") right 1vw center no-repeat;
	background-size: auto 45%;
	font-size: clamp(14px, 1.1vw, 18px);
	width: clamp(200px, 20vw, 345px);
	height: clamp(44px, 4vw, 56px);
	text-align: center;
	font-weight: 700;
}
.link ul li:last-child a{
	background: #FFF url("../images/btn_icon4.png?v=20260806") right 1vw center no-repeat;
	background-size: auto 45%;
	color: #000;
}

#section4{
	padding: 8vw clamp(24px, 5vw, 60px) 4vw;
	box-sizing: border-box;
}
#section4 h3{
	text-align: center;
	color: #1E1E1E;
	font-size: 3vw;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;;
    font-weight: 700;
	line-height: 70%;
}
#section4 h3 span{
	color: #FC4D02;
	display: block;
	font-size: 1.5vw;
	letter-spacing: 0.5px;
	padding-top: 10px;
}
#section4 img{
	width: 354px;
}
#section4 .free{
	margin: 40px auto;
}
#section4 .free dl{
	text-align: center;
	background-color: #FD6E31;
	width: 100%;
	max-width: 1200px;
	border-radius: 20px;
	margin: 200px auto 0 auto;
	padding-bottom: 30px;
	box-sizing: border-box;
}
#section4 .free dl img{
	margin-top: -150px;
}
#section4 .free dl dd{
	font-size: 3vw;
	font-weight: 700;
	color: #FFF;
	line-height: 120%;
}
#section4 .free dl dd span{
	color: #1E1E1E;
	display: block;
	font-size: 1.5vw;
}
.itemsbox{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.6em;
	padding: 20px 0;
	font-weight: 300;
}
.itemsbox .item{
	background-color: #FFF;
	border-radius: 100px;
	color: #1E1E1E;
	font-size: clamp(12px, 1.5vw, 22px);
	font-weight: 700;
	width: clamp(160px, 18vw, 280px);
	height: clamp(36px, 3.2vw, 48px);
	padding: 0 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
#section5{
	padding: 8vw clamp(24px, 5vw, 60px) 6vw;
	box-sizing: border-box;
}
#section5 h3{
	text-align: center;
	color: #1E1E1E;
	font-size: 3vw;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;
    font-weight: 700;
	line-height: 70%;
	margin-bottom: 20px;
}
#section5 h3 span{
	color: #FC4D02;
	display: block;
	font-size: 1.5vw;
	letter-spacing: 0.5px;
	padding-top: 10px;
}
#section5 h4{
	color: #1E1E1E;
	font-weight: 700;
	font-size: 2vw;
	text-align: center;
	margin-bottom: 20px;
}
#section5 ul.flow{
	background-color: #323233;
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
#section5 ul.flow li{
	background: url("../images/sec5_arrow_pc.png?v=20260806") right center no-repeat;
	background-size: auto 100%;
	width: 25%;
	position: relative;
	color: #FFF;
	font-size: clamp(13px, 1.4vw, 20px);
	text-align: center;
	font-weight: 500;
	padding: 60px 30px 60px  0;
	box-sizing: border-box;
}
#section5 ul.flow li:last-child{
	background: none;
}
#section5 ul.flow li span{
	opacity: 0.2;
	position: absolute;
	top:0px;
	left:20px;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 42px;
}
#section5 ul.flow li .keep{
	opacity: 1;
	position: static;
	font-family: inherit;
	font-weight: 500;
	font-size: inherit;
	white-space: nowrap;
}
#section5 ul.txt{
	width: 100%;
	max-width: 1100px;
	margin: 30px auto 0 auto;
}
#section6{
	padding: 8vw clamp(24px, 5vw, 60px);
	box-sizing: border-box;
	background-color: #F3F3F3;
}
#section6 h3{
	text-align: center;
	color: #1E1E1E;
	font-size: 3.5vw;
	font-family: "Jost", sans-serif,"Noto Sans JP", sans-serif;
    font-weight: 700;
	line-height: 70%;
	margin-bottom: 20px;
}
#section6 dl{
	--faq-q-size: clamp(22px, 2vw, 32px);
	--faq-q-gap: 12px;
	--faq-q-col: calc(var(--faq-q-size) * 0.85);
	width: 100%;
	max-width: 1100px;
	border-bottom: 1px solid #B6B6B6;
	padding: 40px 50px;
	margin: 0 auto;
	box-sizing: border-box;
}
#section6 dl dt{
	display: flex;
	align-items: flex-start;
	column-gap: var(--faq-q-gap);
	font-weight: 700;
	font-size: clamp(16px, 1.3vw, 22px);
	line-height: 1.5;
}
#section6 dl dt span{
	flex: 0 0 var(--faq-q-col);
	width: var(--faq-q-col);
	font-size: var(--faq-q-size);
	line-height: 1;
	padding-right: 0;
	text-align: left;
}
#section6 dl dd{
	padding-left: calc(var(--faq-q-col) + var(--faq-q-gap));
	font-size: clamp(14px, 1.1vw, 16px);
	line-height: 1.7;
	margin-top: 0.6em;
}
#section6 dl:last-child{
	border: none;
}
#section6 dd ul{
  text-indent:-1em;
  padding-left:1em;
	margin-top: 20px;
}
#section6 a{
	color: #FD6E31;
}

.fade-up{
  opacity:0;
  transform:translateY(40px);
  transition:
    opacity .8s cubic-bezier(.22,1,.36,1),
    transform .8s cubic-bezier(.22,1,.36,1);
}

.fade-up.show{
  opacity:1;
  transform:translateY(0);
}
@media screen and (max-width: 1024px) {
	#section4 .free dl {
    width: 90%;
}
#section5 ul.flow {
    width: 90%;
}
#section6 dl {
    width: 90%;
}
#section3 ul {
    width: 90%;
}
#section2 ul {
    width: 90%;
}
#section5 ul.txt {
    width: 90%;
}
#section1 h4 {
    width: 80%;
}
#section1 h3 {
    width: 50%;
	padding-bottom: 0px;
}
#section1 .txt {
    width: 80%;
}
#section1 .txt img {
    width: 40%;
}
}

@media screen and (max-width: 896px) {
	header{
		width: 100%;
	}

	header .wrap{
		padding: 20px;
	}

	header h1{
		width: 40vw;
		max-width: 220px;
	}

	header .hamburger{
		display: block;
		background: none;
		border: none;
		padding: 0;
		cursor: pointer;
		width: 30px;
		height: 20px;
		position: relative;
		z-index: 1003;
	}

	header .hamburger span{
		display: block;
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		left: 0;
		transition: .3s;
	}

	header .hamburger span:nth-child(1){
		top: 0;
	}

	header .hamburger span:nth-child(2){
		top: 9px;
	}

	header .hamburger span:nth-child(3){
		top: 18px;
	}

	header .hamburger.active span:nth-child(1){
		top: 13px;
		transform: rotate(45deg);
		background: #fff;
	}

	header .hamburger.active span:nth-child(2){
		opacity: 0;
	}

	header .hamburger.active span:nth-child(3){
		top: 13px;
		transform: rotate(-45deg);
		background: #fff;
	}

	header ul.nav{
		position: fixed;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		opacity: 0;
		visibility: hidden;
		z-index: 1001;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
	}

	header ul.nav::before{
		content: "";
		position: fixed;
		inset: 0;
		background: #323233;
		z-index: -1;
		height: 100vh;
		transition:.4s;
	}

header ul.nav.active::before{
  opacity:1;
}

	header ul.nav li{
		margin: 20px 0;
		opacity:0;
		transform:translateY(-20px) scale(.96);
	}

	header ul.nav li.login{
		display: none;
	}

	header ul.nav li a{
color: #fff;
        font-size: 20px;
        background: none !important;
        padding: 0 0 10px 0;
        line-height: 1.6;
        border-radius: 0;
        letter-spacing: 0.05em;
	}

	header ul.nav.active{
		opacity: 1;
		visibility: visible;
	}
header ul.nav.active li{
  animation: floatMenu .7s cubic-bezier(.22,1,.36,1) forwards;
}

header ul.nav.active li:nth-child(1){
  animation-delay:.08s;
}

header ul.nav.active li:nth-child(2){
  animation-delay:.16s;
}

header ul.nav.active li:nth-child(3){
  animation-delay:.24s;
}

header ul.nav.active li:nth-child(4){
  animation-delay:.32s;
}

header ul.nav li:last-child a{
 color: #FFF;
        font-size: 15px;
        position: relative;
        right: 0;
        top: 0;
}

#kv{
	padding-top: 100px;
	flex-direction: column;
	padding-bottom: 20px;
}

/* 20260702 */
#kv .visual{
	padding: 20px 7.8vw 17vw;
}
#kv .kv-content{
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	transform: none;
}
#kv .visual picture{
	width: 100%;
}
#kv .visual picture img{
	max-height: none;
	object-fit: initial;
}
#kv .btn{
	position: absolute;
	left: 50%;
	bottom: 3vw;
	transform: translateX(-50%);
	margin-top: 0;
}
#kv .btn a{
	width: 80vw;
	height: 12vw;
	font-size: 4vw;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 10vw;
	background: #FC4D02 url("../images/btn_icon1.png?v=20260806") right 3vw center no-repeat;
	background-size: auto 45%;
	box-sizing: border-box;
	white-space: nowrap;
}

#kv .txt{
	padding-left: 0vw;
	width: 90%;
	margin: 0 auto;
}
#kv .img{
	padding: 0;
	width: 90%;
	margin: 0 auto;
}
.btn-pc{
	display: none;
}
.btn-sp{
	display: block;
}
#kv .btn-sp{
	margin: 15px auto;
	width: 85%;
}
#kv .btn-sp a{
	width: 100%;
	line-height: 300%;
	font-size: 4vw;
	background-position: right 2.5vw center;
	color: #FFF;
	display: block;
	text-align: center;
	border-radius: 100px;
	font-weight: 600;
	background: #FC4D02 url("../images/btn_icon1.png?v=20260806") right 3vw center no-repeat;
	background-size: auto 45%;
}
#section1{
	padding: 10vw 0 15vw 0;
}
#section1 h3{
	padding-bottom: 0px;
	width: 80%;
}
#section1 h4{
	padding-bottom: 30px;
	width: 90%;
}
#section1 .txt{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
    align-items: center;
}
#section1 .txt img{
	float: none;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 20px;
}
#section1 .txt p{
	font-size: 3.8vw;
	font-weight: 600;
	line-height: 180%;
	padding: 0 35px;
}
#section1 ul{
	display: flex;
	margin-top: 10vw;
	justify-content: center;
	width: 100%;
}
#section1 ul li{
	margin-right: 0;
	margin-left: 0;
	width: 80vw;
}
#section1 ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 100px;
	padding: 0 30px;
	padding-right: 10vw;
	box-sizing: border-box;
	background-color: #FC4D02;
	color: #FFF;
	background: #FC4D02 url("../images/btn_icon1.png?v=20260806") right 3vw center no-repeat;
	background-size: auto 45%;
	font-size: 4vw;
	font-weight: 700;
	width: 100%;
	height: 12vw;
	white-space: nowrap;
}
#section1 ul li:last-child a{
	background: #323233 url("../images/btn_icon3.png?v=20260806") right 3vw center no-repeat;
	background-size: auto 45%;
}
#section2{
	padding: 15vw 0;
}
#section2 h3{
	font-size: 9vw;
	line-height: 1;
}
#section2 h3 span{
	font-size: 5vw;
}
#section2 ul{
	width: 100%;
	margin: 20px auto 0 auto;
	flex-direction: column;
}
#section2 ul li{
	padding-bottom: 40px;
}
#section2 ul li img{
	width: 60%;
	margin-bottom: 10px;
}
#section2 ul li h4{
	font-size: 6vw;
	line-height: 130%;
	margin-bottom: 10px;
}
#section3{
	padding: 15vw 0 6vw 0;
	background: #F3F3F3;
}
#section3 h3{
	font-size: 9vw;
}
#section3 h3 span{
	font-size: 5vw;
}
#section3 ul{
	width: 90%;
	margin: 30px auto 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#section3 ul li{
	padding: 0 10px 30px 10px;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
}
#section3 ul li img{
	padding-bottom: 10px;
}
#section3 ul li h4{
	font-size: 3.3vw;
	line-height: 130%;
	margin-bottom: 5px;
}
#section3 ul li p{
	font-size: 3vw;
}
.link{
	background-color: #323233;
	padding: 40px 0 20px 0;
}
.link ul{
	display: flex;
	justify-content: center;
	flex-direction: column;
    align-items: center;
}
.link ul li{
	margin-right: 0;
	font-size: 1vw;
	width: 80vw;
	margin-bottom: 20px;
}
.link ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 100px;
	padding: 0 30px;
	padding-right: 10vw;
	box-sizing: border-box;
	background: #FC4D02 url("../images/btn_icon1.png?v=20260806") right 3vw center no-repeat;
	background-size: auto 45%;
	font-size: 4vw;
	width: 100%;
	height: 12vw;
}
.link ul li:last-child a{
	background: #FFF url("../images/btn_icon4.png?v=20260806") right 3vw center no-repeat;
	background-size: auto 45%;
}
.itemsbox{
    padding: 10px 0;
	gap: 0.4em;
}
.itemsbox .item{
    font-size: 2.6vw;
    width: 34vw;
	height: 8vw;
    padding: 0 1.5vw;
}
#section4{
	padding: 15vw 0 4vw 0;
}
#section4 h3{
	font-size: 9vw;
}
#section4 h3 span{
	font-size: 5vw;
}
#section4 img{
	width: 50%;
}
#section4 .free{
	margin: 40px auto;
}
#section4 .free dl{
	width: 90%;
	margin: 100px auto 0 auto;
	padding-bottom: 15px;
}
#section4 .free dl img{
	margin-top: -150px;
}
#section4 .free dl dd{
	font-size: 7vw;
	line-height: 140%;
}
#section4 .free dl dd span{
	font-size: 4vw;
}
#section5{
	padding: 15vw 0 6vw 0;
}
#section5 h3{
	font-size: 9vw;
	margin-bottom: 10px;
}
#section5 h3 span{
	font-size: 5vw;
}
#section5 h4{
	font-size: 5vw;
}
#section5 ul.flow{
	display: flex;
	width: 90%;
	flex-direction: column;
}
#section5 ul.flow li{
	background: url("../images/sec5_arrow_sp.png?v=20260806") center bottom no-repeat;
	background-size: 100% auto;
	width: 100%;
	font-size: 5vw;
	padding: 60px 0px 80px  0;
}
#section5 ul.flow li span{
	top:0px;
	left:20px;
	font-size: 10vw;
}
#section5 ul.flow li .keep{
	font-size: inherit;
	white-space: nowrap;
}
#section5 ul.txt{
	width: 90%;
	margin: 30px auto 0 auto;
}
#section6{
	padding: 15vw 0;
}
#section6 h3{
	font-size: 9vw;
}
#section6 dl{
	--faq-q-size: clamp(22px, 6vw, 28px);
	--faq-q-gap: 10px;
	--faq-q-col: calc(var(--faq-q-size) * 0.85);
	width: 85%;
	border-bottom: 1px solid #B6B6B6;
	padding: 20px 0px;
	margin: 0 auto;
}
#section6 dl dt{
	font-weight: 700;
	display: flex;
	font-size: clamp(15px, 3.8vw, 17px);
	align-items: flex-start;
	column-gap: var(--faq-q-gap);
	line-height: 1.5;
}
#section6 dl dt span{
	flex: 0 0 var(--faq-q-col);
	width: var(--faq-q-col);
	font-size: var(--faq-q-size);
	line-height: 1;
	padding-right: 0;
}
#section6 dl dd{
	padding-left: calc(var(--faq-q-col) + var(--faq-q-gap));
	font-size: clamp(13px, 3.4vw, 15px);
	margin-top: 0.6em;
}
#section6 dl:last-child{
	border: none;
}
}

/*問い合わせ*/

/* =========================
   base
========================= */

.contact-hero {
  padding-top: 100px;
}

.contact-hero__inner {
  display: flex;
  min-height: calc(100vh - 100px);
}

/* =========================
   left（説明エリア）
========================= */
.contact-hero__lead {
  width: 40%;
  background-image: linear-gradient(0deg, #FEF5F2, #ffffff);
  padding: 250px 150px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.contact-hero__lead-inner {
  width: 100%;
}

.contact-title {
  position: relative;
  padding-left: 38px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 800;
  color: #111;
}

.contact-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 22px;
  height: 4px;
  background: #fc4d02;
}

.contact-copy {
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 600;
  color: #333;
}
.contact-hero__lead-inner dl {
  margin-top: 25px;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #333;
}
.contact-hero__lead-inner dd li {
  text-indent:-1em;
  padding-left:1em;
}

/* =========================
   right（フォーム）
========================= */
.contact-hero__form-area {
  width: 60%;
  padding: 120px 80px 150px 60px;
}

.required-note {
  margin-bottom: 40px;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}

.download-form {
  max-width: 860px;
}

/* ===== フォーム行 ===== */
.form-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 28px;
  align-items: center;
  margin-bottom: 25px;
}

/* ===== ラベル ===== */
.form-label {
  font-size: 1.2rem;
  font-weight: 400;
  color: #111;
  line-height: 1.6;
  word-break: keep-all;
}

/* ===== 入力欄 ===== */
.form-inputs {
  width: 100%;
}

.form-inputs--name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.form-inputs input,
.form-inputs select {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 0 14px;
  font-size: 1rem;
  color: #333;
  outline: none;
}
.form-inputs textarea {
  width: 100%;
  height: 100px;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 0 14px;
  font-size: 1rem;
  color: #333;
  outline: none;
}

.form-inputs input::placeholder {
  color: #aaa;
}
/* ===== セレクト矢印 ===== */
.select-wrap {
  position: relative;
	max-width: 100%;
}
.select-wrap select {
  max-width: 100%;
	font-size: 14px;
}

.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.form-inputs select {
  appearance: none;
  background: #f5f5f5;
  padding-right: 40px;
}

/* =========================
   checkbox
========================= */
.form-agree {
  margin-top: 100px;
  text-align: center;
}

.form-agree label {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}

.form-agree input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  border-radius: 4px;
  appearance: none;
  background: #eee;
  position: relative;
}

.form-agree input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fc4d02;
  border-bottom: 2px solid #fc4d02;
  transform: rotate(45deg);
}

/* =========================
   button
========================= */
.form-submit {
  margin-top: 28px;
  text-align: center;
}

.form-submit button {
  width: 220px;
  height: 56px;
  border-radius: 999px;
  border: none;
  background: #fc4d02;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 600;
  cursor: pointer;
}

.form-submit button:hover {
  opacity: 0.85;
}



/* =========================
   tablet
========================= */
@media screen and (max-width: 1024px) {
  .contact-hero__lead {
    width: 26%;
    padding: 120px 20px 50px;
  }

  .contact-hero__form-area {
    width: 74%;
    padding: 100px 40px 70px;
  }

  .form-row {
    grid-template-columns: 160px 1fr;
  }
  .form-submit button {
	  font-size: 2vw;
  }
}

/* =========================
   mobile
========================= */
@media screen and (max-width: 896px) {
  .contact-hero__inner {
    flex-direction: column;
  }

  .contact-hero__lead,
  .contact-hero__form-area {
    width: 100%;
  }

  .contact-hero__lead {
    padding: 50px 30px 30px;
  }

  .contact-title {
    font-size: 2.2rem;
  }

  .contact-copy {
    font-size: 3.8vw;
  }

  .contact-hero__form-area {
    padding: 40px 30px 60px;
  }

  .form-row {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .form-inputs--name {
    grid-template-columns: 1fr;
  }

  .form-submit button {
    width: 100%;
    max-width: 300px;
	  font-size: 4vw;
  }
.download-form {
    margin: 0 auto;
}
}



/* php form messages */
.form-message {
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.8;
}
.form-message--success {
  background: #eefaf3;
  color: #13653a;
  border: 1px solid #ccefd9;
}
.form-message--error {
  background: #fff3f1;
  color: #b42318;
  border: 1px solid #f5c7c2;
}
.field-error {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #b42318;
}
.form-inputs input.is-error,
.form-inputs select.is-error,
.form-inputs textarea.is-error {
  background: #fff8f7;
  border: 1px solid #f0a59b;
}
.required-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 8px;
  border-radius: 999px;
  background: #fc4d02;
  color: #fff;
  font-size: 0.72rem;
  vertical-align: middle;
}
.note-inline {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #666;
}
