@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "normalize.css";
@import "font-family.css";
@import "contact.css";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 180%;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
img {
	vertical-align: bottom;
}
a {
	color: #e8380d;
}
.crosstalk a {
    color: #1A73E8;
    text-decoration: none;
}
.crosstalk a:hover {
    text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
table {
	width: 100%
}
p {
	margin: 0 0 1.5em;
}
.under.crosstalk p.lead {
    font-weight: 500;
    font-size: clamp(16px, calc(0.2589vw + 15.0291px), 20px);
}
p, dd, td, th, li {
	line-height: 1.78em;
}
#totop {
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 100;
	margin-bottom: 0;
	width: 40px;
}
#totop a {
	display: block;
	transition: all 0.3s;
	border: 1px solid #fff;
}
.bold {
	font-weight: bold;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
*, *:before, *:after {
	box-sizing: border-box;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
	/*scrollbar-width: none;*/
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #4c4c4c;
	font-weight: 300;
}
#wrapper {
	min-width: 1200px;
}
.under #wrapper {
	overflow-x: hidden;
}
body:not(.under) #wrapper {
	overflow-x: hidden;
}
body:not(.under) #wrapper::-webkit-scrollbar {
	display: none;
	width: 0;
	background: transparent;
}
#index #wrapper .wp-main {
	overflow: hidden;
}
.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
body#index {
	background: #000;
}
.wp-main {
	width: 100%;
}
/*===================================Header=======================================*/
#header {
	z-index: 99;
	padding: 20px 1.6% 20px 4.3%;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s;
}
#header:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -5;
	top: 0;
	right: 45%;
	background: #e8380d;
	transform: skewX(-30deg);
	transition: .3s;
}
#header .container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.h_left {
	display: flex;
	align-items: center;
}
.logo {
	width: 215px;
	margin: 0 61px 0 0;
}
.logo a {
	text-decoration: none;
	background: url("../images/logo.svg") no-repeat center center/100% auto;
	transition: all 0.3s;
	text-indent: -500000px;
	display: block;
	height: 57px;
}
.h_menu {
	display: flex;
	margin-top: -14px;
}
.h_menu > li:not(:last-child) {
	margin-right: 38px;
}
.h_menu > li > a, .h_menu > li > span {
	display: block;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s;
	position: relative;
	font-weight: 500;
}
.h_menu > li > span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #e8380d;
	left: 0;
	bottom: 0;
	transform: scale(0, 1);
	transition: all 0.3s;
}
.h_sub_menu {
	position: absolute;
	width: 100%;
	background: #fff;
	left: 0;
	padding: 6px 0 27px;
	top: 97px;
	height: auto;
	display: none;
}
.h_sub_menu_main {
	width: 100%;
	max-width: 1590px;
	margin: 0 auto;
	padding: 0 15px;
}
.h_sub_col {
	display: flex;
	align-items: flex-start;
	padding-top: 37px;
}
.h_sub_col .gnavi > li.gnv_img a {
	font-size: 16px;
}
.h_sub_col .gnavi > li.gnv_img:before {
	top: 16px;
}
.h_sub_item {
	width: 364px;
	margin-right: 101px;
}
.h_sub_item:last-child {
	margin-right: 0;
}
.h_sub_ttl img {
	width: 108px;
}
.h_sub_row {
	display: flex;
	justify-content: space-between;
}
.h_sub_menu_main li a,
.h_btn .h_sub_menu .h_sub_menu_main .h_sub_link li a {
	text-decoration: none;
	font-size: 17px;
	color: #4c4c4c;
	transition: all 0.3s;
	white-space: nowrap;
}
.h_btn .h_sub_menu .h_sub_menu_main .h_sub_link li a {
	border: 0;
	background: none;	
	height: auto;
	width: auto;
	padding-bottom: 0;
	text-decoration: none;
    font-size: 17px;
    color: #4c4c4c;
    transition: all 0.3s;
    white-space: nowrap;
}
.h_sub_menu_main li a br.minimum {
	display: none;
}
.h_sub_menu_main li {
	line-height: 1.3em;
	position: relative;
	padding-left: 22px;
	margin-bottom: 3px;
}
.h_sub_menu_main li:before {
	/*content: '';
    position: absolute;
    background: url("../images/icon_arr02.svg") no-repeat left center/100% auto;
    width: 10px;
    height: 9px;
    left: 0;
    top: 9px;*/
	content: '';
	position: absolute;
	width: 6px;
	height: 2px;
	background: #e8340c;
	left: 9px;
	top: 13px;
}
.h_sub_link {
	display: flex;
	padding-top: 25px;
}
.h_sub_link li:not(:last-child) {
	margin-right: 38px;
}
.h_sub_ttl {
	border-bottom: 2px solid #000000;
	padding: 0 0 17px;
	margin-bottom: 17px;
}
.h_sub_item:nth-child(2) .h_sub_ttl img {
	width: 78px;
}
.h_sub_item:nth-child(2) ul:last-child {
	margin-right: -52px;
}
.h_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.h_btn {
	display: flex;
}
.h_btn a,
.h_btn p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	background: #fff;
	color: #e8380d;
	width: 238px;
	font-weight: 500;
	height: 50px;
	padding-bottom: 4px;
	transition: all 0.3s;
	letter-spacing: -0.04em;
	border: 1px solid #e8380d;
}
.h_btn a:before,
.h_btn p:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/icon_mail.svg") no-repeat center center/100% auto;
	width: 20px;
	height: 16px;
	margin-right: 5px;
	top: 2px;
}
.h_btn li:not(:last-child) {
	margin-right: 20px;
}
.h_btn li:nth-child(2) a {
	background: #e8380d;
	letter-spacing: 0;
	color: #fff;
	border: 1px solid #e8380d;
	transition: all 0.3s;
}
.h_btn li:nth-child(2) a:before {
	content: '';
	position: relative;
	background: url("../images/h_icon01.svg") no-repeat center center/100% auto;
	width: 29px;
	height: 29px;
	margin: 6px 8px 0 4px;
}
.h_btn li:nth-child(2) a:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/icon_blank_hv.svg") no-repeat center center/100% auto;
	width: 14px;
	height: 15px;
	margin-left: 10px;
}
.menu_icon {
	width: 31px;
	height: 28px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-left: 20px;
	z-index: 999;
}
.menu_icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #cdc7c1;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.menu_icon span:nth-child(1) {
	top: 0px;
}
.menu_icon span:nth-child(2) {
	top: 12px;
}
.menu_icon span:nth-child(3) {
	top: 24px;
}
.menu_icon.active span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	background: #000;
}
.menu_icon.active span:nth-child(2) {
	opacity: 0;
	left: -40px;
}
.menu_icon.active span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #000;
}
#gnavi {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
.gnv_bg {
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.gnv_main {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 70px;
	width: 90%;
	max-width: 1560px;
	background: #fff;
	margin: 0 0 0 auto;
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 2;
}
.gnv_main_info {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.gnavi > li > a, .gnavi > li > span {
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #000;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	transition: all 0.3s;
	padding: 0 0 7px;
	font-weight: 500;
}
.gnavi > li > span a{
	color: #000;
	text-decoration: none;
}

.gnavi > li > span a:hover{
	color: #e8380d;
}

.gnavi > li > a:after, .gnavi > li > span:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	background: #e8380d;
	left: 0;
	bottom: -1px;
}
.gnv_col {
	width: 24%;
}
.submenu a {
	display: inline-block;
	color: #4c4c4c;
	text-decoration: none;
	font-weight: 300;
	font-size: 0.9em;
	transition: all 0.3s;
}
.submenu a:hover {
    text-decoration: none;
}
.submenu li {
	line-height: 1.5em;
	margin-bottom: 13px;
	padding-left: 15px;
	position: relative;
}
.submenu li:before, .gnavi > li.gnv_img:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 2px;
	background: #e8340c;
	left: 0;
	top: 14px;
}
.submenu li:last-child, .gnavi > li:last-child {
	margin-bottom: 0;
}
.gnv_col > ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
}
.gnavi > li {
	line-height: 1.8em;
	margin-bottom: 28px;
}
.gnavi > li > span {
	margin-bottom: 20px;
}
.gnavi > li.gnv_img a {
	display: block;
	border: none;
	color: #4c4c4c;
	font-weight: 300;
	font-size: 18px;
}
.gnavi > li.gnv_img a:after {
	display: none;
}
.new-window {
	display: inline-block;
	background: url(../images/icon_blank.svg) right center / 18px no-repeat;
	padding-right: 30px;
}
.gnavi > li.gnv_img a span {
	border: 1px solid #d9d9d9;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	margin-top: 6px;
}
.gnavi > li.gnv_img a span img {
	width: 142px;
}
.gnavi > li.gnv_img a span:after {
	content: '';
	position: absolute;
	background: url("../images/icon_blank.svg") no-repeat center center/100% auto;
	width: 18px;
	height: 18px;
	right: 6px;
	bottom: 6px;
}
.gnavi > li.gnv_img {
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.gnv_btn a {
	display: block;
	color: #4c4c4c;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #d9d9d9;
	line-height: 1.5em;
	padding: 6px 6px 8px;
}
.gnv_btn li:not(:last-child) {
	margin-bottom: 14px;
}
.gnv_btn {
	margin-top: 75px;
}
.gnv_col.col_02 .gnavi:last-child {
	margin-top: 55px;
}
.gnv_facebook {
	margin: 0;
}
.gnv_facebook a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.05em;
	text-decoration: none;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	font-weight: bold;
}
.gnv_facebook img {
	flex-shrink: 0;
	width: 24px;
	margin-right: 15px;
}
/*===================================Mainviusal=======================================*/
#index #mainvisual {
	background: url("../images/idx_mv.jpg") no-repeat center center/cover;
	color: #fff;
	height: 100vh;
}
.idx_main {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 3;
	flex-direction: column;
	justify-content: center;
}
.idx_main_ttl {
	margin: 0;
	font-size: 30px;
	text-align: center;
	color: #333333;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.idx_main_img {
	margin: -17px auto 20px;
	max-width: 90%;
}
.idx_clr01 {
	color: #e8340d;
}
.idx_video {
	object-fit: cover;
	position: absolute;
	z-index: 0;
	width: 124%;
	height: 124%;
	top: -12%;
	left: -12%;
}
.idx_h2_txt {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	text-align: center;
	padding-bottom: 252px;
	top: 0;
	left: 0;
}
.idx_main:after {
	/*  content: '';*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index: 2;
}
#index #mainvisual h2 {
	position: absolute;
	width: 49%;
	left: 0;
	bottom: -40px;
	transform: translateY(100%);
	transition: all 0.5s;
	opacity: 0;
	z-index: 3;
}
#index #mainvisual.active h2 {
	transform: translateY(0);
	opacity: 1;
}
.idx_scroll {
	margin: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	bottom: 0;
	-webkit-transition: 0.8s ease all 0.3s;
	transition: 0.8s ease all 0.3s;
	z-index: 3;
}
#index #mainvisual.active .idx_scroll {
	transition-delay: 0.5s;
	opacity: 1;
	bottom: 0;
}
.idx_scroll a {
	display: flex;
	text-decoration: none;
	color: #e7340c;
	background: url("../images/idx_scroll.svg") no-repeat center center/100% auto;
	width: 93px;
	height: 107px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 40px;
	position: relative;
	transition: all 0.3s;
}
.idx_scroll a:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	background: #e7340c;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
/*===================================Box01=======================================*/
.idx_h3 {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	line-height: 1.5em;
	margin-bottom: 25px;
	transition: all 1.3s cubic-bezier(.52, .08, .18, 1);
	transform: scale(2.5);
	opacity: 0;
	letter-spacing: -0.05em;
}
.section.active .idx_h3 {
	transform: scale(1);
	opacity: 1;
}
.idx_h3_en {
	color: #e8380d;
	font-size: 76px;
	line-height: 1em;
	display: inline-block;
	font-family: "Shimano";
	position: relative;
	font-weight: 400;
	letter-spacing: -0.016em;
	padding-top: 205px;
}
.idx_h3_en[data-value]:after {
	content: attr(data-value);
	position: absolute;
	left: -280px;
	top: 0px;
	white-space: nowrap;
	line-height: 1em;
	color: #fff;
	font-size: 309px;
	z-index: -3;
	opacity: 0.3;
	text-shadow: rgb(232, 56, 13) 1px 0px 0px, rgb(232, 56, 13) 0.540302px 0.841471px 0px, rgb(232, 56, 13) -0.416147px 0.909297px 0px, rgb(232, 56, 13) -0.989992px 0.14112px 0px, rgb(232, 56, 13) -0.653644px -0.756802px 0px, rgb(232, 56, 13) 0.283662px -0.958924px 0px, rgb(232, 56, 13) 0.96017px -0.279415px 0px;
}
.idx_h3_char {
	margin-left: -0.5vw;
}
.idx_h3_char.right {
	margin: 0 -0.5vw 0 0;
}
.idx_h2_txt.hide .idx_h2_txt_char {
	opacity: 0;
	visibility: hidden;
}
.b01_txt {
	width: 100%;
	margin: 0;
	letter-spacing: -0.03em;
}
.box01 {}
.box01:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -5;
	background: url("../images/b01_bg.jpg") no-repeat right bottom/cover;
}
.box01.active:after {
	transform: translate(0, 0) scale(1);
}
.box01 .idx_h3_char {
	margin-left: -10px;
}
.box01 .idx_h3_char.right {
	margin: 0 -10px 0 0;
}
.box01 .container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1560px;
}
.b01_main {
	width: 510px;
	margin-top: -115px;
}
.box01 .idx_h3_en[data-value]:after {
	left: 50%;
	transform: translateX(-50%);
}
.b01_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 2;
	width: 61.5%;
}
.b01_list:before {
	content: '';
	position: absolute;
	background: url("../images/b01_icon02.png") no-repeat top center/100% auto;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -3;
	left: 0;
}
.b01_list:after {
	content: '';
	position: absolute;
	background: url("../images/b01_icon01.svg") no-repeat top center/100% auto;
	width: 50%;
	height: 121%;
	top: 23px;
	z-index: -4;
	left: 25%;
}
.b01_item {
	width: 335px;
	height: 345px;
	transition: all 0.7s cubic-bezier(.52, .08, .18, 1);
	transform: translate(0%, 100%) scale(1);
	opacity: 0;
}
.b01_item a:after {
	content: '';
	position: absolute;
	background: url(../images/b01_icon02_hv01.png) no-repeat top center/100% auto;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -3;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}
