@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;
}
@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 {
  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__container {
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: flex;
  -moz-column-gap: 7%;
  column-gap: 7%;
}
@media screen and (max-width: 767px) {
  .mv__container {
    flex-direction: column-reverse;
    row-gap: 2.6666666667vw;
  }
}
.mv-left {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .mv-left {
    width: 100%;
  }
}
.mv-left__heading {
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #cf0f31;
}
@media screen and (max-width: 767px) {
  .mv-left__heading {
    display: none;
  }
}
.mv-left__btnarea {
  display: flex;
  justify-content: space-between;
  width: 449px;
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mv-left__btnarea {
    width: 77.3333333333vw;
    margin: auto;
    margin-top: 0;
  }
}
.mv-left__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.06em;
  color: white !important;
  background-color: #cf0f31;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .mv-left__btn {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.35;
  }
}
.mv-left__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/mv-arrow.png);
  width: 10px;
  height: 15px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 31px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .mv-left__btn:after {
    width: 1.8666666667vw;
    height: 3.2vw;
    bottom: 4vw;
  }
}
.mv-right {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .mv-right {
    width: 100%;
  }
}
.mv-right__heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv-right__heading {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
    color: #cf0f31;
  }
}
.mv-right__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv-right__img {
    width: 42.6666666667vw;
    margin: auto;
    margin-top: 8vw;
  }
}

.collaboration {
  padding: 0px 15px;
  padding-top: 65px;
  padding-bottom: 100px;
  background-color: #f1f2f1;
}
@media screen and (max-width: 767px) {
  .collaboration {
    padding: 0;
    padding-top: 8vw;
    padding-bottom: 16vw;
  }
}
.collaboration .collabo-box {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
  column-gap: 22px;
  border-radius: 15px;
  background-color: white;
  padding: 12px;
  box-shadow: 2px 2px 3px 0px rgba(51, 51, 51, 0.35);
}
.collaboration .collabo-box:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-box {
    max-width: initial;
    margin-top: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
    border-radius: 1.6vw;
    padding: 4vw 5.3333333333vw;
  }
}
.collaboration .collabo-box:nth-of-type(1) {
  margin-top: 0;
}
.collaboration .collabo-box:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/box-arrow.png);
  width: 13px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-box:after {
    width: 2.6666666667vw;
    height: 4vw;
    right: 4.8vw;
  }
}
.collaboration .collabo-box.collabo-box2:after {
  background-image: url(../../img/box-plus.png);
  width: 21px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-box.collabo-box2:after {
    width: 4vw;
    height: 4vw;
  }
}
.collaboration .collabo-box.collabo-box2.active:after {
  background-image: url(../../img/box-minus.png);
  width: 21px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-box.collabo-box2.active:after {
    width: 4vw;
    height: 1.3333333333vw;
  }
}
.collaboration .collabo-box__icon {
  width: 66px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-box__icon {
    width: 8vw;
  }
}
.collaboration .collabo-box__right {
  width: 100%;
  flex-shrink: 1;
}
.collaboration .collabo-box__text {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-box__text {
    margin-bottom: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
}
.collaboration .collabo-box__title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-box__title {
    font-size: 4.2666666667vw;
  }
}
.collaboration .collabo-acc {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: -5px;
  padding: 0px 35px;
  padding-top: 5px;
  border-radius: 15px;
  box-shadow: 2px 2px 3px 0px rgba(51, 51, 51, 0.35);
  background-color: #f8e3e3;
  transition: all 0.3s;
  display: none;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-acc {
    max-width: initial;
    margin-top: 0;
    padding: 0 5.3333333333vw;
    padding-top: 0;
    border-radius: 0;
  }
}
.collaboration .collabo-acc__block {
  display: flex;
  -moz-column-gap: 18px;
  column-gap: 18px;
  padding: 30px 0px;
  border-top: 1px solid white;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-acc__block {
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 6.6666666667vw 0;
  }
}
.collaboration .collabo-acc__left {
  width: 26px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-acc__left {
    display: none;
  }
}
.collaboration .collabo-acc__right {
  width: 100%;
  flex-shrink: 1;
}
.collaboration .collabo-acc__title {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-acc__title {
    padding-left: 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-acc__title:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../img/acc-question.png);
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    top: 0.5333333333vw;
    left: 0;
  }
}
.collaboration .collabo-acc__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-acc__text {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
  }
}
.collaboration .collabo-acc__caution {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-acc__caution {
    font-size: 3.4666666667vw;
  }
}
.collaboration .collabo-acc__caution:nth-of-type(1) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .collaboration .collabo-acc__caution:nth-of-type(1) {
    margin-top: 0;
  }
}
.collaboration .collabo-acc__link {
  color: #007ea5;
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .mv {
    min-height: 151.2vw;
  }
}
.collaboration-banner01 {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .collaboration-banner01 {
    width: 89.3333333333vw;
    max-width: initial;
  }
}

.collaboration-banner02 {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .collaboration-banner02 {
    width: 89.3333333333vw;
    max-width: initial;
    margin: auto;
    margin-top: 8vw;
    margin-bottom: 16vw;
  }
}

.collaboration-banner03 {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 60px;
  　margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .collaboration-banner03 {
    width: 89.3333333333vw;
    max-width: initial;
    margin: auto;
    margin-top: 8vw;
    　　margin-bottom: 16vw;
  }
}
/*# sourceMappingURL=../maps/page/collaboration-top.css.map */
