@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;500&family=Noto+Sans+JP:wght@400;600;700&family=Noto+Serif+JP&family=Shippori+Mincho&display=swap");


/* ---------------------------------------
  基本情報
-----------------------------------------*/

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

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

@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: 300;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "Noto Sans JP", sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt"
}

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;
}

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 {
	color: #282828;
	font-size: 1.0rem;
	text-align: left;
}

main {
	display: block;
	overflow: hidden;
	padding-top: 11rem;
	padding-bottom: 12rem;
}

section {
	position: relative;
}

.wrap {
	width: 105rem;
	margin: 0 auto;
	position: relative;
}

.wrap._s {
	width: 100rem;
}


.wrap._l {
	width: 100%;
	max-width: 120rem;
}


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

.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: 700;
	font-weight: bold;
}

.link_txt {
	text-decoration: underline;
}

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


/*font*/
.en {
	font-weight: 300;
	font-style: normal;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
}

.min {
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', serif;
}

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

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

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

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

	main {
		padding-top: 10rem;
		padding-bottom: 20rem;
	}

	.wrap,
	.wrap._s,
	.wrap._l {
		width: 65rem;
	}

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

	.sp_block {
		display: block;
	}
}

/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	width: 100%;
	height: 11rem;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 1000;
}

#header > .wrap {
	width: 100%;
	max-width: 128rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 4rem;
}

#header .logo {
	width: 12rem;
	position: relative;
	z-index: 2;
}

#header .logo a {
	display: block;
}

#header .logo img {
	width: 100%;
}

#header .gnavi {
	display: flex;
}

#header .gnavi > li {
	color: #005293;
	font-size: 1.6rem;
	line-height: 2;
	margin-left: 2.3em;
}

