@charset "UTF-8";
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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;
} /* 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;
}

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
}

html {
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
  color: #707070;
  position: relative;
  word-wrap: break-word;
  max-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

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

ul {
  margin: 0;
  padding: 0;
}
ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ml {
  margin-left: 0 !important;
}

.mr {
  margin-right: 0 !important;
}

.pd0 {
  padding: 0;
}

.mdo {
  margin: 0;
}

.pc_only {
  display: none;
}
@media screen and (min-width: 961px) {
  .pc_only {
    display: block;
  }
}

.sp_only {
  display: block;
}
@media screen and (min-width: 961px) {
  .sp_only {
    display: none;
  }
}

.text-shadow {
  text-shadow: 2px 2px 0 #f1f1f1;
}

.box-shadow {
  box-shadow: 15px 15px 0 #f1f1f1;
}

.drop-shadow {
  filter: drop-shadow(20px 20px 0 #f1f1f1);
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

a {
  display: inline-block;
  transition: all 0.2s ease-out;
  text-decoration: underline;
  color: #707070;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.fw_bold {
  font-weight: bold !important;
}

.fw_normal {
  font-weight: normal !important;
}

.tab_side {
  position: fixed;
  background-color: transparent;
  top: 30%;
  width: 60px;
  right: 0;
  z-index: 10;
}
.tab_side .languages {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab_side .languages a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.tab_side .languages a:hover, .tab_side .languages a.is_active {
  background-color: #fff;
  color: rgb(0, 133, 155);
}
.tab_side .contact {
  border-top: 1px solid #D2D3D8;
  border-left: 1px solid #D2D3D8;
  border-bottom: 1px solid #D2D3D8;
}
.tab_side .contact a {
  line-height: 1.1;
  padding: 15px 15px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.heateor_sss_sharing_container {
  margin: 3rem auto;
}

/*=============================
layout
=============================*/
/*=============================
frame - header
=============================*/
.header {
  background-color: #241915;
  width: 100%;
}
.header a {
  text-decoration: none;
  color: #707070;
}
.header a:hover {
  text-decoration: none;
}
.header .container {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 15px;
}
@media screen and (min-width: 960px) {
  .header .container {
    height: 80svh;
  }
}
.header .container .wrap {
  padding: 0;
  max-width: 100%;
  margin: 2em auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container .wrap .text {
  padding: 1rem;
}
.header .container .wrap .text .lead {
  flex-basis: 50%;
  /* 20-32 */
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.5em;
  inline-size: fit-content;
  margin-inline: auto;
}
.header .container .wrap .text .title {
  font-size: clamp(3rem, 2rem + 5vw, 8rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  inline-size: fit-content;
  margin-inline: auto;
}
.header .container .wrap .image {
  flex-basis: 50%;
  padding: 0;
}
.header .container .wrap .image img {
  margin: auto;
}
.header .container .direct_link {
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 960px) {
  .header .container .direct_link {
    width: 100%;
    margin: 2em auto;
  }
}
.header .container .direct_link > figure {
  margin: auto;
  max-width: 320px;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  border: 1px solid #D2D3D8;
  padding: 1em;
}
.header .container .direct_link > figure figcaption {
  margin: 1em auto;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
.header .container .direct_link > figure .icn_down {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  height: 100%;
  gap: 1em 1em;
}
@media screen and (min-width: 960px) {
  .header .container .items {
    flex-flow: nowrap row;
  }
}
.header .container .items li {
  margin: auto;
  text-align: center;
}

/*=============================
frame - global_nav
=============================*/
.nav_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: none !important;
  transition: all 0.5s;
}

#global_nav {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

@media (max-width: 959px) {
  /* sp */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 1.5rem;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
    overflow-y: auto;
    z-index: 2;
  }
  .nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    list-style: none;
    padding: 60px 30px;
  }
  .nav li a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
  }
  .nav ul li.video:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/icn_video.svg);
    background-size: contain;
    vertical-align: middle;
    line-height: 1;
    margin: -2px 0 0 2px;
  }
  /* sp */
}
.nav li a {
  position: relative;
}

.nav li.logo a {
  position: static;
}

.nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  display: block;
  background-color: #ffffff;
  transition: width 0.3s;
}

.nav li a:hover::after {
  width: 100%;
}

.nav li.logo a::after {
  content: none;
}

@media (min-width: 960px) {
  /* PC */
  /* メニューを右に寄せる */
  .nav {
    /* 右寄せ */
    margin-left: auto;
    height: 72px;
    padding: 0 15px;
    font-size: 1.5rem;
  }
  .nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    height: 72px;
  }
  .nav ul li {
    margin-left: 20px;
  }
  .nav ul li.logo {
    margin-left: 0;
  }
  /* PC */
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .nav ul li.logo {
    margin-right: auto;
  }
}
@media (min-width: 960px) {
  .nav ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 25px 0 25px;
  }
  .nav ul li.video:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/icn_video.svg);
    background-size: contain;
    vertical-align: middle;
    line-height: 1;
    margin: -2px 0 0 2px;
  }
}
/* ナビゲーションボタン（開く） */
#navbtn {
  position: fixed;
  top: 0;
  right: 0px;
  padding: 10px;
  outline: none;
  border: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  #navbtn {
    display: none;
  }
}

