@charset "UTF-8";
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.min {
  font-family: "游明朝 Light", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Roboto Slab", Garamond, "Times New Roman", serif;
}

.engf {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.engfbold {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

html,
body {
  width: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  position: relative;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1023px) {
  body {
    min-width: initial;
  }
}

body {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.active {
  opacity: 1;
  visibility: visible;
}

*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  border: 0;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

ol {
  padding-left: 18px;
  *padding-left: 24px;
  _padding-left: 24px;
}

li {
  list-style-type: none;
}

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

th {
  font-weight: normal;
  text-align: left;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym, fieldset {
  border: 0;
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
  text-decoration: none;
  color: #333;
}

@media only screen and (max-width: 1023px) {
  a {
    word-wrap: break-word;
  }

  table a {
    word-break: break-all;
  }
}
a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

a.bottom_border {
  color: #017bd0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
a.bottom_border::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.bottom_border:hover {
  color: #F00;
}
a.bottom_border:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/****************************************

clearfix

*****************************************/
.clearfix:after,
.fltBox02:after,
.fltBox:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/****************************************

module

*****************************************/
@media only screen and (max-width: 1023px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
img.full {
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .spmt0 {
    margin-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .spmb50 {
    margin-bottom: 50px !important;
  }
}
.t_left {
  text-align: left !important;
}

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

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

.v_top {
  vertical-align: top !important;
}

.v_mdl {
  vertical-align: middle !important;
}

.v_btm {
  vertical-align: text-bottom !important;
}

@media only screen and (max-width: 1023px) {
  .t_left_tb {
    text-align: left !important;
  }

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

  .t_right_tb {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .t_left_sp {
    text-align: left !important;
  }

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

  .t_right_sp {
    text-align: right !important;
  }
}
.position {
  position: relative;
}

ul.circle li {
  list-style-type: disc;
}

/****************************************

    common

*****************************************/
.android #main .min {
  font-family: "游明朝 Light", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Roboto Slab", Garamond, "Times New Roman", serif;
}

img.full {
  width: 100%;
  height: auto;
}

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

@media only screen and (min-width: 1024px) {
  .view_tbonly {
    display: none;
  }

  .view_sponly {
    display: none;
  }

  .view_tbsp {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .view_pconly {
    display: none;
  }

  .view_sponly {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .view_pconly {
    display: none;
  }

  .view_tbonly {
    display: none;
  }

  .view_pctb {
    display: none;
  }
}
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flexBoxCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .tb_flexno {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sp_flexno {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sp_scllor {
    width: 100%;
    overflow-x: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }

  .sp_scllor::-webkit-scrollbar {
    width: 1px;
    background: #dcdcdc;
  }

  .sp_scllor::-webkit-scrollbar-thumb {
    background: #936;
    border-radius: 18px;
  }
}
/*
 * 共通
 */
/*********************************************************************************************
header
*********************************************************************************************/
.header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.header-inner {
  width: 100%;
  position: relative;
  background-color: rgba(43, 49, 57, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-logo {
  position: absolute;
  width: 180px;
  height: 100px;
  left: 3%;
}
.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-gnav {
  margin-left: 210px;
}
.header-gnav li a {
  color: #fff;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .header-gnav li a {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .header-gnav li a:hover {
    color: #666;
  }
}
.header-gnav-main {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}
.header-gnav-main > li {
  line-height: 1;
  margin: 0 10px;
}
.header-gnav-main > li > a {
  color: #FFF;
  padding: 10px 5px 17px;
}
.header-gnav-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 13px 0 10px;
  margin-right: 20px;
}
.header-gnav-sub li {
  line-height: 1;
  margin: 0 10px;
  padding: 0 5px;
}
.header-gnav-sub li a, .header-gnav-sub li span {
  color: #cccccc;
  font-size: 1.2rem;
  padding: 5px 5px;
}
.header-gnav-sub .sitesearch a {
  cursor: pointer;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-gnav-sub .sitesearch a::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 7.7839px;
  height: 7.9892px;
  background-image: url(../img/common/ico_search02.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-gnav-sub .lang {
  position: relative;
}
.header-gnav-sub .lang span {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-gnav-sub .lang span::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 8.94px;
  height: 8.94px;
  background-image: url(../img/common/ico_lang.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-gnav-sub .lang-list {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-gnav-sub .lang-list li {
  margin: 0 7px;
  padding: 0;
}
.header-gnav-sub .lang-list li.current a {
  color: #666;
}
.header-gnav-sub .lang.active span {
  visibility: hidden;
  opacity: 0;
}
.header-gnav-sub .lang.active .lang-list {
  visibility: visible;
  opacity: 1;
}
.header-btn {
  width: 105px;
  height: 88px;
  text-align: center;
}
.header-btn a {
  font-weight: bold;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  background-color: #2b3139;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  .header-btn a:hover {
    opacity: 0.7;
  }
}
.header-btn.contact a {
  background-color: #e30701;
}
.header-search {
  display: none;
  position: absolute;
  width: 475px;
  z-index: 19999;
  top: 40px;
  right: 215px;
  background-color: #2b3139;
  padding: 15px 40px 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-search-close {
  cursor: pointer;
  position: absolute;
  width: 17px;
  height: 17px;
  z-index: 5;
  display: block;
  right: 12px;
  top: 10px;
}
.header-search-close::before, .header-search-close::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 1px;
  height: 15px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
}
.header-search-close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-search-close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  padding-right: 10px;
  position: relative;
}
.header-search-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #e30701;
  z-index: 5;
  right: 135px;
  top: -20px;
}
.header-search-inner .input-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-search-inner .input-text .style01 {
  height: 50px;
  border-bottom: none;
  padding: 9px 20px 9px 20px;
}
.header-search-inner .btn-submit button {
  font-size: 1.4rem;
  width: 70px;
  padding: 6px 0;
}
.header-spbtn {
  display: none;
}
.header-subspnavi {
  display: none;
}
.header-spfooter {
  display: none;
}

.drop-menu {
  position: absolute;
  top: 88px;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.drop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px 0 0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 200px;
}
.drop-ttl {
  padding-top: 20px;
  max-width: 160px;
  min-width: 90px;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.drop-ttl a {
  color: #FFF;
  font-size: 1.3rem;
}
.drop-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
  border-left: 1px solid #333333;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.drop-list {
  margin-left: 60px;
}
.drop-list:first-child {
  margin-left: 0;
}
.drop-list > li {
  margin-bottom: 20px;
}
.drop-list > li > a {
  font-size: 1.3rem;
  white-space: nowrap;
}
.drop-list-ttl {
  margin-bottom: 20px;
  color: #FFF;
}
.drop-list.other li {
  max-width: initial;
}
.drop-list.other li .drop-list-ttl a {
  font-size: 1.3rem;
}
.drop-sublist li {
  margin-bottom: 20px;
}
.drop-sublist li a {
  color: #FFF;
  font-size: 1.3rem;
}
.drop .drop-menu {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media only screen and (min-width: 1024px) {
  .drop:hover > a {
    border-bottom: 2px solid #e30701;
  }
  .drop:hover .drop-menu {
    opacity: 1;
    visibility: visible;
  }
  .drop.current > a {
    border-bottom: 2px solid #e30701;
  }
}

@media print {
  .header {
    position: static;
  }
}
/*********************************************************************************************
footer
*********************************************************************************************/
.footer {
  background-color: #000;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}
.footer a {
  color: #FFF;
}
.footer-anime {
  position: relative;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 355px;
}
.footer-anime::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 74.766vw 0 0;
  border-color: #FFF transparent transparent transparent;
}
.footer-anime::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 355px 75.9vw 0 0;
  border-color: #e30701 transparent transparent transparent;
}
.footer-anime i {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  height: 4px;
  background-color: #e30701;
}
.footer-logo {
  position: absolute;
  z-index: 100;
  width: 1000px;
  margin: auto;
  left: 0;
  right: 0;
  top: 23%;
}
.footer-logo a {
  display: inline-block;
}
.footer-logo a img {
  width: 230px;
  height: auto;
}
.footer-bg {
  background-color: #000;
  position: relative;
  z-index: 100;
}
.footer-inner {
  width: 1000px;
  margin: auto;
  position: relative;
}
.footer-gnav {
  width: 800px;
  margin-left: auto;
  position: relative;
}
.footer-gnav-main {
  padding-bottom: 40px;
  border-bottom: 1px solid #262626;
}
.footer-gnav-main > li {
  margin-bottom: 40px;
}
.footer-gnav-main > li:last-child {
  margin-bottom: 0px;
}
.footer-gnav-main > li.link-top {
  position: absolute;
  left: -140px;
  top: 0;
}
.footer-gnav-main > li > a {
  font-weight: bold;
}
.footer-gnav-main > li a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media only screen and (min-width: 1024px) {
  .footer-gnav-main > li a:hover {
    color: #666;
  }
}
.footer-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-drop-hover {
  width: 135px;
  min-width: 135px;
  max-width: 135px;
  -ms-flex-preferred-size: 135px;
      flex-basis: 135px;
  margin-right: 20px;
}
.footer-drop-menu {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  position: relative;
}
.footer-drop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}
.footer-drop-list:last-child {
  margin-bottom: 0;
}
.footer-drop-list > li {
  margin-right: 35px;
}
.footer-drop-list > li:last-child {
  margin-right: 0;
}
.footer-drop-list > li > a {
  font-size: 1.3rem;
  display: inline-block;
  padding: 3px 5px 3px 0;
}
.footer-drop-sublist li {
  margin-bottom: 8px;
}
.footer-drop-sublist li a {
  color: #FFF;
  font-size: 1.3rem;
}
.footer-drop-sublist-ttl {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.footer-drop .other-flex-list {
  float: left;
}
.footer-drop .other-flex-list:first-child {
  margin-right: 20px;
}
.footer-drop .other-qa {
  position: absolute;
  bottom: 55px;
  z-index: 5;
}
.footer-subspnavi {
  padding: 40px 0 40px;
  border-bottom: 1px solid #666666;
}
.footer-subspnavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-subspnavi-list li {
  margin-right: 40px;
}
.footer-subspnavi-list li:last-child {
  margin-right: 0;
}
.footer-subspnavi-list li a {
  display: block;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .footer-subspnavi-list li a:hover {
    color: #666;
  }
}
.footer-spfooter {
  padding: 60px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
}
.footer-spfooter-link {
  margin-bottom: 30px;
}
.footer-spfooter-link a {
  color: #FFF;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .footer-spfooter-link a:hover {
    color: #666;
  }
}
.footer-spfooter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-spfooter-list li {
  margin-left: 50px;
}
.footer-spfooter-list li a {
  color: #999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .footer-spfooter-list li a:hover {
    color: #666;
  }
}
.footer .pagetop {
  position: absolute;
  left: 0;
  bottom: 60px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.footer .pagetop a {
  display: inline-block;
  font-size: 5rem;
  color: #ffffff;
  letter-spacing: 0.125em;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer .pagetop a::before, .footer .pagetop a::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #FFF;
  position: absolute;
  z-index: 100;
  bottom: 320px;
}
.footer .pagetop a::after {
  height: 33px;
  left: 25px;
}
.footer .pagetop a::before {
  height: 103px;
  left: 35px;
}
@media only screen and (min-width: 1024px) {
  .footer .pagetop a:hover {
    color: #666;
  }
}
.footer .copy {
  position: absolute;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  color: #4c4c4c;
  font-size: 1.2rem;
}

.cvbtn .inner {
  width: 100%;
}
.cvbtn-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cvbtn-tr::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #b2b2b2;
}
.cvbtn-box {
  width: 50%;
  height: 260px;
  height: 23vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
}
.cvbtn-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cvbtn-box::before {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 20px;
  right: 20px;
  margin: auto;
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(../img/common/ico_arrow04_off.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .cvbtn-box:hover::before {
    background-image: url(../img/common/ico_arrow04_on.svg);
  }
}
.cvbtn-en {
  color: #e30701;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cvbtn-ja {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.cvbtn-box:hover::after {
  border: 3px solid #e30701;
}
.cvbtn-box:hover .cvbtn-en {
  letter-spacing: 0.15em;
}
.cvbtn.case02 {
  padding: 120px 0 0;
}
.cvbtn.case02 .cvbtn-ja {
  margin-bottom: 20px;
}
.cvbtn.case02 .cvbtn-expl {
  text-align: center;
}

/*********************************************************************************************
その他共通
*********************************************************************************************/
#content {
  position: relative;
  z-index: 100;
  background-color: #FFF;
}

.base-width {
  width: 1000px;
  margin: auto;
}

.canvas-wrapper {
  width: 50% !important;
  height: 460px !important;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(46%, 0);
          transform: translate(46%, 0);
}

.page-content a {
  text-decoration: underline;
}
.page-content a:hover {
  text-decoration: none;
}
.page-content .cor-red {
  color: #e30701;
}
.page-content .ttl-style01 {
  font-size: 2.6rem;
  font-weight: bold;
}
.page-content .ttl-style02 {
  font-size: 2rem;
  font-weight: bold;
}
.page-content .ttl-style03 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-top: 0;
}
.page-content .ttl-style04 {
  font-size: 1.8rem;
  font-weight: bold;
}
.page-content .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.page-content .tag-list li {
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 10px;
}
.page-content .tag-list li:last-child {
  margin-right: 0;
}
.page-content .tag-list li a, .page-content .tag-list li span {
  display: block;
  background-color: #FFF;
  line-height: 1;
  white-space: pre;
  padding: 5px 12px;
  border-radius: 10em;
  border: 1px solid #000;
  text-decoration: none;
}
.page-content .tag-list li.active a {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.page-content .news-list {
  border-top: 1px solid #e5e5e5;
}
.page-content .news-list li {
  list-style: none;
}
.page-content .news-list li a {
  padding: 20px 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.page-content .news-list li a time {
  display: block;
  color: #e30701;
  font-size: 1.2rem;
  margin-right: 25px;
  vertical-align: middle;
  line-height: 1;
  width: 70px;
}
.page-content .news-list li a span {
  padding-right: 50px;
}
.page-content .news-list li a::after {
  content: "";
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 15px;
  margin: auto;
  display: block;
  width: 6.85px;
  height: 6.85px;
  background-image: url(../img/common/ico_arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  .page-content .news-list li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .page-content .news-list li a:hover {
    opacity: 0.7;
  }
}
.page-content .ankerbox .flexBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-content .ankerbox ul li {
  list-style: none;
  width: 296px;
  margin: 0 20px;
}
.page-content .ankerbox ul li a {
  text-align: center;
  display: block;
  color: #FFF;
  background-color: #000;
  border-radius: 10em;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}
.page-content .ankerbox ul li a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #e30701 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -6px;
}
@media only screen and (min-width: 1024px) {
  .page-content .ankerbox ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .page-content .ankerbox ul li a:hover {
    opacity: 0.7;
  }
}

.module-header {
  padding-top: 150px;
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
}
.module-header .inner {
  width: 1000px;
  margin: auto;
  z-index: 5;
  position: relative;
}
.module-header .bread-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 195px;
}
.module-header .bread-list li {
  display: block;
  margin-right: 17px;
  vertical-align: middle;
  position: relative;
  font-size: 1.4rem;
}
.module-header .bread-list li::after {
  content: "";
  display: block;
  line-height: 1;
  width: 5px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
}
.module-header .bread-list li a {
  color: #999999;
  line-height: 1;
}
.module-header .bread-list li:last-child::after {
  display: none;
}
.module-header-ttl {
  margin: 50px 0 90px;
  font-size: 3rem;
  font-weight: bold;
  color: #e30701;
}
.module-header-ttl-eng {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 10;
  font-size: 7.4rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.module-header-ttl-eng span {
  position: relative;
  z-index: 10;
}
.module-header-ttl-eng::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  background-color: #e30701;
  width: 106%;
  height: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  margin: auto;
}
.module-header::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #ecefef;
  height: 305px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

.tab-btn {
  width: 50%;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.tab-btn p {
  height: 100%;
  margin-bottom: 0;
}
.tab-btn a {
  display: block;
  color: #FFF;
  padding: 20px 0;
  position: relative;
  background-color: #bfc1c4;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.tab-btn a::after, .tab-btn a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 13px;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tab-btn a::before {
  left: -13px;
  top: 0;
}
.tab-btn a::after {
  right: -13px;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .tab-btn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tab-btn a:hover {
    opacity: 0.7;
  }
}
.tab-btn-active a {
  background-color: #2b3139;
}
.tab-open {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  display: none;
}
.tab-open-show {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
}

.ico-pdf span, .ico-play span, .ico-xlsx span, .ico-doc span, .ico-ppt span {
  position: relative;
}
.ico-pdf span::after, .ico-play span::after, .ico-xlsx span::after, .ico-doc span::after, .ico-ppt span::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 14px;
  margin-left: 15px;
  background-size: 100%;
}
.ico-pdf span::after {
  background: url(../img/common/ico_pdf.svg);
}
.ico-play span::after {
  background: url(../img/common/ico_play.svg);
}
.ico-xlsx span::after {
  background: url(../img/common/ico_xlsx.svg);
}
.ico-doc span::after {
  background: url(../img/common/ico_doc.svg);
}
.ico-ppt span::after {
  background: url(../img/common/ico_ppt.svg);
}

.btn-style-b, .btn-style-w {
  text-align: center;
}
.btn-style-b a, .btn-style-w a {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 10em;
  position: relative;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-style-b a::after, .btn-style-w a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 15px;
  width: 10px;
  height: 10px;
  background-color: #e30701;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .btn-style-b a:hover, .btn-style-w a:hover {
    opacity: 0.7;
  }
}
.btn-style-w a {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-style-w.blank a::after {
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_blank.svg);
  background-size: contain;
  border-radius: 0;
}
.btn-style-b.blank a::after {
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_blank.svg);
  background-size: contain;
  border-radius: 0;
}
.btn-style-type02 a {
  width: 240px;
  text-align: center;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 10em;
  padding: 12px 0;
  line-height: 1;
  text-decoration: none !important;
}
@media only screen and (min-width: 1024px) {
  .btn-style-type02 a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-style-type02 a:hover {
    opacity: 0.7;
  }
}
.btn-style-type03 a {
  text-align: center;
  display: inline-block;
  line-height: 1;
  width: 240px;
  margin: auto;
  font-size: 1.5rem;
  color: #FFF;
  background-color: #000;
  border-radius: 10em;
  padding: 16px 0;
  text-decoration: none !important;
}
@media only screen and (min-width: 1024px) {
  .btn-style-type03 a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-style-type03 a:hover {
    opacity: 0.7;
  }
}
.btn-style-type03.white a {
  color: #000;
  background-color: #fff;
}

.pdfbtn {
  text-align: center;
}
.pdfbtn a {
  width: auto;
  display: inline-block;
  padding: 20px 25px;
  position: relative;
}
.pdfbtn a span {
  vertical-align: middle;
  font-size: 1.2rem;
}
.pdfbtn a::after {
  margin-left: 8px;
  vertical-align: middle;
  content: "PDF";
  font-size: 1rem;
  color: #FFF;
  background-color: #e30701;
  display: inline-block;
  line-height: 1;
  padding: 2px;
}
@media only screen and (min-width: 1024px) {
  .pdfbtn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pdfbtn a:hover {
    opacity: 0.7;
  }
}

.blanklink {
  position: relative;
  padding-right: 17px;
}
.blanklink::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_blank.svg);
  background-size: contain;
}

.list-pager .pager-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-pager .pager-box li {
  list-style: none;
  margin: 0 15px;
}
.list-pager .pager-box li a {
  position: relative;
  display: inline-block;
  padding: 3px;
  line-height: 1;
}
.list-pager .pager-box li a.on {
  color: #e30701;
  text-decoration: none;
  cursor: auto;
}
@media only screen and (min-width: 1024px) {
  .list-pager .pager-box li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list-pager .pager-box li a:hover {
    color: #e30701;
  }
}
.list-pager .pager-box li a.pageicon02 span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.list-pager .pager-box li a.pageicon01 span {
  position: relative;
  display: block;
}
.list-pager .pager-box li a.pageicon01 span::after, .list-pager .pager-box li a.pageicon01 span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.list-pager .pager-box li a.nolink {
  pointer-events: none;
}
.list-pager .pager-box li a.listfrst span::after, .list-pager .pager-box li a.listfrst span::before {
  border-width: 3px 5.2px 3px 0;
  border-color: transparent #000000 transparent transparent;
}
.list-pager .pager-box li a.listfrst span::before {
  position: absolute;
  left: -5px;
}
.list-pager .pager-box li a.nolink.listfrst span::after, .list-pager .pager-box li a.nolink.listfrst span::before {
  border-right-color: #b2b2b2;
}
.list-pager .pager-box li a.pre span {
  border-width: 3.25px 11px 3.25px 0;
  border-color: transparent #000000 transparent transparent;
}
.list-pager .pager-box li a.nolink.pre span {
  border-right-color: #b2b2b2;
}
.list-pager .pager-box li a.next span {
  border-width: 3.25px 0 3.25px 11px;
  border-color: transparent transparent transparent #000000;
}
.list-pager .pager-box li a.nolink.next span {
  border-left-color: #b2b2b2;
}
.list-pager .pager-box li a.listlast span::after, .list-pager .pager-box li a.listlast span::before {
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #000000;
}
.list-pager .pager-box li a.listlast span::before {
  position: absolute;
  right: -5px;
}
.list-pager .pager-box li a.nolink.listlast span::after, .list-pager .pager-box li a.nolink.listlast span::before {
  border-left-color: #b2b2b2;
}

.company.index .page-content ul li {
  list-style: none;
}

.news.index .page-content ul li {
  list-style: none;
}

.ir.index .page-content ul li {
  list-style: none;
}

.sfb.index .page-content ul li {
  list-style: none;
}

.radio-style label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  display: inline-block;
}
.radio-style label::before,
.radio-style label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.radio-style label::before {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 6px;
}
.radio-style label::after {
  background-color: #000000;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 11px;
}
.radio-style input:checked + label::after {
  opacity: 1;
}
.radio-style input[type="radio"] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.checkbox-style label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.checkbox-style label::before,
.checkbox-style label::after {
  content: "";
  display: block;
  position: absolute;
}
.checkbox-style label::before {
  background-color: #fff;
  border-radius: 25%;
  border: 1px solid #000000;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.checkbox-style label::after {
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  opacity: 0;
  height: 4px;
  width: 8px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 46%;
  left: 11px;
}
.checkbox-style input:checked + label::after {
  opacity: 1;
}
.checkbox-style input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.selecttag {
  position: relative;
}
.selecttag::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #e30701 transparent transparent transparent;
}
.selecttag::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  background-color: #b2b2b2;
  opacity: 0.8;
}
.selecttag select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #e30701;
  padding: 25px 20px 25px 50px;
  font-size: 1.6rem;
}
.selecttag.disab::after {
  width: 100%;
  height: 100%;
}

input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}

input[type="text"]:-ms-input-placeholder {
  color: #999999;
}

input[type="text"]::-ms-input-placeholder {
  color: #999999;
}

input[type="text"]::placeholder {
  color: #999999;
}
input[type="text"].style01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  width: 100%;
  color: #000;
  height: 67px;
  background-color: #fff;
  border-bottom: 1px solid #e30701;
  padding: 13px 20px 7px 20px;
  font-size: 1.6rem;
}
input[type="text"].style02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  background-color: #fff;
  color: #000;
}

textarea.style01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  background-color: #fff;
  color: #000;
}
textarea::-webkit-input-placeholder {
  color: #999999;
}
textarea:-ms-input-placeholder {
  color: #999999;
}
textarea::-ms-input-placeholder {
  color: #999999;
}
textarea::placeholder {
  color: #999999;
}

input[type="mail"].style01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  width: 100%;
  color: #000;
  height: 65px;
  background-color: #fff;
  padding: 10px 10px 10px 20px;
  font-size: 1.6rem;
}
input[type="mail"].style01::-webkit-input-placeholder {
  color: #999999;
}
input[type="mail"].style01:-ms-input-placeholder {
  color: #999999;
}
input[type="mail"].style01::-ms-input-placeholder {
  color: #999999;
}
input[type="mail"].style01::placeholder {
  color: #999999;
}

.btn-submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  width: 290px;
  margin: auto;
  font-size: 1.5rem;
  color: #FFF;
  background-color: #000;
  border-radius: 10em;
  padding: 13px 0;
  position: relative;
}
.btn-submit button:disabled {
  background-color: #cccccc;
  cursor: initial;
}
@media only screen and (min-width: 1024px) {
  .btn-submit button:disabled {
    -webkit-transition: none;
    transition: none;
  }
  .btn-submit button:disabled:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-submit button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-submit button:hover {
    opacity: 0.7;
  }
}
.btn-submit.icon button::after {
  content: "";
  display: block;
  width: 15.21px;
  height: 15.71px;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-image: url(../img/common/ico_search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1023px) {
  .header {
    min-width: initial;
  }
  .header-inner {
    background-color: #FFF;
  }
  .header-logo {
    position: static;
    width: 130px;
    height: auto;
    margin-right: auto;
    padding-left: 4%;
  }
  .header-gnav {
    display: none;
    position: fixed;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 60px;
    margin: 0;
    padding: 0 0 0;
    height: calc(100% - 60px );
    overflow-y: scroll;
    overflow-x: hidden;
    line-height: 1.2;
  }
  .header-gnav-sub {
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 40px;
    margin-bottom: 25px;
  }
  .header-gnav-sub > li {
    display: none;
    margin: 0;
    padding: 0;
  }
  .header-gnav-sub > li.lang {
    display: block;
  }
  .header-gnav-sub > li.lang span {
    display: none;
  }
  .header-gnav-sub > li.lang .lang-list {
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-gnav-sub > li.lang .lang-list li {
    margin: 0 15px;
  }
  .header-gnav-sub > li.lang .lang-list li a {
    font-size: 1.6rem;
    line-height: 1;
    display: block;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: relative;
  }
  .header-gnav-sub > li.lang .lang-list li.current a {
    color: #e30701;
  }
  .header-gnav-sub > li.lang .lang-list li.current a::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #e30701;
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
  }
  .header-gnav-main {
    display: block;
    border-top: 1px solid #808080;
    margin-right: 0;
    padding-top: 0;
  }
  .header-gnav-main > li {
    margin: 0;
    border-bottom: 1px solid #808080;
  }
  .header-gnav-main > li > a {
    padding: 25px 25px;
    font-size: 1.5rem;
    display: block;
    position: relative;
  }
  .header-gnav-main > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 8;
    width: 6.85px;
    height: 6.85px;
    right: 36px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url(../img/common/ico_arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .header-gnav-main > li > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    width: 20px;
    height: 20px;
    right: 30px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #FFF;
    border-radius: 100%;
  }
  .header-gnav-main > li.drop .drop-hover::after {
    right: 35px;
    width: 9px;
    height: 9px;
    background-image: url(../img/common/ico_open.svg);
  }
  .header-gnav-main > li.drop .drop-hover.open::after {
    background-image: url(../img/common/ico_close.svg);
  }
  .header-btn {
    height: 60px;
  }
  .header-search {
    display: block;
    position: static;
    width: 100%;
    padding: 25px 20px 0;
    background-color: transparent;
  }
  .header-search-close {
    display: none;
  }
  .header-search-inner::before {
    display: none;
  }
  .header-search-inner .input-text .style01 {
    height: 60px;
  }
  .header-spbtn {
    display: block;
    width: 105px;
    height: 60px;
    background-color: #FFF;
  }
  .header-spbtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .header-spbtn a.active {
    background-color: #efefef;
  }
  .header-spbtn a i {
    display: block;
    position: relative;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #595757;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .header-spbtn a i::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #595757;
    border-radius: 5px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .header-spbtn a i::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #595757;
    border-radius: 5px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .header-spbtn a i.active {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-spbtn a i.active::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .header-spbtn a i.active::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-subspnavi {
    display: block;
    padding: 30px 20px 0;
  }
  .header-subspnavi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-subspnavi-list li {
    margin-right: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .header-subspnavi-list li:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header-subspnavi-list li a {
    display: block;
    font-size: 1.3rem;
  }
  .header-subspnavi-list:last-child {
    border-bottom: 1px solid #333333;
  }
  .header-spfooter {
    display: block;
    padding: 30px 20px 60px;
    position: relative;
  }
  .header-spfooter-link {
    margin-bottom: 30px;
  }
  .header-spfooter-link a {
    color: #FFF;
    display: block;
    font-size: 1.3rem;
  }
  .header-spfooter-list li {
    margin-bottom: 15px;
    line-height: 1;
  }
  .header-spfooter-list li:last-child {
    margin-bottom: 0;
  }
  .header-spfooter-list li a {
    font-size: 1.3rem;
    color: #999999;
  }
  .header-spfooter .copy {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 50px;
    color: #4c4c4c;
    font-size: 1.2rem;
  }

  .drop-menu {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  .drop-inner {
    display: block;
    width: 100%;
    min-height: initial;
    padding: 0;
  }
  .drop-ttl {
    padding: 0;
    margin: 0;
    max-width: initial;
    width: 94%;
    margin: auto;
  }
  .drop-ttl p {
    margin-bottom: 0;
    max-width: initial;
    border-top: 1px solid #333333;
  }
  .drop-ttl p a {
    display: block;
    padding: 25px 30px;
    position: relative;
  }
  .drop-ttl p a::after {
    content: "";
    position: absolute;
    z-index: 5;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 6.85px;
    height: 6.85px;
    background-image: url(../img/common/ico_arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .drop-box {
    display: block;
    padding: 0;
    border: none;
  }
  .drop-list {
    width: 94%;
    margin: 0 auto;
  }
  .drop-list:first-child {
    margin-left: auto;
  }
  .drop-list > li {
    margin-bottom: 0;
    max-width: initial;
    border-top: 1px solid #333333;
  }
  .drop-list > li > a {
    display: block;
    padding: 25px 30px;
    position: relative;
  }
  .drop-list > li > a::after {
    content: "";
    position: absolute;
    z-index: 5;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 6.85px;
    height: 6.85px;
    background-image: url(../img/common/ico_arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .drop-list-ttl {
    margin-bottom: 0;
    font-size: 1.3rem;
    padding: 25px 30px;
    position: relative;
  }
  .drop-list-ttl::after {
    background-color: #e30701;
    width: 10px;
    height: 1px;
    content: "";
    position: absolute;
    z-index: 5;
    right: 29px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .drop-list-ttl::before {
    background-color: #e30701;
    width: 1px;
    height: 10px;
    content: "";
    position: absolute;
    z-index: 5;
    right: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .drop-list-ttl.open::before {
    opacity: 0;
  }
  .drop-list.other li .drop-sublist {
    float: none;
  }
  .drop-list.other li .drop-sublist.first {
    margin-right: 0;
  }
  .drop-sublist {
    border-top: 1px solid #333333;
    padding-bottom: 20px;
  }
  .drop-sublist li {
    margin-bottom: 0;
  }
  .drop-sublist li a {
    padding: 25px 30px 5px;
    display: block;
    position: relative;
  }
  .drop-sublist li a::after {
    content: "";
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 25px;
    display: block;
    width: 6.85px;
    height: 6.85px;
    background-image: url(../img/common/ico_arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .drop-menu {
    display: none;
  }
  .drop-sublist {
    display: none;
  }
  .drop .drop-menu {
    -webkit-transition: none;
    transition: none;
  }

  /*********************************************************************************************
    footer
  *********************************************************************************************/
  .footer {
    font-size: 1.5rem;
    margin-top: 90px;
  }
  .footer-anime {
    height: 230px;
    z-index: 40;
  }
  .footer-anime::before {
    border-width: 195px 74.766vw 0 0;
  }
  .footer-anime::after {
    border-width: 202px 76.8vw 0 0;
  }
  .footer-anime-img {
    position: absolute;
    z-index: 3;
    width: 60%;
    right: 20px;
    top: 0;
  }
  .footer-anime-img img {
    width: 100%;
    height: auto;
  }
  .footer-logo {
    width: 90%;
    left: 0;
    right: 0;
    top: 10%;
  }
  .footer-logo a {
    display: inline-block;
  }
  .footer-logo a img {
    width: 130px;
    height: auto;
  }
  .footer-bg {
    padding-bottom: 30px;
  }
  .footer-inner {
    width: 100%;
  }
  .footer-gnav {
    width: 100%;
    z-index: 10;
  }
  .footer-gnav-main {
    border: none;
    border-top: 1px solid #808080;
    margin: 0;
    padding: 0;
  }
  .footer-gnav-main > li {
    margin: 0;
    border-bottom: 1px solid #808080;
  }
  .footer-gnav-main > li.link-top {
    position: static;
  }
  .footer-gnav-main > li > a {
    padding: 25px 25px;
    font-size: 1.5rem;
    display: block;
    position: relative;
  }
  .footer-gnav-main > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 8;
    width: 6.85px;
    height: 6.85px;
    right: 36px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url(../img/common/ico_arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .footer-gnav-main > li > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    width: 20px;
    height: 20px;
    right: 30px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #FFF;
    border-radius: 100%;
  }
  .footer-gnav-main > li.footer-drop .footer-drop-hover::after {
    right: 35px;
    width: 9px;
    height: 9px;
    background-image: url(../img/common/ico_open.svg);
  }
  .footer-gnav-main > li.footer-drop .footer-drop-hover.open::after {
    background-image: url(../img/common/ico_close.svg);
  }
  .footer-gnav-main > li > a:hover {
    color: #FFF;
  }
  .footer-drop {
    display: block;
  }
  .footer-drop-hover {
    width: auto;
    min-width: initial;
    max-width: initial;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 0;
  }
  .footer-drop-menu {
    display: none;
  }
  .footer-drop-list {
    display: block;
    width: 94%;
    margin: 0 auto;
  }
  .footer-drop-list:last-child {
    margin-bottom: 0;
  }
  .footer-drop-list > li {
    margin-right: 0;
    border-top: 1px solid #333333;
  }
  .footer-drop-list > li > a {
    display: block;
    padding: 25px 30px;
    position: relative;
  }
  .footer-drop-list > li > a::after {
    content: "";
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 6.85px;
    height: 6.85px;
    background-image: url(../img/common/ico_arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .footer-drop-sublist {
    display: none;
    border-top: 1px solid #333333;
    padding-bottom: 20px;
  }
  .footer-drop-sublist-ttl {
    margin-bottom: 0;
    font-size: 1.3rem;
    padding: 25px 30px;
    position: relative;
  }
  .footer-drop-sublist-ttl::after {
    background-color: #e30701;
    width: 10px;
    height: 1px;
    content: "";
    position: absolute;
    z-index: 5;
    right: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer-drop-sublist-ttl::before {
    background-color: #e30701;
    width: 1px;
    height: 10px;
    content: "";
    position: absolute;
    z-index: 5;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .footer-drop-sublist-ttl.open::before {
    opacity: 0;
  }
  .footer-drop-sublist li {
    margin-bottom: 0;
  }
  .footer-drop-sublist li a {
    padding: 25px 30px 5px;
    display: block;
    position: relative;
  }
  .footer-drop-sublist li a::after {
    content: "";
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 25px;
    display: block;
    width: 6.85px;
    height: 6.85px;
    background-image: url(../img/common/ico_arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .footer-drop-sublist li a:hover {
    color: #999999;
  }
  .footer-drop .other-flex-list {
    float: none;
  }
  .footer-drop .other-flex-list:first-child {
    margin-right: 0;
  }
  .footer-drop .other-qa {
    position: static;
  }
  .footer-subspnavi {
    padding: 30px 20px 0;
    border-bottom: none;
  }
  .footer-subspnavi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-subspnavi-list li {
    margin-right: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .footer-subspnavi-list li:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-subspnavi-list li a {
    display: block;
    font-size: 1.3rem;
  }
  .footer-subspnavi-list:last-child {
    border-bottom: 1px solid #333333;
  }
  .footer-spfooter {
    padding: 30px 20px 0;
    display: block;
    font-size: 1.3rem;
  }
  .footer-spfooter-link {
    margin-bottom: 30px;
  }
  .footer-spfooter-link a {
    color: #FFF;
    display: block;
  }
  .footer-spfooter-list {
    display: block;
    margin-bottom: 110px;
  }
  .footer-spfooter-list li {
    margin-left: 0;
    margin-bottom: 15px;
    line-height: 1;
  }
  .footer-spfooter-list li a {
    color: #999999;
  }
  .footer-spfooter .copy {
    position: static;
    color: #4c4c4c;
    font-size: 1.2rem;
  }
  .footer .pagetop {
    z-index: 15;
    right: 20px;
    left: auto;
    bottom: 0px;
    width: 10%;
  }
  .footer .pagetop a {
    font-size: 2.7rem;
  }
  .footer .pagetop a::before, .footer .pagetop a::after {
    bottom: 170px;
  }
  .footer .pagetop a::after {
    height: 26px;
    left: 12px;
  }
  .footer .pagetop a::before {
    height: 55px;
    left: 20px;
  }

  .cvbtn-tr {
    display: block;
  }
  .cvbtn-tr::after {
    display: none;
  }
  .cvbtn-box {
    width: 100%;
    height: 210px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cvbtn-box::after {
    display: none;
  }
  .cvbtn-box::before {
    width: 29px;
    height: 29px;
    right: 15px;
  }
  .cvbtn-box:last-child {
    border-top: none;
  }
  .cvbtn-box:hover::before {
    background-image: url(../img/common/ico_arrow04_off.svg);
  }
  .cvbtn-en {
    color: #e30701;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cvbtn-ja {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .cvbtn-box:hover::after {
    border: 3px solid #e30701;
  }
  .cvbtn-box:hover .cvbtn-en {
    letter-spacing: 0.08em;
  }
  .cvbtn.case02 {
    padding: 90px 0 0;
  }

  /*********************************************************************************************
  その他共通
  *********************************************************************************************/
  #content {
    padding-top: 60px;
  }

  .base-width {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .canvas-wrapper {
    width: auto !important;
    height: 350px !important;
    -webkit-transform: none;
            transform: none;
  }

  .page-content .ttl-style01 {
    font-size: 2.4rem;
  }
  .page-content .ttl-style02 {
    font-size: 1.8rem;
  }
  .page-content .tag-list li a {
    white-space: normal;
  }
  .page-content .news-list li a {
    display: block;
  }
  .page-content .news-list li a time {
    margin-bottom: 10px;
    width: auto;
  }
  .page-content .news-list li a span {
    padding-right: 0;
  }
  .page-content .news-list li a::after {
    display: none;
  }
  .page-content .ankerbox ul li {
    width: 80%;
    margin: 20px auto;
  }

  .module-header {
    padding-top: 145px;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .module-header .inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .module-header .bread-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .module-header .bread-list li {
    margin-right: 0;
    margin-left: 15px;
    font-size: 1.3rem;
  }
  .module-header .bread-list li:first-child {
    margin-left: 0;
  }
  .module-header .bread-list li::after {
    right: -10px;
  }
  .module-header-ttl {
    font-size: 2.6rem;
    margin: 50px 0 30px;
  }
  .module-header-ttl-eng {
    font-size: 4rem;
    top: -76px;
    left: 20px;
  }
  .module-header-ttl-eng::after {
    height: 14px;
    bottom: 7px;
  }
  .module-header-lead {
    margin-bottom: 30px;
  }
  .module-header::after {
    height: 110px;
  }

  .tab-btn {
    font-size: 1.5rem;
  }
  .tab-btn a {
    padding: 10px 0;
    line-height: 1.5;
  }

  .list-pager .pager-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-pager .pager-box li {
    margin: 0 3.7%;
  }
  .list-pager .pager-box li:first-child {
    margin-left: 0;
  }
  .list-pager .pager-box li:last-child {
    margin-right: 0;
  }

  .selecttag select {
    padding: 20px 20px 20px 50px;
    border-bottom: 2px solid #e30701;
  }

  input[type="text"].style01 {
    border-bottom: 2px solid #e30701;
  }

  .btn-submit button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: auto;
    min-width: 107px;
    padding-left: 4%;
    height: 60px;
  }
  .header-btn {
    position: absolute;
    z-index: 50;
    width: 96px;
    top: 0;
  }
  .header-btn a {
    font-size: 1.2rem;
  }
  .header-btn.recruit {
    right: 146px;
  }
  .header-btn.contact {
    right: 60px;
    width: 86px;
  }
  .header-spbtn {
    position: absolute;
    z-index: 50;
    width: 60px;
    right: 0;
    top: 0;
  }
}
