@charset "UTF-8";

/*-------------------------------------------

    0. anker--reset
    1. anker--class
    2. anker--header
    3. anker--temp
    4. anker--contents
    5. anker--footer

-------------------------------------------*/

/* anker--reset
----------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

html,
body {
	/* width: 100%; */
	/* height: 100%; */
	/* min-height: 100%; */
}

html {
	font-size: 62.5%;
}

@media screen and (max-width: 1919px) and (min-width: 1081px) {
	html {
		font-size: calc(10 / 1919 * 100 * 1vw);
	}
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	html {
		font-size: calc(12 / 1920 * 100 * 1vw);
	}
}

@media screen and (max-width: 767px) {
	html {
		/* font-size: calc(10 / 767 * 100 * 1vw); */
	}
}

body {
	line-height: 1;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Geneva, Arial, Verdana, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol,
dl {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #000;
	text-decoration: underline;
}

img {
	display: inline;
	vertical-align: top;
	border: 0;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

#contents .edit_zone table.normal {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

@media screen and (max-width: 740px) {
	#container {
		background: url(../img/bg/bg01.jpg) repeat;
	}

	body {
		font-size: inherit;
	}

	img {
		width: 100%;
		height: auto;
	}

	#wrapper {
		padding-top: 20%;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 740px) {
	#wrapper {
		position: relative;
		min-height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.pcmode {
	display: inline-block;
}

.spmode {
	display: none;
}

/* ~sp sizeL */
@media screen and (max-width: 425px) {
	.pcmode {
		display: none;
	}

	.spmode {
		display: inline-block;
	}
}

/* anker--class
----------------------------------------------------------------*/

@media screen and (min-width: 740px) {
	.alterTxt {
		display: none !important;
	}

	.text_set {
		margin: 0 0 60px;
	}

	.text_set p {
		margin-bottom: 34px;
	}

	.text_set p:last-of-type {
		margin-bottom: 0;
	}

	.image_set {
		margin: 0 0 60px;
	}

	.image_set>p {
		clear: both;
	}

	.image_set:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	.right_text,
	.right_image {
		float: right;
	}

	.left_text,
	.left_image {
		float: left;
	}

	.left_text.clear,
	.right_text.clear,
	.left_image.clear,
	.right_image.clear {
		clear: both;
	}
}

@media screen and (max-width: 740px) {
	.image_set {
		margin: 0 0 5%;
	}
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

/* ~sp sizeL */
@media screen and (max-width: 425px) {
	.mb20 {
		margin-bottom: 20px !important;
	}

	.mb30 {
		margin-bottom: 25px !important;
	}

	.mb40 {
		margin-bottom: 30px !important;
	}

	.mb50 {
		margin-bottom: 35px !important;
	}

	.mb60 {
		margin-bottom: 40px !important;
	}

	.mb70 {
		margin-bottom: 45px !important;
	}

	.mb80 {
		margin-bottom: 50px !important;
	}
}

/* anker--header
----------------------------------------------------------------*/

#header {
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
}

#header>#header_nav>ul>li a {
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.smartphone_entry_btn,
.smartphone_btn {
	display: none;
}

@media screen and (min-width: 1200px) {

	/*header*/
	#header {
		width: 100%;
		background: #fff;
	}

	#header:after,
	#header #header_inner:after,
	#header .logomark:after,
	#header>#header_nav:after,
	#header>#header_nav>ul:after,
	#header #header_news:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#header #header_inner {
		margin: 0 auto;
		width: 1200px;
	}

	#header .logomark {
		padding: 22px 0 20px 0px;
		text-align: left;
	}

	#header .logomark a {
		display: block;
	}

	#header .logomark>a img {
		float: left;
		margin-right: 16px;
	}

	#header .logomark>span {
		width: 370px;
		font-size: 14px;
		font-weight: normal;
		color: #000000;
		padding: 6px 0;
		border-top: solid 1px #000000;
		border-bottom: solid 1px #000000;
		display: none;
		float: left;
		text-align: center;
		margin-top: 12px;
	}

	#header .logomark>span span {
		display: inline-block;
		animation-name: piyon;
		animation-duration: 0.7s;
		animation-iteration-count: 0.8;
		animation-timing-function: ease-out;
	}

	@keyframes piyon {
		0% {
			transform: rotate(0deg);
		}

		25% {
			transform: rotate(90deg);
		}

		50% {
			transform: rotate(180deg);
		}

		75% {
			transform: rotate(270deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	#header .logomark>span span:nth-of-type(1) {
		animation-delay: 0.1s;
	}

	#header .logomark>span span:nth-of-type(2) {
		animation-delay: 0.2s;
	}

	#header .logomark>span span:nth-of-type(3) {
		animation-delay: 0.4s;
	}

	#header .logomark>span span:nth-of-type(4) {
		animation-delay: 0.6s;
	}

	#header .logomark>span span:nth-of-type(5) {
		animation-delay: 0.8s;
	}

	#header .logomark>span span:nth-of-type(6) {
		animation-delay: 1s;
	}

	#header .logomark>span span:nth-of-type(7) {
		animation-delay: 1.2s;
	}

	#header .logomark>span span:nth-of-type(8) {
		animation-delay: 1.4s;
	}

	#header .logomark>span span:nth-of-type(9) {
		animation-delay: 1.6s;
	}

	#header .logomark>span span:nth-of-type(10) {
		animation-delay: 1.8s;
	}

	#header .logomark>span span:nth-of-type(11) {
		animation-delay: 2s;
	}

	#header .logomark>span span:nth-of-type(12) {
		animation-delay: 2.2s;
	}

	#header .logomark>span span:nth-of-type(13) {
		animation-delay: 2.4s;
	}

	#header .logomark>span span:nth-of-type(14) {
		animation-delay: 2.6s;
	}

	#header .logomark>span span:nth-of-type(15) {
		animation-delay: 2.8s;
	}

	#header .logomark>span span:nth-of-type(16) {
		animation-delay: 3s;
	}

	#header .logomark>span span:nth-of-type(17) {
		animation-delay: 3.2s;
	}

	#header .logomark>span span:nth-of-type(18) {
		animation-delay: 3.4s;
	}

	#header .logomark>span span:nth-of-type(19) {
		animation-delay: 3.6s;
	}

	#header .logomark>span span:nth-of-type(20) {
		animation-delay: 3.8s;
	}

	#header .company_link {
		text-align: center;
		padding: 0px 10px 0 40px;
		box-sizing: border-box;
		float: left;
		margin-top: 37px;
		background-image: url(../img/icon/icon_img03.png), url(../img/icon/right_arrow_img01.png);
		background-repeat: no-repeat;
		background-position: 14% 50%, 100% 50%;
		background-size: 10px, 4px;
	}

	#header .company_link a {
		color: #fff;
		font-size: 12px;
		text-decoration: underline;
		line-height: 100%;
	}

	#header .company_link a:hover {
		color: #179bf3;
	}

	#header .mynavi {
		width: 150px;
		height: auto;
		float: left;
		margin: 22px 0px 0px 14px;
	}

	#header .mynavi a {
		display: block;
	}

	#header .mynavi a:hover img {
		opacity: 0.7;
	}

	#header .mynavi a img {
		width: 100%;
		height: auto;
	}

	#header>#header_nav {
		width: 100%;
		background: #fff;
		border-top: 1px solid #f2efef;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	#header>#header_nav>ul {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 1200px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#header>#header_nav.pcmode {
		display: block;
	}

	#header>#header_nav.spmode {
		display: none;
	}

	#header>#header_nav>ul>li {
		position: relative;
		float: left;
		width: 180px;
		font-weight: 500;
		text-align: center;
		border-right: 1px solid #f2efef;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		line-height: 105%;
	}

	#header>#header_nav>ul>li:last-child {
		position: absolute;
		right: 0;
		width: 129px;
		top: -38px;
		border-radius: 100px;
		box-sizing: border-box;
		float: none;
	}

	#header>#header_nav>ul.nav_list>li.spmoe {
		display: none;
	}

	#header>#header_nav>ul>li a {
		display: block;
		padding: 18px 0 12px;
		color: #000;
		font-weight: bold;
	}

	#header>#header_nav>ul>li a {
		background-color: transparent;
		text-decoration: none;
	}

	#header>#header_nav>ul>li:last-child a {
		padding: 52px 0;
		height: 128px;
		border-radius: 100px;
		box-sizing: border-box;
		transition: all 0.3s;
		background-color: transparent;
		background-image: url(../img/header/nav/entry_btn_d.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		/*background-size: auto 128px;*/
		text-indent: -9999px;
	}

	#header>#header_nav>ul>li a span.sub {
		display: block;
		margin: 2px 0 0;
		color: #aaa;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 1px;
	}

	#header>#header_nav>ul>li:last-child a span.sub {
		line-height: 1;
		display: inline-block;
		color: #fff;
		display: block;
	}

	#header>#header_nav>ul>li a:hover,
	#header>#header_nav>ul>li.on>a,
	#header>#header_nav>ul>li.current_page_item>a,
	#header>#header_nav>ul>li.current_page_parent>a {
		background-color: #2e71e4;
		color: #fff;
	}

	#header>#header_nav>ul>li:last-child a:hover,
	#header>#header_nav>ul>li:last-child.on>a {
		background-color: transparent;
		background-image: url(../img/header/nav/entry_btn_h.png);
	}

	#header>#header_nav>ul>li a:hover span.sub,
	#header>#header_nav>ul>li.on>a span.sub,
	#header>#header_nav>ul>li.current_page_item>a span.sub,
	#header>#header_nav>ul>li.current_page_parent>a span.sub {
		color: #fff;
	}

	#header>#header_nav>ul>li:nth-child(8) a:hover {
		background: transparent;
	}

	#header>#header_nav>ul>li ul {
		display: none;
		opacity: 0;
		position: absolute;
		top: 40px;
		left: 0;
		padding: 10px;
		width: 300px;
		border: 1px solid #ccc;
		color: #2e71e4;
		background: #fff;
		z-index: 100;
	}

	#header>#header_nav>ul>li ul li a {
		color: #000;
	}

	#header>#header_nav>ul>li ul li a:hover {
		background-color: #2e71e4;
		color: #fff;
	}

	#header>#header_nav>ul>li ul:before {
		display: block;
		position: absolute;
		top: -10px;
		width: 100%;
		height: 10px;
		content: "";
		background: transparent;
	}

	#header>#header_nav>ul>li ul li {
		text-align: left;
	}

	#header>#header_nav>ul>li ul li a {
		display: block;
		padding: 20px;
		border-bottom: 1px solid #ccc;
	}

	#header>#header_nav>ul>li ul li:last-child a {
		border-bottom: 0;
	}

	#header #header_news {
		float: left;
		position: relative;
		margin: 31px 0 0 6px;
		padding: 10px 17px;
		width: 600px;
		border: 1px solid #d6d6d6;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#header #header_news:before {
		display: block;
		position: absolute;
		top: 2px;
		left: -22px;
		content: url(../img/header/icon_new.png);
		width: 34px;
		height: 30px;
	}

	#header #header_news a {
		display: block;
		width: auto;
	}

	#header #header_news span {
		display: inline-block;
		line-height: 100%;
	}

	#header #header_news span.topics_date {
		float: left;
		margin: 2px 14px 0 0;
		padding: 0 12px 0 0;
		font-size: 10px;
		font-weight: bold;
		line-height: 100%;
		border-right: 1px solid #d6d6d6;
	}

	#header #header_news span.topics_category {
		float: left;
		width: 74px;
		margin: 0 10px 0 0;
		padding: 2px 0;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		background: #ff9326;
		text-align: center;
	}

	#header #header_news span.topics_category.blog {
		color: #fff;
		background: #f37a21;
	}

	#header #header_news span.topics_category.careers {
		color: #fff;
		background: #0086cd;
	}

	#header #header_news span.topics_category.works {
		color: #fff;
		background: #572f84;
	}

	#header #header_news span.topics_title {
		float: left;
		width: 300px;
		padding: 0;
		font-size: 12px;
		text-decoration: underline;
	}

	#header #header_news a:hover span.topics_title,
	#header #header_news a:active span.topics_title {
		color: #d2daad;
	}
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
	#header {
		width: 100%;
		background: #fff;
	}

	#header:after,
	#header #header_inner:after,
	#header .logomark:after,
	#header>#header_nav:after,
	#header>#header_nav>ul:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#header #header_inner {
		margin: 0 auto;
		width: 960px;
	}

	#header .logomark {
		padding: 22px 0 20px 0px;
		text-align: left;
	}

	#header .logomark a {
		display: block;
	}

	#header .logomark>a img {
		float: left;
		margin-right: 16px;
	}

	#header .logomark>span {
		width: 380px;
		font-size: 16px;
		font-weight: bold;
		color: #2e71e4;
		padding: 6px 0;
		border-top: solid 1px #2e71e4;
		border-bottom: solid 1px #2e71e4;
		display: none;
		float: left;
		text-align: center;
		margin-top: 6px;
	}

	#header .logomark>span span {
		display: inline-block;
	}

	#header .company_link {
		display: none;
	}

	#header .mynavi {
		display: none;
	}

	#header>#header_nav {
		width: 100%;
		border-top: 1px solid #f2efef;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#header>#header_nav>ul {
		margin: 0 auto;
		padding: 0;
		width: 960px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#header>#header_nav>ul>li {
		position: relative;
		float: left;
		width: 137px;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #f2efef;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#header>#header_nav>ul>li.spmoe {
		display: none;
	}

	#header>#header_nav>ul>li a {
		display: block;
		padding: 30px 0;
		color: #000;
	}

	#header>#header_nav>ul>li a span.sub {
		color: #b7b7b7;
		display: block;
		font-size: 10px;
		margin-top: 4px;
		font-weight: 100;
	}

	#header>#header_nav>ul>li a img {}

	#header>#header_nav>ul>li a {
		background-color: transparent;
		text-decoration: none;
		padding: 16px 0;
	}

	#header>#header_nav>ul>li a:hover {
		background-color: #2e71e4;
		color: #fff;
	}

	#header>#header_nav>ul>li a span>span.sub {
		display: block;
		margin: 2px 0 0;
		color: #2e71e4;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 0;
	}

	#header>#header_nav>ul>li a:hover span.sub {
		color: #fff;
	}

	#header>#header_nav>ul>li ul {
		display: none;
		opacity: 0;
		position: absolute;
		top: 40px;
		left: 0;
		padding: 10px;
		width: 300px;
		border: 1px solid #ccc;
		background-color: #fff;
		z-index: 100;
	}

	#header>#header_nav>ul>li ul:before {
		display: block;
		position: absolute;
		top: -10px;
		width: 100%;
		height: 10px;
		content: "";
		background-color: transparent;
	}

	#header>#header_nav>ul>li ul li {
		text-align: left;
	}

	#header>#header_nav>ul>li ul li a {
		display: block;
		padding: 20px;
		border-bottom: 1px solid #ccc;
		color: #333;
	}

	#header>#header_nav>ul>li ul li a:hover {
		background-color: #2e71e4;
		color: #fff;
	}

	#header>#header_nav>ul>li ul li:last-child a {
		border-bottom: 0;
	}

	div#header_news {
		display: none;
	}
}

