@charset "utf-8";

/* CSS Document */
/*color
-----------------------------------------------------*/

html {
	font-size: 62.5%;
	color: #000;
	scroll-behavior: smooth;
	background: #fff;
}

*{
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	font-size: 1.8rem;
}

@media screen and (max-width:1023px) {
	*{
		font-size: 1.6rem
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0 0 1em;
	line-height: 1.75em;
}

ul.txt li {
	margin-bottom: 0.5em;
}

ul.txt li ul {
	margin: 0.5em 0 1em;
}

ul.txt li ul li {
	margin-bottom: 0.25em;
}

ul.txt li:last-child {
	margin-bottom: 0em;
}

address {
	font-style: normal;
}

/**/
.ff_se {
	font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}


.fs10 {
	font-size: 1.0rem
}

.fs11 {
	font-size: 1.1rem
}

.fs12 {
	font-size: 1.2rem
}

.fs13 {
	font-size: 1.3rem
}

.fs14 {
	font-size: 1.4rem
}

.fs15 {
	font-size: 1.5rem
}

.fs16 {
	font-size: 1.6rem
}

.fs17 {
	font-size: 1.7rem
}

.fs18 {
	font-size: 1.8rem
}

.fs19 {
	font-size: 1.9rem
}

.fs20 {
	font-size: 2.0rem
}

.fs22 {
	font-size: 2.2rem
}

.fs24 {
	font-size: 2.4rem
}

.fs26 {
	font-size: 2.6rem
}

.fs28 {
	font-size: 2.8rem
}

.fs30 {
	font-size: 3.0rem
}

.fs32 {
	font-size: 3.2rem
}

@media screen and (max-width:1023px) {
	.fs10 {
		font-size: 0.8rem
	}

	.fs11 {
		font-size: 0.9rem
	}

	.fs12 {
		font-size: 1.0rem
	}

	.fs13 {
		font-size: 1.1rem
	}

	.fs14 {
		font-size: 1.2rem
	}

	.fs15 {
		font-size: 1.3rem
	}

	.fs16 {
		font-size: 1.4rem
	}

	.fs17 {
		font-size: 1.5rem
	}

	.fs18 {
		font-size: 1.6rem
	}

	.fs19 {
		font-size: 1.7rem
	}

	.fs20 {
		font-size: 1.8rem
	}

	.fs22 {
		font-size: 2.0rem
	}

	.fs24 {
		font-size: 2.2rem
	}

	.fs26 {
		font-size: 2.4rem
	}

	.fs28 {
		font-size: 2.6rem
	}

	.fs30 {
		font-size: 2.8rem
	}

	.fs32 {
		font-size: 3.0rem
	}
}

.fw_n {
	font-weight: normal;
}

.fw_b {
	font-weight: bold;
}

.txtA_c {
	text-align: center;
}

.txtA_l {
	text-align: left;
}

.txtA_r {
	text-align: right;
}

.txtBdr_w {
	text-shadow:
		1px 1px 3px rgba(255, 255, 255, .3),
		-1px -1px 3px rgba(255, 255, 255, .3),
		-1px 1px 3px rgba(255, 255, 255, .3),
		1px -1px 3px rgba(255, 255, 255, .3),
		0px 1px 3px rgba(255, 255, 255, .3),
		0-1px 3px rgba(255, 255, 255, .3),
		-1px 0 3px rgba(255, 255, 255, .3),
		1px 0 3px rgba(255, 255, 255, .3);
}

.mrg_b_50 {
	margin-bottom: 50px !important;
}
.mrg_b_75 {
	margin-bottom: 75px !important;
}
.br_sp {
	display: none;
}

@media screen and (max-width:1023px) {
	.br_sp {
		display: inline;
	}
}
:root {
	--color-pink: #ed2672;
	--color-blue01: #25253f;
	--color-blue02: #78a2d3;
	--color-bg_site: #fafafa;
	--color-bg01: #c3d1db;
	--font-ss: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
/*-----------------------------------------------------*/
.color {
	color: var(--color-blue01);
}

.img {
	width: 100%;
	height: auto;
}

.ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*-----------------------------------------------------*/
.kome {
	padding-left: 1.25em;
	text-indent: -1.25em;
	list-style: none;
}

.kome::before {
	content: "※";
	margin-right: 0.25em;
}

li.kome {
	margin: 0 0 0.5em;
}
span.kome{
	display: inline-block;
}


/*テーブル
-----------------------------------------------------*/
.table01{
	width: 100%;
}
.table01 th,
.table01 td{
	padding: 1em;
	border-bottom: solid 1px #ccc;;
}
.table01 th{
	white-space: nowrap;
	vertical-align: top;
}
.table01 ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.table01 li{
	margin: 0 0.5em 0.5em 0;
	list-style: none;
}
.table01 li::after{
	content: "、";
}
.table01 li:last-child:after{
	content: none;
}
.table01 .NB{
	border: none;
}
@media screen and (max-width:1023px) {
	.table01 th,
	.table01 td{
		display: block;
	}
	.table01 th{
		padding: 1em 0 0 1em;
		border: none;
		font-size: 1.4rem;
		text-align: left;
	}
}
/*ボタン
-----------------------------------------------------*/
.btn {
	position: relative;
	display: inline-block;
	min-width: 240px;
	padding: 1em 0.5em;
	border: none;
	background: var(--color-blue01);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	transition: color .3s, background-color .3s;
}
.btn:hover {
	background: var(--color-blue02);
}
.btn.page{
	padding: 1em 60px 1em 1.5em;
}
.btn.page::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	display: block;
	width: 30px;
	height: 1px;
	margin: auto;
	background: #fff;
}
.btnLine{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 220px;
	padding: 0.25em 0;
	border-bottom: solid 1px #666;
	background: url(../images/common/btn_arrow_w.svg) no-repeat center right;
	color: #000;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.btnLine:hover{
	background: url(../images/common/btn_arrow.svg) no-repeat center right;
}

.btnLine::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--color-ac);
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}

