@charset "utf-8";

header {
	background-color: var(--color-white);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
}
header nav ul li a {
	color:var(--color-black);
}

/* Sub Visual ####################################### */
.sub-visual-wrap h1 {
	max-width:1280px;
	width:100%;
	font-weight:400;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
/* min width 1281px */
@media (min-width: 1281px) {
	.sub-visual-wrap {
		padding-top:257px;
	}
	.sub-visual-wrap h1 {
		margin:0 auto 80px;
		font-size:2rem;
		padding:0;
	}
}
/* width 768px to 1280px */
@media (max-width: 1280px) and (min-width: 768px) {
	.sub-visual-wrap {
		padding-top:155px;
	}
	.sub-visual-wrap h1 {
		margin:0 auto 60px;
		font-size:2rem;
		padding:0 20px;
	}
}
/* max width 767px */
@media (max-width: 767px) {
	.sub-visual-wrap {
		padding-top:125px;
	}
	.sub-visual-wrap h1 {
		margin:0 auto 40px;
		font-size:2rem;
		padding:0 20px;
	}
}

.swiper-container {
    width:100%;
    height:100%;
    border:0px;
	overflow: hidden;
	position: relative;
}
.swiper-slide {
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.swiper-slide img {
	width:100%;
}
.arrow-box2 {
	position: absolute;
	left:0;
	bottom:0;
	width:127px;
	height:64px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.arrow-box2 div {
	width:64px;
	height:64px;
	display: inline-block;
}
.arrow-box2 div img {
	width:64px;
}
.arrow-box2 div:last-child {
	margin-left:-1px;
}
/* max width 767px */
@media (max-width: 767px) {
	.arrow-box2 {
		width:63px;
		height:32px;
	}
	.arrow-box2 div {
		width:32px;
		height:32px;
	}
	.arrow-box2 div img {
		width:32px;
	}
}
/* Sub Visual End ####################################### */

.bg-bluelight {
	background-color: var(--color-bluelight);
}
.bg-lightgray {
	background-color: var(--color-lightgray);
}


/* min width 1281px */
@media (min-width: 1281px) {
	.section-container {
		padding:120px 0;
	}
	.sub-section-container {
		padding:120px 0 0;
		max-width:1280px;
		width:100%;
		margin:0 auto;
	}
	.sub-section-container:last-child {
		padding:120px 0;
		max-width:1280px;
		width:100%;
		margin:0 auto;
	}
	.tr-section-container {
		padding:120px 0;
		max-width:1280px;
		width:100%;
		margin:0 auto;
	}
}
/* width 768px to 1280px */
@media (max-width: 1280px) and (min-width: 768px) {
	.section-container {
		padding:60px 0;
	}
	.sub-section-container {
		padding:60px 0 0;
		max-width:1280px;
		width:100%;
		margin:0 auto;
	}
	.sub-section-container:last-child {
		padding:60px 0;
		max-width:1280px;
		width:100%;
		margin:0 auto;
	}
	
	.tr-section-container {
		padding:60px 0;
		max-width:1280px;
		width:100%;
		margin:0 auto;
	}

	.section-container--privacy {
		padding:160px 0px;
	}
}
/* max width 767px */
@media (max-width: 767px) {
	.section-container {
		padding:40px 0;
	}
	.sub-section-container {
		padding:40px 0;
		max-width:1280px;
		width:100%;
		margin:0 auto;
	}
	.sub-section-container:last-child {
		padding:40px 0;
		max-width:1280px;
		width:100%;
		margin:0 auto;
	}
	
	.tr-section-container {
		padding:40px 0;
		max-width:1280px;
		width:100%;
		margin:0 auto;
	}
}

.tr-section-container .item-trbox > div {
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
}
.tr-section-container .item-trbox > div h4 {
	font-weight:600;
}
/* min width 1281px */
@media (min-width: 1281px) {
	.tr-section-container .item-trbox {
		margin:0 30px;
	}
	.tr-section-container .item-trbox > div {
		padding:30px;
		min-height:200px;
		line-height:1.5rem;
	}
	.tr-section-container .item-trbox > div h4 {
		font-size:1.2rem;
		margin-bottom:15px;
	}
}
/* width 768px to 1280px */
@media (max-width: 1280px) and (min-width: 768px) {
	.tr-section-container .item-trbox {
		margin:0 15px;
	}
	.tr-section-container .item-trbox > div {
		padding:15px;
		min-height:200px;
		line-height:1.5rem;
	}
	.tr-section-container .item-trbox > div h4 {
		font-size:1.2rem;
		margin-bottom:15px;
	}
	.tr-section-container .item-trbox > div p {
		font-size:1rem;
	}
}
/* max width 767px */
@media (max-width: 767px) {
	.tr-section-container .item-trbox {
		margin:0 15px;
	}
	.tr-section-container .item-trbox > div {
		padding:15px;
		min-height:200px;
		line-height:1.5rem;
	}
	.tr-section-container .item-trbox > div h4 {
		font-size:1.2rem;
		margin-bottom:15px;
	}
	.tr-section-container .item-trbox > div p {
		font-size:1rem;
	}
}

.sub-title {
	display: block;
	text-align: center;
}
.sub-title h5 {
	margin:0 auto;
	display: inline-block;
	font-size:1.6rem;
	font-weight:600;
	position: relative;
	z-index:1;
}
.sub-title h5:after {
	content:'';
	position: absolute;
	bottom:-5px;
	left:0;
	right:0;
	height:12px;
	z-index:-1;
	background-color: var(--color-lowprimary);
}


/* min width 1281px */
@media (min-width: 1281px) {
	.flex-dsbt {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
/* width 768px to 1280px */
@media (max-width: 1280px) and (min-width: 768px) {
	.flex-dsbt {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
	.flex-dsbt img {
		width:120px;
	}
}
/* max width 767px */
@media (max-width: 767px) {
	.flex-dsbt {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.flex-dsbt img {
		margin-bottom:50px;
	}
}

/* section content ####################################### */

/* Main Visual end ####################################### */

.bg-bluelight {
	background-color: var(--color-bluelight);
}
.bg-lightgray {
	background-color: var(--color-lightgray);
}
/* section content ####################################### */
.section-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height:100%;
	max-width:640px;
	width:100%;
	margin:0 0 0 auto;
}
.section-wrap h3 {
	font-weight:400;
	color:var(--color-primary);
}
.section-wrap h4 {
	margin-top:10px;
	font-weight:600;
	position: relative;
	z-index:1;
}
.section-wrap h4:after {
	content:'';
	position: absolute;
	left:0;
	z-index:-1;
	background-color: var(--color-lowprimary);
}
.section-wrap p {
	margin-top:20px;
	line-height:1.85rem;
	font-weight:300;
}
.section-wrap p span {
	font-weight:600;
}
/* min width 1281px */
@media (min-width: 1281px) {
	.section-wrap h3 {
		font-size:1.4rem;
	}
	.section-wrap h4 {
		font-size:1.6rem;
	}
	.section-wrap h4:after {
		bottom:-5px;
		width:230px;
		height:12px;
	}
	.section-wrap p {
		font-size:1rem;
	}
}
/* width 768px to 1280px */
@media (max-width: 1280px) and (min-width: 768px) {
	.section-wrap h3 {
		font-size:1.4rem;
	}
	.section-wrap h4 {
		font-size:1.6rem;
	}
	.section-wrap h4:after {
		bottom:-2px;
		width:180px;
		height:10px;
	}
	.section-wrap p {
		font-size:1rem;
	}
}
/* max width 767px */
@media (max-width: 767px) {
	.section-wrap {
		padding-bottom:20px;
	}
	.section-wrap h3 {
		font-size:1.4rem;
	}
	.section-wrap h4 {
		font-size:1.6rem;
	}
	.section-wrap h4:after {
		bottom:-2px;
		width:180px;
		height:10px;
	}
	.section-wrap p {
		font-size:1rem;
	}
}
/* section content end ####################################### */

/* min width 1281px */
@media (min-width: 1281px) {
    .mp2-3 {
		padding:0px;
	}
	.mp-3 {
		padding:15px;
	}
	.over-w {
		width:calc(100% + 80px);
	}
	.over-wr {
		width:calc(100% + 80px);
		margin-left:-80px;
	}
}
/* width 768px to 1280px */
@media (max-width: 1280px) and (min-width: 768px) {
	.mp2-3 {
		padding:15px;
	}
    .mp-3 {
		padding:15px;
	}
	.ms-15 {
		padding-left:15px;
	}
	.over-w {
		width:calc(100% + 80px);
	}
	.over-wr {
		width:calc(100% + 80px);
		margin-left:-80px;
	}
}
/* max width 767px */
@media (max-width: 767px) {
	.mp2-3 {
		padding:15px;
	}
    .mp-3 {
		padding:15px;
	}
	.ms-15 {
		padding-left:15px;
	}
	.over-w {
		width:100% !important;
	}
	.over-wr {
		width:100% !important;
		margin-left:0 !important;
	}
}


.item-flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index:10;
}
.item-box {
	width:100%;
	background-color: var(--color-white);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}
.item-box h3 {
	padding-left:15px;
	border-left:5px solid var(--color-primary);
}
.item-box p {
	padding:15px 0;
}
.item-box a {
	display: inline-block;
	padding-left:15px;
	/* background-color: var(--color-white);
	border:1px solid var(--color-primary);
	color: var(--color-primary); */
}
.item-box a:hover {
	/* background-color: var(--color-primary);
	border:1px solid var(--color-primary);
	color: var(--color-white); */
}
@media (min-width: 1281px) {
	.item-box {
		padding:80px;
	}
	.item-box h3 {
		font-size:1.4rem;
	}
	.item-box a {
		font-size:1rem;
		width: 240px;
		padding:10px 30px;
	}
}
/* width 768px to 1280px */
@media (max-width: 1280px) and (min-width: 768px) {
	.item-box {
		padding:40px;
	}
	.item-box h3 {
		font-size:1.4rem;
	}
	.item-box p {
		font-size:1rem;
		line-height:1.5rem;
	}
	.item-box a {
		font-size:1rem;
		width: 200px;
		padding:10px 30px;
	}
}
/* max width 767px */
@media (max-width: 767px) {
	.item-box {
		padding:30px;
	}
	.item-box h3 {
		font-size:1.4rem;
	}
	.item-box p {
		font-size:1rem;
		line-height:1.4rem;
	}
	.item-box a {
		font-size:1rem;
		width: 180px;
		padding:10px 30px;
	}
}

/* section2 content ####################################### */
.bg-2 {
	background-image: url('../img/main/bg02.jpg');
	min-height:350px;
}
.contact-tel-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:30px;
	height:100%;
}
.contact-tel-area > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height:290px;
	border:1px solid var(--color-white);
	color:var(--color-white);
}
.contact-tel-area > div h1 {
	font-weight:400;
}
.contact-tel-area > div h1 > span {
	font-weight:600;
}
.contact-tel-area > div a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top:30px;
	padding:15px;
	text-align: center;
	background-color: var(--color-blue);
	font-weight:400;
	vertical-align: sub;
}
/* min width 1281px */
@media (min-width: 1281px) {
	.contact-tel-area > div h1 {
		font-size:1.6rem;
	}
	.contact-tel-area > div a {
		width:320px;
		font-size:1rem;
	}
}
/* width 768px to 1280px */
@media (max-width: 1280px) and (min-width: 768px) {
	.contact-tel-area > div h1 {
		font-size:1.6rem;
	}
	.contact-tel-area > div a {
		width:320px;
		font-size:1rem;
	}
}
/* max width 767px */
@media (max-width: 767px) {
	.contact-tel-area > div h1 {
		font-size:1.6rem;
	}
	.contact-tel-area > div a {
		width:250px;
		font-size:1rem;
	}
}
/* section2 content end ####################################### */


/* section3 content ####################################### */
.bg-3 {
	background-image: url('../img/main/bg03.jpg');
	position: relative;
}
.contact-form {
	background-color: var(--color-whitegray);
	border-radius:10px;
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.2);
}
.contact-form form {
	text-align: center;
}
.contact-form form h1 {
	text-align: center;
	font-weight:600;
	margin-bottom:2.4rem;
	letter-spacing:1px;
}
.contact-form form > div {
	margin-bottom:15px;
}
.contact-form form > div > span {
	text-align: left;
}
.contact-form form > div > span > b {
	font-weight:300;
	color: var(--color-red);
	margin-left:5px;
	vertical-align: middle;
}
.contact-form form > div > input {
}
.contact-form form > textarea {
	display: block;
	width:100%;
}
.contact-form form > div.form-check {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.contact-form form > div.form-check .form-check-input {
	width:16px;
}
.contact-form form > div.form-check .form-check-label {
	font-weight:300;
	margin-left:5px;
}
.contact-form form > button {
	margin-top:20px;
	display: inline-block;
	padding:14px;
	min-width:240px;
	border:0;
	background-color: var(--color-primary);
	color:var(--color-white);
	font-size:0.9rem;
}
/* min width 1281px */
@media (min-width: 1281px) {
	.bg-3 {
		min-height:940px;
		position: relative;
	}
	.contact-form {
		position: absolute;
		right:90px;
		top:50%;
		margin-top: -345px;
		width:620px;
		height:690px;
		z-index:100;
	}
	.contact-form form {
		padding:40px;
	}
	.contact-form form h1 {
		font-size:1.6rem;
	}
	.contact-form form > div > span {
		display: inline-block;
		width:140px;
	}
	.contact-form form > div > span > b {
		font-size:1.2rem;
	}
	.contact-form form > div > input {
		display: inline-block;
		width:calc(100% - 146px);
	}
	.contact-form form > div.form-check .form-check-label {
		font-size:0.8rem !important;
		text-align: left !important;
	}
}
/* width 768px to 1280px */
@media (max-width: 1280px) and (min-width: 768px) {
	.bg-3 {
		min-height:940px;
		position: relative;
	}
	.contact-form {
		position: absolute;
		right:90px;
		top:50%;
		margin-top: -345px;
		width:620px;
		height:690px;
		z-index:100;
	}
	.contact-form form {
		padding:50px;
	}
	.contact-form form h1 {
		font-size:1.6rem;
	}
	.contact-form form > div > span {
		display: inline-block;
		width:140px;
	}
	.contact-form form > div > span > b {
		font-size:1.2rem;
	}
	.contact-form form > div > input {
		display: inline-block;
		width:calc(100% - 146px);
	}
	.contact-form form > div.form-check .form-check-label {
		font-size:0.8rem !important;
		text-align: left !important;
	}
}
/* max width 767px */
@media (max-width: 767px) {
	.bg-3 {
		padding:120px 20px;
	}
	.contact-form {
		width:100%;
		position:relative;
		z-index:100;
	}
	.contact-form form {
		padding:50px 20px;
	}
	.contact-form form h1 {
		font-size:1.6rem;
	}
	.contact-form form > div > span {
		display: block;
		width:100%;
	}
	.contact-form form > div > span > b {
		font-size:1.2rem;
	}
	.contact-form form > div > input {
		display: block;
		width:100%;
	}
	.contact-form form > div > input::placeholder,
	.contact-form form > textarea::placeholder {
		font-size:1rem;
	}
	.contact-form form > div.form-check .form-check-label {
		font-size:0.8rem !important;
		text-align: left !important;
	}
}
/* section3 content end ####################################### */


.vfinfo {
	text-align: center;
}
/* min width 1281px */
@media (min-width: 1281px) {
	.vfinfo {
		text-align: center;
		font-size:1rem;
	}
}
/* width 768px to 1280px */
@media (max-width: 1280px) and (min-width: 768px) {
	.vfinfo {
		text-align: center;
		font-size:1rem;
	}
}
/* max width 767px */
@media (max-width: 767px) {
	.vfinfo {
		text-align: center;
		font-size:1rem;
	}
}

/* contact-form-sub content ####################################### */
.contact-form-sub {
	border-radius:10px;
}
.contact-form-sub form {
	text-align: center;
}
.contact-form-sub form h1 {
	text-align: center;
	font-weight:600;
	margin-bottom:2.4rem;
	letter-spacing:1px;
}
.contact-form-sub form > .flex-row-area div > span {
	text-align: left;
}
.contact-form-sub form > .flex-row-area div > span > b {
	font-weight:300;
	color: var(--color-red);
	margin-left:5px;
	vertical-align: middle;
}
.contact-form-sub form > textarea {
	display: block;
	width:100%;
}
.contact-form-sub form > div.form-check {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.contact-form-sub form > div.form-check .form-check-input {
	width:16px;
}
.contact-form-sub form > div.form-check .form-check-label {
	font-weight:300;
	margin-left:5px;
}
.contact-form-sub form > button {
	margin-top:20px;
	display: inline-block;
	padding:14px;
	min-width:240px;
	border:0;
	background-color: var(--color-primary);
	color:var(--color-white);
	font-size:0.9rem;
}
/* Larger than 1200px */
@media (min-width: 1200px) {
	.contact-form-sub {

	}
	.contact-form-sub form {
		padding:50px;
	}
	.contact-form-sub form h1 {
		font-size:1.6rem;
	}
	.contact-form-sub form > .flex-row-area div > span {
		display: inline-block;
		width:120px;
	}
	.contact-form-sub form > .flex-row-area div > span > b {
		font-size:1.2rem;
	}
	.contact-form-sub form > .flex-row-area div > input {
		display: inline-block;
		width:calc(100% - 125px);
	}
	.contact-form-sub form > div.form-check .form-check-label {
		font-size:0.8rem !important;
		text-align: left !important;
	}
	.flex-row-area {
		display: flex;
		flex-direction: row;
		flex:1;
	}
	.flex-row-area > div {
		flex:1;
	}
	.flex-row-area > div:first-child {
		flex:1;
		padding-right:30px;
	}
	.flex-row-area > div:last-child {
		flex:1;
		padding-left:30px;
	}
	.contact-form-sub form > div {
		margin-bottom:15px;
	}
}
/* 992px to 1199px */
@media (max-width: 1199px) and (min-width: 992px) {
	.contact-form-sub {

	}
	.contact-form-sub form {
		padding:50px;
	}
	.contact-form-sub form h1 {
		font-size:1.6rem;
	}
	.contact-form-sub form > .flex-row-area div > span {
		display: inline-block;
		width:120px;
	}
	.contact-form-sub form > .flex-row-area div > span > b {
		font-size:1.2rem;
	}
	.contact-form-sub form > .flex-row-area div > input {
		display: inline-block;
		width:calc(100% - 125px);
	}
	.contact-form-sub form > div.form-check .form-check-label {
		font-size:0.8rem !important;
		text-align: left !important;
	}
	.flex-row-area {
		display: flex;
		flex-direction: row;
		flex:1;
	}
	.flex-row-area > div {
		flex:1;
	}
	.flex-row-area > div:first-child {
		flex:1;
		padding-right:30px;
	}
	.flex-row-area > div:last-child {
		flex:1;
		padding-left:30px;
	}
	.contact-form-sub form > div {
		margin-bottom:15px;
	}
}
/* Smaller than 991px */
@media (max-width: 991px) {
	.contact-form-sub {

	}
	.contact-form-sub form {
		padding:30px;
	}
	.contact-form-sub form h1 {
		font-size:1.6rem;
	}
	.contact-form-sub form > .flex-row-area div > span {
		display: inline-block;
		width:120px;
	}
	.contact-form-sub form > .flex-row-area div > span > b {
		font-size:1.2rem;
	}
	.contact-form-sub form > .flex-row-area div > input {
		display: inline-block;
		width:calc(100% - 125px);
	}
	.contact-form-sub form > div.form-check .form-check-label {
		font-size:0.8rem !important;
		text-align: left !important;
	}
	.flex-row-area {
		display: flex;
		flex-direction: column;
		flex:1;
	}
	.flex-row-area > div {
		flex:1;
		margin-bottom:15px;
	}
}
/* contact-form-sub content end ####################################### */