@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  white-space: pre-wrap;
}

@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow_Semi_Condensed/BarlowSemiCondensed-Regular.woff2") format("woff2"), url("../../fonts/Barlow_Semi_Condensed/BarlowSemiCondensed-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow_Semi_Condensed/Barlow_Semi_Condensed-medium.woff2") format("woff2"), url("../../fonts/Barlow_Semi_Condensed/Barlow_Semi_Condensed-medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow_Semi_Condensed/Barlow_Semi_Condensed-bold.woff2") format("woff2"), url("../../fonts/Barlow_Semi_Condensed/Barlow_Semi_Condensed-bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/Barlow_Semi_Condensed/Barlow_Semi_Condensed-extrabold.woff2") format("woff2"), url("../../fonts/Barlow_Semi_Condensed/Barlow_Semi_Condensed-extrabold.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.5rem;
  min-width: 100%;
}

a {
  text-decoration: none;
  color: #2c6cd6;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-word;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.p-gf-barlow {
  font-family: "Barlow";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
}

.l-content .p-dropdown {
  position: relative;
}

.p-dropdown::after {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.l-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 0;
  visibility: hidden;
}

.l-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 88px;
}

.l-header-inner {
  min-width: 1200px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-logo {
  width: 455px;
  margin-right: auto;
  margin-left: 40px;
}
.l-header-logo a {
  transition: 0.4s ease-in;
}
.l-header-logo a:hover {
  opacity: 0.7;
}

.l-header-nav-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
  transform: none;
}

.l-header-nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-grow: 1;
}

.l-header-nav-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #2a2a2a;
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.l-header-nav-link:hover {
  opacity: 0.7;
}

.p-dropdown::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 97%;
  height: 5px;
  background: transparent;
  transition: background 0.3s ease;
}

.p-dropdown.is-active::before {
  background: #d82122;
}

.l-header-nav-item {
  position: relative;
  margin-right: 30px;
}

.l-header-nav-item-inner {
  width: 100%;
  height: 100%;
}

.l-dropdown-nav {
  background: #fff;
  width: 150px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: collapse;
  transition: 0.4s ease-in;
}

.l-dropdown-link {
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
  color: #2a2a2a;
}

.l-header-nav-item:hover .l-dropdown-nav {
  opacity: 1;
  visibility: visible;
}

.l-header-nav-vertical-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 10px;
  flex-direction: column;
}

