@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&display=swap");
/*==================================================
** reset
==================================================*/
/*==================================================

fonts
==================================================*/
/*Safariでヒラギノ角ゴシックをきれいに表示させるCSS*/
/*
@font-face {
	font-family: sans-serif;
	src: local(HiraginoSans-W3);
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: sans-serif;
	src: local(HiraginoSans-W6);
	font-weight: bold;
	font-display: swap;
}
*/
@font-face {
  font-family: "Hiragino Kaku Gothic Pro";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Kaku Gothic Pro";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "ヒラギノ角ゴ Pro W3";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "ヒラギノ角ゴ Pro W3";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "ヒラギノ角ゴ ProN W3";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "ヒラギノ角ゴ ProN W3";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "ＭＳ Ｐゴシック";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "ＭＳ Ｐゴシック";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "MS P Gothic";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MS P Gothic";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "MS PGothic";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MS PGothic";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
/*==================================================

sectioning	
==================================================*/
/* Box sizing rules */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*	outline	*/
:where(html,
body) {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Gantari", "IBM Plex Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  overflow-wrap: anywhere;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

:where(p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td) {
  font-style: normal;
  line-height: 1.6;
  overflow-wrap: break-word;
}

:where(div) {
  line-height: 1;
}

:where(article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section) {
  display: block;
}

/*	heading	*/
:where(h1,
h2,
h3,
h4,
h5,
h6) {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.6;
  overflow-wrap: break-word;
}

/*==================================================

link	
==================================================*/
:where(a) {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
  text-decoration-skip-ink: auto;
  touch-action: manipulation;
}

/*==================================================

content	
==================================================*/
/*	text	*/
:where(p,
blockquote) {
  margin: 0;
}

/*	list	*/
:where(ol,
ul,
dl,
dt,
dd,
menu,
summary) {
  margin: 0;
}

:where(ol,
ul,
menu,
summary) {
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

/*	table	*/
:where(table) {
  border-collapse: collapse;
}

:where(th) {
  font-weight: normal;
}

/*	embed	*/
:where(img,
svg,
video,
canvas,
audio,
iframe,
embed,
object,
figure,
picture) {
  display: block;
}

:where(img,
svg,
video) {
  block-size: auto;
  max-width: 100%;
}

:where(img) {
  image-rendering: -webkit-optimize-contrast;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(img[src$=".svg"]) {
  width: 100%;
}

:where(figure) {
  margin: 0;
  padding: 0;
}

:where(iframe) {
  border: none;
  width: 100%;
  vertical-align: bottom;
}

:where(video) {
  outline: none;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*	semantics	*/
:where(ruby,
rt,
mark) {
  margin: 0;
  padding: 0;
  line-height: 1;
}

:where(small) {
  font-size: 100%;
}

:where(em,
cite,
dfn,
i,
strong,
b) {
  font-style: normal;
  font-weight: normal;
}

:where(ins,
del) {
  text-decoration: none;
}

:where(q) {
  quotes: none;
}

:where(sup) {
  vertical-align: super;
}

:where(sub) {
  vertical-align: sub;
}

:where(mark) {
  background: none;
}

/**/
:where(pre,
code,
kbd,
samp) {
  display: block;
  font: inherit;
}

/*==================================================

form
==================================================*/
:where(form) {
  margin: 0;
}

:where(input, select, textarea, button) {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  outline: none;
  color: inherit;
  touch-action: manipulation;
}

:where(label, button, select) {
  cursor: pointer;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

:where(fieldset) {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

:where(textarea) {
  resize: vertical;
  vertical-align: bottom;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

/*==================================================
** overall
==================================================*/
:where(html, body) {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  html.is-gnavopen {
    overflow: hidden;
  }
}

body {
  color: #333;
  position: relative;
  font-optical-sizing: auto;
  background: #f6f5f2;
  letter-spacing: 0.05em;
}

.wrap {
  position: relative;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1140px;
    padding-inline: 20px;
  }
  .wrap-wide {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    max-width: 87.2%;
  }
}

:where(a, button) {
  transition: all 0.4s;
}
:where(a, button):hover {
  transition: all 0.6s;
}
:where(a, button):has(img):hover {
  opacity: 0.8;
}

/*==================================================
** header
==================================================*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 991px) {
  #header {
    background: #fff;
    padding-block: 0;
    padding-inline: 6.4% 2.4%;
    transition: padding 0.3s ease;
  }
}
#header .header-wrap {
  background: transparent;
  border-radius: 0px;
  padding-block: 26px;
  padding-inline: min(2.6086956522%, 36px) min(1.8115942029%, 25px);
  transition: all 0.3s ease;
}
body.home #header .header-wrap {
  color: #FFF;
  background: transparent;
}
body.home.is-scroll #header .header-wrap {
  color: inherit;
  background: rgba(255, 255, 255, 0.7);
}
body.is-scroll #header .header-wrap {
  background: rgba(255, 255, 255, 0.7);
}
body.is-scroll #header .header-wrap {
  padding-block: 14px;
}
@media screen and (max-width: 991px) {
  #header .header-wrap {
    border-radius: 0;
    padding: 0;
    height: 60px;
    transition: height 0.3s ease;
  }
}
#header .logo {
  width: min(12.6811594203%, 175px);
  transition: width 0.3s ease;
}
#header .logo-a {
  display: block;
}
body.is-scroll #header .logo {
  width: 155px;
}
@media screen and (max-width: 991px) {
  #header .logo {
    width: min(33.3333333333vw, 125px);
  }
  body.is-scroll #header .logo {
    width: min(33.3333333333vw, 125px);
  }
}

#menubtn {
  display: none;
}
@media screen and (max-width: 991px) {
  #menubtn {
    position: fixed;
    right: 2.4%;
    top: 0;
    display: block;
    border: none;
    background: none;
    width: 60px;
    aspect-ratio: 1;
  }
  #menubtn [class^=bar] {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1000px;
    background: #ef363c;
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    transition: all 0.3s;
  }
  #menubtn .bar1 {
    top: 23px;
  }
  #menubtn .bar2 {
    top: 29px;
  }
  #menubtn .bar3 {
    top: 35px;
  }
  .is-gnavopen #menubtn [class^=bar] {
    transition: all 0.6s;
  }
  .is-gnavopen #menubtn .bar1 {
    top: 29px;
    rotate: 45deg;
  }
  .is-gnavopen #menubtn .bar2 {
    width: 0;
  }
  .is-gnavopen #menubtn .bar3 {
    top: 29px;
    rotate: -45deg;
  }
}

/*==================================================
** gnav
==================================================*/
@media screen and (min-width: 992px) {
  #gnav {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  #gnav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#gnav .gnav-l {
  gap: 0 min(2.1428571429vw, 30px);
}
#gnav .gnav-l-a {
  display: block;
  font-size: min(1.35vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 4px;
  transition: color 0.3s;
  white-space: nowrap;
}
#gnav .gnav-l-a:hover {
  color: #ef363c;
  transition: color 0.6s;
}
#gnav .gnav-l-a.en {
  font-size: min(1.38vw, 1.7rem);
}
#gnav .gnav-l-recruit {
  margin-top: 0;
  border-radius: 1000px;
  background: #ef363c;
  color: #fff;
  letter-spacing: 0.05em;
  padding-block: 10px 8px;
  padding-inline: 23px;
  transition: background 0.3s;
  line-height: 1;
}
#gnav .gnav-l-recruit:hover {
  color: #fff;
  background: #e01219;
  transition: background 0.6s;
}
@media screen and (max-width: 991px) {
  #gnav .gnav-wrap {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
  }
  #gnav .gnav-sp {
    padding: 30px 0 0;
  }
  #gnav .gnav-sp .recruitbtn {
    padding-inline: 6.4%;
  }
  #gnav .gnav-sp .recruitbtn-a {
    display: block;
    width: 164px;
    border-radius: 1000px;
    background: #ef363c;
    color: #fff;
    letter-spacing: 0.05em;
    padding-block: 19px 15px;
    padding-inline: 24px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
  }
  #gnav .gnav-s {
    margin-top: 30px;
    border-top: 1px solid #ef363c;
  }
  #gnav .gnav-s-li {
    width: 50%;
    border-bottom: 1px solid #ef363c;
  }
  #gnav .gnav-s-li:nth-of-type(2n) {
    border-left: 1px solid #ef363c;
  }
  #gnav .gnav-s-a {
    color: #333;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    padding-block: 29px 25px;
    padding-inline: 12.2% 0;
  }
  #gnav .gnav-s-col2 {
    width: 100%;
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid #ef363c;
  }
  #gnav .gnav-s-col2-lt .gnav-s-li {
    width: 100%;
    border-left: none;
  }
  #gnav .gnav-s-col2-lt .gnav-s-li:not(.company) {
    border-right: 1px solid #ef363c;
  }
  #gnav .gnav-s-col2-lt .gnav-s-li:last-of-type {
    border-bottom: none;
  }
  #gnav .gnav-s-col2-rt {
    padding-block: 35px 10px;
    padding-inline: 12.2% 0;
  }
  #gnav .gnav-s-sub-li {
    line-height: 1.2;
    font-size: 1.3rem;
  }
  #gnav .gnav-s-sub-li + .gnav-s-sub-li {
    margin-top: 2.4em;
  }
  #gnav .gnav-s-sub-a {
    color: #333;
    font-size: 1.3rem;
    font-weight: 500;
  }
}

