/*
Theme Name: kokusaikekkon
Theme URI: https://kokusaikekkon-renai-shien.com/
Author: kokusaikekkon
Author URI: https://kokusaikekkon-renai-shien.com/
Description: kokusaikekkon Theme
Version: 1.0
*/

@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/v7.1.0/css/all.css');

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

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%, #fefa7f 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;}
.text_center {text-align: center!important;}
.box_center {margin: 10px auto!important;}

:root {
	--color-white: #fff;
	--color-main-bg: #fefee3;
	--color-main-01: #e85719;
	--color-main-02: #ee8051;
	--color-main-03: #ffe6dc;
	--color-main-04: #fff6f2;
	--color-yellow-01: #fffbba;
	--color-yellow-02: #fefa7f;
	--color-yellow-03: #ffffe0;
	--color-blue-01: #6495ed;
	--color-orange-01: #ff8c00;
	--color-black-01: #222222;
	--color-black-02: #333333;
	--color-black-03: #515556;
	--color-gray-01: #ccc;
	--color-gray-02: #bfbfbf;
	--color-gray-03: #f8f8f8;
	--color-gray-04: #ececec;
	--color-gray-05: #f4f4f4;
	--color-gray-06: #dbdbdb;
	--color-gray-07: #9d9d9d;
	--color-link-text: #317dee;
	--color-link-hover: #1a5cbd;
	--color-btn-01: #f5981b;
	--color-btn-02: #e85719;
	--color-red-01: #ff0000;
	--color-red-02: #ec3636;
	--font-family-01: 'Noto Sans JP', sans-serif;
	--font-weight-01: 600;
	--title-01: 2.0rem;
	--title-02: 1.2rem;
	--title-03: 1.0rem;
	--title-04: 1.5rem;
}

.pc_br {
	display: block;
}
.sp_br {
	display: none;/*PCでは1行スマホでは改行*/
}
@media screen and (max-width:767px) {
	.pc_br {
		display: none;
	}
	.sp_br {
		display: block;
	}
}

/* -----------------------------------------------------------
	Hタグ
----------------------------------------------------------- */

h1 {
	color: var(--color-main-01);
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 30px;
	padding: 5px 0px 5px;
	border-bottom: 6px double var(--color-main-01);
}

h2 {
	color: var(--color-main-01);
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 30px;
}

h3 {
	color: var(--color-main-01);
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0 0 30px;
	padding: 8px 15px 8px;
	border-left: 5px solid var(--color-main-01);
	background-color: var(--color-main-04);
}

h4 {
	color: var(--color-main-01);
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0 0 30px;
	padding: 5px;
	border-bottom: 2px solid var(--color-main-01);
}

h5 {
	position: relative;
	display: block;
	color: var(--color-white);
	width: 100%;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0 0 30px;
	padding: 7px 10px 7px;
	text-align: center;
	border-radius: 7px;
	background-color: var(--color-main-01);
}
h5::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -20px;
	border: 20px solid transparent;
	border-top-color: transparent;
	border-top-color: var(--color-main-01);
}

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

.notice {
	color: var(--color-red-01);
}

.notice02 {
	font-size: 1.5em;
}
.notice03 {
	font-size: 0.7em;
}

.notice_box {
	margin: 15px 0;
	padding: 10px 15px;
	border: 1px solid var(--color-red-01);
}

.textIndent {
	margin: 10px 0;
}

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

.textIndent_icon {
	margin: 10px 0 30px;
}
.textIndent_icon li {
	margin-top: 5px;
	padding-left: 1.2rem;
	text-indent: -1.2rem;
}

.textIndent_icon li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f192";
	font-size: 0.9rem;
	font-weight: 900;
	margin-top: 5px;
	padding: 0 7px 0 0;
}

/* -----------------------------------------------------------
	main_visual
----------------------------------------------------------- */

#main_visual {
	position: relative;
	max-width: clamp(320px, 90%, 1400px);
	margin: 0 auto 50px;
	overflow: hidden;
}
#main_visual img {
	width: 100%;
}

@media screen and (max-width:767px){
	#main_visual {
		max-width: 100%;
		top: 70px;
		margin: 0 auto 100px;
	}
}

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

.wrap {
	display: flex;
	flex-flow: row-reverse nowrap;
	gap: 50px;
	max-width: clamp(320px, 90%, 1400px);
	margin: 0 auto 50px;
}

@media (max-width: 767px) {
	.wrap {
		flex-flow: column;
		max-width: 100%;
		margin: 0;
	}
}

.page_wrap {
	padding: 30px 0 0;
}

.main_container {
	flex: 1;
	padding: 30px 50px;
	background-color: var(--color-white);
}
.main_container p {
	margin: 0 0 20px;
}

.side_container {
	width: 25%;
}

@media (max-width: 767px) {
	.page_wrap {
		padding: 80px 0 0;
	}
	.main_container {
		padding: 0 20px;
	}
	.side_container {
		width: 100%;
		padding: 20px 20px 0;
		background: var(--color-main-bg);
	}
}

/* -----------------------------------------------------------
	side_container
----------------------------------------------------------- */

.side_list li {
	padding: 5px 0;
	line-height: 1.5;
}
.side_list li a {
	color: var(--color-black-02);
}
.side_list li a:hover {
	color: var(--color-link-hover);
}


.side_list .sub-menu ul {
	counter-reset: list_num;/*カウンターのリセット*/
}

.side_list .sub-menu li a:before {
	counter-increment: list_num;
	content: counters(list_num, "-")". ";
}

.side_list .sub-menu {
	padding-left: 1.2rem;
	text-indent: -1.2rem;
}

.has_side_child {
	counter-reset: list_num;
	margin: 0 0 20px;
}

.has_side_child > a:first-of-type {
	position: relative;
	display: block;
	color: var(--color-white);
	width: 100%;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0 0 30px;
	padding: 7px 10px 7px;
	text-align: center;
	border-radius: 7px;
	background-color: var(--color-main-01);
}
.has_side_child > a:first-of-type::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -20px;
	border: 20px solid transparent;
	border-top-color: transparent;
	border-top-color: var(--color-main-01);
}
.has_side_child > a:first-of-type:hover {
	color: var(--color-white);
}

/* --------------------------------------------------------
	btn
-------------------------------------------------------- */

a.btn01 {
	display: block;
	width: 50%;
	margin: 50px auto 0;
	padding: 0.5rem;
	font-weight: 500;
	text-align: center;
	color: var(--color-white);
	background: var(--color-btn-01);
	border: 2px solid var(--color-btn-01);
	border-radius: 50px;
	transition: .4s;
}
a.btn01:hover {
	background: var(--color-btn-02);
}

a.btn01:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f138";
	font-weight: 900;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	a.btn01 {
		width: 100%;
	}
}

/*----------------------------------------------------
	table
----------------------------------------------------*/

.table01 {
	width: 100%;
	margin: 30px 30px;
}
.table01 tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table01 th {
	width: 40%;
	padding: 20px;
}
.table01 td {
	padding: 20px;
	border: 0px solid #ddd;
}

@media only screen and (max-width:767px) {
	.table01 {
		margin: 30px 0px;
	}
	.table01 th,td {
		width: auto;
		display: block;
		border-top: none;
	}
	.table01 td {
		padding: 0 20px 20px;
	}
	.table01 tr:first-child th { border-top: 0px solid #ddd; }
}

/* -----------------------------------------------------------
	company_list
----------------------------------------------------------- */

.company_list {
	margin: 0px 0px;
}

.company_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid var(--color-gray-02);
	padding: 20px 10px;
}
.company_list li .head {
	min-width: 15%;
	max-width: 15%;
}

@media only screen and (max-width:559px) {
	.company_list li {
		flex-flow: column;
	}
	.company_list li .head {
		max-width: 100%;
	}
}

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

