@charset "UTF-8";
/*==============================================

    STYLE SHEET

==============================================*/
/*==============================================

  RESET

==============================================*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

th, td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: top;
}

/*==============================================

  SETTING MIXIN

==============================================*/
/*==============================================
    2-1. mixins
==============================================*/
/* font family */
/*==============================================

  BASE

==============================================*/
html {
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	html {
		font-size: 15px;
	}
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
a:link, a:visited {
	color: #000000;
}

a:hover {
	opacity: 0.7;
}

a[data-rel=external]:after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	background: transparent url("../image/icon-external.png") no-repeat scroll center center;
	background-size: contain;
	margin-right: 0.5em;
}

/*==============================================

  LAYOUT

==============================================*/
/*==============================================
  LAYOUT LIMIT
==============================================*/
.l-limit {
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-limit {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-width: 1000px;
		max-width: 1600px;
	}
}

/*==============================================
  LAYOUT FRAME
==============================================*/
.l-frame {
	width: 89.3333333333%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-frame {
		width: 89.0625%;
	}
}

/*==============================================
  LAYOUT COLUMNS
==============================================*/
@media screen and (min-width: 769px) {
	.l-column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.l-column-both {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.l-column--wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.l-column--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*==============================================

  HEADER

==============================================*/
.l-header {
	max-width: 1600px;
	width: 100%;
	margin: auto;
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 102;
}

.l-header__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
}

.l-header__logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 0 8px 8px;
	margin-right: auto;
}
@media screen and (min-width: 769px) {
	.l-header__logo {
		padding: 15px 0 15px 20px;
		margin-right: auto;
	}
}

.l-header__logo-a {
	width: 108px;
	height: 24px;
}
@media screen and (min-width: 769px) {
	.l-header__logo-a {
		width: 178px;
		height: 40px;
	}
}

.l-header__logo-b {
	width: 249px;
	height: 27px;
}
@media screen and (min-width: 769px) {
	.l-header__logo-b {
		width: 249px;
		height: 27px;
		margin: auto 0 auto 20px;
	}
}

.l-header__entry {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 5px;
	margin-right: 10px;
}
@media screen and (min-width: 769px) {
	.l-header__entry {
		margin-top: 10px;
	}
}
.l-header__entry > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 110px;
	height: 30px;
	border-radius: 50px;
	width: 80px;
}
@media screen and (min-width: 769px) {
	.l-header__entry > a {
		width: 100px;
		height: 50px;
	}
}
@media screen and (min-width: 1000px) {
	.l-header__entry > a {
		width: 130px;
	}
}
.l-header__entry > a:first-child {
	background-color: #fff;
	border: solid 2px #AA7841;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.l-header__entry > a:first-child p {
	color: #AA7841;
}
.l-header__entry > a:last-child {
	background-color: #AA7841;
}
.l-header__entry > a:last-child p {
	color: #fff;
}
.l-header__entry > a p {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	margin: auto;
	text-align: center;
	font-size: 0.7142857143rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.l-header__entry > a p {
		font-size: 1rem;
		line-height: 1;
	}
}

.l-header__gnav {
	width: 56px;
	height: 30px;
	background-color: #282F8E;
	cursor: pointer;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-top: 5px;
}
@media screen and (min-width: 769px) {
	.l-header__gnav {
		margin-top: 10px;
		width: 90px;
		height: 50px;
	}
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
	position: fixed;
	position: relative;
	z-index: 9999; /*ボタンを最前面に*/
	cursor: pointer;
	width: auto;
}
@media screen and (min-width: 769px) {
	.openbtn1 {
		width: 100px;
	}
}

/*×に変化*/
.openbtn1 span {
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	left: 30px;
	height: 1px;
	background-color: #fff;
	width: 12px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
	.openbtn1 span {
		left: 50px;
		width: 20px;
		height: 2px;
	}
}

.openbtn1 span:nth-of-type(1) {
	top: 10px;
}
@media screen and (min-width: 769px) {
	.openbtn1 span:nth-of-type(1) {
		top: 15px;
	}
}

.openbtn1 span:nth-of-type(2) {
	top: 15px;
}
@media screen and (min-width: 769px) {
	.openbtn1 span:nth-of-type(2) {
		top: 24px;
	}
}

.openbtn1 span:nth-of-type(3) {
	top: 20px;
}
@media screen and (min-width: 769px) {
	.openbtn1 span:nth-of-type(3) {
		top: 34px;
	}
}