.section.active .b01_item {
	transform: translate(0, 0) scale(1);
	opacity: 1;
}
.b01_item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	position: relative;
	text-decoration: none;
	transition: all 0.3s;
	z-index: 1;
}
.b01_item:nth-child(odd) {
	margin-top: 160px;
}
.b01_itm_ttl {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	line-height: 1.5em;
	word-break: keep-all;
}
.b01_itm_en {
	display: block;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 1.5em;
	font-weight: 500;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	margin-top: 16px;
	letter-spacing: 0.13em;
	transition: all 0.3s;
}
.b01_itm_more {
	position: absolute;
	bottom: 38px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	left: 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	letter-spacing: 0.05em;
	transition: all 0.3s;
	z-index: 1;
}
.b01_itm_more:after {
	content: '';
	position: relative;
	display: block;
	background: url("../images/icon_arr01.svg") no-repeat center center/100% auto;
	width: 18px;
	height: 12px;
	margin: 0 auto 0;
	transition: all 0.3s;
}
/*===================================Box02=======================================*/
.box02 {
	position: relative;
}
.box02:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f7f5f3;
	z-index: -3;
	left: 0;
	top: 0;
	transition: all 1.4s cubic-bezier(.52, .08, .18, 1);
	transform: translate(-50%, 50%) scale(1);
}
.box02.active:after {
	transform: translate(0, 0) scale(1);
}
.box02 .idx_content {
	position: relative;
}
.b02_main {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 180px;
	position: relative;
}
.b02_main:after {
	content: '';
	position: absolute;
	width: 100vw;
	min-width: 1560px;
	left: 50%;
	height: 100%;
	top: 0;
	z-index: -1;
	background: #fff;
	transition: all 1.4s cubic-bezier(.52, .08, .18, 1);
	transform: translate(-50%, 50%) scale(1);
}
.box02.active .b02_main:after {
	transform: translate(-50%, 0) scale(1);
}
.box02 .idx_h3 {
	margin-top: 70px;
}
.box02 .idx_h3_en[data-value]:after {
	letter-spacing: -0.02em;
}
.box02 .container {
	width: 100%;
	padding: 0;
}
.b02_img {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.b02_img li:not(:last-child) {
	margin-right: 49px;
}
.b02_img li:nth-child(odd) {
	margin-top: 124px;
}
.b02_img li {
	transition: all 1s cubic-bezier(.52, .08, .18, 1);
	opacity: 0;
	transform: translate(0%, 50%) scale(1);
}
.b02_img li:nth-child(2) {
	transition: all 1.3s cubic-bezier(.52, .08, .18, 1);
}
.b02_img li:nth-child(3) {
	transition: all 1.6s cubic-bezier(.52, .08, .18, 1);
}
.section.active .b02_img li {
	transform: translate(0, 0) scale(1);
	opacity: 1;
}
.b02_list .slick-slide {
	margin: 0 20px;
	outline: none;
}
.b02_list {
	margin: 0 60px 28px;
	position: relative;
	z-index: 2;
	padding-top: 43px;
	padding-left: 100px;
}
.b02_list .slick-slide a {
	display: block;
	flex-direction: column;
	height: 224px;
	background: #fff;
	text-decoration: none;
	padding: 29px 40px;
	color: #000;
	transition: all 0.3s;
	position: relative;
}
.b02_itm_cate {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px;
	display: inline-block;
	align-items: center;
	white-space: nowrap;
	margin-right: 2%;
}
.b02_itm_cate:last-child::after {
	content: '';
	position: relative;
	display: inline-block;
	background: #e8380d;
	width: 100%;
	height: 1px;
	margin-left: 20px;
}
.b02_itm_cate.cate02 {
	color: #556fb5;
}
.b02_itm_cate.cate02:after {
	background: #556fb5;
}
.b02_itm_ttl {
	font-size: 20px;
	line-height: 1.7em;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: bold;
}
.b02_itm_txt {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 15px;
}
.b02_itm_date {
	font-size: 14px;
	color: #b2b2b2;
	font-weight: bold;
	margin: 0;
}
.b02_itm_more {
	margin: 0;
	position: absolute;
	right: 21px;
	bottom: 14px;
	color: #e8380d;
	font-weight: bold;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	font-size: 16px;
}
.b02_itm_more:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/icon_arr01.svg") no-repeat center center/100% auto;
	width: 20px;
	height: 14px;
	margin-left: 6px;
}
.b02_list .slick-dots {
	display: flex;
	justify-content: center;
	margin: 52px 0 0;
	padding-right: 100px;
}
.b02_list .slick-dots li {
	margin: 0 5px;
	line-height: 0;
}
.b02_list .slick-dots li:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 60px;
	height: 5px;
	background: #999999;
	border: none;
	text-indent: -50000px;
	outline: none;
	cursor: pointer;
	transition: all 0.3s;
	line-height: 0;
}
.b02_list .slick-dots button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	transition: all 0.3s;
	background: transparent;
	border: none;
	font-size: 170px;
	font-weight: bold;
	color: #d3c9bf;
	font-family: "Century Gothic";
	outline: none;
}
.b02_list .slick-dots li:nth-child(1):after {
	content: 'NEW';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
	transition: all 0.3s;
	background: transparent;
	border: none;
	font-size: 110px;
	font-weight: bold;
	color: #d3c9bf;
	font-family: "Shimano";
	outline: none;
	z-index: 5;
	opacity: 0;
}
.b02_list .slick-dots li:nth-child(1).slick-active button {
	opacity: 0;
}
.b02_list .slick-dots li.slick-active:after {
	opacity: 1;
}
.b02_list .slick-dots li.slick-active:before {
	background: #e8380d;
}
.idx_btn {
	text-align: center;
	margin: auto 0 0;
	display: flex;
	justify-content: center;
}
.idx_btn.left {
	justify-content: flex-start;
}
.idx_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.3s;
	text-decoration: none;
	width: 320px;
	height: 70px;
	border: 3px solid #e8380d;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	font-size: 22px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.idx_icon {
	width: 25px;
	height: 25px;
	position: relative;
	margin: 0 32px 0 -5px;
}
.idx_icon:before, .idx_icon:after, .idx_icon span:before, .idx_icon span:after {
	content: '';
	position: absolute;
	background: #e8380d;
	width: 11px;
	height: 11px;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.idx_icon:after {
	left: auto;
	right: 0;
}
.idx_icon span:before {
	top: auto;
	bottom: 0;
}
.idx_icon span:after {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
}
/*===================================Box03=======================================*/
.box03 {
	position: relative;
	z-index: 2;
}
.box03:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -3;
	background: #e8380d;
	transition: all 1s cubic-bezier(.52, .08, .18, 1);
	transform: translate(-25%, 50%) scale(0.7);
}
.box03.active:after {
	transform: translate(0, 0) scale(1);
}
.box03 .container {
	width: 100%;
	max-width: 1560px;
}
.b03_main {
	width: 1120px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	clear: both;
	position: relative;
	transition: all 1s cubic-bezier(.52, .08, .18, 1);
	transform: translate(50%, -50%) scale(0.5);
	opacity: 0;
}
.section.active .b03_main {
	transform: translate(0, 0) scale(1);
	opacity: 1;
}
.b03_list {
	width: 100%;
}
.b03_item_main {
	width: 600px;
	position: relative;
	z-index: 2;
	padding: 0 82px 40px;
}
.b03_item_main:after {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% - 60px);
	left: 0;
	top: 60px;
	background: #fff;
	z-index: -2;
}
.b03_list.slick-initialized .slick-slide.b03_item {
	outline: none;
	position: relative;
	display: flex;
	height: auto;
	align-items: flex-start;
	margin: 0 1px;
}
.b03_num.slick-slider {
	position: absolute;
	left: 2.62vw;
	top: -13.3vw;
	width: 18.8vw;
}
.b03_list .slick-dots {
	position: absolute;
	width: 600px;
	display: flex;
	justify-content: center;
	left: 0;
	top: 350px;
}
.b03_list .slick-dots button {
	background: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: none;
	text-indent: -50000px;
	cursor: pointer;
	transition: all 0.3s;
}
.b03_list .slick-dots li {
	margin: 0 10px;
	line-height: 0;
}
.b03_list .slick-dots li.slick-active button, .b03_list .slick-dots li:hover button {
	background: #000;
}
.b03_num li {
	color: #e8380d;
	text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
	font-size: 28.15vw;
	outline: none;
	opacity: 0.3;
	font-family: "Shimano";
	line-height: 0.6em;
	margin: 0 0.27vw;
}
.b03_itm_num {
	margin: 0;
	color: #fff;
	position: absolute;
	text-shadow: rgb(232, 56, 13) 1px 0px 0px, rgb(232, 56, 13) 0.540302px 0.841471px 0px, rgb(232, 56, 13) -0.416147px 0.909297px 0px, rgb(232, 56, 13) -0.989992px 0.14112px 0px, rgb(232, 56, 13) -0.653644px -0.756802px 0px, rgb(232, 56, 13) 0.283662px -0.958924px 0px, rgb(232, 56, 13) 0.96017px -0.279415px 0px;
	font-size: 28.15vw;
	opacity: 0.3;
	font-family: "Shimano";
	left: 2.9vw;
	top: 1.65vw;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 3.55vw;
	overflow: hidden;
}
.b03_itm_num span {
	display: block;
	line-height: 0.6em;
}
.b03_itm_img {
	width: 600px;
	margin-left: -80px;
	margin-top: 80px;
	margin-bottom: 0;
}
.b03_itm_img img {
	width: 100%;
}
.b03_slide_control {
	position: absolute;
	width: 320px;
	height: 70px;
	border: 3px solid #000;
	background: #fff;
	bottom: 18px;
	left: 140px;
	z-index: 5;
	padding: 7px 0;
}
.box03 .idx_h3 {
	float: right;
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
}
.mt35 {
	margin-top: 45px;
}
.box03 .idx_h3_en {
	color: #fff;
	font-size: 154px;
	letter-spacing: 0.03em;
	display: block;
	padding: 0;
}
.b03_h4 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	line-height: 1.35em;
	margin-bottom: 17px;
	position: relative;
	white-space: nowrap;
}
.b03_main .idx_btn {
	justify-content: flex-start;
	margin-top: auto;
}
.b03_txt {
	margin-bottom: 25px;
	letter-spacing: -0.05em;
}
.b03_list .slick-arrow {
	position: absolute;
}
.box03 .idx_btn a {
	width: 280px;
	height: 60px;
}
.box03 .idx_btn a[target="_blank"]:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url(../images/icon_blank.svg) no-repeat center center/100% auto;
	width: 18px;
	height: 20px;
	margin-left: 15px;
	transition: all 0.3s;
}
.box03 .idx_icon {
	width: 17px;
	height: 17px;
	margin: 0 19px 0 0;
}
.box03 .idx_icon:before, .box03 .idx_icon:after, .box03 .idx_icon span:before, .box03 .idx_icon span:after {
	width: 7px;
	height: 7px;
}
.control_number {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}
.control_number li {
	width: 60px;
	text-align: center;
	font-size: 20px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	font-weight: 500;
	color: #000;
	line-height: 1em;
}
.control_number li.count_slide_number {
	font-size: 34px;
	font-weight: 700;
}
.control_number li.total {
	margin-top: 28px;
}
.control_number:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 45px;
	background: #000;
	left: 50%;
	top: 8px;
	transform: rotate(45deg);
}
.b03_slide_control .control_arrow {
	width: 48px;
	height: 100%;
	top: 0;
	cursor: pointer;
	transition: all 0.3s;
	position: absolute;
	z-index: 5;
}
.b03_slide_control .control_arrow:hover {
	background: rgba(232, 56, 12, 0.3);
}
.b03_slide_control #prev_slide {
	left: 0;
}
.b03_slide_control #next_slide {
	right: 0;
}
.b03_slide_control .control_arrow:before {
	content: '';
	position: absolute;
	background: url("../images/b03_arr.png") no-repeat center center/100% auto;
	width: 11px;
	height: 27px;
	left: calc(50% - 5px);
	top: calc(50% - 14px);
}
.b03_slide_control #next_slide:before {
	transform: rotateY(180deg);
}
/*===================================Box05=======================================*/
.box05 {
	background: url("../images/b05_bg.jpg") no-repeat center center/cover;
	text-align: center;
	color: #fff;
	position: relative;
	display: flex;
	align-items: flex-end;
	z-index: 2;
	overflow: hidden;
}
.box05 a {
	text-decoration: none;
	display: block;
	width: 33%;
	height: 13%;
	position: absolute;
	left: 28%;
	bottom: 68%;
	transition: all 0.3s;
	background: url("../images/b05_btn_hv.png") no-repeat center center/100% auto;
}
#bgvid {
	object-fit: cover;
	width: 110%;
	height: 110%;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: -2;
	transition: all 1s cubic-bezier(.52, .08, .18, 1);
	transform: translate(30%, -70%) scale(0.7);
}
.box05.active #bgvid {
	transform: translate(0, 0) scale(1);
}
.box05:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: -1;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.b05_h3 {
	transform: translateY(100%);
	transition: all 0.5s;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44%;
}
.b05_h3:after {
	/*  content: '';*/
	position: absolute;
	background: url("../images/b05_img_hv.png") no-repeat top center/100% auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.section.active .b05_h3, .section.active .b05_txt {
	transform: translateY(0);
	opacity: 1;
}
/*===================================Box06=======================================*/
.box06 {
	position: relative;
	z-index: 2;
	background: #fff;
}
.box06:before {
	content: '';
	position: absolute;
	background: url("../images/b06_bg.jpg") no-repeat center center/cover;
	right: 180px;
	width: calc(100% + 180px);
	height: 100%;
	top: 0;
	z-index: -5;
	transition: all 1s cubic-bezier(.52, .08, .18, 1);
	transform: translate(-25%, 50%) scale(0.7);
}
.box06.active:before {
	transform: translate(0, 0) scale(1);
}
.box06:after {
	content: '';
	position: absolute;
	background: url("../images/b06_icon01.svg") no-repeat center center/100% auto;
	width: 431px;
	height: 498px;
	right: 90px;
	z-index: 2;
	pointer-events: none;
	bottom: -120px;
}
.b06_list {
	display: flex;
	justify-content: space-between;
}
.b06_item a {
	height: 580px;
	position: relative;
	z-index: 1;
	display: block;
	padding: 65px 75px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}
.b06_item a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background: url("../images/b06_img01.jpg") no-repeat bottom center/100% auto #fff;
}
.b06_item:nth-child(1) {
	margin-top: 4.7vw;
}
.b06_item:nth-child(2) a:before {
	background-image: url("../images/b06_img02.jpg");
	background-position: top center;
}
.b06_item:nth-child(2) {
	transition: all 1.3s cubic-bezier(.52, .08, .18, 1);
}
.section.active .b06_item {
	transform: translate(0, 0) scale(1);
	opacity: 1;
}
.b06_item a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	transition: all 0.3s;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
}
.b06_item:nth-child(2) a:after {
	background: rgb(232, 56, 13);
	background: linear-gradient(0deg, rgba(232, 56, 13, 1) 30%, rgba(232, 56, 13, 0) 75%);
}
.b06_item:nth-child(2) a {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 80px;
}
.b06_itm_ttl {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 0 18px;
	letter-spacing: 0.05em;
	position: relative;
}
.b06_itm_ttl_en {
	display: inline-block;
	font-size: 76px;
	line-height: 1em;
	font-family: "Shimano";
	color: #e8380d;
	position: relative;
	letter-spacing: -0.01em;
	z-index: 2;
}
.b06_itm_ttl_en[data-value]:after {
	content: attr(data-value);
	position: absolute;
	left: 27%;
	transform: translateX(-50%);
	letter-spacing: -0.01em;
	top: -88px;
	white-space: nowrap;
	color: #fff;
	font-size: 309px;
	z-index: -3;
	opacity: 0.3;
	line-height: 1em;
	text-shadow: rgb(232, 56, 13) 1px 0px 0px, rgb(232, 56, 13) 0.540302px 0.841471px 0px, rgb(232, 56, 13) -0.416147px 0.909297px 0px, rgb(232, 56, 13) -0.989992px 0.14112px 0px, rgb(232, 56, 13) -0.653644px -0.756802px 0px, rgb(232, 56, 13) 0.283662px -0.958924px 0px, rgb(232, 56, 13) 0.96017px -0.279415px 0px;
}
.b06_item:nth-child(2) .b06_itm_ttl_en[data-value]:after {
	transform: none;
	left: 53px;
	top: -206px;
}
.b06_en_svg {
	width: 100%;
	margin: 0;
	position: absolute;
	fill: #fff;
	fill-opacity: 0;
	font-size: 309px;
	opacity: 0.3;
	font-family: "Shimano";
	top: -195px;
	line-height: 1em;
	left: 35px;
	letter-spacing: -0.01em;
	height: 100%;
}
.b06_itm_txt {
	width: 100%;
	max-width: 600px;
	margin: 0;
	letter-spacing: -0.07em;
}
.b06_item:nth-child(2) .b06_itm_ttl_en {
	color: #fff;
	z-index: inherit;
}
/*===================================Box07=======================================*/
.box07.section {
	margin-top: 266px;
	position: relative;
	overflow: hidden;
}
.box07:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -4;
	background: #f7f5f3;
	top: 0;
	left: 0;
	transition: all 1s cubic-bezier(.52, .08, .18, 1);
	transform: translate(-25%, 50%) scale(0.7);
}
.box07:before {
	content: '';
	position: absolute;
	width: 1560px;
	height: 100%;
	z-index: -3;
	background: #fff;
	top: 0;
	right: 0;
	transition: all 1s cubic-bezier(.52, .08, .18, 1);
	transform: translate(300%, 0%) scale(0.3);
}
.box07.active:after, .box07.active:before {
	transform: translate(0, 0) scale(1);
}
.box07 .container {
	width: 100%;
	max-width: 1610px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 240px 0 0;
}
.b07_img {
	position: absolute;
	top: 72px;
	display: flex;
	left: -282px;
}
.b07_img li:not(:first-child) {
	margin-left: -178px;
}
.box07 .idx_h3_en[data-value]:after {
	left: -11.5vw;
}
.box07 .idx_h3 {
	text-align: center;
	flex-shrink: 0;
	margin: 0 0 0 10px;
	max-width: 100%;
}
.box07 .block_h3 .txt {
	margin-top: 20px;
	font-size: 19px;
	color: #000;
	max-width: 100%;
	white-space: nowrap;
	word-break: keep-all;
	font-weight: 500;
}
.warning:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icon_warning.png) center center / 100% 100%;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.b07_main_info {
	display: none;
	min-height: 367px;
}
.b07_main_info.current {
	display: inherit;
}
.b07_tab {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}
.b07_tab_item {
	width: 50%;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid #b5b5b5;
	margin-left: -1px;
	font-size: 20px;
	color: #e92900;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 11px 5px 14px;
	position: relative;
	background: #fff;
}
.b07_tab_item:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 0;
	background: #fff;
	bottom: -1px;
	left: calc(50% - 1px);
	transition: all 0.3s;
}
.b07_main {
	width: 100%;
	max-width: 1115px;
	position: relative;
}
.b07_tab_item.current:after {
	height: 16px;
}
.b07_tab_item.current {
	background: #e92900;
	color: #fff;
	border-color: #e92900;
}
.b07_list01 {
	display: flex;
	justify-content: space-between;
	min-height: 367px;
}
.b07_item01 {
	width: 50%;
	text-align: center;
	padding: 13px 72px;
	display: flex;
	flex-direction: column;
}
.b07_itm01_ttl img {
	width: 250px;
	display: block;
	margin: 7px auto 24px;
}
.b07_itm01_ttl {
	font-size: 28px;
	color: #000;
	font-weight: 600;
	line-height: 1.45em;
	margin-bottom: 20px;
	min-height: 101px;
}
.b07_item01:not(:last-child) {
	border-right: 1px solid #b5b5b5;
	padding: 13px 41px 13px 101px;
}
.b07_item01:nth-child(1) .b07_itm01_txt {
	text-align: left;
}
.b07_itm01_txt {
	margin-bottom: 30px;
}
.b07_list02 {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #b5b5b5;
	align-items: center;
	padding: 16px 0 41px;
	margin-bottom: 64px;
}
.b07_list02 li img {
	width: 237px;
}
.b07_list02:nth-child(2) li img {
	width: 173px;
}
.b07_list02 li {
	width: 23%;
	max-width: 244px;
}
.b07_list02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	border: 3px solid #e8380d;
	position: relative;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.05em;
	transition: all 0.3s;
}
.b07_list02 li:not(:last-child) a:after {
	content: '';
	position: absolute;
	width: 28px;
	height: 28px;
	background: url("../images/icon_blank.svg") no-repeat right bottom/20px 20px #f7f5f3;
	bottom: -3px;
	right: -3px;
}
.b07_list02:last-child {
	padding-bottom: 39px;
}
.b07_list02:last-child a {
	border-color: #fa961e;
	color: #fa961e;
}
.b07_list02:last-child a:after {
	background-image: url("../images/icon_more_hv.svg");
}
.b07_main_info .idx_btn a {
	font-size: 20px;
	letter-spacing: 0;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
.b07_main_info .idx_btn a:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/icon_arr02.svg") no-repeat center center/100% auto;
	width: 17px;
	height: 15px;
	margin: -2px 8px 0 9px;
	transition: all 0.3s;
}
#tab-3 .b07_item01 {
	padding-top: 19px;
}
#tab-3 .b07_itm01_ttl {
	min-height: auto;
}
#tab-3 .idx_btn a:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/icon_arr02.svg") no-repeat center center/100% auto;
	width: 17px;
	height: 17px;
	margin-left: 10px;
	transition: all 0.3s;
}
#tab-3 .idx_btn a.link_blank:after {
	background-image: url("../images/icon_blank.svg");
}
/*===================================Footer=======================================*/
#footer {
	margin-top: 198px;
	position: relative;
}
#footer:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
	left: 0;
	background: #fff;
	transition: all 1s cubic-bezier(.52, .08, .18, 1);
	transform: translate(-25%, 50%) scale(0.7);
}
#footer.active:after {
	transform: translate(0, 0) scale(1);
}
#footer .container {
	width: 100%;
	max-width: 1590px;
	padding: 0 15px;
}
.f_main_top {
	display: flex;
	align-items: flex-start;
	margin-bottom: 66px;
}
.f_logo {
	width: 250px;
	margin: 14px 59px 0 0;
}
.f_follow a {
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	color: #000;
	font-weight: bold;
	display: block;
}
.f_follow span {
	border-bottom: 2px solid;
	line-height: 12px;
	display: inline-block;
	letter-spacing: 0.05em;
}
.f_main_col .gnavi {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
}
.f_follow {
	margin-bottom: 0;
}
.f_main_row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.f_main_col {
	width: 23%;
	/*max-width: 300px;*/
}
.gnavi > li.gnv_arr {
	position: relative;
}
.gnavi > li.gnv_arr:after {
	content: '';
	position: absolute;
	background: url("../images/icon_arr02.svg") no-repeat center center/100% auto;
	width: 17px;
	height: 15px;
	right: 0;
	top: 5px;
	display: none;
}
.f_main_bot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #d9d9d9;
	padding: 14px 0 43px;
	margin-top: 3px;
}
.f_main_link {
	display: block;
	margin: 0 0 0 auto;
}
.f_main_link a {
	text-decoration: none;
	color: #4c4c4c;
	font-size: 14px;
	display: inline-block;
	transition: all 0.3s;
}
.f_main_link li {
	margin-right: 54px;
}
.f_main_link img {
	width: 120px;
}
.logo_x_r a img{
width: 70px;
}
.logo_x_r2 a img{
width: 90px;
}
.f_main_link2 {
display: flex;
margin-left: 85%;
margin-top: -30px;
}
.copyright {
	font-size: 14px;
	margin-top: 85px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
}
body.noscroll {
	height: 100% !important;
	overflow: hidden;
}
/*===============================Box08================================*/
.box08:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
	left: 0;
	background: #fff;
	transition: all 1s cubic-bezier(.52, .08, .18, 1);
	transform: translate(-25%, 50%) scale(0.7);
}
.box08.active:before {
	transform: translate(0, 0) scale(1);
}
.box08 .container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1560px;
}
.b08_main {
	width: 50%;
	padding: 0 3.13vw 0 9.2vw;
}
.box08 {
	position: relative;
}
.box08:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 50%;
	background: #e8380d;
	pointer-events: none;
	transition: all 1s cubic-bezier(.52, .08, .18, 1);
	transform: translate(30%, -70%) scale(0.7);
}
.box08.active:after {
	transform: translate(0, 0) scale(1);
}
.b08_img {
	margin: 0;
	width: 50%;
	padding: 0 60px;
	display: flex;
	position: relative;
	z-index: 2;
	align-items: center;
}
.box08 .idx_h3 {
	text-align: left;
}
.box08 .idx_btn {
	justify-content: flex-start;
}
.b08_main_info {
	width: 100%;
	max-width: 450px;
}
.b08_txt {
	margin-bottom: 70px;
}
#index .section {
	height: 100vh;
	overflow: hidden;
}
.video_gallery {
	margin: 0;
	position: fixed;
	top: calc(50% + 95px);
	z-index: 10;
	right: 19px;
}
.video_gallery span {
	transform: rotateZ(90deg);
	width: 75px;
	height: 15px;
	display: block;
	transform-origin: 0% 50%;
	position: absolute;
	left: 50%;
	top: 22px;
	transition: none;
	white-space: nowrap;
	font-size: 80%;
	line-height: 1.3em;
}
.video_gallery a:before {
	content: '';
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	background: #e8380d;
	border-radius: 5px;
	border: 1px solid #e8380d;
	transition: all 0.3s;
}
.video_gallery a:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ffffff;
	content: '';
	position: absolute;
	top: 6px;
	left: 8px;
}
.video_gallery a {
	color: #d9d9d9;
	display: block;
}
@media all and (min-width: 1025px) {
	.cursor-dot, .cursor-dot-outline {
		pointer-events: none;
		position: absolute;
		z-index: 100;
		top: 50%;
		left: 50%;
		border-radius: 50%;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}
}

@media all and (max-width: 1024px) {
	.cursor-dot, .cursor-dot-outline {
		display: none;
	}
}
@media all and (min-width: 1025px) {
	.cursor-dot {
		width: 7px;
		height: 7px;
		background-color: #f38c73;
	}
}
@media all and (min-width: 1025px) {
	.cursor-dot-outline {
		width: 30px;
		height: 30px;
		background-color: #e8380d;
	}
}
/*under*/

.service img.logoimg {
    max-width: 50%;
    margin-bottom: 2em;
}

.logoimg-2 {
	max-width: 42% !important;
}

.service ul.service-list {
    margin: 0 0 4.5em;
}
.service ul.service-list li:before {
	content: "□";
	margin-right: 0.2em;
}
.section {
	margin: 0 0 120px;
}
.under .h_sub_menu {
	top: 85px;
}
.under #mainvisual {
	height: 400px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	margin-top: 85px;
}
.under.crosstalk #mainvisual {
    height: 500px;
}
.under #mainvisual .container {
	width: 100%;
	max-width: 1590px;
	padding: 0 15px;
}
.under.crosstalk #mainvisual .container {
    display: table;
    vertical-align: middle;
    padding: 0 0;
    max-width: initial;
}
.under #mainvisual:after,
.under #mainvisual .bg,
.under.crosstalk #mainvisual:after {
	content: '';
	position: absolute;
	width: calc(100% - 30vw);
	height: 100%;
	background: url("../images/under_main_bg.jpg") no-repeat center center/cover;
	top: 0;
	left: 30vw;
	pointer-events: none;
	z-index: -2;
}
.under.crosstalk #mainvisual:after {
    background: url("../images/crosstalk_main_bg.jpg") no-repeat center center/cover;
}
.under #mainvisual.interview_visual {
	height: 740px;
	max-height: calc(100vh - 200px);
	align-items: flex-end;
	padding-bottom: 60px;
	margin-bottom: 90px;
}
.under #mainvisual.interview_visual:before {
	content: '';
	position: absolute;
	width: 80%;
	height: 80%;
	background: #e9380e;
	left: 0;
	bottom: -60px;
	z-index: -2;
}
.under #mainvisual.interview_visual:after {
	display: none;
}
.under #mainvisual.interview_visual .bg {
	background-position: left center;
	background-size: cover;
}
.under h2 {
	font-size: 30px;
	line-height: 1.5em;
	text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
.under.crosstalk h2 {
    text-shadow: none;
    color: white;
    background: #e8380d;
    display: table;
    padding: 2em;
    width: 35%;
}
.under.crosstalk span.sub {
    font-size: clamp(13px, 2vw, 22px);
    display: inline-block;
}
span.sub:before, span.sub:after {
    content: "";
    display: inline-block;
    width: 1.15em;
    height: 1px;
    background: white;
    margin: 0 0.45em;
    vertical-align: middle;
}
.under.crosstalk span.desc {
    display: block;
    font-size: clamp(13px, calc(0.58vw + 10.7px), 22px);
    line-height: 1.8;
    margin-top: 1.5em;
}
.under_h2_en {
	font-size: 120px;
	color: #e8380d;
	font-family: "Shimano";
	line-height: 1em;
	display: block;
	margin-bottom: -5px;
	text-transform: uppercase;
}
.under.crosstalk .under_h2_en {
    color: white;
    font-size: clamp(66px, calc(2.3948vw + 57.0194px), 103px);
    display: inline;
}
.under.crosstalk span.titletext {
    display: none;
}
.sub_ttl {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.sub_ttl span {
	font-size: 180%;
	line-height: 1em;
	display: inline-block;
	margin-top: 5px;
	font-weight: 700;
}
.interview_visual_main {
	display: inline-block;
	color: #fff;
}
.under #content {
	width: 100%;
	max-width: 1580px;
	margin: 0 auto;
	padding: 0 20px 150px 360px;
	position: relative;
	word-break: break-word;
/*	text-align: center;*/
}
.news_detail #content{
	padding: 0 20px 150px 360px;
}
.under_sidebar {
	position: absolute;
	left: 20px;
	top: 130px;
	width: 300px;
	counter-reset: anclink;
	z-index: 5;
}
.under_sidebar li {
	margin-bottom: 12px;
	counter-increment: anclink;
	transition: all 0.3s;
}
.under_sidebar li:last-child {
	margin-bottom: 0;
}
.under_sidebar li a {
	position: relative;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	transition: all 0.3s;
	font-size: 14px;
	opacity: 0.2;
	line-height: 1.8em;
}
.under_sidebar li a:before {
	content: counter(anclink, decimal-leading-zero);
	font-weight: 500;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.2em;
	line-height: 1.3em;
}
.topic_path {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 30px 0 50px;
}
.topic_path li {
	font-size: 14px;
}
.topic_path a {
	text-decoration: none;
	color: #4c4c4c;
}
.topic_path li:not(:last-child):after {
	content: '';
	position: relative;
	border: solid #4c4c4c;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0 10px;
	top: -2px;
}
.image_r {
	float: right;
	margin: 0 0 0 95px;
}
.image_l {
	float: left;
	margin: 0 75px 0 0;
}
.under h3 {
	font-size: 24px;
	color: #000;
	line-height: 1.5em;
	margin-bottom: 24px;
	overflow: hidden;
	text-align: left;
}
.under_h3_en,
.under.crosstalk h3 {
	display: block;
	font-size: 76px;
	color: #e8380d;
	line-height: 1em;
	font-family: "Shimano";
	text-transform: uppercase;
}
.under.crosstalk h3 {
    font-size: clamp(36px, calc(0.9061vw + 32.6019px), 50px);
    margin-bottom: clamp(48px, calc(2.7184vw + 37.8058px), 90px);
}
.under.crosstalk h3:before,
.under.crosstalk h4:before {
    content: "";
    display: inline-block;
    background: #E8380D;
    width: 37px;
    height: 1px;
    vertical-align: middle;
    margin-right: 0.35em;
    bottom: initial;
    left: initial;
    position: relative;
}
.under.crosstalk h3 .under_h3_en {
    display: none;
}
.under h4 {
	font-size: 32px;
	position: relative;
	margin-bottom: 34px;
	line-height: 1.5em;
	color: #000;
	overflow: hidden;
	padding: 0 0 13px;
}
.under.staff h4 span {
    font-size: 20px;
    color: rgba(232, 56, 13, 0.5);
    margin-left: 1em;
}
.service h4 {
	/* border-bottom: 2px solid #D5D5D5; */
}
.under h4:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 1px;
	background: #e8380d;
	left: 0;
	bottom: 0px;
	z-index: 2;
}
.under h4:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #d9d9d9;
	left: 0;
	bottom: 0px;
}
.service h4:before,
.service h4:after {
	/* content: none; */
}
.under h5 {
	font-size: 20px;
	color: #e8380d;
	line-height: 1.5em;
	font-weight: 700;
	margin-bottom: 6px;
}
.under_pickup {
	position: relative;
	z-index: 2;
	padding: 138px 0 142px;
}
.under_pickup:after {
	content: '';
	position: absolute;
	width: 100vw;
	min-width: 2000px;
	height: 100%;
	top: 0;
	left: 35%;
	transform: translateX(-50%);
	background: #e8380d;
	z-index: -4;
	pointer-events: none;
}
.pickup_ttl_en {
	margin: 0;
	position: absolute;
	fill: #fff;
	fill-opacity: 0;
	font-size: 540px;
	opacity: 0.3;
	font-family: "Shimano";
	top: -119px;
	line-height: 1em;
	left: calc(50% - 798px);
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.under_pickup {
	position: relative;
	z-index: 2;
	padding: 138px 0 142px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pickup_img {
	flex-shrink: 0;
	margin: 79px 0 0 -92px;
}
.pickup_main {
	background: #fff;
	padding: 90px 80px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.under .pickup_ttl {
	font-weight: 700;
	padding: 0;
	margin-bottom: 24px;
}
.under .pickup_ttl:after, .under .pickup_ttl:before {
	display: none;
}
.under .section p:last-child, .under .section:last-child {
	margin-bottom: 0;
}
.pickup_main .pickup_ttl_en {
	top: -257px;
	left: calc(50% - 524px);
}
.under_anc {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.under_anc li {
	width: 320px;
	margin: 10px;
	max-width: calc(33.33% - 20px);
}
.under_anc li a {
	border: 3px solid #e8380d;
	color: #e8380d;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	font-size: 20px;
	padding: 10px 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	min-height: 70px;
}
.staff .under_anc li a {
    flex-flow: column;
}
.under_anc li a:after {
	content: '';
	position: absolute;
	background: url("../images/icon_arr02.svg") no-repeat center center/100% auto;
	width: 17px;
	height: 16px;
	right: 31px;
	top: calc(50% - 8px);
	transition: all 0.3s;
}
.under_anc:not(:last-child), .under_list:not(:last-child) {
	margin-bottom: 40px;
}
.under_list li {
	position: relative;
	padding-left: 25px;
	font-weight: 700;
	color: #000;
	margin-bottom: 8px;
}
.under_list li:last-child {
	margin-bottom: 0;
}
.under_list li:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 12px;
	background: url("../images/icon_check.svg") no-repeat center center/100% auto;
	left: 0;
	top: 11px;
}
.under_tbl {
	border-collapse: separate;
	border-spacing: 14px;
}
.under_tbl tr {
	-webkit-box-shadow: 2px 2px 7px 0px #aaa;
	-moz-box-shadow: 2px 2px 7px 0px #aaa;
	box-shadow: 2px 2px 7px 0px #aaa;
}
.under_tbl th, .under_tbl td {
	border: none;
	position: relative;
}
.under_tbl th {
	background: #f7f5f3;
	color: #000;
	font-weight: 500;
}
.tbl_fixed {
	table-layout: fixed;
}
.under_tbl .tbl_thbg01 {
	background: #e8380d;
	color: #fff;
}
.tbl_fixed {
	table-layout: fixed;
}
.vtop {
	vertical-align: top;
}
.under_frame {
	background: #e8380d;
	border: 2px solid #e8380d;
	padding: 70px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.under_frame:after {
	content: '';
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
	border: 2px solid #fff;
}
.under_bnr {
	display: flex;
	justify-content: space-between;
}
.under_bnr li {
	width: 100%;
	margin-right: 20px;
}
.under_bnr li:last-child {
	margin: 0;
}
.under_bnr li a[target="_blank"] {
	background: #e8380d;
	border: 1px solid #e8380d;
	color: #fff;
}
.under_bnr li a[target="_blank"]:after {
	background: url("../images/recruit_icon03.svg") no-repeat center center/100% auto;
	width: 17px;
	height: 16px;
	position: relative;
	display: inline-block;
	margin-left: 15px;
	opacity: 1 !important;
}
.under_bnr li a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	z-index: 2;
	background: #e8380d;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	overflow: hidden;
	height: 150px;
	transition: all 0.3s;
	box-sizing: border-box;
	padding: 10px;
}
.under_bnr li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -3;
	background: url("../images/under_bnr.jpg") no-repeat center center/cover;
	opacity: 0.5;
	pointer-events: none;
	transition: all 0.3s;
}
.under_bnr.column_3 li a br.minimum {
	display: none;
}
.under_bnr .staff_bnr a:after {
	background-image: url("../images/staff_bnr.jpg");
}
.under_bnr .data_bnr a:after {
	background-image: url("../images/data_bnr.jpg");
}
.under_bnr .work_bnr a:after {
	background-image: url("../images/work_bnr.jpg");
}
.under_bnr .faq_bnr a:after {
	background-image: url("../images/faq_bnr.jpg");
}
.under_bnr .about_bnr a:after {
	background-image: url("../images/about_bnr.jpg");
}
.under_col {
	display: flex;
	justify-content: space-between;
}
.under_col_item {
	width: 100%;
	margin-right: 15px;
	border: 1px solid #ccc;
	padding: 20px;
}
.under_col_item:last-child {
	margin: 0;
}
.fmail_tbl input[type="text"], .fmail_tbl input[type="email"], .fmail_tbl input[type="url"], .fmail_tbl input[type="tel"] {
	outline: none;
	line-height: 1.5em;
	max-width: 700px;
}
.mail_note {
	font-size: 85%;
	color: #0b9322;
	display: inline-block;
}
.fmail_list {
	display: flex;
	flex-wrap: wrap;
}
.fmail_list li:not(:last-child) {
	margin-right: 20px;
}
.fmail_tbl {
	margin-bottom: 30px;
}
.fmail_tbl th {
	width: 400px;
}
.fmail_btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.fmail_btn input {
	border: 2px solid #e8380d;
	color: #e8380d;
	background: url("../images/icon_arr02.svg") no-repeat right 15px center/15px auto #fff;
	width: 240px;
	font-size: 18px;
	padding: 15px 15px 17px;
	cursor: pointer;
	transition: all 0.3s;
	margin: 5px;
}
.fmail_btn a {
	border: 2px solid #e8380d;
	color: #e8380d;
	background: #fff;
	width: 240px;
	font-size: 18px;
	padding: 7px 15px 9px;
	cursor: pointer;
	transition: all 0.3s;
	display: block;
	text-align: center;
	text-decoration: none;
}
.under_num {
	counter-reset: list_num;
}
.under_num li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.under_num li:before {
	counter-increment: list_num;
	content: counter(list_num)".";
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-weight: 700;
	font-size: 120%;
}
.under_num.no_num li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-weight: 700;
	font-size: 120%;
}


.under_num li:last-child {
	margin-bottom: 0;
}
.section {
	counter-reset: mega-step;
}
.under_count {
	counter-increment: mega-step;
	margin-bottom: 30px;
}
.under_count_ttl {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
.under_count_ttl:before {
	content: counter(mega-step, upper-roman)".";
	display: block;
	font-size: 120%;
	left: 0;
	top: 0;
	font-weight: 700;
	position: absolute;
}
.under_count .under_num {
	padding-left: 20px;
}
.under_num:not(:last-child), .under_bnr:not(:last-child) {
	margin-bottom: 30px;
}
.fmail_tbl textarea {
	width: 100%;
	height: 200px;
	outline: none;
}
.required {
	display: inline-block;
	background: #f00;
	color: #fff;
	font-size: 80%;
	line-height: 1em;
	padding: 5px 0;
	margin-left: 10px;
	border-radius: 3px;
}
.fmail_tbl th span {
	display: inline-block;
	vertical-align: middle;
}
.under.news #content {
	padding: 0 20px;
}
.contents_news_category{
	width: 100%;
	margin-bottom: 50px;
}
.w985{
	max-width: 985px;
	margin: 0 auto 50px;
}
.contents_news_category__inner{
	margin-bottom: 50px;
}
.news_category_block{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.news_category_block li{
	width: 75px;
	margin-right: 1%;
	margin-bottom: 3%;
}
.news_category_block li span{
	line-height: initial;
}
.news_category_block li span a{
	text-decoration: none;
}
.news_category_block select{
	width: 100%;
    border: 1px solid #E8380D;
    padding: 2px 20px 2px 20px;
    outline: none;
    background: #fff;
    color: #333333;
	border-radius: 20px;
	font-size: 0.8rem;
}
.news_category_title{
	margin: 0;
	padding-right: 8px;
	font-size: 1rem;
	font-weight: 500;
	text-align: right;
	line-height: 1.5;
	color: #272727;
	width: 11%;
}
.news_category_links{
	position: relative;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	flex-grow: 1;
}
.news_category_links a{
	cursor: pointer;
	text-decoration:none
}
.news_category_links a.news_category_links__btn:after,
.news_category_links .news_yearly_links__btn:after{
	background-color: #E8380D;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
	border-radius: 50px;
}
.news_category_links a.news_category_links__btn:hover,
.news_yearly_links__btn:hover a{
	color: #fff;
	z-index: 1;
	border-radius: 50px;
}
.news_category_links a.news_category_links__btn:hover::after,
.news_category_links .news_yearly_links__btn:hover::after{
	transform: scale(1, 1);
	border-radius: 50px;
}
.news_category_links__btn{
	position: relative;
	padding: 4px 20px;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 500;
	margin-right: 1%;
	color: #E8380D;
	border: #E8380D 2px solid;
	border-radius: 50px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
	overflow: hidden;
	z-index: 1;
}
.news_yearly_links__btn{
	position: relative;
	padding: 4px 20px;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 500;
	margin-right: 1%;
	color: #E8380D;
	border: #E8380D 2px solid;
	border-radius: 50px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
	overflow: hidden;
	z-index: 1;
}
.news_sidebar_category_list{
	margin: 20px 0 0 20px;
}
.news_sidebar_category_list a{
	color: #333333;
	cursor: pointer;
}
.news_sidebar_category_list a:hover{
	color: #E8380D;
}
.news_col {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news_sidebar {
	flex-shrink: 0;
	width: 350px;
	margin-left: 30px;
}
.news_sidebar_ttl {
	background: #e8380d;
	color: #fff;
	padding: 8px 20px 10px;
	margin-bottom: 10px;
}
.news_sidebar_item a {
	display: flex;
	text-decoration: none;
	transition: all 0.3s;
	color: #4c4c4c;
}
.news_sidebar_item li:not(:last-child) {
	margin-bottom: 20px;
}
.news_sidebar_itm_img {
	flex-shrink: 0;
	width: 150px;
	margin: 0 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f0f0f0;
	position: relative;
	height: 100px;
}
.news_sidebar_itm_img img {
	flex-shrink: 0;
	max-height: 100%;
}
.news_count {
	background: #4c4c4c;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 85%;
	padding: 0 10px;
}
.news_siderbar_itm_date {
	font-size: 14px;
	margin: 0;
	opacity: 0.6;
}
.news_siderbar_itm_ttl {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
.news_sidebar_mod{
	text-align: left;
}
.news_sidebar_mod:not(:last-child) {
	margin-bottom: 40px;
}
.news_sidebar_mod select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 20px;
	outline: none;
	background: #fff;
	color: #333333;
}
.news_sidebar_mod option {
	padding: 10px 20px;
	color: #333;
}
.news_sidebar_mod option:hover {
	background: #333;
	color: #fff;
}
.news_list{
	width: 100%;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
}
.news_itm_main{
	text-align: left;
	padding-top: 8px;
}
.news_itm_main a.permalink_hover:hover .news_itm_ttl{
	color: #E8380D;
}
.news_item:nth-child(3n){
    margin-right: 0;
}
.news_item a {
	text-decoration: none;
	color: #4c4c4c;
	transition: all 0.3s;
}
.news_itm_img {
	flex-shrink: 0;
	width: 100%;
	margin: 0 0 8px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f0f0f0;
}
.news_itm_img img {
	max-height: 100%;
}
.news_itm_cate {
	display: inline-block;
	border: 2px solid #E8380D;
	border-radius: 50px;
	color: #E8380D;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 10px;
	margin-bottom: 4px;
	margin-right: 2%;
	line-height: 1.4;
}
.news_itm_ttl {
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 16px;
	color: #000;
}
.news_itm_txt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_item {
	margin-right: 42px;
	margin-bottom: 50px;
	width: 30%;
}
.news_itm_date {
	display: block;
	margin: 0;
	padding-top: 3px;
	font-size: 12px;
	font-weight: normal;
}
.mr-2 {
	margin-right: 2%;
}
.under_list.has_num {
	counter-reset: list-num;
}
.under_list.has_num > li:before {
	background: none;
	border: 0;
	counter-increment: list-num;
	content: counter(list-num)'.';
	top: 0;
	width: auto;
}
a.category_link_hover:hover{
	opacity: 0.6;
}

.under_list.has_num01 {
	counter-reset: list-num01;
}
.under_list.has_num01 > li {
	padding-left: 40px;
}
.under_list.has_num01 > li:before {
	background: none;
	border: 0;
	counter-increment: list-num01;
	content: '('counter(list-num01)')';
	top: 0;
	width: auto;
}
.under_step_img {
	margin-bottom: 30px;
}
.under_step_img li {
	position: relative;
	width: 100%;
	text-align: center;
	line-height: 0;
	margin-bottom: 50px;
}
.under_step_img li:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
	border-top: solid 30px #e8380d;
}
.under_step_img li:last-child {
	margin-bottom: 0;
}
.under_step_img li:last-child:after {
	content: none;
}
.under_link_tel {
	text-decoration: none;
	color: #4c4c4c;
}
.under_map {
	width: 100%;
	height: 450px;
	line-height: 0;
}
.under_map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.under_list_img {
	display: flex;
	justify-content: space-between;
}
.under_list_img li {
	text-align: center;
}
.under_list_img.has_5item li {
	width: calc(100% / 5 - 10px);
}
.under_list_img.has_4item li {
	width: calc(100% / 4 - 10px);
}
.under_list_img.has_3item li {
	width: calc(100% / 3 - 10px);
}
.under_frame * {
	position: relative;
	z-index: 2;
}
.under_frame li {
	color: #fff;
}
.under_frame .frame_ttl {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.under_frame a {
	color: #fff;
}
.under_ttl_dot {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.under_ttl_dot:before {
	position: absolute;
	content: '';
	left: 0;
	top: 15px;
	background: #fff;
	border-radius: 50%;
	width: 4px;
	height: 4px;
}
.under h6 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: solid 2px #4c4c4c;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.under_frame .frame_ttl.left {
	text-align: left;
}
.under #header {
	padding-top: 14px;
	padding-bottom: 14px;
	background: #fff;
}
.under .h_menu {
	margin: 0;
}
.under #footer {
	background: #fff;
	position: relative;
	z-index: 10;
	margin-top: 100px;
}
.txt_over {
	overflow: hidden;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	display: inline-block;
}
.fmail_btn input.back-btn {
	border-color: #333;
	color: #fff;
	background-image: url(../images/icon_close.svg);
	background-color: #333;
	background-size: 12px auto;
}
.news_detail_img {
	text-align: center;
}
.news_detail_img img {
	max-height: 450px;
}
.news_btn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.news_btn li {
	width: 48%;
}
.news_btn a {
	display: flex;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 10px 15px;
	line-height: 1.5em;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.3s;
}
.news_btn a .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.news_btn a .btn {
	background: #e8380d;
	color: #fff;
	padding: 5px 15px;
	margin-top: 7px;
}
.news_back a {
	display: block;
	margin: 0 auto;
	width: 200px;
	background: #333;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 7px;
	transition: all 0.3s;
}
.news_btn .next a {
	align-items: flex-end;
}
.under .video_gallery {
	display: none;
}
.news_col_main{
	text-align: left;
}
.wp-pagenavi {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
	min-width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	padding-top: 3px;
}
.mw_wp_form .horizontal-item:not(:last-child) {
	margin: 0 10px 0 0 !important;
}
.under_frame .under_list:not(.has_num) li:before {
	background-image: url("../images/icon_check01.svg");
}
.flex_2_column {
	display: flex;
}
.flex_2_column dl {
	width: calc(50% - 10px);
	margin-right: 20px;
}
.flex_2_column dl:last-child {
	margin-right: 0;
}
.flex_2_column dl dt {
	margin-bottom: 10px;
	font-weight: 700;
}
.company_info01 {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #ddd;
	margin: 0 auto 10px;
	max-width: 500px;
}
.company_info01 dt {
	flex-shrink: 0;
}
.company_info01 dd {
	text-align: right;
}
.company_info01:last-child {
	margin-bottom: 0;
}
.postWrap {
	display: flex;
	flex-wrap: wrap;
}
.postWrap.list > li {
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px 0;
}
.postWrap.list > li:first-child {
	padding-top: 0;
}
.postWrap.list > li:before, .postWrap.list > li:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #DDD;
}
.postWrap.list > li:before {}
.postWrap.list > li:after {
	width: 20%;
	background-color: #888;
}
.postWrap.list > li > article > a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px 0;
}
.postWrap.list > li > article > a > time, .postWrap.list > li > article > a > .title {
	float: left;
}
.postWrap.list > li > article > a > time {
	width: 20%;
}
.postWrap.list > li > article > a > .title {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 70px;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
}
.postWrap.thumbnail {
	overflow: hidden;
}
.postWrap.thumbnail > li {
	position: relative;
}
.postWrap.thumbnail.col2 > li {
	width: 50%;
	padding-left: 4%;
	margin-left: 4%;
	margin-top: 100px;
}
.postWrap.thumbnail.col2 > li:nth-child(odd) {
	width: 46%;
	padding-left: 0;
	margin-left: 0;
}
.postWrap.thumbnail.col2 > li:nth-child(-n+2) {
	margin-top: 0;
}
.postWrap.thumbnail.col3 > li {
	width: 32%;
	padding-left: 4%;
	margin-left: 4%;
	margin-top: 100px;
}
.postWrap.thumbnail.col3 > li:nth-child(3n-2) {
	width: 28%;
	padding-left: 0;
	margin-left: 0;
}
.postWrap.thumbnail.col2 > li:nth-child(odd):after, .postWrap.thumbnail.col3 > li:nth-child(3n-2):after {
	content: "";
	display: block;
	width: 1000%;
	height: 1px;
	background-color: #DDD;
	position: absolute;
	top: -50px;
	left: 0;
	transform: translateX(100%);
}
.postWrap.thumbnail.col3 > li:nth-child(-n+3) {
	margin-top: 0;
}
.postWrap.thumbnail > li:before {
	content: "";
	width: 1px;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #DDD;
}
.postWrap.thumbnail.col2 > li:nth-child(odd):before {
	display: none;
}
.postWrap.thumbnail.col3 > li:nth-child(3n-2):before {
	display: none;
}
.postWrap.thumbnail.col2 > li.active:nth-child(odd):after, .postWrap.thumbnail.col3 > li.active:nth-child(3n-2):after {
	transform: translateX(0);
	transition-duration: 1s;
}
.postWrap.thumbnail > li.active:before {
	transition-delay: .2s;
	height: 100%;
}
.postWrap.thumbnail.col3 > li:nth-child(3n).active:before {
	transition-delay: .4s;
}
.postWrap.thumbnail > li > article {}
.postWrap.thumbnail > li > article > a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	pointer-events: none;
	text-decoration: none;
	color: inherit;
}
.postWrap.thumbnail > li.active > article > a {
	pointer-events: visible;
}
.postWrap.thumbnail > li > article > a .imgWrap {
	width: 100%;
	background-color: #111;
	overflow: hidden;
}
.postWrap.thumbnail.col2 > li > article > a .imgWrap {
	height: 19vw;
	min-height: 250px;
}
.postWrap.thumbnail.col3 > li > article > a .imgWrap {
	height: 16vw;
	min-height: 180px;
}
.postWrap.thumbnail > li > article > a .imgWrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/common/logo-wh.svg);
	background-size: 50% auto;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: .1;
	position: absolute;
	top: 0;
	left: 0;
}
.postWrap.thumbnail > li > article > a > .titleWrap {
	transform: translateY(-10px);
	opacity: 0;
}
.postWrap.thumbnail > li.active > article > a > .titleWrap {
	transform: translateY(0);
	opacity: 1;
}
.postWrap.thumbnail > li > article > a .title, .postWrap.thumbnail.npStyle > li > article > a .title {
	font-weight: 900;
	font-size: 16px;
	margin: 20px 0 0;
}
.postWrap.thumbnail > li > article > a time {}
.postWrap.thumbnail .arrow {
	top: unset;
}
.postWrap.thumbnail.npStyle {
	max-width: 1400px;
	margin: auto;
}
.postWrap.thumbnail.npStyle > li:before {
	display: none;
}
.postWrap.thumbnail.npStyle > li > * {
	padding-top: 40px;
	position: relative;
}
.postWrap.thumbnail.npStyle > li > *:before {
	display: block;
	position: absolute;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
}
.postWrap.thumbnail.npStyle > li:nth-child(1) > *:before {
	content: "NEWER";
	left: 0;
}
.postWrap.thumbnail.npStyle > li:nth-child(2) > *:before {
	content: "OLDER";
	right: 0;
	text-align: right;
}
.postWrap.thumbnail.npStyle > li.active > *:before {
	transition-delay: .5s;
	color: rgba(0, 0, 0, .135);
}
.postWrap.thumbnail.npStyle > li > *:after {
	content: "";
	width: 0;
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 1);
	top: 10px;
}
.postWrap.thumbnail.npStyle > li:nth-child(1) > *:after {
	right: 0;
}
.postWrap.thumbnail.npStyle > li:nth-child(2) > *:after {
	left: 0;
}
.postWrap.thumbnail.npStyle > li.active > *:after {
	width: calc(100% - 100px);
	background-color: rgba(0, 0, 0, .135);
}
.postWrap.thumbnail.npStyle > li > article > a {
	display: table;
}
.postWrap.thumbnail.npStyle .trigBase2, .postWrap.thumbnail.npStyle > li > article > a > .titleWrap {
	display: table-cell;
	vertical-align: middle;
}
.postWrap.thumbnail.npStyle .trigBase2 {
	width: 40%;
	transition: none;
}
.postWrap.thumbnail.npStyle > li > article > a .imgWrap, .postWrap.thumbnail.npStyle > li > .empty > div {
	height: 10vw;
	min-height: 120px;
	max-height: 160px;
}
.postWrap.thumbnail.npStyle > li > article > a > .titleWrap {
	padding-left: 10%;
}
.postWrap.thumbnail.npStyle > li > article > a .title {
	margin-top: 0;
	margin-bottom: 8%;
}
.postWrap.thumbnail.npStyle > li > article > a > .titleWrap > div {
	position: relative;
}
.postWrap.thumbnail.npStyle > li > .empty > div {
	display: table;
	border: 1px solid;
	width: 100%;
	color: rgba(0, 0, 0, .135);
}
.postWrap.thumbnail.npStyle > li > .empty > div {
	opacity: 0;
}
.postWrap.thumbnail.npStyle > li.active > .empty > div {
	opacity: 1;
}
.postWrap.thumbnail.npStyle > li > .empty > div > p {
	text-align: center;
	font-weight: 900;
	display: table-cell;
	vertical-align: middle;
}
.bg, .imgWrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.imgWrap.large {
	min-height: 450px;
	height: 38vw;
}
.postWrap.thumbnail > li > article > a .imgWrap {
	background-color: #EEE;
}
.postWrap.thumbnail > li > article > a .imgWrap:before {
	background-image: url(https://www.rvsta.co.jp/cms/wp-content/themes/img/common/logo-bk.svg);
}
.postWrap.thumbnail.col2 > li > article > a .imgWrap:after {
	display: block;
	width: 30px;
	height: calc(100% - 20px);
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	line-height: 30px;
	color: #FFF;
	font-weight: 900;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	padding-top: 30px;
	font-size: 12px;
	background-size: 50%;
	background-position: 50% 8px;
	background-repeat: no-repeat;
	transition: unset;
}
.postWrap.thumbnail.col2 > li.postCat-interview > article > a .imgWrap:after {
	content: "INTERVIEW";
	background-color: #e8380d;
	background-image: url('../images/icon-interview.svg');
}
.postWrap.thumbnail.col2 > li.postCat-oneday > article > a .imgWrap:after {
	content: "ONE DAY OF STAFF";
	background-color: #fed360;
	background-image: url('../images/icon-oneday.svg');
}
.postWrap.thumbnail.col2 > li.postCat-blog > article > a .imgWrap:after {
	content: "BLOG";
	background-color: #00af46;
	background-image: url('../images/icon-blog.svg');
}
.postWrap.thumbnail > li > article > a .title {
	font-size: 19px;
}
.postWrap .employeeInfo {
	position: relative;
	margin-top: 10px;
}
.postWrap .employeeInfo > .role, .postWrap .employeeInfo > .name {
	line-height: 1.75em;
	height: 1.75em;
	padding-right: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.postWrap .employeeInfo > .role {
	font-size: 12px;
}
.postWrap .employeeInfo > .name {
	font-size: 18px;
	letter-spacing: .25vw;
}
.postWrap .employeeInfo > .role2 {
	font-size: 16px;
	font-weight:bold;
	color:#e9380e;
}
.postWrap .employeeInfo .arrow {
	top: 0;
}
.postWrap.npStyle .employeeInfo {
	margin-top: 0;
}
.postWrap.npStyle .employeeInfo > .name {
	font-size: 16px;
}
.interview_content h3 span.under_h3_en {
	display: none;
}
body.recruit #wrapper {
	z-index: 2;
	position: relative;
	background: #fff;
}
.recruit #wrapper:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1645px;
	background: url("../images/recruit_bg01.jpg") no-repeat top center/cover;
	top: 0;
	left: 0;
	z-index: -2;
	pointer-events: none;
}
.recruit #mainvisual {
	height: 960px;
	position: relative;
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding-bottom: 114px;
}
.recruit #mainvisual .container {
	width: 100%;
	padding: 0 82px;
	position: relative;
	z-index: 2;
}
.recruit_main_video:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 1;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.recruit_main_video {
	position: absolute;
	width: calc(100% - 230px);
	height: 100%;
	top: 0;
	left: 230px;
	overflow: hidden;
	background: #000;
}
.recruit_main_video video {
	width: 100%;
	height: 100%;
}
.recruit h2 {
	margin: 0 0 30px -90px;
}
.recruit_main_txt {
	margin: 0;
	font-size: 30px;
	line-height: 1.47em;
	font-weight: 400;
}
.recruit_box01 {
	padding: 106px 0 0;
	color: #fff;
}
.recruit h3 {
	text-align: center;
	font-size: 50px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 79px;
}
.recruit h3 .en {
	display: block;
	font-family: "AgencyFB";
	font-weight: 400;
	font-size: 280%;
	letter-spacing: 0.2em;
	line-height: 1em;
}
.recruit_box01 .container {
	width: 100%;
	max-width: 1770px;
	padding: 0 15px;
}
.recruit_b01_main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.recruit_b01_img {
	flex-shrink: 0;
	margin: 0;
	width: 50%;
}
.recruit_b01_cont {
	width: 50%;
	padding-left: 130px;
}
.recruit_b01_ttl {
	font-size: 36px;
	line-height: 1.5em;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 41px 0 41px;
}
.recruit_b01_txt {
	margin: 0;
	width: 100%;
	max-width: 605px;
	letter-spacing: -0.03em;
}
.recruit_b01_main .idx_btn {
	margin-top: 120px;
	width: 100%;
	max-width: 605px;
}
.recruit_b01_main .idx_btn a {
	width: 229px;
	height: 57px;
	font-size: 20px;
	margin: 0;
}
.recruit_b01_main .idx_btn a[target="_blank"] {
	position: relative;
}
.recruit_b01_main .idx_btn a[target="_blank"]:after {
	content: '';
	position: absolute;
	display: inline-block;
	background: url(../images/icon_blank.svg) no-repeat center center/100% auto;
	width: 15px;
	height: 15px;
	right: 9px;
	top: calc(50% - 8px);
	transition: all 0.3s;
}
.recruit_b01_main .idx_icon {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.recruit_b01_main .idx_icon:before, .recruit_b01_main .idx_icon:after, .recruit_b01_main .idx_icon span:before, .recruit_b01_main .idx_icon span:after {
	width: calc(50% - 1px);
	height: calc(50% - 1px);
}
.recruit_box02 {
	background: url(../images/recruit_bg02.jpg) top center;
	padding: 266px 0 122px;
	margin-top: -159px;
}
.recruit_box02 .container {
	width: 100%;
	max-width: 1770px;
	padding: 0 15px;
}
.recruit_box02 h3 {
	color: #000;
	text-align: left;
	margin-bottom: -53px;
}
.recruit_box02 h3 .en {
	color: #e92900;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
	margin-left: -13px;
}
.recruit_b02_list {
	padding-left: 140px;
	z-index: 2;
	margin-bottom: 52px;
}
.recruit_b02_list:after {
	content: '';
	position: absolute;
	width: 100vw;
	min-width: 2000px;
	height: 533px;
	left: 0;
	background: #fff;
	z-index: -3;
	pointer-events: none;
	top: 161px;
}
.recruit_b02_list.slick-initialized .slick-slide {
	position: relative;
	padding-bottom: 52px;
	margin-top: 124px;
	transition: all 0.3s;
}
.recruit_b02_link {
	margin: 0;
}
.recruit_b02_link a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.recruit_b02_list.slick-initialized .slick-slide:nth-child(2n+1) {
	margin-top: 0;
}
.recruit_b02_name {
	margin: 0;
	position: absolute;
	right: 55px;
	top: 85px;
	font-size: 24px;
	color: #e92900;
	font-family: "AgencyFB";
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	-moz-text-orientation: mixed;
	-ms-text-orientation: mixed;
	text-orientation: mixed;
	-ms-writing-mode: tb-rl;
	line-height: 1.5em;
}
.recruit_b02_img {
	margin: 0;
}
.recruit_b02_info {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #000;
	width: 60%;
}
.recruit_b02_txt {
	font-size: 18px;
	margin: 0;
	font-weight: 500;
}
.recruit_b02_ttl {
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 6px;
	line-height: 1.3em;
}
.recruit_b02_date {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
.recruit_b02_date {
	font-size: 20px;
	font-weight: 500;
}
.recruit_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.3s;
	text-decoration: none;
	width: 320px;
	height: 70px;
	border: 3px solid #e8380d;
	font-size: 20px;
	letter-spacing: 0;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	position: relative;
}
.recruit_btn {
	margin: 0;
}
.recruit_btn a:after {
	content: '';
	position: absolute;
	right: 30px;
	display: inline-block;
	background: url(../images/icon_arr02.svg) no-repeat center center/100% auto;
	width: 17px;
	height: 15px;
	top: calc(50% - 7px);
	transition: all 0.3s;
}
.recruit_box03 {
	position: relative;
	z-index: 2;
	padding-top: 460px;
	padding-bottom: 120px;
}
.recruit_box03:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 560px;
	top: 0;
	left: 0;
	z-index: -3;
	background: url("../images/recruit_img05.jpg") no-repeat right center/cover;
}
.recruit_box03 .container {
	width: 100%;
	max-width: 1490px;
	padding: 0 15px;
}
.recruit_b03_list {
	position: relative;
	z-index: 3;
}
.recruit_b03_list:after {
	content: '';
	position: absolute;
	width: 100vw;
	min-width: 2000px;
	height: 100%;
	background: #fff;
	top: -120px;
	left: -140px;
	z-index: -3;
	pointer-events: none;
}
.recruit_b03_item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.recruit_b03_item:last-child {
	margin-bottom: 0;
}
.recruit_b03_img {
	flex-shrink: 0;
	margin: 0 120px 0 0;
}
.recruit_b03_ttl {
	font-size: 28px;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.05em;
	margin: 0 0 31px;
}
.recruit_b03_ttl .en {
	display: block;
	font-size: 500%;
	line-height: 1em;
	font-family: "AgencyFB";
	font-weight: 400;
	margin-left: -8px;
	letter-spacing: -0.01em;
}
.recruit_b03_txt_list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}
.recruit_b03_txt_list li:before {
	content: '';
	position: absolute;
	background: url("../images/recruit_icon01.svg") no-repeat center center/100% auto;
	width: 16px;
	height: 14px;
	left: 0;
	top: 10px;
}
.recruit_b03_main .idx_btn a {
	width: 229px;
	height: 57px;
	font-size: 20px;
	margin: 0;
}
.recruit_b03_main .idx_btn a[target="_blank"] {
	position: relative;
}
.recruit_b03_main .idx_btn a[target="_blank"]:after {
	content: '';
	position: absolute;
	display: inline-block;
	background: url(../images/icon_blank.svg) no-repeat center center/100% auto;
	width: 15px;
	height: 15px;
	right: 9px;
	top: calc(50% - 8px);
	transition: all 0.3s;
}
.recruit_b03_main .idx_icon {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.recruit_b03_main .idx_icon:before, .recruit_b03_main .idx_icon:after, .recruit_b03_main .idx_icon span:before, .recruit_b03_main .idx_icon span:after {
	width: calc(50% - 1px);
	height: calc(50% - 1px);
}
.recruit_b03_txt_list {
	float: left;
	max-width: calc(100% - 250px);
}
.recruit_b03_main .idx_btn {
	float: right;
	margin-top: 9px;
}
.recruit_b03_main {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #4c4c4c;
	padding: 11px 0 47px;
}
.recruit_b03_item:last-child .recruit_b03_main {
	padding-bottom: 0;
	border-bottom: none;
}
.recruit_b03_main .idx_btn a[target="_blank"]:hover {
	background: #fff;
	color: #e8380d;
}
.recruit_b03_main .idx_btn a[target="_blank"]:hover .idx_icon:before, .recruit_b03_main .idx_btn a[target="_blank"]:hover .idx_icon:after, .recruit_b03_main .idx_btn a[target="_blank"]:hover .idx_icon span:before, .recruit_b03_main .idx_btn a[target="_blank"]:hover .idx_icon span:after {
	background: #e8380d;
}
.recruit_box04 {
	background: url("../images/recruit_bg03.jpg") no-repeat center center/cover;
	padding: 62px;
	position: relative;
}
.recruit_box04:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 102px;
	background: #fff;
	bottom: 0;
	left: calc(50% - 1px);
	z-index: 2;
}
.recruit_box04 a {
	display: flex;
	text-decoration: none;
	background: url("../images/recruit_img08.jpg") no-repeat center center/cover;
	text-align: center;
	color: #fff;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 837px;
	padding: 67px 0 11px;
	transition: all 0.3s;
}
.recruit_box04 h3 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: auto;
	margin-top: 0;
}
.recruit_box04 h3 .en {
	font-size: 388.89%;
	letter-spacing: 0.05em;
	margin-bottom: 27px;
}
.recruit_b04_txt {
	margin: 0;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.72em;
	letter-spacing: 0.05em;
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 49px 30px 56px;
}
.recruit_b04_txt_icon {
	width: 197px;
	height: 127px;
	position: absolute;
	left: 0;
	top: 0;
}
.recruit_b04_txt_icon:nth-of-type(2) {
	right: 0;
	bottom: 0;
	left: auto;
	top: auto;
}
.recruit_b04_txt_icon:before, .recruit_b04_txt_icon:after {
	content: '';
	position: absolute;
	background: #fff;
}
.recruit_b04_txt_icon:before {
	width: 100%;
	height: 5px;
	left: 0;
	top: 26px;
}
.recruit_b04_txt_icon:after {
	width: 5px;
	height: 100%;
	top: 0;
	left: 26px;
}
.recruit_b04_txt_icon:nth-of-type(2):before {
	top: auto;
	bottom: 26px;
}
.recruit_b04_txt_icon:nth-of-type(2):after {
	left: auto;
	right: 26px;
}
.recruit_box05 {
	background: url("../images/recruit_bg04.jpg") repeat-x left bottom #e92900;
	color: #fff;
	padding: 68px 0 107px;
	position: relative;
	margin-top: 214px;
	z-index: 5;
}
.recruit_box05:after {
	content: '';
	position: absolute;
	background: url("../images/recruit_img09.png") no-repeat top center/100% auto;
	width: 790px;
	height: 496px;
	bottom: 0;
	left: 50%;
}
.recruit_box05 h3 {
	font-size: 70px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
.recruit_b05_link {
	display: flex;
}
.recruit_b05_link a {
	display: flex;
	color: #fff;
	width: 238px;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	font-weight: 500;
	padding: 8px;
	position: relative;
	transition: all 0.3s;
	letter-spacing: 0.05em;
	height: 100%;
}
.recruit_b05_link li:nth-child(1) a:after {
	content: '';
	position: absolute;
	background: url("../images/recruit_icon03.svg") no-repeat center center/100% auto;
	width: 15px;
	height: 14px;
	right: 13px;
	top: calc(50% - 7px);
}
.recruit_b05_link li:nth-child(2) a {
	background: #fff;
	color: #e92900;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	padding: 7px 8px 9px;
	font-weight: bold;
}
.recruit_b05_link li:nth-child(2) a:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url(../images/icon_blank.svg) no-repeat center center/100% auto;
	width: 13px;
	height: 14px;
	margin-left: 10px;
}
.recruit_b05_link li:nth-child(2) a:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/recruit_icon02.svg") no-repeat center center/100% auto;
	width: 29px;
	height: 29px;
	margin-right: 10px;
	transition: all 0.3s;
	top: 3px;
}
.recruit_b05_link li:not(:last-child) {
	margin-right: 24px;
}
.recruit #footer, .recruit_page #footer {
	padding: 71px 0 0;
	margin: 0;
}
.recruit .f_main_row, .recruit_page .f_main_row {
	padding: 0 60px 14px;
	flex-wrap: wrap;
}
.f_main_col .gnavi .en {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	font-weight: bold;
}
.recruit_menu a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	transition: all 0.3s;
}
.recruit_menu a .en {
	display: inline-block;
	color: #e92900;
	margin-right: 15px;
	font-weight: 400;
}
.recruit .f_main_col, .recruit_page .f_main_col {
	width: 31%;
	max-width: none;
	margin-bottom: 40px;
}
.recruit_menu li:not(:last-child) {
	margin-bottom: 22px;
}
.recruit_f_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	width: 330px;
	border: 1px solid #fff;
	padding: 7px 5px 9px;
}
.recruit_f_btn a .en {
	display: inline-block;
	color: #e96c00;
	margin-right: 15px;
}
.recruit_f_btn a:after {
	content: '';
	position: absolute;
	background: url(../images/recruit_icon03.svg) no-repeat center center/100% auto;
	width: 15px;
	height: 14px;
	right: 13px;
	top: calc(50% - 7px);
}
.recruit_f_btn {
	margin: 20px 0 0;
}
.recruit .f_main_bot, .recruit_page .f_main_bot {
	border-top-color: #4c4c4c;
}
.recruit_page #header .f_main_link, .recruit #header .f_main_link {
	flex-direction: row;
	align-items: center;
}
.recruit_f_logo {
    margin: 0 40px 0 0;
    display: flex;
    align-items: flex-end;
}
.recruit_f_logo a {
    transition: all 0.3s;
    display: block;
}
.recruit_f_logo a:nth-child(1) {
    text-decoration: none;
    font-family: "AgencyFB";
    font-size: 40px;
    display: inline-block;
    line-height: 1.2em;
    white-space: nowrap;
    margin-right: 10px;
    font-weight: 600;
}
.recruit_f_logo a:nth-child(2) {
    width: 138px;
    margin-bottom: 5px;
}
.recruit .copyright, .recruit_page .copyright {
	margin: 0 auto 0 0;
}
.recruit .f_main_link li a, .recruit_page .f_main_link li a {
	padding-right: 30px;
	display: inline-block;
	position: relative;
}
.recruit_page .gnavi a[target="_blank"], .recruit .gnavi a[target="_blank"] {
	position: relative;
	padding-right: 30px;
	display: inline-block;
}
.recruit .f_main_link a:after, .recruit_page .f_main_link a:after, .recruit .gnavi a[target="_blank"]:after, .recruit_page .gnavi a[target="_blank"]:after {
	content: '';
	position: absolute;
	background: url("../images/icon_blank.svg") no-repeat center center/100% auto;
	width: 15px;
	height: 14px;
	right: 0;
	top: 7px;
}
.recruit_f_blog a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	width: 250px;
	border: 2px solid #e9380e;
	padding: 13px 20px 15px;
	flex-direction: column;
	background: #e9380e;
	color: #fff !important;
	transition: all 0.3s;
	text-align: center;
}
.recruit_f_blog a span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-size: 75%;
	font-weight: 500;
	line-height: 1.5em;
}
.recruit_f_blog a span:after {
	content: '';
	position: absolute;
	background: url(../images/icon_blank_hv.svg) no-repeat center center/100% auto;
	width: 13px;
	height: 14px;
	right: 0;
	top: calc(50% - 7px);
}
.recruit_f_blog {
	margin: 0 60px 0 0;
}
.recruit .gnv_main, .recruit_page .gnv_main {
	align-items: flex-start;
	padding-top: 10%;
	flex-wrap: wrap;
	display: block;
	color: #4c4c4c;
}
.recruit #header .f_main_link {
	align-items: center;
	flex-direction: row;
}
.recruit .gnv_col, .recruit_page .gnv_col {
	width: 100%;
}
.recruit_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit_menu li {
	width: 33.33%;
}
.top_btn {
    margin: 0 10px 0 0;
}
.top_btn a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
    transition: all 0.3s;
    font-family: "AgencyFB";
    font-size: 50px;
    line-height: 1.2em;
	font-weight: 500;
}
.gnv_col_sp {
	display: none;
}
.recruit .h_menu a, .recruit_page .h_menu a, .h_btn .h_sub_menu .h_sub_menu_main .h_sub_link li a {
	font-weight: normal;
}
.recruit_page .h_menu a:hover,
.top_btn a:hover,
.recruit_page .h_btn li a:hover {
	text-decoration:none;
}

.recruit .logo,
.recruit_page .logo {
    margin-right: 41px;
	width: 130px;
	margin-top: 16px;
}
.recruit .logo a, .recruit_page .logo a {
	background-image: url("../images/logo_recruit.svg");
	transition: all 0.3s;
	height: 32px;
}
.recruit .h_menu > li:not(:last-child), .recruit_page .h_menu > li:not(:last-child) {
	margin-right: 25px;
}
.recruit #header:before, .recruit_page #header:before {
	opacity: 0;
}
.recruit #header.fixed, .recruit_page #header.fixed, .recruit_page #header {
	background: #e9380e;
	padding: 15px 1.6%;
}
.recruit .h_btn p:before, .recruit .h_btn a:before, .recruit_page .h_btn a:before {
	background-image: url("../images/recruit_icon02.svg");
	width: 29px;
	height: 29px;
	margin-right: 15px;
}
.h_btn .h_sub_menu .h_sub_menu_main .h_sub_link li a:before {
	content: none;
}
.h_btn .h_sub_menu .h_sub_menu_main .h_sub_link li a:after {
	
}
.recruit .h_btn p:after, .recruit .h_btn a:after, .recruit_page .h_btn a:after,
.h_btn .h_sub_menu .h_sub_menu_main .h_sub_link li a:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url(../images/icon_blank.svg) no-repeat center center/100% auto;
	width: 13px;
	height: 14px;
	margin-left: 10px;
}
.recruit .h_btn li a, .recruit .h_btn li p, .recruit_page .h_btn li a {
	font-weight: bold;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
}
.recruit .h_btn li p {
    margin: 0 0 0 0;
}
.recruit .h_btn li:nth-child(2) a, .recruit_page .h_btn li:nth-child(2) a {
	background: #e92900;
	position: relative;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	font-weight: bold;
	border: 1px solid #fff;
}
.recruit .h_btn li:nth-child(2) a:before, .recruit_page .h_btn li:nth-child(2) a:before {
	background-image: url("../images/recruit_icon03.svg");
	width: 15px;
	height: 14px;
	margin: 0;
	position: absolute;
	right: 12px;
	top: calc(50% - 7px);
}
.recruit .h_btn li:nth-child(2) a:after, .recruit_page .h_btn li:nth-child(2) a:after {
	display: none;
}
.recruit_b02_list .slick-arrow {
	position: absolute;
	z-index: 4;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #f0f0f0;
	border: none;
	text-indent: -50000px;
	top: calc(50% - 30px);
	cursor: pointer;
	left: 0;
	transition: all 0.3s;
}
.recruit_b02_list .slick-next {
	right: 0;
	left: auto;
}
.recruit_b02_list .slick-arrow:after {
	content: '';
	position: absolute;
	border: solid #e9380e;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	top: calc(50% - 5px);
	left: calc(50% - 4px);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all 0.3s;
}
.recruit_b02_list .slick-next:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: calc(50% - 8px);
}
.recruit .h_left, .recruit_page .h_left {
	padding-top: 4px;
}
.recruit #footer .container, .recruit_page #footer .container {
	max-width: 1230px;
}
.recruit #footer:after, .recruit_page #footer:after {
	display: none;
}
.recruit_b02_list.slick-initialized .slick-slide.itm02 .recruit_b02_img {
	margin-left: -36px;
}
.recruit_b02_list.slick-initialized .slick-slide.itm03 .recruit_b02_img {
	margin-top: -34px;
	margin-left: 10px;
}
.change #mainvisual:after, .change #mainvisual .bg {
	background-image: url("../images/change_main_bg.jpg");
}
.brand #mainvisual:after, .brand #mainvisual .bg {
	background-image: url("../images/brand_main_bg.jpg");
}
.message #mainvisual:after, .message #mainvisual .bg {
	background-image: url("../images/message_main_bg.jpg");
}
.company #mainvisual:after, .company #mainvisual .bg {
	background-image: url("../images/company_main_bg.jpg");
}
.service #mainvisual:after, .service #mainvisual .bg {
	background-image: url("../images/service_main_bg.jpg");
}
.contact #mainvisual:after, .contact #mainvisual .bg, .confirm #mainvisual:after, .confirm #mainvisual .bg, .thanks #mainvisual:after, .thanks #mainvisual .bg {
	background-image: url("../images/contact_main_bg.jpg");
}
.about #mainvisual:after, .about #mainvisual .bg {
	background-image: url("../images/about_main_bg.jpg");
}
.data #mainvisual:after, .data #mainvisual .bg {
	background-image: url("../images/data_main_bg.jpg");
}
.work #mainvisual:after, .work #mainvisual .bg {
	background-image: url("../images/work_main_bg.jpg");
}
.staff #mainvisual:after, .staff #mainvisual .bg {
	background-image: url("../images/staff_main_bg.jpg");
}
.faq #mainvisual:after, .faq #mainvisual .bg {
	background-image: url("../images/faq_main_bg.jpg");
}
.privacypolicy #mainvisual:after, .privacypolicy #mainvisual .bg {
	background-image: url("../images/privacypolicy_main_bg.jpg");
}
.security #mainvisual:after, .security #mainvisual .bg {
	background-image: url("../images/security_main_bg.jpg");
}
.csr #mainvisual:after, .csr #mainvisual .bg {
	background-image: url("../images/csr_main_bg.jpg");
}
.report #mainvisual:after, .report #mainvisual .bg {
	background-image: url("../images/report_main_bg.jpg");
}
.declaration #mainvisual:after, .declaration #mainvisual .bg {
	background-image: url("../images/declaration_main_bg.jpg");
}
.logo_page #mainvisual:after, .logo_page #mainvisual .bg {
	background-image: url("../images/logo_main_bg.jpg");
	background-position: left center;
}
.mission #mainvisual:after, .mission #mainvisual .bg {
	background-image: url("../images/mission_main_bg.jpg");
	background-position: left center;
}
.sustainability #mainvisual:after, .sustainability #mainvisual .bg {
	background-image: url("../images/sustainability_main_bg.png");
	background-position: left center;
}
.socialmediapolicy #mainvisual:after, .socialmediapolicy #mainvisual .bg {
	background-image: url("../images/social_main_bg.png");
}
.recruit_b05_ttl {
	font-size: 50px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 30px;
}
.txt_small {
	overflow: hidden;
	font-size: 110%;
}
.under_qa_item {
	-webkit-box-shadow: 2px 2px 7px 0px #aaa;
	-moz-box-shadow: 2px 2px 7px 0px #aaa;
	box-shadow: 2px 2px 7px 0px #aaa;
	padding: 30px;
	margin-bottom: 30px;
}
.under_qa_item:last-child {
	margin-bottom: 0;
}
.col_block .under_col_item {
	-webkit-box-shadow: 2px 2px 7px 0px #aaa;
	-moz-box-shadow: 2px 2px 7px 0px #aaa;
	box-shadow: 2px 2px 7px 0px #aaa;
	border: none;
}
.under h3.under_qa_ttl {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 60px;
}
.under_qa_en {
	display: block;
	position: relative;
	color: #e9380e;
	font-size: 0.5em;
	letter-spacing: 0.1em;
	padding-left: 75px;
}
.under_qa_en:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background: #e9380e;
	left: 0;
	top: calc(50% - 1px);
}
.under .recruit_b02_txt {
	font-size: 14px;
}
.under .recruit_b02_date {
	font-size: 16px;
}
.under .recruit_b02_ttl {
	font-size: 28px;
}
.under .recruit_b02_info {
	width: 60%;
	position: absolute;
	flex-shrink: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.recruit_page_list.slick-initialized .slick-slide {
	margin: 0 70px;
}
.recruit_page_list.slick-initialized .slick-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s;
	flex-direction: column;
	position: relative;
	padding-bottom: 20px;
}
.inter_img_r {
	right: -382px;
	position: relative;
}
.under .recruit_b02_name {
	right: 0;
	top: 25px;
}
.under .recruit_b02_img {
	width: 211px;
}
.recruit_page_list {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.txt_normal {
	font-weight: normal;
}
.recruit_page_list .slick-arrow {
	position: absolute;
	z-index: 4;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #f0f0f0;
	border: none;
	text-indent: -50000px;
	top: calc(50% - 30px);
	cursor: pointer;
	left: 0;
	transition: all 0.3s;
}
.recruit_page_list .slick-next {
	right: 0;
	left: auto;
}
.recruit_page_list .slick-arrow:after {
	content: '';
	position: absolute;
	border: solid #e9380e;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	top: calc(50% - 5px);
	left: calc(50% - 4px);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all 0.3s;
}
.recruit_page_list .slick-next:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: calc(50% - 8px);
}
.recruit_page_more_ttl {
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
}
.recruit_page_more_ttl .en {
	display: block;
	color: #e9380e;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.recruit_page_more {
	position: relative;
}
.recruit_page_more .recruit_b02_img img {
	width: 100%;
}
.recruit_page_more_btn {
	margin: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	top: 150px;
	font-size: 12px;
	z-index: 5;
}
.recruit_page_more_btn a {
	display: block;
	text-decoration: none;
	transition: all 0.3s;
}
.under #mainvisual.interview_visual h2 {
	text-shadow: none;
}
.interview_img:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 50vw;
	left: 0;
	bottom: 200px;
	background: #e9380e;
	z-index: -99;
}
.interview_img {
	position: relative;
}
.interview_img:after {
	content: '';
	position: absolute;
	height: 125%;
	width: calc(100% - 30vw);
	left: 0;
	top: -50%;
	background: #e9380e;
	pointer-events: none;
	z-index: -1;
	display: block;
	opacity: 0.25;
}
.interview_img.inter_img_r:after {
	left: auto;
	right: 0;
}
.modal {
	position: fixed;
	z-index: 9999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
}
.modal.active {
	display: block;
}
.modal_inner {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	margin: auto;
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal_box {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 800px;
	padding: 40px;
	background-color: #ffffff;
	margin: auto;
	text-align: left;
}
.modal_box::before, .modal_box::after {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	width: 2px;
	height: 24px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: red;
	cursor: pointer;
}
.modal_box::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal_box:before:hover, .modal_box:after:hover {
	opacity: 0.7;
}
.idx_popup_ttl {
	text-align: center;
	font-size: 32px;
	position: relative;
	margin-bottom: 30px;
	line-height: 1.5em;
	color: #000;
	overflow: hidden;
	border-bottom: 2px solid;
	padding: 0 0 5px;
}
.idx_popup_img {
	margin: 0;
	text-align: center;
}
.work .under_tbl tr {
	box-shadow: none;
	display: flex;
	margin-bottom: 20px;
}
.work .under_tbl tr td {
	width: calc(33.33% - 10px);
	-webkit-box-shadow: 2px 2px 7px 0px #aaa;
	-moz-box-shadow: 2px 2px 7px 0px #aaa;
	box-shadow: 2px 2px 7px 0px #aaa;
}
.work .under_tbl tr td:not(:last-child) {
	margin-right: 15px;
}
.tbl_noshadow tr {
	box-shadow: none;
}
.tbl_noshadow {
	border-collapse: collapse;
}
.tbl_noshadow th, .tbl_noshadow td {
	border: 1px solid #eee;
}
.com_img {
	text-align: center;
}
.com_img img {
	max-height: 300px;
}
.under_step {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.under_step dl:not(:last-child) {
	margin-bottom: 30px;
}
.under_step dt {
	height: 60px;
	border: 2px solid #e8380d;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #e8380d;
	margin: 0 0 30px;
}
.under_step dt:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #e8390d transparent transparent transparent;
	bottom: -22px;
	left: calc(50% - 20px);
}
.under_step dt img {
	width: 40px;
}
.under_step dt a {
	margin-left: 10px;
}
.data_graphic {
	background: #E8380D;
	/*padding: 40px;*/
	margin-bottom: 79px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.data_graphic_ttl {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	color: #E8380D;
	margin-bottom: 12px;
	letter-spacing: 0.07em;
}
.data_graphic_main {
	background: #fff;
	padding: 27px 30px 58px 101px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 2;
	height: 100%;
	min-height: 500px;
}
.data_graphic_info {
	width: 100%;
	height: 350px;
	border-left: 1px solid #E8380D;
	border-bottom: 1px solid #E8380D;
	margin: 0 auto;
	position: relative;
	color: #E8380D;
}
.data_graphic_num {
	display: flex;
	flex-direction: column-reverse;
	height: calc(100% + 35px);
	position: absolute;
	left: -77px;
	text-align: right;
	justify-content: space-between;
	bottom: -4px;
	padding-top: 28px;
}
.data_graphic_num:after {
	content: '（千円）';
	position: absolute;
	top: 0;
	right: -7px;
	font-size: 13px;
	white-space: nowrap;
}
.data_graphic_num li, .data_graphic_year li {
	font-weight: 600;
	line-height: 1.2em;
	font-size: 14px;
}
.data_graphic_year {
	display: flex;
	width: calc(100% - 67px);
	position: absolute;
	left: 48px;
	justify-content: space-between;
	bottom: -25px;
}
.data_graphic_line {
	width: calc(100% - 97px);
	left: 62px;
	height: 100%;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
}
.data_graphic_line li {
	border-left: 1px dotted #E8380D;
	height: 100%;
}
.data_graphic_dot {
	margin: 0;
	position: absolute;
	left: 64px;
	bottom: 9px;
	width: calc(100% - 95px);
}
.data_graphic_cout {
	display: flex;
	position: absolute;
	left: 31px;
	bottom: 3px;
	align-items: flex-end;
	justify-content: space-between;
	width: calc(100% - 36px);
	z-index: 2;
	height: 100%;
}
.data_graphic_cout li {
	font-weight: 600;
	width: calc(100%/15);
	font-size: 14px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.data_graphic_cout li:nth-child(1) {
	width: 64px !important;
	height: 64px;
	background: #E8380D;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-shrink: 0;
	font-size: 15px !important;
}
.data_graphic_cout li:nth-child(1) .num {
    position: absolute;
    bottom: 64px;
    color: #E8380D;
    font-size: 14px;
}
.data_graphic_cout li:nth-child(2) {
	margin-bottom: 20px;
}
.data_graphic_cout li:nth-child(3) {
	margin-bottom: 46px;
}
.data_graphic_cout li:nth-child(4) {
	margin-bottom: 63px;
}
.data_graphic_cout li:nth-child(5) {
	margin-bottom: 77px;
}
.data_graphic_cout li:nth-child(6) {
	margin-bottom: 89px;
}
.data_graphic_cout li:nth-child(7) {
	margin-bottom: 103px;
}
.data_graphic_cout li:nth-child(8) {
	margin-bottom: 121px;
}
.data_graphic_cout li:nth-child(9) {
	margin-bottom: 141px;
}
.data_graphic_cout li:nth-child(10) {
	margin-bottom: 152px;
}
.data_graphic_cout li:nth-child(11) {
	margin-bottom: 171px;
}
.data_graphic_cout li:nth-child(12) {
	margin-bottom: 193px;
}
.data_graphic_cout li:nth-child(13) {
	margin-bottom: 221px;
}
.data_graphic_cout li:nth-child(14) {
	margin-bottom: 237px;
}
.data_graphic_cout li:nth-child(15) {
	bottom: 320px;
}
.data_graphic_ttl, .data_graphic_img, .data_graphic_imt03_num li, .data_graphic_itm06_list dl, .grap_frame, .data_graphic_itm08 li, .data_graphic_itm11 li, .data_graphic_itm07_num, .data_graphic_itm09 li, .data_graphic_itm09_ttl {
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 0.5s;
}
.active .data_graphic_ttl, .active .data_graphic_img, .active .data_graphic_imt03_num li, .active .data_graphic_itm06_list dl, .active .grap_frame, .active .data_graphic_itm08 li, .active .data_graphic_itm11 li, .active .data_graphic_itm07_num, .active .data_graphic_itm09 li, .active .data_graphic_itm09_ttl {
	opacity: 1;
}
.data_graphic_img {
	margin: 0;
	position: absolute;
	right: 94px;
	bottom: 20px;
}
.item02 .data_graphic_dot {
	left: 42px;
	bottom: 39px;
	width: calc(100% - 30px);
}
.item02 .data_graphic_line {
	width: calc(100% - 69px);
	left: 54px;
}
.item02 .data_graphic_num {
	left: -40px;
}
.item02 .data_graphic_cout li {
	font-size: 17px;
	width: calc(100%/16);
}
.item02 .data_graphic_cout {
	bottom: 11px;
	height: calc(100% + 17px);
	width: calc(100% - 9px);
	left: 22px;
}
.item02 .data_graphic_img {
	right: 0px;
	bottom: 18px;
}
.item02 .data_graphic_ttl {
	margin-bottom: 28px;
}
.item02 .data_graphic_info {
	height: 330px;
}
.item02 .data_graphic_num:after {
	content: '（人）';
	right: -9px;
}
.item02 .data_graphic_year {
	left: 39px;
	width: calc(100% - 39px);
	bottom: -31px;
}
.item02 .data_graphic_num {
	left: -36px;
	bottom: -6px;
	height: calc(100% + 44px);
}
.item02 .data_graphic_main {
	padding-right: 69px;
}
.item02 .data_graphic_cout li:nth-child(2) {
	margin-bottom: 37px;
}
.item02 .data_graphic_cout li:nth-child(3), .item02 .data_graphic_cout li:nth-child(4) {
	margin-bottom: 42px;
}
.item02 .data_graphic_cout li:nth-child(5) {
	margin-bottom: 46px;
}
.item02 .data_graphic_cout li:nth-child(6) {
	margin-bottom: 50px;
}
.item02 .data_graphic_cout li:nth-child(7) {
	margin-bottom: 58px;
}
.item02 .data_graphic_cout li:nth-child(8) {
	margin-bottom: 68px;
}
.item02 .data_graphic_cout li:nth-child(9) {
	margin-bottom: 84px;
}
.item02 .data_graphic_cout li:nth-child(10) {
	margin-bottom: 102px;
}
.item02 .data_graphic_cout li:nth-child(11) {
	margin-bottom: 157px;
}
.item02 .data_graphic_cout li:nth-child(12), .item02 .data_graphic_cout li:nth-child(13) {
	margin-bottom: 188px;
	right: 0;
}
.item02 .data_graphic_cout li:nth-child(14) {
	margin-bottom: 231px;
	right: 0;
}
.item02 .data_graphic_cout li:nth-child(15) {
	bottom: 287px;
}
.item02 .data_graphic_cout li:nth-child(16) {
	bottom: 320px;
}
.data_graphic_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.data_graphic_list:before, .data_graphic_list:after {
	content: '';
	position: absolute;
	pointer-events: none;
	z-index: -2;
	background: #E8380D;
	opacity: 0.1;
	width: 100vw;
	min-width: 1500px;
}
.data_graphic_list:before {
	left: 290px;
	top: 290px;
	height: 2178px;
}
.data_graphic_list:after {
	height: 1158px;
	left: 0;
	bottom: 360px;
}
.data_graphic.item01, .data_graphic.item02 {
	width: 100%;
	position: relative;
}

.data_graphic {
	width: calc(50% - 20px);
}
.data_graphic_circle {
	width: 280px;
	height: 280px;
	position: relative;
	margin: 0 auto;
}
.circleFrame {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
	transform: rotate(-90deg);
}
.mask .circleFrame {
	-webkit-mask-image: url("../images/mask-ring.svg");
	-webkit-mask-size: contain;
	-webkit-mask-position: 50%;
	-webkit-mask-repeat: no-repeat;
}
.circle1, .circle2 {
	fill: transparent;
	stroke-width: 49.9%;
	stroke-dashoffset: 0;
	stroke: #E8380D;
	stroke-dasharray: 0, 100, 0, 100;
}
.active .circle1 {
	stroke: #E8380D;
	-webkit-animation: one 1.5s cubic-bezier(0.75, 0, 0, 1);
	animation: one 1.5s cubic-bezier(0.75, 0, 0, 1);
	stroke-dasharray: 42, 58, 0, 100;
}
.active .circle2 {
	stroke: #FFDACC;
	-webkit-animation: two 1.5s cubic-bezier(0.75, 0, 0, 1);
	animation: two 1.5s cubic-bezier(0.75, 0, 0, 1);
	stroke-dasharray: 0, 42, 58, 100;
}
@-webkit-keyframes one {}
@keyframes one {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 42, 58, 0, 100;
	}
}
@-webkit-keyframes two {}
@keyframes two {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 42, 58, 100;
	}
}
.data_graphic_imt03_num li {
	position: absolute;
	color: #E8380D;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	width: 50%;
	left: 0;
	top: 29%;
	line-height: 1.47em;
}
.data_graphic_imt03_num li:nth-child(2) {
	color: #fff;
	left: 50%;
}
.data_graphic_imt03_num li .lager {
	font-size: 153.8%;
	display: block;
	line-height: 1.3em;
	font-weight: 900;
	margin-bottom: 5px;
}
.data_graphic_imt03_num li .num {
	display: block;
	margin-bottom: 3px;
}
.data_graphic_imt03_num li .num > span {
	font-size: 240%;
	letter-spacing: -0.075em;
	display: inline-block;
	margin-right: 5px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
}
.item03 .data_graphic_img {
	bottom: 29px;
	right: 31px;
}
.item03 .data_graphic_ttl {
	margin-bottom: 47px;
}
.item03 .data_graphic_main {
	padding: 27px 30px 90px;
}
.item04 .data_graphic_ttl {
	margin-bottom: 46px;
}
.item04.active .circle1 {
	stroke-dasharray: 91, 9, 0, 100;
	animation-name: grap1;
	stroke: #e7380d;
}
.item04.active .circle2 {
	stroke-dasharray: 0, 91, 9, 100;
	animation-name: grap2;
	stroke: #FFDACC;
}
@-webkit-keyframes grap1 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 91, 9, 0, 100;
	}
}
@keyframes grap1 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 91, 9, 0, 100;
	}
}
@-webkit-keyframes grap2 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 91, 9, 100;
	}
}
@keyframes grap2 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 91, 9, 100;
	}
}
.item04 .data_graphic_imt03_num li {
	color: #fff;
	top: auto;
	bottom: 19px;
	width: 100%;
}
.item04 .data_graphic_imt03_num li:nth-child(2) {
	color: #E8380D;
	width: auto;
	left: -71px;
	top: -39px;
	bottom: auto;
}
.item04 .data_graphic_imt03_num li .num, .item05 .data_graphic_imt03_num li .num {
	margin-top: 10px;
}
.item04 .data_graphic_main {
	padding: 27px 30px 30px;
	height: 100%;
}
.item04 .data_graphic_img {
	bottom: 30px;
	right: 29px;
}
.item04 .data_graphic_imt03_num li:nth-child(2):before {
	content: '';
	position: absolute;
	background: url(../images/data_itm04_line.svg) no-repeat center center/cover;
	width: 101px;
	height: 37px;
	top: 26px;
	left: calc(100% - -3px);
}
.item05.active .circle1 {
	stroke-dasharray: 94, 6, 0, 100;
	animation-name: grap3;
}
.item05.active .circle2 {
	stroke-dasharray: 0, 94, 6, 100;
	animation-name: grap4;
}
@-webkit-keyframes grap3 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 94, 6, 0, 100;
	}
}
@keyframes grap3 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 94, 6, 0, 100;
	}
}
@-webkit-keyframes grap4 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 94, 6, 100;
	}
}
@keyframes grap4 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 94, 6, 100;
	}
}
.item05 .data_graphic_imt03_num li {
	color: #fff;
	top: auto;
	width: 100%;
	bottom: 29px;
}
.item05 .data_graphic_imt03_num li:nth-child(2) {
	width: auto;
	left: -74px;
	top: -28px;
	bottom: auto;
	right: auto;
	color: #E8380D;
}
.item05 .data_graphic_imt03_num li .num > span {
	font-size: 190%;
}
.item05 .data_graphic_main {
	padding: 27px 30px 30px;
}
.item05 .data_graphic_imt03_num li:nth-child(2):before {
	content: '';
	position: absolute;
	background: url("../images/data_itm05_line.svg") no-repeat center center/cover;
	width: 111px;
	height: 42px;
	top: 15px;
	left: 100%;
}
.item05 .data_graphic_img {
	bottom: 30px;
	right: 30px;
}
.item05 .data_graphic_img:nth-last-child(2) {
	left: 41px;
	right: auto;
}
.item05 .data_graphic_ttl {
	margin-bottom: 56px;
}
.item05 .data_graphic_imt03_num li .lager {
	font-size: 24px;
}
.data_graphic_itm06_list dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #E8380D;
	color: #E8380D;
	padding: 9px 0 9px;
}
.data_graphic_itm06_list dt {
	font-size: 24px;
	font-weight: 900;
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
	width: 100%;
}
.data_graphic_itm06_list dd {
	font-weight: 900;
	position: relative;
	flex-shrink: 0;
	width: 65px;
	text-align: right;
	margin-left: -7px;
	font-size: 16px;
}
.data_graphic_itm06_list dt:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/data_line.svg") repeat-x left center/auto 100%;
	width: 100%;
	height: 4px;
	margin-left: 21px;
}
.data_graphic_itm06_list dd span {
	font-size: 200%;
	font-weight: 700;
	letter-spacing: -0.05em;
}
.item06 .data_graphic_main {
	padding: 27px 40px 30px;
}
.item06 .data_graphic_img {
	text-align: center;
	z-index: -2;
	right: 40px;
	bottom: 12px;
	width: 335px;
}
.item06 .data_graphic_ttl {
	margin-bottom: 18px;
}
.item07 .data_graphic_main {
	padding: 27px 30px 30px;
}
.item07 .data_graphic_ttl {
	margin-bottom: 30px;
}
.item07.active .circle1 {
	stroke-dasharray: 64, 36, 0, 100;
	animation-name: grap5;
}
.item07.active .circle2 {
	stroke-dasharray: 0, 64, 36, 100;
	animation-name: grap6;
}
@-webkit-keyframes grap5 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 64, 36, 0, 100;
	}
}
@keyframes grap5 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 64, 36, 0, 100;
	}
}
@-webkit-keyframes grap6 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 64, 36, 100;
	}
}
@keyframes grap6 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 64, 36, 100;
	}
}
.data_graphic_itm07_num {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-weight: 900;
	color: #E8380D;
	white-space: nowrap;
}
.data_graphic_itm07_num > span {
	font-size: 180%;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	letter-spacing: -0.05em;
}
.item07 .data_graphic_img {
	right: 30px;
	bottom: 30px;
}
.item07 .data_graphic_img:nth-last-child(2) {
	left: 30px;
	right: auto;
	bottom: 29px;
}
.item07 .data_graphic_circle {
	margin-bottom: 52px;
}
.grap_frame {
	margin: 0;
}
.data_graphic_itm08 li {
	font-size: 20px;
	font-weight: 900;
	color: #E8380D;
	position: absolute;
	white-space: nowrap;
}
.data_graphic_itm08 li .num {
	font-size: 80%;
}
.data_graphic_itm08 li:nth-child(6) .num {
	display: block;
}
.data_graphic_itm08 li .num > span {
	font-size: 225%;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	letter-spacing: -0.05em;
}
.data_graphic_itm08 li:nth-child(6) {
	bottom: 40px;
	left: 40px;
}
.data_graphic_itm08 li:nth-child(1) {
	top: -65px;
	left: 100%;
	font-size: 32px;
}
.item08 .data_graphic_circle {
	margin: 80px 0 0;
	left: 0;
}
.item08 .data_graphic_main {
	padding: 27px 20px 60px;
}
.data_graphic_itm08 li:nth-child(2) {
	left: calc(100% + 60px);
	top: 2px;
	font-size: 24px;
}
.data_graphic_itm08 li:after, .data_graphic_itm08 li:before {
	content: '';
	position: absolute;
}
.data_graphic_itm08 li:nth-child(1):after {
	background: url(../images/data_item08_line01.svg) no-repeat center center/100% auto;
	width: 48px;
	height: 60px;
	right: calc(100% + 52px);
	top: 29px;
}
.data_graphic_itm08 li:nth-child(1):before {
	background: url("../images/data_item08_icon01.svg") no-repeat center center/100% auto;
	width: 44px;
	height: 40px;
	right: calc(100% + 5px);
	top: 6px;
}
.data_graphic_itm08 li:nth-child(2):after {
	background: url(../images/data_item08_line02.svg) no-repeat center center/100% auto;
	width: 76px;
	height: 22px;
	right: calc(100% + 39px);
	top: 13px;
}
.data_graphic_itm08 li:nth-child(2):before {
	background: url("../images/data_item08_icon02.svg") no-repeat center center/100% auto;
	width: 27px;
	height: 40px;
	right: calc(100% + 5px);
	top: -4px;
}
.data_graphic_itm08 li:nth-child(3) {
	left: calc(100% + 70px);
	top: 70px;
}
.data_graphic_itm08 li:nth-child(3):after {
	background: url(../images/data_item08_line03.svg) no-repeat center center/100% auto;
	width: 108px;
	height: 30px;
	right: calc(100% + 10px);
	top: -4px;
}
.data_graphic_itm08 li:nth-child(4) {
	left: calc(100% + 70px);
	top: 110px;
}
.data_graphic_itm08 li:nth-child(4):after {
	background: url(../images/data_item08_line04.svg) no-repeat center center/100% auto;
	width: 116px;
	height: 55px;
	right: calc(100% + 10px);
	top: -31px;
}
.data_graphic_itm08 li:nth-child(5) {
	left: calc(100% + 70px);
	top: 154px;
}
.item08 .data_graphic_img {
	bottom: 32px;
}
.data_graphic_itm08 li:nth-child(5):after {
	background: url(../images/data_item08_line05.svg) no-repeat center center/100% auto;
	width: 130px;
	height: 84px;
	right: calc(100% + 10px);
	top: -58px;
}
.circle3 {
	fill: transparent;
	stroke-width: 49.9%;
	stroke-dashoffset: 0;
	stroke: #E8380D;
	stroke-dasharray: 0, 100, 0, 100;
}
.active .circle3 {
	stroke: #E8380D;
	-webkit-animation: one 1.5s cubic-bezier(0.75, 0, 0, 1);
	animation: one 1.5s cubic-bezier(0.75, 0, 0, 1);
}
.item09.active .circle2 {
	stroke-dasharray: 2, 98, 0, 100;
	animation-name: grap7;
	stroke: #E8380D;
	z-index: 3;
}
.item09.active .circle1 {
	stroke-dasharray: 28, 72, 0, 100;
	animation-name: grap8;
	stroke: #E88B74;
}
.item09.active .circle3 {
	stroke-dasharray: 0, 28, 72, 100;
	animation-name: grap9;
	stroke: #FFDACC;
}
@-webkit-keyframes grap7 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 2, 98, 0, 100;
	}
}
@keyframes grap7 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 2, 98, 0, 100;
	}
}
@-webkit-keyframes grap8 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 28, 72, 0, 100;
	}
}
@keyframes grap8 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 28, 72, 0, 100;
	}
}
@-webkit-keyframes grap9 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 28, 72, 100;
	}
}
@keyframes grap9 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 28, 72, 100;
	}
}
.data_graphic_itm09 li {
	position: absolute;
	font-size: 20px;
	font-weight: 900;
	color: #E8380D;
	text-align: center;
	white-space: nowrap;
	z-index: 4;
	line-height: 1.3em;
}
.item09 .data_graphic_circle {
	margin: 0;
	left: 0;
}
.item09 .data_graphic_main {
	padding: 27px 30px 115px;
}
.item09 .data_graphic_ttl {
	margin-bottom: 25px;
}
.data_graphic_itm09 li .num {
	font-size: 115%;
	display: block;
	margin-top: 16px;
}
.data_graphic_itm09 li .num > span {
	font-size: 205%;
	letter-spacing: -0.05em;
}
.data_graphic_itm09 li:nth-child(1) {
	left: calc(100% + 55px);
	top: 2px;
}
.item09 .data_graphic_img {
	bottom: 30px;
	left: 30px;
	right: auto;
}
.data_graphic_itm09 li:after {
	content: '';
	position: absolute;
	background: url(../images/data_item09_line01.svg) no-repeat center center/100% auto;
	width: 171px;
	height: 2px;
	right: calc(100% + 14px);
	top: 14px;
}
.data_graphic_itm09 li:nth-child(2) {
	top: auto;
	bottom: 12px;
	left: calc(100% + 49px);
}
.data_graphic_itm09 li:nth-child(2):after {
	background-image: url(../images/data_item09_line02.svg);
	width: 51px;
	height: 42px;
	top: -31px;
	right: calc(100% + 9px);
}
.data_graphic_itm09_ttl {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #E8380D;
	font-weight: 900;
	white-space: nowrap;
}
.data_graphic_itm09_ttl > span {
	font-size: 180%;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	letter-spacing: -0.05em;
}
.item10 .data_graphic_img:nth-last-child(2) {
	left: 30px;
	right: auto;
}
.item10 .data_graphic_main {
	padding: 27px 30px 80px;
}
.item10 .data_graphic_ttl {
	margin-bottom: 29px;
}
.item10 .data_graphic_img {
	right: 30px;
	width: 170px;
	bottom: 30px;
}
.data_graphic_itm11_txt li {
	font-weight: 900;
	position: absolute;
	color: #fff;
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 0.5s;
}
.active .data_graphic_itm11_txt li {
	opacity: 1;
}
.item10.active .circle1 {
	stroke-dasharray: 69, 31, 0, 100;
	animation-name: grap10;
}
.item10.active .circle2 {
	stroke-dasharray: 0, 69, 31, 100;
	animation-name: grap11;
}
@-webkit-keyframes grap10 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 69, 31, 0, 100;
	}
}
@keyframes grap10 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 69, 31, 0, 100;
	}
}
@-webkit-keyframes grap11 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 69, 31, 100;
	}
}
@keyframes grap11 {
	0% {
		stroke-dasharray: 0, 100, 0, 100;
	}
	100% {
		stroke-dasharray: 0, 69, 31, 100;
	}
}
.item10 .data_graphic_circle {
	left: 0;
}
.data_graphic_itm11 li {
	position: absolute;
	font-size: 18px;
	font-weight: 900;
	color: #E8380D;
	z-index: 2;
	white-space: nowrap;
}
.data_graphic_itm11 li:nth-child(1) {
	left: calc(100% + 5px);
	top: -26px;
}
.data_graphic_itm11 li:nth-child(1) .num {
	display: inline-block;
}
.item11 .data_graphic_circle {
	left: 0;
}
.item11 .data_graphic_ttl {
	margin-bottom: 72px;
}
.item11 .data_graphic_main {
	padding: 27px 30px 68px;
}
.item11 .data_graphic_img {
	right: 20px;
}
.data_graphic_itm11 li .num {
	font-size: 85%;
}
.data_graphic_itm11 li .num > span {
	font-size: 200%;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
	letter-spacing: -0.05em;
}
.data_graphic_itm11 li:nth-child(2) {
	left: calc(100% + 22px);
	top: 58px;
}
.data_graphic_itm11 li:nth-child(3) {
	left: calc(100% + 3px);
	top: 156px;
}
.data_graphic_itm11 li:nth-child(4) {
	left: calc(50% - 35px);
	bottom: -46px;
}
.data_graphic_itm11 li:nth-child(5) {
	right: calc(100% - -7px);
	bottom: 43px;
}
.data_graphic_itm11 li:nth-child(6) {
	right: calc(100% + 8px);
	top: 74px;
}
.data_graphic_itm11 li:nth-child(7) {
	right: calc(100% + 8px);
	top: -1px;
	text-align: right;
}
.data_graphic_itm11 li:nth-child(8) {
	right: calc(100% - 89px);
	top: -50px;
}
.data_graphic_itm11 li:before {
	content: '';
	position: absolute;
	background: url(../images/data_item10_line01.svg) no-repeat center center/100% auto;
	width: 64px;
	height: 44px;
	top: 17px;
	right: calc(100% + 7px);
}
.data_graphic_itm11 li:nth-child(2):before {
	background-image: url(../images/data_item10_line02.svg);
	width: 26px;
	height: 13px;
	top: 18px;
	right: calc(100% + 12px);
}
.data_graphic_itm11 li:nth-child(3):before {
	background-image: url(../images/data_item10_line03.svg);
	width: 18px;
	height: 2px;
	top: 15px;
	right: calc(100% + 4px);
}
.data_graphic_itm11 li:nth-child(4):before {
	background-image: url(../images/data_item10_line04.svg);
	width: 2px;
	height: 18px;
	top: auto;
	bottom: 100%;
	left: 50%;
}
.data_graphic_itm11 li:nth-child(5):before {
	background-image: url(../images/data_item10_line05.svg);
	width: 23px;
	height: 2px;
	top: 17px;
	left: calc(100% + 12px);
	right: auto;
}
.data_graphic_itm11 li:nth-child(6):before {
	background-image: url(../images/data_item10_line06.svg);
	width: 17px;
	height: 10px;
	top: 17px;
	left: calc(100% + 9px);
	right: auto;
}
.data_graphic_itm11 li:nth-child(7):before {
	background-image: url(../images/data_item10_line07.svg);
	width: 59px;
	height: 39px;
	top: 15px;
	left: calc(100% + 11px);
	right: auto;
}
.data_graphic_itm11 li:nth-child(8):before {
	background-image: url(../images/data_item10_line08.svg);
	width: 31px;
	height: 51px;
	top: 16px;
	left: calc(100% + 15px);
	right: auto;
}
.data_graphic_itm11_txt li:nth-child(1) {
	left: calc(50% + 27px);
	top: 42px;
}
.data_graphic_itm11_txt li:nth-child(2) {
	right: 31px;
	top: 83px;
	color: #E8380D;
}
.data_graphic_itm11_txt li:nth-child(3) {
	right: 29px;
	top: 158px;
}
.data_graphic_itm11_txt li:nth-child(4) {
	bottom: 13px;
	left: calc(50% - 20px);
}
.data_graphic_itm11_txt li:nth-child(5) {
	left: 27px;
	bottom: 70px;
	color: #E8380D;
}
.data_graphic_itm11_txt li:nth-child(6) {
	left: 10px;
	top: 100px;
}
.data_graphic_itm11_txt li:nth-child(7) {
	left: 49px;
	top: 39px;
}
.data_graphic:nth-child(2n+1):not(.item01):not(.item03) {
	margin-top: -199px;
}
.data_graphic.item04 {
	margin-top: 201px;
}
.data_graphic.nodata {
	margin-top: -62px;
}
.data_graphic.nodata .data_graphic_main {
	min-height: 140px;
}
.data_graphic.nodata {
	position: absolute;
	right: 0;
	top: 1205px;
	z-index: -3;
}
.mbauto {
	margin-bottom: auto !important;
}
.under_bnr .brand_bnr a:after {
	background-image: url("../images/brand_bnr.jpg");
}
.under .idx_btn a.link_blank:after {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/icon_blank.svg") no-repeat center center/100% auto;
	width: 17px;
	height: 17px;
	margin-left: 10px;
	transition: all 0.3s;
}
.under .idx_btn a.link_blank {
	font-size: 18px;
}
.brand_frame {
	border: 3px solid #e8380d;
	padding: 40px 30px;
	position: relative;
	z-index: 2;
}
.brand_frame:before {
	content: '';
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #cdc7c1;
	background: #fff;
	opacity: 0.8;
	z-index: -1;
}
.float_l {
	float: left;
	max-width: calc(100% - 360px);
	margin: 0 40px 0 0;
}
.data_ttl {
	background: #E8380D;
	color: #fff;
	font-weight: 500;
	margin: 0;
	width: 100%;
	max-width: 580px;
	display: flex;
	align-items: center;
	font-size: 16px;
	padding: 26px 35px 26px;
}
.data_ttl .en {
	font-size: 200%;
	display: inline-block;
	margin-right: 15px;
	font-weight: 900;
}


