@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
/*------------------------------------------------------------------------------
reset PC
------------------------------------------------------------------------------*/
.outer-block,
input,
textarea,
select,
button {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.outer-block {
  color: #3c3c3c;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

.outer-block *,
.outer-block *::before,
.outer-block *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.outer-block img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

.outer-block p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.outer-block a {
  color: #3c3c3c;
  text-decoration: none;
}

.outer-block input,
.outer-block select,
.outer-block textarea,
.outer-block button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.outer-block select::-ms-expand {
  display: none;
}

.outer-block textarea {
  resize: vertical;
}

.outer-block ::-webkit-input-placeholder {
  color: #ccc;
}

.outer-block :-ms-input-placeholder {
  color: #ccc;
}

.outer-block ::-ms-input-placeholder {
  color: #ccc;
}

.outer-block ::-moz-placeholder {
  color: #ccc;
}

.outer-block ::placeholder {
  color: #ccc;
}

.outer-block button {
  border: none;
  cursor: pointer;
}

.outer-block label {
  cursor: pointer;
}

.outer-block table {
  border-collapse: collapse;
}

.outer-block ul,
.outer-block ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.outer-block h1,
.outer-block h2,
.outer-block h3,
.outer-block h4,
.outer-block h5,
.outer-block h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main.outer-block {
  display: block;
}

.outer-block {
  min-width: 1240px;
}

.inner-block {
  position: relative;
  width: 1200px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
}

.outer-block dl,
.outer-block dt,
.outer-block dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/NotoSerifJP-Medium.woff) format("woff"), url(../font/NotoSerifJP-Medium.otf) format("opentype");
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSerifJP-Bold.woff) format("woff"), url(../font/NotoSerifJP-Bold.otf) format("opentype");
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-display: swap;
}
.outer-block .serif {
  font-family: "Noto Serif JP", serif;
}

.outer-block .c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
main {
  display: block;
  margin-top: 80px;
}