/*==================================================
** contents & main
==================================================*/
/* main style */
.main :where(p, address) + :where(p, address) {
  margin-top: 0px;
}
.main :where(ol, ul) {
  counter-reset: number;
}
.main :where(ol, ul) li {
  position: relative;
}
.main :where(ol, ul) li > :first-child {
  margin-top: 0;
}
.main :where(ol, ul) > li {
  counter-increment: number;
}
.main :where(table), .main .tbl {
  width: 100%;
}
.main :where(table) th, .main :where(table) td, .main .tbl th, .main .tbl td {
  width: auto;
  text-align: left;
  vertical-align: top;
}
.main :where(table) th > :first-child, .main :where(table) td > :first-child, .main .tbl th > :first-child, .main .tbl td > :first-child {
  margin-top: 0;
}
.main :where(dl) dt > :first-child, .main :where(dl) dd > :first-child {
  margin-top: 0;
}
.main :where(blockquote) {
  display: block;
  padding: 20px;
}
.main :where(blockquote):before, .main :where(blockquote):after {
  display: block;
}
.main :where(blockquote):before {
  content: "“";
  text-align: left;
}
.main :where(blockquote):after {
  content: "”";
  text-align: right;
}
.main em {
  font-style: italic;
}
.main strong {
  font-weight: bold;
}
.main :where(h1, h2, h3, h4, h5, h6) {
  font-weight: 500;
}
.main :where(h1).h1-ptn1, .main .h1.h1-ptn1 {
  margin-top: 0;
}
.main :where(h1).h1-ptn1 .en, .main .h1.h1-ptn1 .en {
  font-size: min(3.75vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #ef363c;
}
.main :where(h1).h1-ptn1 .en + .jp, .main .h1.h1-ptn1 .en + .jp {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main :where(h1).h1-ptn1 .en, .main .h1.h1-ptn1 .en {
    font-size: min(9.3333333333vw, 3.5rem);
    letter-spacing: normal;
  }
}
.main :where(h1).h1-ptn1 .jp, .main .h1.h1-ptn1 .jp {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .main :where(h1).h1-ptn1 .jp, .main .h1.h1-ptn1 .jp {
    font-size: 1.6rem;
  }
}
.main :where(h2).h2-ptn1, .main .h2.h2-ptn1 {
  margin-top: 0;
}
.main :where(h2).h2-ptn1 .en, .main .h2.h2-ptn1 .en {
  font-size: min(5vw, 6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #ef363c;
}
.main :where(h2).h2-ptn1 .en + .jp, .main .h2.h2-ptn1 .en + .jp {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main :where(h2).h2-ptn1 .en, .main .h2.h2-ptn1 .en {
    font-size: min(10.6666666667vw, 4rem);
    letter-spacing: normal;
  }
}
.main :where(h2).h2-ptn1 .jp, .main .h2.h2-ptn1 .jp {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .main :where(h2).h2-ptn1 .jp, .main .h2.h2-ptn1 .jp {
    font-size: 1.6rem;
  }
}
.main :where(h2).h2-ptn2, .main .h2.h2-ptn2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main :where(h2).h2-ptn2, .main .h2.h2-ptn2 {
    font-size: 1.6rem;
  }
}
.main :where(h2).h2-ptn3, .main .h2.h2-ptn3 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ef363c;
}
@media screen and (max-width: 767px) {
  .main :where(h2).h2-ptn3, .main .h2.h2-ptn3 {
    font-size: 2.4rem;
  }
}
.main :where(h3).h3-ptn1, .main .h3.h3-ptn1 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ef363c;
}
@media screen and (max-width: 767px) {
  .main :where(h3).h3-ptn1, .main .h3.h3-ptn1 {
    font-size: 1.8rem;
  }
}