.data_graphic_itm12_col {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	align-items: flex-start;
}
.item12 .data_graphic_main {
	padding: 29px 30px 30px;
}
.data_graphic_itm12_col .data_graphic_itm06_list {
	width: calc(50% - 20px);
}
.item12 .data_graphic_ttl {
	margin-bottom: 15px;
}
.data_graphic_map {
	margin: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 52px;
	pointer-events: none;
	left: 0;
}
.item12 .data_graphic_img {
	width: 100%;
	right: 0;
	text-align: center;
	bottom: 29px;
	padding-right: 4px;
}
.privacypolicy .section {
	margin-bottom: 60px;
}
.recruit_b05_txt {
	margin: 10px 0 0;
}
.mission_ttl {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5em;
	color: #000;
}
.under_list.list_lager li {
	font-size: 24px;
}
.under_list.list_lager li::before {
	top: 16px;
}
#video-placeholder {
	width: 100%;
	height: 550px;
}
.larger {
	font-size: 120%;
}
.signature {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.signature dt {
	margin-right: 20px;
	font-size: 22px;
	font-weight: 400;
}
.signature dd {
	width: 300px;
}
.news_back.left a {
	margin-left: 0;
}
.under #footer:after {
	display: none;
}
.news_detail h3:not(.news_itm_h3) {
    position: relative;
    padding-left: 30px;
}
.news_detail h3:not(.news_itm_h3):before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #e8380d;
    left: 0;
    top: 12px;
}
.under .aligncenter {
    margin: 0 auto;
    display: block;
}
/*
  font-family: 'Noto Sans JP', sans-serif;
  font-family: "Century Gothic", CenturyGothic, AppleGothic,'Merriweather Sans', sans-serif;
*/
@media screen\0, all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
	.selector {
		property: value;
	}
}
/*======================= WORDPRESS ADMIN LOGED IN ========================*/
.customize-support #header {
	margin-top: 32px;
}
@media screen and (max-width: 782px) {
	.customize-support #header {
		margin-top: 46px !important;
	}
}
@media screen and (max-width: 600px) {
	.customize-support #header {
		margin-top: 0px !important;
	}
}
@-moz-document url-prefix() {
	.recruit .f_main_col .gnavi .en, .recruit_page .f_main_col .gnavi .en {
		text-indent: -500000px;
		background: url("../images/recruit_gnv_en01.png") no-repeat left center/auto 100%;
		width: 100%;
		height: 17px;
		display: block;
	}
	.recruit .gnavi > li > a, .recruit .gnavi > li > span, .recruit_page .gnavi > li > a, .recruit_page .gnavi > li > span {
		padding: 10px 0 14px;
	}
	.recruit .f_main_col:nth-child(2) .gnavi .en, .recruit_page .f_main_col:nth-child(2) .gnavi .en {
		background-image: url("../images/recruit_gnv_en02.png");
	}
	.recruit .f_main_col:nth-child(3) .gnavi .en, .recruit_page .f_main_col:nth-child(3) .gnavi .en {
		background-image: url("../images/recruit_gnv_en03.png");
	}
	.recruit .f_main_col:nth-child(4) .gnavi .en, .recruit_page .f_main_col:nth-child(4) .gnavi .en {
		background-image: url("../images/recruit_gnv_en04.png");
	}
	.recruit .f_main_col:nth-child(5) .gnavi .en, .recruit_page .f_main_col:nth-child(5) .gnavi .en {
		background-image: url("../images/recruit_gnv_en05.png");
	}
	.recruit .f_main_col:nth-child(6) .gnavi .en, .recruit_page .f_main_col:nth-child(6) .gnavi .en {
		background-image: url("../images/recruit_gnv_en06.png");
	}
	@media screen and (max-width: 750px) {
		.recruit .f_main_col .gnavi .en, .recruit_page .f_main_col .gnavi .en {
			height: 11px;
		}
		.recruit .gnavi > li > a, .recruit .gnavi > li > span, .recruit_page .gnavi > li > a, .recruit_page .gnavi > li > span {
			padding: 8px 0 13px;
		}
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.idx_video {
		background: #000;
	}
	.recruit .f_main_col .gnavi .en, .recruit_page .f_main_col .gnavi .en {
		text-indent: -500000px;
		background: url("../images/recruit_gnv_en01.png") no-repeat left center/auto 100%;
		width: 100%;
		height: 17px;
		display: block;
	}
	.recruit .gnavi > li > a, .recruit .gnavi > li > span, .recruit_page .gnavi > li > a, .recruit_page .gnavi > li > span {
		padding: 10px 0 14px;
	}
	.recruit .f_main_col:nth-child(2) .gnavi .en, .recruit_page .f_main_col:nth-child(2) .gnavi .en {
		background-image: url("../images/recruit_gnv_en02.png");
	}
	.recruit .f_main_col:nth-child(3) .gnavi .en, .recruit_page .f_main_col:nth-child(3) .gnavi .en {
		background-image: url("../images/recruit_gnv_en03.png");
	}
	.recruit .f_main_col:nth-child(4) .gnavi .en, .recruit_page .f_main_col:nth-child(4) .gnavi .en {
		background-image: url("../images/recruit_gnv_en04.png");
	}
	.recruit .f_main_col:nth-child(5) .gnavi .en, .recruit_page .f_main_col:nth-child(5) .gnavi .en {
		background-image: url("../images/recruit_gnv_en05.png");
	}
	.recruit .f_main_col:nth-child(6) .gnavi .en, .recruit_page .f_main_col:nth-child(6) .gnavi .en {
		background-image: url("../images/recruit_gnv_en06.png");
	}
	@media screen and (max-width: 750px) {
		.recruit .f_main_col .gnavi .en, .recruit_page .f_main_col .gnavi .en {
			height: 11px;
		}
		.recruit .gnavi > li > a, .recruit .gnavi > li > span, .recruit_page .gnavi > li > a, .recruit_page .gnavi > li > span {
			padding: 8px 0 13px;
		}
	}
}

@media screen and (max-width: 768px) {
	.news_category_block select{
	    padding: 6px 20px 6px 20px;
		font-size: 0.9rem;
		height: 33px;	
	}
	
	
	.wp-caption
	{
	    width: 100% !important;
	}
}


.br-pc {display: inline-block;}
.br-sp {display: none;}
.pc_block{display:block;}
.sp_block{display:none;}
.mission #content02 .imgbox{
	position: relative;
	margin-bottom:80px;
}
.mission #content02 .imgbox h5{
	position: absolute;top:50%;
