@charset 'utf-8';

/*
company-top
*/
.company-top-item {
	padding: 13rem 0;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 7rem;
}
.company-top-item:last-child {
	margin-bottom: 15rem;
}
.company-top-title {
	font-size: 4rem;
	color: #fff;
	width: fit-content;
	font-weight: 700;
	position: relative;
	margin: 0 auto;
	letter-spacing: 0.1em;
	text-shadow: 0 0 10px rgba(0,0,0,.8);
}
.company-top-title:after {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	width: 13.5rem;
	height: 2px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.8);
}

.company-top-item01 {
	background-image: url("../images/company/company01_bg.jpg");
}
.company-top-item02 {
	background-image: url("../images/company/company02_bg.jpg");
}
.company-top-item03 {
	background-image: url("../images/company/company03_bg.jpg");
}
.company-top-item04 {
	background-image: url("../images/company/company04_bg.jpg");
}
.company-top-item05 {
	background-image: url("../images/company/company05_bg.jpg");
}
@media (min-width:768px) {
	.company-top-item {
		padding: 15.5rem 0;
		margin-bottom: 10rem;
	}
	.company-top-title {
		font-size: 5.4rem;
		margin: 0 0 0 auto;
	}
	.company-top-item:nth-child(2n) .company-top-title {
		
		margin: 0 auto 0 0;
	}
}

/*
common-mv
*/
.page-id-23 .titlearea2-inner {background-image: url("../images/company/philosophy/philosophy_mv.jpg");}
.page-id-26 .titlearea2-inner {background-image: url("../images/company/logo/logo_mv.jpg");}
.page-id-28 .titlearea2-inner {background-image: url("../images/company/about/about_mv.jpg");}
.page-id-30 .titlearea2-inner {background-image: url("../images/company/access/access_mv.jpg");}


/*
philosophy
*/
.c-philosophy01 {
	background: url("../images/company/philosophy/philosophy_message_bg.png") bottom 10rem left 2rem / contain no-repeat;
	line-height: 2.063;
	padding-top: 0;
}
.c-philosophy01-h3 {
	font-family: "yu-mincho-pr6n", "BIZ UDPGothic", sans-serif;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #3F9877;
	width: fit-content;
	margin-bottom: 5px;
	line-height: 1.2;
}
.c-philosophy01-text {
	margin-bottom: 3rem;
}
.c-philosophy01-text p + p {
	margin-top: 3rem;
}
.c-philosophy01-img {
	text-align: center;
}
.c-philosophy01-img img {
	max-width: 30rem;
}
.c-philosophy01-img figcaption {
	font-family: "yu-mincho-pr6n", "BIZ UDPGothic", sans-serif;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
}
.c-philosophy01-img figcaption .president-name {
	font-size: 2.5rem;
	margin-left: 2rem;
}
@media (min-width:992px) {
	.c-philosophy01 {
		background-size: 74rem;
		background-position: bottom 10rem right 0;
	}
	.c-philosophy01-flex {
		display: flex;
		align-items: flex-end;
	}
	.c-philosophy01-text {
		width: calc(100% - 33rem);
		margin: 0 3rem 2rem 0;
	}
}

.c-philosophy02 {
	background-color: #3F9877;
	padding: 2rem 0 4rem;
}
.c-philosophy02 .common-subtitle:after {
	background-color: #fff;
}
.c-philosophy02-text {
	font-family: "yu-mincho-pr6n", "BIZ UDPGothic", sans-serif;
	font-size: 3rem;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	padding: 0 2rem;
}
.c-philosophy02-text:before, .c-philosophy02-text:after {
	position: absolute;
	width: 5.6rem;
	height: 5.8rem;
	content: '';
}
.c-philosophy02-text:before {
	top: -2rem;
	left: 0;
	background: url("../images/company/philosophy/philosophy_pattern01.png") center / contain no-repeat;
}
.c-philosophy02-text:after {
	background: url("../images/company/philosophy/philosophy_pattern02.png") center / contain no-repeat;
	bottom: -2rem;
	right: 0;
}