.btnLine:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}

/*電話
-----------------------------------------------------*/
.site_tel {
	display: inline-block;
	background: url("../images/common/icon_tel.svg") no-repeat left top 5px;
	text-decoration: none;
}
.site_tel_num {
	font-size: 2.4rem;
	font-weight: 400;
	margin-left: 30px;
	line-height: 1.4em;
}

.site_tel_time {
	font-size: 1.2rem;
	text-align: center;
}

.btn_tel {
	display: none;
}

.btn_tel img {
	width: 80%;
}

@media screen and (max-width:1023px) {
	.site_tel {
		background: none;
		text-align: center;
	}

	.site_tel_num {
		margin-left: 0;
	}

	.btn_tel {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		margin: 20px auto 0;
		border: solid 1px #ccc;
		border-radius: 10px;
	}
}
/*site
-----------------------------------------------------*/
.site_wrap{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: var(--color-bg_site);
}
/*header
-----------------------------------------------------*/
.site_hdr {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--color-bg);
}

.site_hdr_logo {
	width: 178px;
	height: 23px;
	margin: 0 0 0 10px;
}
.site_hdr.index .site_hdr_logo {
	transform: translateY(1px);
}

@media screen and (max-width:1023px) {
	.site_hdr {
		height: 42px;
	}
}

/*nav
-----------------------------------------------------*/
.site_nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.site_nav li {
	margin: 0 1em 0 0;
	line-height: 1;
}
.site_nav a {
	position: relative;
	display: block;
	color: #000;
	font-size: 1.6rem;
	text-decoration: none;
	padding: 8px 0;
}
.site_nav a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--color-blue01);
	transform: scale(0, 2);
	transform-origin: right top;
	transition: transform 0.3s;
}
.site_nav a:hover::after {
	transform: scale(1, 2);
	transform-origin: left top;
}
@media screen and (max-width:1023px) {
	.site_nav ul {
		display: none;
	}
}
.hamburger {
	display: none;
}