transform: translateY(-50%) ;
width:100%;
text-align:center;
color:#fff;
font-size:40px;
}
.mission #content02 .txtbox p{
	text-align: center;
	line-height:2;
	font-weight:bold;
}
.mission #content03 .itemboxover{
	display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px 60px;
}
.mission #content03 .itemboxover.mbbox{
	margin-bottom:80px;
}
.mission #content04 .itemboxover{
	display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px 30px;
}
.mission #content04 .itemboxover .itembox{
	background-color:#EBEBEB;
	padding:40px;
}
.mission #content04 .itemboxover .itembox .ttlbox{
	margin-bottom:20px;
	border-bottom:2px #E8380D solid;
	padding-bottom:20px;
}
.mission #content04 .itemboxover .itembox .ttlbox h5{
	font-size:32px;
	margin-bottom:10px;
	font-weight:bold;
color:#000;
line-height: 1;
}
.mission #content04 .itemboxover .itembox .ttlbox p{
		font-size:24px;
font-weight:bold;
color:#000;
}
.message #content01 .h3box{
	margin-bottom:40px;
}
.message #content01 .h3box p.ttlbox{
	color:#000;
	font-size:40px;
	margin-bottom:10px;
	line-height:1;
}
.message #content01 .h3box p{
	color:#000;
	font-size:24px;
	font-weight:bold;
}
.message #content01 .itemboxover{
	display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px 60px;
}
.message #content01 .imgbox img{
	margin-bottom:10px;
}
@media screen and (max-width: 768px) {
	.br-pc {display: none;}
.br-sp {display: inline-block;}
.pc_block{display:none;}
.sp_block{display:block;}

.mission #content02 .imgbox h5{
font-size: 20px;
}
.mission #content02 .imgbox{
	margin-bottom:20px;
}
.mission #content02 .txtbox p{
	text-align:left;
}
.mission #content03 .itemboxover{
	grid-template-columns: 1fr;
	gap: 20px 0px;
	margin-bottom:40px;
}
.mission #content03 .itemboxover .itembox.box_txt{
	order:1;
}
.mission #content03 .itemboxover .itembox.box_img{
	order:2;
}
.mission #content04 .itemboxover{
	grid-template-columns: 1fr;
	gap: 20px 0px;
}
.mission #content04 .itemboxover .itembox{
	padding: 20px;
}
.mission #content04 .itemboxover .itembox .ttlbox h5{
	font-size: 20px;
}
.mission #content04 .itemboxover .itembox .ttlbox p {
  font-size: 18px;
 }
 .message #content01 .itemboxover{
 	grid-template-columns: 1fr;
	gap: 20px 0px;
}
}


