@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*# sourceMappingURL=sanitize.css.map */
.row {
  display: flex;
  flex-wrap: wrap;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -10px;
}
.row--std .row__item {
  padding: 10px;
}
.row--wide {
  margin: -10px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -20px;
  }
}
.row--wide .row__item {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 20px;
  }
}
.row--business {
  margin: -20px;
}
@media screen and (min-width: 768px) {
  .row--business {
    margin: -30px;
  }
}
.row--business .row__item {
  padding: 20px 50px;
}
@media screen and (min-width: 768px) {
  .row--business .row__item {
    padding: 30px;
  }
}
.row--center {
  justify-content: center;
}
.row--align-center {
  align-items: center;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .container--pctab-nomg {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .container--min {
    max-width: 860px;
  }
}
@media screen and (min-width: 1024px) {
  .container--mid {
    max-width: 1064px;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
/*  ヘッダー AおよびB */
.header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 100;
  background: #fff;
  opacity: 1;
  transition: 0.2s ease-out;
}

@media screen and (max-width: 767px) {
  .header {
    background: transparent;
  }
}

@media screen and (min-width: 768px) {
  .header {
    position: relative;
    display: none;
  }
}
.header--sub {
  position: fixed;
  display: block;
  opacity: 1;
}
.header--sub .header__body {
  padding-top: 0;
  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;
}
.header--sub .header__body .header__link {
  color: #999;
}
.header__logo {
  display: block;
}
.header__logo img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .header__menu {
    padding: 1rem 0;
  }
}
.header__img {
  width: 100%;
}
.header__btn {
  position: absolute;
  top: 35px;
  right: 15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(11, 65, 153, 0.5);
}
.header__nav {
  display: flex;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header__nav {
    flex-direction: column;
  }
}
.header__link {
  font-size: 1.2rem;
  font-weight: bold;
  color: #999;
  margin-right: 2rem;
}
.header__link::after {
  color: #999;
}
@media screen and (min-width: 768px) {
  .header__link {
    color: #fff;
  }
  .header__link::after {
    color: #fff !important;
  }
}
.header__other {
  position: absolute;
  top: 10px;
  right: 185px;
}

.menu-btn {
  display: block;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 45%;
  left: 23%;
  display: block;
  width: 55%;
  height: 3px;
  transition: 0.2s ease-out;
  background: #0B4199;
}
.menu-btn__line:nth-child(1) {
  transform: translateY(-7px);
}
.menu-btn__line:nth-child(2) {
  top: 47%;
}
.menu-btn__line:nth-child(3) {
  transform: translateY(9px);
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn--open .menu-btn__line:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}

.gnav .header-logo-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: 0.2s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .gnav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .gnav--open .header-logo-sp {
    display: block;
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 44px;
  }
}

