@charset "UTF-8";
/* CSS Document */
.u-red {
  color: #D22D26;
}

/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NS-500.woff2") format("woff2"), url("fonts/NS-500.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NS-900.woff2") format("woff2"), url("fonts/NS-900.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NS-900-vertical.woff2") format("woff2"), url("fonts/NS-900-vertical.woff2") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  font-size: 100%;
}

ul, ol {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: baseline;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------
　Base
---------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1530px) {
  html {
    font-size: 0.6535947712vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8em;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ct {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

span.txt_bold {
  color: #D22D26;
  font-weight: 900;
}

span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #E8FF44));
  background: linear-gradient(transparent 80%, #E8FF44 80%);
}

.c-inner {
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 5%;
  }
}

.caption {
  color: #707070;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-top: 1rem;
  word-break: break-all;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .caption {
    font-size: 1rem;
  }
}
.caption a {
  color: #707070;
}

/* ================== */
/*  btn　　　　　　　　*/
/* ================== */
.btn-internal,
.btn-web,
.btn-tel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 31.5rem;
  margin: 3rem auto;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-internal,
  .btn-web,
  .btn-tel {
    width: 100%;
  }
}
.btn-internal:after,
.btn-web:after,
.btn-tel:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -0.4rem;
  bottom: -0.6rem;
  border: 1px solid #000;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .btn-internal,
  .btn-web,
  .btn-tel {
    width: 96%;
    margin: 2rem auto;
  }
}
.btn-internal a,
.btn-web a,
.btn-tel a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 1rem 6rem 1rem 2rem;
  width: 100%;
  height: 100%;
  min-height: 7.1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
  z-index: 2;
  position: relative;
  z-index: 2;
}
.btn-internal a:before,
.btn-web a:before,
.btn-tel a:before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .btn-internal a:before,
  .btn-web a:before,
  .btn-tel a:before {
    right: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-internal a,
  .btn-web a,
  .btn-tel a {
    font-size: 1.5rem;
    padding: 1rem 6rem 1rem 2rem;
    line-height: 1.5;
  }
}
.btn-internal a .small,
.btn-web a .small,
.btn-tel a .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btn-internal a .small,
  .btn-web a .small,
  .btn-tel a .small {
    font-size: 1.5rem;
  }
}
.btn-internal a:hover,
.btn-web a:hover,
.btn-tel a:hover {
  opacity: 1;
}