.site_navSP {
	display: none;
}
@media screen and (max-width:1023px) {

	/*　ハンバーガーメニューボタン　*/
	.hamburger {
		display: block;
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 8px;
		width: 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}

	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 3px;
		left: 6px;
		background: var(--color-pink);
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.hamburger span:nth-child(1) {
		top: 10px;
	}

	.hamburger span:nth-child(2) {
		top: 20px;
	}

	.hamburger span:nth-child(3) {
		top: 30px;
	}

	/* スマホメニューを開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top: 16px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* メニュー背景　*/
	.site_navSP {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100vh;
		border-left: solid 1px #fff;
		background: rgba(255, 255, 255, 0.7);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		overflow: auto;
		text-align: center;
	}

	.site_navSP_inr {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100vh;
	}
	.site_navSP_logo{
		width: 178px;
		margin: 0 0 1em;
	}
	.site_navSP ul {
		margin: 0 0 60px;
		padding: 0;
	}
	.site_navSP ul li a {
		display: block;
		padding: 0.5em 0;
		color: #000;
		text-decoration: none;
	}
}
/*toTopボタン
-----------------------------------------------------*/
.toTop {
	position: fixed;
	right: 5%;
	bottom: 5vh;
    visibility: hidden; 
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 999;
}
.toTop.show {
    visibility: visible; 
    opacity: 1;
}
.toTop a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: var(--color-blue01);
}
.toTop a::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
}
@media screen and (max-width:1023px) {
	.toTop {
		right: 10px;
	}
	.toTop a{
		width: 42px;
		height: 42px;
	}
}
/*footer
-----------------------------------------------------*/
.site_ftr_wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: url("../images/common/footer_bg.jpg") no-repeat center / cover;
}
.site_ftr{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
	max-width: 530px;
	margin: 0 0 1em;
	padding: 80px 0;
	border: solid 1px #fff;
	border-radius: 6px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, .3);
}
.site_ftr_contact_tel{
	margin: calc(30px - 1em) 0 30px;
}
.site_ftr_addr{
	margin: 50px 0 0;
	text-align: center;
}

/*index
-----------------------------------------------------*/
.index_top{
	position: relative;
	margin: 0 0 10vw;
}
.site_hdr.index{
	position: relative;
	z-index: 1;
}
.index_top01{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}
.index_top02{
	position: sticky;
	top: 0;
	z-index: 2;
	transform: translateY(-75px);
	width: 100%;
	pointer-events: none;
}
.index_top01 img,
.index_top02 img{
	width: 100%;
	height: auto;
}
.index_top02 img{
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.5));
}
@media (max-width:1023px) {
	.index_top{
		margin: 0;
	}
	.index_top01{
		display: none;
	}
	.index_top02{
		display: none;
	}
}
.index_top_sp{
	display: none;
}
@media (max-width:1023px) {
	.index_top_sp{
		position: relative;
		display: block;
		width: 100%;
		height: 80vh;
		overflow: hidden;
		margin: 0 0 20vh;
	}
	.index_top_txt_sp{
		position: absolute;
		top: 10vh;
		z-index: 1;
		width: 100%;
		text-align: center;
	}
	.index_top_txt_sp img{
		width: 60vw;
		max-width: 220px;
	}
	.index_top01_sp img {
		width: 100%;
		height: 80vh;
		object-fit: cover;
		object-position: bottom;
	}
	.index_top02_sp{
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
	}
	.index_top02_sp img {
		width: 100%;
		height: 80vh;
		object-fit: cover;
		object-position: bottom;
		filter: drop-shadow(0px 0px 5px rgba(0,0,0,.5));
	}
}