.l-header__gnav.active span:nth-of-type(1) {
	top: 8px;
	left: 20px;
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
	width: 16px;
}
@media screen and (min-width: 769px) {
	.l-header__gnav.active span:nth-of-type(1) {
		top: 18px;
		width: 22px;
		left: 40px;
	}
}

.l-header__gnav.active span:nth-of-type(2) {
	opacity: 0;
}

.l-header__gnav.active span:nth-of-type(3) {
	top: 20px;
	left: 20px;
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
	width: 16px;
}
@media screen and (min-width: 769px) {
	.l-header__gnav.active span:nth-of-type(3) {
		top: 30px;
		width: 22px;
		left: 40px;
	}
}

#g-nav {
	/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
	position: fixed;
	z-index: -1;
	opacity: 0; /*はじめは透過0*/
	/*ナビの位置と形状*/
	top: 0;
	width: 100%;
	height: 100vh; /*ナビの高さ*/
	background-size: cover;
	/*動き*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
	opacity: 1;
	z-index: 101;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh; /*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(40, 47, 142, 0.75);
}

.g-nav-wrap {
	background-color: #ECEEF4;
	padding: 80px 20px 40px;
}
@media screen and (min-width: 769px) {
	.g-nav-wrap {
		padding: 130px 130px 80px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.g-nav__ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 26px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (min-width: 769px) {
	.g-nav__ul {
		display: block;
		width: 70.6%;
		max-width: 200px;
		margin-top: 0;
	}
}
.g-nav__ul:first-child {
	margin-top: 0;
}

.g-nav__list {
	width: 46.6666666667%;
	margin-top: 30px;
}
@media screen and (min-width: 769px) {
	.g-nav__list {
		margin-top: 40px;
		width: auto;
	}
}
.g-nav__list:first-child {
	margin-top: 0;
}
.g-nav__list:nth-child(2) {
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.g-nav__list:nth-child(2) {
		margin-top: 40px;
	}
}
.g-nav__list p {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 1.1428571429rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.g-nav__list p {
		font-size: 1.3333333333rem;
		line-height: 1;
	}
}
.g-nav__list span {
	font-weight: bold;
	display: block;
	font-size: 0.7142857143rem;
	line-height: 1;
	margin-top: 6px;
}
@media screen and (min-width: 769px) {
	.g-nav__list span {
		font-size: 0.8666666667rem;
		line-height: 1;
		margin-top: 4px;
	}
}

.g-nav__list--branch {
	margin-top: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 46.3492063492%;
}
@media screen and (min-width: 769px) {
	.g-nav__list--branch {
		margin-top: 16px;
		width: auto;
	}
}
.g-nav__list--branch a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.7142857143rem;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.g-nav__list--branch a {
		font-size: 0.8666666667rem;
		line-height: 1;
		margin-top: 8px;
	}
}
.g-nav__list--branch.g-nav__list--ct {
	display: block;
}
@media screen and (min-width: 769px) {
	.g-nav__list--branch.g-nav__list--ct {
		margin-top: 24px;
	}
}

@media screen and (min-width: 769px) {
	.g-nav__list--branch-img {
		margin-right: 10px;
	}
}

.g-nav__list-sp-flex {
	width: 100%;
}

.g-nav__list--member {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.g-nav__list--member .g-nav__list--branch-img {
	width: 37px;
	height: 37px;
	margin-right: 7px;
}
@media screen and (min-width: 769px) {
	.g-nav__list--member .g-nav__list--branch-img {
		margin-right: 10px;
		width: 40px;
		height: 40px;
	}
}

.g-nav__list--ct {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.g-nav__list--ul .g-nav__list--branch {
	width: 100%;
	margin-top: 6px;
}
@media screen and (min-width: 769px) {
	.g-nav__list--ul .g-nav__list--branch {
		width: auto;
	}
}

/*==============================================

  FOOTER

==============================================*/
.l-footer {
	position: relative;
	background-color: #282F8E;
	border-left: solid 10px #AA7841;
	border-right: solid 10px #AA7841;
	margin: auto;
}