.btn-web {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-web a {
  background: #E8FF44;
  color: #000;
}
.btn-web a:before {
  width: 3.7rem;
  height: 3rem;
  background-image: url(img/icn_outlink.svg);
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .btn-web:hover {
    opacity: 0.6;
  }
}

.btn-internal {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-internal a {
  background: #D22D26;
}
.btn-internal a:before {
  width: 3.7rem;
  height: 3rem;
  background-image: url(img/icn_arrow_internal.svg);
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .btn-internal:hover {
    opacity: 0.6;
  }
}

.btn-tel a {
  background: #000;
}
.btn-tel a:before {
  width: 1.2rem;
  height: 1.9rem;
  right: 2.5rem;
  background-image: url(img/icn_tel.svg);
}
@media screen and (min-width: 768px) {
  .btn-tel {
    pointer-events: none;
  }
}

.btn-link {
  display: block;
  text-align: right;
}
.btn-link a {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  padding-right: 4rem;
  position: relative;
  text-decoration: underline;
}
.btn-link a:before {
  content: "";
  width: 2.4rem;
  height: 2.3rem;
  background: url(img/icn_arrow_circlered.svg) no-repeat left top/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .btn-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.btn-double .btn-internal,
.btn-double .btn-web,
.btn-double .btn-tel {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .btn-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-double .btn-internal,
  .btn-double .btn-web,
  .btn-double .btn-tel {
    margin: 0 auto;
  }
}

.catchbtn {
  width: 31.5rem;
  margin: 5rem auto;
  position: relative;
}
.catchbtn .txt {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  position: relative;
  padding: 0 0 0.7rem 5rem;
  z-index: 2;
}
.catchbtn .txt:before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.8rem;
  background: url(img/icn_cathcbtn.svg) no-repeat center center/contain;
  position: absolute;
  left: 2rem;
  bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .catchbtn {
    width: 96%;
  }
}
.catchbtn .btn-web, .catchbtn .btn-internal, .catchbtn .btn-tel {
  margin: 0;
}

/*--------------------------------------
　Header
---------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header {
    background: none;
  }
}
.l-header.is-on, .l-header.is-show {
  opacity: 1;
  pointer-events: auto;
}
.l-header-wrap {
  border-bottom: 1px solid #000;
  height: 7rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header-wrap {
    display: block;
    background: #F2F2F2;
    padding-left: 2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 0rem;
    right: -100vw;
    width: calc(100vw - 0rem);
    height: calc(100svh - 0rem);
    overflow-y: scroll;
  }
  .l-header-wrap.is-active {
    right: 0;
  }
}
.l-header-logo {
  width: 26.9rem;
  height: 3.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    margin-top: 2rem;
    width: 22.7rem;
  }
}
.l-header-logo a {
  display: inline-block;
}
.l-header-btnlist {
  margin-right: 7.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-btnlist {
    margin: 2rem 0;
  }
}
.l-header-btnlist ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-btnlist ul {
    display: block;
  }
}
.l-header-btnlist ul li a {
  display: inline-block;
  position: relative;
  padding: 0.8rem 4.7rem 0.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .l-header-btnlist ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: start;
            flex-direction: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
    color: #fff;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    height: 5.8rem;
  }
}
.l-header-btnlist ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: url(img/icn_arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-header-btnlist ul li a:after {
    background: url(img/icn_arrow_red.svg) no-repeat center center/contain;
    width: 2.1rem;
    height: 2.1rem;
  }
}
.l-header-btnlist ul li.m-outlink {
  margin-left: 1rem;
}
.l-header-btnlist ul li.m-outlink a {
  padding: 0.5rem 7.5rem 0.5rem 1.5rem;
  background: #E8FF44;
}
.l-header-btnlist ul li.m-outlink a:after {
  background: url(img/icn_outlink.svg) no-repeat center center/contain;
  width: 3.7rem;
  height: 3rem;
  right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-btnlist ul li + li {
    margin-top: 0.5rem;
  }
}
.l-header-nav {
  background: #F2F2F2;
  opacity: 0;
  position: absolute;
  height: calc(100vh - 7rem);
  overflow-y: scroll;
  top: 7rem;
  width: 51.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    opacity: 1;
    height: auto;
    width: 100%;
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .l-header-nav {
    right: -51.5rem;
  }
  .l-header-nav.is-active {
    opacity: 1;
    right: 0;
  }
}
.l-header-nav .-wrap {
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav .-wrap {
    padding: 0 1rem 0 0;
  }
}
.l-header-nav li {
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .l-header-nav li {
    font-size: 1.4rem;
  }
}
.l-header-nav li .categoryttl {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 2rem 3rem 2rem 0;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-nav li .categoryttl:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav li .categoryttl {
    padding: 1.5rem 3rem 1.5rem 0;
  }
}
.l-header-nav li .categoryttl:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.8rem;
  height: 2.8rem;
  background: url(img/icn_arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-nav li .categoryttl:after {
    width: 2rem;
    height: 2rem;
  }
}
.l-header-nav li .categoryttl.is-active:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.l-header-nav li .undernav {
  display: none;
  background: #fff;
}
.l-header-nav li .undernav li a {
  font-size: 1.7rem;
  display: block;
  padding: 1.3rem 3rem 1.3rem 2rem;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header-nav li .undernav li a {
    font-size: 1.3rem;
    padding: 0.4rem 2rem;
  }
}
.l-header-nav li .undernav li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url(img/icn_arrow_simple.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-header-nav li .undernav li a:after {
    right: 1rem;
  }
}
.l-header-nav li .categorylink {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 2rem 3rem 2rem 0;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-nav li .categorylink:hover {
    opacity: 0.6;
  }
}
.l-header-nav li .categorylink:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.8rem;
  height: 2.8rem;
  background: url(img/icn_arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header-nav li .categorylink:after {
    width: 2rem;
    height: 2rem;
  }
}
.l-header-toggle {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.6rem;
  height: 6.6rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-toggle:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .l-header-toggle {
    top: 1rem;
    right: 1rem;
    -webkit-transform: none;
            transform: none;
    background: #fff;
    width: 6rem;
    height: 6rem;
  }
}
.l-header-toggle span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3.2rem;
  height: 1px;
  background-color: #000;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .l-header-toggle span {
    width: 3.2rem;
  }
}
.l-header-toggle span:nth-of-type(1) {
  top: calc(50% - 1.2rem);
}
@media screen and (max-width: 767px) {
  .l-header-toggle span:nth-of-type(1) {
    top: calc(50% - 10px);
  }
}
.l-header-toggle span:nth-of-type(2) {
  top: calc(50% - 0.1rem);
}
@media screen and (max-width: 767px) {
  .l-header-toggle span:nth-of-type(2) {
    top: calc(50% - 2px);
  }
}
.l-header-toggle span:nth-of-type(3) {
  bottom: calc(50% - 1.2rem);
}
@media screen and (max-width: 767px) {
  .l-header-toggle span:nth-of-type(3) {
    bottom: calc(50% - 7px);
  }
}
.l-header-toggle.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(1.2rem) rotate(30deg);
          transform: translateY(1.2rem) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .l-header-toggle.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(30deg);
            transform: translateY(8px) rotate(30deg);
  }
}
.l-header-toggle.is-open span:nth-of-type(2) {
  opacity: 0;
}
.l-header-toggle.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-1.1rem) rotate(-30deg);
          transform: translateY(-1.1rem) rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .l-header-toggle.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-30deg);
            transform: translateY(-8px) rotate(-30deg);
  }
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
  margin-bottom: 1.8rem;
  color: #979797;
  font-size: 1rem;
  white-space: nowrap;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  #pankuzu {
    padding-bottom: 0.8rem;
  }
}
#pankuzu a {
  color: #979797;
  padding-right: 0.5rem;
  margin-left: 0.5rem;
}

#pankuzu::-webkit-scrollbar {
  display: none;
}

/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer {
  background: #000;
  padding-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 3rem;
  }
}
.l-footer-pagetop {
  position: fixed;
  right: 5%;
  bottom: 2rem;
  width: 5rem;
  height: 5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-footer-pagetop {
    right: 5%;
  }
}
.l-footer-pagetop.is-foot {
  position: absolute;
  bottom: auto;
  top: -2.5rem;
}
.l-footer-pagetop a {
  display: block;
}
.l-footer-pagetop a img {
  width: 100%;
  height: auto;
}
.l-footer-main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-main {
    display: block;
  }
}
.l-footer-head {
  width: 31.4rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head {
    width: 19rem;
    margin: 0 auto 2.5rem;
  }
}
.l-footer-head .-logo {
  width: 31.4rem;
  height: 18.1rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head .-logo {
    width: 19rem;
    height: 10.9rem;
    margin-bottom: 0;
  }
}
.l-footer-head .-txt {
  color: #fff;
  position: relative;
}
.l-footer-head .-txt span {
  display: inline-block;
  font-size: 2.2rem;
  padding-right: 1rem;
  font-weight: 900;
  background: #000;
  position: relative;
  z-index: 1;
  margin: 0.3rem 0.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head .-txt span {
    font-size: 1.3rem;
  }
}
.l-footer-head .-txt:after {
  content: "";
  width: calc(100% - 1rem);
  height: 0.7rem;
  background: url(img/line_footerlogo.svg) no-repeat right center/100% 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-footer-head .-txt:after {
    height: 0.5rem;
  }
}
.l-footer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer-body .-box {
  color: #fff;
}
.l-footer-body .-box a, .l-footer-body .-box span {
  display: inline-block;
  color: #fff;
  padding-right: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-box a, .l-footer-body .-box span {
    padding: 1rem 3rem 1rem 0;
  }
}
.l-footer-body .-box a:after, .l-footer-body .-box span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.5rem;
  background: url(img/icn_arrow_simplered.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-box a:after, .l-footer-body .-box span:after {
    background-image: url(img/icn_arrow_circlered.svg);
    width: 2rem;
    height: 2rem;
  }
}
.l-footer-body .-box .ttl {
  border-bottom: 1px solid #D22D26;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-box .ttl {
    margin-bottom: 0;
  }
  .l-footer-body .-box .ttl.js-spAccordion a, .l-footer-body .-box .ttl.js-spAccordion span {
    pointer-events: none;
  }
  .l-footer-body .-box .ttl.js-spAccordion a:after, .l-footer-body .-box .ttl.js-spAccordion span:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .l-footer-body .-box .ttl.js-spAccordion.is-active a:after, .l-footer-body .-box .ttl.js-spAccordion.is-active span:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
.l-footer-body .-box .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-box .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .l-footer-body .-box .list.js-spAccordion-body {
    display: none;
  }
}
.l-footer-body .-box .list li a {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-box .list li a {
    display: block;
    padding: 0.7rem 3.5rem 0.7rem 2rem;
    background: #707070;
  }
  .l-footer-body .-box .list li a:after {
    background-image: url(img/icn_arrow_simplewh.svg);
    width: 1.4rem;
    height: 0.8rem;
    right: 1.5rem;
  }
}
.l-footer-body .-box .list li + li {
  margin-top: 0.2rem;
}
.l-footer-body .-box + .-box {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .-box + .-box {
    margin-top: 0;
  }
}
.l-footer-bottom {
  padding-bottom: 2rem;
  margin-top: 8.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-bottom {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}
.l-footer-bottom .l-footer-disclaimer {
  border: 1px solid #fff;
  padding: 1rem 2rem;
  line-height: 1.6;
  width: 53.6rem;
  font-size: 1.2rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-bottom .l-footer-disclaimer {
    width: 100%;
    padding: 1rem 3rem;
  }
}
.l-footer-bottom .l-footer-note {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-bottom .l-footer-note {
    width: 100%;
  }
}
.l-footer-copyright {
  background: #D22D26;
  padding: 0.5rem 0;
  text-align: center;
  position: relative;
}
.l-footer-copyright .-copy {
  color: #fff;
  font-size: 1rem;
}
.l-footer-copyright .-copy a {
  color: #fff;
}
.l-footer-copyright .-sitemap {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer-copyright .-sitemap a {
  color: #fff;
}

/*--------------------------------------
　固定バナー
---------------------------------------*/
.l-fixedbtn {
  position: fixed;
  left: 0;
  bottom: 0rem;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.l-fixedbtn .btn-web {
  width: 25.4rem;
  margin: 0;
}
.l-fixedbtn .btn-web:after {
  content: none;
}
.l-fixedbtn .btn-web a {
  padding-right: 5rem;
}
.l-fixedbtn.is-on {
  opacity: 1;
  pointer-events: auto;
}
.l-fixedbtn.is-foot {
  opacity: 0;
  pointer-events: none;
}

/*--------------------------------------
　PageTop
---------------------------------------*/
/*--------------------------------------
　検索フォーム
---------------------------------------*/
/*--------------------------------------
　検索結果
---------------------------------------*/
/* ================== */
/*  Simplebar　　　　　*/
/* ================== */
.simplebar-scrollbar {
  top: 0 !important;
}

.simplebar-scrollbar::before {
  background: #C7C7C7 !important;
  border-radius: 10px;
  height: 3px !important;
  opacity: 1 !important;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: #DFDFDF !important;
  border: 1px solid #C7C7C7;
  height: 5px !important;
  padding: 0;
  border-radius: 10px;
}

/* ================== */
/*  下層ヘッダ　*/
/* ================== */
.l-page-head {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-page-head {
    padding-top: 6.7rem;
  }
}
.l-page-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  background: url(img/bg_pageheader_pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .l-page-head:before {
    height: 10rem;
    background-image: url(img/bg_pageheader_sp.jpg);
  }
}
.l-page-head .-inner {
  position: relative;
  width: 120.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-page-head .-inner {
    width: 100%;
  }
}
.l-page-head .-txt {
  display: block;
  width: 42.7rem;
  background: #000;
  padding: 1.5rem 1.5rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-page-head .-txt {
    width: 80%;
    margin: 0 auto;
    padding: 0.3rem 1.2rem 1.2rem;
  }
}
.l-page-head .-txt .subttl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-page-head .-txt .subttl {
    font-size: 1.1rem;
  }
}
.l-page-head .-txt .subttl span {
  background: #000;
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 0;
  position: relative;
  z-index: 2;
}
.l-page-head .-txt .subttl:before {
  content: "";
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 1rem;
  width: calc(100% - 1rem);
  height: 0.5rem;
  background: url(img/line_pagehead.svg) no-repeat left top/100% 0.5rem;
  z-index: 0;
}
.l-page-head .-txt .ttl {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-page-head .-txt .ttl {
    margin-bottom: 0.7rem;
  }
}
.l-page-head .-txt .lead {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}
.l-page-head .-txt .sponsor {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.l-page-body {
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-page-body {
    padding-top: 1.5rem;
    margin-bottom: 8rem;
  }
}
.l-page-body:before {
  content: "";
  width: 120.5rem;
  height: 28.1rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-page-body:before {
    width: 100%;
  }
}
.l-page-body .body-head h1 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page-body .body-head h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
.l-page-body .body-head h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 14.8rem;
  background: #D22D26;
}
.l-page-body .body-head .sponsor {
  color: #707070;
  margin-bottom: 3rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-page-body .body-head .sponsor {
    line-height: 1.2;
  }
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
/* ================== */
/*  目次　　　　　*/
/* ================== */
.toc__wrap {
  border-top: 1px solid #C7C7C7;
  max-width: 63.1rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.toc__wrap:before {
  content: "";
  width: 11.1rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/txt_index.svg) no-repeat center center/contain;
  z-index: -1;
}

.toc__wrap .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1.2rem 0 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .toc__wrap .ttl {
    margin: 1rem 0 0 1rem;
  }
}

#toc {
  padding: 0 7.5rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #toc {
    padding: 0 1rem 0;
  }
}
#toc.is-open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

