/*
Theme Name: 横河東亜工業
Description: 横河東亜工業
Author: azdep
Version: 1.0
*/

/*

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

html {
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: auto;
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 700;
	*font-size:small;
	*font:x-small;
	background: #fff;

	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
body.home {
	background-color: #fdf6ee;
	background-image: linear-gradient(#ffffffcf, #ffffffcf),

	url(/contents/wp-content/themes/yokogawa-toa/images/noise.webp);
	background-repeat: repeat;

	background-size: 100px;
}

body.home .wrapper {
	background-image: url(/contents/wp-content/themes/yokogawa-toa/images/bg.webp);
	background-size: contain;
	background-repeat: round;

	overflow: hidden;
}


html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #333;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
/*
p {
	text-align: justify;
	text-justify: inter-ideograph; /* IE */
	/*text-justify: inter-character; /* Firefox */
/*}*/


/*IE7*/
*+html body  {
font-size:16px;
}
select,input,button,textarea{
	font: 99% Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img{
	border: none;
	max-width: 100%;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

table{
	font-size: inherit;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 5px;
}

ol,ul,li{
	list-style: none;
}

a,
input{
	outline: none;
}

.red {
	color: #ec6d6d;
}

.blue {
	color: #1573bc;
}

.note {
	font-size: 80%!important;
	margin-bottom: 0;
	color: #f00;
}
.note:before {
	content: '※';
	margin-right: 3px;
	color: #f00;
}
.note.nomark:before {
	content: none;
	margin-right: 0;
}

.contents {
	padding-bottom: 80px;
}

.contents ul {
	padding-left: 1em;
}
.contents li {
	list-style-position: outside;
}
.contents li ul,
.contents li ol {
	margin: 5px 0;
	padding-left: 20px;
}

/* ローディング画面 */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}
.text-line {
	text-align: center;
	opacity: 0;
	animation: fadeInText 1s ease forwards;
}
.text-line p {
	font-size: 34px;
}
.text-line img {
	display: block;
	margin: auto;
}
.text-line img.logo_110th {
	width: 20%;
	margin: 2% auto;
}
.text-line img:nth-child(1) {
	width: 40%;
}

.text-line:nth-child(2) {
  animation-delay: 1s;
}
.text-line:nth-child(1) {
  animation-delay: 0.5s;
}
@keyframes fadeInText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#loading.fade-out {
  animation: fadeOut 3s ease forwards;
}
@keyframes fadeOut {
	to {
		opacity: 0;
		visibility: hidden;
	}
}
@media screen and ( max-width:680px ) {
	.text-line img.logo_110th {
		width: 40%;
		margin: 4% auto;
	}
	.text-line img:nth-child(1) {
		width: 60%;
	}
	.text-line p {
		font-size: 22px;
	}
}


a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: inherit;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
	word-break: break-word;
}
.contents p a,
.contents li a,
figcaption a {
	color: inherit;
}

:before,
:after {
	transition-property: all;
	transition: 0.2s linear;
}
.contents p a:hover,
.contents li a:hover,
figcaption a:hover,
a:hover {
	color: #0d73bc;
}

em {
	font-style:normal;
}

.parenthesis:before {
	content: '【';
}
.parenthesis:after {
	content: '】';
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.image {
	overflow: hidden;
}
.image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-property: all;
	transition: 0.3s linear;
	margin-left: auto;
	margin-right: auto;
}
.image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}


.image a img.auto {
	width: auto;
}
.size-full img {
	width: 100%;
}

.wid_auto table,
.wp-block-table.wid_auto table,
.wp-block-table.wid_auto .has-fixed-layout {
	width: auto;
}
.wid_auto table th,
.wid_auto table td {
	padding: 5px 20px;
}
.center td,
.center th {
	text-align: center;
}



.wp-block-image {
	overflow: hidden;
}
.wp-block-image > a,
.wp-block-image > figure > a {
	width: 100%;
}
.wp-block-image a img {
	width: revert-layer;
	height: auto;
	display: block;
	transition-property: all;
	transition: 0.3s linear;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.wp-block-image a img.auto {
	width: auto;
}
.contents .wp-block-image {
	margin-bottom: 0;
}
.contents .wp-block-image + * {
	margin-top: 10px;
}

.wp-block-image.wid_300 img,
.wp-block-image.wid_300 a img {
	width: 300px;
}


.sl-wrapper .sl-image {
	top: 50px !important;
}

/* common */
ul.disc,
ol.decimal {
	padding-left: 1em;
}
.disc li {
	list-style: disc outside;
	margin-bottom: 15px;
}
.disc.bold li {
	font-weight: bold;
}
.decimal li {
	list-style: decimal outside;
	margin-bottom: 15px;
}
.decimal.bold li {
	font-weight: bold;
}
.disc li li {
	margin-bottom: 5px;
}
.decimal li li {
	margin-bottom: 5px;
}
.border_btm {
	padding-bottom: 50px;
	border-bottom: 2px solid #ccc;
}


/* TOPへボタン */
#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 5%;
	right: 3%;
	background: rgba(255,255,255,.5);
	border: 1px solid #888;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
#page-top:hover{
	background: rgba(255,255,255,1);
}
#page-top:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 19px;
	width: 1px;
	height: 25px;
	background: #444;
}
#page-top:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* cookie */
#bnr {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f6f6f6;
	padding: 40px 0;
	z-index: 10000;
}
#bnr .inline {
	gap: 4em;
}
#bnr p {
	font-size: 12px;
}
#bnr button {
	display: block;
	width: 80%;
	max-width: 250px;
	margin-left: auto;
	padding: 5px;
	border-radius: 30px;
	background-color: #09367a;
	text-align: center;
	border: none;
	outline: none;
	height: 50px;
	color: #fff;
	font-size: 14px;
}
#bnr a {
	display: inline-block;
	font-size: 12px;
	color: #e83820;
	text-decoration: underline;
	margin-top: 20px;
}
@media screen and ( max-width:680px ) {
	#bnr .inline {
		flex-direction: column-reverse;
		gap: 20px;
	}
	#bnr button {
		margin-right: auto;
	}
}


img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.disc.fol li,
.decimal.fol li,
.fol {
	font-size: 130%!important;
}
.disc.fom li,
.decimal.fom li,
.fom,
.fom p {
	font-size: 110%!important;
}
.fos,
.fos * {
	font-size: 80%!important;
}

.radius_10,
.radius_10 img {
	border-radius: 10px;
}
.radius_20,
.radius_20 img {
	border-radius: 20px;
}
.radius_30,
.radius_30 img {
	border-radius: 30px;
}

