@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: 1200px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -10px;
}
.row--std .row__item {
  padding: 10px;
}
.row--mid {
  margin: -15px;
}
.row--mid .row__item {
  padding: 15px;
}
.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--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: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container--narrow {
    max-width: 810px;
  }
}
@media screen and (min-width: 1200px) {
  .container--mid {
    max-width: 940px;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.logo-white {
  height: 45px;
}

/*  ヘッダー AおよびB */
.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .header {
    height: 120px;
  }
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media screen and (min-width: 1200px) {
  .header__body {
    padding: 0;
  }
}
.header__logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
}
.header__logo .logo-change-white {
  display: none;
}
.header__logo--open .logo-change-normal {
  display: none;
}
.header__logo--open .logo-change-white {
  display: block;
  fill: #fff;
}
.header__img {
  width: 60px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .header__img {
    margin-right: 2rem;
  }
}
.header__img--normal {
  display: none;
}
.header__title {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.07em;
  color: #2C2C2C;
}
.header__title--open {
  color: #fff;
}
.header__entry {
  padding: 5rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .header__entry {
    padding: 9rem 0 0 0;
  }
}
.header--fixed {
  position: fixed;
}
.header--wide .header__body {
  padding: 15px;
}
@media screen and (min-width: 1200px) {
  .header--wide .header__body {
    padding: 0 30px;
  }
}

.header__lang {
  position: relative;
  margin-left: auto;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
}
.header__menu {
  display: flex;
}

.lang-list {
  position: absolute;
  top: calc(100% + 20px);
  right: -30px;
  display: grid;
  align-items: center;
  background: #fff;
  padding: 2rem 2rem 2rem 4rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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-menu-btn {
  display: grid;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  #lang-menu-btn {
    font-size: 1.5rem;
  }
}

#lang-menu-btn::before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}
.lang-list__item {
  color: #000;
}
.lang-list__link {
  color: inherit;
}

.menu-btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    width: 110px;
    height: 110px;
  }
}
.menu-btn::after {
  content: "Menu";
  position: absolute;
  left: calc(50% + 1px);
  bottom: 50%;
  transform: translate(-50%, 100%);
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .menu-btn::after {
    font-size: 1.5rem;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 1px;
  transition: 0.2s ease-out;
  background: #6a6a6a;
}
@media screen and (min-width: 768px) {
  .menu-btn__line {
    width: 50px;
  }
}
.menu-btn__line:nth-child(1) {
  transform: translate(-50%, -14px);
}
.menu-btn__line:nth-child(2) {
  transform: translate(-50%, -7px);
}
.menu-btn--open::after {
  content: "Close";
  color: #fff;
}
.menu-btn--open .menu-btn__line {
  background: #fff;
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  transform: translate(-50%, -11px) rotate(-20deg);
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  transform: translate(-50%, -11px) rotate(20deg);
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: scroll;
  padding: 8rem 0;
    padding: 18rem 0 8rem;
  transition: 0.2s ease-out;
}
.gnav--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

  .gnav-list + .gnav-list {
    border-top: 1px solid #707070;
    padding: 10px 0 0;
    margin: 10px 0 0;
  }
.gnav-list__link {
  position: relative;
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .gnav-list__link {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__link:hover {
    opacity: 0.5;
  }
}
.gnav-list__link:not([href]) {
  pointer-events: none;
}
.gnav-list__link--arrow::after {
  content: "\e900";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon";
  font-size: 1rem;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  vertical-align: text-bottom;
  margin-left: 2rem;
}

.gchild-list__item {
  color: #fff;
}
.gchild-list__link {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: inherit;
  padding: 10px 20px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .gchild-list__link {
    font-size: 2.2rem;
    padding: 10px 15px 10px 25px;
  }
  .gchild-list__link:hover {
    opacity: 0.5;
  }
}
.gchild-list__link::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  background: #fff;
  vertical-align: middle;
  margin-right: 1.5rem;
}

@media screen and (min-width: 1200px) {
  .header-recruit {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }
}
.header-recruit__title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .header-recruit__title {
    margin-bottom: 0;
  }
}
.header-recruit__title-en {
  font-size: 1.4rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .header-recruit__title-en {
    margin-left: 4rem;
  }
}
.header-recruit__title-ja {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header-recruit__title-ja {
    font-size: 2.8rem;
  }
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  z-index: 0;
}
.hero__message {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .hero__message {
    position: relative;
    transform: translate(0, 45%);
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__message {
    top: 25%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .hero__message {
    bottom: 40px;
    left: 40px;
  }
}
.hero__video, .hero__video iframe {
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  filter: drop-shadow(0px 0px #000);
}
@media screen and (min-width: 768px) {
  .hero__video, .hero__video iframe {
    height: 80vh;
  }
}
@media screen and (min-width: 1200px) {
  .hero__video, .hero__video iframe {
    max-height: 1000px;
    max-width: 1000px;
    height: 100%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .hero__img {
    max-width: 180px;
  }
}
.hero__body {
  display: flex;
  align-items: center;
}
.hero--std {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .hero--std {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .hero--std {
    height: 500px;
  }
}
.hero--std .hero__message {
  top: 65%;
}
@media screen and (min-width: 1200px) {
  .hero--std .hero__message {
    top: 55%;
  }
}
.hero--sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
}
@media screen and (min-width: 768px) {
  .hero--sub {
    height: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .hero--sub .hero-title {
    margin-top: 7rem;
  }
}
.hero--wide {
  height: 320px;
}
@media screen and (min-width: 768px) {
  .hero--wide {
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .hero--h-fixed .hero__message {
    top: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .hero--h-fixed .hero-title {
    margin-top: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .hero-title {
    padding: 7rem 0 0;
  }
}

.hero-title-ja {
  position: relative;
  display: block;
  font-size: 2.2rem;
  line-height: 1.9;
}
@media screen and (min-width: 1200px) {
  .hero-title-ja {
    font-size: 3.7rem;
  }
}
.hero-title-ja::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  transform: translateY(50%);
  display: inline-block;
  width: 50px;
  height: 15px;
  background: url(../images/wave.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .hero-title-ja::after {
    width: 60px;
    height: 20px;
  }
}

.hero-title-en {
  position: absolute;
  top: calc(50% + 20px);
  left: 0;
  transform: translate(0, -50%);
  font-size: 3.5rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.2em;
  color: #fff;
  white-space: nowrap;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hero-title-en {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-title-en {
    font-size: 17.9rem;
  }
}

.scroll {
  position: absolute;
  left: 20px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .scroll {
    left: 40px;
  }
}
.scroll::before, .scroll::after {
  content: "";
  position: absolute;
}
.scroll::before {
  left: -10px;
  bottom: 0;
  display: inline-block;
  width: 1px;
  height: 60px;
  background: #1a1818;
}
@media screen and (min-width: 768px) {
  .scroll::before {
    height: 90px;
  }
}
.scroll::after {
  top: -10px;
  left: -13px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background: #1a1818;
  -webkit-animation: scroll 2.5s infinite;
          animation: scroll 2.5s infinite;
}
.scroll__text {
  writing-mode: vertical-rl;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
}
@media screen and (min-width: 768px) {
  .scroll__text {
    font-size: 0.9rem;
    padding: 0 0 3rem 0;
  }
}

@-webkit-keyframes scroll {
  0% {
    top: -10px;
    transform: scale(0.7);
  }
  5% {
    transform: scale(1);
  }
  100% {
    top: 100%;
    transform: scale(0.7);
  }
}

@keyframes scroll {
  0% {
    top: -10px;
    transform: scale(0.7);
  }
  5% {
    transform: scale(1);
  }
  100% {
    top: 100%;
    transform: scale(0.7);
  }
}
/*********************/
/*  フッター  */
/*********************/
.footer {
  background: #1a1818;
  margin-top: auto;
}
.footer__sign-box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__sign-box {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .footer__sign-box {
    justify-content: space-between;
  }
}
.footer__entry {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 60px 0 55px;
}
@media screen and (min-width: 768px) {
  .footer__entry {
    padding: 55px 0;
  }
}
.footer__menu {
  background: #1a1818;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__menu {
    padding: 100px 0 75px;
  }
}
.footer__other {
  color: #2C2C2C;
  background: #1a1818;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .footer__other {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__other {
    padding: 0 0 95px;
  }
}
.footer__logo, .footer__address {
  display: block;
}
@media screen and (min-width: 1200px) {
  .footer__img {
    width: 100%;
    height: auto;
    max-width: 97px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__list {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .footer__list {
    display: grid;
    grid-template-columns: 1fr auto auto auto auto;
    gap: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer-recruit {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-recruit__title {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .footer-recruit__title {
    margin-bottom: 3rem;
  }
}
.footer-recruit__title-en {
  display: block;
  font-size: 1.4rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
}
.footer-recruit__title-ja {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .footer-recruit__title-ja {
    font-size: 2.8rem;
  }
}
.footer-recruit__link {
  color: inherit;
}

.fnav-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .fnav-list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.fnav-list__item {
  flex: 0 0 50%;
  list-style: none;
  white-space: nowrap;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fnav-list__item {
    flex: 1 0 auto;
  }
}
.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: inherit;
  padding: 5px;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .fnav-list__link {
    text-align: center;
    padding: 15px;
  }
}
.fnav-list__link:hover {
  opacity: 0.6;
}
.fnav-list__link--nolink:hover {
  opacity: 1;
}
.fnav-list__link--arrow {
  display: flex;
  align-items: center;
}
.fnav-list__link--arrow::after {
  content: "\e900";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon";
  font-size: 1rem;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  vertical-align: text-bottom;
  margin-left: 0.5rem;
  transform: scale(0.8);
}

.fchild-list {
  list-style: none;
  line-height: 1.8;
  padding: 0 0.5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .fchild-list {
    display: none;
  }
}
.fchild-list__item {
  transition: 0.2s ease-out;
}
.fchild-list__item:hover {
  opacity: 0.6;
}
.fchild-list__link {
  font-size: 1.4rem;
  color: inherit;
  padding-bottom: 5px;
}

.other {
  display: block;
}
@media screen and (min-width: 768px) {
  .other {
    display: flex;
    justify-content: flex-end;
  }
}
.other__item {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .other__item {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.other__list {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .other__list {
    margin: 0 1.5rem;
  }
}
.other__link {
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  color: #fff;
  white-space: nowrap;
  transition: 0.2s ease-out;
}
.other__link:hover {
  opacity: 0.6;
}
.other__copyright {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .other__copyright {
    text-align: center;
    font-size: 1rem;
    margin-top: 3rem;
  }
}

.org {
  display: block;
  list-style: none;
  color: #2C2C2C;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .org {
    padding: 3rem 1rem;
  }
}
.org__name {
  font-size: 1.8rem;
  font-weight: bold;
}
.org__addr, .org__phone, .org__fax {
  font-size: 1.5rem;
}
.org__phone, .org__fax {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .org__phone {
    margin-right: 1.5rem;
  }
}
.org__phone a {
  text-decoration: none;
  color: #2C2C2C;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  padding: 60px 0;
}
.section__header {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .section__header {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__header--left {
    display: flex;
    align-items: center;
  }
  .section__header--left .section__title {
    font-size: 2.8rem;
    margin: 0;
  }
  .section__header--left .section__title::before {
    display: inline-block;
    margin: 0 1rem 0 0;
  }
  .section__header--left .section__description {
    margin: 0 0 0 5rem;
  }
}
.section__img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.section__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #1a1818;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 1.9rem;
  }
}
.section__title::before {
  content: "";
  display: block;
  width: 45px;
  height: 15px;
  background: url(../images/wave.png) center/contain no-repeat;
  margin: 0 auto 2rem;
}
.section__copy {
  position: relative;
  display: inline-block;
  color: #120C0A;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
  .section__copy {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .section__copy {
    font-size: 3.1rem;
    letter-spacing: 0.07rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .section__copy--deco::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -50px;
    transform: translate(100%, -50%);
    width: 120px;
    height: 180px;
    background: url(../images/food.svg) center/contain no-repeat;
  }
}
.section__copy--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section__copy--deco {
    text-align: left !important;
  }
}
.section__description {
  display: block;
  line-height: 1.8;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .section__description {
    text-align: left;
    margin: 2rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .section__description {
    margin: 4rem 0 0;
  }
}
.section__footer {
  display: block;
}
@media screen and (max-width: 767px) {
  .section__footer {
    padding-top: 4.5rem;
  }
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
.section--about {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .section--about {
    padding: 110px 0 75px;
  }
}
@media screen and (max-width: 767px) {
  .section--message {
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .section--message .section__footer {
    margin-top: 3rem;
  }
}
.section--works {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .section--works {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .section--works .section__description {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .section--works .section__footer {
    padding: 1rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .section--works .section__footer {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .section--works .section__footer {
    padding: 15rem 0 0;
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .section--works {
    padding: 75px 0 140px;
  }
}
.section--people {
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  .section--people {
    padding: 95px 0 105px;
  }
}
.section--news {
  padding: 80px 0 90px;
}
@media screen and (min-width: 1200px) {
  .section--news {
    padding: 100px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .section--news .section__footer {
    margin-top: 5.5rem;
  }
}
.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;
}
.section--reverse {
  background: #f5f2ee;
}

@media screen and (min-width: 1200px) {
  .message {
    display: flex;
    align-items: center;
  }
}
.message__thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .message__thumbnail {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .message__thumbnail {
    height: 100%;
    max-width: 540px;
  }
}
.message__img {
  width: 100%;
  height: auto;
  border-radius: 35px;
}
.message__box {
  position: relative;
  background: #fff;
  border-radius: 35px;
  padding: 120px 20px 35px;
}
@media screen and (max-width: 1199px) {
  .message__box {
    transform: translateY(-90px);
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .message__box {
    padding: 120px 40px 55px;
  }
}
@media screen and (min-width: 1200px) {
  .message__box {
    max-width: 640px;
    transform: translateX(-10px);
    padding: 95px 65px 85px 95px;
  }
}

/*********************/
/*  ボタン  */
/*********************/
.window::after {
  content: "\e901";
  font-family: "icomoon";
  display: inline-block;
  color: #e89800;
  margin-left: 1rem;
}

.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #1a1818;
  border-radius: 35px;
  padding: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 480px;
    max-width: 100%;
  }
}
.btn::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: inherit;
  font-size: 1rem;
  font-weight: normal;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .btn:hover::after {
    transform: translate(0, -50%) scale(1.1);
  }
}
.btn--reverse {
  border: 1px solid #dddbd8;
  color: #1a1818;
  background: #fff;
}
.btn--reverse::after {
  border: none;
  background: #1a1818;
  color: #fff;
}
.btn__txt:after {
  font-family: "icomoon";
  color: #f5ab1e;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 500;
  margin-left: 1rem;
}
.btn__txt--blank:after {
  content: "\e901";
}
.btn__txt--file:after {
  content: "\e903";
}
.btn--max {
  width: 100%;
}
.btn--max::after {
  display: none;
}
.btn--entry::before {
  content: "\e904";
  font-family: "icomoon";
  display: inline-block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  margin-right: 1rem;
}

.more-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #453D3B;
  padding: 15px 0 15px 15px;
  transition: 0.2s ease-out;
}
.more-btn::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1a1818;
  color: #fff;
  margin-left: 1.5rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .more-btn:hover::after {
    transform: scale(1.1);
  }
}

.recruit-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #1a1818;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 35px;
  padding: 2rem;
}
.recruit-btn + .recruit-btn {
  margin: 2.5rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .recruit-btn {
    width: calc(50% - 20px);
    max-width: 100%;
    margin-left: auto;
  }
  .recruit-btn + .recruit-btn {
    margin: 0 0 0 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-btn {
    width: 340px;
  }
}
.recruit-btn::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #1a1818;
  border: 1px solid #fff;
  font-size: 1rem;
  font-weight: bold;
}

/*  仕事を知る  */
.work-card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .work-card + .work-card {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 1200px) {
  .work-card + .work-card {
    margin-top: 20rem;
  }
}
.work-card__thumbnail {
  position: relative;
  padding-top: 53%;
  width: 95vw;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .work-card__thumbnail {
    transform: translateY(60px);
  }
}
@media screen and (min-width: 768px) {
  .work-card__thumbnail {
    width: 88%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .work-card__thumbnail {
    margin: 0 0 0 auto;
    border-radius: 80px;
  }
}
.work-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-card__box {
  background: #fff;
  border-radius: 35px;
  margin: 0 10px;
  padding: 40px 20px 16px;
  transform: translateY(-40px);
}
@media screen and (min-width: 768px) {
  .work-card__box {
    max-width: 580px;
    padding: 35px 45px 25px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .work-card__box {
    position: absolute;
    bottom: -150px;
    transform: translateY(0);
    margin: 0;
    padding: 50px 90px;
    border-radius: 50px;
  }
}
.work-card__box::before, .work-card__box::after {
  content: "";
  position: absolute;
}
.work-card__box::before {
  top: -60px;
  left: 10px;
  display: inline-flex;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .work-card__box::before {
    width: 113px;
    height: 113px;
    top: 30px;
    left: -50px;
    margin: 0;
  }
}
.work-card__box::after {
  top: -46px;
  left: 23px;
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 1200px) {
  .work-card__box::after {
    width: 75px;
    height: 75px;
    top: 50px;
    left: -30px;
  }
}
.work-card__header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}
.work-card__title {
  font-size: 2.1rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 2em;
}
@media screen and (min-width: 1200px) {
  .work-card__title {
    font-size: 2.8rem;
  }
}
.work-card__repletion {
  display: inline-block;
  color: rgba(44, 44, 44, 0.6);
  margin-top: 1.6rem;
}
.work-card__description {
  margin-top: 2rem;
}
.work-card__footer {
  text-align: right;
  margin-top: 2rem;
}
.work-card__btn::after {
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
}
.work-card--production .work-card__header {
  border-bottom: 2px solid #a9504d;
}
.work-card--production .work-card__title {
  color: #a9504d;
}
.work-card--production .work-card__box::before {
  border: 2px solid #a9504d;
}
@media screen and (min-width: 1200px) {
  .work-card--production .work-card__box::before {
    border: 3px solid #a9504d;
  }
}
.work-card--production .work-card__box::after {
  background: url(../images/01.svg) center/contain no-repeat;
}
.work-card--delivery .work-card__header {
  border-bottom: 3px solid #46a08f;
}
.work-card--delivery .work-card__title {
  color: #46a08f;
}
.work-card--delivery .work-card__box::before {
  border: 2px solid #46a08f;
}
@media screen and (min-width: 1200px) {
  .work-card--delivery .work-card__box::before {
    border: 3px solid #46a08f;
  }
}
.work-card--delivery .work-card__box::after {
  background: url(../images/02.svg) center/contain no-repeat;
}
.work-card--vendor .work-card__header {
  border-bottom: 2px solid #035aa7;
}
.work-card--vendor .work-card__title {
  color: #035aa7;
}
.work-card--vendor .work-card__box::before {
  border: 3px solid #035aa7;
}
@media screen and (min-width: 1200px) {
  .work-card--vendor .work-card__box::before {
    border: 3px solid #035aa7;
  }
}
.work-card--vendor .work-card__box::after {
  background: url(../images/03.svg) center/contain no-repeat;
}
.work-card--default .work-card__box {
  left: 30px;
}
.work-card--re-default .work-card__box {
  right: 30px;
}
@media screen and (min-width: 1200px) {
  .work-card--re-default .work-card__box {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .work-card--reverse .work-card__box {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .work-card--reverse .work-card__box {
    right: 0;
  }
}
.work-card--reverse .work-card__thumbnail {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .work-card--reverse .work-card__thumbnail {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 768px) {
  .work-card--min + .work-card--min {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 1200px) {
  .work-card--min + .work-card--min {
    margin-top: 22rem;
  }
}
.work-card--min .work-card__box {
  padding: 40px 25px 20px;
}
@media screen and (max-width: 767px) {
  .work-card--min .work-card__box {
    position: relative;
    bottom: -10px;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .work-card--min .work-card__box {
    max-width: 500px;
    padding: 30px 45px 30px 80px;
    bottom: -170px;
  }
}
@media screen and (min-width: 1200px) {
  .work-card--min .work-card__box {
    padding: 50px 80px 50px 80px;
  }
}
.work-card--min .work-card__box::before {
  top: -40px;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 1200px) {
  .work-card--min .work-card__box::before {
    top: 30px;
    width: 105px;
    height: 105px;
  }
}
.work-card--min .work-card__box::after {
  top: -30px;
  left: 23px;
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 1200px) {
  .work-card--min .work-card__box::after {
    top: 47px;
    left: -30px;
    width: 65px;
    height: 65px;
  }
}
.work-card--min .work-card__thumbnail {
  width: 100%;
  padding-top: 200px;
}
@media screen and (min-width: 768px) {
  .work-card--min .work-card__thumbnail {
    padding-top: 380px;
    max-width: 710px;
  }
}
.work-card--sub-ft {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .work-card--sub-ft {
    margin-top: 4rem;
  }
}
.work-card--sub-ft .work-card__thumbnail {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .work-card--sub-ft .work-card__thumbnail {
    width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .work-card--sub-ft .work-card__thumbnail {
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  .work-card--sub-ft .work-card__box {
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .work-card--sub-ft .work-card__box {
    max-width: 500px;
    bottom: -70px;
    padding: 30px 40px 20px 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .work-card--sub-ft .work-card__box {
    bottom: -125px;
  }
}
@media screen and (min-width: 768px) {
  .work-card--sub-ft .work-card__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .work-card--sub-ft .work-card__description {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .work-card--sub-ft .work-card__repletion {
    margin-top: 1.6rem;
  }
}
.work-card--sub-ft .work-card__btn {
  padding: 0 0 15px 15px;
}

.work-wrap--min {
  margin: 4rem 0 0;
}
@media screen and (min-width: 1200px) {
  .work-wrap--min {
    margin: 4rem 0 15rem;
  }
}

/*  人を知る  */
@media screen and (min-width: 768px) {
  .people-wrap {
    display: flex;
  }
}

.people-card {
  position: relative;
}
.people-card__thumbnail {
  position: relative;
  padding-top: 53%;
}
.people-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.people-card__box {
  background: #f5f2ee;
  border-radius: 0 42px 0 0/0 42px 0 0;
  margin: 0 16px 0 0;
  padding: 30px 30px 0 0px;
  transform: translate(0, -40px);
}
@media screen and (min-width: 1200px) {
  .people-card__box {
    margin: 0 48px 0 0;
    padding: 40px 40px 0 0px;
  }
}
.people-card__title {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .people-card__title {
    font-size: 2.7rem;
  }
}
.people-card__repletion {
  color: rgba(44, 44, 44, 0.6);
  margin-left: 2rem;
}
.people-card__description {
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .people-card__description {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.people-card__footer {
  text-align: right;
}
.people-card__btn::after {
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
}
.people-card--reverse .people-card__box {
  right: 0;
}
.people-card--reverse .people-card__thumbnail {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .people-card--reverse .people-card__thumbnail {
    margin: 0 auto 0 0;
  }
}

/*  データで見るフリジポート  */
.detail-data {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  padding: 2rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .detail-data {
    border-radius: 50px;
    padding: 2.7rem 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .detail-data:hover .detail-data__btn::after {
    transform: scale(1.1);
  }
}
.detail-data::before, .detail-data::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.detail-data::before {
  background: url(../images/data-bg.jpg) center/cover no-repeat;
}
.detail-data::after {
  background: rgba(26, 24, 24, 0.5);
}
@media screen and (min-width: 768px) {
  .detail-data::after {
    background: rgba(26, 24, 24, 0.7);
  }
}
.detail-data__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.detail-data__title {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #fff;
}
.detail-data__description {
  color: #fff;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .detail-data__description {
    margin-top: 2rem;
  }
}
.detail-data__footer {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .detail-data__footer {
    position: absolute;
    right: 50px;
    bottom: 10px;
  }
}
.detail-data__btn {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 15px 0 15px 15px;
  transition: 0.2s ease-out;
}
.detail-data__btn::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 1.5rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .detail-data__btn::after {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
  }
}
.detail-data__img {
  width: 100%;
  height: auto;
}

/*  コンテンツC -２カラム以上(カード式)  */
.pickup-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.2s 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: #6a6a6a;
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.pickup-card__box {
  padding: 25px 25px 30px;
}
@media screen and (min-width: 1200px) {
  .pickup-card__box {
    padding: 25px 30px 35px;
  }
}
.pickup-card__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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.2s 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: #6a6a6a;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-card__box {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .guide-card__box {
    padding: 25px 30px;
  }
}
.guide-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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.2s 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: #6a6a6a;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-large-card__box {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .guide-large-card__box {
    padding: 25px 30px;
  }
}
.guide-large-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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.2s 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: #6a6a6a;
  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: 1200px) {
  .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: 1200px) {
  .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;
  }
}

/*  ------サブページ------  */
.page-article {
  padding: 5rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .page-article {
    padding: 9rem 0 10rem;
  }
}
.page-article__title {
  color: #c1c1c1;
  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: 1200px) {
  .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;
  }
}
.page-article--pd-none {
  padding: 0;
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page p {
  line-height: 1.8;
}
.post-type-page p:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page p:not(:first-child) {
    margin-top: 2.8rem;
  }
}
.post-type-page a:not([class]) {
  color: #c1c1c1;
  text-decoration: none;
  border-bottom: 1px solid #c1c1c1;
  transition: 0.2s ease-out;
}
.post-type-page a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page .h2:first-child,
.post-type-page .h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .h5:first-child,
.post-type-page .catchcopy: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 {
  position: relative;
  font-size: 1.9rem;
  text-align: center;
  font-weight: 500;
  margin: 10rem 0 0;
  line-height: 1.7;
  letter-spacing: 0.07em;
}
.post-type-page .h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -4rem;
  transform: translateY(50%);
  display: inline-block;
  width: 50px;
  height: 15px;
  background: url(../images/wave.png) center/contain no-repeat;
  transform: translateX(-50%);
}
.post-type-page .h3 {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 0 0 3rem;
  margin: 6rem 0 0;
  line-height: 1.3;
}
.post-type-page .h3:before {
  position: absolute;
  top: 2.2rem;
  left: 0;
  display: inline-block;
  content: "";
  width: 20px;
  height: 3px;
  background: #2C2C2C;
}
.post-type-page .h4 {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 0 0 0 2rem;
  margin: 4.5rem 0 0;
}
.post-type-page .h4:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  width: 6px;
  height: calc(100% - 10px);
  background: #035aa7;
  transform: translateY(-50%);
}
.post-type-page .h5 {
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
  color: #46a08f;
  margin: 3.5rem 0 0;
}
.post-type-page .catchcopy {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2;
  margin: 4rem 0 0;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .post-type-page .catchcopy {
    margin: 4.5rem 0 0;
    font-size: 3.2rem;
  }
}
.post-type-page .strong {
  color: #e89800;
  font-weight: bold;
}
.post-type-page .attention {
  font-size: 1.6rem;
  font-weight: bold;
  color: #b74949;
  border-bottom: 3px solid #b74949;
}
.post-type-page .txt-link {
  color: #5F6264;
  border-bottom: 1px solid #5F6264;
}
.post-type-page .line {
  border: 1px solid #DDDBD8;
  margin: 5.5rem 0;
}
.post-type-page .fullimage {
  margin: 3rem 0;
}
.post-type-page .fullimage img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .post-type-page .fullimage img {
    border-radius: 50px;
  }
}
.post-type-page .fullimage--no-r img {
  border-radius: 0;
}
.post-type-page .text-align {
  text-align: left;
}
.post-type-page .text-align--right {
  text-align: right;
}
.post-type-page .text-align--center {
  text-align: center;
}
.post-type-page .president-name {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .post-type-page .president-name {
    font-size: 2rem;
  }
}
.post-type-page .president-name--min {
  font-size: 1.3rem;
  color: rgba(44, 44, 44, 0.5);
}
@media screen and (min-width: 768px) {
  .post-type-page .president-name--min {
    font-size: 1.5rem;
  }
}
.post-type-page .ul {
  list-style: none;
  margin: 3rem 0;
}
@media screen and (min-width: 1200px) {
  .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: #46a08f;
  position: absolute;
  top: 1em;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.post-type-page .ul .ul {
  margin-top: 1rem;
}
.post-type-page .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0 0;
}
@media screen and (min-width: 1200px) {
  .post-type-page .ol {
    margin: 5rem 0 3rem;
  }
}
.post-type-page .ol li {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 1.5rem;
}
.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;
  font-size: 1.9rem;
  font-family: "Libre Baskerville", serif;
  color: #035aa7;
  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 .ol {
  margin-top: 1rem;
}
.post-type-page .ol-coment-list {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0 0;
}
.post-type-page .ol-coment-list__title {
  margin: 3rem 0 1.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #035aa7;
}
.post-type-page .ol-coment-list li {
  position: relative;
  padding: 0 0 0 4rem;
  margin: 0 0 1.5rem;
}
.post-type-page .ol-coment-list li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Libre Baskerville", serif;
  color: #035aa7;
  transform: translate(-50%, -50%);
}
.post-type-page .ol-coment-list li::after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 27px;
  left: 11px;
  width: 25px;
  height: 2px;
  line-height: 25px;
  background: #035aa7;
  transform: translate(-50%, -50%);
}
.post-type-page .mail-list {
  margin: 4rem 0 0;
}
.post-type-page .mail-list dt {
  margin: 4rem 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  font-family: "Libre Baskerville", serif;
  color: rgba(44, 44, 44, 0.5);
}
@media screen and (min-width: 768px) {
  .post-type-page .mail-list dt {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.post-type-page .mail-list dd {
  font-size: 1.9rem;
  font-weight: 700 !important;
  margin: 1rem 0 0;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .post-type-page .mail-list dd {
    margin: 1.5rem 0 0;
    font-size: 2.8rem;
  }
}
.post-type-page .list-table {
  width: 100%;
  letter-spacing: 0.03em;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 1.5rem;
  border-top: 2px solid #DDDBD8;
}
.post-type-page .list-table tr {
  display: block;
  border-bottom: 2px solid #DDDBD8;
  padding: 1rem 0;
}
@media screen and (min-width: 1200px) {
  .post-type-page .list-table tr {
    padding: 3rem 0;
  }
}
.post-type-page .list-table th,
.post-type-page .list-table td {
  vertical-align: baseline;
  text-align: left;
}
.post-type-page .list-table td {
  font-size: 1.5rem;
  font-weight: 400;
}
.post-type-page .list-table th {
  width: 150px;
  min-height: 50px;
  font-size: 1.5;
  font-weight: 700;
  padding-right: 2rem;
  color: #46a08f;
}
@media screen and (max-width: 767px) {
  .post-type-page .list-table {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .post-type-page .list-table th,
.post-type-page .list-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .post-type-page .list-table tr {
    margin: 0;
  }
  .post-type-page .list-table th {
    padding: 2rem 0 1rem;
  }
  .post-type-page .list-table td {
    font-size: 1.5rem;
    padding-bottom: 2rem;
  }
}
.post-type-page .table {
  width: 100%;
  margin: 3rem 0;
  table-layout: fixed;
}
.post-type-page .table th {
  background: #F5F2EE;
  color: #46a08f;
  font-weight: bold;
  border-radius: 5px;
}
.post-type-page .table th,
.post-type-page .table td {
  border: 2px solid #FAF8F5;
  padding: 1rem;
}
.post-type-page .list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 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 #6a6a6a;
}
.post-type-page .list-underline__item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  display: inline-block;
  border: 1px solid #6a6a6a;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  color: #6a6a6a;
  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: #6a6a6a;
}
.post-type-page .box {
  background: #fff;
  margin: 5rem 0 0;
  padding: 3rem 3rem;
  border-radius: 25px;
}
@media screen and (min-width: 1200px) {
  .post-type-page .box {
    padding: 5rem 6rem;
  }
}
.post-type-page .box__title {
  margin: 0;
  line-height: 1.9;
}
.post-type-page .box__title:not(:first-child) {
  margin-top: 1rem;
}
.post-type-page .box__title--strong {
  color: #2C2C2C;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .box__title--strong {
    font-size: 2.7rem;
  }
}
.post-type-page .box--border {
  background: none;
  border: 1px solid #dddbd8;
}
.post-type-page .button-area {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .button-area {
    flex-direction: column;
  }
}
.post-type-page .button-area .btn {
  margin: 3rem 0 0;
}
.post-type-page .button-area .btn:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .button-area .btn {
    margin: 0 0 0 2rem;
  }
}
.post-type-page .button-area--vertical {
  flex-direction: column;
  margin: 0;
}
.post-type-page .button-area--vertical .btn {
  margin: 3rem 0 0;
}
.post-type-page .button-area--vertical .btn:first-child {
  margin: 0;
}
.post-type-page .button {
  display: inline-block;
  padding: 2rem 3rem;
  background: #ededed;
  color: #6a6a6a;
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.4s ease-out;
  cursor: pointer;
  margin-bottom: 1.5rem;
  text-align: center;
}
.post-type-page .button:hover {
  background: #6a6a6a;
  color: #ededed;
}
@media screen and (min-width: 768px) {
  .post-type-page .button + .post-type-page .button {
    margin-left: 1.5rem;
  }
}

.works-section {
  padding: 12rem 0 6rem;
}
@media screen and (min-width: 1200px) {
  .works-section {
    padding: 12rem 0 20rem;
  }
}
.works-section:first-of-type {
  padding: 0 0 6rem;
}
@media screen and (min-width: 1200px) {
  .works-section:first-of-type {
    padding: 0 0 20rem;
  }
}
.works-section:last-of-type {
  padding: 12rem 0 0;
}
@media screen and (min-width: 1200px) {
  .works-section:last-of-type {
    padding: 12rem 0 0;
  }
}
.works-section__title {
  border-top: 2px solid #DDDBD8;
  padding-top: 5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .works-section__title {
    letter-spacing: 0.1em;
  }
}
.works-section__title:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 5rem;
}
.works-section:nth-child(even) {
  background: #f5f2ee;
}
.works-section--talkpage {
  padding: 12rem 0 6rem !important;
}
@media screen and (min-width: 1200px) {
  .works-section--talkpage {
    padding: 12rem 0 20rem !important;
  }
}

/*********************/
/*  扉  */
/*********************/
.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: #6a6a6a;
  border: 1px solid #6a6a6a;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.children-card__title {
  padding: 1rem 0;
}
.children-card__title-ja, .children-card__title-en {
  display: block;
  color: #2C2C2C;
}
.children-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.children-card__title-en {
  font-size: 1.6rem;
}
.children-card__description {
  color: #2C2C2C;
  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: #6a6a6a;
  border: 1px solid #6a6a6a;
  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: #2C2C2C;
}
.thumbnail-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.thumbnail-card__title-en {
  font-size: 1.6rem;
}
.thumbnail-card__description {
  color: #2C2C2C;
  line-height: 1.7;
}

/*********************/
/*  インタビュー  */
/*********************/
.prof {
  position: relative;
  display: grid;
  grid-template: auto 1fr/150px 1fr;
  max-width: 545px;
  align-items: center;
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 767px) {
  .prof {
    grid-gap: 10px 0;
    background: #f5f2ee;
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .prof {
    grid-template: 100px 1fr/300px 1fr;
  }
}
.prof:before {
  position: absolute;
  bottom: calc(50% - 8rem);
  left: 2rem;
  display: inline-block;
  content: "";
  width: 130px;
  height: 45px;
  background: url(../images/wavex2.png) center/contain no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .prof:before {
    left: -0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .prof:before {
    bottom: -1rem;
    left: -1.5rem;
    width: 235px;
    height: 80px;
  }
}
.prof__thumbnail {
  position: relative;
  grid-row: 1/3;
  width: 125px;
  height: 0;
  padding-bottom: 125px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .prof__thumbnail {
    width: 215px;
    padding-bottom: 215px;
  }
}
.prof__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;
}
.prof__name-ja, .prof__name-en {
  display: block;
}
.prof__name-ja {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .prof__name-ja {
    font-size: 1.9rem;
  }
}
.prof__name-en {
  font-size: 1rem;
  font-weight: normal;
  color: rgba(26, 24, 24, 0.4);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .prof__name-en {
    font-size: 1.2rem;
    letter-spacing: 0.5em;
  }
}

.prof-list {
  grid-column: 2/3;
}
@media screen and (min-width: 768px) {
  .prof-list__dt, .prof-list__dd {
    padding: 1rem 0 0;
  }
}
.prof-list__dt {
  flex: 30%;
  color: rgba(26, 24, 24, 0.6);
}
@media screen and (min-width: 768px) {
  .prof-list__dt {
    font-size: 1.5rem;
  }
}
.prof-list__dd {
  flex: 70%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1a1818;
}
@media screen and (min-width: 768px) {
  .prof-list__dd {
    font-size: 1.5rem;
  }
}

.interview-top-words,
.interview-words {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1200px) {
  .interview-top-words,
.interview-words {
    font-size: 3.5rem;
  }
}

.interview-top-words {
  position: relative;
  font-size: 2.1rem;
  padding: 3rem 2rem 0;
}
@media screen and (min-width: 1200px) {
  .interview-top-words {
    font-size: 3.5rem;
  }
}
.interview-top-words::before, .interview-top-words::after {
  content: "”";
  position: absolute;
  font-size: 5rem;
  font-weight: normal;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  color: rgba(26, 24, 24, 0.15);
}
@media screen and (min-width: 1200px) {
  .interview-top-words::before, .interview-top-words::after {
    font-size: 15rem;
  }
}
.interview-top-words::before {
  top: 5px;
  left: -5px;
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .interview-top-words::before {
    top: 40px;
    left: -30px;
    transform: translate(-50%, -100%) rotate(180deg);
  }
}
.interview-top-words::after {
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (min-width: 1200px) {
  .interview-top-words::after {
    right: -40px;
    bottom: 20px;
    transform: translate(50%, 100%);
  }
}

.interview-words {
  margin: 4rem 0 0;
}
@media screen and (min-width: 1200px) {
  .interview-words {
    margin: 8rem 0 0;
  }
}

.interview-img-box {
  position: relative;
  padding-top: 150px;
  margin: 7rem 0 0;
}
@media screen and (min-width: 768px) {
  .interview-img-box {
    padding-top: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .interview-img-box {
    margin: 9rem 0 0;
  }
}

.interview-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .interview-img {
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-width: 1200px) {
  .interview-img {
    border-radius: 30px;
  }
}

.faq__q {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 2.5rem;
  margin-top: 6rem !important;
}
@media screen and (min-width: 1200px) {
  .faq__q {
    margin-top: 8rem !important;
  }
}
.faq__q::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 3px;
  background: #2C2C2C;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.faq__a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .faq__a {
    line-height: 2.1;
    margin-top: 3rem;
  }
}

.job-desc {
  border: 1px solid;
  padding: 10px;
}

.data {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
}
@media screen and (min-width: 1200px) {
  .data {
    font-size: 3.7rem;
  }
}
.data + .data {
  margin-top: 7.5rem;
}
@media screen and (min-width: 1200px) {
  .data + .data {
    margin-top: 12.5rem;
  }
}
.data__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .data__title {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .data__title {
    text-align: left;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .data-grid {
    display: grid;
    grid-template-rows: 200px 200px 200px 400px;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .data-grid {
    grid-template-rows: 255px 255px 255px 440px;
    grid-template-columns: repeat(12, 65px);
  }
}
.data-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.data-grid__item {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .data-grid__item + .data-grid__item {
    margin-top: 1rem;
  }
}
.data-grid__item:nth-of-type(1) {
  grid-column: 1/8;
}
@media screen and (min-width: 1200px) {
  .data-grid__item:nth-of-type(1) {
    grid-column: 1/7;
  }
}
.data-grid__item:nth-of-type(2) {
  grid-column: 8/14;
}
@media screen and (min-width: 1200px) {
  .data-grid__item:nth-of-type(2) {
    grid-column: 7/14;
  }
}
.data-grid__item:nth-of-type(3) {
  grid-column: 1/14;
}
.data-grid__item:nth-of-type(4) {
  grid-column: 1/6;
}
@media screen and (min-width: 1200px) {
  .data-grid__item:nth-of-type(4) {
    grid-column: 1/5;
  }
}
.data-grid__item:nth-of-type(5) {
  grid-column: 6/10;
}
@media screen and (min-width: 1200px) {
  .data-grid__item:nth-of-type(5) {
    grid-column: 5/9;
  }
}
.data-grid__item:nth-of-type(6) {
  grid-column: 10/14;
}
@media screen and (min-width: 1200px) {
  .data-grid__item:nth-of-type(6) {
    grid-column: 9/14;
  }
}
.data-grid__item:nth-of-type(7) {
  grid-column: 1/14;
}

@media screen and (min-width: 768px) {
  .data-circle {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .data-circle {
    grid-gap: 25px;
  }
}
.data-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.data-circle__item {
  width: 100%;
  position: relative;
  padding: 1rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .data-circle__item + .data-circle__item {
    margin-top: 1rem;
  }
}
.data-circle__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
}
.data-circle__item:nth-of-type(1) {
  grid-column: 1/8;
}
.data-circle__item:nth-of-type(2) {
  grid-column: 8/15;
}
.data-circle__item:nth-of-type(3) {
  grid-column: 1/15;
}
.data-circle__item:nth-of-type(3)::before {
  max-width: 50%;
}
@media screen and (min-width: 1200px) {
  .data-circle__item:nth-of-type(3)::before {
    max-width: 440px;
  }
}
.data-circle__item:nth-of-type(4) {
  grid-column: 1/8;
}
.data-circle__item:nth-of-type(5) {
  grid-column: 8/15;
}
.data-circle__item:nth-of-type(6) {
  grid-column: 1/8;
}
@media screen and (min-width: 768px) {
  .data-circle__item:nth-of-type(6) {
    left: 50%;
  }
}
.data-circle__item:nth-of-type(7) {
  grid-column: 1/8;
}
.data-circle__item:nth-of-type(8) {
  grid-column: 8/15;
}

@media screen and (min-width: 768px) {
  .data-people {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 45% 55%;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .data-people {
    grid-gap: 20px;
  }
}
.data-people img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.data-people__item {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .data-people__item + .data-people__item {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .data-people__item {
    padding: 5rem;
  }
}
.data-people__item:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.data-people__item:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/3;
}
.data-people__item:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 2/5;
}
.data-people__item:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 3/5;
}

.data-corp {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .data-corp {
    margin-top: 10rem;
  }
}

.schedule-title {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (min-width: 1200px) {
  .schedule-title {
    margin-top: 10rem;
  }
}
.schedule-title__ja, .schedule-title__en {
  display: block;
}
.schedule-title__ja {
  font-size: 2rem;
  font-weight: bold;
  color: #035aa7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .schedule-title__ja {
    font-size: 2.2rem;
  }
}
.schedule-title__en {
  font-size: 1.2rem;
  font-weight: bold;
  color: #484645;
  letter-spacing: 0.15em;
  margin-top: 0.5rem;
  font-family: "Libre Baskerville", serif;
}

.schedule-wrap {
  margin: 0 auto;
}

.schedule {
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .schedule {
    margin: 4rem auto 0;
  }
}
.schedule__item {
  position: relative;
  display: flex;
  list-style: none;
  font-size: 1.5rem;
  padding-bottom: 1.2rem;
}
.schedule__item:last-of-type:after {
  border-left: none;
}
.schedule__item::before, .schedule__item::after {
  content: "";
  position: absolute;
}
.schedule__item::before {
  top: 11px;
  left: 80px;
  width: 6px;
  height: 6px;
  background: #dddbd8;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .schedule__item::before {
    top: 9px;
    left: 115px;
    width: 8px;
    height: 8px;
  }
}
.schedule__item::after {
  content: "";
  top: 15px;
  left: 82px;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #dddbd8;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .schedule__item::after {
    left: 118px;
  }
}
.schedule__time, .schedule__detail {
  display: inline-block;
}
.schedule__time {
  width: 60px;
  font-size: 1.4rem;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #035aa7;
  text-align: right;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .schedule__time {
    width: 90px;
    font-size: 1.6rem;
    letter-spacing: 0.5em;
    margin-right: 2rem;
  }
}
.schedule__detail {
  padding-left: 4rem;
}
@media screen and (min-width: 768px) {
  .schedule__detail {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 5rem;
    letter-spacing: 0.05em;
  }
}

.job-workplace {
  font-size: 2.1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .job-workplace {
    letter-spacing: 0.1em;
    font-size: 2.9rem;
    margin-top: 4rem;
  }
}
.job-workplace:before {
  content: "\e906";
  font-family: "icomoon";
  display: inline-flex;
  color: #035aa7;
  font-size: 2.2rem;
  font-weight: normal;
  margin-right: 0.6rem;
}
@media screen and (min-width: 1200px) {
  .job-workplace:before {
    font-size: 3.2rem;
    margin-top: 2rem;
  }
}

.job-title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.job-title:not(:first-child) {
  margin-top: 6rem;
  border-top: 1px solid #DDDBD9;
  padding-top: 6rem;
}
@media screen and (min-width: 1200px) {
  .job-title {
    font-size: 3.5rem;
  }
}
.job-title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #2C2C2C;
  margin-right: 1rem;
}

.job-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .job-card {
    flex-direction: row;
    margin-top: 3rem;
  }
}
.job-card__item {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 25px;
  background: #fff;
  padding: 2rem 2rem 2rem 0;
  color: #2C2C2C !important;
  font-weight: bold;
  font-size: 1.8rem;
  align-items: center;
  overflow: hidden;
  margin-top: 1rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .job-card__item {
    width: calc(50% - 1rem);
    padding: 4rem 5rem 4rem 0;
    margin-top: 0;
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.job-card__item:first-of-type {
  margin-top: 0;
}
.job-card__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  max-width: 75px;
  background: #DDDBD8;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .job-card__item:before {
    max-width: 130px;
  }
}
.job-card__item::after {
  content: "\e900";
  font-family: "icomoon";
  position: relative;
  transform: scale(1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #2C2C2C;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  transition: 0.2s ease-out;
  margin-left: auto;
}
.job-card__item:hover::after {
  transform: scale(1.1);
}
.job-card__jobtype {
  position: relative;
  display: block;
  padding: 0 1.5rem;
  margin-right: 2rem;
  width: 100%;
  max-width: 75px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .job-card__jobtype {
    margin-right: 3rem;
    padding: 0 2rem;
    max-width: 130px;
    font-size: 1.7rem;
  }
}

.job-desc-wrap {
  margin: 5rem 0 12rem;
}
@media screen and (min-width: 768px) {
  .job-desc-wrap {
    margin: 7rem 0 14rem;
  }
}

.flow {
  counter-reset: flow 0;
  margin: 3rem 0 0;
}
.flow__item {
  position: relative;
  list-style: none;
  padding: 0 0 3rem 5rem;
}
.flow__item:last-of-type:after {
  border-left: none;
}
.flow__item::before, .flow__item::after {
  content: "";
  position: absolute;
}
.flow__item::before {
  counter-increment: flow 1;
  content: counter(flow) " ";
  top: 0;
  left: 4px;
  width: 25px;
  height: 25px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background: #035aa7;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .flow__item::before {
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.flow__item::after {
  content: "";
  top: 15px;
  left: 15px;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #dddbd8;
  z-index: 0;
}
.flow__title {
  font-size: 1.7rem;
  font-weight: bold;
}
.flow__desc {
  font-size: 1.5rem;
  font-weight: 500;
}

.recruit-head {
  margin: 0 0 5rem;
}
.recruit-head__info {
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .recruit-head__info {
    margin: 3.5rem 0 0;
  }
}
.recruit-head__ctg {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #46a08f;
}
@media screen and (min-width: 1200px) {
  .recruit-head__ctg {
    font-size: 1.9rem;
  }
}

.interview-connect {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .interview-connect {
    margin-top: 5rem;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1200px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.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: 1200px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #2C2C2C;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 1200px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  ページ送り  */
.pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.pager-list__item {
  margin: 15px 5px 10px;
  list-style: none;
  position: relative;
  width: 47px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pager-list__link--number {
  color: #1a1818;
  text-align: center;
  font-size: 2rem;
  font-family: "Libre Baskerville", serif;
}
.pager-list__link--active {
  color: #fff;
  border-radius: 50%;
  background: #1a1818;
}
.pager-list__link--prev:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #1a1818;
  transform: rotate(-180deg);
  transition: 0.2s ease-out;
}
.pager-list__link--next::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #1a1818;
  transition: 0.2s ease-out;
}
.pager-list__link:hover {
  opacity: 0.6;
}

.single-pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  margin: 15px 8px 10px;
  list-style: none;
  position: relative;
  border-radius: 8px;
  width: 220px;
  height: 50px;
  line-height: 50px;
  padding: 2rem 3rem;
  font-weight: bold;
  transition: 0.2s ease-out;
}
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s ease-out;
}
.single-pager-list__link--back {
  color: #2C2C2C;
  text-align: center;
}
.single-pager-list__link--back:after {
  content: "\e905";
  font-family: "icomoon";
  color: #D0CAC4;
  line-height: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  margin-left: 1rem;
}
.single-pager-list__link:hover {
  opacity: 0.6;
}

/*********************/
/*  ニュース  */
/*********************/
.news-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .news-card:hover .news-card__more-btn::after {
    transform: scale(1.1);
  }
}
.news-card__link, .news-card__thumbnail, .news-card__img, .news-card__box, .news-card__title, .news-card__description, .news-card__btn {
  display: block;
  width: 100%;
}
.news-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #6a6a6a;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.news-card__box {
  padding: 15px 20px 10px;
}
@media screen and (min-width: 1200px) {
  .news-card__box {
    padding: 20px 20px 30px;
  }
}
.news-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.news-card__description {
  margin-top: 1rem;
}
.news-card__thumbnail {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 0;
  padding-bottom: 190px;
}
@media screen and (min-width: 768px) {
  .news-card__thumbnail {
    border-radius: 30px;
  }
}
.news-card__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;
}
.news-card__btn--center {
  text-align: center;
}
.news-card__btn--right {
  text-align: right;
}
.news-card__more-btn {
  padding: 0;
}
.news-card__more-btn::after {
  width: 35px;
  height: 35px;
}
.news-card__time, .news-card__category {
  display: inline-block;
}
.news-card__time {
  font-size: 1.4rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.1em;
  color: #2C2C2C;
}
.news-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .news-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}
.news-card__category {
  font-size: 1.5rem;
  font-weight: bold;
  color: #46a08f;
  margin-left: 1.8rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .news-card__category {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-card__category {
    margin-left: 1rem;
  }
}
.news-card__category--inline {
  display: inline-block;
}
.news-card__post-title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2C2C2C;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-card__post-title {
    font-size: 1.8rem;
  }
}
.news-card__post-title--bordered {
  box-shadow: 0 0 0 1px #c1c1c1;
}
.news-card--mini {
  padding: 25px;
}
.news-card--mini .news-card__title {
  margin-top: 2rem;
}
.news-card--rounded {
  border-radius: 10px;
  overflow: hidden;
}
.news-card--bordered {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}
.news-card--horizontal {
  display: flex;
  align-items: stretch;
}

.news-head {
  margin-bottom: 3rem;
}
.news-head__title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .news-head__title {
    font-size: 3.2rem;
  }
}
.news-head__info {
  text-align: right;
  margin: 3rem 0 0;
}
.news-head__time {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(44, 44, 44, 0.5);
  letter-spacing: 0.1em;
  font-family: "Libre Baskerville", serif;
}
@media screen and (min-width: 768px) {
  .news-head__time {
    font-size: 1.7rem;
  }
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
  color: #46a08f;
  text-align: center;
  white-space: nowrap;
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-head__ctg {
    font-size: 1.6rem;
  }
}
.news-head .h2 {
  margin-top: 1rem;
}

.refine {
  transition: 0.2s ease-out;
}
.refine__btn {
  display: block;
  width: 100%;
  text-align: center;
  color: #2C2C2C;
  padding: 1.5rem;
  border-radius: 30px;
  border: 1px solid #dddbd8;
  font-size: 1.5rem;
  font-weight: bold;
  background: none;
}
.refine__btn--active {
  border: 1px solid #2C2C2C;
  background: #2C2C2C;
  color: #fff;
}

/*********************/
/*  インタビュー  */
/*********************/
/*  MAXパーツ  */
.contents-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .contents-card:hover .contents-card__more-btn::after {
    transform: scale(1.1);
  }
}
.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: #6a6a6a;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.contents-card__box {
  position: relative;
  top: -2rem;
  padding: 2rem;
  width: calc(100% - 1rem);
  background: #fff;
  border-radius: 0 50px;
}
@media screen and (min-width: 1200px) {
  .contents-card__box {
    width: calc(100% - 3rem);
    padding: 3.5rem;
  }
}
.contents-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.contents-card__description {
  margin-top: 1rem;
}
.contents-card__thumbnail {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 0;
  padding-bottom: 190px;
  width: calc(100% - 1rem);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contents-card__thumbnail {
    padding-bottom: 268px;
    width: calc(100% - 3rem);
    border-radius: 30px;
  }
}
.contents-card__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;
}
.contents-card__btn--center {
  text-align: center;
}
.contents-card__btn--right {
  text-align: right;
}
.contents-card__more-btn {
  padding: 2rem 0 0;
}
.contents-card__more-btn::after {
  width: 35px;
  height: 35px;
}
.contents-card__time, .contents-card__category {
  display: inline-block;
}
.contents-card__time {
  font-size: 1.4rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.1em;
  color: #2C2C2C;
}
.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 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #46a08f;
}
.contents-card__category:before {
  position: absolute;
  top: 0;
  left: -7rem;
  display: inline-block;
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .contents-card__category:before {
    left: -8rem;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .contents-card__category {
    font-size: 1.6rem;
  }
}
.contents-card__category--inline {
  display: inline-block;
}
.contents-card__category--vendor {
  color: #035aa7;
}
.contents-card__category--vendor:before {
  background: url(../images/03.svg) center/30px no-repeat;
  border: 2px solid #035aa7;
}
@media screen and (min-width: 768px) {
  .contents-card__category--vendor:before {
    background: url(../images/03.svg) center/35px no-repeat;
  }
}
.contents-card__category--manufacture {
  color: #a9504d;
}
.contents-card__category--manufacture:before {
  background: url(../images/01.svg) center/25px no-repeat;
  border: 2px solid #a9504d;
}
@media screen and (min-width: 768px) {
  .contents-card__category--manufacture:before {
    background: url(../images/01.svg) center/30px no-repeat;
  }
}
.contents-card__category--delivery {
  color: #46a08f;
}
.contents-card__category--delivery:before {
  background: url(../images/02.svg) center/20px no-repeat;
  border: 2px solid #46a08f;
}
@media screen and (min-width: 768px) {
  .contents-card__category--delivery:before {
    background: url(../images/02.svg) center/25px no-repeat;
  }
}
.contents-card__joined {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 7rem;
}
@media screen and (min-width: 768px) {
  .contents-card__joined {
    margin: 1.8rem 0 0 8rem;
  }
}
.contents-card__prof-joined {
  display: flex;
}
.contents-card__prof-joined--season {
  margin-left: 1.5rem;
  color: #5F6264;
}
.contents-card__post-title {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  color: #2C2C2C;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .contents-card__post-title {
    font-size: 2.3rem;
    margin-top: 1.5rem;
  }
}
.contents-card__post-title--bordered {
  box-shadow: 0 0 0 1px #c1c1c1;
}
.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;
}
.contents-card--cross-talk .contents-card__box {
  top: -3rem;
  padding: 3rem 2rem 2rem;
  width: calc(100% - 1rem);
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .contents-card--cross-talk .contents-card__box {
    width: calc(100% - 3rem);
    padding: 3.5rem;
  }
}
.contents-card--cross-talk .contents-card__thumbnail {
  width: calc(100% - 1rem);
}
@media screen and (min-width: 768px) {
  .contents-card--cross-talk .contents-card__thumbnail {
    width: calc(100% - 4.5rem);
  }
}
.contents-card--cross-talk .contents-card__post-title {
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .contents-card--cross-talk .contents-card__post-title {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-card--mincard {
    padding: 20px;
  }
}
.contents-card--mincard .contents-card__box {
  top: -1rem;
  padding: 3rem 2rem 2rem;
  width: calc(100% - 1rem);
}
.contents-card--mincard .contents-card__thumbnail {
  padding-bottom: 58.28%;
  width: calc(100% - 1rem);
}
.contents-card--mincard .contents-card__category:before {
  top: 0.5rem;
  left: -7rem;
  width: 50px;
  height: 50px;
}
.contents-card--mincard .contents-card__joined {
  margin: 1rem 0 0 7rem;
}
.contents-card--mincard .contents-card__post-title {
  margin-top: 0;
  font-size: 1.8rem;
}

.interview-section {
  padding: 0 0 6rem;
}
@media screen and (min-width: 1200px) {
  .interview-section {
    padding: 0 0 13rem;
  }
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@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: 1200px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* デコレーション版 */
.deco-form__wrap {
  border-radius: 20px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .deco-form__wrap {
    padding: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .deco-form__wrap {
    padding: 8rem;
  }
}
.deco-form__row {
  padding: 20px 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;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #c1c1c1;
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    width: 69.5%;
  }
}
@media screen and (min-width: 1200px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    padding: 2rem;
  }
}
.deco-form__title {
  margin: 5rem 0 3rem !important;
}
@media screen and (min-width: 768px) {
  .deco-form__title {
    margin: 7rem 0 5rem !important;
  }
}
.deco-form__required, .deco-form__any {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #2C2C2C;
  padding: 7px 10px;
  vertical-align: middle;
  border-radius: 3px;
  margin: 0 1rem 0.5rem;
}
.deco-form__any {
  color: #4A4A4A;
  border: 1px solid #2C2C2C;
  background: none;
}
.deco-form__item {
  width: 100%;
  color: #4A4A4A;
  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 {
  position: absolute;
  display: block;
  content: "";
  top: 20px;
  right: 20px;
  transform: translate(-50%, 0) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #444444;
  border-right: 2px solid #444444;
}
.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: 1200px) {
  .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 #2C2C2C;
  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;
  background: #fff;
  border-radius: 10px;
  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: #c1c1c1;
}
@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: "";
}
.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: #6a6a6a;
}
.deco-form__radio {
  display: none;
}
.deco-form__radio:checked + .mwform-radio-field-text {
  font-weight: bold;
  color: #fff;
  background: #6a6a6a;
}
.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 #6a6a6a;
  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: 1199px) {
  .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: 50%;
  left: 3rem;
  width: 23px;
  height: 23px;
  border: 1px solid #1a1818;
  border-radius: 3px;
  background: #fff;
  transform: translateY(-50%);
}
.deco-form .mwform-checkbox-field-text:after {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  left: 3.6rem;
  width: 10px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(40deg);
  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 #6a6a6a;
  border-bottom: 3px solid #6a6a6a;
  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: #6a6a6a;
  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: 1200px) {
  .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 {
  position: absolute;
  display: block;
  content: "";
  top: 20px;
  right: 15px;
  transform: translate(-50%, 0) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #444444;
  border-right: 2px solid #444444;
}
.deco-form-birth--year, .deco-form-birth--month {
  margin-right: 1rem;
}
.deco-form-birth--month, .deco-form-birth--day {
  max-width: 160px;
}

.deco-form-text-link {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  transition: 0.3s ease-out;
}
.deco-form-text-link:after {
  font-family: "icomoon";
  color: #f5ab1e;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 500;
  margin-left: 1rem;
  content: "\e901";
}
.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;
  padding: 2rem 3rem 2rem 7rem;
  background: #fff;
  border-radius: 10px;
  margin-top: 6rem;
}
.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: #2C2C2C;
  text-decoration: none;
  border-bottom: none;
  pointer-events: none;
}