.l-header-lang-switch-list {
  position: relative;
  margin: 0 20px 5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-lang-switch-list::before {
  content: "";
  display: block;
  width: 1em;
  flex-basis: 1em;
  height: 1em;
  background: url("/assets/images/common/icn_lang.svg") center/100% 100% no-repeat;
}

.l-header-lang-switch-item {
  padding: 0 10px;
}
.l-header-lang-switch-item:first-of-type {
  border-right: 1px solid #6c6c6c;
}

.l-header-lang-switch-link {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
}
.l-header-lang-switch-link:hover {
  border-bottom: none;
}

.l-header-exnav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.l-header-exnav-item {
  width: 150px;
}

.l-header-exnav-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.l-header-exnav-link span {
  font-size: 1.5rem;
}
.l-header-exnav-link-red {
  background: #d82122;
  padding: 9px 0;
}
.l-header-exnav-link-blue {
  background: #1d205f;
  letter-spacing: 0;
  padding: 20px 0px;
}

.l-header-exnav-link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 1450px) {
  .l-header-logo {
    width: 35%;
    margin-left: 2vw;
    height: auto;
  }
  .l-header-nav-item {
    margin-right: 1vw;
  }
  .l-header-nav-link {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .l-header-lang-switch-list.nosp {
    display: none !important;
  }
  .l-header-lang-switch-list.nopc {
    display: flex !important;
  }
  .l-header-lang-switch-list::before {
    transform: scale(1.5);
  }
  .l-pc-dropdown {
    display: none;
  }
  .l-overlay {
    display: none;
  }
  .l-header-logo {
    width: 65%;
    margin-left: 20px;
    height: auto;
  }
  .l-header-inner {
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    padding-top: 1vw;
    padding: 10px 0 15px;
  }
  .l-hamburgerbtn {
    margin-right: 20px;
    position: relative;
    display: block;
    width: 49px;
    height: 49px;
    cursor: pointer;
  }
  .l-hamburger-part {
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    background: #2a2a2a;
    transition: 0.4s ease-in;
  }
  .l-hamburger-part:nth-of-type(1) {
    top: 0;
    left: 0;
    margin-top: 5px;
  }
  .l-hamburger-part:nth-of-type(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .l-hamburger-part:nth-of-type(3) {
    width: 60%;
    top: 100%;
    left: 40%;
    margin-top: -10px;
  }
  .l-hamburgerbtn.is-active .l-hamburger-part:nth-of-type(1) {
    top: 27px;
    left: 0.7vw;
    width: 80%;
    transform: rotate(135deg);
    margin-top: 0;
  }
  .l-hamburgerbtn.is-active .l-hamburger-part:nth-of-type(2) {
    opacity: 0;
  }
  .l-hamburgerbtn.is-active .l-hamburger-part:nth-of-type(3) {
    top: 27px;
    left: 0.7vw;
    transform: rotate(-135deg);
    width: 80%;
    margin-top: 0;
  }
  .l-header-nav-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    height: auto;
    max-height: 70vh;
    background: #f5f5f5;
    padding: 0vw 20px 45px 20px;
    transform: translateX(100%);
    overflow-x: hidden;
    overflow: scroll;
    max-width: 500px;
  }
  .l-header-nav-wrap.is-active {
    transform: translate(0);
  }
  .animation {
    transition: 0.4s ease-in;
  }
  .l-header-nav-vertical-flex {
    display: block;
    width: 100%;
  }
  .l-header-nav-list {
    background: #f5f5f5;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
  }
  .l-header-lang-switch-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .l-header-lang-switch-item {
    display: inline-block;
    padding: 0 2.6666666667vw;
  }
  .l-header-lang-switch-link {
    font-size: 2.2rem;
  }
  .l-header-exnav-list {
    flex-direction: column;
    width: 100%;
    margin-bottom: 18px;
  }
  .l-header-nav-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    border-bottom: 2px solid #e5e5e5;
  }
  .l-header-exnav-item {
    width: 100%;
  }
  .l-header-nav-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    padding: 20px 0 20px 25px;
    font-size: 20px;
    font-weight: 700;
  }
  .l-header-nav-link.p-dropdown {
    width: 85%;
  }
  .l-header-exnav-link {
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
  }
  .l-header-exnav-link span {
    font-size: 24px;
  }
  .l-header-exnav-link br.nosp {
    display: none !important;
  }
  .l-header-exnav-link::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-width: 0.6666666667vw;
    right: 2.6666666667vw;
  }
  .l-header-nav-item-inner {
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header-nav-item-inner.is-active {
    border-bottom: 0.2666666667vw solid #e5e5e5;
  }
  .l-nav-tgl-btn {
    position: relative;
    width: 10%;
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: block;
  }
  .l-nav-tgl-btn.is-active span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .l-nav-tgl-btn span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    height: 3px;
    width: 50%;
    background: #d82122;
  }
  .l-nav-tgl-btn span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    display: block;
    content: "";
    height: 3px;
    width: 50%;
    background: #d82122;
    transition: transform 0.3s;
  }
  .l-dropdown-list-wrap {
    width: 100%;
    height: auto;
    padding: 0 15px 0 25px;
  }
  .l-dropdown-list {
    display: block;
  }
  .l-dropdown-link {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #575757;
    padding: 25px 0 16px;
    border-bottom: 2px solid #e5e5e5;
  }
  .l-dropdown-link-nbb {
    border-bottom: none;
  }
  .l-dropdown-link::after {
    position: absolute;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #d82122;
    border-right: 3px solid #d82122;
  }
  .p-insurance-nav-list {
    margin: 2.6666666667vw 0vw 4vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-insurance-nav-item {
    width: 50%;
    height: 60px;
  }
  .p-insurance-nav-item-width {
    width: 100%;
    padding-left: 0;
  }
  .p-insurance-nav-link::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    display: block;
    width: 1.6vw;
    height: 0.5333333333vw;
    background: #9b9b9b;
  }
  .p-insurance-nav-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #6c6c6c;
    padding-left: 25px;
  }
  .p-insurance-nav-link-sm {
    font-size: 20px;
    padding-left: 0;
  }
  .p-insurance-nav-link-sm::before {
    content: none;
  }
  .l-header-contact-btn {
    width: 57.3333333333vw;
    height: 10.6666666667vw;
    margin: 0 auto;
    background: #d82122;
  }
  .l-header-contact-btn-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 26px;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 3.3333333333vw 0;
    color: #fff;
    text-align: center;
  }
  .l-header-contact-btn-link::after {
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: 0.6666666667vw solid #fff;
    border-right: 0.6666666667vw solid #fff;
  }
  .p-dropdown::before {
    content: none;
  }
  .p-dropdown::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header-lang-switch-list::before {
    transform: scale(1);
  }
  .p-dropdown::before {
    content: none;
    display: none;
  }
  .p-dropdown::after {
    display: none;
  }
  .l-header {
    width: 100%;
    height: auto;
  }
  .l-header-inner {
    min-width: 100%;
    position: relative;
    padding: 3.3333333333vw 4vw;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header-logo {
    width: 72.6666666667vw;
    margin-left: 0;
  }
  .l-header-nav-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 0vw 4vw 5.3333333333vw 4vw;
    max-height: 80vh;
    overflow-y: scroll;
    transform: translateX(100%);
    overflow-x: hidden;
    max-width: 725px;
  }
  .l-header-nav-wrap.is-active {
    transform: translate(0);
  }
  .animation {
    transition: 0.4s ease-in;
  }
  .l-header-nav-vertical-flex {
    display: block;
    width: 100%;
  }
  .l-header-nav-list {
    background: #f5f5f5;
    flex-direction: column;
    width: 100%;
    margin-bottom: 7.3333333333vw;
  }
  .l-header-lang-switch-list {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .l-header-lang-switch-item {
    display: inline-block;
    padding: 0 2.6666666667vw;
  }
  .l-header-lang-switch-link {
    font-size: 3.4666666667vw;
  }
  .l-header-exnav-list {
    flex-direction: row;
    width: 100%;
    margin-bottom: 6vw;
  }
  .l-header-nav-item {
    width: 100%;
    margin-right: 0;
    border-bottom: 0.2666666667vw solid #e5e5e5;
  }
  .l-header-nav-item:last-of-type {
    border-top: 0.2666666667vw solid #e5e5e5;
  }
  .l-header-exnav-item {
    width: 50%;
  }
  .l-header-nav-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    padding: 4.6666666667vw 0 3.3333333333vw 1.3333333333vw;
    font-size: 4.5333333333vw;
    font-weight: 700;
  }
  .l-header-nav-link.p-dropdown {
    width: 85%;
  }
  .l-header-exnav-link {
    padding: 2vw 0;
    text-align: center;
    font-size: 3.2vw;
  }
  .l-header-exnav-link span {
    font-size: 4vw;
  }
  .l-header-exnav-link::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-width: 0.6666666667vw;
    right: 2.6666666667vw;
  }
  .l-hamburgerbtn {
    position: relative;
    display: block;
    width: 6.5333333333vw;
    height: 6.5333333333vw;
    cursor: pointer;
    margin-right: 0;
  }
  .l-hamburger-part {
    position: absolute;
    display: block;
    height: 0.5333333333vw;
    width: 100%;
    background: #2a2a2a;
    transition: 0.4s ease-in;
  }
  .l-hamburger-part:nth-of-type(1) {
    top: 0;
    left: 0;
    margin-top: 0.6666666667vw;
  }
  .l-hamburger-part:nth-of-type(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .l-hamburger-part:nth-of-type(3) {
    width: 60%;
    top: 100%;
    left: 40%;
    margin-top: -1.3333333333vw;
  }
  .l-hamburgerbtn.is-active .l-hamburger-part:nth-of-type(1) {
    top: 2.9vw;
    left: 0.7vw;
    width: 80%;
    transform: rotate(135deg);
    margin-top: 0;
  }
  .l-hamburgerbtn.is-active .l-hamburger-part:nth-of-type(2) {
    opacity: 0;
  }
  .l-hamburgerbtn.is-active .l-hamburger-part:nth-of-type(3) {
    top: 2.7vw;
    left: 0.7vw;
    transform: rotate(-135deg);
    width: 80%;
    margin-top: 0;
  }
  .l-header-nav-item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header-nav-item-inner.is-active {
    border-bottom: 0.2666666667vw solid #e5e5e5;
  }
  .l-nav-tgl-btn {
    position: relative;
    width: 10%;
    content: "";
    display: block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    cursor: pointer;
  }
  .l-nav-tgl-btn.is-active span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .l-nav-tgl-btn span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    height: 0.8vw;
    width: 50%;
    background: #d82122;
  }
  .l-nav-tgl-btn span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    display: block;
    content: "";
    height: 0.8vw;
    width: 50%;
    background: #d82122;
    transition: transform 0.3s;
  }
  .l-dropdown-list-wrap {
    width: 100%;
    height: auto;
    padding: 0 2.6666666667vw;
  }
  .l-dropdown-list {
    display: block;
  }
  .l-dropdown-link {
    position: relative;
    display: block;
    font-size: 4.2666666667vw;
    font-weight: 700;
    color: #575757;
    padding: 3.3333333333vw 0vw;
    border-bottom: 0.2666666667vw solid #e5e5e5;
  }
  .l-dropdown-link-nbb {
    border-bottom: none;
  }
  .l-dropdown-link::after {
    position: absolute;
    position: absolute;
    top: 50%;
    right: -2vw;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    display: block;
    width: 1.2vw;
    height: 1.2vw;
    border-top: 0.6666666667vw solid #d82122;
    border-right: 0.6666666667vw solid #d82122;
  }
  .p-insurance-nav-list {
    margin: 2.6666666667vw 0vw 4vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-insurance-nav-item {
    width: 50%;
    height: 8vw;
  }
  .p-insurance-nav-item-width {
    width: 100%;
    padding-left: 0;
  }
  .p-insurance-nav-link::before {
    position: absolute;
    top: 2vw;
    left: 0;
    content: "";
    display: block;
    width: 1.6vw;
    height: 0.5333333333vw;
    background: #9b9b9b;
  }
  .p-insurance-nav-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3.6vw;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #6c6c6c;
    padding-left: 3.3333333333vw;
  }
  .p-insurance-nav-link-sm {
    font-size: 3.3333333333vw;
    padding-left: 0;
  }
  .p-insurance-nav-link-sm::before {
    content: none;
  }
  .p-insurance-nav-link-sm:nth-of-type(1) {
    margin-top: 4vw;
  }
  .l-header-contact-btn {
    width: 57.3333333333vw;
    height: 10.6666666667vw;
    margin: 0 auto;
    background: #d82122;
  }
  .l-header-contact-btn-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3.4666666667vw;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 3.3333333333vw 0;
    color: #fff;
    text-align: center;
  }
  .l-header-contact-btn-link::after {
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: 0.6666666667vw solid #fff;
    border-right: 0.6666666667vw solid #fff;
  }
}
@keyframes btnHover {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: translateX(100%) translateY(-50%) rotate(45deg);
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    transform: translateX(-100%) translateY(-50%) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(-50%) rotate(45deg);
  }
}
@keyframes btnHover2 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: translateX(100%) translateY(0%) rotate(45deg);
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    transform: translateX(-100%) translateY(0%) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0%) rotate(45deg);
  }
}
/*------------- .l-gnav -------------*/
.l-pc-dropdown {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  padding: 25px 45px 50px;
  background: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}

.l-pc-dropdown-recruit {
  width: auto;
  height: auto;
  left: 70%;
}

.l-pc-dropdown-company {
  width: auto;
  height: auto;
  left: 63%;
}

.l-pc-dropdown-recruit-inner-img {
  margin-top: 0;
}
.l-pc-dropdown-recruit-inner-img:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 2200px) {
  .l-pc-dropdown {
    left: 70%;
  }
  .l-pc-dropdown-recruit {
    left: 80%;
  }
}
.l-pc-dropdown.is-active {
  opacity: 1;
  visibility: visible;
}

