@charset "utf-8";
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

i {
  font-style: normal;
}

/* container
===============================================================================================*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
body.is-freeze {
  overflow: hidden;
}

a {
  color: inherit;
}

* {
  box-sizing: border-box;
}
.en {
	font-family: "Montserrat", sans-serif;
}

#container {
  	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 1024px) {
  #container {
    padding: 95px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  #container {
    padding: 70px 0 0;
  }
}
.sp-hidden {
	display: block;
}
.pc-hidden {
	display: none;
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
	.sp-hidden {
		display: none;
	}
	.pc-hidden {
		display: block;
	}
}

/* header
===============================================================================================*/
.header {
	width: 100%;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	/* position: fixed; */
	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 100;
  	transition: background 0.4s ease-in-out;
}
@media screen and (min-width: 1024px) {
	.header {
		padding: 25px 200px 25px 40px;
	}
}
@media screen and (max-width: 1023px) {
	.header {
		padding: 22px 25px;
	}
}
@media screen and (min-width: 1024px) {
	.header__inner {
		display: flex !important;
    	align-items: center;
	}
}
@media screen and (max-width: 1023px) {
	.header__inner {
    	opacity: 0;
  		visibility: hidden;
    	overflow-y: auto;
		width: 100%;
		max-height: 90vh;
		position: fixed;
		top: 0;
		left: 0;
		padding: 85px 25px 40px;
		border-radius: 0 0 8px 8px;
		border-top: 2px solid #fff;
		border-bottom: 4px solid #fff;
		background: #ffe214;
		background-size: 100% auto;
		box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
		transition: ease .4s;
	}
 	.header__inner::after {
		content: "";
		display: block;
		width: 100%;
		padding: 36% 0 0;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		background: #ffe214;
		background-size: 100%;
	}
	.header__inner.is-open {
	  	opacity: 1;
	  	visibility: visible;
	}
}
@media screen and (min-width: 1024px) {
	.scroll {
		font-size: 12px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		writing-mode: vertical-rl;
		position: absolute;
		left: 0;
		width: 80px;
		height: 100vh;
		padding-bottom: 40%;
		padding-right: 2px;
		z-index: 10;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.scroll .bar {
		order: 2;
		display: flex;
		flex-wrap: wrap;
	}
	.scroll .bar::before, .scroll .bar::after {
		width: 2px;
		content: '';
		display: block;
		margin-top: 5px;
		background-color: #262424;
		border-radius: 1px;
	}
	.scroll .bar::before {
		height: 60px;
		animation: scroll2 linear 3s infinite;
	}
	.scroll .bar::after {
		height: 5px;
		animation: scroll3 linear 3s infinite;
	}
}
@media screen and (max-width: 1023px) {
	.scroll {
		display: none;
	}
}
@keyframes scroll2 {
	0%{
		transform:scaleY(0);
		transform-origin:top;
	}
	28%{
		transform:scaleY(0);
	}
	32%{
		transform:scaleY(1);
		transform-origin:top;
	}
	82%{
		transform:scaleY(1);
		transform-origin:bottom;
	}
	86%{
		transform:scaleY(0);
		transform-origin:bottom;
	}
	to{
		transform:scaleY(0);
		transform-origin:bottom;
	}
}
@keyframes scroll3 {
	0%{
		transform:scaleY(0);
		transform-origin:top;
	}
	34%{
		transform:scaleY(0);
	}
	38%{
		transform:scaleY(1);
		transform-origin:top;
	}
	88%{
		transform:scaleY(1);
		transform-origin:bottom;
	}
	92%{
		transform:scaleY(0);
		transform-origin:bottom;
	}
	to{
		transform:scaleY(0);
		transform-origin:bottom;
	}
}

.header__logo {
	position: relative;
  	z-index: 1;
}
@media screen and (min-width: 1024px) {
	.header__logo {
		width: 15%;
	}
}
@media screen and (max-width: 1023px) {
	.header__logo {
		width: 40%;
	}
}
.header__logo > a {
	display: block;
	width: 100%;
	padding: 13% 0 0;
	height: 0;
	text-indent: -9999px;
	/*background: url("../img/hd-logo@2x.png") no-repeat 0 0;*/
	/* background: url("../img/kumiawase.png") no-repeat 0 0; */
	background-size: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.header__logo > a {
		width: 230px;
		height: 27px;
		padding: 0;
	}
}
.header__btn {
	position: relative;
  	z-index: 1;
  	width: 40px;
  	height: 26px;
}
.header__btn > span {
	display: inline-block;
  	width: 100%;
  	height: 2px;
  	background: #262424;
  	position: absolute;
  	left: 0;
  	transition: all 0.2s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.header__btn > span:nth-child(1) {
	top: 0;
}
.header__btn > span:nth-child(2) {
	top: 12px;
}
.header__btn > span:nth-child(3) {
	top: 24px;
}
.header__btn.is-open > span:nth-child(1) {
	top: 13px;
  	transform: rotate(45deg);
}
.header__btn.is-open > span:nth-child(2) {
  	opacity: 0;
}
.header__btn.is-open > span:nth-child(3) {
	top: 13px;
  	transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
	.header__btn {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.header__menu {
    	display: flex;
    	align-items: center;
  	}
}
@media screen and (max-width: 1023px) {
  	.header__menu {
    	padding: 10px 25px;
    	background: #fff;
    	border-radius: 8px;
	}
}
.header__menu__item {
	position: relative;
}
@media screen and (min-width: 1024px) {
	.header__menu__item {
    	margin: 0 0 0 35px;
  	}
}
@media screen and (max-width: 1023px) {
  	.header__menu__item:not(:last-child) {
    	border-bottom: 2px solid #d3d3d3;
  	}
}
.header__menu__item > a {
  	position: relative;
  	display: flex;
    flex-wrap: wrap;
  	align-items: center;
  	line-height: 1.2;
  	font-weight: 700;
}
.header .fix_btn_line {
    width: clamp(130px, 10vw, 170px);
    height: 150px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.header .fix_btn_line a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.06em;
    width: 100%;
    height: 100%;
    padding: 0 0 9px 15px;
    background-color: #22ac38;
    border-radius: 0 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.header .fix_btn_line a:hover {
    background-color: #00b900;
}
.header .fix_btn_line a p {
    text-align: center;
}
.header .fix_btn_line a p::before {
    width: 31px;
    height: 31px;
    content: '';
    display: block;
    margin: 0 auto 10px;
    background-image: url(../img/hd-btn_line_ico@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10% 100%;
}
.header .fix_btn_line a p span {
    letter-spacing: 0.12em;
    display: inline;
}
@media screen and (min-width: 1024px) {
	.header .fix_btn_line {
		display: flex !important;
    	align-items: center;
	}
}
@media screen and (max-width: 1023px) {
	.header .fix_btn_line {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
  	.header__menu__item > a {
    	font-size: clamp(11px, 1.1vw, 16px);
    	padding: 0 0 10px;
  	}
	.header__menu__item > a::before {
		width: 7px;
		height: 7px;
		content: '';
		display: block;
		margin-right: clamp(8px, 0.844vw, 13px);
		background-color: #ccc;
		border-radius: 50%;
		transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
	}	
  	.header__menu__item > a::after {
    	content: "";
    	display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 3px;
		background: url("../img/bg_dotted.png") repeat-x 0 0;
		background-size: auto 100%;
		transition: all 0.5s ease-in-out;
	}
  	.header__menu__item > a:hover::after {
    	width: 100%;
  	}
}
@media screen and (max-width: 1023px) {
	.header__menu__item > a {
    	font-size: 18px;
    	font-size: 1.8rem;
    	padding: 18px 30px 18px 35px;
	}
	.header__menu__item > a:after {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		background: url("../img/icon_arrow.svg") no-repeat 0 0;
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 1024px) {
	.header__menu__item > a .modIcon {
    	margin: 0 10px 0 0;
  	}
}
@media screen and (max-width: 1023px) {
  	.header__menu__item > a .modIcon {
    	position: absolute;
    	top: 50%;
    	left: 0;
    	transform: translateY(-50%);
  	}
}
.header__menu__item > a span {
	display: block;
}
@media screen and (min-width: 1024px) {
  	.header__menu__item > a span {
    	font-size: clamp(11px, 1vw, 13px);
	}
}
@media screen and (max-width: 1023px) {
	.header__menu__item > a span {
    	font-size: 13px;
    	font-size: 1.3rem;
	}
}
.header.is-scroll {
	background: rgba(255, 255, 255, 0.8);
}

/* footer
===============================================================================================*/
.footer {
	background: no-repeat 0 0;
  	background-size: cover;
}
.footer__cont__copyright {
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.footer {
		padding: 5% 40px 70px;
    	background: url(../img/bg_footer.png) 0 -2% no-repeat #00b900;
    	background-size: cover;
	}
}
@media screen and (max-width: 1023px) {
	.footer {
    	padding: 15% 25px 10px;
		background: url(../img/sp/bg_footer.png) 0 -2% no-repeat #00b900;
    	background-size: cover;
		padding-bottom: 70px;
	}
}
.footer__inner {
	position: relative;
}
@media screen and (min-width: 1024px) {
	.footer__inner {
    	max-width: 1100px;
    	margin: 0 auto;
	}
}
@media screen and (max-width: 1023px) {
  .footer__cont__copyright {
    margin: 50px 0 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* section
===============================================================================================*/
.section {
	position: relative;
}
@media screen and (min-width: 1024px) {
	.section + .section {
    	margin: 150px 0 0;
	}
}
@media screen and (max-width: 1023px) {
	.section + .section {
    	margin: 110px 0 0;
	}
}
@media screen and (min-width: 1024px) {
	.section__inner {
    	max-width: 1180px;
    	margin: 0 auto;
    	padding: 0 40px;
	}
}
@media screen and (max-width: 1023px) {
  	.section__inner {
    	padding: 0 25px;
	}
}
.c-sec__inner {
    max-width: 1200px;
    padding: 0 30px 55px;
    margin: 0 auto;
}

/* topKv
===============================================================================================*/
.topKv {
    position: relative;
    background: url(../img/bg_kv01.png) no-repeat 0 0;
}
.topKv::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    background: no-repeat 0 0;
    background-size: 100%;
}
@media screen and (min-width: 768px) {
	.topKv {
		margin: -95px 0 0;
		padding: 110px 0 40px;
		background-size: 50% auto;
	}
	.topKv::after {
		padding: 60% 0 0;
		top: 35%;
		background-image: url(../img/bg_kv02@2x.png);
		background-size: 111% 60%;
		background-position: center;
	}	
	.topKv__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 40px;
	}	
	}
	.topKv-icon{
		margin-bottom: 250px;
		position: relative;
		left: -10px;
		top: -30px;
	}
@media screen and (max-width: 768px) {
	.topKv-icon{
		width: 30%;
		margin-bottom: -30px;
	}
}

.topKv__title {
    position: relative;
    z-index: 1;
    padding: 100px 0 0;
    font-size: 6vw;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: visible;
	color: #262424;
	position: relative;
	left: -45px;
	top: 20px;
}
@media screen and (max-width: 768px) {
	.topKv__title {
		padding-top: 0px;
	}
}
.topKv__title p {
	opacity: 0;
    transform: scale(0.5);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.topKv__title > .kv_span > span:nth-child(1) {
	-webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
	opacity: 0;
	-webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.topKv__title > .kv_span > span:nth-child(2) {
	-webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
	opacity: 0;
	-webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
@media screen and (min-width: 768px) {
	.topKv__title {
		width: 100%;
		margin: -20% 0 0;
	}
	.topKv__title > p {
		font-size: 5.7rem;
		padding: 1.5rem 0;
	}
}
.topKv__illust {
    position: relative;
}
@media screen and (min-width: 768px) {
	.topKv__illust {
		width: 35%;
	}
}
@media screen and (min-width: 768px) {
	.topKv__illust__bg {
		width: 200%;
    	margin: -15% 0 0 -50%;
	}
}
.topKv__illust img {
    width: 100%;
    height: auto;
}
.topKv__illust__phone {
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 768px) {
	.topKv__illust__phone span {
		margin: -50% 0 0 -50%;
		padding: 1.5rem 0;
		display: block;
		width: 170%;
	}
	.container {
		display: flex; 
		justify-content: space-between;
  	}
	.top-icon {
		width: 230px;
		margin-left: -100px;
		height: auto;
		object-fit: contain;
	}
	.container {
		display: flex;
		align-items: center;
  	}
}
.p-mv__mainArea {
    width: 90%;
}
.topKv__point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
	margin: 5rem 0;
}
.topKv__point > span {
	padding: 0 0.5rem;
}
.topKv__point > span img {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(0);
    transform: scale(0.5) translateY(0);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6), -webkit-transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.topKv__illust__bg {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6), -webkit-transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.topKv__illust__phone {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6), -webkit-transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.topKv__point > span:nth-child(1) > img {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.topKv__point > span:nth-child(2) > img {
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s;
}
.topKv__point > span:nth-child(3) > img {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.topKv__point > span:nth-child(4) > img {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s;
}
.topKv.is-act .topKv__title p,
.topKv.is-act .topKv__title > .kv_span > span,
.topKv.is-act .topKv__point > span img,
.topKv.is-act .topKv__illust__bg,
.topKv.is-act .topKv__illust__phone {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 767px) {
	.topKv__title {
		font-size: 10vw;
		text-align: center;
	}
	.kv_span img {
		width: 50%;
    	margin: 0 auto;
	}
	.p-mv__mainArea {
		width: 100%;
		margin: 0 auto;
	}
	.topKv__point {
		margin: 3rem 0rem;
	}
	.topKv__illust {
		display: flex;
    	flex-direction: column;
	}
	.topKv__illust__bg {
		width: 100%;
    	margin: -15% 0 45% 25%;
	}
	.topKv__illust__phone {
		width: 100%;
		padding: 0 20% 0 0;
		margin: -105% 0 0 -15%;
	}
	.container {
		display: flex; 
		justify-content: space-between;
  	}
	.top-icon {
		width: 130px;
		height: auto;
		object-fit: contain;
	}
	.container {
		display: flex;
		align-items: center;
  	}
}

/* h2
===============================================================================================*/
.c-ttl01 {
    text-align: center;
    margin-bottom: 70px;
}
.appear .c-ttl01__main {
    margin-top: 3rem;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.575em;
    letter-spacing: .05em;
    margin-bottom: 75px;
}
.c-ttl01__main > .thumb {
	position: relative;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.8;
}
.c-ttl01__main > .thumb::before,
.c-ttl01__main > .thumb::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 25px;
    background: #262424;
}
.c-ttl01__main > .thumb::before {
	left: -14px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.c-ttl01__main > .thumb::after {
	right: -14px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.c-ttl01__main > .thumb_02 {
	display: block;
}
.is-gra {
    color: #00b900;
	font-size: 5.5rem;
}
.is-gra > span {
	font-size: 4.5rem;
}
.c-ttl01__main {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: all 0.7s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.c-ttl01.is-act .c-ttl01__main {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.probrem_container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 800px; 
  }
  
  .container img {
	max-width: 100%; 
	max-height: 100%; 
  }
.probrem{
	margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
	.probrem_container {
		height: 250px;
	}
}

@media screen and (max-width: 767px) {
	.c-ttl01 {
		width: 90%;
    	margin: 0 auto;
	}
	.appear .c-ttl01__main,
	.is-gra, 
	.is-gra > span {
		font-size: 5.5vw;
	}
	.c-ttl01__main > .thumb {
		font-size: 3.2vw;
	}
}
@media screen and (max-width: 549px) {
	.appear .c-ttl01__main {
		margin-bottom: 50px;
	}
}
/* probrem
===============================================================================================*/
.probrem_wrapper {
    position: relative;
    display: block;
    width: calc(100% - 160px);
    height: 100%;
    min-height: 600px;
    margin: 0 auto 70px;
}
.probrem_wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/img_o_0782@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.probrem_wrapper img.cloud_01 {
    width: 578px;
    height: 553px;
    position: absolute;
    top: -30%;
    right: -20%;
    z-index: -1;
}
.probrem_wrapper img.cloud_02 {
    width: 578px;
    height: 553px;
    position: absolute;
    top: 40%;
    left: -15%;
    z-index: -1;
}
.probrem_wrapper .p--top_Box {
    height: auto;
	padding-top: 60%;
    position: relative;
}
.probrem_wrapper .p--top_Box .Box--Item {
    width: 30vw;
    height: auto;
    text-align: center;
    position: absolute;
}
.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(1) {
	left: 5%;
	top: 0;
}
.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(2) {
    top: 15%;
    right: 5%;
}
.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(3) {
    bottom: 30%;
    left: 5%;
}
.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(4) {
    bottom: 20%;
    right: 5%;
}
.probrem_wrapper .txt_mg_0 {
    width: 100%;
	min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    margin-top: 2rem;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
    -webkit-box-shadow: 0 10px 40px 0 rgb(17 17 17 / 40%);
    box-shadow: 0 10px 40px 0 rgb(17 17 17 / 40%);
}
.probrem_wrapper .fu_01 {
	border-radius: 75px 75px 75px 0;
	background: #8ec020;
	opacity: 0;
    transform: scale(0.5);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.probrem_wrapper .fu_02 {
	border-radius: 75px 75px 0 75px;
	background: #00b900;
	opacity: 0;
    transform: scale(0.55);
    transition: all 0.55s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.probrem_wrapper .fu_03 {
	border-radius: 0 75px 75px 75px;
	background: #00b900;
	opacity: 0;
    transform: scale(0.6);
    transition: all 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.probrem_wrapper .fu_04 {
	border-radius: 75px 0 75px 75px;
	background: #8ec020;
	opacity: 0;
    transform: scale(0.65);
    transition: all 0.65s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.probrem_wrapper .txt_mg_0:before {
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #ffe214;
    font-size: 4rem;
    font-weight: 900;
}
.probrem_wrapper .txt_mgInner {
    line-height: 1.85;
    font-weight: 700;
}
.probrem_wrapper .fu_01 .txt_mgInner .txt_mg_1,
.probrem_wrapper .fu_04 .txt_mgInner .txt_mg_1 {
    color: #8ec020;
    font-weight: 700;
    background: #fff;
}
.probrem_wrapper .fu_02 .txt_mgInner .txt_mg_1,
.probrem_wrapper .fu_03 .txt_mgInner .txt_mg_1 {
    color: #00b900;
    font-weight: 700;
    background: #fff;
}
.probrem_wrapper .txt_mg_0:after {
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    color: #ffe214;
    font-size: 4rem;
    font-weight: 900;
}
.Box--Item.is-act .fu_01,
.Box--Item.is-act .fu_02,
.Box--Item.is-act .fu_03,
.Box--Item.is-act .fu_04 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 1023px) {
	.probrem_wrapper {
		height: 500px;
    	min-height: auto;
	}
	.probrem_wrapper .p--top_Box .Box--Item {
		width: auto;
		left: 5%;
		height: auto;
		bottom: auto;
		top: 0;
	}
	.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(2) {
		width: 30%;
		height: auto;
		bottom: auto;
		right: 5%;
		top: 5%;
		left: auto;
	}
	.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(3) {
		top: 40%;
		left: 5%;
		right: auto;
		height: auto;
	}
	.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(4) {
		top: auto;
		right: 5%;
		left: auto;
		width: 30%;
		height: auto;
	}	
	.probrem_wrapper .txt_mg_0 {
		min-height: 95px;
		padding: 30px 15px;
    	font-size: 2.2vw;
	}
	.probrem_wrapper img.cloud_01 {
		width: 50%;
		height: auto;
		top: -15%;
	}
	.probrem_wrapper img.cloud_02 {
		width: 50%;
		height: auto;
		top: 20%;
	}	
}
@media screen and (max-width: 767px) {
	#probrem {
		height: 100%;
	}
	.probrem_wrapper {
		width: 100%;
		height: 105vw;
		min-height: 0;
		margin: 0;
	}
	.probrem_wrapper:before {
		top: -20px;
		background-size: 180%;
    	background-position: center center;
    	max-height: 100%;
	}
	.probrem_wrapper img.cloud_01 {
		width: 70%;
		height: auto;
		position: absolute;
		top: -30%;
		right: -50%;
		z-index: -1;
	}
	.probrem_wrapper .p--top_Box {
		height: auto;
    	padding-top: 25%;
	}
	.probrem_wrapper .p--top_Box .Box--Item {
		width: 40%;
    	height: auto;
	}
	.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(1) {
		left: 3%;
		top: 50%;
		width: auto;
	}
	.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(2) {
		top: 180%;
    	right: 3%;
		width: auto;
	}
	.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(3) {
		bottom: -190%;
		left: 3%;
		/* width: auto; */
		top: auto;
	}
	.probrem_wrapper .p--top_Box .Box--Item:nth-of-type(4) {
		bottom: -30%;
		right: 3%;
		width: auto;
	}	
	.probrem_wrapper .txt_mg_0 {
		min-height: 6vh;
    	font-size: 2.5vw;
		padding: 20px 10px;
	}
	.probrem_wrapper .txt_mg_0:before,
	.probrem_wrapper .txt_mg_0:after {
		font-size: 2rem;
	}
	.probrem_wrapper .txt_mg_0:before {
		top: -15px;
    	left: 0;
	}
	.probrem_wrapper .txt_mg_0:after {
		bottom: -20px;
    	right: 0;
	}
}

/* media
===============================================================================================*/
#media .infiniteslide li {
    padding: 1.5rem;
}
@media screen and (max-width: 767px) {
	#media .infiniteslide_wrap ul li img {
		height: 70px;
	}
	#media .appear .c-ttl01__main {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 549px)  {
	#media .infiniteslide_wrap ul li img {
		height: 50px;
	}
}
/* contact_cta
===============================================================================================*/
.contact_cta {
    margin-top: 10%;
    position: relative;
    padding: 140px 30px 50px;
}
.contact_cta::after {
    content: "";
    /*background: #ffe214;*/
	background: #21ad38;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 650px;
    z-index: -1;
}
.contact_cta02 {
	margin-top: 0;
}
.contact_cta02::after {
	top: 0;
}
.cta-inner {
	background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
	border-radius: 30px;
    margin: auto;
    padding: 85px 30px 85px 200px;
    position: relative;
    max-width: 1200px;
    width: 100%;
}
.cta-inner .cta__img {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 30%;
    text-align: center;
    z-index: 1;
}
.cta-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}
.h2-ttl_cta {
	position: relative;
	display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
}
.h2-ttl_cta::before, .h2-ttl_cta::after {
    content: '';
    width: 33px;
    height: 44px;
    background: url(../img/cta_ico-lft@2x.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 8rem;
    top: 1rem;
}
.h2-ttl_cta::after {
    background: url(../img/cta_ico-rgt@2x.png) center center no-repeat;
    background-size: cover;
    left: auto;
    right: 7rem;
}
.h2-ttl_cta .f24 {
    display: block;
    color: #fff;
    font-weight: 700;
	letter-spacing: -5px;
}
.h2-ttl_cta .dot-text {
    color: #262424;
	padding-top: 0.7em;
	background-color: #fff;
	background-image: radial-gradient(#00b900 20%,rgba(255,255,255,0) 20%);
	background-position: top left 0px;
	background-repeat: repeat-x;
	background-size: 1.15em 1.15em;
    /*background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1em 0.6em;
    background-image: -webkit-radial-gradient(.15em .15em at center center, #00b900, #00b900 100%, rgba(255,255,255,0) );
    background-image: radial-gradient(0.15em 0.15em at center center, #00b900, #00b900 100%, rgba(255,255,255,0) );*/
}
.h2-ttl_cta .f40 {
	color: #262424;
    font-size: 4rem;
}
.h2-ttl_cta .t-g {
	color: #00b900;
}
.h2-ttl_cta .sm {
	font-size: 4rem;
}
.cmn-btInner01 {
	text-align: center;
    position: relative;
	padding: 60px 0 0;
}
.cta-box .cta__txt {
	text-align: center;
    font-size: 2rem;
    padding: 5rem 0;
}
.cmn-btBox01 {
	position: absolute;
    bottom: 5px;
    z-index: 99;
    width: 90%;
    right: 0;
    left: 50px;
    text-align: left;
    max-width: 178px;
    pointer-events: none;
}
.cmn-bt01 {
    max-width: 675px;
    width: 20.75em;
    padding: 5rem 0 5rem 100px;
    background: #fc878b;
    border-radius: 50vh;
    border: 5px solid #262424;
    /*color: #fff;*/
	color: #000;
    font-size: 3.2rem;
    line-height: 1;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: -2px 0 14px 0 rgb(0 0 0 / 47%);
    box-shadow: -2px 0 14px 0 rgb(0 0 0 / 47%);
    letter-spacing: .05em;
    font-weight: 700;
    position: relative;
}
.cmn-btInner01 {
	cursor: pointer;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.34,1.56,.64,1);
    transition: -webkit-transform .3s cubic-bezier(.34,1.56,.64,1);
    transition: transform .3s cubic-bezier(.34,1.56,.64,1);
    transition: transform .3s cubic-bezier(.34,1.56,.64,1), -webkit-transform .3s cubic-bezier(.34,1.56,.64,1);
}
.cmn-btInner01:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
@media screen and (max-width: 767px) {
	.cta-inner {
		padding: 50px 20px;
	}
	.h2-ttl_cta {
		font-size: 4.8vw;
	}
	.h2-ttl_cta::before, .h2-ttl_cta::after {
		width: 23px;
    	height: 34px;
	}
	.h2-ttl_cta::before {
		left: 11rem;
    	top: 0;
	}
	.h2-ttl_cta::after {
		right: 10rem;
    	top: 0;
	}
	.h2-ttl_cta .f24 {
		letter-spacing: -2px;
	}
	.contact_cta {
		padding: 90px 30px 40px;
	}
	.contact_cta::after {
		height: 70%;
	}
	.h2-ttl_cta .f40,
	.h2-ttl_cta .sm {
		font-size: 5.4vw;
	}
	.cta-box {
		padding: 0 10px;
	 }
	.cta-box .cta__txt {
		padding: 10rem 0 0 10rem;
		font-size: 1.6rem;
	}
	.cta-inner .cta__img {
		width: 35%;
	}
	.cmn-btInner01 {
		width: 100%;
		margin-left: 20rem;
    	z-index: 1;
	}
	.cmn-bt01 {
		width: 19em;
    	padding: 3rem 0 3rem 90px;
    	font-size: 2rem;
	}
	.cmn-btBox01 {
		max-width: 90px;
	}
	.cmn-btBox01 img {
		height: auto;
	}
}
@media screen and (max-width: 549px) {
	.contact_cta {
		padding: 30px 30px 0;
		margin-bottom: 20px;
	}		
	.h2-ttl_cta::before {
		left: 9vw;
		top: -10px;
	}
	.h2-ttl_cta::after {
		right: 8vw;
		top: -10px;
	}
	.cta-box .cta__txt {
		padding: 3rem 0 0 190px;
	}
	.cmn-btInner01 {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0 60px;
	}
	.cmn-bt01 {
		width: 100%;
		padding: 2rem 0;
    	font-size: 4.2vw;
	}
	.cmn-btBox01 {
		display: none;
	}
	.cta-inner .cta__img {
		left: 0;
		width: 44%;
	}
}
@media screen and (max-width: 430px) {
	.contact_cta {
		padding: 30px 30px 0;
		margin-bottom: 20px;
	}	
	.cta-inner {
		padding: 50px 0 0;
	}
	.cta-box .cta__txt {
		padding: 2rem 0 0 100px;
		text-align: left;
		font-size: 14px;
	}	
	.cta-inner .cta__img {
		left: -50px;
		bottom: 0;
		width: 40%;
	}
}
@media screen and (max-width: 390px) {
	.cta-inner .cta__img {
		left: -30px;
		bottom: 0;
		width: 40%;
	}
}

/* voice_01
===============================================================================================*/
#voice_01 .p--top_Box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    flex-wrap: wrap;
}
#voice_01 .Box--Item {
    width: 45%;
    text-align: center;
    position: relative;
    margin-bottom: 10rem;
}
#voice_01 .Box--Item .ItemInner:before {
    position: absolute;
    content: '';
    font-size: 10rem;
    color: #dfdfdf;
    opacity: 0.4;
    right: 20px;
    bottom: -8px;
    line-height: 1;
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    z-index: 1;
}
#voice_01 .Box--Item:nth-of-type(1) .ItemInner:before {
    content: '01';
}
#voice_01 .Box--Item:nth-of-type(2) .ItemInner:before {
    content: '02';
}
#voice_01 .Box--Item:nth-of-type(3) .ItemInner:before {
    content: '03';
}
#voice_01 .Box--Item:nth-of-type(4) .ItemInner:before {
    content: '04';
}
#voice_01 .Box--Item .ItemInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 350px;
    border-radius: 20px;
    background: #fff;
	border: 5px solid #262424;
    overflow: hidden;
}
#voice_01 .Box--Item .ItemInner .whbox .h3_ttl_01 {
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 0.06em;
    color: #262424;
    padding: 60px 50px 5px 150px;
}
#voice_01 .Box--Item .ItemInner .whbox .h3_ttl_01 > .s_marker {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(252, 135, 139, 1);
  text-decoration-skip-ink: none;
}
#voice_01 .Box--Item .ItemInner .whbox .h3_ttl_01 > .s_marker > span {
	font-size: 4rem;	
}
#voice_01 .Box--Item .ItemInner .whbox .voice_detail {
    max-width: 364px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    top: -40px;
    z-index: 3;
    background: #262424;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 50vh;
    padding: 10px 30px;
}
#voice_01 .Box--Item .ItemInner .whbox h4 {
	padding-left: 150px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #21ad38;
}
#voice_01 .Box--Item .ItemInner .whbox .voice_txt {
	padding: 10px 50px 50px 150px;
    text-align: left;
}
#voice_01 .Box--Item .ItemInner .illust {
    position: absolute;
    left: 1em;
    bottom: -2.375em;
}
#voice_01 .Box--Item:nth-of-type(1) .ItemInner .illust {
    max-width: 115px;
}
#voice_01 .Box--Item:nth-of-type(2) .ItemInner .illust {
    width: 138px;
	left: -1em;
}
#voice_01 .Box--Item:nth-of-type(3) .ItemInner .illust {
    max-width: 95px;
}
#voice_01 .Box--Item:nth-of-type(4) .ItemInner .illust {
    width: 130px;
}
#voice_01 .p--top_Box.jsAct .c-item01,
#voice_01 .p--top_Box.jsAct .c-item02,
#voice_01 .p--top_Box.jsAct .c-item03, 
#voice_01 .p--top_Box.jsAct .c-item04 {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#voice_01 .p--top_Box.is-act .c-item01 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
#voice_01 .p--top_Box.is-act .c-item02 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
#voice_01 .p--top_Box.is-act .c-item03 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
#voice_01 .p--top_Box.is-act .c-item04 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
#voice_01 .p--top_Box.is-act .c-item01, 
#voice_01 .p--top_Box.is-act .c-item02,
#voice_01 .p--top_Box.is-act .c-item03, 
#voice_01 .p--top_Box.is-act .c-item04 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 767px) {
	#voice_01 .p--top_Box {
		display: block;
	}
	#voice_01 .Box--Item {
		width: 100%;
	}
	#voice_01 .Box--Item .ItemInner .whbox .voice_detail {
		font-size: 1.6rem;
		width: 85%;
		top: -20px;
	}
	#voice_01 .Box--Item .ItemInner .whbox .h3_ttl_01 {
		font-size: 3rem;
		padding: 60px 50px 5px 50px;
	}
	#voice_01 .Box--Item .ItemInner .whbox .h3_ttl_01 > .s_marker > span {
		font-size: 3rem;
	}
	#voice_01 .c-sec__inner {
		padding: 0 30px 0;
	}
	#voice_01 .Box--Item .ItemInner .whbox h4 {
		padding-left: 50px;
	}
	#voice_01 .Box--Item .ItemInner .whbox .voice_txt {
		font-size: 1.6rem;
    	line-height: 2;
		padding: 10px 50px 50px 50px;
	}
	#voice_01 .Box--Item .ItemInner .illust {
		left: -4em;
		bottom: 0.7em;
	}
	#voice_01 .Box--Item:nth-of-type(2) .ItemInner .illust {
		left: -6em;
	}
}
@media screen and (max-width: 430px) {
	#voice_01 .appear .c-ttl01__main {
		margin-bottom: 50px;
	}
	#voice_01 .Box--Item .ItemInner .whbox .h3_ttl_01 {
		font-size: 3rem;
		font-size: 2rem;
		padding: 80px 20px 5px 20px;
	}	
	#voice_01 .Box--Item .ItemInner .whbox .h3_ttl_01 > .s_marker > span {
		font-size: 3rem;
	}
	#voice_01 .Box--Item {
		margin-bottom: 6rem;
	}
	#voice_01 .Box--Item .ItemInner .whbox .voice_txt {
		padding: 10px 20px 50px 50px;
	}	
	#voice_01 .Box--Item.c-item04 {
		margin-bottom: 5rem;
	}
	#voice_01 .Box--Item .ItemInner .illust {
		bottom: -1.3em;
	}
	#voice_01 .Box--Item:nth-of-type(1) .ItemInner .illust {
		left: -3em;		
		max-width: 95px;
	}
	#voice_01 .Box--Item:nth-of-type(2) .ItemInner .illust {
		width: 115px;
		left: -5em;
	}
	#voice_01 .Box--Item:nth-of-type(3) .ItemInner .illust {
		left: -2em;
		max-width: 75px;
	}
	#voice_01 .Box--Item:nth-of-type(4) .ItemInner .illust {
		width: 100px;
		left: -4em;
	}	
}