.table_form {
	width: 100%;
	margin: 30px 0px;
	border-top: 1px 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 {
	flex-basis: 35%;
	padding: 20px;
}
.table_form td {
	flex-basis: 65%;
	padding: 20px;
	border: 0px solid var(--color-black-03);
}

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

input::-webkit-input-placeholder { color: var(--color-gray-02); opacity: 1; }
input::-moz-placeholder { color: var(--color-gray-02); opacity: 1; }
textarea::-moz-placeholder { color: var(--color-gray-02); }
input:focus, select:focus, textarea:focus {	background: var(--color-main-04); }

.form_iconH {
	color: #fff;
	font-size: 0.8rem;
	margin: 0 10px;
	padding: 3px 8px;
	border-radius: 5px;
	background: var(--color-red-02);
	float: right;
}
.form_iconA {
	color: #fff;
	font-size: 0.8rem;
	margin: 0 10px;
	padding: 3px 8px;
	border-radius: 5px;
	background: var(--color-black-03);
	float: right;
}

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

.form_submit {
	font-family: var(--font-family-01);
	color: var(--color-white);
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	width: 200px;
	text-align: center;
	margin: 30px auto 0;
	padding: 0.7rem 0.5rem;
	background: var(--color-btn-01);
	border: 1px solid var(--color-btn-01);
	cursor: pointer;
	border-radius: 100vh;
	transition: all 0.4s;
}

.form_submit:hover {
	background: var(--color-btn-02);
	transition: all 0.4s;
}
.form_submit:focus {
	background: var(--color-btn-02);
	transition: all 0.4s;
}

.submit_center {
	text-align: center;
}

label {
	cursor: pointer;
}

select {
	padding: 0.3rem 0.3rem;
	font-size: 0.8rem;
}

textarea {
	margin-top: 15px;
}

/* チェックボックス */
input[type='checkbox'] {
	position: relative;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 0px 0 0;
	border: 1px solid var(--color-gray-07);
	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: 5px;
	width: 8px;
	height: 12px;
	border-style: solid;
	border-color: var(--color-white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
input[type=checkbox]:checked {
	color: #fff;
	border-color: var(--color-main-02);
	background: var(--color-main-02);
}
input[type=checkbox]:checked::before {
	opacity: 1;
}

.wpcf7-list-item {
	margin: 0 30px 0 0;
}
.wpcf7-list-item:last-child {
	margin: 0;
}
@media (max-width: 767px) {
	.wpcf7-list-item {
		margin: 30px 30px 0 0;
	}
	.wpcf7-list-item:last-child {
		margin: 30px 0px 0 0;
	}
}

/* ラジオボタン */
input[type="radio"] {
	position: relative;
	width: 20px;
	height: 20px;
	vertical-align: -4px;
	border-radius: 50%;
	border: 2px solid var(--color-gray-07);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"]:checked {
    border: 2px solid var(--color-main-02);
}

input[type="radio"]:checked:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--color-main-02);
}


.wpcf7-spinner {
    display: none !important;
}

/* -----------------------------------------------------------
	breadcrumb
----------------------------------------------------------- */

#breadcrumb {
	font-size: 0.9em;
	margin: 0 auto 10px;
	padding: 7px 0px 0;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li:after {
	content: '\03e';
	padding: 0 5px;
}

#breadcrumb li:last-child:after {
	content: '';
}

#breadcrumb li a {
	color: var(--color-black-01);
}
#breadcrumb li a:hover {
	text-decoration: none;
	color: var(--color-link-hover);
}

#breadcrumb li:first-child a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f015';
	font-size: 0.9em;
	padding-right: 5px;
	font-weight: 900;
}

@media (max-width: 559px) {
	#breadcrumb {
		width: 90%;
		margin: 0 0 20px;
	}
}

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

#scrollUp {
	bottom: 30px;
	right: 30px;
	background-image: url("img/common/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;
}

.grecaptcha-badge {
	bottom: 100px!important;
}

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

#footer {
	width: 100%;
	color: var(--color-white);
	background: var(--color-main-01);
}

#footer a {
	color: var(--color-white);
}

#footer a:hover {
	color: var(--color-yellow-01);
}

.footer_inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: clamp(320px, 90%, 1200px);
	margin: 0px auto;
	padding: 100px 0 30px;
}

.footer_logo {
	font-size: 1.3em;
	margin-bottom: 5px;
}
.footer_info {
	flex: 2;
}
.footer_link {
	flex: 1;
}
.footer_info li {
	margin: 5px 0;
}
.footer_link li {
	margin: 5px 0;
}

.footer_link li a {
	position: relative;
	padding-left: 1.5rem;
}

.footer_link li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	position: absolute;
	font-size: 0.9em;
	left: 0;
	top: 0;
	font-weight: 900;
}

.has_footer_child li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "ー";
	position: absolute;
	font-size: 0.9em;
	left: 0;
	top: 0;
	font-weight: 900;
}

.copyright {
	color: var(--color-white);
	font-size: 0.8em;
	text-align: center;
	padding: 0px 0 30px;
}

@media screen and (max-width: 559px) {
	.footer_inner {
		flex-flow: column;
		max-width: 100%;
		padding: 60px 30px 30px;
	}
	.footer_link {
		margin: 0 0 20px;
	}
}