@media screen and (min-width: 740px) and (max-width: 960px) {
	#header {
		width: 100%;
		background: #fff;
	}

	#header:after,
	#header #header_inner:after,
	#header .logomark:after,
	#header>#header_nav:after,
	#header>#header_nav>ul:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#header #header_inner {
		margin: 0 auto;
		width: 740px;
	}

	#header .logomark {
		float: left;
		padding: 25px 0 15px 8px;
		width: 655px;
	}

	#header .logomark {
		padding: 22px 0 20px 0px;
		text-align: left;
	}

	#header .logomark a {
		display: block;
	}

	#header .logomark>a img {
		float: left;
		margin-right: 16px;
	}

	#header .logomark>span {
		width: 320px;
		font-size: 14px;
		font-weight: bold;
		color: #2e71e4;
		padding: 6px 0;
		border-top: solid 1px #2e71e4;
		border-bottom: solid 1px #2e71e4;
		display: none;
		float: left;
		text-align: center;
		margin-top: 6px;
	}

	#header .logomark>span span {
		display: inline-block;
	}

	#header .company_link {
		display: none;
	}

	#header .mynavi {
		display: none;
	}

	#header>#header_nav {
		width: 100%;
		background: #fff;
		border-top: 1px solid #f2efef;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#header>#header_nav>ul {
		margin: 0 auto;
		padding: 0;
		width: 740px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#header>#header_nav>ul>li {
		position: relative;
		float: left;
		width: 105px;
		/* height: 60px; */
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #f2efef;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#header>#header_nav>ul>li .sub {
		font-size: 10px;
		display: block;
		color: #aaa;
		font-weight: normal;
		margin-top: 4px;
	}

	#header>#header_nav>ul>li a:hover .sub {
		color: #fff;
	}

	#header>#header_nav>ul>li.spmoe {
		display: none;
	}

	#header>#header_nav>ul>li a {
		display: block;
		padding: 30px 0;
		color: #000;
		font-size: 14px;
	}

	#header>#header_nav>ul>li a:hover {
		background-color: #2e71e4;
	}

	#header>#header_nav>ul>li a img {}

	#header>#header_nav>ul>li a {
		background-color: transparent;
		text-decoration: none;
		padding: 12px 4px;
		font-size: 12px;
		display: block;
	}

	#header>#header_nav>ul>li a span>span.sub {
		display: block;
		margin: 2px 0 0;
		color: #2e71e4;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 0;
	}

	#header>#header_nav>ul>li a:hover span>span.sub,
	#header>#header_nav>ul>li.on a span>span.sub,
	#header>#header_nav>ul>li a:hover,
	#header>#header_nav>ul>li.on>a {
		color: #fff;
		background-color: #2e71e4;
	}

	#header>#header_nav>ul>li:nth-child(8) a:hover {
		background-color: transparent;
	}

	#header>#header_nav>ul>li ul {
		display: none;
		opacity: 0;
		position: absolute;
		top: 40px;
		left: 0;
		padding: 10px;
		width: 300px;
		border: 1px solid #ccc;
		background: #fff;
		z-index: 100;
	}

	#header>#header_nav>ul>li ul:before {
		display: block;
		position: absolute;
		top: -10px;
		width: 100%;
		height: 10px;
		content: "";
		background: transparent;
	}

	#header>#header_nav>ul>li ul li {
		text-align: left;
	}

	#header>#header_nav>ul>li ul li a {
		display: block;
		padding: 20px;
		border-bottom: 1px solid #ccc;
		color: #000;
	}

	#header>#header_nav>ul>li ul li a:hover {
		background-color: #2e71e4;
	}

	#header>#header_nav>ul>li ul li:last-child a {
		border-bottom: 0;
	}

	div#header_news {
		display: none;
	}
}