/* tab
===============================================================================================*/
.tab_menu {
	display: flex;
	width: 100%;
}
.tab_menu li {
	flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 30px;
    margin: 0 50px 0 0;
    border-radius: 30px 30px 0 0;
    list-style: none;
    cursor: pointer;
    color: #fff;
    background: #00b900;
    font-size: 3rem;
    font-weight: 700;
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.tab_menu li:last-child {
	margin-right: 0;
}
.tab_menu li.selected {
	background: #f9f1dc;
	color: #262424;
}
.tab_menu li:hover {
	background: #f9f1dc;
	color: #262424;
}
.tab_menu li img {
	display: inline-block;
	padding: 0 5px 2px 0;
}
.select_menu_container {
	text-align: center;
}
.select_menu {
	padding: 10px 3rem;
    margin: 0 auto 0.8em;
    cursor: pointer;
    font-size: 1.8rem;
    border-radius: 0;
    outline: none;
}
.tab_panel {
	overflow: hidden;
	height: 0;
	opacity: 0;
}
.tab_panel.is-show {
	overflow: visible;
	height: auto;
	opacity: 1;
	transition: opacity .4s ease-in-out;
}
.tab_panel_container {
	background: #f9f1dc;
	padding: 50px;
	position: relative;
}
@media screen and (min-width: 641px) {
	.select_menu_container {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.tab_menu {
		display: none;
	}
}
.tab_Inner {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 3.5rem;
    background: #fff;
    border-radius: 20px;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
}
.case_content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.case_content .case--img {
    width: 12%;
}
.case_content .case--ttl {
    width: 30%;
}
.case_content .case--ttl .p-ttl {
	background: #262424;
    border-radius: 50vh;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2.3rem;
}
.case_content .case--ttl .txt_left {
	padding-top: 10px;
}
.case_content .case--ttl .txt_left li {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.5;
    font-size: 1.8rem;
}
.case_content .case--ttl .txt_left li::before {
    width: 7px;
    height: 7px;
    content: '';
    display: block;
    margin-right: clamp(8px, 0.844vw, 13px);
    background-color: #ccc;
    border-radius: 50%;
}
.case_content .case--img02 {
    width: 50%;
}
.tab_Inner .thumb_txt {
	text-align: right;
    padding: 20px 3rem 0;
    font-size: 1.4rem;
    color: #acabab;
}
.tab_panel_container .illust {
	width: 16em;
    position: absolute;
    right: -7em;
    bottom: -2.375em;
}
@media screen and (max-width: 767px) {
	select {
	  	-webkit-appearance: none;
	  	appearance: none; /* デフォルトの矢印を非表示 */
	}
	select::-ms-expand {
	  	display: none; /* デフォルトの矢印を非表示(IE用) */
	}
	/* セレクトボックスの矢印デザイン変更 */
	select {
		background: #fcfcfc;
		border: 1px solid #00b900;
		padding: 1.5rem 20px;
		color: #00b900;
		font-weight: 700;
		font-size: 1.8rem;
		width: 100%;
		position: relative;
	  	background-image: url(../img/angle-down-solid.svg);
	  	background-position: right 10px center;
	  	background-repeat: no-repeat;
	  	background-size: 25px 25px;
	}
	.tab_panel_container {
		padding: 30px;
	}
	.tab_panel_container .illust {
		right: -5em;
		bottom: 14.625em;
	}
	.case_content .case--img {
		width: 25%;
	}
	.case_content .case--ttl {
		width: 70%;
	}
	.case_content .case--img02 {
		width: 100%;
		padding: 4rem 0 0;
	}
	.tab_Inner .thumb_txt {
		text-align: center;
	}
	.case_content .case--ttl .txt_left li {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 540px) {
	.case_content .case--ttl .p-ttl {
		font-size: 1.8rem;
	}
	.tab_panel_container .illust {
		right: 0;
		bottom: 16.625em;
		width: 10em;
	}
	#tab .appear .c-ttl01__main {
		margin-bottom: 30px;
	}
	.select_menu_container {
		width: 90%;
		margin: 0 auto;
	}
	.tab_Inner {
		padding: 3rem 20px;
	}
	.tab_panel:nth-of-type(1) .case_content .case--img {
		width: 19%;
	}
	.tab_Inner .thumb_txt {
		padding: 20px 0 0;
	}
}


/* reason
===============================================================================================*/
#reason {
	background: url(../img/bg_cloud.png), -webkit-gradient(linear, left top, left bottom, from(#ebfbf2), to(#ebfbf2));
    background: url(../img/bg_cloud.png), -webkit-linear-gradient(top, #ebfbf2 0%, #ebfbf2 100%);
    background: url(../img/bg_cloud.png), linear-gradient(to bottom, #ebfbf2 0%, #ebfbf2 100%);
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: center -6%;
	position: relative;
	padding: 0 40px;
}
.cloud {
    position: absolute;
}
#cloud_gr01 {
    width: 838px;
    height: 753px;
    top: 0;
    right: -35%;
}
#cloud_gr02 {
    width: 1553px;
    height: 1054px;
    top: 20%;
    left: -100px;
}
#cloud_gr03 {
    width: 557px;
    height: 463px;
    top: 30%;
    left: -100px;
}
#cloud_gr04 {
    width: 1062px;
    height: 1009px;
    bottom: 5%;
    right: -100px;
}
.featureBlock01Scroll {
	padding: 5rem 0 0;
}
#reason .featureBlock01 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
	padding-bottom: 15rem;
}
#reason .featureBlock01 > li {
    width: 30.8%;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #FFF;
    border: 5px solid #262424;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 1;
}
#reason .featureBox {
    position: relative;
}
#reason .featureBox .body {
    position: relative;
	display: flex;
    flex-direction: column;
}
#reason .featureBox .no {
    position: absolute;
    top: 0;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#reason .featureBox .no {
    width: 115px;
    height: 115px;
    background: #00b900;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 5rem;
	font-weight: 700;
}
#reason .featureBox .title01 {
    padding: 10rem 1rem 2rem;
    text-align: center;
    line-height: 1.5;
	font-size: 2.5rem;
	color: #00b900;
	font-weight: 900;
	display: flex;
    flex: 1 0 auto;
    min-height: 195px;
    align-items: center;
    justify-content: center;
}
#reason .featureBox .textBlock01 {
    margin-top: 2rem;
    padding: 0 2rem 2rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    text-indent: 0.05em;
    text-align: left;
}
#reason .featureBlock01 .image01 {
    max-width: 263px;
    height: 263px;
    margin: 0 auto 3rem;
}
.feature__unit {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position: relative;
}
.feature__unit .featureBox {
	position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #FFF;
    border: 5px solid #262424;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	margin-bottom: 120px;
}
.feature__unit .featureBox:nth-of-type(1) {
    width: 100%;
    position: relative;
}
.feature__unit .featureBox:nth-of-type(2), 
.feature__unit .featureBox:nth-of-type(3) {
    width: 46%;
	margin-bottom: 50px;
}
#reason .feature__unit .featureBox .title01 {
	font-size: 3.5rem;
    min-height: auto;
    padding: 8rem 1rem 2rem;
}
#reason .feature__unit .featureBox .body {
	align-items: center;
}
.c-step {
	width: 90%;
	padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}