.gnav-list {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gnav-list {
    flex-direction: row;
  }
}
.gnav-list__item {
  transition: 0.2s ease-out;
}
.gnav-list__item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .gnav-list__item + .gnav-list__item {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item + .gnav-list__item {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .gnav-list__item--pc-none {
    display: none !important;
  }
  .gnav-list__item--pc-none .gnav-list__link,
.gnav-list__item--pc-none .btn {
    display: none !important;
  }
}
.gnav-list__link {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 20px 10px;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .gnav-list__link {
    font-size: 1.8rem;
  }
}
.gnav-list__link--blank {
  padding: 20px 30px 20px 10px;
}
.gnav-list__link--blank::before, .gnav-list__link--blank::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  content: "\e902";
  overflow: hidden;
  width: 20px;
  color: #F2B939;
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  margin-right: 1rem;
  transition: 0.3s ease-out;
  transform: translateY(-50%);
}
.gnav-list__link--blank::before {
  opacity: 1;
  top: 50%;
  left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .gnav-list__link--blank::before {
    left: 9rem;
  }
}
.gnav-list__link--blank::after {
  opacity: 0;
  top: calc(50% + 1.5rem);
  left: 6rem;
}
.gnav-list__link--blank:hover::before {
  opacity: 0;
  top: calc(50% - 2.5rem);
  left: 9.5rem;
}
.gnav-list__link--blank:hover::after {
  opacity: 1;
  top: calc(50% - 0.5rem);
  left: 8rem;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
  z-index: -10;
  height: auto;
}
@media screen and (max-width: 767px) {
  .hero {
    height: 100vh;
  }
}
.hero:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #52A9F7, #0D52A2);
}
.hero__message {
  display: block;
  width: 100%;
}
.hero__body {
  display: flex;
  align-items: center;
}
.hero__logo {
  margin-top: 2rem;
  left: 2rem;
  display: inline-block;
  position: absolute;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .hero__logo:before {
    position: absolute;
    top: -6rem;
    left: -5rem;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 210px 230px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .hero__logo {
    margin-top: 3rem;
  }
  .hero__logo:before {
    position: absolute;
    top: -3rem;
    left: -2rem;
    border-width: 210px 230px 0 0;
  }
}
.hero__logo-img {
  width: auto;
  height: 48px;
}
.hero__logo-img--pc {
  height: 39px;
}
@media screen and (min-width: 1024px) {
  .hero__logo-img--pc {
    height: 61px;
  }
}
@media screen and (max-width: 767px) {
  .hero__logo-img--pc {
    display: none;
  }
}
.hero__logo-img--sp {
  height: auto;
  width: 100%;
  max-width: 44px;
}
@media screen and (min-width: 768px) {
  .hero__logo-img--sp {
    display: none;
  }
}
.hero--sub {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/wave1.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: none;
          animation: none;
}
@media screen and (min-width: 768px) {
  .hero--sub {
    height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .hero--sub .hero-title {
    margin-top: 7rem;
  }
}
.hero--sub:after {
  display: none;
}
.hero__sub-logo {
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 44px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .hero__sub-logo {
    display: none;
  }
}
.hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.background-grad {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 100vw;
  height: 65%;
  overflow: hidden;
  z-index: -15;
}
@media screen and (max-width: 767px) {
  .background-grad {
    display: none;
  }
}
.background-grad__item {
  width: 100%;
}
.background-grad__item--up {
  -webkit-animation: bggradient-up 30s ease-in-out infinite;
          animation: bggradient-up 30s ease-in-out infinite;
}
.background-grad__item--down {
  -webkit-animation: bggradient-up 30s ease-in-out infinite;
          animation: bggradient-up 30s ease-in-out infinite;
}
.background-grad img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes bggradient-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes bggradient-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.hero-title {
  text-align: left;
  letter-spacing: 0.07em;
}
.hero-title-ja {
  display: block;
  line-height: 1.9;
  color: #0B4199;
}
@media screen and (min-width: 1024px) {
  .hero-title-ja {
    font-size: 2.6rem;
  }
}
.hero-title-en {
  display: block;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #F1F8FF;
  line-height: 1;
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  .hero-title-en {
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .hero-title-en {
    font-size: 9rem;
  }
}

.hero-slider {
  z-index: 2;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .hero-slider {
    border-radius: 14px;
    overflow: hidden;
  }
}
.hero-slider__item {
  height: 100%;
}
.hero-slider__img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message {
  position: absolute;
  top: 0;
  padding: 0;
}
.message__title {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #0B4199;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .message__title {
    text-align: right;
    font-size: 2.2rem;
    padding: 0;
    margin: 1rem 8rem 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .message__title {
    font-size: 2.8rem;
    margin: 2rem 15rem 0 auto;
  }
}
.message__title-large {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .message__title-large {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__title-large {
    font-size: 3.4rem;
  }
}
.message__en-title {
  font-size: 3rem;
  font-weight: normal;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.07em;
  padding: 8rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .message__en-title {
    padding: 1rem 0 0;
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__en-title {
    font-size: 8.2rem;
  }
}

.fv-anime {
  position: relative;
  overflow: hidden;
}
.fv-anime:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(37, 123, 204, 0.2);
  mix-blend-mode: hue;
}
@media screen and (max-width: 767px) {
  .fv-anime {
    display: none;
  }
}

.scenery {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}
.scenery img {
  width: 100%;
  height: auto;
}
.scenery--05 {
  z-index: -11;
}
.scenery--04 {
  z-index: -10;
}
.scenery--03 {
  z-index: -9;
}
.scenery--02 {
  z-index: -8;
}
.scenery--01 {
  position: relative;
  z-index: -7;
}

.car__tunnel {
  position: absolute;
  overflow: hidden;
  width: 26%;
  height: 26px;
  bottom: 43%;
  border-radius: 0 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .car__tunnel {
    height: 4%;
    bottom: 42%;
  }
}
.car__item {
  position: absolute;
  z-index: 5;
}
.car__item img {
  height: 100%;
  width: auto;
}
.car__item--truck01 {
  height: 20px;
  -webkit-animation: truck01 8s ease-in-out infinite;
          animation: truck01 8s ease-in-out infinite;
}
@media screen and (min-width: 1024px) {
  .car__item--truck01 {
    height: 100%;
    -webkit-animation: truck01 10s ease-in-out infinite;
            animation: truck01 10s ease-in-out infinite;
  }
}
.car__item--truck02, .car__item--truck03 {
  bottom: 36%;
  height: 25px;
  z-index: -9;
}
@media screen and (min-width: 1024px) {
  .car__item--truck02, .car__item--truck03 {
    bottom: 35%;
    height: 5%;
  }
}
.car__item--truck02 {
  -webkit-animation: truck02 20s ease-in-out infinite;
          animation: truck02 20s ease-in-out infinite;
}
@media screen and (min-width: 1024px) {
  .car__item--truck02 {
    -webkit-animation: truck02 15s ease-in-out infinite;
            animation: truck02 15s ease-in-out infinite;
  }
}
.car__item--truck03 {
  -webkit-animation: truck03 25s ease-in-out infinite;
          animation: truck03 25s ease-in-out infinite;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1024px) {
  .car__item--truck03 {
    -webkit-animation: truck03 20s ease-in-out infinite;
            animation: truck03 20s ease-in-out infinite;
  }
}
.car__item--truck04, .car__item--truck05 {
  height: 35px;
  bottom: 9%;
  z-index: -8;
}
@media screen and (min-width: 1024px) {
  .car__item--truck04, .car__item--truck05 {
    height: 7%;
  }
}
.car__item--truck04 {
  -webkit-animation: truck04 20s ease-in-out infinite;
          animation: truck04 20s ease-in-out infinite;
}
.car__item--truck05 {
  -webkit-animation: truck05 15s ease-in-out infinite;
          animation: truck05 15s ease-in-out infinite;
  transform: scale(-1, 1);
}
.car__item--ordinary01, .car__item--ordinary02, .car__item--ordinary03 {
  bottom: 10%;
  height: 25px;
  z-index: -8;
}
@media screen and (min-width: 1024px) {
  .car__item--ordinary01, .car__item--ordinary02, .car__item--ordinary03 {
    bottom: 9%;
    height: 5%;
  }
}
.car__item--ordinary01 {
  -webkit-animation: ordinary01 20s ease-in-out infinite;
          animation: ordinary01 20s ease-in-out infinite;
}
.car__item--ordinary02 {
  -webkit-animation: ordinary02 10s ease-in-out infinite;
          animation: ordinary02 10s ease-in-out infinite;
}
.car__item--ordinary03 {
  -webkit-animation: ordinary03 15s ease-in-out infinite;
          animation: ordinary03 15s ease-in-out infinite;
}
.car__item--train01, .car__item--train02 {
  bottom: 29%;
  height: 25px;
  z-index: -9;
}
@media screen and (min-width: 1024px) {
  .car__item--train01, .car__item--train02 {
    bottom: 28%;
    height: 4%;
  }
}
.car__item--train01 {
  -webkit-animation: train01 25s ease-in-out infinite;
          animation: train01 25s ease-in-out infinite;
}
.car__item--train02 {
  -webkit-animation: train02 20s ease-in-out infinite;
          animation: train02 20s ease-in-out infinite;
}

.service-icon__item {
  position: absolute;
  z-index: 5;
}
.service-icon__item:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  border-left: 1px #fff dashed;
  transform: translateX(-50%);
}
.service-icon__item img {
  height: 100%;
  width: auto;
  -o-object-position: center;
     object-position: center;
}
.service-icon__item--factory01, .service-icon__item--factory02, .service-icon__item--transport, .service-icon__item--main-office {
  height: 55px;
  width: 55px;
}
@media screen and (min-width: 1024px) {
  .service-icon__item--factory01, .service-icon__item--factory02, .service-icon__item--transport, .service-icon__item--main-office {
    height: 7%;
    width: 4%;
  }
}
.service-icon__item--factory01 {
  bottom: 60%;
  left: 11%;
  -webkit-animation: flash01 4s linear infinite;
          animation: flash01 4s linear infinite;
}
.service-icon__item--factory02 {
  bottom: 47%;
  right: 6%;
  -webkit-animation: flash01 5s linear infinite;
          animation: flash01 5s linear infinite;
}
.service-icon__item--transport {
  bottom: 46%;
  left: 45%;
  -webkit-animation: flash02 4s linear infinite;
          animation: flash02 4s linear infinite;
}
.service-icon__item--main-office {
  bottom: 35%;
  left: 48%;
  -webkit-animation: flash02 5s linear infinite;
          animation: flash02 5s linear infinite;
}

@-webkit-keyframes truck01 {
  0% {
    left: -30%;
  }
  100% {
    left: 120%;
  }
}

@keyframes truck01 {
  0% {
    left: -30%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes truck02 {
  0% {
    left: -20%;
  }
  70% {
    left: 80%;
  }
  75% {
    left: 80%;
  }
  100% {
    left: 120%;
  }
}
@keyframes truck02 {
  0% {
    left: -20%;
  }
  70% {
    left: 80%;
  }
  75% {
    left: 80%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes truck03 {
  0% {
    right: -20%;
  }
  40% {
    right: 50%;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 120%;
  }
}
@keyframes truck03 {
  0% {
    right: -20%;
  }
  40% {
    right: 50%;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 120%;
  }
}
@-webkit-keyframes truck04 {
  0% {
    left: -20%;
  }
  35% {
    left: 45%;
  }
  40% {
    left: 45%;
  }
  50% {
    left: 55%;
  }
  55% {
    left: 55%;
  }
  100% {
    left: 120%;
  }
}
@keyframes truck04 {
  0% {
    left: -20%;
  }
  35% {
    left: 45%;
  }
  40% {
    left: 45%;
  }
  50% {
    left: 55%;
  }
  55% {
    left: 55%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes truck05 {
  0% {
    right: -20%;
  }
  35% {
    right: 45%;
  }
  40% {
    right: 45%;
  }
  100% {
    right: 120%;
  }
}
@keyframes truck05 {
  0% {
    right: -20%;
  }
  35% {
    right: 45%;
  }
  40% {
    right: 45%;
  }
  100% {
    right: 120%;
  }
}
@-webkit-keyframes ordinary01 {
  0% {
    left: -20%;
  }
  50% {
    left: 60%;
  }
  70% {
    left: 60%;
  }
  100% {
    left: 120%;
  }
}
@keyframes ordinary01 {
  0% {
    left: -20%;
  }
  50% {
    left: 60%;
  }
  70% {
    left: 60%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes ordinary02 {
  0% {
    right: -20%;
  }
  30% {
    right: 20%;
  }
  40% {
    right: 20%;
  }
  100% {
    right: 120%;
  }
}
@keyframes ordinary02 {
  0% {
    right: -20%;
  }
  30% {
    right: 20%;
  }
  40% {
    right: 20%;
  }
  100% {
    right: 120%;
  }
}
@-webkit-keyframes ordinary03 {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}
@keyframes ordinary03 {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes train01 {
  0% {
    left: -40%;
  }
  100% {
    left: 140%;
  }
}
@keyframes train01 {
  0% {
    left: -40%;
  }
  100% {
    left: 140%;
  }
}
@-webkit-keyframes train02 {
  0% {
    right: -40%;
  }
  100% {
    right: 140%;
  }
}
@keyframes train02 {
  0% {
    right: -40%;
  }
  100% {
    right: 140%;
  }
}
@-webkit-keyframes flash01 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
    opacity: 0.3;
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes flash01 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
    opacity: 0.3;
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes flash02 {
  0% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  30% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.4;
  }
}
@keyframes flash02 {
  0% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  30% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.4;
  }
}
/*********************/
/*  フッター  */
/*********************/
.footer {
  position: relative;
  margin-top: auto;
}
.footer:before, .footer:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
}
.footer:before {
  mix-blend-mode: overlay;
  background: url(../images/noise.png) repeat center/contain;
  z-index: -2;
}
.footer:after {
  background: linear-gradient(to bottom, #B6DBFF, #ffffff);
  z-index: -5;
}
.footer__sign-box {
  display: block;
}
.footer__menu {
  position: relative;
  padding: 20px 0;
}
.footer__menu:before {
  position: relative;
  display: block;
  content: "";
  top: -2rem;
  width: 100%;
  height: 6px;
  background: linear-gradient(to left, #52A9F7, #0D52A2);
}
@media screen and (min-width: 768px) {
  .footer__menu:before {
    top: -4rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    padding: 40px 0;
  }
}
.footer__other {
  padding: 30px;
}
.footer__copyright {
  font-size: 1.2rem;
  color: rgba(39, 39, 39, 0.5);
}
.footer__logo, .footer__address {
  display: block;
}
.footer__img {
  width: auto;
  height: 62px;
}
@media screen and (min-width: 768px) {
  .footer__img {
    height: 66px;
  }
}
@media screen and (min-width: 768px) {
  .footer__list {
    display: flex;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__column {
    padding: 4rem 0;
    flex-direction: row;
  }
}

.fnav-list {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .fnav-list {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .fnav-list + .fnav-list {
    margin-left: 5rem;
  }
}
.fnav-list__item {
  list-style: none;
  color: #272727;
}
.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: inherit;
  padding: 5px;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .fnav-list__link {
    padding: 5px 0;
  }
}
.fnav-list__link:hover {
  opacity: 0.6;
}
.fnav-list__link--blank::before, .fnav-list__link--blank::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  content: "\e902";
  overflow: hidden;
  width: 20px;
  color: #F2B939;
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  margin-right: 1rem;
  transition: 0.3s ease-out;
  transform: translateY(-50%);
}
.fnav-list__link--blank::before {
  opacity: 1;
  top: 50%;
  left: 7.5rem;
}
.fnav-list__link--blank::after {
  opacity: 0;
  top: calc(50% + 1.5rem);
  left: 6rem;
}
.fnav-list__link--blank:hover::before {
  opacity: 0;
  top: calc(50% - 2.5rem);
  left: 9.5rem;
}
.fnav-list__link--blank:hover::after {
  opacity: 1;
  top: calc(50% - 0.5rem);
  left: 8rem;
}

.org {
  display: block;
  list-style: none;
  color: #272727;
  line-height: 1.7;
}
.org__name {
  display: none;
}
.org__addr, .org__phone, .org__fax {
  font-size: 1.4rem;
}
.org__addr {
  margin-top: 3rem;
}
.org__phone, .org__fax {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .org__phone, .org__fax {
    margin-top: 3rem;
  }
}
.org__phone {
  margin-right: 1.5rem;
}
.org__phone a {
  text-decoration: none;
  color: #272727;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 100px 0 60px;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
.section__img {
  width: 100%;
}
.section__header {
  display: block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .section__header {
    margin-bottom: 0;
  }
}
.section__header--center {
  text-align: center;
}
.section__title {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.07rem;
  line-height: 1.9;
  color: #0B4199;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 2.5rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .section__title {
    line-height: 1.7;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .section__title {
    margin-top: 5rem;
    font-size: 3.2rem;
  }
}
.section__en-title {
  position: absolute;
  font-size: 6.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #F1F8FF;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section__en-title {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .section__en-title {
    font-size: 11rem;
  }
}
.section__description {
  display: block;
  color: #272727;
  line-height: 1.9em;
  margin-top: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .section__description {
    line-height: 2.3;
    margin-top: 4rem;
  }
}
.section__footer {
  display: block;
  padding: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .section__footer {
    padding: 6rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .section__footer {
    padding: 10rem 0 0;
  }
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
.section--footer {
  padding: 0;
}
.section--center .section__title,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}
.section--center .section__footer {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section--reverse .row {
    flex-direction: row-reverse;
  }
}
.section--about:before, .section--business:before, .section--recruit:before, .section--news:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  width: 100vw;
  height: 100%;
  pointer-events: none;
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section--about {
  margin-top: 30px;
}
.section--about:before {
  background-image: url(../images/wave4.png);
}
@media screen and (max-width: 767px) {
  .section--about:before {
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .section--about {
    padding: 120px 0 60px;
    margin-top: 50px;
  }
}
.section--about .section__backimage {
  overflow: hidden;
  width: calc(100% + 20px);
  margin: 0 -20px 0 auto;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border: 8px solid #fff;
  border-radius: 25px 0 0 25px;
  max-height: 280px;
}
@media screen and (min-width: 768px) {
  .section--about .section__backimage {
    width: auto;
    margin: 0 0 0 3rem;
    max-height: 520px;
  }
}
@media screen and (min-width: 1024px) {
  .section--about .section__backimage {
    margin: 0 0 0 8rem;
    max-height: none;
  }
}
.section--about .section__en-title {
  top: 0;
}
.section--business {
  padding: 60px 0;
}
.section--business:before {
  background-image: url(../images/wave2.png);
  background-size: 150%;
  top: 40%;
}
.section--business .section__en-title {
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section--business .section__en-title {
    top: 0;
  }
}
.section--business .section__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .section--business .section__header {
    margin-bottom: 5rem;
  }
}
.section--recruit:before {
  background-image: url(../images/wave3.png);
  top: 60%;
}
@media screen and (max-width: 767px) {
  .section--recruit:before {
    top: 50%;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .section--recruit {
    padding: 120px 0 60px;
  }
}
.section--recruit .section__backimage {
  overflow: hidden;
  width: calc(100% + 20px);
  margin: 0 auto 0 -20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border: 8px solid #fff;
  border-radius: 0 25px 25px 0;
  max-height: 280px;
}
@media screen and (min-width: 768px) {
  .section--recruit .section__backimage {
    width: auto;
    margin: 0 3rem 0 0;
    max-height: 520px;
  }
}
@media screen and (min-width: 1024px) {
  .section--recruit .section__backimage {
    margin: 0 8rem 0 0;
    max-height: none;
  }
}
.section--recruit .section__en-title {
  top: 0;
}
@media screen and (min-width: 768px) {
  .section--recruit .section__en-title {
    position: relative;
    line-height: 1;
  }
}
.section--news {
  padding: 60px 0;
}
.section--news:before {
  background-image: url(../images/wave1.png);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .section--news:before {
    top: 30%;
    background-size: 150%;
  }
}
.section--news .section__en-title {
  top: 0;
}

@media screen and (max-width: 767px) {
  .about__row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .about__row {
    margin-left: 3rem;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .about__row {
    justify-content: flex-end;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .recruit__row {
    margin-right: 3rem;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .recruit__row {
    margin-right: 8rem;
  }
}

.business__img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  box-shadow: 0px 0px 0px 8px #fff, 0px 5px 20px 10px rgba(0, 0, 0, 0.1);
}
.business__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.business__box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business__box {
    max-width: 240px;
    margin: auto;
  }
}
.business__description {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: rgba(39, 39, 39, 0.5);
}
@media screen and (min-width: 768px) {
  .business__description {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}
.business__title {
  font-weight: bold;
  color: #0B4199;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .business__title {
    font-size: 2.2rem;
  }
}

.gmap {
  display: block;
  color: #272727;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .gmap {
    margin-top: 1rem;
  }
}
.gmap:before {
  display: inline-block;
  content: "\e901";
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5rem;
  color: #0B4199;
  text-decoration: none;
}

/*  コンテンツC -２カラム以上(カード式)  */
.pickup-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s ease-out;
}
.pickup-card:hover {
  opacity: 0.7;
}
.pickup-card__link, .pickup-card__thumbnail, .pickup-card__img, .pickup-card__box, .pickup-card__title, .pickup-card__description, .pickup-card__btn {
  display: block;
  width: 100%;
}
.pickup-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.pickup-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.pickup-card__box {
  padding: 25px 25px 30px;
}
@media screen and (min-width: 1024px) {
  .pickup-card__box {
    padding: 25px 30px 35px;
  }
}
.pickup-card__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .pickup-card__title {
    font-size: 2rem;
  }
}
.pickup-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .pickup-card__description {
    font-size: 1.4rem;
  }
}
.pickup-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-card__btn--center {
  text-align: center;
}
.pickup-card__btn--right {
  text-align: right;
}

/*  コンテンツD  */
.guide-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s ease-out;
}
.guide-card:hover {
  opacity: 0.7;
}
.guide-card__link, .guide-card__thumbnail, .guide-card__img, .guide-card__box, .guide-card__title, .guide-card__description, .guide-card__btn {
  display: block;
  width: 100%;
}
.guide-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.guide-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-card__box {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .guide-card__box {
    padding: 25px 30px;
  }
}
.guide-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .guide-card__title {
    font-size: 2rem;
  }
}
.guide-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .guide-card__description {
    font-size: 1.4rem;
  }
}
.guide-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-card__btn--center {
  text-align: center;
}
.guide-card__btn--right {
  text-align: right;
}
.guide-card--horizontal {
  display: flex;
  align-items: stretch;
}

/*  コンテンツE  */
.guide-large .row__item:nth-child(odd) .guide-large-card--horizontal {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .guide-large .row__item:nth-child(odd) .guide-large-card--horizontal {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .guide-large .row__item .guide-large-card {
    flex-direction: column;
  }
}

.guide-large-card {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  transition: 0.3s ease-out;
}
.guide-large-card:hover {
  opacity: 0.7;
}
.guide-large-card__link, .guide-large-card__thumbnail, .guide-large-card__img, .guide-large-card__box, .guide-large-card__title, .guide-large-card__description, .guide-large-card__btn {
  display: block;
  width: 100%;
}
.guide-large-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.guide-large-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-large-card__box {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__box {
    padding: 25px 30px;
  }
}
.guide-large-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__title {
    font-size: 2rem;
  }
}
.guide-large-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__description {
    font-size: 1.4rem;
  }
}
.guide-large-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-large-card__btn--center {
  text-align: center;
}
.guide-large-card__btn--right {
  text-align: right;
}
.guide-large-card--horizontal {
  display: flex;
  align-items: stretch;
}

/*  コンテンツF  */
.pickup-small-card {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  transition: 0.3s ease-out;
}
.pickup-small-card:hover {
  opacity: 0.7;
}
.pickup-small-card__link, .pickup-small-card__thumbnail, .pickup-small-card__img, .pickup-small-card__box, .pickup-small-card__title, .pickup-small-card__description, .pickup-small-card__btn {
  display: block;
  width: 100%;
}
.pickup-small-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.pickup-small-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.pickup-small-card__box {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .pickup-small-card__box {
    padding: 30px;
  }
}
.pickup-small-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.pickup-small-card__description {
  margin-top: 1rem;
}
.pickup-small-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-small-card__btn--center {
  text-align: center;
}
.pickup-small-card__btn--right {
  text-align: right;
}
.pickup-small-card--mini {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .pickup-small-card--mini {
    padding: 25px;
  }
}
.pickup-small-card--mini .pickup-small-card__title {
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .pickup-small-card--mini .pickup-small-card__title {
    margin-top: 2rem;
  }
}
.pickup-small-card--mini .pickup-small-card__description {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .pickup-small-card--mini .pickup-small-card__description {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

/*  MAXパーツ  */
.contents-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s ease-out;
}
.contents-card:hover {
  opacity: 0.7;
}
.contents-card__link, .contents-card__thumbnail, .contents-card__img, .contents-card__box, .contents-card__title, .contents-card__description, .contents-card__btn {
  display: block;
  width: 100%;
}
.contents-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.contents-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.contents-card__box {
  padding: 15px 20px 25px;
}
@media screen and (min-width: 1024px) {
  .contents-card__box {
    padding: 20px 20px 30px;
  }
}
.contents-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.contents-card__description {
  margin-top: 1rem;
}
.contents-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.contents-card__btn--center {
  text-align: center;
}
.contents-card__btn--right {
  text-align: right;
}
.contents-card__time, .contents-card__category, .contents-card__post-title {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contents-card__time, .contents-card__category, .contents-card__post-title {
    display: block;
  }
}
.contents-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #272727;
}
@media screen and (min-width: 768px) {
  .contents-card__time {
    font-size: 1.7rem;
  }
}
.contents-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contents-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}
.contents-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #272727;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #272727;
  background: #d8d8d8;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contents-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__category {
    margin-left: 1rem;
  }
}
.contents-card__category--inline {
  display: inline-block;
}
.contents-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #272727;
  transition: 0.3s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .contents-card__post-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__post-title--ellipsis {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.contents-card__post-title--bordered {
  box-shadow: 0 0 0 1px #999;
}
.contents-card--mini {
  padding: 25px;
}
.contents-card--mini .contents-card__title {
  margin-top: 2rem;
}
.contents-card--rounded {
  border-radius: 10px;
  overflow: hidden;
}
.contents-card--bordered {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}
.contents-card--horizontal {
  display: flex;
  align-items: stretch;
}

/*********************/
/*  ボタン  */
/*********************/
.btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #52A9F7, #0D52A2);
  padding: 15px 50px 15px 80px;
  transition: 0.3s ease-out;
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .btn {
    max-width: 300px;
  }
}
.btn--header {
  height: 50px;
  padding: 15px;
  background: #d8d8d8;
  color: #272727;
}
@media screen and (max-width: 1023px) {
  .btn--header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .btn + .btn {
    margin-left: 1.5rem;
  }
}
.btn::before, .btn::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 6rem;
  content: "\e900";
  overflow: hidden;
  width: 20px;
  color: #F2B939;
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  margin-right: 1rem;
  transition: 0.3s ease-out;
  transform: translateY(-50%);
}
.btn::before {
  opacity: 1;
}
.btn::after {
  opacity: 0;
  left: 4rem;
}
.btn:hover::before {
  opacity: 0;
  left: 8rem;
}
.btn:hover::after {
  opacity: 1;
  left: 6.5rem;
}

.btn-area {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .btn-area {
    flex-direction: column;
  }
}

/*  ------サブページ------  */
.page-article {
  padding: 5rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .page-article {
    padding: 5rem 0 10rem;
  }
}
.page-article__title {
  color: #999;
  margin: 3rem 0;
}
.page-article__title-ja, .page-article__title-en {
  display: block;
  text-align: center;
}
.page-article__title-ja {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .page-article__title-ja {
    font-size: 3.2rem;
  }
}
.page-article__title-en {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-article__title-en {
    font-size: 2rem;
  }
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page p {
  line-height: 2.1;
}
.post-type-page p:not(:first-child) {
  margin-top: 3rem;
}
.post-type-page a:not([class]) {
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid #999;
  transition: 0.2s ease-out;
}
.post-type-page a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page--bottom-line {
  border-bottom: 1px solid rgba(32, 65, 147, 0.2);
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .post-type-page--bottom-line {
    padding-bottom: 8rem;
  }
}
.post-type-page .h2:first-child,
.post-type-page .h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .ul:first-child,
.post-type-page .ol:first-child,
.post-type-page .table:first-child,
.post-type-page .box:first-child {
  margin-top: 0;
}
.post-type-page .h2,
.post-type-page .h3 {
  letter-spacing: 0.07em;
}
.post-type-page .h2 {
  position: relative;
  padding: 3rem 0 0;
  margin: 8rem 0 0;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-top: 1px solid #d8d8d8;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2 {
    font-size: 2.4rem;
    margin: 12rem 0 0;
    padding: 4rem 0 0;
  }
}
.post-type-page .h2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 270px;
  height: 2px;
  background: linear-gradient(to left, #52A9F7, #0D52A2);
}
.post-type-page .h3 {
  margin: 3rem 0 0;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0B4199;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .h3 {
    font-size: 2.4rem;
    margin: 5rem 0 0;
  }
}
.post-type-page .h4 {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 3rem;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .h4 {
    margin: 5rem 0 3rem;
  }
}
.post-type-page .h4::after {
  content: "";
  display: inline-block;
  background: #999;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .h4::after {
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
}
.post-type-page .text-align--right {
  text-align: right;
}
.post-type-page .text-align--center {
  text-align: center;
}
.post-type-page .shadow-img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  font-family: "object-fit: cover; object-position: center;";
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border: 8px solid #fff;
  margin-top: 3rem;
}
.post-type-page .shadow-img--square {
  border-radius: 25px;
}
.post-type-page .shadow-img--square img {
  width: 100%;
  height: auto;
}
.post-type-page .shadow-img--circle {
  border-radius: 50%;
  height: 0;
  padding-bottom: 100%;
  border: none;
  box-shadow: 0px 0px 0px 8px #fff, 0px 5px 20px 10px rgba(0, 0, 0, 0.1);
}
.post-type-page .shadow-img--circle img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.post-type-page .fullimage {
  margin: 3rem 0;
}
.post-type-page .fullimage img {
  width: 100%;
  height: auto;
}
.post-type-page .fullimage--min {
  max-width: 380px;
  margin: 3rem auto;
}
.post-type-page .line-list {
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .line-list {
    margin: 5rem 0 3rem;
  }
}
.post-type-page .line-list tr {
  position: relative;
  margin: 0 0 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  color: #0B4199;
  letter-spacing: 0.07em;
  vertical-align: text-bottom;
}
.post-type-page .line-list tr::after {
  content: "";
  display: inline-block;
  background: #999;
  position: absolute;
  top: 1em;
  right: -25%;
  width: 80%;
  height: 1px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .post-type-page .line-list tr {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .post-type-page .line-list tr::after {
    top: 1.2rem;
    left: 40%;
    width: 50%;
  }
}
.post-type-page .line-list th {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #272727;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  margin: 0 2rem 0 0;
}
.post-type-page .line-list__title {
  padding-right: 2rem;
  display: inline-block;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .post-type-page .line-list__title {
    font-size: 1.4rem;
  }
}
.post-type-page .line-list td {
  width: 75%;
  padding-left: 3rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .post-type-page .line-list td {
    width: 100%;
    padding-left: 0;
  }
}
.post-type-page .ul {
  list-style: none;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .ul {
    margin: 5rem 0 3rem;
  }
}
.post-type-page .ul li {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 1.5rem;
}
.post-type-page .ul li::before {
  content: "";
  display: inline-block;
  background: #999;
  position: absolute;
  top: 1em;
  left: 10px;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .ul li::before {
    left: 10px;
  }
}
.post-type-page .ul .ul {
  margin-top: 1rem;
}
.post-type-page .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .ol {
    margin: 3rem 0 3rem;
  }
}
.post-type-page .ol li {
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0 0 0.5rem;
  line-height: 1.8;
}
.post-type-page .ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  color: #272727;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .ol li::before {
    top: 0.8em;
    left: 10px;
  }
}
.post-type-page .ol--circle li::before {
  border-radius: 50%;
}
.post-type-page .ol--inner li::before {
  content: counter(number, upper-roman) ".";
}
.post-type-page .ol .ol {
  margin-top: 1rem;
}
.post-type-page .list-underline {
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0;
}
.post-type-page .list-underline__item {
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
  font-size: 1.9rem;
  border-bottom: 1px solid #666;
}
.post-type-page .list-underline__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  border: 1px solid #666;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  color: #666;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .list-underline__item::before {
    top: 50%;
    left: 10px;
  }
}
.post-type-page .list-underline__text {
  font-size: 1.6rem;
  color: #666;
}
.post-type-page .list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
.post-type-page .table {
  width: 100%;
  margin: 3rem 0;
  font-size: 1.4rem;
  border-top: solid 1px #d8d8d8;
}
@media screen and (min-width: 768px) {
  .post-type-page .table {
    font-size: 1.6rem;
  }
}
.post-type-page .table tr {
  border-bottom: solid 1px #d8d8d8;
}
.post-type-page .table th {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .post-type-page .table th {
    width: 30%;
  }
}
.post-type-page .table td {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .post-type-page .table td {
    width: 80%;
  }
}
.post-type-page .table th,
.post-type-page .table td {
  padding: 2.5rem 0;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
}
.post-type-page .box {
  background: #d8d8d8;
  margin: 5rem 0 0;
  padding: 3rem 3rem;
}
.post-type-page .box__title {
  font-weight: bold;
  font-size: 2.1rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}
