@charset "UTF-8";
/* ------------------------ */
/* 基本設定 */
/* ------------------------ */
/* LINK */
a:link,
a:visited {
	text-decoration: none;
	color: #555555;
}

a:hover {
	text-decoration: none;
	color: #555555;
}

a:active {
	text-decoration: none;
	color: #555555;
}

/* CLEARFIX */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1.6;
	font-feature-settings: "palt";
	color: #555555;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFFFFF;
}

.container {
	position: relative;
}

* {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
	img {
		width: 100%;
		height: auto;
	}
}

/* デバイスサイズごとの表示切り替え */
@media only screen and (min-width: 1025px) {
	.hidePC {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.hideTB {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.hideSP {
		display: none !important;
	}
}

/* ユーティリティ：タイポ */
.size13 {
	font-size: 1.3em !important;
}

.size08 {
	font-size: 0.8em !important;
}

.size07 {
	font-size: 0.7em !important;
}

.size06 {
	font-size: 0.6em !important;
}

.letter-01 {
	letter-spacing: -0.1em !important;
}

.fbold {
	font-weight: 700 !important;
}

.fdemi {
	font-weight: 500 !important;
}

.fred {
	color: #ff0000 !important;
}

.nowrap {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.line12 {
	line-height: 1.2 !important;
}

.textcenter {
	text-align: center !important;
}

/* ユーティリティ：マージン */
.mb0 {
	margin-bottom: 0 !important;
}

.mb10em {
	margin-bottom: 1.0em !important;
}

.mb15em {
	margin-bottom: 1.5em !important;
}

.mb20em {
	margin-bottom: 2.0em !important;
}

.mb30em {
	margin-bottom: 3.0em !important;
}

/* 微調整：小型PC */
/* タブレット */
/* 微調整：小型SP */
@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw !important;
	}
}

/* ------------------------ */
/* 共通部品 */
/* ------------------------ */
/* インナー */
.common__innerL {
	width: 100%;
	max-width: 1160px;
	padding: 0 20px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.common__innerL {
		padding: 0 15px;
	}
}

.common__innerS {
	width: 100%;
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.common__innerS {
		padding: 0 15px;
	}
}

/* 下層ページ大枠 */
.common__block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.common__block__head {
	width: 320px;
	padding-right: 10px;
}

.common__block__body {
	width: calc(100% - 320px);
}

@media only screen and (max-width: 1160px) {
	.common__block__head {
		width: 25vw;
	}
	.common__block__body {
		width: calc(100% - 25vw);
	}
}

@media only screen and (max-width: 767px) {
	.common__block {
		display: block;
	}
	.common__block__head {
		width: 100%;
		max-width: inherit;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.common__block__body {
		width: 100%;
		max-width: inherit;
	}
}

/* 下層ページタイトル */
.common__title {
	border-left: solid 4px #CF111B;
	padding-left: 13px;
}

.common__title__en {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 0.67em;
}

.common__title__ja {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
}

@media only screen and (max-width: 1024px) {
	.common__title__en {
		font-size: 1.7rem;
	}
	.common__title__jp {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	.common__title {
		border-left: solid 3px #CF111B;
		padding-left: 8px;
	}
	.common__title__en {
		font-size: 1.6rem;
		margin-bottom: 0.5em;
	}
	.common__title__ja {
		font-size: 1.4rem;
	}
}

/* 表組み */
table.common__table {
	width: 100%;
}

table.common__table > tbody > tr {
	border-bottom: solid 1px #DCDCDC;
}

table.common__table > tbody > tr > th {
	width: 125px;
	padding: 22px 0;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0em;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
}

table.common__table > tbody > tr > td {
	padding: 22px 0;
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0em;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	table.common__table {
		border-bottom: solid 1px #DCDCDC;
	}
	table.common__table > tbody > tr.no_boder_top {
		border-top: none;
	}
	table.common__table > tbody > tr {
		border-bottom: none;
		border-top: solid 1px #DCDCDC;
	}
	table.common__table > tbody > tr > th {
		display: block;
		width: 100%;
		padding: 14px 0 0;
		font-size: 1.3rem;
	}
	table.common__table > tbody > tr > td {
		display: block;
		padding: 14px 0;
		font-size: 1.3rem;
		line-height: 1.84615;
		letter-spacing: 0em;
	}
}

/* インデント */
.common__indent {
	text-indent: -1em;
	padding-left: 1em;
}

/* ------------------------ */
/* ヘッダ */
/* ------------------------ */
/* ヘッダ */
.header {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 89;
}

.header__logo {
	width: 180px;
	height: auto;
	position: relative;
}

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

.header__current__page {
	color: #828282;
	font-size: 18px;
	position: fixed;
	right: 62px;
}

@media only screen and (max-width: 1024px) {
	.header {
		height: 85px;
		margin-bottom: 0;
	}
	.header__logo {
		width: 125px;
	}
}

.header__nav {
	width: 65%;
	max-width: 635px;
	height: 100%;
	position: relative;
	z-index: 90;
}

.header__nav__menu {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__nav__menu > li > a {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.025em;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.header__nav__menu > li > a:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #DDDDDD;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: center top;
	        transform-origin: center top;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

@media (hover: hover) {
	.header__nav__menu > li > a:hover:after {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
}

.header__nav__menu__jp {
	display: none;
}

.header__nav__menu-active > a:after {
	background-color: #CF111B !important;
	-webkit-transform: scale(1, 1) !important;
	        transform: scale(1, 1) !important;
}

@media only screen and (max-width: 1024px) {
	.header__nav {
		display: none;
		width: 100vw;
		max-width: inherit;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		left: inherit;
		bottom: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-justify-content: inherit;
		    -ms-flex-pack: inherit;
		        justify-content: inherit;
		background-color: rgba(255, 255, 255, 0.8);
		-webkit-backdrop-filter: blur(5px);
		        backdrop-filter: blur(5px);
	}
	.header__nav__logo {
		width: 125px;
		position: fixed;
		top: 22px;
		left: 15px;
	}
	.header__nav__logo img {
		width: 100%;
		height: auto;
	}
	.header__nav__menu {
		height: auto;
		display: block;
		margin: 85px 0 0 0;
		padding: 0 15px;
	}
	.header__nav__menu > li > a {
		height: 50px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: rgba(0, 0, 0, 0.08);
		border-radius: 5px;
		font-size: 1.7rem;
		margin-bottom: 10px;
		padding: 0 15px;
	}
	.header__nav__menu > li > a:after {
		display: none;
	}
	.header__nav__menu__jp {
		display: block;
		font-size: 1.2rem;
	}
	.header__nav__menu-active > a {
		color: #FFFFFF;
		background-color: #999999 !important;
	}
}

/* ハンバーガー */
.hamburger {
	width: 34px;
	height: 34px;
	position: fixed;
	top: 25px;
	right: 15px;
	z-index: 100;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}

@media only screen and (min-width: 1025px) {
	.hamburger {
		display: none;
	}
}

.hamburger.openbtn {
	background-color: inherit;
}

.hamburger__btn {
	display: inline-block;
	position: relative;
	width: 26px;
	height: 19px;
	background: none;
	border: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: all .4s;
}

.hamburger__btn span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #9E9E9E;
	border-radius: 3px;
	transition: all .4s;
}

.hamburger__btn span:nth-of-type(1) {
	top: 0;
}

.hamburger__btn span:nth-of-type(2) {
	top: 8px;
}

.hamburger__btn span:nth-of-type(3) {
	bottom: 0;
}

.hamburger__btn.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-315deg);
	        transform: translateY(8px) rotate(-315deg);
}

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

.hamburger__btn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(315deg);
	        transform: translateY(-8px) rotate(315deg);
}

/* ハンバーガーメニューが開いたとき */
html.openmenuback, body.openmenuback {
	height: 100%;
	overflow: hidden;
}

/* ------------------------ */
/* ページトップボタン */
/* ------------------------ */
.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 80;
}

.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
}

