@charset "UTF-8";
/* ==================================
= minins 
================================== */
/* ==================================
= common settings                     
================================== */
/*----------  common  ----------*/
html {
  font-size: 62.5% !important;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック",
    YuGothic, "メイリオ", "Meiryo", sans-serif;
}

/*----------  align  ----------*/
.text__center {
  text-align: center;
}

#breadcrumb {
  background-color: #efefef;
}

#breadcrumb_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 11rem;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.4;
}

#breadcrumb_lists li {
  position: relative;
  padding: 0.6rem 0;
}

#breadcrumb_lists li:not(:first-child) {
  margin-left: 4rem;
}

#breadcrumb_lists li:not(:first-child)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2rem;
  width: 1px;
  height: calc(100% + 20px);
  margin: auto 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  background-color: #fff;
  content: "";
}

#breadcrumb_lists a {
  text-decoration: none;
}

/*----------  bubble  ----------*/
.bubble {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.bubble.white {
  border: 3px solid #000;
  border-radius: 10px;
}

.bubble__orange {
  background-color: #f4901e;
  color: #fff;
}

.bubble__red {
  background-color: #ae2126;
  color: #fff;
}

.bubble.circle {
  border-radius: 100%;
}

.bubble.pill {
  border-radius: 6rem;
}

.bubble.align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bubble.justify_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bubble.arrow_r_b {
  z-index: 2;
  position: relative;
  color: #fff;
  text-align: center;
}

.bubble.arrow_r_b::before {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 16.55px;
  height: 14.79px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.835%22%20height%3D%2221.562%22%20viewBox%3D%220%200%2020.835%2021.562%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2230%22%20data-name%3D%22%E3%83%91%E3%82%B9%202230%22%20d%3D%22M16.724%2C12.135%2C16.588.166.169%2C14.961Z%22%20transform%3D%22matrix(-0.469%2C%20-0.883%2C%200.883%2C%20-0.469%2C%207.704%2C%2021.79)%22%20fill%3D%22%23f4901e%22%2F%3E%3C%2Fsvg%3E");
  background-position: right bottom;
  background-repeat: no-repeat;
  content: "";
}

.bubble.arrow_b {
  position: relative;
  color: #fff;
  text-align: center;
}

.bubble.arrow_b::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #f4901e transparent;
  content: "";
}

.bubble.arrow_b_small {
  position: relative;
  color: #fff;
  text-align: center;
}

.bubble.arrow_b_small::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #f4901e transparent;
  content: "";
}

.bubble.arrow_b_large {
  position: relative;
  color: #fff;
  text-align: center;
}

.bubble.arrow_b_large::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: #f4901e transparent;
  content: "";
}

.bubble.arrow_b_slanting {
  position: relative;
  color: #fff;
  text-align: center;
}

.bubble.arrow_b_slanting::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 16px;
  height: 18px;
  margin-left: -9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.278%22%20height%3D%2215.132%22%20viewBox%3D%220%200%2017.278%2015.132%22%3E%20%3Cpath%20id%3D%22arrow_b_slanting%22%20d%3D%22M237%2C4361.822V4348l15.132%2C17.278Z%22%20transform%3D%22translate(4365.278%20-237)%20rotate(90)%22%20fill%3D%22%23f4901e%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}

.bubble.arrow::before,
.bubble.arrow::after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 24px;
  height: 18px;
  -webkit-transform: rotate(-45deg) skew(-45deg);
  transform: rotate(-45deg) skew(-45deg);
  background-color: #fff;
  content: "\00a0";
}

