@charset "utf-8";

/*=====================================
style.css
=====================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*-------------------------------------
 reset
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
select,
textarea,
button {
	font-family: "Noto Sans JP", sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="date"],
input[type="time"] {
  -webkit-appearance: auto;
	-moz-appearance: auto;
  appearance: auto;
}
select::-ms-expand {
	display: none;
}
*, :after, :before {
	box-sizing: border-box;
}


/*-------------------------------------
 setting
-------------------------------------*/
body {
	position: relative;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	word-break: normal;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
body.is-nav {
	overflow: hidden;
}
a {
	color: var(--color-black);
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}

/*-------------------------------------
 root
-------------------------------------*/
:root {
	--bg01: url(../images/bg01.svg) no-repeat 0 0 / 100% auto;
	--bg02: url(../images/bg02.svg) no-repeat 0 0 / 100% auto;
	--bg03: url(../images/bg03.svg) no-repeat 0 0 / 100% auto;
	--bg04: url(../images/bg04.svg) no-repeat 0 0 / 100% auto;
}


/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	position: relative;
	padding-top: 94px;
	overflow: hidden;
}
.inner {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 40px;
}


/*-------------------------------------
 header
-------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	min-height: 94px;
	padding: 20px;
	color: #000;
	background: #fff;
}
.headerLogo {
	line-height: auto;
}
.headerPanel {
	margin-left: auto;
}
.headerNav ul {
	display: flex;
	align-items: center;
	column-gap: 36px;
	font-size: 20px;
}
.headerNav ul li {
	display: flex;
	align-items: center;
}
.headerNav ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.headerNav ul li a::before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
.headerNav ul li:nth-child(1) a:before {
	width: 16px;
	height: 17px;
	margin-right: 4px;
	background-image: url(../images/nav01.png);
}
.headerNav ul li:nth-child(2) a:before {
	width: 13px;
	height: 19px;
	margin-right: 7px;
	background-image: url(../images/nav02.png);
}
.headerNav ul li:nth-child(3) a:before {
	width: 18px;
	height: 19px;
	margin-right: 4px;
	background-image: url(../images/nav03.png);
}
.headerNav ul li:nth-child(4) a:before {
	width: 19px;
	height: 19px;
	margin-right: 8px;
	background-image: url(../images/nav04.png);
}
.headerBtn {
	display: none;
}


/*-------------------------------------
 visual
-------------------------------------*/
.visualArea {
	background: #F6F6F6;
}
.visualBlock {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: clamp(20px, -27.020px + 6.122vw, 44px);
	padding-block: 90px;
}
.visualBlock_logo {
	width: 49%;
	max-width: 524px;
	flex-shrink: 0;
}
.visualBlock_group {
	padding-top: 14%;
}
.visualBlock_group h1 {
	margin-bottom: 110px;
	font-size: clamp(38px, 2.735px + 4.592vw, 56px);
	font-weight: 500;
}
.visualBlock_group .scroll a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100px;
	margin-inline: auto;
	aspect-ratio: 1 / 1;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-radius: 50%;
	background: #009F4C;
}
.visualBlock_group .scroll a::after {
	content: "";
	display: block;
	width: 36px;
	height: 28px;
	background: url(../images/visual_scroll.png) no-repeat 0 0 / 100% auto;
}


/*-------------------------------------
 section
-------------------------------------*/
.section {
	position: relative;
	padding-block: 60px;
}
.sectionHead {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 32px;
}
.sectionHead h2 {
	position: relative;
	font-size: 48px;
}
.sectionHead h2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -19px;
	display: block;
	width: 2px;
	height: 35px;
	margin-top: -14px;
	border-radius: 6px;
	background: #000;
}
.sectionHead .ja {
	padding-top: 3px;
	font-size: 20px;
}

.separate {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	background: #F2F2F2;
}


/*-------------------------------------
 news
-------------------------------------*/
.newsBox {
	padding: clamp(20px, 0.408px + 2.551vw, 30px);
	border-radius: 20px;
	background: rgba(244, 244, 244, 0.95);
}
.newsBox h3 {
	width: fit-content;
	margin-bottom: 20px;
	padding: 10px 28px;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
	background: #009F4C;
}
.newsBox p {
	margin-bottom: 38px;
	line-height: 1.9;
}
.newsBox_group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 36px;
}
.newsBox_group figure:first-child {
	position: relative;
	width: 58%;
	max-width: 574px;
	flex-shrink: 0;
}
.newsBox_group figure:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -18%;
	display: block;
	width: 32px;
	height: 62px;
	margin-top: -31px;
	background: url(../images/news_arrow01.png) no-repeat 0 0 / 100% auto;
}
.newsBox_group figure:first-child img {
	mix-blend-mode: multiply;
}
.newsBox_group figure:last-child {
	width: 28%;
	max-width: 270px;
	padding-right: 20px;
}

.newsBg01 {
	position: absolute;
	top: 25%;
	left: 2%;
	z-index: 0;
	width: clamp(150px, -45.918px + 25.51vw, 250px);
	aspect-ratio: 1 / 1;
	background: var(--bg01);
}
.newsBg02 {
	position: absolute;
	top: 5%;
	right: 0;
	z-index: 0;
	width: clamp(220px, -167.918px + 50.51vw, 418px);
	aspect-ratio: 209 / 315;
	background: var(--bg02);
}
.newsBg03 {
	position: absolute;
	top: 5%;
	left: 40%;
	z-index: 0;
	width: clamp(160px, -35.918px + 25.51vw, 260px);
	aspect-ratio: 1 / 1;
	background: var(--bg03);
}
.newsBg04 {
	position: absolute;
	left: 20%;
	bottom: -5%;
	z-index: 0;
	width: clamp(136px, -59.918px + 25.51vw, 236px);
	aspect-ratio: 1 / 1;
	background: var(--bg04);
}


/*-------------------------------------
 message
-------------------------------------*/
.messageBlock {
	display: flex;
	align-items: flex-start;
	gap: 45px;
}
.messageBlock_pic {
	width: 32%;
	flex-shrink: 0;
}
.messageBlock_group h3 {
	margin-bottom: 32px;
	font-size: 36px;
	font-weight: 500;
}
.messageBlock_group p {
	margin-bottom: 28px;
	font-size: 15px;
	line-height: 1.8;
}
.messageBlock_group .signature {
	margin-block: -4%;
	text-align: right;
}
.messageBlock_group .signature img {
	width: 58%;
}

.messageBg01 {
	position: absolute;
	left: -2%;
	bottom: -2%;
	z-index: 0;
	width: clamp(233px, 37.082px + 25.51vw, 333px);
	aspect-ratio: 1 / 1;
	background: var(--bg01);
}
.messageBg04 {
	position: absolute;
	top: 2%;
	right: 0;
	z-index: 0;
	width: clamp(282px, 86.082px + 25.51vw, 382px);
	aspect-ratio: 1 / 1;
	background: var(--bg04);
}


/*-------------------------------------
 about
-------------------------------------*/
.aboutArea .sectionHead {
	margin-bottom: 60px;
}
.aboutVision,
.aboutMission,
.aboutValue {
	padding-left: 36px;
	padding-bottom: 80px;
}
.aboutVision h3,
.aboutMission h3,
.aboutValue h3 {
	margin-left: -36px;
	margin-bottom: 32px;
	font-family: "Inter", sans-serif;
	font-size: 36px;
}
.aboutVision h4 {
	margin-bottom: 25px;
	font-size: 48px;
	font-weight: 500;
}
.aboutVision p {
	font-size: 22px;
	line-height: 1.8;
}
.aboutMission h4,
.aboutValue h4 {
	margin-bottom: 16px;
	font-size: 36px;
}
.aboutMission p,
.aboutValue p {
	font-size: 22px;
}
.aboutMission p + h4,
.aboutValue p + h4 {
	margin-top: 48px;
}
.aboutBox {
	margin-bottom: 33px;
	padding: 40px clamp(40px, 0.816px + 5.102vw, 60px);
	border-radius: 20px;
	background: rgba(244, 244, 244, 0.95);
}
.aboutBox h3 {
	width: fit-content;
	margin-bottom: 32px;
	padding: 10px 28px;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
	background: #003A8B;
}
.aboutBox_group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.aboutBox_group figure {
	width: 40%;
	max-width: 378px;
	flex-shrink: 0;
}
.aboutBox_group dl {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 8px 10px;
}

.aboutBg01 {
	position: absolute;
	top: 25%;
	right: -4%;
	z-index: 0;
	width: clamp(438px, 242.082px + 25.51vw, 538px);
	aspect-ratio: 1 / 1;
	background: var(--bg01);
}
.aboutBg02 {
	position: absolute;
	bottom: -1%;
	right: -5%;
	z-index: 0;
	width: clamp(342px, 146.082px + 25.51vw, 442px);
	aspect-ratio: 209 / 315;
	background: var(--bg02);
}
.aboutBg03 {
	position: absolute;
	left: 0;
	bottom: -1%;
	z-index: 0;
	width: clamp(246px, 50.082px + 25.51vw, 346px);
	aspect-ratio: 1 / 1;
	background: var(--bg03);
}
.aboutBg04 {
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 0;
	width: clamp(368px, 172.082px + 25.51vw, 468px);
	aspect-ratio: 1 / 1;
	background: var(--bg04);
}


/*-------------------------------------
 brands
-------------------------------------*/
.brandsList {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 310px));
	justify-content: space-between;
	gap: 60px 40px;
}
.brandsList li {
	max-width: 310px;
	padding: 38px 15px;
	border-radius: 10px;
	background: #F2F2F2;
}


/*-------------------------------------
 recruit
-------------------------------------*/
.recruitBanner a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 57px 20px 64px;
	font-size: 22px;
	text-decoration: none;
	border-radius: 20px;
	background: #fff;
	box-shadow: 6px 6px 12px rgba(79,79,79,0.39);
}
.recruitBanner a::before,
.recruitBanner a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 22px;
	border-radius: 3px;
	background: linear-gradient(to right, #009143 0%, #E60013 46%, #033B8C 79%, #FDD002 100%);
}
.recruitBanner a::before {
	top: 0;
}
.recruitBanner a::after {
	bottom: 0;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footer {
	color: #fff;
	background: #000;
}
.footer .inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: end;
	gap: 65px;
	padding-top: 85px;
	padding-bottom: 27px;
}
.footerContact {
	justify-self: end;
}
.footerContact a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 288px;
	height: 76px;
	color: #000;
	font-size: 28px;
	text-decoration: none;
	border-radius: 9px;
	background: #fff;
}
.footerContact a::before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	margin-top: 4px;
	background: url(../images/footer_contact.png) no-repeat 0 0 / 100% auto;
}
.footerCopyright {
	font-size: 14px;
}




@media screen and (max-width: 768px) {

.forPC { display: none !important; }
.forSP { display: block; }
img.forSP, br.forSP, span.forSP { display: inline-block }


/*-------------------------------------
 setting
-------------------------------------*/
body {
	font-size: 15px;
}


/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	padding-top: 60px;
}
.inner {
	padding: 0 20px;
}

/*-------------------------------------
 header
-------------------------------------*/
.header {
	display: block;
	min-height: 60px;
	padding: 14px 50px 5px 20px;
}
.headerLogo {
	width: 160px;
}
.headerPanel {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	min-height: inherit;
	margin: 0;
	background: rgba(255,255,255,0.5);
}
.headerNav {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.headerNav ul {
	display: block;
	padding-block: 30px;
	font-size: 19px;
	font-weight: 500;
}
.headerNav ul li a {
	position: relative;
	display: block;
	padding: 10px 55px;
}
.headerNav ul li a::before {
	content: none;
}
.headerBtn {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 72px;
	height: 60px;
	cursor: pointer;
}
.headerBtn span {
	position: absolute;
	left: 20px;
	display: block;
	width: 32px;
	height: 3px;
	background: #000;
	transition: .2s;
}
.headerBtn span:nth-child(1) {
	top: 17px;
}
.headerBtn span:nth-child(2) {
	top: 27px;
}
.headerBtn span:nth-child(3) {
	top: 37px;
}
.headerBtn.is-open span {
	top: 27px;
}
.headerBtn.is-open span:nth-child(1) {
	transform: rotate(135deg);
}
.headerBtn.is-open span:nth-child(2) {
	display: none;
}
.headerBtn.is-open span:nth-child(3) {
	transform: rotate(-135deg);
}


/*-------------------------------------
 visual
-------------------------------------*/
.visualBlock {
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding-top: 25dvh;
	padding-bottom: 40px;
}
.visualBlock_logo {
	width: 70%;
	min-width: 240px;
}
.visualBlock_group {
	padding-top: 0;
}
.visualBlock_group h1 {
	margin-bottom: 25dvh;
	font-size: clamp(40px, 30.458px + 2.545vw, 50px);
}
.visualBlock_group .scroll a {
	width: 80px;
	font-size: 14px;
}
.visualBlock_group .scroll a::after {
	width: 26px;
	height: 24px;
}


/*-------------------------------------
 section
-------------------------------------*/
.section {
	padding-block: 48px;
}
.sectionHead {
	gap: 32px;
}
.sectionHead h2 {
	font-size: 32px;
}
.sectionHead h2::after {
	right: -16px;
	height: 24px;
	margin-top: -10px;
}
.sectionHead .ja {
	font-size: 16px;
}

.separate {
	height: 60px;
	padding-bottom: 5px;
}
.separate img {
	width: 200px;
}


/*-------------------------------------
 news
-------------------------------------*/
.newsBox {
	padding: 40px 20px;
	border-radius: 10px;
}
.newsBox h3 {
	margin-bottom: 25px;
	padding: 8px 16px;
	font-size: 20px;
}
.newsBox p {
	margin-bottom: 25px;
	line-height: 1.5;
}
.newsBox_group {
	flex-direction: column;
	gap: 104px;
	padding-bottom: 0;
}
.newsBox_group figure:first-child {
	width: auto;
	max-width: 480px;
	text-align: center;
}
.newsBox_group figure:first-child::after {
	top: auto;
	bottom: -70px;
	right: 50%;
	width: 24px;
	height: 46px;
	margin-top: 0;
	margin-left: 23px;
	transform: rotate(90deg);
}
.newsBox_group figure:last-child {
	width: 60%;
	max-width: 240px;
	text-align: center;
	padding-right: 0;
}

.newsBg01 {
	top: 17%;
	left: -30px;
	width: 180px;
}
.newsBg02 {
	top: 5%;
	right: -60px;
	width: 220px;
}
.newsBg03 {
	top: auto;
	bottom: -2%;
	left: auto;
	right: 0;
	width: 144px;
}
.newsBg04 {
	left: 0;
	bottom: -3%;
	width: 130px;
}


/*-------------------------------------
 message
-------------------------------------*/
.messageBlock {
	flex-direction: column;
	gap: 28px;
}
.messageBlock_pic {
	width: 80%;
	max-width: 348px;
	margin-inline: auto;
}
.messageBlock_group h3 {
	margin-bottom: 16px;
	font-size: 28px;
}
.messageBlock_group p {
	margin-bottom: 22px;
	line-height: 1.6;
}
.messageBlock_group .name {
	font-size: 18px;
}
.messageBlock_group .signature {
	margin-block: 0;
}
.messageBlock_group .signature img {
	width: 200px;
}

.messageBg01 {
	top: 30%;
	left: -130px;
	bottom: auto;
	width: 256px;
}
.messageBg04 {
	top: 2%;
	right: -130px;
	width: 380px;
}


/*-------------------------------------
 about
-------------------------------------*/
.aboutArea .sectionHead {
	margin-bottom: 32px;
}
.aboutVision,
.aboutMission,
.aboutValue {
	padding-left: 0;
	padding-bottom: 60px;
}
.aboutVision h3,
.aboutMission h3,
.aboutValue h3 {
	margin-left: 0;
	margin-bottom: 24px;
	font-size: 28px;
}
.aboutVision h4 {
	margin-bottom: 8px;
	font-size: 32px;
}
.aboutVision p {
	font-size: 15px;
}
.aboutMission h4,
.aboutValue h4 {
	margin-bottom: 8px;
	font-size: 24px;
}
.aboutMission p,
.aboutValue p {
	font-size: 15px;
}
.aboutMission p + h4,
.aboutValue p + h4 {
	margin-top: 24px;
}
.aboutBox {
	margin-bottom: 0;
	padding: 40px 20px;
	border-radius: 10px;
}
.aboutBox h3 {
	margin-bottom: 25px;
	padding: 7px 16px;
	font-size: 20px;
}
.aboutBox_group {
	flex-direction: column;
	gap: 32px;
}
.aboutBox_group figure {
	width: 60%;
}
.aboutBox_group dl {
	display: block;
	font-size: 16px;
}
.aboutBox_group dl dt {
	margin-bottom: 4px;
}
.aboutBox_group dl dd + dt {
	margin-top: 16px;
}

.aboutBg01 {
	top: 15%;
	right: -160px;
	width: 252px;
}
.aboutBg02 {
	top: 64%;
	bottom: auto;
	right: -50px;
	width: 260px;
}
.aboutBg03 {
	display: none;
}
.aboutBg04 {
	top: 38%;
	left: -150px;
	width: 295px;
}


/*-------------------------------------
 brands
-------------------------------------*/
.brandsList {
	grid-template-columns: repeat(2, minmax(0, 310px));
	gap: 20px;
}
.brandsList li {
	max-width: 310px;
	padding: 22px 10px;
}


/*-------------------------------------
 recruit
-------------------------------------*/
.recruitBanner a {
	gap: 16px;
	padding: 68px 20px;
	font-size: 18px;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footer .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding-top: 47px;
	padding-bottom: 12px;
}
.footerContact {
	order: -1;
	margin-bottom: 18px;
}
.footerContact a {
	gap: 9px;
	width: 236px;
	height: 63px;
	font-size: 24px;
}
.footerContact a::before {
	width: 21px;
	height: 21px;
	margin-top: 2px;
}
.footerLogo img {
	width: 130px;
}


}





@media screen and (min-width: 769px) {

.forPC { display: block; }
.forSP { display: none !important; }
img.forPC, br.forPC, span.forPC { display: inline-block }


/*-------------------------------------
 hover
-------------------------------------*/
.headerLogo a,
.headerNav ul li a,
.recruitBanner a,
.footerContact a {
	text-decoration: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	backface-visibility: hidden;
}
.headerLogo a:hover,
.headerNav ul li a:hover {
	opacity: 0.7;
}
.recruitBanner a:hover {
	transform: translate(4px, 4px);
	box-shadow: none;
}
.footerContact a:hover {
	transform: translate(2px, 2px);
}

a[href^="tel:"] {
	pointer-events: none;
}

}

