@charset "UTF-8";
/* ----------------------------------------
 module - default style reset
 ---------------------------------------- */
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;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav 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;
}

ul {
  list-style: none;
}

/* 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;
}

img {
  vertical-align: middle;
  max-width: 100%;
  outline: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

/* ----------------------------------------
 module - default template style reset
 ---------------------------------------- */
.s5-container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* ----------------------------------------
 module - utility & default style
 ---------------------------------------- */
.b120 {
  display: none;
}

.b96 {
  display: none;
}

.b76 {
  display: none;
}

.b64 {
  display: none;
}

.b48 {
  display: none;
}

.b37 {
  display: none;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.inner,
.inner-9,
.inner-7 {
  margin: 0 auto;
  padding: 0 30px;
}

.inner {
  max-width: 1200px;
}

.inner-9 {
  max-width: 960px;
}

.inner-7 {
  max-width: 720px;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.order3 {
  order: 3;
}

a.fade {
  transition: .2s;
}

a.fade:hover {
  opacity: .5;
}

img.center {
  display: block;
  margin: 0 auto;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.sp {
  display: none !important;
}

@media (max-width: 1199px) {
  .nb120 {
    display: none;
  }
  .b120 {
    display: inline-block;
  }
}

@media (max-width: 959px) {
  .nb96 {
    display: none;
  }
  .b96 {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .main {
    padding-bottom: 8%;
  }
  .nb76 {
    display: none;
  }
  .b76 {
    display: inline-block;
  }
}

@media (max-width: 639px) {
  .inner,
  .inner-9,
  .inner-7 {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .nb64 {
    display: none;
  }
  .b64 {
    display: inline-block;
  }
  .b64c {
    display: inline-block;
  }
}

@media (max-width: 479px) {
  .nb48 {
    display: none;
  }
  .b48 {
    display: inline-block;
  }
}

@media (max-width: 374px) {
  .nb37 {
    display: none;
  }
  .b37 {
    display: inline-block;
  }
}

.main {
  font-family: 'Noto Serif JP', serif, sans-serif;
  visibility: hidden;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  color: #000;
}

.main .transition-up,
.main .transition-delay {
  visibility: hidden;
}

.main.dom-ready {
  visibility: visible;
}

h1 {
  font-weight: 500;
}

h2, h3, h4, h5, h6, strong, em {
  font-weight: 600;
}

.sans-serif, .img-box, .blackbox, #section-03 .blackbox-content, #section-05 .row2 .text-box, .outro .btn {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Sawarabi Mincho", sans-serif, Verdana;
}

/* shared style */
sup {
  vertical-align: super;
  font-size: 75%;
}

section {
  padding-bottom: 110px;
}

.inner {
  max-width: 1200px;
  padding: 0 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  .inner {
    padding: 0 6.25vw;
  }
}

.inner-l {
  margin: 0 auto;
  max-width: 1600px;
  box-sizing: border-box;
}

.section-title-wrap {
  height: 350px;
  background-repeat: no-repeat;
  position: relative;
  background-size: auto;
  box-sizing: border-box;
}

.section-title-wrap::before, .section-title-wrap::after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 50%;
  height: 51px;
  background: #fff;
}

.section-title-wrap::before {
  left: -30px;
  transform: skewX(50deg);
}

.section-title-wrap::after {
  right: -30px;
  transform: skewX(-50deg);
}

.section-title-wrap .inner {
  height: 300px;
}

@media screen and (max-width: 639px) {
  .section-title-wrap {
    background-size: cover;
    height: 54.6875vw;
  }
  .section-title-wrap::before, .section-title-wrap::after {
    height: 7.96875vw;
  }
  .section-title-wrap::before {
    left: -4.6875vw;
  }
  .section-title-wrap::after {
    right: -4.6875vw;
  }
  .section-title-wrap .inner {
    height: 46.875vw;
  }
}

.section-title-content {
  height: 100%;
  align-items: center;
}

@media screen and (max-width: 639px) {
  .section-title-content .number {
    height: 28.125vw;
  }
  .section-title-content .number img {
    height: 100%;
  }
}

.section-title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-left: 30px;
}

@media screen and (max-width: 959px) {
  .section-title {
    font-size: 1.575rem;
  }
}

@media screen and (max-width: 639px) {
  .section-title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .section-title {
    font-size: 1.225rem;
  }
}

@media screen and (max-width: 639px) {
  .section-title {
    margin-left: 4.6875vw;
  }
}

.inner.content {
  margin-top: 100px;
}

@media screen and (max-width: 959px) {
  .inner.content {
    margin-top: 75px;
  }
}

@media screen and (max-width: 639px) {
  .inner.content {
    margin-top: 50px;
  }
}

.flex.two-columns .img-box {
  flex: 0 0 auto;
}

.flex.two-columns .text-box {
  flex: 0 1 auto;
}

.flex.two-columns .flex-item.last {
  margin-left: 50px;
}

@media screen and (max-width: 1399px) {
  .flex.two-columns {
    align-items: center;
  }
  .flex.two-columns .img-box {
    flex: 0 0 40%;
  }
  .flex.two-columns .flex-item.last {
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .flex.two-columns {
    display: block;
  }
  .flex.two-columns .flex-item.last {
    margin-left: 0;
  }
  .flex.two-columns .flex-item:last-child {
    margin-top: 30px !important;
  }
  .flex.two-columns .img-box {
    text-align: center;
  }
  .flex.two-columns .img-box img {
    width: 100%;
  }
}

.text-box h3 {
  font-size: 1.5625rem;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .text-box h3 {
    font-size: 1.40625rem;
  }
}

@media screen and (max-width: 639px) {
  .text-box h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .text-box h3 {
    font-size: 1.09375rem;
  }
}

.text-box h3 + p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 959px) {
  .text-box h3 + p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 639px) {
  .text-box h3 + p {
    font-size: 1.0125rem;
  }
}

.img-box {
  letter-spacing: .02em;
}

.img-box h4 {
  margin-top: 5px;
  font-size: 0.8125rem;
  line-height: 1.7;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .img-box h4 {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 639px) {
  .img-box h4 {
    font-size: 0.73125rem;
  }
}

.img-box p {
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: normal;
}

@media screen and (max-width: 959px) {
  .img-box p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 639px) {
  .img-box p {
    font-size: 0.675rem;
  }
}

.img-box .caption {
  font-size: 0.6875rem;
  margin-top: 5px;
  text-align: right;
  font-weight: normal;
}

@media screen and (max-width: 959px) {
  .img-box .caption {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 639px) {
  .img-box .caption {
    font-size: 0.61875rem;
  }
}

.caption {
  font-size: 0.6875rem;
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (max-width: 959px) {
  .caption {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 639px) {
  .caption {
    font-size: 0.61875rem;
  }
}

.caption + .caption {
  margin-top: 5px;
}

.blackbox {
  margin-top: 60px;
  background-color: #2f2f2f;
  color: #fff;
}

.fade {
  transition: .25s !important;
}

.fade:hover {
  opacity: .6;
}

.video {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 959px) {
  section {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 639px) {
  section {
    padding-bottom: 80px;
  }
}

/* header */
.header {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header .inner {
  display: flex;
  align-items: center;
  height: 700px;
}

.header-title-box {
  flex: 0 0 auto;
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.85);
}

.header-title-box h1 {
  color: #000;
}

.header-title {
  letter-spacing: .02em;
  font-size: 1.625rem;
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .header-title {
    font-size: 1.4625rem;
  }
}

@media screen and (max-width: 639px) {
  .header-title {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .header-title {
    font-size: 1.1375rem;
  }
}

.header-subtitle {
  display: block;
  margin-top: 15px;
  line-height: 1.25;
  font-size: 2rem;
}

.header-subtitle .middle {
  font-size: 3.75rem;
}

.header-subtitle .large {
  font-size: 5.3125rem;
}

.header-under {
  margin-top: 15px;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1599px) {
  .header .inner {
    height: 600px;
  }
}

@media screen and (max-width: 1399px) {
  .header .inner {
    height: 500px;
  }
  .header-title-box {
    padding: 18.75px 30px;
  }
  .header-title {
    font-size: 1.21875rem;
  }
  .header-subtitle {
    margin-top: 11.25px;
    font-size: 1.5rem;
  }
  .header-subtitle .middle {
    font-size: 2.5rem;
  }
  .header-subtitle .large {
    font-size: 3.98438rem;
  }
  .header-under {
    margin-top: 11.25px;
  }
  .header-under img {
    width: 57px;
    height: auto;
  }
}

@media screen and (max-width: 959px) {
  .header .inner {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner {
    height: 400px;
  }
  .header-title-box {
    padding: 12.5px 20px;
  }
  .header-title {
    font-size: 0.8125rem;
  }
  .header-subtitle {
    margin-top: 7.5px;
    font-size: 1rem;
  }
  .header-subtitle .middle {
    font-size: 1.875rem;
  }
  .header-subtitle .large {
    font-size: 2.65625rem;
  }
  .header-under {
    margin-top: 7.5px;
  }
  .header-under img {
    width: 38px;
  }
}

@media screen and (max-width: 639px) {
  .header {
    background-image: url(../img/mv_sp.jpg);
  }
  .header .inner {
    height: 114.0625vw;
    justify-content: center;
    align-items: flex-end;
  }
  .header-title-box {
    width: 100%;
    padding: 2.5vw;
    text-align: center;
    align-items: flex-end;
    margin-bottom: 2.5vw;
  }
  .header-title {
    font-size: 4vw;
  }
  .header-subtitle {
    margin-top: 2.5vw;
    font-size: 4vw;
  }
  .header-subtitle .middle {
    font-size: 8vw;
  }
  .header-subtitle .large {
    font-size: 12vw;
  }
  .header-under {
    margin-top: 2.5vw;
    justify-content: center;
  }
  .header-under img {
    width: auto;
    height: 17.65625vw;
  }
}

/* nav */
.page-nav {
  background: #000;
}

.nav-item {
  flex: 0 0 20%;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.nav-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.nav-link {
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: .25s !important;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}

.nav-link:hover {
  color: #fff;
  background: #555555;
}

.nav-link .number,
.nav-link .arrow {
  position: absolute;
}

.nav-link .number {
  min-width: 44px;
  top: 10px;
  left: 10px;
  text-align: center;
}

.nav-link .arrow {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1399px) {
  .nav-link {
    height: 130px;
    font-size: 1rem;
  }
  .nav-link .number {
    min-width: 22px;
    max-height: 30px;
    height: 100%;
  }
  .nav-link .number img {
    height: 100%;
    width: auto;
  }
  .nav-link .arrow {
    bottom: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .nav-link {
    font-size: 0.875rem;
  }
  .nav-link .number {
    max-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding: 0 10px;
    font-size: 0.75rem;
  }
  .nav-link .number {
    max-height: 22px;
  }
}
@media screen and (max-width: 650px) {
  .nav-link {
    padding: 0 5px;
  }
}

@media screen and (max-width: 639px) {
  .page-nav ul {
    display: block;
  }
  .nav-item {
    border-left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  }
  .nav-item:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .nav-link {
    font-size: 4vw;
    height: 18.75vw;
    padding-left: 28.125vw;
    justify-content: flex-start;
  }
  .nav-link .number {
    max-height: 22px;
  }
  .nav-link .number {
    left: 6.25vw;
    top: 50%;
    transform: translateY(-50%);
    min-width: 6.5625vw;
    max-height: 10.9375vw;
  }
  .nav-link .arrow {
    left: auto;
    bottom: auto;
    right: 6.25vw;
    top: 50%;
    transform: translate(0, -50%);
  }
  .nav-link .arrow img {
    width: 5.625vw;
  }
}

/* intro */
.intro {
  text-align: center;
  padding: 60px 0;
}

.intro p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2;
}

@media screen and (max-width: 959px) {
  .intro {
    padding: 45px 0;
  }
  .intro p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 639px) {
  .intro {
    padding: 30px 0;
    text-align: left;
  }
}

#section-01 .section-title-wrap {
  background-image: url(../img/01-bg.jpg);
  background-position: center -100px;
}

@media screen and (max-width: 639px) {
  #section-01 .section-title-wrap {
    background-image: url(../img/01-bg_sp.jpg);
    background-position: center right;
  }
}

#section-01 .two-columns .img-box {
  margin-top: -37px;
}

#section-01 .three-columns {
  margin-top: 120px;
}

#section-01 .three-columns .text-box {
  flex: 0 1 auto;
}

#section-01 .three-columns .img-box {
  margin-left: 50px;
  margin-top: 40px;
  flex: 0 0 24.82%;
}

#section-01 .three-columns .img-box:last-child {
  margin-left: 25px;
}

@media screen and (max-width: 959px) {
  #section-01 .three-columns {
    margin-top: 90px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #section-01 .three-columns .text-box {
    flex: 0 0 100%;
  }
  #section-01 .three-columns .img-box {
    margin-left: 0;
    margin-top: 30px;
    flex: 0 0 49%;
    max-width: 278px;
  }
  #section-01 .three-columns .img-box:last-child {
    margin-left: 2%;
  }
}