.pagetop a img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	.pagetop {
		right: 20px;
		bottom: 20px;
	}
}

/* ------------------------ */
/* フッタ ※常にページ最下部に */
/* ------------------------ */
main {
	min-height: calc(100vh - 110px);
	padding-bottom: 65px;
}

@media only screen and (max-width: 1024px) {
	main {
		min-height: inherit;
		padding-bottom: 0;
	}
}

.footer {
	width: 100%;
	height: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footer__body {
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.footer {
		height: 35px;
		position: relative;
		bottom: inherit;
		left: inherit;
	}
}

/* ------------------------ */
/* アニメーション */
/* ------------------------ */
/* 最初は非表示に */
.fadeInSlideInLeft,
.fadeInSlideInRight,
.fadeInSlideInUp,
.fadeInfadeIn,
.fadeInZoomIn {
	opacity: 0;
}

.animate__animated {
	opacity: 1;
}

/* ------------------------ */
/* トップページ */
/* ------------------------ */
/* ファーストビュー */
.fv {
	margin-bottom: 50px;
}

.fv__slide {
	margin-bottom: 5px;
}

.fv__slide__item {
	width: 75vw;
	max-width: 960px;
	height: 38.28125vw;
	max-height: 490px;
	margin: 0 10px 15px;
	-webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
	        filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
}

.fv__slide__item a {
	display: block;
}

.fv__slide__item a img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.fv {
		margin-top: -10px;
		margin-bottom: 40px;
	}
	.fv__slide__item {
		width: 300px;
		max-width: inherit;
		height: 560px;
		max-height: inherit;
		margin: 0 7px 15px;
	}
}