/*==================================================
** side & topicpath
==================================================*/
/*
#topicpath {
    ol { @include wrap; }
    li { display: inline; }
    span {
        + span {
            &:before { content: ','; margin: 0 5px; }
        }
    }
}
*/
/*==================================================
** footer
==================================================*/
#footer {
  padding-block: 90px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-block: 50px 14px;
  }
}

@media screen and (max-width: 991px) {
  #footerInfo {
    flex-direction: column;
    align-items: center;
    gap: 50px 0;
  }
}
#footerInfo .contactbtn {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #footerInfo .contactbtn {
    width: 180px;
  }
}
#footerInfo .contactbtn-a {
  border-radius: 10px;
  background: #ef363c;
  border: solid 1px #ef363c;
  color: #fff;
  padding-block: 40px;
  padding-inline: 16px;
  text-align: center;
  gap: 16px;
  transition: all 0.6s ease-out;
}
#footerInfo .contactbtn-a:hover {
  background: #FFF;
  color: #ef363c;
}
@media screen and (max-width: 767px) {
  #footerInfo .contactbtn-a {
    border-radius: 5px;
    padding-block: 21px;
    padding-inline: 8px;
    gap: 12px;
  }
}
#footerInfo .contactbtn .en {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footerInfo .contactbtn .en {
    font-size: 2.4rem;
  }
}
#footerInfo .contactbtn .jp {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #footerInfo .contactbtn .jp {
    font-size: 1.2rem;
  }
}
#footerInfo .sitemap {
  gap: 0 min(7.8947368421vw, 90px);
}
@media screen and (max-width: 767px) {
  #footerInfo .sitemap {
    gap: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #footerInfo .sitemap-list {
    width: 50%;
  }
}
#footerInfo .sitemap-list-li {
  padding-left: 34px;
  position: relative;
}
#footerInfo .sitemap-list-li::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1000px;
  background: #b2b2b2;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 767px) {
  #footerInfo .sitemap-list-li::before {
    width: 10px;
    height: 1px;
    top: 12px;
  }
}
#footerInfo .sitemap-list-li + .sitemap-list-li {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #footerInfo .sitemap-list-li + .sitemap-list-li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #footerInfo .sitemap-list-li {
    padding-left: 17px;
  }
}
#footerInfo .sitemap-list-a {
  font-size: 1.5rem;
  transition: color 0.3s;
  letter-spacing: 0.05em;
}
#footerInfo .sitemap-list-a:hover {
  color: #ef363c;
  transition: color 0.6s;
}
@media screen and (max-width: 767px) {
  #footerInfo .sitemap-list-a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #footerInfo .submap {
    width: 90.8%;
    margin: 10px auto 0;
  }
}
#footerInfo .submap-list {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #footerInfo .submap-list {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  #footerInfo .submap-list-li + .submap-list-li {
    margin-top: 5px;
  }
}
#footerInfo .submap-list-a {
  font-size: 1.3rem;
  transition: color 0.3s;
}
#footerInfo .submap-list-a:hover {
  color: #ef363c;
  transition: color 0.6s;
}
@media screen and (max-width: 767px) {
  #footerInfo .submap-list-a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #footerInfo .order1 {
    order: 1;
  }
  #footerInfo .order2 {
    order: 2;
  }
  #footerInfo .order3 {
    order: 3;
    width: 100%;
  }
}

#footerExtra {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  #footerExtra {
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
  }
}
#footerExtra .logo {
  width: min(24.5614035088vw, 280px);
}
#footerExtra .logo-a {
  display: block;
}
@media screen and (max-width: 767px) {
  #footerExtra .logo {
    width: min(38.4vw, 144px);
  }
}
#footerExtra .extra {
  text-align: right;
}
@media screen and (max-width: 991px) {
  #footerExtra .extra {
    margin-top: 60px;
    text-align: center;
  }
}
#footerExtra .extra-privacy {
  font-size: 1.2rem;
}
#footerExtra .extra-copy {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footerExtra .extra-copy {
    font-size: 1.1rem;
  }
}

/*==================================================
** fixed
==================================================*/