@media screen and (max-width: 639px) {
  #section-01 .three-columns {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  #section-01 .three-columns {
    display: block;
  }
  #section-01 .three-columns .img-box {
    margin: 20px auto 0 !important;
  }
}

#section-01 .blackbox {
  padding: 35px 60px 25px 50px;
}

#section-01 .blackbox h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  #section-01 .blackbox h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 639px) {
  #section-01 .blackbox h3 {
    font-size: 1.125rem;
  }
}

#section-01 .blackbox p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: .02em;
}

@media screen and (max-width: 959px) {
  #section-01 .blackbox p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 639px) {
  #section-01 .blackbox p {
    font-size: 0.84375rem;
  }
}

#section-01 .blackbox .text-box {
  flex: 0 1 auto;
}

#section-01 .blackbox .img-box {
  flex: 0 0 auto;
  margin-left: 100px;
}

#section-01 .blackbox .logo-box {
  flex: 0 0 61px;
  margin-left: 30px;
}

#section-01 .blackbox .logo-box img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  #section-01 .blackbox .text-box {
    flex: 1 1 auto;
  }
  #section-01 .blackbox .img-box {
    margin-left: 50px;
  }
  #section-01 .blackbox .logo-box {
    flex: 0 0 5.45vw;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #section-01 .blackbox {
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -40px;
    margin-right: -40px;
    padding: 40px;
  }
  #section-01 .blackbox .text-box {
    flex: 0 0 100%;
  }
  #section-01 .blackbox .img-box,
  #section-01 .blackbox .logo-box {
    flex: 0 1 auto;
  }
  #section-01 .blackbox .img-box {
    margin-left: 0;
    margin-top: 30px;
  }
  #section-01 .blackbox .logo-box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 639px) {
  #section-01 .blackbox {
    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding: 12.5vw 6.25vw;
  }
  #section-01 .blackbox .img-box,
  #section-01 .blackbox .logo-box {
    flex: 0 1 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  #section-01 .blackbox .img-box {
    flex: 0 0 43.75vw;
    margin-left: 0;
  }
  #section-01 .blackbox .logo-box {
    flex: 0 0 12.5vw;
  }
}