.bubble.arrow::before {
  width: 30px;
  background-color: transparent;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.bubble.arrow::after {
  bottom: -8px;
  border: 3px solid #000;
  border-width: 0 4px 3px 4px;
}

.bubble > .content {
  z-index: 1;
  position: relative;
  padding: 10px 16px;
  border-radius: 10px;
  background-color: #fff;
}

.bubble.br::before,
.bubble.br::after {
  right: 20px;
  left: auto;
  -webkit-transform: rotate(45deg) skew(45deg);
  transform: rotate(45deg) skew(45deg);
}

.bubble.br::before {
  right: 21px;
  bottom: -10px;
  width: 24px;
}

.bubble.tl::before,
.bubble.tl::after {
  top: -8px;
  bottom: auto;
  height: 19px;
  -webkit-transform: rotate(-135deg) skew(45deg);
  transform: rotate(-135deg) skew(45deg);
}

.bubble.tl::before {
  display: none;
}

.bubble.tr::before,
.bubble.tr::after {
  top: -8px;
  right: 20px;
  bottom: auto;
  left: auto;
  height: 19px;
  -webkit-transform: rotate(135deg) skew(-45deg);
  transform: rotate(135deg) skew(-45deg);
}

.bubble.tr::before {
  top: -9px;
  right: 21px;
  bottom: auto;
  width: 24px;
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.3);
}

.bubble.small,
.bubble.small > .content {
  border-radius: 10px;
}

.bubble.medium,
.bubble.medium > .content {
  border-radius: 13px;
}

.bubble.large,
.bubble.large > .content {
  border-radius: 16px;
}

/*----------  button  ----------*/
.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button__red {
  background-color: #c71e25;
  color: #fff;
  font-weight: bold;
}

.button__red.border {
  border: 1px solid #fff;
}

.button__red.arrow_r {
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20width%3D%2217.4px%22%20height%3D%225.8px%22%20viewBox%3D%220%200%2017.4%205.8%22%20style%3D%22enable-background%3Anew%200%200%2017.4%205.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M11.5%2C5.8c-0.3%2C0-0.5-0.2-0.5-0.5V4.8H0.5C0.2%2C4.8%2C0%2C4.6%2C0%2C4.3s0.2-0.5%2C0.5-0.5H11V0.5c0-0.2%2C0.1-0.4%2C0.3-0.4%0A%09c0.2-0.1%2C0.4-0.1%2C0.5%2C0l5.4%2C3.8c0.2%2C0.1%2C0.3%2C0.4%2C0.2%2C0.6s-0.3%2C0.3-0.5%2C0.3H12v0.5C12%2C5.6%2C11.8%2C5.8%2C11.5%2C5.8z%20M12%2C3.8h3.3L12%2C1.5V3.8%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: center right 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    top 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    top 0.3s ease-in-out;
}

.button__red.arrow_r:hover {
  position: relative;
  top: 4px;
  border: 1px solid #c71e25;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20width%3D%2217.4px%22%20height%3D%225.8px%22%20viewBox%3D%220%200%2017.4%205.8%22%20style%3D%22enable-background%3Anew%200%200%2017.4%205.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23C41D24%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M11.5%2C5.8c-0.3%2C0-0.5-0.2-0.5-0.5V4.8H0.5C0.2%2C4.8%2C0%2C4.6%2C0%2C4.3s0.2-0.5%2C0.5-0.5H11V0.5c0-0.2%2C0.1-0.4%2C0.3-0.4%0A%09c0.2-0.1%2C0.4-0.1%2C0.5%2C0l5.4%2C3.8c0.2%2C0.1%2C0.3%2C0.4%2C0.2%2C0.6s-0.3%2C0.3-0.5%2C0.3H12v0.5C12%2C5.6%2C11.8%2C5.8%2C11.5%2C5.8z%20M12%2C3.8h3.3L12%2C1.5V3.8%0A%09z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.button__red:hover {
  background-color: #fff;
  color: #c71e25;
}

.button__white {
  background-color: #fff;
  color: #c71e25;
}

.button.radius {
  border-radius: 4rem;
}

.button.shadow {
  -webkit-box-shadow: 0px 2px 3px #000000a8;
  box-shadow: 0px 2px 3px #000000a8;
}

.button.block {
  width: 100%;
}

