@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');


/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}

@media screen and (max-width: 767px) {
	html {
		font-size: calc(100vw * 10 / 750);
	}
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

a:hover,
button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

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


/* responsive
--------------------------------*/

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}


/* base
--------------------------------*/

body {
	background-color: #f8f8f8;
	color: #333333;
	font-size: 1.0rem;
	text-align: left;
	min-width: 1180px;
}

main {
	display: block;
	overflow: hidden;
	padding-top: 120px;
}

section {
	position: relative;
}

.wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.1em;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold,
strong {
	font-weight: bold;
	font-weight: 700;
}

.link_txt {
	color: #1e2886;
	text-decoration: underline;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*font*/
.en {
	font-weight: 500;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}

	.fade,
	.link_txt {
		transition: opacity 0.3s ease;
	}

	.fade:hover,
	.link_txt:hover {
		opacity: 0.7;
		cursor: pointer;
	}
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	main {
		padding-top: 60px;
	}

	.wrap {
		width: 84%;
	}

	p,
	th,
	td,
	dt,
	dd,
	li,
	input,
	button,
	textarea {
		font-size: 2.4rem;
	}

	.sp_block {
		display: block;
	}
}

/* ---------------------------------------
  scroll-animation
-----------------------------------------*/
.fadeup {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 1s;
}

.is-show.fadeup,
.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.onload.is-show .fadein,
.scroll.is-show.fadein,
.scroll.is-show .fadein {
	opacity: 1;
}

.delay1 {
	transition-delay: .5s !important;
}

.delay2 {
	transition-delay: 1s !important;
}

.delay3 {
	transition-delay: 1.5s !important;
}

.delay4 {
	transition-delay: 2s !important;
}

.delay5 {
	transition-delay: 2.5s !important;
}

.delay6 {
	transition-delay: 3s !important;
}

.delay7 {
	transition-delay: 3.5s !important;
}

.delay8 {
	transition-delay: 4s !important;
}

.delay9 {
	transition-delay: 4.5s !important;
}

.delay10 {
	transition-delay: 5s !important;
}

/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	width: 100%;
	height: 120px;
	background-color: #f8f8f8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

#header .h_top {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .h_top .logo {
	display: flex;
	align-items: center;
}

#header .h_top .logo img {
	width: 265px;
}

#header .h_top .logo span {
	font-size: 1.2rem;
	letter-spacing: 0.055em;
	padding: 3px 1.5em;
	background-color: #fff;
	border-radius: 13px;
	margin-left: 20px;
}

#header .h_top .tel .num {
	color: #1e2886;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

#header .h_top .tel .time {
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

#header .gnavi {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 60px;
	background-color: #F8F8F8;
	border-radius: 25px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

#header .gnavi li a {
	position: relative;
	display: block;
	padding: 0 1em;
	transition: .3s ease;
}

@media screen and (min-width: 768px) {
	#header .gnavi li span.en {
		display: none;
	}

	#header .gnavi li a::before {
		content: "";
		width: .25em;
		height: .25em;
		background-color: #333;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: .95em;
		opacity: 0;
		transition: opacity .3s ease;
	}

	#header .gnavi li a:hover::before,
	#header .gnavi li.current a::before {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#header {
		height: 60px;
	}

	#header .wrap {
		width: 92%;
		height: 100%;
	}

	#header .h_top {
		height: 100%;
	}

	#header .h_top .logo {
		display: block;
	}

	#header .h_top .logo img {
		width: 180px;
	}

	#header .menu-trigger {
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		background-color: #f8f8f8;
		border-radius: 50%;
		box-shadow: 3px 3px 6px rgba(30, 43, 134, .2), inset 3px 3px 6px transparent;
		position: absolute;
		right: 0;
		top: 10px;
		transition: .1s ease;
		z-index: 101;
	}

	#header.navOpen .menu-trigger {
		background: none;
		box-shadow: none;
	}

	#header .menu-trigger span {
		display: inline-block;
		transition: .4s ease;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 19px;
		height: 2px;
		background-color: #1e2886;
	}

	#header .menu-trigger span:nth-of-type(1) {
		top: 16px;
	}

	#header .menu-trigger span:nth-of-type(2) {
		top: 22px;
	}

	#header.navOpen .menu-trigger span {
		background-color: #fff;
	}

	#header.navOpen .menu-trigger span:nth-of-type(1) {
		top: 20px;
		transform: rotate(-21deg);
	}

	#header.navOpen .menu-trigger span:nth-of-type(2) {
		top: 20px;
		transform: rotate(21deg);
	}

	#header::before {
		content: '';
		position: fixed;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background-color: #1e2886;
		transform: scale(0);
		right: -50px;
		top: -50px;
		transition: .6s;
		z-index: 100;
	}

	#header.navOpen::before {
		transform: scale(50);
	}

	#header nav {
		/*		display: none;*/
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100vw;
		height: 100%;
		max-height: 100%;
		opacity: 0;
		visibility: hidden;
		padding: 50px 6rem 10rem;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: .3s .3s;
		z-index: 100;
		background: url(../img/common/menu_sp_bg.png) no-repeat center top/ 75rem auto;
	}

	#header.navOpen nav {
		opacity: 1;
		visibility: visible;
	}

	#header .gnavi {
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		background: none;
		border-radius: 0;
		box-shadow: none;
	}

	#header .gnavi li {
		color: #fff;
		font-weight: 500;
		font-size: 3.8rem;
		line-height: 1.5;
	}

	#header .gnavi li + li {
		margin-top: 4rem;
		;
	}

	#header .gnavi li a {
		padding: 0;
	}

	#header .gnavi li span.en {
		display: block;
		color: #565ea4;
		font-weight: 600;
		font-size: 2.2rem;
		line-height: 1.5;
	}

	#header nav .logo {
		text-align: center;
		margin: 7rem auto 0;
	}

	#header nav .logo img {
		width: 43.7rem;
	}

	#header nav .logo span {
		display: block;
		font-size: 2rem;
		line-height: 1.5;
		letter-spacing: 0.055em;
		padding: 0.35em;
		background-color: #fff;
		border-radius: 2.2rem;
		margin-top: 2.4rem;
	}

	#header nav .tel {
		text-align: center;
		margin-top: 3rem;
	}

	#header nav .tel * {
		color: #fff;
	}

	#header nav .tel .num {
		font-weight: 600;
		font-size: 5.36rem;
		line-height: 1.2;
		letter-spacing: 0.06em;
	}

	#header nav .tel .time {
		font-size: 2.68rem;
		line-height: 1.5;
		letter-spacing: 0.06em;
		margin-top: .5rem;
	}
}

