@charset "utf-8";
.wp-block-table td, .wp-block-table th {
		border: none;
}
hgroup.company_hd {
		display: flex;
		flex-direction: column-reverse;
		margin: 0 0 50px
}
hgroup.company_hd.center {
		text-align: center;
}
.company_hd .en {
		font-size: 17px;
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 800;
		color: #C3392D;
		letter-spacing: 0.07em;
		margin: 0 0 30px;
}
.company_hd .en span {
		display: inline-block;
		position: relative;
}
.company_hd .en span::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #C3392D;
}
.company_hd .jp {
		font-size: 28px;
		font-weight: 700;
}
@media(max-width: 767px) {
		.company_hd .en {
				font-size: 14px;
		}
		.company_hd .jp {
				font-size: 22px;
		}
}
/* ============== */
.message_section {
		padding: 0 0 120px;
}
.message_wrap {
		display: flex;
}
.message_figure {
		width: 50%;
		background-repeat: no-repeat;
		background-position: right top;
		background-size: cover;
		background-image: url("../images/about_message_bg.jpg")
}
.message_caption {
		flex: 1;
		padding-left: 50px;
		padding-top: 25px;
		padding-bottom: 25px;
}
@media(min-width: 1921px) {
		.message_caption {
				padding-top: 50px;
				padding-bottom: 50px;
		}
}
.message_caption p {
		line-height: 2.2;
		margin: 0 0 1.5em
}
.message_caption p strong {
		color: #C3392D;
		font-weight: 500;
}
@media(max-width: 1440px) {
		.message_figure {
				background-repeat: no-repeat;
				background-position: right top;
				background-size: cover;
				background-image: url("../images/about_message_mid.jpg");
				width: 45%;
		}
		.message_caption {
				padding: 0 30px;
		}
		.message_caption p {
				line-height: 2;
				margin: 0 0 1.5em
		}
}
@media(max-width: 960px) {
		.message_section {
				padding: 0 0 80px;
		}
		.message_wrap {
				display: block;
		}
		.message_figure {
				width: 100%;
				background-repeat: no-repeat;
				background-position: center top;
				background-size: 100%;
				background-image: url("../images/about_message_bg_sp.jpg");
				aspect-ratio: 10 / 6;
		}
		.message_caption {
				padding: 60px 0px 0;
				display: flex;
				justify-content: center;
		}
}
@media(max-width: 767px) {
		.message_section {
				padding-bottom: 40px;
		}
		.message_caption {
				padding: 40px 20px 0;
				display: block
		}
}
@media(max-width: 390px) {
		.message_caption p {
				font-size: 14px;
		}
}
/* ============== */
.philosophy_section {
		padding: 120px 30px;
		background: #f3f1f1 url(../images/check_bg.png);
}
.philosophy_wrap {
		max-width: 800px;
		margin: 0 auto;
}
.philosophy_cont {
		padding: 40px 20px 40px 70px;
		position: relative;
		background: #fff;
}
.philosophy_cont::after {
		content: '';
		display: block;
		position: absolute;
		width: 115px;
		height: 200px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		background-image: url("../images/company_philosophy_illust.png");
		right: -58px;
		bottom: -40px;
}
.philosophy_cont ul {
		margin-left: 1em;
		list-style: none
}
.philosophy_cont li {
		margin: 0 0 15px;
		line-height: 1.6;
		position: relative;
}
.philosophy_cont li::before {
		content: '';
		display: block;
		position: absolute;
		top: 0.5em;
		left: -1em;
		width: 8px;
		height: 8px;
		background: #C3392D;
		border-radius: 50%;
}
.philosophy_cont li strong {
		color: #C3392D;
		font-weight: 500;
}
@media(max-width: 960px) {
		.philosophy_cont::after {
				right: -35px;
		}
}
@media(max-width: 767px) {
		.philosophy_section {
				padding: 60px 20px 70px;
				background: #f3f1f1 url(../images/check_bg_sp.png);
		}
		.philosophy_cont {
				padding: 30px 5px 35px 20px;
		}
		.philosophy_cont::after {
				background-image: url("../images/company_philosophy_illust_sp.png");
				width: 65px;
				height: 155px;
				right: 20px;
				bottom: -90px;
		}
}
/* ============== */
.history_section {
		padding: 120px 30px;
}
.history_wrap {
		max-width: 800px;
		margin: 0 auto;
}
@media(max-width: 767px) {
		.history_section {
				padding: 60px 20px;
		}
}
/* ============== */
.company_section {
		padding: 120px 30px;
		background: #f3f1f1 url(../images/check_bg.png);
}
.company_wrap {
		max-width: 940px;
		margin: 0 auto;
}
.company_cont {
		padding: 45px 70px;
		background: #fff;
}
.history_cont table, .company_cont table {
		width: 100%;
		border-collapse: collapse;
}
.history_cont th, .history_cont td, .company_cont th, .company_cont td {
		text-align: left;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1.6;
		vertical-align: top;
		border-bottom: 1px dotted #A8A8A8;
		font-weight: 500;
}
.history_cont th, .history_cont tr td:first-child, .company_cont th, .history_cont tr td:first-child {
		padding-left: 10px;
		font-weight: 700;
		width: 15%;
		white-space: nowrap;
		color: #C3392D;
}
.history_cont th, .history_cont tr td:first-child {
		width: 20%;
}
.history_figure {
		margin-top: 40px;
}
.history_cont .history_figure img {
		width: 100%;
		height: auto;
}
.company_cont td dl {
		display: flex;
		align-items: center;
		margin: 0 0 8px;
}
.company_cont td dl dt {
		width: 7em;
}
@media(max-width: 767px) {
		.company_section {
				padding: 60px 20px;
				background: #f3f1f1 url(../images/check_bg_sp.png);
		}
		.company_cont {
				padding: 30px 20px 30px;
		}
		.history_cont th, .history_cont td, .company_cont th, .company_cont td, .history_cont tr td:first-child, .company_cont tr td:first-child {
				display: block;
				padding: 0;
				border: none;
				width: auto;
		}
		.history_cont th, .company_cont th, .history_cont tr td:first-child, .company_cont tr td:first-child {
				padding: 15px 0px 5px;
		}
		.company_cont table tr:first-child th, .company_cont table tr:first-child td {
				padding-top: 0;
		}
		.history_cont td, .company_cont td {
				padding-bottom: 15px;
				border-bottom: 1px dotted #A8A8A8;
		}
}
/* ============== */
.partner_section {
		padding: 120px 30px;
}
.partner_wrap {
		max-width: 800px;
		margin: 0 auto;
}
.partner_cont {
		background: #f3f1f1 url(../images/check_bg.png);
		padding: 35px 80px;
		position: relative;
}
.partner_cont::after {
		content: '';
		display: block;
		position: absolute;
		width: 105px;
		height: 120px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		background-image: url("../images/about_partner_illust.png")
}
.partner_cont::after {
		right: -52px;
		bottom: -15px;
}
.partner_cont ul {
		display: flex;
		flex-wrap: wrap;
		list-style: none
}
.partner_cont li {
		position: relative;
		padding-right: 0.5em;
		margin-right: 0.5em;
		margin-bottom: 20px;
}
.partner_cont li::after {
		content: '/';
		display: block;
		position: absolute;
		top: 0;
		right: -0.25em;
}
.partner_cont ul li:last-child::after {
		display: none
}
@media(max-width: 960px) {
		.partner_cont::after {
				right: -15px;
				bottom: -20px;
		}
}
@media(max-width: 767px) {
		.partner_section {
				padding: 60px 20px;
		}
		.partner_cont {
				background: #f3f1f1 url(../images/check_bg_sp.png);
				padding: 35px 20px;
		}
		.partner_cont::after {
				width: 90px;
				height: 105px;
				right: -10px;
				bottom: -40px;
		}
}
/* ============== */
.license_section {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url("../images/about_license_bg_pc.jpg?2602");
		padding: 90px 30px
}
.license_wrap {
		max-width: 1080px;
		margin: 0 auto;
}
.license_cont {
		display: flex;
		justify-content: center;
		padding: 60px 20px;
		background: #fff;
}
.license_cont div {
		padding: 0 20px;
}
.license_cont p {
		font-size: 110%;
		font-weight: 700;
		margin: 0 0 10px;
}
.license_cont .wp-block-table .has-fixed-layout {
		table-layout: auto;
}
.license_cont table tr td:first-child {
		white-space: nowrap;
		padding-left: 15px;
		padding-right: 10px;
		position: relative;
}
.license_cont table tr td:nth-child(2) {
		text-align: right;
}
.license_cont ul {
		list-style: none;
		font-size: 15px;
		margin-left: 1em;
}
.license_cont li {
		position: relative;
		line-height: 1.6;
		margin: 0 0 10px;
}
.license_cont li::before, .license_cont table tr td:first-child::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 4px);
		left: -1em;
		width: 8px;
		height: 8px;
		background: #C3392D;
		border-radius: 50%;
}
.license_cont table tr td:first-child::before {
		top: calc(50% - 4px);
		left: 0;
}
@media(max-width: 1200px) {
		.license_cont {
				padding: 60px 30px;
		}
}
@media(max-width: 1100px) {
		.license_section {
				display: flex;
				justify-content: center;
		}
		.license_cont {
				display: block;
				padding: 60px 100px;
		}
		.license_cont div {
				padding: 0 0 20px;
		}
}
@media(max-width: 1200px) {
		.license_cont {
				padding: 60px 30px;
		}
}
@media(max-width: 767px) {
		.license_section {
				padding: 60px 15px;
				background-image: url("../images/about_license_bg_sp.jpg?2602");
		}
		.license_cont {
				padding: 35px 20px;
		}
		.license_cont li::before {
				top: 0.5em
		}
		.license_cont table td {
				display: block;
				padding: 0;
		}
		.license_cont table tr td:first-child {
				padding: 0 0 5px;
				padding-left: 15px;
		}
		.license_cont table tr td:nth-child(2) {
				text-align: left;
				padding: 0 0 10px;
				padding-left: 15px;
		}
}
/* ================ */
.access_section {
		padding: 120px 0 80px;
}
.access_wrap {
		margin-left: calc(calc(100% - 1200px) * 0.5);
		min-height: 300px;
		display: flex;
		align-items: center;
}
.access_left {
		width: 350px;
}
.access_left dl {
		margin: 0 0 30px
}
.access_left dt {
		font-weight: 700;
		margin: 0 0 10px;
		position: relative;
}
.access_left dt::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 5px);
		left: -20px;
		width: 10px;
		height: 10px;
		background: #C3392D;
		border-radius: 50%;
}
.access_left dd {
		line-height: 1.8;
}
.access_left dd a {
		color: #C3392D;
		text-decoration: underline;
}
@media (hover: hover) {
		.access_left dd a:hover {
				color: #C3392D;
				text-decoration: none;
		}
}
.access_right {
		flex: 1;
}
.access_right iframe {
		width: 100%;
		aspect-ratio: 10 / 6;
}
@media(max-width: 1350px) {
		.access_wrap {
				margin-left: 60px;
		}
}
@media(max-width: 960px) {
		.access_section {
				padding: 80px 30px;
		}
		.access_section hgroup {
				text-align: center;
		}
		.access_wrap {
				display: block;
				width: auto;
				margin: 0 auto;
		}
		.access_left {
				width: auto;
				margin: 0;
				padding-left: 30px;
		}
		.access_flex {
				display: flex;
		}
		.access_flex dl:first-child {
				margin-right: 80px;
		}
		.access_right iframe {
				aspect-ratio: 4 / 3;
		}
}
@media(max-width: 767px) {
		.access_section {
				padding: 60px 20px 0;
		}
		.access_left {
				padding-left: 20px;
		}
		.access_left dt {
				margin-bottom: 5px;
		}
		.access_left dt::before {
				top: calc(50% - 4px);
				left: -16px;
				width: 8px;
				height: 8px;
		}
		.access_flex {
				display: block;
		}
		.access_right iframe {
				height: 60vw;
				aspect-ratio: inset;
		}
}