@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c&display=swap");
body {
  margin: 0px;
  padding: 0px;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #FFFFFF;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}

iframe {
  max-width: 100%;
}

a {
  color: #222222;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

input, select, option, textarea, button {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  border: 1px solid #707070;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #FFFFFF;
}

* {
  box-sizing: border-box;
}

/* ページ内のリンクをスムーズスクロール */
html {
  scroll-behavior: smooth;
  font-size: 18px;
}
@media screen and (max-width: 559px) {
  html {
    font-size: 16px;
  }
}

.cmn-btn01 {
  cursor: pointer;
  position: relative;
  width: 308px;
  font-size: 18px;
}
.cmn-btn01 a, .cmn-btn01 .btn-inner {
  width: 100%;
  display: inline-block;
  line-height: 62px;
  background: rgb(149, 0, 0);
  background: linear-gradient(to right, rgb(149, 0, 0) 0%, rgb(211, 0, 0) 100%);
  color: #fff;
  text-align: center;
  border: none;
}
.cmn-btn01 a:hover, .cmn-btn01 .btn-inner:hover {
  background: #222;
  opacity: 0.75;
}
.cmn-btn01 a span, .cmn-btn01 .btn-inner span {
  display: inline-block;
  font-size: 18px;
}

.cmn-btn02 {
  cursor: pointer;
  position: relative;
  width: 308px;
  font-size: 18px;
}
.cmn-btn02 a, .cmn-btn02 .btn-inner {
  width: 100%;
  display: inline-block;
  line-height: 62px;
  background: rgb(149, 0, 0);
  background: linear-gradient(to right, rgb(149, 0, 0) 0%, rgb(211, 0, 0) 100%);
  color: #fff;
  text-align: center;
  border: none;
}
.cmn-btn02 a:hover, .cmn-btn02 .btn-inner:hover {
  background: #222;
  opacity: 0.75;
}
.cmn-btn02 a span, .cmn-btn02 .btn-inner span {
  display: inline-block;
  font-size: 18px;
}
.cmn-btn02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 20px;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  border-color: #fff;
}
@media screen and (max-width: 559px) {
  .cmn-btn02::after {
    top: 18px;
    right: 15px;
  }
}
.cmn-btn02::after {
  top: 26px;
}

.cmn-btn03 {
  cursor: pointer;
  position: relative;
  width: 308px;
  font-size: 18px;
}
.cmn-btn03 a, .cmn-btn03 .btn-inner {
  width: 100%;
  display: inline-block;
  line-height: 62px;
  background: rgb(149, 0, 0);
  background: linear-gradient(to right, rgb(149, 0, 0) 0%, rgb(211, 0, 0) 100%);
  color: #fff;
  text-align: center;
  border: none;
}
.cmn-btn03 a:hover, .cmn-btn03 .btn-inner:hover {
  background: #222;
  opacity: 0.75;
}
.cmn-btn03 a span, .cmn-btn03 .btn-inner span {
  display: inline-block;
  font-size: 18px;
}
.cmn-btn03::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 20px;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  border-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 559px) {
  .cmn-btn03::before {
    top: 18px;
    left: 15px;
  }
}
.cmn-btn03::before {
  top: 26px;
}

.cmn-checkbox01 input[type=checkbox] {
  display: none;
}
.cmn-checkbox01 input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 7px;
  top: 50%;
  left: 10px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #D30000;
}
.cmn-checkbox01 label {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
.cmn-checkbox01 label .text {
  display: inline-block;
  margin-top: 10px;
}
.cmn-checkbox01 label::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 3px solid #DEDEDE;
  border-radius: 4px;
  background-color: #FFF;
}

.cmn-radio01 .visually-hidden {
  display: none;
}
.cmn-radio01 label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 17px;
}
@media screen and (max-width: 559px) {
  .cmn-radio01 label {
    font-size: 15px;
  }
}
.cmn-radio01 label::before,
.cmn-radio01 label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.cmn-radio01 label::before {
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  left: 0px;
}
@media screen and (max-width: 559px) {
  .cmn-radio01 label::before {
    width: 20px;
    height: 20px;
  }
}
.cmn-radio01 label::after {
  background-color: #D30000;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 7px;
}
@media screen and (max-width: 559px) {
  .cmn-radio01 label::after {
    left: 6px;
  }
}
.cmn-radio01 input:checked + label::after {
  opacity: 1;
}

