@charset "UTF-8";
/** COMMON
==============================================*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.section-sitemap a {
  color: inherit;
  text-decoration: none;
}

.section-sitemap a:hover {
  text-decoration: underline !important;
}

.rakuda-print-demo {
  padding-top: 80px;
}

@media only screen and (max-width: 798px) {
  .rakuda-print-demo {
    padding-top: 40px;
    font-size: 4.0vw;
  }
}

.rakuda-print-demo h2 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.rakuda-print-demo ul {
  margin-bottom: 2em;
  padding-left: 1.5em;
}

.rakuda-print-demo ul li {
  line-height: 1.5em;
}

@media only screen and (max-width: 798px) {
  .rakuda-print-demo ul li {
    line-height: 2em;
  }
}

.rakuda-print-demo .demo-id {
  margin-bottom: 80px;
}

@media only screen and (max-width: 798px) {
  .rakuda-print-demo .demo-id {
    margin-bottom: 8vmin;
  }
}

.rakuda-print-demo .demo-id p {
  line-height: 1.5em;
}

.rakuda-print-demo .demo-id p.demo-line {
  margin: 2em 0;
}

@media only screen and (max-width: 798px) {
  .rakuda-print-demo .demo-id p.demo-line {
    margin: 5vmin;
  }
}

.calendar {
  margin-bottom: 120px;
}

@media only screen and (max-width: 798px) {
  .calendar {
    margin-bottom: 60px;
  }
}

.calendar-box {
  border: 4px solid #EBEBEB;
  margin: 15px auto 30px auto;
  padding: 60px 34px 20px 34px;
  text-align: left;
  overflow: hidden;
}

@media only screen and (max-width: 798px) {
  .calendar-box {
    padding: 3vmin;
    border-width: 2px;
  }
}

.demo-btn {
  margin-bottom: 20px;
  text-align: right;
}

@media only screen and (max-width: 798px) {
  .demo-btn {
    margin-bottom: 5vmin;
  }
}

.demo-btn a {
  display: inline-block;
}

@media only screen and (max-width: 798px) {
  .demo-btn a {
    width: 45vw;
  }
  .demo-btn a img {
    width: 100%;
  }
}

.demo-btn a:hover {
  opacity: 0.7;
}

.demo-btn__group {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0 100px;
}

@media only screen and (max-width: 798px) {
  .demo-btn__group {
    margin: 5.3vmin 0 16vmin;
  }
}

.demo-btn__group .demo-btn {
  margin-bottom: 0;
}

@media only screen and (max-width: 798px) {
  .demo-btn__group .demo-btn {
    width: calc(50% - 1vmin);
  }
}

@media only screen and (min-width: 799px) {
  .demo-btn__group .demo-btn:not(:last-of-type) {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 798px) {
  .demo-btn__group .demo-btn:not(:last-of-type) {
    margin-right: 2vmin;
  }
}

@media only screen and (max-width: 798px) {
  .demo-btn__group .demo-btn a {
    width: 100%;
  }
  .demo-btn__group .demo-btn a img {
    width: 100%;
  }
}

.section-download {
  padding: 40px 0;
}

@media only screen and (max-width: 798px) {
  .section-download {
    padding: 6.1vmin 0 8.75vmin;
  }
}

@media only screen and (min-width: 799px) {
  .section-download .mainTitle {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 798px) {
  .section-download .mainTitle {
    border-bottom: none;
  }
}

.section-download .bgTitleBlack {
  margin-bottom: 10vmin;
}

@media only screen and (min-width: 799px) {
  .section-download .grid__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.section-download .grid__list:not(:last-of-type) {
  margin-bottom: 60px;
}

@media only screen and (min-width: 799px) {
  .section-download .grid__list__item {
    width: 47.084%;
  }
}

.section-download .grid__list__item p {
  font-size: 18px;
  line-height: 1.79em;
  text-align: justify;
}

@media only screen and (max-width: 798px) {
  .section-download .grid__list__item p {
    font-size: 5vw;
  }
}

.section-download .grid__list__item .more {
  text-align: right;
  margin-top: 30px;
}

@media only screen and (max-width: 798px) {
  .section-download .grid__list__item .more {
    margin-top: 4vmin;
  }
}

@media only screen and (max-width: 798px) {
  .section-download .grid__list__item.img {
    margin-bottom: 5vmin;
  }
}

.section-contact {
  padding: 60px 0;
}

@media only screen and (max-width: 798px) {
  .section-contact {
    padding: 6.1vmin 0 8.75vmin;
  }
}

@media only screen and (min-width: 799px) {
  .section-contact .mainTitle {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 798px) {
  .section-contact .mainTitle {
    border-bottom: none;
  }
}

.section-contact .grid__list {
  background: #ccc;
}

@media only screen and (min-width: 799px) {
  .section-contact .grid__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.section-contact .grid__list:not(:last-of-type) {
  margin-bottom: 60px;
}

@media only screen and (min-width: 799px) {
  .section-contact .grid__list__item {
    width: 47.084%;
  }
}

.section-contact .grid__list__item p {
  font-size: 18px;
  line-height: 1.79em;
  text-align: justify;
}

@media only screen and (max-width: 798px) {
  .section-contact .grid__list__item p {
    font-size: 5vw;
  }
}

.section-contact .grid__list__item .more {
  text-align: right;
  margin-top: 30px;
}

@media only screen and (max-width: 798px) {
  .section-contact .grid__list__item .more {
    margin-top: 4vmin;
  }
}

@media only screen and (max-width: 798px) {
  .section-contact .grid__list__item.img {
    margin-bottom: 10vmin;
  }
}

.section-contact .contactBlock {
  background: #F8F8F8;
}

@media only screen and (min-width: 799px) {
  .section-contact .contactBlock {
    padding: 60px 5%;
  }
}

@media only screen and (max-width: 798px) {
  .section-contact .contactBlock {
    padding: 8vmin 5vmin;
  }
}

.section-contact .contactBlock-inr {
  background: #fff;
}

@media only screen and (min-width: 799px) {
  .section-contact .contactBlock-inr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px 5%;
  }
}

@media only screen and (max-width: 798px) {
  .section-contact .contactBlock-inr {
    padding: 11% 5%;
  }
}

@media only screen and (min-width: 799px) {
  .section-contact .contactBlock-inr .txt {
    width: 48%;
  }
}

@media only screen and (min-width: 799px) {
  .section-contact .contactBlock-inr .btn {
    width: 48%;
  }
}

@media only screen and (max-width: 798px) {
  .section-contact .contactBlock-inr .btn {
    margin-top: 7vmin;
  }
}

@media only screen and (min-width: 799px) {
  .section-contact .contactBlock-inr .btn a {
    font-size: 17px;
  }
}

.section-contact .txt .square {
  position: relative;
  padding-left: 1.5em;
  font-weight: 500;
  line-height: 1.7em;
  text-indent: -1.5em;
  font-size: 16px;
}

@media only screen and (max-width: 798px) {
  .section-contact .txt .square {
    font-size: 4.2vw;
  }
}

.section-contact .txt .square::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #222;
  margin-right: 0.5em;
  vertical-align: -2px;
}

@media only screen and (max-width: 798px) {
  .section-contact .txt .square::before {
    vertical-align: -0.3vmin;
  }
}

@media only screen and (min-width: 799px) {
  .section-contact .txt p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 798px) {
  .section-contact .txt p:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  transition: 400ms;
  border: 2px solid #000;
  text-decoration: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 799px) {
  .btn a {
    font-size: 14px;
    padding: 13px 33px 12px;
  }
}

@media only screen and (max-width: 798px) {
  .btn a {
    font-size: 5.2vw;
    padding: 3.7vmin 0 3.7vmin;
    width: 67%;
  }
}

.btn a:hover {
  background: #fff;
  color: #000;
}

.btn a:hover::after {
  -webkit-animation: btnHover 600ms forwards;
          animation: btnHover 600ms forwards;
}

.btn.full a {
  width: 100%;
}

@media only screen and (min-width: 799px) {
  .btn.high a {
    padding: 33px 35px;
  }
}

@media only screen and (max-width: 798px) {
  .btn.high a {
    padding: 4.6vmin 0 !important;
  }
}

.btn.arw a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 8px;
  height: 15px;
  vertical-align: -3px;
  margin-left: 2em;
}

@media only screen and (max-width: 798px) {
  .btn.arw a::after {
    width: 1.6vmin;
    height: 2.8vmin;
    vertical-align: -0.3vw;
    margin-left: 1em;
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
    opacity: 0;
    background-image: url(../img/btn-arrow_bk.png);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
    background-image: url(../img/btn-arrow_bk.png);
  }
}

@keyframes btnHover {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
    opacity: 0;
    background-image: url(../img/btn-arrow_bk.png);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
    background-image: url(../img/btn-arrow_bk.png);
  }
}

@media only screen and (max-width: 798px) {
  #top .section-news {
    padding-bottom: 18vw;
    padding-top: 18vw;
  }
}

.section-news {
  background: #fff;
}

@media only screen and (min-width: 799px) {
  .section-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 798px) {
  .section-news {
    padding-top: 6.1vmin;
    padding-bottom: 10vmin;
  }
}

@media only screen and (min-width: 799px) {
  .section-news .headlineTitle {
    margin-bottom: 71px;
  }
}

@media only screen and (max-width: 798px) {
  .section-news .headlineTitle {
    margin-bottom: 8.3vmin;
  }
}

.section-news .newsList__item {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (min-width: 799px) {
  .section-news .newsList__item {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 799px) {
  .section-news .newsList__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 798px) {
  .section-news .newsList__item:not(:last-of-type) {
    margin-bottom: 6vmin;
  }
}

.section-news .newsList__item.new a::after {
  content: "NEW";
  display: inline-block;
  background: #DB7983;
  color: #fff;
  line-height: 1em;
}

@media only screen and (min-width: 799px) {
  .section-news .newsList__item.new a::after {
    padding: 5px 35px;
    margin-left: 14px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 798px) {
  .section-news .newsList__item.new a::after {
    font-size: 3.85vw;
    padding: 0.5vmin 4.6vmin;
    margin-left: 0.5em;
  }
}

.section-news .newsList__item time {
  display: inline-block;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 799px) {
  .section-news .newsList__item time {
    font-size: 14px;
    min-width: 102px;
  }
}

@media only screen and (max-width: 798px) {
  .section-news .newsList__item time {
    font-size: 3.7vw;
    padding-right: 2vmin;
    line-height: 2em;
  }
}

.section-news .newsList__item a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.07em;
  line-height: 1.5em;
}

@media only screen and (min-width: 799px) {
  .section-news .newsList__item a {
    font-size: 15px;
    margin-top: -4px;
  }
  .section-news .newsList__item a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 798px) {
  .section-news .newsList__item a {
    font-size: 3.9vw;
    width: calc(100% - 15vmin);
    line-height: 2em;
  }
}

.section-news .pageNavi {
  text-align: center;
  margin-top: 71px;
  padding: 30px 0 0;
  border-top: 2px solid #CCCACB;
}

@media only screen and (max-width: 798px) {
  .section-news .pageNavi {
    margin-top: 8.3vw;
    padding-top: 4vw;
  }
}

.section-news ul {
  display: flex;
  justify-content: center;
  position: relative;
  display: inline-block;
  max-width: 65%;
}


.section-news .prev {
  /* position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%); */
}

@media only screen and (max-width: 798px) {
  .section-news .prev {
    left: 0;
  }
}

.section-news .prev::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/more-arw.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: -2px;
  margin-right: 1em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-news .next {
  /* position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%); */
}

@media only screen and (max-width: 798px) {
  .section-news .next {
    right: 0;
  }
}

.section-news .next::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/more-arw.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: -2px;
  margin-right: 1em;
}

.pageNavi a {
  padding: 2vmin;
  display: inline-block;
  text-decoration: none;
  color: #9E1921;
}

@media only screen and (max-width: 798px) {
  .section-news a {
    font-size: 3.8vw;
  }
}

.section-news a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 799px) {
  .section-news .btn {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 798px) {
  .section-news .btn {
    margin-top: 12vmin;
  }
}

#news .section-news {
  padding-bottom: 60px;
}

.cta .contentsDetail {
  background: #F8F8F8;
}

@media only screen and (min-width: 799px) {
  .cta .contentsDetail {
    padding: 60px 5%;
  }
}

@media only screen and (max-width: 798px) {
  .cta .contentsDetail {
    padding: 8vmin 5vmin;
  }
}

.cta .headlineTitle--cta {
  margin-bottom: 50px;
}

@media only screen and (max-width: 798px) {
  .cta .headlineTitle--cta {
    margin-bottom: 5.3vmin;
  }
}

.cta .ctaBlock {
  background: #fff;
  padding: 60px 5%;
}

@media only screen and (max-width: 798px) {
  .cta .ctaBlock {
    padding: 11% 5%;
  }
}

@media only screen and (min-width: 799px) {
  .cta .ctaBlock__inr {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media only screen and (min-width: 799px) {
  .cta .ctaBlock__inr .cta-colmun:not(:last-of-type) {
    margin-bottom: 44px;
  }
}

@media only screen and (max-width: 798px) {
  .cta .ctaBlock__inr .cta-colmun:not(:last-of-type) {
    margin-bottom: 7.5vmin;
  }
}

.cta .ctaBlock__inr p {
  font-size: 14px;
}

@media only screen and (max-width: 798px) {
  .cta .ctaBlock__inr p {
    font-size: 5vw;
  }
}

.cta .ctaBlock__inr p.tel {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #727272;
  padding-top: 9px;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 798px) {
  .cta .ctaBlock__inr p.tel {
    font-size: 5.4vw;
    padding-top: 2.6vmin;
    padding-left: 1.8vmin;
    margin-bottom: 7vmin;
  }
}

.cta .ctaBlock__inr p.tel span {
  display: block;
  font-size: 16px;
  margin-top: 13px;
  line-height: 1.4em;
}

@media only screen and (max-width: 798px) {
  .cta .ctaBlock__inr p.tel span {
    font-size: 3.6vw;
    margin-top: 2vmin;
    font-weight: normal;
  }
}

@media only screen and (min-width: 799px) {
  .cta .ctaBlock__left {
    width: 48%;
  }
}

@media only screen and (max-width: 798px) {
  .cta .ctaBlock__left {
    margin-bottom: 13.4vmin;
  }
}

@media only screen and (min-width: 799px) {
  .cta .ctaBlock__right {
    width: 48%;
  }
}

.cta .ctaBlock .btn a {
  font-size: 17px;
  letter-spacing: 0;
}

@media only screen and (max-width: 798px) {
  .cta .ctaBlock .btn a {
    font-size: 4.2vw;
  }
}

.cta .ctaBlock .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 13px;
  margin-bottom: 26px;
  border-bottom: 1px solid #D7D7D7;
  line-height: 1.4em;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 798px) {
  .cta .ctaBlock .title {
    font-size: 4.2vw;
    padding-bottom: 1.2vmin;
    margin-bottom: 3.4vmin;
  }
}

.cta .ctaBlock .title::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #222222;
  vertical-align: -2px;
  margin-right: 5px;
}

@media only screen and (min-width: 799px) {
  .cta .ctaBlock .title::before {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 798px) {
  .cta .ctaBlock .title::before {
    width: 2.8vw;
    height: 2.8vw;
    vertical-align: -0.2em;
    margin-top: 0.6vmin;
  }
}

.Page .cta,
.Single .cta {
  margin-top: 60px;
}

@media only screen and (max-width: 798px) {
  .Page .cta,
  .Single .cta {
    margin-top: 9.2vw;
  }
}

@media only screen and (min-width: 799px) {
  .Page .ctaBlock__inr .cta-colmun:not(:last-of-type),
  .Single .ctaBlock__inr .cta-colmun:not(:last-of-type) {
    margin-bottom: 0;
    width: 48%;
  }
}

@media only screen and (max-width: 798px) {
  .Page .ctaBlock__inr .cta-colmun:not(:last-of-type),
  .Single .ctaBlock__inr .cta-colmun:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 799px) {
  .Page .ctaBlock__inr .btn,
  .Single .ctaBlock__inr .btn {
    width: 48%;
  }
}

.commonBnr {
  background: #fff;
}

@media only screen and (min-width: 799px) {
  .commonBnr {
    padding-top: 65px;
    padding-bottom: 96px;
  }
}

@media only screen and (max-width: 798px) {
  .commonBnr {
    padding-top: 11.3vmin;
    padding-bottom: 8vmin;
  }
}

.commonBnr .commonBnrList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -7px;
  margin-bottom: -7px;
  list-style: none;
}

@media only screen and (max-width: 798px) {
  .commonBnr .commonBnrList {
    margin-left: -0.625vmin;
    margin-right: -0.625vmin;
    margin-top: -1.95vmin;
    margin-bottom: -1.95vmin;
  }
}

.commonBnr .commonBnrList__item {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 7px;
  margin-bottom: 7px;
  width: calc((100% / 4) - 50px);
}

@media only screen and (max-width: 798px) {
  .commonBnr .commonBnrList__item {
    margin-left: 0.625vmin;
    margin-right: 0.625vmin;
    margin-top: 1.95vmin;
    margin-bottom: 1.95vmin;
    width: calc((100% / 2) - 1.25vmin);
  }
}

.commonBnr .commonBnrList__item a {
  display: block;
}

@media only screen and (min-width: 799px) {
  .commonBnr .commonBnrList__item a:hover {
    opacity: 0.6;
  }
}

.commonBnr .commonBnrList__item .img img {
  width: 100%;
}

.breadcrumb-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  padding: 20px 0 30px;
}

@media only screen and (max-width: 798px) {
  .breadcrumb-list {
    font-size: 4vw;
    padding: 3vw 0 4.5vw;
  }
}

.breadcrumb-list__item {
  display: inline-block;
}

.breadcrumb-list__item span,
.breadcrumb-list__item a {
  display: inline-block;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 798px) {
  .breadcrumb-list__item span,
  .breadcrumb-list__item a {
    font-size: 3.4vw;
  }
}

@media only screen and (min-width: 799px) {
  .breadcrumb-list__item a:hover {
    text-decoration: underline;
  }
}

.breadcrumb-list__item:not(:last-of-type)::after {
  content: "＞";
  display: inline-block;
  margin-right: 0.3em;
  margin-left: 0.1em;
  font-size: 13px;
}

@media only screen and (max-width: 798px) {
  .breadcrumb-list__item:not(:last-of-type)::after {
    font-size: 3vw;
  }
}

.form {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5em;
}

@media only screen and (min-width: 799px) {
  .form {
    padding-right: 15px;
    margin-top: 120px;
  }
}

@media only screen and (max-width: 798px) {
  .form {
    margin-top: 12vw;
  }
}

.form .mktoForm * {
  font-family: inherit;
}

@media only screen and (max-width: 980px) {
  .form .mktoFormRow,
  .form .mktoForm,
  .form .mktoFieldWrap,
  .form .mktoFieldDescriptor,
  .form .mktoButtonRow {
    width: 100% !important;
  }
}

.form .mktoButtonRow {
  text-align: center !important;
}

@media only screen and (max-width: 980px) {
  .form .mktoForm select.mktoField,
  .form .mktoButtonWrap {
    margin-left: 0 !important;
  }
}

.form .mktoHtmlText,
.form .mktoFormCol,
.form input,
.form textarea {
  max-width: 100% !important;
}

@media only screen and (max-width: 980px) {
  .form .mktoHtmlText,
  .form .mktoFormCol,
  .form input,
  .form textarea {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 798px) {
  .form textarea {
    min-height: 30vw !important;
  }
}

@media only screen and (max-width: 480px) {
  .form .mktoForm {
    padding: 10px 0px 10px 0px !important;
  }
}

.mainVisual {
  position: relative;
}

.mainVisual .img img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (min-width: 799px) {
  .mainVisual .img img {
    min-height: 450px;
  }
}

@media only screen and (max-width: 798px) {
  .mainVisual .img img {
    height: 87.6vw;
  }
}

.mainVisual .txt {
  width: 81%;
  position: absolute;
  top: 52%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 52px 60px;
  box-sizing: border-box;
}

@media only screen and (max-width: 798px) {
  .mainVisual .txt {
    width: 94%;
    top: 48%;
    padding: 8% 4.5% 3%;
  }
}

.mainVisual .txt .pageTitle {
  font-size: 60px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 798px) {
  .mainVisual .txt .pageTitle {
    font-size: 9.0vw;
  }
}

.mainVisual .txt p {
  font-size: 30px;
  line-height: 1.5em;
}

@media only screen and (max-width: 798px) {
  .mainVisual .txt p {
    font-size: 5.5vw;
  }
}

.mainVisualSub .txt {
  min-height: 220px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 798px) {
  .mainVisualSub .txt {
    min-height: 25vw;
  }
}

.mainVisualSub .txt .page__title {
  font-size: 30px;
  line-height: 1.75em;
}

@media only screen and (max-width: 798px) {
  .mainVisualSub .txt .page__title {
    font-size: 6vw;
  }
}

.partsA {
  padding: 60px 0 60px;
}

@media only screen and (min-width: 799px) {
  .partsA {
    line-height: 2.1em;
  }
}

@media only screen and (max-width: 798px) {
  .partsA {
    padding: 9.2vw 0;
  }
}

.partsA_content:not(:last-of-type) {
  margin-bottom: 93px;
}

@media only screen and (max-width: 798px) {
  .partsA_content:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

.partsA_content .txt {
  flex: 1;
  box-sizing: border-box;
  font-size: 18px;
}

@media only screen and (max-width: 798px) {
  .partsA_content .txt {
    font-size: 4.0vw;
    line-height: 1.8em;
  }
}

.partsA_content .txt .contentTitle {
  font-size: 26px;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 798px) {
  .partsA_content .txt .contentTitle {
    margin-bottom: 5.5vw;
  }
}

.partsA_content .txt .more {
  margin-top: 24px;
}

@media only screen and (max-width: 798px) {
  .partsA_content .txt .more {
    margin-top: 1.4vmin;
    line-height: 1em;
  }
}

.partsA_content .img {
  text-align: center;
}

@media only screen and (min-width: 799px) {
  .partsA_content .img {
    max-width: 50%;
  }
}

.partsA_content .img a {
  display: inline-block;
  text-decoration: none;
}

.partsA_content .img a:hover img {
  opacity: 0.6;
}

.partsA_content .img .caption {
  display: block;
  color: #222;
  text-align: left;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 798px) {
  .partsA_content .img .caption {
    text-align: center;
    font-size: 3.8vw;
    line-height: 3em;
  }
}

@media only screen and (max-width: 798px) {
  .partsA_content .txt {
    margin-bottom: 4.5vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsA_content.right {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.partsA_content.right:not(:last-of-type) {
  margin-bottom: 93px;
}

@media only screen and (max-width: 798px) {
  .partsA_content.right:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

@media only screen and (min-width: 799px) {
  .partsA_content.right .img {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 799px) {
  .partsA_content.left {
    display: flex;
    align-items: flex-start;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
  }
}

.partsA_content.left:not(:last-of-type) {
  margin-bottom: 93px;
}

@media only screen and (max-width: 798px) {
  .partsA_content.left:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

@media only screen and (min-width: 799px) {
  .partsA_content.left .img {
    margin-right: 4.2%;
  }
}

.partsA_content.center {
  display: inline-flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media only screen and (min-width: 799px) {
  .partsA_content.center {
    text-align: center;
  }
}

.partsA_content.center:not(:last-of-type) {
  margin-bottom: 93px;
}

@media only screen and (max-width: 798px) {
  .partsA_content.center:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

.partsA_content.center .txt .contentTitle {
  text-align: center;
}

@media only screen and (max-width: 798px) {
  .partsA_content.center .txt .contentTitle {
    font-size: 6.0vww;
    line-height: 1.8em;
  }
}

.partsA_content.center .img {
  margin-bottom: 40px;
  max-width: 100%;
}

.partsA_content.center .img .caption {
  text-align: center;
  font-size: 23px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0;
}

@media only screen and (max-width: 798px) {
  .partsA_content.center .img .caption {
    font-size: 5.2vw;
    line-height: 1.8em;
    margin-bottom: 5vw;
  }
}

.partsA_content.center .img a {
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 799px) {
  .partsA_content .right {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.partsA_content .right:not(:last-of-type) {
  margin-bottom: 93px;
}

@media only screen and (max-width: 798px) {
  .partsA_content .right:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

@media only screen and (min-width: 799px) {
  .partsA_content .right .img {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 799px) {
  .partsA_content .left {
    display: flex;
    align-items: flex-start;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
  }
}

.partsA_content .left:not(:last-of-type) {
  margin-bottom: 93px;
}

@media only screen and (max-width: 798px) {
  .partsA_content .left:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

@media only screen and (min-width: 799px) {
  .partsA_content .left .img {
    margin-right: 4.2%;
  }
}

.partsA_content .center {
  width: 100%;
}

@media only screen and (min-width: 799px) {
  .partsA_content .center {
    text-align: center;
  }
}

.partsA_content .center:not(:last-of-type) {
  margin-bottom: 93px;
}

@media only screen and (max-width: 798px) {
  .partsA_content .center:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}

.partsA_content .center .txt .contentTitle {
  text-align: center;
}

@media only screen and (max-width: 798px) {
  .partsA_content .center .txt .contentTitle {
    font-size: 6.0vw;
    line-height: 1.8em;
  }
}

.partsA_content .center .img {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%;
}

.partsA_content .center .img .caption {
  text-align: center;
  font-size: 23px;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0;
}

@media only screen and (max-width: 798px) {
  .partsA_content .center .img .caption {
    font-size: 5.2vw;
    line-height: 1.8em;
    margin-bottom: 5vw;
  }
}

.partsB {
  padding: 60px 0 60px;
  line-height: 1.8em;
}

@media only screen and (max-width: 798px) {
  .partsB {
    padding: 9.2vw 0;
  }
}

@media only screen and (min-width: 799px) {
  .partsB_content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: -2.2%;
  }
  .partsB_content.document .item .more {
    margin-top: 4%;
  }

}

.partsB_content .item {
  background: #F2F2F2;
  padding: 2% 2.8%;
  box-sizing: border-box;
}

@media only screen and (max-width: 798px) {
  .partsB_content .item {
    padding: 4vw;
  }
}

@media only screen and (min-width: 799px) {
  .partsB_content .item {
    width: calc((100% / 2) - 4.4%);
    margin: 2.2%;
  }
}

.partsB_content .item > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 798px) {
  .partsB_content .item:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}

.partsB_content .itemTitle {
  font-size: 20.5px;
  margin-bottom: 6.8%;
  line-height: 1.5em;
  font-weight: bold;
}

@media only screen and (max-width: 798px) {
  .partsB_content .itemTitle {
    font-size: 4.8vw;
    margin-bottom: 3vmin;
    line-height: 1.8em;
  }
}

.partsB_content .item p {
  font-size: 18px;
}

@media only screen and (max-width: 798px) {
  .partsB_content .item p {
    font-size: 4.2vw;
    line-height: 1.8em;
  }
}

.partsB_content .item .more {
  margin-top: 3%;
}

@media only screen and (max-width: 798px) {
  .partsB_content .item .more {
    margin-top: 1vmin;
    line-height: 1.3em;
  }
}

.partsB_content .item .img {
  margin-top: 2%;
}

@media only screen and (max-width: 798px) {
  .partsB_content .item .img {
    margin-top: 4vmin;
  }
}

.partsB_content .item .img a {
  text-decoration: none;
}

.partsB_content .item .img a:hover {
  opacity: 0.6;
}

.partsB_content .item .img .caption {
  display: block;
  font-size: 14px;
  color: #222;
  padding: 10px 0;
}

@media only screen and (max-width: 798px) {
  .partsB_content .item .img .caption {
    font-size: 3.8vw;
    line-height: 1.8em;
  }
}

.partsC {
  padding: 60px 0;
  line-height: 1.8em;
}

@media only screen and (max-width: 798px) {
  .partsC {
    padding: 9.2vw 0;
  }
}

.partsC_content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: -2.5%;
}

@media only screen and (max-width: 798px) {
  .partsC_content {
    margin: -1%;
  }
}

.partsC_content .item {
  width: calc((100% / 3) - 5%);
  margin: 2.5%;
  box-sizing: border-box;
}

@media only screen and (max-width: 798px) {
  .partsC_content .item {
    width: calc((100% / 2) - 2%);
    margin: 1%;
  }
}

.partsC_content .item a {
  display: block;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: inherit;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  min-height: 100px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  transition: 200ms;
  overflow: hidden;
}

@media only screen and (min-width: 799px) {
  .partsC_content .item a:hover img {
    opacity: 0.95;
  }
}

@media only screen and (max-width: 798px) {
  .partsC_content .item a {
    font-size: 3.8vw;
    line-height: 1.8em;
    min-height: 13.25vw;
  }
}

.partsC_content .item a img {
  width: 100%;
}

.partsC_content .item:nth-of-type(6n+1) a:hover {
  background: #EDEC2F;
  border-color: #EDEC2F;
}

.partsC_content .item:nth-of-type(6n+2) a:hover {
  background: #ED516A;
  border-color: #ED516A;
}

.partsC_content .item:nth-of-type(6n+3) a:hover {
  background: #A5C251;
  border-color: #A5C251;
}

.partsC_content .item:nth-of-type(6n+4) a:hover {
  background: #47B7C4;
  border-color: #47B7C4;
}

.partsC_content .item:nth-of-type(6n+5) a:hover {
  background: #E6AF93;
  border-color: #E6AF93;
}

.partsC_content .item:nth-of-type(6n+6) a:hover {
  background: #D1D3F0;
  border-color: #D1D3F0;
}

.partsD {
  padding: 60px 0 60px;
  line-height: 1.8em;
}

@media only screen and (max-width: 798px) {
  .partsD {
    padding: 9.2vw 0;
  }
}

.partsD_content .bgTitle {
  margin-bottom: 20px;
  margin-top: 40px;
}

.partsD_content ul {
  padding-left: 1.5em;
  font-size: 19px;
}

@media only screen and (max-width: 798px) {
  .partsD_content ul {
    font-size: 4.5vw;
    line-height: 2.1em;
  }
}

.partsD_content ul li a {
  text-decoration: none;
  color: #222;
  line-height: 1.8em;
}

.partsD_content ul li a:hover {
  text-decoration: underline;
}

.partsD_content > .bgTitle:first-of-type {
  margin-top: 0;
}

.partsE {
  padding: 40px 0;
}

@media only screen and (max-width: 798px) {
  .partsE {
    padding: 6.1vw 0;
    font-size: 4.5vw;
  }
}

.partsE_content:not(:last-of-type) {
  margin-bottom: 60px;
}

@media only screen and (max-width: 798px) {
  .partsE_content:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}

.partsE h2 {
  font-size: 36px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 798px) {
  .partsE h2 {
    font-size: 6.0vw;
    margin-bottom: 3vw;
  }
}

.partsE h3 {
  font-size: 36px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 798px) {
  .partsE h3 {
    font-size: 6.0vw;
    margin-bottom: 3vw;
  }
}

.partsE h4 {
  font-size: 24px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 798px) {
  .partsE h4 {
    font-size: 5.6vw;
    margin-bottom: 3vw;
  }
}

.partsE h5 {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 798px) {
  .partsE h5 {
    font-size: 5.2vw;
    margin-bottom: 1vw;
  }
}

.partsE p {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .partsE p {
    font-size: 4.5vw;
    margin-bottom: 5vmin;
  }
}

.partsE .more a:hover {
  text-decoration: underline;
}

.partsE a {
  line-height: 1.8em;
  display: inline-block;
}

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

.partsE ul {
  padding-left: 1.8em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .partsE ul {
    margin-bottom: 5vw;
  }
}

.partsE ul li {
  line-height: 1.8em;
}

.partsE ol {
  padding-left: 1.8em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .partsE ol {
    margin-bottom: 5vw;
  }
}

.partsE ol li {
  line-height: 1.8em;
}

.partsE dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .partsE dl {
    margin-bottom: 5vw;
  }
}

.partsE dl dt {
  line-height: 1.8em;
  box-sizing: border-box;
  padding: 0.5em;
  width: 20%;
  background: #e2e2e2;
}

.partsE dl dt:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.partsE dl dd {
  line-height: 1.8em;
  width: 80%;
  padding: 0.5em;
  box-sizing: border-box;
  background: #f2f2f2;
}

.partsE dl dd:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.partsE table {
  margin-bottom: 30px;
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .partsE table {
    margin-bottom: 5vw;
  }
}

.partsE table tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.partsE table th {
  line-height: 1.8em;
  background: #e2e2e2;
  padding: 1em;
  border-right: 1px solid #ccc;
}

.partsE table td {
  line-height: 1.8em;
  background: #f2f2f2;
  padding: 1em;
}

.partsE table td:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

.partsE .grid {
  margin-bottom: 60px;
}

@media only screen and (max-width: 798px) {
  .partsE .grid {
    margin-bottom: 5vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.partsE .grid p {
  margin-bottom: 0;
}

.partsE .grid p:not(:last-of-type) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 798px) {
  .partsE .grid p:not(:last-of-type) {
    margin-bottom: 2.5vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid.reverse {
    flex-flow: row-reverse;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid .cell, .partsE .grid .cell-2, .partsE .grid .cell-3, .partsE .grid .cell-4, .partsE .grid .cell-5, .partsE .grid .cell-6, .partsE .grid .cell-7, .partsE .grid .cell-8, .partsE .grid .cell-9, .partsE .grid .cell-10 {
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
  }
}

.partsE .grid .cell img + *, .partsE .grid .cell-2 img + *, .partsE .grid .cell-3 img + *, .partsE .grid .cell-4 img + *, .partsE .grid .cell-5 img + *, .partsE .grid .cell-6 img + *, .partsE .grid .cell-7 img + *, .partsE .grid .cell-8 img + *, .partsE .grid .cell-9 img + *, .partsE .grid .cell-10 img + * {
  margin-top: 10px;
}

@media only screen and (min-width: 799px) {
  .partsE .grid .cell-2 {
    width: calc((100% / 6) - 40px);
  }
}

@media only screen and (max-width: 798px) {
  .partsE .grid .cell-2:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid .cell-3 {
    width: calc((100% / 4) - 40px);
  }
}

@media only screen and (max-width: 798px) {
  .partsE .grid .cell-3:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid .cell-4 {
    width: calc((100% / 3) - 40px);
  }
}

@media only screen and (max-width: 798px) {
  .partsE .grid .cell-4:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid .cell-5 {
    width: calc((100% / ( 12 / 5) ) - 40px);
  }
}

@media only screen and (max-width: 798px) {
  .partsE .grid .cell-5:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid .cell-6 {
    width: calc((100% / 2) - 40px);
  }
}

@media only screen and (max-width: 798px) {
  .partsE .grid .cell-6:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid .cell-7 {
    width: calc((100% / (12 / 7)) - 40px);
  }
}

@media only screen and (max-width: 798px) {
  .partsE .grid .cell-7:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid .cell-8 {
    width: calc((100% / (12 / 8)) - 40px);
  }
}

@media only screen and (max-width: 798px) {
  .partsE .grid .cell-8:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid .cell-9 {
    width: calc((100% / (12 / 9) ) - 40px);
  }
}

@media only screen and (max-width: 798px) {
  .partsE .grid .cell-9:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

@media only screen and (min-width: 799px) {
  .partsE .grid .cell-10 {
    width: calc((100% / (12 / 10)) - 40px);
  }
}

@media only screen and (max-width: 798px) {
  .partsE .grid .cell-10:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

.partsTitle {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 80px;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1em;
}

@media only screen and (max-width: 798px) {
  .partsTitle {
    font-size: 9.5vw;
    margin-bottom: 11vw;
  }
}

.partsTitle.jp {
  font-family: inherit;
  font-size: 50px;
  font-weight: 600;
}

@media only screen and (max-width: 798px) {
  .partsTitle.jp {
    font-size: 6.3vw;
  }
}

.contentTitle {
  font-size: 26px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}

@media only screen and (max-width: 798px) {
  .contentTitle {
    font-size: 6.0vw;
  }
}

.mainTitle {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  line-height: 1.5em;
}

@media only screen and (max-width: 798px) {
  .mainTitle {
    font-size: 6.8vw;
    padding-bottom: 4vmin;
    margin-bottom: 8vmin;
  }
}

.bgTitle {
  font-size: 26px;
  background: #e2e2e2;
  padding: 15px;
}

@media only screen and (max-width: 798px) {
  .bgTitle {
    font-size: 5.45vw;
    line-height: 1.5em;
    padding: 1.9vmin;
  }
}

.bgTitle.mb {
  margin-bottom: 60px;
}

@media only screen and (max-width: 798px) {
  .bgTitle.mb {
    margin-bottom: 5vmin;
  }
}

.bgTitleBlack {
  font-size: 26px;
  padding: 15px;
  background: #222;
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .bgTitleBlack {
    font-size: 5.45vw;
    line-height: 1.5em;
    padding: 1.9vmin;
  }
}

.bgTitleBlack.mb {
  margin-bottom: 60px;
}

@media only screen and (max-width: 798px) {
  .bgTitleBlack.mb {
    margin-bottom: 5vmin;
  }
}

.headlineTitle {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

@media only screen and (min-width: 799px) {
  .headlineTitle {
    font-size: 40px;
    padding-left: 20px;
    padding-bottom: 17px;
    border-bottom: 2px solid #CCCACB;
  }
}

@media only screen and (max-width: 798px) {
  .headlineTitle {
    border-bottom: 0.5vmin solid #CCCACB;
    font-size: 7.6vmin;
    padding-left: 0.5vmin;
    padding-bottom: 2.4vmin;
  }
}

.headlineTitle.mb {
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .headlineTitle.mb {
    margin-bottom: 5vw;
  }
}

.headlineTitle.jp {
  font-family: inherit;
  font-size: 28px;
}

@media only screen and (max-width: 798px) {
  .headlineTitle.jp {
    font-size: 6.8vw;
  }
}

.headlineTitle--large {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
}

@media only screen and (min-width: 799px) {
  .headlineTitle--large {
    font-size: 80px;
  }
}

@media only screen and (max-width: 798px) {
  .headlineTitle--large {
    font-size: 10.95vw;
  }
}

.headlineTitle--cta {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 798px) {
  .headlineTitle--cta {
    font-size: 6.8vw;
  }
}

.headlineTitle--cta span {
  position: relative;
}

.headlineTitle--cta span::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 30px;
  background-image: url(../img/icon_cta.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

@media only screen and (max-width: 798px) {
  .headlineTitle--cta span::before {
    width: 3.8vw;
    height: 5.1vw;
    left: -2%;
  }
}

.more a {
  color: #9E1921;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 798px) {
  .more a {
    font-size: 4.0vw;
  }
}

.more a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/more-arw.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50vw;
  vertical-align: -2px;
  margin-right: 0.8em;
}

@media only screen and (max-width: 798px) {
  .more a::before {
    width: 1em;
    height: 1em;
    vertical-align: -0.1vw;
  }
}

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

.Page {
  padding-bottom: 80px;
}

@media only screen and (max-width: 798px) {
  .Page {
    padding-bottom: 12vw;
  }
}

.Single {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 798px) {
  .Single {
    padding-top: 6.1vw;
    padding-bottom: 12vw;
  }
}

.Single .meta {
  font-size: 30px;
  line-height: 1.75em;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

@media only screen and (max-width: 798px) {
  .Single .meta {
    font-size: 4.7vw;
    margin-bottom: 6vmin;
  }
}

.Single .meta time {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.Single .meta .page__title {
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.Single .thumbnail {
  margin-bottom: 80px;
  text-align: center;
}

@media only screen and (max-width: 798px) {
  .Single .thumbnail {
    margin-bottom: 6vmin;
    margin-left: -5.4vmin;
    margin-right: -5.4vmin;
  }
}

.Single .entry {
  line-height: 1.79em;
  font-size: 19px;
}

@media only screen and (max-width: 798px) {
  .Single .entry {
    font-size: 5vw;
  }
}

.Single .entry p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 798px) {
  .Single .entry p {
    margin-bottom: 5vmin;
  }
}

.Single .entry h2 {
  font-size: 50px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 798px) {
  .Single .entry h2 {
    font-size: 6.3vw;
    margin-bottom: 3vw;
  }
}

.Single .entry h3 {
  font-size: 36px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 798px) {
  .Single .entry h3 {
    font-size: 6.2vw;
    margin-bottom: 3vw;
  }
}

.Single .entry h4 {
  font-size: 24px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 798px) {
  .Single .entry h4 {
    font-size: 5.1vw;
    margin-bottom: 3vw;
  }
}

.Single .entry h5 {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 798px) {
  .Single .entry h5 {
    font-size: 4.8vw;
    margin-bottom: 1vw;
  }
}

.Single .entry .more a:hover {
  text-decoration: underline;
}

.Single .entry a {
  line-height: 1.8em;
  display: inline-block;
}

.Single .entry a:hover {
  text-decoration: none;
}

.Single .entry a:hover img {
  opacity: 0.6;
}

.Single .entry ul {
  padding-left: 1.8em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .Single .entry ul {
    margin-bottom: 5vw;
  }
}

.Single .entry ul li {
  line-height: 1.8em;
}

.Single .entry ol {
  padding-left: 1.8em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .Single .entry ol {
    margin-bottom: 5vw;
  }
}

.Single .entry ol li {
  line-height: 1.8em;
}

.Single .entry dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
}

@media only screen and (max-width: 798px) {
  .Single .entry dl {
    margin-bottom: 5vw;
  }
}

.Single .entry dl dt {
  line-height: 1.8em;
  box-sizing: border-box;
  padding: 0.5em;
  width: 20%;
  background: #e2e2e2;
}

.Single .entry dl dt:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.Single .entry dl dd {
  line-height: 1.8em;
  width: 80%;
  padding: 0.5em;
  box-sizing: border-box;
  background: #f2f2f2;
}

.Single .entry dl dd:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.Single .entry table {
  margin-bottom: 30px;
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .Single .entry table {
    margin-bottom: 5vw;
  }
}

.Single .entry table tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.Single .entry table th {
  line-height: 1.8em;
  background: #e2e2e2;
  padding: 1em;
  border-right: 1px solid #ccc;
}

.Single .entry table td {
  line-height: 1.8em;
  background: #f2f2f2;
  padding: 1em;
}

.Single .entry table td:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

@media only screen and (min-width: 799px) {
  .Single .entry .grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0;
  }
}

@media only screen and (max-width: 798px) {
  .Single .entry .grid {
    margin: 10vmin 0px;
  }
}

@media only screen and (min-width: 799px) {
  .Single .entry .grid__item {
    margin: 30px 0;
    width: 47.084%;
  }
}

@media only screen and (max-width: 798px) {
  .Single .entry .grid__item {
    margin: 5vmin 0;
  }
}

.Single .entry .grid__item p {
  margin: 0;
}

@media only screen and (min-width: 799px) {
  .Single .entry .grid__item p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

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

.mb0s {
  margin-bottom: 0.5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb1s {
  margin-bottom: 1.5em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb2s {
  margin-bottom: 2.5em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb3s {
  margin-bottom: 3.5em !important;
}

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

.mt0s {
  margin-top: 0.5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt1s {
  margin-top: 1.5em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt2s {
  margin-top: 2.5em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt3s {
  margin-top: 3.5em !important;
}

.row {
  margin: 0 auto;
  padding: 0 80px;
  max-width: 1360px;
  box-sizing: border-box;
}

.row .row {
  padding: 0;
}

@media only screen and (max-width: 798px) {
  .row {
    padding: 0 5.4vmin;
  }
}

.w900 {
  max-width: 940px;
}

.w1000 {
  max-width: 1040px;
}

/** SITE HEADER
==============================================*/
header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}


@media only screen and (max-width: 1280px) {
  header {
      height: 100px;
  }
}
@media only screen and (max-width: 798px) {
  header {
    position: absolute;
  }
}

header.is-active .headerContents {
    justify-content: space-evenly;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 14px;
    max-width: 85%;
    margin: 0 auto;
}
@media only screen and (min-width: 1281px) {
    header.is-active .headerContents {
        justify-content: left;
        max-width: 85%;
        padding-top: 14px;
        display: flex;
    }
}
@media only screen and (min-width: 799px) {
  header.is-active .headerContents {
    height: 60px;
    max-width: 95%;
    padding-top: 13px;
  }
}
@media only screen and (max-width: 798px) {
  header.is-active .headerContents {
    padding-top: 20px;
  }
}

header .headerContents {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (min-width: 799px) {
  header .headerContents {
    transition: 300ms;
    height: 184px;
    padding-top: 37px;
  }
}

@media only screen and (max-width: 798px) {
  header .headerContents {
    padding-top: 2.9vmin;
    padding-bottom: 4.3vmin;
  }
}

header.is-active .headerContents .headerRight {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1280px) {
  header.is-active .headerContents .headerRight {
    width: 100%;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 924px) {
  header.is-active .headerContents .headerRight {
    padding-top: 12px;
  }
}

header .hamburger {
  display: none;
}

@media only screen and (max-width: 798px) {
  header .hamburger {
    display: block;
    position: absolute;
    top: 0.5vmin;
    right: 2.5vmin;
    width: 12vmin;
    height: 12vmin;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

header .hamburger span {
  display: block;
  width: 46%;
  height: 2px;
  background: #000;
  border-radius: 50vw;
  transition: 200ms;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

header .hamburger span:nth-of-type(1) {
  top: 32%;
}

header .hamburger span:nth-of-type(2) {
  margin: 1.5vmin 0;
  top: 38%;
}

header .hamburger span:nth-of-type(3) {
  top: 69%;
}

header .hamburger.is-active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

header .hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
  margin: 0;
}

header .hamburger.is-active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

header.is-active .headerContents .headerLeft {
  width: 10%;
}

header.is-active .headerContents .headerLeft .logo a {
  display: block;
  position: relative;
}

@media only screen and (min-width: 799px) {
  header.is-active .headerContents .headerLeft .logo a {
    transition: 300ms;
    width: 70%;
    top: 0%;
    left: 0%;
  }
}
@media only screen and (max-width: 798px) {
  header.is-active .headerContents .headerLeft .logo a {
    width: 15.4vw;
  }
}

header.is-active .headerContents .headerLeft .logo a img {
    height: 100%;
}

header.is-active .headerContents .headerLeft .logo a img.red {
  position: absolute;
  opacity: 0;
  height: 100%;
  transition: 200ms;
  top: 0%;
  left: 0%;
}

header.is-active .headerContents .headerLeft .logo a:hover img.red {
  opacity: 1;
}

@media only screen and (min-width: 799px) {
  header .gNaviBox {
    padding-right: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 798px) {
  header .gNaviBox {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 14vw;
    left: 0;
    z-index: 999;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
  }
}

@media only screen and (min-width: 799px) {
  header .gNaviBox .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
  }
}

@media only screen and (min-width: 799px) {
  header .gNaviBox .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
  }
}

header .gNaviBox .menu > li {
  position: relative;
  margin-right: 28px;
}

@media only screen and (max-width: 1280px) {
  header .gNaviBox .menu > li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 924px) {
  header .gNaviBox .menu > li:not(:last-of-type) {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 798px) {
  header .gNaviBox .menu > li:not(:last-of-type) {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 798px) {
  header .gNaviBox .menu > li {
    margin-bottom: 2.1vmin;
    width: 100%;
  }
}

@media only screen and (min-width: 799px) {
  header .gNaviBox .menu > li:hover > a,
  header .gNaviBox .menu > li:hover > span {
    color: #9E1921;
    cursor: pointer;
  }
}

header .gNaviBox .menu > li::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #9E1921;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

header .gNaviBox .menu > li > a,
header .gNaviBox .menu > li > span {
  display: inline-block;
  padding: 6px;
  line-height: 1;
  transition: color 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  color: inherit;
  font-size: 15px;
}

@media only screen and (max-width: 1280px) {
  header .gNaviBox .menu > li > a,
  header .gNaviBox .menu > li > span {
    font-size: 13px;
    padding: 5px;
  }
}
@media only screen and (max-width: 924px) {
  header .gNaviBox .menu > li > a,
  header .gNaviBox .menu > li > span {
    font-size: 12px;
    padding: 1px;
  }
}
@media only screen and (max-width: 798px) {
  header .gNaviBox .menu > li > a,
  header .gNaviBox .menu > li > span {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 8.1vmin 0 7.4vmin;
    padding-top: 8px;
    padding-bottom: 12px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 798px) {
  header .gNaviBox .menu > li > a.is-active,
  header .gNaviBox .menu > li > span.is-active {
    color: #9E1921;
    border-bottom: 1px solid #9E1921;
  }
}

header .gNaviBox .menu > li.current::after {
  width: 100%;
}

header .gNaviBox .menu > li.current a {
  color: #9E1921;
}

@media only screen and (min-width: 799px) {
  header .gNaviBox .menu > li:hover::after {
    width: 100%;
  }
  header .gNaviBox .menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 799px) {
  header .gNaviBox .menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    min-width: 225px;
    position: fixed;
    padding: 20px;
    padding-top: 10px;
    left: 0%;
    z-index: 9;
    background: #fff;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 799px) {
  header .gNaviBox .menu .sub-menu > li {
    position: relative;
    display: inline-block;
  }
}

header .gNaviBox .menu .sub-menu > li:not(:last-of-type) {
  margin-bottom: 10px;
}

header .gNaviBox .menu .sub-menu > li > a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  transition: color 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (min-width: 799px) {
  header .gNaviBox .menu .sub-menu > li > a:hover {
    color: #9E1921;
  }
}

@media only screen and (max-width: 798px) {
  header .gNaviBox .menu .sub-menu > li > a {
    text-align: center;
    font-size: 5.8vw;
    position: relative;
    padding: 5vmin 0;
  }
  header .gNaviBox .menu .sub-menu > li > a::after {
    content: "";
    display: block;
    width: 1.4vw;
    height: 3.5vw;
    background-image: url(../img/nav-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 52%;
    right: 10%;
    opacity: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  header .gNaviBox .menu .sub-menu > li > a:hover {
    color: #9E1921;
  }
  header .gNaviBox .menu .sub-menu > li > a:hover::after {
    transition: 200ms;
    right: 5.2%;
    opacity: 1;
  }
}

header .gNaviBox .menu .sub-menu .header_box {
  display: flex;
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
}

@media only screen and (max-width: 798px) {
  header .gNaviBox .menu .sub-menu .header_box {
    width: 95%;
    margin-top: 0px;
    padding: 2px;
  }
}

header .gNaviBox .menu .sub-menu .headerbox_left {
  width: 300px;
  font-size: 16px;
  padding-right: 10px;
  line-height: 18px;
}

@media only screen and (max-width: 1280px) {
  header .gNaviBox .menu .sub-menu .headerbox_left {
    width: 200px;
    font-size: 14px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 924px) {
  header .gNaviBox .menu .sub-menu .headerbox_left {
    width: 150px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 798px) {
  header .gNaviBox .menu .sub-menu .headerbox_left {
    display: none;
  }
}

header .gNaviBox .menu .sub-menu .headerbox_right {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 265px;
  padding-left: 10px;
  border-left: 1px solid #bbb;
  overflow: hidden;
}

@media only screen and (max-width: 924px) {
  header .gNaviBox .menu .sub-menu .headerbox_right {
    max-height: 305px;
  }
}
@media only screen and (max-width: 798px) {
  header .gNaviBox .menu .sub-menu .headerbox_right {
    width: 100%;
    max-height: 100%;
    padding-left: 0px;
    border-left: none;
  }
}

header .gNaviBox .menu .sub-menu .headerbox_right .headerList {
  display: contents;
}

header .gNaviBox .menu .sub-menu .headerbox_right .headerbox_item {
  display: flex;
  padding: 8px;
  min-width: 300px;
  width: 300px;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  header .gNaviBox .menu .sub-menu .headerbox_right .headerbox_item {
    padding-right: 10px;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 798px) {
  header .gNaviBox .menu .sub-menu .headerbox_right .headerbox_item {
    font-size: 18px;
    line-height: 24px;
  }
}

header .gNaviBox .menu .sub-menu .headerbox_right .headerbox_item:hover {
  border-bottom: 1px solid #9E1921;
  color: #9E1921;
  cursor: pointer;
}

header .gNaviBox .menu .sub-menu .headerbox_right .headerbox_icon {
  height: 18px;
  margin-left: 6px;
  margin-right: 16px;
}

@media only screen and (max-width: 1280px) {
  header .gNaviBox .menu .sub-menu .headerbox_right .headerbox_icon {
    height: 14px;;
  }
}
@media only screen and (max-width: 924px) {
  header .gNaviBox .menu .sub-menu .headerbox_right .headerbox_icon {
    height: 10px;
    margin-left: 4px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 798px) {
  header .gNaviBox .menu .sub-menu .headerbox_right .headerbox_icon {
    height: 18px;
    margin-left: 4px;
    margin-right: 8px;
  }
}

@media only screen and (min-width: 799px) {
  header .gNaviBox .contact {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 798px) {
  header .gNaviBox .contact {
    margin-top: 2vmin;
  }
}

@media only screen and (min-width: 799px) {
  header .gNaviBox .contact a {
    display: block;
    padding: 9px 15px 16px;
    line-height: 1;
  }
}

header .gNaviBox .contact a:hover .img img.red {
  opacity: 1;
}

header .gNaviBox .contact a {
  text-decoration: none;
}

header .gNaviBox .contact a .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}  


header .gNaviBox .contact a .img img {
  margin-right: 0.5em;
}


header .gNaviBox .contact a .img span {
  color: #333;
  font-size: 15px;
}

header .gNaviBox .contact a:hover .img span {
  color: #9E1921;
}




@media only screen and (min-width: 799px) {
  header .gNaviBox .contact a .img img {
    transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    width: 20px;
  }
  header .gNaviBox .contact a .img img:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .gNaviBox .contact a .img img.red {
    opacity: 0;
  }  
}

@media only screen and (min-width: 799px) {
  header .gNaviBox .contact a .img img.red {
    display: none;
  }
}

@media only screen and (max-width: 798px) {
  header .gNaviBox .contact a {
    display: block;
    text-align: center;
    padding: 8.1vmin 0 7.4vmin;
  }
  header .gNaviBox .contact a img {
    width: 6.2%;
  }
}

header .gNaviBox .menu_btn {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  display: none;
}

@media only screen and (max-width: 798px) {
  header .gNaviBox .menu_btn {
    display: inline-flex;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0%;
    padding-top: 8%;
    right: 4vw;
  }
  header .gNaviBox .menu_btn::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .gNaviBox .menu_btn::after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    transition: 200ms;
  }
  header .gNaviBox .menu_btn.is-active::before {
    background: #9E1921;
  }
  header .gNaviBox .menu_btn.is-active::after {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .sub-menu {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
  }
  .sub-menu.is-open {
    opacity: 1;
    max-height: 900px;
    width: 90%;
    visibility: visible;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #9E1921;
    transition: max-height 3s ease, opacity 1s ease, visibility 1s ease;
  }
}

header .gNaviBox .menu .list_icon {
  height: 18px;
  margin-left: 6px;
  margin-right: 2px;
}

@media only screen and (max-width: 1280px) {
   header .gNaviBox .menu .list_icon {
    height: 14px;
  }
}
@media only screen and (max-width: 924px) {
   header .gNaviBox .menu .list_icon {
    height: 10px;
  }
}
@media only screen and (max-width: 798px) {
   header .gNaviBox .menu .list_icon {
    display: none;
  }
}

@media only screen and (min-width: 799px) {
   header .gNaviBox .menu .list_icon_2 {
    display: none;
  }
}
@media only screen and (max-width: 798px) {
   header .gNaviBox .menu .list_icon_2 {
    height: 25px;
    top: 5%;
    left: 20%;
    display: flex;
    position: absolute;
  }
}

/** SITER FOOTER
==============================================*/
footer {
  background: #222;
  color: #fff;
}

footer .pageTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 9;
}

@media only screen and (max-width: 798px) {
  footer .pageTop {
    bottom: 7vw;
    right: 3vw;
  }
}

footer .pageTop a {
  display: block;
  width: 60px;
  height: 60px;
  background: #4E4E4E;
}

@media only screen and (max-width: 798px) {
  footer .pageTop a {
    width: 10vw;
    height: 10vw;
  }
}

footer .pageTop a::before {
  content: "";
  display: block;
  width: 35%;
  height: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
          transform: translate(-50%, -25%) rotate(45deg);
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

@media only screen and (max-width: 798px) {
  footer .pageTop a::before {
    border-width: 3px;
  }
}

footer a {
  color: #999;
  text-decoration: none;
}

@media only screen and (min-width: 799px) {
  footer a:hover {
    text-decoration: underline;
  }
}

footer .footerInner {
  padding-top: 60px;
  padding-bottom: 62px;
}

@media only screen and (max-width: 798px) {
  footer .footerInner {
    padding-top: 8.4vmin;
    padding-bottom: 21vmin;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnav {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 13px;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts {
    width: 13.7%;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts:nth-of-type(1) {
    margin-right: 4.6%;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts:nth-of-type(2) {
    max-width: 39%;
    width: 39%;
    margin-right: 7.5%;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts:nth-of-type(3) {
    margin-right: 5%;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts:nth-of-type(4) {
    width: 17.5%;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts:not(:last-of-type) {
    margin-bottom: 8vmin;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts__inr {
    position: relative;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts__inr {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts__inr:not(:last-of-type) {
    margin-bottom: 6vmin;
  }
}

footer .footerInner .fnavParts__inr .title {
  border-bottom: 1px solid #585858;
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts__inr .title {
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 13px;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts__inr .title {
    font-size: 4.0vw;
  }
}

footer .footerInner .fnavParts__inr .title span {
  color: #999;
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts__inr .title span {
    display: block;
    padding-top: 2vmin;
    padding-bottom: 2.1vmin;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts__inr .title a {
    display: inline-block;
    padding-top: 2vmin;
    padding-bottom: 2.1vmin;
  }
}

footer .footerInner .fnavParts__inr .menu {
  padding-left: 5px;
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts__inr .menu {
    display: none;
    padding-left: 1.2vmin;
    margin-top: 3vmin;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts__inr .menuItem:not(:last-of-type) {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts__inr .menuItem:not(:last-of-type) {
    margin-bottom: 3vmin;
  }
}

footer .footerInner .fnavParts__inr .menuItem a {
  display: block;
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts__inr .menuItem a {
    padding: 3px 0;
    line-height: 1.4em;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts__inr .menuItem a {
    font-size: 4.0vw;
    padding: 2.5vmin 0px;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts__inr .colmun {
    display: none;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts__inr .colmun__grid {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts__inr .colmun__inr:not(:last-of-type) {
    margin-right: 5%;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerInner .fnavParts__inr .colmun ul {
    display: block;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts__inr .colmun ul:not(:first-of-type) {
    margin-top: 38px;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerInner .fnavParts__inr:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

footer .footerInner .menu_btn {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  display: none;
}

@media only screen and (max-width: 798px) {
  footer .footerInner .menu_btn {
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    position: absolute;
    top: -1.9vw;
    right: 0;
  }
  footer .footerInner .menu_btn::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  footer .footerInner .menu_btn::after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    transition: 200ms;
  }
}

footer .footerInner .menu_btn.is-active::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

@media only screen and (min-width: 799px) {
  footer .footerBottom {
    background: #000;
  }
}

@media only screen and (min-width: 799px) {
  footer .footerBottom .contentInner {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
}

footer .footerBottom-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 13px;
}

@media only screen and (min-width: 799px) {
  footer .footerBottom-list {
    justify-content: space-between;
    width: 27%;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerBottom-list {
    justify-content: center;
    font-size: 4.0vw;
  }
}

@media only screen and (max-width: 798px) {
  footer .footerBottom-list__item a {
    display: block;
    padding: 2vmin;
    margin: 0 2vmin;
  }
}

footer .footerBottom .copyright {
  color: #999;
  text-align: center;
  font-size: 10px;
  padding: 22px 0px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 798px) {
  footer .footerBottom .copyright {
    font-size: 3.6vw;
    padding: 3vmin 0;
    background: #000;
    margin-left: -5.4vmin;
    margin-right: -5.4vmin;
  }
}

footer .policy-mark {
  text-align: right;
}

@media only screen and (min-width: 799px) {
  footer .policy-mark {
    padding: 20px 40px;
  }
}

@media only screen and (max-width: 798px) {
  footer .policy-mark {
    padding: 0 0 40px;
  }
}

footer .policy-mark a {
  display: inline-block;
}

@media only screen and (max-width: 798px) {
  footer .policy-mark a {
    width: 50px;
  }
}

footer .policy-mark a:hover {
  opacity: 0.8;
}