.c-step__item {
    border: 5px solid #00b900;
    background: #fff;
    border-radius: 16px;
    width: 300px;
    min-height: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 24px 30px;
    position: relative;
}
.c-step__label {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.05em;
    color: #00b900;
}
.c-step__img {
    margin-top: auto;
    height: 115px;
}
.c-step__title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.75;
    margin-top: 30px;
}
.c-step__item + .c-step__item:before {
    content: "";
    display: block;
    width: 60px;
    height: 14px;
    background: url(../img/ico-step-arrow@2x.png) no-repeat center center;
    background-size: 44px 14px;
    position: absolute;
    left: -65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#reason .feature__unit .featureBox .image01 {
	padding: 2rem 0;
}
#reason .feature__unit .featureBox .image01 img {
	height: 300px;
}
#reason .feature__unit .featureBox .textBlock01 {
	padding: 0 5.1rem 5rem;
}
#reason .feature__unit .step_illust {
    width: 15em;
    position: absolute;
    left: -8em;
    bottom: -16.375em;
    z-index: 1;
}
#reason .c-sec__inner .illust {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 5%;
    margin: 0;
    width: 246px;
}
#reason .featureBlock01.jsAct li {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#reason .featureBlock01.is-act li:nth-of-type(1) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 0.2s;
}
#reason .featureBlock01.is-act li:nth-of-type(2) {
    -webkit-transition-delay: 1.65s;
    transition-delay: 0.3s;
}
#reason .featureBlock01.is-act li:nth-of-type(3) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 0.4s;
}
#reason .featureBlock01.is-act li:nth-of-type(4) {
    -webkit-transition-delay: 1.75s;
    transition-delay: 0.5s;
}
#reason .featureBlock01.is-act li {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 767px) {
	#reason {
		padding: 3rem 20px;
	}
	#cloud_gr01 {
		width: 70%;
		height: auto;
		top: 0;
		right: -40%;
	}
	#reason .featureBlock01 {
		display: none;
	}
	#reason .featureBlock01 > li {
		width: 100%;
		margin-bottom: 10rem;
	}
	.featureBlock01Scroll {
		padding: 0;
	}
	#reason .featureBox .no {
		width: 85px;
    	height: 85px;
		font-size: 3rem;
	}
	#reason .featureBox .title01 {
		padding: 6rem 1rem 2rem;
		min-height: auto;
	}
	#reason .featureBox .textBlock01 {
		padding: 0 5rem 2rem;
	}
	#reason .feature__unit .featureBox .title01 {
		font-size: 2rem;
    	padding: 6rem 1rem 0;
	}
	#reason .feature__unit .featureBox .textBlock01 {
		padding: 0 3rem 0;
		font-size: 1.6rem;
	}
	.c-step {
		flex-wrap: wrap;
		gap: 35px;
	}
	.c-step__item {
		width: 45%;
		min-height: 200px;
	}
	.c-step__item + .c-step__item:before {
		display: none;
	}
	.c-step__label {
		font-size: 1.8rem;
	}
	.c-step__title {
		font-size: 1.6rem;
		white-space: nowrap;
	}
	.c-step__img {
		margin-top: 2rem;
		height: 100px;
	}	
	#reason .feature__unit .step_illust {
		left: -9em;
    	bottom: -2.375em;
	}
	.feature__unit .featureBox:nth-of-type(2), 
	.feature__unit .featureBox:nth-of-type(3) {
		width: 100%;
		min-height: 690px;
	}
	.feature__unit .featureBox {
		margin-bottom: 65px !important;
	}
	#reason .c-sec__inner .illust {
		right: 0;
	}
}
@media screen and (max-width: 540px) {
	.c-sec__inner {
		padding: 0;
	}
	.c-step {
		gap: 20px;
		padding: 0;
	}
	.c-step__item {
		padding: 9px 10px 15px;
	}
	.c-step__img {
		margin-top: 1rem;
		height: 70px;
	}	
	#reason .feature__unit .step_illust {
		left: -5em;
		width: 11.7em;
		bottom: -18em;
	}
	#reason .feature__unit .featureBox .image01 img {
		height: 220px;
	}
	#reason .c-sec__inner .illust {
		width: 170px;
	}
	.c-step__title {
		font-size: 1.4rem;
		white-space: nowrap;
	}
	.feature__unit .featureBox:nth-of-type(2), 
	.feature__unit .featureBox:nth-of-type(3) {
		width: 100%;
		min-height: 100%;
	}
	#reason .feature__unit .featureBox .textBlock01 {
		padding: 0 3rem 4rem;
		font-size: 1.6rem;
	}	
}