@media screen and (max-width: 740px) {
	#header {
		background: #fff;
	}

	#header #header_inner {
		width: 100%;
	}

	#header .logomark {
		position: relative;
		display: inline-block;
		width: 60%;
		height: 69px;
		padding: 0;
		margin: 0;
		line-height: 100%;
		vertical-align: middle;
	}

	#header .logomark a {
		display: block;
	}

	#header .logomark a img {
		position: absolute;
		top: 50%;
		left: 4%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 90%;
	}

	#header .logomark span {
		display: none;
	}

	div.company_link {
		display: none;
	}

	#header .mynavi {
		display: none;
	}

	.smartphone_entry_btn,
	.smartphone_btn {
		display: inline-block;
		width: 20%;
		margin: 0;
		padding: 0;
		font-size: 2rem;
		text-align: center;
		line-height: 100%;
		vertical-align: top;
		border-radius: 10px 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		cursor: pointer;
	}

	#header>#header_nav {
		clear: both;
		/* border-bottom: 2px solid #fff; */
	}

	#header>#header_nav>ul {
		display: none;
		width: auto;
	}

	#header>#header_nav>ul>li {
		position: static;
		float: none;
		display: block;
		padding: 0;
		width: auto;
		text-decoration: none;
		font-weight: bold;
		background: #ffffff url(../img/icon/right_arrow03.png) no-repeat 95% 50%;
		background-size: 2%;
		border-top: 1px solid #ccc;
	}

	#header>#header_nav>ul>li:last-child {
		width: auto;
		text-decoration: none;
		font-weight: bold;
		display: block;
		background-color: #eeeeee;
		color: #fff;
	}

	#header>#header_nav>ul>li:last-child a {
		position: static;
	}

	#header>#header_nav>ul>li:last-child a span {
		background: url(../img/icon/icon_img04.png) no-repeat 100% 50%;
	}

	#header>#header_nav>ul>li img {
		display: none;
	}

	#header>#header_nav>ul>li a {
		background-color: transparent;
	}

	#header>#header_nav>ul>li a {
		display: block;
		padding: 1rem;
		text-decoration: none;
	}

	#header>#header_nav>ul>li a {
		background-image: none !important;
	}

	#header>#header_nav>ul>li a span {
		display: inline-block;
		padding: 0.5rem 2rem;
		width: auto;
		font-size: 1.4rem;
		color: #2e71e4;
		vertical-align: middle;
	}

	#header>#header_nav>ul>li:last-child a span {
		text-align: center;
		padding: 1rem 2rem;
	}

	#header>#header_nav>ul>li ul {
		display: none;
		opacity: 0;
	}

	div#header_news {
		display: none;
	}
}

.menu-active {
	overflow: hidden;
}

/* ------------------------------------------- */
/* header-new */
/* ------------------------------------------- */
#header-new {
	/* position: absolute; */
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: block;
	width: 100%;
	height: 10rem;
	background: #fff;
	font-family: "Noto Sans JP";
}

@media screen and (max-width: 767px) {
	#header-new {
		/* position: fixed; */
		height: 6rem;
	}

	#header-new .inner {
		width: 100%;
	}
}

/* logomark */
#header-new .logomark {
	position: absolute;
	left: 4rem;
	top: 2rem;
}

@media screen and (max-width: 767px) {
	#header-new .logomark {
		left: 2rem;
		top: 1.4rem;
	}
}

#header-new .logomark img {
	width: 27.1rem;
	height: 6rem;
}

@media screen and (max-width: 767px) {
	#header-new .logomark img {
		width: 14rem;
		height: auto;
	}
}

/* nav-list */
#header-new .nav-list {
	position: absolute;
	top: 4rem;
	right: 30rem;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#header-new .nav-list {
		position: fixed;
		top: 6rem;
		right: -100%;
		display: block;
		width: 100%;
		height: calc(100svh - 6rem);
		background: #fff;
		pointer-events: none;
		transition: ease 0.25s right;
	}

	.menu-active #header-new .nav-list {
		right: 0;
		pointer-events: auto;
	}
}

#header-new .nav-list li {
	margin-left: 4rem;
}

@media screen and (max-width: 767px) {
	#header-new .nav-list li {
		margin: 0;
		border-bottom: 1px solid #ddd;
	}

	#header-new .nav-list li:first-child {
		border-top: 1px solid #ddd;
	}
}

#header-new .nav-list li a {
	font-weight: bold;
	font-size: 1.7rem;
	color: #333;
}

@media screen and (max-width: 767px) {
	#header-new .nav-list li a {
		position: relative;
		display: block;
		padding: 2rem;
		font-size: 1.4rem;
	}

	#header-new .nav-list li a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 1.2rem;
		margin-top: -0.4rem;
		width: 0.8rem;
		height: 0.8rem;
		border-top: 0.1rem solid #000;
		border-right: 0.1rem solid #000;
		box-sizing: border-box;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
}

/* entry-btn */
#header-new .entry-btn {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 25.7rem;
	height: 10rem;
	font-family: "Chakra Petch";
	font-weight: bold;
	font-size: 1.7rem;
	color: #fff;
	background: #114592;
	cursor: pointer;
	transition: ease 0.25s background-color;
}

@media (hover: hover) and (pointer: fine) {
	#header-new .entry-btn:hover {
		/* background: #295597; */
	}
}

@media screen and (max-width: 767px) {
	#header-new .entry-btn {
		right: 6rem;
		width: 12rem;
		height: 6rem;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
	}
}

#header-new .entry-btn .btn-list {
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	height: 15rem;
	padding: 0.6rem 1.5rem;
	background: #114592;
	font-family: "Noto Sans JP";
	box-sizing: border-box;
	pointer-events: none;
	opacity: 0;
	transition: ease 0.25s opacity;
}

@media screen and (width < 767px) {
	#header-new .entry-btn .btn-list {
		padding: 1.5rem;
		right: -60px;
		width: 100vw;
		height: auto;
	}
}

#header-new .entry-btn:hover .btn-list {
	opacity: 1;
	pointer-events: auto;
}

#header-new .entry-btn .btn-list li {
	margin-bottom: 2rem;
}

@media screen and (width < 767px) {
	#header-new .entry-btn .btn-list li {
		margin-bottom: 0.8rem;
	}
}

#header-new .entry-btn .btn-list li:last-child {
	margin-bottom: 0;
}

#header-new .entry-btn .btn-list li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 5rem;
	padding: 0 1.7rem;
	font-weight: normal;
	font-size: 1.6rem;
	color: #fff;
	background: #114592;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition: ease 0.25s background-color;
}

@media (hover: hover) and (pointer: fine) {
	#header-new .entry-btn .btn-list li a:hover {
		background-color: #000;
		text-decoration: none;
	}
}

@media screen and (width < 767px) {
	#header-new .entry-btn .btn-list li a {
		height: 50px;
		padding: 0 2rem 0 1rem;
		font-size: 1.4rem;
	}
}

#header-new .entry-btn .btn-list li a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 2rem;
	height: 100%;
	background: #0e7dff;
	box-sizing: border-box;
}

@media screen and (width < 767px) {
	#header-new .entry-btn .btn-list li a:after {
		width: 1.5rem;
	}
}

#header-new .entry-btn .btn-list li a:before {
	content: "";
	position: absolute;
	right: 1rem;
	top: 50%;
	z-index: 2;
	display: block;
	width: 1.9rem;
	height: 1.6rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_arrow01.svg) no-repeat center center / 100% auto;
}


#fixed-menu-btn {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	width: 9rem;
	height: 9rem;
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 767px) {
	#fixed-menu-btn {
		display: block;
		width: 6rem;
		height: 6rem;
		z-index: 1000;
	}
}

#fixed-menu-btn:after,
#fixed-menu-btn:before {
	content: "";
	position: absolute;
	left: calc(50% - 1.6rem);
	z-index: 1;
	display: block;
	width: 3.2rem;
	height: 1px;
	background: #333333;
	transition: ease 0.25s top;
	transform-origin: center center;
}

@media screen and (max-width: 767px) {

	#fixed-menu-btn:after,
	#fixed-menu-btn:before {
		left: calc(50% - 1.2rem);
		width: 2.4rem;
	}
}

#fixed-menu-btn:after {
	top: calc(50% - 0.4rem);
}

#fixed-menu-btn:before {
	top: calc(50% + 0.4rem);
}

@media screen and (max-width: 767px) {
	#fixed-menu-btn:after {
		top: calc(50% - 0.3rem);
	}

	#fixed-menu-btn:before {
		top: calc(50% + 0.3rem);
	}
}

.menu-active #fixed-menu-btn:after,
.menu-active #fixed-menu-btn:before {
	top: calc(50%);
	transition: ease 0.25s transform 0.25s, ease 0.25s top;
}

.menu-active #fixed-menu-btn:after {
	transform: rotate(-20deg);
}

.menu-active #fixed-menu-btn:before {
	transform: rotate(20deg);
}

/* decoration */
#decoration {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 10rem;
	height: 100svh;
	background: #fff;
	border-left: 0.9rem solid #0e7dff;
	box-sizing: border-box;
	transition: ease 0.25s border-color;
}

@media screen and (max-width: 767px) {
	#decoration {
		display: none;
	}
}

#decoration span {
	display: block;
	white-space: nowrap;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #333;
	transform: rotate(90deg);
}

.scroll #decoration {
	border-left-color: #104087;
}

/* ------------------------------------------- */
/* inner config */
/* ------------------------------------------- */
.inner {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.inner {
		width: calc(100% - 30px);
	}
}

.w1600 {
	width: 160rem;
}

@media screen and (max-width: 767px) {
	.w1600 {
		width: calc(100% - 40px);
	}
}

.w1500 {
	width: 150rem;
}

@media screen and (max-width: 767px) {
	.w1500 {
		width: calc(100% - 40px);
	}
}

.w1200 {
	width: 120rem;
}

@media screen and (max-width: 767px) {
	.w1200 {
		width: calc(100% - 40px);
	}
}

.w1400 {
	width: 140rem;
}

@media screen and (max-width: 767px) {
	.w1400 {
		width: calc(100% - 40px);
	}
}

.w1080 {
	width: 108rem;
}

@media screen and (max-width: 767px) {
	.w1080 {
		width: calc(100% - 40px);
	}
}

/* ------------------------------------------- */
/* common */
/* ------------------------------------------- */
/* title */
.common-title.type01 {}

.common-title.type01.tac {
	text-align: center;
}

.common-title.type01 .title-sub {
	margin-bottom: 1rem;
	font-family: "Chakra Petch";
	font-weight: bold;
	font-size: 7rem;
	letter-spacing: 0.03em;
	line-height: 7rem;
	color: #114592;
}

@media screen and (max-width: 767px) {
	.common-title.type01 .title-sub {
		font-size: 4rem;
		line-height: 1;
	}
}

.common-title.type01 .title-sub span {
	display: inline-block;
	position: relative;
	padding-left: 2.8rem;
}

@media screen and (max-width: 767px) {
	.common-title.type01 .title-sub span {
		padding-left: 1.5rem;
	}
}

.common-title.type01 .title-sub span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 1rem;
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../img/icon/icon_mark01_02.svg) no-repeat center center / 100% auto;
}

@media screen and (max-width: 767px) {
	.common-title.type01 .title-sub span:after {
		width: 1rem;
		height: 1rem;
		top: 0.5rem;
	}
}

.common-title.type01 .title-main {
	padding-left: 2.8rem;
	font-family: "M PLUS 1p";
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.03em;
	color: #114592;
}

@media screen and (max-width: 767px) {
	.common-title.type01 .title-main {
		padding-left: 1.5rem;
		font-size: 1.8rem;
	}
}

/* c01 */
.common-title.type01.c01 .title-sub,
.common-title.type01.c01 .title-main {
	color: #fff;
}

.common-title.type01.c01 .title-sub span:after {
	background-image: url(../img/icon/icon_mark01.svg);
}

/* btn */
.common-btn.type01 {}

.common-btn.type01.tac {
	text-align: center;
}

.common-btn.type01 .cover {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 34.4rem;
	height: 10rem;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	line-height: 2rem;
	color: #fff;
	text-decoration: none;
	background: #333;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.common-btn.type01 .cover {
		font-size: 1.4rem;
		line-height: 1.4;
		width: 100%;
		height: auto;
		min-height: 6rem;
	}
}

.common-btn.type01 .cover:after,
.common-btn.type01 .cover:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	display: block;
	width: 4rem;
	height: 100%;
	background: #0e7dff;
}

.common-btn.type01 .cover:before {
	right: auto;
	left: 0;
	width: 0;
	background: #535353;
	transition: ease 0.25s width;
}

@media (hover: hover) and (pointer: fine) {

	a:hover .common-btn.type01 .cover:before,
	.common-btn.type01 .cover:hover:before {
		width: calc(100% - 40px);
	}
}

.common-btn.type01 .cover span {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 4rem;
}

.common-btn.type01 .cover span:before {
	content: "";
	position: absolute;
	right: 3.1rem;
	top: 50%;
	z-index: 2;
	display: block;
	width: 1.6rem;
	height: 1.4rem;
	background: url(../img/icon/icon_arrow01.svg) no-repeat center center / 100% auto;
	transform: translateY(-50%);
	transition: ease 0.25s right;
}

@media (hover: hover) and (pointer: fine) {

	a:hover .common-btn.type01 .cover span:before,
	.common-btn.type01 .cover:hover span:before {
		right: 1.4rem;
	}
}

/* list */
.common-list.interview {
	display: flex;
	flex-wrap: wrap;
}

/* common-set */
.common-list.interview {
	display: flex;
	flex-wrap: wrap;
}

.common-list.interview li {
	margin-bottom: 9.6rem;
	margin-left: 8rem;
	width: calc((100% / 3) - (8rem * (3 - 1) / 3));
}

@media screen and (max-width: 767px) {
	.common-list.interview li {
		margin: 0 0 4rem;
		width: 100%;
	}
}

.common-list.interview li:nth-child(3n + 1) {
	margin-left: 0;
}

.common-list.interview li a {
	position: relative;
	display: block;
	text-decoration: none;
}

.common-list.interview .list-photo {
	margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
	.common-list.interview .list-photo {
		margin-bottom: 2rem;
		width: 100%;
		text-align: center;
	}
}

.common-list.interview .list-photo img {
	object-fit: cover;
	object-position: center center;
	/* width: 34.3rem; */
	width: 100%;
	height: 44rem;
	/* aspect-ratio: 343 / 440; */
}

.common-list.interview .list-text {}

@media screen and (max-width: 767px) {
	.common-list.interview .list-text {}
}

.common-list.interview .text-year {
	margin-bottom: 1.8rem;
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #313131;
}

@media screen and (max-width: 767px) {
	.common-list.interview .text-year {
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}
}

.common-list.interview .text-name {
	margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
	.common-list.interview .text-name {}
}

.common-list.interview .text-name .name-main {
	margin-bottom: 1rem;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #000;
}

@media screen and (max-width: 767px) {
	.common-list.interview .text-name .name-main {
		margin-bottom: 0.6rem;
		font-size: 1.4rem;
	}
}

.common-list.interview .text-name .name-spell {
	font-family: "Chakra Petch";
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	color: #104087;
}

@media screen and (max-width: 767px) {
	.common-list.interview .text-name .name-spell {
		font-size: 2rem;
	}
}

.common-list.interview .text-category {
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #313131;
}

.common-list.interview .text-category span {
	margin-right: 0.8rem;
	margin-bottom: 0.8rem;
}

.common-list.interview .text-detail {}

@media screen and (max-width: 767px) {
	.common-list.interview .text-detail {}
}

.common-list.interview .text-detail p {
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
	.common-list.interview .text-detail p {
		margin-bottom: 1rem;
	}
}

.common-list.interview .text-detail p:last-child {
	margin-bottom: 0;
}

.common-list.interview .text-detail {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44rem;
	padding: 2rem;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	line-height: 3.2rem;
	text-align: center;
	color: #fff;
	background: rgba(17, 69, 146, 0.7);
	opacity: 0;
	transition: ease 0.25s opacity;
	pointer-events: none;
	box-sizing: border-box;
}

@media (hover: hover) and (pointer: fine) {
	.common-list.interview a:hover .text-detail {
		opacity: 1;
	}
}

/* anker--temp
----------------------------------------------------------------*/

/* main */
#wrapper {
	padding-top: 10rem;
	padding-right: 10rem;
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 6rem;
		padding-right: 0;
	}
}

/* anker--contents
----------------------------------------------------------------*/