.inline {
	display: flex;
}
.inline .col {
	flex: 1;
}
.inline .col:first-of-type {
	margin-right: 4%;
}
.inline .col_2 {
	flex: 2;
}
.inline .col_3 {
	flex: 3;
}
.inline .col_4 {
	flex: 4;
}
.inline .col_5 {
	flex: 5;
}
.inline .col_6 {
	flex: 6;
}
.inline .col_7 {
	flex: 7;
}
.inline .col_8 {
	flex: 8;
}
.inline .col_9 {
	flex: 9;
}
.inner {
	width: 90%;
	max-width: 1450px;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 900px) {
	.inner {
		width: 94%;
	}
}
@media screen and (max-width: 781px) {
	.sp_inline {
		display: flex;
		gap: 20px;
	}
	.sp_inline .wp-block-image {
		margin-top: 0;
	}
	.days_block .sp_inline {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.days_block .sp_inline figure {
		width: 45%;
	}
	.inline .col:first-of-type {
		margin-right: 0;
	}
}

.w_300 img {
	min-width: 300px;
}

.w_20,
figure.w_20,
.wp-block-image.w_20 {
	width: 20%;
}
.w_30,
figure.w_30,
.wp-block-image.w_30 {
	width: 30%;
}
.w_40,
figure.w_40,
.wp-block-image.w_40 {
	width: 40%;
}
.w_50,
figure.w_50,
.wp-block-image.w_50 {
	width: 50%;
}
.w_60,
figure.w_60,
.wp-block-image.w_60 {
	width: 60%;
}
.w_70,
figure.w_70,
.wp-block-image.w_70 {
	width: 70%;
}
.w_80,
figure.w_80,
.wp-block-image.w_80 {
	width: 80%;
}
.w_90,
figure.w_90,
.wp-block-image.w_90,
.wp-block-image.w_90 .size-full {
	width: 90%;
}
.w_20.m_auto,
.w_30.m_auto,
.w_40.m_auto,
.w_50.m_auto,
.w_60.m_auto,
.w_70.m_auto,
.w_80.m_auto,
.w_90.m_auto,
figure.w_20.m_auto,
figure.w_30.m_auto,
figure.w_40.m_auto,
figure.w_50.m_auto,
figure.w_60.m_auto,
figure.w_70.m_auto,
figure.w_80.m_auto,
figure.w_90.m_auto,
.wp-block-image.w_20.m_auto,
.wp-block-image.w_30.m_auto,
.wp-block-image.w_40.m_auto,
.wp-block-image.w_50.m_auto,
.wp-block-image.w_60.m_auto,
.wp-block-image.w_70.m_auto,
.wp-block-image.w_80.m_auto,
.wp-block-image.w_90.m_auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.mt_30 {
	margin-top: 30px !important;
}
.mt_50 {
	margin-top: 50px !important;
}
.mb_0 {
	margin-bottom: 0px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mb_40 {
	margin-bottom: 40px !important;
}
.mb_50 {
	margin-bottom: 50px !important;
}
.pt_20 {
	padding-top: 20px !important;
}
.pt_30 {
	padding-top: 30px !important;
}
.pt_50 {
	padding-top: 50px !important;
}
.pcnone {
	display: none !important;
}
@media screen and ( max-width:680px ) {
	.w_20.m_auto,
	.w_30.m_auto,
	.w_40.m_auto,
	.w_50.m_auto,
	.w_60.m_auto,
	.w_70.m_auto,
	.w_80.m_auto,
	.w_90.m_auto,
	figure.w_20.m_auto,
	figure.w_30.m_auto,
	figure.w_40.m_auto,
	figure.w_50.m_auto,
	figure.w_60.m_auto,
	figure.w_70.m_auto,
	figure.w_80.m_auto,
	figure.w_90.m_auto,
	.wp-block-image.w_20.m_auto,
	.wp-block-image.w_30.m_auto,
	.wp-block-image.w_40.m_auto,
	.wp-block-image.w_50.m_auto,
	.wp-block-image.w_60.m_auto,
	.wp-block-image.w_70.m_auto,
	.wp-block-image.w_80.m_auto,
	.wp-block-image.w_90.m_auto,
	.w_10, figure.w_10, .wp-block-image.w_10,
	.w_20, figure.w_20, .wp-block-image.w_20,
	.w_30, figure.w_30, .wp-block-image.w_30,
	.w_40, figure.w_40, .wp-block-image.w_40,
	.w_50, figure.w_50, .wp-block-image.w_50,
	.w_60, figure.w_60, .wp-block-image.w_60,
	.w_70, figure.w_70, .wp-block-image.w_70,
	.w_80, figure.w_80, .wp-block-image.w_80,
	.w_90, figure.w_90, .wp-block-image.w_90 {
		width: 90%!important;
	}
	.pcnone {
		display: inherit !important;
	}
	.spnone {
		display: none;
	}
	.sp_w_70 {
		width: 70%;
	}
	.sp_w_70.m_auto {
		margin: auto;
	}
}


/* メインコンテンツ */
.wrapper {
	width: 100%;
}

.site_head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 40px 5%;
	z-index: 10;
	transition: 0.2s linear;
}
.site_head .logo {
	margin-right: auto;
	max-width: 260px;
	width: 30%;
}
.site_head .logo a {
	display: flex;
	flex-direction: center;
	justify-content: center;
}
.site_head .logo img {
	width: 100%;
	z-index: 9999;
}
.site_head .logo svg {
	width: 100%;
	fill: #fff;
	transition: 0.2s linear;
}
.site_head .logo .logo_110th {
	width: 30%;
	margin-right: 12px;
}
.site_head .nav_wrap ul {
	display: flex;
}
.site_head .nav_wrap li {
	margin-right: 20px;
	font-size: 15px;
	position: relative;
}
.site_head .nav_wrap li:last-child {
	margin-right: 0;
}
.site_head .nav_wrap li a {
	display: inline-block;
	padding: 10px;
	position: relative;
}
.site_head .nav_wrap li a:hover {
	color: #0d73bc;
}
.site_head .nav_wrap li.current_page_item a:after {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.site_head .nav_wrap li.current_page_item.link_inq a:after {
	opacity: 0;
}
.site_head .nav_wrap li a:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #0d73bc;
	bottom: -12px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.site_head .nav_wrap li a:hover:after {
	visibility: visible;
	bottom: 0;
	opacity: 1;
}

.site_head .nav_wrap .sub-menu {
	display: none;
	width: 220px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
.site_head .nav_wrap .menu-item-has-children li a {
	border-bottom: 0;
}
.site_head .nav_wrap .sub-menu .sub-menu {
	display: block;
	position: relative;
	width: 100%;
	box-shadow: none;
	padding-right: 0;
	padding-left: 20px;
}
.site_head .nav_wrap .sub-menu {
	padding: 6px 14px;
}
.site_head .nav_wrap .sub-menu li {
	margin-right: 0;
}
.site_head .nav_wrap .sub-menu li:last-child {
	margin-right: 0;
}
.site_head .nav_wrap .sub-menu li a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #cf8e00;
	position: absolute;
	top: 21px;
	left: 4px;
}
.site_head .nav_wrap li.current_page_item .sub-menu a:after {
	opacity: 0;
}
.site_head .nav_wrap .sub-menu li a {
	border-bottom: 1px solid #bebebe;
	position: relative;
	padding: 12px 20px;
}
.site_head .nav_wrap li:hover > .sub-menu {
	display: block;
}
.site_head .nav_wrap .sub-menu a {
	background-color: #fff;
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}

.hamburger {
	display: none;
}
@media screen and (max-width: 1110px) {
	.site_head .nav_wrap li {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1070px) {
	.site_head .nav_wrap li a {
		padding: 6px;
	}
}
@media screen and (max-width: 970px) {
	.site_head {
		padding: 40px 5%;
	}
	.site_head .logo a {
		justify-content: flex-start;
	}
	.site_head .nav_wrap li {
		margin-right: 0;
	}
	.site_head .nav_wrap li:hover > .sub-menu {
		display: block;
		width: 100%;
	}
	.hamburger {
		cursor: pointer;
		width: 40px;
		height: 25px;
		flex-direction: column;
		justify-content: space-between;
		border: none;
		background: transparent;
		z-index: 1001;
		position: relative;
	}
	.hamburger span {
		display: block;
		width: 30px;
		height: 3px;
		background: #333;
		border-radius: 3px;
		transition: 0.3s;
		z-index: 1002;
	}
	.hamburger.active span:nth-child(1) {
	  transform: rotate(45deg) translate(5px, 5px);
	}
	.hamburger.active span:nth-child(2) {
	  opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
	  transform: rotate(-45deg) translate(10px, -10px);
	}
	.hamburger {
		display: flex;
	}
	.site_head .nav_wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 1000;
		transform: translateX(100%);
		transition: 0.3s;
		height: 100vh;
		padding-top: 80px; /* ヘッダー高に応じて調整 */
		padding-bottom: 100px;
		overflow: auto;
	}
	.site_head .nav_wrap.open {
		transform: translateX(0);
	}
	.site_head .nav_wrap ul.gnav {
		display: block;
		text-align: left;
	}
	.site_head .nav_wrap ul.gnav > li {
		width: 90%;
		margin: 0 auto 1em;
	}
	.site_head .nav_wrap ul.gnav > li > a {
		border-bottom: 1px solid #bebebe;
	}
	.site_head .nav_wrap li a {
		width: 100%;
	}
	.link_inq {
		max-width: 140px;
		text-align: center;
	}

	.sub-menu {
		display: none;
		margin-top: 10px;
	}

	.site_head .nav_wrap .menu-item-has-children > a:hover::after {
		bottom: 0;
	}
	.site_head .nav_wrap ul.sub-menu {
		width: 100%;
		position: relative;
		margin: 0 auto;
		top: 0;
		box-shadow: none;
	}
	.site_head .nav_wrap ul.sub-menu {
		width: 100%;
		display: block;
	}
	.menu-item-has-children.open > .sub-menu {
		display: block;
		width: 100%;
		position: relative;
	}

}

.lower .wrapper {
	position: relative;
}
.lower .wrapper::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 125px;
	background-image: linear-gradient(180deg, rgba(186, 246, 255, 1), rgba(255, 255, 255, 0));
}
.lower .site_head {
	position: relative;
}
.lower .site_head .logo svg {
	fill: #000;
}
.fixed .site_head {
	padding: 25px 5%;
	background-color: rgba(255, 255, 255, .95);
}
.fixed .site_head .logo svg {
	fill: #000;
	width: 70%;
}
.fixed .site_head .nav_wrap .sub-menu li {
	background-color: rgba(255, 255, 255, .95);
	margin-right: 0;
}
.fixed.lower .site_head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}



header .site_name a {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
header .site_name img {
	margin-right: 20px;
	width: 150px;
}

.content_wrap {
/*	padding-top: 80px; */
	position: relative;
}


#breadcrumb {
	width: 90%;
	max-width: 1450px;
	margin: auto;
	margin-bottom: 50px;
}
#breadcrumb ul {
	display: flex;
}
#breadcrumb li {
	list-style: none;
	font-size: 12px;
	color: #333;
	position: relative;
	margin-right: 25px;
}
#breadcrumb li:last-child {
	margin-right: 0;
}
#breadcrumb li:not(:last-child):after {
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #3968af #3968af transparent transparent;
	transform: rotate(45deg);
}
#breadcrumb li a {
	text-decoration: underline;
}
@media screen and ( max-width:680px ) {
	#breadcrumb li {
		font-size: 11px;
		min-width: 35px;
	}
}




.home .contents {
	margin-top: 50px;
}
.cat_list {
	display: flex;
	flex-wrap: wrap;
}
.cat_list .box {
	width: 32%;
	margin: .5%;
	padding: 2%;
	background-color: #efefef;
}
.cat_list h2:before {
	content: none;
}
.cat_list h2 {
	font-size: 22px;
	padding-bottom: 0;
	margin-bottom: 15px;
}



.anchor {
	padding-top: 30px !important;
	margin-top: -30px !important;
}


.postlist_wrap article {
	flex: 5;
	margin: 2%;
}
.postlist_wrap aside {
	flex: 1;
	margin: 2%;
}

.postlist_wrap li.post_list {
	list-style: none;
	padding: 3%;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 30px;
}
.date{
	font-size: 12px;
	margin-bottom: 10px;
	color: #666;
}
.category span {
	font-size: 12px;
	color: #666;
	display: inline-block;
}
.post_list .post_title {
	font-size: 22px;
	margin: 20px 0;
}
.post_list .post_title a {
	text-decoration: underline;
}
.post_list .post_title a:hover {
	text-decoration: none;
}

.postcont .content_in {
	padding: 4% 6%;
	background-color: #fff;
}
.postcont h1 {
	font-size: 36px;
	border-bottom: 2px solid #000;
	margin-bottom: 15px;
}
.postcont .post_meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.postcont .post_meta time {
	display: flex;
}
.postcont .post_meta time p {
	margin-right: 10px;
}
.postcont .post_meta time p:last-of-type {
	margin-right: 0;
}


h2 {
	font-size: 26px;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 10%;
	background-color: #000;
}
.lower h2 {
	padding-left: 40px;
}
.lower h2:before {
	width: 26px;
	height: 26px;
	background-color: #1373bc;
	top: 10px;
}
.bg_w h2 {
	font-size: 20px;
}
.bg_w h2:before {
	width: 100%;
	height: 1px;
}
@media screen and ( max-width:680px ) {
	h2 {
		padding-top: 6px;
		font-size: 22px;
	}
}


h2.block_title {
	font-weight: 600;
	padding-left: 60px;
	position: relative;
	margin-bottom: 20px;
}
h2.block_title:before {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

h3 {
	font-size: 20px;
}

h3,
h4 {
	font-weight: 600;
}

.line_title {
	color: #0d73bc;
	font-size: 42px;
	position: relative;
}
.line_title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 10px;
	background-color: #0d73bc;
}
.line_title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 20%;
	min-width: 230px;
	background-color: #0d73bc;
}
.line_title + .jp {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 40px;
}

.title_en {
	color: #000;
}

.postcont h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	padding-left: 10px;
	border-left: 4px solid #666;
	margin-bottom: 18px;
}
.postcont h4 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 25px;
}
.postcont h4:before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #666;
	position: absolute;
	left: 0;
	top: 7px;
}
p {
	margin-bottom: 20px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

aside .block:not(:last-of-type) {
	margin: 0 0 50px;
}
aside h3 {
	font-size: 16px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}


.pager_wrap {
	margin: 50px auto 0;
}
.pager_wrap p {
	text-align: center;
}
.pager_wrap a {
	padding: 10px 25px;
	border: 1px solid #000;
}
.pager_wrap a:hover {
	background-color: #000;
	color: #fff;
}

.history_wrap {
	position: relative;
	margin: 40px 0;
	padding-left: 40px;
}
.history_wrap dl {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 30px;
}
.history_wrap dl::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 12px;
	width: 12px;
	height: 12px;
	background-color: #0d73bc;
	border-radius: 50%;
	z-index: 2;
}
.history_wrap dl::after {
	content: '';
	position: absolute;
	left: 15px;
	top: 14px;
	width: 2px;
	height: calc(100% - -28px);
	background-color: #0d73bc;
	z-index: 1;
}
.history_wrap dl:last-child::after {
	display: none;
}
.history_wrap dt {
	font-size: 20px;
	font-weight: bold;
	min-width: 160px;
	margin-right: 20px;
	padding-left: 30px;
}
.history_wrap dd {
	margin: 0;
}
@media screen and ( max-width:680px ) {
	.history_wrap {
		padding-left: 0;
	}
	.history_wrap dl {
		flex-direction: column;
	}
	.history_wrap dd {
		padding-left: 30px;
	}
}






.image_bg {
	padding: 30px;
	background-color: #ddd;
}


.wp-block-group.bg,
.wp-block-column.bg,
.wp-block-columns.bg,
.bg {
	background-color: #eee;
	padding: 30px;
}
.wp-block-group.bg_w,
.wp-block-column.bg_w,
.wp-block-columns.bg_w,
.bg_w {
	background-color: #fff;
	padding: 30px;
}