#header .gnavi > li > a {
	position: relative;
	display: block;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	#header .gnavi > li > a::before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #005293;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		transform: scale(0);
		transition: .3s ease;
	}

	#header .gnavi > li > a:hover {
		opacity: 1;
	}

	#header .gnavi > li > a:hover::before,
	#header .gnavi > li.is-open > a::before {
		transform: scale(1);
	}
	
	#header .gnavi .pmenu>a{
		position: relative;
		padding-right: 2rem;
	}
	
	#header .gnavi .pmenu>a::after{
		content: "";
		width: .7rem;
		height: .7rem;
		border-right: 1px solid #024e8b;
		border-bottom: 1px solid #024e8b;
		transform: rotate(45deg);
		position: absolute;
		right: .3rem;
		top: 1.1rem;
		transition: .3s ease;
	}
	
	#header .gnavi .pmenu.is-open>a::after{
		transform: rotate(45deg) scale(-1,-1);
		top: 1.4rem;
	}
	
	#header .gnavi .pmenu>a{
		position: relative;
		padding-right: 2rem;
	}
	
	#header .gnavi .pmenu>a::after{
		content: "";
		width: .7rem;
		height: .7rem;
		border-right: 1px solid #024e8b;
		border-bottom: 1px solid #024e8b;
		transform: rotate(45deg);
		position: absolute;
		right: .3rem;
		top: 1.1rem;
		transition: .3s ease;
	}
	
	#header .gnavi .pmenu.is-open>a::after{
		transform: rotate(45deg) scale(-1,-1);
		top: 1.4rem;
	}

	#header .gnavi .cmenu {
		opacity: 0;
		width: 100%;
		height: 0;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0;
		background-color: #edf0f2;
		overflow-y: auto;
		pointer-events: none;
		z-index: 1;
		transition: .5s ease;
	}

	#header .gnavi .pmenu.is-open .cmenu {
		pointer-events: all;
		opacity: 1;
		height: auto;
		padding: 8rem 0 16.5rem 0;
		transition: .5s ease;
		animation-delay: .4s;
	}

	#header .gnavi .cmenu .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 128rem;
		padding: 0 4rem 0 9rem;
		margin: 5rem auto 0;
	}

	#header .gnavi .ctop {
		width: 100%;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.5;
		letter-spacing: 0;
		margin-bottom: 3rem;
	}

	#header .gnavi .ctop a {
		display: flex;
		align-items: center;
	}

	#header .gnavi .ctop a::before {
		content: "";
        display: inline-block;
        width: 2.5rem;
        height: 2.5rem;
        background: url(../img/common/ico_arw2.svg) no-repeat center / 100% auto;
        margin-right: .4em;
        transition: .3s ease;
	}

	#header .gnavi .cmenu_list {
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
	}

	#header .gnavi .cmenu_list:after {
		content: "";
		display: block;
		width: 32.1%;
		height: 100%;
		max-width: 37rem;
	}

	#header .gnavi .cmenu_list > li {
		font-weight: 600;
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0;
		width: 32.1%;
		margin-top: 2rem;
	}

	#header .gnavi .cmenu_list li:nth-child(-n+3) {
		margin-top: 0;
	}

	#header .gnavi .cmenu_list > li:not(.imgbox) {
		padding-left: 2rem;
	}

	#header .gnavi .cmenu_list > li a {
		position: relative;
		display: inline-flex;
		align-items: center;
	}
	
	#header .gnavi .cmenu_list > li a:hover{
		opacity: 1;
	}

	#header .gnavi .cmenu_list > li a::before {
		content: "";
		display: inline-block;
		width: 2.5rem;
		height: 2.5rem;
		background: url(../img/common/ico_arw2.svg) no-repeat center / 100% auto;
		margin-right: 0.75em;
		transition: .3s ease;
	}
	
	#header .gnavi .cmenu_list > li a:hover::before{
		background: url(../img/common/ico_arw5.svg) no-repeat center / 100% auto;
	}

	#header .gnavi .cmenu_list > li.imgbox a {
		width: 100%;
		height: 8rem;
		display: flex;
		align-items: center;
		padding: 2rem 13rem 2rem 2rem;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 100%;
		overflow: hidden;
	}
	
	#header .gnavi .cmenu_list > li.imgbox a::after{
		content: "";
		width: 13rem;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		right: 0;
		top: 0;
		transition: .8s cubic-bezier(.8,0,.4,1);
		will-change: transform;
	}

	#header .gnavi .cmenu_list._about > li.imgbox._01 a::after {
		background-image: url(../img/common/menu_about_img01.jpg);
	}

	#header .gnavi .cmenu_list._about > li.imgbox._02 a::after {
		background-image: url(../img/common/menu_about_img02.jpg);
	}

	#header .gnavi .cmenu_list._about > li.imgbox._03 a::after {
		background-image: url(../img/common/menu_about_img03.jpg);
	}
	
	#header .gnavi .cmenu_list._about > li.imgbox._04 a::after {
		background-image: url(../img/common/menu_about_img04.jpg);
	}

	#header .gnavi .cmenu_list._about > li.imgbox._05 a::after {
		background-image: url(../img/common/menu_about_img05.jpg);
	}

	#header .gnavi .cmenu_list > li.imgbox a:hover::after{
		transform: scale(1.05);
	}

	/*
	.order2{
		order: 2;
	}
	.order3{
		order: 3;
	}
	.order4{
		order: 4;
	}
	.order5{
		order: 5;
	}
	.order6{
		order: 6;
	}
	.order7{
		order: 7;
	}
*/

	#header .gnavi .cmenu .closebtn {
		opacity: 0;
		width: 6rem;
		font-weight: 600;
		font-size: 1.5rem;
		line-height: 1.5;
		letter-spacing: 0.15em;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 3rem;
		margin: 0 auto;
		cursor: pointer;
		transition: .3s ease;
	}

	#header .gnavi .pmenu.is-open .cmenu .closebtn {
		opacity: 1;
		animation-delay: 2s;
	}

	#header .gnavi .cmenu .closebtn .ico {
		display: block;
		position: relative;
		width: 6rem;
		height: 6rem;
		background-color: #fff;
		border: .2rem solid #005293;
		border-radius: 50%;
		margin-bottom: .5rem;
		transition: .3s ease;
	}

	#header .gnavi .cmenu .closebtn .ico::before {
		content: "";
		width: 1.3rem;
		height: 1.3rem;
		border-right: .2rem solid #005293;
		border-top: .2rem solid #005293;
		transform: rotate(-45deg);
		position: absolute;
		left: calc(50% - .65rem);
		top: calc(50% - .3rem);
		transition: .3s ease;
	}

	#header .gnavi .cmenu .closebtn .ico:hover {
		background-color: #005293;
	}

	#header .gnavi .cmenu .closebtn .ico:hover::before {
		border-color: #fff;
	}
}

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

	#header .wrap {
		width: 100%;
		padding: 0 0 0 5rem;
	}

	#header .logo {
		width: 14rem;
		z-index: 1;
	}

	#header.navOpen .logo img {
		filter: invert(94%) sepia(99%) saturate(0%) hue-rotate(325deg) brightness(112%) contrast(100%);
	}

	#header .menu-trigger {
		display: block;
		width: 10rem;
		height: 10rem;
		background-color: #005293;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}

	#header .menu-trigger span {
		display: inline-block;
		width: 2.8rem;
		height: .2rem;
		background-color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		transition: .4s all;
	}

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

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

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

	#header.navOpen .menu-trigger span {
		width: 3.6rem;
		background-color: #005293;
	}

	#header.navOpen .menu-trigger span:nth-of-type(1) {
		top: 5.2rem;
		transform: rotate(-45deg);
	}

	#header.navOpen .menu-trigger span:nth-of-type(2) {
		top: 5.2rem;
		transform: rotate(45deg);
	}

	#header nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		max-height: 100svh;
		background-color: #005293;
		padding: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	#header nav .menuwrap {
		display: block;
		width: 100%;
		height: auto;
		padding: 19rem 7.5rem 12rem;
	}

	#header .gnavi {
		display: block;
	}

	#header .gnavi > li {
		color: #fff;
		font-weight: 600;
		font-size: 3rem;
		letter-spacing: 0.15em;
		margin-left: 0;
		border-bottom: 1px solid #fff;
	}

	#header .gnavi > li > a {
		padding: 3.8rem 6rem;
	}

	#header .gnavi > li.pmenu > a::before {
		content: "";
		width: 1.7rem;
		height: 1.7rem;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		right: 5.3rem;
		top: calc(50% - 1.1rem);
		transition: .3s ease;
	}

	#header .gnavi > li.pmenu.is-open > a::before {
		transform: rotate(45deg) scale(-1, -1);
		margin-top: 1rem;
	}

	#header .gnavi .cmenu {
		display: none;
		padding: 0 0 9rem 9rem;
	}

	#header .gnavi .cmenu .ctop,
	#header .gnavi .cmenu_list > li {
		font-size: 3rem;
	}

	#header .gnavi .cmenu_list {
		margin-top: 5rem;
	}

	#header .gnavi .cmenu_list > li + li {
		margin-top: 5rem;
	}

	#header .gnavi .cmenu_list > li > a {
		display: block;
	}

	#header .subnavi {
		text-align: center;
		margin-top: 9rem;
	}

	#header .subnavi > li:not(.btn) {
		text-align: center;
		color: #fff;
		font-weight: 600;
		font-size: 3rem;
		letter-spacing: 0.15em;
	}

	#header .subnavi > li + li {
		margin-top: 6rem;
	}
}

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

