﻿@charset "utf-8";

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

body {
	color: var(--color-black-01);
	font-family: var(--font-family-01);
	background: var(--color-white);
	letter-spacing: 1px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
	overflow-x: hidden;
}

a {
	color: var(--color-link-text);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	text-decoration: none;
	transition: opacity 0.3s ease; /* アニメーションを加える */
}

input:focus, select:focus, textarea:focus {outline: none;}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: var(--color-gray-02);
	height: 1px;
	margin: 30px 0px;
	border-bottom: 1px dotted var(--color-gray-07);
}

.markerLine {
	background: linear-gradient(transparent 60%, #ffdde0 60%);
}

.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt50 {margin-top: 50px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb50 {margin-bottom: 50px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.mr10 {margin-right: 10px!important;}
.mr20 {margin-right: 20px!important;}
.mtb10 {margin: 10px 0!important;}
.mtb50 {margin: 50px 0!important;}
.box_center {margin: 10px auto!important;}
.flex_center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.text_center {
	text-align: center;
}
@media screen and (max-width:767px) {
	.text_center {
		text-align: left;
	}
	.text_center p {
		text-align: left;
	}
}

:root {
	--color-white: #fff;
	--color-bg: #f0f1f5;
	--color-blue-01: #027fc5;
	--color-blue-02: #005b8e;
	--color-blue-03: #d6f0ff;
	--color-orange-01: #f18101;
	--color-orange-02: #ffefd4;
	--color-orange-03: #f5c34d;
	--color-yellow-01: #fffbba;
	--color-yellow-02: #fefa7f;
	--color-black-01: #3c3c3c;
	--color-black-02: #333;
	--color-black-03: #515556;
	--color-black-04: #555;
	--color-gray-01: #ccc;
	--color-gray-02: #bfbfbf;
	--color-gray-03: #f8f8f8;
	--color-gray-04: #ececec;
	--color-gray-05: #f1f1f1;
	--color-gray-06: #dbdbdb;
	--color-gray-07: #9d9d9d;
	--color-link-text: #317dee;
	--color-link-hover: #1a5cbd;
	--color-btn-01: #377fbc;
	--color-btn-02: #1c5e95;
	--color-red-01: #ff0000;
	--color-red-02: #ec3636;
	--color-red-03: #770304;
	--color-red-03: #f14e7a;
	--font-family-01: 'Noto Sans JP', sans-serif;
	--font-weight-01: 600;
	--title-01: 2.0rem;
	--title-02: 1.5rem;
	--title-03: 1.3rem;
	--title-04: 1.2rem;
	--title-05: 1.1rem;
}

.pc_br {
	display: block;
}
.sp_br {
	display: none;
}
@media screen and (max-width:767px) {
	.pc_br {
		display: none;
	}
	.sp_br {
		display: block;
	}
}

.text_indent {
	margin: 0 0 10px;
}

.text_indent li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

/* -----------------------------------------------------------
	notice
----------------------------------------------------------- */

.notice {
	color: var(--color-red-01);
}
.notice02 {
	font-size: 1.5rem;
}
.notice03 {
	font-size: 0.7rem;
}
.notice04 {
	font-size: 2.0rem;
}
.notice05 {
	color: var(--color-red-01);
	font-size: 1.5rem
}

/* -----------------------------------------------------------
	wrap
----------------------------------------------------------- */

.wrap {
	max-width: clamp(320px, 90%, 1400px);
	margin: 0px auto 0px;
}

/* -----------------------------------------------------------
	contents
----------------------------------------------------------- */

header {
	width: 100%;
	margin: 10px 0 0px;
	padding: 0px 0 20px;
	border-bottom: 1px solid var(--color-gray-02);
}

.logo {
	text-align: center;
	margin: 0 0 30px;
}

.logo_t {
	font-size: var(--title-01);
	text-align: center;
}

.ttl01 {
	color: var(--color-orange-01);
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 20px;
}

.banner01_box, .banner02_box p {
	font-size: 1.0rem;
	margin: 0 0 20px;
}

.top_banner {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 30px;
	margin: 0 0 30px;
}

.banner01, .banner02 {
	display: flex;
	align-items: center;
	color: var(--color-orange-01);
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 20px 30px;
	background-color: var(--color-orange-02);
	border: 1px solid var(--color-orange-03);
	border-radius: 15px;
}

.banner01::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 100px;
	margin-right: 20px;
	background: url('../img/banner01.png') no-repeat center center / contain;
}

.banner02::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 100px;
	margin-right: 20px;
	background: url('../img/banner02.png') no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
	.top_banner {
		flex-flow: column;
		align-items: flex-start;
		gap: 10px;
		width: 100%;
	}
	.ttl01 {
		font-size: 1.2rem;
	}
	.banner01, .banner02 {
		font-size: 1.7rem;
		padding: 20px 30px;
	}
	.banner01::before {
		width: 100px;
		height: 80px;
		margin-right: 10px;
	}
	.banner02::before {
		width: 100px;
		height: 80px;
		margin-right: 10px;
	}
}


/* --------------------------------------------------------
	form
-------------------------------------------------------- */

.table_form {
	width: 100%;
	margin: 0px 0 30px;
	border-top: 0px dotted var(--color-black-03);
}
.table_form tr {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	border-bottom: 1px dotted var(--color-black-03);
}
.table_form th {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	flex-basis: 25%;
	padding: 20px;
}
.table_form td {
	flex-basis: 85%;
	padding: 20px;
	border: 0px solid var(--color-black-03);
}

.form_submit {
	font-size: 1.0rem;
	letter-spacing: 0.1rem;
	width: 180px;
	margin: 50px 0 0;
	padding: 0.5rem;
	text-align: center;
	text-decoration: none;
	color: var(--color-white);
	background: var(--color-btn-01);
	border: none;
	border-radius: 100vh;
	transition: .4s;
	cursor: pointer;
}
.form_submit:hover {
	color: var(--color-white);
	background: var(--color-btn-02);
}
.form_submit:focus {
	color: var(--color-white);
	background: var(--color-btn-02);
}

.form_submit[disabled] {
	background-color: #ccc;
	cursor: not-allowed;
}

#agree {
	margin-right: 10px;
}

@media only screen and (max-width:767px) {
	.table_form tr {
		flex-flow: column;
		align-items: flex-start;
	}
	.table_form th {
		padding: 20px 5px 10px;
	}
	.table_form td {
		width: 100%;
		padding: 0 0px 20px;
	}
}

.form_text {
	width: 100%;
	padding: 10px;
	border: 1px solid var(--color-gray-07);
	border-radius: 5px;
	background: var(--color-white);
}

.form_text_s {
	width: 30%;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid var(--color-gray-07);
	border-radius: 5px;
	background: var(--color-white);
}

.form_iconH {
	color: var(--color-white);
	font-size: 12px;
	margin: 0 10px;
	padding: 5px 8px;
	border-radius: 5px;
	background: var(--color-red-03);
	float: right;
}
.form_iconA {
	color: var(--color-white);
	font-size: 12px;
	margin: 0 10px;
	padding: 5px 8px;
	border-radius: 5px;
	background: var(--color-gray-07);
	float: right;
}

input::-webkit-input-placeholder { color: var(--color-gray-07); }
input::-moz-placeholder { color: var(--color-gray-07); }
textarea::-moz-placeholder { color: var(--color-gray-07); }

input:focus, select:focus, textarea:focus {
	background: var(--color-blue-08);
}

.submit_center {
	width: 100%;
	text-align: center;
}

label {
	margin: 0 0 15px;
}

label input {
	margin: 0 10px 0 0;
}

input[type='checkbox'] {
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid var(--color-black-03);
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	vertical-align: middle;
}
input[type=checkbox]::before {
	position: absolute;
	content: "";
	display: block;
	top: 1px;
	left: 6px;
	width: 10px;
	height: 16px;
	border-style: solid;
	border-color: var(--color-white);
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	opacity: 0;
}
input[type=checkbox]:checked {
	color: var(--color-white);
	border-color: var(--color-blue-01);
	background: var(--color-blue-01);
}
input[type=checkbox]:checked::before {
	opacity: 1;
}

.contactBox {
	overflow:auto;
	height:200px;
	margin: 0px 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

/* -----------------------------------------------------------
	pageTop
----------------------------------------------------------- */

#scrollUp {
	bottom: 20px;
	right: 20px;
	background-image: url("../img/pagetop.png");
	width: 50px;
	height: 50px;
}
#scrollUp:hover {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0.7;
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */

footer {
	width: 100%;
	font-size: 0.9rem;
	text-align: center;
	margin: 30px 0 30px;
	padding: 30px 0 0px;
	border-top: 1px solid var(--color-gray-02);
}

@media only screen and (max-width:767px) {
	footer {
		text-align: left;
		padding: 30px 15px;
	}
}