.post-type-page .googlemap {
  position: relative;
  width: 100%;
  margin: 2rem auto 0;
  padding-top: 56.25%;
}
@media screen and (min-width: 768px) {
  .post-type-page .googlemap {
    margin: 3rem auto 0;
  }
}
.post-type-page .googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.post-type-page .business-column {
  align-items: center;
  margin-top: 3rem;
}
.post-type-page .business-column__title {
  font-size: 2.2rem;
}
.post-type-page .business-column__subtitle {
  display: inline-block;
  font-size: 1.5rem;
  color: #939393;
  margin-top: 1rem;
}

/*********************/
/*  扉  */
/*********************/
.children-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  transition: 0.2s ease-out;
  padding: 20px;
}
.children-card:hover {
  opacity: 0.7;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__title, .children-card__description, .children-card__bt {
  display: block;
  width: 100%;
}
.children-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.children-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.children-card__title {
  padding: 1rem 0;
}
.children-card__title-ja, .children-card__title-en {
  display: block;
  color: #272727;
}
.children-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.children-card__title-en {
  font-size: 1.6rem;
}
.children-card__description {
  color: #272727;
  line-height: 1.7;
  margin-top: 1rem;
}

.thumbnail-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  transition: 0.2s ease-out;
}
.thumbnail-card:hover {
  opacity: 0.7;
}
.thumbnail-card__link, .thumbnail-card__thumbnail, .thumbnail-card__img, .thumbnail-card__box, .thumbnail-card__title, .thumbnail-card__description {
  display: block;
  width: 100%;
}
.thumbnail-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.thumbnail-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.thumbnail-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.thumbnail-card__box {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .thumbnail-card__box {
    padding: 20px;
  }
}
.thumbnail-card__title {
  padding: 1rem 0;
}
.thumbnail-card__title-ja, .thumbnail-card__title-en {
  display: block;
  color: #272727;
}
.thumbnail-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.thumbnail-card__title-en {
  font-size: 1.6rem;
}
.thumbnail-card__description {
  color: #272727;
  line-height: 1.7;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1024px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #272727;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 1024px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb {
  background: #999;
}
.breadcrumb-list {
  display: flex;
  padding: 1.5rem;
  flex-wrap: wrap;
  font-size: 1.3rem;
  justify-content: center;
  list-style: none;
}
.breadcrumb-list__item:not(:first-child):before {
  content: "";
  transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #fff;
}
.breadcrumb-list__link {
  transition: 0.3s ease-out;
  color: #fff;
}
.breadcrumb-list__link:hover {
  color: #666;
  opacity: 1;
}
/*  ページ送り  */
.pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.pager-list__item {
  list-style: none;
  position: relative;
  background: linear-gradient(to right, #52A9F7, #0D52A2);
  width: 50px;
  height: 50px;
  line-height: 36px;
  font-weight: 500;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin: 0 1.5rem;
  transition: 0.2s ease-out;
}
.pager-list__item--number {
  margin: 0 0.5rem;
}
.pager-list__item--prev, .pager-list__item--next {
  background: #F2B939;
  border: none;
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 50px;
  transition: 0.2s ease-out;
}
.pager-list__link--active {
  color: #fff !important;
  border-radius: 50%;
}
.pager-list__link--active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  opacity: 0.4;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.pager-list__link--number {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.pager-list__link--prev::before, .pager-list__link--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  content: "\e900";
  display: inline-block;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: normal;
}
.pager-list__link--next::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.single-pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 6rem 1.2rem 4rem;
  background: #0B4199;
  border-radius: 50px;
  transition: 0.2s ease-out;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .single-pager-list__item:hover {
    opacity: 0.7;
  }
}
.single-pager-list__item::after {
  content: "\e900";
  display: inline-block;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.single-pager-list__link {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #666;
  background: #fff;
  border: 1px solid #666;
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .goto {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .goto {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.goto__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .goto__item {
    width: 33.3333333333%;
    padding: 20px;
  }
}
.goto__link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #272727;
  line-height: 28px;
  padding: 1rem 3rem 1rem 0;
  transition: 0.2s linear;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 768px) {
  .goto__link {
    justify-content: center;
    padding: 0 3rem 2rem 0;
  }
}
.goto__link::before, .goto__link::after {
  position: absolute;
  display: inline-block;
  right: 0;
  content: "\e900";
  overflow: hidden;
  width: 20px;
  color: #F2B939;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  margin-right: 1rem;
  transition: 0.3s ease-out;
  transform: translateY(-50%) rotate(90deg);
}
.goto__link::before {
  opacity: 1;
  top: 35%;
}
@media screen and (max-width: 767px) {
  .goto__link::before {
    top: 60%;
  }
}
.goto__link::after {
  opacity: 0;
  top: calc(35% - 2rem);
}
.goto__link:hover::before {
  opacity: 0;
  top: calc(35% + 2rem);
}
.goto__link:hover::after {
  opacity: 1;
  top: calc(35% + 1.5rem);
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(32, 65, 147, 0.2);
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(32, 65, 147, 0.2);
  padding: 2rem 3rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0 5rem 0 0;
  }
}
.news-list__item::before, .news-list__item::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  content: "\e900";
  overflow: hidden;
  width: 20px;
  color: #F2B939;
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  margin-right: 1rem;
  transition: 0.3s ease-out;
  transform: translateY(-50%);
}
.news-list__item::before {
  opacity: 1;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .news-list__item::before {
    right: 0;
    margin-right: 0;
  }
}
.news-list__item::after {
  opacity: 0;
  right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-list__item:hover::before {
    opacity: 0;
    right: -1.5rem;
  }
  .news-list__item:hover::after {
    opacity: 1;
    right: -0.5rem;
  }
}
.news-list__item:hover .news-list__post-title {
  opacity: 0.6;
}
.news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-list__time, .news-list__post-title {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .news-list__time, .news-list__post-title {
    padding: 2.5rem 1.5rem;
  }
}
.news-list__time {
  font-size: 1.4rem;
  color: rgba(39, 39, 39, 0.5);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .news-list__time {
    font-size: 1.5rem;
  }
}
.news-list__time {
  flex: 0 0 110px;
}
.news-list__category {
  flex: 0 0 120px;
}
.news-list__post-title {
  flex: 1 0 0px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 500;
  color: #272727;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .news-list__post-title {
    font-size: 1.5rem;
  }
}