/*secttl*/
.secttl {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	margin-bottom: 3rem;
}
.secttl.en {
	font-size: 3.2rem;
	line-height: 1;
}

.secttl span {
	text-align: center;
	display: inline-block;
	padding: 1.3rem 2.25rem;
	background-color: #005293;
}

.secttl.en span{
	padding: .9rem .75rem;
}

/*pagettl*/
#pagettl {
	padding: 4rem 0;
}

#pagettl .ttl {
	text-align: center;
	color: #000;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#pagettl .ttl span {
	display: inline-block;
	min-width: 20.8rem;
	text-indent: .1em;
	padding: 1.15rem 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/*breadcrumb*/
.breadcrumb {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 2rem 0;
	z-index: 1;
}

.breadcrumb .list {
	max-width: 128rem;
	padding: 0 4rem;
}

.breadcrumb li {
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5;
}

.breadcrumb li:not(:last-child) {
	flex: 0 0 auto;
}

.breadcrumb li + li {
	padding-left: 1.7rem;
	margin-left: 1.2rem;
}

.breadcrumb li + li::before {
	content: "";
	width: .8rem;
	height: .8rem;
	border: 0;
	border-top: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd;
	position: absolute;
	top: 50%;
	left: -.4rem;
	margin-top: -.4rem;
	transform: rotate(45deg);
}

