@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;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: visible;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Tsunagi Gothic";
  src: url("../fonts/TsunagiGothic.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}

body {
  background: #000;
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}
body a {
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bold {
  font-family: "Tsunagi Gothic", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.poppins,
.en {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}

.fit-img {
  width: 100%;
  height: auto;
}

.pc {
  display: none;
}
@media screen and (min-width: 521px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 521px) {
  .sp {
    display: none;
  }
}

br.bsp {
  display: inline-block;
}
@media screen and (min-width: 521px) {
  br.bsp {
    display: none;
  }
}
br.nbsp {
  display: none;
}
@media screen and (min-width: 521px) {
  br.nbsp {
    display: inline-block;
  }
}

.mt-1em {
  margin-top: 1em !important;
}
.mt-2em {
  margin-top: 2em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}
.mb-2em {
  margin-bottom: 2em !important;
}

.t-center {
  text-align: center;
}
@media screen and (min-width: 521px) {
  .t-center-pc {
    text-align: center;
  }
}

.credit {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "poppins", sans-serif;
  font-weight: 400;
}
.credit.black {
  color: #000000 !important;
}

.textlink {
  text-decoration: underline;
  cursor: pointer;
}
.textlink:hover,
.textlink:focus-visible {
  color: #4587c2;
}
.textlink-b {
  color: #000000;
}
.textlink-b:hover,
.textlink-b:focus-visible {
  color: #4587c2;
}

.btn-link {
  border-radius: 15px;
  background: #feff4c;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  padding: 15px 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.34;
  text-align: center;
}
@media screen and (min-width: 521px) {
  .btn-link {
    padding: 20px 32px;
  }
}
.btn-link:hover,
.btn-link:focus-visible {
  background: #4587c2;
}
.btn-link img {
  height: 20px;
}
@media screen and (min-width: 521px) {
  .btn-link img {
    height: 23px;
  }
}
.btn-link.bg-white {
  background: #ffffff;
}
.btn-link.hov-yellow:hover,
.btn-link.hov-yellow:focus-visible {
  background: #feff4c;
}
.btn-link.hov-blue:hover,
.btn-link.hov-blue:focus-visible {
  background: #4587c2;
}
.btn-link.hov-white:hover,
.btn-link.hov-white:focus-visible {
  background: #ffffff;
}

.marker {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(80%, transparent),
    color-stop(0%, #feff4c)
  );
  background: -webkit-linear-gradient(transparent 80%, #feff4c 0%);
  background: linear-gradient(transparent 80%, #feff4c 0%);
  display: inline;
  padding: 0 0 8px;
  line-height: 2.2;
}

.img-title {
  height: 28px;
}
@media screen and (min-width: 521px) {
  .img-title {
    height: 32px;
  }
}
.img-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.img-title-wrapper .img-title:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (min-width: 521px) {
  .img-title-wrapper .img-title:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.img-title img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.img-title-s {
  height: 18px;
}
@media screen and (min-width: 521px) {
  .img-title-s {
    height: 22px;
  }
}
.img-title-s-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.img-title-s-wrapper .img-title-s:nth-of-type(n + 2) {
  margin-top: 6px;
}
@media screen and (min-width: 521px) {
  .img-title-s-wrapper .img-title-s:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.img-title-s img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.img-titles + .img-titles-s {
  margin-top: 20px;
}
@media screen and (min-width: 521px) {
  .img-titles + .img-titles-s {
    margin-top: 24px;
  }
}

.comingsoon {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875;
  font-family: "poppins", sans-serif;
  margin-top: 30px;
}
@media screen and (min-width: 521px) {
  .comingsoon {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 40px;
  }
}

.hov-fade {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hov-fade:hover {
  opacity: 0.7;
}

.hov-yellow {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hov-yellow:hover {
  color: #feff4c;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  padding: 20px 0;
  z-index: 99;
  position: relative;
}
.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  width: 100px;
  display: block;
}
@media screen and (min-width: 960px) {
  .header-logo {
    width: 156px;
  }
}
.header-nav {
  position: absolute;
  top: 100%;
  z-index: 99;
  left: 0;
  width: 100%;
  display: none;
  background: #1a1a1a;
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .header-nav {
    position: static;
    display: block !important;
    width: auto;
    background: transparent;
    padding-bottom: 0;
  }
}
.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .header-nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.header-nav-item {
  position: relative;
}
@media screen and (min-width: 960px) {
  .header-nav-item:nth-of-type(n + 2) {
    margin-left: 12px;
  }
}
@media screen and (min-width: 960px) {
  .header-nav-item.has-submenu:hover .header-nav-link,
  .header-nav-item.has-submenu:focus-visible .header-nav-link {
    color: #feff4c;
  }
  .header-nav-item.has-submenu:hover .header-nav-link::after,
  .header-nav-item.has-submenu:focus-visible .header-nav-link::after {
    background-image: url("../images/icon-arrow-y.svg");
  }
  .header-nav-item.has-submenu:hover .header-submenu,
  .header-nav-item.has-submenu:focus-visible .header-submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-nav-item.has-submenu .header-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .header-nav-item.has-submenu .header-nav-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.header-nav-item.has-submenu .header-nav-link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 6px;
  margin-left: 10px;
  background-image: url("../images/icon-arrow-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header-nav-link {
  cursor: pointer;
  text-decoration: none;
  display: block;
  line-height: 1.2;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .header-nav-link {
    text-align: left;
    padding: 10px;
  }
}
.header-nav-text {
  font-size: 16px;
  font-size: 1rem;
}
.header-submenu {
  display: none;
  top: 100%;
  left: 0;
}
@media screen and (min-width: 960px) {
  .header-submenu {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: absolute;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    background: #000000;
  }
  .header-submenu:hover,
  .header-submenu:focus {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-submenu-link {
  text-decoration: none;
  display: block;
  padding: 12px 10px 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .header-submenu-link {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .header-submenu-link:hover,
  .header-submenu-link:focus-visible {
    background: #ffffff;
    color: #000000;
  }
}
.header-submenu-text {
  white-space: nowrap;
}
.header-ham {
  width: 25px;
  height: 18px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 960px) {
  .header-ham {
    display: none;
  }
}
.header-ham.is-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-ham.is-open span {
  top: calc(50% - 1px) !important;
}
.header-ham.is-open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-ham.is-open span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-ham.is-open span:nth-of-type(3) {
  opacity: 0;
}
.header-ham span {
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
}
.header-ham span:nth-of-type(1) {
  top: 0;
}
.header-ham span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.header-ham span:nth-of-type(3) {
  top: calc(100% - 2px);
}

.main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-header {
  margin-bottom: 30px;
}
@media screen and (min-width: 521px) {
  .main-header {
    margin-bottom: 60px;
  }
}

.mv {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: calc(100vw - 40px);
  max-height: 410px;
}
.mv > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 14px solid #000000;
  top: 49.2682926829%;
  padding: 20px 20px;
  background: rgba(110, 176, 108, 0.8);
}
@media screen and (min-width: 521px) {
  .mv-text {
    padding: 40px 52px;
  }
}
.mv-text img {
  max-width: 100%;
  height: 6.5vw;
}
@media screen and (min-width: 521px) {
  .mv-text img {
    height: 44px;
  }
}
.mv-text-en {
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (min-width: 521px) {
  .mv-text-en {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.mv-text-en.epson {
  color: #ffff4d;
  background: rgba(255, 197, 146,0.45);
}
.mv .credit {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #ffffff;
}
@media screen and (min-width: 521px) {
  .mv .credit {
    right: 40px;
  }
}

.home-mv {
  position: relative;
}
.home-mv img {
  width: 100%;
  height: auto;
}
.home-mv .credit {
  position: absolute;
  top: 10px;
  right: 40px;
  color: #ffffff;
}

.block {
  padding-bottom: 40px;
}
.block-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 521px) {
  .block-title {
    margin-bottom: 30px;
  }
}
.block-title-s {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 521px) {
  .block-title-s {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.block-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 521px) {
  .block-2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.block-2col .block-item:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (min-width: 521px) {
  .block-2col .block-item:nth-of-type(2) {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 521px) {
  .block-2col .block-textbox {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 521px) {
  .block-2col .block-imgbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 47.8515625%;
  }
}
.block-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.block-text:nth-of-type(n + 2) {
  margin-top: 2em;
}
.block-imgbox .credit {
  margin-top: 10px;
  text-align: right;
}
.block-list {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8666666667;
}
@media screen and (min-width: 521px) {
  .block-list {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.block-list li {
  position: relative;
  padding-left: 1.2em;
}
.block-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.sl {
  background: #4587c2;
  padding: 30px 0;
}
.sl-text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (min-width: 521px) {
  .sl-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.so {
  padding: 30px 0;
}
@media screen and (min-width: 521px) {
  .so {
    padding: 60px 0;
  }
}

.box {
  background: #ffffff;
  color: #000000;
  border-radius: 30px;
}
.box:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 521px) {
  .box:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
.box.bg-marble-blue {
  background-image: url("../images/marble-bg-blue.jpg");
  background-size: cover;
  background-position: top center;
  color: #ffffff;
}
.box.bg-marble-blue .box-inner {
  padding: 40px 20px;
}
@media screen and (min-width: 521px) {
  .box.bg-marble-blue .box-inner {
    padding: 80px 112px;
  }
}
.box.bg-marble {
  background-image: url("../images/marble-bg.jpg");
  background-size: cover;
  background-position: top center;
  color: #ffffff;
}
.box.bg-marble .box-inner {
  padding: 40px 20px;
}
@media screen and (min-width: 521px) {
  .box.bg-marble .box-inner {
    padding: 80px 112px;
  }
}
.box-wrapper {
  padding: 30px 0;
}
@media screen and (min-width: 521px) {
  .box-wrapper {
    padding: 60px 0;
  }
}
.box-wrapper.bg-blue {
  background: #4587c2 !important;
}
.box-wrapper.bg-white {
  background: #ffffff !important;
  color: #000000;
}
.box-wrapper.bg-epson-blue {
  background: #10218b !important;
}
.box-inner {
  padding: 20px;
}
@media screen and (min-width: 521px) {
  .box-inner {
    padding: 40px;
  }
}
.box-block:nth-of-type(n + 2) {
  margin-top: 30px;
}
.box-block-indent {
  margin-left: 10px;
}
.box-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 521px) {
  .box-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.box-title-h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 521px) {
  .box-title-h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.box-title-s {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8666666667;
}
@media screen and (min-width: 521px) {
  .box-title-s {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.box-title .num {
  font-family: "Tsunagi Gothic", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #6eb06c;
  display: inline-block;
  margin-right: 0.6em;
  font-weight: 900;
}
.box-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8666666667;
}
@media screen and (min-width: 521px) {
  .box-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.box-list {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8666666667;
}
@media screen and (min-width: 521px) {
  .box-list {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.box-list li {
  position: relative;
  padding-left: 1.2em;
}
.box-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.box-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 521px) {
  .box-2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.box-2col-imgbox {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 521px) {
  .box-2col-imgbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42.5531914894%;
  }
}
.box-2col-imgbox img {
  width: 100%;
  height: auto;
}
.box-2col-imgbox .credit {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #ffffff;
}
.box-2col-imgbox.order-2 {
  margin-top: 30px;
}
@media screen and (min-width: 521px) {
  .box-2col-imgbox.order-2 {
    margin-top: 0;
    margin-left: 40px;
  }
}
.box-2col-imgbox.yt-video {
  border-radius: 0;
}
@media screen and (min-width: 521px) {
  .box-2col-imgbox.yt-video {
    width: 48.71794872%;
    margin-top: 50px;
  }
}
.box-2col-imgbox.yt-video .yt-video-in {
  position: relative;
}
.box-2col-imgbox.yt-video .yt-video-in::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.box-2col-imgbox.yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-2col-textbox {
  margin-top: 30px;
}
@media screen and (min-width: 521px) {
  .box-2col-textbox {
    margin-top: 0;
    margin-left: 40px;
  }
}
.box-2col-textbox.order-1 {
  margin-top: 0;
}
@media screen and (min-width: 521px) {
  .box-2col-textbox.order-1 {
    margin-left: 0;
  }
}
.box-dl {
  position: relative;
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 521px) {
  .box-dl {
    margin-top: 30px;
  }
}
.box-dl-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 521px) {
  .box-dl-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.box-dl-list .box-dl {
  margin-top: 0;
}
.box-dl-list .box-dl:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (min-width: 521px) {
  .box-dl-list .box-dl:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 30px;
  }
}
.box-dl-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "poppins", sans-serif;
}
@media screen and (min-width: 521px) {
  .box-dl-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.box-dl:hover .box-dl-text,
.box-dl:focus-visible .box-dl-text {
  visibility: visible;
  opacity: 1;
}
.box-dl img {
  width: 100%;
  height: auto;
}
.box-dl.logo-1 {
  max-width: 378px;
}
.box-dl.logo-2 {
  max-width: 167px;
}
.box-dl.bnr-1 {
  max-width: 534px;
}
.box-dl.poster-1,
.box-dl.poster-2 {
  max-width: 283px;
}
.box-bubble {
  background: #ffffff;
  color: #000000;
  width: 100%;
  padding: 30px 30px 20px;
  border-radius: 30px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 521px) {
  .box-bubble {
    text-align: center;
    padding: 40px 40px 30px;
    margin-bottom: 50px;
  }
}
.box-bubble::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (min-width: 521px) {
  .box-bubble::before {
    border-width: 24.2px 14px 0 14px;
  }
}
.box-bubble-text {
  margin-top: 15px;
}
@media screen and (min-width: 521px) {
  .box-bubble-text {
    margin-top: 25px;
  }
}
.box-bubble-title-pc {
  height: 24px;
  width: auto;
  max-width: 100%;
}
.box-bubble-title-pc img {
  height: 100%;
  width: auto;
}
.box-bubble-title-sp .img-title {
  height: 24px;
  width: auto;
  max-width: 100%;
}
.box-bubble-title-sp .img-title img {
  height: 100%;
  width: auto;
}
.box-4col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 30px;
}
@media screen and (min-width: 521px) {
  .box-4col {
    margin-top: 40px;
  }
}
.box-4col-item {
  width: calc((100% - 20px) / 2);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 521px) {
  .box-4col-item {
    width: calc((100% - 60px) / 4);
  }
}
.box-4col-item:nth-of-type(even) {
  margin-left: 20px;
}
@media screen and (min-width: 521px) {
  .box-4col-item:nth-of-type(even) {
    margin-left: 0;
  }
}
.box-4col-item:nth-of-type(n + 3) {
  margin-top: 20px;
}
@media screen and (min-width: 521px) {
  .box-4col-item:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 521px) {
  .box-4col-item:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
.box-4col-imgbox {
  border-radius: 15px;
  overflow: hidden;
}
.box-4col-imgbox img {
  width: 100%;
  height: auto;
}
.box-4col-textbox {
  padding-top: 20px;
}
.box-4col-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 521px) {
  .box-4col-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.footer {
  margin-top: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer-partner {
  background: #ffffff;
  color: #000000;
  padding: 50px 20px;
}
.footer-partner-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 521px) {
  .footer-partner-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.footer-partner-title img {
  height: 17.76px;
  width: auto;
  margin: 0 auto;
}
.footer-partner-title img:nth-of-type(3) {
  margin-top: 6px;
}
.footer-partner-list {
  margin-top: 30px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-partner-list.is-special-sponsorship,
.footer-partner-list.is-sponsorship {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-partner-list.is-special-sponsorship .footer-partner-item {
  width: 80%;
  max-width: 280px;
  padding: 15px;
}
@media screen and (min-width: 521px) {
  .footer-partner-list.is-special-sponsorship .footer-partner-item {
    width: auto;
  }
}
.footer-partner-list.is-sponsorship .footer-partner-item {
  width: 50%;
  max-width: 210px;
  padding: 15px;
}
@media screen and (min-width: 521px) {
  .footer-partner-list.is-sponsorship .footer-partner-item {
    width: auto;
  }
}
.footer-partner-list + .footer-partner-title {
  margin-top: 60px;
}
.footer-partner-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer-partner-item.epson {
  max-width: 256px;
  width: 70%;
  padding: 15px;
  box-sizing: content-box;
}
.footer-contact {
  margin-top: 30px;
margin-bottom: 30px;
}
@media screen and (min-width: 521px) {
  .footer-contact {
    margin-top: 60px;
margin-bottom: 60px;
  }
}
.footer-inner {
background-color: #000;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 521px) {
  .footer-inner {
    padding: 40px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer-logo {
  width: 82px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 521px) {
  .footer-logo {
    margin-bottom: 0;
  }
}
.footer-body {
  margin-top: 40px;
}
@media screen and (min-width: 521px) {
  .footer-body {
    margin-top: 0;
    margin-left: 40px;
  }
}
.footer-read {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.footer-copy {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 10px;
  line-height: 1.4;
}

#s1 {
  padding: 60px 0;
  background-image: url("../images/s1-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.t60-comingsoon {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (min-width: 521px) {
  .t60-comingsoon {
    margin-top: 30px;
    margin-bottom: 200px;
  }
}
.t60-about-title {
  height: 28px;
  display: block;
}
@media screen and (min-width: 521px) {
  .t60-about-title {
    height: 38px;
  }
}
.t60-about-title img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.marble {
  background-image: url("../images/marble-bg.jpg");
  background-size: cover;
  background-position: center center;
  padding: 30px 0;
  color: #ffffff;
}
@media screen and (min-width: 521px) {
  .marble {
    padding: 60px 0;
  }
}

.sns-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
}
@media screen and (min-width: 521px) {
  .sns-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.sns-image-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 521px) {
  .sns-image-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 40px;
  }
}
.sns-image-item img {
  width: 100%;
  height: auto;
}

.sns-block {
  text-align: center;
  color: #ffffff;
}
.sns-block-title {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 521px) {
  .sns-block-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.sns-block-title-pc {
  height: 24px;
  width: auto;
  max-width: 100%;
}
.sns-block-title-pc img {
  height: 100%;
  width: auto;
}
.sns-block-title-sp .img-title {
  height: 24px;
  width: auto;
  max-width: 100%;
}
.sns-block-title-sp .img-title img {
  height: 100%;
  width: auto;
}
.sns-block-text {
  text-align: left;
}
@media screen and (min-width: 521px) {
  .sns-block-text {
    text-align: center;
  }
}
.sns-block-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 521px) {
  .sns-block-list {
    margin-top: 50px;
  }
}
.sns-block-item {
  width: 60px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
}
.sns-block-item::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
@media screen and (min-width: 521px) {
  .sns-block-item {
    width: 80px;
    height: 80px;
  }
}
.sns-block-item:nth-of-type(n + 2) {
  margin-left: 20px;
}
@media screen and (min-width: 521px) {
  .sns-block-item:nth-of-type(n + 2) {
    margin-left: 38px;
  }
}
.sns-block-item a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns-block-item img {
  width: 100%;
  height: auto;
}

.faq-list {
  list-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 521px) {
  .faq-list {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.faq-list .ques {
  position: relative;
}
.faq-list .ques-icon {
  position: absolute;
  top: 6px;
  left: 0;
}
.faq-list .ques-text {
  line-height: 2;
  padding-left: 3em;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 521px) {
  .faq-list .ques-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.faq-list .ans {
  border: 3px solid #6eb06c;
  padding: 20px;
  margin-top: 20px;
  border-radius: 30px;
}
@media screen and (min-width: 521px) {
  .faq-list .ans {
    padding: 30px;
  }
}
.faq-list .ans-in {
  position: relative;
}
.faq-list .ans-icon {
  position: absolute;
  top: 6px;
  left: 0;
}
.faq-list .ans-text {
  line-height: 2;
  padding-left: 3em;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (min-width: 521px) {
  .faq-list .ans-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.faq-list .ans-text .textlink {
  color: #000000;
}
.faq-list .ans-text .textlink:hover,
.faq-list .ans-text .textlink:focus-visible {
  color: #4587c2;
}
.faq-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 521px) {
  .faq-item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.epson-h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 521px) {
  .epson-h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.epson-partnership {
  margin-top: 30px;
}
@media screen and (min-width: 521px) {
  .epson-partnership {
    width: 300px;
    margin-top: 40px;
  }
}
.epson-partnership img {
  width: 100%;
  height: auto;
}

/* 20240227 update */

.iframe-wrapper-1,
.iframe-wrapper-2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.iframe-wrapper-1 iframe,
.iframe-wrapper-2 iframe {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.iframe-wrapper-1 {
  height: 640px;
}

@media screen and (min-width: 768px) {
  .iframe-wrapper-1 {
    height: 1610px;
  }
}

@media screen and (min-width: 1181px) {
  .iframe-wrapper-1 {
    height: 1300px;
  }
}

@media screen and (min-width: 1367px) {
  .iframe-wrapper-1 {
    height: 1300px;
  }
}

.iframe-wrapper-2 {
  height: 1070px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .iframe-wrapper-2 {
    height: 1650px;
  }
}

@media screen and (min-width: 1181px) {
  .iframe-wrapper-2 {
    height: 1080px;
  }
}

.so-subttl {
  margin-top: 36px;
}

.so-title-2 {
  height: 25px;
}

@media screen and (min-width: 521px) {
  .so-title-1 {
    width: 435px !important;
    height: auto;
  }

  .so-title-2 {
    margin-top: 0;
    width: 394px;
    height: auto;
  }

  .so-title-3 {
    width: 252px;
    height: auto;
  }
}

/* 20240311追記 */
.footer-contact-link {
  line-height: 1.5;
}

.yt-iframe {
  position: relative;
}

.yt-iframe::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.yt-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt-iframe-short::before {
  padding-top: 177.78%;
}

@media screen and (min-width: 521px) {
  .yt-iframe-short::before {
    padding-top: 56.25%;
  }
}

.message {
  padding: 80px 0;
}

.message-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 521px) {
  .message-title {
    margin-bottom: 50px;
  }
}

.message-title img {
  max-width: 100%;
}

.message-video {
  max-width: 780px;
  margin: 0 auto;
}

.message-video .block-text {
  margin-top: 15px;
}

.box-corp-list {
  list-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.34;
}

.box-corp-list li:nth-of-type(n+2) {
  margin-top: 10px;
}

img.w-100 {
  max-width: 100%;
}

	.ext20260115{
				padding: 15px 15px;
	}
.ext20260115 h2{
	width: 70%;
	max-width: 580px;
	margin: 0 auto;
}
.ext20260115 h3 {
	text-align: center;
    margin-bottom: 30px;
	line-height: 1.5;
	font-size: 1.17em;
}
.ext20260115 figure {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}
.ext20260115 figure > img {
    border-radius: 30px;
}
.ext20260115 figcaption {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 10px;
    font-weight: 100;
}
.ext20260115 .btBox2 {
    width: 70%;
    max-width: 300px;
    margin: 30px auto;
}
.ext20260115 .bt_cv2 {
    background: url(../images/learn/bt_more.svg) no-repeat;
    width: 100%;
}
.ext20260115 .bt_cv2 a {
    background: url(../images/learn/bt_more.svg) no-repeat;
    height: 100px;
    display: block;
    text-indent: -9999px;
}
@media screen and (max-width: 520px) {
    .ext20260115 h2 {
        width: 100%;
    }
}
.align_c{
	align-items: center;
}
.video20260115{
	width: 100%;
}
.video20260115 iframe{
	width: 100%;
}