/* slick */
.slick-dots li {
	margin: 0 2px;
}

.slick-dots li button:before {
	font-size: 14px;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #CF111B;
}

.slick-dots li button:before {
	opacity: 1;
	color: #DDDDDD;
}

/* alcor News 冒頭 */
.topNews {
	margin-bottom: 40px;
}

.topNews__head {
	margin-bottom: 30px;
	padding: 0 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.topNews__head__part1 {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 30px;
}

.topNews__head__title {
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0em;
	font-family: 'Roboto', sans-serif;
}

.topNews__head__link a {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	width: 120px;
	height: 38px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 19px;
	background-image: url(../img/common/arrow_right_gray.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	padding-right: 10px;
	transition: 0.3s ease-in-out;
}

@media (hover: hover) {
	.topNews__head__link a:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}
}

.topNews__head__part2 {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.topNews__head__banner a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	background-color: #CF111B;
	border-radius: 5px;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-weight: 700;
	background-image: url(../img/common/arrow_right_white.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	padding: 8px 10px 8px 0;
}

@media only screen and (max-width: 1024px) {
	.topNews__head__part1 {
		margin-right: 40px;
	}
	.topNews__head__part2 {
		-webkit-flex-grow: 2;
		    -ms-flex-positive: 2;
		        flex-grow: 2;
	}
}

@media only screen and (max-width: 767px) {
	.topNews {
		margin-bottom: 15px;
	}
	.topNews__head {
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		padding: 0;
	}
	.topNews__head__part1 {
		width: 100%;
		margin-right: 0;
	}
	.topNews__head__link a {
		background-color: rgba(0, 0, 0, 0.08);
	}
	.topNews__head__part2 {
		width: 100%;
		margin-bottom: 30px;
	}
	.topNews__head__banner a {
		font-size: 1.5rem;
	}
}

/* alcor News 一覧 */
.topNews__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.topNews__list > li {
	width: calc((100% - 20px)/3);
	margin: 0 5px 10px;
	padding: 10px;
}

.topNews__list > li:nth-child(3n+1) {
	margin-left: 0;
}

.topNews__list > li:nth-child(3n) {
	margin-right: 0;
}

.topNews__list__item {
	margin-bottom: 10px;
}

.topNews__list__item a {
	display: block;
	height: 100%;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
}

@media (hover: hover) {
	.topNews__list__item a:hover {
		background-color: rgba(51, 51, 51, 0.1);
	}
}

.topNews__list__head {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 20px;
	margin-bottom: 5px;
}

.topNews__list__head__date {
	font-size: 1.5rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.topNews__list__head__new {
	font-size: 1.4rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.1;
	line-height: 1;
	color: #FFFFFF;
	background-color: #333333;
	padding: 0.225em 1.05em;
	border-radius: 5px;
}

.topNews__list__pict {
	border-radius: 5px;
	overflow: hidden;
	-webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
	margin-bottom: 15px;
}

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

.topNews__list__title {
	font-size: 1.5rem;
	font-weight: 700;
}

.topBusiness__list__title {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.topNews__list__text {
	font-size: 1.4rem;
	font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.topNews__list > li {
		width: calc((100% - 6px)/2);
		margin: 0 3px 6px;
	}
	.topNews__list > li:nth-child(3n+1) {
		margin-left: 3px;
	}
	.topNews__list > li:nth-child(3n) {
		margin-right: 3px;
	}
	.topNews__list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.topNews__list > li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.topNews__list {
		display: block;
	}
	.topNews__list > li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
		border-top: solid 1px #DDDDDD;
		padding: 10px 20px 0;
	}
}

/* ------------------------ */
/* Message CEOメッセージ */
/* ------------------------ */
.message {
	margin-top: 20px;
	margin-bottom: 60px;
}

.message__body h2 {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	font-weight: 700;
	margin-bottom: 1.25em;
}

.message__body p {
	font-size: 1.5rem;
	line-height: 1.86667;
	letter-spacing: 0em;
	font-weight: 500;
	margin-bottom: 1.25em;
}

.message__body__ceo {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.message {
		margin-top: 0;
	}
	.message__body h2 {
		font-size: 1.6rem;
		line-height: 1.875;
		letter-spacing: 0em;
	}
	.message__body p {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0em;
	}
}

/* YouTubeをレスポンシブ */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 53%;
}

.youtube__wrap {
	width: 100%;
	max-width: 640px;
	margin-bottom: 50px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

@media only screen and (max-width: 767px) {
	.youtube__wrap {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 428px) {
	.youtube {
		padding-top: 50%;
	}
}

/* ------------------------ */
/* About 会社概要 */
/* ------------------------ */
.about {
	margin-bottom: 60px;
}

/* ページ内リンク */
.about__link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.about__link > li {
	width: 150px;
	height: 40px;
}

.about__link > li:not(:last-child) {
	margin-right: 8px;
}

.about__link > li > a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.05em;
	background-color: rgba(84, 84, 84, 0.1);
	border-radius: 20px;
	transition: 0.3s ease-in-out;
}

.

@media (hover: hover) {
	.about__link > li > a:hover {
		color: #FFFFFF;
		background-color: #545454;
	}
}

@media only screen and (max-width: 1024px) {
	.about__link {
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.about__link > li {
		width: 24%;
	}
}

@media only screen and (max-width: 767px) {
	.about__link > li > a {
		font-size: 1.3rem;
		letter-spacing: 0;
		border-radius: 5px;
	}
}

#philosophy,
#profile,
#skill,
#partner {
	padding-top: 30px;
}

/* Philosophy 経営理念 */
.about__philo {
	margin-bottom: 40px;
}

.about__philo__body {
	padding-top: 65px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.about__philo__body__fig {
	width: 290px;
	height: 290px;
}

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

.about__philo__body__text {
	padding-left: 35px;
}

.about__philo__body__text p {
	font-size: 2rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-indent: -0.5em;
	padding-left: 1em;
}

@media only screen and (max-width: 1024px) {
	.about__philo__body {
		padding-top: 6.34766vw;
	}
	.about__philo__body__fig {
		width: 26.36719vw;
		height: 26.36719vw;
	}
	.about__philo__body__text {
		padding-left: 3.41797vw;
	}
	.about__philo__body__text p {
		font-size: 1.95312vw;
	}
}

@media only screen and (max-width: 767px) {
	.about__philo__body {
		display: block;
	}
	.about__philo__body__fig {
		width: 250px;
		height: 250px;
		margin: 0 auto 40px;
	}
	.about__philo__body__text {
		padding-left: 0;
	}
	.about__philo__body__text p {
		font-size: 1.6rem;
		line-height: 2.8125;
		letter-spacing: 0.025em;
	}
}

/* Company Profile 会社概要 */
.about__prof {
	margin-bottom: 40px;
}

/* Skill / Technology スキル / 技術 */
.about__skill__cont__head {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0em;
	font-weight: 700;
	margin-bottom: 15px;
}

.about__skill__cont__body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
}

.about__skill__cont__body__left {
	width: calc(50% - 10px);
	margin-right: 10px;
}

.about__skill__cont__body__right {
	width: calc(50% - 10px);
	margin-left: 10px;
}

.about__skill__cont__title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 40px;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #FFFFFF;
	font-weight: 500;
	background-color: #555555;
	border-radius: 3px;
	margin-bottom: 10px;
}

.about__skill__cont__item {
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0em;
	margin-bottom: 15px;
}

.about__skill__cont__item li{
	height: 1.708em;
}

@media only screen and (max-width: 767px) {
	.about__skill__cont__body {
		display: block;
	}
	.about__skill__cont__body__left {
		width: 100%;
		margin-right: 0;
	}
	.about__skill__cont__body__right {
		width: 100%;
		margin-left: 0;
	}
}

/* Business Partner お取引先 */
.about__partner__note {
	font-size: 1.2rem;
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	#partner .common__block__head {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.about__partner__note {
		margin-top: 0;
	}
}

.about__partner__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.about__partner__list > li {
	width: calc((100% - 32px)/3);
	margin: 0 8px 16px;
	height: 60px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: solid 1px #666666;
	border-radius: 5px;
	text-align: center;
}

.about__partner__list > li:nth-child(3n+1) {
	margin-left: 0;
}

.about__partner__list > li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.about__partner__list > li {
		width: calc((100% - 16px)/2);
		margin: 0 8px 16px;
	}
	.about__partner__list > li:nth-child(3n+1) {
		margin-left: 8px;
	}
	.about__partner__list > li:nth-child(3n) {
		margin-right: 8px;
	}
	.about__partner__list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.about__partner__list > li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.about__partner__list {
		display: block;
	}
	.about__partner__list > li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		height: 50px;
		margin-bottom: 10px;
		font-size: 1.3rem;
		line-height: 1.53846;
		letter-spacing: 0em;
	}
}

