.sp {
	display: block;
}

.pc {
	display: none;
}

.en {
	font-family: 'Fjalla One';
	font-weight: 400;
	text-transform: uppercase;
}

html {
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック体', YuGothic, 'Yu Gothic Medium', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Roboto, 'メイリオ', Meiryo, sans-serif;
	font-size: 62.5%;
	height: 100%;
	color: #222;
	background: #fff;
	font-feature-settings: 'pkna' 1;
}

body {
	font-size: 1.4rem;
	height: 100%;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

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

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1rem;
}

a {
	transition: color .1s linear, opacity .3s linear;
	text-decoration: none;
	color: #333;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

h1,
h2,
h3,
p,
div,
table {
	margin: 0;
}

ul,
li {
	list-style: none;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	vertical-align: bottom;
	border: 0;
}

pre {
	overflow: auto;
}

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

figure {
	margin: 0;
	padding: 0;
}

input,
textarea {
	padding: 0;
}

input[type=submit] {
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
	font-family: inherit;
	border: 1px solid #eee;
	border-radius: 0;
	-webkit-appearance: none;
}

address {
	font-size: 1rem;
	font-style: normal;
}

i {
	font-style: normal;
}

footer {
	padding: 40px 0 10px;
	text-align: center;
	color: #fff;
	background: #243034;
}

footer .logo {
	width: 160px;
	margin: 0 auto 30px;
	opacity: .2;
}

footer .footerNav {
	margin-bottom: 30px;
}

footer .footerNav ul li a {
	display: inline-flex;
	height: 1cm;
	align-items: center;
}

footer a {
	font-family: 'Fjalla One';
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

header {
	position: fixed;
	z-index: 200;
	top: 0;
	width: 100%;
	transition: all ease .3s;
	background: #fff;
}

header .inner {
	padding: 10px 10px 0;
}

header .logo img {
	height: 20px;
}

header .gNav {
	margin-top: 10px;
	text-transform: uppercase;
}

header .gNav ul {
	display: flex;
	overflow-x: auto;
	justify-content: space-between;
}

header .gNav ul li {
	margin: 0 5px;
}

header .gNav ul li a {
	display: block;
	padding: 5px;
}

.scroll header {
	top: -40px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.inner {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}

article {
	position: relative;
	background: #fff;
}

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

.ttlCommon {
	font-size: 3rem;
	margin-bottom: 20px;
	text-align: center;
}

.ttlCommon.ttlBorder {
	position: relative;
}

.ttlCommon.ttlBorder::after {
	position: absolute;
	z-index: 0;
	top: 50%;
	display: block;
	width: 100%;
	height: 5px;
	margin-top: -2px;
	content: '';
	background: #222;
}

.ttlCommon.ttlBorder span {
	position: relative;
	z-index: 1;
	padding: 0 20px;
	background: #fff;
}

#visual {
	padding: 100px 20px;
	background: url('../img/bg.jpg') center center;
	background-size: cover;
}

#visual .visual__logo {
	width: 265px;
	margin: 0 auto 25px;
}

#visual .visual__logo img {
	width: 100%;
	height: auto;
}

#visual .message .message__hdg {
	font-size: 3rem;
	margin-bottom: 20px;
}

#visual .message .message_txt {
	font-weight: bold;
}

#visual .message .message_txt .slide-in-wrap {
	margin-bottom: 3px;
}

#news {
	padding: 30px 0;
	color: #fff;
	background: #272727;
}

#news .news__ttl {
	font-size: 2.3rem;
	margin-bottom: 20px;
	text-align: center;
}

#news .news__list {
	margin-bottom: 30px;
}

#news .news__list-item {
	margin-bottom: 15px;
}

#news .news__list-item:last-child {
	margin-bottom: 0;
}

#news .news__list-item a {
	display: block;
	padding-right: 20px;
	color: #fff;
	background: url(../img/ico-arrow.svg) no-repeat right 75%;
}

#news .news__list-item a time {
	font-size: 1.2rem;
	display: block;
}

#news .news__btn {
	text-align: center;
}

#news .news__btn a {
	font-size: 1.5rem;
	display: inline-block;
	padding: 0 5px 5px;
	color: #fff;
	border-bottom: 2px solid #fff;
}

#mission {
	padding: 50px 0 0;
}

#mission .mission__ttl--en.slide-in-wrap {
	font-size: 3rem;
	margin-bottom: 30px;
	padding: 0 10px 0 0;
}

#mission .mission__ttl--en.slide-in-wrap::before {
	top: auto;
	bottom: 0;
	height: 20px;
	background: #8aecf3;
}

#mission .mission__ttl {
	font-size: 3rem;
	line-height: 1.3333333333;
	margin-bottom: 30px;
}

#mission .mission__paragraph {
	margin-bottom: 20px;
}

#mission .aboutFanCircle {
	text-align: center;
}

#mission .aboutFanCircle a,
#mission .aboutFanCircle span {
	font-weight: bold;
	display: inline-flex;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	align-items: center;
}

#mission .aboutFanCircle a img,
#mission .aboutFanCircle span img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

#works {
	position: relative;
	margin: 50px 0 0;
	background: #f2f2f2;
}

#works .inner {
	padding: 50px 20px;
}

#works .status-comingsoon {
	font-family: 'Fjalla One';
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

#works .works__ttl {
	font-size: 3rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}

#works .works__btn {
	margin-bottom: 30px;
	text-align: center;
}

#works .works__btn a {
	font-size: 2rem;
	position: relative;
	display: inline-flex;
	height: 40px;
	padding: 0 20px 0 30px;
	color: #fff;
	background: #1f1f1f;
	align-items: center;
	justify-content: center;
}

#works .works__btn a::after {
	position: absolute;
	right: -20px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 0 20px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #1f1f1f;
}

#service .serviceList .serviceList__list {
	display: flex;
	margin-bottom: 40px;
	align-items: center;
}

#service .serviceList .serviceList__list:last-child {
	margin-bottom: 0;
}

#service .serviceList .serviceList__list.serviceList__list--typeLarge .num {
	font-size: 7rem;
}

#service .serviceList .serviceList__list .num {
	font-family: 'Bebas Neue';
	font-size: 4rem;
	line-height: 1;
	width: 60px;
	text-align: center;
}

#service .serviceList .serviceList__list .txt {
	padding-left: 15px;
	flex: 1;
}

#service .serviceList .serviceList__list .txt .list__sup {
	font-size: .8rem;
	line-height: 1.6666666667;
}

#service .serviceList .serviceList__list .txt .list__ttl {
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 5px;
}

#service .serviceList .serviceList__list .txt .list__desc {
	font-size: 1.2rem;
}

#company {
	padding: 20px;
	background: #171717;
	background: linear-gradient(135deg, #171717 0%, #001837 40%, #1b5260 100%);
}

#company .inner {
	max-width: none;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
	background: url('../img/txt-company-sp.svg') no-repeat center center;
	background-size: contain;
}

#company dl {
	margin-bottom: 30px;
}

#company dl:last-child {
	margin-bottom: 0;
}

#company dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#company dl dd {
	font-size: 1.3rem;
	margin-bottom: 30px;
}

#company dl dd:last-child {
	margin-bottom: 0;
}

#company dl dd a {
	display: inline-flex;
	width: 1cm;
	height: 1cm;
	color: currentColor;
	align-items: center;
	justify-content: center;
}

#member .member-thumbs {
	display: flex;
	max-width: 800px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 10px;
}

#member .member-thumbs li {
	width: calc(25% - 10px);
}

#member .member-thumbs li a {
	display: block;
	text-align: center;
}

#member .member-thumbs li a figcaption {
	font-size: .9rem;
}

#member .memberList .memberList__list {
	margin-bottom: 50px;
}

#member .memberList .memberList__list:last-child {
	margin-bottom: 0;
}

#member .memberList .memberList__list .fig {
	margin-bottom: 20px;
}

#member .memberList .memberList__list .fig figure {
	width: 200px;
	margin: 0 auto 10px;
}

#member .memberList .memberList__list .fig .name {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#member .memberList .memberList__list .fig .status {
	font-size: 1rem;
	display: flex;
	justify-content: center;
}

#member .memberList .memberList__list .fig .status li {
	margin: 0 10px;
}

#member .memberList .memberList__list .fig .status li .ico {
	margin-right: 5px;
}

#member .memberList .memberList__list .txt {
	font-size: 1.3rem;
	line-height: 1.8461538462;
}

#contact {
	padding: 40px 0;
	background: #f3f3f3;
}

#contact .left {
	margin-bottom: 30px;
	text-align: center;
}

#contact .form .form__block {
	margin-bottom: 30px;
}

#contact .form .form__block textarea,
#contact .form .form__block select,
#contact .form .form__block input[type=email],
#contact .form .form__block input[type=tel],
#contact .form .form__block input[type=text] {
	font-size: 1.6rem;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 10px;
	border-color: #c8c8c8;
	border-radius: 5px;
}

#contact .form .form__block textarea {
	height: 10em;
}

#contact .form .form__block.form__block--typeSend {
	margin-bottom: 0;
	text-align: center;
}

#contact .form .form__block.form__block--typeSend input[type=submit],
#contact .form .form__block.form__block--typeSend button {
	display: flex;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	border: none;
	border-radius: 5px;
	background: #2d6ca2;
	align-items: center;
	justify-content: center;
}

#contact .form .form__block.form__block--typeSend input[type=submit]:disabled {
	background: #666;
}

#mask {
	font-weight: bold;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	display: flex;
	display: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .92);
	align-items: center;
	justify-content: center;
}

#mask .in figure {
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
}

#mask .in figure img {
	width: 100%;
	height: auto;
}

#mask .in ul {
	display: inline-block;
	text-align: left;
}

#mask .in ul li {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}

#mask .in ul .circle {
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border: 4px solid #fff;
	border-radius: 20px;
}

#mask .in ul .circle.red {
	border-color: #e60012;
}

#mask .in ul .circle.yellow {
	border-color: #fdd000;
}

#mask .in ul .circle.green {
	border-color: #6fba2c;
}

#mask .in ul .circle.blue {
	border-color: #0068b7;
}

#mask .in ul .circle.pink {
	border-color: #eb6ea5;
}

.bnr-area {
	padding: 20px;
	background-color: #f0f0f0;
}

.bnr-area a {
	display: block;
	max-width: 1500px;
	margin: 0 auto;
}

.slide-in-wrap {
	position: relative;
	display: inline-block;
	padding: 10px;
	transform: translate3d(0, 0, 0);
}

.slide-in-wrap::before {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	display: inline-block;
	width: 0;
	height: 100%;
	content: ''; /* 任意の値 */
	background: #fff;
}

.slide-in-wrap .slide-in {
	position: relative;
	z-index: 1;
	display: block;
}

.slide-in-wrap.slide-in-animation::before {
	-webkit-animation: passing-bar .5s ease .5s 1 normal forwards;
	animation: passing-bar .5s ease .5s 1 normal forwards;
}

.entries .entry {
	margin-bottom: 20px;
}

.entries .entry a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.entries .entry a .entry__txt {
	padding: 20px;
}