/* about
===============================================================================================*/
.aboutBox {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #FFF;
    border: 5px solid #262424;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	position: relative;
}
.aboutBox::before {
    content: "";
    width: 798px;
    height: 796px;
    background: url(../img/img_cloud14@2x.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -35vw;
    top: -10vw;
    z-index: -1;
}
.aboutBox::after {
    content: "";
    width: 1762px;
    height: 865px;
    background: url(../img/img_cloud3_1@2x.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -35vw;
    bottom: -10vw;
    z-index: -1;
}
.aboutBox_Inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5rem;
}
.aboutBox_Lft {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 470px;
    -ms-flex: 0 0 470px;
    flex: 0 0 557px;
    padding-right: 50px;
}
.aboutBox_Rt {
	max-width: 720px;
}
.aboutBox_Lft .h3_ttl {
	font-size: 3.5rem;
    background: #00b900;
    width: 75%;
    text-align: center;
    font-weight: 900;
    color: #fff;
    border: 3px solid #262424;
    margin-bottom: 2rem;
}
.aboutTxt {
	font-size: 2rem;
    line-height: 2.2;
	background: url(../img/img--about_bg@2x.png) center center no-repeat #FFF;
    background-size: 75%;
}
.aboutBox .c-step {
	margin: 0 auto;
    padding: 0 0 5rem;
}
.aboutBox02 {
	background: #ebfbf2;
    margin-top: 5%;
    position: relative;
}
.aboutBox02 .h3_ttl {
	font-size: 3.5rem;
    background: #00b900;
    width: 40%;
	margin: 0 auto;
    text-align: center;
    font-weight: 900;
    color: #fff;
    border: 3px solid #262424;
    margin-bottom: 2rem;
	position: relative;
    top: -2vw;
}
.aboutBox02 .c-step {
	width: 100%;
    padding: 1rem 0 0;
    margin-bottom: 0;
    gap: 25px;
}
.aboutBox02 .c-step__item {
	border: 5px solid #262424;
	width: 25%;
	padding: 30px 10px 30px;
	min-height: 275px;
}
.aboutBox02 .c-step__item + .c-step__item:before {
	background: none;
}
.aboutBox02 .c-step__label {
	letter-spacing: 0;
	line-height: 1.5;
    font-weight: 900;
}
/*アコーディオン*/
.toggle_Item {
	padding: 80px 0 0;
}
.acItem {
    width: 100%;
    /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); */
    border-radius: 20px;
    background: url(../img/ico-check@2x.png) no-repeat 25px 30px;
    background-size: 40px;
    background-color: #f7f7f7;
    margin: 20px auto;
}
.acTitle {
    line-height: 100px;
    padding-left: 96px;
    background: url(../img/ico_plus@2x.png) no-repeat 97% 47%;
    background-size: 34px auto;
    font-size: 2.5rem;
    font-weight: 700;
    cursor: pointer;
}
.acTitle.active {
    background: url(../img/ico_minus@2x.png) no-repeat 97% 47%;
    background-size: 34px auto;
}
.acInner {
    display: none;
    width: 95%;
    /* padding: 5rem; */
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #d6d6d6;
    padding: 26px 30px 36px 70px
}
.acInner p {
	font-size: 2rem;
}
.acInner p > span {
	color: #00b900;
    font-weight: 700;
    display: block;
    padding: 0 0 1rem;
}
@media screen and (max-width: 767px) {
	#about .appear .c-ttl01__main {
		margin-bottom: 50px;
	}
	.aboutBox {
		width: 90%;
    	margin: 0 auto;
	}
	.aboutBox_Inner {
		flex-wrap: wrap;
	}
	.aboutBox_Lft {
		flex: 0 0 100%;
    	padding-right: 0;
	}
	.aboutBox_Lft .h3_ttl {
		font-size: 2rem;
		margin: 0 auto 2rem;
	}
	.aboutBox_Rt {
		max-width: 70%;
    	margin: 3rem auto 0;
	}
	.aboutBox_Rt img {
		height: auto;
	}
	.aboutBox02 .h3_ttl {
		font-size: 2.5rem;
		width: 65%;
	}
	.aboutBox02 .c-step__item {
		width: 45%;
		min-height: 230px;
	}
	.aboutTxt {
		font-size: 1.4rem;
		line-height: 2;
	}
	.toggle_Item {
		padding: 30px 0 0;
	}
	.toggle_Item .c-sec__inner {
		padding: 0 30px;
	}
	.acItem {
		background-size: 30px;
	}
	.acTitle {
		font-size: 2rem;
		background-size: 25px auto;
		line-height: 85px;
		padding-left: 75px;
	}
	.acInner {
		padding: 20px 30px 20px 55px;
	}
	.acInner p {
		font-size: 1.6rem;
	}	
}
@media screen and (max-width: 540px) {
	.aboutBox {
		width: auto;
		margin: 0 1rem 5rem;
	}	
	.aboutBox_Lft .h3_ttl {
		width: 100%;
		font-size: 1.8rem;
	}
	.aboutBox_Inner {
		padding: 2rem;
	}
	.aboutBox02 .h3_ttl {
		font-size: 1.8rem;
		width: 70%;
	}
	.aboutBox02 .c-step__item {
		width: 45%;
		min-height: 170px;
	}	
	.c-step__label {
		font-size: 1.6rem;
	}
	.aboutBox02 .c-step {
		width: 95%;
		padding: 1rem 0 0;
		margin-bottom: 0;
		margin: 0 auto;
		gap: 20px;
	}
	.aboutBox02 .c-sec__inner {
		padding-bottom: 50px;
	}
	.acTitle {
		font-size: 1.6rem;
		background: url(../img/ico_plus@2x.png) no-repeat 92% 47%;
		background-size: 20px auto;
		line-height: 60px;
		padding: 0 50px 0;
	}
	.acTitle.active {
		background: url(../img/ico_minus@2x.png) no-repeat 92% 47%;
		background-size: 20px auto;
	}	
	.acItem {
		border-radius: 10px;
		background: url(../img/ico-check@2x.png) no-repeat 15px 17px;
		background-size: 25px;
		background-color: #f7f7f7;
	}
	.acInner {
		padding: 20px 20px 20px 35px;
	}	
	.acInner p {
		font-size: 1.4rem;
	}	
}