#section-02 .section-title-wrap {
  background-image: url(../img/02-bg.jpg);
  background-position: center -500px;
}

@media screen and (max-width: 639px) {
  #section-02 .section-title-wrap {
    background-image: url(../img/02-bg_sp.jpg);
    background-position: center right;
  }
}

#section-02 .number {
  margin-left: -12px;
}

#section-02 .blackbox {
  padding: 35px 40px;
  justify-content: space-between;
}

#section-02 .blackbox h3 {
  margin-top: 20px;
  font-size: 1.1875rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  #section-02 .blackbox h3 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 639px) {
  #section-02 .blackbox h3 {
    font-size: 1.06875rem;
  }
}

#section-02 .blackbox p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  #section-02 .blackbox p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 639px) {
  #section-02 .blackbox p {
    font-size: 0.84375rem;
  }
}

#section-02 .blackbox .flex-item {
  margin-left: 5%;
  /* 画像の大きさが違うので変則指定 */
}

#section-02 .blackbox .flex-item:first-child {
  margin-left: 0;
}

#section-02 .blackbox .flex-item:first-child, #section-02 .blackbox .flex-item:last-child {
  flex: 0 0 27.8846%;
}

#section-02 .blackbox .flex-item:nth-child(2) {
  flex: 0 0 31.6346%;
}

@media screen and (max-width: 767px) {
  #section-02 .blackbox {
    box-sizing: border-box;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 639px) {
  #section-02 .blackbox {
    display: block;
    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding: 12.5vw 6.25vw;
  }
  #section-02 .blackbox .flex-item {
    margin-left: 0;
    margin-top: 60px;
  }
  #section-02 .blackbox .flex-item:first-child {
    margin-top: 0;
  }
  #section-02 .blackbox .flex-item img {
    display: block;
    margin: 20px auto 0;
  }
  #section-02 .blackbox h3 {
    margin-top: 0;
  }
}

#section-03 .section-title-wrap {
  background-image: url(../img/03-bg.jpg);
  background-position: center -645px;
}

@media screen and (max-width: 639px) {
  #section-03 .section-title-wrap {
    background-image: url(../img/03-bg_sp.jpg);
    background-position: center right;
  }
}

@media screen and (max-width: 1199px) {
  #section-03 .two-columns {
    align-items: flex-start;
  }
  #section-03 .two-columns .img-box {
    flex: 0 0 50%;
    margin-top: 30px;
    position: relative;
    padding-top: 28.125%;
  }
  #section-03 .two-columns .img-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 959px) {
  #section-03 .two-columns {
    display: block;
  }
  #section-03 .two-columns .img-box {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    padding-top: 56.25%;
  }
}