.breadcrumb li a {
	display: block;
}

/*btn*/
.btn a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20rem;
	min-height: 6rem;
	color: #005293;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.15em;
	padding: 1rem 2rem;
	background-color: #fff;
	border: .14rem solid #005293;
	border-radius: 100vh;
	transition: .3s ease;
}

.btn a span {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 1rem;
}

.btn a span::after {
	content: "";
	width: 3.3rem;
	height: 1.1rem;
	background: url(../img/common/ico_arw.svg) no-repeat center / 100% auto;
	display: inline-block;
	margin-left: 1.4rem;
	transition: .3s ease;
}

.btn._02 a {
	color: #008cd6;
	border-color: #008cd6;
}

.btn._02 a span::after {
	background: url(../img/common/ico_arw4.svg) no-repeat center / 100% auto;
}

.btn a[target="_blank"] span::after {
	width: 1.8rem;
	height: 1.5rem;
	background: url(../img/common/ico_blank.svg) no-repeat center / 100% auto;
}

.btn._back a{
	justify-content: flex-start;
}

.btn._back a span{
	margin-left: 0;
}

.btn._back a span::after{
	content: none;
}

.btn._back a span::before {
	content: "";
	width: 3.3rem;
	height: 1.1rem;
	background: url(../img/common/ico_arw.svg) no-repeat center / 100% auto;
	display: inline-block;
	margin-right: 1.4rem;
	transform: scale(-1,1);
	transition: .3s ease;
}

.btn._branch a {
	font-size: 1.8rem;
	padding: 1rem;
	border-width: .2rem;
}

.btn._branch a img {
	width: 5.6rem;
}

.btn._branch a span {
	margin: 0 3rem 0 4.5rem;
}

.btn._branch a span::after {
	width: 2.3rem;
	height: 1.1rem;
	background: url(../img/common/ico_arw.svg) no-repeat right center / auto 100%;
	display: inline-block;
	margin-left: 3rem;
}

.btn._contact a {
	min-width: 44rem;
	min-height: 8rem;
	font-size: 1.8rem;
	letter-spacing: 0;
	padding: 1rem 4rem;
	border-width: .2rem;
}

.btn._contact a img {
	width: 5.6rem;
	position: absolute;
	left: 1rem;
	top: 1rem;
}

.btn._contact a span {
	width: 100%;
	justify-content: center;
	margin: 0;
}

.btn._contact a span::after {
	margin: 0;
	position: absolute;
	right: 0;
}

/*pagetop*/
#pagetop {
	position: fixed;
	right: 5rem;
	bottom: 4rem;
	z-index: 99;
}

#pagetop a {
	display: block;
	width: 6rem;
	height: 6rem;
	color: transparent;
	font-size: 0;
	background-color: #fff;
	border: 1px solid #005293;
	border-radius: 50%;
	transform: rotate(-90deg);
	transition: .3s ease;
}

#pagetop a::before {
	content: "";
	width: 3rem;
	height: 1.1rem;
	background: url(../img/common/ico_arw.svg) no-repeat right center / auto 100%;
	position: absolute;
	left: calc(50% - 1.5rem);
	top: calc(50% - .55rem);
	transition: .3s ease;
}


