@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* wrap */
/*	common
---------------------------------*/
::-moz-selection {
  background: #5b5040;
  color: #fff; }
::selection {
  background: #5b5040;
  color: #fff; }

::-moz-selection {
  background: #5b5040;
  color: #fff; }

body {
  color: #5b5040;
  font-family: 'Noto Sans Japanese', "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-animation: fadeIn 1.7s ease-in 0s 1 normal;
  animation: fadeIn 1.7s ease-in 0s 1 normal; }
  @media screen and (max-width: 414px) {
    body {
      font-size: 16px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #5b5040;
  text-decoration: none; }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 414px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 414px) {
    .image_s {
      display: inline; } }

/* adjust anchor */
.anc {
  margin-top: -150px;
  padding-top: 150px; }
  @media screen and (max-width: 414px) {
    .anc {
      margin-top: -50px;
      padding-top: 50px; } }

/* figure */
img {
  max-width: 100%;
  height: auto; }

/* heading */
/* text */
p {
  text-align: justify; }

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 414px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 414px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 414px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 414px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.between {
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* wrapper */
/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/* ttl */
/* inner */
.inner {
  position: relative;
  width: 1240px;
  padding: 0 20px;
  margin: auto; }
  @media screen and (max-width: 414px) {
    .inner {
      width: 100%; } }

.inner_s {
  position: relative;
  width: 1000px;
  margin: auto; }
  @media screen and (max-width: 414px) {
    .inner_s {
      width: 100%; } }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/* header */
.header {
  height: 125px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1; }
  @media screen and (max-width: 414px) {
    .header {
      height: 50px; } }
  .header .bg {
    background: rgba(255, 255, 255, 0.95);
    width: calc(50% + -580px);
    height: 102px;
    position: absolute;
    left: 0; }
    @media screen and (max-width: 1200px) {
      .header .bg {
        width: calc(50% + -180px); } }
    @media screen and (max-width: 414px) {
      .header .bg {
        display: none; } }
  .header .logo {
    display: block;
    width: 600px;
    height: 102px; }
    @media screen and (max-width: 414px) {
      .header .logo {
        width: 180px;
        height: auto; } }
  .header .inner {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px; }
    @media screen and (max-width: 414px) {
      .header .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

.menuWrapp {
  position: fixed;
  visibility: hidden;
  top: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
  height: 100vh;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  right: 0;
  padding: 20px 0 0 0; }
  .menuWrapp .menuttl {
    text-align: center;
    font-weight: normal;
    font-size: 14px; }
    @media screen and (max-width: 414px) {
      .menuWrapp .menuttl {
        font-size: 10px;
        line-height: 1.6;
        padding: 0 90px 0 20px;
        margin: 0;
        text-align: left; } }
  .menuWrapp .box {
    max-width: 900px;
    padding: 0 20px;
    margin: auto;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 130px auto 0; }
    @media screen and (max-width: 414px) {
      .menuWrapp .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 10px 0 0 0; } }
    .menuWrapp .box .box_left {
      width: 480px;
      margin: 0 0 30px; }
      @media screen and (max-width: 414px) {
        .menuWrapp .box .box_left {
          margin: 0;
          width: 100%; } }
      .menuWrapp .box .box_left .logo {
        width: 305px;
        margin: 0 auto 20px;
        height: auto; }
        @media screen and (max-width: 414px) {
          .menuWrapp .box .box_left .logo {
            width: 150px;
            margin: 0 auto 20px; } }
      .menuWrapp .box .box_left .txt {
        font-size: 12px;
        line-height: 1.833; }
        @media screen and (max-width: 414px) {
          .menuWrapp .box .box_left .txt {
            line-height: 1.6;
            font-size: 10px; } }
    @media screen and (max-width: 414px) {
      .menuWrapp .box .box_right {
        width: 100%;
        margin: 10px 0 20px; } }
    .menuWrapp .box .box_right ul li {
      margin: 0 0 30px;
      font-size: 18px; }
      @media screen and (max-width: 414px) {
        .menuWrapp .box .box_right ul li {
          font-size: 16px;
          margin: 0 0 15px; } }
      .menuWrapp .box .box_right ul li a {
        padding: 0 0 10px 10px;
        display: inline-block;
        background: url("../img/dot.png") left bottom repeat-x;
        background-size: 8px; }
        @media screen and (max-width: 414px) {
          .menuWrapp .box .box_right ul li a {
            display: block; } }
    .menuWrapp .box .box_right img {
      display: inline-block;
      position: relative;
      margin: 0 10px 0 0;
      width: 14px; }

.menuWrapp.on {
  position: fixed;
  visibility: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 100; }
  @media screen and (max-width: 414px) {
    .menuWrapp.on {
      width: 100%;
      right: 0;
      left: auto; } }

.menubtnWrap {
  width: 0;
  height: 0;
  cursor: pointer;
  position: fixed;
  z-index: 1;
  width: 115px;
  height: 115px;
  right: 20px;
  top: 10px;
  background: url("../img/menu.png") no-repeat;
  background-size: 115px; }
  @media screen and (max-width: 414px) {
    .menubtnWrap {
      width: 60px;
      height: 60px;
      background: url("../img/menu.png") no-repeat;
      background-size: 60px;
      right: 10px; } }

.menubtnWrap.close {
  background: url("../img/close.png") no-repeat;
  background-size: 115px;
  z-index: 1000; }
  @media screen and (max-width: 414px) {
    .menubtnWrap.close {
      width: 60px;
      height: 60px;
      background: url("../img/close.png") no-repeat;
      background-size: 60px; } }

/* footer */
.footer {
  height: 383px;
  background: url("../img/bg_footer.png") center top no-repeat;
  background-size: 2350px;
  padding: 100px 0 0 0;
  color: #FFF;
  min-width: 1240px;
  margin: auto;
  overflow: hidden; }
  @media screen and (max-width: 414px) {
    .footer {
      height: auto;
      min-width: 100%;
      padding: 38vw 0 8vw; } }
  .footer .inner {
    height: 100%; }
  .footer a {
    color: #FFF; }
  .footer .row {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .footer .box1 {
    width: 245px;
    font-size: 13px;
    line-height: 1.6; }
    @media screen and (max-width: 414px) {
      .footer .box1 {
        font-size: 12px;
        width: 100%; } }
    .footer .box1 .logo {
      margin: 0 0 10px; }
      @media screen and (max-width: 414px) {
        .footer .box1 .logo {
          margin: 0 auto 10px;
          width: 200px; } }
    @media screen and (max-width: 414px) {
      .footer .box1 p {
        text-align: center; } }
  .footer .box2 {
    width: 640px; }
    @media screen and (max-width: 414px) {
      .footer .box2 {
        display: none; } }
    .footer .box2 li {
      width: calc(100% / 3 );
      margin: 0 0 20px 0; }
/*
      .footer .box2 li:nth-child(2), .footer .box2 li:nth-child(5) {
        padding: 0 0 0 30px; }
*/
    .footer .box2 a {
      font-size: 14px;
      color: #FFF; }
    .footer .box2 img {
      display: inline-block;
      width: 14px;
      position: relative;
      top: 2px;
      margin: 0 10px 0 0; }
  .footer .totop {
    width: 76px;
    margin-top: -20px; }
    @media screen and (max-width: 414px) {
      .footer .totop {
        width: 40px;
        position: absolute;
        right: 20px;
        bottom: 0; } }
  .footer .copy {
    text-align: center;
    position: absolute;
    bottom: 30px;
    font-size: 12px;
    width: 100%; }
    @media screen and (max-width: 414px) {
      .footer .copy {
        font-size: 10px;
        bottom: 20px;
        left: 0;
        position: static; } }
    .footer .copy small {
      color: #FFF; }

.footer_logo {
  width: 238px;
  margin: 200px auto -60px; }
  @media screen and (max-width: 414px) {
    .footer_logo {
      width: 150px;
      margin: 80px auto -20vw; } }

@media screen and (max-width: 414px) {
  .wrapper {
    overflow: hidden; } }

/* TOP -------- */
.mv {
  background: url("../img/bg_mv.png") center top no-repeat;
  background-size: 2355px;
  min-width: 1240px;
  margin: auto;
  height: 905px; }
  @media screen and (max-width: 414px) {
    .mv {
      min-width: 100%;
      height: auto;
      margin-top: 50px;
      background: none; } }
  .mv .inner {
    height: 100%; }

.graph {
  width: 815px;
  margin: auto; }
  @media screen and (max-width: 414px) {
    .graph {
      width: 100%;
      margin: 40px 0 0px; } }

.contribution {
  background: url("../img/bg_contribution.png") center top no-repeat;
  background-size: 1600px;
  height: 800px;
  min-width: 1240px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 414px) {
    .contribution {
      height: auto;
      min-width: 100%;
      margin: 0 auto 40px;
      background-image: url("../img/bg_contribution_sp.png"), url("../img/bg_contribution2_sp.png");
      background-repeat: no-repeat, no-repeat;
      background-position: center top, center bottom;
      background-size: 100vw, 100vw;
      padding: 28vw 0 5vw; } }
  .contribution .inner {
    height: 100%; }
  @media screen and (max-width: 414px) {
    .contribution .pic {
      margin: 10px 0 15px; } }
  .contribution .box {
    width: 690px;
    text-align: center;
    position: absolute;
    left: 120px;
    bottom: 180px; }
    @media screen and (max-width: 414px) {
      .contribution .box {
        position: static;
        width: 100%; } }
    .contribution .box .ttl {
      font-size: 28px;
      text-align: center; }
      @media screen and (max-width: 414px) {
        .contribution .box .ttl {
          font-size: 18px; } }
      .contribution .box .ttl span {
        display: inline-block;
        background: url(../img/dot.png) left bottom repeat-x;
        background-size: 8px;
        padding: 0 0 15px;
        margin: 0 0 20px; }
        @media screen and (max-width: 414px) {
          .contribution .box .ttl span {
            padding: 0 0 10px;
            margin: 0 0 15px; } }
    .contribution .box .txt {
      line-height: 2.25;
      text-align: center; }
      @media screen and (max-width: 414px) {
        .contribution .box .txt {
          text-align: left; } }

.ticket {
  background: url("../img/bg_ticket.png") center repeat-x;
  background-size: cover;
  height: 500px; }
  @media screen and (max-width: 414px) {
    .ticket {
      height: auto;
      padding: 0 0 30px; } }
  @media screen and (max-width: 414px) {
    .ticket .inner {
      padding: 0; } }
  .ticket .tab-group {
    width: 310px;
    margin: 10px auto 0; }
    @media screen and (max-width: 414px) {
      .ticket .tab-group {
        width: 200px; } }
  .ticket .inner_s {
    top: -80px; }
    @media screen and (max-width: 414px) {
      .ticket .inner_s {
        top: auto; } }
  .ticket .tab {
    list-style: none;
    border: solid 1px #CCC;
    text-align: center;
    cursor: pointer;
    width: 138px;
    height: 50px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    background: #FFF;
    border: 2px solid #6d8f41; 
      color: #6d8f41;
}
    @media screen and (max-width: 414px) {
      .ticket .tab {
        font-size: 10px;
        width: 95px;
        height: 35px;
        border: 1px solid #6d8f41;
        border-radius: 8px; } }
  .ticket .panel-group {
    width: 1000px;
    margin: auto; }
    @media screen and (max-width: 414px) {
      .ticket .panel-group {
        width: 100%; } }
  .ticket .panel {
    display: none; }
  .ticket .tab.is-active {
    background: #6d8f41;
    color: #FFF;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .ticket .panel.is-show {
    display: block; }

.pattern {
  background: url("../img/bg_ticket_2.png") center top no-repeat;
  background-size: 2355px;
  margin: 0 auto;
  margin-top: -70px;
  min-width: 1240px;
  padding: 160px 0 0 0;
  height: 765px; }
  @media screen and (max-width: 414px) {
    .pattern {
      padding: 0;
      height: auto;
      margin: 0;
      padding: 0;
      min-width: 100%; } }
  .pattern .box {
    width: 436px;
    text-align: center; }
  @media screen and (max-width: 414px) {
    .pattern .inner_s {
      display: none; } }

.current {
  background: url("../img/bg_current2.png") center top no-repeat #f7f6f0;
  background-size: 1900px;
  min-width: 1240px;
  margin: 0 auto;
  height: 942px; }
  @media screen and (max-width: 414px) {
    .current {
      height: auto;
      min-width: 100%;
      margin: 0 auto 0;
      background-image: url("../img/bg_current_sp.png");
      background-repeat: no-repeat;
      background-position: center top 5vw;
      background-size: 100vw;
      padding: 33vw 0 40px; } }
  .current .inner {
    height: 100%; }
  .current .box {
    width: 690px;
    text-align: center;
    position: absolute;
    left: 120px;
    bottom: 220px; }
    @media screen and (max-width: 414px) {
      .current .box {
        width: 100%;
        position: static; } }
    .current .box .ttl {
      font-size: 28px;
      text-align: center; }
      @media screen and (max-width: 414px) {
        .current .box .ttl {
          font-size: 18px; } }
      .current .box .ttl span {
        display: inline-block;
        background: url(../img/dot.png) left bottom repeat-x;
        background-size: 8px;
        padding: 0 0 15px;
        margin: 0 0 20px; }
        @media screen and (max-width: 414px) {
          .current .box .ttl span {
            padding: 0 0 10px;
            margin: 0 0 15px; } }
    @media screen and (max-width: 414px) {
      .current .box .pic {
        margin: 10px 0 15px; } }
    .current .box .txt {
      line-height: 2.25;
      text-align: center; }
      @media screen and (max-width: 414px) {
        .current .box .txt {
          text-align: left; } }
      .current .box .txt:first-of-type {
        margin: 0 0 30px; }
        @media screen and (max-width: 414px) {
          .current .box .txt:first-of-type {
            margin: 0 0 10px; } }

.merit {
  background: url("../img/bg_current3.png") center top no-repeat;
  background-size: 2355px;
  margin: 0 auto;
  margin-top: -3px;
  min-width: 1240px;
  padding: 160px 0 0 0;
  height: 853px; }
  @media screen and (max-width: 414px) {
    .merit {
      height: auto;
      min-width: 100%;
      padding: 0;
      margin-top: 0;
      background: none; } }
  .merit .box {
    width: 50%;
    text-align: center;
    padding: 365px 140px 0 40px; }
    .merit .box .txt {
      line-height: 2.25; }
  @media screen and (max-width: 414px) {
    .merit .inner {
      display: none; } }
  .merit .box.box2 {
    padding: 365px 40px 0 140px; }

.sponcer {
  padding: 100px 0; }
  @media screen and (max-width: 414px) {
    .sponcer {
      padding: 70px 0 50px 0; } }
  .sponcer .ttl {
    text-align: center;
    font-size: 32px;
    margin: 0 0 50px; }
    @media screen and (max-width: 414px) {
      .sponcer .ttl {
        font-size: 18px;
        margin: 0 0 20px; } }
  .sponcer .sponcer_box {
    background: #f5f5f5;
    padding: 40px 0;
    margin: 0 auto 40px;
    min-width: 1240px;
    overflow: hidden; }
    @media screen and (max-width: 414px) {
      .sponcer .sponcer_box {
        min-width: 100%;
        margin: 0 auto 20px; } }
    .sponcer .sponcer_box li {
      width: 275px;
      margin: 0 20px; }
  .sponcer .list {
    margin: auto;
    width: 660px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 414px) {
      .sponcer .list {
        width: 100%; } }
    .sponcer .list li {
      position: relative;
      padding: 0 20px 0 20px;
      margin: 0 0 25px; }
      .sponcer .list li:after {
        content: "/";
        position: absolute;
        right: 0;
        top: 0px; }
    .sponcer .list li.noline {
      padding: 0 0 0 20px; }
      .sponcer .list li.noline:after {
        content: none; }

.voice {
  padding: 80px 0;
  background: url("../img/bg_voice.png") center no-repeat;
  background-size: cover;
  min-width: 1240px;
  margin: auto; }
  @media screen and (max-width: 414px) {
    .voice {
      min-width: 100%;
      padding: 40px 0; } }
  .voice .box_inner {
    width: 800px;
    padding: 55px 60px 40px; }
    @media screen and (max-width: 414px) {
      .voice .box_inner {
        width: 100%;
        padding: 0;
        background: #FFF;
        padding: 45px 30px 20px;
        position: relative;
        float: none; } }
    @media screen and (max-width: 414px) {
      .voice .box_inner:before {
        content: "";
        background: url("../img/pin1.png") no-repeat;
        width: 40px;
        height: 40px;
        background-size: 40px;
        position: absolute;
        left: -10px;
        top: -10px; } }
    @media screen and (max-width: 414px) {
      .voice .box_inner:after {
        content: "";
        background: url("../img/pin2.png") no-repeat;
        width: 40px;
        height: 40px;
        background-size: 40px;
        position: absolute;
        right: -10px;
        top: -10px; } }
    .voice .box_inner .list li {
      line-height: 1.6;
      background: url(../img/dot.png) left bottom repeat-x;
      background-size: 8px;
      padding: 0 0 20px;
      margin: 0 0 15px;
      font-size: 14px; }
      .voice .box_inner .list li span {
        display: block;
        font-weight: bold;
        color: #6d8f41; 
}
#voice .box_inner .list li span {
     color: #dd6a7c;
}
#voice2 .box_inner .list li span {
     color: #6d8f41; 
}
      .voice .box_inner .list li:last-of-type {
        background: none;
        padding: 0 0 10px;
        margin: 0; }
  .voice .box1 {
    position: relative;
    background: url("../img/bg_voice2.png") center top no-repeat;
    background-size: 1600px;
    height: 630px; }
    @media screen and (max-width: 414px) {
      .voice .box1 {
        height: auto;
        background: none; } }
    .voice .box1 .voicettl1 {
      width: 253px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 414px) {
        .voice .box1 .voicettl1 {
          width: 127px; } }
    .voice .box1 .inner {
      height: 100%; }
      @media screen and (max-width: 414px) {
        .voice .box1 .inner {
          height: auto; } }
  .voice .box2 {
    position: relative;
    background: url("../img/bg_voice3.png") center top no-repeat;
    background-size: 1600px;
    height: 670px;
    overflow: hidden; }
    @media screen and (max-width: 414px) {
      .voice .box2 {
        height: auto;
        background: none;
        margin: 40px 0 0 0;
        overflow: inherit; } }
    .voice .box2 .box2_inner {
      float: right; }
      @media screen and (max-width: 414px) {
        .voice .box2 .box2_inner {
          float: none; } }
    .voice .box2 .voicettl2 {
      width: 525px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 414px) {
        .voice .box2 .voicettl2 {
          width: 260px; } }
    .voice .box2 .inner {
      height: 100%; }

.qa {
  margin: 100px 0 0 0; }
  @media screen and (max-width: 414px) {
    .qa {
      margin: 50px 0 0 0; } }
  .qa .ttl {
    margin: 0 auto 50px;
    width: 360px; }
    @media screen and (max-width: 414px) {
      .qa .ttl {
        width: 180px;
        margin: 0 auto 30px; } }
  .qa .box_qa {
    width: 1000px;
    margin: auto;
    margin: 0 auto 10px;
    height: 235px; }
    @media screen and (max-width: 414px) {
      .qa .box_qa {
        width: 100%;
        height: auto;
        margin: 0 0 30px; } }
    .qa .box_qa .ttlbox {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: bold;
      font-size: 22px;
      color: #6d8f41;
      padding: 0 0 0 70px;
      width: 370px; }
      @media screen and (max-width: 414px) {
        .qa .box_qa .ttlbox {
          padding: 0;
          width: 100%;
          font-size: 5vw;
          height: 40vw;
          background: url("../img/bg_qa_sp.png") no-repeat;
          background-size: 100%;
          padding: 20px 40px 20px 50px;
          text-align: center; } }
      .qa .box_qa .ttlbox p {
        line-height: 1.6; }
    .qa .box_qa .txtbox {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1.8;
      width: 490px;
      padding: 10px 150px 0 0; }
      @media screen and (max-width: 414px) {
        .qa .box_qa .txtbox {
          width: calc(100% - 8px);
          padding: 20px;
          background: #FFF;
          border: 2px solid #eeb922;
          border-radius: 10px;
          margin: 10px 0 0 0; } }
      .qa .box_qa .txtbox p {
        text-align: center;
        width: 100%;
        font-size: 16px; }
        @media screen and (max-width: 414px) {
          .qa .box_qa .txtbox p {
            text-align: left; } }
      @media screen and (max-width: 414px) {
        .qa .box_qa .txtbox {
          text-align: left; } }
  .qa .box_qa.box_qa1 {
    background: url("../img/bg_qq2.png") left top no-repeat;
    background-size: 1000px; }
    @media screen and (max-width: 414px) {
      .qa .box_qa.box_qa1 {
        background: none; } }
  .qa .box_qa.box_qa2 {
    background: url("../img/bg_qq1.png") right top no-repeat;
    background-size: 1000px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 414px) {
      .qa .box_qa.box_qa2 {
        background: none; } }
    .qa .box_qa.box_qa2 .txtbox {
      padding: 10px 100px 0 0; }
      @media screen and (max-width: 414px) {
        .qa .box_qa.box_qa2 .txtbox {
          padding: 20px;
          position: relative;
          left: -8px; } }