@media screen and (min-width: 740px) {
	#container {
		background: url(../img/bg/bg01.jpg) repeat;
		display: block;
		position: relative;
		padding-bottom: 220px;
		clear: both;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	#container:after,
	#contents:after,
	#contents .edit_zone .topics_list:after,
	#contents .edit_zone .topics_list .right_text:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#contents .edit_inner {
		margin: 0 auto;
		width: 812px;
	}

	#contents {
		position: relative;
		margin: 0 auto;
		padding: 0;
		/* max-width: 1194px; */
		max-width: 960px;
		background: url() repeat-y 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	#contents .edit_zone .c01 {
		position: relative;
		margin: 0 0 50px;
		padding: 0;
		font-weight: bold;
		font-size: 32px;
		line-height: 180%;
		border-bottom: solid 2px #dddddd;
	}

	#contents .edit_zone .c01:after {
		content: "";
		display: block;
		width: 212px;
		height: 2px;
		background: #2e71e4;
		position: absolute;
		bottom: -2px;
		left: 0;
	}

	#contents .edit_zone .c01 span {
		display: inline-block;
		margin: 0 20px;
		padding: 0;
		color: #2e71e4;
		font-size: 12px;
		vertical-align: middle;
		line-height: 100%;
	}

	#contents .edit_zone .c03 {
		margin: 0 0 20px;
		padding: 10px 20px;
		font-size: 18px;
		font-weight: bold;
		line-height: 130%;
		border-left: 3px solid #2e71e4;
		background: #efefef;
	}

	#contents .edit_zone .c04 {
		margin: 0 0 10px;
		padding: 0;
		color: #2e71e4;
		font-weight: bold;
		/* font-size: 16px; */
		font-size: 18px;
		line-height: 160%;
		background: no-repeat 0 1px;
	}

	#contents .edit_zone .c05 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 40px;
	}

	#contents .edit_zone {
		float: left;
		margin: 0;
		padding: 40px 56px;
		width: 960px;
		background: #fff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#contents .edit_zone p.p_margin {
		margin-top: -60px;
		margin-bottom: 60px;
	}

	#contents .edit_zone p {
		/* font-size: 14px; */
		font-size: 18px;
		line-height: 180%;
	}

	#contents .edit_zone .page_index_list li {
		float: left;
		width: 386px;
		margin: 0 0 40px 35px;
	}

	#contents .edit_zone .page_index_list li:hover {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-ms-filter: "alpha(opacity=60)";
	}

	#contents .edit_zone .page_index_list li a {
		text-decoration: none;
	}

	#contents .edit_zone .page_index_list li:nth-child(odd) {
		clear: both;
		margin-left: 0;
	}

	#contents .edit_zone .page_index_list li span {
		display: block;
	}

	#contents .edit_zone .page_index_list li dl dt {
		display: block;
		padding: 14px 0 8px;
		color: #2e71e4;
		/* font-size: 16px; */
		font-size: 18px;
		font-weight: bold;
		line-height: 180%;
	}

	#contents .edit_zone .page_index_list li dl dd {
		line-height: 180%;
	}

	#contents .edit_zone #topimg {
		margin: 0 0 60px;
	}

	#contents .edit_zone .the_post {
		line-height: 1.6;
		min-height: 300px;
		margin-bottom: 60px;
	}

	#contents .edit_zone .the_post h1 {
		margin: 0 0 20px;
		padding: 10px 20px;
		font-size: 18px;
		font-weight: bold;
		line-height: 130%;
		border-left: 3px solid #2e71e4;
		background: #efefef;
	}

	#contents .edit_zone .the_post h2 {
		margin: 0 0 10px;
		padding: 0;
		color: #2e71e4;
		font-weight: bold;
		font-size: 16px;
		line-height: 160%;
	}

	#contents .edit_zone .the_post h3 {
		margin: 0 0 10px;
		padding: 0 0 5px;
		color: #2e71e4;
		font-weight: bold;
		font-size: 14px;
		line-height: 160%;
		border-bottom: 2px dotted #2e71e4;
	}

	#contents .edit_zone .the_post h4 {
		margin: 0 0 10px;
		padding: 7px;
		color: #fff;
		font-size: 14px;
		line-height: 160%;
		background: #2e71e4;
	}

	#contents .edit_zone .the_post h5 {
		margin: 0 0 10px;
		padding: 5px;
		color: #2e71e4;
		font-size: 14px;
		line-height: 160%;
		border: 3px double #2e71e4;
	}

	#contents .edit_zone .the_post h6 {
		margin: 0 0 10px;
		padding: 0 0 0 5px;
		color: #2e71e4;
		font-size: 14px;
		line-height: 130%;
		border-left: 4px solid #2e71e4;
	}

	#contents .edit_zone .the_post div.photo {
		width: 812px;
		margin: 0 auto 40px;
	}

	#contents .edit_zone .the_post div.photo img {
		display: block;
		margin: 0 auto;
	}

	#contents .edit_zone .the_post p {
		margin-bottom: 26px;
		font-size: 14px;
		line-height: 180%;
	}

	#contents .edit_zone .the_post p img {
		max-width: 812px;
		height: auto;
	}

	#contents .edit_zone .topics_list .left_image {
		float: left;
		width: 292px;
	}

	#contents .edit_zone .topics_list .right_text {
		float: right;
		width: 500px;
	}

	#contents .edit_zone .topics_list .right_text .bold {
		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
	}

	#contents .edit_zone .topics_list .right_text .right {
		float: right;
	}

	#contents .edit_zone .pagination {
		text-align: center;
	}

	#contents .edit_zone .pagination li {
		display: inline-block;
		margin: 0 10px;
		width: 160px;
	}

	#contents .edit_zone .pagination a {
		color: #2e71e4;
		font-size: 14px;
		text-decoration: underline;
	}

	#contents .edit_zone .last_type01 {
		margin-bottom: 1em;
	}

	#contents .edit_zone .last_type02 {
		margin-bottom: 2em;
	}

	#contents .edit_zone .last_type03 {
		margin-bottom: 3em;
	}

	#contents .edit_zone .last_type04 {
		margin-bottom: 4em;
	}

	#contents .edit_zone .last_type05 {
		margin-bottom: 5em;
	}

	#contents .edit_zone .last_type06 {
		margin-bottom: 6em;
	}

	#contents .edit_zone table.normal {
		margin: 38px auto 50px;
		padding: 0;
		width: 812px;
		table-layout: fixed;
		border-collapse: collapse;
		border: 1px solid #e1e1e1;
		border-left: none;
		border-right: none;
	}

	#contents .edit_zone table.normal tbody tr th,
	#contents .edit_zone table.normal tbody tr td {
		margin: 0;
		padding: 17px 20px;
		line-height: 160%;
		font-size: 18px;
		border: 1px solid #ccc;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#contents .edit_zone table.normal tbody tr th {
		width: 25%;
		color: #000;
		text-align: left;
		vertical-align: top;
		background: #2e71e421;
		border-left: none;
		border-right: none;
	}

	#contents .edit_zone table.normal tbody tr td {
		border-right: none;
		border-left: none;
		width: 75%;
	}

	#contents .edit_zone table.normal tbody tr th a:link,
	#contents .edit_zone table.normal tbody tr th a:visited,
	#contents .edit_zone table.normal tbody tr th a:hover,
	#contents .edit_zone table.normal tbody tr th a:active,
	#contents .edit_zone table.normal tbody tr td a:link,
	#contents .edit_zone table.normal tbody tr td a:visited,
	#contents .edit_zone table.normal tbody tr td a:hover,
	#contents .edit_zone table.normal tbody tr td a:active {
		color: #2e71e4;
		text-decoration: underline;
	}

	#contents .edit_zone table.normal {
		/* margin:0; */
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background: transparent;
	}

	/* breadcrumbs */
	#breadcrumbs {
		margin: 0 auto 0;
		padding: 0;
		width: 1200px;
		font-size: 12px;
		line-height: 35px;
	}

	#breadcrumbs:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#breadcrumbs li {
		position: relative;
		float: left;
		margin: 0 0 0 20px;
	}

	#breadcrumbs li:before {
		position: absolute;
		right: 100%;
		display: block;
		margin: 0 5px;
		content: ">";
	}

	#breadcrumbs li:first-child:before {
		display: none;
	}

	#breadcrumbs li:first-child {
		margin-left: 5px;
	}

	#breadcrumbs li a {
		color: #000;
	}
}

@media screen and (max-width: 740px) {
	#contents {
		width: auto;
	}

	#contents .edit_inner {
		margin: 0 auto;
		width: 94%;
	}

	#breadcrumbs {
		display: none;
	}

	#contents {
		position: static;
		margin: 0 auto;
		width: 96%;
		background: url() no-repeat;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#contents .edit_zone {
		width: 100%;
		padding: 0 2% 5%;
		background: #fff;
		border: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#contents .edit_zone p {
		line-height: 160%;
		margin-top: 0%;
		margin-bottom: 8%;
	}

	#contents .edit_zone .c01 {
		position: relative;
		margin: 4px 0 6%;
		padding: 4%;
		font-size: 1.8rem;
		line-height: 120%;
		background-size: 100% 2px;
		border-bottom: solid 2px #dddddd;
	}

	#contents .edit_zone .c01:after {
		content: "";
		display: block;
		width: 40%;
		height: 2px;
		background: #2e71e4;
		position: absolute;
		bottom: -2px;
		left: 0;
		clear: both;
	}

	#contents .edit_zone .c01 span {
		display: inline-block;
		margin: 0;
		color: #2e71e4;
		font-size: 1rem;
		padding-left: 5%;
	}

	#contents .edit_zone .c03 {
		margin: 0 0 3% !important;
		padding: 2% 3% !important;
		font-size: 1.4rem;
		line-height: 140%;
		border-left: 3px solid #2e71e4;
		background: #efefef;
		position: static;
	}

	#contents .edit_zone .c04 {
		margin: 0 0 3%;
		padding: 0 0 1%;
		color: #2e71e4;
		font-size: 1.4rem;
		line-height: 160%;
		background-position: 0 0;
		background-size: 14px 14px;
	}

	#contents .edit_zone .c05 {
		font-size: 1.75rem;
		width: 94%;
		margin: 0 auto;
		line-height: 140%;
		margin-bottom: 6%;
	}

	#contents .edit_zone #topimg {
		margin: 0 0 3%;
	}

	#contents .edit_zone .the_post {
		margin-bottom: 10%;
	}

	#contents .edit_zone .the_post h1 {
		margin: 0 0 3%;
		padding: 2% 3%;
		font-size: 1.4rem;
		line-height: 140%;
		border-left: 3px solid #2e71e4;
		background: #efefef;
	}

	#contents .edit_zone .the_post h2 {
		margin: 0 0 3%;
		padding: 0 0 1%;
		color: #2e71e4;
		font-size: 1.4rem;
		line-height: 160%;
		background-position: 0 0;
		background-size: 14px 14px;
	}

	#contents .edit_zone .the_post h3 {
		margin: 0 0 3%;
		padding: 0 0 1%;
		color: #2e71e4;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 160%;
		border-bottom: 2px dotted #2e71e4;
	}

	#contents .edit_zone .the_post h4 {
		margin: 0 0 3%;
		padding: 2% 3%;
		color: #fff;
		font-size: 1.4rem;
		line-height: 160%;
		background: #2e71e4;
	}

	#contents .edit_zone .the_post h5 {
		margin: 0 0 3%;
		padding: 1% 2%;
		color: #2e71e4;
		font-size: 1.4rem;
		line-height: 160%;
		border: 3px double #2e71e4;
	}

	#contents .edit_zone .the_post h6 {
		margin: 0 0 3%;
		padding: 0 0 0 2%;
		color: #2e71e4;
		font-size: 1.4rem;
		line-height: 130%;
		border-left: 4px solid #2e71e4;
	}

	#contents .edit_zone .the_post p {
		margin-bottom: 6%;
		font-size: 1.4rem;
		line-height: 160%;
	}

	#contents .edit_zone .pagination {
		padding: 0 0 10%;
		text-align: center;
	}

	#contents .edit_zone .pagination:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#contents .edit_zone .pagination li {
		float: left;
		display: inline-block;
		margin: 0 1%;
		width: 31%;
	}

	#contents .edit_zone .pagination li:empty:after {
		display: block;
		content: "";
	}

	#contents .edit_zone .pagination a {
		color: #2e71e4;
		font-size: 1rem;
		text-decoration: underline;
	}

	/* page_index_list */
	#contents .edit_zone .page_index_list li {
		width: 100%;
		margin: 0 0 5%;
	}

	#contents .edit_zone .page_index_list li span {
		display: block;
	}

	#contents .edit_zone .page_index_list li dl dt {
		display: block;
		padding: 2% 0;
		color: #2e71e4;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 180%;
	}

	#contents .edit_zone .page_index_list li a dl dd {
		font-size: 1.2rem;
		line-height: 180%;
	}

	#contents .edit_zone .page_index_list li a:hover dl dd,
	#contents .edit_zone .page_index_list li a:active dl dd {
		font-size: 1.2rem;
		line-height: 180%;
	}

	#contents .edit_zone .last_type01 {
		margin-bottom: 1rem;
	}

	#contents .edit_zone .last_type02 {
		margin-bottom: 2rem;
	}

	#contents .edit_zone .last_type03 {
		margin-bottom: 3rem;
	}

	#contents .edit_zone .last_type04 {
		margin-bottom: 4rem;
	}

	#contents .edit_zone .last_type05 {
		margin-bottom: 5rem;
	}

	#contents .edit_zone .last_type06 {
		margin-bottom: 6rem;
	}

	#contents .edit_zone table.normal {
		margin: 20px 0;
		padding: 0;
		width: 100%;
		border: 0;
	}

	#contents .edit_zone table.normal tbody tr th,
	#contents .edit_zone table.normal tbody tr td {
		display: block;
		margin: 0;
		padding: 5%;
		width: 100%;
		color: #000;
		line-height: 160%;
		border: 1px solid #ccc;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#contents .edit_zone table.normal tbody tr th a:link,
	#contents .edit_zone table.normal tbody tr th a:visited,
	#contents .edit_zone table.normal tbody tr th a:hover,
	#contents .edit_zone table.normal tbody tr th a:active,
	#contents .edit_zone table.normal tbody tr td a:link,
	#contents .edit_zone table.normal tbody tr td a:visited,
	#contents .edit_zone table.normal tbody tr td a:hover,
	#contents .edit_zone table.normal tbody tr td a:active {
		color: #2e71e4;
		text-decoration: underline;
	}

	#contents .edit_zone table.normal tbody tr th {
		background: #e5f7fc;
	}

	#contents .edit_zone table.normal tbody tr td {
		margin: 0 0 5%;
	}

	#contents .edit_zone .the_post .photo {
		margin-bottom: 6%;
	}
}