/* ------------------------ */
/* Recruit 採用情報 */
/* ------------------------ */
.recruit {
	margin-top: 18px;
	margin-bottom: 60px;
}

.recruit__head {
	font-family: 'Noto Serif JP', 'Source Han Serif', 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'MS PMincho', serif;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0;
	font-weight: 900;
	margin-bottom: 60px;
	/*text-align: center;*/
}

.recruit__head .catch_phrase {
	text-align: center;
}

.recruit__head .underline_red {
	text-decoration: underline;
    text-decoration-color: #CF111B;
    text-decoration-thickness: 20%;
    text-underline-position: under;
}

.recruit__head ul.catch_items {
	list-style: none;
	padding-left: 0;
	/*list-style: url('../img/recruit/list-marker.svg') inside;*/
	margin-bottom: 50px;
}

.recruit__head ul.catch_items li {
	font-size: 24px;
	/* line-height: 50px; */
	letter-spacing: 0;
	font-weight: 900;
	margin-bottom: 24px;
	padding-left: 36px;
	text-indent: -36px;
}

.recruit__head ul.catch_items li::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 25px;
	background-image: url(../img/recruit/list-marker.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 12px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.recruit {
		margin-top: 0;
	}

	.recruit__head {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 40px;
	}

	.recruit__head ul.catch_items li {
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 14px;
		padding-left: 30px;
		text-indent: -30px;
	}

	.recruit__head ul.catch_items li::before {
		width: 20px;
		height: 21px;
		margin-right: 10px;
	}


	.recruit__head ul.catch_items {
		margin-bottom: 20px;
	}

}

.recruit__table {
	margin-bottom: 50px;
}

table.recruit__table.common__table > tbody > tr > th {
	padding-left: 8px;
	overflow-wrap: anywhere;
    word-break: break-all;
    white-space: normal;
}

table.recruit__table.common__table > tbody > tr > td {
	padding-left: 8px;
}

.recruit__table__head {
    font-size: 20px;
    margin-bottom: 10px;
    border-left: solid 6px #D9D9D9;
    padding-left: 13px;
}

@media only screen and (max-width: 767px) {
	.recruit__table {
		margin-bottom: 35px;
	}

	table.recruit__table.common__table > tbody > tr > th {
		padding-left: 0px;
	}

	table.recruit__table.common__table > tbody > tr > td {
		padding-left: 0px;
	}

	.recruit__table__head {
		font-size: 1.4rem;
		margin-bottom: 20px;
		/*text-align: center;*/
	}
}

.recruit__job {
	margin-bottom: 5px;
}

.recruit__job__head {
	font-weight: 700;
}

.recruit__job__body {
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.recruit__job__head {
		display: block;
		margin-left: 20px;
	}
	.recruit__job__body {
		display: block;
		margin-left: 20px;
	}
}

.recruit__contact {
	background-color: #F5F5F5;
	border: solid #CCCCCC 1px;
	border-radius: 10px;
	padding: 48px 84px;
}

.recruit__contact__head {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.recruit__contact__message {
    padding: 0 20px;
    font-size: 16px;
	line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 24px;
}

.recruit__contact__table {
	width: 100%;
}

.recruit__contact__table tr th {
	display: block;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0em;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
	width: 8em;
	padding: 0 10px 10px 0;
	vertical-align: middle;
}

.recruit__contact__table tr td {
	display: block;
	padding-bottom: 25px;
	vertical-align: middle;
	position: relative;
}

.recruit__contact__label {
	display: inline-block;
	padding: 1px 14px;
	border-radius: 999px;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 1.2;
	margin-left: 12px;
	vertical-align: top;
}

.recruit__contact__label.required {
	border: 2px solid #CF111B;
	color: #CF111B;
}

.recruit__contact__label.optional {
	border: 2px solid #9E9E9E;
	color: #9E9E9E;
}

.recruit__contact__table tr td .recruit__contact__note {
	font-size: 12px;
	color: #555555;
	line-height: 1.2em;
	padding-bottom: 12px;
}

@media only screen and (max-width: 1024px) {
	.recruit__contact {
		/*padding: 2.58621vw 9.48276vw;*/
        padding: 24px 40px;
	}
	.recruit__contact__head {
		font-size: 18px;
		line-height: 1.75;
		letter-spacing: 0em;
	}
	.recruit__contact__message {
	    font-size: 14px;
        padding: 0 20px;
	}
	.recruit__contact__table tr th {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	.recruit__contact {
		padding: 20px;
	}
	.recruit__contact__head {
		font-size: 14px;
		line-height: 1.4;
        margin-bottom: 16px;
	}
	.recruit__contact__message {
	    font-size: 12px;
        padding: 0;
		margin-bottom: 18px;
	}
	.recruit__contact__table tr th {
		display: block;
		font-size: 1.4rem;
		text-align: left;
		padding-bottom: 7px;
	}
	.recruit__contact__table tr td {
		display: block;
		padding-bottom: 20px;
	}
	.recruit__contact__table tr td .recruit__contact__note {
		font-size: 11px;
	}
}

/* 入力エリア */
#recruit-form.common__form {
}

.common__form input[type="text"],
.common__form input[type="number"],
.common__form input[type="email"],
.common__form input[type="tel"],
.common__form textarea {
	width: 100%;
	height: 48px;
	padding: 0 10px;
	font-family: inherit;
	font-size: 1.5rem;
	font-weight: 500;
	color: #555555;
	border: solid 1px #999999;
	border-radius: 5px;
	background-color: #ffffff;
}

.common__form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	/* デフォルトの矢印を非表示 */
	width: 250px;
	height: 40px;
	padding: 0 10px;
	font-family: inherit;
	font-size: 1.5rem;
	font-weight: 500;
	color: #555555;
	border: solid 1px #999999;
	border-radius: 5px;
	background-image: url(../img/common/plldown.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: #ffffff;
}

.common__form #recruit__contact__employ {
	width: 100%;
}

.common__form #recruit__contact__age {
	width: 180px;
}

.common__form #recruit__contact__submit,
.common__form input[type="submit"] {
	width: 220px;
    height: 70px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    background-color: #555555;
    border-radius: 35px;
    border: none;
    transition: 0.3s ease-in-out;
}

.common__form #recruit__contact__submit:disabled,
.common__form input[type="submit"]:disabled {
  background-color: #ccc;    /* ボタンの背景色をグレーに */
  color: #888;               /* 文字色を薄く */
  cursor: not-allowed;       /* カーソルを禁止マークに */
  opacity: 0.7;              /* 少し透明に */
  /* 必要に応じて他のスタイルも追加 */
}

.common__form #recruit__contact__submit:disabled:hover,
.common__form input[type="submit"]:disabled:hover {
  background-color: #ccc;
  color: #888;
  cursor: not-allowed;
  opacity: 0.7;
}

.common__form .recruit__contact__agreement {
	margin-bottom: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.common__form .recruit__contact__agreement a {
	font-weight: 500;
	text-decoration: underline;
}

.recruit__contact__table td input[type="radio"] + label {
	font-size: 16px;
	line-height: 2.0;
}

@media (hover: hover) {
	.common__form #recruit__contact__submit:hover,
	.common__form input[type="submit"]:hover {
		background-color: #CF111B;
	}
}

@media only screen and (max-width: 1024px) {
	.common__form #recruit__contact__submit,
	.common__form input[type="submit"] {
		background-color: #CF111B;
	}
	.recruit__contact__table td input[type="radio"] + label {
		font-size: 14px;
	}
	.common__form #recruit__contact__submit,
	.common__form input[type="submit"] {
		width: 200px;
		height: 60px;
		font-size: 20px;
		border-radius: 30px;
	}
	.common__form .recruit__contact__agreement {
		font-size: 14px;
	}
	.common__form .recruit__contact__error {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.common__form input[type="text"],
	.common__form input[type="number"],
	.common__form input[type="email"],
	.common__form input[type="tel"],
	.common__form textarea {
		font-size: 1.4rem;
	}
	.common__form select {
		width: 100%;
	}
	.common__form #recruit__contact__age {
		width: 100%;
	}
	.recruit__contact__table td input[type="radio"] + label {
		font-size: 12px;
	}
	.common__form #recruit__contact__submit,
	.common__form input[type="submit"] {
		width: 160px;
		height: 50px;
		font-size: 16px;
		border-radius: 25px;
	}
	.common__form .recruit__contact__agreement {
		font-size: 12px;
	}
	.common__form .recruit__contact__error {
		font-size: 12px;
	}
}

/* 警告メッセージ */
.common__form .parsley-errors-list {
	position: absolute;
	bottom: 7px;
	left: 0;
}

.common__form .parsley-custom-error-message {
	font-size: 1.2rem;
	color: #CF111B;
}

.common__form .parsley-error {
	border: solid 1px #CF111B !important;
	background-color: rgba(207, 17, 26, 0.05) !important;
}

@media only screen and (max-width: 767px) {
	.common__form .parsley-errors-list {
		bottom: 2px;
	}
}

/*reCAPTCHA v3 バッジをずらす*/
.grecaptcha-badge{
	margin-bottom: 60px;
}

.recruit__sent__head {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	font-weight: 700;
	margin-bottom: 1em;
}

.recruit__sent__body h3 {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0em;
	margin-bottom: 0.1em;
}

.recruit__sent__body p {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0em;
	margin-bottom: 0.75em;
}

@media only screen and (max-width: 767px) {
	.recruit__sent__head {
		font-size: 1.6rem;
	}
	.recruit__sent__body h3 {
		font-size: 1.4rem;
	}
	.recruit__sent__body p {
		font-size: 1.3rem;
	}
}

/* ------------------------ */
/* Business 事業内容 */
/* ------------------------ */
.job {
	margin-top: 18px;
	margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
	.job {
		margin-top: 0;
	}
}

.job__head {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.job {
		margin-bottom: 25px;
	}
	.job__head {
		margin-bottom: 20px;
	}
}

.job__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.job__list > li {
	width: calc((100% - 48px)/4);
	margin: 0 8px 24px;
}

.job__list > li:nth-child(4n+1) {
	margin-left: 0;
}

.job__list > li:nth-child(4n) {
	margin-right: 0;
}

.job__list__img {
	border-radius: 5px;
	overflow: hidden;
	-webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
	        filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
	margin-bottom: 10px;
}

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

.job__list__title {
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0em;
	font-weight: 700;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.job__list__img {
		margin-bottom: 5px;
	}
	.job__list__title {
		font-size: 1.1rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.job__list > li {
		width: calc((100% - 32px)/3);
		margin: 0 8px 24px;
	}
	.job__list > li:nth-child(4n+1) {
		margin-left: 8px;
	}
	.job__list > li:nth-child(4n) {
		margin-right: 8px;
	}
	.job__list > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.job__list > li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	/* 2段組 */
	.job__list > li {
		width: calc((100% - 10px)/2);
		margin: 0 5px 15px;
	}
	.job__list > li:nth-child(4n+1) {
		margin-left: 5px;
	}
	.job__list > li:nth-child(4n) {
		margin-right: 5px;
	}
	.job__list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.job__list > li:nth-child(2n) {
		margin-right: 0;
	}
}

.business {
	margin-bottom: 60px;
}

.business__head {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	font-weight: 700;
	margin-bottom: 1em;
}

.business__body h3 {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0em;
	margin-bottom: 0.1em;
}

.business__body p {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0em;
	margin-bottom: 0.75em;
}

@media only screen and (max-width: 767px) {
	.business__head {
		font-size: 1.6rem;
		line-height: 1.875;
	}
	.business__body h3 {
		font-size: 1.4rem;
	}
	.business__body p {
		font-size: 1.3rem;
		line-height: 1.84615;
	}
}

/* ------------------------ */
/* Privacy Policy 個人情報保護方針 */
/* ------------------------ */
.pp {
	margin-top: 18px;
	margin-bottom: 60px;
}

.pp__body h2, .pp__body h3, .pp__body h4, .pp__body h5, .pp__body h6 {
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0em;
	font-weight: 700;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}

.pp__body p {
	font-size: 1.4rem;
	line-height: 1.71429;
	letter-spacing: 0em;
	margin-bottom: 0.25em;
}

@media only screen and (max-width: 767px) {
	.pp {
		margin-top: 0;
	}
	.pp__body h2, .pp__body h3, .pp__body h4, .pp__body h5, .pp__body h6 {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0em;
	}
	.pp__body p {
		font-size: 1.3rem;
		line-height: 1.84615;
		letter-spacing: 0em;
	}
}

/* ------------------------ */
/* News ニュース */
/* ------------------------ */
.news {
	margin-top: 20px;
	margin-bottom: 35px;
}

.news-contents-body {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	display: -webkit-flex;
}

.news-contents {
	margin-bottom: 25px;
	margin-left: 0;
	font-size: 15px;
	max-width: 364px;
	width: 50%;
}

.news-contents:nth-child(1) {
	margin-left: 0;
}

.news-contents a :hover {
	opacity: 0.5;
	transition: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.news-contents img {
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
	width: 100%;
	border-radius: 6px;
	margin-top: 12px;
	max-width: 364px;
	max-height: 251px;
}

.news-contents-title {
	padding: 10px 0 5px;
	font-weight: bold;
}

.news-contents-message {
	font-size: 14px;
}

.news-new {
	display: block;
	position: relative;
}

.news-new span {
	display: inline-block;
	position: absolute;
	top: -10px;
	right: -12px;
	padding: 14px;
	z-index: 99;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background: #ee2323;
	border-radius: 50%;
}

@media screen and (max-width: 1024px) {
	.news-contents img {
		width: 100%;
	}

	.news-contents-body {
		justify-content: space-around;
	    align-items: flex-start;
    	flex-direction: column;
	}

	.news-contents {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
}