#section-03 .blackbox {
  padding: 45px 65px 35px;
  background-image: url(../img/03-blackbox-bg-default.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  #section-03 .blackbox {
    background-image: url(../img/03-blackbox-bg.png);
    background-position: right center;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) and (max-width: 1199px) {
  #section-03 .blackbox {
    background-image: url(../img/03-blackbox-bg@2x.png);
  }
}

@media screen and (max-width: 859px) {
  #section-03 .blackbox {
    background-position: right -50px center;
  }
}

@media screen and (max-width: 767px) {
  #section-03 .blackbox {
    padding: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 639px) {
  #section-03 .blackbox {
    margin-top: 0;
    background-image: none;
    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding: 3.125vw 6.25vw 12.5vw;
  }
}

#section-03 .blackbox h3 {
  font-size: 1.25rem;
}

@media screen and (max-width: 959px) {
  #section-03 .blackbox h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 639px) {
  #section-03 .blackbox h3 {
    font-size: 1.125rem;
  }
}

#section-03 .blackbox p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: .02rem;
}

@media screen and (max-width: 959px) {
  #section-03 .blackbox p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 639px) {
  #section-03 .blackbox p {
    font-size: 0.84375rem;
  }
}

#section-03 .blackbox .text-box {
  max-width: 60%;
}

@media screen and (max-width: 639px) {
  #section-03 .blackbox .text-box {
    max-width: 100%;
  }
}

#section-03 .blackbox-content {
  box-sizing: border-box;
  margin-left: -6.25vw;
  margin-right: -6.25vw;
  margin-top: 30px;
  padding: 12.5vw 6.25vw 3.125vw;
  background-color: #2f2f2f;
  color: #fff;
  background-image: none;
}

#section-03 .blackbox-content h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  #section-03 .blackbox-content h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 639px) {
  #section-03 .blackbox-content h3 {
    font-size: 1.125rem;
  }
}

#section-03 .blackbox-content p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: .02rem;
}

@media screen and (max-width: 959px) {
  #section-03 .blackbox-content p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 639px) {
  #section-03 .blackbox-content p {
    font-size: 0.84375rem;
  }
}

#section-04 .caption {
  text-align: left;
}

#section-04 .section-title-wrap {
  background-image: url(../img/04-bg.jpg);
  background-position: center -500px;
}

@media screen and (max-width: 639px) {
  #section-04 .section-title-wrap {
    background-image: url(../img/04-bg_sp.jpg);
    background-position: center right;
  }
}

#section-04 .number {
  margin-left: -18px;
}

#section-04 .two-columns {
  align-items: flex-end;
}

@media screen and (max-width: 1199px) {
  #section-04 .two-columns {
    align-items: flex-start;
  }
  #section-04 .two-columns .img-box {
    flex: 0 0 50%;
    margin-top: 30px;
    position: relative;
    padding-top: 28.125%;
  }
  #section-04 .two-columns .img-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 959px) {
  #section-04 .two-columns {
    display: block;
  }
  #section-04 .two-columns .img-box {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 1190px) {
  #section-04 .two-columns .img-box p {
	position:absolute;
  }
}

#section-04 .graph {
  margin-top: 60px;
  text-align: center;
}

#section-04 .graph + .text-box {
  margin-top: 120px;
}

@media screen and (max-width: 959px) {
  #section-04 .graph {
    margin-top: 45px;
  }
  #section-04 .graph + .text-box {
    margin-top: 90px;
  }
}

@media screen and (max-width: 639px) {
  #section-04 .graph {
    margin-top: 30px;
  }
  #section-04 .graph + .text-box {
    margin-top: 60px;
  }
}

#section-05 {
  padding-bottom: 100px;
}

@media screen and (max-width: 959px) {
  #section-05 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 639px) {
  #section-05 {
    padding-bottom: 50px;
  }
}

#section-05 .section-title-wrap {
  background-image: url(../img/05-bg.jpg);
  background-position: center -500px;
}

@media screen and (max-width: 639px) {
  #section-05 .section-title-wrap {
    background-image: url(../img/05-bg_sp.jpg);
    background-position: center right;
  }
}

#section-05 .row1 .text-box {
  flex: 0 0 45.53%;
}

#section-05 .row1 .img-box {
  margin-top: -60px;
}

@media screen and (max-width: 1399px) {
  #section-05 .row1 .img-box {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  #section-05 .row1 .img-box {
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 1599px) {
  #section-05 .row1 .img-box img {
    max-width: 90%;
  }
}

@media screen and (max-width: 1399px) {
  #section-05 .row1 .img-box img {
    max-width: 75%;
  }
}

@media screen and (max-width: 1199px) {
  #section-05 .row1 .img-box img {
    max-width: 100%;
  }
}

#section-05 .row2 {
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  #section-05 .row2 {
    align-items: flex-start;
  }
}

@media screen and (max-width: 959px) {
  #section-05 .row2 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 639px) {
  #section-05 .row2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first,
  #section-05 .row2 .last {
    display: flex;
    flex-wrap: wrap;
  }
  #section-05 .row2 .first figure,
  #section-05 .row2 .last figure {
    flex: 0 0 100%;
    order: 2;
    margin-top: 30px;
  }
  #section-05 .row2 .first .text-box,
  #section-05 .row2 .last .text-box {
    flex: 0 0 100%;
    order: 1;
    margin-top: 0;
  }
}

#section-05 .row2 .first img,
#section-05 .row2 .last img {
  max-width: none;
}

@media screen and (max-width: 1399px) {
  #section-05 .row2 .first img,
  #section-05 .row2 .last img {
    max-width: 110%;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first img,
  #section-05 .row2 .last img {
    max-width: 100%;
  }
}

#section-05 .row2 .first figure,
#section-05 .row2 .last figure {
  min-height: 490px;
}

@media screen and (max-width: 1199px) {
  #section-05 .row2 .first figure,
  #section-05 .row2 .last figure {
    min-height: 0;
    height: 40.83vw;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first figure,
  #section-05 .row2 .last figure {
    height: auto;
  }
}

#section-05 .row2 .first {
  flex: 0 0 48.214%;
  width: 48.214%;
  max-width: 48.214%;
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first {
    flex: 0 0 120%;
    width: 100%;
    max-width: 100%;
  }
}

#section-05 .row2 .first figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first figure {
    flex: 0 0 120%;
    margin: 30px 0 30px;
    text-align: center;
  }
}

#section-05 .row2 .first img {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  #section-05 .row2 .first img {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 959px) {
  #section-05 .row2 .first img {
    margin-top: 7.5vw;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first img {
    margin-top: 30px;
  }
}

#section-05 .row2 .first .figcaption1,
#section-05 .row2 .first .figcaption2 {
  position: absolute;
  font-size: 0.7875rem;
  letter-spacing: .02em;
  line-height: 1;
  font-family: sans-serif;
}

@media screen and (max-width: 959px) {
  #section-05 .row2 .first .figcaption1,
  #section-05 .row2 .first .figcaption2 {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 639px) {
  #section-05 .row2 .first .figcaption1,
  #section-05 .row2 .first .figcaption2 {
    font-size: 0.61875rem;
  }
}

#section-05 .row2 .first .figcaption1 {
  top: 80px;
  left: 260px;
}

@media screen and (max-width: 1399px) {
  #section-05 .row2 .first .figcaption1 {
    left: 230px;
  }
}

@media screen and (max-width: 1199px) {
  #section-05 .row2 .first .figcaption1 {
    left: 40%;
    top: 14%;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first .figcaption1 {
    top: 3%;
  }
}

#section-05 .row2 .first .figcaption2 {
  bottom: 8px;
  left: 130px;
}

@media screen and (max-width: 1399px) {
  #section-05 .row2 .first .figcaption2 {
    bottom: 45px;
    left: 115px;
  }
}

@media screen and (max-width: 1199px) {
  #section-05 .row2 .first .figcaption2 {
    top: 85.5%;
    left: 18%;
  }
}

@media screen and (max-width: 959px) {
  #section-05 .row2 .first .figcaption2 {
    top: 84%;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first .figcaption2 {
    top: 102%;
    left: 20%;
  }
}

#section-05 .row2 .last {
  margin-left: 90px;
  width: 42.857%;
}

@media screen and (max-width: 1399px) {
  #section-05 .row2 .last {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .last {
    margin-left: 0;
    margin-top: 60px;
    width: 100%;
  }
  #section-05 .row2 .last figure {
    text-align: center;
  }
}

#section-05 .row2 .text-box {
  margin-top: 60px;
}

#section-05 .row2 .text-box h3 {
  font-size: 1.25rem;
}

@media screen and (max-width: 959px) {
  #section-05 .row2 .text-box h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 639px) {
  #section-05 .row2 .text-box h3 {
    font-size: 1.125rem;
  }
}

#section-05 .row2 .text-box p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: .02rem;
}

@media screen and (max-width: 959px) {
  #section-05 .row2 .text-box p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 639px) {
  #section-05 .row2 .text-box p {
    font-size: 0.84375rem;
  }
}

.outro-top-line {
  border-color: #000;
  margin: 0;
}

.outro {
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .outro {
    padding-top: 45px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 639px) {
  .outro {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.outro h2 {
  font-size: 2.125rem;
  letter-spacing: .045em;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .outro h2 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 639px) {
  .outro h2 {
    font-size: 1.4875rem;
  }
}

@media screen and (max-width: 479px) {
  .outro h2 {
    font-size: 1.275rem;
  }
}

.outro p {
  margin-top: 30px;
  font-size: 1.1875rem;
  line-height: 2.2;
}

@media screen and (max-width: 639px) {
  .outro p {
    margin-top: 20px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 479px) {
  .outro p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 374px) {
  .outro p {
    font-size: 0.75rem;
  }
}

.outro img {
  margin-top: 50px;
}

.outro .banner img {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .outro img {
    margin-top: 37.5px;
  }

  .outro banner img {
    margin-top: 0;
  }
}

@media screen and (max-width: 639px) {
  .outro img {
    margin-top: 25px;
  }
}

.outro .btn-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  .outro .btn-wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 639px) {
  .outro .btn-wrap {
    margin-top: 20px;
  }
}

.outro .btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 350px;
  height: 66px;
  background: #404040;
  color: #fff;
  line-height: 66px;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: .02em;
  position: relative;
  transition: .25s;
}

@media screen and (max-width: 959px) {
  .outro .btn {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 639px) {
  .outro .btn {
    font-size: 0.95625rem;
  }
}

.outro .btn .arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.aside .flex {
  justify-content: center;
}

@media screen and (max-width: 639px) {
  .aside .flex {
    display: block;
  }
}

.aside .flex-item {
  flex: 0 1 460px;
}

.aside .flex-item:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 639px) {
  .aside .flex-item {
    text-align: center;
  }
  .aside .flex-item:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
}

.inner .banner{
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.inner .banner.store{
	margin-top: 10px;
}

.banner-pc{
	display: block;
}

.banner-sp{
	display: none;
}

@media screen and (max-width: 639px) {

	.banner-pc{
		display: none;
	}
	
	.banner-sp{
		display: block;
	}
	.inner .banner{
		text-align: center;
		margin-bottom: 6px;
	}

	.inner .banner.store{
		margin-top: 0;
	}
	
	.banner a{
		display: block;	
	}
	
	.banner a img{
		width: 100%;
		max-width: 559px;
		height: auto;
	}
}

.btm-banner{
	margin-bottom: 0;
}

.btm-banner .banner{
	margin-top: 24px;
	margin-bottom: 0;
}

.btm-banner-sp{
	display: none;
}

@media screen and (max-width: 639px) {
	.btm-banner{
		display: none;
	}

	.btm-banner-sp{
		display: block;
	}

.btm-banner-sp .banner{
	margin-top: 18px;
	margin-bottom: 0;
	
}
