@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: #b5683a;
  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;
}
/* list */
ol,ul {
  padding-left: 1em;
}

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


.row {
  display: flex;
  flex-wrap: wrap;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -38px;
}
.row--std .row__item {
  padding: 38px;
}
.row--wide {
  margin: -38px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -50px;
  }
}
.row--wide .row__item {
  padding: 38px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 50px;
  }
}
.row--center {
  justify-content: center;
}
.row--align-center {
  align-items: center;
}
.row--children {
  margin: -10px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .row--children {
    margin: -8px;
    margin-top: 3rem;
  }
}
.row--children .row__item {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .row--children .row__item {
    padding: 8px;
  }
}
.row--refine {
  margin: -5px;
}
@media screen and (min-width: 768px) {
  .row--refine {
    margin: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .row--refine {
    margin: -20px;
  }
}
.row--refine .row__item {
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .row--refine .row__item {
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .row--refine .row__item {
    padding: 20px;
  }
}
.row--footer-recruit {
  margin: -10px;
}
@media screen and (min-width: 1024px) {
  .row--footer-recruit {
    margin: -15px;
  }
}
.row--footer-recruit .row__item {
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .row--footer-recruit .row__item {
    padding: 15px;
  }
}

.container {
  width: 100%;
  padding-left: 38px;
  padding-right: 38px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .container--home {
    max-width: 1200px;
  }
}
.container--archive {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.container--link {
  max-width: 320px;
  margin: 16px auto 0;
}
/*********************/
/*  ヘッダー  */
/*********************/
/*  ヘッダー AおよびB */
.logo {
  display: flex;
}
@media screen and (min-width: 1024px) {
.logo__img {
  width: 74%;
  height: auto;
}
}
.logo__img {
  max-width: 90%;
  height: auto;
}

.logo__item:first-child {
  width: 90px;
}
@media screen and (min-width: 1024px) {
  .logo__item:first-child {
    width: 130px;
  }
  .logo--row .logo__item:first-child {
    margin-right: 20px;
  }
}
.logo__heading {
  color: #fff;
  text-shadow: 2px 2px 5px #43210C;
  line-height: 24px;
}
.logo--row .logo__item:first-child {
  margin-right: 14px;
}
.logo--rolumn .logo__item:first-child {
  margin-top: 20px;
}
.logo__item:last-child {
  width: 95px;
}
@media screen and (min-width: 1024px) {
  .logo__item:last-child {
    width: 126px;
  }
}
.logo--column {
  flex-direction: column-reverse;
}

.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
  background: #004099;
  height: 65px;
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .header__body {
    padding: 0;
  }
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.header__btn {
  position: absolute;
  display: block;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header__btn {
    right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .header__contact {
    display: none;
  }
}
.header__contact .btn {
  color: #43210C;
  background: #ddd;
  padding: 10px 20px;
}
.header__contact--pc-fixed {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .header__contact--pc-fixed {
    display: none;
  }
}
.header__nav {
  /*
  display: flex;
  align-items: center;
  */
}
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header--wide .header__body {
  padding: 15px 30px;
}
@media screen and (min-width: 1024px) {
  .header--wide .header__body {
    padding: 0 30px;
  }
}

.menu-btn {
  display: block;
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 12%;
  display: block;
  width: 76%;
  height: 3px;
  transition: 0.2s ease-out;
  background: #fff;
}
.menu-btn__line:nth-child(1) {
  transform: translateY(-10px);
}
.menu-btn__line:nth-child(2) {
  top: 50%;
}
.menu-btn__line:nth-child(3) {
  transform: translateY(10px);
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn--open .menu-btn__line:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .gnav {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #004099;
    padding: 20px 40px 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
  }
}
@media screen and (max-width: 1023px) {
  .gnav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (min-width: 1024px) {
  .gnav-list {
    display: flex;
  }
}
.gnav-list__item {
  position: relative;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1023px) {
  .gnav-list__item + .gnav-list__item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item--pc-none {
    display: none !important;
  }
  .gnav-list__item--pc-none .gnav-list__link,
  .gnav-list__item--pc-none .btn {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item:hover .ac-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.gnav-list__link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 5px #43210C;
  padding: 17px 15px 18px;
}
@media screen and (max-width: 1023px) {
  .gnav-list__link {
    font-size: 2rem;
    padding: 0 10px;
    border-bottom: 1px solid #fff;
  }
}
.gnav-list__link:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 1rem;
  opacity: 0;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1023px) {
  .gnav-list__link:before {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__link:hover:before {
    opacity: 1;
  }
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  overflow: hidden;
}
.hero--sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  background: #eee;
}
@media screen and (min-width: 768px) {
  .hero--sub {
    height: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .hero--sub .hero-title {
    margin-top: 7rem;
  }
}
.hero__message {
  position: absolute;
  top: 20%;
  right: 4%;
}
@media screen and (max-width: 768px) {
  .hero__message {
    right: initial;
    left: 4%;
  }
}
.hero__news {
  position: absolute;
  bottom: 1.6rem;
  z-index: 2;
  padding: .8rem 2.4rem;
  background: #222828CC;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  row-gap: 4px;
  width: 98%;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .hero__news {
    padding: .8rem 1.6rem;
  }
}
.hero__news-title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 19px;
  vertical-align: text-top;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 1024px) {
  .hero__news {
    width: initial;
    margin: initial;
    transform: initial;
    display: flex;
    align-items: center;
    left: 3.8rem;
    gap: 8px;
  }
}
.hero__news-more {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #FFD900;
  padding: 0 15px 2px;
  display: inline-block;
  line-height: 19px;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 1024px) {
  .hero__news-more {
    vertical-align: text-bottom;
    transition: 0.2s ease-out;
  }
  .hero__news-more:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .hero__news-more {
    font-size: 1.2rem;
  }
}
.hero .container {
  position: relative;
  height: calc(100vh - 240px);
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .hero .container {
    height: 120vw;
  }
}
.hero-title {
  text-align: center;
}
.hero-title-ja {
  display: block;
  font-size: 2.2rem;
  line-height: 1.9;
}
@media screen and (min-width: 1024px) {
  .hero-title-ja {
    font-size: 3rem;
  }
}
.hero-title-en {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .hero-title-en {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 1023px) {
  .ac-menu {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .ac-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #004099;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s ease-out;
  }
}
.ac-menu__item {
  white-space: nowrap;
}
.ac-menu__link {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 15px;
  text-shadow: 2px 2px 5px #43210C;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1023px) {
  .ac-menu__link {
    font-size: 1.7rem;
    padding: 5px 10px;
  }
}
.ac-menu__link:before {
  content: "\e900";
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: -2px;
}
@media screen and (min-width: 1024px) {
  .ac-menu__link:before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 1024px) {
  .ac-menu__link:hover {
    background: #BEA393;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item:hover .ac-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/*********************/
/*  フッター  */
/*********************/
.footer {
  background: #999;
}
.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__menu {
  padding: 40px 0;
  background: #43210C;
}
.footer__other {
  color: #fff;
  background: #43210C;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .footer__img {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__list {
    display: flex;
  }
}

.footer-row {
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer-row__item {
    display: flex;
    justify-content: center;
  }
}
.footer-row__item:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-row__item:first-child {
    padding-bottom: 40px;
  }
}
.footer-row__item:last-child {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer-row__item:last-child {
    padding-top: 40px;
  }
}

.fnav-list {
  width: 100%;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .fnav-list {
    display: flex;
    justify-content: center;
  }
}
.fnav-list__item {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .fnav-list__item + .fnav-list__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .fnav-list__item + .fnav-list__item {
    margin-left: 30px;
  }
}
.fnav-list__link {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: inherit;
  transition: 0.2s ease-out;
}
.fnav-list__link:hover {
  opacity: 0.6;
}

.fchild-list {
  list-style: none;
  line-height: 1.8;
  padding: 0 0.5rem 1rem;
}
@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: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .other__item {
    text-align: center;
  }
}
.other__list {
  margin-right: 3rem;
}
.other__link {
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  color: #fff;
  white-space: nowrap;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .other__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .other__link {
    display: none;
  }
}
.other__copyright {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.08em;
}

.other-list {
  list-style: none;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .other-list {
    justify-content: center;
  }
}
.other-list__item {
  position: relative;
  font-weight: bold;
  color: #888;
}
.other-list__item + .other-list__item {
  margin-left: 20px;
  /* padding-left: 20px; */
}
/* .other-list__item + .other-list__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 70%;
  background: #888;
  transform: translateY(15%) rotate(45deg);
} */
.other-list__link {
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .other-list__link {
    transition: 0.2s ease-out;
  }
  .other-list__link:hover {
    opacity: 0.6;
  }
}
.other-list__link--blank:after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.org {
  display: block;
  list-style: none;
  color: #43210C;
  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: #43210C;
}

.footer-recruit {
  padding: 6.4rem 0;
  background: url(../images/footer-bg.png) 50% 50%/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .footer-recruit {
    padding: 8rem 0 4rem;
  }
}
.footer-recruit__entry {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .footer-recruit__entry {
    font-size: 2.9rem;
    margin-bottom: 6rem;
  }
}
.footer-recruit__entry-en {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .footer-recruit__txt {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 900px) {
  .footer-recruit__txt {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-recruit__txt {
    transition: 0.2s ease-out;
  }
}

.footer-entry {
  background: #CFC5BA;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .footer-entry {
    padding: 3.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-entry__btnwrap {
    display: flex;
    justify-content: center;
  }
}
.footer-entry__btn {
  position: relative;
  background: #DED6CC;
  color: #43210C;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s ease-out;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  padding: 1.7rem 7.1rem 1.6rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-entry__btn {
    text-align: center;
    font-size: 1.6rem;
    width: calc(50% - 1rem);
  }
}
.footer-entry__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 14px;
  height: 22px;
  background: url(../images/arrow-brown.svg) 0 0/contain no-repeat;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .footer-entry__btn:hover {
    color: #BEA393;
  }
  .footer-entry__btn:hover:after {
    right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-entry__btn + .footer-entry__btn {
    margin-top: 1rem;
  }
}
.footer-entry .button-area {
  margin: 0 auto;
}
.footer-entry .outside-btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.7rem 7.1rem 1.6rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-entry .outside-btn {
    font-size: 1.6rem;
    padding: 3.8rem 7.1rem 3.6rem 1.5rem;
  }
}
/* フッターボタン */
@media (hover:hover) {
  .footer-recruit-button.common-button:hover {
    background: #fff;
    color: #000;
  }
  .footer-recruit-button.common-button:hover::after {
    border-color: #000;
  }
}
@media (hover:none) {
  .footer-recruit-button.common-button:active {
    background: #fff;
    color: #000;
  }
  .footer-recruit-button.common-button:active::after {
    border-color: #000;
  } 
}
.footer-logotxt {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 2.4rem;
  text-align: center;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  padding: 6rem 0;
}
.section__header {
  display: block;
}
.section__img {
  width: 100%;
}
.section__header {
  margin-bottom: 3rem;
}
.section__title {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.17em;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 3rem;
  }
}
.section__title-ja {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section__title-ja {
    font-size: 1.6rem;
  }
}
.section__copy {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 3;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.section__description {
  display: block;
  color: #43210C;
  line-height: 1.8;
}
.section__footer {
  display: block;
  padding: 3rem 0 0;
}
.section--footer {
  padding: 0;
}
.section--message {
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .section--message {
    padding: 5rem 0 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .section--message {
    padding: 5rem 0;
  }
}
.section--second {
  width: 90%;
  margin: auto;
  max-width: 1100px;
}
.section--employment {
  padding: 3.2rem 0 5.6rem;
}
.section--sub-contents {
  background: #fff;
  padding: 5.6rem 0;
  font-weight: 400;
}
.section--group {
  background: #f6f6f6;
  padding: 5.6rem 0;
}
.message {
  display: flex;
  justify-content: center;
  align-items: center;
}
.message__title-en {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.17em;
  color: transparent;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
  color: transparent;
  transition: color 0.01s 1s;
}
.message__title-en::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #DED6CC;
  transition: width 0.8s cubic-bezier(0.9, 0, 0.1, 1), transform 0.8s 1s cubic-bezier(0.9, 0, 0.1, 1);
}
@media screen and (min-width: 768px) {
  .message__title-en {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
}
.message__title-ja {
  display: inline-block;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 80px;
  letter-spacing: 8px;
  overflow: hidden;
  position: relative;
  color: transparent;
  transition: color 0.01s 1.3s;
}
.message__title-ja::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: width 0.8s 0.3s cubic-bezier(0.9, 0, 0.1, 1), transform 0.8s 1.3s cubic-bezier(0.9, 0, 0.1, 1) ;
}
.message__title--shadow {
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}
.message__title--navy {
  text-align: center;
  text-shadow: none;
}
.message__title--navy::before {
  background: #004099;
}
@media screen and (max-width: 768px) {
  .message__title-ja {
    font-size: 3.6rem;
    line-height: 48px;
    letter-spacing: 4px;
  }
  .message__title-break {
    display: block;
  }
  .message__title-ja span {
    display: block;
  }
}
.message__box {
  margin-top: 3rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: 2s 2.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 768px) {
  .message__box {
    margin-top: 4rem;
  }
}
.message--inview .message__title-en {
  color: #DED6CC;
}
.message--inview .message__title-en::before {
  width: 100%;
  transform: translateX(100%);
}
.message--inview .message__title-ja {
  color: #fff;
}
.message--inview .message__title--navy {
  color: #004099;
}
.message--inview .message__title-ja::before {
  width: 100%;
  transform: translateX(110%);
}
.message--inview .message__box {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
}
.message-box {
  border-bottom: 1px solid #BEA393;
  border-top: 1px solid #BEA393;
  padding: 3.5rem 0;
}
@media screen and (min-width: 768px) {
  .message-box {
    padding: 4rem 0;
  }
}
.message-box__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .message-box__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.message-box__list {
  list-style: none;
}
.message-box__item {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  .message-box__item {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .message-box__item {
    font-size: 1.5rem;
  }
}
.message-box__item + .message-box__item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .message-box__item + .message-box__item {
    margin-top: 1.5rem;
  }
}
.message-box__item::before {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  background: #BEA393;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 0.7rem;
}
@media screen and (min-width: 768px) {
  .message-box__item::before {
    width: 30px;
    margin-right: 1.5rem;
  }
}
/* 採用セクション */
.employment {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content;
  gap: 16px;
}
@media screen and (min-width:1024px) {
  .employment {
    grid-template-columns: repeat(5, 1fr);
  }
}
.employment__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.employment__image {
  width: 100%;
}
.employment__txtbox {
  position: absolute;
  bottom: 0;
  flex-grow: 1;
  align-items: center;
  background: #111111B3;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  gap: 4px;
  width: 100%;
  padding: 1.6rem;
  transition: .3s;
}
@media screen and (min-width:1024px) {
  .employment__txtbox {
    position: initial;
    bottom: initial;
    padding: .8rem;
  }
}
.employment__item:hover .employment__txtbox {
  background: #FFD900;
  color: #000;
}
.employment__txtbox::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.employment__item:hover .employment__txtbox::after {
  border-top-color: #000;
  border-right-color: #000;
}
.employment__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2.4rem;
  font-weight: 400;
  flex-grow: 1;
}
.employment__title-top {
  font-size: 1.4rem;
}
.employment__title-break {
  display: none;
}
@media screen and (min-width:1024px) {
  .employment__title-break {
    display: block;
  }
}
.employment__title-bottom {
  font-size: 1rem;
}
/* サブコンテンツセクション */
.sub-contents {
  font-size: 2.8rem;
  text-align: center;
}
.sub-contents__heading {
  text-align: center;
  color: #3c3c3c;
}
.sub-contents__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  margin-top: 4.8rem;
}
.sub-contents__cards--two {
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  max-width: 720px;
  margin: 3.2rem auto 0;
}
@media screen and (max-width:768px) {
  .sub-contents__cards {
    grid-template-columns: 1fr;
  }
}
.sub-contents__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.sub-contents__image {
  width: 100%;
}
.sub-contents__txtbox {
  position: absolute;
  bottom: 0;
  align-items: center;
  background: #111111B3;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  gap: 4px;
  width: 100%;
  padding: 1.6rem;
  transition: .3s;
}
.sub-contents__item:hover .sub-contents__txtbox {
  background: #FFD900;
  color: #000;
}
.sub-contents__txtbox::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.sub-contents__item:hover .sub-contents__txtbox::after {
  border-top-color: #000;
  border-right-color: #000;
}
.sub-contents__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 2.4rem;
  font-weight: 400;
  flex-grow: 1;
}
.sub-contents__title-top {
  font-size: 1.4rem;
}
.sub-contents__title-bottom {
  font-size: 1rem;
}

/* 関連会社セクション */
.group__company-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  width: 100%;
  background: #fff;
  padding: 6rem 1.6rem;
  margin-top: 16px;
}
.section--group .group__company-cards {
  border: solid 1px #dadada;
}
.group__company-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #000;
  transition: .3s;
}
@media (hover:hover) {
  a.group__company-card:hover {
    opacity: .7;
  }
}
@media (hover:none) {
  a.group__company-card:active {
    opacity: .7;
  }
}
@media screen and (min-width:767px) {
  .group__company-cards {
    flex-direction: initial;
    flex-wrap: wrap;
  }
  .group__company-card {
    width: 20%;
  }
}
.group__name {
  text-align: center;
  line-height: 2.4rem;
}
.group__image {
  max-width: 160px;
}
@media screen and (min-width:767px) {
  .group__image {
    width: 100%;
  }
}
.group__image--mini {
  max-width: 72px;
}
/*  コンテンツ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: #666;
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.pickup-card__box {
  padding: 25px 25px 30px;
}
@media screen and (min-width: 1024px) {
  .pickup-card__box {
    padding: 25px 30px 35px;
  }
}
.pickup-card__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .pickup-card__title {
    font-size: 2rem;
  }
}
.pickup-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .pickup-card__description {
    font-size: 1.4rem;
  }
}
.pickup-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-card__btn--center {
  text-align: center;
}
.pickup-card__btn--right {
  text-align: right;
}

/*  コンテンツD  */
.guide-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.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: #666;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-card__box {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .guide-card__box {
    padding: 25px 30px;
  }
}
.guide-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .guide-card__title {
    font-size: 2rem;
  }
}
.guide-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .guide-card__description {
    font-size: 1.4rem;
  }
}
.guide-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-card__btn--center {
  text-align: center;
}
.guide-card__btn--right {
  text-align: right;
}
.guide-card--horizontal {
  display: flex;
  align-items: stretch;
}

/*  コンテンツE  */
.guide-large .row__item:nth-child(odd) .guide-large-card--horizontal {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .guide-large .row__item:nth-child(odd) .guide-large-card--horizontal {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .guide-large .row__item .guide-large-card {
    flex-direction: column;
  }
}

.guide-large-card {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  transition: 0.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: #666;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-large-card__box {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__box {
    padding: 25px 30px;
  }
}
.guide-large-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__title {
    font-size: 2rem;
  }
}
.guide-large-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__description {
    font-size: 1.4rem;
  }
}
.guide-large-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-large-card__btn--center {
  text-align: center;
}
.guide-large-card__btn--right {
  text-align: right;
}
.guide-large-card--horizontal {
  display: flex;
  align-items: stretch;
}

/*  コンテンツF  */
.pickup-small-card {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  transition: 0.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: #666;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.pickup-small-card__box {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .pickup-small-card__box {
    padding: 30px;
  }
}
.pickup-small-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.pickup-small-card__description {
  margin-top: 1rem;
}
.pickup-small-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-small-card__btn--center {
  text-align: center;
}
.pickup-small-card__btn--right {
  text-align: right;
}
.pickup-small-card--mini {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .pickup-small-card--mini {
    padding: 25px;
  }
}
.pickup-small-card--mini .pickup-small-card__title {
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .pickup-small-card--mini .pickup-small-card__title {
    margin-top: 2rem;
  }
}
.pickup-small-card--mini .pickup-small-card__description {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .pickup-small-card--mini .pickup-small-card__description {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

/*  MAXパーツ  */
.contents-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.2s ease-out;
}
.contents-card:hover {
  opacity: 0.7;
}
.contents-card__link, .contents-card__thumbnail, .contents-card__img, .contents-card__box, .contents-card__title, .contents-card__description, .contents-card__btn {
  display: block;
  width: 100%;
}
.contents-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.contents-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.contents-card__box {
  padding: 15px 20px 25px;
}
@media screen and (min-width: 1024px) {
  .contents-card__box {
    padding: 20px 20px 30px;
  }
}
.contents-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.contents-card__description {
  margin-top: 1rem;
}
.contents-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.contents-card__btn--center {
  text-align: center;
}
.contents-card__btn--right {
  text-align: right;
}
.contents-card__time, .contents-card__category, .contents-card__post-title {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contents-card__time, .contents-card__category, .contents-card__post-title {
    display: block;
  }
}
.contents-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #43210C;
}
@media screen and (min-width: 768px) {
  .contents-card__time {
    font-size: 1.7rem;
  }
}
.contents-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contents-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}
.contents-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #43210C;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #43210C;
  background: #ddd;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contents-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__category {
    margin-left: 1rem;
  }
}
.contents-card__category--inline {
  display: inline-block;
}
.contents-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #43210C;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .contents-card__post-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__post-title--ellipsis {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.contents-card__post-title--bordered {
  box-shadow: 0 0 0 1px #999;
}
.contents-card--mini {
  padding: 25px;
}
.contents-card--mini .contents-card__title {
  margin-top: 2rem;
}
.contents-card--rounded {
  border-radius: 10px;
  overflow: hidden;
}
.contents-card--bordered {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}
.contents-card--horizontal {
  display: flex;
  align-items: stretch;
}