/*  カードタイプ  */
.news-card__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #272727;
  background: #d8d8d8;
  transition: 0.2s ease-out;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .news-card__item {
    padding: 20px 20px 30px;
  }
}
.news-card__item:hover {
  opacity: 0.7;
}
.news-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-card__time, .news-card__category, .news-card__post-title {
    display: block;
  }
}
.news-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #272727;
}
@media screen and (min-width: 768px) {
  .news-card__time {
    font-size: 1.7rem;
  }
}
.news-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #272727;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #272727;
  background: #d8d8d8;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .news-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .news-card__category {
    margin-left: 1rem;
  }
}
.news-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #272727;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .news-card__post-title {
    display: block;
  }
}

.news-head {
  margin-bottom: 3rem;
}
.news-head__time {
  display: block;
  font-size: 1.4rem;
  color: rgba(39, 39, 39, 0.5);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.06em;
  margin: 1.5rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .news-head__time {
    font-size: 1.5rem;
    margin: 2.4rem 0 5.5rem;
  }
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  color: #272727;
  text-align: center;
  background: #eee;
  white-space: nowrap;
  margin-right: 1.5rem;
  padding: 1rem 1.5rem;
}
.news-head__title {
  margin-top: 1rem;
}

/*********************/
/*  ニュース  */
/*********************/
/*  カードタイプ  */
.workplace-card {
  margin: 3rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .workplace-card {
    margin: 6rem 0 12rem;
  }
}
.workplace-card__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-out;
  padding: 2rem 2rem 2rem 6rem;
}
@media screen and (min-width: 1024px) {
  .workplace-card__item {
    padding: 2.5rem 2.5rem 2.5rem 6.5rem;
  }
}
.workplace-card__item:hover {
  opacity: 0.7;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
.workplace-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.workplace-card__category, .workplace-card__post-title {
  letter-spacing: 0.07em;
  display: block;
}
.workplace-card__category {
  font-size: 1.4rem;
  font-weight: bold;
  color: #272727;
}
.workplace-card__category--factory {
  color: #939393;
}
.workplace-card__category--frozen {
  color: #1E7AC4;
}
.workplace-card__category--chilled-beihan {
  color: #F2B939;
}
.workplace-card__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #272727;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .workplace-card__title {
    margin-top: 0;
  }
}
.workplace-card__title:before {
  position: absolute;
  top: 5px;
  left: -35px;
  display: inline-block;
  content: "\e900";
  width: 23px;
  height: 23px;
  color: #fff;
  font-family: "icomoon";
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(to bottom, #52A9F7, #0D52A2);
}
@media screen and (min-width: 768px) {
  .workplace-card__title:before {
    top: 5px;
    left: -40px;
    width: 26px;
    height: 26px;
    font-size: 1rem;
    line-height: 26px;
  }
}
.workplace-card__address {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.workplace-head {
  margin-bottom: 3rem;
}
.workplace-head__time {
  font-size: 2rem;
  font-weight: 500;
  color: #272727;
  letter-spacing: 0.1em;
}
.workplace-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  color: #272727;
  text-align: center;
  background: #eee;
  white-space: nowrap;
  margin-right: 1.5rem;
  padding: 1rem 1.5rem;
}
.workplace-head .h2 {
  margin-top: 1rem;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.form-step__item {
  position: relative;
  flex: 1;
  height: 40px;
  line-height: 1.2;
  background: #F7F1D1;
  list-style: none;
  color: #272727;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .form-step__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .form-step__item {
    line-height: 40px;
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .form-step__item br {
    display: none;
  }
}
.form-step__item:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: -10px;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #F7F1D1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .form-step__item:before {
    right: -15px;
    border-width: 20px 0 20px 15px;
  }
}
.form-step__item:nth-child(1) {
  background: #eee;
}
.form-step__item:nth-child(1):before {
  border-color: transparent transparent transparent #eee;
}
.form-step__item:nth-child(2) {
  background: #d8d8d8;
}
.form-step__item:nth-child(2):before {
  border-color: transparent transparent transparent #d8d8d8;
}
.form-step__item:nth-child(3) {
  background: #999;
}
.form-step__item:nth-child(3):before {
  display: none;
}

