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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 0;
}

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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: 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: #041035;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
}

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: clip;
}

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

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

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

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

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

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

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

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  }
}
/* fv
----------------------------------------------------------------- */
.is-handbrush-area {
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  height: 100%;
}
.is-handbrush-area svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.is-catch-in {
  opacity: 0;
}

#is-catch {
  -webkit-mask: url(#is-clip-musk);
          mask: url(#is-clip-musk);
}

#is-brush {
  stroke-dasharray: 4310;
  stroke: #fff;
  opacity: 0;
}

.is-start #is-brush {
  -webkit-animation: write-brush 3s ease;
          animation: write-brush 3s ease;
  opacity: 1;
}

@-webkit-keyframes write-brush {
  0% {
    stroke-dashoffset: 4310;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes write-brush {
  0% {
    stroke-dashoffset: 4310;
  }
  100% {
    stroke-dashoffset: 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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  z-index: 1010;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .l-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-header-logo {
  position: relative;
  max-width: 213px;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px 5% 5px 10px;
  -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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 70%;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .l-header-nav {
    font-size: 1.25vw;
    min-width: initial;
  }
}
.l-header-nav .l-header-nav-global {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu {
  margin: 0 1em;
  position: relative;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 28px;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a span {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:hover span {
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
}
.l-header-nav .l-header-nav-global .l-dropdown {
  position: relative;
}
.l-header-nav .l-header-nav-global .l-dropdown::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  bottom: -5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@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;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  width: 161px;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu {
  width: 100%;
  background-color: #003a93;
  font-size: 13px;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu a {
  padding: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  height: auto;
  border-bottom: 1px solid #fff;
  text-align: left;
  position: relative;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 10px;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu a:hover {
  background-color: #003a93;
  color: #fff;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open {
  overflow: visible;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 1;
  visibility: visible;
}
.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 #003a93;
  border-right: 1px solid #003a93;
  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 #ff9849;
  border-right: 1px solid #ff9849;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 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 {
  width: 146px;
  border-radius: 10px;
}
.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;
  height: 28px;
  overflow: hidden;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a span {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a:hover span {
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu--contact {
  border: 1px solid #fff;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu--recruit {
  background-color: #041035;
  color: #fff;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child {
  margin-left: 10px;
}

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

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(/resource/images/menu_open.svg);
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}

body.open {
  overflow: hidden;
}
body.open .l-toggle {
  background-image: url(/resource/images/menu_close.svg);
}

.l-drawer {
  display: none;
  width: 425px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
}
@media screen and (max-width: 576px) {
  .l-drawer {
    width: 100vw;
  }
}
.l-drawer .l-drawer-body {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  background-color: #041035;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.l-drawer .l-drawer-body .l-drawer-nav-main {
  position: relative;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
  color: #fff;
  padding: 15px 30px;
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
    padding: 22px 10%;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a:after {
  content: "";
  width: 16px;
  height: 8px;
  background-image: url(/resource/images/ico_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a .en {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Josefin Sans", sans-serif;
}
.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: 15px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-size: 0.875rem;
}
@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: 22px 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-color: #041035;
}
.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-color: #041035;
  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: 0.75em;
  padding-right: 10%;
  padding-bottom: 0.75em;
  padding-left: 50px;
}
.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 {
  display: none;
}
.l-drawer .l-drawer-body .l-drawer-nav-sub {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 10px;
}
.l-drawer .l-drawer-body .l-drawer-nav-sub li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 10px;
  padding: 14px 10px;
  background-image: url(/resource/images/ico_ex_white.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

/* ==========================================================================
フッター
========================================================================== */
/* お問い合わせ
----------------------------------------------------------------- */
.l-footer-contact {
  background-color: #fff;
  border-top: 2px solid #e6e7eb;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  .l-footer-contact {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-contact {
    padding-top: 2.5rem;
  }
}
.l-footer-contact .c-ttl-lv1 {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .l-footer-contact .c-ttl-lv1 {
    margin-bottom: 0.5em;
  }
}

.l-footer-contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .l-footer-contact-contents {
    display: block;
  }
}
.l-footer-contact-contents > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.l-footer-conact-contents-box {
  text-align: center;
  padding: 0 20px;
}
.l-footer-conact-contents-box h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .l-footer-conact-contents-box h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-conact-contents-box h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-footer-conact-contents-box:nth-child(1) {
  border-right: 1px solid #e6e7eb;
}
@media screen and (max-width: 576px) {
  .l-footer-conact-contents-box:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #e6e7eb;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.l-footer-conact-contents-box .tel {
  font-size: 36px;
  font-size: 2.25rem;
  color: #003a93;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .l-footer-conact-contents-box .tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 820px) {
  .l-footer-conact-contents-box .tel img {
    width: 27px;
  }
}
.l-footer-conact-contents-box .open {
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer-conact-contents-box .c-btn-main {
  margin-top: 10px;
}

.l-footer {
  border-top: 1px solid #e9e9e9;
  background-color: #e6e7eb;
  padding-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .l-footer {
    padding-top: 1.875rem;
  }
}

/* 外部リンク
----------------------------------------------------------------- */
.l-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer-links li {
  margin: 0 15px;
}
@media screen and (max-width: 820px) {
  .l-footer-links li {
    margin: 0 10px;
  }
}
.l-footer-links li img {
  height: 68px;
}
@media screen and (max-width: 820px) {
  .l-footer-links li img {
    height: 54px;
  }
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-contents {
  background-color: #041035;
  border-radius: 20px;
  padding: 6.5rem 50px;
  width: calc(100% - 70px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .l-footer-contents {
    margin-top: 1.875rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-contents {
    padding-top: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  }
}

.l-footer-contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .l-footer-contents-inner {
    display: block;
  }
}

.l-footer-logo {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  color: #fff;
  padding-right: 30px;
}
@media screen and (max-width: 576px) {
  .l-footer-logo {
    padding-right: 0;
  }
}
.l-footer-logo img {
  max-width: 335px;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .l-footer-logo img {
    max-width: 227px;
  }
}
.l-footer-logo .tel,
.l-footer-logo .address {
  margin-left: 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-footer-logo .tel,
  .l-footer-logo .address {
    margin-left: 40px;
  }
}
.l-footer-logo .address {
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer-logo .tel {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .l-footer-logo .tel {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo .tel {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-footer-logo .logo_takuchi {
  width: 38px;
  margin-left: 60px;
}
@media screen and (max-width: 820px) {
  .l-footer-logo .logo_takuchi {
    margin-left: 40px;
  }
}
.l-footer-logo .name_takuchi {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 60px;
}
@media screen and (max-width: 820px) {
  .l-footer-logo .name_takuchi {
    margin-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo .name_takuchi {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.l-footer-nav .l-footer-nav-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 80px auto 80px auto;
  grid-template-columns: repeat(3, auto);
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 80px;
  grid-row-gap: 30px;
}

.l-footer-nav .l-footer-nav-main > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-footer-nav .l-footer-nav-main > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-footer-nav .l-footer-nav-main > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.l-footer-nav .l-footer-nav-main > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.l-footer-nav .l-footer-nav-main > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.l-footer-nav .l-footer-nav-main > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-nav .l-footer-nav-main {
    margin-left: 40px;
    margin-top: 20px;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 576px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
    margin-bottom: 0;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a:hover {
  color: #71b8d2;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner img {
  margin-left: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .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: 0.3em;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
  color: #cfd1d9;
  font-size: 12px;
  font-size: 0.75rem;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  background-color: #e6e7eb;
  color: #041035;
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 40px 0 13.5px 0;
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
}
a#pagetop img {
  width: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  margin-top: -80px;
  height: 395px;
  background-color: #003a93;
  position: relative;
}
@media screen and (max-width: 820px) {
  .l-page-title {
    height: 313px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title {
    height: 279px;
  }
}
.l-page-title .l-page-title-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 40px;
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-page-title .l-page-title-inner .l-page-title-en {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 107px;
  font-size: 6.6875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
  max-width: 602px;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 70px;
    font-size: 4.375rem;
    max-width: 410px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 45px;
    font-size: 2.8125rem;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-page-title .l-page-title-inner .l-page-title-en span {
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: line 1s ease-in-out 1s forwards;
          animation: line 1s ease-in-out 1s forwards;
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* ==========================================================================
セクション
=========================================================================*/
.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: 3.75rem 0;
  }
}

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

.l-sec-xxlarge {
  padding: 6.5rem 0;
}
@media screen and (max-width: 820px) {
  .l-sec-xxlarge {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge {
    padding: 3.75rem 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 6.5rem;
  }
}

.l-sec-xxxlarge-remove-top {
  padding: 0 0 8.75rem;
}
@media screen and (max-width: 820px) {
  .l-sec-xxxlarge-remove-top {
    padding: 0 0 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxxlarge-remove-top {
    padding: 0 0 6.25rem;
  }
}

/* 背景色あり */
.l-sec-bg {
  background-color: #041035;
  color: #fff;
}

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

.l-container {
  max-width: calc(980px + 12%);
}

.l-container-small {
  max-width: calc(720px + 12%);
}

.l-container-large {
  max-width: calc(1120px + 12%);
}

/* ==========================================================================
施工事例
=========================================================================*/
.l-works-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .l-works-search {
    display: block;
  }
}

.l-works-search-select {
  margin-right: 20px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  .l-works-search-select {
    margin-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .l-works-search-select {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.l-works-search-select select {
  padding: 10px;
  border: 1px solid #e6e7eb;
  border-radius: 10px;
  width: 300px;
  height: 63px;
}
@media screen and (max-width: 820px) {
  .l-works-search-select select {
    height: 48px;
  }
}
@media screen and (max-width: 576px) {
  .l-works-search-select select {
    width: 100%;
  }
}
.l-works-search-select select .blank {
  color: #e6e7eb;
}

.l-works-search-button {
  width: 210px;
}
@media screen and (max-width: 576px) {
  .l-works-search-button {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .l-works-search-button .c-btn-main {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 820px) {
  .l-works-search-button .c-btn-main button {
    line-height: 3;
  }
}

.l-works-items {
  margin-top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .l-works-items {
    display: block;
    margin-top: 0;
  }
}

.l-works-item {
  -ms-flex-preferred-size: 31.25%;
      flex-basis: 31.25%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 576px) {
  .l-works-item {
    margin-top: 2.5rem;
  }
}
.l-works-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
@media screen and (max-width: 576px) {
  .l-works-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.l-works-item > a {
  position: relative;
  display: block;
}

.l-works-item__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1.5em;
}

.l-works-item__category {
  background-color: #003a93;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 100px;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .l-works-item__category {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.noresults {
  text-align: center;
  padding-top: 3.75rem;
}

.l-works-title__child {
  font-weight: 500;
  font-size: 40px;
  font-size: 2.5rem;
  border-bottom: 1px solid #e6e7eb;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .l-works-title__child {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 576px) {
  .l-works-title__child {
    margin-top: 1em;
  }
}

.l-works-description__child {
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .l-works-description__child {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 1em;
  }
}

/* 個別ページ
----------------------------------------------------------------- */
.l-works-single__category {
  background-color: #003a93;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  border-radius: 100px;
  padding: 0 20px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 820px) {
  .l-works-single__category {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .l-works-single__category {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.l-works-single__title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  border-bottom: 1px solid #e6e7eb;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 820px) {
  .l-works-single__title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 576px) {
  .l-works-single__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.l-works-single__eyecatch {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .single-post_works .c-tb-pattern1 th,
  .single-post_works .c-tb-pattern1 td {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .single-post_works .c-tb-pattern1 th,
  .single-post_works .c-tb-pattern1 td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .single-post_works .c-tb-pattern1 td {
    padding-top: 0px;
  }
}

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

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

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

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

.c-flex-small {
  gap: 1.25rem 1.25rem;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: calc((100% - 80px) / 5);
}
.c-flex-small .c-flex-4-clm {
  width: calc((100% - 60px) / 4);
}
.c-flex-small .c-flex-3-clm {
  width: calc((100% - 40px) / 3);
}
.c-flex-small .c-flex-2-clm {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 820px) {
  .c-flex-small .c-flex-5-clm-sp {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .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: calc((100% - 20px) / 2);
  }
}

.c-flex-medium {
  gap: 2.5rem 2.5rem;
}
.c-flex-medium .c-flex-3-clm {
  width: calc((100% - 80px) / 3);
}
.c-flex-medium .c-flex-2-clm {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large {
  gap: 2.5rem 3.75rem;
}
.c-flex-large .c-flex-3-clm {
  width: calc((100% - 120px) / 3);
}
.c-flex-large .c-flex-2-clm {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 576px) {
  .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: -ms-flexbox;
  display: flex;
  -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 > * {
  margin-left: 3%;
}
.c-grid-medium > *:first-child {
  margin-left: 0;
}
.c-grid-medium .c-grid-3-clm {
  width: 31.3333333333%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium > * {
    margin-top: 1.875rem;
    margin-left: 0;
  }
  .c-grid-medium > *:first-child {
    margin-top: 0;
  }
  .c-grid-medium .c-grid-3-clm,
  .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 96%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 2.5rem;
    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: 1.875rem;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 1.875rem 0 0 0;
}
.c-list-num li {
  position: relative;
}
.c-list-num li + li {
  margin-top: 2em;
}

.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: #003a93;
  font-family: "Josefin Sans", 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: #ff9849;
  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;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th,
  .c-tb-pattern1 tr td {
    line-height: 1.6;
    display: block;
    padding-left: 0;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  width: 145px;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th {
    text-align: left;
    padding-bottom: 0 !important;
  }
}
.c-tb-pattern1 tr td {
  font-weight: 400;
}
.c-tb-pattern1 tr td dl {
  margin: 0;
}
.c-tb-pattern1 tr td dl dt {
  font-weight: 400;
}
.c-tb-pattern1 tr td dl dd + dt {
  margin-top: 2em;
}

.c-tb-pattern2 tr {
  border-top: 1px solid #505772;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr {
    border-top: 1px solid #e9e9e9;
  }
  .c-tb-pattern2 tr:first-child {
    border: none;
  }
}
.c-tb-pattern2 tr:last-child {
  border-bottom: 1px solid #505772;
}
.c-tb-pattern2 tr th,
.c-tb-pattern2 tr td {
  padding: 0.75em 1.5rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th,
  .c-tb-pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.7;
    padding-left: 0;
  }
}
.c-tb-pattern2 tr th {
  text-align: center;
  vertical-align: top;
  width: 30%;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr td {
    padding-top: 5px;
  }
}
.c-tb-pattern2 tr td dl {
  margin: 0;
}
.c-tb-pattern2 tr td dl dt {
  color: #ff9849;
  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: #003a93;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #003a93;
  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: #003a93;
  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(4, 16, 53, 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: #003a93;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 4px;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  background-color: #041035;
}
.c-page-nav .c-page-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 10px;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  max-width: 163px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    margin-bottom: 15px;
    max-width: none;
    width: 50%;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #fff;
  padding: 0px 10px 25px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
    padding-bottom: 15px;
    white-space: nowrap;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
  content: "";
  width: 8px;
  height: 16px;
  background-image: url(/resource/images/ico_arrow_down_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
    bottom: -2px;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  color: #003a93;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu:not(:last-child) {
  border-right: 1px solid #505772;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu:nth-child(2n-1) {
    border-right: 1px solid #505772;
  }
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-align: center;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #003a93;
  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: #003a93;
  border-left: 4px solid #003a93;
  line-height: 1.5;
  padding-left: 12px;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #003a93;
  background-color: #fff;
  background-image: url(/resource/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 22px;
  background-repeat: no-repeat;
  font-size: 14px;
  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;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb,
  .c-breadcrumb-ft {
    font-size: 10px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap,
.c-breadcrumb-ft .c-breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 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 {
  white-space: nowrap;
}
.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;
  border-right: solid 1px;
  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;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のnav
----------------------------------------------------------------- */
ul.p-contact-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.p-contact-nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 300px;
  height: 1px;
  top: 50%;
}
ul.p-contact-nav li {
  display: block;
  background-color: #041035;
  position: relative;
  max-width: 94px;
  height: 94px;
  width: 100%;
  border: 2px solid #fff;
}
@media screen and (max-width: 820px) {
  ul.p-contact-nav li {
    max-width: 81px;
    height: 81px;
  }
}
ul.p-contact-nav li.p-contact-nav__active {
  background-color: #fff;
}
ul.p-contact-nav li.p-contact-nav__active span {
  color: #041035;
}
ul.p-contact-nav li span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  ul.p-contact-nav li span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
ul.p-contact-nav--invert li {
  background-color: #fff;
  border-color: #041035;
}
ul.p-contact-nav--invert li.p-contact-nav__active {
  background-color: #041035;
}
ul.p-contact-nav--invert li.p-contact-nav__active span {
  color: #fff;
}
ul.p-contact-nav--invert::before {
  background-color: #041035;
}

/* フォーム
----------------------------------------------------------------- */
.c-form-wrap {
  background-color: #fff;
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-right: 30px;
  padding-left: 30px;
  color: #041035;
}
@media screen and (max-width: 820px) {
  .c-form-wrap {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap {
    padding-top: 2.5rem;
  }
}
.c-form-wrap table {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  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;
  color: #041035;
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 238px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-form-wrap table tr th span {
  display: inline-block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr th span {
    -webkit-transform: none;
            transform: none;
  }
}
.c-form-wrap table tr th.c-form-required:after {
  content: "必須";
  position: absolute;
  right: 20px;
  top: 29px;
  background-color: #003a93;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
  vertical-align: middle;
  padding-bottom: 1px;
}
@media screen and (max-width: 820px) {
  .c-form-wrap table tr th.c-form-required:after {
    top: 26px;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr th.c-form-required:after {
    position: static;
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr td {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap table + .l-container-small {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-form-wrap div.c-form-required {
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required {
    text-align: center;
  }
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #003a93;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
}
@media screen and (max-width: 992px) {
  .c-form-wrap div.c-form-required::after {
    top: 0.35rem;
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    top: auto;
    bottom: -30px;
  }
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 3px solid #d4d4d4;
  margin: -4px 8px 0 0;
  height: 24px;
  width: 24px;
  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 #041035;
}

.c-form-checkbox {
  background-color: #fff;
  position: relative;
}
.c-form-checkbox:checked:before {
  content: "";
  background-image: url(/resource/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 29px;
  display: block;
  position: absolute;
  left: -4px;
  top: -6px;
}
@media screen and (max-width: 820px) {
  .c-form-checkbox:checked:before {
    top: -5px;
  }
}

.c-form-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 1.25rem;
}

.c-form-input,
.c-form-select,
.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;
  vertical-align: middle;
  padding: 4px 8px;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-form-input,
  .c-form-select,
  .c-form-textarea {
    max-width: 100%;
  }
}

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

.c-form-select-wrap {
  position: relative;
}
.c-form-select-wrap select.c-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-form-select-wrap:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #003a93;
  border-bottom: solid 1px #003a93;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.c-form-privacy {
  background-color: #f6f6f6;
  margin-top: 2.5rem;
  padding: 2.5rem 3.75rem;
  border: 1px solid #e6e7eb;
}
@media screen and (max-width: 820px) {
  .c-form-privacy {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}
.c-form-privacy h4 {
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .c-form-privacy h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  height: 180px;
  margin-top: 1rem;
  padding: 2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}
.c-form-privacy .c-form-privacy-panel dt {
  font-weight: 400;
}

.c-form-privacy-checkbox {
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .c-form-privacy-checkbox {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-contact-not-sale-txt {
  text-align: center;
  margin-top: 10px;
}
.p-contact-not-sale-txt p {
  display: inline-block;
  margin: 0 auto;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .p-contact-not-sale-txt p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#form_privacy_checkbox::before {
  width: 24px;
  height: 19px;
  left: 0;
  top: -1px;
}

#form_sale_checkbox {
  width: 32px;
  height: 32px;
  border-width: 5px;
}

.p-contact-not-sale-cheackbox {
  border: 1px solid #e6e7eb;
  padding: 2rem 0;
  font-size: 16px;
  font-size: 1rem;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .p-contact-not-sale-cheackbox {
    padding: 2.5rem 0 3.125rem;
  }
}

@media screen and (max-width: 820px) {
  .p-contact-statement p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-contact-statement p {
    text-align: left !important;
  }
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-main {
  background-color: #003a93 !important;
}

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

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

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

.c-bg-gray2 {
  background-color: #e6e7eb !important;
}

.c-bg-gray3 {
  background-color: #505772 !important;
}

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

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

.c-bg-hover {
  background-color: #71b8d2 !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-category_info {
  background-color: #ffbe00 !important;
}

.c-bg-category_recruit {
  background-color: #003a93 !important;
}

.c-bg-category_others {
  background-color: #11ae46 !important;
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white {
  text-align: center;
  max-width: 284px;
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button {
  border-radius: 10px;
  display: block;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#003a93), color-stop(51%, #050f35), to(#003a93));
  background-image: linear-gradient(to right, #003a93 0%, #050f35 51%, #003a93 100%);
  background-size: 200% auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 4.2;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  padding-top: 5px;
}
.c-btn-main a:hover,
.c-btn-main button:hover,
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  background-position: right center;
}
.c-btn-main a::after,
.c-btn-main button::after,
.c-btn-main--white a::after,
.c-btn-main--white button::after {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url(/resource/images/ico_arrow_right_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.c-btn-main--white a,
.c-btn-main--white button {
  color: #041035;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(51%, #cdcfd7), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff 0%, #cdcfd7 51%, #ffffff 100%);
}
.c-btn-main--white a:after,
.c-btn-main--white button:after {
  background-image: url(/resource/images/ico_arrow_right_black.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: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 1.875rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card--tmb .c-btn-card__ttl {
  margin-bottom: 8px;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card--tmb .c-btn-card__txt span {
  color: #ff9849;
}
.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-tmb1,
.c-btn-card-tmb2 {
  padding: 0;
}
.c-btn-card-tmb1 .c-btn-card-tmb-mask,
.c-btn-card-tmb2 .c-btn-card-tmb-mask {
  overflow: hidden;
  height: 194px;
}
.c-btn-card-tmb1 .c-btn-card-tmb-mask img,
.c-btn-card-tmb2 .c-btn-card-tmb-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.c-btn-card-tmb1 .c-btn-card-tmb__txt,
.c-btn-card-tmb2 .c-btn-card-tmb__txt {
  font-size: 14px;
}
.c-btn-card-tmb1 .c-btn-card-tmb__txt span,
.c-btn-card-tmb2 .c-btn-card-tmb__txt span {
  color: #ff9849;
}

.c-btn-card-tmb2 {
  border: 1px solid #e9e9e9;
}
.c-btn-card-tmb2 .c-btn-card-tmb2-mask {
  height: 164px;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -35.2px;
  padding-left: 35.2px;
}
.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: 8px;
}
.c-btn-pdf a span {
  color: #041035;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -8px;
}
.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(0, 58, 147, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(0, 58, 147, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #003a93;
}
.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 #ff9849;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #ff9849;
  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: 8px;
}
.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: "Josefin Sans", sans-serif;
}

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

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

.c-txt-small {
  font-size: 14px;
}

.c-txt-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-txt-link {
  color: #003a93;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #71b8d2;
  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-main {
  color: #003a93 !important;
}

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

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

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

.c-txt-gray2 {
  color: #e6e7eb !important;
}

.c-txt-gray3 {
  color: #505772 !important;
}

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

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

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

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

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

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

.c-txt-category_info {
  color: #ffbe00 !important;
}

.c-txt-category_recruit {
  color: #003a93 !important;
}

.c-txt-category_others {
  color: #11ae46 !important;
}

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

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

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-lv1 {
  font-size: 64px;
  font-size: 4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-lv1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.c-ttl-lv1 .ja {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv1 .ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 820px) {
  .page .c-ttl-lv1 {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 576px) {
  .page .c-ttl-lv1 {
    -webkit-transform: none;
            transform: none;
  }
}

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

.c-ttl-sub {
  color: #003a93;
  border-bottom: 1px solid #003a93;
  padding-bottom: 8px;
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-txt-tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-txt-tel img {
  margin-right: 4px;
  width: 21px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-txt-tel img {
    width: 14px;
  }
}
.c-txt-tel a[href^="tel:"] {
  color: #003a93;
  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: #71b8d2;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
/* MV
----------------------------------------------------------------- */
.p-idx-mv-wrap {
  margin-top: -80px;
  position: relative;
  height: 56.22vw;
  background-color: #003a93;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-wrap {
    height: 87vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-wrap {
    height: 149.33vw;
  }
}

.p-idx-mv-catch {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}

.p-idx-mv-catch__ja {
  font-size: 6.8vw;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-catch__ja {
    font-size: 9.51vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-catch__ja {
    font-size: 10.93vw;
  }
}
.p-idx-mv-catch__ja span {
  display: block;
}

.p-idx-mv-catch__en {
  font-size: 8.56vw;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-catch__en {
    font-size: 12.07vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-catch__en {
    font-size: 13.86vw;
  }
}

.p-idx-mv-catch__copy {
  position: absolute;
  font-size: 2.92vw;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  bottom: 9.5vw;
  left: 21vw;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-catch__copy {
    font-size: 4.14vw;
    bottom: 13.5vw;
    left: 29vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-catch__copy {
    font-size: 4.8vw;
    bottom: 15.5vw;
    left: 34vw;
  }
}

.p-idx-mv-catch__art {
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100vw;
}

/* リード
----------------------------------------------------------------- */
.p-idx-lead {
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  height: 2000px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead {
    padding-top: 5rem;
    height: 1700px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead {
    padding-top: 4.5rem;
    height: 1300px;
  }
}
.p-idx-lead p {
  text-align: center;
}

.p-idx-lead-images {
  width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .p-idx-lead-images {
    width: 100vw;
  }
}

.p-idx-lead-contents {
  position: sticky;
  top: 6.5rem;
  z-index: 1;
}

.p-idx-lead__movie {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  min-height: 100vh;
  aspect-ratio: 16/9;
  z-index: -2;
}
.p-idx-lead__movie video {
  width: 100%;
  height: 100%;
}

.p-idx-lead__overlay {
  background-color: rgba(42, 51, 83, 0.85);
  mix-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .p-idx-lead__logo {
    width: 54px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__logo {
    width: 45px;
  }
}

.p-idx-lead__since {
  font-family: "Josefin Sans", sans-serif;
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__since {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__since {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.p-idx-lead__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #505772;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__en {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__en {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.p-idx-lead__lg {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__lg {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__lg {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.p-idx-lead__p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 3em;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__p {
    font-size: 16px;
    font-size: 1rem;
    text-align: left !important;
  }
}

.p-idx-lead__img {
  position: absolute;
}

.p-idx-lead__img01 {
  width: 344px;
  top: 39%;
  left: 74%;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__img01 {
    width: 227px;
    left: 58%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__img01 {
    width: 163px;
    left: auto;
    right: 0;
  }
}

.p-idx-lead__img02 {
  width: 301px;
  top: 54%;
  left: -8%;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__img02 {
    width: 198px;
    left: 2%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__img02 {
    width: 143px;
    left: 0;
  }
}

.p-idx-lead__img03 {
  width: 214px;
  top: 60.5%;
  left: 92%;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__img03 {
    width: 141px;
    left: 62%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__img03 {
    width: 101px;
    right: 6%;
    left: auto;
  }
}

.p-idx-lead__img04 {
  width: 295px;
  top: 73.5%;
  left: 8%;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__img04 {
    width: 194px;
    left: 8%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__img04 {
    width: 140px;
    left: 6%;
  }
}

.p-idx-lead__img05 {
  width: 325px;
  top: 82.5%;
  left: 80%;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__img05 {
    width: 214px;
    left: 56%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__img05 {
    width: 154px;
    left: auto;
    right: 0;
  }
}

.p-idx-lead__img06 {
  width: 214px;
  top: 91.5%;
  left: -6%;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__img06 {
    width: 141px;
    left: 17%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__img06 {
    width: 101px;
    left: 17%;
  }
}

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

/* 事業内容
----------------------------------------------------------------- */
.p-idx-business {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-business {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-business {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.p-idx-business .c-grid-medium {
  margin-bottom: 4rem;
}

.p-idx-secondary-txt {
  border-left: 1px solid #e6e7eb;
  padding-left: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-secondary-txt {
    padding-left: 15px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-secondary-txt p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-idx-secondary-txt__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 576px) {
  .p-idx-secondary-txt__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-idx-business-solution {
  border-top: 1px solid #e6e7eb;
  padding-top: 6.5rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-business-solution {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-business-solution {
    padding-top: 4.5rem;
    margin-top: 4.5rem;
  }
}

.p-idx-business-solution__catch {
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .p-idx-business-solution__catch {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-idx-business-solution__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-idx-business-solution__label > div {
  border-radius: 100px;
  background-color: #e6e7eb;
  width: 156px;
  text-align: center;
  margin: 0 10px;
}

.p-idx-business-solution__tel {
  font-size: 41px;
  font-size: 2.5625rem;
  text-align: center;
  color: #003a93;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-idx-business-solution__tel {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 10px;
  }
}
.p-idx-business-solution__tel img {
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .p-idx-business-solution__tel img {
    width: 23px;
  }
}

.p-idx-business-solution-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .p-idx-business-solution-box {
    display: block;
    margin-bottom: 2.5rem;
  }
}
.p-idx-business-solution-box > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.p-idx-business-solution-box__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-idx-business-solution-box__list {
  background-color: #041035;
  color: #fff;
  padding: 40px 50px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-business-solution-box__list {
    padding: 30px 40px;
  }
}
.p-idx-business-solution-box__list table {
  margin-bottom: 10px;
}
.p-idx-business-solution-box__list table tr {
  border-bottom: 1px solid #fff;
}
.p-idx-business-solution-box__list table td {
  font-size: 30px;
  font-size: 1.875rem;
  padding-top: 10px;
}
@media screen and (max-width: 820px) {
  .p-idx-business-solution-box__list table td {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-business-solution-box__list table td {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-idx-business-solution-box__list p {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .p-idx-business-solution-box__list p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-idx-business-solution-box__bg {
  height: 80%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-business-solution-box__bg {
    height: 60%;
  }
}

/* 下層ページナビ
----------------------------------------------------------------- */
.p-idx-pagenavi {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background-color: #041035;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-idx-pagenavi-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-contents {
    display: block;
  }
}

.p-idx-pagenavi-contents-box {
  border: 2px solid #fff;
  -ms-flex-preferred-size: 47.32%;
      flex-basis: 47.32%;
  padding: 50px 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-contents-box {
    padding: 30px 20px;
  }
}
.p-idx-pagenavi-contents-box .c-ttl-lv1 {
  text-align: center;
  margin-bottom: 0.25em;
  font-size: min(63px, 7.4vw);
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi-contents-box .c-ttl-lv1 {
    font-size: min(52px, 6.7vw);
  }
}
.p-idx-pagenavi-contents-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-contents-box + .p-idx-pagenavi-contents-box {
    margin-top: 30px;
  }
}

/* NEWS
----------------------------------------------------------------- */
.p-idx-news {
  background-color: #fff;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-news {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-idx-news-outer {
  position: relative;
}

.p-idx-news-wrap {
  margin-bottom: 7.5rem;
  padding-right: 320px;
}
@media screen and (max-width: 1120px) {
  .p-idx-news-wrap {
    padding-right: 31vw;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
}

.p-idx-news-articles {
  margin-bottom: 10px;
}
.p-idx-news-articles tr {
  border-top: 1px solid #e6e7eb;
}
@media screen and (max-width: 576px) {
  .p-idx-news-articles tr {
    position: relative;
    display: block;
  }
}
.p-idx-news-articles tr:last-child {
  border-bottom: 1px solid #e6e7eb;
}
.p-idx-news-articles tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 576px) {
  .p-idx-news-articles tr td {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-idx-news-articles tr td.label {
  width: 22.98%;
  white-space: nowrap;
  padding-right: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-news-articles tr td.label {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.p-idx-news-articles tr td.label span::before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
}
.p-idx-news-articles tr td.label span.info::before {
  color: #ffbe00;
}
.p-idx-news-articles tr td.label span.recruit::before {
  color: #003a93;
}
.p-idx-news-articles tr td.label span.others::before {
  color: #11ae46;
}
.p-idx-news-articles tr td.date {
  font-size: 14px;
  font-size: 0.875rem;
  width: 12%;
  white-space: nowrap;
  padding-top: 12px;
  padding-right: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-news-articles tr td.date {
    position: absolute;
    left: 2px;
    top: 19px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-articles tr td.title {
    width: 100% !important;
    padding-left: 76px;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
  }
}
.p-idx-news-articles tr td.title div {
  background-image: url(/resource/images/ico_arrow_right_black.svg);
  background-position: center right 5px;
  background-repeat: no-repeat;
  background-size: 16px 8px;
  padding-right: 30px;
}
.p-idx-news-articles tr td.title div a:hover {
  text-decoration: underline;
}

.p-idx-news-more {
  text-align: right;
  padding-right: 5px;
}
.p-idx-news-more a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-idx-news-more a:hover {
  color: #003a93;
}
.p-idx-news-more a img {
  width: 16px;
  margin-left: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.p-idx-news__image {
  position: absolute;
  right: 0;
  bottom: calc(2.5rem * -1);
  width: calc((100vw - 980px) / 2 + 253px);
  height: 406px;
}
@media screen and (max-width: 1120px) {
  .p-idx-news__image {
    width: 33.5vw;
    height: 251px;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news__image {
    position: static;
    width: 82.66vw;
    height: 195px;
    margin-right: 0;
    margin-left: auto;
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
    margin-bottom: 4rem;
  }
}
.p-idx-news__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: 0% 30%;
     object-position: 0% 30%;
}

.p-idx-news__banner {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-idx-news__banner:hover {
  opacity: 0.8;
}

/* ==========================================================================
会社情報
========================================================================== */
/* ごあいさつ
----------------------------------------------------------------- */
.p-company-message {
  background-image: url(/resource/images/company_message_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}
@media screen and (max-width: 820px) {
  .p-company-message {
    padding-bottom: 5rem;
    background-size: 100% auto;
    background-position: top center;
  }
}
@media screen and (max-width: 576px) {
  .p-company-message {
    background-position: top 12% center;
  }
}

.p-company-message__catch {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-company-message__catch {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-company-message__catch {
    line-height: 1.6;
  }
}

.p-company-message-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e6e7eb;
  margin-top: 1.875rem;
  padding-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-company-message-contents {
    display: block;
    padding-top: 20px;
  }
}

.p-company-message-contents__text {
  -ms-flex-preferred-size: 60.1%;
      flex-basis: 60.1%;
}
@media screen and (max-width: 576px) {
  .p-company-message-contents__text {
    margin-bottom: 30px;
  }
}
.p-company-message-contents__text p {
  line-height: 2.1;
}
@media screen and (max-width: 820px) {
  .p-company-message-contents__text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-company-message-contents__text p + p {
  margin-top: 2em;
}

.p-company-message-contents__image {
  -ms-flex-preferred-size: 34.4%;
      flex-basis: 34.4%;
}

@media screen and (max-width: 820px) {
  .p-company-message-contents__name {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

/* 社是
----------------------------------------------------------------- */
.p-company-philosophy__list {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 820px) {
  .p-company-philosophy__list {
    margin-left: 8%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 576px) {
  .p-company-philosophy__list {
    margin-left: 4%;
    margin-right: 4%;
  }
}
.p-company-philosophy__list li {
  font-size: 22px;
  font-size: 1.375rem;
  text-indent: -46px;
  padding-left: 46px;
}
@media screen and (max-width: 820px) {
  .p-company-philosophy__list li {
    font-size: 20px;
    font-size: 1.25rem;
    text-indent: -40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .p-company-philosophy__list li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-company-philosophy__list li + li {
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px solid #505772;
}

.p-company-philosophy__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-company-philosophy__logo {
    width: 92px;
  }
}

/* 会社概要
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-company-aboutus .c-tb-pattern1 {
    margin-top: 4rem;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-company-aboutus .c-tb-pattern1 th,
.p-company-aboutus .c-tb-pattern1 td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-company-aboutus-images-box {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .p-company-aboutus-images-box {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-company-aboutus-images-box > div {
  -ms-flex-preferred-size: 47.2%;
      flex-basis: 47.2%;
  margin-bottom: 40px;
}
.p-company-aboutus-images-box + img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .p-company-aboutus-images-box + img {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* 沿革
----------------------------------------------------------------- */
.p-company-history {
  background-image: url(/resource/images/company_history_bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .p-company-history .c-tb-pattern2 {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* アクセス
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-company-access p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-company-access__title {
  font-weight: 400;
  margin-bottom: 1.5em;
  font-size: 22px;
  font-size: 1.375rem;
}

.p-company-access-map {
  margin-top: 2.5rem;
}
.p-company-access-map iframe {
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 820px) {
  .p-company-access-map iframe {
    height: 271px;
  }
}

/* ==========================================================================
事業内容
========================================================================== */
/* 吉井建設の特徴
----------------------------------------------------------------- */
.p-business-feature-box + .p-business-feature-box {
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-business-feature-box + .p-business-feature-box {
    margin-top: 3.75rem;
  }
}

.p-business-feature-box__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-business-feature-box__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-business-feature-box__title .point {
  background-color: #003a93;
  color: #fff;
  width: 131px;
  text-align: center;
  border-radius: 100px;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 5px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .p-business-feature-box__title .point {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-business-feature-box__title .point {
    width: 95px;
  }
}
.p-business-feature-box__title .point span {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .p-business-feature-box__title .point span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-business-feature-box-flex {
  margin-top: 1.875rem;
  padding-top: 30px;
  border-top: 1px solid #e6e7eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-business-feature-box-flex {
    display: block;
  }
}
.p-business-feature-box-flex > div {
  -ms-flex-preferred-size: 47.9%;
      flex-basis: 47.9%;
}

@media screen and (max-width: 576px) {
  .p-business-feature-box-flex__text {
    margin-bottom: 30px;
  }
}
.p-business-feature-box-flex__text p {
  line-height: 2.2;
}
@media screen and (max-width: 820px) {
  .p-business-feature-box-flex__text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* お困りごと対応
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-business-solution .l-container-small {
    max-width: calc(620px + 12%);
  }
}
@media screen and (max-width: 820px) {
  .p-business-solution .l-container-small p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-solution-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875rem;
}
@media screen and (max-width: 820px) {
  .p-solution-items {
    margin-top: 0;
  }
}
.p-solution-items > li {
  -ms-flex-preferred-size: 31.1%;
      flex-basis: 31.1%;
  border: 2px solid #fff;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .p-solution-items > li {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
.p-solution-items > li h3 {
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.p-business-solution__img {
  margin-top: 4rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-business-solution__img {
    width: 134px;
  }
}

.p-business-solution-tel__catch {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .p-business-solution-tel__catch {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 576px) {
  .p-business-solution-tel__catch {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-business-solution-tel__tel {
  font-size: 41px;
  font-size: 2.5625rem;
  text-align: center;
  margin-bottom: 0.15em;
}
@media screen and (max-width: 820px) {
  .p-business-solution-tel__tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 820px) {
  .p-business-solution-tel__tel img {
    width: 27px;
  }
}

/* よくあるご質問
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-business-faq p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-business-faq-list {
  margin-top: 3.75rem;
}
.p-business-faq-list dt,
.p-business-faq-list dd {
  position: relative;
  padding-left: 55px;
}
.p-business-faq-list dt::before,
.p-business-faq-list dd::before {
  font-family: "Josefin Sans", sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #041035;
}
.p-business-faq-list dt {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-business-faq-list dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .p-business-faq-list dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-business-faq-list dt::before {
  content: "Q";
  color: #fff;
  background-color: #041035;
}
.p-business-faq-list dd {
  margin-top: 1em;
}
@media screen and (max-width: 820px) {
  .p-business-faq-list dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-business-faq-list dd::before {
  content: "A";
}
.p-business-faq-list dd:not(:last-of-type) {
  margin-bottom: 1.5em;
  padding-bottom: 2em;
  border-bottom: 1px solid #e6e7eb;
}

/* ==========================================================================
施工事例
========================================================================== */
.p-works-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(4rem * -1);
}
@media screen and (max-width: 576px) {
  .p-works-contents {
    display: block;
  }
}
.p-works-contents > div {
  -ms-flex-preferred-size: 47.9%;
      flex-basis: 47.9%;
  margin-top: 4rem;
}
.p-works-contents > div:nth-child(2n) {
  margin-left: 4.2%;
}

@media screen and (max-width: 820px) {
  .p-works-contents-box p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-works-contents-box__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .p-works-contents-box__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-works-contents-box__title .c-btn-main {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .p-works-contents-box__title .c-btn-main {
    width: 164px;
  }
}
.p-works-contents-box__title .c-btn-main a {
  line-height: 3;
}

/* ==========================================================================
お問い合わせ
========================================================================== */
@media screen and (max-width: 820px) {
  .p-contact-tel {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-contact-tel-card {
  border: 1px solid #e6e7eb;
  padding: 10px 20px 30px 20px;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .p-contact-tel-card {
    margin-top: 20px;
  }
}

.p-contact-tel-card__tel {
  font-size: 41px;
  font-size: 2.5625rem;
  font-weight: 500;
  color: #003a93;
}
@media screen and (max-width: 820px) {
  .p-contact-tel-card__tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 820px) {
  .p-contact-tel-card__tel img {
    width: 22px;
  }
}

/* 確認画面
----------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .p-confirm p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* 完了画面
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-thanks p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-thanks-tel__number {
  line-height: 1;
}
.p-thanks-tel__number img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-right: 5px;
}
@media screen and (max-width: 820px) {
  .p-thanks-tel__number img {
    width: 22px;
  }
}
.p-thanks-tel__number a {
  font-size: 41px;
  font-size: 2.5625rem;
  font-weight: 500;
  color: #003a93;
}
@media screen and (max-width: 820px) {
  .p-thanks-tel__number a {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/* ==========================================================================
個⼈情報の取扱いについて
========================================================================== */
.privacy-policy .l-page-title-inner {
  width: 100%;
  max-width: 980px;
}
.privacy-policy .l-page-title-en {
  width: 100% !important;
  max-width: none !important;
}
@media screen and (max-width: 820px) {
  .privacy-policy .l-page-title-en {
    max-width: 610px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .privacy-policy .l-page-title-en {
    max-width: 410px !important;
  }
}
@media screen and (max-width: 820px) {
  .privacy-policy {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-privacypolicy__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  border-bottom: 1px solid #e6e7eb;
  padding-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .p-privacypolicy__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.p-privacypolicy-contents .c-list-num dt {
  font-weight: 400;
}
.p-privacypolicy-contents .c-list-num dd {
  padding-left: 1em;
}
.p-privacypolicy-contents .l-privacypolicy-contact {
  margin-top: 1.875rem;
}
.p-privacypolicy-contents .l-privacypolicy-contact dt {
  font-weight: 400;
}

/* ==========================================================================
お知らせ
========================================================================== */
.p-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .p-news-wrap {
    display: block;
  }
}

.p-news-articles {
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%;
  padding-top: 6.5rem;
}
@media screen and (max-width: 576px) {
  .p-news-articles {
    padding-top: 72px;
  }
}

.p-news-articles-contents {
  padding-right: 10%;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 576px) {
  .p-news-articles-contents {
    padding-right: 0;
  }
}

.p-news-sidebar {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  background-color: #041035;
  color: #fff;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .p-news-sidebar {
    width: 100vw;
    -webkit-transform: translateX(-5vw);
            transform: translateX(-5vw);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-news-sidebar::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #041035;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-news-sidebar-contents {
  padding-left: 20.1%;
}
@media screen and (max-width: 576px) {
  .p-news-sidebar-contents {
    padding-left: 0;
  }
}

.p-news-sidebar__title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 576px) {
  .p-news-sidebar__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-news-sidebar-category li a::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.p-news-sidebar-category .cat-info a::before {
  background-color: #ffbe00;
}
.p-news-sidebar-category .cat-recruit a::before {
  background-color: #003a93;
}
.p-news-sidebar-category .cat-others a::before {
  background-color: #11ae46;
}

.p-news-sidebar-contents-column li a {
  background-color: #fff;
  display: block;
  padding: 5px 10px;
  background-image: url(/resource/images/ico_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-size: 16px 8px;
  background-position: center right 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-news-sidebar-contents-column li a:hover {
  opacity: 0.8;
}
.p-news-sidebar-contents-column li + li {
  margin-top: 15px;
}
.p-news-sidebar-contents-column + .p-news-sidebar-contents-column {
  margin-top: 6.5rem;
}
@media screen and (max-width: 576px) {
  .p-news-sidebar-contents-column + .p-news-sidebar-contents-column {
    margin-top: 4rem;
  }
}

/* 記事
----------------------------------------------------------------- */
.p-news-article .p-news-article-category {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 576px) {
  .p-news-article .p-news-article-category {
    margin-bottom: 1em;
  }
}
.p-news-article .p-news-article-category::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.p-news-article .p-news-article-category--info::before {
  background-color: #ffbe00;
}
.p-news-article .p-news-article-category--recruit::before {
  background-color: #003a93;
}
.p-news-article .p-news-article-category--others::before {
  background-color: #11ae46;
}
.p-news-article .p-news-article-data {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-news-article .p-news-article-content {
  margin-bottom: 5rem;
  padding-top: 1.875rem;
  line-height: 2.2;
}
@media screen and (max-width: 820px) {
  .p-news-article .p-news-article-content {
    margin-bottom: 3.75rem;
  }
}
.p-news-article .p-news-article-content p:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-news-article .p-news-article-content a {
  color: #ff9849;
  text-decoration: underline;
}
.p-news-article .p-news-article-content a:hover {
  color: #71b8d2;
  text-decoration: none;
}
.p-news-article .p-news-article-content > * + * {
  margin-top: 1.875rem;
}
@media screen and (max-width: 820px) {
  .p-news-article .p-news-article-content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-news-article__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  border-bottom: 1px solid #e6e7eb;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 820px) {
  .p-news-article__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* ページネーション
----------------------------------------------------------------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
  position: relative;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #041035;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #041035;
  background-color: #e9e9e9;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 2rem;
  height: 2rem;
  margin: 0 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  font-weight: 500;
}

.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #041035;
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  width: auto;
  font-size: 14px;
  padding: 0.5rem;
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}

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

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

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

.u-margin-xxsmall-top {
  margin-top: 10px;
}

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

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-small-top {
    margin-top: 1.25rem;
  }
}

.u-margin-medium-small-top {
  margin-top: 1.875rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}

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

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

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

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

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

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

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

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

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

.u-padding-top-xlarge {
  padding-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-top-xlarge {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-top-xlarge {
    padding-top: 3.75rem;
  }
}

.u-padding-xxlarge-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}

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