#toc .chapter {
  padding: 0;
  overflow: hidden;
  min-height: 8.5rem;
}

#toc.is-open .chapter {
  height: auto;
}

#toc .chapter-h {
  font-size: 1.4rem;
  margin: 0.8rem 0 0;
  color: #444;
}

#toc .chapter-h a {
  line-height: 1.4;
  color: #444;
  text-decoration: none;
  padding: 0;
  display: inline-block;
}

#toc .chapter-h a:hover {
  text-decoration: underline;
}

#toc .chapter-h br {
  display: none;
}

#toc .chapter .chapter-h {
  padding: 0 0 0.6rem 1.7rem;
  background: none;
  position: relative;
}

#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}

#toc .chapter > .chapter-h.chapter-h-two {
  counter-increment: mycounter;
  position: relative;
  list-style: none;
  padding-left: 3.2rem;
}

#toc .chapter > .chapter-h.chapter-h-two::before {
  content: counter(mycounter, decimal-leading-zero) ".";
  color: #D22D26;
  position: absolute;
  top: 0.2rem;
  left: 0;
  border: none;
  line-height: 1;
  font-size: inherit;
  height: auto;
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
}

#toc .chapter .chapter-h-three {
  font-size: 1.4rem;
  margin: 0.4rem 0 0.4rem 2.5rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #toc .chapter .chapter-h-three {
    margin: 0 0 0 1.5rem;
  }
}

#toc .chapter-h.chapter-h-three::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  margin: 0;
  line-height: 1;
  width: 1.2rem;
  height: 0.8rem;
  background: url(img/icn_chapter.svg) no-repeat center center/contain;
}

.toc__wrap .more {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%);
  padding: 3rem 0;
  position: relative;
  margin-top: -3rem;
}
.toc__wrap .more:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #C7C7C7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.toc__wrap .more .toc_morebtn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 10.5rem;
  height: 3.7rem;
  border: 1px solid #C7C7C7;
  padding: 0 1rem;
  margin: 0 auto;
  background: #fff;
  position: relative;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .toc__wrap .more .toc_morebtn:hover {
    opacity: 0.6;
  }
}
.toc__wrap .more .toc_morebtn:after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 1rem;
  background: url(img/icn_toc_open.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.toc__wrap .more.is-active {
  background: none;
  margin-top: 0rem;
}
.toc__wrap .more.is-active .toc_morebtn:after {
  background-image: url(img/icn_toc_close.svg);
}

/* ================== */
/*  下層パーツ　*/
/* ================== */
.page-content {
  overflow-x: hidden;
}
.page-content h2 a, .page-content h3 a, .page-content h4 a, .page-content h5 a, .page-content h6 a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 4rem;
}
.page-content h2 a:before, .page-content h3 a:before, .page-content h4 a:before, .page-content h5 a:before, .page-content h6 a:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(img/icn_arrow_circlered.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .page-content h2 a:before, .page-content h3 a:before, .page-content h4 a:before, .page-content h5 a:before, .page-content h6 a:before {
    right: -1rem;
  }
}
.page-content h2:not([class]) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  padding: 2rem;
  min-height: 7.9rem;
  margin: 6rem 0 2rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-content h2:not([class]) {
    padding-bottom: 3rem;
  }
}
.page-content h2:not([class]):before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.page-content h2:not([class]) a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-content h2:not([class]) a {
    padding-right: 0;
  }
}
.page-content h3:not([class]) {
  position: relative;
  padding: 0 0 1rem 3.5rem;
  margin: 4rem 0 2rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  border-bottom: 1px solid #C7C7C7;
}
.page-content h3:not([class]):before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.6rem;
  height: 1px;
  background: #D22D26;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-content h3:not([class]) a {
    padding-right: 2rem;
  }
}
.page-content h4:not([class]) {
  background: #f2f2f2;
  padding: 0.7rem 3rem;
  margin: 4rem 0 2rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
}
.page-content h4:not([class]):before {
  content: "";
  position: absolute;
  background: #DBDBDB;
  width: 0.2rem;
  height: 1.6rem;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-content h4:not([class]):before {
    height: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .page-content h4:not([class]) a {
    padding-right: 0;
  }
}
.page-content h5:not([class]) {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 4rem 0 2rem;
}
.page-content h6:not([class]) {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 2rem 0;
}
.page-content h2.checkttl, .page-content h3.checkttl, .page-content h4.checkttl, .page-content h5.checkttl, .page-content h6.checkttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #000;
  color: #fff;
  border: none;
  font-size: 2.4rem;
  font-weight: 900;
  padding: 3.5rem 2rem 3.5rem 16rem;
  min-height: 7.9rem;
  margin: 2rem 0;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-content h2.checkttl, .page-content h3.checkttl, .page-content h4.checkttl, .page-content h5.checkttl, .page-content h6.checkttl {
    margin-top: 4rem;
    padding: 1.5rem 2rem 3.5rem;
    font-size: 2rem;
    text-align: center;
  }
}
.page-content h2.checkttl:before, .page-content h3.checkttl:before, .page-content h4.checkttl:before, .page-content h5.checkttl:before, .page-content h6.checkttl:before {
  content: "";
  position: absolute;
  top: auto;
  -webkit-transform: none;
          transform: none;
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.page-content h2.checkttl a, .page-content h3.checkttl a, .page-content h4.checkttl a, .page-content h5.checkttl a, .page-content h6.checkttl a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-content h2.checkttl a, .page-content h3.checkttl a, .page-content h4.checkttl a, .page-content h5.checkttl a, .page-content h6.checkttl a {
    padding-right: 0;
  }
}
.page-content h2.checkttl .icn, .page-content h3.checkttl .icn, .page-content h4.checkttl .icn, .page-content h5.checkttl .icn, .page-content h6.checkttl .icn {
  background: #E8FF44;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 13.5rem;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-content h2.checkttl .icn, .page-content h3.checkttl .icn, .page-content h4.checkttl .icn, .page-content h5.checkttl .icn, .page-content h6.checkttl .icn {
    width: 8.3rem;
    height: 2.9rem;
    padding: 0.8rem 1.5rem 0.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -2.9rem;
  }
}
.page-content h2.checkttl .icn img, .page-content h3.checkttl .icn img, .page-content h4.checkttl .icn img, .page-content h5.checkttl .icn img, .page-content h6.checkttl .icn img {
  width: 10.3rem;
}
.page-content ul {
  margin: 2rem 0;
}
.page-content ul li {
  position: relative;
  padding-left: 1.7rem;
  line-height: 1.5;
}
.page-content ul li + li {
  margin-top: 0.5rem;
}
.page-content ul li:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #D22D26;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.page-content ol {
  margin: 2rem 0;
  counter-reset: my-counter;
}
.page-content ol li {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.5;
}
.page-content ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  position: absolute;
  left: 0.1rem;
  top: 0;
  width: 1.6rem;
  text-align: center;
  z-index: 2;
}
.page-content ol li:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #000;
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 1;
}
.page-content ol li + li {
  margin-top: 1.2rem;
}
.page-content p {
  margin: 2rem 0;
}
.page-content table {
  margin: 4rem auto;
  width: 95%;
  border-collapse: collapse;
  border-left: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (max-width: 767px) {
  .page-content table {
    width: 100%;
  }
}
.page-content table th,
.page-content table td {
  font-weight: normal;
  font-size: 1.5rem;
  border-right: 1px solid #C7C7C7;
  border-top: 1px solid #C7C7C7;
  padding: 0.8rem 2rem 0.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-content table th,
  .page-content table td {
    font-size: 1.4rem;
    padding: 1.2rem 1rem;
    text-align: center;
  }
}
.page-content table th {
  background: #E2E2E2;
}
.page-content table a {
  text-decoration: underline;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .page-content table.blocktable th, .page-content table.blocktable td {
    display: block;
    width: 100%;
  }
}
.page-content .scroll-table-wrap {
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .page-content .scroll-table-wrap {
    padding-bottom: 1rem;
    margin: 4rem 0;
    overflow: auto;
    width: 104%;
  }
  .page-content .scroll-table-wrap p.sp-only {
    text-align: center;
    margin: 0;
  }
  .page-content .scroll-table-wrap table.scroll-table {
    margin: 0 4% 0 0;
    width: auto;
  }
  .page-content .scroll-table-wrap table.scroll-table th,
  .page-content .scroll-table-wrap table.scroll-table td {
    white-space: nowrap;
    width: auto;
  }
}
.page-content .scroll-table-wrap::-webkit-scrollbar {
  display: none;
}
.page-content .float-wrap {
  margin: 4rem 0;
}
.page-content .float-wrap p {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-content .float-wrap p {
    margin: 1.5rem 0;
  }
}
.page-content .float-wrap table {
  width: auto;
  margin: 0;
}
.page-content .float-wrap .catch {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .page-content .float-wrap .catch {
    font-size: 1.8rem;
  }
}
.page-content .float-wrap.ct {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-content .float-wrap.ct {
    width: 100%;
  }
}
.page-content .float-wrap.ct p {
  text-align: left;
}
.page-content .float-img img {
  width: 100%;
}
.page-content .float-img.ct {
  margin: 0 auto 2rem;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .page-content .float-img.ct {
    width: 100%;
  }
}
.page-content .float-img.ct .caption {
  margin-top: 0.8rem;
  line-height: 1.4;
}
.page-content .float-img.fl,
.page-content .float-img.fr {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .page-content .float-img.fl,
  .page-content .float-img.fr {
    width: 100%;
  }
}
.page-content .float-img.fl .caption,
.page-content .float-img.fr .caption {
  margin-top: 0.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-content .float-img.fl .caption,
  .page-content .float-img.fr .caption {
    margin-bottom: 1rem;
  }
}
.page-content .float-img.fl {
  margin-right: 4rem;
}
.page-content .float-img.fr {
  margin-left: 4rem;
}

/* ================== */
/*  採用情報　　　　　*/
/* ================== */
.recruitmap {
  margin: 10rem 0;
  padding: 4.5rem 0 3rem;
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitmap {
    margin: 6rem 0;
    padding: 2rem 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.recruitmap-txt {
  position: absolute;
  top: 9rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recruitmap-txt {
    position: static;
  }
}
.recruitmap-txt .-lead {
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruitmap-txt .-lead {
    font-size: 1.5rem;
  }
}
.recruitmap-txt .-lead a {
  color: #D22D26;
  text-decoration: underline;
}
.recruitmap-txt .-ttl {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.4;
  background: #000;
  padding: 1.3rem 2.3rem;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .recruitmap-txt .-ttl {
    margin: 1rem 0;
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
}
.recruitmap-main {
  padding-right: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitmap-main {
    padding-right: 0;
  }
}
.recruitmap-main .-fig {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitmap-main .-fig {
    position: absolute;
    top: -3rem;
    left: -6%;
    right: 0;
  }
}
.recruitmap-main .-fig svg {
  width: 80.8rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruitmap-main .-fig svg {
    width: 108%;
    height: auto;
    margin: 0 auto;
  }
}
.recruitmap-main .-fig .line {
  fill: #E3E3E3;
}
.recruitmap-main .-fig .areaparts {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  fill: #E3E3E3;
}
@media screen and (max-width: 767px) {
  .recruitmap-main .-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 5rem 0 11rem;
  }
}
.recruitmap-main .-links a {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #D22D26;
  width: 13.3rem;
  height: 6.4rem;
  font-size: 2.5rem;
  font-weight: 700;
  border: 1px solid #D22D26;
  background: #fff;
  padding-right: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitmap-main .-links a {
    position: relative;
    width: 100%;
    height: 5.4rem;
    font-size: 1.5rem;
    padding-right: 1.5rem;
  }
}
.recruitmap-main .-links a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/icn_map_open.svg) no-repeat center center/contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.7rem;
  height: 2.7rem;
}
@media screen and (max-width: 767px) {
  .recruitmap-main .-links a:before {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.recruitmap-main .-links a:after {
  content: none;
  position: absolute;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .recruitmap-main .-links a:hover {
    background: #FFE3E3;
    opacity: 1;
  }
  .recruitmap-main .-links a:hover:after {
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .recruitmap-main .-links a.m-hokkaido_tohoku {
    width: 14.8rem;
    height: 8.9rem;
    left: calc(50% + 21rem);
    top: calc(50% - 16rem);
  }
  .recruitmap-main .-links a.m-kanto {
    left: calc(50% + 19rem);
    top: calc(50% + 6rem);
  }
  .recruitmap-main .-links a.m-chubu {
    left: calc(50% - 1rem);
    top: calc(50% + 5rem);
  }
  .recruitmap-main .-links a.m-kinki {
    left: calc(50% - 8.5rem);
    top: calc(50% + 16rem);
  }
  .recruitmap-main .-links a.m-chugoku_shikoku {
    left: calc(50% - 23.5rem);
    top: calc(50% + 18rem);
    height: 8.9rem;
  }
  .recruitmap-main .-links a.m-kyushu_okinawa {
    width: 11.4rem;
    height: 8.9rem;
    left: calc(50% - 42.5rem);
    top: calc(50% + 13.5rem);
  }
}
.recruitmap-modal .modal-content {
  background: #fff;
  position: relative;
}
.recruitmap-modal .modal-header {
  text-align: center;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruitmap-modal .modal-header {
    top: -2rem;
  }
}
.recruitmap-modal .modal-header .ttl {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 900;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .recruitmap-modal .modal-header .ttl {
    font-size: 1.5rem;
    padding-right: 1.5rem;
  }
}
.recruitmap-modal .modal-header .ttl span:not(.pc-only) {
  background: #D22D26;
  display: inline-block;
  padding: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .recruitmap-modal .modal-header .ttl span:not(.pc-only) {
    margin-right: 1.5srem;
    padding: 1.5rem;
  }
}
.recruitmap-modal .modal-body {
  text-align: center;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .recruitmap-modal .modal-body svg {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .recruitmap-modal .modal-body {
    padding: 7rem 2rem;
  }
  .recruitmap-modal .modal-body .-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .recruitmap-modal .modal-body .-grid a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    border: 1px solid #D22D26;
    height: 5.4rem;
    position: relative;
    font-size: 1.7rem;
    font-weight: 900;
    color: #D22D26;
  }
  .recruitmap-modal .modal-body .-grid a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.7rem;
    height: 1.7rem;
    background: url(img/icn_arrow_redwh.svg) no-repeat center center/contain;
  }
  .recruitmap-modal .modal-body .-grid a.m-nolink {
    color: #C7C7C7;
    background: #F2F2F2;
    border-color: #F2F2F2;
  }
  .recruitmap-modal .modal-body .-grid a.m-nolink:after {
    display: none;
  }
}
.recruitmap-modal .modal-body .prefname {
  isolation: isolate;
  fill: #D22D26;
}
.recruitmap-modal .modal-body .circle {
  fill: #D22D26;
}
.recruitmap-modal .modal-body .wrap {
  fill: #e9e9e9;
  stroke: #D22D26;
}
.recruitmap-modal .modal-body .arrow {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 4;
  stroke-width: 1px;
}
.recruitmap-modal .modal-body .line {
  fill: none;
  stroke: #C7C7C7;
}
.recruitmap-modal .modal-body a * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .recruitmap-modal .modal-body a:hover {
    opacity: 1;
  }
  .recruitmap-modal .modal-body a:hover .wrap {
    fill: #D22D26;
  }
  .recruitmap-modal .modal-body a:hover .circle {
    fill: #fff;
  }
  .recruitmap-modal .modal-body a:hover .arrow {
    stroke: #D22D26;
  }
  .recruitmap-modal .modal-body a:hover .prefname {
    fill: #fff;
  }
}
.recruitmap-modal .modal-body .m-nolink .wrap {
  stroke: #e9e9e9;
}
.recruitmap-modal .modal-body .m-nolink .circle {
  display: none;
}
.recruitmap-modal .modal-body .m-nolink .arrow {
  display: none;
}
.recruitmap-modal .modal-body .m-nolink .prefname {
  fill: #C7C7C7;
}

.mfp-content {
  max-width: 90rem;
  margin: 0 auto;
}

.mfp-close-btn-in .mfp-close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: url(img/icn_map_close.svg) no-repeat center center/contain;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .mfp-close-btn-in .mfp-close {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    background-image: url(img/icn_map_close_wh.svg);
  }
}

/* ================== */
/*  サマリー　　　　　*/
/* ================== */
.summary {
  position: relative;
  padding: 4rem 0 5rem;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .summary {
    margin: 5rem 0;
    padding: 6rem 0 4rem;
  }
}
.summary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.summary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 50vw - 10px);
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .summary:after {
    width: calc(100% + 4rem);
  }
}
.summary .summary-headline {
  color: #D22D26;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding: 0 0 0 4.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .summary .summary-headline {
    font-size: 2rem;
    padding-left: 3rem;
  }
}
.summary .summary-headline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #D22D26;
}
.summary .summary-detail {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 0 0 0 5rem;
  margin-bottom: 4rem;
}
.summary .summary-detail span{
  background: linear-gradient(transparent 80%, #E8FF44 80%);
  color:#000
}
@media screen and (max-width: 767px) {
  .summary .summary-detail {
    padding-left: 3rem;
  }
}
.summary .btn-double {
  margin: 0 auto;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .summary .btn-double {
    gap: 1rem;
    margin-left: 0.8rem;
  }
  .summary .btn-double .btn-internal {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .summary .btn-double .btn-web {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.summary.m-summary:before {
  right: -22rem;
  width: 60.8rem;
  height: 8.9rem;
  background: url(img/txt_summary.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .summary.m-summary:before {
    width: 22.7rem;
    height: 3.3rem;
    left: 0;
    right: 0;
    top: 2px;
    margin: 0 auto;
  }
}
.summary.m-point:before {
  width: 35.1rem;
  height: 8.9rem;
  background: url(img/txt_point.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .summary.m-point:before {
    width: 13rem;
    height: 3.3rem;
    left: 0;
    right: 0;
    top: 2px;
    margin: 0 auto;
  }
}
.summary.m-check:before {
  width: 39.5rem;
  height: 8.9rem;
  background: url(img/txt_check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .summary.m-check:before {
    width: 14.6rem;
    height: 3.3rem;
    left: 0;
    right: 0;
    top: 2px;
    margin: 0 auto;
  }
}

/* ================== */
/*  SPONSORED BY（監修　　　*/
/* ================== */
.supervision {
  position: relative;
  margin: 5rem 0 10rem;
  background: url(img/bg_supervision_pc.jpg) no-repeat center top/100% auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .supervision {
    margin-top: 12rem;
    background-image: url(img/bg_supervision_sp.jpg);
    padding: 0 5.5% 3rem;
    width: 112%;
    margin-left: -5.5%;
  }
}
.supervision:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D22D26;
}
@media screen and (max-width: 767px) {
  .supervision:after {
    width: 88%;
    right: 0;
    margin: 0 auto;
  }
}
.supervision-wrap {
  padding: 23rem 55.1rem 0.1rem 3rem;
}
@media screen and (max-width: 767px) {
  .supervision-wrap {
    padding: 16.5rem 0 4rem;
    text-align: center;
  }
}
.supervision-headline {
  position: relative;
  background: #000;
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.7;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .supervision-headline {
    font-size: 2rem;
  }
}
.supervision-headline span {
  background: #D22D26;
  display: inline-block;
  padding: 1rem 2rem;
  margin-right: 1rem;
}
.supervision-headline:before {
  content: "";
  position: absolute;
  top: -3.7rem;
  left: 0;
  width: 38.5rem;
  height: 3.7rem;
  background: url(img/txt_supervision.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .supervision-headline:before {
    width: 26rem;
    top: -3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.supervision-img {
  position: absolute;
  right: 0;
  top: 20.5rem;
  width: 51.1rem;
}
@media screen and (max-width: 767px) {
  .supervision-img {
    width: 100%;
    position: static;
    margin-top: 2rem;
  }
}
.supervision-img img {
  width: 100%;
}
.supervision-detail p {
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .supervision-detail p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.supervision-detail p + p {
  margin-top: 3rem;
}
.supervision .btn-double {
  margin: 0.5rem 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .supervision .btn-double .btn-internal a, .supervision .btn-double .btn-web a {
    min-height: 8.6rem;
  }
}
@media screen and (max-width: 767px) {
  .supervision .btn-link {
    margin: 4rem 0 0;
  }
}

/* ================== */
/*  VOICE　　　*/
/* ================== */
.voice {
  position: relative;
  margin: 3rem;
}
@media screen and (max-width: 767px) {
  .voice {
    margin: 6rem 0 0 0;
  }
}
.voice-img {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .voice-img {
    top: -4rem;
    z-index: 2;
  }
}
.voice-img .-img {
  width: 14.8rem;
  height: 14.8rem;
}
@media screen and (max-width: 767px) {
  .voice-img .-img {
    margin: 0 auto;
  }
}
.voice-img .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-img .-name {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
}
.voice-txt {
  background: #f2f2f2;
  padding: 3.5rem 4rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-txt {
    padding: 15rem 2rem 6rem;
  }
}
.voice-txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18.2rem;
  height: 1px;
  background: #D22D26;
}
@media screen and (max-width: 767px) {
  .voice-txt:before {
    content: none;
  }
}
.voice-txt:after {
  content: "";
  position: absolute;
  top: 6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25.5px 0 25.5px 44px;
  border-color: transparent transparent transparent #F2F2F2;
}
@media screen and (max-width: 767px) {
  .voice-txt:after {
    content: none;
  }
}
.voice-txt .-headline {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-txt .-headline {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
}
.voice-txt .-tags {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .voice-txt .-tags {
    gap: 1rem;
  }
}
.voice-txt .-tags .tag {
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 767px) {
  .voice-txt .-tags .tag {
    font-size: 1.2rem;
  }
}
.voice-txt .-detail {
  font-size: 1.5rem;
  line-height: 1.8;
}
.voice.m-rightimg {
  padding-right: 19rem;
}
@media screen and (max-width: 767px) {
  .voice.m-rightimg {
    padding-right: 0;
  }
}
.voice.m-rightimg .voice-img {
  right: 0;
}
@media screen and (max-width: 767px) {
  .voice.m-rightimg .voice-img {
    left: 0;
    margin: 0 auto;
  }
}
.voice.m-rightimg .voice-txt:after {
  right: -3.4rem;
}
.voice.m-leftimg {
  padding-left: 19rem;
}
@media screen and (max-width: 767px) {
  .voice.m-leftimg {
    padding-left: 0;
  }
}
.voice.m-leftimg .voice-img {
  left: 0;
}
@media screen and (max-width: 767px) {
  .voice.m-leftimg .voice-img {
    right: 0;
    margin: 0 auto;
  }
}
.voice.m-leftimg .voice-txt:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: -3.4rem;
}

/* ================== */
/*  VOICEBOX	　　　*/
/* ================== */
.voicebox {
  margin: 10rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .voicebox {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
  }
}
.voicebox .voicebox-unit {
  border: 1px solid #000;
  position: relative;
  margin: 0 3rem 2rem 0;
  background: #fff;
  padding: 4rem 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .voicebox .voicebox-unit {
    margin: 0 0 2rem;
  }
}
.voicebox .voicebox-unit:after {
  content: "";
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  width: calc(100% + 3rem);
  height: calc(100% - 4rem);
  background: #000 url(img/bg_voicebox_pc.png) no-repeat center center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .voicebox .voicebox-unit:after {
    bottom: -2rem;
    height: calc(100% - 2rem);
    background-image: url(img/bg_voicebox_sp.png);
  }
}
.voicebox .voicebox-unit .-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .voicebox .voicebox-unit .-head {
    position: relative;
    padding: 2rem 0 0 0;
  }
}
.voicebox .voicebox-unit .-head .icn {
  width: 8.2rem;
  height: 10.6rem;
}
@media screen and (max-width: 767px) {
  .voicebox .voicebox-unit .-head .icn {
    width: 6.9rem;
    height: 8.6rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -8rem;
    background: #fff;
  }
}
.voicebox .voicebox-unit .-head .ttl {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-left: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .voicebox .voicebox-unit .-head .ttl {
    font-size: 2rem;
    margin-left: 0;
    text-align: center;
  }
}
.voicebox .voicebox-unit .-head .ttl .small {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .voicebox .voicebox-unit .-head .ttl .small {
    font-size: 1.6rem;
  }
}
.voicebox .voicebox-unit .-detail {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .voicebox .voicebox-unit .-detail {
    font-size: 1.4rem;
  }
}
.voicebox .voicebox-unit .-link {
  color: #707070;
  font-size: 1.1rem;
}
.voicebox .voicebox-unit .-link a {
  color: #707070;
}

/* ================== */
/*  INTERVIEW	　　　*/
/* ================== */
.interview {
  margin: 2rem 0 6rem;
  position: relative;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .interview {
    margin: 7rem 0;
    padding-top: 4rem;
  }
}
.interview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 148.2rem;
  height: 19.7rem;
  background: url(img/txt_interview.svg) no-repeat center center/cover;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .interview:before {
    width: 36.2rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .interview-wrap {
    position: relative;
  }
}
.interview-head {
  background: #D22D26;
  color: #fff;
  padding: 5rem 26rem 4rem 6rem;
  position: relative;
  width: 86.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .interview-head {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 45, 38)), color-stop(1%, rgb(210, 45, 38)), color-stop(rgb(210, 45, 38)), color-stop(rgba(210, 45, 38, 0)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom, rgb(210, 45, 38) 0%, rgb(210, 45, 38) 1%, rgb(210, 45, 38) calc(100% - 9.3rem), rgba(210, 45, 38, 0) calc(100% - 9.3rem), rgba(125, 185, 232, 0) 100%);
    padding: 1rem 2rem 6rem;
    width: 100%;
  }
}
.interview-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85.2rem;
  height: 6.6rem;
  background: url(img/txt_interview_2ton.svg) no-repeat center center/contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .interview-head:before {
    width: 32.2rem;
    height: 2.6rem;
  }
}
.interview-head .-headline {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 900;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview-head .-headline {
    font-size: 2rem;
    letter-spacing: -0.05rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.interview-head .-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview-head .-info {
    display: block;
  }
}
.interview-head .-info .name {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .interview-head .-info .name {
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
  }
}
.interview-head .-info .name .small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .interview-head .-info .name .small {
    font-size: 1.2rem;
  }
}
.interview-head .-info .tags {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .interview-head .-info .tags {
    display: block;
    margin-bottom: 0;
  }
}
.interview-head .-info .tags .tag {
  font-size: 1.5rem;
  font-weight: 900;
  background: #000;
  color: #fff;
  padding: 0.3rem 1rem 0.4rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .interview-head .-info .tags .tag {
    font-size: 1.1rem;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .interview-head .-info .tags br + .tag {
    margin-top: 0.5rem;
  }
}
.interview-img {
  position: absolute;
  right: calc(50% - 47rem);
  top: 14rem;
  width: 36rem;
  height: 51.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .interview-img {
    width: 12.4rem;
    height: 17.8rem;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 2;
  }
}
.interview-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-bg {
  position: absolute;
  right: 0;
  top: 8rem;
  width: 43rem;
  height: 57.2rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .interview-bg {
    width: 100%;
    height: 9.3rem;
    top: auto;
    bottom: 0;
    right: 0;
  }
}
.interview-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-detail {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-top: 3rem;
  padding-right: 46rem;
}
@media screen and (max-width: 767px) {
  .interview-detail {
    padding-right: 0;
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2.2;
  }
}

/* ================== */
/*  スケジュール　　　　*/
/* ================== */
.schedule {
  position: relative;
  margin: 6rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .schedule {
    margin-bottom: 8rem;
  }
}
.schedule-headline {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-headline {
    padding-bottom: 0;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.schedule-headline img {
  width: 9.3rem;
}
@media screen and (max-width: 767px) {
  .schedule-headline img {
    width: 6.6rem;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 0.5rem;
  }
}
.schedule-headline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #D22D26;
}
@media screen and (max-width: 767px) {
  .schedule-headline:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
.schedule-sliderhead {
  margin-bottom: 4rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .schedule-sliderhead {
    position: relative;
    z-index: 2;
    margin-bottom: 2.5rem;
  }
}
.schedule-sliderhead .-ttl {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .schedule-sliderhead .-ttl {
    font-size: 2rem;
  }
}
.schedule-sliderhead .-arrows {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .schedule-sliderhead .-arrows {
    position: absolute;
    bottom: -9.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }
}
.schedule-sliderhead .-arrows .slick-arrow {
  width: 3.3rem;
  height: 3.4rem;
  background: url(img/icn_arrow_slider.svg) no-repeat center center/contain;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .schedule-sliderhead .-arrows .slick-arrow:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .schedule-sliderhead .-arrows .slick-arrow.slick-prev {
    position: absolute;
    left: -0.5rem;
  }
}
.schedule-sliderhead .-arrows .slick-arrow.slick-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .schedule-sliderhead .-arrows .slick-arrow.slick-next {
    position: absolute;
    right: -0.3rem;
  }
}
.schedule-slider {
  position: relative;
  width: 100vw;
  left: calc(50% - 55.5rem);
}
@media screen and (max-width: 767px) {
  .schedule-slider {
    left: -6%;
  }
}
.schedule-slider:before {
  content: "";
  width: 100vw;
  height: 6.3rem;
  background: #e9e9e9;
  position: absolute;
  top: 4rem;
  left: 2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .schedule-slider:before {
    left: 0;
  }
}
.schedule-slider .slick-list {
  display: -webkit-box;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.schedule-slider .-slide {
  width: 28.8rem;
}
@media screen and (max-width: 767px) {
  .schedule-slider .-slide {
    width: auto;
  }
}
.schedule-slider .-slide .wrap {
  margin: 0 0.5rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-slider .-slide .wrap {
    margin: 0 auto;
    width: 26.8rem;
  }
}
.schedule-slider .-slide .wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25rem;
}
.schedule-slider .-slide .img {
  width: 25rem;
  height: 14rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-slider .-slide .img {
    width: 100%;
    height: auto;
  }
}
.schedule-slider .-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.schedule-slider .-slide .img .time {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-weight: 900;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
}
.schedule-slider .-slide .txt {
  width: 25rem;
  padding-bottom: 2rem;
}
.schedule-slider .-slide .txt .ttl {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-slider .-slide .txt .ttl {
    margin: 2rem 0;
  }
}
.schedule-slider .-slide .txt .detail {
  font-size: 1.5rem;
}

/* ================== */
/*  FAQ　　　　*/
/* ================== */
.faq .faq-unit .-q {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 6rem;
  background: #e9e9e9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq .faq-unit .-q {
    font-size: 1.55rem;
    padding: 0 0 0 4rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    min-height: 3rem;
  }
}
.faq .faq-unit .-q:before {
  content: "";
  width: 4.2rem;
  height: 4.2rem;
  background: url(img/icn_faq_q.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .faq .faq-unit .-q:before {
    width: 3rem;
    height: 3rem;
  }
}
.faq .faq-unit .-q:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105%;
  z-index: -1;
}
.faq .faq-unit .-a {
  padding: 2rem 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .faq .faq-unit .-a {
    padding: 1rem 0 0 1rem;
  }
}
.faq .faq-unit .-a .ttl {
  color: #D22D26;
  font-size: 1.7rem;
  font-weight: 900;
  position: relative;
  padding: 0.2rem 1rem 1rem 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .faq .faq-unit .-a .ttl {
    padding: 0 1rem 1rem 2.5rem;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.faq .faq-unit .-a .ttl:before {
  content: "";
  width: 2.8rem;
  height: 2.3rem;
  background: url(img/icn_faq_a.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .faq .faq-unit .-a .ttl:before {
    width: 1.7rem;
    height: 1.4rem;
    top: 0.6rem;
  }
}
.faq .faq-unit .-a .detail {
  padding-left: 4rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .faq .faq-unit .-a .detail {
    font-size: 1.4rem;
    padding-left: 2.5rem;
  }
}
.faq .faq-unit + .faq-unit {
  margin-top: 4rem;
}

/* ================== */
/*  関連記事　　　　　*/
/* ================== */
.recommend {
  background: #fff;
  padding: 1rem 2rem 2rem 5.5rem;
  width: 63.1rem;
  margin: 10rem auto;
  position: relative;
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (max-width: 767px) {
  .recommend {
    width: 100%;
    margin: 4rem 0 8rem;
    padding: 1rem 1.5rem;
  }
}
.recommend:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10.7rem;
  height: 3.1rem;
  background: url(img/txt_links.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .recommend:before {
    width: 10.6rem;
    left: 0.5rem;
    top: -0.3rem;
  }
}
.recommend-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.recommend ol.recommend-list {
  margin: 0.2rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .recommend ol.recommend-list {
    margin: 1rem 0 0;
  }
}
.recommend ol.recommend-list li {
  position: relative;
  padding-left: 3.5rem;
}
.recommend ol.recommend-list li:before {
  content: counter(my-counter, decimal-leading-zero) ".";
  counter-increment: my-counter;
  color: #D22D26;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  position: absolute;
  left: 0.4rem;
  top: -0.1rem;
  width: 1.6rem;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recommend ol.recommend-list li:before {
    top: -0.2rem;
  }
}
.recommend ol.recommend-list li:after {
  content: none;
}
.recommend ol.recommend-list li + li {
  margin-top: 1rem;
}
.recommend ol.recommend-list li a {
  display: inline-block;
  padding-right: 2.5rem;
  line-height: 1.5;
  position: relative;
}
.recommend ol.recommend-list li a:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(img/icn_arrow_circlered.svg) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .recommend ol.recommend-list li a:after {
    width: 1.9rem;
  }
}
.slick-next.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}