@charset "UTF-8";

/*Googlefont読込み*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900");

/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 100%;
}

sub,
sup {
	vertical-align: baseline;
	line-height: 0;
	position: relative;
	font-size: 75%;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

em {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

/*------------------------------------------------------------
賢威テンプレートの共通設定
-------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans", sans-serif;
}

a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #000;
}

a:hover,
a:active,
a:focus {
	color: unset;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

div {
	word-wrap: break-word;
}

pre {
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form {
	margin: 0;
}

button,
input,
select,
textarea,
optgroup,
option {
	vertical-align: baseline;
}

select {
	max-width: 100%;
}

textarea {
	min-height: 200px;
	vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	margin: 0;
}

table {
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	border-spacing: 0;
}

caption {
	text-align: left;
}

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

img {
	max-width: none\9; /*IE8への対応*/
}

html:not(:target) img {
	max-width: 100%; /*IE9以上への対応*/
}

a img:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.7;
}

ul,
ol {
	margin: 0px;
	padding: 0;
	list-style: none;
}

q {
	background: #ccc;
}

dd {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------
共通部分
-------------------------------------------------------------*/
#breadcrumb,
.p-articleFoot {
	display: none;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}
main {
	margin-top: 96px;
}

.container {
	position: relative;
}

/*clearfix*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.in-cont1568 {
	max-width: 1568px;
	margin: 0 auto;
	padding-left: 64px;
	padding-right: 64px;
	position: relative;
}

.in-cont1440 {
	max-width: 1440px;
	margin: 0 auto;
}
.l-content {
	padding-left: 0;
	padding-right: 0;
}
input:-webkit-autofill {
	/*-webkit-box-shadow: 0 0 0px 1000px transparent inset;*/
}

.cont_pad_top_common {
	padding-top: 120px;
}

/*投稿ページ画像配置*/
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.u-underline {
	text-decoration: underline;
}
.u-large {
	font-size: larger;
}
.u-color {
	color: #b79133;
}
/*テキスト中央寄せ*/
.center {
	text-align: center;
}

/*続きを読むリンク*/
.read_more {
	position: relative;
	text-align: center;
}

.read_more.add_morelink {
	width: 194px;
}

 .read_more a {
	max-width: 100%;
	width: 646px;
	font-size: 18px;
	line-height: 1;
	color: #333;
	border: 1px solid #D0D0D0;
	display: block;
	padding: .6em 2.5em;
	position: relative;
	margin: 0 auto;
}


.read_more a:before {
	content: "";
	width: 1em;
	height: 1em;
	background-image: url(../../img/common/arw_icon_right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

.read_more a:hover {
	color: #c4c4c4;
	background: #f2f2f2;
}




/*メンバーリスト*/
ul.member_list {
	padding: 0 16px;
	margin-bottom: 30px;
}
ul.member_list li {
	margin: 0 16px;
}

ul.member_list .member_bg {
	position: relative;
	min-height: 210px;
	display: block;
}

ul.member_list .member_bg > img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
	position: absolute;
	-webkit-filter: brightness(0.85);
	-moz-filter: brightness(0.85);
	-o-filter: brightness(0.85);
	-ms-filter: brightness(0.85);
	filter: brightness(0.85);
}

ul.member_list .member_bg > img:hover {
	opacity: 1;
	-webkit-filter: brightness(0.55);
	-moz-filter: brightness(0.55);
	-o-filter: brightness(0.55);
	-ms-filter: brightness(0.55);
	filter: brightness(0.55);
}

ul.member_list .member_bg > img.no_image {
	-webkit-filter: brightness(0.4);
	-moz-filter: brightness(0.4);
	-o-filter: brightness(0.4);
	-ms-filter: brightness(0.4);
	filter: brightness(0.4);
}

ul.member_list .member_bg > img.no_image:hover {
	-webkit-filter: brightness(0.55);
	-moz-filter: brightness(0.55);
	-o-filter: brightness(0.55);
	-ms-filter: brightness(0.55);
	filter: brightness(0.55);
}

ul.member_list .member {
	position: absolute;
	bottom: 16.8px;
	left: 16.8px;
	color: #fff;
	z-index: 1;
}

ul.member_list .member .member_name_en {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}

ul.member_list .member .member_name_jp {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 8px;
}

ul.member_list .member .member_position {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #c4c4c4;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
	content: "";
}

.member_list .slick-prev:after {
	content: "";
	top: -20px;
	bottom: 0;
	left: 30px;
	color: #fff;
	display: block;
	position: relative;
	text-align: center;
	width: 14px;
	height: 14px;
	border-top: 5px solid #828282;
	border-right: 5px solid #828282;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin: 0;
}

.member_list .slick-next:after {
	content: "";
	top: -20px;
	bottom: 0;
	right: 30px;
	color: #fff;
	display: block;
	position: relative;
	text-align: center;
	width: 14px;
	height: 14px;
	border-top: 5px solid #828282;
	border-right: 5px solid #828282;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0;
}

.under-entry-content {
	margin-top: 120px;
	padding: 0 32px;
}

.related-entry-heading {
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 16px 0;
}

.main_cont p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 2;
	color: #333333;
	margin: 0 0 32px 0;
}

.main_cont p a {
	color: #003f73;
	text-decoration: underline;
}

.main_cont .approach_txt1 {
	font-weight: bold;
	font-size: 24px;
}

.sub_en_ttl {
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	color: #828282;
	display: block;
	margin: 0 0 30px;
}

.hl0 {
	font-style: normal;
	font-weight: bold;
	font-size: 44px;
	/*line-height: 71px;*/
	line-height: 1.3em;
	color: #333333;
	margin: 0 0 40px 0;
}

.approach_dl {
	margin: 0 0 80px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.approach_dl dt {
	width: 10%;
	margin: 0;
	padding: 10px 0;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	flex-direction: column;
	font-weight: bold;
}

.approach_dl dd {
	width: 44%;
	margin: 0;
	padding: 10px 20px;
	box-sizing: border-box;
}
.approach_dl .approach_title {
	font-size: 20px;
}
.approach_dl .approach_dd1 {
	text-align: center;
	color: #999;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 1px solid #999;
	margin-right: 2%;
}

.approach_dl .approach_dd2 {
	background-color: rgba(183, 145, 51, 0.1);
	color: #b79133;
	text-align: center;
	border-top: 2px solid #b79133;
	border-left: 2px solid #b79133;
	border-right: 2px solid #b79133;
	border-bottom: 1px solid #b79133;
}

.approach_dl .approach_dd3 {
	color: #999;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 1px dotted #999;
	margin-right: 2%;
	font-size: 24px;
	line-height: 2;
}

.approach_dl .approach_dd4 {
	background-color: rgba(183, 145, 51, 0.1);
	color: #b79133;
	border-left: 2px solid #b79133;
	border-right: 2px solid #b79133;
	border-bottom: 1px dotted #b79133;
	font-size: 24px;
	line-height: 2;
}

.approach_dl .approach_dd5 {
	color: #999;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	margin-right: 2%;
	font-size: 12px;
}

.approach_dl .approach_dd6 {
	background-color: rgba(183, 145, 51, 0.1);
	color: #b79133;
	border-left: 2px solid #b79133;
	border-right: 2px solid #b79133;
	border-bottom: 2px solid #b79133;
	font-size: 12px;
}

.approach_dd1 span,
.approach_dd2 span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.approach_dd5 span,
.approach_dd6 span {
	text-decoration: underline;
}

.approach_dl .approach_dd3 span {
	color: #ccc;
}

.approach_dl .approach_dd4 span {
	text-decoration: underline;
}

/*------------------------------------------------------------
ヘッダー
-------------------------------------------------------------*/
.site-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	/*padding: 0 32px;*/
	padding: 0 40px;
}

