@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1920px) {
	html {
		font-size: 0.5208333333vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 2.6666666667vw;
	}
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-feature-settings: "palt";
	word-break: break-word;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.preload* {
	transition: none !important;
}

@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}
/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
body {
	color: #000000;
	font-size: 1rem;
	text-align: left;
}

.main {
	display: block;
	overflow: hidden;
}

section {
	position: relative;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
	font-size: 2rem;
	line-height: 1.1428571429;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

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

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

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold,
strong {
	font-weight: bold;
	font-weight: 700;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.en {
	font-weight: 600;
	font-style: normal;
	font-family: neue-haas-grotesk-display, sans-serif;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
	a {
		cursor: pointer;
		transition: opacity 0.3s ease;
	}
	a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	p,
	th,
	td,
	dt,
	dd,
	li,
	input,
	button,
	textarea {
		font-size: 1.4rem;
	}
}
/* teaser_frame
--------------------------------*/
.teaser_container {
	min-height: 100%;
	padding: 5rem;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.teaser_container {
		padding: 1.9rem;
	}
}

.teaser_frame {
	width: 100%;
	max-width: 182rem;
	height: 100%;
	border: 2px solid #000000;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.teaser_frame {
		display: flex;
		flex-direction: column;
		border: 0.2rem solid #000000;
	}
}

/* ---------------------------------------
  header
-----------------------------------------*/
.header {
	position: relative;
	display: flex;
}
@media screen and (max-width: 767px) {
	.header {
		flex-wrap: wrap;
		order: 1;
	}
}
.header .header_cell {
	min-height: 8.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 3.6rem;
	border-bottom: 0.1rem solid #000000;
}
@media screen and (max-width: 767px) {
	.header .header_cell {
		width: 100%;
		min-height: 2.7rem;
		padding: 0.5rem;
	}
}
@media screen and (min-width: 768px) {
	.header .header_cell:not(:last-child) {
		border-right: 0.1rem solid #000000;
	}
}
@media screen and (max-width: 767px) {
	.header .header_cell.ceo, .header .header_cell.coo {
		width: 50%;
	}
	.header .header_cell.ceo {
		border-right: 0.1rem solid #000000;
	}
}
.header .header_cell.ttl {
	flex: 1;
}
.header .header_cell p,
.header .header_cell h1 {
	text-align: left;
	font-size: 2rem;
	line-height: 1.1428571429;
}
@media screen and (max-width: 767px) {
	.header .header_cell p,
	.header .header_cell h1 {
		text-align: center;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) {
	.header .header_cell h1 {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* ---------------------------------------
  main
-----------------------------------------*/
.main {
	background-color: #fff;
	background-image: linear-gradient(to right, rgba(187, 187, 187, 0.3) 1px, transparent 1px), linear-gradient(to bottom, rgba(187, 187, 187, 0.3) 1px, transparent 1px);
	background-size: 2rem 2rem;
}
@media screen and (max-width: 767px) {
	.main {
		order: 3;
		background-position: center top;
	}
}

.sec_mv {
	padding: 10.4rem 4rem 2rem;
}
@media screen and (max-width: 767px) {
	.sec_mv {
		padding: 4rem 0.9rem 2rem;
	}
}
.sec_mv .logo_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 9.7rem;
}
@media screen and (max-width: 767px) {
	.sec_mv .logo_wrap {
		flex-direction: column;
		gap: 1.6rem 0;
	}
}
.sec_mv .logo_wrap .logo._01 {
	width: 59.5rem;
	margin-left: 3.2rem;
}
@media screen and (max-width: 767px) {
	.sec_mv .logo_wrap .logo._01 {
		width: 100%;
		margin-left: 0;
	}
}
.sec_mv .logo_wrap .logo._02 {
	width: 95.6rem;
}
@media screen and (max-width: 767px) {
	.sec_mv .logo_wrap .logo._02 {
		width: 23.2rem;
		margin: 0 auto;
	}
}
.sec_mv .info_wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
	.sec_mv .info_wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 2.3rem 0;
		padding: 0 1rem;
		margin-top: 1.8rem;
	}
}
.sec_mv .info_wrap p {
	font-size: 1.4rem;
}
.sec_mv .info_wrap .info_color {
	margin-left: 0.5rem;
	margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
	.sec_mv .info_wrap .info_color {
		margin: 0;
	}
}
.sec_mv .info_wrap .info_color .color_wrap {
	display: flex;
	gap: 0 2.6rem;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.sec_mv .info_wrap .info_color .color_wrap {
		flex-direction: column;
		gap: 1.5rem 0;
		margin-top: 0.6rem;
	}
}
.sec_mv .info_wrap .info_color .color_wrap .color {
	display: flex;
	align-items: center;
	gap: 0 1.2rem;
}
.sec_mv .info_wrap .info_color .color_wrap .color .circle {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
}
.sec_mv .info_wrap .info_color .color_wrap .color .circle._yellow {
	background-color: #FFFF00;
}
.sec_mv .info_wrap .info_color .color_wrap .color .circle._black {
	background-color: #000;
}
.sec_mv .info_wrap .info_color .color_wrap .color p {
	line-height: 1.0714285714;
}
@media screen and (max-width: 767px) {
	.sec_mv .info_wrap .info_color .color_wrap .color p {
		flex: 1;
	}
}
.sec_mv .info_wrap .info_color .color_wrap .color p span {
	margin-left: 1rem;
}
@media screen and (max-width: 767px) {
	.sec_mv .info_wrap .info_color .color_wrap .color p span:first-of-type {
		margin-left: 0;
	}
}
.sec_mv .info_wrap .info_txt {
	width: 69rem;
	padding: 1.5rem;
	background-color: #fff;
	border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
	.sec_mv .info_wrap .info_txt {
		width: 100%;
		padding: 1.6rem 1.5rem;
	}
}
.sec_mv .info_wrap .info_txt p {
	line-height: 1.3414285714;
	text-align: justify;
}

/* ---------------------------------------
footer
-----------------------------------------*/
.footer {
	padding: 2.3rem;
	background-color: #fff;
	border-top: 1px solid #000000;
}
@media screen and (max-width: 767px) {
	.footer {
		order: 2;
		padding: 0.7rem;
		border-top: none;
		border-bottom: 1px solid #000000;
	}
}
.footer .txt {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.4285714286;
}
.footer .txt .ico_thunder {
	display: inline-block;
	width: 4.8rem;
	margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
	.footer .txt .ico_thunder {
		width: 3rem;
		margin-right: 0.7rem;
		margin-left: -3rem;
	}
}
.footer .txt a {
	display: inline-block;
	line-height: 1.1;
	color: #29ABE2;
	border-bottom: 1px solid #29ABE2;
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */