@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Quicksand", sans-serif;
  font-family: "Poppins", sans-serif;
*/

/* ---------------------------------------------------------------------------
//  base
--------------------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
*::before,
*::after { box-sizing: border-box; }
html, body { width: 100%; height: 100%; }
img, iframe { border: 0; vertical-align: bottom; }
ul, ol { list-style-type: none; }
a { text-decoration: none; }
mark { font-weight: bold; color: inherit; background-color: transparent; }
em { font-style: normal; }
address { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: baseline; }

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

:root {
  --blue: #256BAD;
  --gray1: #DEDEDE;
  --gray2: #727272;
}

/* ---------------------------------------------------------------------------
//  all
--------------------------------------------------------------------------- */
html { font-size: 62.5%; }
@media (max-width: 1440px) {
  html { font-size: calc(100vw / 1440 * 10); }
} /*@*/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.8;
  background: #FFF;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.4; }

a { transition: .3s; color: inherit; }
@media (min-width: 768px) {
  a:hover { opacity: .7; }
}
.preload a { transition: none !important; }

.wrap { margin: 0 auto; overflow: hidden; }
.inner { max-width: 118rem; height: 100%; margin: 0 auto; position: relative; }
ul.indent li { text-indent: -1em; padding-left: 1em; }
ul.dot li::before { content: "・"; }
ol.num { counter-reset: li; }
ol.num > li { text-indent: -1.2em; padding-left: 1.2em; }
ol.num > li:before { content: counter(li) "."; counter-increment: li; padding-right: .5rem; }
ol.brackets { counter-reset: li; }
ol.brackets > li { text-indent: -1.55em; padding-left: 1.55em; }
ol.brackets > li:nth-child(n+10) { text-indent: -2.1em; padding-left: 2.1em; }
ol.brackets > li:before { content: "(" counter(li) ")"; counter-increment: li; padding-right: .5rem; }
hr { display: block; height: .1rem; border: none; border-top: .1rem solid rgba(255,255,255,0.2); margin: 1em 0; }
img { width: 100%; height: auto; }
img.cover { width: 100%; height: 100%; object-fit: cover; }
img.contain { width: 100%; height: 100%; object-fit: contain; }
.text-overflow { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.sml { font-size: 80%; }
.t-center { text-align: center; }
.t-right { text-align: right; }
.pc-center { text-align: center; }
.bold { font-weight: 700; }

.flex { display: flex; justify-content: space-between; }
.flex.jstart { justify-content: flex-start; }
.flex.jend { justify-content: flex-end; }
.flex.jcenter { justify-content: center; }
.flex.fwrap { flex-wrap: wrap; }
.flex.fwrap.bottom > * { margin-bottom: 2rem; }
.flex.istart { align-items: flex-start; }
.flex.iend { align-items: flex-end; }
.flex.icenter { align-items: center; }
.flex.half > * { width: 47.5%; }
.flex.half50 > * { width: 50%; }
.flex.third > * { width: 32%; }
.flex.quarter > * { width: 24%; }
.flex.reverse { flex-flow: row-reverse; }
.flex.third.fwrap::after { content: ""; width: 32%; display: block; }
.flex.quarter.fwrap::before { content: ""; width: 24%; display: block; order: 1; }
.flex.quarter.fwrap::after { content: ""; width: 24%; display: block; }

a.scale { overflow: hidden; }
a.scale img { transition: .3s; }
@media (min-width: 768px) {
  a.scale:hover img { transform: scale(1.05); }
}

section { position: relative; }


/* /////////////////////////////////////////////////////////////////////////// */

header .trigger,
html .sp-only,
html .sp-only-table { display: none; }
br.pc { display: block; }
br.sp { display: none; }
a[href^="tel:"] { pointer-events: none; cursor: default; }

@media (max-width: 768px) {

html > * { -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { overflow-y: visible; }
body { min-width: 100%; overflow-x: hidden; }
body.fixed { position: fixed; width: 100%; height: 100%; }

html .sp-only { display: block; }
html .sp-only-table { display: table; }
html .pc-only { display: none; }
br.pc { display: none; }
br.sp { display: block; }
a[href^="tel:"] { pointer-events: auto; cursor: pointer; }

.wrap { margin: 0 auto; padding-top: 6rem; }
.inner { width: 100%; padding-left: 2rem; padding-right: 2rem; }

.flex:not(.alw) { flex-flow: column nowrap; }
.flex.istart:not(.alw),
.flex.iend:not(.alw),
.flex.icenter:not(.alw) { align-items: stretch; }
.flex.half:not(.alw) > * { width: 100%; }
.flex.half50:not(.alw) > * { width: 100%; }
.flex.third:not(.alw) > * { width: 100%; }
.flex.quarter:not(.alw) > * { width: 100%; }
.flex.reverse:not(.alw) { flex-flow: column nowrap; }
/*
.flex:not(.alw) > * { margin-bottom: 20px; }
.flex:not(.alw) > *:last-child { margin-bottom: 0; }
*/
.flex.sp-half > * { width: 48%; }
.flex.sp-half50 > * { width: 50%; }
.flex.sp-fwrap { flex-wrap: wrap; }

.pc-center { text-align: left; }
.sp-center { text-align: center; }

.table-wrapper { overflow: auto; white-space: nowrap; }
.table-wrapper table { width: auto; }

html { font-size: calc(100vw / 375 * 10); }
body { font-size: 1.5rem; }

} /*@*/

/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
header {
  width: 100%;
  z-index: 999;
  height: 11.6rem;
  background: #fff;
  border-bottom: .1rem solid var(--gray1);
}
header .head {
  height: 100%;
  padding-left: 3rem;
}
header .title p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
header .logo {
  width: 17.6rem;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header nav li {
  margin-left: 2rem;
  position: relative;
}
header nav a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
header nav .calendar a {
  border: 1px solid var(--blue);
  border-radius: 6rem;
  padding: 0 1.5rem;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: .5rem;
  height: 4rem;
}
header nav .calendar a::before {
  content: "";
  display: inline-block;
  background: url(../img/icon-pdf.svg) center center / contain no-repeat;
  width: 2.4rem;
  height: 2.4rem;
}
header nav .contact {
  margin-left: 1rem;
}
header nav .contact a {
  background: var(--blue);
  border-radius: 6rem;
  padding: 0 2rem;
  color: #fff;
  height: 4rem;
  display: flex;
  align-items: center;
}
header nav .recruit a {
  background: #E5E5E5;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--blue);
  width: 17rem;
  height: 11.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .tel {
  margin-left: 0;
}
header nav .tel a {
  background: var(--blue);
  height: 11.6rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .tel a .txt {
  font-size: 1.2rem;
  font-weight: 700;
  color: #92b5d6;
  text-align: center;
}
header nav .tel a .num {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
header nav .tel a .num span {
  font-size: 1.2rem;
}


.page-recruit header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-bottom: none;
  background: none;
}
.page-recruit header .title p {
  color: #fff;
}
.page-recruit header nav a {
  color: #fff;
}
.page-recruit header nav .calendar a {
  border: .1rem solid #fff;
}
.page-recruit header nav .calendar a::before {
  background: url(../img/icon-pdf4.svg) center center / contain no-repeat;
}
.page-recruit header nav .recruit a {
  color: var(--blue);
}

/* /////////////////////////////////////////////////////////////////////////// */

@media (max-width: 768px) {

header {
  width: 100%;
  height: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .head {
  padding-left: 1rem;
}
header .title {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}
header .logo {
  width: 12rem;
}
header .title p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0 0 0 1rem;
}

header .trigger {
  display: block;
  width: 6rem;
  height: 6rem;
  background: url(../img/trigger-on.png) center center / 30px no-repeat;
}
header .trigger.active {
  background: url(../img/trigger-off.png) center center / 30px no-repeat;
}

.sp-nav-scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.sp-nav {
  display: none;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 6rem);
  background: #fff;
}

header nav {
  padding: 4rem;
}
header nav ul {
  flex-flow: column nowrap;
}
header nav li {
  width: 100%;
  margin: 0 0 2rem;
}
header nav li:nth-child(-n+4) {
  border-bottom: .1rem solid var(--gray1);
}
header nav li:nth-child(-n+4) a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .5rem;
}
header nav li:nth-child(-n+4) a::after {
  content: "";
  display: block;
  background: url(../img/icon-next.svg) center center / contain no-repeat;
  width: 2rem;
  height: 2rem;
}
header nav a {
  font-size: 1.5rem;
}
header nav .calendar {
  margin-top: 1rem;
}
header nav .calendar a {
  height: 5rem;
  text-align: center;
  justify-content: center;
}
header nav .contact a {
  height: 5rem;
  text-align: center;
  justify-content: center;
}
header nav .recruit a {
  width: 100%;
  height: 10rem;
}
header nav .tel a {
  width: 100%;
  height: 10rem;
}
header nav .tel a .txt {
  font-size: 1.4rem;
}
header nav .tel a .num {
  font-size: 1.8rem;
}


.page-recruit header {
  position: fixed;
  background: #fff;
  border-bottom: .1rem solid var(--gray1);
}
.page-recruit header .title p {
  color: #000;
}
.page-recruit header nav a {
  color: #000;
}
.page-recruit header nav .calendar a {
  border: .1rem solid var(--blue);
}
.page-recruit header nav .calendar a::before {
  background: url(../img/icon-pdf.svg) center center / contain no-repeat;
}
.page-recruit header nav .recruit a {
  color: var(--blue);
}

} /*@*/


/* ---------------------------------------------------------------------------
//  aside
--------------------------------------------------------------------------- */
.bg-gray {
  background: #F7F7F7;
}
.bg-gray .contact-guide {
  margin-top: 0;
  padding-top: 20rem;
}
.page-recruit .contact-guide {
  margin-top: -15rem;
}

.contact-guide {
  margin-top: 20rem;
}
.contact-guide .box {
  background: #025DB1;
  border-radius: 2rem;
  padding: 8rem 0 6rem;
  text-align: center;
  color: rgba(255,255,255,0.5);
}
.contact-guide .box h2 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
.contact-guide .box h2 + p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.contact-guide .box .tel {
  font-size: 4rem;
  font-weight: 700;
}
.contact-guide .box .common-btn {
  padding: 1.2rem 7.5rem;
  margin-top: 2rem;
}

/* /////////////////////////////////////////////////////////////////////////// */

@media (max-width: 768px) {
.bg-gray .contact-guide {
  margin-top: 0;
  padding-top: 10rem;
}

.contact-guide {
  margin-top: 8rem;
}
.contact-guide .box {
  padding: 4rem 2rem 3rem;
}
.contact-guide .box h2 {
  font-size: 2.2rem;
}
.contact-guide .box h2 + p {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 2rem;
}
.contact-guide .box .tel {
  font-size: 2.8rem;
}
.contact-guide .box .common-btn {
  padding: 1.2rem 2rem;
  margin-top: 2rem;
}

} /*@*/

/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
footer {
  margin-top: 9.5rem;
  background: #4F4F4F;
  padding: 9rem 0 6rem;
  color: rgba(255,255,255,0.5);
}
footer .logo {
  width: 17.2rem;
  margin-right: 5rem;
}
footer .text h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
footer .text p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
footer .nav {
  margin-left: auto;
}
footer .nav ul {
  margin-right: 6rem;
}
footer .nav li {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
footer .nav .privacy a {
  display: flex;
  align-items: center;
  gap: .5rem;
}
footer .nav .privacy a::after {
  content: "";
  display: inline-block;
  background: url(../img/icon-pdf2.svg) center center / contain no-repeat;
  width: 1.8rem;
  height: 1.8rem;
}
footer .nav .calendar a {
  display: flex;
  align-items: center;
  gap: .5rem;
}
footer .nav .calendar a::after {
  content: "";
  display: inline-block;
  background: url(../img/icon-pdf2.svg) center center / contain no-repeat;
  width: 1.8rem;
  height: 1.8rem;
}
footer .copyright {
  margin-top: 9rem;
  padding-top: 3rem;
  border-top: .1rem solid rgba(255,255,255,0.5);
  gap: 2rem;
}
footer .copyright p {
  font-weight: 500;
  color: #fff;
}
footer .copyright p:nth-child(1) {
  font-size: 1.4rem;
}
footer .copyright p:nth-child(2) {
  font-size: 1.6rem;
}

/* /////////////////////////////////////////////////////////////////////////// */

@media (max-width: 768px) {
footer {
  margin-top: 6rem;
  padding: 4rem 0 5rem;
}
footer .logo {
  width: 17.2rem;
  margin: 0 auto 1rem;
}
footer .text h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
footer .text {
  display: table;
  margin: 0 auto;
}
footer .text p {
  font-size: 1.5rem;
}
footer .nav {
  display: none;
}
footer .copyright {
  margin-top: 3rem;
  padding-top: 3rem;
  gap: 1rem;
}
footer .copyright p {
  text-align: center;
}
footer .copyright p:nth-child(1) {
  font-size: 1.2rem;
}
footer .copyright p:nth-child(2) {
  font-size: 1.4rem;
}

} /*@*/