/*********************/
/*  ボタン  */
/*********************/
.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 15px 50px;
  transition: 0.2s ease-out;
}
.btn:hover {
  opacity: 0.7;
}
.btn--header {
  height: 50px;
  padding: 15px;
  background: #ddd;
  color: #43210C;
}
@media screen and (max-width: 1023px) {
  .btn--header {
    display: none;
  }
}

/*  ------サブページ------  */
.page-template-landing-page-article {
  position: relative;
  z-index: 0;
  padding-top: 65px;
}
.page-template-landing-page-article__header {
  background: #fff;
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-template-landing-page-article__header {
    padding: 4rem 0;
  }
}
.page-template-landing-page-sub-header {
  position: relative;
}
.page-template-landing-page-sub-header__image img {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
.page-template-landing-page-sub-header__info {
  position: absolute;
  top: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width:768px) {
  .page-template-landing-page-sub-header__info {
    gap: initial;
  }
}
.header-noimage .page-template-landing-page-sub-header__info {
  position: initial;
  display: block;
  padding: 1.6rem 0;
}
.header-noimage {
  height: auto;
  background: #fff;
}
.sub-header-title {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}
.header-noimage .sub-header-title {
  color: #000;
  text-shadow: 2px 2px 5px #ccc;
  margin-top: 2.4rem;
}
@media screen and (max-width:768px) {
  .header-noimage .sub-header-title {
    margin-top: 0;
  }
}
.sub-header-title__ja {
  font-weight: 700;
  font-size: 4rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .sub-header-title__ja {
    font-size: 2.4rem;
    line-height: 5.6rem;
  }
}
.sub-header-title__en {
  font-size: 1.6rem;
  font-weight: 500;
}
.page-template-landing-page-article__body {
  background: #f6f6f6;
  padding: 4.8rem 0;
}
.page-template-landing-page-article__body--baige {
  background: inherit;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page-article__body--baige {
    padding: 0;
  }
}
.page-template-landing-page-article__title {
  color: #43210C;
  margin-bottom: 2rem;
}
.page-template-landing-page-article__title-ja, .page-template-landing-page-article__title-en {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.page-template-landing-page-article__title-ja {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.page-template-landing-page-article__title-ja:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .page-template-landing-page-article__title-ja {
    font-size: 1.8rem;
  }
}
.page-template-landing-page-article__title-en {
  font-size: 2.4rem;
  color: #BEA393;
  letter-spacing: 0.17em;
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page-article__title-en {
    font-size: 3rem;
  }
}

/*********************/
/*  見出し  */
/*********************/
.page-template-landing-page p {
  letter-spacing: 0.01em;
}
.page-template-landing-page p:not(:first-child) {
  margin-top: 0;
}
.page-template-landing-page a:not([class]) {
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid #999;
  transition: 0.2s ease-out;
}
.page-template-landing-page a:not([class]):hover {
  opacity: 0.7;
}
.page-template-landing-page .h2,
.page-template-landing-page .h3,
.page-template-landing-page .h4,
.page-template-landing-page .h5,
.page-template-landing-page .catchcopy {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .h2,
  .page-template-landing-page .h3,
  .page-template-landing-page .h4,
  .page-template-landing-page .h5,
  .page-template-landing-page .catchcopy {
    letter-spacing: 0.03em;
  }
}
.page-template-landing-page .ol,
.page-template-landing-page .ul,
.page-template-landing-page .button,
.page-template-landing-page .answer,
.page-template-landing-page td {
  letter-spacing: 0.01em;
}
.page-template-landing-page .h2:first-child,
.page-template-landing-page .h3:first-child,
.page-template-landing-page .h4:first-child,
.page-template-landing-page .h5:first-child,
.page-template-landing-page .ul:first-child,
.page-template-landing-page .ol:first-child,
.page-template-landing-page .table:first-child,
.page-template-landing-page .box:first-child {
  margin-top: 0;
}
.page-template-landing-page .h2 {
  font-size: 1.7rem;
  font-weight: bold;
  background: #004099;
  color: #fff;
  padding: 2rem 1.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .h2 {
    font-size: 2rem;
    padding: 2.5rem 3rem;
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-landing-page .h2 {
   margin: 5rem 0;
  }
}
.page-template-landing-page .h3 {
  font-size: 1.5rem;
  font-weight: bold;
  background: #BEA393;
  color: #fff;
  padding: 1.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .h3 {
    font-size: 1.8rem;
    padding: 2rem 3rem;
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-landing-page .h3 {
    margin: 6.5rem 0;
  }
}
.page-template-landing-page .h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #80604C;
  border-bottom: 2px solid #ded6cc;
  padding: 0 1rem 0.5rem 1rem;
  margin: 4.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .h4 {
    font-size: 1.8rem;
    padding: 0 1.5rem 1rem 1.5rem;
    margin: 5rem 0 0;
  }
}
.page-template-landing-page .h5 {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  color: #43210C;
  margin: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .h5 {
    font-size: 1.8rem;
  }
}
.page-template-landing-page .h5:before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 1.3rem;
  color: #BEA393;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .h5:before {
    margin-right: 1.5rem;
  }
}
.page-template-landing-page .hr {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  margin: 3.5rem 0;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .hr {
    margin-top: 4rem 0;
  }
}
.page-template-landing-page .catchcopy {
  margin: 4rem 0 0;
  text-align: left;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .catchcopy {
    text-align: left;
    margin: 5rem 0 0;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 700;
  }
}
.page-template-landing-page .catchcopy__inner {
  display: inline;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .catchcopy__inner {
    display: block;
  }
}
.page-template-landing-page .catchcopy__txt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  display: inline;
  /* background: linear-gradient(transparent 60%, #fff 60%); */
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .catchcopy__txt {
    font-size: 2.4rem;
    display: inline-block;
  }
}
.page-template-landing-page .txt-link {
  color: #C7861C;
  font-size: 1.5rem;
  font-weight: bold;
}
.page-template-landing-page .strong {
  font-weight: bold;
  color: #333;
}
.page-template-landing-page .ul {
  list-style: none;
  margin: 2rem 0 0;
}
@media screen and (min-width: 1024px) {
  .page-template-landing-page .ul {
    margin: 3rem 0 0;
  }
}
.page-template-landing-page .ul li {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 2.7rem;
  margin: 0 0 1.5rem;
}
.page-template-landing-page .ul li::before {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 12px;
  height: 12px;
  color: #BEA393;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .ul li::before {
    left: 10px;
  }
}
.page-template-landing-page .ul .ul {
  margin-top: 1rem;
}
.page-template-landing-page .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 2rem 0 0;
}
@media screen and (min-width: 1024px) {
  .page-template-landing-page .ol {
    margin: 3rem 0 0;
  }
}
.page-template-landing-page .ol li {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 2.7rem;
  margin: 0 0 1.5rem;
}
.page-template-landing-page .ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 2.3rem;
  text-align: center;
  color: #004099;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .ol li::before {
    left: 11px;
  }
}
.page-template-landing-page .ol .ol {
  margin-top: 1rem;
}
.page-template-landing-page .number-list {
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0;
}
.page-template-landing-page .number-list__title {
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .number-list__title {
    font-size: 2rem;
  }
}
.page-template-landing-page .number-list__title::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #fff;
  border: 2px solid #004099;
  border-radius: 15px;
  color: #004099;
  position: absolute;
  top: 28px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 2.3rem;
  font-weight: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .number-list__title::before {
    top: 50%;
    left: 10px;
    font-size: 2.1rem;
  }
}
.page-template-landing-page .number-list__description {
  font-size: 1.4rem;
  font-weight: bold;
  color: #80604C;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .number-list__description {
    font-size: 1.5rem;
  }
}
.page-template-landing-page .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
  font-weight: bold;
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .table {
    margin: 4rem 0 0;
  }
}
.page-template-landing-page .table th,
.page-template-landing-page .table td {
  background: #fff;
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .table th,
  .page-template-landing-page .table td {
    padding: 2.5rem 3rem;
  }
}
.page-template-landing-page .table th {
  text-align: left;
  color: #004099;
  vertical-align: text-top;
}
@media screen and (max-width: 1023px) {
  .page-template-landing-page .table--side th,
  .page-template-landing-page .table--side td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-landing-page .table--side th {
    width: 30%;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-landing-page .table--side th {
    padding: 2rem 1.5rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-landing-page .table--side td {
    padding: 2rem 1.5rem;
  }
}
.page-template-landing-page .box {
  background: #D9D9D9;
  font-weight: bold;
  padding: 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .box {
    padding: 5rem;
  }
}
.page-template-landing-page .box__title {
  display: inline-block;
  background: #43210C;
  color: #fff;
  font-weight: bold;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-template-landing-page .box__title {
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
  }
}
.page-template-landing-page .box h3 {
  font-size: 1.2em;
}
.page-template-landing-page .box p {
  margin-top: 1.5rem;
}
.qa-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
.qa-section {
  background: #fafafa;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.qa-container {
  display: none;
}
.qa-container.is-active {
  display: flex;
}
.qa__question, .qa__answer {
  font-weight: bold;
}
.qa__question {
  font-size: 2.4rem;
  color: #fff;
  background: #411E0A;
  display: flex;
  gap: 32px;
  padding-right: 1.6rem;
}
.qa__question--single {
  display: block;
  text-align: center;
  padding: .8rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .qa__question {
    font-size: 1.6rem;
    gap: 16px;
  }
  .qa__question--single {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.qa__q-mark {
  color: #411E0A;
  background: #FFD900;
  padding: .8rem 1.6rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.qa__q-detail {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.qa__answer {
  font-size: 1.6rem;
  padding: 3.2rem;
  background: #fff;
  color: #411E0A;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
@media screen and (max-width:768px) {
  .qa__answer {
    padding: 1.6rem;
    gap: 16px;
  }
}
.qa__a-mark {
  justify-self: center;
}
.qa__image-wrapper {
  background: #fff;
  display: flex;
  justify-content: center;
}
.qa__message {
  font-size: 1.6rem;
  padding: 3.2rem;
  background: #fff;
  color: #43210C;
}
.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.faq-container {
  margin-top: 1.6rem;
}
.button-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 24px;
  margin-bottom: 4.8rem;
  margin-top: 4.8rem;
}
.button-area--two {
  max-width: 60%;
  margin: 0 auto 4.8rem;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.6rem;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .button-area {
    grid-template-columns: 1fr;
  }
  .button-area--two {
    max-width: 100%;
  }
}
.button {
  position: relative;
  flex: 1;
  background: #fff;
  color: #000000;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
  text-align: center;
  margin-right: 0rem;
  padding: 2rem 1.5rem;
  transition: 0.3s ease-out;
  box-shadow: 3px 3px 6px #ddd;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
a.button::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #43210C;
    border-right: solid 2px #43210C;
    position: absolute;
    top: 48px;
    right: 16px;
    transform: rotate(45deg);
    margin: auto;
}
}

@media screen and (max-width: 767px) {
  .button + .button {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 1.6rem;
    padding: 22px 28px 22px 12px;
  }
}
/*.button::before, .button::after {
  /* content: ""; */
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* right: -26px; */
  /* width: 26px; */
  /* height: 100%; */
  /* background: url(../images/btnbg.png) 0 0/100% 100% no-repeat;
}*/
/*.button::after {
  opacity: 0;
  background: url(../images/btnbghv.png) 0 0/100% 100% no-repeat;
  transition: 0.3s ease-out;
}*/
.button::bofore {
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .button:hover {
    color: #b9b9b9;
    background: #fff;
    opacity: 0.5;
  }
  .button:hover::after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .button:not(:first-of-type) {
    margin-left: 0;
  }
}

.outside-btn {
  position: relative;
  flex: 1;
  background: #fff;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  border-radius: 5px;
  box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding: 2rem 7.1rem 2rem 1.5rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .outside-btn {
    font-size: 1.6rem;
    padding: 2rem 10.5rem 2rem 1.5rem;
  }
}
.outside-btn:after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: normal;
  color: #004099;
  background: #EFEFEF;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .outside-btn:after {
    width: 85px;
  }
}
@media screen and (min-width: 768px) {
  .outside-btn:not(:first-of-type) {
    margin-left: 3rem;
  }
}
.outside-btn:hover {
  color: #b9b9b9;
}
.outside-btn:hover:after {
  background: #b9b9b9;
  color: #fff;
}

.an-wrap {
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .an-wrap {
    margin: 3rem 0 0;
  }
}

.annotation {
  font-size: 1.4rem;
  font-weight: bold;
  color: #C7861C;
}
@media screen and (max-width: 767px) {
  .annotation {
    display: block;
  }
  .annotation + .annotation {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .annotation {
    padding-right: 3rem;
  }
}
.annotation:before {
  content: "!";
  display: inline-block;
  font-size:1.2rem;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  background: #C7861C;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .annotation:before {
    width: 22px;
    height: 22px;
    line-height: 2;
    font-size: 1.2rem;
    margin-right: 1rem;
    padding-left: 1px;
  }
}

.row--mini {
  margin: 30px -15px -15px -15px;
}
.row--mini .row__item {
  padding: 15px;
}
.row--mini p {
  margin-top: 0;
}

.step-box {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .step-box {
    display: flex;
    justify-content: space-between;
  }
}
.step-box__item {
  padding: 4rem 1.5rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .step-box__item {
    width: calc((100% - 6rem) / 3);
  }
}
.step-box__item + .step-box__item {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .step-box__item + .step-box__item {
    margin-top: 4rem;
  }
}
.step-box__item + .step-box__item::before {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: -3.4rem;
  left: 50%;
  background: url(../images/arrow.svg) 50% 50%/contain no-repeat;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 1024px) {
  .step-box__item + .step-box__item::before {
    top: 50%;
    left: -2rem;
    transform: translateY(-50%);
  }
}
.step-box__item:first-child .step-box__beans {
  color: #DED6CC;
}
.step-box__item:first-child .step-box__beans::before {
  color: #43210C;
}
.step-box__item:nth-child(2) .step-box__beans::after {
  color: #DED6CC;
}
.step-box__beans {
  font-family: "icomoon";
  font-weight: normal;
  display: block;
  text-align: center;
  color: #43210C;
  font-size: 2rem;
  line-height: 0;
}
.step-box__beans::before, .step-box__beans::after {
  content: "\e901";
  margin: 0 1.2rem;
}
.step-box__step {
  display: block;
  font-weight: bold;
  font-size: 2.3rem;
  letter-spacing: 0.17em;
  text-align: center;
  color: #004099;
  line-height: 1.4;
}
.step-box__num {
  font-size: 3.2rem;
  margin-left: 0.5rem;
}
.step-box__title {
  display: block;
  color: #004099;
  background: #EFEFEF;
  padding: 1.2rem 0;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.5rem;
}
.step-box__desc {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.14;
}

.imgstep-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 4.8rem;
}
.imgstep-box__item {
  position: relative;
  padding: 1.6rem;
  background: #3c3c3c;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imgstep-box__item {
  width: calc((100% - 6rem) / 3);
}
.imgstep-box__item + .imgstep-box__item {
  margin-left: 3rem;
}
.imgstep-box__item + .imgstep-box__item::before {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -1.6rem;
  background: url(../images/arrow.svg) 50% 50%/contain no-repeat;
  transform: translateX(-50%);
}
.imgstep-box__item:nth-child(3n+1) {
  margin-left: 0;
}
.imgstep-box__item:nth-child(3n+1)::before {
  display: none;
}
.imgstep-box__img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  width: 129px;
  height: 129px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 92px;
  margin-top: 1.6rem;
}
.imgstep-box__img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto !important;
  display: inline-block;
}
.imgstep-box__step {
  display: block;
  font-weight: bold;
  font-size: 2.3rem;
  letter-spacing: 0.17em;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.imgstep-box__num {
  font-size: 3.2rem;
  margin-left: 0.5rem;
}
.imgstep-box__two-column {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 8px;
}
.imgstep-box__title {
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #004099;
  background: #fff;
  padding: .8rem;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.imgstep-box__title-referred {
  color: #E30976;
}
.imgstep-box__desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin-top: 1.6rem;
}
@media screen and (max-width:1024px) {
  .imgstep-box {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 4.8rem;
  }
  .imgstep-box__item {
    width: 100%;
  }
  .imgstep-box__item + .imgstep-box__item::before {
    top: -2.4rem;
    left: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .imgstep-box__item + .imgstep-box__item {
    margin-left: 0;
  }
  .imgstep-box__item:nth-child(3n+1)::before {
    display: block;
  }
}
.case-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .case-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .case-box {
    grid-template-columns: 1fr;
  }
}
.case-box__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 2.4rem;
  background: #f6f6f6;
}
.common__heading.case-box__case {
  background: #3c3c3c;
  line-height: 1.4;
}
.case-box__bar {
  display: flex;
  flex-wrap: nowrap;
}
.case-box__title {
  display: block;
  width: 40%;
  height: 33px;
  line-height: 33px;
  color: #fff;
  background: #3c3c3c;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.case-box__supply {
  display: block;
  width: 60%;
  height: 33px;
  line-height: 33px;
  color: #222828;
  background: #80B5FF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.case-box__supply--ng {
  color: #fff;
  background: #525A5A;
}
.case-box__desc {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .75px;
  color: #000;
}

/*********************/
/*  扉  */
/*********************/
.children-card {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .children-card:hover::before {
    background: linear-gradient(to bottom, rgba(205, 119, 106, 0), #000000 100%);
    opacity: 1;
  }
  .children-card:hover .children-card__title-en {
    color: #BEA393;
  }
  .children-card:hover .children-card__title-ja {
    background: #BEA393;
    color: #fff;
  }
  .children-card:hover .children-card__title-ja::after {
    border-color: transparent transparent transparent #BEA393;
  }
}
.children-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(205, 119, 106, 0), #000000 100%);
  opacity: 0.4;
  z-index: 3;
  transition: 0.2s ease-out;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__title, .children-card__description {
  display: block;
  width: 100%;
}
.children-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 4;
}
.children-card__thumbnail {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .children-card__thumbnail {
    padding-bottom: 103.4%;
  }
}
.children-card__image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -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 {
  position: relative;
  z-index: 3;
  font-size: 1.5rem;
  display: inline-block;
  background: #fff;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .children-card__more {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .children-card__more {
    font-size: 1.6rem;
    transition: 0.2s ease-out;
  }
}
.children-card__more::after {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 15px;
  border-color: transparent transparent transparent #fff;
  transition: 0.2s ease-out;
}
.children-card__txtbox {
  position: absolute;
  left: 0;
  padding-left: 1.5rem;
  bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .children-card__txtbox {
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .children-card__txtbox {
    padding-left: 2.5rem;
  }
}
.children-card__title-en {
  position: relative;
  z-index: 3;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 5px #43210C;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .children-card__title-en {
    transition: 0.2s ease-out;
  }
}
.children-card__title-ja {
  position: relative;
  z-index: 3;
  font-size: 1.5rem;
  display: inline-block;
  background: #fff;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  .children-card__title-ja {
    transition: 0.2s ease-out;
  }
}
.children-card__title-ja::after {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 15px;
  border-color: transparent transparent transparent #fff;
  transition: 0.2s ease-out;
}

