@charset "utf-8";
/*
Theme Name: Wako Kenso
Theme URI: 
Author: SYSTEMRUN
Author URI: https://systemrun.co.jp/
Description: 
*/

/* break point */
/* ---------------------
  (max-width) 1390, 991, 781, 575
  (min-width) 1391, 992, 782, 576
--------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, button, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	color: inherit;
	line-height: inherit;
	font-size: 100%;
	vertical-align: baseline;
	word-break: break-all;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, small, main {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
strong, b {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
span, a, ruby {
	font-size: 100%;
}
a, a:hover {
	text-decoration: none;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a, a:focus, *:focus {
	outline: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
/* 100vh指定時のiOSアドレスバー対応 */
html {
	height: -webkit-fill-available;
}
body {
	min-height: 100vh;
	min-height: -webkit-fill-available;
}

/* base
-----------------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #383838;
	font-size: 1.8rem;
	line-height: 1.5;
}
a {
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
::placeholder {
	color: #afafaf;
}
@media screen and (max-width: 1390px) {
	body {
		font-size: 1.7rem;
	}
}

/* general
-----------------------------------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.container {
	max-width: 1500px;
	width: 95%;
	margin: auto;
}
.catchcopy {
    width: 90px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 1em;
}
.catchcopy_text {
	writing-mode: vertical-rl;
	font-weight: 400;
}
.catchcopy_text span + span {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #ccc;
}
.bold {
	font-weight: 700;
}
.btn a {
	display: inline-block;
	position: relative;
}
.btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	background: #0f2f7c;
	z-index: -1;
}
.btn span {
	display: block;
	border: 1px solid #000;
	background: #fff;
	font-size: 105%;
	font-weight: 700;
	padding: 0.8em 2em 0.8em 2.8em;
	position: relative;
}
.btn span::before {
	content: "";
	background: url("images/btn_before.png") no-repeat right top;
	width: 30px;
	height: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.new {
	font-size: 80%;
	color: #c00;
	font-weight: 700;
	margin-left: 0.3em;
	vertical-align: text-top;
}
@media (hover: hover) and (min-width: 992px) {
	.btn span {
		transition: all 0.05s;
	}
	.btn a:hover span {
		transform: translate(4px, 4px);
	}
}
@media screen and (max-width: 1390px) {
	.catchcopy {
		width: 60px;
		font-size: 90%;
		padding-top: 0.5em;
	}
}
@media screen and (max-width: 991px) {
	.catchcopy {
		display: none;
	}
	.btn span {
		padding-right: 1.7em;
		padding-left: 2.5em;
	}
	.btn span::before {
		width: 20px;
	}
}
@media screen and (max-width: 575px) {
	.btn a::after {
		top: 3px;
		left: 3px;
	}
}

/* header
-----------------------------------------------*/
.header {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	width: 100%;
}
.hd_logo {
	flex: 1;
	padding-right: 10px;
}
.hd_menu {
	flex: 3;
}
.hd_menu_flexbox {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.hd_mainmenu_container {
	flex: 1;
}
.hd_mainmenu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-right: 1px solid #ccc;
}
.hd_mainmenu li {
	border-left: 1px solid #ccc;
	padding: 0 3px;
}
.hd_mainmenu li a {
    font-size: 105%;
    display: block;
    padding: 0.6em 1em;
	text-align: center;
}
.hd_mainmenu .only_sp, .hd_mainmenu .only_ft {
	display: none;
}
.hd_tel {
	text-align: center;
	padding: 0 1em;
}
.hd_tel .num {
	font-size: 152%;
	font-weight: 700;
}
.hd_tel .num::before {
	content: "";
	background: url("images/hd_tel.png") no-repeat 0 0;
	background-size: contain;
	width: 18px;
	height: 24px;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 5px;
}
.hd_tel .time {
	font-size: 80%;
	color: #4c4c4c;
}
.hd_btn a {
	display: block;
	background: linear-gradient(60deg, #12327f, #062675);
	color: #fff;
	font-size: 110%;
	padding: 0.7em 1.2em;
	text-align: center;
	border: 2px solid transparent;
}
.hd_btn a::before {
	content: "";
	background: url("images/hd_mail_white.png") no-repeat 0 0;
	background-size: contain;
	width: 22px;
	height: 18px;
	display: inline-block;
	vertical-align: -2px;
	margin-right: 7px;
}
.hd_hum, .header .sp {
	display: none;
}
@media (hover: hover) and (min-width: 992px) {
	.hd_mainmenu li a:hover {
		background: linear-gradient(60deg, #12327f, #062675);
		color: #fff;
	}
	.hd_btn a:hover {
		border-color: #062675;
		background: #fff;
		color: #000;
	}
	.hd_btn a:hover::before {
		background-image: url("images/hd_mail.png");
	}
}
@media screen and (min-width: 1920px) {
	.header {
		padding: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1390px) {
	.hd_menu {
		flex: 2;
	}
	.hd_menu_flexbox {
		flex-wrap: wrap;
	}
	.hd_mainmenu_container {
		order: 3;
		flex: initial;
		width: 100%;
		margin-top: 10px;
	}
	.hd_tel .num {
		font-size: 130%;
	}
	.hd_tel .num::before {
		width: 13px;
		height: 17px;
		vertical-align: 0;
	}
	.hd_btn a {
		font-size: 94%;
		padding: 0.6em 1em;
	}
	.hd_btn a::before {
		width: 17px;
		height: 14px;
	}
}
@media screen and (max-width: 991px) {
	.header .sp {
		display: block;
	}
	.header {
		height: 60px;
		padding: 0 10px;
		position: relative;
	}
	.hd_logo {
		padding-right: 80px;
		max-width: 350px;
	}
	header {
		position: relative;
	}
	.hd_hum {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		z-index: 9999;
		cursor: pointer;
	}
	.hd_hum .border {
		display: block;
		width: 30px;
		height: 2px;
		background: #12327f;
		position: absolute;
		top: 18px;
		right: 4px;
		transition: all 0.3s;
	}
	.hd_hum .border:nth-child(1) {
		top: 10px;
	}
	.hd_hum .border:nth-child(3) {
		top: 26px;
	}
	.hd_hum.active .border:nth-child(1) {
		transform: translateY(8px) rotate(315deg);
	}
	.hd_hum.active .border:nth-child(2) {
		opacity: 0;
	}
	.hd_hum.active .border:nth-child(3) {
		transform: translateY(-8px) rotate(-315deg);
	}
	.hd_menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	.hd_menu_flexbox {
		display: block;
		background: #12327f;
		color: #fff;
		width: 100%;
		padding: 30px 5%;
	}
	.hd_mainmenu {
		display: block;
		border-right: none;
	}
	.hd_mainmenu .only_sp {
		display: block;
	}
	.hd_mainmenu li {
		border: none !important;
		margin: 5px 0;
	}
	.hd_mainmenu li a {
		font-size: 1.7rem;
		padding: 0.6em 1em;
		border: 1px solid #fff;
		display: block;
	}
	.hd_tel {
		padding: 0;
		margin: 1em 0 1.3em;
	}
	.hd_tel .num::before {
		background-image: url("images/hd_tel_white.png");
	}
	.hd_tel .time {
		color: inherit;
	}
	.hd_btn {
		text-align: center;
	}
	.hd_btn a {
		background: #fff;
		color: #000;
		font-size: 1.7rem;
	}
	.hd_btn a::before {
		background-image: url("images/hd_mail.png");
	}
	.hd_btn .sp {
		display: inline;
	}
}

/* footer
-----------------------------------------------*/
body.nohome .footer {
	border-top: 1px solid #ccc;
	background: #f7f8fb;
}
.ft_white_container {
	display: flex;
	justify-content: space-between;
}
.ft_white_container .Lbox {
	padding: 2em 0;
	width: 50%;
}
.ft_white_container .Rbox {
	width: 50%;
	max-width: 560px;
	padding: 20px 0;
}
.ft_logo {
	margin-bottom: 1.3em;
}
.ft_logo a {
	display: inline-block;
}
.ft_logo span {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 0.7em;
}
.ft_logo img {
	max-width: 340px;
}
.ft_address dl {
	position: relative;
	padding-left: 6em;
	margin-bottom: 0.8em;
}
.ft_address dt {
	width: 6em;
	text-align: center;
	border: 1px solid #000;
	background: #fff;
	font-size: 85%;
	position: absolute;
	top: 0;
	left: 0;
}
.ft_address dd {
	font-size: 90%;
}
.ft_address br.sp {
	display: none;
}
.ft_menu_container {
	width: 100%;
}
.ft_menu {
	display: flex;
	flex-wrap: wrap;
}
.ft_menu li {
	width: 48%;
	border-bottom: 1px solid #adadad;
	padding: 3px 0;
	margin-right: 4%;
}
.ft_menu li:nth-child(2n) {
	margin-right: 0;
}
.ft_menu li a {
    display: block;
    position: relative;
    padding: 0.7em 30px 0.65em 0.6em;
}
.ft_menu li a::before {
	content: "";
	background: url("images/ft_arrow.png") no-repeat 0 0;
	background-size: contain;
	width: 15px;
	height: 11px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
}
.ft_mark {
	text-align: right;
	margin-top: 1em;
}
.copyright {
	font-size: 1.4rem;
	color: #fff;
	background: #05226a;
	min-height: 60px;
	padding: 0 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 8888;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background: #05226a;
	text-indent: -9999px;
	position: relative;
}
.pagetop a::before {
	content: "";
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media (hover: hover) and (min-width: 992px) {
	.pagetop a:hover {
		background: rgba(255,255,255,0.8);
	}
	.pagetop a:hover::before {
		border-color: #05226a;
	}
	.ft_menu li a:hover {
		background: #05226a;
		color: #fff;
	}
	.ft_menu li a:hover::before {
		background-image: url("images/ft_arrow_white.png");
	}
}
@media screen and (max-width: 991px) {
	.ft_white_container {
		display: block;
	}
	.ft_white_container .Lbox {
		width: 90%;
		max-width: 600px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 0;
	}
	.ft_logo {
		text-align: center;
		margin-bottom: 2em;
	}
	.ft_white_container .Rbox {
		max-width: none;
		width: 100%;
	}
	footer {
		position: relative;
	}
	.pagetop {
		position: absolute;
	}
}
@media screen and (max-width: 575px) {
	.ft_white_container .Lbox {
		display: block;
	}
	.ft_logo {
		text-align: left;
	}
	.ft_logo img {
		max-width: 250px;
	}
	.ft_logo span {
		font-size: 1.3rem;
	}
	.ft_address dl {
		padding-left: 0;
		margin-bottom: 1.5em;
	}
	.ft_address dt {
		position: static;
		margin-bottom: 0.5em;
		width: auto;
	}
	.ft_address br.sp {
		display: block;
	}
}