.c-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.c-header .nav-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-header .logo {
  background: #d8000f;
  text-align: center;
  width: 180px;
}
.c-header .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 20px;
  height: 80px;
}
.c-header .logo a img {
  width: 100%;
}
.c-header .nav-list .mega-wrap .mega-menu {
  background: #fff;
  padding: 60px;
}
.c-header .nav-list .mega-wrap .img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-header .nav-list .mega-wrap .img-list li {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: center;
}
.c-header .nav-list .mega-wrap .img-list li a::before {
  content: none;
}
.c-header .nav-list .mega-wrap .img-list a {
  display: block;
}
.c-header .nav-list .mega-wrap .img-list a .img img {
  width: 100%;
}
.c-header .nav-list .mega-wrap .img-list a .txt {
  font-size: 18px;
  margin-top: 14px;
}
.c-header .nav-list .mega-wrap .img-list + .btn-list {
  margin-top: 50px;
}
.c-header .nav-list .mega-wrap .btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-header .nav-list .mega-wrap .btn-list li {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.c-header .nav-list .mega-wrap .btn-list li::before {
  content: none;
}
.c-header .nav-list .mega-wrap .btn-list a {
  display: block;
  font-size: 15px;
  padding: 20px 30px 20px 15px;
  position: relative;
  text-align: left;
}
.c-header .nav-list .mega-wrap .btn-list a::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #d8000f;
  border-right: solid 1px #d8000f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: inherit;
  right: 20px;
  margin: auto;
  background: none;
}
.c-header .nav-btn {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-align: center;
  z-index: 99;
}
.c-header .nav-btn .txt {
  color: #d8000f;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.c-header .nav-btn .inn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 27px;
  margin: auto;
}
.c-header .nav-btn .inn .line {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8000f;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-header .nav-btn .inn .line:nth-child(1) {
  top: 3px;
}
.c-header .nav-btn .inn .line:nth-child(2) {
  top: 11px;
}
.c-header .nav-btn.is-open .inn .line {
  top: 7px;
}
.c-header .nav-btn.is-open .inn .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header .nav-btn.is-open .inn .line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-header.en .nav-list li {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  position: relative;
}
.c-header.en .nav-list li .mega-txt {
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-header.en .nav-list li:hover .mega-nav {
  opacity: 1;
  pointer-events: auto;
}
.c-header.en .nav-list .mega-nav {
  padding-top: 22px;
}
.c-header.en .nav-list .mega-nav a {
  background: rgba(255, 255, 255, 0.95);
  display: block;
  font-size: 16px;
  letter-spacing: 0.06em;
  padding: 15px 20px;
  padding-right: 50px;
  position: relative;
  text-align: left;
}
.c-header.en .nav-list .mega-nav a + a::before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100% - 40px);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-header.en .nav-list .mega-nav a::after {
  background: url(../img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: 10px 8px;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 10px;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-header.en .nav-list .mega-nav::before {
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.95;
}
.c-header.en .contact-btn a {
  border-left: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 25px;
  width: 184px;
}
.c-header.en .contact-btn a .ico {
  width: 47px;
}
.c-header.en .contact-btn a .inn {
  width: calc(100% - 47px);
}

html.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

#menu-bg {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
#menu-bg.is-open {
  opacity: 1;
  pointer-events: auto;
}

.colmun3-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.colmun3-btn a {
  background: #fff;
  display: block;
  text-align: center;
}
.colmun3-btn a .ico, .colmun3-btn a .inn {
  display: block;
}
.colmun3-btn a .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  padding-top: 6px;
}
.colmun3-btn a .inn {
  font-size: 12px;
  line-height: 1;
}
.colmun3-btn a:nth-child(1) img {
  width: 20px;
}

.c-footer {
  color: #fff;
}
.c-footer .contact-block {
  background: url("../img/common/bg-footer.jpg") no-repeat center center/cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.c-footer .contact-box {
  text-align: center;
}
.c-footer .contact-box .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-footer .contact-box .ttl.small {
  font-size: 18px;
}
.c-footer .contact-box .txt {
  font-size: 15px;
  margin: 20px 0 50px;
  letter-spacing: 0.15em;
}
.c-footer .contact-box .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.c-footer .contact-box .tag-list li {
  border: 1px solid #fff;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  width: calc((100% - 10px)/2);
}
.c-footer .contact-box .tag-list li + li {
  margin-left: 10px;
}
.c-footer .contact-box .tel {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 25px;
  padding-left: 40px;
  position: relative;
}
.c-footer .contact-box .tel::before {
  background: url("../img/common/ico-tel.svg") no-repeat center center #d8000f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 30px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-footer .contact-box .tel-txt {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}
.c-footer .box-wrap .box-inn {
  border: 1px solid #fff;
  padding: 40px 45px 125px;
  position: relative;
  text-align: center;
}
.c-footer .box-wrap .box-inn .ttl {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.c-footer .box-wrap .box-inn .txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: left;
}
.c-footer .box-wrap .box-inn .btn-wrap {
  margin-top: 30px;
}
.c-footer .box-wrap .box-inn:nth-child(2) .ttl {
  padding-left: 40px;
  position: relative;
}
.c-footer .box-wrap .box-inn:nth-child(2) .ttl::before {
  background: url(../img/common/ico-mail-white.svg) no-repeat center center;
  background-size: 29px 22px;
  content: "";
  display: block;
  width: 29px;
  height: 22px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-footer .copyright {
  background: #d8000f;
}
.c-footer .copyright .box01 .logo {
  width: 168px;
}
.c-footer .copyright .box01 .txt {
  letter-spacing: 0.1em;
}
.c-footer .copyright .box02 .link-list li + li {
  margin-left: 28px;
}
.c-footer .copyright .box02 .link-list li a {
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.15em;
  padding-left: 20px;
  position: relative;
}
.c-footer .copyright .box02 .link-list li a::before {
  background: url("../img/common/ico-arrow-white.svg");
  background-size: 11px 9px;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  width: 11px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-footer .copyright .box02 .txt {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.c-footer.en .copyright .inner-block {
  display: block;
  height: auto;
}
.c-footer.en .copyright .box02 .link-list li a {
  font-size: 13px;
  line-height: 1.2;
}
.c-footer.en .copyright .box02 .link-list li a .small {
  font-size: 10px;
}
.c-footer.en .copyright .box03 {
  margin-top: 45px;
  text-align: center;
}
.c-footer.en .copyright .box03 .lang-list li a {
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 20px;
  position: relative;
}
.c-footer.en .copyright .box03 .lang-list li a::before {
  background: url(../img/common/ico-arrow-sharp-white.svg) no-repeat center center;
  background-size: 41px 7px;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 41px;
  bottom: 0;
  top: -6px;
  right: 30px;
  margin: auto;
}
.c-footer.en .copyright .box03 .txt {
  margin-top: 40px;
}

.c-btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #3c3c3c;
  border-radius: 27px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 270px;
  margin: auto;
}
.c-btn01::before {
  background: url(../img/common/ico-arrow-sharp.svg) no-repeat center center;
  background-size: 40px 7px;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 40px;
  bottom: 7px;
  top: 0;
  right: -15px;
  margin: auto;
}
.c-btn01.only-txt {
  background: none;
  border: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  height: auto;
  padding-right: 60px;
  font-size: 12px;
}
.c-btn01.only-txt::before {
  right: 0;
  bottom: 4px;
}
.c-btn01.only-txt.white {
  color: #fff;
}
.c-btn01.only-txt.white::before {
  background: url(../img/common/ico-arrow-sharp-white.svg) no-repeat center center;
  background-size: 40px 7px;
}
.c-btn01.permalink::after {
  background: url(../img/common/ico-permalink.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 12px;
  bottom: 0;
  top: 0;
  left: 20px;
  margin: auto;
  -webkit-transition: initial;
  transition: initial;
}

.c-btn02 {
  background: #F9F9F9;
  border: 1px solid #ddd;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  height: 100px;
  margin: auto;
  text-align: center;
}
.c-btn02.white {
  background: #fff;
}
.c-btn02::before {
  background: url(../img/common/ico-arrow-sharp.svg) no-repeat center center;
  background-size: 40px 7px;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 40px;
  bottom: 7px;
  top: 0;
  right: 30px;
  margin: auto;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.colmun3-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.colmun3-btn a {
  background: #fff;
  display: block;
  text-align: center;
}
.colmun3-btn a .ico, .colmun3-btn a .inn {
  display: block;
}
.colmun3-btn a .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  padding-top: 6px;
}
.colmun3-btn a .inn {
  font-size: 12px;
  line-height: 1;
}
.colmun3-btn a:nth-child(1) img {
  width: 20px;
}
@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .c-header .nav-area {
    background: #fff;
  }
  .c-header .nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .c-header .nav-list {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 240px);
  }
  .c-header .nav-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    text-align: center;
  }
  .c-header .nav-list li:first-child a::before {
    content: none;
  }
  .c-header .nav-list li > a,
.c-header .nav-list li .mega-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    line-height: 1.3;
  }
  .c-header .nav-list li:nth-child(6) .mega-wrap, .c-header .nav-list li:nth-child(7) .mega-wrap {
    left: inherit;
    right: 20px;
  }
  .c-header .nav-list .mega-menu-btn a::after {
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
  }
  .c-header .nav-list .mega-menu-btn:hover > a {
    color: #d8000f;
  }
  .c-header .nav-list .mega-menu-btn:hover > a::after {
    opacity: 1;
  }
  .c-header .nav-list .mega-menu-btn:hover .mega-wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .c-header .nav-list .mega-wrap {
    padding-top: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    margin: auto;
    max-width: 1360px;
  }
  .c-header .nav-list .mega-wrap .img-list li {
    width: calc((100% - 90px)/3);
  }
  .c-header .nav-list .mega-wrap .img-list li:not(:nth-child(3n+1)) {
    margin-left: 45px;
  }
  .c-header .nav-list .mega-wrap .img-list a:hover {
    background: transparent;
    color: #d8000f;
  }
  .c-header .nav-list .mega-wrap .btn-list li {
    width: calc((100% - 78px)/4);
  }
  .c-header .nav-list .mega-wrap .btn-list li:not(:nth-child(4n+1)) {
    margin-left: 26px;
  }
  .c-header .nav-list .mega-wrap .btn-list li:nth-child(n+5) {
    margin-top: 25px;
  }
  .c-header .nav-list .mega-wrap .btn-list a {
    border: 1px solid #ddd;
  }
  .c-header.en .nav-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 180px);
  }
  .c-header.en .nav-list li::after {
    background: #d8000f;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: calc(100% - 80px);
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 0;
  }
  .c-header.en .nav-list li:hover::after {
    opacity: 1;
  }
  .c-header.en .nav-list li > a,
.c-header.en .nav-list li .mega-txt {
    font-size: 18px;
    letter-spacing: 0.06em;
    padding: 0 40px;
  }
  .c-header.en .nav-list li > a:hover,
.c-header.en .nav-list li .mega-txt:hover {
    background: #fff;
    color: #333 !important;
  }
  .c-header.en .nav-list .mega-nav {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 0;
    pointer-events: none;
  }
  .c-header.en .nav-list .mega-nav a:hover::after {
    right: 15px;
    color: #333 !important;
  }
  .c-header.en .contact-btn {
    margin-left: auto;
  }
  .c-header.en .contact-btn.small {
    font-size: 15px;
  }
  .c-header.en .contact-btn a:hover {
    color: #d8000f;
  }
  .colmun3-btn {
    width: 240px;
  }
  .colmun3-btn a {
    border-right: 1px solid #ddd;
    width: 80px;
  }
  .colmun3-btn a:hover {
    background: #fff0f1;
    color: #d8000f;
  }
  .c-footer .contact-block .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer .contact-box {
    width: 320px;
  }
  .c-footer .box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 135px;
    width: calc(100% - 320px);
  }
  .c-footer .box-wrap .box-inn {
    width: calc((100% - 40px)/2);
    max-width: 320px;
  }
  .c-footer .box-wrap .box-inn + .box-inn {
    margin-left: 40px;
  }
  .c-footer .box-wrap .box-inn .c-btn01:hover {
    color: #fff !important;
  }
  .c-footer .box-wrap .box-inn .btn-wrap {
    margin-top: 30px;
    position: absolute;
    width: calc(100% - 90px);
    left: 45px;
    bottom: 40px;
  }
  .c-footer .copyright {
    font-size: 16px;
  }
  .c-footer .copyright .inner-block {
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-footer .copyright .box01 .logo,
.c-footer .copyright .box01 .txt {
    display: inline-block;
    vertical-align: middle;
  }
  .c-footer .copyright .box01 .logo {
    font-size: 16px;
  }
  .c-footer .copyright .box01 .txt {
    margin-left: 20px;
  }
  .c-footer .copyright .box02 .link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer .copyright .box02 .link-list li a:hover {
    text-decoration: underline;
  }
  .c-footer .copyright .box02 .txt {
    text-align: right;
  }
  .c-footer.en .copyright .inner-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .c-footer.en .copyright .c-footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-footer.en .copyright .box02 .link-list li a::before {
    bottom: inherit;
    top: 2px;
  }
  .c-footer.en .copyright .box03 .lang-list {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer.en .copyright .box03 .lang-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-footer.en .copyright .box03 .lang-list li a:hover::before {
    right: 20px;
  }
  .c-footer.en .copyright .box03 .lang-list li a:hover {
    color: #fff !important;
  }
  .c-footer.en .copyright .box03 .lang-list li + li a::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 1px;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
  .c-btn01:hover {
    background: #3c3c3c;
    color: #fff;
  }
  .c-btn01.only-txt:hover {
    background: none;
    color: #d8000f;
  }
  .c-btn01.only-txt.white:hover {
    color: #fff;
  }
  .c-btn01.permalink:hover::after {
    background-image: url(../img/common/ico-permalink_white.svg);
  }
  .c-btn02:hover::before {
    right: 15px;
  }
  .colmun3-btn {
    width: 240px;
  }
  .colmun3-btn a {
    border-right: 1px solid #ddd;
    width: 80px;
  }
  .colmun3-btn a:hover {
    background: #fff0f1;
    color: #d8000f;
  }
  #csr .csr-header {
    top: 80px;
  }
  #csr #main {
    padding-top: 120px;
  }
  #ir-nav {
    top: 80px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 15px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  main {
    margin-top: 55px;
  }
  .c-header .nav-area {
    background: #d8000f;
  }
  .c-header .logo {
    width: 160px;
  }
  .c-header .logo a {
    height: 55px;
    padding: 7px 18px;
  }
  .c-header .nav-wrap {
    background: #d8000f;
    position: fixed;
    top: 55px;
    right: 0;
    width: 100%;
    max-height: calc(100% - 55px);
    height: 100%;
    overflow: auto;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
    padding: 20px 17px;
    pointer-events: none;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 100;
  }
  .c-header .nav-wrap.is-open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .c-header .nav-wrap .colmun3-btn + .nav-list {
    margin-top: 10px;
  }
  .c-header .nav-list li + li {
    margin-top: 10px;
  }
  .c-header .nav-list li > a,