.cmn-cmb01 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cmn-cmb01 select {
  width: 100%;
  background-color: #F5F5F5;
  height: 64px;
  font-size: 18px;
  padding: 0 1em 0 1em;
  position: relative;
  border: none;
}
.cmn-cmb01 select:invalid {
  color: #888888;
}
.cmn-cmb01 select option:first-of-type {
  color: #888888;
}
@media screen and (max-width: 559px) {
  .cmn-cmb01 select {
    padding: 0 0.5em 0 0.5em;
    font-size: 16px;
  }
}
.cmn-cmb01::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  background-color: #D30000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  top: 31px;
  right: 1em;
  pointer-events: none;
}

.cmn-fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.5s;
}
.cmn-fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.cmn-validate-err-wrap {
  background-color: #FCE3E3;
  border: 1px solid #D30000;
  color: #D30000;
  padding: 10px;
  margin: 20px auto;
  text-align: left;
  list-style-type: disc;
  border-left-width: 3px;
}
.cmn-validate-err-wrap .err-item {
  margin-left: 1.5em;
}

.cmn-page-title-wrap {
  height: 339px;
  background-image: url("../img/img_header_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-left: 17.5vw;
  margin-bottom: 27px;
}
@media screen and (max-width: 1270px) {
  .cmn-page-title-wrap {
    padding-left: 72px;
    background-image: url("../img/img_header_01_sp.jpg");
  }
}
@media screen and (max-width: 559px) {
  .cmn-page-title-wrap {
    height: 154px;
    padding-left: 0;
    margin-bottom: 64px;
  }
}
.cmn-page-title-wrap .reading-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 27px;
       column-gap: 27px;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .cmn-page-title-wrap .reading-wrap {
    margin: 0 auto;
    display: block;
  }
}
.cmn-page-title-wrap .reading-wrap .page-title {
  font-weight: bold;
  font-size: 50px;
  color: #fff;
}
@media screen and (max-width: 559px) {
  .cmn-page-title-wrap .reading-wrap .page-title {
    font-size: 24px;
  }
}
.cmn-page-title-wrap .reading-wrap .page-title-en {
  font-size: 22px;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 559px) {
  .cmn-page-title-wrap .reading-wrap .page-title-en {
    font-size: 14px;
  }
}

.cmn-other-contents-wrap {
  display: flex;
  height: 368px;
  background: rgb(232, 232, 232);
  background: linear-gradient(180deg, rgb(232, 232, 232) 0%, rgb(217, 210, 210) 100%);
}
@media screen and (max-width: 1270px) {
  .cmn-other-contents-wrap {
    display: block;
    height: auto;
  }
}
.cmn-other-contents-wrap .other-content {
  display: block;
  width: 33.33%;
  height: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .cmn-other-contents-wrap .other-content {
    width: 100%;
    height: 251px;
  }
}
@media screen and (max-width: 559px) {
  .cmn-other-contents-wrap .other-content {
    height: 165px;
  }
}
.cmn-other-contents-wrap .other-content:nth-of-type(-n+2)::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 0;
  width: 1px;
  height: calc(100% - 54px);
  background-color: #FFFFFF;
}
@media screen and (max-width: 1270px) {
  .cmn-other-contents-wrap .other-content:nth-of-type(-n+2)::after {
    display: none;
  }
}
@media screen and (max-width: 1270px) {
  .cmn-other-contents-wrap .other-content:nth-of-type(-n+2)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 18px;
    width: calc(100% - 36px);
    height: 1px;
    background-color: #FFFFFF;
  }
}
.cmn-other-contents-wrap .other-content .other-content-inner {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .cmn-other-contents-wrap .other-content .other-content-inner {
    padding-top: 55px;
  }
}
@media screen and (max-width: 559px) {
  .cmn-other-contents-wrap .other-content .other-content-inner {
    padding-top: 40px;
  }
}
.cmn-other-contents-wrap .other-content .other-content-inner .content-name-en {
  font-size: 87px;
  font-weight: bold;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 559px) {
  .cmn-other-contents-wrap .other-content .other-content-inner .content-name-en {
    font-size: 52px;
  }
}
.cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 210px;
}
@media screen and (max-width: 1270px) {
  .cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj {
    top: 160px;
  }
}
@media screen and (max-width: 559px) {
  .cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj {
    top: 130px;
  }
}
.cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj .content-name {
  font-size: 34px;
  font-weight: bold;
  color: #810000;
  margin-top: -61px;
}
@media screen and (max-width: 559px) {
  .cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj .content-name {
    font-size: 20px;
  }
}
.cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj .right-arrow {
  position: relative;
  margin-top: 15px;
}
.cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj .right-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 20px;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  border-color: #fff;
}
@media screen and (max-width: 559px) {
  .cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj .right-arrow::after {
    top: 18px;
    right: 15px;
  }
}
@media screen and (max-width: 559px) {
  .cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj .right-arrow {
    margin-top: 0;
  }
}
.cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj .right-arrow::after {
  left: 0;
  width: 1em;
  height: 1em;
  border-color: #810000;
  border-width: 2px;
}
@media screen and (max-width: 559px) {
  .cmn-other-contents-wrap .other-content .other-content-inner .ceter-obj .right-arrow::after {
    width: 0.6em;
    height: 0.6em;
    border-width: 1px;
  }
}

