@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;600;700;900&family=Noto+Sans+JP:wght@400;700&family=Jost:wght@500;600;700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #64C0D7;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

::-moz-selection {
  color: #000;
  background-color: rgba(0, 37, 126, 0.4392156863);
}

::selection {
  color: #000;
  background-color: rgba(0, 37, 126, 0.4392156863);
}

::-moz-selection {
  color: #000;
  background-color: rgba(0, 37, 126, 0.4392156863);
}

.f-common-wrap {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid #e9e9e9;
  text-align: inherit;
  margin: 0 0 0 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li {
  list-style-type: none;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  text-align: left;
  width: 100%;
  text-align: justify;
}
@media screen and (max-width: 992px) {
  table {
    font-size: 0.85rem;
  }
}

dt {
  font-weight: 500;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1400pc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1400pc {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: relative;
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0);
  height: 80px;
  z-index: 1010;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-header {
    position: fixed;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .l-header {
    height: 60px;
  }
}

.l-header-logo {
  position: relative;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .l-header-logo {
    width: 75%;
  }
}
.l-header-logo h1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.l-header-logo h1 a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px 0 5px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-logo h1 a:hover {
  opacity: 0.75;
}
.l-header-logo h1 a img {
  position: relative;
  display: block;
  width: auto;
  height: 47px;
}
@media screen and (max-width: 768px) {
  .l-header-logo h1 a {
    z-index: 999;
  }
  .l-header-logo h1 a img {
    height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .l-header-logo h1 a img {
    height: 23px;
  }
}

/* PC版メニュー
----------------------------------------------------------------- */
.l-header-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 70%;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .l-header-nav {
    font-size: 1.25vw;
    min-width: initial;
  }
}
.l-header-nav .l-header-nav-global {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 80px;
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
    line-height: 60px;
  }
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 3px;
  height: 1.5em;
  border-radius: 0.5px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:before {
    height: 30px;
  }
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:first-of-type:before {
  background-color: transparent;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  position: relative;
  width: 9em;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a::after {
  content: "";
  display: inline-block;
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: calc(50% + 1em);
  left: 0;
  /*線になる丸の形状*/
  width: 100%;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.04, 1);
          transform: scale(0.04, 1);
  /*X方向0.04、Y方向1*/
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a:hover {
  color: #fff;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a:hover:after {
  height: 2px;
  /*縦幅を変化*/
  border-radius: 0;
  /*丸みをなくす*/
  -webkit-transform: scale(0.95, 1);
          transform: scale(0.95, 1);
  /*X方向0.8、Y方向1にスケール拡大*/
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-sub__menu a,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu a,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu a,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub .l-header-nav-pattern2-main__menu a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-sub__menu a:hover,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu a:hover,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu a:hover,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub .l-header-nav-pattern2-main__menu a:hover {
  color: #00257E;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu {
  position: relative;
  height: 100%;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu:last-child a {
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu:last-child a {
    padding-right: 20px;
  }
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub {
    margin-top: 15px;
  }
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:after {
  content: "｜";
  margin: 0 15px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:after {
    margin: 0 10px;
  }
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:last-child {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:last-child {
    margin-right: 20px;
  }
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:last-child:after {
  content: "";
  display: none;
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu a {
  color: #000;
}
.l-header-nav .l-header-nav-global .l-dropdown {
  position: relative;
}
@media (orientation: landscape) and (max-device-width: 1024px) {
  .l-header-nav .l-header-nav-global .l-dropdown > a {
    pointer-events: none;
  }
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  transform: translate(-50%, 100%) scale(1, 0);
  -webkit-transform: translate(-50%, 100%) scale(1, 0);
  -ms-transform: translate(-50%, 100%) scale(1, 0);
  overflow: hidden;
  -webkit-transition: 0.5s 0.1s;
  transition: 0.5s 0.1s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu {
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.8125rem;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu a {
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open {
  overflow: visible;
  transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transform: translate(-50%, 100%) scale(1, 1);
  -ms-transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open a {
  opacity: 1;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #64C0D7;
  border-right: 1px solid #64C0D7;
  transform: rotate(135deg) translateY(50%);
  -webkit-transform: rotate(135deg) translateY(50%);
  margin-left: 0.6125em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown:hover .l-dropdown-arrow::after {
  border-top: 1px solid #EF4D37;
  border-right: 1px solid #EF4D37;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-contact {
    line-height: 60px;
  }
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu {
  padding-top: 1rem;
  padding-right: 1rem;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #EF4D37;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 135px;
  width: 135px;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a:hover {
  background-color: #00257E;
}

/* アクティブメニュー*/
.l-header-nav-list a {
  position: relative;
}
.l-header-nav-list a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  background-color: #64C0D7;
  width: 25px;
  height: 2px;
}

.l-header-nav-contact-wrap a {
  position: relative;
}
.l-header-nav-contact-wrap a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  background-color: #00257E;
  width: 25px;
  height: 2px;
}

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  display: block;
  background: #EF4D37;
  width: 90px;
  height: 90px;
  position: relative;
  top: 1rem;
  right: 1rem;
  z-index: 999;
  cursor: pointer;
}
.l-toggle span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20%;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 60%;
}
.l-toggle span:nth-of-type(1) {
  top: calc(25% + 3px);
}
.l-toggle span:nth-of-type(2) {
  top: 50%;
}
.l-toggle span:nth-of-type(3) {
  top: calc(75% - 3px);
}
@media screen and (max-width: 576px) {
  .l-toggle {
    width: 45px;
    height: 45px;
    top: 0.5rem;
    right: 0.5rem;
  }
}

body.open {
  overflow: hidden;
}
body.open .l-toggle span:nth-of-type(1), body.open .l-toggle span:nth-of-type(3) {
  top: calc(50% - 3px);
  left: 20%;
  width: 60%;
}
body.open .l-toggle span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.open .l-toggle span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
body.open .l-toggle span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.l-drawer .l-drawer-body {
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main {
  position: relative;
  height: 100%;
  background-color: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 120px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
  font-size: 2rem;
  line-height: 1.6em;
  color: #64C0D7;
  padding: 1em 15%;
  display: block;
  position: relative;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
    font-size: 1rem;
    padding: 1em 15%;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0px;
  border-top: solid 2px #EF4D37;
  border-right: solid 2px #EF4D37;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 15%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion {
  width: 100%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.875em 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
    padding: 1.375em 10%;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before, .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close {
  background: rgba(80, 184, 210, 0.8);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::before {
  -webkit-transform: rotate(0deg) translateX(5px);
          transform: rotate(0deg) translateX(5px);
  opacity: 0;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content {
  display: none;
  background: rgba(80, 184, 210, 0.8);
  padding-bottom: 1em;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu {
  margin: 0;
  border-bottom: none;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-top: 1em;
  padding-right: 10%;
  padding-bottom: 1em;
  padding-left: calc(10% + 1.25em);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 5%;
}

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: 800px;
  right: 40px;
  z-index: 5;
}
.l-scrolldown span {
  /*描画位置*/
  position: absolute;
  left: 0.5em;
  bottom: 15px;
  /*テキストの形状*/
  color: #000;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.l-scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EF4D37;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.l-scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 66px;
  background: #EF4D37;
}
@media screen and (max-width: 768px) {
  .l-scrolldown {
    top: 500px;
    right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .l-scrolldown {
    top: 545px;
    right: 20px;
  }
  .l-scrolldown span {
    bottom: 7px;
    font-size: 0.5rem;
  }
  .l-scrolldown:before {
    left: -3px;
    width: 8px;
    height: 8px;
  }
  .l-scrolldown:after {
    height: 37px;
  }
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 66px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 66px;
  }
  100% {
    bottom: -5px;
  }
}
@media screen and (max-width: 576px) {
  @-webkit-keyframes circlemove {
    0% {
      bottom: 37px;
    }
    100% {
      bottom: -5px;
    }
  }
  @keyframes circlemove {
    0% {
      bottom: 37px;
    }
    100% {
      bottom: -5px;
    }
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
フッター
========================================================================== */
.l-footer {
  padding: 6.5rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 5.7142857143rem 0 0;
  }
}
@media screen and (max-width: 576px) {
  .l-footer {
    padding: 2.8571428571rem 0 0;
  }
}

.l-footer-logo {
  text-align: center;
  padding: 0 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer-logo {
    padding: 0 0 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo {
    padding: 0 0 1.7142857143rem;
  }
}
.l-footer-logo img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer-logo img {
    height: 36px;
  }
}

.l-footer-mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer-mark li img {
  height: 90px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer-mark li img {
    height: 60px;
  }
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-nav {
  background-color: #fff;
  padding: 4rem 0 6.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer-nav {
    padding: 3.4285714286rem 0 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-nav {
    padding: 2.8571428571rem 0 2.8571428571rem;
  }
}
.l-footer-nav .l-footer-nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .l-footer-nav .l-footer-nav-main {
    display: block;
    text-align: center;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent {
  font-size: 1rem;
  line-height: 1.2;
  margin-right: 1%;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent:last-child {
  margin-right: 0;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a {
  color: #000;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a:hover {
  color: #00257E;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .corp a {
  border: 1px solid #000;
  background-image: url(/resource/images/ico_move_black.svg);
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 0.75em auto;
  padding: 0.25em 2em 0.25em 0.5em;
  font-size: 0.85em;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .corp a:hover {
  color: #000;
  background-color: rgba(100, 192, 215, 0.9);
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
  font-size: 0.85em;
}
@media screen and (max-width: 576px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
    display: none;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner {
  margin-bottom: 1em;
  position: relative;
  padding-left: 0.85em;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
  color: #000;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  background-color: #EF4D37;
  margin: 4px 4px 4px 0;
  width: 6px;
  height: 1px;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  background-color: #00257E;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 1rem 0;
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
  visibility: hidden;
}
a#pagetop img {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  width: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  background-color: #64C0D7;
  display: grid;
  grid-template-columns: clamp(2vw, 992px, 1fr) clamp(8vw, 992px, 720px) 1fr;
  grid-template-rows: 525px;
  grid-template-areas: ". item1 item1";
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .l-page-title {
    grid-template-rows: 380px;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title {
    grid-template-rows: 240px;
    margin-top: 0;
    grid-template-columns: 65px auto 1fr;
  }
}
.l-page-title .l-page-title-inner {
  position: relative;
  grid-area: item1;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  bottom: 110px;
  left: -3.5em;
  margin-top: 40px;
  z-index: 2;
}
.l-page-title .l-page-title-inner .l-page-title-jp .tit_img {
  position: relative;
  display: block;
  height: 110px;
  width: auto;
  padding-left: 1.25em;
  margin-top: -0.3em;
  z-index: -1;
}
.l-page-title .l-page-title-inner .l-page-title-jp::before {
  content: "＃";
  color: #EF4D37;
}
.l-page-title .l-main_about {
  background-image: url(/resource/images/main_about.jpg);
  background-position: 100% 50%;
}
.l-page-title .l-main_message {
  background-image: url(/resource/images/main_message.jpg);
  background-position: 50% 50%;
}
.l-page-title .l-main_recruitment {
  background-image: url(/resource/images/main_recruitment.jpg);
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .l-page-title .l-main_recruitment {
    background-image: url(/resource/images/main_recruitment_tb.jpg);
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 3rem;
    bottom: 20px;
    left: -3em;
  }
  .l-page-title .l-page-title-inner .l-page-title-jp .tit_img {
    height: 70px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 2rem;
    left: -2em;
  }
  .l-page-title .l-page-title-inner .l-page-title-jp .tit_img {
    height: 35px;
  }
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-small {
  padding: 1rem 0;
}

.l-sec-medium {
  padding: 2.5rem 0;
}

.l-sec-large {
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding: 2.8571428571rem 0;
  }
}

.l-sec-xlarge {
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding: 4rem 0;
  }
}

.l-sec-xxlarge {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-sec-xxlarge {
    padding: 5.7142857143rem 0;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge {
    padding: 5.1428571429rem 0;
  }
}

.l-sec-xxlarge-remove-top {
  padding: 0 0 6.5rem;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge-remove-top {
    padding: 0 0 5.1428571429rem;
  }
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container-small,
.l-container-large {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 992px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 9%;
    padding-right: 9%;
  }
}

.l-container {
  max-width: 980px;
}

.l-container-small {
  max-width: 720px;
}

.l-container-large {
  max-width: 1120px;
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex .c-flex-2-clm,
.c-flex--align-items-center .c-flex-2-clm,
.c-flex--flex-start .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-2-clm,
  .c-flex--align-items-center .c-flex-2-clm,
  .c-flex--flex-start .c-flex-2-clm {
    width: 100%;
  }
}
.c-flex .c-flex-3-clm,
.c-flex--align-items-center .c-flex-3-clm,
.c-flex--flex-start .c-flex-3-clm {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-3-clm,
  .c-flex--align-items-center .c-flex-3-clm,
  .c-flex--flex-start .c-flex-3-clm {
    width: 100%;
  }
}
.c-flex .c-flex-4-clm,
.c-flex--align-items-center .c-flex-4-clm,
.c-flex--flex-start .c-flex-4-clm {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-4-clm,
  .c-flex--align-items-center .c-flex-4-clm,
  .c-flex--flex-start .c-flex-4-clm {
    width: 100%;
  }
}
.c-flex .c-flex-5-clm,
.c-flex--align-items-center .c-flex-5-clm,
.c-flex--flex-start .c-flex-5-clm {
  width: 15%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-5-clm,
  .c-flex--align-items-center .c-flex-5-clm,
  .c-flex--flex-start .c-flex-5-clm {
    width: 100%;
  }
}
.c-flex .c-flex-flex-1,
.c-flex--align-items-center .c-flex-flex-1,
.c-flex--flex-start .c-flex-flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex--flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 5%;
}

.c-flex--align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 576px) {
  .c-flex-first_sp {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-flex-small > *:first-child {
  margin-left: 0;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: 19.2%;
}
.c-flex-small .c-flex-4-clm {
  width: 24.25%;
}
.c-flex-small .c-flex-3-clm {
  width: 32.6666666667%;
}
.c-flex-small .c-flex-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-flex-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-flex-small > *:first-child {
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm,
  .c-flex-small .c-flex-4-clm,
  .c-flex-small .c-flex-3-clm,
  .c-flex-small .c-flex-2-clm {
    width: 100%;
  }
  .c-flex-small .c-flex-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-flex-medium > * {
  margin-left: 4%;
}
.c-flex-medium > *:first-child {
  margin-left: 0;
}
.c-flex-medium .c-flex-3-clm {
  width: 30.6666666667%;
}
.c-flex-medium .c-flex-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-flex-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-flex-medium > *:first-child {
    margin-top: 0;
  }
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large > * {
  margin-left: 6%;
}
.c-flex-large > *:first-child {
  margin-left: 0;
}
.c-flex-large .c-flex-3-clm {
  width: 29.3333333333%;
}
.c-flex-large .c-flex-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-flex-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-flex-large > *:first-child {
    margin-top: 0;
  }
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-collapse .c-flex-5-clm {
  width: 20%;
}
.c-flex-collapse .c-flex-4-clm {
  width: 25%;
}
.c-flex-collapse .c-flex-3-clm {
  width: 33.3333333333%;
}
.c-flex-collapse .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex-collapse .c-flex-5-clm,
  .c-flex-collapse .c-flex-4-clm,
  .c-flex-collapse .c-flex-3-clm,
  .c-flex-collapse .c-flex-2-clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッド
==========================================================================*/
/* グリッド　
----------------------------------------------------------------- */
.c-grid-small,
.c-grid-medium,
.c-grid-large,
.c-grid-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-grid-small .c-grid-5-clm,
.c-grid-small .c-grid-5-clm-sp {
  width: 19.2%;
}
.c-grid-small .c-grid-4-clm {
  width: 24.25%;
}
.c-grid-small .c-grid-3-clm {
  width: 32.6666666667%;
}
.c-grid-small .c-grid-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-grid-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-grid-small > *:first-child {
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm,
  .c-grid-small .c-grid-4-clm,
  .c-grid-small .c-grid-3-clm,
  .c-grid-small .c-grid-2-clm {
    width: 100%;
  }
  .c-grid-small .c-grid-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-grid-medium > * {
  margin-left: 4%;
}
.c-grid-medium > *:first-child {
  margin-left: 0;
}
.c-grid-medium .c-grid-3-clm {
  width: 30.6666666667%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-grid-medium > *:first-child {
    margin-top: 0;
  }
  .c-grid-medium .c-grid-3-clm,
  .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 29.3333333333%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-grid-large > *:first-child {
    margin-top: 0;
  }
  .c-grid-large .c-grid-3-clm,
  .c-grid-large .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-collapse .c-grid-5-clm {
  width: 20%;
}
.c-grid-collapse .c-grid-4-clm {
  width: 25%;
}
.c-grid-collapse .c-grid-3-clm {
  width: 33.3333333333%;
}
.c-grid-collapse .c-grid-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-grid-collapse .c-grid-5-clm,
  .c-grid-collapse .c-grid-4-clm,
  .c-grid-collapse .c-grid-3-clm,
  .c-grid-collapse .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-pdf:nth-child(n+6) {
  margin-top: 30px;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num li {
  position: relative;
  padding-left: 1.5rem;
}
.c-list-num li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #EF4D37;
  font-weight: 700;
  margin-left: -1.5rem;
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #64C0D7;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  color: #EF4D37;
  font-weight: 700;
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-pattern1 tr {
  border-bottom: 1px solid #e9e9e9;
}
.c-tb-pattern1 tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.c-tb-pattern1 tr th,
.c-tb-pattern1 tr td {
  padding: 1rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th,
  .c-tb-pattern1 tr td {
    line-height: 1.7;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th {
    text-align: left;
  }
}

.c-tb-pattern2 {
  border: 1px solid #64C0D7;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr {
    border-top: 1px solid #64C0D7;
  }
  .c-tb-pattern2 tr:first-child {
    border: none;
  }
}
.c-tb-pattern2 tr th,
.c-tb-pattern2 tr td {
  border: 1px solid #64C0D7;
  padding: 1em 1em;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th,
  .c-tb-pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.7;
  }
}
.c-tb-pattern2 tr th {
  color: #000;
  background-color: #f6f6f6;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  width: 18%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    width: 100%;
    padding: 0.5em 1.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
}
.c-tb-pattern2 tr td {
  background-color: #fff;
}
.c-tb-pattern2 tr td dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-tb-pattern2 tr td dl dt {
  width: 26%;
}
.c-tb-pattern2 tr td dl dd {
  width: 71%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr td dl {
    margin-top: 0;
  }
  .c-tb-pattern2 tr td dl dt {
    margin-top: 1em;
    width: 100%;
  }
  .c-tb-pattern2 tr td dl dd {
    width: 100%;
  }
}

.c-tb-pattern3 {
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern3 {
    max-height: 445px;
  }
}
.c-tb-pattern3::-webkit-scrollbar {
  width: 8px;
  background: #e9e9e9;
}
.c-tb-pattern3::-webkit-scrollbar:horizontal {
  height: 8px;
  background: #e9e9e9;
}
.c-tb-pattern3::-webkit-scrollbar-thumb {
  background: #64C0D7;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #64C0D7;
  border-radius: 4px;
}
.c-tb-pattern3 table {
  width: 100%;
  min-width: 720px;
}
.c-tb-pattern3 table th,
.c-tb-pattern3 table td {
  border: solid 1px #d4d4d4;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.c-tb-pattern3 table th {
  color: #64C0D7;
  background-color: #e9e9e9;
}
.c-tb-pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.c-tb-pattern3 table .first {
  background-color: #f6f6f6;
  font-weight: 700;
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
}

.c-modal-content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 720px;
}
@media screen and (max-width: 1200px) {
  .c-modal-content {
    width: 90%;
  }
}

.c-modal-content-inner {
  position: relative;
}
.c-modal-content-inner .c-modal-close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.c-modal-open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-open:hover {
  opacity: 0.7;
}
.c-modal-open:before {
  content: "+";
  display: block;
  color: #64C0D7;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 0.25rem;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  margin-top: 2.5rem;
}
.c-page-nav .c-page-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin: -1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  margin: 1%;
  background-color: #f6f6f6;
  width: 23%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    width: 98%;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #64C0D7;
  line-height: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #64C0D7;
  border-bottom: solid 1px #64C0D7;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  color: #fff;
  background-color: #00257E;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover:after {
  border-color: #fff;
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #EF4D37;
  margin: 2px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  opacity: 0.7;
}

.btnarrow5 {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border: 1px solid #555;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: none;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btnarrow5::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  top: 50%;
  right: -26px;
  /*下線の形状*/
  width: 40px;
  height: 1px;
  background: #333;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btnarrow5::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 20%;
  right: -21px;
  /*矢印の形状*/
  width: 1px;
  height: 12px;
  background: #333;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btnarrow5:hover {
  background: #333;
  color: #fff;
}
.btnarrow5:hover::before {
  right: -30px;
}
.btnarrow5:hover::after {
  right: -25px;
}

.c-page-nav-arrow {
  margin: auto;
}
.c-page-nav-arrow .c-page-nav-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-page-nav-arrow .c-page-nav-arrow-wrap .c-page-nav-arrow-wrap__menu {
  padding-right: 30px;
  margin-bottom: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33%;
}
@media screen and (max-width: 576px) {
  .c-page-nav-arrow .c-page-nav-arrow-wrap .c-page-nav-arrow-wrap__menu {
    padding-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.5rem;
  }
}
.c-page-nav-arrow .c-page-nav-arrow-wrap .c-page-nav-arrow-wrap__menu a {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  width: 100%;
  max-width: 240px;
  /*ボタンの形状*/
  font-size: 0.85rem;
  background-color: #fff;
  border: 2px solid #000;
  padding: 0.5em 1em 0.5em 0.5em;
  display: inline-block;
  text-align: center;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-page-nav-arrow .c-page-nav-arrow-wrap .c-page-nav-arrow-wrap__menu a {
    max-width: 210px;
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav-arrow .c-page-nav-arrow-wrap .c-page-nav-arrow-wrap__menu a {
    width: 200px;
    max-width: inherit;
  }
}
.c-page-nav-arrow .c-page-nav-arrow-wrap .c-page-nav-arrow-wrap__menu a::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  top: calc(50% - 2.5px);
  right: -20px;
  /*下線の形状*/
  -webkit-clip-path: polygon(0 75%, 70% 75%, 70% 0, 100% 75%, 100% 100%, 0 100%);
          clip-path: polygon(0 75%, 70% 75%, 70% 0, 100% 75%, 100% 100%, 0 100%);
  width: 35px;
  height: 5px;
  background: #000;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-page-nav-arrow .c-page-nav-arrow-wrap .c-page-nav-arrow-wrap__menu a:hover {
  color: #fff;
  background-color: #000;
}
.c-page-nav-arrow .c-page-nav-arrow-wrap .c-page-nav-arrow-wrap__menu a:hover::before {
  right: -30px;
}
.c-page-nav-arrow .c-page-nav-arrow-wrap .grid4 {
  width: 25%;
}
@media screen and (max-width: 576px) {
  .c-page-nav-arrow .c-page-nav-arrow-wrap .grid4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-related-nav {
  background-color: #f6f6f6;
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .c-related-nav {
    padding: 2.5rem 0;
  }
}
.c-related-nav .c-related-nav__ttl {
  color: #64C0D7;
  border-left: 4px solid #64C0D7;
  line-height: 1.5;
  padding-left: 0.75rem;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #64C0D7;
  background-color: #fff;
  background-image: url(/resource/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3.375;
}
.c-related-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-related-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb, .c-breadcrumb-ft {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb, .c-breadcrumb-ft {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-breadcrumb .c-breadcrumb-wrap, .c-breadcrumb-ft .c-breadcrumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap, .c-breadcrumb-ft .c-breadcrumb-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list {
  color: #000;
  white-space: nowrap;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list a, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list a {
  color: #000;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
  width: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
    width: 9px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2), .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2) {
  padding-left: 16px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before {
  content: "";
  width: 3px;
  height: 3px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}

.c-breadcrumb-ft .c-breadcrumb-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
.c-form-wrap table {
  font-size: 16px;
  font-size: 1rem;
}
.c-form-wrap table tr {
  border-bottom: 1px solid #e9e9e9;
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.25rem 0;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 33.3333333334%;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th {
    padding: 1.25rem 0 0;
    width: 100%;
  }
}
.c-form-wrap table tr th.c-form-required:after {
  content: "必須";
  display: inline-block;
  background-color: #64C0D7;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  padding: 0 0.5rem;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th.c-form-required:after {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr td {
    padding: 0.5rem 0 1.25rem 0;
  }
}
.c-form-wrap div.c-form-required {
  text-align: center;
  text-indent: -9%;
  position: relative;
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #64C0D7;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  padding: 0 0.5rem;
  position: absolute;
  top: 0.45rem;
  margin-left: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .c-form-wrap div.c-form-required::after {
    top: 0.35rem;
    margin-left: 0.2rem;
    font-size: 8px;
    font-size: 0.5rem;
  }
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 3px solid #d4d4d4;
  margin: -0.25rem 0.5rem 0 0;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

.c-form-radio {
  border-radius: 50%;
}
.c-form-radio:checked {
  border: 7px solid #EF4D37;
}

.c-form-checkbox {
  background-color: #fff;
}
.c-form-checkbox:checked:before {
  content: "✔";
  color: #EF4D37;
  font-size: 2rem;
  line-height: 0;
}

.c-form-input,
.c-form-textarea {
  display: inline-block;
  background-color: #f6f6f6;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-form-input,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-input {
  height: 40px;
}

.c-form-privacy {
  background-color: #f6f6f6;
  margin-top: 2.5rem;
  padding: 2.5rem;
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding: 2rem 5%;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 850px;
  height: 180px;
  margin-top: 1rem;
  padding: 1.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

.c-form-privacy-checkbox {
  cursor: pointer;
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-white {
  background-color: #fff !important;
}

.c-bg-lightgray {
  background-color: #e9e9e9 !important;
}

.c-bg-silver {
  background-color: #d4d4d4 !important;
}

.c-bg-gray {
  background-color: #000 !important;
}

.c-bg-black {
  background-color: #000 !important;
}

.c-bg-main {
  background-color: #64C0D7 !important;
}

.c-bg-sub {
  background-color: #EF4D37 !important;
}

.c-bg-hover {
  background-color: #00257E !important;
}

.c-bg-whitesmoke {
  background-color: #f6f6f6 !important;
}

.c-bg-selection_txt {
  background-color: #000 !important;
}

.c-bg-selection_bg {
  background-color: rgba(0, 37, 126, 0.4392156863) !important;
}

.c-bg-red {
  background-color: #EF4D37 !important;
}

.c-bg-blue {
  background-color: #00257E !important;
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white {
  text-align: center;
  max-width: 290px;
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button {
  display: block;
  color: #fff;
  background-color: #64C0D7;
  background-image: url(/resource/images/ico_arrow_white.svg);
  background-size: 6px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 4.5;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-main a:hover,
.c-btn-main button:hover,
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  background-color: #00257E;
}

.c-btn-main--white a,
.c-btn-main--white button {
  color: #64C0D7;
  background-color: #fff;
  background-image: url(/resource/images/ico_arrow_main.svg);
}
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  color: #fff;
  background-image: url(/resource/images/ico_arrow_white.svg);
}

/*矢印が右に移動して背景がつく*/
.c-btn-arrow,
.c-btn-arrow__small {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #000;
  outline: none;
  padding-right: 230px;
  line-height: 1em;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-btn-arrow::before, .c-btn-arrow::after,
.c-btn-arrow__small::before,
.c-btn-arrow__small::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-btn-arrow::before,
.c-btn-arrow__small::before {
  top: calc(50% - 7px);
  right: 40px;
  /*下線の形状*/
  -webkit-clip-path: polygon(0 75%, 70% 75%, 70% 0, 100% 75%, 100% 100%, 0 100%);
          clip-path: polygon(0 75%, 70% 75%, 70% 0, 100% 75%, 100% 100%, 0 100%);
  width: 145px;
  height: 10px;
  background: #000;
  z-index: 2;
}
.c-btn-arrow::after,
.c-btn-arrow__small::after {
  top: -50px;
  right: 0;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  width: 130px;
  height: 130px;
  background: #EF4D37;
  z-index: 1;
}
.c-btn-arrow:hover::before,
.c-btn-arrow__small:hover::before {
  right: 10px;
}
.c-btn-arrow:hover::after,
.c-btn-arrow__small:hover::after {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn-arrow,
  .c-btn-arrow__small {
    padding-right: 140px;
    font-size: 1.14rem;
  }
  .c-btn-arrow::before,
  .c-btn-arrow__small::before {
    top: calc(50% - 4px);
    width: 80px;
    height: 5px;
  }
  .c-btn-arrow::after,
  .c-btn-arrow__small::after {
    top: -30px;
    right: 15px;
    width: 72px;
    height: 72px;
  }
  .c-btn-arrow:hover::before,
  .c-btn-arrow__small:hover::before {
    right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-arrow,
  .c-btn-arrow__small {
    padding-right: 100px;
    font-size: 0.85rem;
  }
  .c-btn-arrow::before,
  .c-btn-arrow__small::before {
    top: calc(50% - 3px);
    width: 50px;
    height: 3px;
  }
  .c-btn-arrow::after,
  .c-btn-arrow__small::after {
    top: -17px;
    right: 25px;
    width: 44px;
    height: 44px;
  }
}

.c-btn-arrow__small {
  padding-right: 150px;
  font-size: 1.15rem;
}
.c-btn-arrow__small::before {
  top: calc(50% - 6px);
  right: 40px;
  width: 96px;
  height: 6px;
}
.c-btn-arrow__small::after {
  top: -36px;
  width: 86px;
  height: 86px;
}
@media screen and (max-width: 768px) {
  .c-btn-arrow__small {
    padding-right: 90px;
    font-size: 0.75rem;
  }
  .c-btn-arrow__small::before {
    top: calc(50% - 3px);
    right: 30px;
    width: 54px;
    height: 3px;
  }
  .c-btn-arrow__small::after {
    top: -20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-arrow__small::before {
    top: calc(50% - 2px);
    right: 40px;
    width: 44px;
    height: 2px;
  }
  .c-btn-arrow__small::after {
    top: -15px;
    width: 40px;
    height: 40px;
  }
}

.c-btn-card,
.c-btn-card-tmb {
  border: 4px solid #e9e9e9;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-btn-card,
  .c-btn-card-tmb {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card-tmb {
    padding: 1.5rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card-tmb .c-btn-card__ttl {
  margin-bottom: 0.5rem;
}
.c-btn-card .c-btn-card__txt,
.c-btn-card-tmb .c-btn-card__txt {
  color: #000;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card-tmb .c-btn-card__txt span {
  color: #EF4D37;
}
.c-btn-card a,
.c-btn-card-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card a:hover,
.c-btn-card-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn-card-tmb {
  border: 1px solid #e9e9e9;
  padding: 0;
}
.c-btn-card-tmb .c-btn-card-tmb__txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn-card-tmb .c-btn-card-tmb__txt span {
  color: #EF4D37;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.c-btn-pdf a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  background: url(/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.45em;
}
.c-btn-pdf a span {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -0.5rem;
}
.c-btn-pdf:hover {
  opacity: 0.6;
}

/* ==========================================================================
カード
=========================================================================*/
.c-card-small,
.c-card-medium {
  border: 1px solid #e9e9e9;
}

.c-card-small {
  padding: 1rem;
}

.c-card-medium {
  padding: 2.5rem;
}

.c-card-pattern1 {
  border: 1px solid rgba(100, 192, 215, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(100, 192, 215, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #64C0D7;
}
.c-card-pattern1 .c-card-pattern1__txt {
  padding: 2.5rem;
}
.c-card-pattern1 .c-card-pattern1__txt-sm {
  padding: 1.5rem;
}

.c-card-pattern2 {
  border: 4px solid #EF4D37;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #EF4D37;
  font-size: 30px;
  font-size: 1.875rem;
}
.c-card-pattern2 .c-card-pattern2__ttl span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
/* テキスト
----------------------------------------------------------------- */
.c-txt-en {
  font-family: "Jost", sans-serif;
}

.c-txt-bold {
  font-weight: 700;
}

.c-txt-base {
  font-size: 1rem;
}

.c-txt-small {
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  .c-txt-small {
    font-size: 0.85rem;
  }
}

.c-txt-large {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-txt-large {
    font-size: 1.14rem;
  }
}
@media screen and (max-width: 576px) {
  .c-txt-large {
    font-size: 1rem;
  }
}

.c-txt-xlarge {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-txt-xlarge {
    font-size: 1rem;
  }
}

.c-txt-link {
  color: #64C0D7;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #00257E;
  text-decoration: none;
}

.c-txt-center {
  text-align: center !important;
}

.c-txt-left {
  text-align: left !important;
}

@media screen and (max-width: 576px) {
  .c-txt-left_sp {
    text-align: left !important;
  }
}

.c-txt-right {
  text-align: right !important;
}

.c-txt-lh-small {
  line-height: 1.25em;
}

.c-txt-white {
  color: #fff !important;
}

.c-txt-lightgray {
  color: #e9e9e9 !important;
}

.c-txt-silver {
  color: #d4d4d4 !important;
}

.c-txt-gray {
  color: #000 !important;
}

.c-txt-black {
  color: #000 !important;
}

.c-txt-main {
  color: #64C0D7 !important;
}

.c-txt-sub {
  color: #EF4D37 !important;
}

.c-txt-hover {
  color: #00257E !important;
}

.c-txt-whitesmoke {
  color: #f6f6f6 !important;
}

.c-txt-selection_txt {
  color: #000 !important;
}

.c-txt-selection_bg {
  color: rgba(0, 37, 126, 0.4392156863) !important;
}

.c-txt-red {
  color: #EF4D37 !important;
}

.c-txt-blue {
  color: #00257E !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.15rem;
  }
}

h3 {
  font-size: 1.3125rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.14em;
  }
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.c-txt-lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main-bg {
  background-color: #64C0D7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 5%;
}
@media screen and (max-width: 576px) {
  .c-ttl-main-bg {
    padding: 2.5rem 5%;
  }
}

.c-ttl-main {
  color: #fff;
  text-align: center;
}
.c-ttl-main span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.c-ttl-sub {
  color: #64C0D7;
  border-bottom: 1px solid #64C0D7;
  padding-bottom: 0.5rem;
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-txt-tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-txt-tel img {
  margin-right: 0.25rem;
  height: 0.73em;
  width: auto;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-txt-tel img {
    width: 14px;
  }
}
.c-txt-tel a[href^="tel:"] {
  color: #00257E;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .c-txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
  .c-txt-tel a[href^="tel:"]:hover {
    color: #00257E;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
/* ==========================================================================
ローデイング
========================================================================== */
body.home.js-scroll-none {
  overflow: hidden;
}

.p-idx_loding {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9998;
  text-align: center;
}

.p-idx_loding_intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.p-idx_loding_img {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  background-image: url(/resource/images/idx_lode_text.png);
  width: 100%;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  z-index: 1005;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  .p-idx_loding_img {
    max-width: 462px;
    top: 43%;
  }
}
@media screen and (max-width: 768px) {
  .p-idx_loding_img {
    max-width: 422px;
    top: 43%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx_loding_img {
    max-width: 222px;
    top: 45%;
  }
}

.p-idx_loader_cover {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(/resource/images/intro_bg.svg);
  background-repeat: no-repeat;
  background-position: left calc(50% - 370px) top;
  background-size: auto 888px;
}
@media screen and (max-width: 1400px) {
  .p-idx_loader_cover {
    background-position: left top -98px;
  }
}
@media screen and (max-width: 768px) {
  .p-idx_loader_cover {
    background-position: left top -50px;
    background-size: auto 670px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx_loader_cover {
    background-position: left top -20px;
    background-size: auto 325px;
  }
}

.p-idx_loding_none {
  display: none;
  -webkit-animation: fadeOut 3s;
          animation: fadeOut 3s;
}

/* Loading画像中央配置　*/
.p-idx_splash_img {
  display: block;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1000;
}
.p-idx_splash_img svg {
  max-width: 285.2px;
  height: 134.2px;
}
.p-idx_splash_img image.p-idx_splash_base_img {
  width: 285.2px;
  height: 134.2px;
  visibility: hidden;
}
@media screen and (max-width: 576px) {
  .p-idx_splash_img {
    top: 50%;
  }
  .p-idx_splash_img svg {
    max-width: 144.8915px;
    height: 68.026px;
  }
}

#mask .st0,
#mask2 .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  /* この行を追加 */
  stroke-dashoffset: 1500;
  /* この行を追加 */
}

.home {
  background-image: url(/resource/images/intro_bg.svg);
  background-repeat: no-repeat;
  background-position: left calc(50% - 370px) top;
  background-size: auto 888px;
  background-attachment: fixed;
}
@media screen and (max-width: 1400px) {
  .home {
    background-position: left top -98px;
  }
}
@media screen and (max-width: 992px) {
  .home {
    background-position: left top -50px;
    background-size: auto 670px;
  }
}
@media screen and (max-width: 576px) {
  .home {
    background-position: left top -20px;
    background-size: auto 325px;
  }
}

/* スライドショー
----------------------------------------------------------------- */
.p-idx-slide-wrap {
  margin-top: 0;
  width: 100%;
  max-width: 1400px;
  height: 710px;
  margin: auto;
  position: relative;
  margin-bottom: calc(6.5rem * 2);
}
@media screen and (max-width: 1200px) {
  .p-idx-slide-wrap {
    margin-top: 0px;
    height: 900px;
    margin-bottom: calc(5.7142857143rem * 2);
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap {
    margin-bottom: calc(4rem * 2);
    height: 460px;
  }
}
.p-idx-slide-wrap .p-idx_slide_img {
  position: absolute;
  top: 30px;
  left: 690px;
  z-index: 1000;
}
.p-idx-slide-wrap .p-idx_slide_img svg {
  max-width: 285.2px;
  height: 134.2px;
}
.p-idx-slide-wrap .p-idx_slide_img image.p-idx_splash_base_img {
  width: 285.2px;
  height: 134.2px;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .p-idx-slide-wrap .p-idx_slide_img {
    top: 55px;
    left: 58vw;
  }
}
@media screen and (max-width: 992px) {
  .p-idx-slide-wrap .p-idx_slide_img {
    top: 150px;
    left: 68%;
  }
}
@media screen and (max-width: 768px) {
  .p-idx-slide-wrap .p-idx_slide_img {
    top: 41vw;
    left: 28vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx_slide_img {
    top: 45vw;
  }
  .p-idx-slide-wrap .p-idx_slide_img svg {
    max-width: 144.8915px;
    height: 68.026px;
  }
}
.p-idx-slide-wrap .p-idx-slide-image1,
.p-idx-slide-wrap .p-idx-slide-image2,
.p-idx-slide-wrap .p-idx-slide-image3,
.p-idx-slide-wrap .p-idx-slide-image4,
.p-idx-slide-wrap .p-idx_slide_img {
  position: absolute;
}
.p-idx-slide-wrap .p-idx-slide-image1 {
  z-index: 1;
  left: 0;
  top: 0;
}
.p-idx-slide-wrap .p-idx-slide-image1 img {
  width: clamp(100px, 90vw, 840px);
  height: auto;
}
@media screen and (max-width: 992px) {
  .p-idx-slide-wrap .p-idx-slide-image1 {
    width: 90vw;
    top: 90px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-image1 {
    top: 60px;
  }
}
.p-idx-slide-wrap .p-idx-slide-image2 {
  z-index: 1;
  right: 260px;
  bottom: 0;
}
.p-idx-slide-wrap .p-idx-slide-image2 img {
  width: clamp(100px, 100vw, 930px);
  height: auto;
}
@media screen and (max-width: 992px) {
  .p-idx-slide-wrap .p-idx-slide-image2 {
    right: 0;
  }
}
.p-idx-slide-wrap .p-idx-slide-image3 {
  z-index: 2;
  right: 10px;
  bottom: 0;
}
.p-idx-slide-wrap .p-idx-slide-image3 img {
  width: clamp(190px, 33vw, 480px);
  height: auto;
}
@media screen and (max-width: 992px) {
  .p-idx-slide-wrap .p-idx-slide-image3 {
    right: 20px;
    bottom: 0;
  }
  .p-idx-slide-wrap .p-idx-slide-image3 img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-idx-slide-wrap .p-idx-slide-image3 img {
    width: clamp(300px, 45vw, 400px);
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-image3 {
    right: 10px;
    bottom: 0;
  }
  .p-idx-slide-wrap .p-idx-slide-image3 img {
    width: clamp(100px, 40vw, 400px);
  }
}
.p-idx-slide-wrap .p-idx-slide-image4 {
  z-index: 0;
  right: 250px;
  bottom: 340px;
}
.p-idx-slide-wrap .p-idx-slide-image4 img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-idx-slide-wrap .p-idx-slide-image4 {
    right: 25%;
    bottom: 300px;
  }
  .p-idx-slide-wrap .p-idx-slide-image4 img {
    width: clamp(10px, 33vw, 227px);
  }
}
@media screen and (max-width: 768px) {
  .p-idx-slide-wrap .p-idx-slide-image4 {
    right: 11%;
    bottom: 31%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-image4 {
    bottom: 31%;
  }
  .p-idx-slide-wrap .p-idx-slide-image4 img {
    width: clamp(10px, 33vw, 110px);
  }
}

/* 共通項目
----------------------------------------------------------------- */
.c-idx-ttl-main {
  font-size: 4rem;
  font-weight: 600;
  position: relative;
}
.c-idx-ttl-main .tit_img {
  display: block;
  height: 150px;
  width: auto;
  padding-left: 1em;
  margin-top: -1.2rem;
  z-index: -1;
  position: relative;
}
.c-idx-ttl-main .c-btn-arrow {
  position: absolute;
  left: 60%;
  top: 1.5em;
}
.c-idx-ttl-main::before {
  content: "＃";
  color: #EF4D37;
}
@media screen and (max-width: 768px) {
  .c-idx-ttl-main {
    font-size: 3rem;
  }
  .c-idx-ttl-main .tit_img {
    height: 65px;
    margin-top: -0.7rem;
  }
  .c-idx-ttl-main .c-btn-arrow {
    position: absolute;
    left: 60%;
  }
}
@media screen and (max-width: 576px) {
  .c-idx-ttl-main {
    font-size: 1.8rem;
  }
  .c-idx-ttl-main .tit_img {
    height: 50px;
    padding-left: 0;
  }
  .c-idx-ttl-main .c-btn-arrow {
    display: none;
  }
  .c-idx-ttl-main::before {
    margin-left: -1em;
  }
}

.p-idx_copy {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  line-height: 1em;
  letter-spacing: -0.02em;
}
.p-idx_copy span.line {
  display: inline-block;
  background-color: #000;
  margin-bottom: 5px;
  padding: 0.5em 0.5em;
}
.p-idx_copy span.line.towline {
  margin-left: 3em;
}
@media screen and (max-width: 768px) {
  .p-idx_copy {
    font-size: 1.14rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx_copy {
    font-size: 1.05rem;
    margin-bottom: 1rem;
  }
  .p-idx_copy span.line.towline {
    margin-left: 0;
  }
}

/* 第一セクション
----------------------------------------------------------------- */
.p-idx-sec1-wrap {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-idx-sec1-wrap {
    padding: 5.7142857143rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec1-wrap {
    padding: 0 0;
  }
}
.p-idx-sec1-wrap .p-idx-sec1-txt {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-idx-sec1-wrap .p-idx-sec1-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec1-wrap .p-idx-sec1-txt {
    font-size: 1.15rem;
  }
}
.p-idx-sec1-wrap .p-idx-sec1-txt .p-idx-sec1-txt__asikaga {
  display: inline-block;
  font-size: 1.6em;
  position: relative;
  padding-right: 0.7em;
  margin-top: -0.6em;
}
.p-idx-sec1-wrap .p-idx-sec1-txt .p-idx-sec1-txt__asikaga::before, .p-idx-sec1-wrap .p-idx-sec1-txt .p-idx-sec1-txt__asikaga::after {
  font-size: 1em;
  color: #EF4D37;
}
.p-idx-sec1-wrap .p-idx-sec1-txt .p-idx-sec1-txt__asikaga::before {
  content: "“";
}
.p-idx-sec1-wrap .p-idx-sec1-txt .p-idx-sec1-txt__asikaga::after {
  content: "”";
  bottom: 0.2em;
  position: absolute;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .p-idx-sec1-wrap .p-idx-sec1-txt .p-idx-sec1-txt__asikaga::after {
    bottom: 0.25em;
  }
}
.p-idx-sec1-wrap .p-idx-sec1-txt .p-idx-sec1-txt__last {
  display: inline-block;
  line-height: 0.5em;
}

/* 第二セクション
----------------------------------------------------------------- */
.p-idx-sec02-wrap {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-idx-sec02-wrap {
    padding: 5.7142857143rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec02-wrap {
    padding: 5.1428571429rem 0;
  }
}
.p-idx-sec02-wrap .p-idx_copy {
  padding-left: 300px;
  margin-top: -38px;
}
@media screen and (max-width: 768px) {
  .p-idx-sec02-wrap .p-idx_copy {
    padding-left: 145px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec02-wrap .p-idx_copy {
    padding-left: 0;
    margin-top: -9px;
  }
}
.p-idx-sec02-wrap .p-idx-sec02-hd {
  position: relative;
  text-align: right;
  margin-bottom: -60px;
}
.p-idx-sec02-wrap .p-idx-sec02-hd::after {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/bg_border_white.png);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  width: 50%;
  height: 520px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-idx-sec02-wrap .p-idx-sec02-hd {
    margin-bottom: 20px;
  }
  .p-idx-sec02-wrap .p-idx-sec02-hd img {
    width: 75%;
    height: auto;
  }
  .p-idx-sec02-wrap .p-idx-sec02-hd::after {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec02-wrap .p-idx-sec02-hd {
    margin-bottom: 20px;
  }
  .p-idx-sec02-wrap .p-idx-sec02-hd img {
    width: 90%;
    height: auto;
  }
  .p-idx-sec02-wrap .p-idx-sec02-hd::after {
    height: 175px;
  }
}

/* 第3セクション
----------------------------------------------------------------- */
.p-idx-sec03-wrap {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-idx-sec03-wrap {
    padding: 5.7142857143rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec03-wrap {
    padding: 4rem 0;
  }
}
.p-idx-sec03-wrap .p-idx-sec03_stit {
  color: #e9e9e9;
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.p-idx-sec03-wrap .p-idx-sec03_stit .tit_img {
  height: 100px;
  width: auto;
  margin-left: -0.25em;
}
@media screen and (max-width: 768px) {
  .p-idx-sec03-wrap .p-idx-sec03_stit {
    font-size: 1rem;
  }
  .p-idx-sec03-wrap .p-idx-sec03_stit .tit_img {
    height: 58px;
  }
}
.p-idx-sec03-wrap .p-idx_copy {
  padding-left: 190px;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .p-idx-sec03-wrap .p-idx_copy {
    padding-left: 100px;
    margin-top: -15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec03-wrap .p-idx_copy {
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
.p-idx-sec03-wrap .p-idx-sec03-txt {
  margin-top: -15px;
}
.p-idx-sec03-wrap .p-idx-sec03-txt .p-idx-sec03_copy {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: -0.5em;
  white-space: nowrap;
  line-height: 0.8em;
}
.p-idx-sec03-wrap .p-idx-sec03-txt .p-idx-sec03_copy span.line {
  display: inline-block;
  background-color: #e9e9e9;
  margin-bottom: 0;
  padding: 0.4em 0.5em;
}
@media screen and (max-width: 768px) {
  .p-idx-sec03-wrap .p-idx-sec03-txt {
    margin-top: -10px;
  }
  .p-idx-sec03-wrap .p-idx-sec03-txt .p-idx-sec03_copy {
    font-size: 1.05rem;
  }
}
.p-idx-sec03-wrap .p-idx-sec03-box .item1 {
  padding-top: 0;
}
.p-idx-sec03-wrap .p-idx-sec03-box .item1 .p-idx-sec03-txt {
  padding-left: 13px;
}
.p-idx-sec03-wrap .p-idx-sec03-box .item2 {
  padding-top: 70px;
}
.p-idx-sec03-wrap .p-idx-sec03-box .item2 .p-idx-sec03-txt {
  padding-left: 31px;
}
.p-idx-sec03-wrap .p-idx-sec03-box .item3 {
  padding-top: 180px;
}
.p-idx-sec03-wrap .p-idx-sec03-box .item3 .p-idx-sec03-txt {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-idx-sec03-wrap .p-idx-sec03-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item1 .p-idx-sec03-txt {
    padding-left: 7px;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item2 {
    padding-top: 50px;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item2 .p-idx-sec03-txt {
    padding-left: 15px;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item3 {
    padding-top: 120px;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item3 .p-idx-sec03-txt {
    padding-left: 12px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec03-wrap .p-idx-sec03-box .item1,
  .p-idx-sec03-wrap .p-idx-sec03-box .item2,
  .p-idx-sec03-wrap .p-idx-sec03-box .item3 {
    padding-top: 1.7142857143rem;
    max-width: 245px;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item1 .p-idx-sec03-txt,
  .p-idx-sec03-wrap .p-idx-sec03-box .item2 .p-idx-sec03-txt,
  .p-idx-sec03-wrap .p-idx-sec03-box .item3 .p-idx-sec03-txt {
    padding-left: 0;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item1 {
    max-width: 230px;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item1 .img {
    margin-left: -7px;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item1 .p-idx-sec03-txt {
    margin-top: -30px;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item2 .img {
    margin-left: -17px;
  }
  .p-idx-sec03-wrap .p-idx-sec03-box .item3 .img {
    margin-left: -9px;
  }
}

/* 第4セクション
----------------------------------------------------------------- */
.p-idx-sec04-wrap {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-idx-sec04-wrap {
    padding: 5.7142857143rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec04-wrap {
    padding: 5.1428571429rem 0;
  }
}
.p-idx-sec04-wrap .c-idx-ttl-main .tit_img {
  height: 115px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-idx-sec04-wrap .c-idx-ttl-main .tit_img {
    height: 60px;
  }
}
.p-idx-sec04-wrap .p-idx-sec04-hd {
  display: grid;
  grid-template-columns: 1fr 1120px 1fr;
  position: relative;
}
.p-idx-sec04-wrap .p-idx-sec04-hd .p-idx-sec04-hd-inner {
  grid-area: 1/2/2/4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3%;
}
.p-idx-sec04-wrap .p-idx-sec04-hd .p-idx-sec04-hd-inner .p-idx_copy {
  margin-top: -8px;
  margin-right: -50px;
  z-index: 2;
  white-space: nowrap;
}
.p-idx-sec04-wrap .p-idx-sec04-hd::after {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/bg_border_white.png);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  width: 50%;
  height: 430px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-idx-sec04-wrap .p-idx-sec04-hd {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .p-idx-sec04-wrap .p-idx-sec04-hd .p-idx-sec04-hd-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 8%;
  }
  .p-idx-sec04-wrap .p-idx-sec04-hd .p-idx-sec04-hd-inner .p-idx_copy {
    margin-top: 3px;
    margin-right: -150px;
  }
  .p-idx-sec04-wrap .p-idx-sec04-hd .p-idx-sec04-hd-inner .img {
    width: 100%;
    max-width: 445px;
    text-align: left;
  }
  .p-idx-sec04-wrap .p-idx-sec04-hd::after {
    height: 240px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec04-wrap .p-idx-sec04-hd {
    display: block;
  }
  .p-idx-sec04-wrap .p-idx-sec04-hd .p-idx-sec04-hd-inner {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }
  .p-idx-sec04-wrap .p-idx-sec04-hd .p-idx-sec04-hd-inner .p-idx_copy {
    margin-top: -9px;
  }
  .p-idx-sec04-wrap .p-idx-sec04-hd .p-idx-sec04-hd-inner .img {
    margin-top: 1.7142857143rem;
  }
  .p-idx-sec04-wrap .p-idx-sec04-hd::after {
    background-position: bottom center;
    width: 82%;
    height: 180px;
    right: 9%;
  }
}

/* 会社情報／採用情報
----------------------------------------------------------------- */
.p-idx-info-wrap .p-idx-info-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6.25rem 5%;
}
@media screen and (max-width: 576px) {
  .p-idx-info-wrap .p-idx-info-box {
    padding: 3.75rem 5%;
  }
  .p-idx-info-wrap .p-idx-info-box:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.p-idx-info-wrap .p-idx-info-box .c-btn-main--white {
  margin-top: 2.5rem;
}

/* バナーエリア
----------------------------------------------------------------- */
.p-idx-bnr-wrap {
  padding: 3.75rem 0;
  margin-top: 3.75rem;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap {
    padding: 3rem 0;
    margin-top: 3.75rem;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1%;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap .p-idx-bnr-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-top: -2%;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex .p-idx-bnr-clm {
  margin-left: 1%;
  width: 24%;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap .p-idx-bnr-flex .p-idx-bnr-clm {
    width: 49%;
    margin-left: 0;
    margin-top: 2%;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-idx-bnr-wrap .p-idx-bnr-flex a:hover {
  opacity: 0.6;
}

/* お問い合わせエリア
----------------------------------------------------------------- */
.p-idx-contact-wrap {
  padding: calc(6.5rem * 2) 0;
}
@media screen and (max-width: 768px) {
  .p-idx-contact-wrap {
    padding: calc(5.7142857143rem * 2) 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap {
    padding: calc(5.1428571429rem * 2) 0;
  }
}
.p-idx-contact-wrap .p-idx-contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box {
    display: block;
  }
}
.p-idx-contact-wrap .p-idx-contact-box h2 {
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-color: #00257E;
  font-size: 1.25rem;
  color: #fff;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.p-idx-contact-wrap .p-idx-contact-box h2::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 20px;
  height: 10px;
  background-color: #00257E;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box h2 {
    font-size: 1.05rem;
    top: 0;
    margin-bottom: 1em;
  }
  .p-idx-contact-wrap .p-idx-contact-box h2::after {
    width: 15px;
    height: 8px;
    bottom: -7px;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .c-btn-arrow__small {
  padding-left: 1em;
}
.p-idx-contact-wrap .p-idx-contact-box .c-txt-tel {
  font-size: 3.5rem;
  color: #00257E;
}
@media screen and (max-width: 768px) {
  .p-idx-contact-wrap .p-idx-contact-box .c-txt-tel {
    font-size: 2rem;
  }
}
.p-idx-contact-wrap .p-idx-contact-box > * {
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-idx-contact-wrap .p-idx-contact-box > * {
    padding: 2rem 1.5rem 1.2857142857rem 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box > * {
    padding: 3rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
  }
}
.p-idx-contact-wrap .p-idx-contact-box > *:last-child::before {
  content: "";
  display: inline-block;
  background-color: #00257E;
  width: 2px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 40px;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box > *:last-child::before {
    display: none;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-box-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-box-item .bnr {
  width: 50%;
  padding-right: 1rem;
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-box-item .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-contact-box-item {
    margin-top: 0.6rem;
  }
}

/* お知らせ1（ニュースティッカータイプ）
----------------------------------------------------------------- */
.p-idx-news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.p-idx-news-wrap .p-idx-news-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding: 0.75rem 1rem 0.75rem 0;
}
.p-idx-news-wrap .p-idx-news-items ul {
  overflow: hidden;
  height: 14px;
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-items ul {
    height: 2.5rem;
  }
}
.p-idx-news-wrap .p-idx-news-items ul li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-idx-news-wrap .p-idx-news-items ul li a:hover {
  color: #EF4D37;
}
.p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-data:after {
  content: "｜";
  margin: 0 1rem;
}
@media screen and (max-width: 992px) {
  .p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-data:after {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-data:after {
    content: none;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-ttl {
    display: block;
  }
}
.p-idx-news-wrap .p-idx-news-btn {
  background-color: #64C0D7;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 15%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-btn {
    width: 20%;
  }
}
.p-idx-news-wrap .p-idx-news-btn:hover {
  background-color: #00257E;
}
.p-idx-news-wrap .p-idx-news-btn a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-idx-news-wrap .p-idx-news-btn a span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}

/* お知らせ2（リストタイプ）
----------------------------------------------------------------- */
.p-idx-news-list-wrap {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-idx-news-list-wrap {
    padding-top: 4.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .l-container {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .c-grid-medium {
    display: block;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #64C0D7;
  padding: 2rem 7%;
}
.p-idx-news-list-wrap .p-idx-news-list-ttl .c-ttl-main {
  font-size: 22px;
  font-size: 1.375rem;
}
.p-idx-news-list-wrap .p-idx-news-list-ttl .c-ttl-main span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-ttl {
    padding: 2rem 0;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding: 0.8125rem 1rem 0;
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items {
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items ul {
    padding-top: 0;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.75rem 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a *,
.p-idx-news-list-wrap .p-idx-news-list-items ul li a ::before,
.p-idx-news-list-wrap .p-idx-news-list-items ul li a ::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items ul li a {
    padding: 0.8125rem 0.5rem;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a .p-idx-news-list-article-data {
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a .p-idx-news-list-article-ttl {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a .p-idx-news-list-article-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 5px;
  height: 5px;
  opacity: 0.7;
  font-size: 0;
  border-top: 1px solid #64C0D7;
  border-right: 1px solid #64C0D7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a:hover {
  color: #EF4D37;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a:hover .p-idx-news-list-article-ttl::after {
  right: 0;
}
.p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  display: block;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn {
    text-align: left;
    margin-top: 1.5rem;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn a:hover {
  color: #EF4D37;
}

/* スライドショー

.p-idx-slide-wrap {
	margin-top: 0;
	width: 100%;
	max-width: 1400px;
	height: 710px;
	margin: auto;
	position: relative;
	margin-bottom: calc($space_xxlg * 2);

	@include less_than_pc {
		margin-top: 0px;
		height: 900px;
		margin-bottom: calc($space_xxlg_tb * 2);
	}

	@include less_than_sp {
		margin-bottom: calc($space_xlg_sp * 2);
		height: 438px;
	}

	.p-idx-slide-items {
		.slick-slide {
			height: 660px;
			background-position: center center;
			background-size: cover;

			@include less_than_pc {
				height: 716px;
			}

			@include less_than_sp {
				height: 611px;
			}
		}

		.slick-list {
			pointer-events: none;
		}

		.slick-dots {
			display: flex;
			justify-content: center;
			bottom: 15px;

			li {
				width: 32px;
				height: 3px;
				margin: 0 4px;

				button {
					padding: 0;
					width: 32px;
					height: 3px;

					&:before {
						content: "";
						width: 32px;
						height: 3px;
						opacity: .7;
						font-size: 0;
						background-color: colors(white);
						border-radius: 1.5px;
					}

					&:hover {
						&:before {
							opacity: 1;
							background-color: colors(sub);
						}
					}
				}
			}

			li.slick-active button:before {
				opacity: 1;
				background-color: colors(main);

			}
		}

		.slick-next,
		.slick-prev {
			z-index: 2;
			width: 25px;
			height: 25px;

			&:before {
				display: none;
			}
		}

		.slick-next {
			right: 20px;
			width: 20px;
			height: 20px;
			border-top: 1px solid colors(white);
			border-right: 1px solid colors(white);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.slick-prev {
			left: 20px;
			width: 20px;
			height: 20px;
			border-bottom: 1px solid colors(white);
			border-left: 1px solid colors(white);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
	}
}

.slick-dotted.slick-slider {
	margin: 0 auto !important;
}
----------------------------------------------------------------- */
/* ==========================================================================
仕事を掘り下げる
========================================================================== */
.p-about-ttl-main {
  line-height: 1em;
}
.p-about-ttl-main .en {
  display: block;
  font-family: "Jost", sans-serif;
  color: #EF4D37;
  margin-bottom: 2.5rem;
}
.p-about-ttl-main .en::before {
  content: "＃";
  color: #EF4D37;
}
.p-about-ttl-main .jp {
  display: block;
  font-size: 1.15em;
  font-weight: 600;
  position: relative;
}
.p-about-ttl-main .jp:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 5px;
  background-color: #EF4D37;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .p-about-ttl-main .jp {
    font-size: 1.57rem;
  }
  .p-about-ttl-main .en {
    font-size: 1.14rem;
    margin-bottom: 1.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-ttl-main {
    font-size: 1rem;
  }
  .p-about-ttl-main .jp {
    font-size: 1.28rem;
  }
  .p-about-ttl-main .en {
    margin-bottom: 1.7142857143rem;
  }
}

.p-about-ttl-sub {
  color: #EF4D37;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-about-ttl-sub {
    font-size: 1.4rem;
    margin-bottom: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-ttl-sub {
    font-size: 1.25rem;
    margin-bottom: 1.7142857143rem;
  }
}

/* About job 01
----------------------------------------------------------------- */
.p-about-sec1 {
  padding: 0 0 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-sec1 {
    padding: 0 0 4.5714285714rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec1 {
    padding: 0 0 5.1428571429rem 0;
  }
}
.p-about-sec1 .p-about-sec1-box {
  padding: 6.5rem 7%;
  background-color: #fff;
  background-image: url(/resource/images/bg_dots_blue.png);
}
@media screen and (max-width: 768px) {
  .p-about-sec1 .p-about-sec1-box {
    padding: 3.4285714286rem 5%;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec1 .p-about-sec1-box {
    padding: 2.8571428571rem 7%;
  }
}
.p-about-sec1 .p-about-sec1-box .p-about-sec1-box-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-box-hd {
    display: block;
  }
}
.p-about-sec1 .p-about-sec1-box .p-about-sec1-box-hd .p-about-ttl-main {
  -webkit-flex-basis: fit-content;
      -ms-flex-preferred-size: fit-content;
          flex-basis: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 70px;
}
@media screen and (max-width: 576px) {
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-box-hd .p-about-ttl-main {
    width: auto;
    padding-right: 0;
    text-align: center;
    margin-bottom: 4rem;
  }
}
.p-about-sec1 .p-about-sec1-box .p-about-sec1-box-hd .p-about-sec1-box-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-sec1 .p-about-sec1-box .p-about-sec1-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.p-about-sec1 .p-about-sec1-box .p-about-sec1-pic .c-grid-2-clm {
  width: 49.5%;
}
.p-about-sec1 .p-about-sec1-box .p-about-sec1-pic h3 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.25em 0.5em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-pic h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-pic h3 {
    font-size: 0.9rem;
  }
}
.p-about-sec1 .p-about-sec1-box .p-about-sec1-box-topic {
  margin-top: 6.5rem;
  padding: 4rem 5%;
  background-color: #e9e9e9;
  border-radius: 20px;
  margin-bottom: 0;
}
.p-about-sec1 .p-about-sec1-box .p-about-sec1-box-topic .c-grid-2-clm {
  width: 40.5%;
}
.p-about-sec1 .p-about-sec1-box .p-about-sec1-box-topic .p-about-sec1-box-clm {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-box-topic {
    margin-top: 4.5714285714rem;
    padding: 2.2857142857rem 5%;
  }
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-box-topic .c-grid-2-clm {
    width: 35%;
  }
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-box-topic p {
    font-size: 0.85rem;
  }
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-box-topic .p-about-ttl-sub {
    font-size: 1.14rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-box-topic {
    border-radius: 10px;
    margin-top: 2.8571428571rem;
    padding: 1.7142857143rem 7% 1.7142857143rem;
  }
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-box-topic .c-grid-2-clm {
    width: auto;
  }
  .p-about-sec1 .p-about-sec1-box .p-about-sec1-box-topic .p-about-ttl-sub {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

/* About job 02
----------------------------------------------------------------- */
.p-about-sec2 {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-sec2 {
    padding: 5.7142857143rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec2 {
    padding: 0 0 5.1428571429rem 0;
  }
}
.p-about-sec2 .p-about-sec2-box {
  background-color: #fff;
  background-image: url(/resource/images/bg_dots_blue.png);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-about-sec2 .p-about-sec2-box .p-about-ttl-main {
    margin-bottom: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec2 .p-about-sec2-box {
    display: block;
    padding: 0 7%;
  }
  .p-about-sec2 .p-about-sec2-box .p-about-ttl-sub,
  .p-about-sec2 .p-about-sec2-box .p-about-ttl-main {
    text-align: center;
  }
}
.p-about-sec2 .p-about-sec2-box .copy {
  padding: 6.5rem 7%;
}
@media screen and (max-width: 768px) {
  .p-about-sec2 .p-about-sec2-box .copy {
    padding: 5.7142857143rem 5% 3.4285714286rem 5%;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec2 .p-about-sec2-box .copy {
    padding: 2.8571428571rem 0;
  }
}
.p-about-sec2 .p-about-sec2-box .img {
  position: relative;
}
.p-about-sec2 .p-about-sec2-box .img img {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
}
@media screen and (max-width: 768px) {
  .p-about-sec2 .p-about-sec2-box .img img {
    top: -1.7142857143rem;
    right: -3%;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec2 .p-about-sec2-box .img img {
    position: relative;
    top: 0;
    right: auto;
    margin-bottom: 1.7142857143rem;
  }
}
.p-about-sec2 .p-about-sec2-box .p-about-grid-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .p-about-sec2 .p-about-sec2-box .p-about-grid-2-clm {
    width: 100%;
  }
}
.p-about-sec2 .p-about-sec2-box .p-about-grid-2-clm .p-about-ttl-main {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-about-sec2 .p-about-sec2-box .p-about-grid-2-clm .p-about-ttl-main {
    margin-bottom: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec2 .p-about-sec2-box .p-about-grid-2-clm .p-about-ttl-main {
    margin-bottom: 2.8571428571rem;
  }
}

/* About job 03
----------------------------------------------------------------- */
.p-about-sec3 {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-sec3 {
    padding: 2.2857142857rem 0 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec3 {
    padding: 0 0 0 0;
  }
}
.p-about-sec3 .p-about-sec3-box {
  background-color: #fff;
  background-image: url(/resource/images/bg_dots_blue.png);
}
.p-about-sec3 .p-about-sec3-box .p-about-ttl-main {
  text-align: center;
  padding-top: 6.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-about-sec3 .p-about-sec3-box .p-about-ttl-main {
    padding-top: 4.5714285714rem;
    padding-bottom: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec3 .p-about-sec3-box .p-about-ttl-main {
    padding-top: 2.8571428571rem;
    padding-bottom: 1rem;
  }
}
.p-about-sec3 .p-about-sec3-box .p-about-sec3-text {
  padding: 0 10%;
  margin-top: -1em;
}
.p-about-sec3 .p-about-sec3-box .p-about-sec3-text h3 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.5em 0.5em;
  margin-bottom: 1em;
  line-height: 1em;
}
@media screen and (max-width: 576px) {
  .p-about-sec3 .p-about-sec3-box .p-about-sec3-text {
    margin-bottom: 1rem;
  }
}
.p-about-sec3 .p-about-sec3-box .p-about-sec3-ft {
  padding: 5rem 7% 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-about-sec3 .p-about-sec3-box .p-about-sec3-ft {
    padding: 4.5714285714rem 5% 4.5714285714rem;
  }
  .p-about-sec3 .p-about-sec3-box .p-about-sec3-ft .c-txt-large {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec3 .p-about-sec3-box .p-about-sec3-ft {
    padding: 1rem 7% 2.8571428571rem;
  }
  .p-about-sec3 .p-about-sec3-box .p-about-sec3-ft .c-txt-large {
    font-size: 0.85rem;
  }
}
.p-about-sec3 .p-about-sec3-box .p-about-sec3-ft h3 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-about-sec3 .p-about-sec3-box .p-about-sec3-ft h3 {
    margin-bottom: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec3 .p-about-sec3-box .p-about-sec3-ft h3 {
    margin-bottom: 1.7142857143rem;
  }
}
.p-about-sec3 .p-about-sec3-box .p-about-sec3-ft h3 span {
  display: inline-block;
  background-color: #EF4D37;
  color: #fff;
  padding: 0.2em 1.25em;
  border-radius: 30px;
}
.p-about-sec3 .p-about-sec3-box .p-about-sec3-topic {
  border-radius: 20px;
  background-color: #facbc5;
  padding: 1.5rem 10%;
}
.p-about-sec3 .p-about-sec3-box .p-about-sec3-topic ul {
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
}
@media screen and (max-width: 768px) {
  .p-about-sec3 .p-about-sec3-box .p-about-sec3-topic ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec3 .p-about-sec3-box .p-about-sec3-topic ul {
    display: block;
    font-size: 0.85rem;
  }
}

/* About job 04
----------------------------------------------------------------- */
.p-about-sec4-box {
  background-color: #fff;
  background-image: url(/resource/images/bg_dots_blue.png);
}
.p-about-sec4-box .p-about-ttl-main {
  text-align: center;
  padding-top: 6.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-about-sec4-box .p-about-ttl-main {
    padding-top: 4.5714285714rem;
    padding-bottom: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec4-box .p-about-ttl-main {
    padding-top: 2.8571428571rem;
    padding-bottom: 1rem;
  }
}
.p-about-sec4-box .p-about-sec4-text {
  padding: 0 7%;
}
@media screen and (max-width: 768px) {
  .p-about-sec4-box .p-about-sec4-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec4-box .p-about-sec4-text {
    padding: 1.7142857143rem 7% 0;
  }
}
.p-about-sec4-box .p-about-sec4-ft {
  padding: 1rem 10% 0;
}
@media screen and (max-width: 576px) {
  .p-about-sec4-box .p-about-sec4-ft {
    padding: 1rem 0 0 0;
  }
}

/* About job 05
----------------------------------------------------------------- */
.p-about-sec5 {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-sec5 {
    padding: 2.2857142857rem 0 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec5 {
    padding: 0 0 5.1428571429rem 0;
  }
}
.p-about-sec5 .p-about-sec5-hd {
  background-color: #fff;
  background-image: url(/resource/images/bg_dots_blue.png);
}
.p-about-sec5 .p-about-sec5-hd .p-about-ttl-main {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-about-sec5 .p-about-sec5-hd .p-about-ttl-main {
    padding-top: 4.5714285714rem;
    padding-bottom: 4.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec5 .p-about-sec5-hd .p-about-ttl-main {
    padding-top: 2.8571428571rem;
    padding-bottom: 2.8571428571rem;
  }
}
.p-about-sec5 .p-about-sec5-box {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-rows: 1fr;
  gap: 1rem;
}
@media screen and (max-width: 576px) {
  .p-about-sec5 .p-about-sec5-box {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large,
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date {
  background-color: #fff;
  border-radius: 50px;
  padding: 1rem 5%;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large *,
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date * {
  line-height: 1em;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large h3,
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date h3 {
  color: #64C0D7;
  position: relative;
  padding-bottom: 0.5em;
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large h3::after,
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date h3::after {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/line_dots.png);
  background-repeat: repeat-x;
  width: 100%;
  max-width: 130px;
  height: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large .number,
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date .number {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #EF4D37;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large,
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date {
    border-radius: 20px;
  }
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large h3,
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date h3 {
    font-size: 1.14rem;
  }
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large h3::after,
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date h3::after {
    max-width: 100px;
    height: 2.5px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large h3,
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date h3 {
    font-size: 1rem;
  }
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large {
  grid-row: 1/4;
  grid-column: 3/4;
  background-image: url(/resource/images/about_date_bg.png);
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center center;
}
@media screen and (max-width: 576px) {
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large {
    grid-area: 1/1/2/3;
  }
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large h3 {
  text-align: center;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.5rem;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large dl dt {
  width: 55%;
  font-size: 2.25rem;
  font-weight: 600;
  color: #EF4D37;
  text-align: left;
  padding-left: 5%;
  padding-bottom: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large dl dt .c-txt-small {
  display: inline-block;
  font-size: 0.75em;
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large dl dd {
  width: 35%;
  font-size: 5rem;
  text-align: right;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large dl dd .number {
  font-size: clamp(4rem, 7.5vw, 6rem);
  line-height: 0.9em;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large dl dd .unit {
  color: #EF4D37;
  font-size: 0.5em;
  margin-left: 0.5rem;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large p {
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large dl {
    margin-bottom: 1rem;
  }
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large dl dd {
    line-height: 0.5em;
  }
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large dl dt {
    font-size: 1.65rem;
  }
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large .number {
    font-size: 4rem;
  }
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__large p {
    font-size: 0.8rem;
    line-height: 1.5em;
  }
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date {
  text-align: center;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date p {
  text-align: center;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date .flex .large {
  margin-left: 0.5rem;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date .number {
  font-size: clamp(5rem, 10vw, 8rem);
}
@media screen and (max-width: 768px) {
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date .number {
    font-size: clamp(5rem, 8vw, 8rem);
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date .number {
    font-size: clamp(2.9rem, 18vw, 15rem);
  }
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date .unit {
  color: #64C0D7;
  font-size: 2rem;
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date .large {
  color: #EF4D37;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date .unit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date {
    aspect-ratio: 1/1;
  }
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__note1 {
  font-size: 12px;
  color: #fff;
  grid-area: 4/1/5/3;
  margin-top: -1rem;
}
@media screen and (max-width: 576px) {
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__note1 {
    grid-area: 6/1/7/3;
  }
}
.p-about-sec5 .p-about-sec5-box .p-about-sec5-date__note2 {
  font-size: 12px;
  color: #fff;
  grid-area: 4/3/5/4;
  margin-top: -1rem;
}
@media screen and (max-width: 576px) {
  .p-about-sec5 .p-about-sec5-box .p-about-sec5-date__note2 {
    grid-area: 2/1/3/3;
  }
}

/* ==========================================================================
メッセージ
========================================================================== */
/* インタビュー
----------------------------------------------------------------- */
.message_area {
  position: relative;
  font-size: 1.25rem;
  margin-top: 4rem;
  margin-bottom: calc(5rem * 2);
}
.message_area::before, .message_area::after {
  content: "";
  display: inline-block;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
}
.message_area::before {
  background-image: url(/resource/images/quotation_mark1.svg);
  left: -1.2em;
  top: -1em;
}
.message_area::after {
  background-image: url(/resource/images/quotation_mark2.svg);
  right: -1.2em;
  bottom: -1em;
}
@media screen and (max-width: 768px) {
  .message_area {
    font-size: 1rem;
    margin-top: 3.4285714286rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .message_area {
    margin-top: 2.8571428571rem;
    margin-bottom: 1.7142857143rem;
  }
  .message_area::before {
    background-size: 0.8rem auto;
    left: -1em;
    top: -0.5em;
  }
  .message_area::after {
    background-size: 0.8rem auto;
    right: -1em;
    bottom: -0.5em;
  }
}

.p-message-ttl-main-bg {
  background-size: cover;
  background-position: center center;
  margin-bottom: calc(6.5rem * 2);
  padding: 6.5rem 5% 1rem;
  min-height: 430px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-message-ttl-main-bg .p-message-ttl-main_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-message-ttl-main-bg {
    padding: 5rem 5% 1rem;
    margin-bottom: 3.4285714286rem;
    min-height: 240px;
  }
}
@media screen and (max-width: 576px) {
  .p-message-ttl-main-bg {
    background-position: center left 62%;
    padding: 5.7142857143rem 0 1rem;
    margin-bottom: 2.8571428571rem;
  }
}

.p-message-ttl-main {
  color: #64C0D7;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 3rem;
  line-height: 1.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-message-ttl-main {
    font-size: 2.15rem;
  }
}
@media screen and (max-width: 576px) {
  .p-message-ttl-main {
    font-size: 1.8rem;
  }
}

.p-message-ttl-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 1em;
}
.p-message-ttl-sub .tit {
  position: relative;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  z-index: 2;
  margin-bottom: 12px;
}
.p-message-ttl-sub .name {
  font-size: 0.65em;
  display: block;
}
.p-message-ttl-sub .tit_img {
  position: relative;
  width: auto;
  height: 150px;
  margin-left: -0.5rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-message-ttl-sub {
    font-size: 1.8rem;
    margin-bottom: 1.2857142857rem;
  }
  .p-message-ttl-sub .tit_img {
    height: 100px;
  }
}

.p-message-ttl_copy {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .p-message-ttl_copy {
    font-size: 1.14rem;
  }
}
@media screen and (max-width: 576px) {
  .p-message-ttl_copy {
    font-size: 1rem;
  }
}
.p-message-ttl_copy span {
  display: inline-block;
  font-weight: 600;
  background-color: #000;
  margin-bottom: 5px;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 576px) {
  .p-message-ttl_copy span {
    padding: 0.6em 0.5em;
  }
}

.p-message_copy {
  color: #000;
  font-size: 1.5rem;
  line-height: 1em;
}
.p-message_copy span {
  display: inline-block;
  font-weight: 600;
  background-color: #fff;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 768px) {
  .p-message_copy {
    font-size: 1.14rem;
  }
}
@media screen and (max-width: 576px) {
  .p-message_copy {
    font-size: 1.14rem;
    margin-bottom: 2.8571428571rem;
  }
}

/* インタビュー
----------------------------------------------------------------- */
.p-message_sec1 {
  padding: 0 0 6.5rem;
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 768px) {
  .p-message_sec1 {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 576px) {
  .p-message_sec1 {
    padding: 0 0 5.1428571429rem;
  }
}
.p-message_sec1 .p-message-ttl-sub {
  font-size: 2rem;
}
.p-message_sec1 .p-message-ttl-sub .tit {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-message_sec1 .p-message-ttl-sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .p-message_sec1 .p-message_sec1_txt {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.p-message_sec2 {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-message_sec2 {
    padding: 5.7142857143rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-message_sec2 {
    padding: 0 0;
  }
}
.p-message_sec2 .p-message-ttl-main-bg {
  background-image: url(/resource/images/message_ttl_bg2.jpg);
}
@media screen and (max-width: 576px) {
  .p-message_sec2 .p-message-ttl-main-bg {
    background-image: url(/resource/images/message_ttl_bg2_sp.jpg);
  }
}
.p-message_sec2 .p-message-sec2-hd_img {
  margin-top: -40px;
}
.p-message_sec2 .p-message-sec2-hd_img2 {
  padding-right: 5rem;
}
@media screen and (max-width: 576px) {
  .p-message_sec2 .p-message_sec2_txt {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.p-message_sec3 {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-message_sec3 {
    padding: 2.2857142857rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-message_sec3 {
    padding: 1.7142857143rem 0;
  }
}

/* ==========================================================================
募集要項
========================================================================== */
.p-recruitment-tit-main {
  background-color: #fff;
  background-image: url(/resource/images/bg_dots_blue.png);
  border-radius: 10px;
  text-align: center;
  padding: 1em 5%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruitment-tit-main {
    margin-bottom: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment-tit-main {
    font-size: 1.25rem;
    margin-bottom: 1.7142857143rem;
    margin-left: -5%;
    margin-right: -5%;
  }
}

.p-recruitment-tit-sub {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruitment-tit-sub {
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment-tit-sub {
    font-size: 1rem;
  }
}

/* 高校卒業見込みの方
----------------------------------------------------------------- */
.p-recruitment_sec1_box {
  background-color: #fff;
  padding: 2.5rem 4%;
}
.p-recruitment_sec1_box h3 {
  font-size: 1.7rem;
  margin-bottom: 1em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-recruitment_sec1_box h3 {
    font-size: 1.14rem;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment_sec1_box h3 {
    font-size: 1rem;
    text-align: center;
  }
}
.p-recruitment_sec1_box .c-txt-large {
  line-height: 1.7em;
}
.p-recruitment_sec1_box .p-recruitment_sec1_box-tel {
  background-color: #64C0D7;
  color: #fff;
  margin: 2.5rem auto 0;
  padding: 1rem 4%;
  width: 50%;
}
.p-recruitment_sec1_box .p-recruitment_sec1_box-tel p {
  text-align: center;
}
.p-recruitment_sec1_box .p-recruitment_sec1_box-tel .tel {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1em;
  margin: auto;
}
.p-recruitment_sec1_box .p-recruitment_sec1_box-tel .tel::before {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/ico_tel_white.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.73em;
  height: 0.73em;
  margin-right: 0.07em;
}
@media screen and (max-width: 768px) {
  .p-recruitment_sec1_box .p-recruitment_sec1_box-tel {
    padding: 1.2857142857rem 4%;
    margin: 1.2857142857rem auto 0;
    width: 70%;
  }
  .p-recruitment_sec1_box .p-recruitment_sec1_box-tel .tel {
    font-size: 2.14rem;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment_sec1_box .p-recruitment_sec1_box-tel {
    width: 80%;
    padding: 0.8rem 0.5rem;
    font-size: 0.85rem;
  }
  .p-recruitment_sec1_box .p-recruitment_sec1_box-tel .tel {
    font-size: 1.25rem;
  }
}

/* 新卒採用
----------------------------------------------------------------- */
.p-recruitment-sec2 {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruitment-sec2 {
    padding: 0 0 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment-sec2 {
    padding: 0 0 5.1428571429rem;
  }
}
.p-recruitment-sec2 .p-recruitment-sec2-entry {
  padding: 2.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-recruitment-sec2 .p-recruitment-sec2-entry {
    padding: 2.2857142857rem 0 0 0;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment-sec2 .p-recruitment-sec2-entry {
    padding: 1.7142857143rem 0 0 0;
  }
}
.p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box {
    width: 100%;
  }
}
.p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box h2 {
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-color: #00257E;
  font-size: 1.25rem;
  color: #fff;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box h2::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 20px;
  height: 10px;
  background-color: #00257E;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box h2 {
    font-size: 1.05rem;
    top: 0;
    margin-bottom: 1em;
  }
  .p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box h2::after {
    width: 15px;
    height: 8px;
    bottom: -7px;
  }
}
.p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box .c-btn-arrow__small {
  padding-left: 1em;
}
.p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box > * {
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box > * {
    padding: 2rem 1.5rem 1.2857142857rem 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box > * {
    padding: 3rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
  }
}
.p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box .p-idx-contact-box-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
  margin-bottom: 0;
}
.p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box .p-idx-contact-box-item .bnr {
  width: 50%;
  min-width: 120px;
  padding-right: 1rem;
}
.p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box .p-idx-contact-box-item .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .p-recruitment-sec2 .p-recruitment-sec2-entry .p-idx-contact-box .p-idx-contact-box-item {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
  }
}

/* キャリア採用
----------------------------------------------------------------- */
.p-recruitment-sec3 {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruitment-sec3 {
    padding: 0 0 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment-sec3 {
    padding: 0 0 5.1428571429rem;
  }
}

.p-recruitment-entry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  background-color: #fff;
  margin-top: calc(5rem * 2);
}
@media screen and (max-width: 768px) {
  .p-recruitment-entry {
    margin-top: 4.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment-entry {
    display: block;
  }
}
.p-recruitment-entry .img {
  grid-row: 1/3;
  grid-column: 2/3;
  background-image: url(/resource/images/recruitment_entry_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 576px) {
  .p-recruitment-entry .img {
    height: 200px;
  }
}
.p-recruitment-entry .airwork {
  padding: 10px 1rem 5px;
}
@media screen and (max-width: 576px) {
  .p-recruitment-entry .airwork {
    padding: 7px 1rem 15px;
  }
}
.p-recruitment-entry .p-recruitment-grid {
  padding-bottom: 1.5rem;
}
.p-recruitment-entry .c-txt-tel {
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruitment-entry .c-txt-tel {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.p-recruitment-entry h3 {
  background-color: #00257E;
  font-size: 1.25rem;
  color: #fff;
  padding: 0.25em 1em;
  white-space: nowrap;
  position: relative;
}
.p-recruitment-entry h3::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 20px;
  height: 10px;
  background-color: #00257E;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
}
.p-recruitment-entry .p-recruitment-entry-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
.p-recruitment-entry .p-recruitment-entry-item .bnr {
  width: 50%;
  padding-right: 1rem;
}
.p-recruitment-entry .p-recruitment-entry-item .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-recruitment-entry .airwork {
    padding-top: 15px;
  }
  .p-recruitment-entry .p-recruitment-grid {
    padding-bottom: 5px;
  }
  .p-recruitment-entry .c-txt-tel {
    padding-top: 5px;
  }
  .p-recruitment-entry h3 {
    font-size: 1rem;
  }
  .p-recruitment-entry .p-recruitment-entry-item {
    margin-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment-entry .p-recruitment-entry-item .bnr {
    width: 70%;
    padding-right: 1rem;
  }
  .p-recruitment-entry .p-recruitment-entry-item .btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* インターンシップ
----------------------------------------------------------------- */
.p-recruitment-sec4 {
  padding: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruitment-sec4 {
    padding: 0 0 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .p-recruitment-sec4 {
    padding: 0 0 5.1428571429rem;
  }
  .p-recruitment-sec4 .c-txt-xlarge {
    font-size: 1rem;
  }
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-scroll-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

.u-margin-remove-top {
  margin-top: 0 !important;
}

@media screen and (max-width: 576px) {
  .u-margin-remove-top_sp {
    margin-top: 0 !important;
  }
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .u-margin-xsmall-top {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 0.7142857143rem;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-small-top {
    margin-top: 1.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-small-top {
    margin-top: 1rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-medium-top {
    margin-top: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 1.7142857143rem;
  }
}

.u-margin-medium-bottom {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-medium-bottom {
    margin-bottom: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-bottom {
    margin-bottom: 1.7142857143rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .u-margin-large-top {
    margin-top: 3.4285714286rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 2.8571428571rem;
  }
}

.u-margin-large-bottom {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .u-margin-large-bottom {
    margin-bottom: 3.4285714286rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-bottom {
    margin-bottom: 2.8571428571rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-xlarge-top {
    margin-top: 4.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 4rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-xxlarge-top {
    margin-top: 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5.1428571429rem;
  }
}

.u-margin-xxlarge-top_tb {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .u-margin-xxlarge-top_tb {
    margin-top: 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top_tb {
    margin-top: 5.1428571429rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.5rem;
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.5rem;
}

.u-padding-medium {
  padding: 2.5rem;
}

.u-padding-large {
  padding: 4rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 2.8571428571rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.5rem;
}

.u-padding-3p_left_right {
  padding-left: 3%;
  padding-right: 3%;
}

.u-padding-medium_left_right {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 576px) {
  .u-padding-medium_left_right {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}/*# sourceMappingURL=main.css.map */