.l-pc-dropdown:hover {
  opacity: 1;
  visibility: visible;
}

.l-pc-dropdown-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-pc-dropdown-inner-img {
  width: 250px;
  margin-top: 15px;
  margin-right: 35px;
}

.l-pc-dd-nav-list {
  width: 630px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-pc-dd-nav-list-company {
  width: 500px;
}

.l-pc-dd-nav-item {
  margin-bottom: 12px;
  margin-right: 43px;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.l-pc-dd-nav-link {
  position: relative;
  display: block;
  padding: 10px 20px 10px 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.015em;
  font-weight: 700;
  color: #2a2a2a;
}

.l-pc-dd-nav-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #d82122;
  border-right: 3px solid #d82122;
}

.l-pc-dd-nav-link:hover::after {
  animation: btnHover 0.3s 1 forwards;
}

.p-pc-dd-insurance {
  width: 100%;
}

.l-pc-dd-nav-sub-list {
  margin: 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-pc-dd-nav-sub-item {
  margin-bottom: 5px;
  margin-right: 55px;
}

.l-pc-dd-nav-sub-item-lg {
  width: 175px;
}

.l-pc-dd-nav-sub-item-sm {
  width: 120px;
}

.l-pc-dd-nav-sub-item-ml {
  margin-right: 0;
  width: 150px;
}

.l-pc-dd-nav-sub-link {
  position: relative;
  padding-left: 20px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #575757;
}
.l-pc-dd-nav-sub-link:hover {
  opacity: 0.7;
}

.l-pc-dd-nav-sub-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 7px;
  height: 3px;
  background: #575757;
}

.l-pc-dd-subnav-inner {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pc-dd-subnav-inner-item {
  margin-right: 25px;
}

.l-pc-dd-subnav-inner-link {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #575757;
}
.l-pc-dd-subnav-inner-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .l-pc-dd-nav-sub-item {
    margin-right: 25px;
  }
  .l-pc-dd-nav-sub-item-lg {
    width: 190px;
  }
}
/*------------- .l-pagetop -------------*/
.l-pagetop {
  position: absolute;
  right: 120px;
  top: 0;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #d82122;
  cursor: pointer;
  transition: 0.4s ease;
}

.l-pagetop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}

.l-pagetop:hover {
  opacity: 0.7;
}

/*------------- .l-footer -------------*/
.l-footer {
  position: relative;
  width: 100%;
  background: #f5f5f5;
}

.l-footer-inner {
  padding: 3.8vw 7.3vw 1.9vw 7.3vw;
}

.l-footer-nav-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}

.l-footer-var01-list {
  width: 360px;
}

.l-footer-var01-item {
  width: 100%;
  height: 65px;
}
.l-footer-var01-item-recruit {
  background: #1d205f;
  margin-bottom: 20px;
}
.l-footer-var01-item-worker {
  background: #d82122;
}

.l-footer-var01-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.l-footer-var01-link span {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}

.l-footer-var01-link::after {
  position: absolute;
  top: 50%;
  right: 13px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

.l-footer-var01-link:hover::after {
  animation: btnHover 0.5s ease-in 1 forwards;
}

.l-footer-var02-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -80px;
}

.l-footer-var02-item {
  margin-bottom: 40px;
}
.l-footer-var02-item-position {
  position: relative;
  margin-top: -90px;
}

.l-footer-var02-item:not(:first-of-type) {
  margin-left: 135px;
  margin-right: 0;
}

.l-footer-var02-link {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.015em;
  font-weight: 700;
  padding-left: 1.5em;
  margin-bottom: 20px;
  color: #2a2a2a;
}
.l-footer-var02-link:hover {
  opacity: 0.7;
}

.l-footer-var02-link::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 4px solid #d82122;
  border-right: 4px solid #d82122;
  transform: rotate(45deg);
}

.l-footer-var03-wrap {
  width: 230px;
}

.l-footer-var03-top-list {
  margin-bottom: 35px;
  margin-right: -15px;
}

.l-footer-var03-top-item {
  margin-bottom: 20px;
}

.l-footer-var03-top-link {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #6c6c6c;
}
.l-footer-var03-top-link:hover {
  opacity: 0.7;
}

.l-footer-var03-middle-list {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer-var03-middle-list::before {
  content: "";
  display: block;
  width: 1em;
  flex-basis: 1em;
  height: 1em;
  background: url("/assets/images/common/icn_lang.svg") center/100% 100% no-repeat;
}

.l-footer-var03-middle-item {
  padding: 0 10px;
}
.l-footer-var03-middle-item:first-of-type {
  border-right: 1px solid #6c6c6c;
}

.l-footer-var03-middle-link {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
}
.l-footer-var03-middle-link:hover {
  border-bottom: none;
}

.l-footer-var03-bottom-item {
  width: 100%;
  background: #fafafa;
  margin-bottom: 15px;
}

.l-footer-var03-bottom-item:last-of-type {
  margin-bottom: 0;
}

.l-footer-var03-bottom-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0 15px 15px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #6c6c6c;
  border: 1px solid #d6d6d6;
  transition: 0.3s ease-in;
}

.l-footer-var03-bottom-link::before {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  background: #fafafa;
  border: 2px solid #6c6c6c;
}

.l-footer-var03-bottom-link::after {
  position: absolute;
  top: calc(50% + 3px);
  right: 10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  background: #fafafa;
  border: 2px solid #6c6c6c;
}

.l-footer-var03-bottom-link:hover {
  opacity: 0.7;
}

.l-footer-subnav-list {
  padding-left: 1.9em;
}

.l-footer-subnav-item {
  margin-bottom: 15px;
}
.l-footer-subnav-item:last-of-type {
  margin-bottom: 0;
}

.l-footer-subnav-link {
  color: #2a2a2a;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.l-footer-subnav-link:hover {
  opacity: 0.7;
}
.l-footer-subnav-link-sm {
  font-size: 14px;
}

.p-footer-copy {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #6c6c6c;
}

@media screen and (min-width: 1600px) {
  .l-footer-var02-wrap {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1450px) {
  .l-footer-inner {
    padding: 3.8vw 2.3vw 1.9vw 4.3vw;
  }
  .l-footer-var01-list {
    width: 330px;
  }
  .l-footer-var02-list {
    width: 700px;
    margin-right: 0;
  }
  .l-footer-var02-item:not(:first-of-type) {
    margin-left: 70px;
  }
  .l-footer-var02-item {
    margin-right: 0;
  }
}
@media screen and (max-width: 1250px) {
  .l-footer-var02-item:not(:first-of-type) {
    margin-left: 15px;
  }
  .l-footer-var03-wrap {
    width: 270px;
  }
  .l-footer-var02-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-inner {
    padding: 12.6666666667vw 0 6vw;
  }
  .l-footer-nav-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 9.3333333333vw;
  }
  .l-footer-var01-list {
    padding: 0 4vw;
    margin-bottom: 8vw;
    width: 100%;
  }
  .l-footer-var01-item {
    width: 100%;
    height: 17.3333333333vw;
  }
  .l-footer-var01-link {
    font-size: 3.7333333333vw;
  }
  .l-footer-var01-link span {
    font-size: 4.2666666667vw;
    margin-left: 0.6666666667vw;
  }
  .l-footer-var01-link::after {
    right: 4vw;
    width: 2.4vw;
    height: 2.4vw;
    border-width: 0.9333333333vw;
  }
  .l-footer-var02-list {
    width: 100%;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 7.3333333333vw;
    margin-right: 0;
    border-top: 0.2666666667vw solid #e5e5e5;
  }
  .l-footer-var02-item {
    margin-bottom: 0;
    padding-left: 4vw;
    border-bottom: 0.2666666667vw solid #e5e5e5;
    border-right: 0.2666666667vw solid #e5e5e5;
  }
  .l-footer-var02-item-position {
    margin-top: 0;
  }
  .l-footer-var02-item-nb {
    border-bottom: none;
  }
  .l-footer-var02-item:not(:first-of-type) {
    width: 50%;
    margin-left: 0;
  }
  .l-footer-var02-link {
    padding: 4.2666666667vw 0;
    padding-left: 2em;
    margin-bottom: 0;
    font-size: 4vw;
    letter-spacing: 0;
  }
  .l-footer-var02-link::before {
    top: 6.2666666667vw;
    width: 2vw;
    height: 2vw;
    border-width: 0.6666666667vw;
  }
  .l-footer-var02-item:nth-of-type(2n) {
    width: 50%;
  }
  .l-footer-var02-item:nth-of-type(2n+1) {
    width: 50%;
    margin-bottom: 0;
  }
  .l-footer-var03-wrap {
    width: 100%;
  }
  .l-footer-subnav-list {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  .l-footer-var03-top-list {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7.3333333333vw;
  }
  .l-footer-var03-top-item {
    display: inline-block;
    width: 50%;
    padding-left: 4vw;
    margin-bottom: 4vw;
  }
  .l-footer-var03-top-link {
    font-size: 3.4666666667vw;
  }
  .l-footer-var03-middle-list {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7.3333333333vw;
  }
  .l-footer-var03-middle-item {
    display: inline-block;
    padding: 0 2.6666666667vw;
  }
  .l-footer-var03-middle-link {
    font-size: 3.4666666667vw;
  }
  .l-footer-var03-bottom-list {
    width: 58vw;
    margin: 0 auto;
  }
  .l-footer-var03-bottom-item {
    border-width: 0.2666666667vw;
    margin-bottom: 3.3333333333vw;
  }
  .l-footer-var03-bottom-link {
    font-size: 3.4666666667vw;
    padding: 3.3333333333vw 0 3.3333333333vw 3.7333333333vw;
  }
  .l-footer-var03-bottom-link::before {
    width: 1.7333333333vw;
    height: 1.4666666667vw;
    border-width: 0.5333333333vw;
    right: 3.4666666667vw;
  }
  .l-footer-var03-bottom-link::after {
    width: 1.7333333333vw;
    height: 1.4666666667vw;
    border-width: 0.5333333333vw;
    right: 2.6666666667vw;
    top: calc(50% + 0.8vw);
  }
  .p-footer-copy {
    font-size: 2.6666666667vw;
    text-align: center;
  }
  .l-pagetop {
    right: 4vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    transition: 0.4s ease-in;
  }
  .l-pagetop::after {
    width: 2vw;
    height: 2vw;
    border-width: 0.6666666667vw;
  }
}
/*breadcrumb
-------------------------------------------------------*/
.l-breadcrumb-list-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.l-breadcrumb-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}

.l-breadcrumb-item {
  position: relative;
  padding: 0 25px;
}

.l-breadcrumb-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  transform: translateY(-50%) rotate(40deg);
  background-color: #d5d5d5;
}

.l-breadcrumb-item:first-of-type {
  padding-left: 0;
}

.l-breadcrumb-link {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.015em;
  font-weight: 500;
  color: #575757;
}

.l-breadcrumb-link:hover {
  opacity: 0.7;
}

.l-breadcrumb-item:last-of-type::after {
  display: none;
}

@media screen and (max-width: 1200px) {
  .l-breadcrumb-list {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .l-breadcrumb-list-wrap {
    padding: 0 4vw;
    overflow-x: scroll;
  }
  .l-breadcrumb-list {
    padding: 4vw 0;
    width: 97%;
  }
  .l-breadcrumb-item {
    padding: 0 4vw;
    font-size: 3.4666666667vw;
    white-space: nowrap;
  }
  .l-breadcrumb-link {
    font-size: 3.4666666667vw;
    white-space: nowrap;
  }
}
/*view more btn
-------------------------------------------------------*/
.p-viewbtn-bgw {
  background: #fff;
}
.p-viewbtn-bgb {
  background: #2a2a2a;
}

.p-viewbtn-rect {
  width: 240px;
  height: 65px;
  margin: 0 auto;
}

.p-viewbtn-left {
  margin-left: 0;
}

.p-viewbtn-rect-link {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-viewbtn-rect-link-red {
  color: #d82122;
}
.p-viewbtn-rect-link-black {
  color: #2a2a2a;
}
.p-viewbtn-rect-link-white {
  color: #fff;
}

.p-viewbtn-rect-link-red::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #d82122;
  border-right: 3px solid #d82122;
}

.p-viewbtn-rect-link-black::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #2a2a2a;
  border-right: 3px solid #2a2a2a;
}

.p-viewbtn-rect-link-white::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.p-viewbtn-rect-link:hover::after {
  animation: btnHover 0.4s 1 forwards;
}

.p-viewbtn-border {
  position: relative;
}

.p-viewbtn-border-link {
  position: relative;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.p-viewbtn-border-link-black {
  color: #2a2a2a;
}

.p-viewbtn-border-link::after {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 35%;
}

.p-viewbtn-border-link-black::after {
  border-color: #d82122;
}

.p-viewbtn-border-link:hover::after {
  animation: btnHover 0.4s 1 forwards;
}

.p-viewbtn-border::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
}
.p-viewbtn-border-black::after {
  background: #2a2a2a;
}

.p-viewbtn-ml {
  width: 155px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .p-viewbtn-ml {
    width: 24.6666666667vw;
    height: 6.6666666667vw;
  }
  .p-viewbtn-rect-link {
    font-size: 4vw;
  }
  .p-viewbtn-rect-link::after {
    right: 3.3333333333vw;
    width: 1.7333333333vw;
    height: 1.7333333333vw;
    border-width: 0.6666666667vw;
  }
  .p-viewbtn-border::after {
    height: 0.2666666667vw;
  }
  .p-viewbtn-link-black::after {
    border-width: 0.5333333333vw;
  }
  .p-viewbtn-border-link {
    font-size: 4.2666666667vw;
  }
  .p-viewbtn-border-link::after {
    width: 1.4666666667vw;
    height: 1.4666666667vw;
    border-width: 0.5333333333vw;
    top: 2.4vw;
    right: 0.6666666667vw;
  }
  .p-viewbtn-border-link-red::after {
    width: 2vw;
    height: 2vw;
    right: 0;
  }
  .p-viewbtn-border::before {
    height: 0.1333333333vw;
  }
  .p-viewbtn-link-border::after {
    top: 1.5vw;
    right: 1vw;
    width: 0.9333333333vw;
    height: 0.9333333333vw;
    border-width: 0.4vw;
  }
  .p-viewbtn-rect {
    width: 48vw;
    height: 13.3333333333vw;
  }
  .p-viewbtn-link-red::after {
    border-width: 0.5333333333vw;
  }
}
/*m-link-variety-wrap
------------------------------------------------*/
.m-link-variety-wrap {
  padding: 100px 0 125px;
  width: 100%;
}

.m-link-variety-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.m-link-variety01-list, .m-link-variety02-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-link-variety01-list-wrap {
  flex-wrap: wrap;
}
.m-link-variety01-list-wrap .m-link-variety01-item {
  margin-right: 40px;
  margin-bottom: 40px;
}
.m-link-variety01-list-wrap .m-link-variety01-item-mr0 {
  margin-right: 0;
}
.m-link-variety01-list-wrap .m-link-variety01-item:last-of-type {
  margin-bottom: 0;
}

.m-link-variety02-list {
  padding-top: 45px;
}

.m-link-variety01-item {
  width: 515px;
  height: 135px;
  background: #2a2a2a;
  margin-right: 40px;
}

.m-link-variety01-item:last-of-type {
  margin-right: 0;
}