#side {
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	float: right;
	margin-bottom: 60px;
}

#side ul {
	padding: 0;
}

#side .local_nav {
	margin-bottom: 12px;
}

#side .local_nav>li {
	margin-bottom: 10px;
}

#side .local_nav li a {
	display: block;
	padding: 10px 20px 10px 20px;
	line-height: 130%;
	border-bottom: 1px solid #f9f8f1;
	background-color: #fff;
	background-repeat: no-repeat, no-repeat;
	background-position: 16px center, 95% center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#side .local_nav>li.side_entry_btn a {
	position: relative;
	background-color: #e46d14;
	color: #fff;
}

#side .local_nav>li.side_entry_btn a:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border: solid 5px transparent;
	border-left: solid 5px #fff;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -6px;
}

#side .local_nav>li>a,
#side .local_nav>li>a.on,
#side .local_nav>li>span.nolink {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
	background-color: #2e71e4;
}

#side .local_nav>li:last-child>a {
	background-color: #ffec5a;
	color: #114592;
}

#side .local_nav>li:last-child>a:hover {
	color: #ffec5a;
}

#side .local_nav li a.on {
	background-color: #1d4486;
	color: #fff;
}

#side .local_nav li a:hover {
	background-color: #e8e8e8;
	color: #000;
}

#side .local_nav>li>a:hover,
#side .local_nav>li.current-menu-parent>a {
	background: #1d4486;
	text-decoration: none;
	color: #fff;
	letter-spacing: 3px;
}

#side .local_nav li ul li a {
	position: relative;
	display: block;
	padding: 20px 20px 20px 14px;
	line-height: 140%;
}

#side .local_nav li ul li a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #ddd;
	border-right: solid 2px #ddd;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 18px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: auto 0;
}

#side .local_nav li ul li a:hover:after {
	-webkit-transform: rotateZ(405deg);
	-ms-transform: rotateZ(405deg);
	-o-transform: rotateZ(405deg);
	transform: rotateZ(405deg);
	border-color: #ffffff;
}

#side .local_nav li ul li.text-br a {
	padding-right: 50px;
}

@media (min-width: 1200px) {
	#side {
		float: right;
		width: 18%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	#side {
		float: right;
		width: 18%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#side ul {}

	#side .local_nav>li {}
}

@media (max-width: 767px) {
	#side {
		float: none;
		margin-top: 30px;
		width: 100%;
	}

	#side .local_nav li ul li.text-br a {
		padding-right: 20px;
	}
}

/* anker--archive-area
----------------------------------------------------------------*/
.archive-area.interview {
	padding: 16rem 0;
}

@media screen and (max-width: 767px) {
	.archive-area.interview {
		padding: 6rem 0;
	}
}

/* anker--single-area
----------------------------------------------------------------*/
.single-area.interview {
	padding: 0 0 16rem;
}

@media screen and (max-width: 767px) {
	.single-area.interview {
		padding: 0 0 3rem;
	}
}

.single-area.interview .interview-kv {}

.single-area.interview .interview-kv .kv-photo {
	text-align: right;
}

.single-area.interview .interview-kv .kv-photo img {
	object-fit: cover;
	object-position: center center;
	width: 151.5rem;
	height: 72rem;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-kv .kv-photo img {
		width: 100%;
		height: auto;
	}
}

.single-area.interview .interview-kv .kv-text {
	position: relative;
	z-index: 1;
	margin-top: -16rem;
	margin-bottom: 10rem;
	margin-left: 16rem;
	padding: 5.6rem;
	color: #fff;
	width: 90rem;
	min-height: 36rem;
	background: url(../../img/interview/text_bg01.jpg) no-repeat left top / cover;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-kv .kv-text {
		margin-top: -2rem;
		margin-left: 2rem;
		margin-bottom: 5rem;
		padding: 3rem 2rem;
		width: calc(100% - 2rem);
		min-height: 20rem;
	}
}

.single-area.interview .interview-kv .text-catch {
	margin-bottom: 3.2rem;
	font-family: "M PLUS 1p";
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1.47;
	letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-kv .text-catch {
		margin-bottom: 1.6rem;
		font-size: 2.4rem;
	}
}

.single-area.interview .interview-kv .text-year {
	margin-bottom: 1.4rem;
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-kv .text-year {
		margin-bottom: 0.6rem;
		font-size: 1rem;
	}
}

.single-area.interview .interview-kv .text-category {
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-kv .text-category {
		font-size: 1.2rem;
	}
}

.single-area.interview .interview-kv .text-name {
	margin-top: 2.4rem;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-kv .text-name {
		display: block;
		margin-top: 1.7rem;
	}
}

.single-area.interview .interview-kv .text-name .name-main {
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-kv .text-name .name-main {
		font-size: 2.4rem;
	}
}

.single-area.interview .interview-kv .text-name .name-spell {
	margin-left: 2rem;
	font-family: "Chakra Petch";
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-kv .text-name .name-spell {
		margin-top: 0.6rem;
		margin-left: 0;
		font-weight: 400;
		font-size: 1.6rem;
	}
}

.single-area.interview .interview-area {
	margin-bottom: 15rem;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-area {
		margin-bottom: 6rem;
	}
}

.single-area.interview .interview-title.type01 {
	margin: 0 0 2rem;
	padding: 1rem 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	font-family: "Noto Sans JP";
	border-left: 0.3rem solid #2e71e4;
	background: #efefef;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-title.type01 {
		margin: 0 0 2.2rem !important;
		padding: 1.5rem 2.2rem !important;
		font-size: 1.4rem;
		line-height: 1.4;
		background: #efefef;
		position: static;
	}
}

/* interview-set */
.single-area.interview .interview-set {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 6rem;
	font-family: "Noto Sans JP";
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-set {
		margin-bottom: 4rem;
	}
}

.single-area.interview .interview-set.l {
	flex-direction: row;
}

.single-area.interview .interview-set .set-photo {
	width: 34rem;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-set .set-photo {
		margin-bottom: 2rem;
		width: 100%;
		text-align: center;
	}
}

.single-area.interview .interview-set .set-photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 220px;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-set .set-photo img {
		aspect-ratio: 340 / 220;
	}
}

.single-area.interview .interview-set .set-text {
	width: 100%;
}

.single-area.interview .interview-set .set-photo+.set-text {
	width: calc(100% - 34rem - 4rem);
}

@media screen and (max-width: 767px) {

	.single-area.interview .interview-set .set-photo+.set-text,
	.single-area.interview .interview-set .set-text {
		width: 100%;
	}
}

.single-area.interview .interview-set .text-title {}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-set .text-title {
		margin-bottom: 2rem;
	}
}

.single-area.interview .interview-set .text-detail {
	font-size: 1.6rem;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-set .text-detail {
		font-size: 1.4rem;
	}
}

.single-area.interview .interview-set .text-detail p {
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
	.single-area.interview .interview-set .text-detail p {
		margin-bottom: 1rem;
	}
}

.single-area.interview .interview-set .text-detail p:last-child {
	margin-bottom: 0;
}

/* anker--footer
----------------------------------------------------------------*/

.edit-area.foot-link {}

.edit-area.foot-link .link-list {
	display: flex;
}

@media screen and (max-width: 767px) {
	.edit-area.foot-link .link-list {
		display: block;
	}
}

.edit-area.foot-link .link-list>li {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.edit-area.foot-link .link-list>li {
		width: 100%;
	}
}

.edit-area.foot-link .link-list>li .cover,
.edit-area.foot-link .link-list>li a {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	text-decoration: none;
}

.edit-area.foot-link .link-list .list-title {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	padding: 7.2rem 10rem;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.edit-area.foot-link .link-list .list-title {
		padding: 2rem 4rem;
	}

	.edit-area.foot-link .link-list li:nth-child(2) .list-title {
		/* top: auto; */
		/* bottom: 0; */
	}
}

.edit-area.foot-link .link-list .list-title:after {
	content: "";
	position: absolute;
	right: 9rem;
	top: 9rem;
	z-index: 1;
	display: block;
	width: 3.2rem;
	height: 2.8rem;
	background: url(../img/icon/icon_arrow01.svg) no-repeat center center / 100% auto;
}

@media screen and (max-width: 767px) {
	.edit-area.foot-link .link-list .list-title:after {
		right: 2rem;
		top: 4rem;
		width: 1.6rem;
		height: 1.6rem;
	}
}

.edit-area.foot-link .link-list .list-title .title-sub {
	position: relative;
	margin-bottom: 2rem;
	font-family: "Chakra Petch";
	font-weight: bold;
	font-size: 4.8rem;
	letter-spacing: 0.03em;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.edit-area.foot-link .link-list .list-title .title-sub {
		margin-bottom: 0.5rem;
		font-size: 3.6rem;
	}
}

.edit-area.foot-link .link-list .list-title .title-sub:after {
	content: "";
	position: absolute;
	left: -3rem;
	top: 0.6rem;
	z-index: 1;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background: url(../img/icon/icon_mark01.svg) no-repeat center center / 100% auto;
}

@media screen and (max-width: 767px) {
	.edit-area.foot-link .link-list .list-title .title-sub:after {
		left: -2rem;
		width: 1.2rem;
		height: 1.2rem;
	}
}

.edit-area.foot-link .link-list .list-title .title-main {
	font-family: "M PLUS 1p";
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	line-height: 2.2rem;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.edit-area.foot-link .link-list .list-title .title-main {
		font-size: 1.6rem;
		line-height: 1;
	}
}

.edit-area.foot-link .link-list .list-photo {}

.edit-area.foot-link .link-list .list-photo img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.edit-area.foot-link .link-list .list-photo img {
		object-fit: cover;
		object-position: center 80%;
		aspect-ratio: 1 / 0.65;
	}
}

.edit-area.foot-link .link-list .list-photo:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/footer/link_bg01.jpg) no-repeat center center / 100% auto;
	transition: ease 0.25s opacity;
}

@media (hover: hover) and (pointer: fine) {

	.edit-area.foot-link .link-list .cover:hover .list-photo:after,
	.edit-area.foot-link .link-list a:hover .list-photo:after {
		opacity: 0;
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
	.edit-area.foot-link .link-list .list-photo:after {
		opacity: 0.3;
		background-size: cover;
		mix-blend-mode: multiply;
	}
}

.edit-area.foot-link .link-list .entry .list-photo:after {
	/* display: none; */
}

.edit-area.foot-link .link-list .entry .list-detail {
	position: absolute;
	bottom: 3.5rem;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 9.2rem;
	padding: 0 10.3rem;
	box-sizing: border-box;
}

@media screen and (width < 767px) {
	.edit-area.foot-link .link-list .entry .list-detail {
		bottom: 1rem;
		height: auto;
		padding: 0 1rem;
	}
}

.edit-area.foot-link .link-list .entry .list-detail .detail-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.edit-area.foot-link .link-list .entry .list-detail .detail-list li {
	margin-left: 2.5rem;
	width: calc(50% - 1.25rem);
}

@media screen and (width < 767px) {
	.edit-area.foot-link .link-list .entry .list-detail .detail-list li {
		margin-left: 1rem;
		width: calc(50% - 0.5rem);
	}
}

.edit-area.foot-link .link-list .entry .list-detail .detail-list li:nth-child(2n + 1) {
	margin-left: 0;
}

.edit-area.foot-link .link-list .entry .list-detail .detail-list li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 9rem;
	padding: 0 2.7rem;
	font-weight: normal;
	font-size: 2.4rem;
	color: #fff;
	font-family: "Noto Sans JP";
	background: rgba(0, 0, 0, 0.7);
	border: 0.2rem solid #fff;
	box-sizing: border-box;
	transition: ease 0.25s background-color;
}

@media (hover: hover) and (pointer: fine) {
	.edit-area.foot-link .link-list .entry .list-detail .detail-list li a:hover {
		background-color: #000;
	}
}

@media screen and (width < 767px) {
	.edit-area.foot-link .link-list .entry .list-detail .detail-list li a {
		height: 50px;
		padding: 0 2rem 0 1rem;
		font-size: 1.4rem;
		border-width: 1px;
	}
}

.edit-area.foot-link .link-list .entry .list-detail .detail-list li a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 3.3rem;
	height: 100%;
	background: #0e7dff;
	box-sizing: border-box;
}

@media screen and (width < 767px) {
	.edit-area.foot-link .link-list .entry .list-detail .detail-list li a:after {
		width: 1.5rem;
	}
}

.edit-area.foot-link .link-list .entry .list-detail .detail-list li a:before {
	content: "";
	position: absolute;
	right: 1.8rem;
	top: 50%;
	z-index: 2;
	display: block;
	width: 2.8rem;
	height: 2.4rem;
	transform: translateY(-50%);
	background: url(../img/icon/icon_arrow01.svg) no-repeat center center / 100% auto;
}

@media screen and (width < 767px) {
	.edit-area.foot-link .link-list .entry .list-detail .detail-list li a:before {
		right: 1rem;
		width: 1.4rem;
		height: 1.2rem;
	}
}

#footer-new {}

#footer-new .info-area {
	padding: 9.6rem 0 18.5rem;
	background: #f2f2f2;
}

@media screen and (max-width: 767px) {
	#footer-new .info-area {
		padding: 5rem 0;
	}
}

#footer-new .info-area .inner {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 133rem;
}

@media screen and (max-width: 767px) {
	#footer-new .info-area .inner {
		width: 100%;
	}
}

#footer-new .info-area .logomark-set {
	width: 32.3rem;
}

@media screen and (max-width: 767px) {
	#footer-new .info-area .logomark-set {
		margin: 0 auto;
		width: calc(100% - 3rem);
	}
}

#footer-new .info-area .logomark-set .set-photo {
	margin-bottom: 3.3rem;
}

@media screen and (max-width: 767px) {
	#footer-new .info-area .logomark-set .set-photo {
		text-align: center;
	}
}

#footer-new .info-area .logomark-set .set-photo img {
	width: 18rem;
	height: 4rem;
}

@media screen and (max-width: 767px) {
	#footer-new .info-area .logomark-set .set-photo img {
		max-width: 20rem;
	}
}

#footer-new .info-area .logomark-set .set-photo a {
	display: block;
	text-decoration: none;
	transition: ease 0.25s opacity;
}

@media (hover: hover) and (pointer: fine) {
	#footer-new .info-area .logomark-set .set-photo a:hover {
		opacity: 0.6;
	}
}

#footer-new .info-area .logomark-set .set-address {
	margin-bottom: 3.3rem;
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 3.3rem;
	text-align: left;
	color: #333;
	font-style: normal;
}

@media screen and (max-width: 767px) {
	#footer-new .info-area .logomark-set .set-address {
		margin-bottom: 2rem;
		font-size: 1.2rem;
		line-height: 1.6;
	}
}

#footer-new .info-area .logomark-set .set-link {}

#footer-new .info-area .logomark-set .set-link li {
	position: relative;
	padding-left: 2.3rem;
	margin-bottom: 1rem;
}

#footer-new .info-area .logomark-set .set-link li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.8rem;
	z-index: 1;
	display: block;
	width: 1.2rem;
	height: 0.1rem;
	background: #333;
}

#footer-new .info-area .logomark-set .set-link a {
	font-family: "Noto Sans JP";
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: #333;
	text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
	#footer-new .info-area .logomark-set .set-link a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 767px) {
	#footer-new .info-area .logomark-set .set-link a {
		font-size: 1.2rem;
	}
}

/* sitemap-set */
#footer-new .info-area .sitemap-set {
	padding-left: 10rem;
	width: calc(100% - 323px);
	border-left: 1px solid #585858;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#footer-new .info-area .sitemap-set {
		display: none;
	}
}

#footer-new .info-area .set-list {
	display: flex;
	flex-wrap: wrap;
}

#footer-new .info-area .set-list>li {
	margin-left: 4rem;
	width: calc((100% / 3) - (40px * (3 - 1) / 3));
}

#footer-new .info-area .set-list>li:nth-child(3n + 1) {
	margin-left: 0;
}

#footer-new .info-area .set-list .list-title {
	padding-bottom: 2.2rem;
	margin-bottom: 2.2rem;
	border-bottom: 1px solid #585858;
}

#footer-new .info-area .set-list .list-title .title-sub {
	margin-bottom: 0.8rem;
	font-family: "Chakra Petch";
	font-weight: bold;
	font-size: 3.4rem;
	letter-spacing: 0.03em;
	color: #104087;
}

#footer-new .info-area .set-list .list-title .title-main {
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 1.4rem;
	color: #333;
}

#footer-new .info-area .set-list .list-child {}

#footer-new .info-area .set-list .list-child>li {
	margin-bottom: 2.2rem;
}

#footer-new .info-area .set-list .list-child>li a {
	position: relative;
	padding-left: 2.2rem;
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-align: left;
	color: #333;
}

#footer-new .info-area .set-list .list-child>li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 1rem;
	width: 1.2rem;
	height: 0.1rem;
	background: #333;
}

#footer-new .info-area .set-list.mini {
	margin-top: 15rem;
	padding-top: 2.2rem;
	border-top: 1px solid #585858;
}

#footer-new #cr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 11.3rem;
	background: #114592;
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#footer-new #cr {
		height: 5rem;
		font-size: 1rem;
		line-height: 1;
	}
}

#footer-new #pageup {
	position: fixed;
	right: 18rem;
	bottom: 7.7rem;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	width: 6rem;
	height: 6.6rem;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	line-height: 1.4rem;
	color: #4ebcff;
	text-decoration: none;
	white-space: nowrap;
	background: url(../img/icon/pageup.svg) no-repeat center top / 3.2rem auto;
	/* transition: ease 0.25s height; */
}

@media (hover: hover) and (pointer: fine) {
	#footer-new #pageup:hover {
		animation: upmove 0.5s ease infinite;
	}
}

@media screen and (max-width: 767px) {
	#footer-new #pageup {
		right: 1rem;
		bottom: 1rem;
		width: 4rem;
		height: 3.6rem;
		font-size: 1rem;
		line-height: 1;
		background-size: 1.6rem auto;
	}
}

@keyframes upmove {
	33% {
		height: 6.1rem;
	}

	66% {
		height: 7.1rem;
	}
}

@media screen and (min-width: 1200px) {
	#footer {
		clear: both;
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 55px;
		font-size: 12px;
		background: #ffffff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#footer a:link,
	#footer a:visited {
		color: #fff;
		text-decoration: underline;
	}

	#footer a:hover,
	#footer a:active {
		color: #fff;
		text-decoration: underline;
	}

	#footer #footer_inner {
		clear: both;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto;
		width: 1200px;
		height: 55px;
	}

	#footer #footer_inner:after,
	#footer #footer_inner ul:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#footer #footer_inner ul {
		position: absolute;
		top: 22px;
		left: 0;
		width: auto;
		color: #fff;
	}

	#footer #footer_inner ul li {
		float: left;
		width: auto;
		margin: 0 0 0 18px;
		padding: 0 0 0 18px;
		line-height: 100%;
		border-left: 1px solid #000;
	}

	#footer #footer_inner ul li:first-child {
		margin-left: 0;
		border-left: 0;
	}

	#footer #footer_inner ul li a {
		color: #000000;
		font-size: 12px;
	}

	#footer #footer_inner ul li a:hover {
		color: #aaa;
	}

	#footer #copyright {
		position: absolute;
		top: 22px;
		right: 0;
		display: block;
		margin: 0;
		padding: 0;
		color: #aaaaaa;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-align: right;
	}

	#footer #footer_inner #pageup {
		position: absolute;
		top: -95px;
		right: 0;
		color: #fff;
	}

	#footer #footer_inner #pageup:hover {
		top: -95px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
	#footer {
		clear: both;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 55px;
		font-size: 12px;
		background: #ffffff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#footer #footer_inner {
		clear: both;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto;
		width: 960px;
		height: 55px;
	}

	#footer #footer_inner:after,
	#footer #footer_inner ul:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#footer #footer_inner ul {
		position: absolute;
		top: 22px;
		left: 0;
		width: auto;
		color: #fff;
	}

	#footer #footer_inner ul li {
		float: left;
		width: auto;
		margin: 0 0 0 18px;
		padding: 0 0 0 18px;
		line-height: 100%;
		border-left: 1px solid #000000;
	}

	#footer #footer_inner ul li:first-child {
		margin-left: 0;
		border-left: 0;
	}

	#footer #footer_inner ul li a {
		color: #000000;
		font-size: 12px;
	}

	#footer #copyright {
		position: absolute;
		top: 22px;
		right: 0;
		display: block;
		margin: 0;
		padding: 0;
		color: #aaa;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-align: right;
	}

	#footer #footer_inner #pageup {
		position: absolute;
		top: -95px;
		right: 0;
		color: #fff;
	}

	#footer #footer_inner #pageup:hover {
		top: -95px;
	}
}

@media screen and (min-width: 740px) and (max-width: 960px) {
	#footer {
		clear: both;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 55px;
		font-size: 12px;
		background: #ffffff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#footer #footer_inner {
		clear: both;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto;
		width: 740px;
		height: 55px;
	}

	#footer #footer_inner:after,
	#footer #footer_inner ul:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#footer #footer_inner ul {
		position: absolute;
		top: 22px;
		left: 0;
		width: auto;
		color: #fff;
	}

	#footer #footer_inner ul li {
		float: left;
		width: auto;
		margin: 0 0 0 18px;
		padding: 0 0 0 18px;
		line-height: 100%;
		border-left: 1px solid #000000;
	}

	#footer #footer_inner ul li:first-child {
		margin-left: 0;
		border-left: 0;
	}

	#footer #footer_inner ul li a {
		color: #000000;
		font-size: 12px;
	}

	#footer #copyright {
		position: absolute;
		top: 22px;
		right: 0;
		display: inline-block;
		margin: 0;
		padding: 0;
		color: #aaa;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-align: right;
		line-height: 1.2;
	}

	#footer #footer_inner #pageup {
		position: absolute;
		top: -95px;
		right: 0;
		color: #fff;
	}

	#footer #footer_inner #pageup:hover {
		top: -95px;
	}
}

@media screen and (max-width: 740px) {
	#footer {
		clear: both;
		margin: 0;
		padding: 0;
		width: 100%;
		line-height: 55px;
		font-size: 1.2rem;
		background: #ffffff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	#footer #footer_inner {
		clear: both;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto;
		width: auto;
	}

	#footer #footer_inner:after,
	#footer #footer_inner ul:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}

	#footer #footer_inner ul {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
		width: auto;
		color: #fff;
	}

	#footer #footer_inner ul li {
		float: left;
		width: auto;
		margin: 0 0 0 44px;
	}

	#footer #footer_inner ul li:first-child {
		margin-left: 0;
	}

	#footer #copyright {
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
		color: #aaa;
		font-size: 1rem;
		text-align: center;
		line-height: 3rem;
		line-height: 1.2;
	}

	#footer #footer_inner #pageup {
		position: absolute;
		bottom: 5%;
		right: 5%;
		color: #fff;
		width: 15%;
	}
}

/* navigation pagination */
.navigation.pagination {
	margin: 7rem 0 0;
}

@media screen and (max-width: 767px) {
	.navigation.pagination {
		margin: 3rem 0 0;
	}
}

.navigation.pagination.disable {
	display: none;
}

.navigation.pagination .page-num {
	margin-bottom: 1.2rem;
	font-family: "Chakra Petch";
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #104087;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.navigation.pagination .page-num {
		font-size: 1.6rem;
	}
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.navigation.pagination .nav-links {
		position: relative;
		padding-bottom: 5rem;
	}
}

.navigation.pagination .pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0.6rem;
	width: 4.8rem;
	height: 4.8rem;
	font-family: "Chakra Petch";
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #fff;
	background: #104087;
	text-decoration: none;
	transition: ease 0.25s all;
	/* border-radius: 0.4em; */
	border: 0.1rem solid #104087;
}

@media screen and (min-width: 1025px) {
	.navigation.pagination .pager:hover {
		color: #104087;
		background: #fff;
		border-color: #104087;
	}
}

@media screen and (max-width: 767px) {
	.navigation.pagination .pager {
		width: 3.6rem;
		height: 3.6rem;
	}
}

.navigation.pagination .pager.current {
	color: #104087;
	font-weight: bold;
	background: #fff;
	border-color: #104087;
}

.navigation.pagination .next,
.navigation.pagination .prev {}

@media screen and (min-width: 768px) {
	.navigation.pagination .next {
		margin-left: 0.8rem;
	}

	.navigation.pagination .prev {
		margin-right: 0.8rem;
	}
}

@media screen and (max-width: 767px) {

	.navigation.pagination .next,
	.navigation.pagination .prev {
		/*position: absolute;*/
		/*bottom: 0;*/
		/*width: 48%;*/
		/*height: 4rem;*/
	}

	.navigation.pagination .prev {
		margin-right: 1rem;
		/*left: 0;*/
	}

	.navigation.pagination .next {
		margin-left: 1rem;
		/*right: 0;*/
	}
}

.navigation.pagination .next a,
.navigation.pagination .prev a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 4.8rem;
	height: 4.8rem;
	font-size: 0;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-decoration: none;
	color: #000;
	background: #104087;
	border: 0.1rem solid #104087;
	transition: ease 0.25s background, ease 0.25s color;
}

@media screen and (min-width: 1025px) {

	.navigation.pagination .next a:hover,
	.navigation.pagination .prev a:hover {
		color: #104087;
		background-color: #fff;
	}
}

@media screen and (max-width: 767px) {

	.navigation.pagination .next a,
	.navigation.pagination .prev a {
		width: 3.6rem;
		height: 3.6rem;
	}
}

.navigation.pagination .next a:after,
.navigation.pagination .prev a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -0.4rem;
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border-top: 0.1rem solid #fff;
	box-sizing: border-box;
	transition: ease 0.25s border;
}

@media screen and (min-width: 1025px) {

	.navigation.pagination .next a:hover:after,
	.navigation.pagination .prev a:hover:after {
		border-top-color: #104087;
	}
}

.navigation.pagination .prev a:after {
	left: 50%;
	margin-left: -0.2rem;
	border-left: 0.1rem solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (min-width: 1025px) {
	.navigation.pagination .prev a:hover:after {
		border-left-color: #104087;
	}
}

.navigation.pagination .next a:after {
	right: 50%;
	margin-right: -0.2rem;
	border-right: 0.1rem solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
	.navigation.pagination .next a:hover:after {
		border-right-color: #104087;
	}
}

.header-yt {
	width: 79px;

	&:hover {
		opacity: 0.7;
	}
}