.thumbnail-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  transition: 0.2s ease-out;
}
.thumbnail-card:hover {
  opacity: 0.7;
}
.thumbnail-card__link, .thumbnail-card__thumbnail, .thumbnail-card__img, .thumbnail-card__box, .thumbnail-card__title, .thumbnail-card__description {
  display: block;
  width: 100%;
}
.thumbnail-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.thumbnail-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.thumbnail-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.thumbnail-card__box {
  padding: 38px;
}
@media screen and (min-width: 768px) {
  .thumbnail-card__box {
    padding: 50px;
  }
}
.thumbnail-card__title {
  padding: 1rem 0;
}
.thumbnail-card__title-ja, .thumbnail-card__title-en {
  display: block;
  color: #43210C;
}
.thumbnail-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.thumbnail-card__title-en {
  font-size: 1.6rem;
}
.thumbnail-card__description {
  color: #43210C;
  line-height: 1.7;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #43210C;
  line-height: 1.7;
  text-align: left;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .gallery-caption {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
  }
}

/* サブページ共通 */
/* ページラッパー */
.page-template-landing-page-sub {
  padding-top: 3.2rem;
}
/* 共通セクション */
.section--subpage {
  padding: 4.8rem 0;
}
.section--white {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.common {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
/* 共通パーツ */
/* ボタン */
.common-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFD900;
  padding: 1.6rem;
  color: #000;
  position: relative;
  border-radius: 8px;
  transition: .3s;
}
.common-button--large {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .common-button--large {
    font-size: 1.6rem;
  }
}
.common-button--light {
  background: #fff;
  border: solid 1px #dadada;
}
.common-button--tab-menu {
  background: #fff;
  border: solid 1px #dadada;
  border-radius: 8px;
}
.common-button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 16px;
  transform: rotate(45deg);
  transition: .3s;
}
@media (hover:hover) {
  .common-button:hover {
    background: #3c3c3c;
    color: #fff;
  }
  .common-button:hover::after {
    border-color: #fff;
  }
  .common-button--tab-menu:hover {
    border-color: #3c3c3c;
  }
}
@media (hover:none) {
  .common-button:active {
    background: #3c3c3c;
    color: #fff;
  }
  .common-button:active::after {
    border-color: #fff;
  }
  .common-button--tab-menu:active {
    border-color: #3c3c3c;
  }
}
.common-button__text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-text-top {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.button-text-bottom {
  font-size: 1.2rem;
}
.common-button-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}
@media screen and (max-width:768px) {
  .common-button-columns {
    grid-template-columns: 1fr;
  }
}
/* 見出しデザイン */
.common__heading {
  background: #411e0a;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: .8rem 1.6rem;
}
.common-bold {
  font-weight: 700;
}
.common-regular {
  font-weight: 400;
}
.common-large {
  font-size : 2.1rem;
}
/* 詳細説明ボックス */
.common__detail {
  padding: 4.8rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  color: #3c3c3c;
}
.common__detail--disabilities {
  gap: 32px;
}
@media screen and (max-width:768px) {
  .common__heading {
    font-size: 1.6rem;
  }
  .common__detail {
    padding: 1.6rem;
  }
}
p.cautionaly_area {
    font-size: 0.9em;
    background: #f2eadd;
    text-align: center;
    padding: 0 12px 12px 12px;
}
/* 調整用ボックス */
.common-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.common-box--gray {
  background: #f6f6f6;
}
/* 見出しボックス */
.detail-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #3c3c3c;
}
.detail-box__heading {
  font-size: 2.4rem;
  text-align: center;
  line-height: 3.2rem;
  font-weight: 500;
}
.detail-box__text-wrapper {
  width: 100%;
  max-width: 840px;
  margin: auto;
}
.detail-box__image-and-text-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 32px;
}
@media screen and (max-width:768px) {
  .detail-box__image-and-text-column {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.image-and-text-column__right {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 24px;
}
.image-and-text-column__right p {
  font-size: 1.6rem;
  text-align: justify;
}
.page-template-landing-page .image-and-text-column__right p {
  margin-top: 0;
}
.image-and-text-column__right ul {
  padding-left: 2em;
}
.detail-box__text-wrapper--two-column {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: auto;
  align-items: center;
  gap: 24px;
}
.detail-box__text {
  font-weight: 500;
  text-align: center;
}
.detail-box__text--left {
  text-align: justify;
  letter-spacing: .04rem;
}
.detail-box__list {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .detail-box__heading {
    font-size: 2.8rem;
    font-weight: 400;
  }
  .detail-box__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px) {
  .detail-box__text-wrapper--two-column {
    grid-template-columns: 1fr;
  }
  .detail-box__text--left {
    order: 2;
  }
}
/* 見出し */
.sub-heading {
  background: #411E0A;
  color: #fff;
  padding: .8rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 16px;
}
.sub-heading::before {
  content: '';
  width: 8px;
  height: 24px;
  background: #FFD900;
}
/* サブページインフォボックス */
.sub-info {
  gap: 32px;
  font-weight: 700;
  padding: 0 4.8rem;
}
.sub-info__title {
  font-size: 2.4rem;
  text-align: center;
}
.sub-info__intro {
  font-weight: 500;
}
.sub__container {
  padding: 4.8rem 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: #fff;
}
.sub__container--transparent {
  padding: 0;
  background: initial;
}
@media screen and (max-width:768px) {
  .sub-info {
    padding: 0 1.6rem;
  }
  .sub__container {
    padding: 2.4rem 0;
  }
}
/* 汎用コンテンツボックス */
.sub__box {
  font-weight: 500;
  padding: 2.4rem;
  background: #fff;
}
/* インフォボックス */
.info-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-box {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: auto;
  align-items: flex-start;
  gap: 24px;
  background: #fff;
  padding: 3.2rem;
  font-size: 1.6rem;
}
.info-box--disabilities-recruit {
  grid-template-columns: repeat(2, 1fr);
}
.info-box--mynavi {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .info-box--disabilities-recruit {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .info-box {
    grid-template-columns: 1fr;
    padding: 1.6rem;
  }
}
.page-template-landing-page-article__body .info-box p {
  font-weight: 500;
  margin-top: 0;
}
.info-box--reverse {
  grid-template-columns: 3fr 2fr;
  gap: 32px;
  padding: 4.8rem;
}
.info-box--table {
  grid-template-columns: 1fr 4fr;
  grid-template-rows: auto;
  gap: 16px;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .info-box--table {
    grid-template-columns: 1fr;
  }
}
.info-box--gray {
  background: #f6f6f6;
}
.info-box--direct {
  padding: 4.8rem;
}
.info-box--single {
  grid-template-columns: 1fr;
}
.info-box--no-padding {
  padding: 0;
}
.info-box__name-wrapper {
  font-size: 2.3rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.info-box__title {
  font-weight: 700;
  font-size: 1.2em;
}
.info-box__sub-title {
  text-align: center;
}
.info-box__thumb {
  width: 100%;
  height: auto;
}
.info-box__images-column .gallery {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  margin: 0;
}
.gallery-item {
  padding: 0;
}
.info-box__text-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-box__text-box--no-gap {
  gap: 0;
}
.info-box__detail {
  display: flex;
  flex-direction: column;
  text-align: justify;
  gap: 16px;
  font-weight: 500;
}
.info-box__link {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border: solid 2px #dadada;
  padding: .8rem;
  transition: .3s;
}
.info-box__link--disable {
  background: #fafafa;
  color: #a4a4a4;
  border-color: #ededed;
}
.info-box__button {
  width: 250px;
  margin: auto;
  font-weight: 700;
  text-align: center;
  border: solid 2px #dadada;
  background: #fff;
  color: #000;
  padding: .8rem 0;
  cursor: pointer;
  transition: .3s;
}
@media (hover:hover) {
  .info-box__link:hover,
  .info-box__button:hover {
    color: #fff;
    background: #3c3c3c;
    border-color: #3c3c3c;
  }
}
@media (hover:hover) {
  .info-box__link:active,
  .info-box__button:active {
    color: #fff;
    background: #3c3c3c;
    border-color: #3c3c3c;
  }
}
@media screen and (max-width:768px) {
  .info-box {
    grid-template-columns: 1fr;
    padding: 1.6rem;
  }
  .info-box__text-box {
    gap: 8px;
  }
}
/* 採用情報トップ */
/* セクション */
.section--companies {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 5.6rem 0;
}
/* 学生支援 */
.student-support {
  gap: 32px;
}
.student-support--border {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 3.2rem;
}

.student-support-column {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  align-items: center;
  gap: 24px;
  padding-bottom: 3.2rem;
  border-bottom: solid 1px #d9d9d9;
}
.student-support-column--noborder {
  border-bottom: none;
  padding-bottom: 0;
}
.student-support-column--mynavi {
  grid-template-columns: 1fr auto;
  padding-bottom: 0;
  border-bottom: none;
}
.student-support-column--mynavi > p {
  display: none;
}
.student-support__close {
  padding: 3.2rem 1.6rem;
  border: solid 1px #cfcfcf;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
/* 働き方ページ */
.work-style-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 2.4rem;
}
.work-style-intro__text {
  font-weight: 400;
}
.store-detail {
  gap: 24px;
}
.store-detail__two-column {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: auto;
  gap: 24px;
}
@media screen and (max-width:768px) {
  .store-detail {
    padding: 1.6rem;
  }
  .store-detail__two-column {
    grid-template-columns: 1fr;
  }
}
.store-detail__left {
  width: 100%;
  height: auto;
}
.store-detail__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.store-detail__point {
  font-weight: 700;
  font-size: 1.8rem;
}
.store-detail__explain {
  font-weight: 400;
}
/* 障がい者求人用 */
.disabilities-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 2.4rem;
  background: #f6f6f6;
}
.disabilities-intro {
  font-weight: 400;
}
.disabilities-faq-voice {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.disabilities-faq-voice__title {
  padding: 1.6rem;
  background: #f6f6f6;
}
@media screen and (max-width:768px) {
  .disabilities-box {
    padding: 1.6rem;
  }
}
/* 投稿詳細ページ用 */
.single-post-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  padding-top: 6.4rem;
}

/*  パンくず  */
.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  list-style: none;
  font-weight: bold;
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb-list {
    font-size: 1.4rem;
  }
}
.breadcrumb-list__item {
  transition: 0.2s ease-out;
}
.sub-header-breadcrumb {
  width: 100%;
}
.sub-header-breadcrumb::-webkit-scrollbar {
  background: #ccc;
  height: 4px;
}
.sub-header-breadcrumb::-webkit-scrollbar-thumb {
  background: #999;
}
.sub-header-breadcrumb .breadcrumb-list__item {
  text-shadow: 2px 2px 5px #000;
}
.header-noimage .sub-header-breadcrumb .breadcrumb-list__item {
  text-shadow: 2px 2px 5px #ccc;
}
.breadcrumb-list__item:not(:first-child):before {
  content: "";  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 1.5rem;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
}
.sub-header-breadcrumb .breadcrumb-list__item:not(:first-child):before {
  border-top-color:#fff;
  border-right-color:#fff;
  filter: drop-shadow(2px 2px 5px #000);
}
.header-noimage .sub-header-breadcrumb .breadcrumb-list__item:not(:first-child):before {
  border-top-color: #000;
  border-right-color: #000;
  filter: drop-shadow(2px 2px 5px #ccc);
}
.breadcrumb-list__item:first-child a span {
  display: inline-block;
}
.sub-header-breadcrumb .breadcrumb-list__item:first-child a span::before {
  display: none;
}
.breadcrumb-list__item:last-child {
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .breadcrumb-list__item:hover {
    opacity: 0.5;
  }
}
.breadcrumb-list__link {
  color: #000;
}
.sub-header-breadcrumb .breadcrumb-list__link {
  color: #fff;
}
.header-noimage .sub-header-breadcrumb .breadcrumb-list__link {
  color: #000;
}
.sub-header-image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sub-header-image-pc {
    display: none;
  }
  .sub-header-image-sp {
    display: block;
  }
}
/*  ページ送り  */
.page-template-landing-pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
  align-items: center;
  gap: 16px;
}
.page-template-landing-pager-list__item {
  list-style: none;
  position: relative;
  width: 46px;
  height: 46px;
  line-height: 32px;
  transition: 0.2s ease-out;
}

.page-template-landing-pager-list__link {
  background: #fff;
  border-radius: 8px;
  transition: 0.2s ease-out;
  border: solid 1px #d8d8d8;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #dadada;
}
@media (hover:hover) {
  .page-template-landing-pager-list__link:hover {
    background: #3c3c3c;
    color: #fff;
  }
}
@media (hover:none) {
  .page-template-landing-pager-list__link:active {
    background: #3c3c3c;
    color: #fff;
  }
}
.page-template-landing-pager-list__link--prev::before, .page-template-landing-pager-list__link--next::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #dadada;
  transition: 0.2s ease-out;
}
.page-template-landing-pager-list__link--prev::before {
  border-left: solid 2px #dadada;
  transform: rotate(-45deg) translateX(2px);
}
.page-template-landing-pager-list__link--next::before {
  border-right: solid 2px #dadada;
  transform: rotate(45deg) translateX(-2px);
}
.page-template-landing-pager-list__link--active {
  pointer-events: none;
  background: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
  font-weight: 500;
}
@media (hover:hover) {
  .page-template-landing-pager-list__link--prev:hover::before,
  .page-template-landing-pager-list__link--next:hover::before {
    background: #3c3c3c;
    border-color: #fff;
  }
}
@media (hover:none) {
  .page-template-landing-pager-list__link--prev:active::before,
  .page-template-landing-pager-list__link--next:active::before {
    background: #3c3c3c;
    border-color: #fff;
  }
}
.single-pager-list {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  margin: 15px 8px 10px;
  list-style: none;
  position: relative;
  width: 180px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  font-weight: bold;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .single-pager-list__item {
    width: 435px;
    height: 65px;
    line-height: 65px;
  }
}
.single-pager-list__item--next {
  border-radius: 5px;
  width: 46px;
  height: 46px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .single-pager-list__item--next {
    width: 65px;
    height: 65px;
    margin-left: 3rem;
  }
}
.single-pager-list__item--prev {
  border-radius: 5px;
  width: 46px;
  height: 46px;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .single-pager-list__item--prev {
    width: 65px;
    height: 65px;
    margin-right: 3rem;
  }
}
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #004099;
  text-align: center;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.2s ease-out;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}
.single-pager-list__link--back {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ccc;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--back {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-pager-list__link--back:hover {
    background: #ccc;
    color: #fff;
  }
}
.single-pager-list__link--prev, .single-pager-list__link--next {
  background: none;
  background: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .single-pager-list__link--prev:hover::before, .single-pager-list__link--next:hover::before {
    left: 60%;
  }
}
.single-pager-list__link--prev::before, .single-pager-list__link--next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  background: url(../images/arrow.svg) 50% 50%/contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--prev::before, .single-pager-list__link--next::before {
    width: 14px;
    height: 24px;
  }
}
.single-pager-list__link--prev::before {
  transform: translate(-50%, -50%) rotateY(180deg);
}
@media screen and (min-width: 1024px) {
  .single-pager-list__link--prev:hover::before {
    left: 40%;
  }
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .goto {
    border: 1px solid #999;
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .goto {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 60px;
  }
}
.goto__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .goto__item:not(:first-child) {
    border-top: 1px solid #999;
  }
}
@media screen and (min-width: 768px) {
  .goto__item {
    width: 33.3333333333%;
    padding: 8px;
  }
}
.goto__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: #999;
  text-align: center;
  line-height: 28px;
  background: #ddd;
  padding: 10px;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .goto__link {
    border: 1px solid #999;
    border-radius: 12px;
  }
}
.goto__link:hover {
  color: #fff;
  background: #999;
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.top-news {
  display: block;
  width: 100%;
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (min-width: 1024px) {
  .top-news {
    display: inline-block;
    width: auto;
  }
}
.top-news__item {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .top-news__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .top-news__item:hover {
    opacity: 0.7;
  }
}
.top-news__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top-news__time {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .top-news__time {
    font-size: 1.2rem;
  }
}
.top-news__category {
  font-size: 1.6rem;
  color: #fff;
  background: #FFFFFF33;
  text-align: center;
  padding: 4px 8px;
  margin-left: 16px;
}
@media screen and (min-width: 1024px) {
  .top-news__category {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-news__category {
    font-size: 1.2rem;
  }
}
.top-news__post-title {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .top-news {
    margin-bottom: -16px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__post-title {
    font-size: 1.4rem;
  }
}
.news-list{
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: #fff;
  padding: 4.8rem;
  margin-top: 4.8rem;
}
.news-list__link {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr;
  grid-template-rows: auto;
  align-items: center;
  color: #000;
  transition: .3s;
}
@media (hover:hover) {
  .news-list__link:hover {
    opacity: .7;
  }
}
@media (hover:none) {
  .news-list__link:active {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  .news-list__link {
    grid-template-columns: 1fr;
  }
}
.news-list__time,
.news-list__category,
.news-list__post-title {
  position: relative;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
}
.news-list__time,
.news-list__category {
  justify-content: center;
}
.news-list__time::before,
.news-list__time::after,
.news-list__category::after,
.news-list__post-title::after {
  content: '';
  width: 1px;
  height: 24px;
  background: #dadada;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .news-list__time::before,
  .news-list__time::after,
  .news-list__category::after,
  .news-list__post-title::after {
    display: none;
  }
}
.news-list__time::before {
  left: 0;
}
.news-list__time::after,
.news-list__category::after,
.news-list__post-title::after {
  right: 0;
}
/*  カードタイプ  */
.news-card__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #43210C;
  background: #ddd;
  transition: 0.2s ease-out;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .news-card__item {
    padding: 20px 20px 30px;
  }
}
.news-card__item:hover {
  opacity: 0.7;
}
.news-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-card__time, .news-card__category, .news-card__post-title {
    display: block;
  }
}
.news-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #43210C;
}
@media screen and (min-width: 768px) {
  .news-card__time {
    font-size: 1.7rem;
  }
}
.news-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #43210C;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #43210C;
  background: #ddd;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .news-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .news-card__category {
    margin-left: 1rem;
  }
}
.news-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #43210C;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .news-card__post-title {
    display: block;
  }
}

