/*
Theme Name: Lightning Child
Theme URI: ★ 北九州陸運株式会社 ★
Template: lightning
Description: ★ 北九州陸運株式会社 ★
Author: ★ 北九州陸運株式会社 ★
Tags: 
Version: 0.5.1
*/

@-ms-viewport {
    width: auto;
}

/* -----------------------------------------------------------
	グローバルCSS
----------------------------------------------------------- */

:root {
	--color-main: #24335b;
	--color-gray: #9c9faf;
	--color-blue: #35508c;
	--color-blue2: #009FE8;
	--color-gr: linear-gradient(90deg,rgba(9, 21, 135, 1) 0%, rgba(7, 146, 238, 1) 100%);
	--font-en: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

body,html {
    font-size: 16px;
	overflow-x: clip;
}

body {
	font-family: "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	color: var(--color-main);
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-weight: 500;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* -----------------------------------------------------------
	リセットCSS
----------------------------------------------------------- */

ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

li {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a, .siteFooter a {
	outline:none;
	text-decoration: none;
}

a:hover, .siteFooter li>a:hover, .subSection li>a:hover {
	opacity: 0.7;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5;
}

h3::after {
	content: none;
}

p {
	margin: 0;
	line-height: 1.7;
}

.siteContent {
	margin-top: 0 !important;
}

header.siteHeader {
	box-shadow: none;
	background-color: transparent;
	min-height: inherit;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: inherit;
}

.col {
	padding: 0;
}

.siteContent {
	padding: 0;
}

.mainSection {
	margin-bottom: 0;
}

.admin-bar .vk-mobile-nav-menu-btn {
	display: none !important;
}

.vk-mobile-nav-menu-btn {
	display: none !important;
}

dl {
	margin: 0;
	padding: 0;
}

dl dt, dl dd {
	margin: 0;
	padding: 0;
	border: none;
}

/* -----------------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------------- */

header.siteHeader {
	position: relative;
	z-index: 9999;
}

header.siteHeader .container {
	padding: 0;
}

header .siteHeadContainer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .siteHeadContainer .navbar-header {
	width: 30%;
	padding: 5px 15px;
}

header .siteHeadContainer .navbar-header .logo_wrap {
	line-height: 1;
}

header .siteHeadContainer .navbar-header .logo_wrap a {
	display: inline-block;
}

header .siteHeadContainer .navbar-header .logo_wrap a img {
	max-height: 68px;
}

header .siteHeadContainer .head_menu {
	width: 70%;
	max-width: 900px;
	margin-left: auto;
}

header .siteHeadContainer .head_menu nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
}

header .siteHeadContainer .head_menu .tel_wrap {
	max-width: 200px;
	margin-right: 15px;
	text-align: center;
}

header .siteHeadContainer .head_menu .tel_wrap a {
	display: block;
	margin-bottom: 5px;
}

header .siteHeadContainer .head_menu .tel_wrap p {
	font-size: 12px;
	white-space: nowrap;
	padding-left: 5px;
}

header .siteHeadContainer .head_menu nav ul {
	display: flex;
	margin-right: 15px;
}

/*header .siteHeadContainer .head_menu nav ul li {
	margin-right: 20px;
}*/

header .siteHeadContainer .head_menu nav ul li a {
	position: relative;
	white-space: nowrap;
	display: inline-block;
}

header .gnav_wrap ul {
	margin-bottom: 0;
	display: flex;
	justify-content: flex-end;
}

header .gnav_wrap ul li {
	text-align: left;
}

header .gnav_wrap ul li:not(:first-child) {
	margin-left: 45px;
}

header .gnav_wrap ul li a {
	display: block;
	color: var(--color-main);
	font-weight: 600;
	line-height: 1;
	position: relative;
	white-space: nowrap;
}

header .gnav_wrap ul li a:hover {
	opacity: 0.7;
}

header .gnav_wrap ul li a span {
	display: block;
	font-family: var(--font-en);
	color: var(--color-gray);
	font-size: 10px;
	margin-bottom: 5px;
	font-weight: normal;
}

header .head_gmark {
	width: 75px;
	max-height: 70px;
	margin-right: 15px;
	text-align: center;
}

header .head_gmark img {
	max-height: 70px;
}

header .gnav_contact {
	text-align: center;
	width: 140px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .gnav_contact a {
	background: var(--color-gr);
	color: #fff;
	display: block;
	padding: 15px 10px 10px;
	width: 100%;
	height: 100%;
}

header .gnav_contact a::before {
	content: "";
	display: block;
	width: 27px;
	height: 21px;
	background-image: url("./images/icon_mail.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto 10px;
}

/*----- ハンバーガーメニュー ------*/

.hum_nav {
	position: relative;
    z-index: 9999;
}

#g-nav{
    position:fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	width:100%;
    height: 100vh;
	background:#fff;
	transition: all 0.3s;
	display: none;
}

#g-nav.panelactive{
	opacity: 1;
	z-index:999;
	display: block;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav .contents_wrap{
    display: none;
    /*ナビゲーション天地中央揃え*/
   position: absolute;
    z-index: 9999;
    top:110px;
    left:50%;
   transform: translateX(-50%);
	
	padding-top: 30px;
}

#g-nav.panelactive  .contents_wrap {
	display: block;
	width: 100%;
    max-width: 1100px;
	padding: 0 15px;
}

#g-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

#g-nav li{
	list-style: none;
	width: 100%;
}

#g-nav li:not(:last-child) {
	margin-bottom: 20px;
}

#g-nav li a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
	color: var(--color-main);
	font-size: 16px;
}

#g-nav li a span {
	display: block;
    font-family: var(--font-en);
    color: var(--color-gray);
    font-size: 10px;
    margin-bottom: 5px;
    font-weight: normal;
	line-height: 1;
}

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

.hum_menu ul li {
	width: 48%;
}

.hum_menu ul li a {
	display: block;
}

.head_btn {
	display: none;
}

/*========= ボタンのためのCSS ===============*/

.head_btn {
	position:fixed;
	top:15px;
	right: 15px;
	z-index: 9998;
}

.openbtn{
	z-index: 9998;
	cursor: pointer;
    width: 70px;
    height: 70px;
	background: var(--color-blue);
	position: relative;
	border-radius: 4px;
}

.openbtn:hover {
	opacity: 0.7;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
	right: 0;
	margin: 0 auto;
    height: 2px;
    border-radius: 2px;
	background-color: #fff;
  	width: 30%;
  }

.openbtn span:nth-of-type(1) {
	top:22px;	
}

.openbtn span:nth-of-type(2) {
	top:32px;
}

.openbtn span:nth-of-type(3) {
	top:42px;
}

