@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
    variables
   ========================================================================== */
/* ==========================================================================
  mixin
  ========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
  -------------------------------------------------------------------------- */
/* ==========================================================================
    base
========================================================================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  font-size: px2vw(14);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a,
button {
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
}

em {
  font-style: normal;
}

button {
  outline: none;
  border: 0;
  background-color: transparent;
}

/*==============================================================
# 共通
==============================================================*/
.cmn-title__sub {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cmn-title__sub {
    font-size: 20px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-title__sub {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  transition: all 0.3;
  opacity: 0.5;
}

/*==============================================================
# pagetop
==============================================================*/
#pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #000;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #pagetop {
    width: 60px;
    height: 60px;
    bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    bottom: 16vw;
  }
}
#pagetop .pagetop-txt {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #pagetop .pagetop-txt {
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop .pagetop-txt {
    box-shadow: 0.2666666667vw 0.2666666667vw 0 rgba(0, 0, 0, 0.5);
    font-size: 3.2vw;
    padding-top: 6.6666666667vw;
  }
}
#pagetop .pagetop-txt::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/pagetop-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #pagetop .pagetop-txt::after {
    width: 12px;
    height: 8px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop .pagetop-txt::after {
    width: 2.4vw;
    height: 1.3333333333vw;
    top: 3.3333333333vw;
  }
}

/*==============================================================
# fadeIn
==============================================================*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up_repeat {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}

.fadeIn_up_repeat.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
  -------------------------------------------------------------------------- */
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

.bg-gray {
  background-color: #f1f2f1;
}

.btn01,
.btn03,
.btn02 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 550px;
  height: 80px;
  line-height: 1.35;
  padding-left: 30px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 15px;
  background-color: #cf0f31;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn01,
  .btn03,
  .btn02 {
    width: 78.6666666667vw;
    max-width: initial;
    height: 16vw;
    padding-left: 5.6vw;
    font-size: 3.7333333333vw;
    border-radius: 4vw;
  }
}
.btn01:after,
.btn03:after,
.btn02:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/btnarrow.png);
  width: 11px;
  height: 18px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btn01:after,
  .btn03:after,
  .btn02:after {
    width: 2.4vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}

.btn02 {
  justify-content: center;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .btn02 {
    justify-content: start;
    padding-left: 5.6vw;
  }
}

.btn03 {
  justify-content: center;
  padding-left: 0;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .btn03 {
    justify-content: start;
    padding-left: 5.6vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  color: white;
  background-color: #cf0f31;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    height: 13.3333333333vw;
    padding-right: 0;
    padding-left: 4.8vw;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 992px;
  margin: auto;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .header__container {
    height: 13.3333333333vw;
  }
}
.header__logo {
  display: block;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 23.4666666667vw;
  }
}
.header__menu {
  display: flex;
  -moz-column-gap: 45px;
  column-gap: 45px;
}
@media screen and (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
.header__menuitem {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.header__menuitem:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.header__menuitem.menuitem01 {
  padding-left: 35px;
}
.header__menuitem.menuitem01:before {
  background-image: url(../../img/menuitem01.png);
  width: 26px;
  height: 19px;
  top: -5px;
}
.header__menuitem.menuitem02 {
  padding-left: 21px;
}
.header__menuitem.menuitem02:before {
  background-image: url(../../img/menuitem02.png);
  width: 13px;
  height: 18px;
  top: 0px;
}
.header__menuitem.menuitem03 {
  padding-left: 30px;
}
.header__menuitem.menuitem03:before {
  background-image: url(../../img/menuitem03.png);
  width: 22px;
  height: 20px;
  top: 0px;
}
.header__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    z-index: 10;
  }
}
.header__btn .headerbtn02 {
  display: none;
}
.header__btn.active .headerbtn01 {
  display: none;
}
.header__btn.active .headerbtn02 {
  display: block;
}
.header-spmenu__wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-spmenu {
    position: absolute;
    top: 13.3333333333vw;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100svh - 13.3333333333vw);
    background-color: white;
    z-index: 11;
    overflow-y: scroll;
  }
}
.header-spmenu__area {
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 8vw;
  padding-bottom: 16vw;
}
.header-spmenu__img {
  width: 57.6vw;
  margin: auto;
}
.header-spmenu__list {
  width: 89.3333333333vw;
  margin: auto;
  margin-top: 8.5333333333vw;
}
.header-spmenu__item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 5.3333333333vw 0;
  padding-left: 4vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  color: #333333;
}
.header-spmenu__item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/spmenu-arrow01.png);
  width: 2.1333333333vw;
  height: 3.4666666667vw;
  top: 0;
  bottom: 0;
  right: 4vw;
  margin: auto;
}
.header-spmenu__btnarea {
  display: flex;
  -moz-column-gap: 8vw;
  column-gap: 8vw;
  width: 77.3333333333vw;
  margin: auto;
  margin-top: 8vw;
}
.header-spmenu__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34.6666666667vw;
  height: 34.6666666667vw;
  border-radius: 50%;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.06em;
  color: white;
  background-color: #cf0f31;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.35);
}
.header-spmenu__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/spmenu-arrow02.png);
  width: 2.1333333333vw;
  height: 3.4666666667vw;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 4.2666666667vw;
  transition: all 0.3s;
}
.header-spmenu__boot {
  display: block;
  width: 89.3333333333vw;
  margin: auto;
  margin-top: 8vw;
}
.header-spmenu__bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #333333;
}
.header-spmenu__bottomtext {
  padding: 2.4vw 0;
  text-align: center;
  font-size: 2.6666666667vw;
  letter-spacing: 0.14em;
  color: white;
}