.m-link-variety01-link {
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.m-link-variety01-link .p-gf-barlow {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.m-link-variety01-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.m-link-variety01-link:hover::after {
  animation: btnHover 0.4s forwards 1;
}

.m-link-variety01-text span {
  display: inline-block;
  margin-right: 10px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.m-exlink-variety01-item {
  transition: 0.3s ease-in;
}

.m-exlink-variety01-item:hover {
  background: rgba(42, 42, 42, 0.8);
}

.m-exlink-variety01-link {
  position: relative;
}

.m-exlink-variety01-link::after {
  border: initial;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background: url("../../images/common/icn_exlink_white.gif") center/100% 100% no-repeat;
}

.m-exlink-variety01-link:hover::after {
  opacity: 0.7;
  animation: initial;
}

.m-link-variety02-list {
  margin-bottom: 15px;
}

.m-link-variety02-item {
  border: 1px solid #d3d3d3;
  margin-right: 25px;
  background: #fafafa;
  width: 255px;
  height: 55px;
}

.m-link-variety02-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #575757;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-link-variety02-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .m-link-variety-wrap {
    padding: 11.3333333333vw 0 17.3333333333vw;
  }
  .m-link-variety01-list {
    flex-direction: column;
  }
  .m-link-variety01-list-wrap .m-link-variety01-item {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .m-link-variety01-item {
    margin-right: 0;
    margin-bottom: 4vw;
    width: 100%;
    height: 22.6666666667vw;
  }
  .m-link-variety01-item:last-of-type {
    margin-bottom: 0;
  }
  .m-link-variety01-link {
    font-size: 4.8vw;
  }
  .m-link-variety01-link::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-width: 0.5333333333vw;
    right: 4vw;
  }
  .m-link-variety01-link .p-gf-barlow {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-link-variety01-text span {
    font-size: 4vw;
    margin-right: 1.3333333333vw;
  }
  .m-exlink-variety01-link::after {
    width: 3.3333333333vw;
    height: 2.9333333333vw;
  }
  .m-link-variety02-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 5.3333333333vw;
  }
  .m-link-variety02-item {
    flex-grow: 1;
    margin-bottom: 4vw;
    width: auto;
    height: 14vw;
    margin: 0;
  }
  .m-link-variety02-link {
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
/*m-contact-wrap
-----------------------------------------*/
.m-contact-wrap {
  padding: 65px 0;
  width: 100%;
  background: url("../../images/common/bg_contact_pc.jpg") center/cover no-repeat;
}

.m-contact-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-contact-sub {
  position: relative;
  display: inline-block;
  width: 345px;
  height: 100px;
  border-left: 4px solid #898989;
  border-right: 4px solid #898989;
  padding-bottom: 10px;
  margin-right: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
.m-contact-sub .p-gf-barlow {
  position: relative;
  font-size: 4.3rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.m-contact-sub-text {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.m-contact-sub::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #898989 6px, transparent 6px, transparent 332px, #898989 332px, #898989 345px);
}

.m-contact-sub::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #898989 6px, transparent 6px, transparent 332px, #898989 332px, #898989 345px);
}

.m-contact-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-contact-department {
  margin-right: 30px;
}

.m-contact-company {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 15px;
}

.m-department-name {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.m-contact-tel {
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-bottom: 2px solid #adadad;
}

.m-contact-tel::before {
  position: absolute;
  top: 0;
  left: 5px;
  content: "";
  display: block;
  width: 30px;
  height: 28px;
  background: url("../../images/common/icn_contact.gif") center/100% 100% no-repeat;
}

.m-contact-mail {
  position: relative;
  padding-top: 15px;
}

.m-contact-mail-link {
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #2a2a2a;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 60px;
}

.m-contact-mail-link::before {
  position: absolute;
  bottom: 0;
  left: 5px;
  content: "";
  display: block;
  width: 28px;
  height: 20px;
  background: url("../../images/common/icn_mail.gif") center/100% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .m-contact-wrap {
    padding: 6.6666666667vw 0 8vw;
    background: url("../../images/common/bg_contact_sp.jpg") center/100% 100% no-repeat;
  }
  .m-contact-inner {
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8vw;
  }
  .m-contact-sub {
    width: 58vw;
    height: 16vw;
    border-width: 0.5333333333vw;
    margin-right: 0;
    padding-bottom: 2vw;
    margin-bottom: 6vw;
  }
  .m-contact-sub::before {
    height: 0.5333333333vw;
    left: -0.5333333333vw;
    width: calc(100% + 0.8vw);
    background: linear-gradient(90deg, #898989 0, #898989 1.4666666667vw, transparent 1.4666666667vw, transparent 56.6666666667vw, #898989 56.6666666667vw, #898989 57.3333333333vw);
  }
  .m-contact-sub::after {
    height: 0.5333333333vw;
    left: -0.5333333333vw;
    width: calc(100% + 0.8vw);
    background: linear-gradient(90deg, #898989 0, #898989 1.4666666667vw, transparent 1.4666666667vw, transparent 56.6666666667vw, #898989 56.6666666667vw, #898989 57.3333333333vw);
  }
  .m-contact-sub .p-gf-barlow {
    font-size: 7.3333333333vw;
  }
  .m-contact-sub .p-gf-barlow::before {
    top: 1.3333333333vw;
    width: 6.4vw;
    height: 6vw;
  }
  .m-contact-sub-text {
    font-size: 4vw;
  }
  .m-contact-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .m-contact-department {
    margin-bottom: 5.3333333333vw;
    margin-right: 0;
  }
  .m-contact-company {
    margin-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
    text-align: center;
  }
  .m-department-name {
    font-size: 5.0666666667vw;
    text-align: center;
  }
  .m-contact-detail {
    width: 100%;
  }
  .m-contact-tel {
    padding: 0 0 4vw 10.6666666667vw;
    border-bottom-width: 0.4vw;
  }
  .m-contact-tel a {
    position: relative;
    font-size: 6vw;
    display: block;
    background: #d82122;
    color: #fff;
    padding: 2.6666666667vw 0;
    text-align: center;
  }
  .m-contact-tel a::after {
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.6666666667vw solid #fff;
    border-right: 0.6666666667vw solid #fff;
  }
  .m-contact-tel::before {
    width: 5.8666666667vw;
    height: 5.4666666667vw;
    top: 40%;
    transform: translateY(-50%);
  }
  .m-contact-mail {
    padding-top: 4vw;
  }
  .m-contact-mail-link {
    padding-left: 10.6666666667vw;
    font-size: 4.8vw;
  }
  .m-contact-mail-link::before {
    width: 5.8666666667vw;
    height: 4.2666666667vw;
  }
}
/* common
---------------------------------------------------------------------------- */
.l-content {
  max-width: 1330px;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .l-content {
    width: 92vw;
  }
}
/* 下層ページMVパーツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* m-large-mv
--------------------------- */
.m-large-mv {
  position: relative;
  width: 100%;
  margin-top: 90px;
}
.m-large-mv-small {
  border-bottom: 1px solid #e5e5e5;
}

.m-large-mv-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.m-large-mv-img {
  width: 100%;
}
.m-large-mv-img img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1800px) {
  .m-large-mv-img {
    height: 500px;
    object-fit: cover;
    overflow: hidden;
  }
}
.m-large-mv-ttl {
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.m-large-mv-subttl {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-content {
    width: 92vw;
  }
  .m-large-mv-ttl {
    font-size: 6.9333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .m-large-mv-subttl {
    font-size: 4vw;
  }
  .m-business-desc {
    font-size: 4vw;
    line-height: 1.5;
    padding: 8.6666666667vw 0 10vw;
    text-align: left;
  }
}
/* m-small-mv
----------------------------- */
.m-small-mv {
  margin-top: 90px;
  border-bottom: 1px solid #e5e5e5;
}

.m-small-mv-img {
  width: 100%;
}
.m-small-mv-img img {
  width: 100%;
  display: block;
}

.m-small-mv-main {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-small-mv-subttl {
  padding-right: 30px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  border-right: 2px solid #d82122;
  white-space: nowrap;
}

.m-small-mv-ttl {
  padding-left: 30px;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
}

@media screen and (max-width: 1350px) {
  .m-small-mv .l-content {
    max-width: 1220px;
  }
}
@media screen and (max-width: 1200px) {
  .m-small-mv .l-content {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .m-small-mv {
    margin-top: 14.6666666667vw;
  }
  .m-small-mv-main {
    padding: 6vw 0;
  }
  .m-small-mv-main-pt {
    padding-top: 10.6666666667vw;
  }
  .m-small-mv-ttl {
    font-size: 5.8666666667vw;
    padding-left: 4vw;
  }
  .m-small-mv-subttl {
    font-size: 4vw;
    padding-right: 4vw;
    border-right-width: 0.4vw;
  }
}
/* 業務詳細ページパーツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*m-responsible-job
-----------------------------------*/
.m-responsible-job {
  background: #eaebec;
}

.m-responsible-job-inner {
  position: relative;
  top: -110px;
  background: #fff;
  padding: 60px 125px 55px;
  max-width: 1085px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.m-responsible-job-ttl {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 25px;
  border-right: 4px solid #d82122;
  border-left: 4px solid #d82122;
}

.m-responsible-job-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 35px 0;
  border-bottom: 1px solid #e5e5e5;
}

.m-responsible-job-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.m-responsible-job-img {
  width: 160px;
}

.m-responsible-job-desc-wrap {
  width: 590px;
  width: min(75%,590px);
}

.m-responsible-job-top {
  font-size: 2.6rem;
  line-height: 1.5384615385;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}

.m-responsible-job-desc {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.015em;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-responsible-job-item {
    flex-direction: column;
  }
  .m-responsible-job-img {
    width: 29.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
  .m-responsible-job-desc-wrap {
    width: 100%;
  }
  .m-responsible-job-inner {
    top: -14vw;
    padding: 10vw 4vw 6.6666666667vw;
  }
  .m-responsible-job-ttl {
    font-size: 6.4vw;
    margin-bottom: 0vw;
    padding: 0 6vw;
    border-width: 0.8vw;
  }
  .m-responsible-job-item {
    padding: 6vw 0;
    border-bottom-width: 0.2666666667vw;
  }
  .m-responsible-job-top {
    font-size: 5.6vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-responsible-job-desc {
    font-size: 4vw;
    line-height: 1.5;
  }
}
/*m-business-guidelines
-----------------------------------*/
.m-business-guidelines {
  margin-top: -50px;
  padding-bottom: 100px;
  background: #eaebec;
}

.m-business-guidelines-inner {
  background: #fff;
  padding: 60px 125px 55px;
  max-width: 1085px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.m-business-guidelines-ttl {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 25px;
  border-right: 4px solid #d82122;
  border-left: 4px solid #d82122;
}

.m-business-guidelines-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: left;
  margin-block: 35px 20px;
}

.m-business-guidelines-list {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: left;
}

.m-business-guidelines-item {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.m-business-guidelines-item:not(:last-of-type) {
  margin-bottom: 1em;
}

@media screen and (max-width: 1000px) {
  .m-business-guidelines-inner {
    padding: 5% 8%;
  }
}
@media screen and (max-width: 767px) {
  .m-business-guidelines {
    margin-top: 0;
    padding-bottom: 13.3333333333vw;
  }
  .m-business-guidelines-ttl {
    font-size: 6.4vw;
    margin-bottom: 0vw;
    padding: 0 6vw;
    border-width: 0.8vw;
  }
  .m-business-guidelines-txt {
    font-size: 4vw;
    margin-block: 5.3333333333vw 4vw;
  }
  .m-business-guidelines-list {
    font-size: 4vw;
  }
}
/* m-business-top-wrap
-------------------------------------*/
.m-business-top-wrap {
  background: #f5f5f5;
  padding: 50px 0 65px;
}

.m-business-top-message {
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #d82122;
  text-align: center;
}

.m-business-top-message-sub {
  position: relative;
  width: 145px;
  margin: 0px auto 50px;
  padding-bottom: 15px;
}

.m-business-top-message-sub::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background: #cdcdcd;
  content: "";
  display: block;
}

@media screen and (max-width: 1250px) {
  .m-business-top-message br.nosp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-business-top-wrap {
    padding: 6.6666666667vw 0vw 9.3333333333vw 0vw;
  }
  .m-business-top-message-sub {
    font-size: 5.0666666667vw;
    padding-bottom: 2.9333333333vw;
    margin-bottom: 8vw;
  }
  .m-business-top-message-sub::after {
    width: 0.4vw;
    height: 7.4666666667vw;
  }
  .m-business-top-message {
    font-size: 5.6vw;
  }
}
/* m-main-lead-wrap
---------------------------------------*/
.m-main-lead-wrap {
  padding: 130px 0 215px;
  background: url("../../images/business/bg_hr_main_pc.jpg") center/100% 100% no-repeat;
}
.m-main-lead-wrap .l-content {
  max-width: 1400px;
}

.m-lead-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.m-lead-img {
  width: 740px;
}
.m-lead-img img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.m-lead-desc-box {
  width: calc(100% - 740px);
  padding: 15px 45px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-lead-desc {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.015em;
  font-weight: 500;
}

@media screen and (max-width: 1450px) {
  .m-lead-desc-box {
    width: 40%;
    padding: min(25px,6%) min(20px,6%);
  }
  .m-lead-desc {
    font-size: 1.5rem;
  }
  .m-lead-img {
    width: 60%;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  .m-lead-img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  .m-main-lead-wrap {
    padding: 10.66667vw 0 24vw;
    background: url("../../images/top/bg_hr_main_sp.jpg") center/100% 100% no-repeat;
  }
  .m-main-lead-wrap .l-content {
    width: 80%;
  }
  .m-lead-inner {
    flex-direction: column;
  }
  .m-lead-img {
    width: 100%;
  }
  .m-lead-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .m-lead-desc-box {
    width: 100%;
    padding: 4% 5%;
  }
  .m-responsible-job-inner {
    padding: 5% 8%;
  }
}
@media screen and (max-width: 767px) {
  .m-main-lead-wrap {
    padding: 10.66667vw 0 24vw;
    background: url("../../images/top/bg_hr_main_sp.jpg") center/100% 100% no-repeat;
  }
  .m-lead-inner {
    flex-direction: column;
  }
  .m-lead-img {
    width: 100%;
  }
  .m-lead-img img {
    height: auto;
  }
  .m-lead-desc-box {
    width: 100%;
    padding: 6.66667vw 4vw 6.66667vw 4vw;
  }
  .m-lead-desc {
    padding: 0;
    font-size: 4vw;
    line-height: 1.5;
  }
}
/* 保険詳細・保険配下ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*m-insurance-service
------------------------------*/
.m-insurance-service {
  background: #f5f5f5;
}

.m-insurance-service-main {
  padding: 80px 0 70px;
  margin-right: auto;
  margin-bottom: 25px;
  max-width: 1400px;
  width: min(95%,1400px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1800px) {
  .m-insurance-service-main {
    margin: 0 auto;
  }
}
.m-insurance-service-desc {
  margin-bottom: 35px;
  margin-bottom: min(3%,35px);
}

.m-insurance-service-img {
  width: 860px;
  max-height: 450px;
  margin-right: 60px;
  margin-right: clamp(10px,3%,60px);
  width: min(60%,860px);
}

.m-insurance-service-desc-box {
  padding-top: 25px;
  width: 470px;
  width: min(50%,470px);
  padding-top: min(1%,25px);
}

.m-insurance-service-top {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 30px;
}

.m-insurance-service-desc {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.m-insurance-service-detail {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.m-insurance-detail-ttl::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #d82122;
}

.m-insurance-detail-item-wrap {
  padding: 55px 0 55px;
}

.m-insurance-detail-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-insurance-detail-item {
  background: #fafafa;
  border: 1px solid #d3d3d3;
  margin-right: 30px;
  margin-bottom: 40px;
}
.m-insurance-detail-item-mb {
  margin-bottom: 20px;
}

.m-insurance-detail-item-width {
  width: 360px;
}

.m-insurance-detail-item:last-of-type {
  margin-right: 0;
}

.m-insurance-detail-link {
  position: relative;
  color: #2a2a2a;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
  padding: 25px 45px 25px 35px;
}

.m-insurance-detail-link:hover {
  opacity: 0.7;
}

.m-insurance-detail-link::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url("../../images/insurance/icn_external_link.gif") center/cover no-repeat;
}

.m-insurance-detail-link-pdf {
  position: relative;
  margin-bottom: 0;
}

.m-insurance-detail-link-pdf::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 15px;
  height: 19.55px;
  background: url("../../images/common/icn_pdf.gif") center/contain no-repeat;
}

.m-insurance-detail-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}

.m-insurance-detail-text-lg {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 10px;
}
.m-insurance-detail-text-lg-margin {
  margin-bottom: 0;
}

.m-insurance-detail-text-ml {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #575757;
}

.m-insurance-detail-ttl {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.m-insurance-detail-ttl span {
  width: max-content;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #d82122;
  padding-right: 20px;
  background: #f5f5f5;
}

.m-insurance-detail-caution {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.m-insurance-text-pdf-wrap {
  text-align: center;
}

.m-insurance-text-pdf {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #d82122;
  display: inline-block;
  padding: 10px 25px 10px 0;
  margin: 0 auto;
  border-bottom: 2px solid #d82122;
  transition: 0.3s ease-in;
}

.m-insurance-text-pdf:hover {
  border-bottom-color: transparent;
}

.m-insurance-text-pdf::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 15px;
  height: 19.55px;
  background: url("../../images/common/icn_pdf.gif") center/100% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .m-insurance-service-main {
    padding: 10.6666666667vw 4vw 9.3333333333vw;
    flex-direction: column;
    width: 100%;
  }
  .m-insurance-service-img {
    width: 100%;
  }
  .m-insurance-service-desc-box {
    padding-top: 0;
    width: 100%;
  }
  .m-insurance-service-desc-box {
    padding: 6.6666666667vw 4vw 4.6666666667vw;
  }
  .m-insurance-service-top {
    margin-bottom: 6.6666666667vw;
    font-size: 6.4vw;
  }
  .m-insurance-service-desc {
    font-size: 3.8666666667vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.6;
  }
  .m-insurance-service-desc:last-of-type {
    margin-bottom: 0;
  }
  .m-insurance-detail-ttl {
    padding-bottom: 4vw;
  }
  .m-insurance-detail-ttl::after {
    height: 0.2666666667vw;
    transform: translateY(0);
    top: 100%;
  }
  .m-insurance-service-detail {
    width: 84vw;
  }
  .m-insurance-detail-list {
    flex-direction: column;
  }
  .m-insurance-detail-item-wrap {
    padding: 9.3333333333vw 0 17.3333333333vw;
  }
  .m-insurance-detail-item {
    width: 100%;
    height: 18.6666666667vw;
    border-width: 0.2666666667vw;
    margin-right: 0;
    margin-bottom: 4.6666666667vw;
  }
  .m-insurance-detail-item-mb {
    margin-bottom: 2.6666666667vw;
  }
  .m-insurance-detail-item-width {
    width: 100%;
  }
  .m-insurance-detail-item:last-of-type {
    margin-bottom: 0;
  }
  .m-insurance-detail-item-mb:last-of-type {
    margin-bottom: 3.3333333333vw;
  }
  .m-insurance-detail-desc {
    font-size: 3.8666666667vw;
    text-align: left;
    margin-bottom: 4vw;
  }
  .m-insurance-detail-link {
    height: 20vw;
    padding: 2.6666666667vw 0;
  }
  .m-insurance-detail-link::after {
    width: 3.6vw;
    height: 2.9333333333vw;
    right: 6vw;
    background-size: 100% 100%;
  }
  .m-insurance-detail-link-pdf::after {
    width: 4vw;
    height: 5.0666666667vw;
  }
  .m-insurance-detail-text-lg {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
  .m-insurance-detail-text-lg-margin {
    margin-bottom: 0;
  }
  .m-insurance-detail-text-ml {
    font-size: 3.2vw;
  }
  .m-insurance-detail-ttl span {
    font-size: 5.3333333333vw;
    padding: 0 0 0 0;
  }
  .m-insurance-text-pdf {
    font-size: 4vw;
    padding: 2vw 6vw 2vw 0vw;
    border-bottom-width: 0.4vw;
  }
  .m-insurance-text-pdf::after {
    width: 4vw;
    height: 5.0666666667vw;
  }
  .m-insurance-detail-caution {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    padding-top: 6vw;
  }
}
/*.m-declaration-inner
-------------------------------*/
.m-declaration-inner {
  padding: 80px 0 90px;
}

.m-declaration-introduction-desc {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.m-declaration-introduction-desc {
  margin-bottom: 90px;
}

.m-declaration-item {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
}

.m-declaration-item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-declaration-inner {
    padding: 10.6666666667vw 0vw 14.6666666667vw 0vw;
  }
  .m-declaration-introduction-desc {
    font-size: 4vw;
    margin-bottom: 9.3333333333vw;
  }
  .m-declaration-item {
    font-size: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}
/* 会社情報ページ共通パーツ
---------------------------------------------------------------------------- */
.m-company-menu-list {
  padding: 85px 0 135px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}

.m-company-menu-item {
  width: 300px;
  height: 140px;
  background: #3a3a3a;
}

.m-company-menu-item:last-of-type {
  margin-right: 0;
}

.m-company-menu-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.m-company-menu-link .p-gf-barlow {
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.m-company-menu-link .p-gf-barlow-les {
  letter-spacing: 0.02em;
  font-size: 17px;
}
.m-company-menu-link .m-company-menu-text {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
}

.m-company-menu-link:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.m-company-menu-link:hover:after {
  animation: btnHover 0.4s ease-in forwards;
}

@media screen and (max-width: 1350px) {
  .m-company-menu-list {
    max-width: 1200px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-company-inner {
    padding: 10.6666666667vw 0 16.6666666667vw;
  }
  .m-company-inner-top {
    flex-direction: column;
    margin-bottom: 8vw;
  }
  .m-company-inner-top-main {
    width: 100%;
    border-right: none;
    border-bottom: 0.9333333333vw solid #d82122;
    padding: 7.3333333333vw 0 7.3333333333vw 5.3333333333vw;
  }
  .m-company-inner-top-ttl {
    font-size: 6.4vw;
    margin-bottom: 2vw;
  }
  .m-company-inner-top-subttl {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-company-menu-list {
    padding: 11.3333333333vw 4vw 18.6666666667vw;
    flex-direction: column;
    gap: 0;
  }
  .m-company-menu-item {
    margin-bottom: 5.3333333333vw;
    width: 100%;
    height: 22vw;
  }
  .m-company-menu-item:last-of-type {
    margin-bottom: 0;
  }
  .m-company-menu-link .m-company-menu-text {
    font-size: 4.8vw;
  }
  .m-company-menu-link .p-gf-barlow {
    font-size: 6vw;
    margin-bottom: 0;
  }
  .m-company-menu-link .p-gf-barlow-les {
    font-size: 3.7333333333vw;
  }
  .m-company-menu-text {
    font-size: 4.8vw;
  }
  .m-company-menu-link::after {
    width: 2vw;
    height: 2vw;
    border-width: 0.5333333333vw;
    right: 4vw;
  }
}
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.6666666667vw !important;
  }
  .spfs49 {
    font-size: 6.5333333333vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.2666666667vw !important;
  }
  .spfs46 {
    font-size: 6.1333333333vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.8666666667vw !important;
  }
  .spfs43 {
    font-size: 5.7333333333vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.4666666667vw !important;
  }
  .spfs40 {
    font-size: 5.3333333333vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.0666666667vw !important;
  }
  .spfs37 {
    font-size: 4.9333333333vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.6666666667vw !important;
  }
  .spfs34 {
    font-size: 4.5333333333vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.2666666667vw !important;
  }
  .spfs31 {
    font-size: 4.1333333333vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.8666666667vw !important;
  }
  .spfs28 {
    font-size: 3.7333333333vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.4666666667vw !important;
  }
  .spfs25 {
    font-size: 3.3333333333vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.0666666667vw !important;
  }
  .spfs22 {
    font-size: 2.9333333333vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.6666666667vw !important;
  }
  .spfs19 {
    font-size: 2.5333333333vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.2666666667vw !important;
  }
  .spfs16 {
    font-size: 2.1333333333vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.8666666667vw !important;
  }
  .spfs13 {
    font-size: 1.7333333333vw !important;
  }
  .spfs12 {
    font-size: 1.6vw !important;
  }
  .spfs11 {
    font-size: 1.4666666667vw !important;
  }
  .spfs10 {
    font-size: 1.3333333333vw !important;
  }
  .spfs9 {
    font-size: 1.2vw !important;
  }
  .spfs8 {
    font-size: 1.0666666667vw !important;
  }
  .spfs7 {
    font-size: 0.9333333333vw !important;
  }
  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

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

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.3333333333vw !important;
  }
  .spmb100 {
    margin-bottom: 13.3333333333vw !important;
  }
  .spml100 {
    margin-left: 13.3333333333vw !important;
  }
  .spmr100 {
    margin-right: 13.3333333333vw !important;
  }
  .spmt95 {
    margin-top: 12.6666666667vw !important;
  }
  .spmb95 {
    margin-bottom: 12.6666666667vw !important;
  }
  .spml95 {
    margin-left: 12.6666666667vw !important;
  }
  .spmr95 {
    margin-right: 12.6666666667vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spmt85 {
    margin-top: 11.3333333333vw !important;
  }
  .spmb85 {
    margin-bottom: 11.3333333333vw !important;
  }
  .spml85 {
    margin-left: 11.3333333333vw !important;
  }
  .spmr85 {
    margin-right: 11.3333333333vw !important;
  }
  .spmt80 {
    margin-top: 10.6666666667vw !important;
  }
  .spmb80 {
    margin-bottom: 10.6666666667vw !important;
  }
  .spml80 {
    margin-left: 10.6666666667vw !important;
  }
  .spmr80 {
    margin-right: 10.6666666667vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spmt70 {
    margin-top: 9.3333333333vw !important;
  }
  .spmb70 {
    margin-bottom: 9.3333333333vw !important;
  }
  .spml70 {
    margin-left: 9.3333333333vw !important;
  }
  .spmr70 {
    margin-right: 9.3333333333vw !important;
  }
  .spmt65 {
    margin-top: 8.6666666667vw !important;
  }
  .spmb65 {
    margin-bottom: 8.6666666667vw !important;
  }
  .spml65 {
    margin-left: 8.6666666667vw !important;
  }
  .spmr65 {
    margin-right: 8.6666666667vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spmt55 {
    margin-top: 7.3333333333vw !important;
  }
  .spmb55 {
    margin-bottom: 7.3333333333vw !important;
  }
  .spml55 {
    margin-left: 7.3333333333vw !important;
  }
  .spmr55 {
    margin-right: 7.3333333333vw !important;
  }
  .spmt50 {
    margin-top: 6.6666666667vw !important;
  }
  .spmb50 {
    margin-bottom: 6.6666666667vw !important;
  }
  .spml50 {
    margin-left: 6.6666666667vw !important;
  }
  .spmr50 {
    margin-right: 6.6666666667vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spmt40 {
    margin-top: 5.3333333333vw !important;
  }
  .spmb40 {
    margin-bottom: 5.3333333333vw !important;
  }
  .spml40 {
    margin-left: 5.3333333333vw !important;
  }
  .spmr40 {
    margin-right: 5.3333333333vw !important;
  }
  .spmt35 {
    margin-top: 4.6666666667vw !important;
  }
  .spmb35 {
    margin-bottom: 4.6666666667vw !important;
  }
  .spml35 {
    margin-left: 4.6666666667vw !important;
  }
  .spmr35 {
    margin-right: 4.6666666667vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spmt25 {
    margin-top: 3.3333333333vw !important;
  }
  .spmb25 {
    margin-bottom: 3.3333333333vw !important;
  }
  .spml25 {
    margin-left: 3.3333333333vw !important;
  }
  .spmr25 {
    margin-right: 3.3333333333vw !important;
  }
  .spmt20 {
    margin-top: 2.6666666667vw !important;
  }
  .spmb20 {
    margin-bottom: 2.6666666667vw !important;
  }
  .spml20 {
    margin-left: 2.6666666667vw !important;
  }
  .spmr20 {
    margin-right: 2.6666666667vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spmt10 {
    margin-top: 1.3333333333vw !important;
  }
  .spmb10 {
    margin-bottom: 1.3333333333vw !important;
  }
  .spml10 {
    margin-left: 1.3333333333vw !important;
  }
  .spmr10 {
    margin-right: 1.3333333333vw !important;
  }
  .spmt5 {
    margin-top: 0.6666666667vw !important;
  }
  .spmb5 {
    margin-bottom: 0.6666666667vw !important;
  }
  .spml5 {
    margin-left: 0.6666666667vw !important;
  }
  .spmr5 {
    margin-right: 0.6666666667vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.3333333333vw !important;
  }
  .sppb100 {
    padding-bottom: 13.3333333333vw !important;
  }
  .sppl100 {
    padding-left: 13.3333333333vw !important;
  }
  .sppr100 {
    padding-right: 13.3333333333vw !important;
  }
  .sppt95 {
    padding-top: 12.6666666667vw !important;
  }
  .sppb95 {
    padding-bottom: 12.6666666667vw !important;
  }
  .sppl95 {
    padding-left: 12.6666666667vw !important;
  }
  .sppr95 {
    padding-right: 12.6666666667vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppt85 {
    padding-top: 11.3333333333vw !important;
  }
  .sppb85 {
    padding-bottom: 11.3333333333vw !important;
  }
  .sppl85 {
    padding-left: 11.3333333333vw !important;
  }
  .sppr85 {
    padding-right: 11.3333333333vw !important;
  }
  .sppt80 {
    padding-top: 10.6666666667vw !important;
  }
  .sppb80 {
    padding-bottom: 10.6666666667vw !important;
  }
  .sppl80 {
    padding-left: 10.6666666667vw !important;
  }
  .sppr80 {
    padding-right: 10.6666666667vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppt70 {
    padding-top: 9.3333333333vw !important;
  }
  .sppb70 {
    padding-bottom: 9.3333333333vw !important;
  }
  .sppl70 {
    padding-left: 9.3333333333vw !important;
  }
  .sppr70 {
    padding-right: 9.3333333333vw !important;
  }
  .sppt65 {
    padding-top: 8.6666666667vw !important;
  }
  .sppb65 {
    padding-bottom: 8.6666666667vw !important;
  }
  .sppl65 {
    padding-left: 8.6666666667vw !important;
  }
  .sppr65 {
    padding-right: 8.6666666667vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppt55 {
    padding-top: 7.3333333333vw !important;
  }
  .sppb55 {
    padding-bottom: 7.3333333333vw !important;
  }
  .sppl55 {
    padding-left: 7.3333333333vw !important;
  }
  .sppr55 {
    padding-right: 7.3333333333vw !important;
  }
  .sppt50 {
    padding-top: 6.6666666667vw !important;
  }
  .sppb50 {
    padding-bottom: 6.6666666667vw !important;
  }
  .sppl50 {
    padding-left: 6.6666666667vw !important;
  }
  .sppr50 {
    padding-right: 6.6666666667vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppt40 {
    padding-top: 5.3333333333vw !important;
  }
  .sppb40 {
    padding-bottom: 5.3333333333vw !important;
  }
  .sppl40 {
    padding-left: 5.3333333333vw !important;
  }
  .sppr40 {
    padding-right: 5.3333333333vw !important;
  }
  .sppt35 {
    padding-top: 4.6666666667vw !important;
  }
  .sppb35 {
    padding-bottom: 4.6666666667vw !important;
  }
  .sppl35 {
    padding-left: 4.6666666667vw !important;
  }
  .sppr35 {
    padding-right: 4.6666666667vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppt25 {
    padding-top: 3.3333333333vw !important;
  }
  .sppb25 {
    padding-bottom: 3.3333333333vw !important;
  }
  .sppl25 {
    padding-left: 3.3333333333vw !important;
  }
  .sppr25 {
    padding-right: 3.3333333333vw !important;
  }
  .sppt20 {
    padding-top: 2.6666666667vw !important;
  }
  .sppb20 {
    padding-bottom: 2.6666666667vw !important;
  }
  .sppl20 {
    padding-left: 2.6666666667vw !important;
  }
  .sppr20 {
    padding-right: 2.6666666667vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppt10 {
    padding-top: 1.3333333333vw !important;
  }
  .sppb10 {
    padding-bottom: 1.3333333333vw !important;
  }
  .sppl10 {
    padding-left: 1.3333333333vw !important;
  }
  .sppr10 {
    padding-right: 1.3333333333vw !important;
  }
  .sppt5 {
    padding-top: 0.6666666667vw !important;
  }
  .sppb5 {
    padding-bottom: 0.6666666667vw !important;
  }
  .sppl5 {
    padding-left: 0.6666666667vw !important;
  }
  .sppr5 {
    padding-right: 0.6666666667vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