.openbtn.active span:nth-of-type(1) {
    top: 24px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3){
    top: 36px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn::after {
	content:"MENU";
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}


/*モーダルを開くボタン*/
.modal-open, .modal-open2, .modal-open3, .modal-open-news {
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	display: inline-block;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container, .modal-container2, .modal-container3, .modal-container-news {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.9);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	cursor: pointer;
	z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before, .modal-container2:before, .modal-container3:before, .modal-container-news:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active, .modal-container2.active, .modal-container3.active, .modal-container-news.active {
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close, .modal-close2{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
	cursor: auto;
}

#g-nav ul {
	display: block;
}

@media screen and (min-width: 960px) and (max-width: 1150px) {
	header.siteHeader {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	header .gnav_wrap ul li:not(:first-child) {
		margin-left: 20px;
	}
	
	header .siteHeadContainer .head_menu nav ul {
		margin-right: 15px;
		display: none;
	}
	
	header .siteHeadContainer .head_menu .tel_wrap {
		margin-right: 15px;
		display: none;
	}
	
	header .siteHeadContainer .head_menu nav ul li a {
		font-size: 14px;
	}
	
	header .gnav_contact {
		display: none;
	}
	
	header .gnav_contact a {
		font-size: 13px;
		white-space: nowrap;
	}
	
	header .head_gmark {
		margin-right: 100px;
	}
	
	.head_btn {
        display: block;
    }
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	header.siteHeader {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	header .gnav_wrap ul li:not(:first-child) {
		margin-left: 10px;
	}
	
	header .gnav_wrap ul li a {
		font-size: 15px;
	}
	
		
	header .siteHeadContainer .head_menu nav ul {
		margin-right: 15px;
		display: none;
	}
	
	header .siteHeadContainer .head_menu .tel_wrap {
		margin-right: 15px;
		display: none;
	}
	
	header .siteHeadContainer .head_menu nav ul li a {
		font-size: 14px;
	}
	
	header .gnav_contact {
		display: none;
	}
	
	header .head_gmark {
		margin-right: 100px;
	}
	
	.head_btn {
        display: block;
    }

	.hum_menu ul li {
		width: 32%;
	}
	
	#g-nav li a {
		font-weight: normal;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul li.gnav_sitemap {
		display: none;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	header.siteHeader {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	header .siteHeadContainer .head_menu nav ul {
		margin-right: 15px;
		display: none;
	}
	
	header .siteHeadContainer .head_menu .tel_wrap {
		margin-right: 15px;
		display: none;
	}
	
	header .siteHeadContainer .head_menu nav ul li a {
		font-size: 14px;
	}
	
	header .gnav_contact {
		display: none;
	}
	
	header.siteHeader .container {
		padding: 15px 0;
	}
	
	header .siteHeadContainer .navbar-header {
		width: 280px;
	}
	
	#g-nav li a {
		font-weight: normal;
	}
	
	.contact_btn_wrap {
		display: none;
	}
	
	.head_search {
		display: flex;
	}
	
	header .head_gmark {
		margin-right: 100px;
	}
	
	.head_btn {
		display: block;
	}
}

@media screen and (max-width: 560px) {	
	header .siteHeadContainer .head_menu nav ul {
		margin-right: 15px;
		display: none;
	}
	
	header .siteHeadContainer .head_menu .tel_wrap {
		margin-right: 15px;
		display: none;
	}
	
	header .siteHeadContainer .head_menu nav ul li a {
		font-size: 14px;
	}
	
	header .gnav_contact {
		display: none;
	}
	
	header.siteHeader .container {
		padding: 15px 0;
	}
	
	header .siteHeadContainer .navbar-header {
		width: 280px;
	}
	
	#g-nav li a {
		font-weight: normal;
	}
	
	.contact_btn_wrap {
		display: none;
	}
	
	.modal-close, .modal-close2 {
		right: 0;
	}
	
	.modal-container {
		padding: 0 10px;
	}
	
	.modal-body {
		width: 98%;
		padding: 0;
	}
	
	.modal-content {
		padding: 20px 15px;
	}
	
	#g-nav.panelactive .contents_wrap {
		margin-bottom: 0;
	}
	
	.openbtn:hover {
		opacity: 1;
	}
	
	header .head_gmark {
		margin-right: 90px;
	}
	
	header .siteHeadContainer .head_menu {
		width: 50%;
	}
	
	.head_btn {
		display: block;
	}
}

/* -----------------------------------------------------------
	共通CSS
----------------------------------------------------------- */

.contents_wrap {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto 50px;
	padding: 0 15px;
}

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

.flex_wrap .flex_left, .flex_wrap .flex_right {
	width: 48%;
}

.flex_odr .flex_left {
	order: 2;
}

.flex_odr .flex_right {
	order: 1;
}

.ac_flex {
	align-items: center;
}

.text_center {
	text-align: center;
}

.ib {
	display: inline-block;
	text-align: left;
}

.indent_1 {
	padding-left: 1em;
	text-indent: -1em;
}

.mb_1 {
	margin-bottom: 1em;
}

.fb {
	font-weight: bold;
}

#page_top {
    position: fixed;
    bottom: 20px;
    right: 1.5%;
	z-index: 50;
}

/*----- 動き -----*/

.fadein {
  opacity: 0;
  transform : translate(0, 10px);
  transition : all 900ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.en_text {
	opacity: 0;
}

@media screen and (max-width: 560px) {
	.flex_wrap {
		display: block;
	}

	.flex_wrap .flex_left, .flex_wrap .flex_right {
		width: auto;
	}
	
	.flex_wrap .flex_left {
		margin-bottom: 15px;
	}
}


/* -----------------------------------------------------------
	トップページ
----------------------------------------------------------- */

.mainvisual {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.mainvisual .catchcopy {
	width: 28%;
	text-align: left;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 4%;
	transform: translateY(-50%);
	z-index: 15;
}

.mainvisual .catchcopy .catch_hokuriku {
	margin-bottom: 25px;
	opacity: 0;
	animation: catchHokuriku 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}
 
@keyframes catchHokuriku {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.mainvisual .catchcopy h1 {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	opacity: 0;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	animation: catchCopy 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
}
 
@keyframes catchCopy {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.mainvisual .catchcopy h1 span {
	white-space: nowrap;
}

.mainvisual .catchcopy h1 strong {
	font-weight: 500;
}

.marker {
	background:linear-gradient(transparent 50%, rgba(249, 240, 197, 1) 50%);
	display: inline;   
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition:background-size 1.5s;
}

.mainvisual .main_slide {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.mainvisual .imgcut::before {
	padding-bottom: 45%;
}

.mainvisual .main_slide .slide_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	z-index: 10;
	opacity: 0;
	animation: slideLeft 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideLeft {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
 
.mainvisual .main_slide .slide_right {
	position: absolute;
	top: 5%;
	right: 0;
	width: 10%;
	z-index: 10;
	opacity: 0;
	animation: slideRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideRight {
  0% {
    transform: translateX(180px) translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.mainvisual .main_slide .slide_bottom {
	position: absolute;
	right: 10%;
	bottom: 0;
	width: 25%;
	z-index: 10;
	opacity: 0;
	animation: slideBottom 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideBottom {
  0% {
    transform: translateX(-180px) translateY(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.top_info_wrap {
	background-image: url("./images/top_bg.png");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0 100px;
}

.top_info_wrap .contents_wrap {
	margin-bottom :0;
}

.top_info_wrap .top_catch {
	position: relative;
}

.top_info_wrap .top_catch h2 {
	font-size: 120px;
	font-weight: bold;
	font-family: var(--font-en);
	letter-spacing: 5px;
	line-height: 1;
	margin-bottom: 50px;
}

.top_info_wrap .top_catch h2 span {
	display: block;
	white-space: nowrap;
	margin-left: 0.65em;
}

.top_info_wrap .top_catch h2 span:first-child {
	margin-bottom: 25px;
	margin-left: 0;
}

.top_info_wrap .top_catch p {
	font-weight: bold;
	font-size: 32px;
	white-space: nowrap;
	position: absolute;
	top: 60px;
	right: 0;
}

.top_info_wrap .text_center {
	max-width: 650px;
	margin: 0 auto;
}

.top_info_wrap .text_center p {
	font-size: 20px;
}

.diagonal-section {
	position: relative;
	background-image: var(--bg);
	background-size: cover;
	background-position: center;
	color: white;
	padding: 80px 0;
	clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 80%);
	height: 80vh;
	text-align: left;display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.diagonal-section:not(:first-child) {
	margin-top: -5%;
}

.diagonal-section.reverse {
  clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
}

.diagonal-section a {
	display: block;
	height: 200%;
	width: 200%;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	transform: translate(-100%, -50%);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.8s ease;
}

.diagonal-section a:hover {
	background-color: rgba(0,0,0,0);
}

.overlay {
	padding: 40px;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	width: 40%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0);
}

.diagonal-section.reverse .overlay {
	left: inherit;
	right: 0;
}

.diagonal-section.reverse a {
  left: auto;
  right: 0;
  transform: translate(100%, -50%); /* 右に隠しておく */
}

.diagonal-section a:hover .overlay {
	transition: 0.4s;
	background-color: rgba(0, 0, 0, 0.7);	
}

.diagonal-section a.active {
  transform: translate(0, 0); /* 元の位置にスライド */
  opacity: 1;
}

.diagonal-section a h2, .top_contents h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.diagonal-section a h2 strong, .top_contents h2 strong {
	font-size: 60px;
	display: block;
}

.diagonal-section p, .top_contents p {
	margin-bottom: 15px;
}

.diagonal-section .btn_wrap {
	text-align: left;
}

ul.clm3 {
	flex-wrap: wrap;
}

ul.clm3::after {
	content: "";
	display: block;
	width: 31%;
}

ul.clm3 li {
	width: 31%;
	margin-bottom: 15px;
}

ul.clm4 {
	flex-wrap: wrap;
}

ul.clm4::before {
	content: "";
	display: block;
	width: 24%;
	order: 1;
}

ul.clm4::after {
	content: "";
	display: block;
	width: 24%;
}

ul.clm4 li {
	width: 24%;
	margin-bottom: 15px;
}

ul.clm2 {
	flex-wrap: wrap;
}

ul.clm2 li {
	width: 48%;
	margin-bottom: 15px;
}

.bg_gray {
	background-image: url("./images/bg_gray.jpg");
	padding: 40px 0;
	margin-bottom: 40px;
}

.bg_gray .contents_wrap {
	margin-bottom: 0;
}

.top_news_wrap {
	background-color: var(--color-yellow2);
}

.top_news_wrap .contents_wrap {
	margin-bottom: 0;
}

.btn_wrap {
	text-align: center;
}

.btn_wrap a, .btn_wrap p {
	display: inline-block;
    margin:0 auto;
    padding: 0 35px 0 10px;
	color: #fff;
    transition: .3s ease;
	position: relative;
	border-bottom: 1px solid #fff;
}

.top_contents .btn_wrap a {
	background-color: var(--color-main);
	padding: 8px 35px 8px 10px;
	border-bottom: none;
	border-radius: 3px;
}

.btn_wrap a::after, .btn_wrap p::after {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	background-image: url("./images/arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.btn_wrap a:hover {
	box-shadow: none;
}

.btn_flex .btn_wrap a {
	display: block;
}

.btn_wrap a:hover {
	opacity: 0.7;
}

.btn_wrap a span {
	position: relative;
	display: inline-block;
	padding: 0 40px 0 40px;
}

.btn_wrap a span::before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 31px;
    height: 31px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.bg_blue {
	background: var(--color-blue);
}

.newslist_erea {
	display: flex;
	align-items: center;
	padding: 30px 15px;
	margin-bottom: 0;
}

.newserea_title {
	margin-right: 60px;
}

.newserea_title h2 {
	font-size: 30px;
	color: #fff;
	font-family: var(--font-en);
}

.newslist_erea a {
	display: block;
	color: #fff;
}

.news_erea {
	flex: 1;
	margin-right: 20px;
}

.news_erea a {
	background-color: rgba(255,255,255,0.1);
	padding: 15px;
}

.news_text {
	display: flex;
}

.newslist_erea span.news_date {
	display: block;
	margin-right: 30px;
}

.newslist_erea span.news_title {
	font-weight: 500;
}

.news_btn_wrap a {
	padding-right: 25px;
	display: block;
	position: relative;
	display: inline-block;
}

.news_btn_wrap a::after {
	content: "";
	display: block;
	background-image: url("./images/arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	transition: 0.3s;
}

.news_btn_wrap {
	margin-left: auto;
}

.sp_erea {
	display: none;
}

.bnr_co2 {
	text-align: center;
	max-width: 70%;
}

.sp_catchcopy {
	margin-bottom: 15px;
}

.sp_catchcopy h1 {
    font-weight: bold;
 	font-size: 20px;
}

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

@media screen and (min-width: 561px) and (max-width: 768px) {
	ul.newslist_wrap li {
		width: 100%;
	}

	ul.newslist_wrap li:first-child {
		float: none;
	}
}

@media screen and (max-width: 560px) {
	ul.newslist_wrap li {
		width: 100%;
		margin-bottom: 20px;
	}

	ul.newslist_wrap li:first-child {
		float: none;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1101px) and (max-width: 1600px) {
	.overlay {
		width: 80%;
		background-color: rgba(0, 0, 0, 0.7);
		max-height: 410px;
		overflow-y: scroll;
		-ms-overflow-style: none; /* IE, Edge 対応 */
		scrollbar-width: none;    /* Firefox 対応 */
	}

	.overlay::-webkit-scrollbar {
		display: none; /* Chrome, Safari 対応 */
	}
	
	.diagonal-section a h2 {
		display: flex;
		align-items: flex-end;
		margin-bottom: 10px;
		line-height: 1;
	}
	
	.diagonal-section a h2 strong {
		font-size: 40px;
		margin-right: 20px;
		line-height: 1;
		position: relative;
		bottom: -3px;
	}
	
	.diagonal-section a {
		background: transparent;
	}
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
	.mainvisual .cachcopy h1 {
		font-size: 28px;
	}
	
	.top_info_wrap .flex_left .btn_flex {
		display: block;
	}
	
	.btn_flex .btn_wrap.about_btn {
		margin-bottom: 15px;
	}
	
	.btn_flex .btn_wrap {
		width: 100%;
	}
	
	.overlay {
		width: 80%;
		background-color: rgba(0, 0, 0, 0.7);
		max-height: 410px;
		overflow-y: scroll;
		-ms-overflow-style: none; /* IE, Edge 対応 */
		scrollbar-width: none;    /* Firefox 対応 */
	}

	.overlay::-webkit-scrollbar {
		display: none; /* Chrome, Safari 対応 */
	}
	
	.diagonal-section a h2 {
		display: flex;
		align-items: flex-end;
		margin-bottom: 10px;
		line-height: 1;
	}
	
	.diagonal-section a h2 strong {
		font-size: 40px;
		margin-right: 20px;
		line-height: 1;
		position: relative;
		bottom: -3px;
	}
	
	.diagonal-section a {
		background: transparent;
	}
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	.mainvisual .cachcopy h1 {
		font-size: 26px;
	}

	.top_info_wrap .top_catch h2 {
		font-size: 90px;
	}
	
	.top_info_wrap .top_catch p {
		top: 37px;
	}
	
	.overlay {
		width: 80%;
		background-color: rgba(0, 0, 0, 0.7);
		max-height: 410px;
		overflow-y: scroll;
		-ms-overflow-style: none; /* IE, Edge 対応 */
		scrollbar-width: none;    /* Firefox 対応 */
	}

	.overlay::-webkit-scrollbar {
		display: none; /* Chrome, Safari 対応 */
	}
	
	.diagonal-section a h2 {
		display: flex;
		align-items: flex-end;
		margin-bottom: 10px;
		line-height: 1;
	}
	
	.diagonal-section a h2 strong {
		font-size: 40px;
		margin-right: 20px;
		line-height: 1;
		position: relative;
		bottom: -3px;
	}
	
	.diagonal-section a {
		background: transparent;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.mainvisual .catchcopy {
		width: auto;
		left: 15px;
	}
	
	.mainvisual .catchcopy .catch_hokuriku {
		margin-bottom: 8px;
	}
	
	.mainvisual .catchcopy h1 {
		font-size: 20px;
	}
	
	.top_info_wrap {
		padding: 30px 0 40px;
	}
	
	.top_info_wrap .top_catch {
		margin-bottom: 20px;
	}
	
	.top_info_wrap .top_catch h2 {
		font-size: 50px;
		margin-bottom: 15px;
	}
	
	.top_info_wrap .top_catch h2 span:first-child {
		margin-bottom: 15px;
	}
	
	.top_info_wrap .top_catch p {
		position: static;
		font-size: 20px;
	}
	
	.top_info_wrap .text_center p {
		font-size: 16px;
	}
	
	.overlay {
		width: 100%;
	}
	
	.diagonal-section {
		height: 50vh;
	}
	
	.diagonal-section a h2 strong, .top_contents h2 strong {
		font-size: 40px;
		white-space: nowrap;
	}
	
	.pc_erea {
		display: none !important;
	}
	
	.sp_erea {
		display: block;
	}
	
	ul.clm4::before {
		content: none;
	}
	
	ul.clm4::after {
		width: 32%;
	}
	
	ul.clm4 li {
		width: 32%;
	}
	
	ul.clm2 li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	ul.clm2 li:last-child {
		margin-bottom: 0;
	}
	
	.newslist_erea {
		display: block;
	}
	
	.newserea_title {
		margin: 0 0 8px 0;
		text-align: center;
	}
	
	.news_erea {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.news_text {
		display: block;
	}
	
	.newslist_erea span.news_date {
		margin-right: 0;
	}
	
	.news_btn_wrap {
		text-align: center;
	}
	
	.sp_catchcopy {
		display: none;
	}
}

@media screen and (max-width: 560px) {
	.bg_gray {
		padding: 30px 0;
	}
	
	.mainvisual .catchcopy {
		width: 60%;
		left: 15px;
	}
	
	.mainvisual .catchcopy h1 {
		display: none;
	}
	
	.mainvisual .catchcopy .catch_hokuriku {
		margin-bottom: 8px;
	}
	
	.mainvisual .catchcopy h1 {
		font-size: 20px;
	}
	
	.top_info_wrap {
		padding: 30px 0 40px;
	}
	
	.top_info_wrap .top_catch {
		margin-bottom: 20px;
	}
	
	.top_info_wrap .top_catch h2 {
		font-size: 50px;
		margin-bottom: 15px;
	}
	
	.top_info_wrap .top_catch h2 span:first-child {
		margin-bottom: 15px;
	}
	
	.top_info_wrap .top_catch p {
		position: static;
		font-size: 20px;
	}
	
	.top_info_wrap .text_center p {
		font-size: 16px;
	}
	
	.overlay {
		width: 100%;
	}
	
	.diagonal-section {
		height: 50vh;
	}
	
	.diagonal-section a h2 strong, .top_contents h2 strong {
		font-size: 40px;
		white-space: nowrap;
	}
	
	.pc_erea {
		display: none !important;
	}
	
	.sp_erea {
		display: block;
	}
	
	ul.clm3 li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	ul.clm3 li:last-child {
		margin-bottom: 0;
	}
	
	ul.clm4 li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	ul.clm4 li:last-child {
		margin-bottom: 0;
	}
	
	ul.clm2 li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	ul.clm2 li:last-child {
		margin-bottom: 0;
	}
	
	.newslist_erea {
		display: block;
	}
	
	.newserea_title {
		margin: 0 0 8px 0;
		text-align: center;
	}
	
	.news_erea {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.news_text {
		display: block;
	}
	
	.newslist_erea span.news_date {
		margin-right: 0;
	}
	
	.news_btn_wrap {
		text-align: center;
	}
	
	.bnr_co2 {
		max-width: inherit;
	}
}

/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */

footer.siteFooter {
	padding: 40px 0 0;
	position: relative;
	border: none;
}

.ftr_info_wrap {
	margin-bottom: 30px;
}

.ftr_info_wrap .flex_left {
	width: 37%;
}

.ftr_logo {
	max-width: 280px;
	margin-bottom: 10px;
}

.ftr_logo a {
	display: block;
	border-radius: 2px;
}

.ftr_info_wrap address, .access_btn {
	margin-left: 10px;
}

.access_btn a {
	background-color: var(--color-main);
	display: inline-block;
	padding: 5px 15px 5px 30px;
	position: relative;
	color: #fff;
	border-radius: 3px;
}

.access_btn a::before {
	content: "";
	display: block;
	width: 13px;
	height: 16px;
	background-image: url("./images/icon_map.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 9px;
}

.ftr_info_wrap .flex_right {
	width: 60%;
}

.ftr_info_wrap .flex_right ul {
	display: flex;
	justify-content: flex-end;
}

.ftr_info_wrap .flex_right ul li:not(:last-child) {
	margin-right: 8%;
}

.ftr_info_wrap .flex_right dl dt {
	margin-bottom: 8px;
}

.ftr_info_wrap .flex_right dl dt a {
	font-family: var(--font-en);
	font-size: 30px;
	color: var(--color-main);
}

.ftr_info_wrap .flex_right dl dd a {
	color: var(--color-main);
}

.ftr_contact {
	max-width: 870px;
	margin: 0 auto 40px;
	border: 20px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.ftr_contact .ftr_tel a {
}

.ftr_contact .ftr_tel a .ftr_tel_inr {
	max-width: 200px;
	margin: auto;
	text-align: center;
}

.ftr_contact .ftr_tel a .ftr_tel_inr img {
	margin-bottom: 8px;
}

.ftr_contact .ftr_tel a .ftr_tel_inr p {
	font-size: 13px;
	white-space: nowrap;
	color: #fff;
}

.ftr_contact a {
	background-color: var(--color-main);
	padding: 15px;
	display: block;
	border-radius: 4px;
}

.ftr_contact .ftr_tel a {
	display: block;
}

.ftr_contact .ftr_mail {
	display: flex;
	justify-content: center;
	text-align: center;
}

.ftr_contact .ftr_mail a {
	width: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ftr_contact .ftr_mail a span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.ftr_contact .ftr_mail a span::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 27px;
    height: 21px;
	background-image: url("./images/icon_mail.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.copySection {
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
	max-width: inherit;
	width: 100%;
}

.copySection p {
	margin-bottom: 0;
}

.ftr_gmark {
	width: 70px;
	margin-left: 10px;
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	.ftr_info_wrap {
		display: block;
	}
	
	.ftr_info_wrap .flex_left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.ftr_logo {
		margin: 0 auto 10px;
	}
	
	.ftr_info_wrap .flex_right {
		width: 100%;
	}
	
	.ftr_info_wrap .flex_right ul {
		justify-content: center;
	}
	
	.ftr_info_wrap .flex_right ul li:not(:last-child) {
		margin-right: 5%;
	}
	
	.ftr_info_wrap address, .access_btn {
		margin-left: auto;
	}
	
	.ftr_gmark {
		margin: 0 auto;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.ftr_info_wrap {
		display: block;
	}
	
	.ftr_info_wrap .flex_left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.ftr_logo {
		margin: 0 auto 10px;
	}
	
	.ftr_info_wrap .flex_right {
		width: 100%;
	}
	
	.ftr_info_wrap .flex_right ul {
		justify-content: center;
	}
	
	.ftr_info_wrap .flex_right ul li:not(:last-child) {
		margin-right: 5%;
	}
	
	.ftr_info_wrap address, .access_btn {
		margin-left: auto;
	}
	
	.ftr_gmark {
		margin: 0 auto;
	}
}

@media screen and (max-width: 560px) {
	.ftr_info_wrap .flex_left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.ftr_logo {
		margin: 0 auto 10px;
	}
	
	.ftr_info_wrap .flex_right {
		width: 100%;
		text-align: center;
	}
	
	.ftr_info_wrap .flex_right ul {
		display: block;
	}
	
	.ftr_info_wrap .flex_right ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 25px;
	}
	
	.ftr_contact {
		display: block;
	}
	
	.ftr_info_wrap address, .access_btn {
		margin-left: auto;
	}
	
	.ftr_gmark {
		margin: 0 auto;
	}
}

/* -----------------------------------------------------------
	下層ページCSS
----------------------------------------------------------- */

.kv{
	height: 70vh;
	position: relative;
}

.kv_bgimg {
	height: 100%;
	background-repeat :no-repeat;
	background-position: center center;
	background-size: cover;
}

.text-block{
	width: 100%;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.text-black{
	display: none;
}

.text-white .text{
	color: #fff;
}

.text-black .text{
  color: #222;
}

	.text-black{
		display: block;
	}
	.text-inner{
		width: 50%;
		overflow: hidden;
	}
	.text{
		font-size: 40px;
	}

	.text-black .text{
		width: 200%;
	}

	.kv_bgimg{
		width: 80%;
		height: 100%;
		position: relative;
		overflow: hidden;
		margin-left: auto;
		z-index: 1;
	}
	
	.text-block{
		transform: none;
	}
	
	.text-white{
		bottom: 40%;
		left: -12.5%;
	}
	
	.text-black{
		width: auto;
		bottom: 40%;
		left: 10%;
	}

	.text-inner{
		width: 100%;
	}
	
	.kv h1 {
		font-size: 30px;
	}
	
	.kv h1 span {
		font-size: 54px;
		text-align: left;
		display: block;
		font-family: var(--font-en);
		font-weight: 500;
	}
	
	.text-black .text{
		width: 100%;
	}

.page-header {
	position: relative;
	z-index: 100;
	text-align: center;
	background-color: var(--color-blue);
}

.page_title_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.page_title_wrap .page_title {
	width: 35%;
	text-align: center;
}

.page_title_wrap .page_title h1 {
	display: inline-block;
	text-align: left;
}

.page_title_wrap .page_title h1 span {
	font-family: var(--font-en);
	display: block;
	font-size: 0.6em;
	font-weight: 500;
	color: var(--color-blue);
}

.page_title_wrap .page_img {
	width: 60%;
}

.page_title_wrap .page_img .imgcut {
	border-radius: 10px;
	overflow: hidden;
}

.page_title_wrap .page_img .imgcut::before {
	padding-bottom: 45%;
}

.col-md-12 {
	max-width: 1100px;
    margin: 0 auto;
	padding: 0;
	animation-name
}

.bg_gray_breadcrumb {
	background-image: url("./images/bg_gray.jpg");
}

.breadSection {
	margin: 0 auto;
    border-radius: 5px 5px 0 0;
	border-bottom: none;
	padding-bottom: 40px;
}

.bg_gray_breadcrumb .breadSection {
	padding-bottom: 0;
	background-image: url("./images/bg_gray.jpg");
}

.breadSection .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

h2.h2_title {
	font-weight: bold;
	margin-bottom: 25px;
	padding: 15px;
	position: relative;
	font-size: 22px;
	text-align: center;
}

.imgcut {
	position: relative;
}

.imgcut::before {
	content:"";
	display: block;
	padding-bottom: 66.6%;
}

.imgcut img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.en_text {
	opacity: 0;
}

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(10px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.eachTextAnime span{
	opacity: 0;
}

.eachTextAnime.appeartext span{
	animation:text_anime_on 0.6s ease-out forwards;
}
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

.text_center {
	text-align: center;
}

.text_center p {
	display: inline-block;
	text-align: left;
}

.breadSection .breadcrumb {
	padding-left: 0;
}

@media screen and (min-width: 960px) {
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		min-width: 500px;
	}
}

@media screen and (max-width: 1120px) {
	.breadSection .breadcrumb {
		padding-left: 15px;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		font-size: 30px;
	}
	
	.kv h1 span {
		font-size: 44px;
	}
}

@media screen and (max-width: 560px) {
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		font-size: 24px;
	}
	
	.page_head_bg .page-header .container {
		width: 94%;
	}
	
	.page_head_bg .page-header .page-header_pageTitle {
		font-size: 28px;
	}
	
	.kv {
		height: auto;
	}
	
	.kv_bgimg {
		width: 100%;
		height: 30vh;
	}
	
	.text-block {
		position: static;
		padding: 10px 15px;
		text-align: center;
	}
	
	.text-white {
		display: none;
	}
	
	.kv h1 span {
		font-size: 20px;
		text-align: center;
	}
}

.mb_block {
	margin-bottom: 30px;
}


/* -----------------------------------------------------------
	会社案内
----------------------------------------------------------- */

.lower_page_wrap {
	display: flex;
}

.lower_side {
	width: 35%;
	height: 100vh;
	position: sticky;
	top: 0;
	left: 0;
	background-image: var(--bg_page);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*.lower_side::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}*/

.lower_main {
	flex: 1;
}

.page_title_erea {
	color: #fff;
}

.page_title_erea h2 {
	color: #fff;
	position: relative;
	z-index: 10;
	margin-bottom: 40px;
	font-weight: bold;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.page_title_erea h2 span {
	display: block;
	font-size: 50px;
	font-family: var(--font-en);
	font-weight: 500;
}

.lower_side .breadSection {
	position: relative;
	z-index: 10;
}

.breadSection .breadcrumb li {
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.lower_side .breadSection .breadcrumb a {
	color: #fff;
}

.bg_gray {
	background-color: #f7f7f7;
	padding: 40px 0;
}

h2.contents_title {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}

h2.contents_title strong {
	font-size: 70px;
	display: block;
	font-family: var(--font-en);
	font-weight: 500;
	color: var(--color-gray);
}

p.ceo_name {
	text-align: right;
	margin-bottom: 30px;
}

p.ceo_name strong {
	font-size: 1.4em;
}

.rinen_wrap dl {
	position: relative;
	padding-left: 120px;
}

.rinen_wrap dl:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d0d0d0;
}

.rinen_wrap dl dt {
	font-size: 1.4em;
}

.rinen_wrap dl dt span {
	position: absolute;
	top: -8px;
	left: 0;
	font-size: 90px;
	line-height: 1;
	color: var(--color-gray);
	font-weight: 500;
}

.ggmap {
	position: relative;
	height: 100%;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_main .imgcut::before {
	padding-bottom: 50%;
}

.dl_flex dl {
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
}

.dl_flex dl dt {
	width: 25%;
	min-width: 200px;
    border-top: 1px solid #777;
    padding: 30px 0 30px 5px;
    font-weight: bold;
	line-height: 1.7;
}

.dl_flex dl:last-child dt {
	border-bottom: 1px solid #777;
}

.dl_flex dl dd {
	width: 75%;
    border-top: 1px solid #d0d0d0;
    padding: 30px 0 30px 5px;
	margin: 0;
	line-height: 1.7;
}

.dl_flex dl:last-child dd {
	border-bottom: 1px solid #d0d0d0;
}

.history_wrap {
	text-align: center;
	margin-bottom: 40px;
}

.history_wrap ul {
	position: relative;
	padding-left: 90px;
	display: inline-block;
	text-align: left;
}

.history_wrap ul::before {
	content: "";
	display: block;
	width: 5px;
	height: 100%;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 0;
}

.history_wrap ul li {
	position: relative;
	margin-bottom: 25px;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	display: flex;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.history_wrap ul li:last-child {
	margin-bottom: 0;
}

.history_wrap ul li::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-color: var(--color-main);
	border-radius: 50%;
	position: absolute;
	top: 43px;
	left: -95px;
}

.history_wrap ul li::after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: var(--color-main);
	position: absolute;
	top: 50px;
	left: -70px;
}

.history_wrap ul li .nengetsu {
	text-align: center;
	margin-right: 30px;
}

.history_wrap ul li .nengetsu p.history_year {
	font-size: 50px;
	font-weight: 700;
	color: #ccc;
	font-family: var(--font-en)
	line-height: 1;
	white-space: nowrap;
	line-height: 1;
}

.history_wrap ul li .history_detail p.history_wareki {
	color: #777;
}

#safety div.flex_wrap {
	margin-bottom: 40px;
}

ul.seminarnews_wrap {
	margin-bottom: 25px;
}

ul.seminarnews_wrap li a {
	display: block;
}

ul.seminarnews_wrap li a span.news_date {
	color: var(--color-gray);
	font-family: var(--font-en);
	display: inline-block;
}

ul.seminarnews_wrap li a span.news_title {
	color: var(--color-main);
	display: block;
}

.gmark_wrap {
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}

.gmark_wrap .gmark_flex {
	display: flex;
}

.gmark_wrap .gmark {
	width: 100px;
	margin-right: 20px;
}

.gmark_wrap .gmark_text {
	flex: 1;
}

.gmark_wrap .gmark_text h3 {
	font-size: 20px;
	font-weight: bold;
}

.sbt_wrap {
	display: flex;
}

.sbt_wrap .sbt_text {
	flex: 1;
}

.sbt_wrap .sbt_pdf_wrap {
	width: 40%;
	margin-left: 20px;
}

.sbt_wrap .sbt_pdf {
	margin-bottom: 10px;
}

@media screen and (min-width: 769px) and (max-width: 959x) {
	.sbt_wrap {
		display: block;
	}
	
	.sbt_wrap .sbt_pdf_wrap {
		padding-top: 20px;
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.lower_page_wrap {
		display: block;
	}
	
	.lower_side {
		width: 100%;
		height: 300px;
		position: static;
		overflow: hidden;
	}
	
	.lower_side::before {
		height: 300px;
	}
	
	.page_title_erea h2 {
		margin-bottom: 25px;
	}
	
	.lower_side .breadSection {
		padding-bottom: 0;
	}
	
	.sbt_wrap {
		display: block;
	}
	
	.sbt_wrap .sbt_pdf_wrap {
		padding-top: 20px;
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 560px) {
	.lower_page_wrap {
		display: block;
	}
	
	.lower_side {
		width: 100%;
		height: 200px;
		position: static;
		overflow: hidden;
	}
	
	.lower_side::before {
		height: 200px;
	}
	
	.page_title_erea h2 {
		margin-bottom: 25px;
	}
	
	.lower_side .breadSection {
		padding-bottom: 0;
	}
	
	.rinen_wrap dl {
		padding-left: 0;
	}
	
	.rinen_wrap dl dt span {
		font-size: 1.3em;
		position: static;
		margin-right: 10px;
		font-weight: bold;
	}
	
	.dl_flex dl {
		display: block;
	}
	
	.dl_flex dl dt {
		width: 100%;
		padding: 15px 5px 0 5px;
		border-bottom: none;
	}
	
	.dl_flex dl dd {
		width: 100%;
		border-top: none;
		padding: 5px 5px 15px 5px;
	}
	
	.dl_flex dl:last-child dt {
		border-bottom: none;
	}
	
	.dl_flex dl:last-child dd {
		border-bottom: 1px solid #777;
	}
	
	.history_wrap ul {
		padding-left: 30px;
	}
	
	.history_wrap ul li::before {
		left: -35px;
	}
	
	.history_wrap ul li::after {
		width: 25px;
		left: -15px;
	}
	
	.history_wrap ul li {
		display: block;
	}
	
	.history_wrap ul li .nengetsu {
		margin-right: 0;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	
	.history_wrap ul li .nengetsu p.history_year {
		margin-bottom: 0;
	}
	
	.history_wrap ul li .nengetsu p.history_month {
		margin-left: 5px;
		font-size: 18px;
	}
	
	h2.contents_title {
		font-size: 24px;
	}
	
	h2.contents_title strong {
		font-size: 50px;
	}
	
	.gmark_wrap .gmark_flex {
		display: block;
	}
	
	.gmark_wrap .gmark {
		margin: 0 auto 15px;
	}
	
	.sbt_wrap {
		display: block;
	}
	
	.sbt_wrap .sbt_pdf_wrap {
		padding-top: 20px;
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}
}

/* -----------------------------------------------------------
	事業案内
----------------------------------------------------------- */

 .bg_gray .business_wrap {
	background-color: #fff;
	padding: 40px 30px;
	margin-bottom: 40px;
}

.business_top_wrap h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
	text-align: lef;
}

.business_wrap h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.business_wrap h3 span {
	display: block;
	width: 120px;
	font-size: 14px;
	background-color: var(--color-blue2);
	color: #fff;
	padding: 5px 15px;
	margin: 0 auto 10px;
	border-radius: 3px;
	font-weight: normal;
}

.business_wrap ul.merit_list {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 30px;
}

.business_wrap ul.merit_list.clm2 {
	max-width: 900px;
	margin: 0 auto;
}

.business_wrap ul.merit_list li {
	border: 2px solid var(--color-blue2);
	padding: 30px 15px 15px;
	border-radius: 4px;
	position: relative;
}

.business_wrap ul.merit_list li .title_merit {
	width: 120px;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.business_wrap ul.merit_list li h4 {
	position: relative;
	display: block;
	margin: 0 auto 10px;
	padding: 7px 10px;
	color: #fff;
	font-size: 16px;
	background: var(--color-blue2);
	border-radius: 3px;
}

.business_wrap ul.merit_list li h4::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	border: 7px solid transparent;
	border-top: 7px solid var(--color-blue2);
}

.business_wrap ul.merit_list li dl dt {
	font-size: 20px;
	margin-bottom: 8px;
}

.business_wrap ul.merit_list li dl dd {
	text-align: justify;
}

.business_wrap ul.merit_list li dl dt span {
	display: block;
	max-width: 90px;
	margin: 0 auto 10px;
}

.flow_design {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flow_design {
	padding-left: 0;
}

.flow_design li {
	list-style-type: none;
	position: relative;
	padding-left: 50px;
}

.flow_design li:not(:last-child) {
	padding-bottom: 40px;
}

.flow_design li span {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 100vh;
	display: inline-block;
	background: var(--color-blue2);
	color: #fff;
	position: absolute;
	top: -8px;
	left: 0;
}

.flow_design li:not(:last-child)::before {
	content: "";
	background: #c3c3c3;
	width: 4px;
	height: 100%;
	position: absolute;
	top: calc(50% - -30px);
	left: 19px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.flow_design li dl dt {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 5px;
}

.flow_design li dl dd {
	margin-left: 0;
}

.illust_anime {
	text-align: center;
	margin-bottom: 30px;
}

.illust_anime video {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 560px) {
	.business_wrap ul.merit_list li:not(:last-child) {
		margin-bottom: 25px;
	}
}

/* -----------------------------------------------------------
	採用情報
----------------------------------------------------------- */

.wrap-tab {
	overflow: hidden;
}

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

.list-tab::after {
	content: "";
	display: block;
	width: 32%;
}

.list-tab > li {
	padding: 0.7em 5px;
	width: 32%;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	background: #aaa;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s;
	font-weight: bold;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-tab > li:hover {
	background: var(--color-main);
}

.list-tab .t-active {
	background: var(--color-main);
}

.tab-content {
	display: none;
}

.tab-content.t-active {
	display: block;
}

h3.rec_title {
	border-bottom: solid 1px #ccc;
	position: relative;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

h3.rec_title::after {
	content: "";
	position: absolute;
	display: block;
	border-bottom: solid 1px var(--color-blue);
	bottom: -1px;
	width: 20%;
}

.interviewer .flex_left {
	width: 50%;
	background-color: #f7f7f7;
}

.interviewer .flex_right {
	width: 50%;
	position: relative;
	background-color: #f7f7f7;
}

.interviewer .prof_wrap {
	background-color: var(--color-main);
	padding: 30px;
	color: #fff;
	position: relative;
}

.interviewer .prof_wrap h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3px;
	font-family: var(--font-en);
}

.interviewer .prof_wrap h4 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: var(--font-en);
	margin: 20px 0 40px;
	line-height: 2;
}

.interviewer .interviewer_detail {
	position: relative;
	top: -20px;
	left: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.interviewer .interviewer_detail p {
	background-color: #fff;
	color: var(--color-main);
	padding: 5px 15px;
	display: inline-block;
	font-weight: bold;
}

.interviewer .interviewer_detail p:not(:last-child) {
	margin-bottom: 10px;
}

.interview_wrap dl {
	background-color: #fff;
	padding: 15px;
}

.interview_wrap dl:not(:last-child) {
	margin-bottom: 20px;
}

.interview_wrap dl dt {
	color: #333;
	position: relative;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 8px;
	font-size: 18px;
}

.interview_wrap dl dt::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: var(--color-blue);
}

.interview_wrap dl dd {
	padding-left: 18px;
}

.bg_gray .recruit_d_wrap {
	margin-bottom: 30px;
}

.recruit_d_wrap dl {
	display: flex;
	margin-bottom: 10px;
}

.recruit_d_wrap dl dt {
	width: 25%;
	max-width: 200px;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	font-size: 16px;
	margin-right: 15px;
	text-align: center;
}

.recruit_d_wrap dl dd {
	flex: 1;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	font-size: 16px;
}

.bg_btn a {
	background-color: var(--color-blue);
	padding: 15px 50px 15px 40px;
	border-bottom: none;
	border-radius: 3px;
}

.bg_btn a::after {
	right: 20px;
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	.job_intro {
		display: block;
	}
	
	.job_intro .flex_left {
		width: 100%;
		margin-bottom: 15px;
	}

	.job_intro .flex_right {
		width: 100%;
	}
	
	.interviewer {
		display: block;
	}
	
	.interviewer .flex_left {
		width: 100%;
		margin-bottom: 0;
	}

	.interviewer .flex_right {
		width: 100%;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	
}

@media screen and (max-width: 560px) {
	.interviewer .flex_left {
		width: 100%;
		margin-bottom: 0;
	}

	.interviewer .flex_right {
		width: 100%;
	}
	
	.interviewer .prof_wrap h4 {
		font-size: 23px;
	}
	
	.recruit_d_wrap dl dt {
		margin-right: 10px;
	}
	
	h3.rec_title {
		font-size: 20px;
	}
	
	.list-tab > li {
		width: 100%;
	}
}


/* -----------------------------------------------------------
	お問い合わせ
----------------------------------------------------------- */

.bg_gray .contact_tab_wrap {
	max-width: 800px;
	margin-bottom: 30px;
}

.contact_tab_wrap ul li {
	width: 48%;
	text-align: center;
}

.contact_tab_wrap ul li a {
	padding: 0.7em 5px;
	color: #fff;
	background: #aaa;
	transition: 0.3s;
	font-weight: bold;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.contact_tab_wrap ul li a:hover {
	background: var(--color-main);
}

.contact_tab_wrap ul li a.t-active {
	background: var(--color-main);
}

.bg_gray .contact_top {
	margin-bottom: 40px;
}

.privacy_page {
	margin-bottom: 20px;
}

.privacy_erea {
	border: 1px solid #ccc;
	height: 250px;
    overflow-y: scroll;
	padding: 15px;
}

.privacy_page dl dt {
	font-weight: bold;
	margin-bottom: 0.4em;
}

.privacy_page  h2 {
	font-size: 24px;
}

.mb_none {
	margin-bottom: 0;
}
.contact_info_wrap {
	border: 5px solid #ddd;
	padding: 25px 15px;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	border-radius: 5px;
}

.contact_info_wrap .flex_left {
	width: 50%;
	border-right: 1px solid #ddd;
	padding: 10px;
}

.contact_info_wrap .flex_right {
	width: 50%;
	padding: 10px;
}

.contact_info_wrap p.ib {
	font-size: 14px;
}

.contact_mass {
	text-align: center;
	max-width: 850px;
	margin: 0 auto 30px;
}

.contact_mass p {
	font-size: 16px;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}

.contact_page_form h2 {
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}


.form_wrap .form_inr {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 15px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.form_wrap h3.form_koumoku {
	font-size: 18px;
	border-bottom: solid 1px #ccc;
	position: relative;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.form_wrap h3.form_koumoku  span {
	background-color: #d66765;
	font-size: 12px;
	display: inline-block;
	padding: 4px 10px;
	margin-left: 10px;
	border-radius: 4px;
	color: #fff;
	position: relative;
    top: -2px;
}


.form_wrap h3.form_koumoku::after {
	content: "";
	position: absolute;
	display: block;
	border-bottom: solid 1px var(--color-blue);
	bottom: -1px;
	width: 20%;
}


.form_wrap dl {
	width: 100%;
}

.form_wrap dl dt {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.form_wrap dl dt span {
	background-color: #d66765;
	font-size: 12px;
	display: inline-block;
	padding: 4px 10px;
	margin-left: 10px;
	border-radius: 4px;
	color: #fff;
	position: relative;
    top: -2px;
}

.form_wrap dl dd {
	transform: rotateZ(0.03deg);
	margin-bottom: 20px;
}
.form_wrap dl dd dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.form_wrap dl dd dl dt {
	margin-bottom: 12px;
	width: 6em;
	font-weight: normal;
	border-left: none;
}

.form_wrap dl dd dl dd {
	margin-bottom: 8px;
	border-left: none;
	padding-left: 0;
	flex: 1;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form textarea {
	width: 100%;
}

.form_wrap form select {
	width: 210px;
}

.form-control {
	background-color: #fefefe;
}

.form_wrap dl dd.max_width p {
	display: flex;
	align-items: center;
}

.form_wrap dl dd.max_width p span {
	margin-right: 5px;
}

.form_wrap dl dd.max_width input {
	max-width: 200px;
	border: 1px solid #ced4da;
	color: #495057;
}

.submt_wrap {
	text-align: center;
}

.submt_wrap input[type=submit] {
	font-size: 16px;
	width: 120px;
	border-radius: 4px;
}

.submt_wrap input[type=submit]:hover {
	opacity: 0.8;
}

.form_wrap select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
        text-indent: .01px;
        text-overflow: "";
    appearance:none;
     
}

.submt_wrap input[type=submit] {
	background-image: none;
	font-weight: bold;
}

.submt_wrap button {
	color: #efefef;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 8px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid var(--color-main);
	box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	background-color: var(--color-main);
	border-color: var(--color-main);
	font-size: 16px;
    width: 120px;
    border-radius: 5px;
	font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.submt_wrap button:hover {
	opacity: 0.7;
}

input.wpcf7-previous {
	border: 1px solid #aaa;
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: #aaa;
    padding: 10px 20px 8px;
    margin-bottom: 0;
    color: #efefef;
    position: relative;
	font-size: 16px;
    width: 120px;
    border-radius: 4px;
	margin-right: 15px;
	line-height: 1.5;
}

.thanks_wrap {
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
	margin-bottom: 70px;
}

.thanks_contact {
	margin-top: 25px;
}

.thanks_contact a {
	color: #212121;
	font-weight: bold;
	font-size: 1.4em;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form textarea {
	width: 100%;
}

.submt_wrap .btn-primary {
	border: 1px solid var(--color-main);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: var(--color-main);
	padding: 10px 20px 8px;
	margin-bottom: 0;
	color: #efefef;
	position: relative;
    top: -3px;
}

input[type=submit] {
	border: 1px solid var(--color-main);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: var(--color-main);
	padding: 10px 20px 8px;
	margin-bottom: 3px;
	color: #efefef;
}

span.wpcf7-radio .wpcf7-list-item {
	margin: 0;
	display: block;
}

span.wpcf7-radio .wpcf7-list-item label:hover {
	cursor: pointer;
}

.wpcf7-spinner {
	position: absolute;
}

.zip_flex p {
	display: flex;
	align-items: center;
}

span.zipline {
	padding: 0 5px 3px;
}


.submt_wrap input[type=submit] {
	background-image: none;
	font-weight: bold;
}

.submt_wrap button {
	color: #efefef;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 8px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid var(--color-main);
	box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	background-color: var(--color-main);
	border-color: var(--color-main);
	font-size: 16px;
    width: 120px;
    border-radius: 5px;
	font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.submt_wrap button:hover {
	opacity: 0.7;
}

.thanks_wrap {
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
	margin-bottom: 70px;
}

.thanks_contact {
	margin-top: 25px;
}

.thanks_contact a {
	color: #212121;
	font-weight: bold;
	font-size: 1.4em;
}

.thanks_wrap h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.contact_step {
	max-width: 340px;
	margin: 0 auto 25px;
}

.contact_step ul {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.contact_step ul::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	background-color: #aaa;
	z-index: 0;
}

.contact_step ul li {
	font-size: 14px;
	background-color: #aaa;
	border-radius: 4px;
	padding: 7px 7px 7px 8px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.contact_step ul li.step_active {
	background-color: var(--color-main);
}

.consent_erea {
    text-align: center;
	margin-bottom: 25px;
}

.form_aten {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
	.contact_tab_wrap ul li {
		width: 100%;
	}
	
	.contact_tab_wrap ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	
	.contact_info_wrap {
		padding: 15px;
	}
	
	.contact_info_wrap .flex_left {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #212121;
		margin-bottom: 0;
		padding-bottom: 25px;
	}

	.contact_info_wrap .flex_right {
		width: 100%;
		padding-top: 25px;
	}
	
	.contact_info_wrap p.ib {
		font-size: 13px;
	}
	
	.contact_step ul li {
		font-size: 13px;
	}
}

/* -----------------------------------------------------------
	確認画面
----------------------------------------------------------- */

.confirm_block dl dt {
	padding-top: 20px;
	border-top: 1px solid #aaa;
}

.confirm_block dl dd:last-child {
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
}

.confirm_block .form_wrap dl dd dl dt {
	border-top: none;
	padding-top: 0;
}

.confirm_block dl dd dl dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.confirm_block .mw_wp_form_preview {
	max-width: 800px;
	margin: 0 auto;
}

.form_wrap dl dd.radio_flex span.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
}

.form_wrap dl dd.radio_flex span.wpcf7-radio .wpcf7-list-item:not(:last-child) {
	margin-right: 20px;
}

/* -----------------------------------------------------------
	新着情報一覧
----------------------------------------------------------- */

.blog .container, .post-template-default .container, .archive .container {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}

.blog .page-header .container .col-md-12, .post-template-default .page-header .container .col-md-12, .archive .page-header .container .col-md-12 {
	max-width: inherit;
}

.blog .siteHeadContainer, .post-template-default .siteHeadContainer, .archive .siteHeadContainer, .blog .site-header-container, .post-template-default .site-header-container, .archive  .site-header-container {
	max-width: inherit;
	padding: 0;
	margin: 0 auto;
}

.blog .site-footer-copyright, .post-template-default .site-footer-copyright, .archive .site-footer-copyright {
	max-width: inherit;
	margin: 0;
	padding: 10px 5px;
}

.blog .siteContent .container, .post-template-default .siteContent .container, .archive .siteContent .container {
	margin-bottom: 50px;
}

.mainSection header h1.entry-title {
	font-size: 1.2em;
}

.entry-meta_updated, .entry-meta_items_author {
	display: none !important;
}

.archive .mainSection header h1 {
	font-size: 22px;
	font-weight: bold;
	color: #191919;
}

.media .hentry .media-body .media-heading {
	font-size: 22px;
	font-weight: 500;
	color: var(--color-blue);
}

.category-news .entry-meta_items .btn-primary {
	background-color: var(--color-blue) !important;
}

.entry-footer {
	margin-top: 20px;
}

.entry-meta-dataList dd a {
	color: var(--color-blue) !important;
}

.widget .subSection-title {
	padding-top: 10px;
}

.vk_posts-mainSection .vk_post-col-lg-12.media .media-img {
	display: none;
}

.vk_post_title_new {
	display: none;
}

.vk_post .media-img {
	display: none;
}

.next-prev {
	display: none;
}

.entry-meta-item-updated, .entry-meta-item-author {
	display: none;
}

.archive-header-title {
	font-size: 24px;
}

.entry-header h1.entry-title {
	font-size: 22px;
}

.breadcrumb-list a {
	text-decoration: none;
}

.entry-meta-data-list dt {
	color: #fafafa;
	background-color: var(--color-blue);
}

.btn-primary {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
}

.btn-primary:hover {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
}

.site-footer-title:after, .sub-section-title:after, h3:after {
	border-color: var(--color-blue);
}

.widget_link_list>ul li a:hover, .widget_link_list>ul li.current-cat>a {
	color: var(--color-blue);
}

.blog .mainSection, .archive .mainSection, .post-template-default .mainSection {
	padding: 0 15px;
}

.media .hentry .media-body .media-heading {
	font-size: 18px;
}


.subSection-title:after, h3:after {
	border-bottom-color: var(--color-blue);
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	margin: 1.4em 0;
}

.post-template-default h3 {
	border: 1px solid #ccc;
	position: relative;
	padding: 10px 15px 10px 25px;
    font-size: 20px;
}

.post-template-default h3::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 5px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: var(--color-blue);
    border-radius: 5px;
}

.post-template-default h4 {
	margin-left: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 18px;
	border-top: none;
    border-bottom: 1px solid #ddd;
}

.post-template-default .entry-body {
	margin-bottom: 40px;
	line-height: 1.8;
}

div.pdfemb-viewer {
	border-color: #ccc !important;
}

.entry-meta_items_term_button {
	padding: 4px 1em;
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.entry-meta_items_term {
		margin-left: 10px;
	}
}

@media screen and (max-width: 560px) {
	.entry-meta_items_term {
		margin-left: 10px;
	}
	
	.media .postList_thumbnail {
		float: none;
		width: 180px;
		margin: 0 auto;
	}
}



/* -----------------------------------------------------------
	お問い合わせ確認画面構築
----------------------------------------------------------- */

.recaptcha_wrap {
	max-width: 304px;
	margin: 0 auto 25px;
}

.zip_flex p {
	display: flex;
	align-items: center;
}

span.zipline {
	padding: 0 5px 3px;
}

.zip_flex p input[type=text] {
	width: 120px;
	max-width: 100%;
}

.zip_flex p span:first-child input[type=text] {
	width: 100px;
}

span.wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

input.wpcf7-previous {
	border: 1px solid #aaa;
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: #aaa;
    padding: 10px 20px 8px;
    margin-bottom: 0;
    color: #efefef;
    position: relative;
	font-size: 16px;
    width: 120px;
    border-radius: 4px;
	margin-right: 15px;
	line-height: 1.5;
}

input.wpcf7-previous:hover {
	opacity: 0.7;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
	display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
	display: none;
}

.submt_wrap input {
	border: 1px solid var(--color-main);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: var(--color-main);
	padding: 10px 20px 8px;
	margin-bottom: 0;
	color: #efefef;
	position: relative;
    top: -3px;
	font-size: 16px;
    width: 120px;
    border-radius: 4px;
	line-height: 1.6;
}

.submt_wrap input.back_button {
	border: 1px solid #bbb;
    background-color: #bbb;
}

.submt_btn_wrap {
	display: flex;
	justify-content: center;
}

.submt_btn_wrap .submt_wrap {
	margin: 0 10px;
}

.conf_text {
	text-align: center;
	margin-bottom: 20px;
}

.blog .breadSection .breadcrumb, .post-template-default .breadcrumb {
	padding-left: 15px;
}

.vk_post_imgOuter_img {
	max-height: 150px;
}

.event-template-default footer.entry-meta {
	display: none;
}

.error404 .mainSection-col-two {
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
	float: none;
}

.error404 .subSection {
	display: none;
}

#movie_page [id^=sb_youtube_].sb_youtube {
	background-color: #fff;
	padding-bottom: 30px;
}

.drone_movie_wrap {
	padding-top: 50px;
	text-align: center;
}

.pt_none {
	padding-top: 0;
}

.vk_posts {
	display: none !important;
}

.subSection .media .media-heading {
	margin-left: 0;
}

@media screen and (max-width: 992px) {
    .subSection {
        padding: 0 15px;
    }
}