/* 申し込みSTEP */
.form-step {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 360px;
  align-items: center;
  flex-wrap: nowrap;
  margin: 3rem auto;
  counter-reset: number-form 0;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin: 5rem auto;
  }
}
.form-step:before {
  position: absolute;
  top: -4.7rem;
  left: 50%;
  display: inline-block;
  content: "";
  width: 67%;
  height: 1px;
  background: #DDDBD8;
  transform: translateX(-50%);
}
.form-step__item {
  position: relative;
  flex: 1;
  height: 40px;
  line-height: 1.2;
  list-style: none;
  color: rgba(68, 68, 68, 0.4);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .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;
  }
  .form-step__item br {
    display: none;
  }
}
.form-step__item:before {
  position: absolute;
  display: inline-block;
  counter-increment: number-form 1;
  content: "STEP." counter(number-form, decimal-leading-zero);
  left: 50%;
  top: -3rem;
  color: rgba(68, 68, 68, 0.4);
  font-family: "Libre Baskerville", serif;
  font-size: 1.3rem;
  transform: translateX(-50%);
  z-index: 1;
}
.form-step__item:after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 50%;
  top: -5rem;
  background: #A4A4A4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.form-step__item--active {
  color: #2C2C2C;
}
.form-step__item--active:before {
  color: #2C2C2C;
}
.form-step__item--active:after {
  background: #035aa7;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.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;
}
.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.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;
}