.block {
	margin-bottom: 50px;
}
.block.mini {
	margin-bottom: 30px;
}
* +.block:first-of-type:not(h2 +.block) {
	margin-top: 50px;
}
* +.block.mini:first-of-type {
	margin-top: 30px;
}
.block:last-of-type,
.block.mini:last-of-type {
	margin-bottom: 0;
}
.block:last-of-type + *,
.block.mini:last-of-type + * {
	margin-top: 50px;
}
.block:last-of-type + p {
	margin-top: 30px;
}


.link_mark a,
a.link_mark {
	display: inline-block;
	position: relative;
	line-height: 1.3;
	padding-left: 25px !important;
	color: #333 !important;
}
p.link_mark a {
	text-decoration: none;
}
.link_mark a:hover,
a.link_marka:hover {
	color: #0d73bc !important;
}
.link_mark a:before,
.link_mark a:after,
a.link_mark:before,
a.link_mark:after{
	content: '';
	position: absolute;
}
.link_mark a:before,
a.link_mark:before {
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background-color: #caa0a0;
}
.link_mark a:after,
a.link_mark:after {
	left: 3px;
	top: 4px;
	width: 4px;
	height: 4px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}
p a.link_mark {
	text-decoration: none;
}

.pdf_link_list a,
.link_pdf a,
.link_excel a {
	position: relative;
	padding-left: 30px;
}
.pdf_link_list a:before,
.link_pdf a:before {
	content: '';
	width: 20px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('images/icon/icon_pdf.svg') no-repeat center center / 100%;
}
.link_excel a:before {
	content: '';
	width: 20px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('images/icon/icon_excel.svg') no-repeat center center / 100%;
}
.pdf_link_list a {
	display: block;
	padding: 10px 10px 10px 30px;
	border-bottom: 1px solid #ddd;
}
.pdf_link_list a:before {
	top: 12px;
}


.link_outside a {
	position: relative;
	padding-left: 23px;
	background: url('images/icon/icon_outside.svg') no-repeat 0 3px / 15px;
	text-decoration: none;
	display: inline-block;
}

header.site_head nav li.link_inq a {
	background-color: #0d73bc;
	color: #fff;
	border: 1px solid #0d73bc;
	text-align: center;
	text-align: center;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 30px;
	position: relative;
	text-decoration: none;
}
header.site_head nav li.link_inq a:hover {
	background-color: #fff;
	color: #0d73bc;
}
header.site_head nav li.link_inq a:hover::after {
	display: none;
}

.gnav .current-menu-item > a,
.gnav .current-menu-parent > a,
.gnav .current-menu-ancestor > a {
	color: #0d73bc;
	font-weight: bold;
}

.sec_banner {
}
.sec_banner .wp-block-column {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec_banner .wp-block-column p {
	margin-bottom: 0;
}

.link_btn {
}
.link_btn a,
p.link_btn a {
	position: relative;
	display: inline-block;
	padding: 10px 50px 10px 10px;
	border-radius: 30px;
	background-color: #0d73bc;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	min-width: 260px;
	border: 1px solid #0d73bc;
}
.link_btn a::before,
.link_btn a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.link_btn a::before{
	right: 20px;
	width: 20px;
	height: 1px;
	background: #fff;
}
.link_btn a::after{
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link_btn a:hover,
.simple_link_btn a:hover {
	background-color: #fff;
	color: #0d73bc;
	border: 1px solid #0d73bc;
}
.link_btn a:hover::before {
	background: #0d73bc;
	right: 14px;
}
.link_btn a:hover::after {
	border-color: #0d73bc;
	right: 14px;
}

p.simple_link_btn a,
.simple_link_btn a {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 30px;
	background-color: #0d73bc;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	min-width: 260px;
	border: 1px solid #0d73bc;
	text-align: center;
}

.link_text a {
	font-size: 16px;
}
.link_text {
	text-align: right;
	position: relative;
	padding-right: 75px;
	line-height: 1;
}
.link_text:before,
.link_text:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	background-color: #000;
}
.link_text:before {
	width: 60px;
	right: 0;
	bottom: 3px;
}
.link_text:after {
	right: 0;
	bottom: 6px;
	width: 10px;
	transform: rotate(35deg);
}

.inq_btn_block {
	background-color: #3970b8;
	border-radius: 20px;
	padding: 6% 0;
}
.inq_btn_block p {
	color: #fff;
}
.inq_btn_block .link_btn a {
	min-width: 70%;
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	padding: 6px 46px 6px 6px;
	font-size: 16px;
	margin-top: 20px;
}
.inq_btn_block .link_btn a::before{
	background: #000;
}
.inq_btn_block .link_btn a::after{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.inq_btn_block .link_btn a:hover {
	background-color: #5ca4d6;
	color: #fff;
	border: 1px solid #fff;
}
.inq_btn_block .link_btn a:hover::before {
	background: #fff;
}
.inq_btn_block .link_btn a:hover::after {
	border-color: #fff;
}

section {
	margin: 70px 0;
}
section:first-of-type {
	margin-top: 0;
}
.contents header + section {
	margin-top: 70px;
}
section > section {
	margin: 0 auto;
}

.page_title {
	font-size: 38px;
}

.read_text {
	font-size: 26px;
}
@media screen and ( max-width:680px ) {
	.contents header + section {
		margin-top: 40px;
	}
	.read_text {
		font-size: 18px;
	}
}


.rellax_block {
	overflow: hidden;
}
.rellax_block .obj_circle {
	position: absolute;
	top: -30%;
	left: -12%;
	width: 40vh;
	height: 40vh;
	background-color: #fff;
	opacity: 0.3;
	border-radius: 50%;
}
.rellax_block .rellax {
	position: absolute;
	top: 0;
	right: 0;
	width: 50vh;
}
.rellax_block .right_obj {
}
.rellax_block .right_obj .rellax {
	width: 40vh;
	top: -330px;
}
.rellax_block .right_obj .rellax:nth-child(2) {
	width: 30vh;
	top: 40px;
	right: 6%;
}
.rellax_block .left_obj {
}
.rellax_block .left_obj .rellax {
	top: 180px;
	left: -10%;
	width: 40vh;
}
.rellax_block .left_obj .rellax:nth-child(2) {
	top: 160px;
	left: 2%;
}
.rellax_block .left_obj .rellax:nth-child(3) {
	top: 600px;
	left: 1%;
}
.rellax_block .cent_obj .rellax {
	top: 40%;
	right: -70%;
	left: 0;
	margin: auto;
	width: 30vh;
}
.rellax_block .cent_obj .rellax:nth-child(2) {
	right: -50%;
}
.rellax_block .bottom_obj .rellax {
	top: auto;
	bottom: 0;
	width: 40vh;
}
@media screen and (max-width: 900px) {
	.rellax_block img {
		width: 70%;
	}
}
@media screen and ( max-width:680px ) {
	.rellax_block .right_obj .rellax {
		width: 20vh;
	}
	.rellax_block .right_obj .rellax:nth-child(2) {
		width: 20vh;
	}
	.rellax_block .cent_obj .rellax {
		right: 0;
	}
	.rellax_block .cent_obj .rellax:nth-child(2) {
		right: 0;
	}
	.rellax_block .left_obj .rellax {
		width: 30vh;
	}
}



.main_visual {
	width: 100%;
	height: 890px;
	position: relative;
}
.main_visual .read {
	font-size: clamp(30px, 4vw, 60px);
	line-height: 1.5;
	position: absolute;
	top: 20%;
	left: 10%;
	z-index: 1;
}
.main_visual .main_slide {
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 12%;
	right: 0;
	width: auto;
	height: auto;
	z-index: 1;
}
.main_visual .main_slide img {
	max-width: 700px;
	max-height: 700px;
	width: 100%;
	height: auto;
}
#roop {
	position: absolute;
	bottom: 220px;
	width: 100%;
	height: 392px;
	background: url(/contents/wp-content/themes/yokogawa-toa/images/roop_bg.webp) repeat-x;
	background-position: 0 0;
	-webkit-animation: bgroop 60s linear infinite;
	animation: bgroop 60s linear infinite;
	z-index: -1;
}
@-webkit-keyframes bgroop {
	from {
		background-position: 0  0;
	}
	to {
		background-position: 3405px 0;
	}
}
@keyframes bgroop {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 3405px 0;
	}
}
@media screen and (max-width: 900px) {
	.main_visual .main_slide {
		left: 30%;
		bottom: 20%;
	}
	#roop {
		bottom: 0;
		height: 600px;
	}
}
@media screen and ( max-width:680px ) {
	#roop {
		bottom: 60px;
		height: 400px;
	}
	.main_visual {
		height: 540px;
	}
	.main_visual .read {
	}
	.main_visual .main_slide {
		bottom: 0;
	}
}

.title-span {
	color: transparent;
	display: block;
	overflow: hidden;
	position: relative;
	transition: color 0ms 0.5s;
	width: max-content;
}
.title-span::after{
	content: "";
	left: -1px;
	display: block;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	width: 100%;
	height: 100%;
	background-color: #0d73bc;
}
.title-span.active{
	color: black;
}
.title-span.active::after{
	animation: lineAnime 1s;
}
@keyframes lineAnime {
  0% {
    transform: translateX(-100%)
  }
  50% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(100%)
  }
}


.top_service_block {
	position: relative;
	overflow: hidden;
}
.top_service_block .service_text {
	font-size: 32px;
	margin-bottom: 4%;
}
.top_service_block .inner > .inline {
	margin: 0 auto 40px;
}
.top_service_block .inner > .inline .col:first-of-type {
	max-width: 30%;
}
.top_service_block .block {
	width: 100%;
	margin: 0 auto;
}
.top_service_block .block .col {
	padding: 4%;
}
.top_service_block .block .col .en {
	font-size: 18px;
	margin: 6% auto;
	background-color: #fff;
	color: #002450;
	padding: 10px;
	width: 100%;
	text-align: center;
}
.top_service_block .block .col h3 {
	color: #4c4c4c;
	font-size: 24px;
	font-weight: bold;
	margin: 6% auto;
	text-align: center;
}
@media screen and (max-width: 900px) {
	.top_service_block .inner > .inline {
		flex-direction: column;
	}
	.top_service_block .service_text {
		font-size: 20px;
	}
	.top_service_block .block .col {
		padding: 1%;
	}
}
@media screen and (max-width: 640px) {
	.top_service_block .block .col .en {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 75px;
	}
}

.top_initiative_block {
	margin: 90px 0;
}
.top_initiative_block .link_btn a {
	min-width: 300px;
	padding-left: 20px;
}

