@charset 'utf-8';


/* - - - - - - - - - - - - - - - - - - - - - 
	reset
- - - - - - - - - - - - - - - - - - - - - */

body, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, ol, li, figure, figcaption, form {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

em {
	font-style: normal;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: 0;
  height: 0;
}

body * {
	box-sizing: border-box;
}


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

html {
	font-size: 62.5%;
}

body {
	color: #333;
	font-size: 1.6rem;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W3', 'Hiragino Kaku Gothic W3', Meiryo, system-ui, sans-serif;
	line-height: 1.6;
	background-color: #fff;
}

img,
picture * {
	border: none;
  vertical-align: middle;
	max-width: 100%;
}

strong, h1, h2, h3, h4, h5, h6 {
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	link
- - - - - - - - - - - - - - - - - - - - - */

a {
	text-decoration: none;
	outline: none;
}

a:link,
a:visited {
	color: #0d5eae;
}

a:hover,
a:active {
	color: #333;
}

a:hover {
	opacity: 0.85;
}


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

.clearfix::after {
	content: '';
	clear: both;
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.wrapper
- - - - - - - - - - - - - - - - - - - - - */

.wrapper {
	position: relative;
	overflow: hidden;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.header
- - - - - - - - - - - - - - - - - - - - - */

.header {
	background-color: #fff;
	border-bottom: 1px solid #c8c8c8;
}

.header_inner {
	padding: 1.3rem 0 0 1.5rem;
	display: flex;
	align-items: center;
}

.header_logo_area {
	display: flex;
}

.header_logo_area a {
	display: block;
}

.header_logo_area img {
	vertical-align: top;
	height: 25px;
}

.header_logo {
	margin-right: 0.5rem;
	line-height: 1;
}

.header_logo_25th {
	line-height: 1;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .header_menu
//////////////////////////*/

/* .header_utility
//////////////////////////*/

.header_utility {
	padding-bottom: 2rem;
}

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

.header_utility_menu li {
	width: 32%;
	max-width: 105px;
}

.header_utility_menu li a {
	padding: 0.7rem 0.5rem 0.5rem;
	color: #010101;
	font-size: 0.75em;
	line-height: 1.2;
	text-align: center;
	background-color: #f0f5fb;
	display: block;
}

.header_utility_menu li a i {
	margin-bottom: 0.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	display: block;
}

.header_utility_menu li:first-child a i {
	background-image: url("../images/icon_header01.png");
	background-size: auto 20px;
}

.header_utility_menu li:nth-child(2) a i {
	background-image: url("../images/icon_header02.png");
	background-size: auto 20px;
}

.header_utility_menu li:nth-child(3) a i {
	background-image: url("../images/icon_header03.png");
	background-size: auto 20px;
}


/* .header_contact */

.header_contact a {
	padding: 1.5rem;
	color: #fff;
	font-size: 0.85em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	background-color: #07abad;
	display: block;
}


/* .menu
//////////////////////////*/

.header_menu .menu {
	border-top: 1px solid #a4a4a4;
}

.header_menu .menu > li {
	border-bottom: 1px solid #a4a4a4;
}

.header_menu .menu > li > a {
	padding: 2rem;
	color: #010101;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.4;
	background: url("../images/icon_arrow_blue_bottom.png") no-repeat 95% center;
	background-size: 17px 7px;
}

.header_menu .menu > li > a:hover {
	cursor: pointer;
}

.header_menu .menu > li > a.active {
	background: url("../images/icon_arrow_blue_top.png") no-repeat 95% center;
	background-size: 17px 7px;
}


/* --- .pullmenu --- */

.pullmenu {
	display: none;
}


/* --- .header_menu_title_area --- */

/* --- .header_menu_area --- */

.header_menu_area {
	padding: 2rem 1.5rem 1rem;
	background-color: #f1f2f6;
}

.header_menu_area_inner > ul > li {
	margin-bottom: 0.5rem;
}

.header_menu_area_inner > ul > li a {
	padding-left: 2.5rem;
	color: #010101;
	font-size: 0.85em;
	line-height: 1.4;
	background: url("../images/icon_arrow01.png") no-repeat left top;
	background-size: 16px;
	display: inline-block;
}

/* .menu_recruit */
.menu_recruit .header_menu_area_inner > ul > li a {
	margin-top: 0;
}


/* .header_contact
//////////////////////////*/

.menu + .header_contact {
	margin: 2rem auto;
	width: 85%;
}


/* .info_area
//////////////////////////*/

.info_area {
	margin: 0;  /*0 -2rem; 8/14変更*/
	padding: 2rem 1.5rem 5rem;
	background-color: #1e2585;
}

.info_area_inner {
	padding-bottom: 2rem;
	border-bottom: 1px solid #8f92c2;
}

.info_area small {
	padding: 2rem 1rem;
	color: #fff;
	font-size: 0.65em;
	line-height: 1.2;
	text-align: center;
	display: block;
}


/* --- .info_menu --- */

.info_menu {
	margin-bottom: 2.5rem;
}

.info_menu li {
	text-align: center;
}

.info_menu li a {
	color: #fff;
	font-size: 0.9em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.4;
}


/* --- .sns_area --- */

.sns_area {
	margin: auto;
	/*width: 80%;  8/14非表示*/
	display: table;
}

.sns_area > * {
	vertical-align: middle;
	display: table-cell;
}

.sns_area dt {
	color: #8f92c2;
	font-size: 0.75em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.4;
	width: 10em;
}

.sns_area dd ul {
	display: flex;
}

.sns_area dd ul li:not(:last-child) {
	margin-right: 1.5rem;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .overlay
//////////////////////////*/

.overlay {
	display: none;
}

.overlay.active {
	background-color: #000;
	width:100%;
	height:120%;
	position: fixed;
	top:0;
	left:0;
	opacity: 0.5;
	z-index: 50;
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.main
- - - - - - - - - - - - - - - - - - - - - */

.main {
	padding-top: 5rem;
	position: relative;
	display: block;
}

.contents_area {
}

.box_main {
	margin: auto;
	width: 90%;
	max-width: 1180px;
}

.box_main p {
	margin-bottom: 1.5em;
}

.box_main * {
	line-height: 1.9;
}

.box_inner {
	margin-bottom: 7.5rem;
}

.box {
	margin-bottom: 6rem;
}

.box .box {
	margin-bottom: 5.5rem;
}

.box_inner,
.box {
	position: relative;
}

.box_inner::after,
.box::after {
	content: '';
	clear: both;
	display: block;
}

.box_inner > *:last-child,
.box > *:last-child {
	margin-bottom: 0;
}


/* slick */
.slick-slide img {
	width: 100%;
	display: inline-block;
}

.slide_arrow:hover {
	cursor: pointer;
}


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

.footer {
	margin-top: 6rem;
}

.footer_headline {
	margin-bottom: 1.5rem;
	font-size: 1.25em;
	line-height: 1.4;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .footer_contact_area
//////////////////////////*/

.footer_contact_area {
	padding: 5rem 5%;
	background: url("../images/bg_footer.jpg") no-repeat center top;
	background-size: cover;
}

.contact_inner {
	color: #fff;
	text-align: center;
}

.footer_contact_area .contact_inner:first-child {
	margin-bottom: 3rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #fff;
}

.contact_inner dt {
	margin-bottom: 1rem;
	font-size: 1.25em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.4;
}

.contact_inner dd p:first-child {
	margin-bottom: 1rem;
	padding-left: 6rem;
	background: url("../images/icon_freedial.png") no-repeat left center;
	background-size: 50px auto;
	display: inline-block;
}

.contact_inner dd p:first-child a {
	color: #fff;
	font-size: 2em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.4;
}

.contact_inner dd p:last-child {
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
}

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

.contact_inner ul li {
	width: 32%;
}

/*.contact_inner ul li:last-child {
	margin-top: 1rem;
	width: 100%;
	max-width: none;
}*/
/*20.09.07非表示--liが4つ以上のとき表示すると形が整う*/

.contact_inner ul li a {
	padding: 1.5rem;
	color: #fff;
	font-size: 0.75em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid #fff;
	height: 100%;
	display: block;
}

.contact_inner ul li:not(:first-child) a {
	padding: 2rem 1.5rem;
}

.contact_inner ul li a:hover {
	color: #666;
	background-color: #fff;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_sitemap
//////////////////////////*/

.box_sitemap {
	background-color: #1e2585;
}

.sitemap_inner {
}

.sitemap_inner dt {
	padding: 2rem;
	color: #fff;
	font-size: 0.85em;
	line-height: 1.2;
	background: url("../images/icon_arrow_white_bottom.png") no-repeat 95% center;
	background-size: 17px 7px;
	border-bottom: 1px solid #fff;
}

.sitemap_inner dt.active {
	background-image: url("../images/icon_arrow_white_top.png");
	background-size: 17px 7px;
}

.sitemap_inner li {
	border-bottom: 1px solid #8f92c2;
}

.sitemap_inner li a {
	padding: 2rem 2rem 2rem 4rem;
	color: #fff;
	font-size: 0.85em;
	line-height: 1.2;
	display: block;
}

.sitemap_inner li a.link_blank::after {
	background: url('../images/icon_blank_white.png') no-repeat 0 0;
	background-size: contain;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .info_area
//////////////////////////*/

.footer .info_area {
	padding-bottom: 2rem;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .pagetop
//////////////////////////*/

.pagetop {
	width: 5.5rem;
	height: 5.5rem;
	position: fixed;
	right: 2.5%;
	bottom: 12%;
	z-index: 50;
}

.pagetop a {
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.footer_fixed
- - - - - - - - - - - - - - - - - - - - - */

.footer_fixed {
	margin: auto;
	padding: 1rem 2.5%;
	background-color: #fff;
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
}

.footer_fixed .fixed_inner:first-child {
	width: 55%;
}

.footer_fixed .fixed_inner:last-child {
	width: 43%;
}

.fixed_inner p {
	margin-bottom: 0;
}

.fixed_inner p:first-child {
	padding: 0.5rem 0;
	font-size: 0.825em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.fixed_inner p:last-child a {
	color: #010101;
	font-size: 1.2em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.4;
}

.fixed_inner p:last-child a::before {
	content: '';
	background: url("../images/icon_freedial.png") no-repeat 0 0;
	background-size: contain;
	width: 40px;
	height: 20px;
	position: relative;
	top: 2px;
	display: inline-block;
}

.fixed_inner .btn_contact a {
	padding: 1.5rem;
	color: #fff;
	font-size: 0.85em;
	line-height: 1.2;
	text-align: center;
	background-color: #07abad;
	border-radius: 0;
	display: block;
}

.fixed_inner .btn_contact a::before {
	content: '';
	margin-right: 5px;
	background: url("../images/icon_mail.png") no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 15px;
	position: relative;
	top: 2px;
	display: inline-block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.box_allow_first
- - - - - - - - - - - - - - - - - - - - - */

.box_allow_first {
	margin: auto;
	padding: 2rem;
	background-color: #fff;
	border-top: 4px solid #0d5eae;
	width: 100%;
	max-width: 470px;
	/*
	height: 50%;
	max-height: 180px;
	*/
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: none;
}

.box_allow_first p {
	margin-bottom: 2rem;
	font-size: 0.85em;
}

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

.box_allow_first .btn_area .btn {
	width: 48%;
}

.box_allow_first .btn_area .btn a {
	padding: 1rem;
	font-size: 0.8em;
	line-height: 1.4;
	text-align: center;
	border-radius: 0;
}

.box_allow_first .btn_area .btn_data a {
	color: #010101;
	border: 1px solid #ccc;
}

.box_allow_first .btn_area .btn_close_allow a {
	color: #fff;
	border: 1px solid #0d5eae;
	background-color: #0d5eae;
}

/*
.footer_overlay {
	background-color: #000;
	width:100vw;
	height:100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	z-index: 50;
	display: none;
}
*/


/* - - - - - - - - - - - - - - - - - - - - - 
/* @media SP
//////////////////////////*/

@media screen and (max-width: 979px) {


/* --- common --- */

.pc { display: none; }


/* - - - - - - - - - - - - - - - - - - - - - 
	.header
- - - - - - - - - - - - - - - - - - - - - */

.header {
	width: 100%;
	height: 5rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.sp_menu {
	width: 5.5rem;
	height: 5rem;
	position: absolute;
	top: 0;
	right: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .header_menu
//////////////////////////*/

.header_menu {
	padding: 2.5rem 2rem 0;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 5rem;
	left: 0;
  overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
	z-index: 300;
}

.header_menu .menu > li > a.sp {
	display: block;
}

}


/* - - - - - - - - - - - - - - - - - - - - - 
/* @media PC
//////////////////////////*/

@media print, screen and (min-width: 980px) {


/* --- common --- */

.sp { display: none; }


/* - - - - - - - - - - - - - - - - - - - - - 
	.header
- - - - - - - - - - - - - - - - - - - - - */

.header {
	width: 100%;
	height: 95px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.header_inner {
	margin: auto;
	padding: 2.5rem 0 0;
	width: 90%;
	max-width: 1120px;
	display: flex;
}

.header_logo_area {
	margin-top: -3rem;
	width: 45%;
	display: flex;
}

.header_logo_area img {
	height: auto;
}

.header_logo {
	margin-right: 1rem;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .header_menu
//////////////////////////*/

.header_menu {
	margin-top: -2.5rem;
	width: 55%;
	display: block;
	z-index: 10;
}


/* .header_utility
//////////////////////////*/

.header_utility {
	margin-bottom: 1rem;
	padding-bottom: 0;
	display: flex;
}

.header_utility_menu {
	width: 75%;
	max-width: 490px;
	overflow: hidden;
}

.header_utility_menu li {
	width: calc(100%/3);
	max-width: none;
}

.header_utility_menu li a {
	padding: 0.7rem;
	font-size: 0.9em;
	position: relative;
	color: #0051ad;
	font-weight: bold;
}

.header_utility_menu li a i {
	margin-right: 0.5rem;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
}

.header_utility_menu li:first-child a i {
	background-size: contain;
	width: 10px;
	height: 15px;
}

.header_utility_menu li:nth-child(2) a i {
	background-size: contain;
	width: 15px;
	height: 15px;
}

.header_utility_menu li:nth-child(3) a i {
	background-size: contain;
	width: 10px;
	height: 15px;
}


/* .header_contact */

.header_contact {
	margin-left: auto;
	width: 30%;
	max-width: 140px;
	overflow: hidden;
}

.header_contact a {
	padding: 0.9rem 0.7rem 0.7rem;
	font-size: 0.9em;
	height: 100%;
}


/* .menu
//////////////////////////*/

.header_menu .menu {
	border-top: none;
	display: flex;
	justify-content: space-between;
}

.header_menu .menu > li {
	border-bottom: none;
	width: auto;
}

.header_menu .menu > li > a {
	padding: 2rem 0 1.5rem;
	font-size: 1em;
	text-align: center;
	background: none;
}

.header_menu .menu > li > a.pc {
	display: block;
}

.header_menu .menu > li > a:hover {
	color: #b3b3b3;
}

.header_menu .menu > li > a.active {
	color: #b3b3b3;
}

.header_menu .menu > li > a::after {
	content: '';
	margin-left: 1rem;
	background: url("../images/icon_arrow_gray_bottom.png") no-repeat 0 0;
	background-size: contain;
	width: 17px;
	height: 7px;
	display: inline-block;
}


/* --- .pullmenu --- */

.pullmenu {
	background-color: #fff;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.15);
	width: 100%;
	height: auto;
	position: absolute;
	top: 95px;
	left: 0;
  overflow: hidden;
/*	transition: display 0.3s ease 0.5s;*/
}

.header_menu .menu .pullmenu_inner {
	display: flex;
}


/* --- .header_menu_title_area --- */

.header_menu_title_area {
	padding: 5.5rem 2rem;
	text-align: center;
	width: 35%;
	max-width: 430px;
}

.header_menu_title_area .menu_title {
	margin-bottom: 1rem;
	font-size: 1.45em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.header_menu_title_area .btn {
	margin: auto;
	width: 140px;
}

.header_menu_title_area .btn a {
	padding: 1rem;
}


/* background */

.menu_service .header_menu_title_area {
	background: url("../images/header_service.jpg") no-repeat center center;
	background-size: cover;
}

.menu_company .header_menu_title_area {
	background: url("../images/header_company.jpg") no-repeat center center;
	background-size: cover;
}

.menu_csr .header_menu_title_area {
	background: url("../images/header_csr.jpg") no-repeat center center;
	background-size: cover;
}

.menu_recruit .header_menu_title_area {
	background: url("../images/header_recruit.jpg") no-repeat center center;
	background-size: cover;
}
.menu_ir .header_menu_title_area {
	background: url("../images/header_ir.jpg") no-repeat center center;
	background-size: cover;
}

/* --- .header_menu_area --- */

.header_menu_area {
	padding: 2rem 4rem;
	background-color: #fff;
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header_menu_area_inner {
	width: 48%;
	max-width: 380px;
}

.header_menu_area_inner .inner_title {
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	font-size: 1.1em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}

.header_menu_area_inner > ul > li a {
	padding-left: 1.5rem;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	background: url("../images/icon_arrow02.png") no-repeat left center;
	background-size: 9px 14px;
	display: inline-block;
}

.header_menu_area_inner > ul > li a:hover {
	color: #b3b3b3;
}


/* .menu_recruit */
/*
.menu_recruit .pullmenu {
	display: block !important;
}
*/

.menu_recruit .header_menu_area .header_menu_area_inner {
	width: 100%;
	max-width: 100%;
}

.menu_recruit .header_menu_area_inner > ul {
	display: flex;
	justify-content: space-between;
}

.menu_recruit .header_menu_area_inner > ul > li {
	width: 23.5%;
	max-width: 190px;
}

.menu_recruit .header_menu_area_inner > ul > li a {
	background: none;
}

.menu_recruit .header_menu_area_inner > ul > li:last-child a span {
	padding-left: 2.5rem;
	background: url("../images/icon_blank02.png") no-repeat left center;
	background-size: 19px 13px;
}

.menu_recruit .header_menu_area_inner > ul > li:last-child a.link_blank::after {
	display: none;
}

.menu_recruit .header_menu_area_inner > ul > li a .box_img {
	margin-bottom: 1rem;
}


/* .header_contact
//////////////////////////*/

.menu + .header_contact {
	margin: 2rem auto;
	width: 85%;
}


/* .info_area
//////////////////////////*/

.info_area {
	margin: 0;  /*0 -2rem; 8/14変更*/
	padding: 2rem 1.5rem 5rem;
	background-color: #1e2585;
}

.info_area_inner {
	padding-bottom: 2rem;
	border-bottom: 1px solid #8f92c2;
}

.info_area small {
	padding: 2rem 1rem;
	color: #fff;
	font-size: 0.65em;
	line-height: 1.2;
	text-align: center;
	display: block;
}


/* --- .info_menu --- */

.info_menu {
	margin-bottom: 2.5rem;
	letter-spacing: -0.4em;
	text-align: center;
}

.info_menu li {
	letter-spacing: normal;
	display: inline;
}

.info_menu li:not(:last-child) {
	margin-right: 1.5rem;
}

.info_menu li a {
	color: #fff;
	font-size: 0.75em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.4;
}


/* --- .sns_area --- */

.sns_area {
	margin: auto;
	/*width: 80%;  8/14非表示*/
	display: table;
}

.sns_area > * {
	vertical-align: middle;
	display: table-cell;
}

.sns_area dt {
	color: #8f92c2;
	font-size: 0.75em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.4;
	width: 10em;
}

.sns_area dd ul {
	display: flex;
}

.sns_area dd ul li:not(:last-child) {
	margin-right: 1.5rem;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.main
- - - - - - - - - - - - - - - - - - - - - */

.main {
	padding-top: 9.5rem;
}


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

.footer_headline {
	margin-bottom: 2.5rem;
	font-size: 1.45em;
	line-height: 1.4;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .footer_contact_area
//////////////////////////*/

.footer_contact_area {
	padding: 7rem 0;
	display: flex;
	justify-content: center;
}

.footer_contact_area .contact_inner {
	width: 40%;
}

.footer_contact_area .contact_inner:first-child {
	margin-bottom: 0;
	padding: 0 7rem 0 0;
	border-right: 1px solid #fff;
	border-bottom: none;
}

.footer_contact_area .contact_inner:last-child {
	padding: 0 0 0 7rem;
}

.contact_inner dd p:first-child {
	padding-left: 7rem;
	background-size: 60px auto;
}

.contact_inner dd p:first-child a {
	font-size: 2.5em;
}

.contact_inner dd p:last-child {
	font-size: 1.1em;
}

.contact_inner ul {
	margin: auto;
	width: 100%;
	max-width: 300px;
	display: block;
}

.contact_inner ul li {
	margin: 0 0 1rem;
	width: 100%;
}

.contact_inner ul li:last-child {
	margin-top: 0;
}

.contact_inner ul li a {
	padding: 2rem;
	font-size: 0.9em;
	text-align: left;
	background: url("../images/icon_arrow_white_right.png") no-repeat 95% center;
	background-size: 7px 17px;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_sitemap
//////////////////////////*/

.box_sitemap {
	padding: 4rem 0;
	background-color: #0051ad;
}

.sitemap_area {
	margin: auto;
	max-width: 1180px;
	display: flex;
	justify-content: center;
}

.sitemap_area .sitemap_inner:not(:last-child) {
	margin-right: 5rem;
}

.sitemap_inner dl + dl {
	margin-top: 3rem;
}

.sitemap_inner dt {
	margin-bottom: 1.5rem;
	padding: 0;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	background: none;
	border-bottom: none;
}

.sitemap_inner dt a {
	color: #fff;
	font-size: 1.1em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
}

.sitemap_inner dt.active {
	background-image: none;
}

.sitemap_inner li {
	margin-bottom: 0.5rem;
	border-bottom: none;
}

.sitemap_inner li a {
	padding: 0;
	display: inline;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .info_area
//////////////////////////*/

.footer .info_area {
	padding: 2rem 0;
}

.footer .info_area_wrap {
	margin: auto;
	max-width:1180px;
	display: flex;
}

.footer .info_area .info_area_inner {
	padding-bottom: 0;
	border-bottom: none;
	display: flex;
	order: 2;
}

.footer .info_area .info_area_inner .info_menu {
	margin: 0 3rem 0 0;
	white-space: nowrap;
}

.footer .info_area .info_area_inner .info_menu li a {
	font-size: 0.85em;
}

.footer .info_area small {
	margin-right: 5rem;
	padding: 0;
	font-size: 0.85em;
	line-height: 1.6;
	text-align: left;
	order: 1;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .pagetop
//////////////////////////*/

.pagetop {
	width: 4rem;
	height: 4rem;
	bottom: 2.5%;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.footer_fixed
- - - - - - - - - - - - - - - - - - - - - */

.footer_fixed {
	margin: auto;
	padding: 4rem 0;
	width: 95%;
	display: flex;
	justify-content: space-between;
	display: none;
}

.fixed_inner {
	width: 49%;
}

.fixed_inner p {
	margin-bottom: 0;
}

.fixed_inner p:first-child {
	padding: 0.5rem;
	font-size: 0.6em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #010101;
}

.fixed_inner p:last-child {
	padding-left: 3rem;
	background: url("../images/icon_freedial.png") no-repeat left center;
	background-size: 30px auto;
	display: inline-block;
}

.fixed_inner p:last-child a {
	color: #010101;
	font-size: 1.1em;
	font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.4;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.box_allow_first
- - - - - - - - - - - - - - - - - - - - - */

.box_allow_first {
	padding: 3rem;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	bottom: 5%;
	left: 5%;
}

.box_allow_first .btn_area {
	margin-left: auto;
	width: 75%;
}

.box_allow_first .btn_area .btn {
	width: 48%;
}


}



/* - - - - - - - - - - - - - - - - - - - - - 
	aaa
- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - 
/* .aaa
//////////////////////////*/

/* aaa 
/////////////////////////*/

/* --- aaa --- */

/* aaa */