.c-header .nav-list li .mega-txt {
    background: #fff;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    padding-right: 50px;
    position: relative;
  }
  .c-header .nav-list li:not(.mega-menu-btn) a::before,
.c-header .nav-list li:not(.mega-menu-btn) .mega-txt::before {
    background: url(../img/common/ico-arrow-sharp.svg) no-repeat center center;
    background-size: 28px 5px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 28px;
    bottom: 5px;
    top: 0;
    right: 15px;
    margin: auto;
  }
  .c-header .nav-list .mega-menu-btn {
    background: #fff;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .c-header .nav-list .mega-menu-btn::before, .c-header .nav-list .mega-menu-btn::after {
    background: #d8000f;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 25px;
    right: 20px;
    margin: auto;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .c-header .nav-list .mega-menu-btn.is-active {
    border-radius: 5px;
  }
  .c-header .nav-list .mega-menu-btn.is-active::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  .c-header .nav-list .mega-menu-btn::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-header .nav-list .mega-menu-btn > a {
    width: calc(100% - 60px);
  }
  .c-header .nav-list .mega-menu-btn > a::before {
    content: none;
  }
  .c-header .nav-list .mega-wrap {
    margin-top: 0;
    display: none;
  }
  .c-header .nav-list .mega-wrap .mega-menu {
    background: transparent;
    padding: 0 15px 15px;
  }
  .c-header .nav-list .mega-wrap .img-list li {
    width: calc((100% - 10px)/2);
    margin: 0;
  }
  .c-header .nav-list .mega-wrap .img-list li:nth-child(even) {
    margin-left: 10px;
  }
  .c-header .nav-list .mega-wrap .img-list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .c-header .nav-list .mega-wrap .img-list a .txt {
    font-size: 13px;
    margin-top: 10px;
  }
  .c-header .nav-list .mega-wrap .img-list a {
    padding: 0;
  }
  .c-header .nav-list .mega-wrap .img-list a::before {
    content: none;
  }
  .c-header .nav-list .mega-wrap .img-list + .btn-list {
    margin-top: 20px;
  }
  .c-header .nav-list .mega-wrap .btn-list li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .c-header .nav-list .mega-wrap .btn-list a {
    border-top: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 30px 10px 5px;
  }
  .c-header .nav-list .mega-wrap .btn-list a::before {
    right: 10px;
  }
  .c-header.en .nav-list .mega-nav {
    display: none;
    padding-top: 12px;
    position: relative;
  }
  .c-header.en .nav-list .mega-nav a {
    background: white;
    font-size: 14px;
    padding: 10px 15px;
  }
  .c-header.en .nav-list .mega-nav a + a::before {
    width: calc(100% - 20px);
  }
  .c-header.en .nav-list .mega-nav::before {
    border-width: 0 6px 6px 6px;
    top: 6px;
    opacity: 1;
  }
  .c-header.en .contact-btn {
    max-width: 200px;
    margin: 20px auto 0;
  }
  .c-header.en .contact-btn a .ico {
    width: 40px;
  }
  .c-header.en .contact-btn a .inn {
    width: calc(100% - 40px);
  }
  .c-header.en .contact-btn a {
    padding: 10px;
    width: 100%;
  }
  .c-header.en .contact-btn a::before {
    content: none;
  }
  .c-header .colmun3-btn {
    border-bottom: none;
  }
  .c-header .colmun3-btn a {
    border-radius: 5px;
    padding: 17px 0;
    width: calc((100% - 24px)/3);
  }
  .c-header .colmun3-btn a + a {
    border: none;
    margin-left: 12px;
  }
  .c-header .colmun3-btn a .ico {
    height: 30px;
    padding-top: 0;
  }
  .c-header .colmun3-btn a .ico img {
    max-height: 25px;
    max-width: 25px;
  }
  .c-header .colmun3-btn a .inn {
    padding-top: 5px;
  }
  .colmun3-btn.sp {
    border-top: 1px solid #ddd;
    position: fixed;
    width: 100%;
    z-index: 2;
    bottom: 0;
  }
  .colmun3-btn a {
    width: calc(99.9999% / 3);
    padding-bottom: 12px;
  }
  .colmun3-btn a + a {
    border-left: 1px solid #ddd;
  }
  .colmun3-btn a .ico {
    height: 45px;
  }
  .colmun3-btn a .inn {
    font-size: 11px;
  }
  .colmun3-btn a:nth-child(1) img {
    width: 18px;
  }
  .c-footer .contact-block {
    background-image: url("../img/common/bg-footer-sp.jpg");
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .c-footer .contact-box .ttl {
    font-size: 22px;
  }
  .c-footer .contact-box .ttl.small {
    font-size: 15px;
  }
  .c-footer .contact-box .txt {
    font-size: 12px;
    margin: 12px 0 30px;
  }
  .c-footer .contact-box .tag-list {
    margin-top: 16px;
  }
  .c-footer .contact-box .tag-list li {
    font-size: 12px;
    max-width: 96px;
    padding: 5px 0;
  }
  .c-footer .contact-box .tel {
    font-size: 25px;
    margin-top: 17px;
    margin-bottom: 35px;
    padding-left: 35px;
  }
  .c-footer .contact-box .tel::before {
    background-size: 10px 11px;
    height: 26px;
    width: 26px;
  }
  .c-footer .box-wrap .box-inn {
    padding: 30px;
  }
  .c-footer .box-wrap .box-inn + .box-inn {
    margin-top: 18px;
  }
  .c-footer .box-wrap .box-inn .ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .c-footer .box-wrap .box-inn .txt {
    font-size: 12px;
  }
  .c-footer .box-wrap .box-inn .btn-wrap {
    margin-top: 20px;
  }
  .c-footer .box-wrap .box-inn:nth-child(2) .ttl {
    padding-left: 30px;
  }
  .c-footer .box-wrap .box-inn:nth-child(2) .ttl::before {
    background-size: 22px 16px;
    width: 22px;
    height: 16px;
  }
  .c-footer .copyright {
    font-size: 14px;
  }
  .c-footer .copyright .inner-block {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .c-footer .copyright .box01 {
    text-align: center;
  }
  .c-footer .copyright .box01 .logo,
.c-footer .copyright .box01 .txt {
    margin: auto;
  }
  .c-footer .copyright .box01 .logo {
    font-size: 14px;
    width: 104px;
  }
  .c-footer .copyright .box01 .txt {
    margin-top: 10px;
    font-size: 12px;
  }
  .c-footer .copyright .box02 .link-list {
    margin-top: 20px;
  }
  .c-footer .copyright .box02 .link-list li {
    display: inline-block;
    vertical-align: middle;
  }
  .c-footer .copyright .box02 .link-list li + li {
    margin-left: 13px;
  }
  .c-footer .copyright .box02 .link-list li a {
    font-size: 11px;
  }
  .c-footer .copyright .box02 .txt {
    font-size: 10px;
  }
  .c-footer.en .copyright .box02 .link-list {
    text-align: left;
  }
  .c-footer.en .copyright .box02 .link-list li {
    border-bottom: 1px solid #ef999f;
    display: block;
  }
  .c-footer.en .copyright .box02 .link-list li + li {
    margin-left: 0;
  }
  .c-footer.en .copyright .box02 .link-list li:nth-child(1) {
    border-top: 1px solid #ef999f;
  }
  .c-footer.en .copyright .box02 .link-list li a {
    display: block;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-footer.en .copyright .box03 {
    margin-top: 20px;
  }
  .c-footer.en .copyright .box03 .lang-list li {
    border: 1px solid #fff;
  }
  .c-footer.en .copyright .box03 .lang-list li a::before {
    background-size: 28px 5px;
    width: 28px;
    height: 5px;
    top: -4px;
    right: 15px;
  }
  .c-footer.en .copyright .box03 .lang-list li a {
    font-size: 13px;
    padding: 15px;
  }
  .c-footer.en .copyright .box03 .lang-list li + li {
    margin-top: 10px;
  }
  .c-footer.en .copyright .box03 .txt {
    margin-top: 28px;
  }
  .c-btn01 {
    font-size: 13px;
    height: 45px;
    max-width: 240px;
  }
  .c-btn01.only-txt {
    color: #d8000f;
    font-size: 11px;
    padding-right: 37px;
  }
  .c-btn01.only-txt::before {
    background-size: 28px 5px;
    height: 5px;
    width: 28px;
    bottom: 2px;
  }
  .c-btn01.only-txt.white::before {
    background-size: 28px 5px;
  }
  .c-btn01.permalink::after {
    left: 15px;
  }
  .c-btn02 {
    font-size: 15px;
    width: 100%;
    height: 60px;
    max-width: 400px;
  }
  .c-btn02::before {
    right: 20px;
  }
  .colmun3-btn {
    border-bottom: 1px solid #ddd;
  }
  .colmun3-btn a {
    width: calc(99.9999% / 3);
    padding-bottom: 12px;
  }
  .colmun3-btn a + a {
    border-left: 1px solid #ddd;
  }
  .colmun3-btn a .ico {
    height: 45px;
  }
  .colmun3-btn a .inn {
    font-size: 11px;
  }
  .colmun3-btn a:nth-child(1) img {
    width: 18px;
  }
  #csr #main {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1450px) {
  .c-header .nav-list li > a,
.c-header .nav-list li .mega-txt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) {
  .c-header .nav-list li > a,
.c-header .nav-list li .mega-txt {
    position: relative;
  }
  .c-header .nav-list li > a:hover,
.c-header .nav-list li .mega-txt:hover {
    color: #d8000f;
  }
  .c-header .nav-list li > a::before,
.c-header .nav-list li .mega-txt::before {
    background: #ddd;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    width: 1px;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1400px) {
  .c-header .nav-list .mega-wrap {
    max-width: 900px;
  }
  .c-header .nav-list .mega-wrap .btn-list a {
    font-size: 13px;
    padding-right: 25px;
  }
  .c-header .nav-list .mega-wrap .btn-list a::before {
    right: 13px;
  }
}
@media only screen and (max-width: 1400px) {
  .c-header .nav-list .mega-wrap .img-list a .txt {
    font-size: 16px;
  }
}