/* ---------------------------------------
  main common
-----------------------------------------*/

/* slick
----------------*/
.slider {
	display: none;
}

.slider.slick-initialized {
	display: block;
}

/* pagettl
----------------*/
#pagettl {
	padding-top: 10px;
}

#pagettl .pagettlwrap {
	height: 228px;
	padding-left: 70px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: url(../img/common/pagettl_bg.png) no-repeat left -30px center / 226px auto;
}

#pagettl .ttl {
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 500;
	line-height: 1;
}

#pagettl .ttl .ja {
	display: inline-block;
	position: relative;
	font-size: 3.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#pagettl .ttl .en {
	display: inline-block;
	position: relative;
	color: #d6d6d6;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 0 1em;
	margin-left: 1.5em;
}

#pagettl .ttl .en::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #d6d6d6;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
}


.breadcrumb li {
	display: inline;
	color: #1e2886;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-right: 2.5em;
	position: relative;
}

.breadcrumb li:last-child {
	margin-right: 0;
}

.breadcrumb li::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #c1c1c1;
	position: absolute;
	right: -1.7em;
	top: 48%;
}

.breadcrumb li:last-child::after {
	display: none;
}

.breadcrumb li a {
	color: #c1c1c1;
	display: inline-block;
	transition: .3s ease;
}

@media screen and (min-width: 768px) {
	.breadcrumb li a:hover {
		opacity: .8;
	}
}

@media screen and (max-width: 767px) {
	#pagettl {
		padding-top: 0;
	}

	#pagettl .wrap {
		width: 100%;
	}

	#pagettl .pagettlwrap {
		height: 34rem;
		padding-left: 10rem;
		background: url(../img/common/pagettl_bg.png) no-repeat left -4.5rem center / 31.9rem auto;
	}

	#pagettl .ttl .ja {
		font-size: 5.1rem;
	}

	#pagettl .ttl .en {
		font-size: 2.4rem;
	}

	#pagettl .ttl .en::before {
		width: 0.75rem;
		height: 0.75rem;
		top: 0.7rem;
	}

	.breadcrumb {
		padding: 0 5.5rem 0 6rem;
	}

	.breadcrumb li {
		font-size: 2.1rem;
	}

	.breadcrumb li::after {
		width: 1.9rem;
	}

}

/* parts
----------------*/
/*btn*/
.btn a {
	position: relative;
	min-width: 220px;
	height: 60px;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 3em;
	background-color: #1e2886;
	border-radius: 30px;
	overflow: hidden;
	backface-visibility: hidden;
	/*	filter: drop-shadow(2px 3px 3px rgba(30, 40, 134, 1)) drop-shadow(-6px -6px 5px #fff);*/
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	transition: color .2s .2s, background-color 0s;
	z-index: 1;
}


.btn a .circle,
.btn a .circle > span {
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
}

.btn a .circle {
	right: 22px;
	top: 27.5px;
}

.btn a .circle > span {
	background-color: #f8f8f8;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: width .35s cubic-bezier(.87, .24, .36, 1), height .35s cubic-bezier(.87, .24, .36, 1);
}

.btn a .btntxt {
	position: relative;
}

/*btn2*/
.btn2 a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.28;
	padding: 18px;
	border-radius: 15px;
	z-index: 1;
	transition: .3s ease;
}

.btn2 a .logo {
	display: block;
	width: 148px;
	margin: 0 auto 8px;
}



@media screen and (min-width: 768px) {
	.btn a:hover {
		color: #1e2886;
		background-color: #fff;
		transition: color .2s .2s, background-color 0s .25s;
	}

	.btn a:hover .circle > span {
		height: 600px;
		width: 600px;
	}

	.btn2 a::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #f8f8f8;
		border-radius: 15px;
		box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
		transform: translateZ(0);
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		transition: .3s ease;
	}

	.btn2 a:hover::before {
		background-color: #fff;
		transform: scale(1.05);
	}
}

@media screen and (max-width: 767px) {
	.btn a {
		min-width: 33rem;
		height: 9rem;
		font-size: 2.4rem;
		padding: 1.5rem 3em;
		border-radius: 4.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	.btn a .circle,
	.btn a .circle > span {
		width: .75rem;
		height: .75rem;
	}

	.btn a .circle {
		right: 3.2rem;
		top: 4.1rem;
	}

	.btn2 a {
		width: 48.6rem;
		font-size: 2.1rem;
		padding: 2.5rem;
		border-radius: 2.25rem;
		background-color: #fff;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
		margin: 0 auto;
	}

	.btn2 a .logo {
		width: 22.185rem;
		margin: 0 auto 1.5rem;
	}
}


/* secttl
--------------------------------*/

.secttl {
	position: relative;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 45px;
}

.ttlwrap {
	margin-bottom: 45px;
}

.ttlwrap .secttl {
	margin-bottom: 20px;
}

.secttl .en {
	display: inline-block;
	position: relative;
	color: #d6d6d6;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 0 1em;
	margin-bottom: .5em;
}

.secttl .en::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #d6d6d6;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
}

.secttl .ja {
	display: inline-block;
	position: relative;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.secttl + .lead {
	font-size: 1.6rem;
	text-align: justify;
}

.secttl + .lead.tac {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.secttl {
		position: relative;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 45px;
	}

	.ttlwrap {
		margin-bottom: 45px;
	}

	.ttlwrap .secttl {
		margin-bottom: 20px;
	}

	.secttl .en {
		font-size: 2.4rem;
	}

	.secttl .en::before {
		width: .75rem;
		height: .75rem;
		top: .7rem;
	}

	.secttl .ja {
		font-size: 4.8rem;
	}

	.secttl + .lead {
		font-size: 2.4rem;
	}
}


/* acd
--------------------------------*/
.acd {
	position: relative;
	cursor: pointer;
}

.acd .ico {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -8px;
	width: 17px;
	height: 17px;
}

.acd .ico::before,
.acd .ico::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #14449d;
	width: 17px;
	height: 3px;
	transition: .3s ease;
}

.acd .ico::before {
	transform: translateY(-50%) rotate(90deg);
}

.acd.acd-open .ico::before {
	transform: translateY(-50%) rotate(0);
}

.acdcnt {
	display: none;
}

@media screen and (max-width: 767px) {
	.acd .ico {
		right: 2.75rem;
		margin-top: -1.25rem;
		width: 2.5rem;
		height: 2.5rem;
	}

	.acd .ico::before,
	.acd .ico::after {
		width: 2.5rem;
		height: .4rem;
	}
}


/* contact
--------------------------------*/
#sec_contact {
	padding: 100px 0 0;
	border-top: 2px solid #fff;
}

/*tab*/
#sec_contact .tab .btn_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#sec_contact .tab .tab_btn {
	position: relative;
	width: 356px;
	height: 80px;
	text-align: center;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.5;
	background-color: #eaeaea;
	border-radius: 20px 20px 0 0;
	padding: 10px 32px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transform: translateY(16px);
	transition: .3s ease;
}

#sec_contact .tab .tab_btn::before {
	content: "";
	width: calc(100% - 16px);
	height: 5px;
	border-radius: 20px 20px 0 0 / 5px 5px 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
}

#sec_contact .tab .tab_btn._toto::before {
	background-color: #14449d;
}

#sec_contact .tab .tab_btn._chofu::before {
	background-color: #e60012;
}

#sec_contact .tab .tab_btn._toclas::before {
	background-color: #f7b500;
}

#sec_contact .tab .tab_btn.active {
	background-color: #fff;
	transform: translateY(0);
	cursor: default;
}

/*tab_content*/

#sec_contact .tab .tab_content {
	position: relative;
	display: none;
	background-color: #fff;
	padding: 60px 0;
}

#sec_contact .tab .tab_content.active {
	display: block;
}

#sec_contact .tab .tab_content .ttlbox {
	padding: 30px 70px;
	border-radius: 15px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

#sec_contact .tab .tab_content .ttlbox + .ttlbox {
	margin-top: 26px;
}

#sec_contact .tab .tab_content .ttlbox .ttl {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.5;
}

#sec_contact .tab .tab_content .ttlbox._tel {
	align-items: center;
	background-color: #14449d;
}

#sec_contact .tab .tab_content .ttlbox._tel * {
	color: #fff;
}

#sec_contact .tab .tab_content .ttlbox._tel .num {
	font-size: 3.5rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

#sec_contact .tab .tab_content .ttlbox._tel .time {
	font-size: 1.4rem;
	line-height: 1.57;
	letter-spacing: 0.055em;
}

#sec_contact .tab .tab_content .ttlbox._mail {
	background-color: #eef2f8;
	transition: .3s ease;
}

#sec_contact .tab .tab_content .ttlbox._mail.acd-open {
	background-color: #f8f8f8;
}