.c-philosophy03 {
	padding: 15rem 0 7.5rem;
}
.c-philosophy03-list {
	width: 100%;
	max-width: 77.6rem;
	color: #333333;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 5rem auto;
}
.c-philosophy03-list li + li {
	margin-top: 4rem;
}
.c-philosophy03-list-top {
	font-size: 2rem;
	padding-left: 2.5rem;
	position: relative;
	letter-spacing: 0.05em;
	margin-bottom: -5px;
}
.c-philosophy03-list-top:before {
	content: '⚫︎';
	font-size: 2rem;
	position: absolute;
	top: calc(50% - 1.9rem);
	left: 0;
}
.c-philosophy03-list-bottom {
	font-size: 2.7rem;
	letter-spacing: 0.05em;
}
.c-philosophy03-list li:last-child {
	color: #3F9877;
	border: 4px solid #3F9877;
	padding: 2rem;
}
.c-philosophy03-list li:last-child .c-philosophy03-list-top {
	background-color: #fff;
	width: fit-content;
	margin: -4rem auto 0;
	padding: 0 2rem 0 4.5rem;
}
.c-philosophy03-list li:last-child .c-philosophy03-list-top:before {
	left: 2rem;
}
.c-philosophy03-list li:last-child .c-philosophy03-list-bottom {
	font-size: 3rem;
	text-align: center;
	line-height: 1.6;
}
.c-philosophy03-pattern01 img {
	max-width: 73.2rem;
}
.c-philosophy03-pattern02 img {
	max-width: 78.6rem;
}

.c-philosophy04 {
	padding: 7.5rem 0;
}
.c-philosophy04-pattern01 img, .c-philosophy04-pattern02 img {
	max-width: 53.26rem;
}
.c-philosophy04-pattern02 img {
	transform: rotate(180deg);
}
.c-philosophy04-list, .c-philosophy04-text {
	width: 100%;
	max-width: 61.2rem;
	font-size: 2.7rem;
	letter-spacing: 0.05em;
}
.c-philosophy04-list {
	padding-left: 6rem;
	width: fit-content;
	margin: 3.5rem auto 3rem;
}
.c-philosophy04-list li {
	list-style: numeric;
	color: #333;
}
.c-philosophy04-list li + li {
	margin-top: 5px;
}
.c-philosophy04-text {
	margin: 0 auto 3.5rem;
	color: #333;
}
.c-philosophy05 {
	padding: 6.5rem 0 15rem;
}
.c-philosophy05-pattern01 img, .c-philosophy05-pattern02 img {
	max-width: 67.1rem;
}
.c-philosophy05-pattern02 img {
	transform: rotate(180deg);
}
.c-philosophy05-list {
	width: 100%;
	max-width: 72.15rem;
	margin: 3.5rem auto 7.5rem;
	font-size: 2.7rem;
	font-weight: 700;
	color: #333;
	letter-spacing: 0.05em;
}
.c-philosophy05-list li + li {
	margin-top: 1.3rem;
}

@media (min-width:768px) {
	.c-philosophy02-text {
		font-size: 3.7rem;
	}
	.c-philosophy03-list-bottom, .c-philosophy04-list, .c-philosophy04-text, .c-philosophy05-list {
		font-size: 3rem;
	}
	.c-philosophy03-list li:last-child .c-philosophy03-list-bottom {
		font-size: 3.9rem;
	}
}
@media (min-width:992px) {
	.c-philosophy04-list li {
		padding-left: 15px;
	}
	.c-philosophy03-list-bottom {
		padding-left: 5rem;
	}
	.c-philosophy03-list li:last-child .c-philosophy03-list-bottom {
		padding-left: 0;
	}
}


/*
logo
*/
.c-logo {
	padding: 0;
}
.c-logo .container {
	background: url("../images/company/logo/japan_bg.png") bottom right / 100% no-repeat;
	padding-bottom: 11.2rem;
}
.c-logo-h3 {
	font-family: "yu-mincho-pr6n", "BIZ UDPGothic", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.88;
	text-align: center;
	letter-spacing: 0.1em;
}
.c-logo-img {
	margin: 6rem auto;
}
.c-logo-img img {
	max-width: 50.5rem;
}
.c-logo-text {
	font-family: "yu-mincho-pr6n", "BIZ UDPGothic", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	width: 100%;
	max-width: 92.6rem;
	margin: 0 auto;
}
.c-logo-text .bigger {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.781;
}
@media (min-width:768px) {
	.c-logo .container {
		background-position: bottom 0 right 2rem;
		background-size: 56rem;
	}
}


/*
about
*/
.c-about01 {
	padding: 4rem 0 5rem;
}
.c-about01 .common-subtitle, .c-about02 .common-subtitle {
	font-size: 4rem;
	margin-bottom: 5rem;
}
.c-about-table tr {
	padding: 1.5px 0;
}
.c-about-table th, .c-about-table td {
	display: block;
	width: 100%;
	letter-spacing: 0.05em;
}
.c-about-table th {
	color: #fff;
	background-color: #2E7568;
	font-size: 1.9rem;
	font-weight: 400;
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	line-height: 1;
}
.c-about-table td {
	color: #333;
	font-size: 1.8rem;
	padding: 2rem 0;
	border-bottom: .5px solid #3F9877;
}
.c-about-table td p + p {
	margin-top: 10px;
}
.c-about-btn {
	width: 100%;
	max-width: 14.7rem;
	color: #333333;
	border: .5px solid #333333;
	padding: 7px 15px 7px 3rem;
	line-height: 1;
	font-size: 15px;
	letter-spacing: 0.05em;
	position: relative;
	margin: 2rem 0 0 auto;
	overflow: hidden;
    transition: all 0.3s;
}
.c-about-btn:hover {
	color: #fff;
	opacity: 1;
}
.c-about-btn:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #333333;
	transform: translateX(-100%);
	transition: all 0.3s;
}
.c-about-btn:hover::before {
	transform: translateY(0);
}
.c-about-btn:after {
	position: absolute;
	top: calc(50% - 3.5px);
	right: 13px;
	width: 7px;
	height: 7px;
	content: '';
	background: url("../images/common/arrow_black.png") center / contain no-repeat;
}
.c-about-btn:hover::after {
	background-image: url("../images/common/arrow_white02.png");
}
.c-about-btn span {
	position: relative;
}
.c-about02 {
	padding-bottom: 0;
}
.c-about02-bg {
	background: url("../images/company/about/about_bg.jpg") center / cover no-repeat;
	padding: 5rem 0 10rem;
}
.c-about02-timeline {
	position: relative;
}
.c-about02-timeline:before {
	position: absolute;
	top: 4rem;
	left: 15px;
	width: 1px;
	height: 100%;
	content: '';
	background-color: #333333;
}
.c-about02-timeline:after {
	position: absolute;
	top: 101.5%;
	left: 15px;
	width: 1px;
	height: 5rem;
	content: '';
	border-left: 1px dashed #333333;
}
.c-about02-timeline li {
	position: relative;
	min-height: 15.7rem;
}
.c-about02-timeline li:before {
	content: '';
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 100%;
	background-color: #3F9877;
	position: absolute;
	top: 1.5rem;
	left: 0;
}
.c-about02-timeline li:first-child::before {
	width: 5rem;
	height: 5rem;
	background-color: #B80404;
	top: 2rem;
	left: -6px;
}
.c-about02-timeline li:last-child::before {
	content: 'New';
	color: #fff;
	background-color: #F19916;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	width: 5rem;
	height: 5rem;
	top: 1rem;
	left: -6px;
}
.timeline-year {
	font-family: "din-2014-narrow", "BIZ UDPGothic", sans-serif;
	font-size: 6rem;
	line-height: 1;
	padding-left: 4rem;
	margin-left: 1.5rem;
}
.c-about02-timeline li:first-child .timeline-year {
	font-size: 8rem;
}
.timeline-content {
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding: 0 0 2.75rem 4rem;
	margin: 0 0 3rem 1.5rem;
	position: relative;
}
.c-about02-timeline li:first-child .timeline-content {
	padding-bottom: 3.75rem;
}
.timeline-content:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 95%;
	height: .5px;
	background-color: #707070;
}
.c-about02-timeline li:last-child .timeline-content:after {
	display: none;
}
.timeline-title {
	font-size: 3rem;
	line-height: 1.5;
	margin-top: 10px;
}
.timeline-text {
	margin-top: 10px;
}
.timeline-text .bigger {
	font-size: 1.07em;
	font-weight: 700;
}
@media (min-width:768px) {
	.c-about01 {
		padding-bottom: 11rem;
	}
	.c-about-table {
		border-collapse: separate;
		border-spacing: 0 3px;
	}
	.c-about-table th, .c-about-table td {
		display: table-cell;
	}
	.c-about-table th {
		width: 23rem;
	}
	.c-about-table td {
		width: calc(100% - 23rem);
		padding-left: 4rem;
	}
	.c-about-table-flex {
		display: flex;
		align-items: flex-end;
	}
	.c-about02-bg {
		padding: 10rem 0 18.6rem;
	}
}
@media (min-width:992px) {
	.c-about02-timeline:before {
		top: 10rem;
		left: 25rem;
		height: 96%;
	}
	.c-about02-timeline:after {
		top: 100%;
		left: 25rem;
	}
	.c-about02-timeline li {
		display: flex;
		align-items: center;
	}
	.c-about02-timeline li:before {
		width: 5rem;
		height: 5rem;
		top: calc(50% - 2.5rem);
		left: 22.5rem;
	}
	.c-about02-timeline li:first-child::before {
		width: 9.4rem;
		height: 9.4rem;
		top: calc(50% - 4.7rem);
		left: 20.5rem;
	}
	.c-about02-timeline li:last-child::before {
		font-size: 16px;
		width: 6.5rem;
		height: 6.5rem;
		top: calc(50% - 3.25rem);
		left: 21.8rem;
	}
	.timeline-content {
		font-size: 2.8rem;
		margin: 0 0 0 13rem;
		padding-top: 2.75rem;
		width: calc(100% - 17rem);
		min-height: 15.7rem;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}
	.timeline-content:after {
		width: 100%;
	}
	.timeline-year {
		font-size: 7.5rem;
		padding: 0;
		width: 20rem;
		text-align: right;
	}
	.c-about02-timeline li:first-child .timeline-year {
		font-size: 10.4rem;
	}
	.timeline-title {
		font-size: 4.1rem;
	}
	.timeline-text {
		margin-top: 0;
	}
}
@media (min-width:1200px) {
	.c-about-table th {
		width: 30rem;
	}
	.c-about-table td {
		width: calc(100% - 30rem);
		padding-left: 14.2rem;
	}
}

