 /*
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.body {
	margin: 0;
}
main{
	display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 93vh;
}
ul {
	list-style: none;
 	margin-bottom: 0;
 	padding: 0 !important;
}
h1 {
	margin: 0;
	padding: 0;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	height: auto;
}
.heading {
	width: 100%;
	padding: 80px 0;
	padding-left: 15%;
	padding-right: 15%;
}
.heading h2 {
	text-align: left;
	font: normal normal bold 70px/105px Jost;
	letter-spacing: 0px;
	color: #73C0ED;
	margin: 0;
}
.heading h3{
	text-align: left;
	font: normal normal bold 16px/24px Noto Sans JP;
	letter-spacing: 0px;
	color: #0B1217;
	margin: 0 0 40px 0;
}
.heading h4 {
	text-align: left;
	font: normal normal bold 32px/38px Noto Sans JP;
	letter-spacing: 0px;
	color: #73C0ED;
	margin: 0 0 10px 0;
}
.heading p {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #0B1217;
	margin: 0;
}
a {
	display: inline-block;
}
a:hover {
	opacity: 0.8;
}
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-left: 5.33%;
		padding-right: 5.33%;
		text-align: center;
	}
	.heading h2 {
		font: normal normal bold 52px/52px Jost;
	}
}
/* header */
.header {
	width: 100%;
	height: 60px;
	position: fixed;	
	background: #fff;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
a.logo {
	width: 60px;
	height: 60px;
	margin: 0;
}
ul.menu  {
	display: flex;
	line-height: 60px;
	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/20px Noto Sans JP;
	letter-spacing: 0px;
	color: #0B1217;
	text-decoration: none;
	margin-right: 1.167vw;
}
a.header_contact {
	width: 130px;
	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;
		justify-content: space-between;
		z-index: 999;
	}
	a.logo {
		width: 50px;
		height: 50px;
	}
	.drawer__button {
		position: relative;
		width: 50px;
		height: 50px;
		border: none;
		cursor: pointer;
		background: #73C0ED 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/28px Noto Sans JP;
		letter-spacing: 0px;
		color: #FFFFFF;
		text-transform: uppercase;
		padding-top: 24px;
	}
	.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: 160px;
		height: 812px;
		overflow: hidden;
		overflow-y: scroll;
	}
	.drawer__nav__item {
		margin-bottom: 20px;
	}
	.drawer__nav__link {
		text-align: center;
		font: normal normal bold 18px/26px Noto Sans JP;
		letter-spacing: 0px;
		color: #0B1217;
		text-decoration: none;
	}
	a.header_contact {
		background: #004096 0% 0% no-repeat padding-box;
		border-radius: 25px;
		margin-right: 0;
		padding: 6px 12px;
		line-height: 36px;
	}
	a.header_now {
		margin-right: 0;
		padding: 6px 12px;
		line-height: 36px;
	}
	body.active {
		height: 100%;
		overflow: hidden;
	}
}

/* fv */
#fv {
	position: relative;
	z-index: 5;
}
.fv img.fv_bg {
	width: 100%;
	height: auto;
}
#fv2 {
	width: 100%;
	height: 23.583vw;
	background-image: url(../img/fv2_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.fv2_h2 {
	width: 33%;
	margin: 6.667vw auto 20px auto;	
}
/* h2.fv2_h2 {
	text-align: center;
	font: normal normal normal 45px/60px VDL-PenGentle;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 6.667vw 0 20px 0;
} */
p.fv2_text {
	text-align: center;
	font: normal normal bold 18px/30px Noto Sans JP;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0;
}
@media screen and (max-width: 1080px) {
	#fv2 {
		height: 73.867vw;
		background-image: url(../img/fv2_sp.png);
		padding: 0 5.33%;
	}
	/* h2.fv2_h2 {
		font: normal normal normal 36px/40px VDL-PenGentle;
		margin:13.333vw 0 5.33vw 0;
	} */
	.fv2_h2 {
		width: 96%;
	}
	p.fv2_text {
		text-align: left;
	}
}

