/*
Theme Name: Elegant
Template: maintheme
Author: repeat
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap');
.family_mincho{
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

.bgc-key,
.bgc-key__before:before,
.bgc-key__after:after {
	background-color: #005bb0;
}
.bdc-key,
.bdc-key__before:before,
.bdc-key__after:after {
	border-color: #005bb0;
}
.c-key,
.c-key__before:before,
.c-key__after:after {
	color: #005bb0;
}


/*
---
---------------------------------------------------------------------------*/
h1 {
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	line-height: 1;
}
h1 span {
	display: inline-block;
	font-size: 2.4rem;
	margin-left: 20px;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #4d4d4d;
}
header {
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.85);
	z-index: 10;
	padding: 20px;
}
@media only screen and (min-width: 768px) {
	header {
		position: fixed;
	}
	header.clone {
		display: none;
	}
}
header.clone {
	position: fixed;
	transform: translateY(-100%);
	transition: transform .5s;
}
body.scrolled header.clone {
	transform: translateY(0%)
}
.header-inner {
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.header-inner__item:nth-of-type(2) ul {
	font-size: 0;
	display: none;
}
.header-inner__item:nth-of-type(2) li {
	display: inline-block;
	margin-left: 20px;
}
.header-inner__item:nth-of-type(2) a {
	display: block;
	color: inherit;
	font-size: 1.8rem;
}
.header-inner__item:nth-of-type(2) a:hover {
	opacity: .5;
}
/*/
@media only screen and (min-width: 1025px) {
	.header-inner__item:nth-of-type(1) {
		flex-shrink: 0;
	}
	.header-inner__item:nth-of-type(2) ul {
		display: block;
	}
	.header-smpbutton {
		display: none;
	}
}
/*/

.header-smpbutton {
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 41px;
}
.header-smpbutton:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 1px 0;
	top: 9px;
	bottom: 9px;
	left: 5px;
	right: 5px;
	transform: skewX(-20deg);
	transition: transform .5s;
}
.header-smpbutton:after {
	content: "";
	position: absolute;
	background-color: #4d4d4d;
	height: 1px;
	left: 5px;
	right: 5px;
	top: 50%;
}
.header-smpbutton:hover:before {
	transform: skewX(0deg);
}

.drower-global-menu__list a {
	display: block;
	color: inherit;
	padding: 20px;
	border-top: 1px dashed #ddd;
}
.drower-global-menu__list {
	margin-top: 20px;
}
.drower-global-menu__list li:nth-last-of-type(1) a {
	border-bottom: 1px dashed #ddd;
}


/*
---
---------------------------------------------------------------------------*/
footer {
	padding-top: 100px;
}
section {
	padding-top: 100px;
}
section.section-bg--left {
	padding: 140px 0 40px;
}
section.section-bg--right {
	padding: 140px 0 40px;
}
section.section-bg--center {
	padding: 100px 0 40px;
}
.section-bg__bg-layer {
	background-size: cover;
	background-position: center;
	position: absolute;
	z-index: -1;
	bottom: 0;
	background-color: #fff;
}
section.section-bg--left .section-bg__bg-layer {
	top: 100px;
	left: 0;
	right: 20%;
}
section.section-bg--right .section-bg__bg-layer {
	top: 100px;
	left: 20%;
	right: 0;
}
section.section-bg--center .section-bg__bg-layer {
	top: 140px;
	bottom: 0;
	left: 0;
	right: 0;
}
.section-bg__bg-layer:before {
	content: "";
	display: block;
	height: 100%;
	background-color: #d3e8f2;
	opacity: 0.5;
}
.section-bg__bg-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.2;
	background-size: cover;
	background-position: center;
}

.section-inner {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
@media only screen and (min-width: 768px) {
	.section-inner {
		max-width: 1080px;
		padding: 0 40px;
	}
}
.section-inner > :first-child {
	margin-top: 0 !important;
}
.section-inner > :last-child {
	margin-bottom: 0 !important;
}
.acf-block-component.acf-block-body h2,
h2 {
	color: #005bb0;
	font-size: 5rem;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

.btn-a:before {
	content: "\e901";
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .5s;
}
.btn-a:hover:before {
  right: 0;
}
.btn-style1 {
	padding-right: 32px;
	text-align: left;
	color: #fff;
}
.btn-style2 {
	padding-right: 32px;
	text-align: left;
	border-style: solid;
	border-width: 0 0 5px;
}

[data-gallery-function="view-more"] {
	padding-left: 20px;
}
[data-gallery-function="view-more"]:before {
	content: none;
}

.default-arrow .slick-arrow {
	width: 54px;
	height: 54px;
	background-color: #d3e8f2;
	border-radius: 100%;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
}
.default-arrow .slick-arrow i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.default-arrow .slick-arrow i:before {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #4d4d4d;
	transition: all .5s;
}
.default-arrow .slick-next:hover i:before {
	transform: translate(0%, -50%);
}
.default-arrow .slick-prev:hover i:before {
	transform: translate(-100%, -50%);
}



/*
---
---------------------------------------------------------------------------*/
.mainvisual-movie {
	position: relative;
	overflow: hidden;
	max-height: 780px;
	z-index: 0;
}
.mainvisual-movie:before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
	opacity: .4;
}
.mainvisual-movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media only screen and (min-width: 1401px) {
	.mainvisual-movie iframe {
		height: 56.25vw;
	}
}


/*
---
---------------------------------------------------------------------------*/
.mainvisual-slider {
	position: relative;
}
.mainvisual-slider__item {
	position: relative;
	overflow: hidden;
	max-height: 780px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mainvisual-slider__item:before {
	content: "";
	display: block;
	padding-bottom: 60%;
	opacity: .4;
}
.mainvisual-slider__copy {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}
.mainvisual-slider__copy__main {
	font-size: 9rem;
	line-height: 1;
}
.mainvisual-slider__copy__p {
	font-size: 2rem;
	line-height: 1.6;
}


/*
---
---------------------------------------------------------------------------*/
.blog-card {
	padding-left: calc((100vw - 1000px) / 2);
}
.blog-slick {
	margin-right: -80px;
}
.blog-slick .slick-list {
}
.blog-card__inner {
	padding-left: 20%;
}
.blog-slick .slick-slide {
	padding: 0 20px;
}
.blog-slick .slick-arrow {
	top: auto;
	bottom: 0;
	transform: none;
	right: auto;
}
.blog-slick .slick-prev {
	left: -138px;
}
.blog-slick .slick-next {
	left: -74px;
}
.blog-slick__item {
	display: block;
	color: inherit;
}
.blog-slick__thumb {
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	transition: all .5s;
}
.blog-slick__thumb:before {
	content: '';
	display: block;
	padding-bottom: 66.666666%;
}
.blog-slick__thumb span {
	position: absolute;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
	padding: 10px 20px;
	top: 0;
	left: 0;
}
.blog-slick__thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	transition: transform .5s;
}
a:hover .blog-slick__thumb {
	opacity: .5;
}
a:hover .blog-slick__thumb img {
	transform: translate(-50%, -50%) scale(1.2);
}
.blog-slick__text {
	padding: 20px;
	background-color: #fff;
}
.blog-slick__date {
	font-size: 1.2rem;
	opacity: .5;
}
.blog-slick__p {
	font-size: 1.4rem;
	opacity: .5;
}


/*
---
---------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
	.blog-list__item {
		flex-wrap: nowrap;
	}
}
.blog-list__item {
	color: inherit;
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	align-items: flex-start;
}
.blog-list__item:before {
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #f2f2f2;
	position: absolute;
	z-index: -1;
	transition: width .5s;
}
.blog-list__item:hover:before {
	width: 100%;
}
.blog-list__date {
	opacity: .5;
	width: 90px;
	font-size: 1.2rem;
	padding-top: 3px;
	flex-shrink: 0;
}
.blog-list__cat {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
	padding: 5px 10px;
	flex-shrink: 0;
}
.blog-list__title {
	flex-grow: 1;
	padding: 0 40px 0 20px;
}
.blog-list__item span {
	font-size: 1.2rem;
	position: absolute;
	top: 50%;
	right: 10px;
	padding: 0 0 2px 10px;
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: 0 center;
	line-height: 1;
	transform: translateY(-50%);
}
.blog-list__item span:before {
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 1px;
}


/*
---
---------------------------------------------------------------------------*/
.event-table {
	margin-left: -4px;
	margin-right: -4px;
}
.event-table__table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px;
}
.event-table th {
	background-color: #d3e8f2;
	text-align: center;
}
.event-table th:nth-of-type(1) {
	background-color: transparent;
}
.event-table td {
	background-color: #f2f2f2;
}
.event-table td:nth-of-type(1) {
	background-color: #d3f2e8;
}
.event-table__yoyaku-th {
	width: 100px;
}
.event-table .event-table__yoyaku {
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.event-table [data-event-yoyaku] {
	background-color: #ffa236;
	color: #fff;
	cursor: pointer;
	transition: .5s;
}
.event-table [data-event-yoyaku]:hover {
	background-color: #ff6900;
}
.event-table__yoyaku a {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	text-align: center;
	justify-content: center;
	background-color: #ffa236;
	color: #fff;
}
.event-table__yoyaku a:hover {
	background-color: #ff6900;
}


/*
---
---------------------------------------------------------------------------*/
.event-card {
	max-width: 1104px;
	padding-left: 52px;
	padding-right: 52px;
	margin-left: auto;
	margin-right: auto;
}
.event-endtext {
    margin-left: -52px;
    margin-right: -52px;
}
.event-slick {
	margin-left: -40px;
	margin-right: -40px;
}
.event-slick .slick-arrow {
	width: 52px;
	height: 52px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .8;
	transition: opacity .5s;
	z-index: 1;
}
.event-slick .slick-prev {
	left: -12px;
}
.event-slick .slick-next {
	right: -12px;
}
.event-slick .slick-arrow i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.event-slick .slick-arrow i:before {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	transition: all .5s;
}
.event-slick .slick-next:hover i:before {
	transform: translate(0%, -50%);
}
.event-slick .slick-prev:hover i:before {
	transform: translate(-100%, -50%);
}
.event-slick .slick-arrow:hover {
	opacity: 1;
}
.event-slick .slick-slide {
	padding: 50px 40px 0;
}
.event-slick__item {
	display: block;
	background-color: #fff;
	padding: 70px 20px 100px;
	color: inherit;
	position: relative;
}
a.event-slick__item:after {
	content: "VIEW MORE";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #d3e8f2;
	padding: 10px;
	transition: all .5s;
}
a.event-slick__item:hover:after {
	transform: translateY(100%);
}
.event-slick__date {
	position: absolute;
	border-style: solid;
	border-width: 1px;
	width: 100px;
	height: 100px;
	font-size: 3rem;
	border-radius: 100%;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	line-height: 1;
	padding-top: 30px;
}
.event-slick__date span {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	margin-top: 5px;
}
.event-slick__time {
	font-size: 1.2rem;
}
.event-slick__title {
	font-size: 2rem;
}
.event-slick__gaiyo {
	text-align: left;
}
.event-slick__yoyaku {
	width: 100px;
	padding: 5px;
	font-size: 1.4rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffa236;
	color: #fff;
	transition: all .5s;
}
a:hover .event-slick__yoyaku {
	background-color: #ff6900;
}


/*
---
---------------------------------------------------------------------------*/
.conversion-link {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
	display: block;
	color: inherit;
}
.conversion-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d3e8f2;
	opacity: .8;
	transition: opacity .5s;
}
.conversion-link:hover:before {
	opacity: .95;
}
.conversion-link__inner {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.conversion-link__copy-main {
	font-size: 3.4rem;
	line-height: 1.3;
}
.conversion-link__copy-sub {
	font-size: 1.8rem;
}


/*
---
---------------------------------------------------------------------------*/
.gallery-slider__slick {
	padding-right: 60px;
	padding-bottom: 74px;
	margin-left: -10px;
}
.gallery-slider__slick .slick-list {
	overflow: visible;
}
.gallery-slider__slick .slick-slide {
	padding: 0 10px;
}
.gallery-slider__item {
	position: relative;
	overflow: hidden;
}
.gallery-slider__item:before {
	content: '';
	padding-bottom: 56.25%;
	display: block;
}
.gallery-slider__item img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	transition: opacity .5s;
}
.gallery-slider__item:hover img {
	opacity: .75;
}
.gallery-slider__slick .slick-arrow {
	top: auto;
	bottom: 0;
	transform: none;
	right: auto;
}
.gallery-slider__slick .slick-prev {
	left: 30px;
}
.gallery-slider__slick .slick-next {
	left: 30px;
	transform: translateX(100%);
	margin-left: 10px;
}


/*
---
---------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1600px) {
	.gallery-list__item {
		width: 33.3333333333%;
	}
	.gallery-list__item:nth-of-type(n+7) {
		display: none;
	}
}
@media only screen and (min-width: 1601px) {
	.gallery-list__item {
		width: 16.666666666%;
	}
	.gallery-list__item:nth-of-type(n+13) {
		display: none;
	}
	.gallery-more-wide-disp-none {
		display: none;
	}
}
.gallery-list__thumb {
	position: relative;
	overflow: hidden;
}
.gallery-list__thumb:before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}
.gallery-list__thumb img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .5s;
}
.gallery-list__thumb:hover img {
	opacity: .75;
}


/*
---
---------------------------------------------------------------------------*/
.linkbox-slick {
	padding: 0 15% 74px;
}
.linkbox-slick .slick-list {
	overflow: visible;
}
.linkbox-slick .slick-slide {
	padding: 0 10px;
}
.linkbox-slick__item {
	display: block;
	color: inherit;
	background-color: #fff;
	position: relative;
}
.linkbox-slick__item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 0;
	transition: all .5s;
}
a.linkbox-slick__item:hover:before {
	border-width: 4px;
}
.linkbox-slick__text {
	padding: 20px;
}
.linkbox-slick__text__sub:before {
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	margin-bottom: 5px;
}
.linkbox-slick__text__sub {
	font-size: 1.4rem;
}
.linkbox-slick .slick-arrow {
	top: auto;
	bottom: 0;
	transform: none;
	left: auto;
	right: 10%;
}
.linkbox-slick .slick-prev {
	transform: translateX(-100%);
	margin-right: 10px;
}
.linkbox-slick .slick-next {
}


