/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
	color: #1c1c1c;
	background: #fff;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	font-style: normal;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
	display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

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

.cf:after {
	clear: both;
	content: "";
	display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
	display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
	min-width: 1080px;
}

.en01 {
	font-family: "Quicksand", serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
}

.gothic01 {
	font-family: "Zen Maru Gothic", serif;
	font-style: normal;
}

.ajtxt {
	text-align: justify;
	text-justify: inter-ideograph;
}

a:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.op {
	display: block !important;
}

.os {
	display: none !important;
}

* {
	letter-spacing: 0.05em;
}

.btn_hover_type01 {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #029d97;
	text-decoration: none;
}
.btn_hover_type01:hover {
	opacity: 1;
	background-color: #2fbcb7;
}

ul.btn_pdf {
	display: flex;
	/* width: 450px; */
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 34.667px;
	margin-top: 50px;
}
ul.btn_pdf li {
	width: 450px;
	display: block;
	vertical-align: top;
	margin: 0 auto;
}
ul.btn_pdf li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #029d97;
	position: relative;
	padding: 8px 0 8px 25px;
	text-align: left;
}
ul.btn_pdf li a p {
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	color: #1c1c1c;
	font-weight: bold;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80%;
}
ul.btn_pdf li a img {
	display: block;
	position: absolute;
	/* top: 5px; */
	right: 30px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width: 34px;
	height: 34px;
	top: 50%;
	transform: rotate(-90deg) translate(50%, 0);
}

header {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 1080px;
	width: 100%;
	z-index: 10000;
}
header .wrapper {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
	padding: 0 40px;
}
header .wrapper .logo {
	display: block;
	text-decoration: none;
	color: #1c1c1c;
	font-size: 15px;
	line-height: 38px;
	font-weight: bold;
}
header .wrapper .logo h1 {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	letter-spacing: 0;
}
header .wrapper .logo h1 img {
	width: 87px;
	display: inline-block;
	vertical-align: top;
	margin-right: 17px;
}
header .wrapper .gnav {
	width: calc(100% - 480px);
}
header .wrapper .gnav ul {
	font-size: 0;
	letter-spacing: 0;
	text-align: right;
}
header .wrapper .gnav ul li {
	display: inline-block;
	vertical-align: middle;
}
header .wrapper .gnav ul li + li {
	margin-left: 50px;
}
header .wrapper .gnav ul li.active a {
	color: #2fbcb7;
	border-bottom: solid #2fbcb7;
}
header .wrapper .gnav ul li a {
	display: block;
	padding: 8px 2px;
	text-decoration: none;
	color: #1c1c1c;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 3px solid #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
header .wrapper .gnav ul li a:hover {
	opacity: 1;
	color: #2fbcb7;
	border-bottom: solid #2fbcb7;
}
header .wrapper .btn_recruit {
	width: 100px;
	display: block;
	margin-left: 50px;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	padding: 13px 0;
}
header .ham {
	display: none;
}
header .spmenu {
	display: none;
}

main {
	padding-top: 120px;
}
main section {
	position: relative;
}
main section .idpoint {
	position: absolute;
	top: -110px;
	left: 0;
	width: 1px;
	height: 1px;
}
main section.ttlsection {
	width: calc(100% - 200px);
	min-width: 1000px;
	margin: 0 auto;
}
main section.ttlsection .wrapper {
	height: 300px;
	padding-top: 135px;
	border-radius: 20px;
	background-size: cover;
	background-position: center center;
}
main section.ttlsection .wrapper .en {
	text-shadow: 3px 3px 15px rgba(0, 80, 126, 0.5);
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2.5px;
}
main section.ttlsection02 {
	/* padding-bottom: 75px; */
	padding-bottom: 100px;
}
main section.ttlsection02 .wrapper .ttlbox01 {
	margin: 50px auto 0;
}
main section.ttlsection02 .wrapper .ttlbox01 .icon {
	display: block;
	margin: 0 auto;
}
main section.ttlsection02 .wrapper .ttlbox01 h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 15px;
	font-family: "Zen Maru Gothic", serif;
	font-style: normal;
}
main section.ttlsection02 .wrapper .t01 {
	width: 800px;
	margin: 55px auto 0;
	font-size: 18px;
	line-height: 200%;
	letter-spacing: 0.5px;
}
.business main section.ttlsection02 .wrapper .t01 {
	width: 500px;
}
main section.ttlsection02.no-recruiting {
	text-align: center;
}
main section.ttlsection02.no-recruiting .wrapper .t01 {
	margin: 55px auto 0;
	width: auto;
}
main section .wrapper .pagemenulist01 {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}
main section .wrapper .pagemenulist01 li {
	width: 294px;
	display: inline-block;
	vertical-align: top;
	/* width: 250px; */
}
main section .wrapper .pagemenulist01 li + li {
	margin-left: 59px;
	/* margin-left: 35px; */
}
main section .wrapper .pagemenulist01 li.active a {
	opacity: 1;
	border-bottom: 1px solid #2fbcb7;
}
main section .wrapper .pagemenulist01 li.active a p {
	color: #2fbcb7;
}
main section .wrapper .pagemenulist01 li.active a img {
	opacity: 0.65;
}
main section .wrapper .pagemenulist01 li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #029d97;
	position: relative;
	padding: 8px 0 8px 25px;
	text-align: left;
}
main section .wrapper .pagemenulist01 li a:hover {
	opacity: 1;
	border-bottom: 1px solid #2fbcb7;
}
main section .wrapper .pagemenulist01 li a:hover p {
	color: #2fbcb7;
}
main section .wrapper .pagemenulist01 li a:hover img {
	opacity: 0.65;
}
main section .wrapper .pagemenulist01 li a p {
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	color: #1c1c1c;
	font-weight: bold;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
main section .wrapper .pagemenulist01 li a p span {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 24px;
}
main section .wrapper .pagemenulist01 li a img {
	display: block;
	position: absolute;
	top: 5px;
	right: 30px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

footer {
	margin-top: 150px;
}
footer .wrapper {
	padding: 50px 160px 50px 40px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
footer .wrapper .logo {
	display: block;
	text-decoration: none;
	color: #1c1c1c;
	font-size: 13px;
	line-height: 32px;
	font-weight: bold;
}
footer .wrapper .logo img {
	width: 73px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
footer .wrapper ul {
	width: calc(100% - 350px);
	font-size: 0;
	letter-spacing: 0;
	text-align: right;
}
footer .wrapper ul li {
	display: inline-block;
	vertical-align: middle;
}
footer .wrapper ul li + li {
	margin-left: 35px;
}
footer .wrapper ul li.active a {
	color: #2fbcb7;
	border-bottom: solid #2fbcb7;
}
footer .wrapper ul li a {
	display: block;
	padding: 8px 2px;
	text-decoration: none;
	color: #1c1c1c;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 3px solid #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
footer .wrapper ul li a:hover {
	opacity: 1;
	color: #2fbcb7;
	border-bottom: solid #2fbcb7;
}
footer .wrapper .pagetop {
	width: 62px;
	display: block;
	position: fixed;
	right: 40px;
	bottom: 108px;
	background-color: #fff;
	border-radius: 100px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
footer .wrapper .pagetop.is-active {
	opacity: 0.6;
	visibility: visible;
}
footer .wrapper .pagetop img {
	width: 100%;
	display: block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
footer .wrapper .pagetop:hover {
	opacity: 1;
}
footer .wrapper .pagetop:hover img {
	opacity: 0.6;
}
footer .copy {
	background-color: #a3adb4;
	text-align: center;
	font-size: 13px;
	line-height: 100%;
	padding: 29px 0;
	text-align: center;
	color: #fff;
	font-weight: 400 !important;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
	html,
	body {
		min-width: 375px;
	}
	.op {
		display: none !important;
	}
	.os {
		display: block !important;
	}
	* {
		letter-spacing: 1px;
	}
	ul.btn_pdf li {
		width: 100%;
		display: block;
	}

	header {
		position: fixed;
		top: 0;
		left: 0;
		min-width: 375px;
		width: 100%;
		z-index: 10000;
	}
	header .wrapper {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		color: #fff;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 60px;
		padding: 0 15px;
	}
	header .wrapper .logo {
		display: block;
		text-decoration: none;
		color: #1c1c1c;
		font-size: 13px;
		line-height: 32px;
		font-weight: bold;
	}
	header .wrapper .logo h1 {
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
		letter-spacing: 0;
	}
	header .wrapper .logo h1 img {
		width: 75px;
		display: inline-block;
		vertical-align: top;
		margin-right: 7px;
	}
	header .wrapper .gnav {
		display: none;
	}
	header .wrapper .btn_recruit {
		display: none;
	}
	header .ham {
		width: 40px;
		height: 40px;
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
	}
	header .spmenu {
		position: fixed;
		background-color: #2fbcb7;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10000;
	}
	header .spmenu .spwrapper .ttl {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		color: #fff;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 60px;
		padding: 0 15px;
		position: relative;
	}
	header .spmenu .spwrapper .ttl .logo {
		display: block;
		text-decoration: none;
		color: #1c1c1c;
		font-size: 13px;
		line-height: 32px;
		font-weight: bold;
		letter-spacing: 0;
		color: #fff;
	}
	header .spmenu .spwrapper .ttl .logo img {
		width: 75px;
		display: inline-block;
		vertical-align: top;
		margin-right: 7px;
	}
	header .spmenu .spwrapper .ttl .close {
		width: 40px;
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	header .spmenu .spwrapper ul {
		padding: 0 20px;
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		margin: -92.5px auto 0;
	}
	header .spmenu .spwrapper ul li {
		text-align: center;
	}
	header .spmenu .spwrapper ul li + li {
		margin-top: 25px;
	}
	header .spmenu .spwrapper ul li a {
		text-decoration: none;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
	}
	main {
		padding-top: 70px;
	}
	main section .idpoint {
		position: absolute;
		top: -70px;
		left: 0;
		width: 1px;
		height: 1px;
	}
	main section.ttlsection {
		width: calc(100% - 50px);
		min-width: 0;
		margin: 0 auto;
	}
	main section.ttlsection .wrapper {
		height: 200px;
		padding-top: 85px;
		border-radius: 20px;
		background-size: cover;
		background-position: center center;
	}
	main section.ttlsection .wrapper .en {
		text-shadow: 3px 3px 15px rgba(0, 80, 126, 0.5);
		text-align: center;
		font-size: 30px;
		line-height: 30px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 2.5px;
	}
	main section.ttlsection02 {
		padding-bottom: 65px;
	}
	main section.ttlsection02 .wrapper {
		padding: 0 15px;
	}
	main section.ttlsection02 .wrapper .ttlbox01 {
		margin: 35px auto 0;
	}
	main section.ttlsection02 .wrapper .ttlbox01 .icon {
		display: block;
		margin: 0 auto;
	}
	main section.ttlsection02 .wrapper .ttlbox01 h2 {
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 2px;
		margin-top: 15px;
	}
	main section.ttlsection02 .wrapper .t01 {
		width: 100%;
		margin: 25px auto 0;
		font-size: 18px;
		line-height: 200%;
		padding: 0 10px;
	}
	main section .wrapper .pagemenulist01 {
		text-align: center;
		font-size: 0;
		letter-spacing: 0;
		padding: 0 40px;
	}
	main section .wrapper .pagemenulist01 li {
		width: 100%;
		display: block;
		vertical-align: top;
	}
	main section .wrapper .pagemenulist01 li + li {
		margin: 20px 0 0 !important;
	}
	main section .wrapper .pagemenulist01 li a {
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #029d97;
		position: relative;
		padding: 8px 0 8px 25px;
		text-align: left;
	}
	main section .wrapper .pagemenulist01 li a:hover {
		opacity: 1;
		border-bottom: 1px solid #2fbcb7;
	}
	main section .wrapper .pagemenulist01 li a:hover p {
		color: #2fbcb7;
	}
	main section .wrapper .pagemenulist01 li a:hover img {
		opacity: 0.65;
	}
	main section .wrapper .pagemenulist01 li a p {
		font-size: 18px;
		line-height: 100%;
		color: #1c1c1c;
		font-weight: bold;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	main section .wrapper .pagemenulist01 li a img {
		display: block;
		position: absolute;
		top: 5px;
		right: 25px;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.business main section.ttlsection02 .wrapper .t01 {
		width: 100%;
	}

	footer {
		margin-top: 150px;
	}
	footer .wrapper {
		padding: 3px;
		display: block;
	}
	footer .wrapper .logo {
		width: 280px;
		margin: 0 auto;
		display: block;
		text-decoration: none;
		color: #1c1c1c;
		font-size: 13px;
		line-height: 32px;
		font-weight: bold;
		letter-spacing: 0;
	}
	footer .wrapper .logo img {
		width: 73px;
		display: inline-block;
		vertical-align: top;
		margin-right: 7px;
	}
	footer .wrapper ul {
		width: 100%;
		margin-top: 25px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 3px;
	}
	footer .wrapper ul li {
		display: block;
		width: calc(50% - 1.5px);
		margin: 0 !important;
	}
	footer .wrapper ul li:first-child {
		display: none;
	}
	footer .wrapper ul li.active a {
		color: #2fbcb7;
		border-bottom: solid #2fbcb7;
	}
	footer .wrapper ul li a {
		text-align: center;
		display: block;
		padding: 18px 0;
		text-decoration: none;
		color: #1c1c1c;
		font-size: 14px;
		line-height: 100%;
		font-weight: 500;
		border: none;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		background-color: #ebf1f1;
	}
	footer .wrapper ul li a:hover {
		opacity: 1;
		color: #1c1c1c;
		border-bottom: none;
	}
	footer .wrapper .pagetop {
		width: 48px;
		display: block;
		right: 30px;
		bottom: 40px;
		background-color: #fff;
		border-radius: 100px;
	}
	footer .wrapper .pagetop.adjusted {
		bottom: 270px;
	}
	footer .wrapper .pagetop img {
		width: 100%;
		display: block;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	footer .wrapper .pagetop:hover {
		opacity: 1;
	}
	footer .wrapper .pagetop:hover img {
		opacity: 0.6;
	}
	footer .copy {
		background-color: #a3adb4;
		text-align: center;
		font-size: 13px;
		line-height: 150%;
		padding: 29px 20px;
		text-align: center;
		color: #fff;
	}
}