/* 申し込みフォーム */
.form {
  font-size: 1.6rem;
  color: #272727;
  background: #eee;
  padding: 10px;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .form {
    font-size: 1.4rem;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form__row {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form__row {
    display: flex;
    align-items: center;
  }
}
.form__required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 0 5px;
  margin-left: 1rem;
  vertical-align: text-top;
  background: #666;
}
@media screen and (max-width: 1023px) {
  .form__required {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .form__required {
    float: right;
  }
}
.form__item {
  color: #272727;
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .form__item {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .form__item br {
    display: none;
  }
}
.form__item:first-child {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .form__item:first-child {
    width: 25%;
  }
}
.form__item:last-child {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__item:last-child {
    width: 75%;
  }
}
.form__text, .form__textarea, .form__number, .form__email, .form__zip {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px;
}
.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 1rem;
}
.form__select {
  position: relative;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #272727;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 110px;
  padding: 5px;
}
.form__radio, .form__check {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.form__radio:checked + .mwform-checkbox-field-text:before, .form__check:checked + .mwform-checkbox-field-text:before {
  background: #666;
}
.form .mwform-radio-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-radio-field-text:hover:after {
  border-color: #666;
}
.form .mwform-radio-field-text:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .form .mwform-radio-field-text:before {
    top: 7px;
  }
}
.form .mwform-checkbox-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  background: #fff;
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(45deg);
}
.form__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.form__button, .form__back, .form__submit {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #999;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.form__button:hover, .form__back:hover, .form__submit:hover {
  background: #666;
}
.form__button:visited, .form__back:visited, .form__submit:visited {
  background: #d8d8d8;
}
.form ::-webkit-input-placeholder {
  color: #999;
}
.form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #999;
}
.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* デコレーション版 */
.deco-form__wrap {
  border: 3px solid #666;
  border-radius: 20px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .deco-form__wrap {
    padding: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__wrap {
    padding: 8rem;
  }
}
.deco-form__row {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .deco-form__row {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(1) {
    width: 30.5%;
  }
}
.deco-form__row--file .deco-form__item:nth-child(2) {
  width: 100%;
  padding: 1.8rem 2rem;
  background: #eee;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #999;
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    width: 69.5%;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    padding: 2rem;
  }
}
.deco-form__required, .deco-form__any {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #666;
  padding: 7px 10px;
  vertical-align: middle;
  margin: 0 0 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .deco-form__required, .deco-form__any {
    margin: 0 1rem 0.5rem;
  }
}
.deco-form__any {
  color: #666;
  border: 1px solid #272727;
  background: #fff;
}
.deco-form__item {
  width: 100%;
  color: #272727;
  position: relative;
  margin: 3px 0;
}
.deco-form__item:first-child {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .deco-form__item:first-child {
    width: 44%;
  }
}
.deco-form__item--select {
  position: relative;
}
.deco-form__item--select:before, .deco-form__item--select:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form__item--select:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:before {
    width: 50px;
  }
}
.deco-form__item--select:after {
  top: 20px;
  right: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:after {
    right: 9px;
  }
}
.deco-form__item--radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .deco-form__item--radio {
    justify-content: flex-start;
  }
}
.deco-form__item--radio span.mwform-radio-field.vertical-item {
  display: inline-block;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 768px) {
  .deco-form__item--radio span.mwform-radio-field.vertical-item {
    max-width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__item--radio span.mwform-radio-field.vertical-item {
    width: calc(25% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  .deco-form__item--norequired {
    padding-left: 7rem;
    width: calc(44% - 3rem) !important;
  }
}
.deco-form__policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #272727;
  padding: 15px 20px;
  margin: 2rem 0;
}
.deco-form__text, .deco-form__textarea, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #272727;
  background: #fff;
  outline: 0;
}
.deco-form__text, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  height: 5rem;
}
.deco-form__small {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #999;
}
@media screen and (min-width: 768px) {
  .deco-form__small {
    width: 68%;
    white-space: nowrap;
  }
}
.deco-form__small::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #eee;
  vertical-align: super;
  margin: 1.8rem 0.7rem 0 0;
}
.deco-form__select {
  cursor: pointer;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  text-overflow: "";
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
.deco-form__add {
  margin-left: 1rem;
}
.deco-form__check {
  display: none;
}
.deco-form__check:checked + .mwform-radio-field-text:before {
  border-width: 13px;
}
.deco-form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.deco-form__check:checked + .mwform-checkbox-field-text:before {
  background: #666;
}
.deco-form__radio {
  display: none;
}
.deco-form__radio:checked + .mwform-radio-field-text {
  font-weight: bold;
  color: #fff;
  background: #666;
}
.deco-form .mwform-radio-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 10px 20px 10px 50px;
  vertical-align: middle;
  cursor: pointer;
}
.deco-form .mwform-radio-field-text:before {
  transition: 0.2s ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #666;
  background: #fff;
}
.deco-form .mwform-checkbox-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .deco-form .mwform-checkbox-field-text {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .deco-form .mwform-checkbox-field-text {
    padding: 0px 30px 0 20px;
  }
}
.deco-form .mwform-checkbox-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .deco-form .mwform-checkbox-field-text:before {
    top: 7px;
  }
}
.deco-form .mwform-checkbox-field-text:after {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
}
.deco-form .mwform-radio-field label,
.deco-form .mwform-checkbox-field label {
  cursor: pointer;
}
.deco-form__image {
  width: 100%;
}
.deco-form__checkbox--region:after {
  border-radius: 5px;
}
.deco-form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(45deg);
}
.deco-form__button, .deco-form__back, .deco-form__submit {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 18px 30px;
  transition: 0.2s ease-out;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .deco-form__button, .deco-form__back, .deco-form__submit {
    max-width: 430px;
  }
}
.deco-form__button:hover, .deco-form__back:hover, .deco-form__submit:hover {
  opacity: 0.7;
}
.deco-form .mw-wp-form_image img {
  max-width: 100%;
  height: auto;
}
.deco-form span.mwform-checkbox-field.vertical-item {
  display: inline-block;
}
.deco-form .vertical-item {
  margin-top: 0 !important;
  margin-bottom: 5px;
}
.deco-form__info-area {
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .deco-form__info-area {
    padding: 25px 0;
  }
}
.deco-form__info-item {
  background: #eee;
  margin-bottom: 1px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .deco-form__info-item {
    display: flex;
    justify-content: flex-start;
    align-content: center;
  }
}
.deco-form__info-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .deco-form__info-title {
    width: 175px;
  }
}
.deco-form__info-txtbox {
  display: block;
  width: calc(100% - 175px);
  pointer-events: none;
}

.deco-form-birth {
  display: flex;
  width: 100%;
}
.deco-form-birth__item {
  position: relative;
  display: block;
  width: 100%;
}
.deco-form-birth__item:before, .deco-form-birth__item:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form-birth__item:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:before {
    width: 50px;
  }
}
.deco-form-birth__item:after {
  top: 20px;
  right: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:after {
    right: 9px;
  }
}
.deco-form-birth--year, .deco-form-birth--month {
  margin-right: 1rem;
}
.deco-form-text-link {
  color: #272727;
  text-decoration: underline;
  transition: 0.3s ease-out;
}
.deco-form-text-link:hover {
  opacity: 0.8;
}

.preview-txt {
  display: none;
}

.pryvacy-consent {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pryvacy-consent {
    text-align: center;
  }
}
.pryvacy-consent .mwform-checkbox-field-text {
  display: inline-block;
}
.pryvacy-consent .preview-txt {
  display: block;
}

.mw_wp_form_preview .preview-txt {
  display: inline-block;
}
.mw_wp_form_preview .pryvacy-consent {
  display: none;
}
.mw_wp_form_preview .deco-form__required,
.mw_wp_form_preview .deco-form__any,
.mw_wp_form_preview .deco-form__small,
.mw_wp_form_preview .deco-form__item--select:before,
.mw_wp_form_preview .deco-form__item--select:after,
.mw_wp_form_preview .deco-form-birth__item:before,
.mw_wp_form_preview .deco-form-birth__item:after {
  display: none;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) {
  background: none;
  padding: 0;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) a {
  color: #272727;
  text-decoration: none;
  border-bottom: none;
  pointer-events: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 768px) {
  .slick-slider {
    display: none;
  }
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
@media screen and (min-width: 768px) {
  .slick-slide {
    display: none;
  }
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #272727;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  pointer-events: none;
  width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .video-wrap {
    padding: 30px 240px;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header__lang {
  position: relative;
  margin-left: auto;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  color: #272727;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .header__lang {
    position: absolute;
    top: 23px;
    right: 70px;
  }
}

.header__lang-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 8px;
  line-height: 1;
}
.header__lang-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../images/vector.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-list {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 2rem 2rem 2rem 4rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 1px 1px 10px color-mix(in srgb, #000 10%, transparent);
          box-shadow: 1px 1px 10px color-mix(in srgb, #000 10%, transparent);
  border-radius: 1rem;
}

.lang-list--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lang-list__link {
  color: #272727;
}



@media screen and (min-width: 768px) {
  #lang-menu-btn {
    font-size: 1.5rem;
  }
}