/*index 会社情報*/
.index_company_wrap{
	position: relative;
	margin: 0 0 30vw;
}
.index_company_txt_wrap{
	display: flex;
	flex-direction: row-reverse;
}
.index_company_txt{
	position: relative;
	width: 55%;
	padding: 80px 5% 80px 12%;
	border-radius: 6px 0 0 6px;
	background: #C3D1DB;
}
.index_company_txt h2{
	position: absolute;
	top: -6.5vw;
	color: var(--color-blue01);
	font-size: clamp(20px, 7vw, 120px);
	font-weight: 400;
	text-shadow: 0 0 3px #fff;
}
.index_company_txt_inr{
	width: 100%;
	max-width: 550px;
}
.index_company_btnWrap{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
}
.index_company_btnWrap li{
	min-width: 250px;
}
.index_company_btnWrap li .btn{
	width: 100%;
}
.index_company_img{
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 55%;
	aspect-ratio: 16 / 9;
	border-radius: 0 6px 6px 0;
	background: url("../images/index/index_company_img.jpg") no-repeat center / cover;
}
@media (max-width:1023px) {
	.index_company_wrap{
		position: static;
	}
	.index_company_txt{
		width: 90%;
		padding: 40px 5% 80px 40px;
	}
	.index_company_txt h2{
		position: absolute;
		top: -56px;
		font-size: 5.8rem;
	}
	.index_company_img{
		position: static;
		width: 90%;
		transform: translateY(-50px);
	}
}
/*社員インタビュー*/
.index_interview_wrap{
	position: relative;
	margin: 0 0 40vw;
}
.index_interview_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	max-width: 1300px;
}
.index_interview_txt_wrap{
	position: relative;
	z-index: 1;
	width: 50%;
}
@media (min-width: 1601px) {
    .index_interview_txt_wrap {
        transform: translateY(320px);
    }
}
@media (min-width: 1281px) and (max-width: 1600px) {
	.index_interview_txt_wrap{
		transform: translateY(260px);
	}
}
@media (min-width: 1024px) and (max-width: 1280px) {
	.index_interview_txt_wrap{
		width: 70%;
		transform: translateY(260px);
	}
}
@media (max-width:1023px){
	.index_interview_txt_wrap{
		transform: translateY(000px);
	}
}
.index_interview_txt{
	padding: 80px 5% 80px 12%;
	border-radius: 0 6px 6px 0;
	background: var(--color-bg01);
}
.index_interview_txt_inr{
	max-width: 550px;
}
.index_interview_txt h2{
	position: absolute;
	top: -5.5vw;
	color: var(--color-blue01);
	font-size: clamp(20px, 7vw, 120px);
	font-weight: 400;
	text-shadow: 0 0 3px #fff;
}
.index_interview_txt_btn{
	display: flex;
	flex-direction: row-reverse;
}
@media (max-width:1023px){
	.index_interview_img{
		position: static;
		width: 100%;
		margin-bottom: 20px;
		padding-left: 10%;
	}
	.index_interview_txt_wrap{
		width: 85%;
	}
	.index_interview_txt{
		padding: 40px 40px 40px 5%;
	}
	.index_interview_txt h2{
		top: -46px;
		font-size: 5.8rem;
	}
}
/*採用情報*/
.index_recruit_wrap{
	position: relative;
}
.index_recruit_img{
	width: 60%;
	aspect-ratio: 16 / 9;
	border-radius: 0 6px 6px 0;
	background: url("../images/index/index_recruit_img.jpg") no-repeat center / cover;
}
.index_recruit_txt{
	position: absolute;
	top: 15vw;
	right: 0;
	width: 45%;
	padding: 80px 12% 80px 5%;
	border-radius: 6px 0 0 6px;
	background: var(--color-bg01);
}
.index_recruit_txt h2{
	position: absolute;
	top: -5.5vw;
	color: var(--color-blue01);
	font-size: clamp(20px, 7vw, 120px);
	font-weight: 400;
	text-shadow: 0 0 3px #fff;
}
.index_recruit_txt_inr{
	max-width: 550px;
}
@media (max-width:1023px){
	.index_recruit_img{
		width: 90%;
	}
	.index_recruit_txt{
		position: static;
		width: 90%;
		margin-left: 10%;
		padding: 40px 5% 40px 40px;
		transform: translateY(-20px);
	}
	.index_recruit_txt h2{
		top: -46px;
		font-size: 5.8rem;
	}
}
/*スポンサー*/
.sponsor{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 100px 0;
}
.sponsor_banner{
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 916px;
	border: solid 8px #ffaa01;
}
@media screen and (max-width:1023px) {
	.sponsor_banner{
		display: flex;
		flex-direction: column;
		max-width: 450px;
	}
}

/*ページトップ*/
.page_top{
	position: relative;
	margin: 0 0 150px;
}
.page_top_img{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 200px;
	background: url("../images/common/page_top_bg.jpg") no-repeat;
}
.page_top_mask{
	position: relative;
	mix-blend-mode: overlay;
	filter: drop-shadow(0 0 3px #000);
	opacity: .7;
	transform: translateZ(0);
}
.pate_top_en{
	position: absolute;
	top:94px;
	left: 10vw;
	color: var(--color-blue01);
	font-size: 14.6rem;
	font-weight: 400;
	text-shadow: 0 0 10px #fff;
}
.page_top .page_title{
	margin: 0 0 0 10vw;
	transform: translateY(-34px);
	color: var(--color-blue01);
	font-size: 2.8rem;
	font-weight: 400;
}
@media (max-width:1499px){
	.pate_top_en{
		top:120px;
		font-size: 12rem;
	}
}
@media (max-width:1023px){
	.page_top{
		position: relative;
		margin: 0 0 50px;
	}
	.page_top_img{
		top: 10px;
		left: 0;
		height: 100px;
		background: url("../images/common/page_top_bg.jpg") no-repeat right / cover;
	}
	.page_top_mask img{
		width: 240px;
	}
	.pate_top_en{
		top:45px;
		left: 10px;
		font-size: 6.0rem;
	}
	.page_top h1{
		margin: 0 0 0 10px;
		transform: translateY(-30px);
		font-size: 2.4rem;
	}
}
/*site_main
-----------------------------------------------------*/
.site_main_bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -998;
	width: 100%;
	max-width: 1920px;
	height: 100vh;
	margin: auto;
	mix-blend-mode: overlay;
	background: url(../images/common/page_bg.svg) no-repeat top right;
}
@media screen and (max-width:1023px) {
	.site_main_bg{
		background: url(../images/common/page_bg.svg) no-repeat top right -150px;
		background-size: 1113px;
	}
}
.w1366{
	width: 90%;
	max-width: 1366px;
	margin: 0 auto;
}
.w960{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}

/*page
-----------------------------------------------------*/
.page_hdr{
	position: relative;
	z-index: -999;
	width: 100%;
	max-width: 1920px;
	margin: 180px auto 200px;
	background: url(../images/common/page_hdr_bg.jpg) no-repeat center;
	background-size: cover;
}
.page_hdr_inr{
	position: relative;
	width: 90%;
	height: 200px;
	max-width: 1366px;
	margin: 0 auto ;
}
.page_hdr h1{
	position: absolute;
	left: 0;
	bottom: -20px;
	font-size: 2.8rem;
	font-weight: 400;
}
.page_hdr_en{
	position: absolute;
	left: 0;
	width: 100%;
	height: 200px;
	mix-blend-mode: overlay;
}
.page_hdr_en.philosophy{
	background: url(../images/philosophy/page_hdr_title_e.svg) no-repeat left bottom;
}
.page_hdr_en.about{
	background: url(../images/about/page_hdr_title_e.svg) no-repeat left bottom;
}
.page_hdr_en.recruit{
	background: url(../images/recruit/page_hdr_title_e.svg) no-repeat left bottom;
}
.page_hdr_en.interview{
	background: url(../images/interview/page_hdr_title_e.svg) no-repeat left bottom;
}
.page_hdr_en.contact{
	background: url(../images/contact/page_hdr_title_e.svg) no-repeat left bottom;
}
.page_hdr_en.sdgs{
	background: url(../images/sdgs/page_hdr_title_e.svg) no-repeat left bottom;
}
@media screen and (max-width:1023px) {
	.page_hdr{
		margin: 120px 0 100px;
	}
	.page_hdr_inr{
		height: 100px;
	}
	.page_hdr_en{
		height: 100px;
	}
	.page_hdr_en.philosophy,
	.page_hdr_en.about,
	.page_hdr_en.recruit,
	.page_hdr_en.interview,
	.page_hdr_en.contact,
	.page_hdr_en.sdgs{
		background-size: auto 50%;
	}
}

.ti_slash{
	display: inline-block;
	min-width: 86px;
	min-height: 105px;
	margin: 0;
	background: url(../images/common/h2_bg.svg) no-repeat center right;
	font-size: 2.4rem;
	text-align: right;
}
.ti_slash.L1{
	padding: 0.75em 2em 0 0;
}
.ti_slash.L2{
	padding: 0.25em 3em 0 0;
}
@media screen and (max-width:1023px) {
	.ti_slash{
		font-size: 2.0rem;
	}
	.ti_slash.L1{
		padding: 1.2em 2.4em 0 0;
	}
}

/*私達の理念
-----------------------------------------------------*/
.philo{
	width: 90%;
	max-width: 960px;
	margin:  0 auto;
}
.philo_box{
	display: flex;
	margin: 0 0 200px;
}
.philo_ti{
	width: 282px;
}
.philo_img{
	margin: 0 0 75px;
}
.philo_img.shakun{
	margin: -30px 0 75px;
}
.philo_img.fig01{
	width: 100%;
	height: auto;
	max-width: 425px;
	margin: 0;
}
.philo_img.kigyouRinen{
	width: 100%;
	height: auto;
	max-width: 403px;
	margin: 0;
}
.philo_txt{
	width: 678px;
}

@media screen and (max-width:1023px) {
	.philo{
		max-width: 640px;
	}
	.philo_box{
		display: block;
	}
	.philo_ti{
		width: 100%;
		margin: 0 0 50px;
	}
	.philo_img{
		display: block;
		margin: 0 auto 50px;
	}
	.philo_img.shakun{
		margin: -30px auto 50px;
	}
	.philo_img.fig01{
		display: block;
		margin: 0 auto;
	}
	.philo_img.kigyouRinen{
		display: block;
		margin: 0 auto;
	}
	
	.philo_txt{
		width: 100%;
	}
	
}

/*岩本ガラスについて
-----------------------------------------------------*/

/*代表メッセージ*/
.about_msg{
	width: 100%;
	margin: 0 auto 200px;
}
.about_msg_ti{
	width: 90%;
	max-width: 1366px;
	margin: 0 auto 50px;
}
.about_msg_ti_inr{
	display: flex;
	flex-direction: row-reverse;
	width: 34%;
}
.about_msg_main{
	width: 100%;
	background: url(../images/common/bg_gradient.png) repeat-x left top 50px;
}
.about_msg_hdr{
	width: 90%;
	display: flex;
	align-items: center;
	max-width: 1366px;
	margin: 0 auto;
}
.about_msg_hdr_img{
	width: 50%;
}
.about_msg_hdr_img img{
	width: 68%;
}
.about_msg_hdr_txt{
	width: 50%;
}
.about_msg_hdr_txt p{
	font-size: 2.4rem;
	margin: 0;
}
.about_msg_txt{
	display: flex;
	flex-direction: row-reverse;
	width: 90%;
	max-width: 1366px;
	margin: -70px auto 0;
}
.about_msg_txt_inr{
	width: 50%;
}
@media screen and (max-width:1023px) {
	.about_msg_ti{
		max-width: 640px;
	}
	.about_msg_ti_inr{
		flex-direction: row;
		width: 100%;
	}
	.about_msg_main{
		background: url(../images/common/bg_gradient.png) repeat-x left top 100px;
	}
	.about_msg_hdr{
		display: block;
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
	}
	.about_msg_hdr_img{
		width: 60%;
		margin: 0 0 20px;
	}
	.about_msg_hdr_img img{
		width: 100%;
	}
	.about_msg_hdr_txt{
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		margin: 0 0 50px;
	}
	.about_msg_hdr_txt p{
		margin: 0 0 0 10%;
		font-size: 1.8rem;
	}
	.about_msg_txt{
		display: block;
		max-width: 640px;
		margin: 0 auto;
	}
	.about_msg_txt_inr{
		width: 100%;
	}
}

