 /*
Theme Name: 
Theme URI: NA
Author: T.Oka
Author URI: NA
Description: NA
Version: 1.0.0
*/
@charset "UTF-8";
html {
	margin: 0 !important;
	padding: 0 !important;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
main{
	display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  /* min-height: 93vh; */
}
ul {
	list-style: none;
 	margin: 0;
 	padding: 0 !important;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	height: auto;
}
.heading {
	width: 100%;
	padding: 70px 0;
	padding-left: 15%;
	padding-right: 15%;
}
a {
	display: inline-block;
}
a:hover {
	filter: brightness(1.2);
}
figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 1080px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
 	}
 	.heading {
		padding-top: 50px;
		width: 88.34%;
		padding-left: 5.33%;
		padding-right: 5.33%;
		text-align: center;
	}
}
/* header */
.header {
	width: 100%;
	height: 60px;
	position: fixed;	
	background: #fff;
	z-index: 4;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
a.logo {
	width: 140px;
	height: auto;
	margin: 0 0 0 24px;
}
ul.menu  {
	display: flex;
	align-items: center;
	margin: 0;
}
li.list_entry {
	width: fit-content;
	height: auto;
	margin: 0;
	align-items: center;
	display: flex;
}
.menu li a.header_text {
	text-align: left;
	font: normal normal bold 14px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #2D2E2D;
	text-decoration: none;
	margin-right: 15px;
}
.menu li a.header_text:hover {
	opacity: 0.6;
}
a.header_cta {
	width: 120px;
	height: auto;
}
@media screen and (max-width: 1080px) {
	header {
		width: 100%;
		height: auto;
		position: fixed;	
	  top: 0;
		left: 0;
		z-index: 999;
	}
	.header_sp {
		position: fixed;
		width: 100%;
		background: #fff;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 999;
	}
	a.logo {
		width: 100px;
		height: auto;
		margin: 0 0 0 10px;
	}
	.drawer__button {
		position: relative;
		width: 50px;
		height: 50px;
		border: none;
		cursor: pointer;
		background: #39618C 0% 0% no-repeat padding-box;
	}
	.drawer__button > span {
		display: block;
		position: absolute;
		top: 40%;
		left: 50%;
		width: 25px;
		height: 2px;
		background: #fff;
		transform: translateX(-50%);
	}
	.drawer__button::after {
		display: block;
		content: "MENU";
		text-align: center;
		font: normal normal bold 8px/8px Noto Sans JP;
		letter-spacing: 0px;
		color: #FFFFFF;
		text-transform: uppercase;
		padding-top: 25px;
	}
	.drawer__button > span:first-child {
		transform: translate(-50%, calc(-50% - 0.5rem));
		transition: transform 0.3s ease;
	}
	.drawer__button > span:nth-child(2) {
		transform: translate(-50%, -50%);
		transition: opacity 0.3s ease;
	}
	.drawer__button > span:last-child {
		transform: translate(-50%, calc(-50% + 0.5rem));
		transition: transform 0.3s ease;
	}
	.drawer__button.active > span:first-child {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.drawer__button.active > span:nth-child(2) {
		opacity: 0;
	}
	.drawer__button.active > span:last-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.drawer__nav {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		transition: opacity 0.3s ease;
		opacity: 0;
		visibility: hidden;
	}
	.drawer__nav.active {
		opacity: 1;
		visibility: visible;
	}
	.drawer__nav__inner {
		position: relative;
		width: 100%;
		height: 100%;
		background: #fff 0% 0% no-repeat padding-box;
		padding: 0;
		margin: -1px 0 0 auto;
		overflow: scroll;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		text-align: center;
	}
	.drawer__nav.active .drawer__nav__inner {
		transform: translateX(0);
	}
	.drawer__nav__menu {
		list-style: none;
		padding-left: 0;
		margin-top: 20px;
	}
	.drawer__nav__item {
		text-align: left;
		padding: 0 5.3%;
	}
	.drawer__nav__link {
		width: 100%;
		font: normal normal bold 16px/20px Noto Sans JP;
		letter-spacing: 0px;
		color: #2D2E2D;
		text-decoration: none;
		border-bottom: 1px solid #C6D9E3;
		padding: 20px 0;
	}
	body.active {
		height: 100%;
		overflow: hidden;
	}
	a.header_cta {
		width: 100%;
	}
	.modal_note {
		width: 71.6%;
		margin: 20px auto 8px auto;
	}
	.modal_cta {
		width: 89%;
		margin: 0 auto 10px auto;
	}
	.modal_cta.drawer__nav__link {
		border-bottom: none;
		padding: 0;
	}
}
/* fv */
#fv {
	position: relative;
	z-index: 5;
	background-color: #fff;
}
.kv_sp {
	height: 0px;
	overflow-y: hidden;
}
.kv_pc {
	height: auto;
	overflow-y: visible;
}
.fv_cta_block {
	position: absolute;
	left: 4.58%;
	top: 0;
	width: 50%;
}
.fv_cta1,
.fv_cta2 {
	position: absolute;
	width: 51.6%;
	bottom: 14%;
}
.fv_cta1 {
	left: 24%;
}
.fv_cta2 {
	left: 52%;
}
@media screen and (max-width: 1080px) {
	.block0 {
		height: 50px;
	}
	.kv_pc {
		height: 0px;
		overflow-y: hidden;
	}
	.kv_sp {
		height: auto;
		overflow-y: visible;
	}
	.fv_cta_block {
		position: relative;
		left: 0;
		top: 100%;
		width: 100%;
	}
	.fv_cta1,
	.fv_cta2 {
		width: 89%;
	  left: 6%;
	  /* transform: translate(-50%, -50%); */
  }
		.fv_cta1 {
		bottom: 9%;
	}
		.fv_cta2 {
		bottom: 6%;
	}
}
/* fv2 */
.fv2 {
	background-image: url(../img/fv2_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
.fv2_img {
	width: 193px;
	height: auto;
	margin: 0 0 2px 0;
}
.fv2_h2 {
	margin: 0 0 18px 0;
}
.fv2_note {
	text-align: left;
	font: normal normal bold 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #39618C;
	margin: 0;
}
@media screen and (max-width: 1080px) {
	.fv2 {
		background-image: url(../img/fv2_bg_sp.webp);
		background-size: cover;
	}
}
/* about */
.about {
	background-image: url(../img/about_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 100px 0;
}
.about_title1,
.about1,
.about_title2,
.about4 {
	width: 70%;
	margin: 0 auto 20px auto;
}
.about_title3 {
	width: 55.33%;
	margin: 0 auto 20px auto;	
}
.about_title4 {
	width: 54.33%;
	margin: 100px auto 20px auto;	
}
.effect_area {
	display: flex;
	width: 70%;
	margin: 0 auto;
}
.effect_block {
	width: 31%;
	margin: 0 3.5% 0 0;
}
.effect_block:last-child {
	margin: 0;
}
.content_note1 {
	text-align: left;
	font: normal normal bold 12px/18px Jost;
	letter-spacing: 0.6px;
	color: #56BAEF;
	text-transform: capitalize;
	margin: 0 0 10px 0;
}
.content_note2 {
	text-align: left;
	font: normal normal bold 42px/63px Noto Sans JP;
	letter-spacing: 2.1px;
	color: #39618C;
	margin: 0 0 20px 0;
}
.content_note3 {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 0;
}
.content_note4 {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 0 0 0 4.4%;
}
.effect_text {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 10px 0 0 0;
}
.content_wrapper {
	display: flex;
	align-items: stretch;
	margin: 0 0 60px 0;
}
.content_wrapper:last-child {
	margin: 0;
}
.content_img,
.content_img2 {
	height: auto;
  flex-direction: column;
}
.content_img {
	width: 44.1%;
}
.content_img2 {
	margin: 60px 0 0 0;
	width: 45.2%;
}
.content_text,
.content_text2 {
	height: auto;
  flex-direction: column;
  display: flex;
}
.content_text {
	width: 37.5%;
  margin-left: 3.33%;
}
.content_text2 {
	width: 53.5%;
  margin-left: 1.66%;
}
.swap .content_img,
.swap .content_img2 {
	order: 2;
}
.swap .content_text,
.swap .content_text2 {
	order: 1;
  margin-left: 15%;
  margin-right: 3.33%;
}
.swap .content_text2 {
  margin-left: 0;
  margin-right: 1.66%;
}

@media screen and (max-width: 1080px) {
	.about_title1{
		width: 100%;
		margin: 0 auto;
	}
	.about1 {
		width: 91%;
		margin: 0 auto 40px auto;		
	}
	.about_title2,
	.about4 {
		width: 89%;
		margin: 0 auto;
	}
	.about_title3 {
		width: 89%;
		margin: 0 auto;	
	}
	.about_title4 {
		width: 89%;
		margin: 100px auto 20px auto;	
	}
	.effect_area {
		display: block;
		width: 89%;
		margin: 0 auto;
	}
	.effect_block {
		width: 100%;
		margin: 0 auto 40px auto;
	}
	.content_note1 {
		font: normal normal bold 11px/18px Jost;
		margin: 0 0 10px 0;
	}
	.content_note2 {
		font: normal normal bold 28px/36px Noto Sans JP;
		margin: 0 0 20px 0;
	}
	.content_wrapper {
		display: block;
	}
	.content_img {
		width: 89%;
		margin: 0 auto;
	}
	.content_img2 {
		margin: 0 auto;
		width: 100%;
	}
	.content_text {
		width: 89%;
		margin: 20px auto 0 auto;
	}
	.content_text2 {
		width: 100%;
		margin: 20px auto 0 auto;
	}
	.swap .content_text,
	.swap .content_text2 {
		margin: 0 auto;
	 }
	 .scroll_wrapper {
		opacity: hidden;
	 	overflow: scroll;
	 }
	 .scroll_wrapper img {
	 	width: 870px;
	 }
	 .content_note4 {
		margin-top: 10px;
		margin-left: 0;
	 }
}
/* cta */
#cta {
	position: relative;
}
.cta_cta1,
.cta_cta2 {
	position: absolute;
	width: 28.33%;
	bottom: 9%;
}
.cta_cta1 {
	left: 35.5%;
}
.cta_cta2 {
	left: 51%;
}
@media screen and (max-width: 1080px) {
	.cta_cta1, .cta_cta2 {
		width: 89%;
    left: 6%;
    /* transform: translate(-50%, -50%); */
    }
	.cta_cta1 {
		bottom: 10%;
	}
	.cta_cta2 {
		bottom: 4%;
	}
}
/* reason */
#reason {
	background-image: url(../img/reason_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	/* padding: 90px 0 100px 0; */
	padding: 0;
}

.reason_h3 {
	width: 89%;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.reason6 {
	width: 98%;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#example {
	background-image: url(../img/example_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}
.example {
	margin: 0 0 80px 0;	
}

.item-area {
	margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
	#example {
		padding: 0;
	}
}
/* accordion */
img.q_img,
img.a_img {
	width: 40px;
	height: 40px;
}
.accordion {
  border-bottom: 1px solid #687FA5;
}
.accordion summary {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  padding: 29px 0;
  line-height: 40px;
}
.accordion summary span {
	text-align: left;
	font: normal normal bold 18px/27px Noto Sans JP;
	letter-spacing: 0px;
	color: #39618C;
	margin-left: 10px;
	line-height: 40px;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
  content: '';
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #004DA0;;
  border-right: 2px solid #004DA0;;
  transition: transform 0.4s;
  top: 45%;
	right: 10px;
	position: absolute;
}
.accordion[open] summary::after {
	transform: rotate(225deg);
}
.accordion h4 {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0 0 0 10px;
	text-align: left;
	font: normal normal normal 15px/24px Noto Sans JP;
	letter-spacing: 0px;
	color: #333333;
	transition: transform .5s, opacity .5s;
	line-height: 40px;
}
.answer_note{
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #2D2E2D;
	margin: 0 0 0 10px;
}
.accordion[open] p {
  transform: none;
  opacity: 1;
}
.accordion ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.accordion li {
	text-align: left;
	margin-left: 50px;
}
.last_accordion {
  border-bottom: none;
}
.answer_wrapper {
	padding-bottom: 30px;
}
.answer {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 6px #C9D9E2;
	border-radius: 10px;
	display: flex;
	line-height: 40px;
	padding: 20px;
}
@media screen and (max-width: 1080px) {
	img.q_img,
	img.a_img {
		width: 30px;
		height: 30px;
	}
	.accordion summary {
	  line-height: 30px;
	}
	.accordion summary span {
		width: 75%;
	  line-height: 20px;
	}
	.accordion p {
		line-height: 30px;
	}
	.accordion li {
		text-align: left;
		margin-left: 40px;
	}
	.answer_wrapper {
		padding-bottom: 30px;
	}
	.answer {
		line-height: 30px;
	}
}
/* contact */
#contact {
	padding: 100px 0 0 0;
}
.form_area {
	margin: 60px 0 20px 0;
}
.contact_h2 {
	width: 89%;
	margin: 0 auto;
}
@media screen and (max-width: 1080px) {
}
/* footer */
#footer .heading {
	padding-top: 40px;
	padding-bottom: 30px;
}
.footer_upper {
	display: flex;
	border-bottom: 1px solid #ACACAC;
	padding: 0 0 30px 0;
}
.footer_upper_left {
	width: 57.3%;
}
.footer_upper_left img {
	width: 70.4%;
}
.footer_upper_center {
	width: 21.7%;
}
.footer_upper_center ul {
	margin: 0;	
}
.footer_upper_right {
	width: 21%;
}
.footer_note1 {
	text-align: left;
	text-decoration: underline;
	font: normal normal bold 14px/24px Noto Sans JP;
	letter-spacing: 0px;
	color: #39618C;
	margin: 0 0 20px 0;
}
.footer_right_title {
	text-align: left;
	font: normal normal bold 14px/14px Noto Sans JP;
	letter-spacing: 0px;
	color: #39618C;
	margin: 0 0 20px 0;
}
.footer_upper_right li:before {
	content:  "";
	width:  5px;
	height:  5px;
	display:  inline-block;
	background-color: #39618C;
	border-radius:  50%;
	position:  relative;
	top: -1px;
	margin-right: 5px;
}
.footer_note2 {
	text-align: left;
	text-decoration: none;
	font: normal normal normal 14px/14px Noto Sans JP;
	letter-spacing: 0px;
	color: #2D2E2D;
	margin: 0 0 10px 0;
}
.footer_down {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0 0 0;
}
a.footer_down_logo {
	width: 26.6%;
	display: inline-block;
}
.footer_copy {
	text-align: center;
	font: normal normal normal 14px/20px Noto Sans JP;
	letter-spacing: 0px;
	color: #B4B4B4;
	margin: 0;
}
.arrow_wrapper {
	width: 50px;
	height: 50px;
  position:fixed;
  right:10px;
  bottom: 10px;
  cursor:pointer;
}

.footer_upper_right li {
	font-size: 14px;
	margin-bottom: 5px;
}

@media screen and (max-width: 1080px) {
	.footer_upper {
		flex-wrap: wrap;
	}
	.footer_upper_left {
		width: 89%;
	}
	.footer_upper_left img {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.footer_upper_center {
		width: 50%;
		text-align: left;
	}
	.footer_upper_right {
		width: 50%;
		text-align: left;
	}
	.footer_note1,
	.footer_note2 {
		font-size: 12px;
			margin: 0 0 10px 0;
	}
	.footer_down {
		display: block;
	}
	a.footer_down_logo {
		width: 50%;
	}
	.footer_copy {
		font-size: 12px;
		margin: 20px 0 0 0;
	}
}

.h2-under-text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}

/* 下層 */
.lower{
	background-image: url(../img/lower_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;

}

.lower-h2 {
	color: #39618C;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 40px;
	font-family:'Noto Sans JP', sans-serif;
}
.lower_form {
	width: 800px;
  background-color: #fff;
  margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 40px;	
}
@media screen and (max-width: 1080px) {
	.lower_form {
		width: 90%;
	}
	.lower-h2 {
	margin: 100px auto 20px auto;
    width: 80%;
	}
}

.original-box-shadow {
	box-shadow: 0px 0px 6px 0px rgba(201, 217, 226, 1);
}
.thanks-box {
	background-color: #fff;
	width: 800px;
	margin: 0 auto 100px auto;
	border-radius: 10px;
}
.return-btn-content {
	text-align: center;
	margin-bottom: 40px;
}

 @media screen and (max-width: 1080px)  {
	.thanks-box {
		width: 90%;
	}
}

.thanks-p {
text-align: center;
margin: 40px 20px 30px 20px;
}

.thanks-box img{
width: 250px;
text-align: center;
}

.h2-mb {
	margin-bottom: 25px;
}

.lower_tel {
	width: 800px;
	margin: 0 auto 40px auto;
}

.return_btn_wrapper {
	display: flex;
	justify-content: center;
	margin: 0 0 80px 0;
}
.return_btn_wrapper a {
	width: 210px;
}
@media screen and (max-width: 1080px) {
	.lower_tel {
		width: 89%;
	}
}


/* animation */

.animation {
  opacity: 0; /* 要素を透明にする */
  transition: all 0.7s ease; /* 秒かけてアニメーションを行う */
}
 
.animation.show {
  opacity: 1; /* 要素を不透明する */
  transform: none; /* アニメーションをなくす */
}

.sd-bu {
  transform: translate(0, 80px); /* Y座標を100px移動するアニメーション */
}