@charset "UTF-8";
/*----------------------------------------------------
import .scss file
----------------------------------------------------*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  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*/
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  color: #303234;
  font-family: 'Noto Sans JP', sans-serif;
}

body .fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: 2s;
  transition: 2s;
}

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

/**
 * 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;
  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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

.m-0 {
  margin-bottom: 0 !important;
}
/*----------------------------------------------------
_common.scss
----------------------------------------------------*/
.fixed {
  position: fixed;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.moving {
  -webkit-animation: （fadezoom 8s 0s forwards;
          animation: （fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.bold {
  font-weight: bold;
}

.roboto {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.redhat {
  font-family: 'Red Hat Display', sans-serif;
}

.mont {
  font-family: 'Montserrat', sans-serif;
}

.mont-400 {
  font-family: 'Montserrat', sans-serif;
}

.ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ab-updown {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.ab-leftright {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 1440px) {
  .wrapper {
    max-width: 1800px;
    margin: 0 auto;
  }
}

.wrapper .top__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
  /*中の要素*/
  /*左から右*/
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}

.wrapper .top__titleBox::after {
  content: "";
  display: inline-block;
  background-color: #303234;
  width: 80px;
  height: 8px;
  margin-top: 17px;
}

.wrapper .top__titleBox .bgextend {
  display: inline-block;
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

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

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

.wrapper .top__titleBox .bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wrapper .top__titleBox .bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.wrapper .top__titleBox .bgappearTrigger,
.wrapper .top__titleBox .bgLRextendTrigger {
  opacity: 0;
}

.wrapper .top__titleEn {
  font-size: 50px;
  font-weight: bold;
  line-height: 72px;
}

.wrapper .top__titleEn--w280 {
  width: 280px;
}

.wrapper .top__titleJp {
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
}

.wrapper .top__titleJp--w150 {
  width: 150px;
}

.sp-only {
  display: none;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 900px) {
  .pc-only {
    display: none !important;
  }
  .pc-br {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-br {
    display: block !important;
  }
  .wrapper .top__titleBox::after {
    height: 4px;
  }
  .wrapper .top__titleEn {
    font-size: 35px;
    line-height: 50px;
  }
  .wrapper .top__titleEn--w280 {
    width: 200px;
  }
  .wrapper .top__titleJp--w150 {
    width: 150px;
  }
}

/*----------------------------------------------------
_top.scss
----------------------------------------------------*/
.wrapper .header {
  position: fixed;
  padding: 0 2.7% 0;
  max-width: 1800px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.wrapper .header__wrap {
  height: 129px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper .header__logo {
  max-width: 230px;
  z-index: 99;
}

.wrapper .header__menuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .header__input {
  display: none;
}

.wrapper .header__menuBtn {
  display: none;
}

.wrapper .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .header__item {
  position: relative;
  font-weight: 500;
  margin-right: 25px;
}

.wrapper .header__item:last-child {
  margin-right: 0;
}

.wrapper .header__item a {
  font-family: "Red Hat Display", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .header__item a .eng {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}

.wrapper .header__item a .jp {
  font-size: 14px;
  line-height: 18px;
}

.wrapper .header__item--tel {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.wrapper .header__item--telIcon {
  position: relative;
  top: -8px;
  width: 22px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wrapper .header__item--telIconSp {
  display: none;
}

.wrapper .header__item--telNumber a {
  font-size: 25px;
  line-height: 33px;
}

.wrapper .header__item--telNumber span {
  line-height: 21px;
  font-weight: 500;
}

.wrapper .header__item--reserve {
  display: block;
  width: 182px;
  color: #fff;
  background-color: #303234;
  font-weight: 700;
  text-align: center;
  padding: 18px 0;
}

.wrapper .header__item--reserve a {
  text-align: center;
}

.wrapper .header__item--reserve a span {
  display: inline-block;
}

.wrapper .header__item--reserve a img {
  display: inline-block;
  width: 29px;
  height: 27px;
}

@media screen and (max-width: 1350px) {
  .wrapper .header {
    padding: 0 18px;
  }
  .wrapper .header__logo {
    max-width: 220px;
  }
  .wrapper .header__item {
    margin-right: 12px;
  }
  .wrapper .header__item a .eng {
    font-size: 16px;
  }
  .wrapper .header__item--telNumber a {
    font-size: 18px;
  }
  .wrapper .header__item--tel a {
    font-size: 20px;
    line-height: 24px;
  }
  .wrapper .header__item--tel .jp {
    font-size: 14px;
  }
  .wrapper .header__item--reserve {
    width: 150px;
    padding: 12px 0;
  }
  .wrapper .header__item--reserve a {
    margin: 0 auto;
  }
  .wrapper .header__item--reserve a span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1120px) {
  .wrapper .header__logo {
    max-width: 180px;
  }
  .wrapper .header__item {
    margin-right: 8px;
  }
  .wrapper .header__item a .eng {
    font-size: 16px;
  }
  .wrapper .header__item--telNumber a {
    font-size: 20px;
    line-height: 24px;
  }
  .wrapper .header__item--telNumber .eng {
    font-size: 16px;
  }
  .wrapper .header__item--telNumber .jp {
    font-size: 12px;
  }
  .wrapper .header__item--reserve {
    width: 120px;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper .header {
    display: block !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 0;
  }
  .wrapper .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    height: 53px;
  }
  .wrapper .header__logo {
    max-width: 188px;
    z-index: 99;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ .header__menuBtn span {
    background-color: #fff;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ .header__menuBtn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #303234;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ .header__menuBtn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #303234;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ body {
    overflow: hidden;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ .header__menuContent {
    left: 0;
  }
  .wrapper .header__menuBtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 81px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background-color: #535961;
  }
  .wrapper .header__menuBtn span {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    height: 2px;
    width: 40px;
    background-color: #303234;
  }
  .wrapper .header__menuBtn span::before {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    height: 2px;
    width: 40px;
    background-color: #303234;
    bottom: 10px;
  }
  .wrapper .header__menuBtn span::after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    height: 2px;
    width: 40px;
    background-color: #303234;
    top: 10px;
  }
  .wrapper .header__menuContent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    overflow-y: scroll;
    color: #fff;
    background-color: #303234;
    margin-top: 53px;
    padding: 0 40px 120px;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .wrapper .header__list {
    margin: 0 auto;
    padding-top: 90px;
    max-width: 375px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrapper .header__item {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .wrapper .header__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrapper .header__item a .eng {
    font-size: 20px;
    line-height: 26px;
    margin-right: 10px;
  }
  .wrapper .header__item a .jp {
    font-size: 14px;
    line-height: 18px;
  }
  .wrapper .header__item:last-child {
    margin-bottom: 0;
  }
  .wrapper .header__item--tel {
    margin: 5px 0 25px;
  }
  .wrapper .header__item--telIconPc {
    display: none;
  }
  .wrapper .header__item--telIconSp {
    display: block;
  }
  .wrapper .header__item--telNumber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrapper .header__item--telNumber a {
    font-size: 25px;
    line-height: 33px;
  }
  .wrapper .header__item--telNumber .jp {
    font-size: 16px;
    line-height: 21px;
  }
  .wrapper .header__item--reserve {
    width: unset;
  }
  .wrapper .header__item--reserve a {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 10%;
    background: #303234;
    -webkit-box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.4), -9px -9px 16px rgba(73, 73, 73, 0.6);
            box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.4), -9px -9px 16px rgba(73, 73, 73, 0.6);
  }
  .wrapper .header__item--reserve a img {
    display: none;
  }
  .wrapper .header__item--reserve a::after {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: inline-block;
    background-color: #ffffff;
    width: 41px;
    height: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wrapper .header__item--reserve a:hover::after {
    right: -30px;
  }
}

/*----------------------------------------------------
_footer.scss
----------------------------------------------------*/
.wrapper .footer {
  color: #ffffff;
  background-color: #303234;
}

.wrapper .footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 73px 160px 60px;
}

.wrapper .footer__sub {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}

.wrapper .footer__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
}

.wrapper .footer__addressBox {
  margin: 15px 0;
}

.wrapper .footer__address1 {
  font-size: 18px;
  line-height: 21px;
}

.wrapper .footer__address2 {
  font-size: 18px;
  line-height: 23px;
}

.wrapper .footer__tel {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}

.wrapper .footer__mail {
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 21px;
}

.wrapper .footer__button a {
  position: relative;
  text-align: center;
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper .footer__button a::after {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 41px;
  height: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper .footer__button a:hover::after {
  right: -30px;
}

.wrapper .footer__button--map a {
  background: #303234;
  -webkit-box-shadow: inset 9px 9px 16px rgba(0, 0, 0, 0.4), inset -9px -9px 16px rgba(73, 73, 73, 0.6);
          box-shadow: inset 9px 9px 16px rgba(0, 0, 0, 0.4), inset -9px -9px 16px rgba(73, 73, 73, 0.6);
}

.wrapper .footer__button--contact {
  margin-top: 25px;
}

.wrapper .footer__button--contact a {
  background: #303234;
  -webkit-box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.4), -9px -9px 16px rgba(73, 73, 73, 0.6);
          box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.4), -9px -9px 16px rgba(73, 73, 73, 0.6);
}

.wrapper .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .footer__list--mt25 {
  margin-top: 25px;
}

.wrapper .footer__item {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  margin-right: 28px;
}

.wrapper .footer__item:last-child {
  margin-right: auto;
}

.wrapper .copyright {
  padding: 30px 0 41px;
  background-color: #ffffff;
}

.wrapper .copyright__logo {
  max-width: 314px;
  width: 100%;
  margin: 0 auto;
}

.wrapper .copyright__txt {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .wrapper .footer__wrap {
    padding: 5% 11% 4%;
  }
}

@media screen and (max-width: 900px) {
  .wrapper .footer__wrap {
    padding: 60px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .footer__info {
    margin-bottom: 50px;
  }
  .wrapper .footer__addressBox {
    margin: 40px 0 15px;
  }
  .wrapper .footer__mail {
    margin-bottom: 15px;
  }
  .wrapper .footer__list {
    padding-left: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrapper .footer__list--mt25 {
    margin-top: 0;
  }
  .wrapper .footer__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wrapper .footer__item--mb0 {
    margin-bottom: 0;
  }
  .wrapper .footer__button--contact {
    margin-top: 20px;
  }
  .wrapper .copyright {
    padding: 20px 0 0;
  }
  .wrapper .copyright__logo {
    max-width: 126px;
  }
  .wrapper .copyright__txt {
    font-size: 12px;
  }
}

/*----------------------------------------------------
_top.scss
----------------------------------------------------*/
/* ローディング画面背景 */
.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.loader__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-animation: load3 1s 1 linear;
  animation: load3 1s 1 linear;
  width: 100%;
}

@-webkit-keyframes load3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes load3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.loader__txt {
  font-size: 70px;
  font-weight: 700;
  line-height: 92px;
  width: 100%;
  text-align: center;
}

.top-wrapper {
  display: none;
}

.wrapper .top {
  position: relative;
  padding-top: 129px;
}

.wrapper .top__wrap {
  max-width: 1100px;
  width: 90%;
  margin: 120px auto 0;
}

.wrapper .top .scroll {
  padding: 30px 5.5% 256px;
  background-color: #ffffff;
}

.wrapper .top .scroll .scrolldown1 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}

.wrapper .top .scroll .scrolldown1::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #303234;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 12px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 75px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 12px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 75px;
    opacity: 0;
  }
}

.wrapper .top #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.wrapper .top .fv {
  overflow: hidden;
  min-height: calc(100vh - 250px);
}

.wrapper .top .fv__list {
  position: relative;
}

.wrapper .top .fv__item {
  position: relative;
  background-color: #ffffff;
}

.wrapper .top .fv__item img {
  height: calc(100vh - 250px);
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper .top .fv__itemWrap {
  height: calc(100vh - 250px);
}

.wrapper .top .about {
  position: relative;
}

.wrapper .top .about::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 60%;
  height: 1px;
  background-color: #EA3323;
}

.wrapper .top .about::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 319px;
  background-color: #EA3323;
}

.wrapper .top .about__txt {
  margin-top: 80px;
  font-size: 18px;
  line-height: 40px;
}

.wrapper .top .achievement {
  margin-top: 160px;
}

.wrapper .top .achievement__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

.wrapper .top .achievement__item {
  position: relative;
  max-width: 350px;
  margin-right: 2.2%;
}

.wrapper .top .achievement__item:last-child {
  margin-right: auto;
}

.wrapper .top .achievement__item--t100 {
  top: 100px;
}

.wrapper .top .achievement__item--t50 {
  top: 50px;
}

.wrapper .top .achievement__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

.wrapper .top .achievement__txt::before {
  content: "";
  display: inline-block;
  background-color: #EA3323;
  width: 2px;
  height: 19px;
  margin-right: 10px;
}

.wrapper .top .achievement__txt--small {
  font-size: 12px;
  margin-left: 5px;
}

.wrapper .top .strength {
  margin-top: 263px;
}

.wrapper .top .strength__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .top .strength__list--t80 {
  margin-top: 80px;
}

.wrapper .top .strength__list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper .top .strength__item {
  width: 31%;
  margin-right: 2.7%;
}

.wrapper .top .strength__item:last-child {
  margin-right: auto;
}

.wrapper .top .strength__item--left {
  margin: 0 2.7% 0 auto;
}

.wrapper .top .strength__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

.wrapper .top .strength__txt::before {
  content: "";
  display: inline-block;
  background-color: #EA3323;
  width: 2px;
  height: 19px;
  margin-right: 10px;
}

.wrapper .top .news {
  margin-top: 162px;
}

.wrapper .top .news__list {
  max-width: 720px;
  width: 90%;
  margin: 60px auto 0;
}

.wrapper .top .news__item {
  border-bottom: 1px solid #C0C0C0;
  padding: 20px 0;
}

.wrapper .top .news__date {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.wrapper .top .news__txt {
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}

.wrapper .top .contact {
  margin: 160px 0;
}

.wrapper .top .contact .top__titleBox {
  margin: 0 auto;
}

.wrapper .top .contact .top__titleBox::after {
  margin: 17px auto 0;
}

.wrapper .top .contact .top__titleEn {
  text-align: center;
  margin: 0 auto;
}

.wrapper .top .contact .top__titleJp {
  text-align: center;
  margin: 0 auto;
}

.wrapper .top .contact__txt {
  text-align: center;
  margin: 80px auto 40px;
  font-size: 20px;
  line-height: 40px;
}

.wrapper .top .contact__button {
  max-width: 435px;
  width: 100%;
  margin: 0 auto;
}

.wrapper .top .contact__button a {
  position: relative;
  display: block;
  width: 435px;
  height: 84px;
  line-height: 84px;
  color: #ffffff;
  background-color: #303234;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.wrapper .top .contact__button a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 40px;
  height: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper .top .contact__button a::after {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #303234;
  width: 40px;
  height: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper .top .contact__button a:hover::before {
  right: 0;
}

.wrapper .top .contact__button a:hover::after {
  right: -40px;
}

@media screen and (max-width: 1100px) {
  .wrapper .top .achievement__txt {
    font-size: clamp(1.5vw, 14px, 2.4vw);
  }
  .wrapper .top .achievement__txt::before {
    margin-right: 6px;
  }
  .wrapper .top .achievement__txt--small {
    font-size: 10px;
    margin-left: 3px;
  }
}

@media screen and (max-width: 1060px) {
  .wrapper .top .about::after {
    height: 20vw;
  }
}

@media screen and (max-width: 1000px) {
  .loader__txt {
    font-size: 32px;
    line-height: 42px;
  }
  .wrapper .top {
    padding-top: 53px;
  }
  .wrapper .top__wrap {
    margin-top: 0;
  }
  .wrapper .top .scroll {
    padding: 30px 20px 165px;
  }
  .wrapper .top .fv {
    min-height: 262px;
  }
  .wrapper .top .fv__item img {
    height: 262px;
  }
  .wrapper .top .fv__itemWrap {
    height: 262px;
  }
  .wrapper .top .fv__txt {
    font-size: 32px;
    line-height: 42px;
  }
  .wrapper .top .about::before {
    display: none;
  }
  .wrapper .top .about::after {
    display: none;
  }
  .wrapper .top .about__txt {
    margin-top: 60px;
  }
  .wrapper .top .achievement {
    margin-top: 100px;
  }
  .wrapper .top .achievement__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .top .achievement__item {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .wrapper .top .achievement__item--t50 {
    top: 0;
  }
  .wrapper .top .achievement__item--t100 {
    top: 0;
  }
  .wrapper .top .achievement__txt {
    margin-top: 10px;
    font-size: 20px;
  }
  .wrapper .top .achievement__txt::before {
    margin-right: 10px;
  }
  .wrapper .top .achievement__txt--small {
    font-size: 13px;
  }
  .wrapper .top .strength {
    margin-top: 100px;
  }
  .wrapper .top .strength__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .top .strength__list--center {
    margin-top: 40px;
  }
  .wrapper .top .strength__list--t80 {
    margin-top: 56px;
  }
  .wrapper .top .strength__item {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .wrapper .top .strength__txt {
    margin-top: 10px;
    font-size: 18px;
  }
  .wrapper .top .news {
    margin-top: 100px;
  }
  .wrapper .top .news__list {
    width: 100%;
  }
  .wrapper .top .news__item {
    padding: 15px 0;
  }
  .wrapper .top .news__date {
    font-size: 14px;
  }
  .wrapper .top .news__txt {
    font-size: 14px;
  }
  .wrapper .top .contact {
    margin-top: 100px;
  }
  .wrapper .top .contact .top__titleBox {
    margin: 0;
  }
  .wrapper .top .contact .top__titleBox::after {
    margin: 10px 0 0 0;
  }
  .wrapper .top .contact .top__titleEn {
    margin: unset;
    text-align: left;
  }
  .wrapper .top .contact .top__titleJp {
    margin: unset;
    text-align: left;
  }
  .wrapper .top .contact__txt {
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    margin: 60px auto 40px;
  }
  .wrapper .top .contact__button a {
    width: 76%;
    font-size: 18px;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
_top.scss
----------------------------------------------------*/
.wrapper .under {
  padding-top: 129px;
}

.wrapper .under #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.wrapper .under .fv {
  position: relative;
}

.wrapper .under .fv__txtBox {
  padding: 18px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 6%;
  background-color: #ffffff;
}

.wrapper .under .fv__txtBox::before {
  position: relative;
  top: 20px;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #333333;
}

.wrapper .under .fv__txtWrap {
  margin-left: 30px;
}

.wrapper .under .fv__txtJp {
  font-size: 50px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 7px;
}

.wrapper .under .fv__txtEn {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.wrapper .under .message__wrap {
  max-width: 880px;
  width: 90%;
  margin: 160px auto 0;
}

.wrapper .under .message__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 30px;
}

.wrapper .under .message__label::before {
  content: "";
  display: inline-block;
  background-color: #C4231F;
  width: 3px;
  height: 30px;
  margin-right: 22px;
}

.wrapper .under .message__img {
  margin-bottom: 40px;
}

.wrapper .under .message__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
}

.wrapper .under .message__sub {
  font-size: 20px;
  font-weight: 400;
}

.wrapper .under .message__name {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}

.wrapper .under .message__txt {
  line-height: 35px;
  margin-bottom: 20px;
}

.wrapper .under .message__txt:last-child {
  margin-bottom: 0;
}

.wrapper .under .message__imgName {
  max-width: 240px;
  width: 100%;
  margin: 0 0 0 auto;
}

.wrapper .under .service__wrap {
  max-width: 1080px;
  width: 90%;
  margin: 163px auto 0;
}

.wrapper .under .service__title {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.wrapper .under .service__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .under .service__list1--mt90 {
  margin-top: 90px;
}

.wrapper .under .service__list1--mb50 {
  margin-bottom: 50px;
}

.wrapper .under .service__list1--mb120 {
  margin-bottom: 120px;
}

.wrapper .under .service__list2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .under .service__list2--t80 {
  margin-top: 80px;
}

.wrapper .under .service__list2--mt50 {
  margin-top: 50px;
}

.wrapper .under .service__list2--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper .under .service__item1 {
  position: relative;
}

.wrapper .under .service__item1:first-child {
  margin-right: 20px;
}

.wrapper .under .service__item1:last-child {
  margin-left: 20px;
}

.wrapper .under .service__img {
  position: relative;
}

.wrapper .under .service__img2 {
  margin-bottom: 60px;
}

.wrapper .under .service__label1 {
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  color: #333333;
}

.wrapper .under .service__label2 {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  margin-top: 25px;
}

.wrapper .under .service__sub {
  position: absolute;
  display: inline-block;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.wrapper .under .service__sub--vertical {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: -46px;
  right: 25px;
  padding: 15px 10px;
  letter-spacing: 0.17em;
}

.wrapper .under .service__sub--row {
  bottom: -10px;
  left: 0;
  padding: 7px 20px;
}

.wrapper .under .service__txt1 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.wrapper .under .service__txt2 {
  line-height: 40px;
  font-size: 19px;
  font-weight: bold;
}

.wrapper .under .service__txt2--mb15 {
  margin-bottom: 15px;
}

.wrapper .under .service__txt3 {
  line-height: 40px;
  font-size: 19px;
  font-weight: bold;
}

.wrapper .under .service__txt4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

.wrapper .under .service__txt4::before {
  content: "";
  display: inline-block;
  background-color: #EA3323;
  width: 2px;
  height: 19px;
  margin-right: 10px;
}

.wrapper .under .service__txt5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}

.wrapper .under .service__txt6 {
  line-height: 40px;
}

.wrapper .under .service__txt6--mb30 {
  margin-bottom: 30px;
}

.wrapper .under .service__leading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 30px;
}

.wrapper .under .service__leading::before {
  content: "";
  display: inline-block;
  background-color: #C4231F;
  width: 3px;
  height: 40px;
  margin-right: 22px;
}

.wrapper .under .service__leading--mt160 {
  margin-top: 160px;
}

.wrapper .under .service__item2 {
  width: 31%;
  margin-right: 2.2%;
}

.wrapper .under .service__item2:last-child {
  margin-right: auto;
}

.wrapper .under .service__item2--left {
  margin: 0 2.7% 0 auto;
}

.wrapper .under .service__rebone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.wrapper .under .service__reboneTxt a {
  margin-right: 15px;
  line-height: 25px;
}

.wrapper .under .table__wrap {
  max-width: 1278px;
  width: 88%;
  margin: 163px auto 0;
}

.wrapper .under .table__leading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 60px;
}

.wrapper .under .table__leading::before {
  content: "";
  display: inline-block;
  background-color: #C4231F;
  width: 3px;
  height: 30px;
  margin-right: 22px;
}

.wrapper .under .table__listBox {
  margin-top: 120px;
}

.wrapper .under .table__listBox:first-child {
  margin-top: 0;
}

.wrapper .under .table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .under .table__item:last-child .table__subjectBox {
  border-bottom: 2px solid #A1A1A1;
}

.wrapper .under .table__item:last-child .table__txtBox {
  border-bottom: 2px solid #E9E9E9;
}

.wrapper .under .table__subject {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

.wrapper .under .table__subjectBox {
  max-width: 211px;
  width: 100%;
  padding: 25px 0;
  border-top: 2px solid #A1A1A1;
}

.wrapper .under .table__txt {
  font-size: 16px;
  line-height: 25px;
}

.wrapper .under .table__txtBox {
  width: 100%;
  padding: 25px 80px;
  border-top: 2px solid #E9E9E9;
}

.wrapper .under .table__txt--liveone {
  display: inline-block;
  margin-left: 15px;
  color: #0000EE;
  text-decoration: underline;
}

.wrapper .under .table__txt--lh35 {
  line-height: 35px;
}

.wrapper .under .archive__wrap {
  max-width: 813px;
  width: 90%;
  margin: 140px auto 0;
}

.wrapper .under .archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid #C0C0C0;
}

.wrapper .under .archive__date {
  font-weight: bold;
  line-height: 30px;
}

.wrapper .under .archive__date {
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
}

.wrapper .under .archive__txt {
  font-weight: bold;
  line-height: 30px;
}

.wrapper .under .archive__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.wrapper .under .archive__button a {
  width: 215px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 10px;
  color: #ffffff;
  background-color: #303234;
}

.wrapper .under .archive__button a:first-child {
  margin-right: 10px;
}

.wrapper .under .archive__button a:last-child {
  margin-left: 10px;
}

.wrapper .under .archive__button .page-numbers {
  display: none;
}

.wrapper .under .archive__button .prev, .wrapper .under .archive__button .next {
  display: block !important;
}

.wrapper .under .single__wrap {
  max-width: 840px;
  width: 90%;
  margin: 160px auto 0;
}

.wrapper .under .single__date {
  line-height: 35px;
  font-weight: bold;
}

.wrapper .under .single__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin: 34px 0 60px;
}

.wrapper .under .single__txt {
  line-height: 30px;
  letter-spacing: 0.13em;
  word-wrap: break-word;
  padding-bottom: 60px;
  border-bottom: 1px solid #C0C0C0;
}

.wrapper .under .single__button a {
  width: 272px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 10px;
  color: #ffffff;
  background-color: #303234;
  margin: 40px auto 0;
}

.wrapper .under .contactForm {
  margin: 133px 0 80px;
}

.wrapper .under .contactForm__flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .under .contactForm__flow {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 80px;
  background-color: #F5F5F6;
  font-weight: bold;
}

.wrapper .under .contactForm__flow--active {
  color: #ffffff;
  background-color: #EA3323;
}

.wrapper .under .contactForm__flow--step {
  margin-right: 20px;
}

.wrapper .under .contactForm__txt1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  max-width: 775px;
  width: 100%;
  margin: 80px auto 47px;
}

.wrapper .under .contactForm__txt1--red {
  color: #EA3323;
}

.wrapper .under .contactForm__form {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  background-color: #F5F5F6;
  padding: 57px 131px 100px 100px;
}

.wrapper .under .contactForm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.wrapper .under .contactForm__item--mb0 {
  margin-bottom: 0;
}

.wrapper .under .contactForm__item--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wrapper .under .contactForm__left {
  position: relative;
  min-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .under .contactForm__subject {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}

.wrapper .under .contactForm__require {
  position: relative;
  top: 4px;
  font-size: 10px;
  font-weight: 500;
  color: #DF0101;
}

.wrapper .under .contactForm__right {
  max-width: 598px;
  width: 100%;
}

.wrapper .under .contactForm__right p {
  line-height: 40px;
}

.wrapper .under .contactForm__input {
  width: 100%;
  height: 54px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px;
}

.wrapper .under .contactForm__textarea {
  width: 100%;
  min-height: 332px;
  line-height: 40px;
  background-color: #ffffff;
  padding: 11px 34px;
}

.wrapper .under .contactForm__agree {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

.wrapper .under .contactForm__agree input {
  margin-right: 20px;
}

.wrapper .under .contactForm__button {
  position: relative;
  max-width: 435px;
  width: 100%;
  margin: 0 auto;
}

.wrapper .under .contactForm__button input {
  position: relative;
  display: block;
  width: 435px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.wrapper .under .contactForm__button::before {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 40px;
  height: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper .under .contactForm__button::after {
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #303234;
  width: 40px;
  height: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper .under .contactForm__button.confirm input {
  color: #ffffff;
  background-color: #303234;
}

.wrapper .under .contactForm__button.submit {
  margin-bottom: 30px;
}

.wrapper .under .contactForm__button.submit input {
  color: #ffffff;
  background-color: #303234;
}

.wrapper .under .contactForm__button.back::before {
  background-color: #303234;
}

.wrapper .under .contactForm__button.back input {
  color: #303234;
  background-color: #ffffff;
  border: 1px solid #303234;
}

.wrapper .under .contactForm__button:hover::before {
  right: 0;
}

.wrapper .under .contactForm__button:hover::after {
  right: -40px;
}

.wrapper .under .contactForm.thanksWrap {
  margin: 133px 0 160px;
}

.wrapper .under .contactForm .mw_wp_form .back, .wrapper .under .contactForm .mw_wp_form .submit {
  display: none;
}

.wrapper .under .contactConfirm__flowList--mb214 {
  margin-bottom: 214px;
}

.wrapper .under .contactConfirm__form {
  background-color: #ffffff;
}

.wrapper .under .contactConfirm__agree {
  display: none;
}

.wrapper .under .contactConfirm__none {
  display: none;
}

.wrapper .under .contactConfirm .mw_wp_form_confirm .contactForm__form {
  background-color: #ffffff;
}

.wrapper .under .contactConfirm .mw_wp_form_confirm .contactForm__agree {
  display: none;
}

.wrapper .under .contactConfirm .mw_wp_form_confirm .confirm {
  display: none;
}

.wrapper .under .contactConfirm .mw_wp_form_confirm .back, .wrapper .under .contactConfirm .mw_wp_form_confirm .submit {
  display: block;
}

.wrapper .under .thanks__title {
  font-size: 50px;
  line-height: 75px;
  font-weight: bold;
  margin: 120px 0 70px;
  text-align: center;
}

.wrapper .under .thanks__txt {
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.wrapper .under .contact {
  margin: 135px 0 160px;
}

.wrapper .under .contact .top__titleBox {
  margin: 0 auto;
}

.wrapper .under .contact .top__titleBox::after {
  margin: 17px auto 0;
}

.wrapper .under .contact .top__titleEn {
  text-align: center;
  margin: 0 auto;
}

.wrapper .under .contact .top__titleJp {
  text-align: center;
  margin: 0 auto;
}

.wrapper .under .contact__txt {
  text-align: center;
  margin: 80px auto 40px;
  font-size: 20px;
  line-height: 40px;
}

.wrapper .under .contact__button {
  max-width: 435px;
  width: 100%;
  margin: 0 auto;
}

.wrapper .under .contact__button a {
  position: relative;
  display: block;
  width: 435px;
  height: 84px;
  line-height: 84px;
  color: #ffffff;
  background-color: #303234;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.wrapper .under .contact__button a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 40px;
  height: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper .under .contact__button a::after {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #303234;
  width: 40px;
  height: 1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper .under .contact__button a:hover::before {
  right: 0;
}

.wrapper .under .contact__button a:hover::after {
  right: -40px;
}

.wrapper .under .privacypolicy {
  max-width: 1040px;
  width: 72%;
  margin: 118px auto 0;
}

.wrapper .under .privacypolicy__wrap {
  margin-top: 60px;
}

.wrapper .under .privacypolicy__leading {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  margin: 0 0 20px;
}

.wrapper .under .privacypolicy__txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

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

.wrapper .under .privacypolicy__txt--pd40 {
  padding: 0 40px 0 40px;
}

.wrapper .under .privacypolicy__txt--pd80 {
  padding: 0 40px 0 80px;
}

.wrapper .under .privacypolicy__txt--pd120 {
  padding: 0 40px 0 120px;
}

.wrapper .under .privacypolicy__txt--mb10 {
  margin-bottom: 10px;
}

.wrapper .under .privacypolicy__txt--mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .wrapper .under .service__title {
    font-size: 32px;
  }
  .wrapper .under .service__txt1 {
    font-size: 20px;
  }
  .wrapper .under .contactForm__flow {
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
  }
  .wrapper .under .contactForm__flow--step {
    margin-right: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .wrapper .under .contactForm__form {
    padding: 57px 40px 100px 40px;
  }
  .wrapper .under .contactForm__item {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .wrapper .under .contactForm__left {
    margin-right: 30px;
  }
}

@media screen and (max-width: 900px) {
  .wrapper .under {
    padding-top: 53px;
  }
  .wrapper .under .fv__txtBox {
    left: 2.6%;
    padding: 15px;
  }
  .wrapper .under .fv__txtBox::before {
    width: 40px;
  }
  .wrapper .under .fv__txtWrap {
    margin-left: 10px;
  }
  .wrapper .under .fv__txtJp {
    font-size: 25px;
    margin-bottom: 0;
  }
  .wrapper .under .fv__txtEn {
    font-size: 15px;
    line-height: 20px;
  }
  .wrapper .under .message__wrap {
    width: 100%;
    padding: 0 20px;
    margin: 60px auto 0;
  }
  .wrapper .under .message__title {
    font-size: 25px;
  }
  .wrapper .under .service__wrap {
    margin: 60px auto 0;
  }
  .wrapper .under .service__title {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: left;
  }
  .wrapper .under .service__txt1 {
    font-size: 18px;
    line-height: 35px;
    text-align: left;
  }
  .wrapper .under .service__list1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .under .service__list1--mt90 {
    margin-top: 70px;
  }
  .wrapper .under .service__list1--mb120 {
    margin-bottom: 90px;
  }
  .wrapper .under .service__list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .under .service__list2--center {
    margin-top: 40px;
  }
  .wrapper .under .service__list2--t80 {
    margin-top: 56px;
  }
  .wrapper .under .service__item1:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .wrapper .under .service__item1:last-child {
    margin-left: 0;
  }
  .wrapper .under .service__item2 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .wrapper .under .service__item2:last-child {
    margin-bottom: 0;
  }
  .wrapper .under .service__txt4 {
    margin-top: 10px;
    font-size: 18px;
  }
  .wrapper .under .service__txt5 {
    font-size: 25px;
    line-height: 40px;
  }
  .wrapper .under .service__txt6 {
    line-height: 35px;
  }
  .wrapper .under .service__txt6--mb30 {
    margin-bottom: 40px;
  }
  .wrapper .under .service__sub--vertical {
    right: 10px;
    top: -40px;
    font-size: 20px;
    padding: 8px 9px;
    line-height: 20px;
  }
  .wrapper .under .service__sub--row {
    font-size: 25px;
  }
  .wrapper .under .service__leading {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .wrapper .under .service__leading::before {
    height: 24px;
    margin-right: 19px;
  }
  .wrapper .under .service__leading--mt160 {
    margin-top: 90px;
  }
  .wrapper .under .service__label2 {
    margin-top: 30px;
    line-height: 35px;
  }
  .wrapper .under .service__img2 {
    margin-bottom: 30px;
  }
  .wrapper .under .service__rebone {
    margin-top: 15px;
  }
  .wrapper .under .service__reboneTxt {
    margin-right: 0;
  }
  .wrapper .under .service__reboneTxt a {
    margin-top: 5px;
  }
  .wrapper .under .archive__wrap {
    margin: 35px auto 0;
  }
  .wrapper .under .archive__item {
    padding: 25px 0;
  }
  .wrapper .under .archive__date {
    font-weight: 400;
  }
  .wrapper .under .archive__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper .under .archive__button a {
    width: 80%;
    margin: 0 auto;
  }
  .wrapper .under .archive__button a:first-child {
    margin-right: auto;
    margin-bottom: 16px;
  }
  .wrapper .under .archive__button a:last-child {
    margin-left: auto;
  }
  .wrapper .under .single__wrap {
    width: 100%;
    padding: 0 20px;
    margin: 60px auto 0;
  }
  .wrapper .under .single__date {
    font-size: 14px;
    line-height: 35px;
  }
  .wrapper .under .single__title {
    margin: 10px 0 20px;
    font-size: 20px;
  }
  .wrapper .under .single__txt {
    line-height: 30px;
    padding-bottom: 30px;
  }
  .wrapper .under .single__button a {
    max-width: 400px;
    width: 80%;
  }
  .wrapper .under .table__wrap {
    margin: 60px auto 0;
  }
  .wrapper .under .table__leading {
    margin-bottom: 40px;
  }
  .wrapper .under .table__listBox {
    margin-top: 60px;
  }
  .wrapper .under .table__subjectBox {
    max-width: 110px;
    padding: 20px 0 20px 10px;
  }
  .wrapper .under .table__txtBox {
    padding: 20px 10px;
  }
  .wrapper .under .table__txt--liveone {
    margin-left: 0;
  }
  .wrapper .under .table__txt--lh30 {
    line-height: 30px;
  }
  .wrapper .under .contactForm {
    margin: 60px auto 100px;
  }
  .wrapper .under .contactForm__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
    line-height: unset;
    padding: 4px 0;
    font-size: 14px;
    text-align: center;
  }
  .wrapper .under .contactForm__flow--step {
    margin-right: 12px;
  }
  .wrapper .under .contactForm.thanksWrap {
    margin: 60px 0 100px;
  }
  .wrapper .under .contactForm__txt1 {
    margin: 30px auto 50px;
    font-size: 18px;
    line-height: 30px;
  }
  .wrapper .under .contactForm__wrap {
    padding: 0 20px;
  }
  .wrapper .under .contactForm__form {
    width: 100%;
    padding: 40px 20px;
  }
  .wrapper .under .contactForm__left {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .wrapper .under .contactForm__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .under .contactForm__right {
    max-width: unset;
  }
  .wrapper .under .contactForm__textarea {
    padding: 20px;
    line-height: 35px;
  }
  .wrapper .under .contactForm__agree {
    font-size: 14px;
  }
  .wrapper .under .contactForm__agree input {
    margin-right: 15px;
  }
  .wrapper .under .contactForm__button input {
    max-width: 500px;
    width: 100%;
  }
  .wrapper .under .contactConfirm__flowList--mb214 {
    margin-bottom: 214px;
  }
  .wrapper .under .contactConfirm__form {
    background-color: #ffffff;
  }
  .wrapper .under .contactConfirm__agree {
    display: none;
  }
  .wrapper .under .contactConfirm__none {
    display: none;
  }
  .wrapper .under .thanks__title {
    font-size: 20px;
    line-height: 30px;
    margin: 60px 0 30px;
    text-align: left;
    padding: 0 28px;
  }
  .wrapper .under .thanks__txt {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  .wrapper .under .contact {
    width: 88%;
    margin: 100px auto 50px;
  }
  .wrapper .under .contact .top__titleBox {
    margin: 0;
  }
  .wrapper .under .contact .top__titleBox::after {
    margin: 10px 0 0 0;
  }
  .wrapper .under .contact .top__titleEn {
    margin: unset;
    text-align: left;
  }
  .wrapper .under .contact .top__titleJp {
    margin: unset;
    text-align: left;
  }
  .wrapper .under .contact__txt {
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    margin: 60px auto 40px;
  }
  .wrapper .under .contact__button a {
    width: 76%;
    font-size: 14px;
    margin: 0 auto;
  }
  .wrapper .under .privacypolicy {
    width: 100%;
    padding: 0 20px;
    margin: 60px auto 0;
  }
  .wrapper .under .privacypolicy__wrap {
    margin-top: 40px;
  }
  .wrapper .under .privacypolicy__leading {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .wrapper .under .privacypolicy__txt {
    font-size: 16px;
  }
  .wrapper .under .privacypolicy__txt--pd40 {
    padding: 0 0 0 10px;
  }
  .wrapper .under .privacypolicy__txt--pd80 {
    padding: 0 0 0 20px;
  }
  .wrapper .under .privacypolicy__txt--pd120 {
    padding: 0 0 0 30px;
  }
  .wrapper .under .privacypolicy__txt--mb10 {
    margin-bottom: 0px;
  }
  .wrapper .under .privacypolicy__txt--mb20 {
    margin-bottom: 0px;
  }
  .wrapper .under .privacypolicy__txt--mbsp {
    margin-bottom: 10px;
  }
  .wrapper .under .privacypolicy__txt--indent {
    padding-left: 1em;
    text-indent: -1em;
  }
}
/*# sourceMappingURL=styles.css.map */

.ss-text {
    line-height: 600% !important;
}