@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 300;
  font-style: normal;
}

article, aside, footer, header, nav, section, main, figure, figcaption {
  display: block;
}

:root {
  --font-family: 'Noto Sans JP', sans-serif;
  --color-text: #000;
  --color-link: #2a67bd;
  --color-hover: #42a0d9;
  --color-base: #2a67bd;
  --color-main: #1066ae;
  --color-sub1: #565655;
  --color-sub2: #1e1e1e;
  --color-sub3: #fafafa;
  --color-sub4: #e1e1e1;
  --color-sub5: #ecf5fc;
  --color-grd1: rgba(0, 0, 0, 0);
  --color-grd2: rgba(0, 0, 0, 1);
  --transition: 0.3s;
  --inner-width: 110rem;
  --inner-width2: 160rem;
  --inner-width3: 192rem;
  --box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
  --box-shadow2: 0 0 14px 0 rgba(0, 0, 0, .8);
}

* {
  scroll-behavior: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: var(--color-link);
  border: none;
  text-decoration: none;
}

a:hover {
  color: var(--color-hover);
  text-decoration: underline;
}

img, video, iframe {
  max-width: 100%;
}

img {
  height: auto;
  border: none;
  vertical-align: top;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

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

a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  border: none;
  background: none;
}
button:hover, button:active, button:focus {
  outline: none;
}
button:active, button:focus {
  box-shadow: none;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  line-height: 1.5;
  font-size: 1.4rem;
  font-family: var(--font-family);
  color: var(--color-text);
  text-align: left;
  letter-spacing: 0.05em;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 1.6rem;
  }
}

/* 共通セクション */
.c-section {
  line-height: 1.8;
}
.c-section__secondary {
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .c-section__secondary {
    max-width: var(--inner-width);
    margin-inline: auto;
  }
}
.c-section__secondary:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px), print {
  .c-section__secondary:not(:last-child) {
    margin-bottom: 15rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-section__secondary:not(:last-child) {
    margin-bottom: 18rem;
  }
}

/* 共通ヘッダー */
/* 共通見出し */
.c-heading {
  position: relative;
  max-width: var(--inner-width);
  margin-inline: auto;
  line-height: 1.4;
  font-size: 2.4rem;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px), print {
  .c-heading {
    font-size: 3rem;
  }
}
.c-heading.__h2 {
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
}
.c-heading.__h2::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.1rem;
  margin: 1.8rem auto 0;
  background-color: var(--color-base);
}
@media screen and (min-width: 768px), print {
  .c-heading.__h2 {
    letter-spacing: 0.2em;
  }
}
/* リンクボタン */
.c-link-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 1.2rem 4.6rem 1.2rem 3rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border-radius: 10em;
  background-color: var(--color-link);
  transition: color var(--transition), border-color var(--transition), background-color var(--transition);
}
@media screen and (min-width: 1100px), print {
  .c-link-button {
    padding: 1.8rem 7rem 1.8rem 5rem;
    font-size: 1.8rem;
  }
}
.c-link-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.6rem;
  width: 0.85rem;
  height: 0.85rem;
  margin: auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
@media screen and (min-width: 1100px), print {
  .c-link-button::before {
    right: 4rem;
    width: 1rem;
    height: 1rem;
  }
}

/* 共通リンクボタン（ホバー）*/
.c-link-button[href]:hover {
  text-decoration: none;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-link-button[href]:hover {
    color: #fff;
    border-color: var(--color-hover);
    background-color: var(--color-hover);
  }
}