.slick-arrow {
  position: absolute;
  top: 38%;
  width: 53px;
  height: 53px;
  line-height: 53px;
  display: block;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 32px;
  background: #1a1818;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    top: 50%;
    font-size: 1.5rem;
  }
}
.slick-arrow:before {
  display: inline-block;
  font-family: "icomoon";
  color: #fff;
}

.slick-prev {
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: -20px;
  }
}
.slick-prev:before {
  content: "\e900";
  transform: rotate(180deg);
}

.slick-next {
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: -20px;
  }
}
.slick-next:before {
  content: "\e900";
}

/*********************************************************/
/* 写真ギャラリー */
/*********************************************************/
.photoslider {
  width: 100%;
}

.photoslider:not(:first-child) {
  margin: 2rem auto;
  margin-bottom: 2rem;
}

.photoslider-nav {
  padding: 5px 0;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .photoslider-nav {
    margin-top: 1.7rem;
  }
}

.slick-track {
  display: flex;
  align-items: center;
}

.photoslider-nav__item {
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .photoslider-nav__item {
    padding: 20px 5px;
  }
}

@media screen and (min-width: 768px) {
  .photoslider-nav .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.slick-track {
  margin-left: auto;
  margin-right: auto;
}

.photoslider-main {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.photoslider-main__item {
  width: 100%;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .photoslider-main__item {
    margin: 0 70px;
  }
}
.photoslider-main .slide-item {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .photoslider-main .slide-item {
    border-radius: 50px;
  }
}

.photoslider-nav {
  padding: 5px 2rem;
}
.photoslider-nav__item {
  padding: 15px;
}
.photoslider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  display: block;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 32px;
  background: #1a1818;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .photoslider-nav .slick-arrow {
    font-size: 1.5rem;
    line-height: 53px;
    width: 53px;
    height: 53px;
  }
}
.photoslider-nav .slick-arrow:before {
  display: inline-block;
  font-family: "icomoon";
  color: #fff;
}
.photoslider-nav .slick-prev {
  left: 0;
  transform: translateY(-50%);
}
.photoslider-nav .slick-prev:before {
  content: "\e900";
  transform: rotate(180deg);
}
.photoslider-nav .slick-next {
  right: 0;
  transform: translateY(-50%);
}
.photoslider-nav .slick-next:before {
  content: "\e900";
}
.photoslider-nav .slide-nav-item {
  padding: 0 7px;
  position: relative;
}
.photoslider-nav .slide-nav-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .photoslider-nav .slide-nav-item img {
    border-radius: 30px;
  }
}

:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  [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.5rem;
  font-weight: 500;
  line-height: 2em;
  font-family: "Roboto", sans-serif;
  color: #2C2C2C;
  background: #FCF9F7;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  pointer-events: none;
}

.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: 1200px) {
  .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);
}