#sec_contact .tab .tab_content .ttlbox._mail .ttl {
	color: #14449d;
}

#sec_contact .tab .tab_content .contact_box {
	padding: 26px 30px;
	border-radius: 15px;
	background-color: #f8f8f8;
	margin-top: 60px;
}

#sec_contact .tab .tab_content .contact_box .btn2 {
	width: 392px;
}

#sec_contact .tab .tab_content .contact_box .btn2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

#sec_contact .tab .tab_content .contact_box .btn2 a .logo {
	width: 132px;
	margin: 0 18px 0 0;
}

#sec_contact .tab .tab_content .contact_box .txt {
	width: 310px;
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: justify;
}

#sec_contact .tab .tab_content .btnwrap > * {
	width: 542px;
}


#sec_contact .tab .tab_content .btnwrap .btn_form a {
	display: block;
	width: 100%;
	min-height: 120px;
	text-align: center;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.4;
	padding: 25px 40px;
	border-radius: 15px;
	background-color: #f8f8f8;
	box-shadow: 2px 2px 4px rgba(30, 43, 134, .2), inset 2px 2px 6px transparent;
	transition: .3s ease;
}


#sec_contact .tab .tab_content .btnwrap .btn_form a .txt {
	transition: .3s ease;
}

#sec_contact .tab .tab_content .btnwrap .btn_tel a {
	display: flex;
	align-items: flex-start;
	width: 100%;
	min-height: 120px;
	padding: 30px 40px;
	border-radius: 15px;
}

#sec_contact .tab .tab_content .btnwrap .btn_tel a * {
	color: #fff;
}

#sec_contact .tab .tab_content .btnwrap .btn_tel a .free {
	text-align: center;
	width: 154px;
	height: 34px;
	font-weight: 500;
	line-height: 35px;
	border-radius: 17px;
	background-color: #fff;
	margin-right: 21px;
	margin-top: 10px;
}

#sec_contact .tab .tab_content .btnwrap .btn_tel a .num {
	font-size: 3.4rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

#sec_contact .tab .tab_content .btnwrap .btn_tel a .time {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#sec_contact .tab .tab_content._chofu .btnwrap .btn_form a {
	color: #e60012;
}

#sec_contact .tab .tab_content._chofu .btnwrap .btn_tel a {
	background-color: #e60012;
}

#sec_contact .tab .tab_content._chofu .btnwrap .btn_tel a .free {
	color: #e60012;
}

#sec_contact .tab .tab_content._toclas .btnwrap .btn_form a {
	color: #f7b500;
}

#sec_contact .tab .tab_content._toclas .btnwrap .btn_tel a {
	background-color: #f7b500;
}

#sec_contact .tab .tab_content._toclas .btnwrap .btn_tel a .free {
	color: #f7b500;
}


@media screen and (min-width: 768px) {

	#sec_contact .tab .tab_content .btnwrap .btn_form a:hover {
		box-shadow: 2px 2px 4px transparent, inset 2px 2px 6px rgba(30, 43, 134, .2)
	}
}

@media screen and (max-width: 767px) {
	#sec_contact {
		padding: 15rem 0 0;
		border-top: .3rem solid #fff;
	}

	/*tab*/
	#sec_contact .tab .btn_area {
		width: 69rem;
	}

	#sec_contact .tab .tab_btn {
		width: 21.8rem;
		height: 14rem;
		font-size: 2.8rem;
		line-height: 1.35;
		border-radius: 3rem 3rem 0 0;
		padding: 1.5rem 2rem 2.5rem;
		transform: translateY(2.4rem);
	}

	#sec_contact .tab .tab_btn::before {
		width: calc(100% - 16px);
		height: .9rem;
		border-radius: 20px 20px 0 0 / 5px 5px 0 0;
	}


	/*tab_content*/
	#sec_contact .tab .tab_content {
		padding: 6rem 0;
	}

	#sec_contact .tab .tab_content.active {
		display: block;
	}

	#sec_contact .tab .tab_content .ttlbox {
		text-align: center;
		padding: 3.8rem 3rem 3rem;
		border-radius: 2.25rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	#sec_contact .tab .tab_content .ttlbox + .ttlbox {
		margin-top: 4rem;
	}

	#sec_contact .tab .tab_content .ttlbox .ttl {
		font-size: 3.6rem;
	}

	#sec_contact .tab .tab_content .ttlbox._tel .num {
		font-size: 5.25rem;
		margin-top: 1.5rem;
	}

	#sec_contact .tab .tab_content .ttlbox._tel .time {
		font-size: 2.1rem;
		margin-top: 1.2rem;
	}

	#sec_contact .tab .tab_content .ttlbox._mail {
		padding: 5rem 8rem;
	}

	#sec_contact .tab .tab_content .contact_box {
		padding: 3rem 3rem 2rem;
		border-radius: 2rem;
		margin-top: 9rem;
	}

	#sec_contact .tab .tab_content .contact_box .btn2 {
		width: 100%;
	}

	#sec_contact .tab .tab_content .contact_box .btn2 a {
		width: 100%;
		min-height: 12.45rem;
	}

	#sec_contact .tab .tab_content .contact_box .btn2 a .logo {
		width: 19rem;
		line-height: 1.4;
		margin: 0 2.4rem 0 0;
	}

	#sec_contact .tab .tab_content .contact_box .txt {
		width: 100%;
		font-size: 2.25rem;
		margin-top: 1em;
	}

	#sec_contact .tab .tab_content .btnwrap > * {
		width: 100%;
	}

	#sec_contact .tab .tab_content .btnwrap > * + * {
		margin-top: 3.7rem;
	}

	#sec_contact .tab .tab_content .btnwrap .btn_form a {
		min-height: 23.9rem;
		font-size: 3.6rem;
		padding: 6.915rem 5rem;
		border-radius: 2.25rem;
		box-shadow: .3rem .3rem .6rem rgba(30, 43, 134, .2);
	}

	#sec_contact .tab .tab_content .btnwrap .btn_tel a {
		display: block;
		min-height: 23.9rem;
		padding: 4rem 5rem;
		border-radius: 2.25rem;
		text-align: center;
	}

	#sec_contact .tab .tab_content .btnwrap .btn_tel a .free {
		width: 23.1rem;
		height: 5.1rem;
		line-height: 5.1rem;
		border-radius: 2.55rem;
		margin: 0 auto;
	}

	#sec_contact .tab .tab_content .btnwrap .btn_tel a .num {
		font-size: 5.25rem;
		margin-top: 1.2rem
	}

	#sec_contact .tab .tab_content .btnwrap .btn_tel a .time {
		text-align: center !important;
		font-size: 2.1rem;
	}
}