.header-dummy {
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .header-dummy {
    height: 13.3333333333vw;
  }
}

.fixedarea {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(90deg, #f5e1a0, #c8aa64);
  z-index: 9;
}
.fixedarea:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .fixedarea {
    height: 13.3333333333vw;
  }
}
.fixedarea__text {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fixedarea__text {
    font-size: 4.2666666667vw;
  }
}
.fixedarea__text span {
  display: inline-block;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fixedarea__text span {
    display: inline-block;
    padding-left: 10.6666666667vw;
  }
}
.fixedarea__text span:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/fixedarea-icon.png);
  width: 50px;
  height: 50px;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fixedarea__text span:before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    left: 0;
  }
}

.footer {
  padding: 10px 0px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.6666666667vw 0;
  }
}
.footer__text {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  color: white;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 2.6666666667vw;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .header-spmenu {
    align-items: flex-start;
  }
}
.topbanner {
  padding: 70px 20px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .topbanner {
    padding: 8vw 5.3333333333vw;
  }
}

.topbanner-banner {
  display: block;
  width: 100%;
  max-width: 940px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topbanner-banner {
    max-width: initial;
  }
}

.mv {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100svh - 60px);
  padding: 0px 15px;
  background-image: url(../../img/mv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1250px) {
  .mv {
    background-position: center right;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../../img/mv-bg-sp.jpg);
    background-position: initial;
    padding: 0;
    height: calc(100svh - 13.3333333333vw);
  }
}
.mv-breadcrumb {
  position: absolute;
  left: calc((100% - 992px) / 2);
  top: 12px;
}
@media screen and (max-width: 1120px) {
  .mv-breadcrumb {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv-breadcrumb {
    top: 2.1333333333vw;
    left: 5.3333333333vw;
  }
}
.mv-breadcrumb__list {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media screen and (max-width: 767px) {
  .mv-breadcrumb__list {
    flex-direction: column;
    row-gap: 0.5333333333vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-breadcrumb__item {
    margin-left: 4vw;
  }
}
.mv-breadcrumb__item a {
  display: block;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .mv-breadcrumb__item a {
    font-size: 3.2vw;
  }
}
.mv-breadcrumb__item a:before {
  content: ">";
  display: inline-block;
  position: absolute;
  left: -9px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mv-breadcrumb__item a:before {
    left: -3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-breadcrumb__item:nth-of-type(1) {
    margin-left: 0;
  }
}
.mv-breadcrumb__item:nth-of-type(1) a:before {
  content: "";
}
.mv-scene {
  width: 100%;
  padding: 0px 15px;
}
@media screen and (max-width: 767px) {
  .mv-scene {
    padding: 5.3333333333vw;
  }
}
.mv-scene__container {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: auto;
  display: grid;
  grid-template-columns: 336px 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .mv-scene__container {
    max-width: initial;
    grid-template-columns: 1fr;
    place-items: center;
  }
}
.mv-scene__heading {
  margin-top: 90px;
  width: 315px;
}
@media screen and (max-width: 767px) {
  .mv-scene__heading {
    margin-top: 0;
    width: 76vw;
  }
}
.mv-scene__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv-scene__img {
    width: 70.1333333333vw;
    margin-top: 9.3333333333vw;
  }
}
.mv-scene__text {
  position: absolute;
  top: 250px;
  left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .mv-scene__text {
    position: relative;
    top: 0;
    font-size: 3.4666666667vw;
    font-weight: 400;
    margin-top: 8vw;
  }
}

.scene .about {
  padding: 60px 15px;
}
@media screen and (max-width: 767px) {
  .scene .about {
    padding: 17.3333333333vw 5.3333333333vw;
  }
}
.scene .about__heading {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #cf0f31;
}
@media screen and (max-width: 767px) {
  .scene .about__heading {
    font-size: 6.4vw;
  }
}
.scene .about__text {
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .scene .about__text {
    margin-top: 3.2vw;
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
.scene .about__container {
  display: flex;
  align-items: center;
  -moz-column-gap: 80px;
  column-gap: 80px;
  width: 100%;
  max-width: 785px;
  margin: auto;
  margin-top: 15px;
}
@media screen and (max-width: 1120px) {
  .scene .about__container {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .scene .about__container {
    max-width: initial;
    flex-direction: column;
    row-gap: 4vw;
    margin-top: 1.3333333333vw;
  }
}
.scene .about-left {
  width: 330px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .scene .about-left {
    width: 65.8666666667vw;
  }
}
.scene .about-right {
  width: 100%;
  flex-shrink: 1;
}
.scene .about-right__logo {
  width: 100%;
  max-width: 396px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .scene .about-right__logo {
    max-width: 70.9333333333vw;
    margin: auto;
    margin-top: 5.0666666667vw;
  }
}
.scene .about-right__btn {
  position: relative;
  display: block;
  width: 345px;
  height: 80px;
  line-height: 80px;
  padding-left: 30px;
  margin: auto;
  margin-top: 20px;
  border-radius: 15px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: white;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .scene .about-right__btn {
    margin: auto;
    margin-top: 2.6666666667vw;
    padding-left: 6.1333333333vw;
    width: 72vw;
    height: 16vw;
    line-height: 16vw;
    font-size: 4.2666666667vw;
    border-radius: 4vw;
  }
}
.scene .about-right__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/scene/arrow.png);
  width: 11px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .scene .about-right__btn:after {
    width: 2.6666666667vw;
    height: 4.2666666667vw;
    right: 6.1333333333vw;
  }
}
.scene .about-right__btn:nth-of-type(1) {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .scene .about-right__btn:nth-of-type(1) {
    margin-top: 0vw;
  }
}
.scene .actual {
  padding: 0px 15px;
  padding-top: 60px;
  padding-bottom: 110px;
  background-color: #f1f2f1;
}
@media screen and (max-width: 767px) {
  .scene .actual {
    padding: 0 5.3333333333vw;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.scene .actual__heading {
  text-align: center;
  font-size: 29px;
  line-height: 1.72;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .scene .actual__heading {
    font-size: 5.6vw;
  }
}
.scene .actual-box {
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
  padding: 40px 20px;
  border-radius: 15px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .scene .actual-box {
    max-width: initial;
    margin-top: 5.3333333333vw;
    padding: 6.6666666667vw 6.6666666667vw 9.3333333333vw 6.6666666667vw;
    border-radius: 4vw;
  }
}
.scene .actual-box__num {
  text-align: center;
  font-size: 43px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #cf0f31;
}
@media screen and (max-width: 767px) {
  .scene .actual-box__num {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.scene .actual-box__heading {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .scene .actual-box__heading {
    margin-top: 2.6666666667vw;
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}
.scene .actual-box__text {
  width: 100%;
  max-width: 390px;
  margin: auto;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .scene .actual-box__text {
    max-width: initial;
    margin-top: 4vw;
    font-size: 3.4666666667vw;
  }
}
.scene .actual__btn a {
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .scene .actual__btn a {
    margin-top: 8vw;
  }
}
.scene .use {
  padding: 0 15px;
  padding-top: 0px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .scene .use {
    padding: 0;
    padding-top: 0vw;
    padding-bottom: 5.3333333333vw;
  }
}
.scene .use__heading {
  margin-top: 70px;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.08;
}
@media screen and (max-width: 767px) {
  .scene .use__heading {
    margin-top: 8vw;
    font-size: 5.0666666667vw;
    line-height: 1.57;
  }
}
.scene .use__container {
  display: flex;
  justify-content: center;
  -moz-column-gap: 95px;
  column-gap: 95px;
  margin: auto;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .scene .use__container {
    margin-top: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
  }
}
.scene .use__item {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .scene .use__item {
    width: 37.3333333333vw;
  }
}
.scene .use__text {
  margin-top: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .scene .use__text {
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.scene .use__btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .scene .use__btn {
    margin-top: 6.6666666667vw;
  }
}
.scene .use__btn a {
  margin: auto;
}
.scene .use__btn02 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .scene .use__btn02 {
    margin-top: 4vw;
  }
}
.scene .use__btn02 a {
  margin: auto;
}
.scene .use__logo {
  width: 100%;
  max-width: 450px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .scene .use__logo {
    width: 80vw;
    max-width: initial;
    margin-top: 8vw;
  }
}
.scene .use__caution {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 45px;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .scene .use__caution {
    max-width: 88.8vw;
    margin-top: 12vw;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
  }
}
.scene .use__caution a {
  text-decoration: underline;
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .mv {
    min-height: 151.2vw;
  }
}
/*# sourceMappingURL=../maps/page/collaboration-ap-scene.css.map */