#navbtn::before,
#navbtn::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}

#navbtn::before {
  transform: translateY(-10px);
  box-shadow: 0 10px #ffffff;
}

/* ナビゲーションボタン（閉じる） */
.nav_open #navbtn {
  z-index: 100;
}

.nav_open #navbtn::before {
  transform: rotate(-45deg);
  box-shadow: none;
}

.nav_open #navbtn::after {
  transform: rotate(45deg);
  box-shadow: none;
}

/* ナビゲーションメニュー 開いた時*/
.nav_open .nav {
  visibility: visible;
  opacity: 1;
}

/*=============================
    frame - footer
    =============================*/
.toTop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 44px;
  z-index: 1;
  background: #241915;
  color: #ffffff;
  cursor: pointer;
  margin: 0;
}

footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  background-color: #241915;
  color: #ffffff;
  padding: 5px 15px;
}
footer .bottom {
  background: #0f1012;
}
footer .container {
  padding: 2em 1em;
}
footer .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 1em;
}
@media screen and (min-width: 961px) {
  footer .wrap {
    flex-direction: row;
  }
}
footer .wrap div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 961px) {
  footer .wrap div {
    width: 50%;
  }
}
footer .wrap .items {
  display: flex;
  gap: 0.5em;
}

/*=============================
componente - zoom
=============================*/
.zoom_up {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.zoom_up img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.zoom_up img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*=============================
componente - swing
=============================*/
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.swing {
  color: #f1f1f1;
  cursor: pointer;
  -webkit-animation: swing 2s ease;
  animation: swing 2s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.swing:hover {
  color: #ffffff;
}

.beat {
  animation: beat 0.5s infinite alternate;
  transform-origin: center;
}

@keyframes beat {
  to {
    transform: scale(1.1);
  }
}
/*=============================
componente - button
=============================*/
.buttons {
  margin: 1em auto;
  display: grid;
  place-content: center;
}
.buttons a.btn01 {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  padding: 0.75em 1.25em;
  border: 1px solid #121212;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  text-decoration: none;
  margin: 0.25em;
  text-align: center;
}
.buttons a.btn01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #121212;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.buttons a.btn01:hover {
  color: #fff;
}
.buttons a.btn01:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

/*=============================
componente - videos
=============================*/
.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ytube a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*=============================
    componente - accordion
    =============================*/
.acc_container {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 2;
}
.acc_container > dl {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.acc_container > dl.data_title {
  position: relative;
  border-bottom: 1px solid #707070;
}
.acc_container > dl.data_title:before {
  position: absolute;
  content: attr(data-title);
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.acc_title {
  position: relative;
  margin: 0;
  padding: 15px 30px 15px 45px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.acc_title.none {
  cursor: auto;
}

.acc_title:hover,
.acc_title:active,
.acc_title.open {
  background-color: rgba(255, 255, 255, 0.01);
}

.acc_title::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  width: 8px;
  height: 1px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.acc_title.none::before {
  display: none;
}

.acc_title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  /*横線*/
  width: 8px;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.acc_title.none::after {
  display: none;
}

.acc_title.open::before {
  transform: rotate(180deg);
}

.acc_title.open::after {
  opacity: 0;
}

.acc_content {
  display: none;
  padding: 15px 30px 30px 45px;
  background-color: rgba(255, 255, 255, 0.01);
}
.acc_content.data_title {
  position: relative;
}
.acc_content.data_title:before {
  position: absolute;
  content: attr(data-title);
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  top: 15px;
  left: 15px;
  z-index: 1;
}

/*=============================
componente - swiper
=============================*/
/*=============================
componente - loading
=============================*/
.loader_wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #121212;
  z-index: 999999999;
}

.loader,
.loader:before,
.loader:after {
  background: #121212;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/*=============================
page - main
=============================*/
main section .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
}
main section .container h2 {
  font-size: 3.2rem;
  font-weight: 700;
  padding: 90px 15px 60px;
  text-align: center;
}

/*=============================
section - section1
=============================*/
.wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 960px) {
  .wrap {
    flex-direction: row;
  }
}
.wrap > div {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .wrap > div {
    width: 50%;
  }
}
.wrap .content {
  padding: 0;
  text-align: left;
}
.wrap .content h3 {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.wrap .content .title {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -1px;
  color: #241915;
  inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .wrap .content .title {
    white-space: nowrap;
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 960px) {
  .wrap .content .title {
    white-space: nowrap;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .wrap .content .title {
    white-space: nowrap;
    font-size: 6.4rem;
  }
}
.wrap .content h4 {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: -1px;
}
.wrap .content p {
  margin-bottom: 2rem;
  line-height: 2;
}
.wrap .content .list {
  text-align: left;
}
.wrap .content .list ul {
  margin-left: 1.5em;
}
.wrap .content .list ul.none {
  margin-left: 0;
}
.wrap .content .list ul.none li {
  list-style-type: none !important;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.wrap .content .list ul.square li {
  list-style-type: square !important;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.wrap .content .list ul.disc li {
  list-style-type: disc !important;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.wrap .content .list ul.decimal li {
  list-style-type: decimal !important;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.bottom_area {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3em;
  padding: 0 1em;
}

.swiper_content_main {
  max-width: 640px;
  width: 100%;
}

.video {
  max-width: 640px;
  width: 100%;
}
.video video {
  width: 100%;
}

.swiper-slide-duplicate-active {
  width: 100% !important;
}

.main_slider .swiper-slide img {
  width: 100% !important;
}

/*=============================
section - feature
=============================*/
.wrap2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.wrap2 > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2em;
}
.wrap2 > div .images {
  display: flex;
  padding: 0;
  text-align: left;
  align-items: center;
  flex-direction: column;
  gap: 1em 1em;
  width: calc(100% - 2em);
}
@media screen and (min-width: 960px) {
  .wrap2 > div .images {
    padding: 0 30px;
    flex-direction: row;
    width: 100%;
  }
}
.wrap2 > div .images > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 15px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .wrap2 > div .images > div {
    width: 100%;
  }
}

.content {
  padding: 0 15px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .content {
    padding: 0 30px;
  }
}
.content h3 {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.content .title {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .content .title {
    white-space: nowrap;
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 960px) {
  .content .title {
    white-space: nowrap;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .content .title {
    white-space: nowrap;
    font-size: 6.4rem;
  }
}
.content h4 {
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: -1px;
  margin-bottom: 1em;
}
.content p {
  margin-bottom: 2rem;
  line-height: 2;
}

/*=============================
section - section3
=============================*/
.content03 .wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media screen and (min-width: 480px) {
  .content03 .wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .content03 .wrap {
    gap: 0;
  }
}
.content03 .wrap > div {
  width: 100%;
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .content03 .wrap > div {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .content03 .wrap > div {
    width: 33.3333%;
  }
}
.content03 .wrap > div img {
  width: 100%;
}
.content03 .wrap > div > .content {
  padding: 1em;
}
@media screen and (min-width: 960px) {
  .content03 .wrap > div > .content {
    padding: 3em;
  }
}
.content03 .wrap .wrap_tile figure {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .content03 .wrap .wrap_tile figure.reverse {
    flex-direction: column-reverse;
  }
}
.content03 .wrap .wrap_tile figure figcaption.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1em;
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}
.content03 .wrap .wrap_tile figure figcaption.content h3 {
  font-weight: 400;
  margin-bottom: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .content03 .wrap .wrap_tile figure figcaption.content {
    padding: 2em 2em;
  }
}
.content03 .wrap .wrap_tile figure figcaption.content div.summary {
  position: relative;
  margin-bottom: 0;
}
.content03 .wrap .wrap_tile figure figcaption.content div.summary .tab_name {
  position: absolute;
  top: -20px;
  left: 0;
  color: #241915;
  background: #ffffff;
  padding: 5px 7.5px;
  font-size: 12px;
  line-height: 1;
}
.content03 .wrap .wrap_tile figure figcaption.content.data_title {
  position: relative;
}
.content03 .wrap .wrap_tile figure figcaption.content.data_title:before {
  position: absolute;
  content: attr(data-title);
  opacity: 0.3;
  color: #ffffff;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  top: -90px;
  left: 10px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .content03 .wrap .wrap_tile figure figcaption.content.data_title:before {
    top: 0;
  }
}

/*=============================
section - section4
=============================*/
.video_overlay,
#yt_player {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.video_overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}

#yt_player {
  margin: 0;
  padding: 0;
  z-index: 0;
}

.content04 .content {
  max-width: 960px;
  margin: 2em auto;
  padding: 15px;
}
.content04 .content h3 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 2rem;
}
.content04 .content h4 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.ytube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ytube a {
  /* lityを動かすためにiframeを覆う */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*=============================
section - section5
=============================*/
.content05 .content {
  min-height: 200px;
  padding: 0 45px;
  margin: 0 auto;
  text-align: left;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content05 .content p {
  line-height: 2;
}

/*=============================
section - section7
=============================*/
.content07 .content {
  padding: 0 15px;
}
.content07 .content > h3 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.content07 .content .wrap {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5%;
  margin-bottom: 45px;
}
@media screen and (min-width: 961px) {
  .content07 .content .wrap {
    padding: 0;
  }
}
.content07 .content .wrap div {
  width: 49%;
  margin-bottom: 15px;
}
@media screen and (min-width: 961px) {
  .content07 .content .wrap div {
    width: 24%;
  }
}
.content07 .content .wrap div a {
  display: block;
  transition: all 0.2s;
  text-decoration: none;
}
.content07 .content .wrap div a:hover {
  opacity: 0.8;
}
.content07 .content .wrap div a figure {
  margin: 0;
  transition: all 0.2s;
}
.content07 .content .wrap div a figure img {
  width: 100%;
}
.content07 .content .wrap div a figure figcaption {
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 0;
  line-height: 1.5;
  display: block;
  text-align: center;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