/* contact_form
----------------*/
.contact_form {
	padding: 50px 154px 0;
}

.contact_form .lead {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.contact_form .lead + .txt {
	font-size: 1.5rem;
	line-height: 1.733;
	letter-spacing: 0.01em;
	text-align: justify;
}

.contact_form .form {
	margin: 30px auto 0;
}

.contact_form .form .box {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
}

.contact_form .form .box dl {
	display: flex;
	justify-content: space-between;
}

.contact_form .form .box dl + dl {
	margin-top: 40px;
}

.contact_form .form .box dl dt,
.contact_form .form .box dl dd,
.contact_form .form .box dl dd p,
.contact_form .form label {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.contact_form .form .box dl dt {
	width: 245px;
	margin-top: 10px;
}

.contact_form .form .box dl dt .must {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding: 0 .275em;
	width: 39px;
	height: 17px;
	line-height: 17px;
	border-radius: 8.5px;
	margin-left: 1em;
	background-color: #1e2886;
}

.contact_form .form .box dl dd {
	width: 547px;
}

.contact_form .form .box dl dd.flex {
	justify-content: space-between;
}

.contact_form .form .box dl dd span.txt {
	font-weight: 700;
	display: inline-block;
	font-weight: bold;
	/* margin: 0 .5em; */
	margin: 0.75em 0.5em 0;
}

.contact_form .form input[type="text"],
.contact_form .form input[type="email"],
.contact_form .form input[type="tel"],
.contact_form .form select,
.contact_form .form textarea {
	width: 100%;
	height: 48px;
	font-size: 1.6rem;
	line-height: 1.875;
	padding: .5em 1em;
	border-radius: 7px;
	background-color: #f8f8f8;
	box-shadow: inset 0 0 5px rgba(51, 51, 51, .1);
}

.contact_form .form input.short {
	width: 214px;
}

.contact_form .form input.short2 {
	width: 129px;
}

/*select*/

.contact_form .form select {
	padding-right: 3em;
	background: #fff url(../img/index/select_arw.png) no-repeat;
	background-position: right 22px center;
	border: 1px solid #d6d6d6;
	box-shadow: 5px 5px 8px rgba(30, 43, 134, .1);
	cursor: pointer;
}

::placeholder {
	color: #c1c1c1;
}

:-ms-input-placeholder {
	color: #c1c1c1;
}

::-ms-input-placeholder {
	color: #c1c1c1;
}

/*formbtn*/
.contact_form .form .formbtn {
	position: relative;
	display: block;
	height: 60px;
	border-radius: 30px;
	background-color: #1e2886;
	overflow: hidden;
	backface-visibility: hidden;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	transition: background-color 0s;
	z-index: 1;
}

.contact_form .form .formbtn .circle,
.contact_form .form .formbtn .circle > span {
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
}

.contact_form .form .formbtn .circle {
	right: 22px;
	top: 27.5px;
}

.contact_form .form .formbtn .circle > span {
	background-color: #f8f8f8;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: width .35s cubic-bezier(.87, .24, .36, 1), height .35s cubic-bezier(.87, .24, .36, 1);
}


.contact_form .form .formbtn input {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 3em;
	transition: color .2s .2s;
	z-index: 2;
	cursor: pointer;
}

.contact_form .form .formbtn input:disabled {
	cursor: not-allowed;
}

/*name*/

.contact_form .form .box .name dd p {
	line-height: 1;
	width: calc(2.8em + 214px);
}

.contact_form .form .box .name dd span.txt {
	font-weight: 400;
	min-width: 2.8em;
	margin: 0;
}


/*address*/
.contact_form .form .address {
	align-items: center
}

.contact_form .form .address dt {
	margin-top: 0;
}

.contact_form .form .address dd span.ttl {
	display: block;
	width: 100%;
	min-width: inherit;
	line-height: 1;
	margin: 0 0 13px;
}

.contact_form .form .address p + p {
	margin-top: 35px;
}

.contact_form .form .address .post {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.contact_form .form .address .postbtn {
	display: inline-block;
	width: 173px;
	height: 48px;
	border-radius: 24px;
	margin-left: 38px;
}

.contact_form .form .address .postbtn input {
	padding: 4px 1em;
}

.contact_form .form .address .postbtn .circle {
	right: 17px;
	top: 22px;
}


/*upload*/
.contact_form .form .upload dd .txt {
	line-height: 2;
	letter-spacing: 0;
}

.contact_form .form .upload .filebtnwrap {
	align-items: center;
	justify-content: flex-start;
	margin-top: 15px;
}

.contact_form .form .upload .filebtnwrap .filetxt {
	margin-left: 1em;
}

.contact_form .form .upload .filebtn input[type="file"] {
	padding: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 0;
}

.contact_form .form .upload .filebtn {
	position: relative;
	display: inline-block;
	width: 187px;
	height: 48px;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 1em;
	background-color: #1e2886;
	border-radius: 24px;
	overflow: hidden;
	backface-visibility: hidden;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	transition: color .2s .2s, background-color 0s;
	transition: color .2s .2s, background-color 0s;
	z-index: 1;
	cursor: pointer;
}

.contact_form .form .upload .filebtn .btntxt {
	position: relative;
	z-index: 2;
}

.contact_form .form .upload .filebtn .circle {
	right: 17px;
	top: 22px;
	z-index: 1;
}

/*textarea*/
.contact_form .form .message textarea {
	height: 147px;
	resize: vertical;
	overflow: auto;
}


/*check*/
.contact_form .form .checkwrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.contact_form .form .checkwrap li {
	min-width: 50%;
}

.contact_form .form .checkwrap li:nth-child(n + 3) {
	margin-top: 5px;
}

.contact_form .form .checkwrap label {
	position: relative;
}

.contact_form .form .checkwrap li label {
	letter-spacing: 0;
}

.contact_form .form input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	visibility: hidden;
}

.contact_form .form input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.contact_form .form input[type=checkbox] + span::before {
	content: "";
	width: 18px;
	height: 18px;
	background-color: #f8f8f8;
	box-shadow: inset 0 0 5px rgba(51, 51, 51, .1);
	position: absolute;
	top: 5px;
	left: 0;
}

.contact_form .form input[type=checkbox]:checked + span::before {
	border: 1px solid #1e2886;
	background-color: #1e2886;
}

.contact_form .form input[type=checkbox]:checked + span::after {
	content: "";
	width: 11px;
	height: 7px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 9px;
	left: 4px;
}

/*privacy*/
.contact_form .form .privacy {
	border: none;
	padding: 40px 0 0;
}

.contact_form .form .privacy .checkwrap {
	display: block;
	margin: 20px 0 0;
}


/*submitbtn*/
.contact_form .form .submitbtn {
	width: 230px;
	margin: 30px auto 0;
}

/*contactform7*/
.contact_form .form .wpcf7-not-valid-tip {
	font-size: 1.4rem;
	vertical-align: text-bottom;
	margin-top: 0.25em;
	
}

.contact_form .form .filebtnwrap .wpcf7-not-valid-tip {
	display: none;
}

.contact_form .form .image_file_error {
	color: #dc3232;
	font-size: 1.4rem;	
	margin-top: 0.25em;
	vertical-align: text-bottom;
}

.contact_form .form .box dl.phone dd {
	display: flex;
}

.contact_form .form .wpcf7-response-output {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 1.5em;
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: center;
	padding: .75em 1em;
}

@media screen and (min-width: 768px) {
	.contact_form .form .formbtn:hover {
		background-color: #fff;
		transition: background-color 0s .25s;
	}

	/* .contact_form .form .formbtn:has(input:disabled):hover {
		pointer-events: none;
	} */

	.contact_form .form .formbtn:hover input {
		color: #1e2886;
	}

	.contact_form .form .formbtn:hover .circle > span {
		height: 600px;
		width: 600px;
	}

	.contact_form .form .upload .filebtn:hover {
		color: #1e2886;
		transition: color .2s .2s, background-color 0s .25s;
	}

	.contact_form .form .upload .filebtn:hover .circle > span {
		height: 600px;
		width: 600px;
	}
}

@media screen and (max-width: 768px) {
	.contact_form {
		padding: 5rem 0 0;
	}

	.contact_form .lead {
		font-size: 2.7rem;
		line-height: 1.77;
	}

	.contact_form .lead + .txt {
		font-size: 2.4rem;
		line-height: 1.66;
		letter-spacing: 0;
	}

	.contact_form .form {
		margin: 4.5rem auto 0;
	}

	.contact_form .form .box {
		padding: 4.5rem 0;
	}

	.contact_form .form .box dl {
		display: block;
	}

	.contact_form .form .box dl + dl {
		margin-top: 6rem;
	}

	.contact_form .form .box dl dt,
	.contact_form .form .box dl dd,
	.contact_form .form .box dl dd p,
	.contact_form .form label {
		font-size: 2.4rem;
	}

	.contact_form .form .box dl dt {
		width: 100%;
		margin-top: 0;
		margin-bottom: 1em;
	}

	.contact_form .form .box dl dt .must {
		font-size: 1.8rem;
		width: 5.9rem;
		height: 2.6rem;
		line-height: 2.6rem;
		border-radius: 1.3rem;
	}

	.contact_form .form .box dl dd {
		width: 100%;
	}

	.contact_form .form .box dl dd span.txt {
		display: inline-block;
	}

	.contact_form .form input[type="text"],
	.contact_form .form input[type="email"],
	.contact_form .form input[type="tel"],
	.contact_form .form select,
	.contact_form .form textarea {
		height: 7.2rem;
		font-size: 2.4rem;
		border-radius: 1.05rem;
		box-shadow: inset 0 0 .75rem rgba(51, 51, 51, .1);
	}

	.contact_form .form input.short {
		width: 24rem;
	}

	.contact_form .form input.short2 {
		width: 17.5rem;
	}

	/*select*/

	.contact_form .form select {
		padding-right: 2.5em;
		background-size: 2rem auto;
		background-position: right 2.5rem center;
	}

	/*formbtn*/
	.contact_form .form .formbtn {
		height: 9rem;
		border-radius: 4.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	.contact_form .form .formbtn .circle,
	.contact_form .form .formbtn .circle > span {
		width: .75rem;
		height: .75rem;
	}

	.contact_form .form .formbtn .circle {
		right: 3.2rem;
		top: 4.1rem;
	}

	.contact_form .form .formbtn input {
		font-size: 2.4rem;
		padding: 1.5rem 3em;
	}

	/*name*/
	.contact_form .form .box .name dd p {
		line-height: 1;
		width: calc(2.5em + 24rem);
	}

	.contact_form .form .box .name dd span.txt {
		min-width: 2.5em;
	}


	/*address*/

	.contact_form .form .box .address dt {
		margin-bottom: 1.5em;
	}

	.contact_form .form .address dd span.ttl {
		margin: 0 0 1em;
	}

	.contact_form .form .address p + p {
		margin-top: 6rem;
	}

	.contact_form .form .address .postbtn {
		width: 21rem;
		height: 7.2rem;
		border-radius: 3.6rem;
		margin-left: auto;
	}

	.contact_form .form .address .postbtn input {
		letter-spacing: 0;
		padding: .6rem 1em;
	}

	.contact_form .form .address .postbtn .circle {
		right: 2.4rem;
		top: 3.225rem;
	}


	/*upload*/
	.contact_form .form .upload .filebtnwrap {
		margin-top: 3rem;
	}

	.contact_form .form .upload .filebtn {
		width: 28rem;
		height: 7.2rem;
		font-size: 2.4rem;
		padding: .6rem 1em;
		border-radius: 3.6rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	.contact_form .form .upload .filebtn .circle {
		right: 2.4rem;
		top: 3.225rem;
	}

	/*textarea*/
	.contact_form .form .message textarea {
		height: 25rem;
	}


	/*check*/
	.contact_form .form input[type=checkbox] + span {
		padding-left: 4.5rem;
	}

	.contact_form .form input[type=checkbox] + span::before {
		width: 3.2rem;
		height: 3.2rem;
		box-shadow: inset 0 0 .75rem rgba(51, 51, 51, .1);
		top: 0.3rem;
	}

	.contact_form .form input[type=checkbox]:checked + span::after {
		width: 2rem;
		height: 1.1rem;
		border-left: .2rem solid #fff;
		border-bottom: .2rem solid #fff;
		top: 1rem;
		left: .5rem;
	}

	/*privacy*/
	.contact_form .form .privacy {
		padding: 4.5rem 0 0;
	}

	.contact_form .form .privacy .checkwrap {
		margin: 3rem 0 0;
	}


	/*submitbtn*/
	.contact_form .form .submitbtn {
		width: 50rem;
		margin: 6rem auto 0;
	}
}

/*エラー用*/

.wpcf7-not-valid-tip {
	display: block;
}

.wpcf7-list-item {
	display: block;
}


/*pagetop*/
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
}

#pagetop a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #f8f8f8;
	border-radius: 50%;
	box-shadow: 3px 3px 6px rgba(30, 43, 134, .2), inset 3px 3px 6px transparent;
	transition: 0.3s ease;
	overflow: hidden;
	z-index: 1;
}

#pagetop a::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #1e2886;
	border-right: 2px solid #1e2886;
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: center;
	transform: translate3d(-50%, -28%, 0) rotate(-45deg);
}

@media screen and (min-width: 768px) {
	#pagetop a:hover {
		box-shadow: 3px 3px 6px transparent, inset 3px 3px 6px rgba(30, 43, 134, .2)
	}
}