/* コンテンツ画面中央寄せ */
.c-inner {
  position: relative;
  max-width: var(--inner-width);
  margin-inline: auto;
}
.c-inner::after {
  content: "";
  display: table;
  clear: both;
}
/* Google Maps */
.c-map-area {
  position: relative;
  height: 40rem;
}
.c-map-area iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* 共通テーブル */
.c-table {
  display: block;
  margin-inline: -4px;
}
.c-table tbody {
  display: block;
}
.c-table tr {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px 0;
}
.c-table tr:not(:last-child) {
  margin-bottom: -1px;
}
.c-table th,
.c-table td {
  vertical-align: middle;
  padding: 2rem 1rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
}
.c-table th {
  padding-right: 0;
  border-color: var(--color-base);
}
.c-table td {
  border-color: var(--color-sub4);
}
.c-table .tel-link[href] {
  color: var(--color-text);
}
.c-table .tel-link[href]:hover {
  color: var(--color-link);
}
@media screen and (max-width: 767.98px) {
  .c-table {
    margin-inline: 0;
  }
  .c-table tr,
  .c-table th,
  .c-table td {
    display: block;
  }
  .c-table tr + tr {
    margin-top: 5rem;
  }
  .c-table th,
  .c-table td {
    border-bottom: none;
  }
  .c-table th {
    width: auto !important;
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
  }
  .c-table td {
    padding: 1.5rem 1rem 0 1rem;
  }
}

/* --------------------------------

  汎用スタイル

-------------------------------- */
.u-list-unstyled {
  list-style: none;
}
.u-list-disc {
  list-style-type: none;
}
.u-list-disc li {
  position: relative;
  padding-left: 2ch;
}
.u-list-disc li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.u-list-decimal {
  padding-left: 2.5ch;
}

.u-text-left {
  text-align: left;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-indent {
  text-indent: 1em;
}
.u-text-link {
  color: var(--color-base);
  text-decoration: underline;
}
.u-text-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .u-text-md-left {
    text-align: left;
  }
  .u-text-md-center {
    text-align: center;
  }
}
@media screen and (min-width: 1100px), print {
  .u-text-lg-left {
    text-align: left;
  }
  .u-text-lg-center {
    text-align: center;
  }
}

.u-d-none {
  display: none;
}
.u-d-block {
  display: block;
}
.u-d-flex {
  display: flex;
}
@media screen and (min-width: 480px), print {
  .u-d-sm-none {
    display: none;
  }
  .u-d-sm-block {
    display: block;
  }
  .u-d-sm-flex {
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .u-d-md-none {
    display: none;
  }
  .u-d-md-block {
    display: block;
  }
  .u-d-md-flex {
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .u-d-lg-none {
    display: none;
  }
  .u-d-lg-block {
    display: block;
  }
  .u-d-lg-flex {
    display: flex;
  }
}
@media screen and (min-width: 1600px), print {
  .u-d-xl-none {
    display: none;
  }
  .u-d-xl-block {
    display: block;
  }
  .u-d-xl-flex {
    display: flex;
  }
}

.u-ft-khand {
  font-family: "Khand", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.u-fs__sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px), print {
  .u-fs__sm {
    font-size: 1.4rem;
  }
}
.u-fs__lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .u-fs__lg {
    font-size: 1.8rem;
  }
}
.u-fs__xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .u-fs__xl {
    font-size: 2rem;
  }
}

.u-fw-bold {
  font-weight: 700;
}
.u-fw-bold * {
  font-weight: 700;
}
.u-bg-light {
  background-color: var(--color-sub5);
}
.u-bg-base {
  background-color: var(--color-base);
}
.u-bg-white {
  background-color: #fff;
}
.u-color-base {
  color: var(--color-base);
}
.u-color-white {
  color: #fff;
}
.u-color-danger {
  color: #b22c00;
}
.u-flex-1 {
  flex: 1;
}

.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.u-lh__sm {
  line-height: 1.5;
}
.u-lh__base {
  line-height: 1.8;
}
.u-lh__lg {
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .u-lh__lg {
    line-height: 2;
  }
}
.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.u-anchor-point {
  scroll-margin-top: 10rem;
}
@media screen and (min-width: 1100px), print {
  .u-anchor-point {
    scroll-margin-top: 16rem;
  }
}

.u-box-radius {
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .u-box-radius {
    border-radius: 2rem;
  }
}

.u-img-wrap {
  aspect-ratio: 4/3;
  display: block;
  position: relative;
  overflow: hidden;
}

.u-img-cover {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

@media screen and (min-width: 768px), print {
  .float-md-right {
    float: right;
  }
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.font-feature-settings {
  font-feature-settings: "palt" 1;
}

/* ios高さ100%用 */
.full-height {
  height: calc(var(--vh, 1vh) * 100);
}

/* --------------------------------

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .l-wrapper {
    background: url(../img/base/bg.jpg) no-repeat right bottom;
  }
}

/* --------------------------------

  header

-------------------------------- */
.l-header__container {
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  font-size: 100%;
  background-color: rgba(16, 102, 174, 0.9);
  z-index: 900;
}
.l-header__title {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px), print {
  .l-header__container {
    display: block;
    position: absolute;
    height: auto;
    background: none;
    z-index: 1010;
  }
}
/* ヘッダーロゴ */
.c-header-logo {
  position: fixed;
  top: 1.8rem;
  left: 2rem;
  width: 12rem;
  z-index: 1000;
}
.c-header-logo img {
  display: block;
}
@media screen and (min-width: 768px), print {
  .c-header-logo {
    position: absolute;
    top: 3.5rem;
    left: 3rem;
    width: 15rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-header-logo {
    top: 2.8rem;
    left: 4rem;
    width: 21.7rem;
  }
}

/* スクロール時固定用 */
@media screen and (max-width: 767.98px) {
  .is-fixed .l-header__container {
    box-shadow: var(--box-shadow);
  }
}
@media screen and (min-width: 768px), print {
  .is-fixed .l-header__container {
    position: fixed;
    top: -60px;
    transform: translateY(60px);
    transition: transform var(--transition);
  }
}

/* --------------------------------

  nav

-------------------------------- */
.l-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -30rem;
  width: 30rem;
  height: 100%;
  z-index: 1000;
}
.l-nav__container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--color-base);
  z-index: 10;
}
.l-nav__info {
  padding: 0 2rem 4rem;
}
.l-nav__app {
  padding: 0 2rem 5rem;
}
@media screen and (min-width: 768px), print {
  .l-nav {
    position: absolute;
    right: auto;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: rgba(16, 102, 174, 0.9);
  }
  .l-nav__container {
    display: flex;
    background-color: transparent;
    overflow: visible;
  }
  .l-nav__info {
    display: none;
  }
  .l-nav__app {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .l-nav {
    transition: right 0.3s;
  }
  .nav-open .l-nav {
    right: 0;
  }
}

/* メインナビ */
.c-nav {
  padding: 7rem 3rem 5rem;
}
.c-nav__item {
  position: relative;
}
.c-nav__item + .c-nav__item {
  margin-top: 1.4rem;
}
.c-nav__link {
  display: flex;
  align-items: center;
  position: relative;
  height: 5.2rem;
  padding: 0 0 0 3rem;
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--color-main);
  border-radius: 10em;
  background-color: #fff;
}
.c-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: right var(--transition);
  pointer-events: none;
}
.c-nav__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .c-nav {
    display: flex;
    position: relative;
    margin: 0 0 0 auto;
    padding: 0 1.6rem 0 0;
    font-size: 1.6rem;
  }
  .c-nav__item {
    flex-grow: 1;
  }
  .c-nav__item + .c-nav__item {
    margin-top: 0;
  }
  .c-nav__link {
    flex-direction: column;
    justify-content: center;
    height: 10rem;
    padding: 0 1.6rem;
    color: #fff;
    border-radius: 0;
    background-color: transparent;
    transition: background-color var(--transition);
  }
  .c-nav__link::before {
    display: none;
  }
  .c-nav__link:hover {
    color: #fff;
  }
  .c-nav__item.is-current .c-nav__link {
    background-color: var(--color-hover);
  }
  .c-nav__item.is-current .c-nav__link::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    top: 50%;
    width: 3rem;
    height: 0.1rem;
    margin: auto;
    background-color: #fff;
    pointer-events: none;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav {
    padding: 0 2.5rem 0 0;
  }
  .c-nav__link {
    padding: 0 2.5rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-nav__item {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.4s, transform 0.4s;
    transition-delay: calc(var(--i) * var(--delay-step, 0.1s));
  }
  .nav-open .c-nav__item {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine), print {
  .c-nav__link:hover::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    top: 50%;
    width: 3rem;
    height: 0.1rem;
    margin: auto;
    background-color: #fff;
  }
}

/* 会社情報 */
.c-nav-info {
  color: #fff;
  text-align: center;
}
.c-nav-info__logo {
  width: 18rem;
  margin: 0 auto 2rem;
}
.c-nav-info__tel .tel-link {
  color: #fff;
}
/* アプリダウンロード */
.c-nav-app {
  color: #fff;
  text-align: center;
}
.c-nav-app__text {
  margin-bottom: 2rem;
  padding: 0.5rem 0;
  font-weight: 400;
  font-size: 1.2rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.c-nav-app__list {
  display: flex;
  justify-content: center;
  margin: 0 -1rem -1rem 0;
}
.c-nav-app__item {
  padding: 0 1rem 1rem 0;
}
/* ナビゲーション開閉ボタン */
.c-nav-button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  font-family: inherit;
  background-color: transparent;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 768px), print {
  .c-nav-button {
    display: none;
  }
}
.nav-open .c-nav-button {
  display: none;
}
.c-nav-button__icon {
  display: block;
  position: absolute;
  inset: 0;
  top: 0;
  width: 3rem;
  height: 2rem;
  margin: auto;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.c-nav-button__icon::before, .c-nav-button__icon::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  border-top: 2px solid #fff;
}
.c-nav-button__icon::after {
  display: none;
}
.c-nav-button__close {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .nav-open .c-nav-button__close {
    display: block;
  }
}
.c-nav-button__close .c-nav-button__icon {
  border: none;
}
.c-nav-button__close .c-nav-button__icon::before {
  transform: rotate(45deg);
}
.c-nav-button__close .c-nav-button__icon::after {
  display: block;
  transform: rotate(-45deg);
}

/* ナビゲーション背景 */
@media screen and (min-width: 768px), print {
  .o-nav-screen {
    display: none;
  }
}
.o-nav-screen__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--transition);
}
.nav-open .o-nav-screen__overlay {
  pointer-events: auto;
  opacity: 0.35;
  cursor: pointer;
}

/* スクロール時固定用 */
@media screen and (min-width: 768px), print {
  .is-fixed .l-nav {
    position: fixed;
    top: -60px;
    box-shadow: var(--box-shadow);
    transform: translateY(60px);
    transition: transform var(--transition);
  }
}

/* --------------------------------

  main

-------------------------------- */
.l-main {
  padding: 0 2rem 10rem;
  background: url(../img/base/bg.jpg) no-repeat right bottom;
  background-size: 80rem auto;
}
@media screen and (min-width: 1100px), print {
  .l-main {
    padding: 0 5rem 15rem;
    background: none;
  }
}

/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  border-top: 1px solid var(--color-base);
  background-color: #fff;
}
.l-footer__container {
  padding: 5rem 0;
}
.l-footer__logo {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .l-footer {
    padding: 0 10rem 0 5rem;
  }
  .l-footer__container {
    display: flex;
    align-items: center;
    max-width: var(--inner-width3);
    height: 16rem;
  }
  .l-footer__logo {
    margin-bottom: 0;
    text-align: left;
  }
  .l-footer__copy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
}

/* フッターロゴ */
.c-footer-logo {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-weight: 500;
  font-size: 1.8rem;
  color: currentColor;
}
.c-footer-logo:hover {
  text-decoration: none;
  color: var(--color-link);
}
.c-footer-logo img {
  margin-right: 3rem;
}
@media screen and (min-width: 1100px), print {
  .c-footer-logo {
    font-size: 2rem;
  }
  .c-footer-logo img {
    margin-right: 4rem;
  }
}

/* フッターポリシー */
.c-footer-policy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-footer-policy__item + .c-footer-policy__item {
  margin-left: 2rem;
}
.c-footer-policy__link {
  display: block;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--color-sub1);
}
@media screen and (min-width: 768px), print {
  .c-footer-policy__item + .c-footer-policy__item {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer-policy {
    padding-top: 0.15ch;
  }
}

/* ページの先頭へ */
.c-footer-pagetop {
  display: block;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-footer-pagetop {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer-pagetop {
    right: 2rem;
    bottom: 2rem;
  }
}
.is-fixed .c-footer-pagetop {
  opacity: 1;
  pointer-events: auto;
}
.c-footer-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-color: var(--color-link);
  transition: background-color var(--transition);
}
.c-footer-pagetop a:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-footer-pagetop a:hover {
    background-color: var(--color-hover);
  }
}
.c-footer-pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

/* コピーライト */
.c-footer-copy {
  margin-top: 5rem;
  text-align: center;
}
.c-footer-copy small {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .c-footer-copy small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer-copy {
    margin: 0 0 0 5rem;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.c-page-title {
  background-color: var(--color-base);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-page-title__container {
  display: grid;
  place-content: center left;
  position: relative;
  height: 24rem;
  padding-top: 6rem;
}
.c-page-title__heading {
  display: grid;
  place-content: center;
  min-width: 20rem;
  height: 5.4rem;
  padding: 0 4rem 0.1ch;
  line-height: 1.2;
  font-weight: 400;
  font-size: 2.5rem;
  color: var(--color-base);
  text-align: center;
  border-radius: 0 10em 10em 0;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .c-page-title__container {
    height: 30rem;
    padding-top: 10rem;
  }
  .c-page-title__heading {
    min-width: 25.4rem;
    height: 6rem;
    padding: 0 5rem 0.1ch;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__heading {
    font-size: 3.4rem;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime {
  pointer-events: none;
}
.js-anime.is-active {
  pointer-events: auto;
}
.js-anime.fadeIn {
  opacity: 0;
}
.js-anime.fadeIn.is-active {
  animation: fadeIn 0.75s forwards;
}
.js-anime.fadeInUp {
  opacity: 0;
  transform: translateY(100px);
}
.js-anime.fadeInUp.is-active {
  animation: fadeInUp 0.75s forwards;
}
.js-anime.fadeZoomIn {
  opacity: 0;
  transform: scale(1.4);
}
.js-anime.fadeZoomIn.is-active {
  animation: fadeZoomIn 0.75s forwards;
}
.js-anime.fadeInRight {
  opacity: 0;
  transform: translateX(100px);
}
.js-anime.fadeInRight.is-active {
  animation: fadeInRight 0.75s forwards;
}
.js-anime.fadeInLeft {
  opacity: 0;
  transform: translateX(-100px);
}
.js-anime.fadeInLeft.is-active {
  animation: fadeInLeft 0.75s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeZoomIn {
  from {
    opacity: 0;
    transform: scale(1.4);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeZoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.4);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bounce {
  /* 初期 */
  0% {
    transform: translateY(0);
  }
  /* 大きく1回 */
  12% {
    transform: translateY(-20px);
  }
  24% {
    transform: translateY(0);
  }
  /* 小バウンド① */
  30% {
    transform: translateY(-10px);
  }
  34% {
    transform: translateY(2px);
  }
  /* 小バウンド② */
  38% {
    transform: translateY(-7px);
  }
  42% {
    transform: translateY(1px);
  }
  /* 小バウンド③ */
  46% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(0);
  }
  /* 50〜100% 停止 */
  100% {
    transform: translateY(0);
  }
}
/* --------------------------------

  下層ページ

-------------------------------- */
/* OVERVIEW */
.p-overview th {
  width: 15rem;
}
/* ACCESS */
.p-access__map {
  margin: 0 -2rem 3rem;
  background-color: #eee;
}
.p-access__add {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-access__map {
    margin: 0 0 3rem;
  }
}

/* CAREER SUPPORT */
.p-career-support__intro {
  margin-bottom: 5rem;
  font-size: 1.6rem;
}
.p-career-support__overview th {
  width: 17rem;
}
@media screen and (min-width: 768px), print {
  .p-career-support__intro {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-career-support__intro {
    font-size: 2.2rem;
  }
}

/* 求める人物像 */
.p-candidate-profile {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
}
.p-candidate-profile__col {
  position: relative;
  padding: 3rem 2rem 2rem;
}
.p-candidate-profile dt {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 1.8rem;
}
.p-candidate-profile dt::before {
  content: "";
  aspect-ratio: 36/31;
  display: block;
  width: 3rem;
  margin: -4rem auto 1.5rem;
  background: url(../img/base/icon-check_blu.svg) center no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .p-candidate-profile {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-candidate-profile dt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-candidate-profile {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
  }
  .p-candidate-profile__col {
    padding: 3rem 4rem;
  }
  .p-candidate-profile dt {
    font-size: 2.2rem;
  }
  .p-candidate-profile dt::before {
    width: 3.6rem;
    margin: -4.5rem auto 1.5rem;
  }
}

/* --------------------------------

  お知らせ

-------------------------------- */
.news-body {
  margin-top: 1rem;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-body * {
  word-break: break-all;
  word-wrap: break-word;
}
.news-body::after {
  content: "";
  display: table;
  clear: both;
}
.news-more {
  margin-top: 3rem;
  text-align: center;
}
.news-back {
  margin-top: 5rem;
  text-align: center;
}
.news-topics + .news-topics {
  margin-top: 2rem;
}
.news-link {
  display: block;
  position: relative;
  padding: 2rem;
  line-height: 1.4;
  border-radius: 2rem;
  background-color: var(--color-sub3);
}
.news-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: var(--color-link);
}
.news-link:hover .news-date {
  color: currentColor;
}
.news-date {
  margin-bottom: 0.5rem;
  color: var(--color-text);
}
.news-title {
  word-break: break-all;
  word-wrap: break-word;
}
.news-img {
  position: relative;
  overflow: hidden;
}
.news-img img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .news-link {
    display: flex;
    padding: 2rem 3rem;
    border-radius: 2rem;
  }
  .news-date {
    width: 14ch;
    margin-bottom: 0;
  }
  .news-title {
    flex: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .news-back {
    margin-top: 10rem;
  }
  .news-link {
    padding: 3rem 4rem;
    border-radius: 3rem;
  }
  .news-date {
    width: 18ch;
  }
}

/* topics_paging */
#topics_paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2rem;
}
#topics_paging_all {
  margin-top: 5rem;
  margin-bottom: 1rem;
  text-align: center;
}
#topics_paging li {
  display: flex;
  align-items: center;
  margin: 0 0.25rem;
  padding: 1rem 1.5rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: var(--color-text);
  text-align: center;
  border-radius: 0.45rem;
  background-color: var(--color-sub3);
  list-style-type: none;
  list-style-image: none;
}
@media screen and (min-width: 1100px), print {
  #topics_paging li {
    font-size: 1.6rem;
  }
}
#topics_paging a {
  display: block;
  margin: -1rem -1.5rem;
  padding: 1rem 1.5rem;
  color: var(--color-text);
}
#topics_paging a:hover {
  text-decoration: none;
  color: #fff;
  border-radius: 0.5rem;
  background-color: var(--color-link);
}

#calculated_page {
  margin-left: -1rem;
}

#total_pages {
  margin-right: 1rem;
}

/* --------------------------------

  プリント

-------------------------------- */
@media print {
  html, body {
    width: var(--inner-width);
    background: none;
  }
}
/* --------------------------------

  修正・追加用

-------------------------------- */