/* simu
===============================================================================================*/
#simu {
	position: relative;
    padding: 0 40px;
	margin-bottom: 5rem;
}
#simu::before {
    content: "";
    width: 2001px;
    height: 1334px;
    background: url(../img/img_cloud18@2x.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -35vw;
    top: -1vw;
    z-index: -1;
}
.simuBox {
	background: #00b900;
    max-width: 1200px;
    width: 90%;
	position: relative;
    margin: 0 auto 0;
    padding: 100px 40px 60px;
    border-radius: 30px;
}
#simu .c-sec__inner .illust {
    z-index: 2;
    position: absolute;
    top: -10%;
    right: -15%;
    margin: 0;
    width: 246px;
}
#simu input[type="text"], 
#simu input[type="number"], 
#simu input[type="tel"], 
#simu input[type="email"], 
#simu input[type="url"], 
#simu textarea, 
#simu select {
	font-size: 3.6rem;
    font-weight: bold;
    border: none;
    padding: 2rem;
    background: #fff;
    width: 100%;
    border: 5px solid #262424;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
::placeholder {
	color: #eaeaea;
	font-weight: 900;
}
.custom_flex {
	display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 60%;
    margin: auto;
}
.custom_flex p {
	white-space: nowrap;
    font-size: 3.2rem;
    font-weight: bold;
    color: #000;
    padding-left: 10px;
    line-height: 1;
    padding-bottom: 10px;
}

.simuBox .p1_contact_btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
    position:relative;
    transition:all 0.3s;
}
.simuBox .p1_contact_btn2::after{
    content: "";
    width: 75px;
    height: 75px;
    position: absolute;
    right: 21%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background: url(../img/icon_arrow_simu@2x.png) left center no-repeat;
    background-size: 35px auto;
}
.simuBox .p1_contact_btn2:hover::after{
    /* right:10px; */
}
#simu .btn {
    max-width: 560px;
	width: 90%;
    padding: 35px 0;
    border-radius: 50vh;
    border: none;
    color: #262424;
    font-size: 2.5rem;
    line-height: 1;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: -2px 0 14px 0 rgb(116 124 197 / 47%);
    box-shadow: -2px 0 14px 0 rgb(116 124 197 / 47%);
    letter-spacing: .05em;
    font-weight: 700;
    position: relative;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.34,1.56,.64,1);
    transition: -webkit-transform .3s cubic-bezier(.34,1.56,.64,1);
    transition: transform .3s cubic-bezier(.34,1.56,.64,1);
    transition: transform .3s cubic-bezier(.34,1.56,.64,1), -webkit-transform .3s cubic-bezier(.34,1.56,.64,1);
    background: #ffe214;
	border: 5px solid #111111;
    -webkit-box-shadow: 3px 9px 20px 0px rgb(25 146 212 / 30%);
    box-shadow: 3px 9px 20px 0px rgb(25 146 212 / 30%);
}
#simu .form_Txt {
	color: #fff;
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
    text-align: center;
    padding: 3rem 0 5rem;
    border-bottom: 1px solid #fff;
}
#simu .kekka {
	padding: 3rem 0 0;
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
}
#simu .price_kekka {
	font-size: 6rem;
    line-height: 0.9;
    color: #ffe214;
	padding-bottom: 2rem;
}
#simu .price_kekka > .price_ {
	font-size: 12.2rem;
}
@media screen and (max-width: 767px) {
	#simu::before {
		content: "";
		width: 1000px;
		height: 100vh;
		background: url(../img/img_cloud18@2x.png) no-repeat;
		background-size: 180%;
		position: absolute;
		left: -90vw;
		top: 7vw;
		z-index: -1;
	}
	#simu .c-sec__inner {
		padding: 0 0 55px;
	}
	.simuBox {
		width: 100%;
		padding: 40px 15px 50px;
	}

	.custom_flex {
		width: 100%;
	}
	
	#simu input[type="text"], 
	#simu input[type="number"], 
	#simu input[type="tel"], 
	#simu input[type="email"], 
	#simu input[type="url"], 
	#simu textarea, 
	#simu select {
		font-size: 3.6rem;
		padding: 0 10px;
	}
	#simu .btn {
		width: 75%;
		margin: 0 auto;
		padding: 25px 0;
		font-size: 2rem;
	}
	.simuBox .p1_contact_btn2 {
		margin: 25px auto 0;
	}
	#simu .c-sec__inner .illust {
		z-index: 2;
		position: absolute;
		top: 43%;
		right: -15%;
		margin: 0;
		width: 200px;
	}
	.simuBox .p1_contact_btn2::after {
		right: 10%;
	}
	#simu .kekka {
		font-size: 2.5rem;
	}
	#simu .price_kekka {
		font-size: 4rem;
		padding-bottom: 1rem;
	}
	#simu .price_kekka > .price_ {
		font-size: 8rem;
	}
}
@media screen and (max-width: 540px) {
	#simu {
		padding: 0 20px;
	}
	#simu::before {
		content: "";
		width: 100%;
		height: 100vh;
		background: url(../img/img_cloud18@2x.png) no-repeat;
		background-size: 200%;
		position: absolute;
		left: 0;
		top: 7vw;
		z-index: -1;
	}	
	#simu .c-sec__inner {
		padding: 0;
	}	
	#simu .appear .c-ttl01__main {
		margin-bottom: 50px;
	}
	#simu input[type="text"] {
		font-size: 1.6rem;
		border-radius: 10px;
	}
	#simu .btn {
		width: 85%;
		margin: 0 auto;
		padding: 20px 30px 20px 0;
		font-size: 1.6rem;
	}
	.simuBox .p1_contact_btn2::after {
		content: "";
		width: 55px;
		height: 55px;
		position: absolute;
		right: 5%;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.3s;
		background: url(../img/icon_arrow_simu@2x.png) left center no-repeat;
		background-size: 25px auto;
	}	
	#simu .form_Txt {
		font-size: 1.6rem;
	}
	#simu .kekka {
		font-size: 1.8rem;
	}
	#simu .price_kekka {
		font-size: 2.5rem;
		padding-bottom: 1rem;
	}
	#simu .price_kekka > .price_ {
		font-size: 6rem;
	}
	#simu .c-sec__inner .illust {
		z-index: 2;
		position: absolute;
		top: 35%;
		right: -20%;
		margin: 0;
		width: 150px;
	}	
}