.cmn-about-page {
  padding: 163px 72px 163px 232px;
  background-image: url(../img/img_main_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 82.5vw;
  margin: 0 0 72px auto;
}
@media screen and (max-width: 1270px) {
  .cmn-about-page {
    width: calc(100% - 72px);
  }
}
@media screen and (max-width: 559px) {
  .cmn-about-page {
    background-image: url(../img/img_main_01_sp.png);
    width: calc(100% - 15px);
    padding: 40px 15px 70px 80px;
    margin-bottom: 32px;
    height: 440px;
  }
}
.cmn-about-page .section-inner {
  color: #fff;
}
.cmn-about-page .section-inner .section-title {
  font-weight: normal;
  font-size: 35px;
  margin-bottom: 27px;
}
@media screen and (max-width: 559px) {
  .cmn-about-page .section-inner .section-title {
    font-weight: bold;
    font-size: 22px;
  }
}
.cmn-about-page .section-inner .section-desc {
  max-width: 872px;
}

.cmn-heading01 {
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 45px;
  border-bottom: 2px solid #810000;
}
@media screen and (max-width: 559px) {
  .cmn-heading01 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

.cmn-heading02 {
  position: relative;
  display: inline-block;
  margin-bottom: 72px;
  font-size: 35px;
  max-width: calc(100% - 150px);
}
@media screen and (max-width: 559px) {
  .cmn-heading02 {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.cmn-heading02::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateX(calc(-100% - 27px));
  top: 50%;
  width: 52px;
  height: 2px;
  background-color: #810000;
}
@media screen and (max-width: 559px) {
  .cmn-heading02::before {
    transform: translateX(calc(-100% - 16px));
    width: 48px;
  }
}
.cmn-heading02::after {
  content: "";
  position: absolute;
  transform: translateX(27px);
  top: 50%;
  width: 52px;
  height: 2px;
  background-color: #810000;
}
@media screen and (max-width: 1270px) {
  .cmn-heading02::after {
    right: -48px;
  }
}
@media screen and (max-width: 559px) {
  .cmn-heading02::after {
    transform: none;
    right: -59px;
    width: 48px;
  }
}

.cmn-heading03 {
  padding-left: 27px;
  font-size: 25px;
  margin-bottom: 45px;
  position: relative;
  letter-spacing: -0.05em;
}
.cmn-heading03::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 36px;
  left: 0;
  background-color: #810000;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}
@media screen and (max-width: 559px) {
  .cmn-heading03 {
    font-size: 20px;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 1270px) {
  .sp-br {
    display: block;
  }
}

@media screen and (max-width: 559px) {
  .pc-br {
    display: none;
  }
}

.cmn-spec-font {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

body #container {
  overflow-x: clip;
}
body.no-scroll {
  overflow: hidden;
}
body .header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 1270px) {
  body .header {
    height: 80px;
  }
}
@media screen and (max-width: 559px) {
  body .header {
    height: 56px;
  }
}
body .header .logo-wrap {
  margin-left: 95px;
}
@media screen and (max-width: 1535px) {
  body .header .logo-wrap {
    margin-left: 20px;
  }
}
body .header .logo-wrap a {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
body .header .logo-wrap a:hover {
  opacity: 0.75;
}
body .header .logo-wrap a .company-icon {
  width: 355px;
}
@media screen and (max-width: 1535px) {
  body .header .logo-wrap a .company-icon {
    width: 280px;
  }
}
@media screen and (max-width: 559px) {
  body .header .logo-wrap a .company-icon {
    width: 200px;
  }
}
body .header .logo-wrap a .text {
  font-size: 25px;
  font-weight: bold;
  color: #D30000;
}
body .header .navi-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 1535px) {
  body .header .navi-wrap {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
body .header .navi-wrap .header-navi {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1270px) {
  body .header .navi-wrap .header-navi {
    display: none;
  }
}
@media screen and (max-width: 1535px) {
  body .header .navi-wrap .header-navi {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
body .header .navi-wrap .header-navi .navi-item a {
  font-size: 15px;
  font-weight: bold;
}
body .header .navi-wrap .header-navi .navi-item a:hover {
  color: #810000;
}
@media screen and (max-width: 1535px) {
  body .header .navi-wrap .header-navi .navi-item a {
    font-size: 14px;
  }
}
body .header .navi-wrap .cta-wrap {
  background: rgb(211, 0, 0);
  background: linear-gradient(270deg, rgb(211, 0, 0) 0%, rgb(149, 0, 0) 100%);
}
@media screen and (max-width: 1270px) {
  body .header .navi-wrap .cta-wrap {
    display: none;
  }
}
body .header .navi-wrap .cta-wrap a {
  display: inline-block;
  height: 90px;
  padding: 20px 20px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
body .header .navi-wrap .cta-wrap a:hover {
  background-color: #222222;
}
body .header .navi-wrap .cta-wrap a .link-inner .cta-icon {
  width: 40px;
}
body .header .navi-wrap .right-cont {
  display: none;
}
@media screen and (max-width: 1270px) {
  body .header .navi-wrap .right-cont {
    display: block;
  }
}
body .header .navi-wrap .right-cont .hamburger {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  float: right;
  cursor: pointer;
  width: 45px;
  height: 53px;
  /*activeクラスが付与されると線が回転して×に*/
}
body .header .navi-wrap .right-cont .hamburger .hamburger-line {
  display: inline-block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background: #222;
  width: 46px;
  right: 23px;
}
body .header .navi-wrap .right-cont .hamburger .hamburger-line.hidden {
  display: none;
}
@media screen and (max-width: 559px) {
  body .header .navi-wrap .right-cont .hamburger .hamburger-line {
    right: 15px;
    left: auto;
    width: 25px;
  }
}
body .header .navi-wrap .right-cont .hamburger span:nth-of-type(1) {
  top: 25px;
}
@media screen and (max-width: 1270px) {
  body .header .navi-wrap .right-cont .hamburger span:nth-of-type(1) {
    top: 15px;
  }
}
@media screen and (max-width: 559px) {
  body .header .navi-wrap .right-cont .hamburger span:nth-of-type(1) {
    top: 18px;
  }
}
body .header .navi-wrap .right-cont .hamburger span:nth-of-type(2) {
  top: 39px;
}
@media screen and (max-width: 1270px) {
  body .header .navi-wrap .right-cont .hamburger span:nth-of-type(2) {
    top: 29px;
  }
}
@media screen and (max-width: 559px) {
  body .header .navi-wrap .right-cont .hamburger span:nth-of-type(2) {
    top: 27px;
  }
}
body .header .navi-wrap .right-cont .hamburger span:nth-of-type(3) {
  top: 53px;
}
@media screen and (max-width: 1270px) {
  body .header .navi-wrap .right-cont .hamburger span:nth-of-type(3) {
    top: 43px;
  }
}
@media screen and (max-width: 559px) {
  body .header .navi-wrap .right-cont .hamburger span:nth-of-type(3) {
    top: 36px;
  }
}
body .header .navi-wrap .right-cont .hamburger.active span:nth-of-type(1) {
  top: 55px;
  right: 27px;
  transform: translateY(6px) rotate(-45deg);
}
body .header .navi-wrap .right-cont .hamburger.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
body .header .navi-wrap .right-cont .hamburger.active span:nth-of-type(3) {
  top: 67px;
  right: 27px;
  transform: translateY(-6px) rotate(45deg);
}
body .hamburger-navi {
  position: fixed;
  top: 0;
  right: 0;
  width: 60vw;
  min-width: 960px;
  height: 100svh;
  background-color: #222222;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding-left: 90px;
  transform: translateX(100%);
  transition: all 0.2s; /*アニメーションの設定*/
}
body .hamburger-navi.active {
  transform: translateX(0%);
}
@media screen and (max-width: 1270px) {
  body .hamburger-navi {
    min-width: 100%;
    width: 100%;
    padding: 0;
    display: block;
  }
}
body .hamburger-navi .inner {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media screen and (max-width: 1270px) {
  body .hamburger-navi .inner {
    display: block;
    width: 100%;
    margin: 150px auto 0;
    padding: 0 24px;
    height: calc(100svh - 110px);
    overflow-y: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
    /*スクロールバー非表示（Chrome・Safari）*/
  }
  body .hamburger-navi .inner::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  body .hamburger-navi .inner {
    margin-top: 100px;
  }
}
body .hamburger-navi .inner .cg-list .cg-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1270px) {
  body .hamburger-navi .inner .cg-list .cg-item {
    margin-bottom: 0;
  }
}
body .hamburger-navi .inner .cg-list .cg-item a {
  color: #fff;
}
body .hamburger-navi .inner .cg-list .cg-item .cg-item-link {
  position: relative;
}
@media screen and (max-width: 1270px) {
  body .hamburger-navi .inner .cg-list .cg-item .cg-item-link {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #888888;
    line-height: 56px;
  }
}
body .hamburger-navi .inner .cg-list .cg-item .cg-item-link .sp-navi-icon {
  position: absolute;
  top: 20px;
  right: 0;
}
body .hamburger-navi .inner .cg-list .cg-item .cg-item-link .sp-navi-icon.plus-icon {
  position: absolute;
  top: 20px;
}
body .hamburger-navi .inner .cg-list .cg-item .cg-item-link .sp-navi-icon.plus-icon.hidden {
  display: none;
}
body .hamburger-navi .inner .cg-list .cg-item .cg-item-link .sp-navi-icon.minus-icon {
  position: absolute;
  top: 8px;
  height: 40px;
}
body .hamburger-navi .inner .cg-list .cg-item .cg-item-link .sp-navi-icon.minus-icon.hidden {
  display: none;
}
body .hamburger-navi .inner .cg-list .cg-item .page-list {
  margin-top: 15px;
}
@media screen and (max-width: 1270px) {
  body .hamburger-navi .inner .cg-list .cg-item .page-list {
    display: none;
  }
}
body .hamburger-navi .inner .cg-list .cg-item .page-list .page-item {
  margin-bottom: 15px;
}
body .hamburger-navi .inner .cg-list .cg-item .page-list .page-item .page-item-link {
  font-size: 14px;
}
body .hamburger-navi .inner .cg-list .cg-item .page-list .page-item .page-item-link:hover {
  opacity: 0.75;
}
body .hamburger-navi .close-btn {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 559px) {
  body .hamburger-navi .close-btn {
    top: 12px;
    right: 16px;
    width: 21px;
  }
}
body .hamburger-navi .sp-logo-wrap {
  position: absolute;
  left: 48px;
  top: 26px;
  display: none;
}
@media screen and (max-width: 1270px) {
  body .hamburger-navi .sp-logo-wrap {
    display: block;
  }
}
@media screen and (max-width: 559px) {
  body .hamburger-navi .sp-logo-wrap {
    left: 16px;
    top: -3px;
  }
}
@media screen and (max-width: 559px) {
  body .hamburger-navi .sp-logo-wrap a .company-icon {
    margin-top: 16px;
    width: 180px;
  }
}
body .pankuzu {
  margin-left: 17.5vw;
  margin-bottom: 126px;
}
@media screen and (max-width: 1270px) {
  body .pankuzu {
    margin-left: 72px;
    margin-right: 72px;
  }
}
@media screen and (max-width: 559px) {
  body .pankuzu {
    display: none;
  }
}
body .pankuzu .pankuzu-inner .pankuzu-item {
  position: relative;
  margin-right: 34px;
}
body .pankuzu .pankuzu-inner .pankuzu-item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 20px;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  border-color: #fff;
}
@media screen and (max-width: 559px) {
  body .pankuzu .pankuzu-inner .pankuzu-item:not(:last-of-type)::after {
    top: 18px;
    right: 15px;
  }
}
body .pankuzu .pankuzu-inner .pankuzu-item:not(:last-of-type)::after {
  border-color: #222222;
  top: 50%;
  transform: rotate(45deg) translateX(-50%);
  right: -25px;
  width: 0.4em;
  height: 0.4em;
}
body .pankuzu .pankuzu-inner .pankuzu-item a {
  font-size: 16px;
}
body footer .footer-bottom .copyright-wrap {
  margin-top: 144px;
  line-height: 62px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: rgb(149, 0, 0);
  background: linear-gradient(to right, rgb(149, 0, 0) 0%, rgb(211, 0, 0) 100%);
}
@media screen and (max-width: 1270px) {
  body footer .footer-bottom .copyright-wrap {
    line-height: 49px;
    font-size: 12px;
    margin-top: 64px;
  }
}
body .page-top-btn {
  width: 96px;
  position: fixed;
  z-index: 100;
  right: 48px;
  bottom: 48px;
  cursor: pointer;
}
@media screen and (max-width: 1270px) {
  body .page-top-btn {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */