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

cmn

**************************************/
img {
  vertical-align: top;
}

a:hover,
a:active,
a:hover img {
  opacity: 0.8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #fff;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  text-size-adjust: none;
}

.aside-links .aside-links__item a {
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*  btn
---------------------------------------------------------- */
a:hover .more {
  background-color: #333333;
  color: #fff;
}

.btn_more {
  position: relative;
  width: 225px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
}

.btn_more a {
  display: block;
  background: #FFF;
  background: #333333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}

.btn_more a:hover {
  background-color: #333333;
  color: #fff;
}

.btn {
  width: 216px;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
}

.btn a {
  display: block;
  position: relative;
  background: #DD011F;
  color: #FFF;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  transition: all .4s;
}

@media screen and (max-width: 760px) {
  .btn {
    width: 80%;
  }
}

/* ----------------------------------------------------------

Clear Fix

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

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

policy

**************************************/
.policy .contents_area .reason-detail__txt {
  margin-bottom: 20px;
}

.policy .contents_area .heading-3 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 23px;
}

.policy .contents_area ol {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: decimal;
}

@media screen and (max-width: 760px) {
  .policy .contents_area .reason-detail__txt {
    margin-bottom: 5%;
  }
  .policy .contents_area .heading-3 {
    margin-top: 10%;
    margin-bottom: 3%;
    font-size: 5vw;
  }
  .policy .contents_area ol {
    margin-bottom: 5%;
    padding-left: 5%;
  }
}

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

main_about

**************************************/
.main_about .lead {
  margin-bottom: 45px;
  font-size: 14px;
  text-align: center;
}

.main_about .wrap .box {
  width: 50%;
  height: 407px;
  float: left;
  text-align: center;
}

.main_about .wrap .box a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.main_about .wrap .box a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 9, 0.5);
  content: "";
}

.main_about .wrap .box a:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 9, 0.2);
  content: "";
  transition: 1s;
}

.main_about .wrap .box .txt_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_about .wrap .box .txt_area h2 {
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
}

.main_about .wrap .box .txt_area .sub {
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}

.main_about .wrap .box.box01 {
  background: url(../about/img/img_index1.jpg) no-repeat center;
  background-size: cover;
}

.main_about .wrap .box.box02 {
  background: url(../about/img/img_index2.jpg) no-repeat center;
  background-size: cover;
}

.main_about .wrap .box.box03 {
  background: url(../about/img/img_index3.jpg) no-repeat center;
  background-size: cover;
}

.main_about .wrap .box.box04 {
  background: url(../about/img/img_index4.jpg) no-repeat center;
  background-size: cover;
}

.main_about .wrap .box.box05 {
  width: 100%;
  height: 295px;
  background: url(../about/img/img_index5.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_about .lead {
    margin-bottom: 5%;
    font-size: 3.4vw;
    text-align: center;
  }
  .main_about .wrap .box {
    width: 100%;
    height: 48.9333vw;
    float: none;
    text-align: center;
  }
  .main_about .wrap .box a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .main_about .wrap .box a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 9, 9, 0.5);
    content: "";
  }
  .main_about .wrap .box a:hover::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 9, 9, 0.2);
    content: "";
    transition: 1s;
  }
  .main_about .wrap .box .txt_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main_about .wrap .box .txt_area h2 {
    font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 5vw;
  }
  .main_about .wrap .box .txt_area .sub {
    font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.8vw;
  }
  .main_about .wrap .box.box01 {
    background: url(../about/img/img_index1.jpg) no-repeat center;
    background-size: cover;
  }
  .main_about .wrap .box.box02 {
    background: url(../about/img/img_index2.jpg) no-repeat center;
    background-size: cover;
  }
  .main_about .wrap .box.box03 {
    background: url(../about/img/img_index3.jpg) no-repeat center;
    background-size: cover;
  }
  .main_about .wrap .box.box04 {
    background: url(../about/img/img_index4.jpg) no-repeat center;
    background-size: cover;
  }
  .main_about .wrap .box.box05 {
    width: 100%;
    height: 48.9333vw;
    background: url(../about/img/img_index5.jpg) no-repeat center;
    background-size: cover;
  }
}

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

main_history

**************************************/
.main_history .lead {
  margin-bottom: 70px;
  text-align: center;
}

.main_history .lead .catch {
  margin-bottom: 25px;
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
}

.main_history .lead .ph {
  width: 498px;
  margin: 0 auto 30px;
}

.main_history .lead .txt {
  font-size: 14px;
  line-height: 1.8;
}

.main_history .history_area {
  position: relative;
  padding: 35px 0 35px 40px;
}

.main_history .history_area::before {
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background: #ababab;
  content: "";
}

.main_history .history_area .timeline {
  padding: 0 0 0 40px;
}

.main_history .history_area .timeline li {
  position: relative;
  margin-bottom: 40px;
}

.main_history .history_area .timeline li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -44px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #DD011F;
  content: "";
}

.main_history .history_area .timeline li .day {
  display: inline-block;
  margin-right: 30px;
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  vertical-align: middle;
}

.main_history .history_area .timeline li > .txt {
  display: inline-block;
  width: 800px;
  font-size: 16px;
  vertical-align: middle;
}

.main_history .history_area .timeline li .box {
  display: inline-block;
  width: 800px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid #fff;
  vertical-align: middle;
}

.main_history .history_area .timeline li .box .ph {
  width: 200px;
  float: left;
}

.main_history .history_area .timeline li .box .txt_area {
  position: relative;
  width: calc(100% - 230px);
  height: 131px;
  float: right;
}

.main_history .history_area .timeline li .box .txt_area .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .main_history .lead {
    margin-bottom: 15%;
    text-align: center;
  }
  .main_history .lead .catch {
    margin-bottom: 5%;
    font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 6vw;
  }
  .main_history .lead .ph {
    width: 100%;
    margin: 0 auto 5%;
  }
  .main_history .lead .txt {
    font-size: 3.8vw;
    line-height: 1.8;
    text-align: left;
  }
  .main_history .history_area {
    position: relative;
    padding: 10% 0 10% 0;
  }
  .main_history .history_area::before {
    position: absolute;
    top: 0;
    left: 3%;
    width: 1px;
    height: 100%;
    background: #ababab;
    content: "";
  }
  .main_history .history_area .timeline {
    padding: 0 0 0 12%;
  }
  .main_history .history_area .timeline li {
    position: relative;
    margin-bottom: 10%;
  }
  .main_history .history_area .timeline li::before {
    position: absolute;
    top: 3.5vw;
    bottom: inherit;
    left: -11.5%;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    background: #DD011F;
    content: "";
  }
  .main_history .history_area .timeline li .day {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
    font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 6vw;
    vertical-align: middle;
  }
  .main_history .history_area .timeline li > .txt {
    display: inline-block;
    width: 100%;
    margin-top: -2%;
    font-size: 3.8vw;
    vertical-align: middle;
  }
  .main_history .history_area .timeline li .box {
    display: inline-block;
    width: 90%;
    margin-top: 0;
    margin-bottom: 3%;
    padding: 5%;
    border: 1px solid #fff;
    vertical-align: middle;
  }
  .main_history .history_area .timeline li .box .ph {
    width: 100%;
    margin-bottom: 4%;
    float: none;
  }
  .main_history .history_area .timeline li .box .txt_area {
    position: static;
    width: 100%;
    height: auto;
    float: none;
  }
  .main_history .history_area .timeline li .box .txt_area .inner {
    position: static;
    top: 0;
    transform: translateY(0);
    font-size: 3.8vw;
  }
}

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

main_story

**************************************/
.main_story.number {
  padding: 0 0 70px;
}

.main_story .l-wrapper {
  width: 100%;
  margin: 0 auto;
}

.main_story .l-wrapper .mv-container {
  position: relative;
  width: 100%;
  height: 705px;
  background: url(../about/img/mv_story_pc.jpg) no-repeat center top;
  background-size: cover;
}

.main_story .l-wrapper .mv-container .h2-area {
  position: absolute;
  right: 0;
  bottom: 56px;
  left: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}

.main_story .l-wrapper .mv-container .h2-area .eng {
  color: #DD011F;
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
}

.main_story .l-wrapper .mv-container .h2-area h2, .main_story .l-wrapper .mv-container .h2-area .name {
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  text-shadow: 0px 0px 7px #0f0f0f, 0px 0px 7px #0f0f0f;
}

.main_story .l-wrapper .mv-container .h2-area h2 {
  margin-top: 15px;
  font-size: 44px;
  line-height: 1.35;
}

.main_story .l-wrapper .mv-container .h2-area .name {
  margin-top: 14px;
  font-size: 17px;
  vertical-align: middle;
}

.main_story .l-wrapper .mv-container .h2-area .name span {
  font-size: 27px;
}

.main_story .l-wrapper .bg-red {
  background: rgba(221, 1, 31, 0.85);
}

.main_story .l-wrapper .bg-none {
  background: none;
}

.main_story .l-wrapper .bg-black {
  background: rgba(34, 34, 34, 0.85);
}

.main_story .l-wrapper .ph-flex-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.main_story .l-wrapper .ph-flex-container.pad-sec01 {
  padding: 78px 1vw;
}

.main_story .l-wrapper .ph-flex-container.pad-sec02 {
  padding: 65px 1vw;
}

.main_story .l-wrapper .ph-flex-container.pad-sec03 {
  padding: 85px 1vw;
}

.main_story .l-wrapper .ph-flex-container .ph {
  width: 639px;
}

.main_story .l-wrapper .ph-flex-container .txt-area {
  width: calc(100% - 639px - 50px);
  padding: 80px 0;
}

.main_story .l-wrapper .ph-flex-container .txt-area .catch {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.main_story .l-wrapper .ph-flex-container .txt-area .catch.col-red {
  color: #DD011F;
}

.main_story .l-wrapper .ph-flex-container .txt-area .catch.msg {
  font-family: urw-din, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
}

.main_story .l-wrapper .ph-flex-container .txt-area .lead {
  margin-top: 25px;
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.02em;
  line-height: 1.9;
}

.main_story .l-wrapper .ph-flex-container .fl_r {
  float: right;
}

.main_story .l-wrapper .ph-flex-container .fl_l {
  float: left;
}

.main_story .l-wrapper .ph-division {
  width: 100%;
  height: 469px;
  background: url(../about/img/bg_section_story.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_story.number {
    padding: 0 0 14vw;
  }
  .main_story .l-wrapper .mv-container {
    height: 98vw;
    background: url(../about/img/mv_story_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .main_story .l-wrapper .mv-container .h2-area {
    bottom: 7.2vw;
  }
  .main_story .l-wrapper .mv-container .h2-area .eng {
    font-size: 4.26vw;
  }
  .main_story .l-wrapper .mv-container .h2-area h2, .main_story .l-wrapper .mv-container .h2-area .name {
    font-family: YakuHanMP, source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    text-shadow: 0px 0px 7px #0f0f0f, 0px 0px 7px #0f0f0f;
  }
  .main_story .l-wrapper .mv-container .h2-area h2 {
    font-size: 6vw;
  }
  .main_story .l-wrapper .mv-container .h2-area .name {
    margin-top: 8px;
    font-size: 12px;
  }
  .main_story .l-wrapper .mv-container .h2-area .name span {
    font-size: 21px;
  }
  .main_story .l-wrapper .ph-flex-container {
    max-width: 100%;
  }
  .main_story .l-wrapper .ph-flex-container.pad-sec01, .main_story .l-wrapper .ph-flex-container.pad-sec02, .main_story .l-wrapper .ph-flex-container.pad-sec03 {
    padding: 10vw 5%;
  }
  .main_story .l-wrapper .ph-flex-container .ph {
    width: 100%;
  }
  .main_story .l-wrapper .ph-flex-container .txt-area {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .main_story .l-wrapper .ph-flex-container .txt-area .catch {
    font-size: 6vw;
  }
  .main_story .l-wrapper .ph-flex-container .txt-area .catch.msg {
    font-size: 6.4vw;
  }
  .main_story .l-wrapper .ph-flex-container .txt-area .lead {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
  .main_story .l-wrapper .ph-flex-container .fl_r, .main_story .l-wrapper .ph-flex-container .fl_l {
    float: none;
  }
  .main_story .l-wrapper .ph-division {
    width: 100%;
    height: 50.93vw;
    background: url(../about/img/bg_section_story_sp.jpg) top center no-repeat;
    background-size: 105%;
  }
}

@media all and (min-width: 741px) {
  .sp {
    display: none !important;
  }
}
/*# sourceMappingURL=naka.css.map */