.entries .entry a .entry__ttl {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.entries .entry a .entry__description {
	font-size: 1.2rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.entries .entry a .entry__tag {
	display: flex;
	margin-top: 10px;
}

.entries .entry a .entry__tag li {
	font-size: .9rem;
	margin: 0 2px 2px 0;
	padding: 3px 5px;
	background: #e8e8e8;
}

.entries .entry a .entry__date {
	margin-top: 10px;
}

.under article {
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

.under .page-head {
	margin-bottom: 20px;
}

.under .page-ttl {
	font-size: 4rem;
	text-align: center;
	text-align: center;
}

.pagination {
	margin-top: 50px;
}

.pagination .wp-pagenavi {
	font-family: 'Fjalla One';
	font-weight: 400;
	display: flex;
	text-transform: uppercase;
	justify-content: center;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
	display: flex;
	width: 40px;
	height: 40px;
	margin: 0 1px;
	align-items: center;
	justify-content: center;
}

.pagination .wp-pagenavi a {
	color: #fff;
	background: #222;
}

.pagination .wp-pagenavi span {
	background: #fff;
}

.pagination .page-link {
	font-size: 1.2rem;
	display: flex;
	width: 80%;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.pagination .page-link figure {
	width: 80px;
}

.pagination .page-link figure img {
	border-radius: 10px;
}

.pagination .page-link .page-link__ttl {
	display: -webkit-box;
	overflow: hidden;
	padding-left: 10px;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pagination .page-link.next {
	margin-top: 20px;
	margin-left: auto;
}

.news-detail .page-head .page-back,
.work-detail .page-head .page-back {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.news-detail .page-head .page-back a,
.work-detail .page-head .page-back a {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.news-detail .page-head .page-back img,
.work-detail .page-head .page-back img {
	width: 12px;
	height: auto;
}

.news-detail .page-head .page-ttl,
.work-detail .page-head .page-ttl {
	font-size: 2.4rem;
	line-height: 1.5;
}

.news-detail .page-head .date,
.work-detail .page-head .date {
	display: block;
	margin-top: 10px;
	text-align: center;
}

.work-list .timeline {
	position: relative;
	padding-top: 30px;
}

.work-list .timeline::after {
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	width: 2px;
	height: 100%;
	content: '';
	background: #222;
}

.work-list .timeline .year {
	padding-left: 40px;
}

.work-list .timeline .year .year-num {
	font-size: 2rem;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	margin-left: -35px;
	padding: 5px 5px 5px 0;
	background: #f2f2f2;
}

.work-list .timeline .year .entry {
	position: relative;
}

.work-list .timeline .year .entry::before {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: -38px;
	display: block;
	width: 18px;
	height: 18px;
	content: '';
	background: url(../img/ico-circle.svg);
}

.work-list .timeline .year .entry::after {
	position: absolute;
	top: 18px;
	right: 100%;
	display: block;
	width: 30px;
	height: 2px;
	content: '';
	background: #222;
}

.work-list .timeline .year .entry .entry__eyecatch {
	padding: 10px 10px 0;
}

.work-list .timeline .year .entry .entry__eyecatch img {
	border-radius: 10px;
}

.work-list .timeline .year .entry .entry__txt {
	margin-top: -10px;
}

.work-list .timeline .year .entry .entry__description {
	display: none;
}

.work-list .timeline .year .entry .entry__ttl {
	font-size: 1.6rem;
}

.work-detail .entry-content {
	margin: 0 -20px;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
}

.work-detail .entry-content .entry__eyecatch img {
	border-radius: 10px;
}

.work-detail .entry-content .entry__gallery {
	display: flex;
	margin: 10px 0;
	flex-wrap: wrap;
}

.work-detail .entry-content .entry__gallery li {
	width: 24%;
	max-width: 100px;
	margin-right: 1%;
}

.work-detail .entry-content .entry__txt {
	margin-top: 20px;
}

.work-detail .entry-content .entry__txt p {
	margin-bottom: 1em;
}

.work-detail .entry-content .entry__tag {
	display: flex;
	margin-top: 10px;
}

.work-detail .entry-content .entry__tag li {
	font-size: .9rem;
	margin: 0 2px 2px 0;
	padding: 3px 5px;
	background: #e8e8e8;
}

.news-detail .entry-content {
	margin: 0 -20px;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
}

.news-detail .entry-content .entry__eyecatch img {
	border-radius: 10px;
}

.news-detail .entry-content .entry__gallery {
	display: flex;
	margin: 10px 0;
	flex-wrap: wrap;
}

.news-detail .entry-content .entry__gallery li {
	width: 24%;
	max-width: 100px;
	margin-right: 1%;
}

.news-detail .entry-content .entry__txt {
	margin-top: 20px;
}

.news-detail .entry-content .entry__txt p {
	margin-bottom: 1em;
}

.news-detail .entry-content .entry__tag {
	display: flex;
	margin-top: 10px;
}

.news-detail .entry-content .entry__tag li {
	font-size: .9rem;
	margin: 0 2px 2px 0;
	padding: 3px 5px;
	background: #e8e8e8;
}

@media screen and (min-width: 769px) {

#visual {
	display: flex;
	min-height: calc(100vh - 100px);
	padding: 0;
	align-items: center;
	justify-content: center;
}

#visual .visual__logo {
	width: 300px;
	margin: 0 0 35px 0;
}

#visual .visual__txt {
	padding: 0 0 0 50px;
}

#visual .message .message__hdg {
	font-size: 5rem;
}

#visual .message .message__hdg br {
	display: none;
}

#visual .message .message_txt {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
}

#visual .message .message_txt .slide-in-wrap {
	margin-bottom: 3px;
}

#company .inner {
	display: flex;
	padding-top: 250px;
	padding-bottom: 250px;
	background-image: url('../img/txt-company.svg');
	justify-content: center;
}

#company dl {
	margin-right: 100px;
	margin-bottom: 30px;
}

#company dl:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

#company dl dt {
	font-size: 1.6rem;
}

#company dl dd {
	font-size: 1.6rem;
	margin-bottom: 40px;
}

#company dl dd a {
	display: inline-flex;
	width: 1cm;
	height: 1cm;
	color: currentColor;
	align-items: center;
	justify-content: center;
}

#member .member-thumbs {
	margin-bottom: 80px;
	gap: 20px;
}

#member .member-thumbs li {
	width: 80px;
}

#member .member-thumbs li a {
	display: block;
	text-align: center;
}

#member .member-thumbs li a figcaption {
	font-size: 1.2rem;
	margin-top: 5px;
}

#member .memberList .memberList__list {
	display: flex;
}

#member .memberList .memberList__list .fig {
	width: 380px;
	text-align: center;
}

#member .memberList .memberList__list .fig figure {
	width: 100%;
}

#member .memberList .memberList__list .fig .name {
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}

#member .memberList .memberList__list .fig .status {
	font-size: 1.5rem;
	display: inline-block;
	text-align: left;
}

#member .memberList .memberList__list .fig .status li {
	margin: 0 10px 5px;
}

#member .memberList .memberList__list .fig .status li .ico {
	margin-right: 5px;
}

#member .memberList .memberList__list .txt {
	font-size: 1.6rem;
	line-height: 1.875;
	padding-left: 80px;
	flex: 1;
}

#contact {
	padding: 100px 0;
}

#contact .inner {
	display: flex;
}

#contact .inner .left {
	width: 50%;
	text-align: left;
}

#contact .inner .left .ttlCommon {
	margin-bottom: 20px;
	text-align: left;
}

#contact .inner .right {
	width: 50%;
}

#contact .inner .right .form .form__block.form__block--typeSend input[type=submit],
#contact .inner .right .form .form__block.form__block--typeSend button {
	margin: 0;
}

#mask .in figure {
	width: 300px;
	height: 300px;
	margin-bottom: 30px;
}

#mask .in ul {
	font-size: 1.8rem;
}

.bnr-area {
	padding: 40px;
}

.slide-in-wrap {
	padding: 10px 20px;
}

}

@media screen and (min-width: 1000px) {

.sp {
	display: none;
}

.pc {
	display: block;
}

footer {
	padding-top: 50px;
}

footer .logo {
	width: 270px;
}

footer .footerNav {
	margin-bottom: 120px;
}

footer .footerNav ul {
	display: flex;
	justify-content: center;
}

footer .footerNav ul li {
	margin: 0 20px;
}

footer .footerNav ul li a {
	display: inline-flex;
	height: 1cm;
	align-items: center;
}

header .inner {
	display: flex;
	padding: 20px;
	transition: all ease .3s;
	align-items: center;
}

header .inner .logo {
	margin-right: auto;
}

header .inner .logo img {
	height: 30px;
}

header .inner .gNav {
	font-size: 2rem;
	margin-top: 0;
}

header .inner .gNav ul li {
	margin-left: 20px;
}

header .inner .gNav ul li a {
	padding: 0;
}

.scroll header {
	top: 0;
}

.scroll header .inner {
	padding: 10px 20px;
}

.ttlCommon {
	font-size: 5rem;
	margin-bottom: 60px;
}

.ttlCommon.ttlBorder::after {
	height: 10px;
	margin-top: -5px;
}

#news .inner {
	display: flex;
	align-items: center;
}

#news .news__ttl {
	width: 80px;
	margin-bottom: 0;
	text-align: left;
}

#news .news__list {
	margin-bottom: 0;
	flex: 1;
}

#news .news__list-item a {
	font-size: 1.5rem;
	display: inline-flex;
	background-position: center right;
}

#news .news__list-item a time {
	font-size: 1.5rem;
	width: 7em;
}

#news .news__btn {
	align-self: flex-end;
}

#mission {
	padding: 100px 0 0;
}

#mission .mission__ttl--en.slide-in-wrap {
	font-size: 5rem;
}

#mission .mission__ttl {
	font-size: 6rem;
}

#mission .mission__paragraph {
	font-size: 2rem;
	margin-bottom: 60px;
}

#mission .aboutFanCircle {
	text-align: right;
}

#works {
	margin: 90px 0 0;
}

#works .inner {
	position: relative;
	padding: 90px 0;
}

#works .works__ttl {
	font-size: 5rem;
}

#works .works__btn {
	position: absolute;
	top: 0;
	right: 20px;
	transform: translateY(-50%);
}

#service .serviceList .serviceList__sideBySide {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

#service .serviceList .serviceList__sideBySide .serviceList__list {
	width: 48%;
}

#service .serviceList .serviceList__list.serviceList__list--typeLarge .num {
	font-size: 15rem;
	width: 150px;
}

#service .serviceList .serviceList__list.serviceList__list--typeLarge .txt .list__ttl {
	font-size: 4rem;
}

#service .serviceList .serviceList__list .num {
	font-size: 9rem;
	width: 90px;
}

#service .serviceList .serviceList__list .txt .list__sup {
	font-size: 1.2rem;
}

#service .serviceList .serviceList__list .txt .list__ttl {
	font-size: 2.4rem;
}

#service .serviceList .serviceList__list .txt .list__desc {
	font-size: 1.5rem;
}

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

.entries.entries--col3 .entry {
	width: 32%;
}

.entries.entries--col3::after {
	width: 32%;
	content: '';
}

.entries.entries--col2 .entry {
	width: 48%;
}

.entries.entries--col2 .entry a .entry__txt {
	padding: 30px;
}

.entries.entries--col2 .entry a .entry__ttl {
	font-size: 2rem;
	margin-bottom: 20px;
}

.entries.entries--col2 .entry a .entry__description {
	font-size: 1.3rem;
	-webkit-line-clamp: 4;
}

.entries.entries--col2 .entry a .entry__tag {
	margin-top: 20px;
}

.entries.entries--col2 .entry a .entry__tag li {
	font-size: 1.1rem;
}

.entries.entries--col2 .entry a .entry__date {
	font-size: 1.5rem;
	margin-top: 20px;
}

.under article {
	padding-top: 130px;
	padding-bottom: 100px;
}

.under .page-head {
	margin-bottom: 70px;
}

.under .page-ttl {
	font-size: 8rem;
}

.pagination.pagination--detail {
	display: flex;
	align-items: center;
}

.pagination .page-link {
	box-sizing: border-box;
	width: 48%;
	align-items: center;
}

.pagination .page-link figure {
	width: 120px;
}

.pagination .page-link.next {
	margin-top: 0;
	margin-left: auto;
}

.pagination .page-link .page-link__ttl {
	font-size: 1.4rem;
	font-weight: bold;
}

.news-detail .page-head .page-back img,
.work-detail .page-head .page-back img {
	width: 18px;
	height: auto;
}

.news-detail .page-head .page-ttl,
.work-detail .page-head .page-ttl {
	font-size: 5rem;
}

.news-detail .page-head .date,
.work-detail .page-head .date {
	font-size: 2.5rem;
}

.work-list .timeline .year .year-num {
	font-size: 3rem;
	margin-left: -55px;
}

.work-list .timeline .year .entry {
	width: 100%;
}

.work-list .timeline .year .entry::before {
	top: 50%;
	transform: translateY(-50%);
}

.work-list .timeline .year .entry::after {
	top: 50%;
	transform: translateY(-50%);
}

.work-list .timeline .year .entry a {
	display: flex;
	padding: 10px;
}

.work-list .timeline .year .entry a .entry__eyecatch {
	width: 200px;
	padding: 0;
	flex: none;
}

.work-list .timeline .year .entry a .entry__txt {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

.work-list .timeline .year .entry a .entry__ttl {
	padding-top: 3px;
}

.work-list .timeline .year .entry a .entry__description {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.work-detail .entry-content {
	display: flex;
	margin: 0;
}

.work-detail .entry-content .entry__fig {
	width: 60%;
	max-width: 600px;
}

.work-detail .entry-content .entry__txt {
	margin-top: 0;
	padding-left: 30px;
	flex: 1;
}

.work-detail .entry-content .entry__txt .entry__tag {
	margin-top: 20px;
}

.work-detail .entry-content .entry__txt .entry__tag li {
	font-size: 1.1rem;
}

.news-detail .entry-content {
	margin: 0;
	padding: 30px;
}

.news-detail .entry-content .entry__eyecatch {
	margin-bottom: 30px;
}

.news-detail .entry-content .entry__txt {
	margin-top: 0;
	padding-left: 0;
	flex: 1;
}

.news-detail .entry-content .entry__txt img {
	width: auto;
	max-width: 100%;
}

}

@-webkit-keyframes passing-bar {

0% {
	left: 0;
	width: 0;
}

100% {
	left: 0;
	width: 100%;
}

}

@keyframes passing-bar {

0% {
	left: 0;
	width: 0;
}

100% {
	left: 0;
	width: 100%;
}

}

@-webkit-keyframes passing-txt {

0% {
	opacity: 0;
}

50% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes passing-txt {

0% {
	opacity: 0;
}

50% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


.under.recruit {
	#contact {
		padding: 0;
	}
	.inner {
		justify-content: center;
	}
}