/* voice_02
===============================================================================================*/
#voice_02 {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#voice_02::before {
    content: "";
    width: 798px;
    height: 796px;
    background: url(../img/img_cloud14@2x.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -15vw;
    top: 2vw;
    z-index: -1;
}
#voice_02::after {
    content: "";
    width: 1432px;
    height: 1246px;
    background: url(../img/img_cloud5@2x.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -35vw;
    bottom: 2vw;
    z-index: -1;
}
.flex4 {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
	padding: 5rem 0;
}
.flex4 .voice02_item {
	position: relative;
  	display: flex;
  	flex-direction: column;
  	width: 47%;
  	background: #FFF;
	border: 5px solid #262424;
	border-radius: 20px;
	padding: 130px 30px 120px;
	margin-bottom: 15rem;
}
.flex4 .voice02_item:before {
    position: absolute;
    content: '';
    font-size: 10rem;
    color: #dfdfdf;
    opacity: 0.4;
    right: 20px;
    bottom: -13px;
    line-height: 1;
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    z-index: 1;
}
.flex4 .voice02_item:nth-of-type(1):before {
    content: '01';
}
.flex4 .voice02_item:nth-of-type(2):before {
    content: '02';
}
.flex4 .voice02_item:nth-of-type(3):before {
    content: '03';
}
.flex4 .voice02_item:nth-of-type(4):before {
    content: '04';
}

.flex4 .voice02_item:nth-of-type(3),
.flex4 .voice02_item:nth-of-type(4) {
	margin-bottom: 0;
}

.flex4 .voice02_item .title {
  	flex: 1;
  	height: 100%;
  	min-height: 0%;
  	font-weight: 900;
	line-height: 1.5;
    font-size: 3rem;
	text-align: center;
	color: #00b900;
}
.flex4 .voice02_item .text {
	flex: 2;
  	height: 100%;
  	min-height: 0%;
	margin-top: 2rem;
    padding: 0 2rem 2rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.2;
    text-indent: 0.05em;
    text-align: left;
}
.flex4 .voice02_item .img_mg_0 {
    width: 200px;
    height: 200px;
    padding: 3px;
    border-radius: 50%;
    display: block;
    color: #fff;
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    font-weight: 700;
}
.flex4.jsAct .voice02_item {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.flex4.is-act .voice02_item:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.flex4.is-act .voice02_item:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.flex4.is-act .voice02_item:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.flex4.is-act .voice02_item:nth-of-type(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.flex4.is-act .voice02_item {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 767px) {
	.flex4 {
		flex-direction: column;
	}
	.flex4 .voice02_item {
		width: 90%;
    	margin: 0 auto;
		margin-bottom: 10rem;
		padding: 130px 30px 50px;
	}
	#voice_02 .appear .c-ttl01__main {
		margin-bottom: 40px;
	}
	#voice_02::before {
		content: "";
		width: 100%;
		height: 100vh;
		background: url(../img/img_cloud14@2x.png) no-repeat;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 20vw;
		z-index: -1;
	}
	#voice_02::after {
		content: "";
		width: 100%;
		height: 100vh;
		background: url(../img/img_cloud5@2x.png) no-repeat;
		background-size: cover;
		position: absolute;
		right: 0;
		bottom: 7vw;
		z-index: -1;
	}
	#voice_02 .c-sec__inner {
		padding: 0 30px;
	}
	.flex4 .voice02_item .title {
		font-size: 2.5rem;
	}
	.flex4 .voice02_item .text {
		font-size: 1.8rem;
		line-height: 2;
	}
	.flex4 .voice02_item .img_mg_0 {
		width: 150px;
    	height: 150px;
		top: -10%;
	}
	.flex4 .voice02_item:nth-of-type(3) {
    	margin-bottom: 100px;
	}
	.flex4 .voice02_item:nth-of-type(4) {
    	margin-bottom: 0;
	}
}
@media screen and (max-width: 549px) {
	#voice_02 .appear .c-ttl01__main {
		margin-bottom: 20px;
	}	
	.flex4 {
		padding: 5rem 0 0;
	}	
	.flex4 .voice02_item .img_mg_0 {
		width: 120px;
		height: 120px;
		top: -10%;
	}
	.flex4 .voice02_item {
		width: 100%;
		padding: 80px 30px 50px;
	}
	.flex4 .voice02_item .title {
		font-size: 2rem;
	}
	.flex4 .voice02_item .text {
		font-size: 1.6rem;
		line-height: 2;
		padding: 0;
	}
	.flex4 .voice02_item:nth-of-type(3) {
		margin-bottom: 6rem;
	}	
	.flex4 .voice02_item {
		margin-bottom: 6rem;
	}	
}


/* return
===============================================================================================*/
#return {
	position: relative;
    overflow: hidden;
    margin-bottom: 10rem;
    z-index: 1;
}
#return .infiniteslide li {
	padding: 1.5rem;
}
#return:after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background-color: #ebfbf2;
    position: absolute;
    top: 370px;
    left: 0;
    z-index: -1;
}
#return .infiniteslide_wrap {
	padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	#return {
		margin-bottom: 5rem;
	}
	#return:after {
		top: 285px;
	}
	#return .appear .c-ttl01__main {
		margin-bottom: 50px;
	}
	#return .infiniteslide_wrap {
		padding-bottom: 3rem;
	}
	.infiniteslide_wrap ul li img {
		height: 180px;
	}
}
@media screen and (max-width: 549px) {
	#return:after {
		top: 185px;
	}
	#return .infiniteslide_wrap {
		padding-bottom: 1rem;
	}	
	.infiniteslide_wrap ul li img {
		height: 150px;
	}
	#return .appear .c-ttl01__main {
		margin-bottom: 30px;
	}	
}

/* faq
===============================================================================================*/
#faq .toggle_Item {
    padding: 0;
}
@media screen and (max-width: 767px) {
	#faq .acTitle {
		font-size: 2rem;
		line-height: 1.72;
		display: flex;
		align-items: center;
		height: 90px;
		background-size: 25px auto;
		/* line-height: 85px; */
		padding: 20px 60px 20px 65px;
	}
}
@media screen and (max-width: 549px) {
	#faq .appear .c-ttl01__main {
		margin-bottom: 30px;
	}
	#faq .acTitle {
		font-size: 1.4rem;
		line-height: 1.72;
		display: flex;
		align-items: center;
		height: 70px;
		background-size: 20px auto;
		/* line-height: 85px; */
		padding: 20px 55px 20px 50px;
	}	
	#faq .acItem {
		background: url(../img/ico-check@2x.png) no-repeat 15px 22px;
		background-color: #f7f7f7;
		background-size: 25px;
	}	
}


/* company
===============================================================================================*/
#company {
	position: relative;
    z-index: 1;
    background: #00b900;
	margin-top: 3rem;
    padding: 100px 0 20px;
}
#company .c-sec__inner {
	background: #fff; 
	padding: 50px;
	border-radius: 50px;
}
#company .is-gra {
	font-size: 4.2rem;
}
#company .detail-dl {
    width: 90%;
    margin: 5rem auto;
}
#company .outline__item {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    border-top: 1px solid #d6d6d6;
    font-size: 1.8rem;
    line-height: 200%;
}
#company .outline__item > dt {
    width: 20%;
    color: #00b600;
}
#company .outline__item > dd {
    width: 80%;
}
.GoogleMap {
  	max-width: 100%;
}
.map-wrap {
  	position: relative;
  	width: 100%;
  	height: 0;
  	padding-top: 50%; 
}
.map-wrap iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
	border-radius: 50px;
}
#company .illust {
    z-index: 2;
    position: absolute;
    top: -5%;
    right: 0;
    margin: 0;
    width: 246px;
}
@media screen and (max-width: 767px) {
	#company {
		margin-top: 10rem
	}
	#company .c-sec__inner {
		width: 90%;
		padding: 30px;
	}
	#company .illust {
		width: 180px;
	}
	#company .detail-dl {
		width: 100%;
    	margin: 3rem auto;
	}
	#company .outline__item {
		padding: 20px;
		font-size: 1.8rem;
    	line-height: 2;
	}
}
@media screen and (max-width: 549px) {
	#company {
		margin-top: 7rem;
	}	
	#company .c-sec__inner {
		border-radius: 20px;
	}
	#company .appear .c-ttl01__main {
		margin-bottom: 20px;
	}
	#company .is-gra {
		font-size: 2.5rem;
	}
	#company .illust {
		width: 140px;
		top: -5%;
	}
	#company .outline__item {
		font-size: 1.4rem;
		display: block;
	}
	.map-wrap iframe {
		border-radius: 20px;
	}
}
@media screen and (max-width: 767px) {
	.sp-ft {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 10;
		/* background-color: #fff; */
		-webkit-transition: -webkit-box-shadow .1s ease-out;
		transition: -webkit-box-shadow .1s ease-out;
		-o-transition: box-shadow .1s ease-out;
		transition: box-shadow .1s ease-out;
		transition: box-shadow .1s ease-out, -webkit-box-shadow .1s ease-out;
	}
	.sp-ft .button-contact a {
		text-align: center;
		color: #fff;
		font-weight: 700;
		font-size: 20px;
		line-height: 1em;
		letter-spacing: .05em;
		border-radius: 30px;
		background-color: #22ac38;
		padding: 15px 27px;
		display: block;
		margin: 20px;
	}	
}