/*
access
*/
.c-access {
	padding: 0 0 9rem;
}
.c-access-item {
	margin-bottom: 11rem;
	position: relative;
}
.ankor-link {
	position: absolute;
	top: -10rem;
	left: 0;
}
.c-access-title {
	color: #fff;
	background-color: #2E7568;
	font-weight: 400;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.c-access-iframe {
	border: 1px solid #707070;
	width: 100%;
	height: 0;
	padding-bottom: 57.637%;
	position: relative;
}
.c-access-iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.c-access-right {
	margin-top: 3rem;
}
.c-access-right p, .c-access-right a {
	border-bottom: 1px solid #2E7568;
	padding: 5px;
	margin-bottom: 2.5rem;
}
.c-access-right p.c-access-note {
	color: #E50000;
	text-align: right;
	margin: 0 2.5rem 0 0;
	border-bottom: none;
}
@media (min-width:768px) {
	.c-access-flex {
		display: flex;
		align-items: center;
	}
	.c-access-title, .c-access-left {
		width: 100%;
		max-width: 47rem;
	}
	.c-access-right {
		margin: 0 0 0 3rem;
		width: calc(100% - 47rem);
	}
}
@media (min-width:992px) {
	.c-access-title, .c-access-left {
		max-width: 55rem;
	}
	.c-access-right {
		width: calc(100% - 55rem);
	}
}
@media (min-width:1200px) {
	.c-access-right {
		margin-left: 6.5rem;
	}
}

/*
license
*/
.c-license {
	padding: 0 0 15rem 0;
}
.c-license-item + .c-license-item {
	margin-top: 10rem;
}
.c-license-titlearea .service-title {
	font-size: 2rem;
	padding-bottom: 10px;
	margin-bottom: 4rem;
}
.c-license-imgs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	margin-bottom: 4rem;
}
.c-license-imgs img {
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.22);
	cursor: pointer;
	transition: .3s;
}
.c-license-imgs img:hover {
	opacity: .8;
}
.c-license-text {
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.c-license-text h4 {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(0, 0, 0, .4);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*  overflow-y: scroll;*/
	width: 80%;
	height: auto;
/*  width: min(calc(100% - 40px), 1000px);*/
/*  max-height: calc(100% - 40px);*/
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 4rem;
  height: 4rem;
  background: #000;
  cursor: pointer;
  transition: opacity .3s;
	border-radius: 100%;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__content .modal__image img {
  width: 100%;
}
@media (min-width:576px) {
	.modal__container {
		width: auto;
	}
}
@media (min-width:768px) {
	.c-license-item + .c-license-item {
		margin-top: 16rem;
	}
	.c-license-content {
		display: flex;
	}
	.c-license-imgs {
		gap: 4.3rem;
		margin: 0 5rem 0 0;
		width: calc(58% + 5rem);
	}
/*
	.c-license-imgs img {
		max-width: 21.8rem;
	}
*/
	.c-license-text {
		width: 50%;
	}
}
@media (min-width:992px) {
	.c-license-imgs {
/*		gap: 4rem;*/
		margin: 0 9rem 0 0;
		width: calc(50% + 9rem);
	}
	
}