@charset "UTF-8";
/*******************
Font
*******************/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}
/*******************
Common
*******************/
img {
  height: auto;
  max-width: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
html * {
  box-sizing: border-box;
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.6;
  letter-spacing: .05em;
  background: #f0f4f7;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 751px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

sup {
  font-size: 1.2rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.flex {
  display: flex;
}

.flex--space {
  justify-content: space-between;
}

.flex--item-center {
  align-items: center;
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--center {
  justify-content: center;
}

@media print, screen and (min-width: 751px) {
  .inner {
    width: 86.11111%;
    max-width: 1240px;
    margin: auto;
  }
}

@media print, screen and (min-width: 751px) {
  .sp_only {
    display: none !important;
  }

  .flex--pc {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .inner--sp {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pc_only {
    display: none !important;
  }
}
a, button, input[type=submit] {
  cursor: pointer;
  outline: none;
  transition: .3s ease;
}
a:hover, button:hover, input[type=submit]:hover {
  opacity: .8;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, a, button, input[type=submit] {
    /* IE11 にのみ適用される */
    transition: 0s;
  }
}
@media screen and (max-width: 750px) {
  #wrapper {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 751px) {
  #wrapper {
    padding-top: 100px;
  }
}

/*******************
Header
*******************/
.header {
  background: #db0025;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 750px) {
  .header {
    height: 60px;
  }
}
@media print, screen and (min-width: 751px) {
  .header {
    height: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.header .site-logo {
  text-align: center;
  color: white;
}
@media screen and (max-width: 750px) {
  .header .site-logo {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .header .site-logo img {
    width: 120px;
  }
}
.header .site-logo a {
  color: white;
  font-size: 1rem;
  font-family: "Noto Sans Japanese";
  font-weight: 900;
  display: inline-block;
}
@media print, screen and (min-width: 751px) {
  .header .site-logo a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 751px) {
  .header .header__right {
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .header .header__right {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .header .header__right .header__right__nav {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .header .header__right .header__right__nav > ul {
    align-items: center;
  }
  .header .header__right .header__right__nav > ul li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .header .header__right .header__right__nav > ul a {
    height: 40px;
    display: inline-block;
  }
}
.header .header__right__nav {
  /*
  		position: relative;
  		z-index: 1;
  */
}
.header .header__right__nav li {
  margin-left: 5px;
}
@media print, screen and (min-width: 751px) {
  .header .header__right__nav li {
    margin-left: 16px;
  }
}
@media screen and (max-width: 750px) {
  .header .header__right__nav .nav--lang img {
    width: 70px;
  }
}
.header .menu-btn {
  width: 70px;
  height: 40px;
  display: block;
  background: url(../img/common/btn_menu_sp.png) no-repeat;
  background-size: 100% 100%;
}
.header .menu-btn#menu--hide {
  background: url(../img/common/btn_menu-close_sp.png) no-repeat;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 751px) {
  .header .menu-btn {
    width: 80px;
    height: 80px;
    background: url(../img/common/btn_menu.png) no-repeat;
    background-size: 100%;
  }
  .header .menu-btn#menu--hide {
    background: url(../img/common/btn_menu-close.png) no-repeat;
    background-size: 100%;
  }
}
.header .menu-btn-eng {
  width: 70px;
  height: 40px;
  display: block;
  background: url(../img/en/btn_menu_sp.png) no-repeat;
  background-size: 100% 100%;
}
.header .menu-btn-eng#menu--hide {
  background: url(../img/en/btn_menu-close_sp.png) no-repeat;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 751px) {
  .header .menu-btn-eng {
    width: 80px;
    height: 80px;
    background: url(../img/en/btn_menu.png) no-repeat;
    background-size: 100%;
  }
  .header .menu-btn-eng#menu--hide {
    background: url(../img/en/btn_menu-close.png) no-repeat;
    background-size: 100%;
  }
}

.modal-area__top {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .modal-area__top ul {
    align-items: center;
  }
  .modal-area__top ul li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .modal-area__top a {
    display: inline-block;
    height: 40px;
  }
}
@media print, screen and (min-width: 751px) {
  .modal-area__top {
    padding-left: 40px;
    padding-right: 40px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.modal-area__top li {
  margin-left: 5px;
}
@media print, screen and (min-width: 751px) {
  .modal-area__top li {
    margin-left: 16px;
  }
}
@media screen and (max-width: 750px) {
  .modal-area__top .nav--lang img {
    width: 70px;
  }
}

.modal-area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #db0025;
  font-family: "Noto Sans Japanese";
  overflow-y: scroll;
  height: 100vh;
  display: none;
}
@media print, screen and (min-width: 751px) {
  .modal-area {
    padding-top: 100px;
    padding-bottom: 36px;
  }
}
.modal-area .modal-bottom {
  background: #da2826;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .modal-area .modal-bottom {
    padding: 15px;
  }
  .modal-area .modal-bottom ul {
    justify-content: space-between;
  }
}
.modal-area .modal-bottom li {
  width: calc(50% - 5px);
}
.modal-area .modal-bottom li a {
  height: 70px;
  border-radius: 10px;
  background: white;
  font-size: 1rem;
  font-family: "Noto Sans Japanese";
  display: flex;
  display: -webkit-flex;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .modal-area .modal-bottom li a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .modal-area .modal-bottom .link--top:before {
    content: "";
    display: block;
    background: url(../img/common/logo_red.png) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 28px;
    margin-bottom: 7px;
  }
  .modal-area .modal-bottom .link--recruit:before {
    content: "";
    display: block;
    background: url(../img/common/icon_recruit_color.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 35px;
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 751px) {
  .modal-area .modal-bottom {
    margin-top: 36px;
  }
  .modal-area .modal-bottom li {
    width: 240px;
  }
  .modal-area .modal-bottom li:not(:last-child) {
    margin-right: 14px;
  }
  .modal-area .modal-bottom li a {
    height: 60px;
    border-radius: 10px;
    background: white;
    font-size: 1.5rem;
    font-family: "Noto Sans Japanese";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  .modal-area .modal-bottom .link--top:before {
    content: "";
    display: block;
    background: url(../img/common/logo_red.png) no-repeat;
    background-size: 100%;
    width: 37px;
    height: 31px;
    margin-right: 9px;
  }
  .modal-area .modal-bottom .link--recruit:before {
    content: "";
    display: block;
    background: url(../img/common/icon_recruit_color.png) no-repeat;
    background-size: 100%;
    width: 33px;
    height: 38px;
    margin-right: 9px;
  }
  .modal-area .modal-bottom .page-print:before {
    content: "";
    display: block;
    background: url(../img/common/icon_print.png) no-repeat;
    background-size: 100%;
    width: 37px;
    height: 35px;
    margin-right: 9px;
  }
}
.modal-area .modal-box {
  background: #db0025;
}
@media print, screen and (min-width: 751px) {
  .modal-area .modal-box {
    border-radius: 10px;
    background: white;
    width: 91.66667%;
    margin: auto;
    padding: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  .modal-area .modal-box {
    padding: 4.16667%;
  }
}

@media screen and (max-width: 750px) {
  .modal-area .modal__nav-list {
    width: calc(100% - 30px);
    margin: auto;
  }
  .modal-area .modal__nav-list .modal-nav {
    background: white;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print and (max-width: 1440px), screen and (min-width: 751px) and (max-width: 1440px) {
  .modal-area .modal__nav-list {
    width: 100%;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .modal-area .modal__nav-list {
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 751px) {
  .modal-area .modal__nav-list .modal__nav-col {
    width: 22.08333%;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .modal-area .modal__nav-list .modal__nav-col {
    width: 100%;
    display: flex;
  }
  .modal-area .modal__nav-list .modal__nav-col:not(:last-child) {
    margin-bottom: 40px;
  }
  .modal-area .modal__nav-list .modal__nav-col .modal-nav {
    width: 275px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 750px) {
  .modal-area .modal__nav-list .modal-nav {
    margin-bottom: 2px;
  }
  .modal-area .modal__nav-list .modal-nav dd {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  .modal-area .modal__nav-list .modal-nav:not(:last-child) {
    margin-bottom: 48px;
  }
}
.modal-area .modal__nav-list .modal-nav .modal-nav__ttl {
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 1em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .modal-area .modal__nav-list .modal-nav .modal-nav__ttl {
    padding-top: 1em;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .modal-area .modal__nav-list .modal-nav .modal-nav__ttl .modal-nav--show {
    display: block;
    width: 14px;
    height: 14px;
    min-width: 14px;
    background: url(../img/common/icon_arrow_open_sp.png) no-repeat;
    background-size: 100%;
  }
  .modal-area .modal__nav-list .modal-nav .modal-nav__ttl .modal-nav--show.on {
    background: url(../img/common/icon_arrow_close_sp.png) no-repeat;
    background-size: 100%;
  }
  .modal-area .modal__nav-list .modal-nav .modal-nav__ttl a:not(.modal-nav--show) {
    display: block;
    width: calc(100% - 14px);
  }
}
@media print, screen and (min-width: 751px) {
  .modal-area .modal__nav-list .modal-nav .modal-nav__ttl {
    font-size: 2.2rem;
    margin-bottom: 1em;
    padding-bottom: 17px;
    border-bottom: solid 3px #dfe8ef;
  }
}
@media print, screen and (min-width: 751px) {
  .modal-area .modal__nav-list .modal-nav .modal-nav__ttl a {
    display: flex;
    align-items: center;
    padding-left: 8px;
  }
  .modal-area .modal__nav-list .modal-nav .modal-nav__ttl a:before {
    content: "";
    display: block;
    background: url(../img/common/icon_arrow_right.png) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}
.modal-area .modal__nav-list .link-list {
  font-weight: bold;
  line-height: 2;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 751px) {
  .modal-area .modal__nav-list .link-list {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .modal-area .modal__nav-list .link-list li {
    border-top: solid 2px #dfe8ef;
  }
}
.modal-area .modal__nav-list .link-list a {
  position: relative;
}
@media screen and (max-width: 750px) {
  .modal-area .modal__nav-list .link-list a {
    padding-left: 1em;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: .3em;
  }
  .modal-area .modal__nav-list .link-list a:after {
    content: "";
    display: block;
    width: 7px;
    height: 8px;
    background: url(../img/common/icon_arrow_red.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .modal-area .modal__nav-list .link-list a {
    display: inline-block;
    margin-left: 35px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 751px) and (min-width: 1024px) and (max-width: 1440px) {
  .modal-area .modal__nav-list .link-list a {
    font-size: 1.04167vw;
    margin-left: 2.43056vw;
  }
}

@media print, screen and (min-width: 751px) {
  .modal-area .modal__nav-list .link-list a:before {
    content: "";
    display: block;
    background: url(../img/common/icon_arrow_red.png) no-repeat;
    background-size: 100%;
    width: 10px;
    height: 12px;
    position: absolute;
    left: -8px;
    top: 1rem;
    transform: translate(-100%, -50%);
  }
}
@media screen and (min-width: 751px) and (min-width: 1024px) and (max-width: 1440px) {
  .modal-area .modal__nav-list .link-list a:before {
    width: 0.69444vw;
    height: 0.83333vw;
  }
}

.modal-area .btn-list {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal-area .btn-list {
    margin-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 751px) {
  .modal-area .btn-list {
    margin-top: 48px;
  }
}
@media screen and (max-width: 750px) {
  .modal-area .btn-list li:not(:last-child) {
    margin-bottom: 2px;
  }
}
@media print, screen and (min-width: 751px) {
  .modal-area .btn-list li {
    width: 274px;
  }
  .modal-area .btn-list li:not(:last-child) {
    margin-right: 10px;
  }
}
.modal-area .btn-list li a {
  background: white;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .modal-area .btn-list li a {
    padding: 1em 15px;
    font-size: 1.3rem;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }
  .modal-area .btn-list li a:after {
    content: "";
    display: block;
    width: 7px;
    height: 8px;
    background: url(../img/common/icon_arrow_red.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .modal-area .btn-list li a {
    background: #f0f4f7;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 1.5rem;
    display: block;
  }
}
.modal-area .btn-list li a .link__txt {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .modal-area .btn-list li a .link__txt:before {
    content: "";
    display: block;
    background: url(../img/common/icon_arrow_red.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 12px;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
.modal-area .btn-list li a.target-blank .link__txt:after {
  content: "";
  display: block;
  background: url(../img/common/target-blank.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translate(100%, -50%);
}
.modal-area .search-box {
  width: 100%;
  margin-left: auto;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .modal-area .search-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 751px) {
  .modal-area .search-box {
    margin-bottom: 45px;
    width: 43.10606%;
  }
}
.modal-area .search-box .search__input {
  display: block;
  background: #f0f4f7;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 1.6rem;
  width: 100%;
  padding-left: 1em;
}
.modal-area .search-box .search__btn {
  text-indent: -9999px;
  background: url(../img/common/icon_search.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .modal-area .search-box .search__btn {
    right: 31px;
  }
}

/*******************
Footer
*******************/
.footer {
  position: relative;
  z-index: 1;
  background: #db0025;
  color: white;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .footer .gototop {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: bold;
    background: #fff url(../img/common/icon_arrow_up.png) no-repeat right 18px center;
    background-size: 8px;
    color: #000;
  }
}
@media print, screen and (min-width: 751px) {
  .footer .gototop {
    position: absolute;
    right: 20px;
    top: 27px;
  }
}
@media print, screen and (min-width: 751px) {
  .footer {
    padding-top: 65px;
  }
}
.footer a {
  color: white;
}
.footer .footer__nav-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .footer .footer__nav-list {
    margin-top: 20px;
    border-top: solid 1px #a21012;
  }
}
@media print, screen and (min-width: 751px) {
  .footer .footer__nav-list {
    margin-bottom: 62px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .footer .footer__nav-list {
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .footer .footer-nav {
    width: 50%;
    font-size: 1.4rem;
    border-bottom: solid 1px #a21012;
  }
  .footer .footer-nav.footer-nav--last {
    width: 100%;
    border: none;
    margin-top: 22px;
  }
  .footer .footer-nav.footer-nav--last a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 25px;
    border: solid 1px #e66f6d;
    height: 50px;
    text-align: center;
  }
  .footer .footer-nav:nth-child(odd) {
    border-right: solid 1px #a21012;
  }
  .footer .footer-nav .footer-nav__ttl a {
    display: flex;
    display: -webkit-flex;
    height: 50px;
    align-items: center;
    padding: 0 12px 0 25px;
    line-height: 1;
    justify-content: space-between;
  }
  .footer .footer-nav .footer-nav__ttl a:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/common/icon_arrow_circle.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .footer .footer-nav {
    width: 32%;
  }
  .footer .footer-nav:nth-child(n+4) {
    margin-top: 40px;
  }
  .footer .footer-nav:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) and (min-width: 1024px) {
  .footer .footer-nav {
    width: 16.77419%;
    margin-right: 4.03226%;
  }
  .footer .footer-nav:nth-child(n+6) {
    margin-top: 40px;
  }
  .footer .footer-nav:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) and (min-width: 1024px) {
  .footer .footer-nav.footer-nav--last {
    margin-right: 0;
    margin-left: auto;
  }
}

.footer .footer-nav__ttl {
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  .footer .footer-nav__ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.footer .link-list {
  font-size: 1.3rem;
  line-height: 2;
}
.footer .link-list li {
  line-height: 1.6rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .footer .link-list {
    font-size: 1.2rem;
  }
}

.footer .btn-list li:not(:last-child) {
  margin-bottom: 12px;
}
.footer .btn-list a {
  border: solid 3px #e66f6d;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .btn-list .link--top span {
  display: inline-block;
  position: relative;
}
.footer .btn-list .link--top span:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/icon_logo_white.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 12px;
  left: -4px;
  top: 50%;
  transform: translate(-100%, -50%);
}
.footer .btn-list .link--recruit span {
  display: inline-block;
  position: relative;
}
.footer .btn-list .link--recruit span:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/icon_recruit.png) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 13px;
  left: -8px;
  top: 50%;
  transform: translate(-100%, -50%);
}
.footer .company-info {
  background: #c31010;
  padding: 28px;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .footer .company-info {
    font-size: 1.2rem;
  }
  .footer .company-info .company-info__ttl {
    width: 6em;
    min-width: 6em;
  }
  .footer .company-info .sp--flex {
    display: flex;
    display: -webkit-flex;
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .footer .company-info {
    padding: 35px 0;
  }
}
.footer .footer__bottom {
  padding: 30px 15px 15px 15px;
}
@media print, screen and (min-width: 751px) {
  .footer .footer__bottom {
    padding: 40px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .footer .footer__bottom {
    flex-direction: column;
  }
}

.footer .footer__bottom-nav {
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .footer .footer__bottom-nav ul {
    justify-content: center;
  }
  .footer .footer__bottom-nav li:not(:last-child) {
    margin-right: 2em;
  }
}
@media print, screen and (min-width: 751px) {
  .footer .footer__bottom-nav {
    font-size: 1.3rem;
  }
  .footer .footer__bottom-nav li:not(:last-child):after {
    content: "|";
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .footer .footer__bottom-nav ul {
    justify-content: center;
  }
}

.footer .copyright {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}
@media screen and (max-width: 750px) {
  .footer .copyright {
    margin-top: 25px;
    text-align: center;
  }
}
@media print, screen and (min-width: 751px) {
  .footer .copyright {
    font-size: 1.3rem;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .footer .copyright {
    margin-top: 40px;
    text-align: center;
  }
}

/*-----------------------------------------
Cookie Policy
-------------------------------------------*/
.cookie-policy {
  display: none;
  z-index: 20;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #dfe8ef;
  font-size: 14px;
}
@media print and (max-width: 1440px), screen and (min-width: 751px) and (max-width: 1440px) {
  .cookie-policy {
    font-size: 0.97222vw;
  }
}

@media screen and (max-width: 750px) {
  .cookie-policy {
    font-size: 1.2rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.cookie-policy a {
  color: #c31010;
  text-decoration: underline;
}
@media print, screen and (min-width: 751px) {
  .cookie-policy a {
    margin-left: 1em;
  }
}
.cookie-policy #cookie-policy--ok {
  background: #db0025;
  color: white;
  cursor: pointer;
  border-radius: 15px;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  line-height: 30px;
  height: 30px;
}
@media screen and (max-width: 750px) {
  .cookie-policy #cookie-policy--ok {
    font-size: 1.2rem;
    width: 100px;
    min-width: 100px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 751px) {
  .cookie-policy #cookie-policy--ok {
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    width: 14.51613%;
  }
}
@media print and (max-width: 1440px), screen and (min-width: 751px) and (max-width: 1440px) {
  .cookie-policy #cookie-policy--ok {
    width: 11.11111vw;
  }
}

@media print, screen and (min-width: 751px) {
  .cookie-policy {
    height: 110px;
  }
  .cookie-policy .inner {
    height: 100%;
  }
}

.cookie-policy-eng a {
  margin-left: 0em;
}
.cookie-policy-eng p {
  padding-right: 1em;
}

/*-----------------------------------------
Title
-------------------------------------------*/
h1, h2, h3,
.h1__ttl,
.h2__ttl,
.h3__ttl,
.index-content_ttl {
  letter-spacing: 0;
}

/*-----------------------------------------
パンくずリスト
-------------------------------------------*/
.bread-box {
  width: 100%;
  margin-bottom: 60px;
  background-color: #f0f4f7;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .bread-box {
    margin-bottom: 8.4%;
    font-size: 1.3rem;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
  }
}
.bread-box ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 32px;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .bread-box ul {
    height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .bread-box ul {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
  }
}
.bread-box ul li {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.bread-box ul li:not(:last-child) {
  margin-right: 1em;
}
.bread-box ul li:first-child {
  padding-left: 0;
  transform: translateY(2px);
}
.bread-box ul li:first-child:before {
  content: none;
}
.bread-box ul li:before {
  width: 8px;
  height: 10px;
  content: "";
  background: url(../img/common/icon_arrow_red.png) no-repeat center bottom;
  background-size: contain;
  margin-right: 1em;
  display: inline-block;
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

#wrapper .contents .modal {
  display: none;
  background: white url(../img/common/swipe.png) no-repeat center bottom 25px;
  position: fixed;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
  z-index: 10000;
  padding-bottom: 87px;
  background-size: 130px;
}
#wrapper .contents .modal .modal-close {
  text-align: right;
  padding-top: 15px;
  padding-right: 10px;
}
#wrapper .contents .modal .modal-close img {
  width: 15px;
}
#wrapper .contents .modal .figure--zoom {
  width: 100%;
  height: calc(100% - 50px);
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
}
#wrapper .contents .modal .figure--zoom img {
  width: auto;
  max-width: inherit;
}

/*******************
スクロールバー（SPで大きな表の用）
*******************/
@media screen and (max-width: 1240px) {
  .sp-scroll {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5%;
  }
}

.sp-scroll::-webkit-scrollbar {
  height: 12px;
  border-radius: 10px;
}

.sp-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #dfe8ef;
}

.sp-scroll::-webkit-scrollbar-thumb {
  border: 1px solid #dfe8ef;
  border-radius: 10px;
  background-color: #f8f9fb;
}

/*-----------------------------------------
Nav
-------------------------------------------*/
.top-nav li {
  text-align: center;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  width: calc(50% - 5px);
  overflow: hidden;
  white-space: nowrap;
  background: white;
  border-radius: 10px;
}
.top-nav li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .top-nav li:nth-child(n+3) {
    margin-top: 10px;
  }
  .top-nav li dd {
    padding: 1em 2em;
  }
  .top-nav li .top-nav__txt {
    display: inline-block;
    position: relative;
    padding: 0 1em;
  }
  .top-nav li .top-nav__txt:after {
    content: "";
    display: block;
    background: url(../img/common/icon_arrow_red.png) no-repeat;
    background-size: 100%;
    width: 7px;
    height: 9px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
@media print, screen and (min-width: 751px) {
  .top-nav li {
    margin-bottom: 85px;
    width: 23.79032%;
    border-radius: 10px;
    font-size: 1.6rem;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .top-nav li {
    font-size: 1.5625vw;
  }
}
@media print, screen and (min-width: 751px) {
  .top-nav li dd {
    padding: 20px 30px;
  }
  .top-nav li .top-nav__txt {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
  }
  .top-nav li .top-nav__txt:after {
    content: "";
    display: block;
    background: url(../img/common/icon_arrow_red.png);
    background-size: contain;
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .top-nav__txt:after {
    /* IE11 にのみ適用される */
    top: 35% !important;
  }
}
/*-----------------------------------------
Side Bar
-------------------------------------------*/
.main__right {
  width: 280px;
}
@media (max-width: 1023px) {
  .main__right {
    width: 27.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .main__right {
    width: 100%;
  }
}
.main__right .main__right--round {
  margin-bottom: 20px;
  font-family: "Noto Sans Japanese";
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .main__right .main__right--round {
    width: 100%;
    margin-bottom: 4.9%;
  }
}
.main__right .main__right--round div.item--first {
  position: relative;
  z-index: 10;
  border-radius: 10px 10px 0 0;
  background: #c31010;
  color: #ffffff;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .main__right .main__right--round div.item--first {
    font-size: 3.73333vw;
  }
}
.main__right .main__right--round div.item--first::before {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow_circle@2x.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
@media screen and (max-width: 750px) {
  .main__right .main__right--round div.item--first::before {
    left: 15px;
  }
}
.main__right .main__right--round div.item--first a {
  display: block;
  padding: 25px 0 23px 48px;
}
@media screen and (max-width: 750px) {
  .main__right .main__right--round div.item--first a {
    padding: 4.5% 0 4.5% 40px;
  }
}
.main__right .main__right--round a.item--first {
  display: block;
  position: relative;
  z-index: 10;
  padding: 25px 0 23px 48px;
  border-radius: 10px 10px 0 0;
  background: #c31010;
  color: #ffffff;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .main__right .main__right--round a.item--first {
    padding: 4.5% 0 4.5% 40px;
    font-size: 1.4rem;
  }
}
.main__right .main__right--round a.item--first::before {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow_circle@2x.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
@media screen and (max-width: 750px) {
  .main__right .main__right--round a.item--first::before {
    left: 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  .main__right .main__right--round *::-ms-backdrop, .main__right .main__right--round .item--first::before {
    /* IE11 にのみ適用される */
    top: 45% !important;
  }
}
.main__right .main__right--round .right--list {
  border: 3px solid #dfe8ef;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.main__right .main__right--round .right--list li a {
  display: block;
  position: relative;
}
.main__right .main__right--round .right--list li a:before {
  content: "";
  background: url(../img/common/icon_arrow_red.png);
  background-size: 100% 100%;
  position: absolute;
  width: 7px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
@media print, screen and (min-width: 751px) {
  .main__right .main__right--round .right--list li a:before {
    width: 8px;
    height: 10px;
    left: 26px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .main__right .main__right--round .right--list li a:before {
    left: 2.53906vw;
  }
}

@media screen and (max-width: 750px) {
  .main__right .main__right--round .right--list li a:before {
    left: 26px;
  }
}
@media all and (-ms-high-contrast: none) {
  .main__right .main__right--round .right--list li *::-ms-backdrop, .main__right .main__right--round .right--list li a::before {
    /* IE11 にのみ適用される */
    top: 45% !important;
  }
}
.main__right .main__right--round .right--list li .pdf-data:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_pdf.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .main__right .main__right--round .right--list li .pdf-data:before {
    left: 15px;
  }
}
@media print, screen and (min-width: 751px) {
  .main__right .main__right--round .right--list li .pdf-data:before {
    left: 20px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .main__right .main__right--round .right--list li .pdf-data:before {
    left: 1.95313vw;
    width: 1.95313vw;
    height: 1.95313vw;
  }
}

.main__right .main__right--round .right--list li span {
  display: block;
  position: relative;
  width: 85.71429%;
  margin: 0 auto;
  padding: 20px 0 20px 28px;
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .main__right .main__right--round .right--list li span {
    font-size: 1.36719vw;
    padding: 1.95313vw 0 1.95313vw 2.73438vw;
  }
}

@media screen and (max-width: 750px) {
  .main__right .main__right--round .right--list li span {
    width: 91.6%;
    padding: 5% 28px;
    font-size: 1.3rem;
  }
}
.main__right .main__right--round .right--list li span:after {
  content: "";
  width: 100%;
  border-bottom: 3px solid #dfe8ef;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main__right .main__right--round .right--list li:last-child {
  border-radius: 0 0 4px 4px;
}
.main__right .main__right--round .right--list li:last-child span:after {
  content: none;
}
.main__right .main__right--round .navActive {
  position: relative;
  z-index: 9;
  background: #dfe8ef;
}
.main__right .main__right--round .navActive:before {
  content: "";
  width: 100%;
  border-bottom: 3px solid #dfe8ef;
  position: absolute;
  top: -3px;
  left: 0;
}
.main__right .item-icon {
  padding: 24px 0 24px 34px;
  border: 3px solid #dfe8ef;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .main__right .item-icon {
    display: flex;
    width: 48%;
    padding: 0;
    align-items: center;
  }
}
@media print, screen and (min-width: 751px) {
  .main__right .item-icon a {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .main__right .item-icon a {
    display: block;
    width: 100%;
    padding: 12% 28px;
    text-align: center;
  }
}
.main__right .item-icon a .right--middle--text {
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  .main__right .item-icon a .right--middle--text {
    padding-left: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .main__right .item-icon a .right--middle--text {
    display: block;
    margin-top: 3%;
    font-size: 3.46667vw;
  }
}
.main__right .right--middle {
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .main__right .right--middle {
    margin-bottom: 0;
  }
}
.main__right .right--middle span.right--middle--icon {
  width: 34px;
}
.main__right .right--middle span.right--middle--icon img {
  width: 34px;
}
.main__right .navActive {
  background: #dfe8ef;
}
@media screen and (max-width: 750px) {
  .main__right .box-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.main__right .main__right--round .right--list .have-child .sub-menu {
  font-size: 1.1rem;
  padding-left: 42px;
  padding-bottom: 20px;
}
.main__right .main__right--round .right--list .have-child .sub-menu li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.main__right .main__right--round .right--list .have-child .sub-menu a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.main__right .main__right--round .right--list .have-child .sub-menu a:before {
  transform: translateY(0);
  position: static;
  margin-right: 8px;
}
@media print, screen and (min-width: 751px) {
  .main__right .main__right--round .right--list .have-child .sub-menu {
    font-size: 1.2rem;
    padding-left: 55px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .main__right .main__right--round .right--list .have-child .sub-menu {
    font-size: 1.17188vw;
    padding-left: 4.29688vw;
  }
}