@media screen and (min-width: 768px) {
	/*btn*/
	.btn a:hover {
		opacity: 1;
		color: #fff;
		background-color: #005293;
	}

	.btn._02 a:hover {
		color: #fff;
		background-color: #008cd6;
	}

	.btn a:hover span::after,
	.btn._02 a:hover span::after,
	.btn._back a:hover span::before{
		background: url(../img/common/ico_arw_w.svg) no-repeat center / 100% auto;
	}
	
	.btn a:hover span::after,
	.btn._02 a:hover span::after{
		transform: translateX(.5rem);
	}
	
	.btn._back a:hover span::before{
		transform: scale(-1,1) translateX(.5rem);
	}
	
	.btn a[target="_blank"]:hover span::after {
		background: url(../img/common/ico_blank_w.svg) no-repeat center / 100% auto;
	}

	.btn._branch a:hover span::after {
		background: url(../img/common/ico_arw_w.svg) no-repeat right center / auto 100%;
	}
	
	/*fixedbtn*/
	#fixedbtn {
		position: fixed;
		right: 0;
		top: 50%;
		z-index: 99;
	}

	#fixedbtn a {
		display: block;
		width: 9rem;
		height: 8rem;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
		padding: 2rem 1rem 1rem;
		background-color: #005293;
	}

	#fixedbtn .ico {
		display: block;
		width: 3.4rem;
		margin: 0 auto 1rem;
	}

	/*pagetop*/
	#pagetop a:hover {
		opacity: 1;
		color: #fff;
		background-color: #005293;
	}

	#pagetop a:hover::before {
		background: url(../img/common/ico_arw_w.svg) no-repeat right center / auto 100%;
		transform: translateX(.5rem);
	}
}
@media screen and (max-width: 767px) {

	/*secttl*/
	.secttl {
		font-size: 4rem;
		margin-bottom: 3rem;
	}
	
	.secttl.en {
		font-size: 5.2rem;
	}

	.secttl span {
/*		min-width: 32.8rem;*/
		padding: 2.2rem 2.2rem;
	}

	.secttl.en span {
		min-width: 32.8rem;
		padding: 1.5rem 1.425rem 1.7rem;
	}

	/*pagettl*/
	#pagettl {
		padding: 10rem 0;
		margin-bottom: 0;
	}

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

	#pagettl .ttl span {
		padding: 1.8rem 0;
	}

	/*btn*/
	.btn a {
		min-width: 50rem;
		min-height: 10rem;
		font-size: 3rem;
		padding: 1rem 4rem;
		border: 1px solid #005293;
	}

	.btn a span {
		margin-left: 0;
	}

	.btn a span::after {
		width: 5.6rem;
		height: 1.9rem;
		margin-left: 1.5rem;
	}
	
	.btn a[target="_blank"] span::after {
		width: 3.6rem;
		height: 3rem;
	}

	.btn._back a{
		padding: 0 8rem;
	}

	.btn._back a span::before {
		width: 5.6rem;
		height: 1.9rem;
		margin-right: 3.8rem;
	}

	.btn._branch a {
		justify-content: flex-start;
		font-size: 3rem;
		line-height: 1.2;
		padding: 2rem;
		border-width: .3rem;
	}

	.btn._branch a img {
		width: 7.5rem;
	}

	.btn._branch a span {
		margin: 0 3rem 0 5.5rem;
	}

	.btn._branch a span::after {
		width: 5rem;
		height: 2rem;
		margin-left: 4.5rem;
	}
	
	.btn._contact a {
		min-width: 50rem;
		min-height: 12rem;
		font-size: 3rem;
		line-height: 1.2;
		padding: 1rem 4.5rem 1rem 6.5rem;
		border-width: .3rem;
	}

	.btn._contact a img {
		width: 7.5rem;
		position: absolute;
		left: 1.7rem;
		top: 1.95rem;
	}

	.btn._contact a span {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
		margin-left: 6rem;
	}

	/*pagetop*/
	#pagetop {
		right: 2rem;
		bottom: 8rem;
	}

	#pagetop a {
		width: 10.2rem;
		height: 10.2rem;
		border: .3rem solid #005293;
	}

	#pagetop a::before {
		width: 5rem;
		height: 2rem;
		left: calc(50% - 2.5rem);
		top: calc(50% - 1rem);
	}
}


/* ---------------------------------------
  footer
-----------------------------------------*/
#footer {
	padding: 5rem 0 3rem;
	background-color: #edf0f2;
	text-align: center;
}

#footer .logo {
	width: 14rem;
	margin: 0 auto;
}

#footer .logo a {
	display: block;
}

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

#footer .logo_name {
	color: #808080;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	margin-top: 1.5em;
}

#footer .address {
	color: #666666;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0;
	margin-top: 1rem;
}

#footer .num {
	color: #666666;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0;
}

#footer .num .en {
	display: inline-block;
	text-align: left;
	font-weight: 300;
	width: 1.7em;
}

#footer .btn_policy {
	margin-top: 3rem;
}

#footer .btn_policy a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 12.4rem;
	min-height: 3.4rem;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.12em;
	padding: .5rem 1.5rem;
	border: .1rem solid #282828;
	border-radius: 100vh;
	transition: .3s ease;
}

#footer .ms {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 3rem;
}

#footer .ms .item._iso {
	width: 16.1rem;
}

#footer .ms .item._jab {
	width: 7.4rem;
}

#footer .ms .item + .item {
	margin-left: 1.2rem;
}

#footer .copyright {
	color: #707070;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-top: 5rem;
}

@media screen and (min-width: 768px) {
	#footer .btn_policy a:hover {
		background-color: #282828;
		color: #fff;
	}
}

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

	#footer .logo {
		width: 25rem;
	}

	#footer .logo_name {
		font-size: 3rem;
	}

	#footer .address {
		font-size: 2.8rem;
	}

	#footer .num {
		font-size: 3rem;
	}

	#footer .btn_policy {
		margin-top: 6rem;
	}

	#footer .btn_policy a {
		min-width: 50rem;
		min-height: 10rem;
		font-size: 3rem;
		border: 1px solid #282828;
	}

	#footer .ms {
		margin-top: 6rem;
	}

	#footer .ms .item._iso {
		width: 24.3rem;
	}

	#footer .ms .item._jab {
		width: 11.2rem;
	}

	#footer .ms .item + .item {
		margin-left: 1.8rem;
	}

	#footer .copyright {
		font-size: 2.4rem;
		margin-top: 14rem;
	}

}


/* ---------------------------------------
  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 */


/* ---------------------------------------
  印刷用
-----------------------------------------*/
/* 用紙サイズの指定（A4） */
@page {
	margin: 10mm;
	size: 210mm 297mm;
	/* A4縦サイズの場合 */
}

@media print {

	/* 全体設定 */
	body {
		-webkit-print-color-adjust: exact;
		/* 印刷時でも背景色や背景画像を表示 */
		width: 1280px;
		/* 印刷時の全ページ幅を統一（px数値はお好みで） */
		zoom: 0.8;
		/* なるべく多くのブラウザで切れないようにするため */
	}

	/* 改ページをいれる場合 */
	section + section.new-none:not(:root) {
		page-break-before: avoid;
		/* 特定のセクションでは改ページを入れない場合の指定 */
	}

	#header {
		position: absolute;
	}

	#header .cmenu {
		display: none;
	}

	.sp {
		display: none;
	}

	#fixedbtn,
	#pagetop {
		display: none;
	}

	.print-new-page {
		/* page-break-before: always; */
		/* 特定の場所で改ページを入れたいときの指定 */
	}

	/* .insert-new-page:not(:root) {
		display: block;
		page-break-before: always;
	} */
}