@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: #000033;
  font-family: "Noto Sans JP", 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 {
  font-family: "Noto Sans JP", sans-serif;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

::selection {
  color: #525252;
  background-color: #ffd0c4;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

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

a {
  color: #000033;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
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: 14px;
  font-size: 0.875rem;
  text-align: left;
  width: 100%;
  text-align: justify;
}

dt {
  font-weight: 700;
}

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: 821px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .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: 821px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 820px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

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

@media screen and (min-width: 821px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .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: white;
  height: 80px;
  z-index: 1010;
  position: relative;
  padding-right: 80px;
}
@media screen and (max-width: 576px) {
  .l-header {
    padding-right: 60px;
    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 5% 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: 100%;
  height: 100%;
}

/* 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;
}
@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;
}
@media screen and (max-width: 576px) {
  .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 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 210px;
  position: relative;
}
.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;
  padding: 0 1.5em;
  white-space: nowrap;
  position: relative;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 1.4em;
  left: 1.5em;
  /*線の形状*/
  width: calc(100% - 3em);
  height: 2px;
  background: #0C62AE;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top;
  /*上部中央基点*/
}
.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: #FFED47;
}
.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: #676767;
}
.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 #0C62AE;
  border-right: 1px solid #0C62AE;
  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 #44DEFF;
  border-right: 1px solid #44DEFF;
}
.l-header-nav .l-header-nav-contact {
  line-height: 80px;
  margin-left: 1.5em;
}
@media screen and (max-width: 576px) {
  .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 a {
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 0 1.5em;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a img {
  height: 0.7em;
  margin-left: 0.5em;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:first-child a {
  background-color: #44DEFF;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:first-child a:hover {
  background-color: #159FFF;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child a {
  background-color: #0C62AE;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child a:hover {
  background-color: #FFED47;
}

/* アクティブメニュー*/
.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: #0C62AE;
  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: #FFED47;
  width: 25px;
  height: 2px;
}

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  right: 0;
  position: fixed;
  width: 80px;
  height: 80px;
  background: -webkit-linear-gradient(330deg, rgb(12, 98, 174) 0%, rgb(14, 101, 176) 20.16%, rgb(18, 112, 183) 37.87%, rgb(27, 130, 195) 54.67%, rgb(38, 156, 212) 70.91%, rgb(53, 188, 233) 86.58%, rgb(68, 222, 255) 100%);
  background: linear-gradient(120deg, rgb(12, 98, 174) 0%, rgb(14, 101, 176) 20.16%, rgb(18, 112, 183) 37.87%, rgb(27, 130, 195) 54.67%, rgb(38, 156, 212) 70.91%, rgb(53, 188, 233) 86.58%, rgb(68, 222, 255) 100%);
}
.l-toggle span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  top: 20px;
  left: 23px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}
.l-toggle span:nth-of-type(1) {
  top: 36px;
}
.l-toggle span:nth-of-type(3) {
  top: 52px;
}
.l-toggle:hover {
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .l-toggle {
    width: 60px;
    height: 60px;
  }
  .l-toggle span {
    top: 15px;
    left: 17px;
  }
  .l-toggle span:nth-of-type(1) {
    top: 28px;
  }
  .l-toggle span:nth-of-type(3) {
    top: 41px;
  }
}

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

.l-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.l-drawer .l-drawer-body {
  position: absolute;
  right: 0;
  width: 400px;
  height: calc(100% - 0px);
  margin-top: 0;
  padding: 4rem 0 2rem;
  background: -webkit-linear-gradient(310deg, rgb(12, 98, 174), rgb(21, 159, 255) 35%, rgb(255, 237, 71));
  background: linear-gradient(140deg, rgb(12, 98, 174), rgb(21, 159, 255) 35%, rgb(255, 237, 71));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.l-drawer .l-drawer-body .l-drawer-nav-main {
  padding-top: 2rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
  margin-bottom: 1rem;
  line-height: 1.5em;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
  font-size: 1.75rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  position: relative;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a::first-letter {
  color: #FFED47;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a .jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a:hover {
  color: #FFED47;
}
.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(10, 85, 150, 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(10, 85, 150, 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-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-child {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 2rem;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-child .l-drawer-nav-child__inner {
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 0.25rem;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-child .l-drawer-nav-child__inner a {
  color: #fff;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-child .l-drawer-nav-child__inner a:hover {
  color: #000033;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-child .l-drawer-nav-child__inner:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: inline-block;
  background-color: #FFED47;
  margin: 4px 4px 4px 0;
  width: 6px;
  height: 1px;
}
.l-drawer .l-drawer-body .l-drawer-nav--border {
  border-bottom: 1px solid #FFED47;
}
.l-drawer .l-drawer-body .c-btn-main--entry {
  margin-top: 2rem;
}
.l-drawer .l-drawer-body .c-btn-main--entry a,
.l-drawer .l-drawer-body .c-btn-main--entry button {
  width: 60%;
  margin-inline: auto;
}
.l-drawer .l-drawer-body .c-btn-main--entry a span,
.l-drawer .l-drawer-body .c-btn-main--entry button span {
  font-size: 0.75rem;
  text-align: center;
  padding: 0.75em 3em 0.75em 1.3em;
  background-image: url(/resource/images/ico_move_black.svg);
}
.l-drawer .l-drawer-body .c-btn-main--entry a:hover span,
.l-drawer .l-drawer-body .c-btn-main--entry button:hover span {
  background-image: url(/resource/images/ico_move_white.svg);
}
.l-drawer .l-drawer-body .l-drawer-nav-sub {
  margin-top: 2rem;
  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;
  gap: 1em;
}
.l-drawer .l-drawer-body .l-drawer-nav-sub li a {
  font-size: 0.75rem;
  letter-spacing: -0.025em;
}
.l-drawer .l-drawer-body .l-drawer-nav-sub li a img {
  margin-left: 0.5em;
  width: 1em;
}
.l-drawer .l-drawer-body .l-drawer-nav-sub li a img.insta {
  width: 1.5em;
}
.l-drawer .l-drawer-body .l-drawer-nav-sub li a:hover {
  opacity: 0.5;
}

/* ==========================================================================
フッター
========================================================================== */
.l-footer {
  border-top: 1px solid #e9e9e9;
  background-image: url(/resource/images/bg_ft_r.png);
  background-repeat: no-repeat;
  background-size: 370px auto;
  background-position: top right;
}
@media screen and (max-width: 820px) {
  .l-footer {
    background-size: 246.6666666667px auto;
  }
}
@media screen and (max-width: 576px) {
  .l-footer {
    background-image: url();
  }
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-nav {
  padding: 6.5rem 0;
}
@media screen and (max-width: 820px) {
  .l-footer-nav {
    padding: 5.7142857143rem 0;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-nav {
    padding: 2.8571428571rem 0;
  }
}
.l-footer-nav .l-footer-nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -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 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 170px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-right: 1%;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent:last-child {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent {
    min-width: inherit;
    width: 60%;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
  margin-bottom: 1.2em;
  border-bottom: 1px solid #0C62AE;
  padding-bottom: 1.2em;
  font-weight: 700;
}
@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;
    font-size: 1.15rem;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a {
  color: #0C62AE;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a:hover {
  opacity: 0.7;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
  font-size: 13px;
  font-size: 0.8125rem;
}
@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: 1rem;
  position: relative;
  padding-left: 0.75rem;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
  color: #000033;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a:hover {
  opacity: 0.5;
}
.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: #44DEFF;
  margin: 4px 4px 4px 0;
  width: 6px;
  height: 1px;
}

/* サブメニュー
----------------------------------------------------------------- */
.l-footer-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer-logo a:hover {
  opacity: 0.5;
}
.l-footer-logo img {
  height: 40px;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .l-footer-logo {
    font-size: 0.85rem;
    margin-bottom: 2.5rem;
  }
  .l-footer-logo img {
    height: 35px;
  }
}

.l-footer-nav-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
}
.l-footer-nav-sub li a {
  font-size: 0.85rem;
}
.l-footer-nav-sub li a img {
  margin-left: 0.5em;
  width: 1em;
}
.l-footer-nav-sub li a .insta {
  width: 1.5em;
}
.l-footer-nav-sub li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .l-footer-nav-sub {
    gap: 1.5em;
  }
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  margin-top: 4rem;
  background-color: #0C62AE;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 820px) {
  .l-copyright {
    margin-top: 3.4285714286rem;
  }
}
@media screen and (max-width: 576px) {
  .l-copyright {
    margin-top: 2.8571428571rem;
  }
}

/* お問い合わせエリア
----------------------------------------------------------------- */
.l-ft-contact-wrap {
  background: -webkit-linear-gradient(310deg, #0C62AE, #44DEFF 65%, #FFED47);
  background: linear-gradient(140deg, #0C62AE, #44DEFF 65%, #FFED47);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5rem 0;
}
@media screen and (max-width: 820px) {
  .l-ft-contact-wrap {
    padding: 4.5714285714rem 0;
  }
}
@media screen and (max-width: 576px) {
  .l-ft-contact-wrap {
    padding: 2.8571428571rem 0;
  }
  .l-ft-contact-wrap .l-container-large {
    padding: 0 0;
  }
  .l-ft-contact-wrap .c-btn-main--entry {
    margin: 1rem auto;
  }
}
.l-ft-contact-wrap .l-ft-contact-box {
  background-image: url(/resource/images/ft_contact_bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 2.5rem;
}
@media screen and (max-width: 820px) {
  .l-ft-contact-wrap .l-ft-contact-box {
    padding: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .l-ft-contact-wrap .l-ft-contact-box {
    padding: 1.7142857143rem;
    display: block;
  }
  .l-ft-contact-wrap .l-ft-contact-box .c-ttl-idx-main {
    text-align: left !important;
  }
}
.l-ft-contact-wrap .l-ft-contact-box .c-flex--align-items-center {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  .l-ft-contact-wrap .l-ft-contact-box .c-flex--align-items-center {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.l-ft-contact-wrap .l-ft-contact-box > * {
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 5%;
}
@media screen and (max-width: 576px) {
  .l-ft-contact-wrap .l-ft-contact-box > * {
    width: 100%;
    padding: 0 5%;
  }
}
.l-ft-contact-wrap .l-ft-contact-box .c-btn-main--entry {
  margin-top: 1.5rem;
  width: 320px;
}
@media screen and (max-width: 820px) {
  .l-ft-contact-wrap .l-ft-contact-box .c-btn-main--entry {
    width: auto;
  }
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
}
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 {
  display: grid;
  grid-template-columns: 1fr 70px 980px 70px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 345px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-page-title {
    grid-template-columns: 35px 35px auto auto 0;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title {
    grid-template-columns: 40px 0 auto auto 0;
    height: 200px;
    margin-top: 20px;
    background-position: center right;
  }
}
.l-page-title .l-page-title-main {
  grid-area: 1/1/3/6;
  background-size: cover;
  background-position: center center;
  margin-left: 15%;
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-main {
    margin-left: 40px;
  }
}
.l-page-title .l-page-title-inner {
  grid-area: 2/2/3/5;
  align-self: end;
}
.l-page-title .l-page-title-inner > * {
  position: relative;
  z-index: 3;
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.35rem;
}
.l-page-title .l-page-title-inner .l-page-title-en {
  font-size: 3.5rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1em;
}
.l-page-title .l-page-title-inner .l-page-title-en::first-letter {
  color: #FFED47;
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner {
    margin-bottom: -10px;
  }
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 1rem;
  }
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 2rem;
  }
}
.l-page-title .l-page-title-inner::before {
  content: "";
  display: inline-block;
  background: -webkit-linear-gradient(310deg, rgb(12, 98, 174), rgb(68, 222, 255) 65%, rgb(255, 237, 71));
  background: linear-gradient(140deg, rgb(12, 98, 174), rgb(68, 222, 255) 65%, rgb(255, 237, 71));
  width: 43vw;
  height: 50%;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 992px) {
  .l-page-title .l-page-title-inner::before {
    width: 50vw;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner::before {
    width: 65vw;
  }
}

/* リード文
----------------------------------------------------------------- */
.l-page-lead {
  padding-bottom: 5rem;
}
.l-page-lead .l-page-lead-img {
  max-width: 920px;
  position: relative;
  z-index: 0;
  margin-bottom: -100px;
  margin-right: 40px;
}
.l-page-lead .l-page-lead-box {
  background: -webkit-linear-gradient(310deg, rgba(12, 98, 174, 0.8) 0%, rgba(68, 221, 255, 0.8) 100%);
  background: linear-gradient(140deg, rgba(12, 98, 174, 0.8) 0%, rgba(68, 221, 255, 0.8) 100%);
  padding: 40px 5%;
  color: #fff;
  max-width: 920px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .l-page-lead {
    padding-bottom: 4.5714285714rem;
  }
  .l-page-lead .l-page-lead-img {
    margin-bottom: -40px;
  }
  .l-page-lead .l-page-lead-box {
    margin-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-lead {
    padding-bottom: 4rem;
  }
  .l-page-lead .l-page-lead-img {
    margin-left: -13%;
    margin-right: -13%;
    margin-bottom: -20px;
  }
  .l-page-lead .l-page-lead-box {
    margin-left: auto;
    padding: 2rem 2rem;
  }
}

/* ==========================================================================
セクション
=========================================================================*/
.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: 820px) {
  .l-sec-xxlarge {
    padding: 5.7142857143rem 0;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge {
    padding: 5.1428571429rem 0;
  }
}

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

.l-sec-xxxxlarge {
  padding: calc(6.5rem + 6.5rem) 0;
}
@media screen and (max-width: 820px) {
  .l-sec-xxxxlarge {
    padding: calc(5.7142857143rem + 5.7142857143rem) 0;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxxxlarge {
    padding: calc(5.1428571429rem + 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: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 992px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.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,
.c-flex--align-items-flex-end {
  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,
.c-flex--align-items-flex-end .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,
  .c-flex--align-items-flex-end .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,
.c-flex--align-items-flex-end .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,
  .c-flex--align-items-flex-end .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,
.c-flex--align-items-flex-end .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,
  .c-flex--align-items-flex-end .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,
.c-flex--align-items-flex-end .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,
  .c-flex--align-items-flex-end .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,
.c-flex--align-items-flex-end .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,
  .c-flex--align-items-flex-end {
    -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;
}
@media screen and (max-width: 576px) {
  .c-flex--align-items-center {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.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-flex-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--align-items-flex-end {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* 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-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-grid-small > * {
  margin-left: 1%;
}
.c-grid-small > *:first-child {
  margin-left: 0;
}
.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 {
  gap: 2rem 3%;
}
.c-grid-medium .c-grid-4-clm {
  width: 22.75%;
}
.c-grid-medium .c-grid-3-clm {
  width: 31.3333333333%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48.5%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium .c-grid-4-clm,
  .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: #44DEFF;
  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: #0C62AE;
  font-family: "Roboto Condensed", 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: #44DEFF;
  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 #CCDEEE;
}
.c-tb-pattern2 tr:last-of-type th,
.c-tb-pattern2 tr:last-of-type td {
  border-bottom: none;
}
.c-tb-pattern2 tr th,
.c-tb-pattern2 tr td {
  border-bottom: 1px solid #e9e9e9;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th,
  .c-tb-pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.5;
  }
}
.c-tb-pattern2 tr th {
  color: #fff;
  background-color: #0C62AE;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    font-size: 1.15rem;
    width: 100%;
    padding: 0.5em 0;
  }
}
.c-tb-pattern2 tr td {
  background-color: #fff;
}
.c-tb-pattern2 tr td dl {
  margin: 0;
}
.c-tb-pattern2 tr td dl dt {
  color: #44DEFF;
  font-weight: 700;
  float: left;
  width: 50px;
  min-width: 50px;
}
.c-tb-pattern2 tr td dl dd {
  margin-left: 50px;
}

.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: #0C62AE;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #0C62AE;
  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: #0C62AE;
  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, 51, 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: #0C62AE;
  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 .c-page-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em 2em;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap {
    -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;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  border-bottom: 1px solid #0C62AE;
  width: 25%;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    width: 70%;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #000033;
  line-height: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-left: 1em;
  padding-bottom: 0.5em;
  background-image: url(/resource/images/ico_dawn_arrow.svg);
  background-size: 1.25em 1.25em;
  background-repeat: no-repeat;
  background-position: 100% 48%;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  background-image: url(/resource/images/ico_dawn_arrow_hover.svg);
  background-position: 100% calc(48% + 5px);
}
.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: #0C62AE;
  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;
}

.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: #0C62AE;
  border-left: 4px solid #0C62AE;
  line-height: 1.5;
  padding-left: 0.75rem;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #0C62AE;
  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: #676767;
  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: #676767;
}
.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 #676767;
  border-right: solid 1px #676767;
  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: #0C62AE;
  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: #0C62AE;
  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 #44DEFF;
}

.c-form-checkbox {
  background-color: #fff;
}
.c-form-checkbox:checked:before {
  content: "✔";
  color: #44DEFF;
  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;
}

.p-contact-not-sale-txt {
  text-align: center;
}
.p-contact-not-sale-txt p {
  color: #0C62AE;
  border-bottom: 4px solid #44DEFF;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}

.p-contact-not-sale-cheackbox {
  border: 1px solid #0C62AE;
  padding: 2rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-contact-not-sale-cheackbox {
    padding: 40px 0 56px;
  }
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-main-r--white1 {
  background-image: url(/resource/images/bg_main_r_white1.png);
  background-repeat: no-repeat;
  background-size: 370px auto;
  background-position: top 505px right;
}
@media screen and (max-width: 820px) {
  .c-bg-main-r--white1 {
    background-size: 185px auto;
  }
}
@media screen and (max-width: 576px) {
  .c-bg-main-r--white1 {
    background-position: top 420px right;
    background-size: 40% auto;
  }
}

.c-bg-main-r--white2 {
  background-image: url(/resource/images/bg_main_r_white2.png);
  background-repeat: no-repeat;
  background-size: 370px auto;
  background-position: top right;
}
@media screen and (max-width: 820px) {
  .c-bg-main-r--white2 {
    background-size: 185px auto;
  }
}
@media screen and (max-width: 576px) {
  .c-bg-main-r--white2 {
    background-size: 35% auto;
  }
}

.c-bg-main-r--blue1 {
  background-image: url(/resource/images/bg_main_r_blue1.png);
  background-repeat: no-repeat;
  background-size: 325px auto;
  background-position: top right;
}
@media screen and (max-width: 820px) {
  .c-bg-main-r--blue1 {
    background-size: 162.5px auto;
  }
}
@media screen and (max-width: 576px) {
  .c-bg-main-r--blue1 {
    background-size: 30% auto;
  }
}

.c-bg-main-r--blue1--sp {
  background-image: url(/resource/images/bg_main_r_blue1.png);
  background-repeat: no-repeat;
  background-size: 325px auto;
  background-position: top right;
}
@media screen and (max-width: 820px) {
  .c-bg-main-r--blue1--sp {
    background-size: 162.5px auto;
  }
}
@media screen and (max-width: 576px) {
  .c-bg-main-r--blue1--sp {
    background-image: url();
  }
}

.c-bg-main-r--blue2 {
  background-image: url(/resource/images/bg_main_r_blue2.png);
  background-repeat: no-repeat;
  background-size: 325px auto;
  background-position: top right;
}
@media screen and (max-width: 820px) {
  .c-bg-main-r--blue2 {
    background-size: 162.5px auto;
  }
}
@media screen and (max-width: 576px) {
  .c-bg-main-r--blue2 {
    background-size: 40% auto;
  }
}

.c-bg-main-r-l--blue {
  background-image: url(/resource/images/bg_main_r_blue2.png), url(/resource/images/bg_main_l_blue1.png);
  background-repeat: no-repeat;
  background-size: 325px auto;
  background-position: top right, bottom left;
}
@media screen and (max-width: 820px) {
  .c-bg-main-r-l--blue {
    background-size: 162.5px auto;
  }
}
@media screen and (max-width: 576px) {
  .c-bg-main-r-l--blue {
    background-size: 40% auto;
  }
}

.c-bg-gradient-main-hover {
  background: -webkit-linear-gradient(330deg, rgba(12, 98, 174, 0.9) 0%, rgba(16, 107, 180, 0.9) 14.42%, rgba(27, 131, 196, 0.9) 37.95%, rgba(45, 171, 222, 0.9) 67.64%, rgba(68, 222, 255, 0.9) 100%);
  background: linear-gradient(120deg, rgba(12, 98, 174, 0.9) 0%, rgba(16, 107, 180, 0.9) 14.42%, rgba(27, 131, 196, 0.9) 37.95%, rgba(45, 171, 222, 0.9) 67.64%, rgba(68, 222, 255, 0.9) 100%);
}

.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: #676767 !important;
}

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

.c-bg-main {
  background-color: #0C62AE !important;
}

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

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

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

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

.c-bg-selection_bg {
  background-color: #ffd0c4 !important;
}

.c-bg-tomato {
  background-color: #ef423b !important;
}

.c-bg-blue {
  background-color: #159FFF !important;
}

.c-bg-poloblue {
  background-color: #5591C6 !important;
}

.c-bg-lilywhite {
  background-color: #e9fbff !important;
}

.c-bg-yellow {
  background-color: #FFFCE3 !important;
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white,
.c-btn-main--entry {
  width: 100%;
  max-width: 300px;
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button,
.c-btn-main--entry a,
.c-btn-main--entry button {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #FFED47;
  border-radius: 50px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  width: 100%;
}
.c-btn-main a::before,
.c-btn-main button::before,
.c-btn-main--white a::before,
.c-btn-main--white button::before,
.c-btn-main--entry a::before,
.c-btn-main--entry button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #000033;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.c-btn-main a span,
.c-btn-main button span,
.c-btn-main--white a span,
.c-btn-main--white button span,
.c-btn-main--entry a span,
.c-btn-main--entry button span {
  display: block;
  position: relative;
  z-index: 3;
  font-size: clamp(1rem, 0.685rem + 0.87vw, 1.45rem);
  font-weight: 900;
  color: #000033;
  background-image: url(/resource/images/ico_arrow_white.svg);
  background-size: 1em auto;
  background-position: center right 1.15em;
  background-repeat: no-repeat;
  padding: 0.3em 2.5em 0.3em 1em;
}
@media screen and (max-width: 576px) {
  .c-btn-main a span,
  .c-btn-main button span,
  .c-btn-main--white a span,
  .c-btn-main--white button span,
  .c-btn-main--entry a span,
  .c-btn-main--entry button span {
    font-size: 1.2rem;
  }
}
.c-btn-main a:hover span,
.c-btn-main button:hover span,
.c-btn-main--white a:hover span,
.c-btn-main--white button:hover span,
.c-btn-main--entry a:hover span,
.c-btn-main--entry button:hover span {
  color: #fff;
}
.c-btn-main a:hover::before,
.c-btn-main button:hover::before,
.c-btn-main--white a:hover::before,
.c-btn-main--white button:hover::before,
.c-btn-main--entry a:hover::before,
.c-btn-main--entry button:hover::before {
  -webkit-animation: skewanime 0.5s forwards;
          animation: skewanime 0.5s forwards;
}

/*hoverした時のアニメーション*/
@-webkit-keyframes skewanime {
  100% {
    left: -10%;
  }
}
@keyframes skewanime {
  100% {
    left: -10%;
  }
}
.c-btn-main--white {
  max-width: inherit;
}
.c-btn-main--white a,
.c-btn-main--white button {
  color: #0C62AE;
  background-color: #fff;
  width: auto;
}
.c-btn-main--white a span,
.c-btn-main--white button span {
  font-size: clamp(0.8rem, 0.485rem + 0.87vw, 1.25rem);
  background-image: url(/resource/images/ico_arrow_main.svg);
  padding: 1em 2.25em 1em 1em;
}
@media screen and (max-width: 576px) {
  .c-btn-main--white a span,
  .c-btn-main--white button span {
    font-size: 1.25rem;
  }
}
.c-btn-main--white a span img,
.c-btn-main--white button span img {
  height: 1.1em;
  width: auto;
  margin-right: 0.5em;
}
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  color: #fff;
}

.c-btn-main--entry a span,
.c-btn-main--entry button span {
  font-size: clamp(0.8rem, 0.485rem + 0.87vw, 1.25rem);
  text-align: center;
  padding: 0.75em 2.5em 0.75em 1em;
  background-image: url(/resource/images/ico_move_black.svg);
}
@media screen and (max-width: 576px) {
  .c-btn-main--entry a span,
  .c-btn-main--entry button span {
    font-size: 1.25rem;
  }
}
.c-btn-main--entry a:hover span,
.c-btn-main--entry button:hover span {
  background-image: url(/resource/images/ico_move_white.svg);
}

.c-btn-card,
.c-btn-card--tmb {
  border: 2px 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: #676767;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card--tmb .c-btn-card__txt span {
  color: #44DEFF;
}
.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: #44DEFF;
}

.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: #000033;
  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(12, 98, 174, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(12, 98, 174, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #0C62AE;
}
.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 #44DEFF;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #44DEFF;
  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: "Roboto Condensed", sans-serif;
}

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

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

.c-txt-small {
  font-size: 0.75em;
}

.c-txt-large {
  font-size: 2.5em;
  line-height: 1em;
}
@media screen and (max-width: 576px) {
  .c-txt-large {
    font-size: 2.75em;
  }
}

.c-txt-xxlarge {
  font-size: 2.25rem;
  line-height: 1.35em;
}
@media screen and (max-width: 576px) {
  .c-txt-xxlarge {
    font-size: 2rem;
  }
}

.c-txt-link {
  color: #0C62AE;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #FFED47;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.c-txt-main {
  color: #0C62AE !important;
}

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

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

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

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

.c-txt-selection_bg {
  color: #ffd0c4 !important;
}

.c-txt-tomato {
  color: #ef423b !important;
}

.c-txt-blue {
  color: #159FFF !important;
}

.c-txt-poloblue {
  color: #5591C6 !important;
}

.c-txt-lilywhite {
  color: #e9fbff !important;
}

.c-txt-yellow {
  color: #FFFCE3 !important;
}

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

h2 {
  font-size: 40px;
  font-size: 2.5rem;
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

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

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main-bg {
  background-color: #0C62AE;
  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 {
  font-size: 2.25rem;
  line-height: 1.4;
}
.c-ttl-main .en--white,
.c-ttl-main .en--blue {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 9rem;
  line-height: 1;
  margin-left: -120px;
  margin-bottom: -3rem;
}
.c-ttl-main .en--white {
  background: -webkit-gradient(linear, right top, left top, from(rgba(41, 163, 217, 0.3)), color-stop(6.08%, rgba(46, 175, 225, 0.3)), color-stop(22.14%, rgba(58, 201, 241, 0.3)), color-stop(36.59%, rgba(65, 216, 251, 0.3)), color-stop(47.95%, rgba(68, 222, 255, 0.3)), color-stop(57.56%, rgba(71, 222, 252, 0.3)), color-stop(65.28%, rgba(81, 223, 242, 0.3)), color-stop(72.35%, rgba(98, 224, 225, 0.3)), color-stop(79.02%, rgba(122, 226, 202, 0.3)), color-stop(85.42%, rgba(153, 229, 172, 0.3)), color-stop(91.61%, rgba(190, 232, 134, 0.3)), color-stop(97.53%, rgba(234, 235, 91, 0.3)), to(rgba(255, 237, 71, 0.3)));
  background: -webkit-linear-gradient(right, rgba(41, 163, 217, 0.3) 0%, rgba(46, 175, 225, 0.3) 6.08%, rgba(58, 201, 241, 0.3) 22.14%, rgba(65, 216, 251, 0.3) 36.59%, rgba(68, 222, 255, 0.3) 47.95%, rgba(71, 222, 252, 0.3) 57.56%, rgba(81, 223, 242, 0.3) 65.28%, rgba(98, 224, 225, 0.3) 72.35%, rgba(122, 226, 202, 0.3) 79.02%, rgba(153, 229, 172, 0.3) 85.42%, rgba(190, 232, 134, 0.3) 91.61%, rgba(234, 235, 91, 0.3) 97.53%, rgba(255, 237, 71, 0.3) 100%);
  background: linear-gradient(-90deg, rgba(41, 163, 217, 0.3) 0%, rgba(46, 175, 225, 0.3) 6.08%, rgba(58, 201, 241, 0.3) 22.14%, rgba(65, 216, 251, 0.3) 36.59%, rgba(68, 222, 255, 0.3) 47.95%, rgba(71, 222, 252, 0.3) 57.56%, rgba(81, 223, 242, 0.3) 65.28%, rgba(98, 224, 225, 0.3) 72.35%, rgba(122, 226, 202, 0.3) 79.02%, rgba(153, 229, 172, 0.3) 85.42%, rgba(190, 232, 134, 0.3) 91.61%, rgba(234, 235, 91, 0.3) 97.53%, rgba(255, 237, 71, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-ttl-main .en--blue {
  background: -webkit-gradient(linear, left top, right top, from(rgba(41, 163, 217, 0.3)), color-stop(6.08%, rgba(46, 175, 225, 0.3)), color-stop(22.14%, rgba(58, 201, 241, 0.3)), color-stop(36.59%, rgba(65, 216, 251, 0.3)), color-stop(47.95%, rgba(68, 222, 255, 0.3)), color-stop(57.56%, rgba(71, 222, 252, 0.3)), color-stop(65.28%, rgba(81, 223, 242, 0.3)), color-stop(72.35%, rgba(98, 224, 225, 0.3)), color-stop(79.02%, rgba(122, 226, 202, 0.3)), color-stop(85.42%, rgba(153, 229, 172, 0.3)), color-stop(91.61%, rgba(190, 232, 134, 0.3)), color-stop(97.53%, rgba(234, 235, 91, 0.3)), to(rgba(255, 237, 71, 0.3)));
  background: -webkit-linear-gradient(left, rgba(41, 163, 217, 0.3) 0%, rgba(46, 175, 225, 0.3) 6.08%, rgba(58, 201, 241, 0.3) 22.14%, rgba(65, 216, 251, 0.3) 36.59%, rgba(68, 222, 255, 0.3) 47.95%, rgba(71, 222, 252, 0.3) 57.56%, rgba(81, 223, 242, 0.3) 65.28%, rgba(98, 224, 225, 0.3) 72.35%, rgba(122, 226, 202, 0.3) 79.02%, rgba(153, 229, 172, 0.3) 85.42%, rgba(190, 232, 134, 0.3) 91.61%, rgba(234, 235, 91, 0.3) 97.53%, rgba(255, 237, 71, 0.3) 100%);
  background: linear-gradient(90deg, rgba(41, 163, 217, 0.3) 0%, rgba(46, 175, 225, 0.3) 6.08%, rgba(58, 201, 241, 0.3) 22.14%, rgba(65, 216, 251, 0.3) 36.59%, rgba(68, 222, 255, 0.3) 47.95%, rgba(71, 222, 252, 0.3) 57.56%, rgba(81, 223, 242, 0.3) 65.28%, rgba(98, 224, 225, 0.3) 72.35%, rgba(122, 226, 202, 0.3) 79.02%, rgba(153, 229, 172, 0.3) 85.42%, rgba(190, 232, 134, 0.3) 91.61%, rgba(234, 235, 91, 0.3) 97.53%, rgba(255, 237, 71, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 992px) {
  .c-ttl-main .en--white,
  .c-ttl-main .en--blue {
    margin-left: -8%;
  }
}
@media screen and (max-width: 820px) {
  .c-ttl-main .en--white,
  .c-ttl-main .en--blue {
    margin-left: -5%;
    font-size: 7rem;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-main {
    font-size: 1.65rem;
  }
  .c-ttl-main .en--white,
  .c-ttl-main .en--blue {
    font-size: 5rem;
    margin-bottom: -1.5rem;
  }
}

/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
  line-height: 1;
  color: #000033;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000033;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.c-ttl-sub {
  color: #000033;
  padding-bottom: 0.5rem;
  background-image: url(/resource/images/ico_line.svg);
  background-size: 57px auto;
  background-repeat: no-repeat;
  background-position: top 0.25em left;
  padding-left: 67px;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .c-ttl-sub {
    background-size: 40px auto;
    padding-left: 45px;
    font-size: 1.35rem;
  }
}

.c-ttl-idx-main {
  font-size: 3.5rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1em;
}
.c-ttl-idx-main::first-letter {
  color: #FFED47;
}
.c-ttl-idx-main .jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 0.35em;
}
@media screen and (max-width: 576px) {
  .c-ttl-idx-main {
    font-size: 2.4rem;
  }
  .c-ttl-idx-main .jp {
    font-size: 0.5em;
  }
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .c-txt-tel {
    font-size: 2.75rem;
  }
}
.c-txt-tel img {
  margin-right: 0.25rem;
  width: auto;
  height: 0.7em;
  vertical-align: baseline;
}
.c-txt-tel a[href^="tel:"] {
  color: #fff;
  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: #FFED47;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  color: #0C62AE;
  background-image: url(/resource/images/logo_loding.svg);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: 100px auto;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 60%;
  max-width: 525px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #0C62AE;
}
@media screen and (max-width: 820px) {
  #splash_text {
    top: 60%;
  }
}

/* スライドショー
----------------------------------------------------------------- */
.p-idx-slide-wrap {
  width: 100%;
  height: calc(100vh - 154px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap {
    height: 510px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap {
    margin-top: 20px;
    height: calc(100vh - 200px);
    padding-bottom: 5.1428571429rem;
  }
}
.p-idx-slide-wrap .p-idx-slide-catch {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 32%;
  width: 100%;
  max-width: 620px;
  padding-left: 5%;
}
.p-idx-slide-wrap .p-idx-slide-catch img {
  display: block;
  position: relative;
  z-index: 3;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-catch {
    max-width: 430px;
    bottom: 36%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-catch {
    max-width: inherit;
    width: 100%;
    bottom: 50px;
    padding-left: 0;
    left: inherit;
  }
  .p-idx-slide-wrap .p-idx-slide-catch img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-idx-slide-wrap .p-idx-slide-items .p-idx-slide-item {
  height: calc(100vh - 154px);
  width: 100%;
  background-image: url(/resource/images/topimage1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-items .p-idx-slide-item {
    height: 410px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-items .p-idx-slide-item {
    background-image: url(/resource/images/topimage1_sp.jpg);
    background-position: center bottom;
    height: calc(100vh - 150px);
  }
}
.p-idx-slide-wrap .p-idx-slide-items .slick-list {
  pointer-events: none;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots {
  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;
  bottom: 15px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li {
  width: 32px;
  height: 3px;
  margin: 0 4px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button {
  padding: 0;
  width: 32px;
  height: 3px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button:before {
  content: "";
  width: 32px;
  height: 3px;
  opacity: 0.7;
  font-size: 0;
  background-color: #fff;
  border-radius: 1.5px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button:hover:before {
  opacity: 1;
  background-color: #44DEFF;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #0C62AE;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next,
.p-idx-slide-wrap .p-idx-slide-items .slick-prev {
  z-index: 2;
  width: 25px;
  height: 25px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next:before,
.p-idx-slide-wrap .p-idx-slide-items .slick-prev:before {
  display: none;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next {
  right: 20px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-idx-slide-wrap .p-idx-slide-items .slick-prev {
  left: 20px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dotted.slick-slider {
  margin: 0 auto !important;
}

.add-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
  animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* 拡大率 */
  }
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* 拡大率 */
  }
}
/* 第一セクション
----------------------------------------------------------------- */
.p-idx-pattern1-wrap {
  padding: calc(6.5rem + 6.5rem) 0 6.5rem;
  background-image: url(/resource/images/bg_idx_sec1_l.png), url(/resource/images/bg_idx_sec1_r.png), url(/resource/images/bg_idx_sec1_l_b.png);
  background-position: top left, top right, bottom left;
  background-repeat: no-repeat;
  background-size: 370px auto;
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap {
    padding: calc(5.7142857143rem + 5.7142857143rem) 0 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap {
    padding: 5.1428571429rem 0;
  }
  .p-idx-pattern1-wrap .p-idx-pattern1-img {
    margin-left: -7%;
    margin-right: -7%;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap {
    background-size: 246.6666666667px auto;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap {
    background-image: url(), url(), url(/resource/images/bg_idx_sec1_l_b.png);
    background-size: 40% auto;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-bg {
  padding-top: calc(6.5rem + 4rem);
  padding-bottom: calc(6.5rem + 4rem);
  background-image: url(/resource/images/p-idx-pattern1_img1.png), url(/resource/images/p-idx-pattern1_img2.png);
  background-position: top left 6%, bottom right 6%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-bg {
    background-size: 35% auto;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-bg {
    background-image: url(), url();
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt__img {
  text-align: center;
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt__img img {
  width: 70px;
  height: auto;
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt {
  background-color: #fff;
  padding: 2.5rem 5%;
  max-width: 540px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt {
    max-width: inherit;
    margin-left: 16%;
    margin-right: 16%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt {
    padding: 5.1428571429rem 0;
    line-height: 1.7rem;
    letter-spacing: -0.07rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt .p-idx-pattern1-txt__ttl {
  font-size: 30px;
  font-size: 1.875rem;
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt .p-idx-pattern1-txt__txt {
  line-height: 3.5em;
  margin-top: 2.5rem;
  text-align: center;
  font-size: clamp(0.8rem, 0.84rem + 0.1vw, 1.25rem);
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt .p-idx-pattern1-txt__txt .p-bg-hover {
  padding-left: 0.3em;
  position: relative;
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt .p-idx-pattern1-txt__txt .p-bg-hover span {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1.4em;
  background-color: #FFED47;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt .c-btn-main {
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt .c-btn-main {
    margin-bottom: 2.5rem;
  }
}

/* 会社・仕事・人を知る・働く環境を知る
----------------------------------------------------------------- */
.p-idx-environment-box {
  background: -webkit-linear-gradient(310deg, rgba(12, 98, 174, 0.8) 0%, rgba(68, 221, 255, 0.8) 100%);
  background: linear-gradient(140deg, rgba(12, 98, 174, 0.8) 0%, rgba(68, 221, 255, 0.8) 100%);
  padding: 4rem 5%;
  max-width: 550px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .p-idx-environment-box {
    max-width: 60%;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-environment-box {
    padding: 3.4285714286rem 5%;
    max-width: 100%;
  }
}
.p-idx-environment-box .p-idx-environment-box__menu {
  margin: 2.5rem auto;
  border-top: 1px solid #fff;
  width: 90%;
}
.p-idx-environment-box .p-idx-environment-box__menu li {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 1.1em 0;
  position: relative;
}
.p-idx-environment-box .p-idx-environment-box__menu li a {
  color: #fff;
  display: block;
  background-image: url(/resource/images/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 1em 1em;
}
.p-idx-environment-box .p-idx-environment-box__menu li a:hover {
  color: #FFED47;
  background-image: url(/resource/images/ico_arrow_sub.svg);
}
@media screen and (max-width: 576px) {
  .p-idx-environment-box {
    padding: 2.8571428571rem 10%;
    max-width: 100%;
  }
  .p-idx-environment-box .p-idx-environment-box__menu li {
    padding: 1.5em 0;
  }
}

/* 会社・仕事・人を知る
----------------------------------------------------------------- */
.p-idx-about-wrap {
  position: relative;
  padding: 6.5rem 0;
  background-image: url(/resource/images/bg_idx_about_r.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 370px auto;
}
.p-idx-about-wrap::after {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/bg_idx_about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  position: absolute;
  top: inherit;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 500px;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-about-wrap::after {
    width: 94%;
    bottom: inherit;
    right: 3%;
    top: 0;
    height: 335px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap::after {
    height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .p-idx-about-wrap {
    background-size: 60% auto, 246.6666666667px auto;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-about-wrap {
    margin-top: 5.7142857143rem;
    padding: 270px 0 150px;
    background-position: bottom right;
    background-size: 40% auto;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-about-wrap {
    margin-top: 5.1428571429rem;
    padding: 170px 0 150px;
    background-position: bottom right;
    background-size: 40% auto;
  }
}

/* 働く環境を知る
----------------------------------------------------------------- */
.p-idx-environment-wrap {
  position: relative;
  padding: calc(6.5rem + 6.5rem + 6.5rem) 0 calc(6.5rem + 6.5rem);
  background-image: url(/resource/images/bg_idx_environment_r.png), url(/resource/images/bg_idx_environment_l.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  background-size: 370px auto, 370px auto;
}
.p-idx-environment-wrap::after {
  content: "";
  display: inline-block;
  background-image: url(/resource/images/bg_idx_environment_bg.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  position: absolute;
  top: calc(6.5rem + 6.5rem);
  left: 0;
  width: 60%;
  height: 500px;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-environment-wrap::after {
    width: 94%;
    left: 3%;
    top: 0;
    height: 335px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-environment-wrap::after {
    height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .p-idx-environment-wrap {
    background-size: 246.6666666667px auto, 246.6666666667px auto;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-environment-wrap {
    padding: 270px 0 calc(5.7142857143rem + 5.7142857143rem);
    background-image: url(), url(/resource/images/bg_idx_environment_l.png);
    background-position: top right, bottom left;
    background-size: 40% auto, 40% auto;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-environment-wrap {
    padding: 170px 0 calc(5.1428571429rem + 5.1428571429rem);
    background-position: top right, bottom left;
    background-size: 40% auto, 40% auto;
  }
}

/* 募集要項
----------------------------------------------------------------- */
.p-idx-guideline-wrap {
  padding: 6.5rem 0;
  background-image: url(/resource/images/bg_idx_guideline.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .p-idx-guideline-wrap {
    padding: 4rem 0;
    background-image: url(/resource/images/bg_idx_guideline_sp.jpg);
  }
}
.p-idx-guideline-wrap .p-idx-guideline-hd {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .p-idx-guideline-wrap .p-idx-guideline-hd {
    margin-bottom: 160px;
  }
}
.p-idx-guideline-wrap .p-idx-guideline-hd .c-btn-main {
  width: 280px;
}

/* バナーエリア
----------------------------------------------------------------- */
.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-about-sec1-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5rem 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 820px) {
  .p-about-sec1-grid {
    gap: 2.2857142857rem 3%;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec1-grid {
    gap: 2.5rem 3%;
  }
}
.p-about-sec1-grid .p-grid-3-clm {
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .p-about-sec1-grid .p-grid-3-clm {
    width: 48.5%;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec1-grid .p-grid-3-clm {
    width: 100%;
  }
}
.p-about-sec1-grid .p-grid-3-clm .p-about-sec1-card_ttl {
  background-color: #0C62AE;
  color: #fff;
  text-align: center;
  line-height: 2em;
  margin-bottom: 1rem;
}
.p-about-sec1-grid .p-grid-3-clm:nth-of-type(even) .p-about-sec1-card_ttl {
  background-color: #5591C6;
}
.p-about-sec1-grid .p-grid-3-clm .p-about-sec1-card_txt {
  color: #0C62AE;
  font-weight: 1000;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 90%;
}
.p-about-sec1-grid .p-grid-3-clm .cell1 {
  background-image: url(/resource/images/about_date1_1.svg);
  background-size: auto 90%;
}
.p-about-sec1-grid .p-grid-3-clm .cell2 {
  background-image: url(/resource/images/about_date1_2.svg);
  background-size: auto 80%;
}
.p-about-sec1-grid .p-grid-3-clm .cell3 {
  background-image: url(/resource/images/about_date1_3.svg);
  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;
  background-size: auto 100%;
  background-position: right 1rem center;
  padding: 1rem 0;
}
.p-about-sec1-grid .p-grid-3-clm .cell4 {
  background-image: url(/resource/images/about_date1_4.svg);
}
.p-about-sec1-grid .p-grid-3-clm .cell5 {
  background-image: url(/resource/images/about_date1_5.svg);
}
.p-about-sec1-grid .p-grid-3-clm .cell6 {
  background-image: url(/resource/images/about_date1_6.svg);
}

/* 設備工事のプロとして、人々の快適な暮らしを支える
----------------------------------------------------------------- */
.p-about-img2 {
  max-width: 440px;
  display: block;
  margin: auto;
}

.p-about-facility p {
  margin-top: 0.75rem;
  line-height: 1.5em;
  font-weight: normal;
}

/* 工事を円滑に進めることが、施工管理者の使命
----------------------------------------------------------------- */
.p-about-sec3-grid {
  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: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.p-about-sec3-grid .p-grid-4-clm {
  width: 250px;
}
@media screen and (max-width: 576px) {
  .p-about-sec3-grid .p-grid-4-clm {
    width: 100%;
  }
}
.p-about-sec3-grid .p-grid-4-clm .p-about-sec3-card_ttl {
  background-color: #0C62AE;
  color: #fff;
  text-align: center;
  line-height: 2em;
  margin-bottom: 1rem;
}
.p-about-sec3-grid .p-grid-4-clm:nth-of-type(even) .p-about-sec3-card_ttl {
  background-color: #5591C6;
}
.p-about-sec3-grid .p-grid-4-clm .p-about-sec3-card_copy {
  font-weight: 900;
  color: #0C62AE;
}
.p-about-sec3-grid .p-grid-4-clm .tab {
  display: inline-block;
  background-color: #0C62AE;
  color: #fff;
  font-size: 0.85em;
  font-weight: normal;
  padding: 0.25em 1em;
  border-radius: 1em;
  margin-left: 1em;
  line-height: 1em;
}
@media screen and (max-width: 820px) {
  .p-about-sec3-grid .p-grid-4-clm .tab {
    margin-left: 2em;
  }
}
@media screen and (max-width: 576px) {
  .p-about-sec3-grid .p-grid-4-clm .tab {
    margin-left: 1em;
  }
}
.p-about-sec3-grid .p-grid-4-clm ul {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 90%;
  min-height: 90px;
  overflow: visible;
  margin-top: 0.75rem;
}
@media screen and (max-width: 576px) {
  .p-about-sec3-grid .p-grid-4-clm ul {
    background-size: auto 100%;
    background-position: right 1.5rem bottom;
  }
}
.p-about-sec3-grid .p-grid-4-clm .cell1 {
  background-image: url(/resource/images/about_date2_1.svg);
}
.p-about-sec3-grid .p-grid-4-clm .cell2 {
  background-image: url(/resource/images/about_date2_2.svg);
}
.p-about-sec3-grid .p-grid-4-clm .cell3 {
  background-image: url(/resource/images/about_date2_3.svg);
}
.p-about-sec3-grid .p-grid-4-clm .cell4 {
  background-image: url(/resource/images/about_date2_4.svg);
}

/* 
社員インタビュー動画
----------------------------------------------------------------- */
.p-about-topic, .p-about-topic--last {
  position: relative;
  z-index: 1;
  padding: 2.5rem 5%;
  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-topic .p-about-topic--img, .p-about-topic--last .p-about-topic--img {
  text-align: center;
}
.p-about-topic .p-about-topic--img img, .p-about-topic--last .p-about-topic--img img {
  width: 180px;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
  border-radius: 50%;
}
@media screen and (max-width: 576px) {
  .p-about-topic, .p-about-topic--last {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.7142857143rem 0;
  }
  .p-about-topic .p-about-topic--img img, .p-about-topic--last .p-about-topic--img img {
    width: 145px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.p-about-topic .p-about-topic--text, .p-about-topic--last .p-about-topic--text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}
.p-about-topic .p-about-topic--text .name, .p-about-topic--last .p-about-topic--text .name {
  display: inline-block;
  color: #000033;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  background-color: #FFED47;
  padding: 0.5em 0.75em;
  margin-bottom: 0.5em;
}
.p-about-topic .p-about-topic--text .name b, .p-about-topic--last .p-about-topic--text .name b {
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-about-topic .p-about-topic--text .name, .p-about-topic--last .p-about-topic--text .name {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
}
.p-about-topic::after, .p-about-topic--last::after {
  content: "";
  display: inline-block;
  background: -webkit-linear-gradient(20deg, rgba(12, 98, 174, 0.9) 0%, rgba(14, 101, 176, 0.9) 20.16%, rgba(18, 112, 183, 0.9) 37.87%, rgba(27, 130, 195, 0.9) 54.67%, rgba(38, 156, 212, 0.9) 70.91%, rgba(53, 188, 233, 0.9) 86.58%, rgba(68, 222, 255, 0.9) 100%);
  background: linear-gradient(70deg, rgba(12, 98, 174, 0.9) 0%, rgba(14, 101, 176, 0.9) 20.16%, rgba(18, 112, 183, 0.9) 37.87%, rgba(27, 130, 195, 0.9) 54.67%, rgba(38, 156, 212, 0.9) 70.91%, rgba(53, 188, 233, 0.9) 86.58%, rgba(68, 222, 255, 0.9) 100%);
  width: 100vw;
  height: calc(100% + 190px);
  position: absolute;
  top: 0;
  z-index: -1;
  margin-left: -130px;
}
@media screen and (max-width: 820px) {
  .p-about-topic::after, .p-about-topic--last::after {
    width: 120vw;
    margin-left: -15%;
  }
}
@media screen and (max-width: 576px) {
  .p-about-topic::after, .p-about-topic--last::after {
    margin-left: 0;
    height: calc(100% + 60px);
  }
}

.p-about-topic--last::after {
  left: inherit;
  right: 0;
  margin-right: -120px;
}
@media screen and (max-width: 820px) {
  .p-about-topic--last::after {
    margin-right: -15%;
  }
}
@media screen and (max-width: 576px) {
  .p-about-topic--last::after {
    margin-right: 0;
    right: inherit;
  }
}

.p-about-movie {
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
}
.p-about-movie iframe {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
働く環境を知る
========================================================================== */
/* 技術習得支援制度
----------------------------------------------------------------- */
.p-environment-card img {
  display: block;
  width: auto;
  height: 105px;
  margin: auto;
}
.p-environment-card .p-environment-card__ttl {
  background-color: #0C62AE;
  color: #fff;
  text-align: center;
  line-height: 2em;
  margin-bottom: 1rem;
}

/* 未経験からでも一流の技術を身につけられる
----------------------------------------------------------------- */
.p-environment-sec1-grid {
  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: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.p-environment-sec1-grid .c-grid-4-clm {
  width: 250px;
}
@media screen and (max-width: 576px) {
  .p-environment-sec1-grid .c-grid-4-clm {
    width: 100%;
  }
}
.p-environment-sec1-grid .c-grid-4-clm .p-environment-sec1-card--img {
  text-align: center;
  padding-bottom: 1rem;
}
.p-environment-sec1-grid .c-grid-4-clm .p-environment-sec1-card--img img {
  width: auto;
  height: 105px;
}
.p-environment-sec1-grid .c-grid-4-clm .p-environment-sec1-card--ttl {
  background-color: #0C62AE;
  color: #fff;
  text-align: center;
  line-height: 2em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .p-environment-sec1-grid .c-grid-4-clm .p-environment-sec1-card--ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-sec1-grid .c-grid-4-clm .p-environment-sec1-card--ttl {
    font-size: 1.25rem;
  }
}
.p-environment-sec1-grid .c-grid-4-clm .p-environment-sec1-card--txt {
  font-size: 0.95rem;
  line-height: 1.85em;
}
.p-environment-sec1-grid .c-grid-4-clm:nth-of-type(even) .p-environment-sec1-card--ttl {
  background-color: #5591C6;
}

@media screen and (max-width: 576px) {
  .js-scrollable {
    width: 100%;
    overflow: scroll;
  }
  .js-scrollable img {
    width: 760px;
    max-width: inherit;
  }
}
/* 若手の意見を取り入れながら、働き方改革を推進中
----------------------------------------------------------------- */
.p-environment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 2.5rem;
}
.p-environment-list li {
  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;
  width: 100%;
  padding-right: 1rem;
  margin-bottom: 1rem;
  font-size: 1.55rem;
  line-height: 1.4;
  font-weight: 700;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .p-environment-list li {
    font-size: 1.15rem;
    line-height: 1.4;
  }
  .p-environment-list li span.txt {
    display: inline-block;
    padding: 0.5em 0;
  }
}
.p-environment-list li span.circle {
  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;
  min-width: 74px;
  height: 100%;
  min-height: 74px;
  background: -webkit-linear-gradient(330deg, #44DEFF 40%, #FFED47);
  background: linear-gradient(120deg, #44DEFF 40%, #FFED47);
  margin-right: 1rem;
}
.p-environment-list li span.circle img {
  display: block;
  width: 1.8em;
  height: 1.8em;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .p-environment-list li span.circle {
    min-width: 3em;
  }
}

.p-environment-topic {
  padding: 2.5rem 5%;
  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;
  background: -webkit-linear-gradient(310deg, rgba(12, 98, 174, 0.9) 0%, rgba(68, 221, 255, 0.9) 100%);
  background: linear-gradient(140deg, rgba(12, 98, 174, 0.9) 0%, rgba(68, 221, 255, 0.9) 100%);
}
@media screen and (max-width: 576px) {
  .p-environment-topic {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.7142857143rem 10% 1.7142857143rem 5%;
    margin-left: -13%;
    margin-right: -13%;
  }
}
.p-environment-topic .p-environment-topic--img {
  text-align: center;
}
.p-environment-topic .p-environment-topic--img img {
  width: 180px;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
  border-radius: 50%;
}
@media screen and (max-width: 576px) {
  .p-environment-topic .p-environment-topic--img img {
    width: 150px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.p-environment-topic .p-environment-topic--img .name {
  font-size: 1.15rem;
  text-align: center;
  background-color: #FFED47;
}
@media screen and (max-width: 576px) {
  .p-environment-topic .p-environment-topic--img .name {
    width: 100%;
    margin-bottom: 1.7142857143rem;
  }
}
.p-environment-topic .p-environment-topic--text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  padding-left: 5%;
}
.p-environment-topic .p-environment-topic--text h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .p-environment-topic .p-environment-topic--text h3 {
    margin-bottom: 1.5rem;
  }
}

/* データで見る針谷工事の働く環境
----------------------------------------------------------------- */
.p-environment-date {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(8, -webkit-min-content);
  grid-template-rows: repeat(8, min-content);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media screen and (max-width: 576px) {
  .p-environment-date {
    display: block;
    margin-bottom: -16px;
  }
}

.p-environment-date--cell {
  padding: 2.5rem 5%;
  background-color: #FFFCE3;
}
@media screen and (max-width: 576px) {
  .p-environment-date--cell {
    padding: 1.7142857143rem 5%;
    margin-bottom: 16px;
  }
}
.p-environment-date--cell h3 {
  text-align: center;
  margin-bottom: 1.25em;
  line-height: 0;
}
@media screen and (max-width: 576px) {
  .p-environment-date--cell h3 {
    font-size: 1.325rem;
  }
}
.p-environment-date--cell h3 span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-environment-date--cell h3 span::after {
  display: inline-block;
  content: "";
  width: 110%;
  margin-left: -5%;
  height: 1px;
  background-color: #d4d4d4;
  margin-top: 1em;
}
.p-environment-date--cell .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .p-environment-date--cell .grid {
    gap: 0 1rem;
  }
}
.p-environment-date--cell .grid .txt {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1em;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 576px) {
  .p-environment-date--cell .grid .txt {
    font-size: 1.5rem;
  }
}
.p-environment-date--cell .grid .icon img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 576px) {
  .p-environment-date--cell .grid .icon img {
    height: 68px;
  }
}
.p-environment-date--cell .grid .label {
  position: relative;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: -30px;
  width: 150px;
}
.p-environment-date--cell .grid .label span {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 150px;
}
.p-environment-date--cell .grid .label::after {
  display: inline-block;
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFF6A3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 820px) {
  .p-environment-date--cell .grid .label {
    width: 110px;
    font-size: 1.15em;
    white-space: nowrap;
  }
  .p-environment-date--cell .grid .label span {
    width: 110px;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-date--cell .grid .label {
    font-size: 1.15em;
    white-space: nowrap;
  }
  .p-environment-date--cell .grid .label::after {
    width: 70px;
    height: 70px;
  }
}
.p-environment-date--cell .number {
  font-size: 3.5em;
  color: #44DEFF;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.09rem;
}
@media screen and (max-width: 820px) {
  .p-environment-date--cell .number {
    font-size: 3em;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-date--cell .number {
    font-size: 3.5em;
  }
}
.p-environment-date--cell .answer {
  font-size: 1.2rem;
  color: #0C62AE;
  font-weight: 900;
  text-align: center;
  line-height: 2.5rem;
}
.p-environment-date--cell .answer .highlight {
  font-size: 1.75rem;
  color: #44DEFF;
}

.cell1 {
  grid-area: 1/1/2/2;
}

.cell2 {
  grid-area: 1/2/2/3;
}

.cell3 {
  grid-area: 2/1/4/2;
}
.cell3 .date {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cell3 .grid {
  margin-top: 90px;
  width: 70%;
  margin-inline: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cell3 .grid .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .cell3 .grid {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .cell3 .grid {
    width: 90%;
    margin-top: 65px;
    margin-bottom: 10px;
  }
}

.cell4 {
  grid-area: 2/2/3/3;
}

.cell5 {
  grid-area: 3/2/4/3;
}

.cell6 {
  grid-area: 4/1/5/2;
}

.cell7 {
  grid-area: 5/1/6/2;
}

.cell8 {
  grid-area: 4/2/6/3;
}
.cell8 .date {
  height: 85%;
  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;
}

.cell9 {
  grid-area: 6/1/7/2;
}
.cell9 img {
  display: block;
  margin-inline: auto;
  width: 90%;
}

.cell10 {
  grid-area: 6/2/7/3;
}
.cell10 img {
  display: block;
  margin-inline: auto;
  width: 90%;
}

.cell11 {
  grid-area: 7/1/8/2;
}
.cell11 .date {
  height: 85%;
  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;
}

.cell12 {
  grid-area: 7/2/8/3;
}
.cell12 .date {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cell12 .grid {
  width: 70%;
  margin-inline: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cell12 .grid .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .cell12 .grid {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .cell12 .grid {
    width: 85%;
  }
}

.cell13 {
  grid-area: 8/1/9/2;
}

.cell14 {
  grid-area: 8/2/9/3;
}

/* ギャラリー
----------------------------------------------------------------- */
.p-environment-gallery {
  position: relative;
  z-index: 3;
}

.p-environment-gallery-bg {
  position: relative;
}
.p-environment-gallery-bg::after {
  content: "";
  display: inline-block;
  background: -webkit-linear-gradient(310deg, rgb(12, 98, 174) 0%, #159FFF 100%);
  background: linear-gradient(140deg, rgb(12, 98, 174) 0%, #159FFF 100%);
  opacity: 0.9;
  width: 100%;
  height: 467px;
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-65%) translateX(0);
          transform: translateY(-65%) translateX(0);
}
@media screen and (max-width: 820px) {
  .p-environment-gallery-bg::after {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-gallery-bg::after {
    height: 73%;
    top: 59%;
    -webkit-transform: translateY(-59%) translateX(0);
            transform: translateY(-59%) translateX(0);
  }
}

/* ==========================================================================
募集要項
========================================================================== */
/* エントリー
----------------------------------------------------------------- */
.p-guideline-box {
  padding: 4rem;
}
@media screen and (max-width: 820px) {
  .p-guideline-box {
    padding: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-box {
    padding: 1.7142857143rem;
  }
}
.p-guideline-box .p-guideline-box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-guideline-box .p-guideline-box-inner .c-ttl-idx-main {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-guideline-box .p-guideline-box-inner {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-guideline-box .p-guideline-box-inner .c-ttl-idx-main {
    text-align: left;
  }
  .p-guideline-box .p-guideline-box-inner .c-btn-main--entry {
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/* ==========================================================================
 スクロール
=========================================================================*/
.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-auto-left {
  margin-left: auto;
}

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

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

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

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .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: 820px) {
  .u-margin-medium-top {
    margin-top: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 1.7142857143rem;
  }
}

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

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .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: 820px) {
  .u-margin-xxlarge-top {
    margin-top: 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5.1428571429rem;
  }
}

.u-margin-xxxxlarge-top {
  margin-top: calc(6.5rem + 6.5rem);
}
@media screen and (max-width: 820px) {
  .u-margin-xxxxlarge-top {
    margin-top: calc(5.7142857143rem + 5.7142857143rem);
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxxxlarge-top {
    margin-top: calc(5.1428571429rem + 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: 820px) {
  .u-padding-large {
    padding: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 1.7142857143rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.5rem;
}/*# sourceMappingURL=main.css.map */