/* service */
#service {
	position: relative;
}
img.service_bg {
	width: 70%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.content_wrapper {
	display: flex;
	align-items: stretch;
	margin: 0 0 60px 0;
}
.content_wrapper:last-child {
	margin: 0;
}
.content_img {
	width: 48%;
	height: auto;
  flex-direction: column;
}
.content_text {
	width: 48%;
	height: auto;
  flex-direction: column;
  display: flex;
  margin-left: 3.57%;
}
.content_text a {
	width: 45%;
}
.swap .content_img{
	order: 2;
}
.swap .content_text {
	order: 1;
  margin-left: 0;
  margin-right: 3.57%;
}
.works_slide_area {
	background: #0B1217 0% 0% no-repeat padding-box;
	padding: 30px 0;
}
.works_slide {
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.works_slide img {
	padding:  0 2.6vw 0 0;
  height:  22.5vw;
  width: auto;
}
@media screen and (max-width: 1080px) {
	.content_wrapper {
		display: block;
	}
	.content_img {
		width: 100%;
	}
	.content_text {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
	}
	.content_text a {
		width: 63%;
		margin: 0 auto;
	}
	.works_slide_area {
	}
	.works_slide {
		margin: 0 0 1.667vw 0;
	}
	.works_slide img {
		height: 53.533vw;
		padding: 0 3.733vw 0 0;
	}
}
/* strengths */
#strengths {
	background-image: url(../img/strengths_bg_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.strengths_block {
	background: #F1F7FA 0% 0% no-repeat padding-box;
	border-radius: 10px;
	display: flex;
	padding: 1.667vw;
	margin: 0 0 20px 0;
}
.strengths_img {
	width: 25%;
	margin-right: 2.5%;
}
.strengths_content {
	width: 72.5%;
}
@media screen and (max-width: 1080px) {
	#strengths {
		background-image: url(../img/strengths_bg_sp.png);
	}
	.strengths_block {
		display: block;
		padding: 5.33vw;
	}
	.strengths_img {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.strengths_content {
		width: 100%;
	}
}
/* values */
#values {
	background: #F1F9FD 0% 0% no-repeat padding-box;
}
.values_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 80px 0 0 0;
}
.values_block {
	position: relative;
	width: 23.2%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #E3F3FC;
	border-radius: 10px;
	padding: 20px;
	margin: 0 2.3% 40px 0;
}
.values_block:nth-child(4n) {
	margin: 0 0 40px 0;
}
.values_block h4 {
	font-size: 25px;
	text-align: center;
}
p.values_number {
	position: absolute;
	top: 0;
	left: 50%;
	font: normal normal bold 50px/28px Jost;
	letter-spacing: 0px;
	color: #C7E6F8;
	margin: 0;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1080px) {
	.values_block {
		width: 47.7%;
		margin: 0 4.4% 40px 0;
	}
	.values_block:nth-child(4n) {
		margin: none;
	}
	.values_block:nth-child(2n) {
		margin: 0 0 40px 0;
	}
	.values_block:last-child {
		margin-bottom: 0;

	}
}
/* greeting */
#greeting {
	background-image: url(../img/greeting_bg_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.greeting_area {
	display: flex;
}
.greeting_img {
	width: 30%;
	margin-right: 3.8%;
}
.greeting_content {
	width: 66.2%;
}
p.greeting_text {
	text-align: left;
	font: normal normal normal 14px/21px Noto Sans JP;
	letter-spacing: 0px;
	color: #0B1217;
	margin: 0 0 10px 0;
}
p.greeting_name {
	text-align: right;
	font: normal normal bold 14px/21px Noto Sans JP;
	letter-spacing: 0px;
	color: #0B1217;
	margin: 0;
}
@media screen and (max-width: 1080px) {
	.greeting_area {
		display: block;
	}
	.greeting_img {
		width: 53.7%;
		margin: 0 auto 32px auto;
	}
	.greeting_content {
		width: 100%;
	}
}
/* service */
@media screen and (max-width: 1080px) {
}

/* company */
#company {
	background: #FFFFFF 0% 0% no-repeat padding-box;
}
.company_block {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #F2F2F2;
	margin: 0 0 20px 0;
}
.company_block h5 {
	text-align: left;
	font: normal normal bold 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #73C0ED;
	margin: 0 0 4px 0;
}
.company_block p {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #0B1217;
	margin: 0;
}
@media screen and (max-width: 1080px) {
}
/* contact */
#contact {
	background: #E3F3FC 0% 0% no-repeat padding-box;
}
.contact-items__wrap {
	margin-bottom: 24px;
}
.contact-items__title {
	text-align: left;
	font: normal normal bold 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #0B1217;
	margin-bottom: 10px;
}
.contact-items__title span {
	text-align: left;
	font: normal normal normal 15px/21px Noto Sans JP;
	letter-spacing: 0px;
	color: #ED8173;
	margin-left: 10px;
}
select.form-select {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	width: 33%;
	height: 56px;
}
input.form-control {
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	border: 1px solid #73C0ED;
	height: 56px;
}
.btn_area {
	display: flex;
	justify-content: center;
}
.button_wrapper {
	width: 20%;
	margin: 0 auto;
}
.button_wrapper button {
	background: none;
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.validation-block {
	color: #fff;
}
textarea.form-control {
	height: 240px !important;
	border: 1px solid #73C0ED;
}

.has-error .validation-block {
	text-align: left;
	color: #D30001;
}
.consent_area {
	display: flex;
	justify-content: center;
}
.consent_area label {
	margin: 0 0 0 10px;
}
.consent_area label a {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #73C0ED;
	text-decoration: none;
}
.consent_area {
	position: relative;
}
#consent-error {
  position: absolute;
  left: 50%;
  margin-top: 32px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
  color: #D30001;
  font-weight: normal;
  font-size: 16px;
}

