@charset "UTF-8";
/*reset*/
*, *:after, *:before { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

img { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }

html { font-size: 100%; }

body { line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; outline: none !important; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: 700; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

dfn { font-weight: 400; font-style: normal; }

table { border-collapse: collapse; border-spacing: 0; }

input, select { vertical-align: middle; }

li { list-style: none; }

/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
header { position: fixed; top: 0; left: 0; z-index: 99; width: 100%; height: 70px; padding: 0 130px 0 40px; }
@media screen and (max-width: 1200px) { header { padding: 0 40px; } }
@media only screen and (max-width: 767px) { header { height: 50px; padding: 0 20px; } }
header #h_menuBtn { display: none; }
@media only screen and (max-width: 991px) { header #h_menuBtn { display: block; position: absolute; bottom: 0; right: 40px; z-index: 100; }
  header #h_menuBtn .border { width: 27px; height: 35px; display: block; margin: 0 auto; position: relative; }
  header #h_menuBtn .border::before, header #h_menuBtn .border::after { content: ""; }
  header #h_menuBtn .border::before, header #h_menuBtn .border::after, header #h_menuBtn .border span { display: block; width: 100%; height: 1px; background: #1B1B1B; position: absolute; left: 0; transition: 0.3s ease; transform-origin: left; }
  header #h_menuBtn .border::before { top: 10px; }
  header #h_menuBtn .border span { top: 20px; }
  header #h_menuBtn .border::after { top: 30px; }
  header #h_menuBtn.is-open .border::before { top: 11px; left: 3px; transform: rotate(45deg); background: #fff; }
  header #h_menuBtn.is-open .border span { opacity: 0; }
  header #h_menuBtn.is-open .border::after { left: 3px; transform: rotate(-45deg); background: #fff; } }
@media only screen and (max-width: 767px) { header #h_menuBtn { right: 20px; } }
header .header_inner { justify-content: space-between; height: 100%; }
header .header_inner .header_logo a { display: flex; align-items: flex-end; height: 100%; position: relative; }
header .header_inner .header_logo a span { transition: 0.3s ease; }
header .header_inner .header_logo a span.white { position: absolute; bottom: 0; left: 0; opacity: 0; }
header .header_inner .header_logo a img { max-width: 264px; width: 100%; }
header .header_inner .header_globalMenu, header .header_inner .header_globalMenu ul, header .header_inner .header_globalMenu ul li, header .header_inner .header_globalMenu ul li a { height: 100%; }
header .header_inner .header_globalMenu ul li { margin-left: 100px; }
header .header_inner .header_globalMenu ul li a { display: flex; justify-content: center; align-items: flex-end; position: relative; }
header .header_inner .header_globalMenu ul li a::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: #1B1B1B; display: block; opacity: 0; transition: 0.3s ease; }
header .header_inner .header_globalMenu ul li a:hover:before, header .header_inner .header_globalMenu ul li.current a::before { opacity: 1; }
@media screen and (max-width: 1200px) { header .header_inner .header_globalMenu ul li { margin-left: 50px; } }
@media only screen and (max-width: 991px) { header .header_inner .header_logo { z-index: 100; }
  header .header_inner .header_globalMenu ul li, header .header_inner .header_globalMenu ul li a { height: auto; }
  header .header_inner .header_globalMenu { visibility: hidden; opacity: 0; position: fixed; z-index: 99; top: 0; left: 0; width: 100%; height: 100svh; background: #151515; }
  header .header_inner .header_globalMenu ul { flex-direction: column; justify-content: center; }
  header .header_inner .header_globalMenu ul li { margin-left: 0; padding: 10px 0; text-align: center; }
  header .header_inner .header_globalMenu ul li a { color: #fff; display: inline-block; }
  header .header_inner .header_globalMenu ul li a:hover:before, header .header_inner .header_globalMenu ul li.current a::before { opacity: 0; }
  header .header_inner .header_globalMenu ul li a:hover span, header .header_inner .header_globalMenu ul li.current a span { text-decoration: underline; }
  header .header_inner .h_navWeap.menu-open .header_globalMenu { visibility: visible; opacity: 1; } }
@media only screen and (max-width: 767px) { header .header_inner .header_logo { width: 220px; } }

@media only screen and (max-width: 991px) { body.menu-open header .header_inner .header_logo .black { opacity: 0; }
  body.menu-open header .header_inner .header_logo .white { opacity: 1; } }
footer { background: #151515; padding: 100px 0 170px; }
footer a { color: #fff; }
@media only screen and (max-width: 991px) { footer { padding: 70px 0; } }
@media only screen and (max-width: 767px) { footer { padding: 50px 0 30px; } }
footer .footerInfo_wrap { flex-direction: row-reverse; padding: 0 0 270px; }
footer .footerInfo_wrap .footer_companyCopy { width: calc((100% / 4) * 1); text-align: right; }
footer .footerInfo_wrap .footer_companyCopy h2 { color: #fff; font-size: 32px; font-weight: 500; letter-spacing: 1px; line-height: 1.4; margin: 0 0 30px; }
footer .footerInfo_wrap .footer_companyCopy p { color: #fff; font-size: 16px; letter-spacing: 5px; }
footer .footerInfo_wrap .footer_info { width: calc((100% / 4) * 3); }
footer .footerInfo_wrap .footer_infoBox { width: calc(100% / 3); }
footer .footerInfo_wrap .footer_infoBox h3 { color: #8A8A8A; font-weight: 400; letter-spacing: 2px; margin: 0 0 25px; }
footer .footerInfo_wrap .footer_infoBox a { font-size: 18px; }
footer .footerInfo_wrap .footer_infoBox .contact_link { position: relative; padding-left: 40px; }
footer .footerInfo_wrap .footer_infoBox .contact_link::before { content: ""; width: 24px; height: 1px; display: inline-block; background: #8A8A8A; position: absolute; top: 50%; left: 0; }
footer .footerInfo_wrap .footer_infoBox .contact_link a { letter-spacing: 2px; }
footer .footerInfo_wrap .footer_infoBox ul { display: flex; flex-wrap: wrap; padding-right: 30%; }
footer .footerInfo_wrap .footer_infoBox ul li { width: calc(100% / 2); }
footer .footerInfo_wrap .footer_infoBox p.f_add { color: #fff; font-size: 13px; letter-spacing: 2px; }
@media screen and (max-width: 1500px) { footer .footerInfo_wrap .footer_companyCopy h2 { font-size: clamp(18px, 2vw, 32px); }
  footer .footerInfo_wrap .footer_companyCopy p { font-size: clamp(12px, 1.4vw, 16px); letter-spacing: 3px; } }
@media only screen and (max-width: 991px) { footer .footerInfo_wrap { padding: 0 0 170px; }
  footer .footerInfo_wrap .footer_companyCopy { width: 100%; margin: 0 0 40px; text-align: left; }
  footer .footerInfo_wrap .footer_info { width: 100%; } }
@media only screen and (max-width: 767px) { footer .footerInfo_wrap { padding: 0 0 80px; }
  footer .footerInfo_wrap .footer_companyCopy h2 { margin: 0 0 20px; }
  footer .footerInfo_wrap .footer_infoBox { width: 100%; margin: 0 0 25px; }
  footer .footerInfo_wrap .footer_infoBox h3 { margin: 0 0 10px; }
  footer .footerInfo_wrap .footer_infoBox ul { padding-right: 0; }
  footer .footerInfo_wrap .footer_infoBox ul li { margin: 0 0 10px; } }
footer .footerLogo_wrap { flex-direction: row-reverse; align-items: flex-end; }
footer .footerLogo_wrap .footer_logo { width: calc((100% / 5) * 1); text-align: right; }
footer .footerLogo_wrap .footer_logo img { max-width: 264px; width: 100%; }
footer .footerLogo_wrap .footer_copy { width: calc((100% / 5) * 4); flex-direction: row-reverse; justify-content: flex-end; }
footer .footerLogo_wrap .footer_copy p { width: 30%; vertical-align: bottom; }
footer .footerLogo_wrap .footer_copy p small { font-size: 12px; color: #8A8A8A; display: inline-block; }
footer .footerLogo_wrap .footer_copyBox { width: 70%; }
footer .footerLogo_wrap .footer_copyBox ul { display: flex; flex-wrap: wrap; }
footer .footerLogo_wrap .footer_copyBox ul li { /*width: calc(100% / 3);*/ }
footer .footerLogo_wrap .footer_copyBox ul li + li { padding-left: 10%; }
footer .footerLogo_wrap .footer_copyBox a { font-size: 12px; }
@media only screen and (max-width: 767px) { footer .footerLogo_wrap .footer_logo { width: 100%; text-align: center; margin: 0 0 30px; }
  footer .footerLogo_wrap .footer_logo a { max-width: 200px; display: block; margin: 0 auto; }
  footer .footerLogo_wrap .footer_copy { width: 100%; }
  footer .footerLogo_wrap .footer_copy p { width: 100%; text-align: center; margin: 0 0 10px; }
  footer .footerLogo_wrap .footer_copyBox { width: 100%; margin-bottom: 30px; }
  footer .footerLogo_wrap .footer_copyBox ul { padding-right: 0; }
  footer .footerLogo_wrap .footer_copyBox ul li { width: 100%; text-align: center; }
  footer .footerLogo_wrap .footer_copyBox ul li + li { padding-left: 0; margin-top: 10px; } }
footer .ico-blank { display: inline-block; width: 13px; height: 12px; margin-left: 5px; filter: brightness(0) invert(1); position: relative; }
footer .ico-blank::before { content: ""; display: block; position: absolute; width: 100%; height: 100%; background: url("../img/elements/ico_blank.svg") no-repeat; background-size: cover; }

body { font-family: "Lusitana", "Shippori Mincho B1", serif; font-size: 14px; line-height: 2; background: #F5F5F5; color: #151515; }

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

a { color: #151515; text-decoration: none; transition: 0.3s ease; }

a:hover { opacity: 0.7; }

ul, li, ol { list-style: none; }

sup { font-size: 50%; vertical-align: top; }

small { font-size: 70%; }

p > small { line-height: 1.4; display: block; }

figure, picture { position: relative; }

figure figcaption, picture .cap { font-size: 10px; line-height: 1.2; font-weight: 500; position: absolute; bottom: 0; right: 0; padding: 2px 3px; color: #FFF; background: rgba(0, 0, 0, 0.7); }

* > .cap { font-size: 11px; line-height: 1.2; font-weight: 500; position: absolute; bottom: 0; right: 0; padding: 3px 5px; color: #FFF; background: rgba(0, 0, 0, 0.7); }

.black { background: none; color: #000; position: static; text-align: right; }

.flex { display: flex; flex-wrap: wrap; }

.fadeIn { opacity: 0; transform: translateY(-40px); transition: 0.5s ease-in; }

.fadeIn.show { opacity: 1; transform: translateX(0); }

.inner { width: 100%; margin: 0 auto; padding: 0 40px; }

@media only screen and (max-width: 767px) { body { font-size: 13px; line-height: 1.6; }
  .gene_title * { font-size: 20px; }
  .inner { padding: 0 20px; } }
h1 { display: none; }

main h2, main h3, main h4, main h5, main h6 { font-weight: 500; }

#annotation_are { padding: 70px 0; }
#annotation_are .inner { max-width: 1320px; }
#annotation_are p { font-size: 11px; line-height: 1.7; padding-left: 13px; position: relative; }
#annotation_are p.asterisk::before { content: "※"; position: absolute; left: 0; top: 0; }
@media only screen and (max-width: 767px) { #annotation_are { padding: 30px 0; } }

.anno { font-size: 11px; line-height: 1.7; margin: 10px 0; }

/* 表示・非表示 */
.pc_only { display: block; }

.pc_tab_only { display: block; }

.tab_only { display: none; }

.sp_tab_only { display: none; }

.sp_only { display: none; }

@media only screen and (max-width: 991px) { .pc_only { display: none; }
  .pc_tab_only { display: block; }
  .tab_only { display: block; }
  .sp_tab_only { display: block; }
  .sp_only { display: none; } }
@media only screen and (max-width: 767px) { .pc_only { display: none; }
  .pc_tab_only { display: none; }
  .tab_only { display: none; }
  .sp_tab_only { display: block; }
  .sp_only { display: block; } }
main { padding-top: 70px; }
@media only screen and (max-width: 767px) { main { padding-top: 50px; } }

/* page_mainvisual ===============*/
#page_mainvisual { padding: 200px 0; }
#page_mainvisual .mv_bigTitle { width: 50%; }
#page_mainvisual .mv_bigTitle p { font-size: 13px; letter-spacing: 3px; }
#page_mainvisual .mv_bigTitle h2 { font-size: 64px; line-height: 1.5; }
@media screen and (max-width: 1360px) { #page_mainvisual .mv_bigTitle h2 { font-size: 4.5vw; } }
@media only screen and (max-width: 767px) { #page_mainvisual .mv_bigTitle h2 { font-size: 8vw; } }
#page_mainvisual .mv_copy { width: 50%; padding: 200px 0 0 150px; }
#page_mainvisual .mv_copy p { letter-spacing: 2px; }
@media only screen and (min-width: 1025px) { #page_mainvisual { min-height: 850px; } }
@media only screen and (max-width: 991px) { #page_mainvisual { height: auto; padding: 100px 0; }
  #page_mainvisual .mv_bigTitle { width: 100%; }
  #page_mainvisual .mv_copy { width: 100%; padding: 90px 0 0; } }
@media only screen and (max-width: 767px) { #page_mainvisual .mv_copy { padding: 40px 0 0; } }

/* recruit_area ===============*/
#recruit_area { position: relative; z-index: 2; height: 100vh; background: url(../img/pages/top/recruit_bk.jpg) no-repeat center center; background-size: cover; }
#recruit_area .inner { display: flex; align-items: center; justify-content: center; height: 100%; }
#recruit_area .recruit_wrap { justify-content: center; }
#recruit_area .recruit_title h3 { color: #fff; font-size: 24px; letter-spacing: 5px; }
#recruit_area .recruit_copy { padding: 0 240px 0 300px; }
#recruit_area .recruit_copy p { color: #fff; font-size: 24px; letter-spacing: 5px; }
#recruit_area .recruit_text p { color: #fff; font-size: 14px; letter-spacing: 2px; }
#recruit_area .recruit_text .recruit_link { margin: 65px 0 0; }
#recruit_area .recruit_text .recruit_link a { letter-spacing: 2px; color: #fff; }
#recruit_area .recruit_text .recruit_link a::before { content: ""; width: 25px; height: 1px; background: rgba(255, 255, 255, 0.5); display: inline-block; margin: 0 10px 4px 0; opacity: 0.5; }
@media screen and (max-width: 1530px) { #recruit_area .recruit_copy { padding: 0 11vw 0; } }
@media only screen and (max-width: 991px) { #recruit_area .recruit_wrap { flex-direction: column; }
  #recruit_area .recruit_title h3 { margin: 0 0 50px; }
  #recruit_area .recruit_copy { padding: 0; margin: 0 0 50px; } }
@media only screen and (max-width: 767px) { #recruit_area .recruit_title h3 { font-size: 20px; margin: 0 0 30px; }
  #recruit_area .recruit_copy { margin: 0 0 40px; }
  #recruit_area .recruit_copy p { font-size: 20px; }
  #recruit_area .recruit_text .recruit_link { margin: 40px 0 0; } }