.br-pc {display: inline-block;}
.br-sp {display: none;}
.pc_block{display:block;}
.sp_block{display:none;}
.mission #content02 .imgbox{
	position: relative;
	margin-bottom:80px;
}
.mission #content02 .imgbox h5{
	position: absolute;top:50%;
transform: translateY(-50%) ;
width:100%;
text-align:center;
color:#fff;
font-size:40px;
}
.mission #content02 .txtbox p{
	text-align: center;
	line-height:2;
	font-weight:bold;
}
.mission #content03 .itemboxover{
	display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px 60px;
}
.mission #content03 .itemboxover.mbbox{
	margin-bottom:80px;
}
.mission #content04 .itemboxover{
	display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px 30px;
}
.mission #content04 .itemboxover .itembox{
	background-color:#EBEBEB;
	padding:40px;
}
.mission #content04 .itemboxover .itembox .ttlbox{
	margin-bottom:20px;
	border-bottom:2px #E8380D solid;
	padding-bottom:20px;
}
.mission #content04 .itemboxover .itembox .ttlbox h5{
	font-size:32px;
	margin-bottom:10px;
	font-weight:bold;
color:#000;
line-height: 1;
}
.mission #content04 .itemboxover .itembox .ttlbox p{
		font-size:24px;
font-weight:bold;
color:#000;
}
.message #content01 .h3box{
	margin-bottom:40px;
}
.message #content01 .h3box p.ttlbox{
	color:#000;
	font-size:40px;
	margin-bottom:10px;
	line-height:1;
}
.message #content01 .h3box p{
	color:#000;
	font-size:24px;
	font-weight:bold;
}
.message #content01 .itemboxover{
	display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px 60px;
}
.message #content01 .imgbox img{
	margin-bottom:10px;
}
.logolist{
	display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
gap: 20px 20px;
}


@media screen and (max-width: 768px) {
	.br-pc {display: none;}
.br-sp {display: inline-block;}
.pc_block{display:none;}
.sp_block{display:block;}

.mission #content02 .imgbox h5{
font-size: 20px;
}
.mission #content02 .imgbox{
	margin-bottom:20px;
}
.mission #content02 .txtbox p{
	text-align:left;
}
.mission #content03 .itemboxover{
	grid-template-columns: 1fr;
	gap: 20px 0px;
	margin-bottom:40px;
}
.mission #content03 .itemboxover .itembox.box_txt{
	order:1;
}
.mission #content03 .itemboxover .itembox.box_img{
	order:2;
}
.mission #content04 .itemboxover{
	grid-template-columns: 1fr;
	gap: 20px 0px;
}
.mission #content04 .itemboxover .itembox{
	padding: 20px;
}
.mission #content04 .itemboxover .itembox .ttlbox h5{
	font-size: 20px;
}
.mission #content04 .itemboxover .itembox .ttlbox p {
  font-size: 18px;
 }
 .message #content01 .itemboxover{
 	grid-template-columns: 1fr;
	gap: 20px 0px;
}
.logolist{
	grid-template-columns: 1fr 1fr;
}

}



/* crosstalk */

.crosstalk ul.prof {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: clamp(40px, calc(5.5663vw + 19.1262px), 126px);
}
.crosstalk ul.prof li {
    border: 5px solid #E8380D;
    width: calc(100% / 3 - 1.5em);
    padding: 1.25em;
}
.crosstalk ul.prof li p {
    font-weight: 500;
}
.crosstalk ul.prof li p.one {
    font-size: clamp(15px, calc(0.3236vw + 13.7864px), 20px);
    margin: 0 auto 0.8em auto;
    text-align: center;
    line-height: 1.5;
    height: 4em;
}
.crosstalk ul.prof li p.two {
    color: #e8380d;
    line-height: 1em;
    font-family: "Shimano";
    text-transform: uppercase;
    font-size: clamp(47px, calc(0.8414vw + 43.8447px), 60px);
    text-align: center;
    margin: 0 auto 0.35em auto;
}
.crosstalk ul.prof li p.three {
    font-size: clamp(14px, calc(0.1294vw + 13.5146px), 16px);
    margin: 0 0 0 0;
}
.crosstalk ul.profimg {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: clamp(15px, calc(0.8414vw + 11.8447px), 28px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.crosstalk ul.profimg li:first-child,
.crosstalk ul.profimg li:nth-child(3),
.crosstalk ul.profimg li:nth-child(5) {
    width: clamp(90px, 25vw, 280px);
}
.crosstalk ul.profimg li:nth-child(2),
.crosstalk ul.profimg li:nth-child(4) {
    width: clamp(24px, 25vw, 76px);
}
.crosstalk ul.profimg li img {
  width: 100%;
  height: auto;
}
.under.crosstalk h4 {
    font-size: clamp(20px, calc(0.7767vw + 17.0874px), 32px);
    font-weight: bold;
    color: black;
    line-height: 1.5;
    position: relative;
}
.under.crosstalk h4:after {
    content: none;
}
.crosstalk .alignright {
    float: right;
    margin: 0 0 3em 3em;
}
.crosstalk .alignleft {
    float: left;
    margin: 0 3em 3em 0;
}
.crosstalk .sentence {
   padding-left: 190px;
   min-height: 170px;
   margin-bottom: 5%;
}
.crosstalk section p {
    font-weight: 400;
    line-height: 2.25;
    margin: 0 0 0 0;
    font-size: clamp(14px, calc(0.2589vw + 13.0291px), 18px);
}
.crosstalk .sentence.sy {
    background: url(/cms/wp-content/uploads/2025/04/icon_sy.png) left top / 150px auto no-repeat;
}
.crosstalk .sentence.km {
    background: url(/cms/wp-content/uploads/2025/04/icon_km.png) left top / 150px auto no-repeat;
}
.crosstalk .sentence.ah {
    background: url(/cms/wp-content/uploads/2025/04/icon_ah.png) left top / 150px auto no-repeat;
}
.crosstalk .sentence.ahkm {
    background: url(/cms/wp-content/uploads/2025/04/icon_ahkm.png) left top / 323px auto no-repeat;
    padding-left: 367px;
}
.crosstalk .sentence.last {
    margin-bottom: 10%;
}
.crosstalk .sentence.right {
    display: flex;
	text-align: left;
}
.crosstalk .spinoff {
    background: #F9F5F4;
    padding: 6em;
    margin: 10% auto;
}
.crosstalk .spinoff h5 {
    color: #000000;
    font-weight: bold;
    margin: 0 auto 2em auto;
}
.crosstalk .spinoff ul {
    display: flex;
    justify-content: space-between;
}
.crosstalk .spinoff ul li {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: calc(100% / 3 - 10px);
}
.crosstalk .spinoff figure {
    margin: 0 0;
}
.crosstalk .spinoff picture {
    max-width: 150px;
}
.crosstalk .spinoff h5 {
    font-size: clamp(21px, calc(0.7120vw + 18.3301px), 32px);
}
.crosstalk .spinoff h5 span {
    margin-left: 1em;
}
.crosstalk .sentence .note {
    font-size: clamp(12px, calc(0.1294vw + 11.5146px), 14px);
}
.crosstalk h6.koukai {
    font-size: clamp(21px, calc(0.7120vw + 18.3301px), 32px);
    text-align: center;
    margin: 0 auto 2em auto;
    border-bottom: 0;
    padding-bottom: 0;
}
.recruit_box05 {
    /*display: none;*/
}
.recruit_box05.cross {
    display: block;
    margin-top: 0;
}
.recruit_box05.cross .recruit_b05_ttl {
    text-align: center;
    font-size: clamp(21px, calc(0.9061vw + 17.6019px), 35px);
}
.recruit_box05.cross:after {
    content: none;
}
.recruit_box05.cross .container {
    width: 100%;
    padding: 0 5%;
}
.recruit_box05.cross .recruit_b05_link {
    justify-content: center;
}

/*************************************************************************************
社員の一日
**************************************************************************************/
.main{
	width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 20px 0 360px;
	margin-top: 120px;
}
@media (max-width: 1300px){
	.main{
		padding-left: 250px;
	}
}
@media (max-width: 750px){
	.main{
		padding: 0 4% 0;
		margin-top: 50px;
	}
}

/*************************************************************************************
社員の一日詳細ページ (テンプレート：schedule)
**************************************************************************************/

.schedule__title small{
	display: block;
	width: fit-content;
	background-color: #E8380D;
	color: #ffffff;
	font-size: 25px;
	padding: 5px 10px;
	margin-bottom: 40px;
}

.schedule__title span{
	padding-left: 50px;
	color: #E8380D;
	font-size: 43px;
	font-weight: 300;
	position: relative;
}

.schedule__title span::before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 30px;
	height: 3px;
	background-color:#E8380D;
}
@media (max-width: 750px){
	.schedule__content {}

	.schedule__title span{
		font-size: 28px;
		padding-left: 25px;

	}
	.schedule__title .label{
		font-size: 16px;
	}
	.schedule__title span::before{
		width: 20px;
		height: 2px;
	}
}

/*************************************************************************************
プロフィール
**************************************************************************************/
.schedule__profile {
	background-color: #F9F5F4;
	padding: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
	gap: 40px;
}

.profile__contents {
	width: calc(100% - 500px);
}

.profile__label {
    font-family: "Shimano";
    text-transform: uppercase;	
	color: #0082E6;
	font-size: 50px;
	/* font-weight: 600; */
}

.profile__label--blue {
	color: #0082E6;
}
.profile__label--green {
	color: #24994B;
}

.profile__initial {
    font-family: "Shimano";
    text-transform: uppercase;	
	font-size: 60px;
	margin: 0;
	margin-top: 30px;
	line-height: 100%;
	font-weight: 600;
}

.profile__career {
	margin-top: 20px;
	font-weight: 500;
}

.profile__detail {
	margin-top: 50px;
	font-size: 15px;
}

.profile__detail span{
	color: #0082E6;
}

.profile__detail span a{
	text-decoration: none;
	color: #0082E6;
}

.profile__detail small{
	display: block;
}

.profile__img {
	width: 500px;
}

.profile__img img{
	width: 100%;
	aspect-ratio: 600 / 500;
	object-fit: cover;
	display: block;
}

@media (max-width: 1300px){
	.schedule__profile {
		align-items: flex-start;
	}
}

@media (max-width: 1200px){
	.schedule__profile{
		flex-direction: column;
		gap: 0;
	}
	.profile__contents{
		display: contents;
	}
	.profile__label {
		order: 1;
		font-size: 42px;
	}
	.profile__initial {
		order: 3;
		font-size: 42px;
		margin-top: 20px;
	}
	.profile__career {
		order: 4;
	}
	.profile__detail {
		order: 5;
		margin-top: 20px;
	}
	.profile__img{
		order: 2;
		width: 100%;
	}
	.profile__img img{
		aspect-ratio: 300 /180;
	}
}

@media (max-width: 750px){
.schedule__profile {
	padding: 24px;
	margin-top: 20px;
}

.profile__contents {

}

.profile__label {
	font-size: 36px;
}

.profile__initial {
	font-size: 40px;
}

.profile__career {

}
.profile__detail{
	margin: 0;
}
.profile__detail small{
	margin-top: 10px;
}
}

/*************************************************************************************
スケジュール
**************************************************************************************/

.schedule__oneday {
	margin-top: 150px;
}

.oneday__block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 95px;
	position: relative;
}

.oneday__block::before{
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 5px;
	height: 100%;
	background-color: #0082E6;
}

.oneday__block1{
	align-items: flex-start;
}

.oneday__block4::before{
	height: 62%;
}

.oneday__block figure{
	display: block;
	max-width: 500px;
	width: 90%;
}

.oneday__block figure img{
	width: 100%;
	aspect-ratio: 600 / 500;
	object-fit: cover;
}

.oneday__contents {
	display: flex;
	flex-direction: column;
}

.oneday__detail {
	display: block;
	position: relative;
	max-width: 500px;
	width: 90%;
	margin-bottom: 60px;
	line-height: 120%;
}
.oneday__detail::before{
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50px;
	background-color: #0082E6;
}

.oneday__detail--right::before{
	top: 0;
	left: -10.5%;
	transform: translateX(-50%);
}

.oneday__detail--center-right::before{
	/* top: 50%;
	transform: translateY(-50%); */
	left: -13%;
}

.oneday__detail--left::before{
	top: 10%;
	transform: translateY(-50%);
	right: -108px;
}

.oneday__detail strong{
	color: #0082E6;
	font-size: 32px;
	font-weight: 700;
}

.oneday__detail p{
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 15px;
}

.oneday__detail small{
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

/* 1550px以下 */
@media (max-width: 1550px){
	.schedule__oneday{
		margin-top: 100px;
	}
	.oneday__block{
		justify-content: center;
	}
	.oneday__block figure{
		max-width: 400px;
		width: 100%;
	}
	.oneday__detail{
		max-width: 400px;
		width: 100%;
	}
	.oneday__detail--right::before{
		left: -12%;
	}
	.oneday__detail--center-right::before{
		left: -14.5%;
    }
	.oneday__detail--left::before{
		top: 11%;
		right: -58px;
	}
	.oneday__detail strong{
		font-size: 24px;
	}
	.oneday__detail p{
		font-size: 14px;
	}
	.oneday__detail small{
		font-size: 12px;
	}
}

/* 1200px以下 */
@media (max-width: 1200px){
	.schedule__oneday{
		margin-top: 60px;
	}
}

/* 750px以下 */
@media (max-width: 750px){
	.schedule__oneday{
		margin-top: 30px;
	}
    .oneday__block {
		flex-direction: column;
		align-items: flex-start;
		margin-left: 20px;
		gap: 0;
	}
	.oneday__block::before{
		top: 5px;
		left: -21px;
		width: 3px;
	}
	.oneday__block1 .oneday__contents{
		display: contents;
	}
	.oneday__block1 .oneday__detail:nth-of-type(1){
		order: 1;
	}
	.oneday__block1 .oneday__detail:nth-of-type(2){
		order: 3;
	}
	.oneday__block1 .oneday__img{
		order: 2;
	}
	.oneday__block3{
		flex-direction: column-reverse;
	}
	.oneday__block4::before{
		height: 82%;
	}
	.oneday__block4 .oneday__contents{
		display: contents;
	}
	.oneday__block4 .oneday__detail:nth-of-type(1){
		order: 1;
	}
	.oneday__block4 .oneday__detail:nth-of-type(2){
		order: 3;
	}
	.oneday__block4 .oneday__img{
		order: 2;
	}

	.oneday__img{
		margin-top: 10px;
	}

    .oneday__img img{
		aspect-ratio: 320 / 200 !important;
    }

    .oneday__contents {

    }

    .oneday__detail {
		margin-bottom: 0;
    }
	.oneday__detail::before{
		width: 15px;
		height: 15px;
		right: auto;
		left: -28px;
		top: 5px;
		transform: none;
	}
	.oneday__detail strong{
		font-size: 18px;
	}

	.oneday__detail p{
		margin-top: 10px;
	}
}

/* detail2ページのスタイル調整 */
.schedule__oneday--green .oneday__block::before{
	background-color: #24994B;
}

.schedule__oneday--green .oneday__block .oneday__contents .oneday__detail::before{
	background-color: #24994B;
}
.schedule__oneday--green .oneday__block:last-of-type::before{
	height: 32%;
}

.schedule__oneday--green .oneday__block:last-of-type .oneday__contents .oneday__detail::before{
	right: -112px;
}

@media (max-width: 1550px){
	.schedule__oneday--green .oneday__block:last-of-type .oneday__contents .oneday__detail::before{
		right: -58px;
	}

}

@media (max-width: 750px){
.schedule__oneday--green .oneday__block:last-of-type::before{
	height: 0%;
}
}
.schedule__oneday--green .oneday__block .oneday__contents .oneday__detail strong{
	color: #24994B;
}

/*************************************************************************************
その他の人の一日
**************************************************************************************/
.other-schedule {
	max-width: 946px;
	width: 95%;
	margin: 60px auto;
	display: flex;
	justify-content: space-around;
}

.other-schedule__list a{
	display: block;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
.other-schedule .link-invalid{
	cursor: default;
}

.other-schedule__list a figure{
	max-width: 250px;
	width: 100%;
}

.other-schedule__list a figure img{
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 70%;
}

.other-schedule__list a p{
	display: block;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	line-height: 200%;
	font-weight: 500;
}

.other-schedule__list a p span{
	display: block;
	text-align: center;
    font-family: "Shimano";
    text-transform: uppercase;		
	font-size: 42px;
	padding-top: 10px;
}

@media (max-width: 750px){
	.other-schedule{
		justify-content: space-between;
		gap: 20px;
	}
	.other-schedule__list a{
		width: 95%;
	}
	.other-schedule__list a p{
		font-size: 14px;
	}

	.other-schedule__list a p span{
		font-size: 24px;
	}
}

/* 緑 */
.other-schedule__list--green a{
	color: #24994B;
}

.other-schedule__list--orange a{
	color: #FF9500;
}

.other-schedule__list--blue a{
	color: #0082E6;
}



/*************************************************************************************
スケジュールページのみの調整
**************************************************************************************/
.schedule .recruit_box05{
	margin-top: 80px;
}

.schedule .section{
	margin-bottom: 80px !important;
}

/*************************************************************************************
社員の一日アーカイブページ (テンプレート：oneday)
**************************************************************************************/
.oneday-fv {
	display: flex;
	flex-direction: row;
	margin-top: 80px;
}

.oneday-fv__titles {
	background-color: #E8380D;
	color: #ffffff;
	position: relative;
	min-width: 420px;
	width: 30%;
}

.oneday-fv__content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	padding: 50px;
}

.oneday-fv__titles h2{
	font-size: 103px;
	font-family: "Shimano";
    text-transform: uppercase;	
}

.oneday-fv__titles p{
	display: block;
	margin-top: 32px;
	font-size: 22px;
	white-space: nowrap;
}

.oneday-fv__img {

}

.oneday__main{
	margin-top: 0;
}
/* FV1300px以下 */
@media (max-width: 1300px){
.oneday-fv__titles {
	min-width: 320px;
}

.oneday-fv__titles h2{
	font-size: 80px;
}

.oneday-fv__titles p{
	font-size: 16px;
}
}
/* FV750px以下 */
@media (max-width: 750px){
.oneday__main .topic_path{
	margin-top: 10px;
	margin-bottom: 30px;
}
.oneday-fv {
	margin-top: 60px;
	flex-direction: column;
}

.oneday-fv__titles {
	order: 2;
	min-width: 268px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -30px;
}

.oneday-fv__content {
	padding: 10px;
}

.oneday-fv__content h2{
	font-size: 52px;
	text-align: center;
}

.oneday-fv__content p{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

.oneday-fv__img {
	order: 1;
}
}

.oneday__message{
	font-weight: 400;
}

.oneday__message small{
	display: block;
	font-size: 14px;
}

.oneday__archive {
	margin-top: 80px;
}

.oneday__list {
	display: flex;
	gap: 60px;
}

.oneday__list:not(:last-of-type){
	margin-bottom: 60px;
}

.oneday-list__img {
	width: 340px;
}

.oneday-list__img img{
	width: 100%;
	aspect-ratio: 1 /1;
	object-fit: cover;
	border-radius: 50%;
}

.oneday-list__contents {
	width: calc(100% - 300px);
}

.oneday__label{
	font-size: 30px;
	font-weight: 500;
}

.oneday__text{
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	font-weight: 700;
}

.career {
	font-weight: 400;
	margin-top: 40px;
	font-weight: 700;
}

.oneday__flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.initial {
	display: block;
    font-family: "Shimano";
    text-transform: uppercase;	
	font-size: 60px;
}

.oneday-list__btn a{
	display: block;
	width: fit-content;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 20px 10px;
}

.oneday-list__btn a img{
	width: 150px;
}

/* 青のスタイル */
.oneday__list--blue .oneday__label{
	color: #0082E6;
}
.oneday__list--blue .oneday-list__btn a{
	background-color: #0082E6;
}


/* 緑のスタイル */
.oneday__list--green .oneday__label{
	color: #0b9322;
}
.oneday__list--green .oneday-list__btn a{
	background-color: #0b9322;
}


/* オレンジのスタイル */
.oneday__list--orange .oneday__label{
	color: #FF9500;
}
.oneday__list--orange .oneday-list__btn a{
	background-color: #FF9500;
}

/* 1500px以下 */
@media (max-width: 1500px){
	.oneday__list {
		gap: 30px;
	}

    .oneday-list__img {
		width: 250px;
    }

    .oneday-list__contents {
		width: calc(100% - 250px);
    }

    .oneday__label {
		font-size: 24px;
    }

    .oneday__text {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 10px;
    }

    .career {
		margin-top: 10px;
    }

    .oneday__flex {
		margin-top: 20px;
    }

    .initial {
		font-size: 42px;
    }

    .oneday-list__btn a img{
		width: 120px;
    }
}

/* 750px以下 */
@media (max-width: 750px){
    .oneday__list {
		display: block;
    }

    .oneday-list__img {
		max-width: 150px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
    }

    .oneday-list__contents {
		max-width: 450px;
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 30px;
    }

    .oneday__label {
		text-align: center;
    }

	.oneday__text{
		font-size: 14px;
	}

	.oneday__career{
		font-size: 14px;
	}

    .oneday__text .pctab-only{
		display: none;
    }
}