/*
---
---------------------------------------------------------------------------*/
.linkbox-single-thumb-wrapper {
	height: 0;
	position: relative;
}
.linkbox-single-thumb {
	overflow: hidden;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
}
.linkbox-single-thumb-slick {
	padding-right: 50vw;
    width: 200px;
    overflow: hidden;
    z-index: 1;
    box-sizing: content-box;
    transform: translateX(-200px);
}
.linkbox-single-thumb-slick .slick-list {
	overflow: visible;
}
.linkbox-single-thumb-slick .slick-slide {
	padding: 0 10px;
}
.linkbox-single-thumb-slick__item {
	position: relative;
	overflow: hidden;
}
.linkbox-single-thumb-slick__item:before {
	content: "";
	display: block;
	padding-bottom: 66.66666666%;
	background-color: #fff;
}
.linkbox-single-thumb-slick__item img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
}
.linkbox-single-slick__thumb {
	width: 50%;
	padding-bottom: 60px;
}
.linkbox-single-slick__text {
	width: 55%;
	background-color: #fff;
	padding: 40px;
	margin-left: auto;
	position: relative;
	margin-top: -200px;
}
.linkbox-single-slick__title {
	font-size: 2rem;
}
.linkbox-single-slick__p {
	max-height: 15em;
	overflow-y: scroll;
}
.linkbox-single-slick__text a {
	display: inline-block;
}
.linkbox-single-slick__text a:hover {
	transform: translate3d(10px, 10px, 10px);
	transform: translate(10px, 10px);
	transform: translateX(20px);
}
.linkbox-single-slick .slick-arrow {
	top: auto;
	bottom: 20px;
	transform: none;
	left: 0;
	right: auto;
	z-index: 1;
}
.linkbox-single-slick .slick-prev {
}
.linkbox-single-slick .slick-next {
	transform: translateX(100%);
	margin-left: 10px;
}