/*会社概要*/
.about_outline{
	margin: 0 0 200px;
}
.about_outline_inr{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
.abtou_outline_ftr{
	display: flex;
}
.abtou_outline_building{
	display: block;
	width: 50%;
	height: 80vh;
	object-fit: cover;
}
.abtou_outline_map{
	width: 50%;
	height: 80vh;
}
.abtou_outline_map iframe{
	width: 100%;
	height: 100%;
}
@media screen and (max-width:1023px) {
	.about_outline_inr{
		max-width: 640px;
	}
	.abtou_outline_ftr{
		display: block;
	}
	.abtou_outline_building{
		width: 100%;
		height: 50vh;
	}
	.abtou_outline_map{
		width: 100%;
		height: 70vh;
	}
}

/*沿革*/
.about_history{
	width: 90%;
	max-width: 960px;
	margin: 0 auto 200px;
}
@media screen and (max-width:1023px) {
	.about_history{
		max-width: 640px;
	}
}

/*採用情報
-----------------------------------------------------*/
.recruitBox{
	width: 90%;
	max-width: 960px;
	margin: 0 auto 200px;
}
.recruitBox h2{
	margin: 0 0 50px;
}
/*インタビュー
-----------------------------------------------------*/
.interview_box{
	margin: 0 0 400px;
}
.interview_box_ti{
	width: 90%;
	max-width: 1366px;
	margin: 0 auto 50px;
}
.interview_box_QA{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1366px;
	margin: 0 auto;
}
.interview_box_QA_img{
	width: 100%;
	max-width: 400px;
	height: auto;
}
.interview_box_QA_txt{
	width: calc(100% - 400px - 10%);
}
.interview_box_QA_txt_box{
	margin: 0 0 100px;
}
.interview_box_QA_txt_box h3{
	margin: 0 0 1em;
}
.interview_message{
	width: 100%;
	background: url(../images/common/bg_gradient.png) no-repeat;
	background-position: top 60px left;
}
.interview_message_inr{
	display: flex;
	align-items: center;
	width: 90%;
	max-width: 1366px;
	margin: 0 auto;
}
.interview_message_txt{
	width: 720px;
	padding: 0 5% 0 0;
}
.interview_message_txt h3{
	margin: 0 0 1em;
}
.interview_message_txt p{
	margin: 0;
}
.interview_message_img{
	width: 400px;
}

@media screen and (max-width:1023px) {
	.interview_box_QA{
		display: block;
		max-width: 640px;
	}
	.interview_box_QA_img{
		margin: 0 auto 50px;
	}
	.interview_box_QA_txt{
		width: 100%;
	}
	.interview_message_inr{
		flex-direction: column-reverse;
		align-items: center;
	}
	.interview_message{
		width: 100%;
	}
	.interview_message_txt{
		width: 100%;
		max-width: 640px;
		padding: 0 0 50px;
	}
	.interview_message_img{
		width: 100%;
		max-width: 400px;
		margin: 0 0 50px;
	}
}

/*SDG's
-----------------------------------------------------*/
.sdgs_intro,
.sdgs_box{
	width: 90%;
	max-width: 720px;
	margin: 0 auto 200px;
}
.sdgs_intro img{
	margin: 0 0 20px;
}
.sdgs_box h2{
	margin: 0 0 1em;
}
.sdgs_box ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 1em;
	padding: 0;
	
}
.sdgs_box li{
	width: calc((100% - 8%) / 5);
	margin: 0 2% 0 0;
	list-style: none;
}
.sdgs_box li:last-child{
	margin: 0 ;
}
@media screen and (max-width:1023px) {
	.sdgs_box li{
		width: calc((100% - 6%) / 4);
		margin: 0 2% 2% 0;
	}
	.sdgs_box li:nth-child(4n){
		margin: 0 ;
	}
}

/*お問い合わせ
-----------------------------------------------------*/
.contact{
	width: 90%;
	max-width: 640px;
	margin: 0 auto 200px;
}
.contact_tel{
	display: flex;
	justify-content: center;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea{
	width: 100%;
}
.contact dt .hissu{
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.25em;
	background: var(--color-blue02);
	color: #fff;
	font-family: var(--font-ss);
	font-size: 1.2rem;
	font-weight: bold;
}
.contact_form dt{
	margin-bottom: 0.5em;
}
.contact_form dd{
	margin: 0 0 2em;
}
.contact_form_doui{
	margin:0 0 30px;
}
.contact_policy{
	margin: 0 0 50px;
}
.contact_policy_main{
	height: 240px;
	overflow: scroll;
	padding: 0.5em;
	border: solid 1px #ccc;
	background: #fff;
}
.contact_policy_main th,
.contact_policy_main td{
	display: block;
	font-family: var(--font-ss);
	font-size: 1.4rem;
	text-align: left;
}
.contact_policy_main td{
	margin: 0 0 1em;
}
.contact_form_btn{
	display: flex;
	justify-content: center;
}
input[type=checkbox] + label{
	cursor: pointer;
}
.contact_thx_title{
	text-align: center;
	font-size: 2.0rem;
	margin: 0 0 1em;
}