@media screen and (max-width: 767px) {
	#pagetop {
		right: 2rem;
		bottom: 2rem;
	}

	#pagetop a {
		width: 9rem;
		height: 9rem;
		box-shadow: .45rem .45rem .9rem rgba(30, 43, 134, .2);
	}

	#pagetop a::after {
		width: 1.5rem;
		height: 1.5rem;
		border-top: .45rem solid #1e2886;
		border-right: .45rem solid #1e2886;
	}
}

/* ---------------------------------------
  フッター
-----------------------------------------*/

#footer {
	padding: 60px 0 50px;
}

#footer .f_info .logo {
	width: 429px;
}

#footer .f_info .logo img {
	width: 420px;
}

#footer .f_info .logo span {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.055em;
	padding: 6px .25em;
	background-color: #fff;
	border-radius: 17px;
	margin-top: 16px;
}

#footer .f_info .info {
	width: 560px;
}

#footer .f_info .info .address {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

#footer .f_info .info .tel {
	align-items: center;
	margin-top: 6px;
}

#footer .f_info .info .tel .num {
	color: #1e2886;
	font-size: 3.12rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

#footer .f_info .info .tel .time {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

#footer .f_info .info .fax {
	color: #1e2886;
	font-size: 2.6rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	margin-top: 6px;
	;
}


#footer .f_navi {
	margin-top: 40px;
}

#footer .f_navi .navi {
	display: flex;
	justify-content: center;
}

#footer .f_navi .navi li + li {
	margin-left: 30px;
}

#footer .f_navi .navi li a {
	position: relative;
	display: block;
	padding: 0 1em;
	transition: .3s ease;
}

#footer .f_navi .navi2 {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#footer .f_navi .navi2 li {
	width: 270px;
}

#footer .f_navi .navi2 li + li {
	margin-left: 14px;
}

#footer .f_navi .navi2 li a {
	position: relative;
	width: 100%;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 15px;
	z-index: 1;
	transition: .3s ease;
}

#footer .f_navi .navi2 li a img {
	max-width: inherit;
}

#footer .f_navi .navi2 li a .logo._toto {
	width: 117px;
}

#footer .f_navi .navi2 li a .logo._chofu {
	width: 94px;
}

#footer .f_navi .navi2 li a .logo._toclas {
	width: 94px;
}


#footer .copyright {
	text-align: center;
	color: #c1c1c1;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.035em;
	margin-top: 36px;
}

@media screen and (min-width: 768px) {
	#footer .f_navi .navi li a::before {
		content: "";
		width: .25em;
		height: .25em;
		background-color: #333;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: .95em;
		opacity: 0;
		transition: opacity .3s ease;
	}

	#footer .f_navi .navi li a:hover::before {
		opacity: 1;
	}

	#footer .f_navi .navi2 li a::before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #f8f8f8;
		border-radius: 15px;
		box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		transition: .3s ease;
	}

	#footer .f_navi .navi2 li a:hover::before {
		background-color: #fff;
		transform: scale(1.05);
	}
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 8.5rem 0 5rem;
	}

	#footer .f_info .logo {
		width: 100%;
	}

	#footer .f_info .logo img {
		width: 100%;
	}

	#footer .f_info .logo span {
		font-size: 2.1rem;
		letter-spacing: 0;
		padding: .825rem .25em;
		border-radius: 2.4rem;
		margin-top: 2.4rem;
	}

	#footer .f_info .info {
		width: 100%;
		text-align: center;
	}

	#footer .f_info .info .address {
		font-size: 3rem;
		margin-top: 5rem;
	}

	#footer .f_info .info .tel {
		margin-top: 4rem;
	}

	#footer .f_info .info .tel .num {
		font-size: 5.4rem;
	}

	#footer .f_info .info .tel .time {
		font-size: 2.2rem;
	}

	#footer .f_info .info .fax {
		font-size: 3.9rem;
		margin-top: 2rem;
	}

	#footer .f_navi {
		margin-top: 7rem;
	}

	#footer .f_navi .navi {
		display: block;
		column-count: 2;
	}

	#footer .f_navi .navi li {
		min-width: 17rem;
		font-size: 2.6rem;
		margin-bottom: 1.5rem;
		margin-left: 7rem;
	}

	#footer .f_navi .navi li + li {
		margin-left: 7rem;
	}

	#footer .f_navi .navi li a {
		padding: 0;
	}

	#footer .f_navi .navi2 {
		display: block;
		margin-top: 7rem;
	}

	#footer .f_navi .navi2 li {
		width: 38.6rem;
		margin: 0 auto;
	}

	#footer .f_navi .navi2 li + li {
		margin-left: auto;
		margin-top: 2.4rem;
	}

	#footer .f_navi .navi2 li a {
		height: 10.5rem;
		padding: 1.5rem;
		background-color: #f8f8f8;
		border-radius: 2.25rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	#footer .f_navi .navi2 li a .logo._toto {
		width: 17.5rem;
	}

	#footer .f_navi .navi2 li a .logo._chofu {
		width: 17.5rem;
	}

	#footer .f_navi .navi2 li a .logo._toclas {
		width: 17.5rem;
	}

	#footer .copyright {
		font-size: 2.1rem;
		margin-top: 6rem;
	}
}


/* ---------------------------------------
  clearfix
-----------------------------------------*/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}


/* Hides from IE Mac */

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}


/* End Hack */
s