.news-head {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .news-head {
    margin-bottom: 6rem;
  }
}
.news-head__time {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.017em;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  color: #004099;
}
@media screen and (min-width: 768px) {
  .news-head__time {
    font-size: 2.3rem;
    margin-top: -2px;
    margin-left: 3rem;
  }
}
.news-head__ctg {
  font-size: 1.3rem;
  font-weight: bold;
  color: #BEA393;
  text-align: center;
  border-left: 1px solid #BEA393;
  border-right: 1px solid #BEA393;
  padding: 0 15px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news-head__ctg {
    font-size: 1.5rem;
  }
}
.news-head .h2 {
  margin-top: 1rem;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}
.loader__icon {
  position: absolute;
  border-left: 2px solid #fff;
  border-top: 2px solid #43210C;
  border-right: 2px solid #43210C;
  border-bottom: 2px solid #43210C;
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  animation: load 0.8s infinite linear;
}
.loader__icon, .loader__icon:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h2.archive-box__title span {
    font-size: 0.6em;
    font-weight: 400;
}

.archive-box__title {
    font-size: 2.4rem;
    line-height: 1.2;
}
.tagtitle {
  display: block;
}
.tagtitle + .tagtitle {
  margin-top: 2rem;
}
.tagtitle__tag {
  display: inline-block;
  width: 63px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #43210C;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  margin-right: 2rem;
  font-size: 1.3rem;
}
.tagtitle__tag::after {
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 10px;
  border-color: transparent transparent transparent #43210C;
}
.tagtitle__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: sub;
  letter-spacing: 0;
}
.tagtitle--job .tagtitle__tag {
  background: #BEA393;
}
.tagtitle--job .tagtitle__tag::after {
  border-color: transparent transparent transparent #BEA393;
}
.tagtitle--job .tagtitle__title {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  vertical-align: inherit;
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1.2rem -0.9rem;
}
@media screen and (min-width: 768px) {
  .staff-list {
    margin: 1.8rem -0.8rem;
  }
}