/*
---
---------------------------------------------------------------------------*/
.career-counter {
	margin-left: -20px;
	margin-right: -20px;
}
.career-counter__item {
	width: 50%;
	padding: 0 20px;
}
.career-counter__inner {
	border-bottom: 1px solid #d3e8f2;
	align-items: flex-end;
	padding: 20px 0;
	flex-wrap: nowrap;
}
.career-counter__name {
	font-size: 2rem;
	flex-grow: 1;
}
.career-counter__number {
	font-size: 2rem;
	text-align: right;
	width: 130px;
	line-height: 1;
	flex-shrink: 0;
}
.career-counter__number span {
	font-size: 6rem;
}
.career-counter__sum__title {
	background-color: #d3e8f2;
	font-size: 2.4rem;
	padding: 20px;
	position: relative;
}
.career-counter__sum__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 20px 0 20px;
	border-color: #d3e8f2 transparent transparent transparent;
}
.career-counter__sum__number {
	font-size: 2rem;
	line-height: 1;
}
.career-counter__sum__number span {
	font-size: 6rem;
}


/*
---
---------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
	.career-graph {
			flex-wrap: nowrap;
	}
}
.career-graph__item canvas {
	position: relative;
	z-index: 1;
}
.career-graph__item:nth-of-type(1) {
	width: 400px;
	max-width: 50%;
	position: relative;
}
.career-graph__item:nth-of-type(1):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 100%;
}
.career-graph__title {
	font-size: 2.4rem;
	position: absolute;
	width: 100%;
	padding: 0 10%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.career-graph__item:nth-of-type(2) {
	padding-left: 40px;
	flex-grow: 1;
}
.career-graph__label {
	border-bottom: 1px solid #d3e8f2;
	font-size: 2rem;
	padding: 20px 0;
	flex-wrap: nowrap;
}
.career-graph__label__item:nth-of-type(1) {
	flex-grow: 1;
	position: relative;
	padding-left: 30px;
}
.career-graph__label__item:nth-of-type(2) {
	width: 100px;
	text-align: right;
	flex-shrink: 0;
}
.career-graph__label__item span {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #000;
	left: 10px;
	top: 10px;
}


/*
---
---------------------------------------------------------------------------*/
.access-map {
	position: relative;
	overflow: hidden;
}
.access-map:before {
	content: '';
	display: block;
	padding-bottom: 45%;
}
@media only screen and (max-width: 701px) {
	.access-map:before {
		padding-bottom: 66.6666666666%;
	}
}
@media only screen and (max-width: 501px) {
	.access-map:before {
		padding-bottom: 100%;
	}
}
.access-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media only screen and (max-width: 1023px) {
	header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	h1 {
		font-size: 2.8rem;
	}
	h1 span {
		font-size: 1.6rem;
		display: block;
		margin-left: 0;
		padding: 0;
		border-left-width: 0;
		position: relative;
	}
	h1 span:before {
		content: "";
		display: block;
		width: 50px;
		border-top: 1px solid;
		margin: 10px 0;
	}


/*
---
---------------------------------------------------------------------------*/
	.blog-slick .slick-slide {
		padding: 0 10px;
	}
	.event-table th,
	.event-table td {
		padding: 10px;
	}
	.event-slick {
		margin-left: -10px;
		margin-right: -10px;
	}
	.event-slick .slick-slide {
		padding-left: 10px;
		padding-right: 10px;
	}
	.event-slick .slick-prev {
		left: -42px;
	}
	.event-slick .slick-next {
		right: -42px;
	}
	.linkbox-slick {
		padding-left: 5%;
		padding-right: 5%;
	}
	.linkbox-single-slick__text {
		margin-top: -140px;
	}
}