.header_in {
	margin: 0 auto;
	padding: 25px 0;
	display: flex;
	align-items: center;
	height: 96px;
	position: relative;
}

.header_in .header_logo {
	width: 50%;
	text-align: left;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.header_in .nav_toggle {
	width: 50%;
	text-align: right;
	padding-right: 32px;
}

.header_logo img {
	width: 220px;
}
.pc-menu {
	width: 50%;
	display: flex;
	grid-gap: 20px;
	justify-content: flex-end;
}
.pc-menu li {
	height: 100%;
}
.pc-menu li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	transition: 0.3s all;
	white-space: nowrap;
}
.pc-menu li .en {
	font-size: 62.5%;
}
.pc-menu li a:hover {
	color: #003f73;
}
#menu {
	height: 30px;
	right: 0px;
	position: absolute;
	top: 36px;
	width: 30px;
	cursor: pointer;
	z-index: 3;
}
.nav_toggle {
	display: none;
}
.nav_toggle span {
	height: 4px;
	width: 30px;
	background: #333;
	position: absolute;
}

.nav_toggle span.menu_bd1 {
	top: 0;
}

.nav_toggle span.menu_bd2 {
	top: 7px;
}

.nav_toggle span.menu_bd3 {
	top: 14px;
}

.nav_toggle span.menu_bd4 {
	top: 21px;
	width: 20px;
}

.nav_toggle.open span {
	background: #fff;
}

.nav_toggle.open span.menu_bd1,
.nav_toggle.open span.menu_bd4 {
	width: 0;
}

.nav_toggle.open span.menu_bd2 {
	transform: rotate(-135deg);
	top: 7px;
	bottom: 0;
	width: 0;
}

.nav_toggle.open span.menu_bd3 {
	transform: rotate(135deg);
	top: 7px;
	bottom: 0;
	width: 0;
}

.drow-bg {
	position: fixed;
	top: 0;
	right: -690px;
	width: 680px;
	height: 100vh;
	/*padding: 0 60px;*/
	padding: 70px 60px;
	background: #003f73;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
	z-index: 99;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	/*display: flex;*/
	/*align-items: center;*/
	overflow-y: scroll;
}

.drow-bg.open {
	right: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.drow-menu li {
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 37px;
	color: #fff;
	margin: 0 0 48px 0;
}

.drow-menu li a {
	color: #fff;
}
.drow-menu li a .en {
	font-size: 62.5%;
	margin-left: 1em;
}
.drow-cont {
	width: 100%;
}

.drow-menu {
	border-bottom: 1px solid #f2f2f2;
}

.drow-bg .newsletter-sign-up-email {
	font-style: normal;
	font-weight: normal;
	height: 48px;
	font-size: 18px;
	line-height: 27px;
}

.drow-bg .newsletter-sign-up-submit {
	height: 48px;
	width: 73px;
	font-size: 17px;
	line-height: 25px;
}

.drow-bg .newsletter-sign-up-title {
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 8px;
	margin-top: 32px;
}

.drow-bg .newsletter-sign-up p {
	margin: 0 0 8px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.drow-bg .newsletter-sign-up span.wpcf7-not-valid-tip {
	color: #fff;
}

.drow-bg .newsletter-sign-up-inputs .wpcf7-display-none {
	color: #fff;
}

#menu.nav_toggle.open {
	z-index: 100;
}

.nav_toggle.open span.menu_bd2 {
	transform: rotate(-135deg);
	top: 7px;
	bottom: 0;
	width: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.nav_toggle.open span.menu_bd3 {
	transform: rotate(135deg);
	top: 7px;
	bottom: 0;
	width: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/*------------------------------------------------------------
フッター
-------------------------------------------------------------*/
.main-footer {
	background-color: #DBC899;
	padding-bottom: 70px;
	padding-top: 70px;
}

.main-footer-inner {
	max-width: 1000px;
	padding: 0 30px;
	margin: 0 auto;
}

.main-footer-locations {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: calc(54% + 32px);
	float: left;
	padding-right: 32px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #4F4F4F;
}

.main-footer-locations a {
	color: #4F4F4F;
	font-weight: bold;
}

.main-footer-locations li span.en_ttl {
	display: block;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	color: #333333;
	margin-bottom: 2em;
}

.main-footer-primary-nav,
.main-footer-scondary-nav {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: calc(13.33% + 32px);
	float: left;
	margin-top: 3em;
}

.main-footer-primary-nav li,
.main-footer-scondary-nav li {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
}

.main-footer-primary-nav li a,
.main-footer-scondary-nav li a {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}

.main-footer-locations li {
	margin-bottom: 24px;
}

.main-footer-primary-nav li,
.main-footer-scondary-nav li {
	margin-bottom: 2em;
}

.main-footer-social {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 30.5556%;
	float: left;
}

.main-footer-social p.signup_notes {
	color: #333333;
	font-size: 14px;
	margin: 0 0 30px;
}

.main-footer-social .newsletter-sign-up {
	/*padding-bottom: 16px;*/
}

.main-footer-social .newsletter-sign-up-title {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #828282;
	margin-bottom: 3px;
	margin-top: 0;
}

.newsletter-sign-up-email {
	font-weight: 400;
	-moz-transition: padding 0.4s;
	-o-transition: padding 0.4s;
	-webkit-transition: padding 0.4s;
	transition: padding 0.4s;
	background-color: #fff;
	height: 32px;
	padding: 0 64px 0 10px;
	border: 1px solid #e0e0e0;
	width: 100%;
	border-radius: 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	-webkit-appearance: none;
}

.newsletter-sign-up-inputs,
.newsletter-sign-up-error {
	-moz-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	position: relative;
}

.newsletter-sign-up-inputs .wpcf7-display-none {
	border: none;
	margin: -16px 0 16px 10px;
	padding: 0;
	font-size: 14px;
}

.newsletter-sign-up span.wpcf7-not-valid-tip {
	font-size: 14px;
	margin: 5px 0 0 10px;
}

.newsletter-sign-up-submit {
	overflow: hidden;
	white-space: nowrap;
	display: block;
	background: #333333;
	color: #fff;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	height: 32px;
	width: 64px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.newsletter-sign-up-submit:hover {
	opacity: 0.8;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.main-footer-social-nav li {
	width: 40px;
	float: left;
	margin-right: 16px;
}



.copyright {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #B79134;
	padding: 1em;
}

/*------------------------------------------------------------
トップページMV
-------------------------------------------------------------*/
#top_mv {
	overflow: hidden;
	background-image: url(./images/top/top_mv01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 0px;
	width: 100%;
	min-height: 500px;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.to_lab {
	width: 100%;
	background-color: #ebe8e9;
	position: relative;
}

.to_lab p {
	padding: 24px 240px 24px 0;
	margin: 0;
}

.to_lab a {
	background-color: #333;
	color: #fff;
	display: block;
	width: 240px;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 30px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	margin-top: -27px;
}

.to_lab a:hover {
	opacity: 0.85;
}

.top_mv {
	height: 100%;
	padding: 0 40px;
}

.top_mv.in-cont1440 {
	position: relative;
	min-height: 800px;
	padding-left: 32px;
}

#top_mv .mv_title h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 71px;
	color: #ffffff;
	margin: 0;
}

#top_mv p.mv_lead {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
	max-width: 700px;
	margin: 0;
}

.mv_lead a {
	color: #fff;
	text-decoration: underline;
}

/*------------------------------------------------------------
トップページメインコンテンツ
-------------------------------------------------------------*/
.co_info_base {
	margin-bottom: 16px;
}

.top_section_in {
	display: flex;
	flex-wrap: wrap;
}

.top_section_in.reverse {
	flex-direction: row-reverse;
}

.top_section_in .top_section_img {
	width: 66%;
	background-size: cover;
	background-position: center;
}

.top_section_in .top_section_box {
	width: 34%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 40px 0;
}

.top_section_in .top_section_box_in {
	box-sizing: border-box;
	margin-left: 32px;
}

.top_section_in.reverse .top_section_box_in {
	box-sizing: border-box;
	margin-right: 32px;
	margin-left: 0;
}

.top_section_in .top_section_box .tt_base {
	margin: 0 0 16px 0;
}

.top_section_in .top_section_box .tt_base span.en_ttl {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #828282;
	display: block;
	margin-bottom: 8px;
}

.top_section_in .top_section_box .tt_base span.sub_ttl {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 47px;
	color: #333333;
	display: block;
}

.top_section_in .top_section_box p.text {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin: 0 0 32px 0;
}

.top_solution {
	position: relative;
	min-height: 520px;
	background-size: cover;
	background-position: center;
}

.top_solution .text_area {
	position: absolute;
	width: 640px;
	bottom: 37px;
	left: 32px;
	z-index: 1;
	color: #fff;
}

.top_solution .tt_base {
	margin: 0 0 16px 0;
}

.top_solution .tt_base span.en_ttl {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	display: block;
	margin-bottom: 8px;
}

.top_solution .tt_base span.sub_ttl {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 47px;
	color: #fff;
	display: block;
}

.top_solution p.text {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
}

.top_solution .top_solution_bg {
	width: 100% !important;
	height: 520px;
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
	position: absolute;
}

.top_solution .read_more a {
	color: #fff;
	border-color: #fff;
}

.top_solution .read_more :before {
	border-color: #fff;
}

.top_solution .read_more a:hover {
	color: #828282;
	background: #fff;
}

.top_solution .read_more a:hover:before {
	color: #828282;
}

.top_blog_in {
	margin-bottom: 120px;
}

.top_blog_in .tt_base {
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 16px 0;
}

.top_blog_in .read_more {
	margin: auto;
}

.top_member_in {
	margin: 120px 0;
}

.top_member_in .tt_base {
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 16px 0;
}

.top_member_in p.text {
	width: 955px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin-bottom: 24px;
	margin-top: 0;
}

.top_member_in .read_more {
	margin: auto;
}

/*------------------------------------------------------------
トップページメインコンテンツ　2024リニューアル　追加分
-------------------------------------------------------------*/

.top_section {
	text-align: center;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.bg_color {
	background: #f3f3f3;
}

.top_section .tt_base {
	position: relative;
	padding-bottom: 1em;
}
.top_section .tt_base::after {
	content: "";
	width: 70px;
	height: 2px;
	background: #B79134;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.top_section .section_contents {
	margin-top: 60px;
}

.top_section .tt_base .en_ttl {
	font-style: normal;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	color: #333333;
}

.top_section .tt_base .sub_ttl {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	display: block;
}

.section_container {
	max-width: 1000px;
	display: flex;
	justify-content: center;
	grid-gap: 30px 50px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
.section_contents {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.blog_contents {
	max-width: 646px;
	text-align: center;
}
.blog_contents .read_more {
	margin: 40px auto 0;
}
.industry_contents .cont_left {
	width: 550px;
}
.industry_contents .cont_right {
	width: 300px;
}
.industry_contents .cont_upper {
	background: rgba(117, 131, 146, 0.1);
	text-align: center;
	padding: 8px;
	margin-bottom: 20px;
}
.industry_contents .cont_upper .title {
	font-size: 20px;
	font-weight: 500;
	display: block;
	color: #758392;
}
.industry_contents .cont_upper .title_en {
	font-size: 16px;
	font-weight: 500;
	display: block;
	font-family: "Times New Roman";
}
.industry_contents .cont_lower {
	display: flex;
	justify-content: center;
	grid-gap: 20px;
}

.industry_contents .circle {
	text-align: center;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	padding-top: 40px;
	width: 265px;
}
.industry_contents .circle::before {
	content: "";
	width: 100%;
	aspect-ratio: 1;
	background-color: rgba(183, 145, 51, 0.1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: -1;
}
.industry_contents .circle .title_jp {
	font-size: 24px;
	font-weight: 500;
	display: block;
	color: #b79133;
}
.industry_contents .circle .title_en {
	font-size: 20px;
	font-weight: 500;
	display: block;
	font-family: "Times New Roman";
}
.industry_contents .circle .text {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
}

#speciality .section_container {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 200px 0;
}
.circle-l {
	width: 300px;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: rgba(183, 145, 51, 0.1);
	margin: 0 auto;
	position: relative;
}

.circle-s {
	width: 16px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #b79133;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.circle-m {
	width: 200px;
	aspect-ratio: 1;
	border-radius: 50%;

	background: rgba(255, 255, 255, 0.6);
	text-align: center;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.circle-m_in {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100% !important;
}
.center_contents {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.center_lead {
	background: #b79133;
	color: #fff;
	font-size: 18px;
	padding: 2px 10px;
	margin: 0;
	display: inline-block;

	letter-spacing: 0.1em;
}
.center_title {
	color: #b79133;
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 26px;

	letter-spacing: 0.1em;
}
.center_text {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 16px;
}
.center_text span {
	color: #b79133;
	font-weight: 700;
}
.element_title {
	font-size: 20px;
	color: #758392;
	margin: 0;
}
.element_text {
	font-size: 14px;
	margin: 4px 0 0 0;
}

.line-1 {
	border-top: 1px dotted rgba(183, 145, 51, 0.5);
	width: 50%;
	height: 86%;
	transform-origin: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
.line-1:first-of-type {
	transform: rotate(30deg);
}
.line-1:nth-of-type(2) {
	transform: rotate(90deg);
}
.line-1:nth-of-type(3) {
	transform: rotate(150deg);
}
.line-1:nth-of-type(4) {
	transform: rotate(210deg);
}
.line-1:nth-of-type(5) {
	transform: rotate(270deg);
}
.line-1:nth-of-type(6) {
	transform: rotate(330deg);
}
.line-2 {
	border-top: 1px dotted rgba(183, 145, 51, 0.5);
	width: 86%;
	height: 50%;
	transform-origin: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.line-2:last-of-type {
	transform: rotate(0deg);
}
.line-2:nth-last-of-type(2) {
	transform: rotate(60deg);
}
.line-2:nth-last-of-type(3) {
	transform: rotate(120deg);
}
.line-2:nth-last-of-type(4) {
	transform: rotate(180deg);
}
.line-2:nth-last-of-type(5) {
	transform: rotate(240deg);
}
.line-2:nth-last-of-type(6) {
	transform: rotate(300deg);
}

.button {
	text-align: center;
}
.button_link {
	background-color: #333;
	color: #fff !important;
	display: block;
	width: 240px;
	padding: 0;
	text-align: center;
	height: 54px;
	line-height: 54px;
	text-decoration: none !important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-right: 30px;
	transition: all 0.3s;
}
.button_link span {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.button_link:hover {
	opacity: 0.8;
}

.button_bule {
	background-color: #338DF4;
	box-shadow: 0 3px 0 #15559F;
	color: #fff ;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: .5em 1.25em;
	transition: all 0.3s;
	border-radius: 50px;
}
.button_bule:hover {
	color: #fff ;
	opacity: 0.8;
	box-shadow: none;
	transform: translateY(3px);
}

/*------------------------------------------------------------
Blog
-------------------------------------------------------------*/
.main_cont {
	padding: 0;
}

.main_cont .cont_post {
	padding-top: 32px;
}

.main_cont .in_cont_post {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.in_cont_post .author_cont {
	/*width: 485px;*/
	width: 33.5%;
}

.in_cont_post .post_content {
	/*width: 955px;*/
	width: 66.5%;
}

.in_cont_post .post_thumnail {
	margin-bottom: 40px;
}

.in_cont_post .post_thumnail img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	object-position: center center;
}

.in_cont_post a {
	color: #828282;
}

.in_cont_post .hl1 {
	font-size: 32px;
	line-height: 47px;
	color: #333333;
	margin-bottom: 40px;
	font-weight: bold;
	margin: 0 0 40px 0;
}

.in_cont_post h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin: 60px 0 24px 0;
}

.in_cont_post h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin: 60px 0 24px 0;
}

.in_cont_post ul {
	font-size: 18px;
	margin: 32px 0;
	list-style: disc inside;
	text-indent: -1.5em;
	padding-left: 1.5em;
	color: #333333;
}

.in_cont_post ul li {
	margin: 10px 0;
}

.in_cont_post ul.social_link {
	list-style: none;
}

.author_cont .author_area {
	display: flex;
	flex-wrap: wrap;
}

.author_cont .author_area .author_avater {
	/*width: 112px;*/
	width: 24%;
	text-align: center;
}

.author_cont .author_area .author_avater span.author_avater_img img {
	width: 80%;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}

.author_cont .author_area .author_text {
	/*width: 350px;*/
	width: 76%;
	padding-left: 10px;
}

.author_cont .author_area .author_text .written_by {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 4px;
}

.author_cont .author_area .author_text .author_name {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
	color: #333333;
	margin-bottom: 4px;
}

.author_cont .author_area .author_text .author_position {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #828282;
}

.main_post_content {
	padding: 0 32px;
}

.main_post_content .data1 {
	/*font-family: "Noto Sans";*/
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #828282;
	margin: 0 0 8px 0;
}

.main_post_content .data1 span.category a {
	font-weight: bold;
	color: #4fa2e5;
	text-decoration: underline;
}

.main_post_content p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin: 0 0 32px 0;
}

.main_post_content p.ql-align-center {
	text-align: center;
}

.main_post_content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #828282;
	border-left: 4px solid #c4c4c4;
	padding-left: 8px;
}

.main_post_content blockquote p {
	color: #828282;
}

.main_post_content .toc {
	margin: 0 0 24px 0;
}
.main_post_content .social_link {
	display: none;
}
.main_post_content .social_link li {
	width: 40px;
	float: left;
	margin-right: 16px;
	margin-bottom: 40px;
}

ul.post_lists li {
	margin: 0 0 120px 0;
}

ul.post_lists .main_post_content .excerpt {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
	color: #000000;
	margin: 0 0 24px 0;
}

ul.post_lists .read_more {
	margin: auto;
}

.cont_post_list {
	padding-top: 32px;
}

.cont_post_list .hl1_archive {
	font-size: 32px;
	line-height: 47px;
	color: #333333;
	margin: 0 0 40px 0;
	font-weight: bold;
}

/*------------------------------------------------------------
ページネーション
-------------------------------------------------------------*/
.pagination-next {
	display: none;
}

.pagination {
	margin: 0 0 60px;
	clear: both;
	text-align: center;
	display: inline-block;
	justify-content: center;
	width: 100%;
	font-weight: bold;
}

.pagination .current {
	background-color: #eee;
}
.pagination .prev::before {
	content: "＜";
	padding-right: 5px;
}
.pagination .next::before {
	content: "＞";
	padding-left: 5px;
}
.pagination a:hover {
	background-color: #eee;
	transition: all 0.7s;
	color: #333;
}

.page-numbers {
	color: #333;
	text-decoration: none;
	display: inline-block;
	height: 60px;
	width: 60px;
	border: 1px solid #ccc;
	margin: 0 5px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
}

.page-numbers.dots {
	opacity: 0.6;
	background-color: #f3f4f5;
}

/*------------------------------------------------------------
About
-------------------------------------------------------------*/
.hl3_about_main {
	font-family: "Times New Roman", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 40px 0;
}

.cont_about .about_lead {
	max-width: 850px;
	margin: 0 auto 120px 0;
}

.cont_about .about_story {
	max-width: 1100px;
}

.cont_about .about_lead img {
	margin: 0 0 32px 0;
}

.cont_about .about_lead h1,
.cont_about .about_lead h2,
.cont_about .about_lead div,
.cont_about .about_lead p {
}

.cont_about .about_lead h2 {
	margin-bottom: 120px;
}

.cont_about .about_lead .about_mission_Wrap {
	padding-bottom: 120px;
	padding-right: 0;
}

.cont_about .about_common {
	max-width: 1100px;
	margin: 0 auto 120px auto;
}

.cont_about p.value_en_ttl {
	font-weight: 700;
	margin: 0;
	font-size: 28px;
	font-family: "Times New Roman";
	color: #b79133;
}
.cont_about p.value_jp_ttl {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 8px;
}
.in_about_profile {
	display: flex;
	flex-wrap: wrap;
}

.in_about_profile .profile_text {
	width: 100%;
	padding-right: 64px;
}

.in_about_profile .profile_map {
	/*width: 955px;*/
	width: 68%;
}

.if_map {
	width: 100%;
}

.in_about_profile .profile_map .if_map {
	/*height: 565px;*/
	height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.in_about_profile .profile_text dt {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #828282;
	margin: 0 0 8px 0;
}

.in_about_profile .profile_text dd {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	margin: 0 0 24px 0;
}

.history_list {
	/*max-width: 1079px;*/
	/*margin-left: auto;*/
	margin-left: 25%;
}

.history_list li {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 24px 0;
}

.history_list li .date {
	/*width: 108px;*/
	width: 13%;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #828282;
}

.history_list li .desc {
	width: 87%;
	padding-left: 32px;
}

.history_list li .desc p {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	margin: 0 0 16px 0;
}

.history_list .history_list_thumn {
	margin: 25px 0 0 0;
}

.history_list .history_list_thumn img {
	width: 50%;
}

/*aboutページ メンバーリスト*/
ul.member_list_common {
	margin-bottom: 32px;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
ul.member_list_common li {
	width: calc((100% / 3) - 16px);
	margin: 0 0 16px 0;
}

ul.member_list_common .member_bg {
	position: relative;
	min-height: 210px;
	display: block;
}

ul.member_list_common .member_bg > img {
	width: 100% !important;
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
	position: absolute;
	-webkit-filter: brightness(0.85);
	-moz-filter: brightness(0.85);
	-o-filter: brightness(0.85);
	-ms-filter: brightness(0.85);
	filter: brightness(0.85);
	height: 210px;
}

ul.member_list_common .member_bg > img:hover {
	opacity: 1;
	-webkit-filter: brightness(0.55);
	-moz-filter: brightness(0.55);
	-o-filter: brightness(0.55);
	-ms-filter: brightness(0.55);
	filter: brightness(0.55);
}

ul.member_list_common .member_bg > img.no_image {
	-webkit-filter: brightness(0.4);
	-moz-filter: brightness(0.4);
	-o-filter: brightness(0.4);
	-ms-filter: brightness(0.4);
	filter: brightness(0.4);
}

ul.member_list_common .member_bg > img.no_image:hover {
	-webkit-filter: brightness(0.55);
	-moz-filter: brightness(0.55);
	-o-filter: brightness(0.55);
	-ms-filter: brightness(0.55);
	filter: brightness(0.55);
}

ul.member_list_common .member {
	position: absolute;
	bottom: 16.8px;
	left: 16.8px;
	color: #fff;
	z-index: 1;
}

ul.member_list_common .member .member_name_en {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}

ul.member_list_common .member .member_name_jp {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 8px;
}

ul.member_list_common .member .member_position {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #c4c4c4;
}

.about_member_column2 {
	display: flex;
	flex-wrap: wrap;
}

.about_member_column2 .hl3_about_main {
	width: 25%;
	line-height: 35px;
}

.about_member_column2 .member_list_common {
	width: 75%;
}

/*------------------------------------------------------------
Approach
-------------------------------------------------------------*/
.hl3_approach_main {
	font-family: "Times New Roman", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 40px 0;
}

.cont_approach .approach_lead {
	max-width: 850px;
	margin: 0 auto 120px 0;
}

.cont_approach .approach_story {
	max-width: 1100px;
}

.cont_approach .approach_common {
	margin: 0 0 120px 0;
}

.cont_approach p.value_en_ttl {
	font-weight: 700;
	margin: 0;
	font-size: 24px;
	font-family: "Times New Roman";
}

/*------------------------------------------------------------
Careers
-------------------------------------------------------------*/
.in_cont_careers {
	max-width: 955px;
}

.in_cont_careers a {
	color: #4fa2e6;
	text-decoration: underline;
	font-weight: bold;
}

.in_cont_careers .in_cont_careers_sub {
	padding-right: 64px;
	margin-bottom: 120px;
}

.cont_careers .hl3_careers_main {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin: 0 0 16px 0;
}

.cont_careers h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin: 0 0 16px 0;
}

/*------------------------------------------------------------
Press
-------------------------------------------------------------*/
.in_cont_press {
	max-width: 955px;
	margin-bottom: 120px;
}

.in_cont_press a {
	color: #4fa2e6;
	text-decoration: underline;
	font-weight: bold;
}

.in_cont_press .headshots_list a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.cont_press .press_common {
	margin: 0 0 90px 0;
}

.cont_press .hl3_press_main {
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 30px 0;
}

.logos_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0 0px;
}

.logos_list li {
	/*width: calc(100% / 3);*/
	width: 50%;
	padding: 0 32px;
	margin: 30px 0 0;
}

.headshots_list {
	display: flex;
	flex-wrap: wrap;
}

.headshots_list li {
	width: calc(100% / 3);
	padding: 0 32px;
	margin: 0 0 32px 0;
}

.headshots_list li span.name {
	display: block;
	font-size: 18px;
	margin: 5px 0;
}

.headshots_list li span.position {
	display: block;
	font-size: 14px;
}

/*------------------------------------------------------------
Member
-------------------------------------------------------------*/
.under-member-content {
	padding: 0 32px;
}

.cont_member_detail {
	margin-bottom: 84px;
}

.cont_member_detail .member_main {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 32px 0;
}

.cont_member_detail .member_main .member_thumnail {
	width: 33.3%;
}

.cont_member_detail .member_main .member_thumnail > img {
	width: 100%;
	/*height: 520px;*/
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
}

.cont_member_detail .member_main .member_text {
	width: 66.6%;
	/*padding-left: 32px;*/
	padding-left: 40px;
}

.cont_member_detail .member_main .member_text .member_main_info {
	margin: 0 0 32px 0;
}

.cont_member_detail .member_main .member_text .member_name_en {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #828282;
}

.cont_member_detail .member_main .member_text .member_name_jp {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 71px;
	color: #333333;
}

.cont_member_detail .member_main .member_text .member_position {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
}

.cont_member_detail .member_info {
	max-width: 891px;
}

.cont_member_detail .member_info h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 47px;
	color: #333333;
	margin: 0 0 32px 0;
}

.cont_member_detail .member_info h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin: 40px 0 16px 0;
}

.cont_member_detail .member_info ul {
	padding-left: 32px;
	list-style: disc inside;
	margin: 0 0 32px 0;
}

.cont_member_detail .member_info ul li {
	margin: 0 0 12px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
}

.cont_member_detail .member_info p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin: 0 0 32px 0;
}

.member-related-entries {
	padding-bottom: 120px;
}

.member-related-entries .read_more {
	margin: auto;
}

.member-related-entries .member_list_common {
	padding: 0 32px;
}

.member-related-entries ul.member_list_common li {
	width: calc((100% / 3) - 24px);
}

/*------------------------------------------------------------
ソリューション・ポートフォリオ一覧
-------------------------------------------------------------*/
.main_cont .cont_poso_list {
	margin: 0 0 120px 0;
	padding-top: 16px;
}

.main_cont .cont_poso_list h1 {
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 24px 0;
}

.poso_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 80px 0;
}

.poso_list li {
	width: 31%;
	text-align: center;
	position: relative;
	margin: 0 1.5% 40px;
}

.poso_list li a:hover {
	background-color: #eee;
	background: #f2f2f2;
}

.poso_list li a:hover .project_thum {
	opacity: 0.85;
	transition: 0.3s;
}

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

.poso_list li:nth-child(3),
.poso_list li:nth-child(3n + 3) {
	margin-right: 0;
}

.poso_list li a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.poso_list li div.logo {
	z-index: 0;
}

.poso_list li div.logo img {
	position: absolute;
	/*max-width: 90%;*/
	/*max-width: 50%;*/
	max-width: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}

.poso_list li a:hover div.logo img {
	opacity: 0.2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.poso_list li div.detail_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-size: cover;
	z-index: 3;
}

.poso_list li div.bg_img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-size: cover;
	z-index: 2;
}

.poso_list li div.hover_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	z-index: 2;
}

.poso_list li:hover div.hover_cover {
	background: #003f73;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	opacity: 0.8;
}

.poso_list li div.detail_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 32px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-align: left;
}

.poso_list li a:hover .detail_inner {
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.poso_list li div.detail .detail_inner .sub {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 8px 0;
}

.poso_list li div.detail .detail_inner .main {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
}

.project_add_txt1 {
	display: block;
	font-size: 14px;
	text-align: left;
	margin: 16px 16px 4px;
	color: #828282;
}

.project_add_txt2 {
	display: block;
	font-size: 16px;
	margin: 0px 16px 16px;
	font-weight: bold;
	text-align: left;
}

.poso_list .project_thum {
	background-color: #ccc;
	height: 220px;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-position: center;
	transition: 0.3s;
}

.project_thum_in img {
	height: 50px;
}

.under-poso-content {
	padding: 0 32px;
	margin-top: 120px;
}

.under-poso-content .poso_list {
	margin: 0;
}

.under-poso-content .read_more {
	margin: 24px auto 78px;
}

.projects_cv {
	background-color: rgb(33, 150, 243);
	color: #fff;
	padding: 32px 40px;
	margin: 40px 0 0;
}

.projects_cv_text1 {
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin: 0 0 24px;
}

.cv_link_wrap {
	display: flex;
	flex-wrap: wrap;
}

.cv_link_wrap .left {
	width: 300px;
	padding-right: 40px;
}

/*.cv_link_wrap .left a {
    background-color: #f5b00b;
    display: block;
    padding: 10px 0;
    width: 260px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-radius: 23px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px #dda41d;
}

.cv_link_wrap .center a {
    background-color: #f5b00b;
    display: block;
    padding: 10px 0;
    width: 260px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-radius: 23px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px #dda41d;
}

*/

.cv_link_wrap .right a {
	overflow: hidden;
	padding-left: 48px;
	line-height: 28px;
	font-size: 40px;
	font-weight: bold;
	background: url(./images/common/cv_icon2.png) no-repeat left 4px;
	color: #fff;
	background-size: 44px;
	background-position: 0 10px;
}

.cv_link_wrap .right a span {
	display: block;
	font-size: 18px;
	padding: 0 0 0 40px;
}

.cv_link_wrap .center {
	width: 300px;
	padding-right: 40px;
}

.cv_link_wrap .right {
}

.hl2_poso {
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 24px 0;
}

.cont_poso_list .deliverly_style {
	margin: 0 0 120px 0;
}

.cont_poso_list .deliverly_style_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #333;
	margin: 0 0 32px 0;
}

.cont_poso_list .deliverly_style_list li {
	width: calc((100% / 4) - 32px);
	margin: 0 0 32px 0;
	font-size: 18px;
}

.cont_poso_list .deliverly_style_list li div.info {
	text-align: center;
	padding: 0 0 24px 0;
	position: relative;
	/*border-bottom: 1px solid #ddd;*/
	margin: 0 0 24px 0;
}

.projects_d_wrap {
	padding: 0 0 80px;
}

.projects_d_wrap .in_cont_post {
	display: block;
	padding: 90px 0 0;
}

.cont_poso_list .deliverly_style_list li div.info:after {
	position: absolute;
	bottom: -9px;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 0;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 10px solid transparent;
	border-top: 10px solid #333;
	left: 0;
}

.cont_poso_list .deliverly_style_list li div.info .price {
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 8px 0;
}

.cont_poso_list .deliverly_style_list li div.info .ttl {
	font-size: 16px;
}

.cont_poso_list .scopework_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #333;
	margin: 0 0 32px 0;
}

.cont_poso_list .scopework_list li {
	width: calc((100% / 3) - 32px);
	margin: 0 0 32px 0;
	font-size: 18px;
}

.cont_poso_list .scopework_list li .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 16px 0;
}

.cont_poso_list .scopework_list li .image {
	text-align: center;
}

.cont_poso_list .scopework_list li .image img {
	max-height: 200px;
}

/*------------------------------------------------------------
Contact
-------------------------------------------------------------*/
.main_cont .cont_contact {
	margin: 0 0 120px 0;
	padding-top: 64px;
}

.main_cont .cont_contact h1 {
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 24px 0;
}

.contact_form_column2 {
	display: flex;
	flex-wrap: wrap;
}

.contact_form_column2 .contact_form_ttl {
	width: 25%;
	line-height: 35px;
}

.contact_form_column2 .contact_form_main {
	width: 75%;
}

.contact_form_column2 .contact_form_main_inner {
	max-width: 850px;
}

.contact_form_main form {
	border-top: solid 1px #ccc;
	padding-top: 32px;
}

.c-input-item {
	display: table;
	width: 100%;
	margin: 0 0 32px 0;
}

.c-input-item dt {
	width: 185px;
	padding-right: 15px;
	font-weight: bold;
	color: #333;
}

.c-input-item dd {
	width: 70%;
}

.c-input-item .contact_item input {
	vertical-align: middle;
}

.c-input-item dt,
.c-input-item dd {
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
	color: #333;
}

.c-input-item dt .req {
	color: #eb2929;
	font-size: 16px;
	font-weight: normal;
}
.c-input-item dd .flex {
	display: flex;

	grid-gap: 10px;
}
.c-input {
	font-weight: 400;
	-moz-transition: padding 0.4s;
	-o-transition: padding 0.4s;
	-webkit-transition: padding 0.4s;
	transition: padding 0.4s;
	background-color: #fff;
	height: 40px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e0e0e0;
	width: 100%;
	border-radius: 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	-webkit-appearance: none;
}

.main_cont .contact_form_lead {
	margin: 0 0 32px 0;
}

.main_cont .contact_form_lead p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	/*line-height: 21px;*/
	line-height: 27px;
	color: #333333;
	/*margin: 0 0 16px 0;*/
}

.main_cont p.notes {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #333333;
	margin: 0 0 16px 0;
}

.main_cont p.notes .req {
	color: #eb2929;
	font-size: 16px;
}

.contact_form_main .form_submit {
	text-align: center;
	margin: 64px auto 0;
	/*max-width: 300px;*/
	display: flex;
	justify-content: center;
}

.contact_form_main .form_submit input[type="submit"] {
	border: none;
	padding: 16px;
	background: #333;
	color: #ffffff;
	transition: 0.3s;
	/*width: 100%;*/
	width: 250px;
	letter-spacing: normal;
	font-size: 18px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	-webkit-appearance: none;
}

.contact_form_main .form_submit input[type="submit"]:hover {
	opacity: 0.8;
}

.contact_form_main .form_submit input {
	width: 250px;
	border-radius: 0;
	margin: 0 10px;
	cursor: pointer;
	font-weight: bold;
}

.contact_form_main .form_submit input.back_btn {
	background: #fff;
	color: #828282;
	border: 1px solid #828282;
}

.contact_form_main .form_submit input.back_btn:hover {
	background: #f2f2f2;
	color: #c4c4c4;
}

.contact_form_main .contact_item {
	margin: 0 0 8px 0;
}

.c-input::placeholder {
	color: #ccc;
}

.c-input:-ms-input-placeholder {
	color: #ccc;
}

.c-input::-ms-input-placeholder {
	color: #ccc;
}

.cont_contact .hl2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 24px 0;
}

.cont_contact .read_more {
	margin: auto;
}

.cont_contact .mw_wp_form .error {
	font-size: 14px;
	color: #b70000;
	display: block;
	margin: 5px 0 0 5px;
	line-height: 21px;
}

/*------------------------------------------------------------
ブログカード
-------------------------------------------------------------*/
.blogcard {
	padding: 16px;
	color: #333;
	position: relative;
	border: 2px solid #ddd;
}

a.blogcard-wrap {
	font-weight: normal;
	display: block;
	margin: 32px 0;
	width: 90%;
}
a.blogcard-wrap:hover {
	background-color: transparent !important;
	opacity: 0.8;
}

a.blogcard-wrap:hover img.blogcard-thumb-image {
	transform: scale(1.05);
	transition: 0.3s;
}

.blogcard-thumbnail {
	line-height: 0;
	margin-top: 3px;
	margin-right: 1rem;
	overflow: hidden;
	width: 22%;
	float: left;
}

.blogcard-title {
	margin-bottom: 0.5rem;
	line-height: 1.7;
	font-size: 18px;
	font-weight: 900;
}

/*.internal-blogcard-title::before{
	content: '関連記事';
	display: inline-block;
	font-size: .7em;
	background-color: #333333;
	padding: .3em .5em;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: .5rem;
}
.external-blogcard-title::before{
	content: '参考記事';
	display: inline-block;
	font-size: .7em;
	background-color: #333333;
	padding: .3em .5em;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: .5rem;
}*/

.blogcard-content {
	margin-left: 170px;
	max-height: 140px;
	min-height: 100px;
	overflow: hidden;
}

.cont_approach .blogcard div {
	padding: 0;
}

.blogcard-footer {
	clear: none;
}

.blogcard-site {
	float: left;
	display: flex;
	align-content: center;
}

.blogcard-favicon {
	margin: 0 5px 0 0;
}

.blogcard-site {
	display: flex;
}

.blogcard-domain {
	margin: 2px 0 0 0;
}

.cf::after {
	clear: both;
	content: "";
	display: block;
}

.approach_lead .fig {
	border: 1px solid #eee;
	padding: 40px;
	margin-top: 40px;
}
.cont_approach .flexcontainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.cont_approach .flexunit:first-of-type {
	width: 60%;
}
.cont_approach .flexunit {
	width: 40%;
}
.fig .flexunit {
	width: 50%;
}
.flexunit--center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.approach_lead .fig_title {
	text-align: center;
}
.approach_lead .fig_title .line {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.2em;
	border-bottom: #000 1px solid;
}
.approach_lead .fig_title .number {
	font-size: 48px;
	color: #b79133;
}

.approach_lead .fig_lead {
	font-size: 40px;
	color: #b79133;
	font-weight: 700;
}
.approach_lead .fig_lead span {
	font-size: 24px;
}

.approach_lead .fig_text span {
	font-weight: 700;
	font-size: larger;
}
.approach_lead .fig_text-smaller {
	font-size: smaller;
}
.approach_cont_wrap .jinchi_image {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------------------------------------
ブログカテゴリ一覧
-------------------------------------------------------------*/
.blog_category_list {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.blog_category_list li {
	display: inline-block;
	float: left;
}

.blog_category_list li a {
	display: inline-block;
	border: 1px solid #828282;
	font-size: 14px;
	padding: 4px 12px;
	margin: 0 0 10px 10px;
	color: #666;
	background: #ffffff;
	font-weight: 500;
	border-radius: 16px;
}

.blog_category_list li a:hover {
	color: #c4c4c4;
	background: #f2f2f2;
}

/*------------------------------------------------------------

-------------------------------------------------------------*/
.w_add {
	width: 1000px;
	margin: 0 auto;
}

.main_cont {
}

.approach_cont_wrap {
	margin-bottom: 120px;
}

.ja-en {
	position: absolute;
	top: 28px;
	right: 76px;
}

.ja-en ul {
	display: flex;
	flex-wrap: wrap;
	width: 180px;
	background-color: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.ja-en ul li {
	width: 50%;
	font-size: 12px;
}

.ja-en ul a {
	display: block;
	padding: 10px 0;
	text-align: center;
}

.ja-en ul li.on-lan {
	background-color: #fafafa;
}

.ja-en ul a:hover {
	background-color: #fafafa;
}

.ja-en ul a img:hover {
	opacity: 1;
}

.ja-en ul li img {
	width: 28px;
	margin-right: 4px;
}

/*ホワイトペーパー*/

.wh_list_tt {
	padding: 0 35px 15px;
	font-weight: bold;
	display: block;
	color: #666;
}
.wh_list_wrap {
	background-color: #f2f2f2;
	padding: 20px 0px 0px;
	overflow: hidden;
}

ul.wh_list {
	padding: 0px 20px;
	margin-bottom: 20px;
}
ul.wh_list li {
	margin: 0 16px;
}

.wh_list .slick-prev:after {
	content: "";
	top: -20px;
	bottom: 0;
	left: 30px;
	color: #fff;
	display: block;
	position: relative;
	text-align: center;
	width: 14px;
	height: 14px;
	border-top: 5px solid #828282;
	border-right: 5px solid #828282;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin: 0;
}

.wh_list .slick-next:after {
	content: "";
	top: -20px;
	bottom: 0;
	right: 30px;
	color: #fff;
	display: block;
	position: relative;
	text-align: center;
	width: 14px;
	height: 14px;
	border-top: 5px solid #828282;
	border-right: 5px solid #828282;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0;
}

.wh_list_thum {
	max-height: 110px;
	overflow: hidden;
}

/*アコーディオン全体*/
.wh_menu {
	width: 100%;
	padding: 15px 0 60px;
}
.wh_menu input {
	display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.wh_menu label {
	cursor: pointer;
	display: block;
	text-decoration: none;
	line-height: 1;
	position: relative;
	margin: 0 ;
	padding: 15px 40px;
	border-top: 1px solid #333;
}
/*開いたときに表示される部分*/
.wh_menu #links01 {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1px;
}
.wh_menu #links01 span {
	display: block;
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s; /*閉じるときのアニメーション*/
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 1px dotted #333;
}
#wh_menu_bar01:checked ~ #links01 span {
	max-height: 300px; /*開いたときに表示されるliの高さ*/
	opacity: 1;
	-webkit-transition: all 1s; /*開くときのアニメーション*/
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	margin-bottom: 0px;
}

/*閉じた状態の矢印描画*/
.wh_menu label:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: #333 2px solid;
	border-right: #333 2px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 15px;
	top: 7px;
	bottom: 15%;
	margin: auto;
}
/*開いた状態の矢印描画*/
.wh_menu input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: #333 2px solid;
	border-right: #333 2px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 15px;
	top: 7px;
	bottom: 0;
	margin: auto;
}

.solution_mv {
	height: 380px;
	background-color: #eee;
	margin-bottom: 80px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	padding-left: 40px;
	padding-right: 57%;
	position: relative;
}

.solution_mv_in {
	position: absolute;
	top: 0;
	right: 0;
	height: 380px;
	overflow: hidden;
	width: 54%;
	background-image: url(./images/page/solution_mv.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.solution_list_add .read_more {
	width: auto;
	position: relative;
	display: inline-block;
}

.solution_list_add .read_more a {
	font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans", sans-serif;
	padding: 11px 44px 11px 24px;
}

.solution_mv h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 16px;
}

.solution_mv p {
	margin: 0;
}

.solution_tt_add {
	display: block;
	font-size: 26px;
	line-height: 1.6;
	font-weight: bold;
	margin: 0 0 32px;
}

.solution_list_box {
	display: flex;
	flex-wrap: wrap;
}

.solution_list_box .left {
	width: 30%;
}

.solution_list_box .right {
	width: 70%;
	padding-left: 40px;
	box-sizing: border-box;
}

.solution_list_img {
	width: 100%;
	height: 240px;
	background-color: #ccc;
	background-size: cover;
	background-position: center;
}

.main_cont .solution_list_txt2 {
	display: block;
	font-weight: bold;
}

.solution_list_add li {
	margin: 0 0 40px;
}

.solution_list_add {
	margin: 0 0 40px;
	overflow: hidden;
}

#pageTop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #003f73;
}

#pageTop a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

#pageTop a::after {
	content: "▲";
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.projects_d_mv {
	height: 340px;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 40px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	padding: 0 40px;
}

.projects_d_mv h1 {
	background-color: #fff;
	font-weight: bold;
	margin: 0 0 32px;
	display: inline-block;
	padding: 4px 24px;
}

.projects_d_mv h2 {
	background-color: #fff;
	font-weight: bold;
	margin: 0;
	display: inline-block;
	padding: 4px 24px;
}

.projects_d_menu {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 8px 0;
	margin: 0 0 0px;
}

.projects_d_menu li {
	margin-right: 40px;
	position: relative;
}

.projects_d_menu li a {
	display: inline-block;
	padding: 0 0 0 24px;
	position: relative;
}

.projects_d_menu li:last-child {
	margin-right: 0;
}

.projects_d_menu li a:before {
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.projects_d_menu li a:hover {
	color: #aaa;
}

.projects_d_menu li a:hover:before {
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.projects_d_txt1 {
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 0 0 40px;
	font-size: 28px;
}

.projects_d_section1 {
	padding: 88px 0 0;
}

.projects_d_section2 {
	padding: 88px 0 0;
	text-align: center;
}

.projects_d_section3 {
	padding: 88px 0 0;
	text-align: center;
}

.projects_d_section4 {
	padding: 88px 0 0;
}

.pd_section1_box {
	display: flex;
	flex-wrap: wrap;
}

.pd_section1_box .left {
	width: 50%;
	padding-right: 40px;
	box-sizing: border-box;
}

.pd_section1_box .right {
	width: 50%;
	padding-left: 40px;
	box-sizing: border-box;
}

.pd_section1_box .right img {
	margin-bottom: 30px;
	border: 1px solid #eee;
}

.projects_d_txt2 {
	display: block;
	margin: 0 0 40px;
	font-size: 28px;
}

.main_cont .projects_d_txt3 {
	display: block;
	line-height: 2;
}

.projects_d_section2_img img {
	width: 100%;
}

.projects_d_section2_img {
	margin: 0 0 40px;
}

.projects_d_wrap .read_more {
	width: auto;
	position: relative;
	display: inline-block;
}

.projects_d_wrap .read_more a {
	font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans", sans-serif;
	padding: 11px 44px 11px 24px;
}

.footer_access {
	text-decoration: underline;
	display: block;
	color: #999;
	font-weight: normal;
}

.press-description {
	padding: 30px 0 60px;
}

#toc_container {
	padding: 20px 40px 20px 60px;
}

#toc_container.no_bullets ul li {
	line-height: 2;
}

.in_cont_post h2 span {
	display: block;
}

.in_cont_post h3 span {
	padding-top: 100px;
	display: block;
	margin-top: -100px;
}

/*Gigワーカー*/

.gig_head {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

.gig_head .l-box {
	width: 30%;
	color: #fff;
	background-color: #3d85c6;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	font-size: 40px;
}

.gig_head .l-box span {
	font-size: 1.8em;
}

.gig_head .r-box {
	width: 70%;
	box-sizing: border-box;
	padding: 30px 0 0 60px;
}

.gig_ttl {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 20px;
}

.gig_head .r-box p span {
	font-weight: bold;
}

.gig_table {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	margin: 30px 0 40px;
}

.gig_table dt {
	width: 30%;
	background-color: #eee;
	box-sizing: border-box;
	padding: 24px 30px;
	margin: 0 0 8px;
}

.gig_table dd {
	width: 70%;
	box-sizing: border-box;
	padding: 24px 30px;
}

.gig_table dd ol {
	padding-left: 20px;
}

.gig_table dd ol li {
	list-style-type: square;
}

.gig_table dd ol li ol {
	padding: 20px 0 0 20px;
}

.gig_table dd ol li ol li {
	list-style-type: circle;
}

/*20210607*/

.wp-caption {
	max-width: 100%;
}

/*20220112*/

.pp_ttl {
	font-family: "Times New Roman", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	padding: 0 0 6px 0;
	color: #333333;
	margin: 0 0 24px 0;
	border-bottom: 3px solid #ccc;
}

.pp_ttl2 {
	font-family: "Times New Roman", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	margin: 0 0 8px 0;
}
.pp_ttl3 {
	font-family: "Times New Roman", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin: 0 0 8px 0;
}
.pp_mainttl {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	display: block;
	margin: 0 0 30px;
}
.pp_body {
	padding: 0 0 120px;
}

.pp_body .pp_wrap {
	margin: 0 0 90px 0;
	max-width: 955px;
}

.pp_box {
	margin-bottom: 32px;
	overflow: hidden;
}

.pp_bgbox {
	width: max-content;
	padding: 16px 32px;
	background-color: #f6f6f6;
}

.pp_ul {
	margin: 0 0 32px;
	padding: 0 0 0 32px;
}

.pp_ul > li {
	list-style: disc;
	margin: 0;
	line-height: 1.8;
	font-weight: 700;
}
.pp_subul {
	margin: 0 0 32px;
}

.pp_subul > li {
	list-style: none;
	margin: 0;
	line-height: 1.8;
	font-weight: 400;
}

.pp_ol {
	margin: 0 0 32px;
	padding: 0 0 0 6px;
}

.pp_ol li {
	margin: 0;
	line-height: 1.8;
	padding-left: 1.3em;
	text-indent: -1.3em;
	font-weight: 400;
}

.pp_check .req {
	color: #eb2929;
	font-size: 16px;
	font-weight: normal;
}
.pp_check label .mwform-checkbox-field-text {
	text-align: left;
}
.pp_check label .mwform-checkbox-field-text .underline {
	color: #003f73;
	text-decoration: underline;
}
.main-footer-locations dl {
	display: flex;
	flex-wrap: wrap;
	gap: 2em 0;
}

.main-footer-locations dl dt {
	width: 30%;
}

.main-footer-locations dl dd {
	width: 70%;
}

/*202202_renewal*/
/*------------------------------------------------------------

-------------------------------------------------------------*/