.staff-card {
  display: block;
  position: relative;
  width: 50%;
  padding: 1.2rem 0.9rem;
}
@media screen and (min-width: 768px) {
  .staff-card {
    width: 33.3333333333%;
    padding: 1.8rem 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .staff-card {
    transition: 0.2s ease-out;
  }
  .staff-card:hover {
    opacity: 0.7;
  }
}
.staff-card__imgwrap {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.66666%;
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .staff-card__imgwrap {
    margin-bottom: 0.8rem;
  }
}
.staff-card__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.staff-card__tag {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .staff-card__tag {
    margin-top: 1.1rem;
  }
}
.staff-card__tag + .staff-card__tag {
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .staff-card__tag + .staff-card__tag {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .staff-card__tag .tagtitle__tag {
    width: 32px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    font-weight: normal;
    margin-right: 1rem;
  }
  .staff-card__tag .tagtitle__tag::after {
    border-width: 8px 0 8px 5px;
  }
}
@media screen and (max-width: 767px) {
  .staff-card__tag .tagtitle__title {
    font-size: 1.1rem;
    vertical-align: inherit;
  }
}
.staff-card__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* @media screen and (min-width: 768px) {
  .interview-head__inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-direction: row-reverse;
    background: #fff;
    padding: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .interview-head__item {
    width: 50%;
  }
}
.interview-head__item + .interview-head__item {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .interview-head__item + .interview-head__item {
    margin: 0;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .interview-head__item + .interview-head__item {
    padding-right: 5rem;
  }
} */
.interview-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.interview-body__heading {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
}
.interview-name {
    font-size: 2.3rem;
    font-weight: 500;
}

.freearea {
  max-width: 840px;
  margin: auto;
}
.repeat {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.repeat-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #fff;
  padding: 3.2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.repeat-box--block {
  display: block;
}
.repeat-box--reverse {
  flex-direction: row-reverse;
}
.repeat-box__thumb {
  width: 40%;
  height: auto;
}
.repeat-box__thumb--float-left {
  float: left;
  margin: 0 1.6rem 1.6rem 0;
}
.repeat-box__thumb--float-right {
  float: right;
  margin: 0 0 1.6rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .repeat-box {
    padding: 1.6rem;
  }
  .repeat-box__thumb--float-left,
  .repeat-box__thumb--float-right {
    float: initial;
    margin: 0 0 2.4rem;
  }
}
.repeat-box__detail {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.repeat-box__detail--float {
  width: initial;
  display: initial;
}
.repeat-box__detail-wide {
  width: 100%;
}
.page-template-landing-page .repeat-box__detail p {
  margin-top: 0;
}
.page-template-landing-page .repeat-box__detail--float p:not(:first-child) {
  margin-top: 1.6rem;
}
.repeat__title:empty {
  display: none;
}
.repeat__desc {
  margin-top: 3rem;
}
.repeat__desc::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .repeat-box {
    flex-direction: column;
  }
  .repeat-box > * {
    width: 100%;
  }
}
.time-table-wrapper {
  width: 100%;
  background: #fff;
  padding: 0 3.2rem;
}
.time-table-wrapper--top {
  padding-top: 4.8rem;
}
.time-table-wrapper--bottom {
  padding-bottom: 4.8rem;
}
.time-table-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  gap: 48px;
  background: #f6f6f6;
  padding: 1.6rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .time-table-wrapper {
    padding: 0 1.6rem 1.6rem;
  }
  .time-table-container {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.time-table-detail {
  font-weight: 500;
}
.time-table-detail p {
  padding-left: 3em;
  text-indent: -3em;
}
.seacharea {
  background: #f6f6f6;
  padding: 3.2rem 0;
}
.searcharea--no-padding-top {
  padding: 0 0 3.2rem;
}
.seacharea__title {
  display: block;
  font-size: 2.4rem;
}
.seacharea__text {
  margin-bottom: 1.6rem;
}
.seacharea__annotation {
  display: block;
  margin: 2rem 0 2.5rem;
}
@media screen and (max-width: 374px) {
  .seacharea__annotation {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 768px) {
  .seacharea__annotation {
    font-size: 1.5rem;
    margin: 2rem 0 3rem;
  }
}

.search-accord + .search-accord {
  margin-top: 1.6rem;
}
.search-accord__hdr {
  margin-bottom: 1.6rem;
  position: relative;
  background: #fff;
}
.search-accord__hdr a {
  text-decoration: none;
  display: block;
  color: #000;
  font-size: 1.8rem;
  padding: 1.6rem 2.4rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.search-accord__icon {
  width: 12px;
  height: 12px;
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 1;
  transition: .3s;
}

.search-accord__body {
  height: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  transition: 0.2s ease-out;
}
.search-accord--open .search-accord__body {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-accord--open .search-accord__icon {
  transform: rotate(135deg);
}
.search-accord__items a {
  display: block;
  color: #000;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  padding: 2rem 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.search-accord__items a + a {
  margin-top: 1.5rem;
}
.search-accord__items a:last-child {
  margin-bottom: 3rem;
}

.search-search-items a {
  display: inline-block;
  background: #f7ebf0;
  padding: 7px;
  color: #616161;
  margin: 0 15px 15px 0;
  text-decoration: none;
}

.search-areamap dt {
  width: 100%;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  position: relative;
  padding: 0.9rem 0 0.7rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.search-areamap dt::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}
.search-areamap dt:first-child {
  margin-top: 0;
}
.search-areamap dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.search-areamap dd a {
  display: block;
  width: calc((100% - 2rem) / 3);
  margin-left: 1rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: inherit;
  background: #CFC5BA;
  height: 30px;
  line-height: 30px;
  border-radius: 23px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
}
.search-areamap dd a:first-child, .search-areamap dd a:nth-child(3n+1) {
  margin-left: 0;
}

.freeword {
  position: relative;
}
.freeword input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  line-height: 1;
}
.freeword input[type=text] {
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  height: 53px;
  line-height: 53px;
  border-radius: 5px;
  display: block;
  width: 100%;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  padding: 0 1.5rem;
}
.freeword input[type=text]::-moz-placeholder {
  color: #DED6CC;
}
.freeword input[type=text]::placeholder {
  color: #DED6CC;
}
.freeword input[type=submit] {
  width: 35px;
  height: 53px;
  background: #EFEFEF url(../images/search.svg) 50% 50%/18px 18px no-repeat;
  color: #fff;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

:root {
  font-size: 62.5%;
}

@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.4rem;
  line-height: 2.14;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #f4eadd;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  /*font-weight: bold;*/
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
}

.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.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0.5rem 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 1.5rem auto;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .video-wrap {
    padding: 30px 240px;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fadeslider {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fadeslider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(205, 119, 106, 0), #000000 100%);
  opacity: 0.4;
  z-index: 2;
}
.fadeslider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fadeslider__item--2 {
  opacity: 0;
}
.fadeslider--active .fadeslider__item--1 .fadeslider__img {
  animation: imgmove01 10s ease-out infinite;
}
.fadeslider--active .fadeslider__item--2 {
  animation: fadeSlideImg02 10s ease-out 1s infinite;
}
.fadeslider--active .fadeslider__item--2 .fadeslider__img {
  animation: imgmove01 10s ease-out 5s infinite;
}
.fadeslider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width:768px) {
  .fadeslider__item--1 .fadeslider__img {
    object-position: 20% bottom;
    -o-object-position: 20% bottom;
  }
  .fadeslider__item--2 .fadeslider__img {
    object-position: left bottom;
    -o-object-position: left bottom;
  }
  .fadeslider--active .fadeslider__item--1 .fadeslider__img {
    animation: initial;
  }
  .fadeslider--active .fadeslider__item--2 .fadeslider__img {
    animation: initial;
  }
}
.page-article__body {
    background: #f4eadd
}
@keyframes fadeSlideImg02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  38% {
    opacity: 1;
  }
  58% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imgmove01 {
  0% {
    transform: scale(1) rotate(0.1deg);
  }
  50% {
    transform: scale(1.1) rotate(0.1deg);
  }
  60% {
    transform: scale(1) rotate(0.1deg);
  }
  100% {
    transform: scale(1) rotate(0.1deg);
  }
}