@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2rem;
	}
	h1 span {
		font-size: 1.4rem;
	}
	h1 span:before {
		margin: 8px 0 6px;
	}


/*
---
---------------------------------------------------------------------------*/
	.mainvisual-slider__copy__main {
		font-size: 3rem;
	}
	.mainvisual-slider__copy__p {
		text-align: left;
		font-size: 1.4rem;
	}


/*
---
---------------------------------------------------------------------------*/
	footer {
		padding-top: 60px;
	}
	section {
		padding-top: 60px;
	}
	section.section-bg--left {
		padding: 60px 0 20px;
	}
	section.section-bg--right {
		padding: 60px 0 20px;
	}
	section.section-bg--center {
		padding-top: 60px;
	}
	section.section-bg--left .section-bg__bg-layer {
		top: 40px;
	}
	section.section-bg--right .section-bg__bg-layer {
		top: 40px;
	}
	section.section-bg--center .section-bg__bg-layer {
		top: 80px;
	}
	h2 {
		font-size: 2.4rem;
	}
	.default-arrow .slick-arrow {
		width: 40px;
		height: 40px;
	}


/*
---
---------------------------------------------------------------------------*/
	.blog-card {
		padding-left: 0;
	}
	.blog-card__inner {
		padding-left: 10px;
	}
	.blog-slick {
		padding-bottom: 60px;
	}
	.blog-slick .slick-prev {
		left: 10px;
	}
	.blog-slick .slick-next {
		left: 60px;
	}


/*
---
---------------------------------------------------------------------------*/
	.blog-list__title {
		width: 100%;
		padding: 10px 50px 0 0;
	}


/*
---
---------------------------------------------------------------------------*/
	.conversion-link__copy-main {
		font-size: 2.4rem;
	}
	.conversion-link__inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.conversion-link__copy-sub {
		font-size: 1.6rem;
		margin-top: 10px;
	}


/*
---
---------------------------------------------------------------------------*/
	.gallery-slider__slick {
		padding-bottom: 60px;
	}
	.gallery-list__item {
		width: 50%;
	}
	.gallery-list__item:nth-of-type(n+9) {
		display: none;
	}
	.gallery-more-smp-disp-none {
		display: none;
	}


/*
---
---------------------------------------------------------------------------*/
	.linkbox-slick {
		padding-bottom: 60px;
	}
	.linkbox-single-slick__thumb {
		width: auto;
		padding: 0 40px 0 0;
	}
	.linkbox-single-slick__text {
		width: auto;
		margin: -20px 0 0 40px;
		padding: 20px;
	}
	.linkbox-single-thumb {}
	.linkbox-single-slick {
		padding-bottom: 60px;
	}
	.linkbox-single-slick .slick-arrow {
		bottom: 0;
	}
	.linkbox-single-thumb-slick {
		display: none;
	}


/*
---
---------------------------------------------------------------------------*/
	.career-counter__item {
		width: 100%;
	}
	.career-counter__name {
		font-size: 1.6rem;
	}
	.career-counter__number {
		font-size: 1.6rem;
		width: 100px;
	}
	.career-counter__number span {
		font-size: 4rem;
	}
	.career-counter__sum__title {
		font-size: 2rem;
	}
	.career-counter__sum__number span {
		font-size: 4rem;
	}
	.career-counter__sum__number {
		font-size: 1.6rem;
	}
	.career-graph__item:nth-of-type(1) {
		width: 100%;
		max-width: none;
	}
	.career-graph {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.career-graph__item:nth-of-type(2) {
		padding: 20px 0 0;
	}
	.career-graph__title {
		font-size: 1.8rem;
	}
	.career-graph__label {
		font-size: 1.6rem;
	}
	.career-graph__label__item span {
		top: 6px;
	}


/*
---
---------------------------------------------------------------------------*/
	.event-table {
		overflow-x: auto;
		padding-bottom: 10px;
	}
	.event-table::-webkit-scrollbar {
		height: 10px;
	}
	.event-table::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	.event-table::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #444;
	}
	.event-table__table {
		width: 700px;
	}
}