.top_corporate_block,
.top_recruit_block {
	position: relative;
	overflow: hidden;
	margin: 90px 0;
}
.top_corporate_block img,
.top_recruit_block img {
	width: 100%;
}
.top_corporate_block .inline,
.top_recruit_block .inline {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.top_corporate_block .inline .block_col ,
.top_recruit_block .inline .block_col {
	width: 46%;
	margin: 1%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.top_corporate_block .inline .block_col span,
.top_recruit_block .inline .block_col span {
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 60%;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 20px;
	justify-content: center;
	font-weight: bold;
}
.top_corporate_block .inline .block_col img,
.top_recruit_block .inline .block_col img {
	display: block;
	transition: 0.5s;
}
.top_corporate_block .inline .block_col img:hover,
.top_recruit_block .inline .block_col img:hover {
	transform: scale(1.1, 1.1);
}
.top_corporate_block .inline + .inner,
.top_recruit_block .inline + .inner {
	width: 100%;
}
@media screen and (max-width: 900px) {
	.top_initiative_block .inline,
	.top_corporate_block .inline,
	.top_recruit_block .inline {
		flex-direction: column;
	}
	.top_corporate_block .inline .block_col,
	.top_recruit_block .inline .block_col {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.top_corporate_block .inline + .inner .inline,
	.top_recruit_block .inline + .inner .inline {
		flex-direction: row;
	}
	.top_corporate_block .inline + .inner .inline .col,
	.top_recruit_block .inline + .inner .inline .col {
		width: 50%;
	}
}
@media screen and (max-width: 781px) {
	.top_corporate_block .inline + .inner .inline,
	.top_recruit_block .inline + .inner .inline {
		flex-direction: column;
	}
	.top_corporate_block .inline + .inner .inline .col,
	.top_recruit_block .inline + .inner .inline .col {
		width: 100%;
	}
}

.news_block {
	position: relative;
	overflow: hidden;
}
.news_block .inner {
}
.news_block .link_text {
	margin-top: 40px;
}
.news_block .dl_wrap {
	border-radius: 10px;
	background-color: #fff;
	padding: 40px;
}
.dl_wrap dl,
.news_block .dl_wrap dl {
	display: flex;
	align-items: flex-start;
	padding: 20px 10px;
	border-bottom: 1px solid #ddd;
}
.news_block .dl_wrap dl:hover {
	cursor: pointer;
	background-color: #ddd;
}
.dl_wrap dl dt,
.news_block .dl_wrap dl dt {
	min-width: 200px;
	margin-right: 10px;
}
.info_list .dl_wrap dl dt {
	min-width: 240px;
	font-weight: normal;
}
.news_block .dl_wrap dl dt {
	font-weight: normal;
}
.dl_wrap.loc_wrap {
	border-bottom: 1px solid #ddd;
}
.dl_wrap.loc_wrap dl {
	border-bottom: 0;
}
.dl_wrap.loc_wrap dl .loc_list li,
.dl_wrap dl dt,
.dl_wrap dl dd {
	font-size: 16px;
}
.dl_wrap dl dd p:last-child {
	margin-bottom: 0;
}
.dl_wrap dl dt {
	font-weight: bold;
}
.dl_wrap dl dl:last-child {
	border-bottom: 0;
}

.dl_wrap dl .table {
}
.dl_wrap dl .table th,
.dl_wrap dl .table td {
	font-size: 16px;
	padding: 6px;
}


.dl_wrap .block_dl {
	margin-top: 0;
}
.dl_wrap .block_dl > p {
	font-weight: bold;
	padding: 10px;
	margin-bottom: 0;
}
.dl_wrap .block_dl dl {
	width: 95%;
	margin: 0 auto;
}
.dl_wrap .block_dl dt {
	min-width: 180px;
}

.category {
	font-size: 12px;
	padding: 6px;
	text-align: center;
	width: 90px;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}
.cat_corporate {
	color: #fff;
	background-color: #002450;
}
.cat_news {
	color: #fff;
	background-color: #2889c9;
}
.cat_recruit {
	color: #fff;
	background-color: #7fb8de;
}
@media screen and (max-width: 900px) {
	.news_block .dl_wrap {
		padding: 10px;
	}
	.dl_wrap dl,
	.news_block .dl_wrap dl {
		align-items: flex-start;
		flex-direction: column;
		padding: 10px 10px 20px;
	}
	.dl_wrap dl dt {
		font-size: 16px;
	}
	.news_block .dl_wrap dl dt {
		font-size: 12px;
		margin-right: 0;
		margin-bottom: 6px;
	}
	.dl_wrap dl .table tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 14px;
	}
	.dl_wrap dl .table tr:last-child {
		margin-bottom: 0;
	}
	.dl_wrap dl .table th,
	.dl_wrap dl .table td {
		font-size: 14px;
		padding: 0px;
	}
	.category {
		padding: 2px;
	}

}
@media screen and (max-width: 680px) {
	.dl_wrap.loc_wrap dl .loc_list li,
	.dl_wrap dl dt,
	.dl_wrap dl dd {
		font-size: 14px;
	}
	.dl_wrap.loc_wrap dd {
		padding-left: 1em;
	}
}

.wp-block-group {
	padding: 90px 0 0;
}
.wp-block-group:first-of-type {
	padding-top: 0;
}

.index_block .wp-block-column .wp-block-columns {
	gap: 0;
}
.index_block .wp-block-column .wp-block-columns:hover img {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.index_block .wp-block-column .wp-block-column:first-of-type a {
	height: 100%;
	background-color: #1373bc;
	padding: 50px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.index_block .wp-block-column:first-of-type p {
	color: #fff;
}
@media screen and ( max-width:680px ) {
	.index_block .wp-block-column .wp-block-column:first-of-type {
		padding: 0;
	}
}


.page_title_line {
}
.page_title_line .page_title {
	width: 100%;
}
.page_title_line  .inline {
	align-items: center;
}
.page_title_line img {
	max-width: 100px;
	max-height: 100px;
	margin-right: 2%;
}
.page_title_line h1 {
	font-size: 32px;
	padding-bottom: 10px;
	position: relative;
}
.page_title_line h1:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 10px;
	background-color: #0d73bc;
}
.page_title_line h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	min-width: 230px;
	background-color: #0d73bc;
}
.page_title_line .title_en {
	margin-top: 20px;
}
@media screen and ( max-width:680px ) {
	.wp-block-group {
		padding: 40px 0 0;
	}
	.wp-block-group:first-of-type {
		padding-top: 0;
	}

	.page_title_line img {
		max-width: 60px;
		max-height: 60px;
	}
	.page_title_line h1 {
		font-size: 23px;
	}
	.page_title_line .title_en {
		margin-top: 4px;
	}
}


.index_block .title {
	font-size: 22px;
	font-weight: 600;
}
.index_block .title_en {
	font-size: 14px;
	margin-top: 20px;
	display: block;
	color: #fff;
	font-weight: normal;
}
.index_block .title a:hover {
	color: #fff;
	text-decoration: underline;
}
@media screen and ( max-width:680px ) {
	.index_block .title_en {
		text-align: center;
	}
}

.border {
	padding: 30px;
	border: 1px solid #ccc;
}
.border h4 {
	margin-bottom: 30px
}

.border_title {
	font-size: 12px;
	border: 1px solid #000;
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 10px;
}
.border_radius {
	border: 2px solid #1373bc;
	border-radius: 20px;
	padding: 40px;
}

.philosophy_block {
	font-family: serif;
	width: 90%;
	margin: 0 auto;
}
.philosophy_block .title {
	font-size: 32px;
	font-weight: normal;
}
.philosophy_block li {
	margin-bottom: 40px;
}
.philosophy_block li::marker {
	font-size: 24px;
}
.philosophy_block .title_list {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}
.philosophy_block p {
	font-size: 16px;
	font-weight: normal;
}
@media screen and ( max-width:680px ) {
	.philosophy_block {
		width: 100%;
	}
	.philosophy_block .title_list {
		font-size: 20px;
	}
	.philosophy_block p {
		font-size: 14px;
	}
	.philosophy_block.border_radius {
		padding: 20px;
	}
}

.location_list li {
	font-size: 16px;
	color: #777;
	font-weight: bold;
}

/* news */
.post_head {
	padding: 50px 0;
	max-width: 1450px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.post {
	display: flex;
}
article.post {
	justify-content: space-around;
}
.post article,
.archive article {
	width: 70%;
	padding-right: 5%;
	border-right: 1px solid #ccc;
}
.post aside,
.archive aside {
	width: 30%;
	padding-left: 5%;
}
@media screen and ( max-width:680px ) {
	.post {
		flex-direction: column;
	}
}


.lower main header.post_title_line {
	padding: 0 0 20px;
	width: 100%;
	max-width: none;
	margin-bottom: 40px;
}
.lower main.archive header.post_title_line {
	margin-bottom: 0;
}
.lower main header.post_title_line .post_title {
	font-size: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
.post_title_line .info_meta {
	display: flex;
}
.post_title_line .info_meta .info_cat {
	margin-right: auto;
	font-size: 14px;
	padding: 0px 6px;
}
.post_title_line .info_meta .info_date {
	font-size: 14px;
}
@media screen and ( max-width:680px ) {
	.lower main header.post_title_line .post_title {
		font-size: 18px;
	}
}

.post_nav_area .post_link  {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}
.post_nav_area .post_link li {
	width: 49%;
	font-size: 14px;
}
.post_nav_area .post_link li a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	position: relative;
}
.post_nav_area .post_link .prev {
	float: left;
}
.post_nav_area .post_link .prev a {
	padding: 10px 15px 10px 35px;
}
.post_nav_area .post_link .next {
	float: right;
	text-align: right;
}
.post_nav_area .post_link .next a {
	padding: 10px 35px 10px 15px;
}
.post_nav_area .post_link li a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.post_nav_area .post_link li.prev a:before {
	left: 10px;
	width: 10px;
  height: 10px;
  border: 2px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(45deg);
}
.post_nav_area .post_link li.next a:before {
	right: 10px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}
.post_nav_area .post_link li a:hover {
	color: #000;
	background-color: #efefef;
}

.post_nav_area {
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
.post_nav_area .archive_link {
	padding: 40px 0 0;
	text-align: center;
}
.post_nav_area .archive_link a {
	padding: 15px 25px;
	border: 1px solid #8cb0e5;
}
@media screen and ( max-width:680px ) {
	.inline.archive_wrap {
		flex-direction: column;
	}
	.post article,
	.archive article,
	.post aside,
	.archive aside {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
	}
	.post article,
	.archive article {
		padding-right: 0;
		border-right: 0;
	}
	.post_nav_area .archive_link {
		padding: 20px;
	}
}



.sidebar h3 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.sidebar li {
	padding: 10px 0;
	position: relative;
	padding-left: 15px;
}
.sidebar li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 0;
	height: 0;
	border-left: 6px solid black;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.sidebar .side_category ul {
	padding-left: 0;
}
.sidebar .side_category ul li {
	margin-bottom: 6px;
}
.sidebar .side_category li:before {
	display: none;
}
.sidebar .date {
	font-size: 12px;
	color: #999;
	margin-bottom: 0;
}
.sidebar li a {
	display: block;
	font-size: 13px;
	line-height: 1.5;
}

.sidebar .cat_list li {
	padding-left: 25px;
}
.sidebar .cat_list li a {
	font-size: 18px;
	text-decoration: none;
}
.sidebar .cat_list li:before {
	border: none;
	width: 17px;
	height: 17px;
	top: 16px;
}


/* form */
.form .step {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}
.form .basic .step li {
	flex: 1;
	padding: 5px;
	height: 44px;
	border-bottom: none;
	background-color: #dedede;
	text-align: center;
	margin-right: 8%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.form .step li:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-left: 22px solid #dedede;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}
.form .step li.current {
	background-color: #0d73bc;
	color: #fff;
}
.form .step li.current:after {
	border-left-color: #0d73bc;
}
.form .step li:last-child {
	margin-right: 0;
}
.form .step li:last-child:after {
	content: none;
}

.form .click_btn {
	font-size: 14px;
	height: 42px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.form .disc li {
	margin-bottom: 0;
}
.form .heading {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}
.form ul.dl_area li {
	border-bottom: none;
}

.form .imp {
	background: #f00;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 1;
}
.form .head_box {
	margin-bottom: 50px;
}
.form form dl {
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
}
.form form dl:first-of-type {
	padding-top: 0;
}
.form form #after_li + dl:first-of-type {
	padding-top: 20px;
}
.form form dl dl:last-of-type {
	border-bottom: none;
}
.form form dt,
.form form dd {
	font-size: 16px;
}
.form form dl:first-of-type dt,
.form form dl:first-of-type dd {
	padding-top: 0;
}
.form form dl dl:last-of-type dt,
.form form dl dl:last-of-type dd {
	padding-bottom: 0;
}

.form form dt {
	width: 28%;
	margin-right: 2%;
	position: relative;
	padding-left: 10px;
	padding-right: 40px;
	line-height: 1.4;
	font-size: 15px;
}
.form form dt span {
	display: block;
	font-size: 85%;
}
.form form dt .imp {
	position: absolute;
	right: 2%;
	top: 0;
}
.form form dd {
	width: 70%;
	font-size: 18px;
}
.form form dl dd input[type="text"],
.form form dl dd input[type="email"],
.form form dl dd input[type="tel"],
.form form dl dd textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
}
.form form dl dd input[type="text"].mini,
.form form dl dd input[type="email"].mini,
.form form dl dd input[type="tel"].mini {
	width: 50%;
}
.form form dl dd input[type="text"].minmini,
.form form dl dd input[type="email"].minmini,
.form form dl dd input[type="tel"].minmini {
	width: 29%;
}
.form form dl dd input[type="text"]:focus,
.form form dl dd input[type="email"]:focus,
.form form dl dd input[type="tel"]:focus,
.form form dl dd textarea:focus {
	outline: none;
	background: #fff3f8;
}
.form form dl dd select {
	font-size: 16px;
}
.form form .custom_select {
	overflow: hidden;
	width: 50%;
	text-align: center;
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.form form .custom_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.form form .custom_select select:-ms-expand {
	display: none;
}
.form form .custom_select:before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.form form .custom_select select {
	padding: 10px 38px 10px 8px;
}
.form form dl.que_line {
	flex-direction: column;
	padding: 3% 0;
}
.form form dl.que_line dt,
.form form dl.que_line dd {
	width: 100%;
	padding: 0
}
.form form dl.que_line dt {
	margin-right: 0;
}
.form form dl.que_line dd {
	margin: 2% 0;
}
.form form dl.que_line dd .in_box {
	margin: 4% 0;
}
.form form dl.que_line dd .in_box:first-of-type {
	margin-top: 0;
}
.form form dl.que_line dd .in_box:last-of-type {
	margin-bottom: 0;
}
.form form dl.que_line dt {
	background: none;
	font-weight: 600;
	color: #444;
}
.form form dl.que_line p.q_txt {
	background: #fff6eb;
	padding: 5px 10px;
	margin-bottom: 2%;
}
.form ol.decimal {
	padding-left: 1.5em;
}
.form ol.decimal li {
	text-align: left;
	list-style: decimal;
}
.form form a {
	color: #0d73bc;
	text-decoration: underline;
}
.submit_area {
	text-align: center;
	margin: 5% 0;
}
.submit_area p,
.submit_area li {
	margin-bottom: 1em;
}
.submit_area .submit {
	padding: 14px 50px;
	border-radius: 0;
	background: #666;
	box-shadow: none;
	border: none;
	outline: none;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	transition-property: all;
	transition: 0.1s linear;
}
.submit_area .submit:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
.form .fol {
	font-size: 120% !important;
}
.form .bold {
	font-weight: 600;
}
.form form dd .custom_check,
.form form dd .custom_check p {
	font-size: 15px;
}
@media screen and ( max-width:781px ) {
	.form form dl {
		display: block;
	}
	.form form dt,
	.form form dd,
	.form form dl dt,
	.form form dl dd {
		width: 100%;
	}
	.form form dt {
		margin-bottom: 10px !important;
		padding-left: 0;
		padding-right: 0;
		font-size: 13px;
		color: #666;
	}
	.form form dt span {
		display: inline-block;
	}
	.form form dt .imp {
		position: relative;
		left: 4px;
		right: 4px;
	}
	.form form dd .custom_check,
	.form form dd .custom_check p {
		font-size: 14px;
	}
}


.recruit_about_block {
}
.recruit_about_block .wp-block-group {
	margin-bottom: 0;
}
.recruit_about_block .recruit_bg_block img {
	width: 100%;
}
.recruit_about_block .circle_diagram {
	position: relative;
	top: -280px;
	margin-bottom: -280px;
}
.recruit_about_block .circle_diagram .simple_link_btn a {
	margin: 40px 0;
}
.recruit_about_block .recruit_img_block figure {
	width: 65%;
}
.recruit_about_block .circle_diagram .sub_img {
	width: 320px;
	position: absolute;
	right: 2%;
	bottom: 0;
}
@media screen and ( max-width:680px ) {
	.recruit_about_block .circle_diagram {
		position: relative;
		top: -140px;
		margin-bottom: -180px;
	}
	.recruit_about_block .recruit_img_block figure {
		width: 100%;
	}
	.recruit_about_block .circle_diagram .sub_img {
		width: 120px;
		bottom: 100px;
	}
}

.faq_block {
	margin: 0;
	padding-top: 0;
	border-bottom: 1px solid #ddd;
}
.faq_block:last-child {
	margin-bottom: 80px;
}
.faq_block .q_block::before {
	content: "Q";
	position: absolute;
	left: 5px;
	font-size: 25px;
	color: #fff;
	line-height: 1.5;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 6px;
	background-color: #1373bc;
}
.faq_block .q_block::after {
	content: "+";
	position: absolute;
	top: 4px;
	right: 12px;
	font-size: 25px;
	color: #ddd;
	transition: all 0.3s ease;
	transform: rotate(0deg) scale(1);
	opacity: 1;
}
.faq_block .q_block.active::after {
	content: "-";
	font-size: 30px;
	top: 2px;
	right: 13px;
	transform: rotate(180deg) scale(1.2);
	color: #4ca7db;
	opacity: 1;
}
.faq_block .a_block:before {
	content: "A";
	position: absolute;
	top: 28px;
	left: 10px;
	font-size: 25px;
	color: #fff;
	line-height: 1.5;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 6px;
	background-color: #3da6dc;
}
.faq_block .q_block {
	position: relative;
	padding: 1em 2.5em 1em 4em;
	text-decoration: underline;
	line-height: 2.5;
	margin-bottom: 0;
}
.faq_block .a_block {
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 2em 2.5em 2em 4em;
	background-color: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 40px;
}
@media screen and ( max-width:680px ) {
	.faq_block .q_block {
		line-height: 1.5;
	}
	.faq_block .a_block {
		width: 95%;
		padding: 2em 1em 2em 4em;
	}
	.faq_block .q_block::before,
	.faq_block .a_block:before {
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
}


.works_modal_detail_block {
	display: none;
}
.works-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}
.works-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.7);
}
.works-modal__content {
	position: relative;
	box-sizing: border-box;
	width: min(90vw, 800px);
	max-height: 90vh;
	overflow: auto;
	margin: 5vh auto 0;
	background: #fff;
	padding: 20px;
	animation: worksModalFadeUp .25s ease;
	border: 10px solid #1170c0;
}
.works-modal__close {
	position: sticky;
	top: 0;
	float: right;
	margin: -10px -10px 10px 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 40px;
	cursor: pointer;
}
.works-modal__img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 16px;
}
.works-modal__text {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}


.staff_main {
	position: relative;
}
.staff_main .staff_title_block {
	background-color: #eeefef;
	border-radius: 20px;
	padding: 30px;
	width: 40%;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-40%);
}
.staff_main .staff_title_block p {
	margin-bottom: 0;
}
.page_interview {
}
.page_interview h2 {
	padding-left: 0;
}
.page_interview h2:before {
	display: none;
}
.page_interview h2 .qa {
	color: #1373bc;
	font-size: 40px;
	margin-right: 10px;

	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
.simple_block {
}
.simple_block .wp-block-group,
.image_block .wp-block-group,
.long_image_block .wp-block-group .wp-block-group {
	padding-left: 20px;
	margin-left: 20px;
	border-left: solid 6px #1373bc;
}
.image_block {
}
.long_image_block {
}
.long_image_block .wp-block-image {
	margin-top:100px;
}
@media screen and ( max-width:680px ) {
	.page_interview h2 {
		font-size: 16px;
		margin-left: 44px;
		text-indent: -52px;
	}
	.page_interview h2 .qa {
		font-size: 26px;
	}
	.simple_block .wp-block-group,
	.image_block .wp-block-group,
	.long_image_block .wp-block-group .wp-block-group  {
		margin-left: 0;
	}

	.staff_main .wp-block-columns {
		flex-direction: column-reverse;
		gap: 0;
	}
	.staff_main .staff_title_block {
		margin-top: 0;
		padding: 20px;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		border-radius: 0;
		transform: translateY(0%);
	}
}

.bg_gray {
	background-color: #e1e1e1;
}
.page_interview .bg_gray {
	margin-top: 100px;
	padding: 50px 0;
}
.page_interview .bg_gray .block {
	margin: 30px auto;
}
.page_interview .bg_gray .inline {
	display: flex;
	justify-content: space-around;
}
.page_interview .bg_gray .inline a {
	overflow: hidden;
}
.page_interview .bg_gray .inline a img {
	border: 4px solid #fff;
	transition: 0.5s;
}
.page_interview .bg_gray .inline a img:hover {
	transform: scale(1.1, 1.1);
}

.page_interview .bg_gray .inline .active img {
	border: 4px solid #005bac;
}
.page_interview .bg_gray .inline .active .int_images {
	position: relative;
}
.page_interview .bg_gray .inline .active .int_images::before {
	content: "";
	display: inline-block;

	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.page_interview .bg_gray .inline.staff_slide {
	position: relative;
	margin-bottom: 80px;
}
.page_interview .bg_gray .inline.staff_slide img {
	width: 100%;
}
.staff_slide .slick-arrow {
	content: '';
	position: absolute;
	top: 30%;
	margin: auto;
	border: 1px solid;
	border-width: 2px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #ccc;
	background-color: rgba(255, 255, 255, .95);
}
.staff_slide .slick-arrow.next {
	right: -10px;
}
.staff_slide .slick-arrow:before {
	border-width: 1px;
}
.staff_slide .slick-arrow::before,
.staff_slide .slick-arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 12px;
	width: 20px;
	height: 2px;
	border-radius: 9999px;
	background-color: #999;
	transform-origin: calc(100% - 1px) 50%;
}
.staff_slide .slick-arrow::before {
	transform: rotate(45deg);
}
.staff_slide .slick-arrow::after {
	transform: rotate(-45deg);
}
.staff_slide .slick-arrow.prev::before,
.staff_slide .slick-arrow.prev::after {
	left: 10px;
	right: auto;
	transform-origin: 1px 50%;
}

.staff_slide .slick-arrow.prev:before {
	border-color: transparent transparent #999 #999;
}
.staff_slide .slick-arrow.prev:before {
	left: 10px;
}
.staff_slide .slick-arrow.prev {
	left: -10px;
	z-index: 1;
}


.page_interview .bg_gray .inline.staff_slide .slick-slide {
	margin: 0 20px;
}
.page_interview .bg_gray .inline.staff_slide .slide_dots {
	display: flex;
	position: absolute;
	bottom: -20px;
}
.page_interview .bg_gray .inline.staff_slide .slide_dots li {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.3s;
	font-size: 0;
	margin: 0 6px;
}
.page_interview .bg_gray .inline.staff_slide .slide_dots li.slick-active {
	background: #0d73bc;
	transform: scale(1.2);
}
.page_interview .bg_gray .inline.staff_slide .slide_dots li button {
	display: none;
}

.int_name,
.int_dept {
	text-align: center;
}
.int_name {
	margin-top: 20px;
	margin-bottom: 0;
}
.int_name span {
	font-size: 12px;
	margin-left: 4px;
}
@media screen and ( max-width:1440px ) {
	.long_image_block .wp-block-image {
		margin-top: 0;
	}
	.page_interview .bg_gray .inline div {
		margin: 0 1%;
	}
}
@media screen and ( max-width:680px ) {
	.int_name,
	.int_dept {
		font-size: 12px;
	}
	.int_name span {
		font-size: 9px;
		margin-left: 0px;
		display: block;
	}
}



.days_block {
}
.days_block .wp-block-group {
	padding: 60px 20px 20px;
	border-radius: 10px;
	background-color: #ecf1f2;
	position: relative;
	margin-left: 20px;
	margin-bottom: 40px;
	border: 6px solid #036eb8;
}
.days_block .wp-block-group::after {
	content: "";
	width: 80px;
	height: 50px;
	position: absolute;
	bottom: -50px;
	right: 0;
	left: -20px;
	margin: 0 auto;
	background-color: #036eb8;
}
.days_block .wp-block-group:last-child::after {
	display: none;
}
.days_block .wp-block-group .time {
	font-size: 13px;
	padding: 4px 24px;
	background-color: #036eb8;
	color: #fff;
	position: absolute;
	top: 10px;
	left: -20px;
}

.days_block .images img {
	margin: 10px;
}

/* スクロール固定 */
body.works-modal--open {
  overflow: hidden;
}
@keyframes worksModalFadeUp {
  from { transform: translateY(12px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}



footer {
	background-color: #0d73bc;
	padding: 60px 0 20px;
}
footer p {
	font-size: 16px;
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer nav ul {
	padding: 20px 0;
}
footer nav li {
	font-size: 13px;
	color: #fff;
}
footer nav li:after {
	content: '｜';
	margin: 0 15px;
}
footer nav li:last-child:after {
	content: none;
}
footer small {
	display: block;
	text-align: center;
	padding: 10px 0 0;
	color: #fff;
}

@media screen\0 { /* IE8〜11 */
}

.fixed .side-menu,
.fixed .overlay {
	top: 50px;
}

@media screen and ( max-width: 970px ) {
	.site_head .logo {
		width: 45%;
	}

}


/* sp main-size */
@media screen and ( max-width:760px ) {
	html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
		letter-spacing: .01em;
		line-height: 1.5;
	}

	.site_head .logo svg {
		width: 100%;
		height: 90%;
	}
	.fixed .site_head .logo svg {
		width: 100%;
		height: 90%;
	}

}


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

	footer {
		padding: 30px 0 60px;
	}
	footer .inline {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 20px;
	}
	footer p,
	footer .btm_access p,
	footer nav li {
		width: 100%;
		font-size: 12px;
	}
	footer .col {
		margin: auto;
		width: 100%;
	}
	footer .col .line_area {
		flex-direction: row;
	}
	footer .logo {
		flex-direction: column;
		text-align: center;
	}
	footer .logo img {
		margin: auto;
	}
	footer .logo p {
		font-size: 10px;
		margin-top: 3px;
	}
	footer .logo .image,
	footer .logo a {
		margin: auto;
	}
	footer nav ul {
	}
	footer nav li:after {
		display: none;
	}
	footer nav li a {
		display: block;
		padding: 6px 0;
	}
	footer .btm_access svg {
		width: 20px;
	}

}

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

	html, body, div, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, form, fieldset {
		font-size: 14px;
	}

	th, td {
		font-size: 12px;
	}

}



/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
/* IE6で印刷時の倍率を指定 */
@media print {
	body {
		overflow: visible !important;
		_zoom: 0.75;
		width: 1020px;
		margin: 0 auto;
	}

}