.l-footer__wrap {
	max-width: 1580px;
	margin: auto;
	padding: 30px 30px 40px;
}
@media screen and (min-width: 769px) {
	.l-footer__wrap {
		padding: 80px 70px 100px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.l-footer__right {
	display: block;
	margin-top: 35px;
}
@media screen and (min-width: 769px) {
	.l-footer__right {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
		margin-top: 0;
	}
}

.l-footer__logo {
	max-width: 180px;
	width: auto;
}
@media screen and (min-width: 769px) {
	.l-footer__logo {
		max-width: 240px;
	}
}

@media screen and (min-width: 769px) {
	.l-footer__copy {
		margin-top: 170px;
	}
}
.l-footer__copy p {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 0.7142857143rem;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.l-footer__copy p {
		font-size: 0.6666666667rem;
		line-height: 1.8;
	}
}

.l-footer__ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
	.l-footer__ul {
		display: block;
		margin-left: 60px;
		margin-bottom: 0;
	}
}

.l-footer__list {
	margin-top: 16px;
}
@media screen and (min-width: 769px) {
	.l-footer__list {
		margin-top: 40px;
		width: auto;
	}
}
.l-footer__list:first-child {
	margin-top: 0;
}
.l-footer__list:nth-child(2n-1) {
	width: 160px;
}
@media screen and (min-width: 769px) {
	.l-footer__list:nth-child(2n-1) {
		width: auto;
	}
}
.l-footer__list:nth-child(2n) {
	margin-left: 20px;
}
@media screen and (min-width: 769px) {
	.l-footer__list:nth-child(2n) {
		margin-left: 0;
	}
}
.l-footer__list:nth-child(2) {
	margin-top: 0;
}
@media screen and (min-width: 769px) {
	.l-footer__list:nth-child(2) {
		margin-top: 40px;
	}
}
.l-footer__list p {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 1.0714285714rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.l-footer__list p {
		font-size: 1.3333333333rem;
		line-height: 1;
	}
}
.l-footer__list span {
	font-weight: bold;
	color: #fff;
	display: block;
	margin-top: 5px;
	font-size: 0.7142857143rem;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.l-footer__list span {
		font-size: 0.8666666667rem;
		line-height: 1;
		margin-top: 4px;
	}
}

.l-footer__list--branch {
	margin-top: 12px;
}
@media screen and (min-width: 769px) {
	.l-footer__list--branch {
		margin-top: 16px;
	}
}
.l-footer__list--branch a {
	color: #fff;
	display: block;
	font-size: 0.7142857143rem;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.l-footer__list--branch a {
		font-size: 0.8666666667rem;
		line-height: 1;
		margin-top: 4px;
	}
}

/*==============================================

  COMPONENT

==============================================*/
/*==============================================
  COMPONENT TEXT
==============================================*/
.c-h1 {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.c-h1 {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.c-p {
	margin: 1em 0;
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.c-p {
		font-size: 1rem;
		line-height: 1.5;
	}
}

/*==============================================
  COMPONENT BUTTON
==============================================*/
/*==============================================
  FADE IN
==============================================*/
.js-fadein {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
	transition: opacity 1s, visibility 1s, -webkit-transform 1s;
	transition: transform 1s, opacity 1s, visibility 1s;
	transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
.js-fadein.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

/*==============================================

  UTILITY

==============================================*/
.u-hidden {
	display: none;
}

@media screen and (max-width: 768px) {
	.u-hidden-sp {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.u-hidden-pc {
		display: none;
	}
}

.u-left {
	text-align: left;
}

.u-center {
	text-align: center;
}

.u-right {
	text-align: right;
}

.u-red {
	color: red;
}

.u-bg-red {
	background-color: red;
}

/*==============================================

  THEME HOME

==============================================*/
.t-job {
	padding-top: 70px;
}

.t-job__wrap h1 {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-job__wrap h1 {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
.t-job__wrap h1 p {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 4rem;
	line-height: 1.8571428571;
}
@media screen and (min-width: 769px) {
	.t-job__wrap h1 p {
		font-size: 6rem;
		line-height: 1.8;
	}
}
.t-job__wrap h1 span {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #BCC6F2;
	margin: auto;
	font-size: 1.0714285714rem;
	line-height: 1;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.t-job__wrap h1 span {
		font-size: 1.6rem;
		line-height: 1;
		margin-top: 20px;
	}
}
.t-job__wrap h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 1.7142857143rem;
	line-height: 1.4583333333;
}
@media screen and (min-width: 769px) {
	.t-job__wrap h2 {
		font-size: 2.4rem;
		line-height: 2;
		margin: 0;
	}
}

.t-job__txt {
	margin: 40px 30px 60px;
}
@media screen and (min-width: 769px) {
	.t-job__txt {
		margin: 60px auto 80px;
	}
}
.t-job__txt p {
	text-align: left;
	font-size: 1.0714285714rem;
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.t-job__txt p {
		font-size: 1rem;
		line-height: 2;
		text-align: center;
	}
}

.t-job__tag {
	display: block;
}
@media screen and (min-width: 769px) {
	.t-job__tag {
		width: 87.5%;
		margin: auto;
		padding-bottom: 100px;
	}
}

.t-job__tag--wrap {
	display: block;
	background-color: #F4EFED;
	padding: 30px 0 10px;
}
@media screen and (min-width: 769px) {
	.t-job__tag--wrap {
		padding: 20px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.t-job__tag--wrap:nth-child(2n) {
	background-color: #FFF;
}

.t-job__tag--ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
	.t-job__tag--ttl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border-right: solid 1px #000;
		width: 28.5714285714%;
	}
}
.t-job__tag--ttl p {
	text-align: center;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	font-size: 1.0714285714rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-job__tag--ttl p {
		font-size: 1rem;
		line-height: 1;
	}
}

.t-job__tag--area {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-job__tag--area {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 0;
		width: 71.4285714286%;
	}
}

.t-job__tag--area-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	width: 90%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 769px) {
	.t-job__tag--area-inner {
		width: auto;
	}
}

.t-job__tag--btn {
	position: relative;
	background-color: #282F8E;
	border-radius: 50px;
	margin-left: 10px;
	margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
	.t-job__tag--btn {
		margin-left: 10px;
		margin-bottom: 0;
	}
}
.t-job__tag--btn a {
	color: #fff;
}
.t-job__tag--btn:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../../image/common/anchor_arrow.png") no-repeat center;
	background-size: cover;
	height: 5px;
	width: 10px;
}

.t-job__tag--btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	padding: 12px 50px 12px 18px;
	font-size: 0.8571428571rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-job__tag--btn-wrap {
		font-size: 1rem;
		line-height: 1;
		padding: 12px 50px 12px 20px;
	}
}

.t-job__section:nth-child(2n) .t-job__contents {
	background-color: #FFF;
}
.t-job__section:nth-child(2n) .t-job__contents .t-job__contents--ttl h3 {
	background-color: #F4EFED;
}

.t-job__contents {
	background-color: #ECEEF4;
}

.t-job__contents--wrap {
	padding: 40px 0 40px;
	width: 87.5%;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.t-job__contents--wrap {
		padding: 80px 0 100px;
	}
}

.t-job__contents--ttl h3 {
	text-align: center;
	margin: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	background-color: #FFF;
	font-size: 2.1428571429rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-job__contents--ttl h3 {
		font-size: 2.4rem;
		line-height: 1;
	}
}
.t-job__contents--ttl p {
	font-weight: bold;
	margin-top: 30px;
	font-size: 1.4285714286rem;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	.t-job__contents--ttl p {
		text-align: center;
		font-size: 1.6rem;
		line-height: 2;
		margin-top: 40px;
	}
}

.t-job__contents--col {
	display: block;
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.t-job__contents--col {
		margin-top: 60px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width: 769px) {
	.t-job__contents--block {
		width: 50%;
		padding-right: 80px;
	}
}
.t-job__contents--block:nth-child(2) {
	padding-right: 0;
	padding-top: 30px;
	margin-top: 30px;
	border-top: solid 1px #000;
}
@media screen and (min-width: 769px) {
	.t-job__contents--block:nth-child(2) {
		padding-left: 80px;
		padding-top: 0;
		margin-top: 0;
		border-left: solid 1px #000;
		border-top: none;
	}
}

.t-job__contents--block-ttl {
	font-weight: bold;
	background-color: #BCC6F2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 1.2857142857rem;
	line-height: 1;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.t-job__contents--block-ttl {
		font-size: 1.2rem;
		line-height: 1;
		margin: 0;
	}
}

.t-job__contents--block-txt {
	margin-top: 20px;
	font-size: 1.0714285714rem;
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.t-job__contents--block-txt {
		font-size: 1rem;
		line-height: 2;
		margin-top: 20px;
	}
}

.t-job__contents--btn .t-main__section--btn {
	margin: 40px auto 0;
}

.t-main__section--btn {
	position: relative;
	background-color: #282F8E;
	border-radius: 100px;
	width: 240px;
	display: block;
}
@media screen and (min-width: 769px) {
	.t-main__section--btn {
		margin-top: 40px;
		width: 240px;
	}
}
.t-main__section--btn p {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 16px 0 16px 30px;
	font-size: 0.9285714286rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-main__section--btn p {
		font-size: 0.8666666667rem;
		line-height: 1;
		padding: 16px 0 16px 30px;
	}
}
.t-main__section--btn:before {
	content: "";
	position: absolute;
	background: url("../../image/common/btn_arrow_up.png") no-repeat center;
	background-size: cover;
	width: 10px;
	height: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
}