/*----------  dl  ----------*/
/*----------  drawer menu  ----------*/
#drawer_icon {
  display: block;
  position: relative;
  width: 30px;
  height: 2.1rem;
  margin: 0 0 0 auto;
}

#drawer_icon .line {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#drawer_icon .line.line_1 {
  top: 0;
}

#drawer_icon .line.line_2 {
  top: 50%;
}

#drawer_icon .line.line_3 {
  top: 100%;
}

#drawer_icon:hover .line_1,
#drawer_icon:focus .line_1 {
  -webkit-transform: translateY(-0.5px);
  transform: translateY(-0.5px);
}

#drawer_icon:hover .line_3,
#drawer_icon:focus .line_3 {
  -webkit-transform: translateY(0.5px);
  transform: translateY(0.5px);
}

#drawer_icon.active .line_1 {
  -webkit-transform: translateY(1.05rem) translateX(0) rotate(45deg);
  transform: translateY(1.05rem) translateX(0) rotate(45deg);
}

#drawer_icon.active .line_2 {
  opacity: 0;
}

#drawer_icon.active .line_3 {
  -webkit-transform: translateY(-1.05rem) translateX(0) rotate(-45deg);
  transform: translateY(-1.05rem) translateX(0) rotate(-45deg);
}

#menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}

.effect {
  -webkit-transition: opacity 0.8s ease-in-out,
    -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out,
    -webkit-transform 0.8s ease-in-out;
}

.effect[data-emergence="hidden"] {
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  /* Hidden state */
  opacity: 0;
}

.effect[data-emergence="visible"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  /* Visible state */
  opacity: 1;
}

/*----------  figure  ----------*/
figure {
  margin: 0;
}

/*----------  flex  ----------*/
.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*----------  font setting  ----------*/
.f__medium {
  font-weight: 500;
}

.f__bold {
  font-weight: 700;
}

.f__gradient {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #45b3e0),
    to(rebeccapurple)
  );
  background: -webkit-linear-gradient(left, #45b3e0 25%, rebeccapurple 100%);
  background: linear-gradient(to right, #45b3e0 25%, rebeccapurple 100%);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.f__ellipsis {
  text-overflow: ellipsis;
}

.f__red {
  color: #c71e25;
}

/*----------  heading  ----------*/

.heading__center {
  text-align: center;
}

.heading__line_out {
  display: inline-block;
  position: relative;
  padding: 0 2.8rem;
}

.heading__line_out::before,
.heading__line_out::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  margin: auto 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: black;
  content: "";
}

.heading__line_out::before {
  left: 0;
  -webkit-transform: rotate(-26deg);
  transform: rotate(-26deg);
}

.heading__line_out::after {
  right: 0;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}

.heading__line_left {
  display: inline-block;
  position: relative;
  padding: 0 45px;
}

.heading__line_left::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  margin: auto 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: black;
  content: "";
}

.heading__side_line {
  position: relative;
  text-align: center;
}

.heading__side_line::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #595757;
  content: "";
}

.heading__side_line .title {
  position: relative;
  padding: 0 24px;
  background-color: #fff;
}

.heading__side_line .title.gray {
  background-color: #eff2f4;
}

.heading__sub {
  color: #c41d24;
  font-weight: bold;
  text-align: center;
}

/*----------  image  ----------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img__radius {
  border-radius: 1rem;
}

/*----------  image full  ----------*/
.full_image {
  width: 100%;
}

/*----------  figre  ----------*/
.portrait {
  text-align: center;
}

.portrait img {
  margin: 0 auto;
}

.portrait .caption {
  margin-top: 1rem;
  text-align: center;
}

/*----------  object fit image  ----------*/
.of_block {
  position: relative;
  width: 200px;
  overflow: hidden;
}

.of_block::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.of_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in,
    -webkit-transform 0.2s ease-in;
  -webkit-transition: scale(1);
  transition: scale(1);
}

a:hover .of_image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

/*----------  link  ----------*/
/*----------  lists  ----------*/
ol,
ul {
  padding: 0.6rem 0.6rem 0.6rem 2em;
}

ol.no_bullet,
ul.no_bullet {
  margin: 0;
  padding: 0;
}

ol.no_bullet li,
ul.no_bullet li {
  list-style: none;
}

/*----------  media query setting ----------*/

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  max-width: 1000px;
  margin: auto;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block !important;
}

#modal_overlay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.modal_close {
  width: 4rem;
  height: 4rem;
  margin: 0;
  border: none;
  outline: 0 none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.modal__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
  max-height: 100vh;
  padding: 30px;
  overflow-y: auto;
  border-radius: 4px;
  background-color: #fff;
}

.modal__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  color: #00449e;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
}

.modal__close {
  border: 0;
  background: transparent;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}

.modal__btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: button;
  margin: 0;
  padding: 0.5rem 1rem;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-width: 0;
  border-style: none;
  border-radius: 0.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  line-height: 1.15;
  text-transform: none;
  cursor: pointer;
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  will-change: transform;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.modal-frame {
  width: 100%;
  max-width: 900px;
  padding: 0 1.6rem;
}

.modal-frame.is-open {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-frame .close {
  margin: 0 0 0.6rem auto;
}

.modal-frame .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.modal-frame .wrap iframe {
  vertical-align: middle;
}

.modal-frame .frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 50px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.modal-frame .frame-wrapper__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-frame .title {
  position: relative;
  padding-bottom: 2rem;
  color: #416790;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}

.modal-frame .title:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 600px;
  height: 1px;
  margin: 0 auto;
  background-color: #a9b7b6;
  content: "";
}

.modal-frame .lead {
  margin-top: 7rem;
  line-height: 2;
}

.modal-frame .prepare_title {
  max-width: 180px;
  margin-top: 4rem;
  margin: 0 auto 0 0;
  padding: 0.4rem;
  border-top: 1px solid #a9b7b6;
  border-right: 1px solid #a9b7b6;
  border-left: 1px solid #a9b7b6;
  color: #24576d;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

.modal-frame .prepare {
  padding: 2.8rem;
  background-color: #f2f2f2;
  color: #24576d;
  font-size: 1.4rem;
  line-height: 2;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

/*----------  movie  ----------*/
.movie__icon {
  position: relative;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.movie__icon::before {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  justify-content: center;
  width: 76px;
  height: 90px;
  margin: auto;
  background: url(../img/icon_play.svg) no-repeat;
  background-size: 100%;
  content: "PLAY MOVIE";
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.movie__icon::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  content: "";
}

a:hover .movie__icon {
  opacity: 0.8;
}

video {
  vertical-align: middle;
}

/*----------  table  ----------*/
table {
  border-collapse: collapse;
}

table td,
table th {
  padding: 1.6rem;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
  .button__red.arrow_r {
    background-position: center right 5.3333333333vw;
  }
  .button__red.arrow_r {
    font-size: 3.7333333333vw;
    letter-spacing: 3.64px;
  }
  #header__menu[data-drawer-menu="close"] {
    display: none;
  }
  #header__menu[data-drawer-menu="open"] {
    position: fixed;
    top: 18.6666666667vw;
    left: 0;
    width: 100%;
    height: calc(100% - get_vw(70));
  }
  .heading {
    font-size: 4.2666666667vw;
    line-height: 1.875em;
    letter-spacing: 0.03375em;
  }
  .heading__line_out {
    padding: 0 8vw;
  }
  .heading__line_out::before {
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
  }
  .heading__line_out::after {
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
  }
  .heading__side_line {
    width: 100%;
    margin: 0 auto;
    font-size: 4.2666666667vw;
    letter-spacing: 0.09875em;
  }
  .heading__side_line .title {
    padding: 0 2.6666666667vw;
  }
  .heading__sub {
    margin: 0.5333333333vw auto 0;
    font-size: 3.7333333333vw;
    letter-spacing: 0.27em;
  }
  .pc {
    display: none !important;
  }
  .modal {
    width: calc(100vw - 3rem);
  }
  .modal_close {
    width: 4rem;
    height: 4rem;
  }
  .modal-frame {
    height: 74.6666666667vw;
    padding: 0;
  }
  .modal-frame .wrap {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 4rem - 2rem - 6.2rem);
  }
  .modal-frame .title {
    padding-bottom: 1.7rem;
    font-size: 1.5rem;
  }
  .modal-frame .lead {
    margin-top: 3.4rem;
  }
  .modal-frame .prepare_title {
    max-width: 160px;
    margin-top: 2rem;
    padding: 0.8rem 0.4rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .modal-frame .prepare {
    padding: 0.8rem 1.6rem 1.4rem;
    font-size: 1.2rem;
  }
  .movie__icon::before {
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    font-size: 2.6666666667vw;
  }
  .movie__icon:not(.large)::before {
    content: "";
  }
  .movie__icon.large::before {
    width: 16vw;
    height: 21.3333333333vw;
    background-position: top center;
    background-size: 16vw auto;
    font-size: 2.1333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .button__red.arrow_r {
    font-size: 1.8rem;
    letter-spacing: 3.78px;
  }
  .heading__side_line {
    padding: 0 20px;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 2.88px;
  }
  .heading__sub {
    margin: 1.6rem auto 0;
    font-size: 1.6rem;
    letter-spacing: 4.32px;
  }
  a[href*="tel:"] {
    color: inherit;
    text-decoration: none;
    cursor: text;
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .modal-frame {
    height: 526px;
  }
  .movie__icon::before {
    padding-top: 7.4rem;
    background-position: top 16px center;
    background-size: 47px auto;
    font-size: 1rem;
    letter-spacing: 1.8px;
  }
  .movie__icon.large::before {
    width: 184px;
    height: 210px;
    background-position: top 38px center;
    background-size: 114px;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 4.22px;
  }
}

@media all and (-ms-high-contrast: none) {
  .f__gradient {
    background-image: none;
  }
}

.footer {
  background: #c80a14;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 10.66vw;
  }
}

.footer-sns__inner {
  padding: 2.083vw 0;
}
@media screen and (max-width: 959px) {
  .footer-sns__inner {
    padding: 0 2.66vw;
  }
}
.footer-sns__items {
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer-sns__items {
    display: block;
  }
}
.footer-sns__item {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .footer-sns__item {
    max-width: 100%;
  }
}
.footer-sns__item:nth-child(2) a {
  border: solid 2px #f6f4f0;
  border-top: 0;
  border-bottom: 0;
}
@media screen and (max-width: 959px) {
  .footer-sns__item:nth-child(2) a {
    border-top: solid 1px #f6f4f0;
    border-bottom: solid 1px #f6f4f0;
    border-left: 0;
    border-right: 0;
  }
}
.footer-sns__item:nth-child(3) a {
  border: solid 2px #f6f4f0;
  border-top: 0;
  border-bottom: 0;
}
@media screen and (max-width: 959px) {
  .footer-sns__item:nth-child(3) a {
    border-top: solid 1px #f6f4f0;
    border-bottom: solid 1px #f6f4f0;
    border-left: 0;
    border-right: 0;
  }
}
.footer-sns__item a {
  display: flex;
  flex-wrap: wrap;
  font-family: "Spartan";
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.83vw;
  padding: 2.083vw 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .footer-sns__item a {
    font-size: 3.2vw;
    padding: 9.33vw 0;
  }
}
.footer-sns__item a span {
  position: absolute;
  top: 0;
  flex: 0 0 100%;
  margin-bottom: 0.52vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 959px) {
  .footer-sns__item a span {
    top: 3.33vw;
    transform: translateX(-50%);
  }
}
.footer-sns__item img {
  display: inline-block;
  width: 3.9vw;
  padding-right: 1.041vw;
}

@media screen and (max-width: 959px) {
  .footer-sns__item img {
    width: 10vw;
    padding-right: 2.66vw;
  }
}

.footer__logo {
  flex: 0 0 12%;
}
@media screen and (max-width: 959px) {
  .footer__logo {
    flex: 0 0 100%;
    border-bottom: 2px solid;
    margin: 0 5.33vw 10.66vw;
  }
}
@media screen and (max-width: 959px) {
  .footer__logo img {
    margin: 13.33vw auto 8vw;
    max-width: 22.66vw;
    display: block;
  }
}
.footer__copyright {
  text-align: right;
  padding-right: 10.41vw;
  padding-bottom: 0.52ve;
  font-size: 0.57vw;
  font-family: "Spartan";
  font-weight: 100;
}
@media screen and (max-width: 959px) {
  .footer__copyright {
    font-size: 2vw;
    text-align: center;
    padding: 0 0 5.33vw;
  }
}
.footer__inner {
  padding: 4.68vw 3.125vw 0 3.125vw;
}
@media screen and (max-width: 959px) {
  .footer__inner {
    padding: 0;
    padding-top: 13.33vw;
  }
}
.footer__box {
  display: flex;
  align-items: center;
  margin-bottom: 1.56vw;
}
@media screen and (max-width: 959px) {
  .footer__box {
    flex-direction: column-reverse;
  }
}
.footer__left {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .footer__left {
    display: block;
  }
}
.footer__info {
  padding: 0 3.125vw;
}
.footer__info-address {
  margin-bottom: 0.52vw;
}
@media screen and (max-width: 959px) {
  .footer__info-address {
    font-size: 4.26vw;
    line-height: 6.266vw;
  }
}
.footer__info-tel {
  margin-bottom: 0.78vw;
  padding-bottom: 0.78vw;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 959px) {
  .footer__info-tel {
    border: 0;
    margin-bottom: 5.6vw;
  }
}
.footer__right {
  flex: 0 0 50%;
}
.footer__items {
  display: flex;
  flex-wrap: wrap;
  width: 43.75vw;
}
@media screen and (max-width: 959px) {
  .footer__items {
    display: block;
    width: 100%;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.footer__menu {
  padding: 0 1.56vw;
  margin-bottom: 1.041vw;
  font-size: 0.88vw;
}
.footer__menu-link {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .footer__menu {
    font-size: 4vw;
    padding: 0;
    margin-bottom: 3.33vw;
  }
}
.footer__lists {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .footer__lists {
    display: block;
  }
}
.footer__list {
  font-size: 0.625vw;
  margin-bottom: 0.52vw;
}
@media screen and (max-width: 959px) {
  .footer__list {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 0.66vw;
  }
}
.footer__list:nth-child(even):before {
  content: "/";
  padding: 0.26vw;
}
@media screen and (max-width: 959px) {
  .footer__list:nth-child(even):before {
    display: none;
  }
}

.header__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .header__inner {
    padding: 2rem;
  }
}
.header__logo {
  max-width: 250px;
  padding: 0 1.04vw;
}
@media screen and (max-width: 959px) {
  .header__logo {
    position: fixed;
    top: 0;
    left: 0;
    padding: 2.08vw;
    z-index: 200;
  }
}
.header__logo img {
  width: 10.36vw;
}
@media screen and (max-width: 959px) {
  .header__logo img {
    width: 12.4vw;
  }
}

.header__nav {
  position: relative;
}
@media screen and (max-width: 959px) {
  .header__nav {
    display: flex;
    flex-direction: row-reverse;
  }
}
.header__nav-inner {
  margin: auto;
}
@media screen and (max-width: 959px) {
  .header__nav-inner {
    display: none;
  }
}
.header__nav-list {
  font-weight: bold;
  padding: 0 1.5625vw;
}
.header__nav-lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .header__nav-lists {
    display: block;
  }
}
.header__nav-link {
  font-size: 0.833vw;
}
.header__right {
  width: 30%;
  max-width: 460px;
}

.header__right div {
  width: 100%;
}