.btn {
  font-size: 15px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn01 .btn {
  background-color: #009E96;
  width: 120px;
  margin-left: 20px;
  margin-left: 15px;
  color: #fff;
}
.modal-dialog {
    max-width: 600px;
    margin: 150px auto 0;
    width: calc(100% - 40px);
}
.modal-body {
	text-align: center;
}
.modal-footer {
	display: flex;
	justify-content: center;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #3958A7;
  color: #fff;
  border: 2px solid #3958A7;
}
.thanks_heading {
	padding: 25vh 4% 15vh 4%;
	text-align: center;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
@media screen and (max-width: 1080px) {
	.button_wrapper {
		width: 69%;
	}
	input.form-control {
		width: 100%;
	}
	select.form-select {
		width: 100%;
	}
	textarea.form-control {
		width: 100%;
	}
}

/* footer */
#footer {
	display: flex;
	justify-content: center;
	width: 100%;
	background: #fff 0% 0% no-repeat padding-box;
	height: 100px;
}
#footer ul {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
a.poricy {
	text-align: center;
	font: normal normal normal 14px/20px Noto Sans JP;
	letter-spacing: 0px;
	color: #73C0ED;
	margin: 0;
}

#footer p {
	text-align: center;
	font: normal normal normal 14px/20px Noto Sans JP;
	letter-spacing: 0px;
	color: #73C0ED;
	margin: 0 0 0 36px;
}
.arrow_wrapper {
	width: 50px;
	height: 50px;
  position:fixed;
  right:10px;
  bottom: 10px;
  cursor:pointer;
}
.cta {
	display: none;
} 
@media screen and (max-width: 1080px) {
	#footer {
				height: 40vw;
				align-items: center;

	}
	#footer ul {
				display: block;
				text-align: center;
				margin: 0;
	}
	#footer p {
		margin: 10px 0 0 0;
	}
	.cta {
		display: block;
		width: 100%;
	  position:fixed;
	  height: 13.333vw;
	  bottom: 0;
		z-index: 3;
	}
	.cta a {
		width: 100%;
	  height: 13.333vw;
	}
	.arrow_wrapper {
	  bottom:16vw;
	}
}

.block0 {
	height: 60px;
}
h2.privacy {
	text-align: center;
	margin: 0 0 40px 0;
}
#privacy1 {
	background: #F4FCFF 0% 0% no-repeat padding-box;
}
p.privacy_text {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #2B2E36;
	margin: 0 0 40px 0;
}
a.privacy_mail {
	text-align: left;
	text-decoration: underline;
	font: normal normal bold 16px/28px Noto Sans JP;
	color: #0164B4;
}
@media screen and (max-width: 1080px) {
	.block0 {
		height: 50px;
	}
}
/* animation */

.animation {
  opacity: 0; /* 要素を透明にする */
  transition: all 0.7s ease; /* 秒かけてアニメーションを行う */
}
 
.animation.show {
  opacity: 1; /* 要素を不透明する */
  transform: none; /* アニメーションをなくす */
}

.sd-bu {
  transform: translate(0, 80px); /* Y座標を100px移動するアニメーション */
}