@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

==============================================*/
main {
	max-width: 1600px;
	margin: auto;
}

.t-career {
	padding-top: 70px;
}

.t-career__wrap {
	padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
	.t-career__wrap {
		padding-bottom: 120px;
	}
}
.t-career__wrap h1 {
	padding-top: 60px;
	padding-bottom: 35px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-career__wrap h1 {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
.t-career__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-career__wrap h1 p {
		font-size: 6rem;
		line-height: 1.8;
	}
}
.t-career__wrap h1 span {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background-color: #BCC6F2;
	font-size: 1.0714285714rem;
	line-height: 1;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.t-career__wrap h1 span {
		font-size: 1.6rem;
		line-height: 1;
		margin-top: 20px;
	}
}
.t-career__wrap h2 {
	font-weight: bold;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.7142857143rem;
	line-height: 1.4583333333;
}
@media screen and (min-width: 769px) {
	.t-career__wrap h2 {
		font-size: 2.4rem;
		line-height: 2;
	}
}
.t-career__wrap .t-career__text {
	text-align: left;
	margin: auto;
	margin-top: 35px;
	width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
	.t-career__wrap .t-career__text {
		text-align: center;
		width: auto;
		margin-top: 60px;
	}
}
.t-career__wrap .t-career__text p {
	font-size: 1.0714285714rem;
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.t-career__wrap .t-career__text p {
		font-size: 1rem;
		line-height: 2;
	}
}

.t-career__text {
	text-align: left;
	margin: auto;
	width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
	.t-career__text {
		text-align: center;
		width: auto;
		margin-top: 60px;
	}
}
.t-career__text p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0714285714rem;
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.t-career__text p {
		font-size: 1rem;
		line-height: 2;
	}
}
.t-career__text-center {
	margin-top: 60px;
	margin-bottom: 40px;
}

.t-career__graph--txt-sp {
	margin-top: -30px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	color: #B1B1B1;
}
@media screen and (min-width: 769px) {
	.t-career__graph--txt-sp {
		display: none;
	}
}

.t-career__head {
	margin-top: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
}
@media screen and (min-width: 769px) {
	.t-career__head {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 80px;
		gap: 30px;
	}
}

.t-career__head__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 20px auto 12px auto;
	-ms-grid-columns: 100%;
	grid-template: "icon" auto "  . " 20px "title" auto "  . " 12px "text" auto/100%;
}
@media screen and (min-width: 769px) {
	.t-career__head__inner {
		-ms-grid-rows: auto 30px auto;
		-ms-grid-columns: 210px 24px 1fr;
		grid-template: "icon . title" auto "icon .   . " 30px "icon .  text" auto/210px 24px 1fr;
	}
}
.t-career__head__inner img {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: icon;
	width: 65%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.t-career__head__inner img {
		width: auto;
	}
}
.t-career__head__inner h3 {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: title;
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
}
.t-career__head__inner p {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	grid-area: text;
	font-size: 15px;
	line-height: 2;
}

.t-career__contents {
	background-color: #F4EFED;
	padding-bottom: 90px;
}
@media screen and (min-width: 769px) {
	.t-career__contents {
		padding-bottom: 120px;
	}
}
.t-career__contents:nth-child(2n) {
	background-color: #FFF;
}
.t-career__contents h2 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0px;
}
@media screen and (min-width: 769px) {
	.t-career__contents h2 {
		margin: 0 0 0px;
	}
}
.t-career__contents h2 p {
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #000;
	font-size: 2.2857142857rem;
	line-height: 1;
	margin: 0 auto;
	padding-bottom: 40px;
	margin-top: -15px;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
	.t-career__contents h2 p {
		font-size: 2.4rem;
		line-height: 2;
		padding-bottom: 40px;
		margin-top: -35px;
	}
}
.t-career__contents .t-career__contents--wrap {
	width: 84%;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.t-career__contents .t-career__contents--wrap {
		width: 87.5%;
	}
}

.t-career__ul {
	display: block;
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.t-career__ul {
		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;
		margin-top: 80px;
	}
}

.t-career__list {
	width: 100%;
	margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
	.t-career__list {
		width: 31.0714285714%;
		margin-bottom: 0;
	}
}
.t-career__list:last-child {
	margin-bottom: 0;
}
.t-career__list h3 {
	font-weight: bold;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8571428571rem;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.t-career__list h3 {
		font-size: 1.6rem;
		line-height: 1;
	}
}
.t-career__list .t-career__list--image {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.t-career__list .t-career__list--image {
		margin-top: 20px;
	}
}
.t-career__list .t-career__list--text {
	margin-top: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9285714286rem;
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.t-career__list .t-career__list--text {
		font-size: 0.8666666667rem;
		line-height: 2;
		margin-top: 20px;
	}
}

.t-career__graph {
	width: 100%;
	overflow: scroll;
}
@media screen and (min-width: 769px) {
	.t-career__graph {
		overflow: unset;
	}
}
.t-career__graph__inner {
	width: 260%;
}
@media screen and (min-width: 769px) {
	.t-career__graph__inner {
		width: 100%;
	}
}

.t-career__model {
	margin-top: 60px;
}
@media screen and (min-width: 769px) {
	.t-career__model {
		margin-top: 70px;
	}
}
.t-career__model__title {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 160px 20px auto 20px auto;
	-ms-grid-columns: auto 1fr auto;
	grid-template: ". icon  ." 160px ".   .   ." 20px ". title ." auto ".   .   ." 20px ".  text ." auto/auto 1fr auto;
	margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
	.t-career__model__title {
		max-width: 750px;
		margin-bottom: 30px;
		-ms-grid-rows: 20px auto 20px auto 20px;
		-ms-grid-columns: 160px 20px 1fr;
		grid-template: "icon .   .  " 20px "icon . title" auto "icon .   .  " 20px "icon .  text" auto "icon .   .  " 20px/160px 20px 1fr;
	}
	.t-career__model__title > img {
		-ms-grid-row: 1;
		-ms-grid-row-span: 5;
		-ms-grid-column: 1;
	}
	.t-career__model__title > h3 {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	.t-career__model__title > p {
		-ms-grid-row: 4;
		-ms-grid-column: 3;
	}
}
.t-career__model__title h3 {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
	grid-area: title;
	font-size: 18px;
	color: #282F8E;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.t-career__model__title h3 {
		text-align: left;
	}
}
.t-career__model__icon {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	width: 160px;
	grid-area: icon;
	margin: 0 auto;
	display: block;
}
.t-career__model__title > .t-career__model__icon {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
}
.t-career__model__text {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	grid-area: text;
	font-size: 14px;
	line-height: 2;
}
.t-career__model__title > .t-career__model__text {
	-ms-grid-row: 5;
	-ms-grid-column: 2;
}
@media screen and (min-width: 769px){
	.t-career__head__inner img {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	.t-career__head__inner h3 {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.t-career__head__inner p {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.t-career__model__title h3 {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.t-career__model__title > h3 {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	.t-career__model__icon {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	.t-career__model__title > .t-career__model__icon {
		-ms-grid-row: 1;
		-ms-grid-row-span: 5;
		-ms-grid-column: 1;
	}
	.t-career__model__text {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.t-career__model__title > .t-career__model__text {
		-ms-grid-row: 4;
		-ms-grid-column: 3;
	}
}
.t-career__model__image {
	width: 100%;
}