@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


.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: -20px;
}
.row--std .row__item {
  padding: 20px;
}
.row--min {
  margin: -10px;
}
.row--min .row__item {
  padding: 10px;
}
.row--mid {
  margin: -7px;
}
@media screen and (min-width: 768px) {
  .row--mid {
    margin: -15px;
  }
}
.row--mid .row__item {
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .row--mid .row__item {
    padding: 15px;
  }
}
.row--wide {
  margin: -20px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -20px;
  }
}
.row--wide .row__item {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 20px;
  }
}
.row--center {
  justify-content: center;
}
.row--align-center {
  align-items: center;
}
.row--card {
  margin: -1.5rem;
}
.row--card .row__item {
  padding: 2.25rem 1.5rem;
}
.row--stdinterview-category .row__item {
  width: fit-content;
  padding-right: 2.5rem;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container--news {
  padding: 0;
}
.container--banner, .container--about, .container--interview {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1064px;
  }
  .container--activity, .container--feature {
    max-width: 1240px;
  }
  .container--news {
    max-width: 1068px;
  }
  .container--about, .container--interview {
    max-width: 1068px;
  }
  .container--breadcrumb {
    max-width: 1070px;
    padding: 0;
  }
  .container--footer {
    max-width: 1115px;
  }
}
@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;
  }
}
.container--sub {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .container--sub {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .container--sub {
    max-width: 940px;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 100;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 1024px) {
  .header {
    position: absolute;
  }
}
.header--bg, .header--sub {
  position: fixed;
  background: #fff;
}
.header--bg .header__body, .header--sub .header__body {
  padding: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .header--bg .header__body, .header--sub .header__body {
    padding: 1.5rem 1.5rem;
  }
}
.header--bg .gnav-list__link,
.header--bg .gmini-list__link, .header--sub .gnav-list__link,
.header--sub .gmini-list__link {
  color: #052646;
}
.header--bg .gnav-list__item--btn, .header--sub .gnav-list__item--btn {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 1024px) {
  .header--bg .gnav-list__item--btn .btn, .header--sub .gnav-list__item--btn .btn {
    color: #052646;
  }
}
.header--bg .menu-btn::after, .header--sub .menu-btn::after {
  color: #2C2C2C;
}
.header--bg .menu-btn__line, .header--sub .menu-btn__line {
  background: #052646;
}
.header--bg .header__icon-logo, .header--sub .header__icon-logo {
  background: url(../images/logo_bk.svg) center/contain no-repeat !important;
}
@media screen and (min-width: 1024px) {
  .header--sub .gnav-btn--recruit {
    background: #486999 url(../images/btn-texture.png) center/cover;
    border: 1px solid #486999;
  }
  .header--sub .gnav-btn--recruit:hover {
    color: #486999;
    background: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .header--sub .gnav-btn--contact {
    color: #486999;
    background: #fff;
    border: 1px solid #486999;
  }
  .header--sub .gnav-btn--contact:hover {
    color: #fff;
    background: #486999 url(../images/btn-texture.png) center/cover;
    opacity: 1;
  }
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .header__body {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-right: auto;
  }
}
.header__logo .header__icon-logo {
  background: url(../images/logo_wh.svg) center/contain no-repeat;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__logo .header__icon-logo--open {
  background: url(../images/logo_bk.svg) center/contain no-repeat !important;
  z-index: 100;
}
.header__img {
  width: 100%;
  height: auto;
  margin: auto;
}
.header__btn {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .header__btn {
    right: 10px;
  }
}
.header__other {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .header__other {
    position: absolute;
    top: 15px;
    right: 325px;
    gap: 1.5rem;
    padding-right: 1.5rem;
  }
}
.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: 60px;
  height: 60px;
  border: 1px solid #fff;
  transform: translateY(-50%);
}
.menu-btn:after {
  content: "メニュー";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.1rem;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 25%;
  display: block;
  width: 25px;
  height: 1px;
  transition: 0.2s ease-out;
  background: #fff;
}
.menu-btn__line:nth-child(1) {
  transform: translateY(-15px);
}
.menu-btn__line:nth-child(2) {
  width: 18px;
  top: calc(50% - 5px);
}
.menu-btn__line:nth-child(3) {
  width: 9px;
  transform: translateY(5px);
}
.menu-btn--open::after {
  content: "閉じる";
  color: #2C2C2C;
}
.menu-btn--open .menu-btn__line {
  background: #3E3E3E;
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  transform: translateY(-5px) rotate(-45deg);
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn--open .menu-btn__line:nth-child(3) {
  width: 25px;
  transform: translateY(-5px) rotate(45deg);
}

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

.gnav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10rem 0 3rem;
  margin: 0 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 1024px) {
  .gnav-list {
    flex-direction: row;
    padding: 0;
    margin: 0;
  }
}
.gnav-list__item {
  position: relative;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1023px) {
  .gnav-list__item {
    width: 100%;
  }
  .gnav-list__item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item {
    margin-top: 3rem;
  }
  .gnav-list__item:hover .gchild-list {
    opacity: 1;
    visibility: visible;
  }
}
@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--btn-open {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item--btn-open .gnav-btn--recruit {
    background: #486999 url(../images/btn-texture.png) center/cover;
    border: 1px solid #486999;
  }
  .gnav-list__item--btn-open .gnav-btn--recruit:hover {
    color: #486999;
    background: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item--btn-open .gnav-btn--contact {
    color: #486999;
    background: #fff;
    border: 1px solid #486999;
  }
  .gnav-list__item--btn-open .gnav-btn--contact:hover {
    color: #fff;
    background: #486999 url(../images/btn-texture.png) center/cover;
    opacity: 1;
  }
}
.gnav-list__item--btn {
  display: flex;
  justify-content: center;
}
.gnav-list__item--btn::after {
  display: none;
}
.gnav-list__item--btn .gnav-list__link {
  padding: 0;
}
.gnav-list__item--btn .gnav-list__link:first-child {
  margin-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .gnav-list__item--btn .gnav-list__link:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item--btn {
    margin: 0 0 0 3rem;
  }
}
.gnav-list__item--btn:hover {
  opacity: 1;
}
.gnav-list__link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 20px 10px;
  color: #3E3E3E;
  transition: 0.2s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .gnav-list__link {
    color: #fff;
    padding: 0 1.5rem 1.3rem;
  }
  .gnav-list__link:hover {
    opacity: 0.7;
  }
}

.gnav-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
<<<<<<< HEAD
  -webkit-transition: 0.2s ease-out;
=======
  padding: 1.5rem;
>>>>>>> feature/職場紹介詳細にスライダー追加
  transition: 0.2s ease-out;
  height: 68px;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1023px) {
  .gnav-btn {
    min-width: 170px;
  }
  .gnav-btn--recruit {
    color: #fff;
    background: #486999 url(../images/btn-texture.png) center/cover;
    border: 1px solid #486999;
  }
  .gnav-btn--contact {
    color: #486999;
    background: #fff;
    border: 1px solid #486999;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-btn {
    width: 135px;
    min-width: 0;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
  }
}
.gnav-btn:before {
  display: none;
}

.gchild-list {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .gchild-list {
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background: #E9ECFC;
  }
}
.gchild-list__item {
  position: relative;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1023px) {
  .gchild-list__item::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1024px) {
  .gchild-list__item:hover {
    opacity: 0.7;
  }
}
.gchild-list__link {
  position: relative;
  display: block;
  color: #486999;
  font-size: 1.5rem;
  padding: 1.5rem 4.5rem;
}
.gchild-list__link::before {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 10px;
  height: 1px;
  background: #AFAFAF;
}
.gchild-list--hide {
  opacity: 0 !important;
  visibility: hidden !important;
}

.trigger {
  display: inline-block;
  position: absolute;
  padding: 1rem;
  top: 5px;
  right: 0;
}
.trigger__inner {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #707070;
  background: #fff;
}
.trigger__inner::before, .trigger__inner::after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  width: 11px;
  height: 1px;
  background: #707070;
}
.trigger__inner::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: 0.2s ease-out;
}
.trigger--open .trigger__inner::after {
  transform: translate(-50%, -50%) rotate(360deg);
}
.trigger--open + .gchild-list, .trigger--open + .child-list {
  position: static;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .trigger {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .gmini-list {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .gmini-list__item {
    width: 170px;
    padding: 1.4rem 0 1.4rem 4rem;
  }
}
.gmini-list__link {
  position: relative;
  font-size: 1.5rem;
  color: #3E3E3E;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .gmini-list__link {
    padding-left: 3.5rem;
    color: #fff;
    font-size: 1.3rem;
  }
  .gmini-list__link:hover {
    opacity: 0.7;
  }
}
.gmini-list__link::before {
  position: absolute;
  content: "";
  font-family: "icomoon";
  font-size: 1.7rem;
  left: -26px;
  top: 45%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .gmini-list__link::before {
    left: 14px;
  }
}
.gmini-list__link--news::before {
  content: "\e905";
}
.gmini-list__link--activity::before {
  content: "\e907";
}
.gmini-list__link--faq::before {
  content: "\e903";
}
.gmini-list__link--access::before {
  content: "\e900";
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.hero__message {
  display: block;
  width: auto;
  top: auto;
  bottom: 20%;
  left: 5%;
  right: auto;
  position: absolute;
  transform: translate(0, -50%);
  color: #2C2C2C;
}
@media screen and (min-width: 768px) {
  .hero__message {
    top: 60%;
    bottom: auto;
    left: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__message {
    top: 45%;
    left: 60%;
    bottom: auto;
  }
}
.hero__title {
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title {
    font-size: 3.7rem;
  }
}
.hero__copy {
  margin-top: 2rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 2.8;
  font-family: "Noto Serif", serif;
}
@media screen and (min-width: 768px) {
  .hero__copy {
    font-size: 1.2rem;
  }
}
.hero__body {
  display: flex;
  align-items: center;
}
.hero--std {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .hero--std {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .hero--std {
    height: 500px;
  }
}
.hero--std .hero__message {
  top: 65%;
}
@media screen and (min-width: 1024px) {
  .hero--std .hero__message {
    top: 55%;
  }
}
.hero--sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  background: url(../images/sub-hero_sp.jpg) center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .hero--sub {
    margin-top: 67px;
  }
}
@media screen and (min-width: 768px) {
  .hero--sub {
    background: url(../images/sub-hero.jpg) center/cover no-repeat;
    height: 270px;
    width: calc(100% - 6rem);
    margin: 8.4rem auto 0;
  }
}
.hero--top {
  z-index: 0;
}

.hero-title {
  text-align: left;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .hero-title {
    margin-top: 6.5rem;
  }
}
.hero-title-ja {
  display: block;
  font-size: 2.3rem;
  line-height: 1.9;
  color: #093764;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .hero-title-ja {
    font-size: 2.9rem;
  }
}
.hero-title-en {
  display: block;
  font-size: 1.1rem;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  color: rgba(9, 55, 100, 0.45);
  text-transform: capitalize;
}
@media screen and (min-width: 1024px) {
  .hero-title-en {
    font-size: 1.2rem;
  }
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .message {
    padding-left: 20px;
  }
}
.message__title {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__title {
    font-size: 6rem;
    margin: 0 auto;
  }
}
.message__description {
  font-size: 1.2rem;
  margin: 2rem auto;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .message__description {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__description {
    font-size: 2.4rem;
  }
}

/*********************/
/*  フッター  */
/*********************/
.footer {
  margin-top: auto;
}
.footer__menu, .footer__signature {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer__menu, .footer__signature {
    padding: 20px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    padding: 0 0 3rem;
  }
}
.footer__other {
  color: #2C2C2C;
  padding: 30px 0;
}
.footer__logo, .footer__address {
  display: block;
}
@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;
  }
}

.fnav-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .fnav-list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.fnav-list__item {
  flex: 0 0 50%;
  list-style: none;
  white-space: nowrap;
  color: #2C2C2C;
}
@media screen and (min-width: 768px) {
  .fnav-list__item {
    flex: 1 0 auto;
  }
}
.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: inherit;
  padding: 5px;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .fnav-list__link {
    text-align: center;
    padding: 15px;
  }
}
.fnav-list__link:hover {
  opacity: 0.6;
}

.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;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .other {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 2.5rem;
    border-top: 1px solid #E0E0E0;
  }
}
.other__item {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .other__item {
    width: 100%;
    justify-content: space-between;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .other__item--copy {
    justify-content: center;
    border-top: 1px solid #E0E0E0;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .other__list {
    margin-right: 3rem;
  }
}
.other__link {
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  color: #86A4C9;
  white-space: nowrap;
  transition: 0.2s ease-out;
}
.other__link:hover {
  opacity: 0.6;
}
.other__copyright {
  font-size: 1.2rem;
  color: #2C2C2C;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .other__copyright {
    font-size: 1.1rem;
    text-align: center;
  }
}

.org {
  display: block;
  list-style: none;
  color: #2C2C2C;
  line-height: 1.7;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .org {
    padding: 3rem 5rem;
    margin: 0;
  }
}
.org__title {
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .org__title {
    font-size: 1.9rem;
  }
}
.org__title-min {
  display: block;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .org__title-min {
    font-size: 1.5rem;
  }
}
.org__name {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #112869;
}
@media screen and (min-width: 768px) {
  .org__name {
    margin-top: 3rem;
    font-size: 1.7rem;
  }
}
.org__addr {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .org__addr {
    font-size: 1.5rem;
  }
}
.org__phone, .org__fax {
  display: block;
  font-size: 1.5rem;
  font-family: "Noto Serif", serif;
  text-transform: lowercase;
}
.org__phone:before, .org__fax:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 2rem;
  color: #86A4C9;
  margin-right: 1.2rem;
}
.org__phone {
  margin-top: 1rem;
}
.org__phone:before {
  content: "\e908";
}
@media screen and (min-width: 768px) {
  .org__phone {
    margin-top: 2rem;
  }
}
.org__phone a {
  text-decoration: none;
  color: #2C2C2C;
}
.org__fax {
  margin-top: 1rem;
}
.org__fax:before {
  content: "\e904";
}
.org__sns {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1rem;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .org__sns {
    text-align: left;
  }
}
.org__sns-text {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border: 1px solid #86A4C9;
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.org__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .org__sns-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 7rem;
  }
}
.org__sns-icon {
  width: 48px;
  height: auto;
  max-width: 48px;
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .org__sns-icon {
    width: 36px;
    max-width: 36px;
    height: auto;
  }
}

/*********************/
/*  CVエリア  */
/*********************/
.cv {
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
}
.cv__content {
  position: relative;
  padding: 3.5rem 1rem 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.2s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .cv__content {
    padding: 4rem 6rem 5.5rem;
  }
}
.cv__content--new-graduate {
  background: #3E699D url(../images/btn-texture.png) center/cover;
}
.cv__content--new-graduate .cv__title {
  color: #fff;
}
.cv__content--new-graduate .cv__subtitle {
  color: #fff;
}
.cv__content--new-graduate .cv__subtitle:before {
  background: rgba(255, 255, 255, 0.5);
}
.cv__content--new-graduate .cv__copy {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1024px) {
  .cv__content--new-graduate:hover {
    background: #4B7EB1 url(../images/btn-texture.png) center/cover;
  }
}
.cv__content--mid-career {
  background: #FFE3E5 url(../images/btn-texture.png) center/cover;
}
@media screen and (min-width: 1024px) {
  .cv__content--mid-career:hover {
    background: #FDD0D3 url(../images/btn-texture.png) center/cover;
  }
}
.cv__title {
  position: relative;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 500;
  transition: 0.2s ease-out;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cv__title {
    padding-top: 7rem;
    display: block;
  }
}
.cv__title:before {
  position: relative;
  top: 0;
  display: inline-block;
  content: "";
  font-family: "icomoon";
  color: #3E699D;
  background: #fff;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 1px solid #8DA4C6;
  line-height: 38px;
  letter-spacing: 0;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .cv__title:before {
    position: absolute;
    top: 0;
    left: 50%;
    height: 48px;
    width: 48px;
    line-height: 48px;
    margin: 0;
    transform: translate(-50%, 0);
  }
}
.cv__title--new-graduate::before {
  font-size: 2rem;
  content: "\e90f";
}
@media screen and (min-width: 768px) {
  .cv__title--new-graduate::before {
    font-size: 2.4rem;
  }
}
.cv__title--mid-career::before {
  font-size: 2.4rem;
  content: "\e90e";
}
@media screen and (min-width: 768px) {
  .cv__title--mid-career::before {
    font-size: 2.8rem;
  }
}
.cv__subtitle {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.cv__subtitle::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 1px;
  width: 130px;
  background: rgba(73, 105, 153, 0.5);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cv__subtitle::before {
    width: calc(100% + 6rem);
  }
}
@media screen and (min-width: 768px) {
  .cv__subtitle {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
}
.cv__copy {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-family: "Noto Serif", serif;
  text-align: center;
  letter-spacing: 0.2em;
  color: rgba(62, 105, 157, 0.5);
  text-transform: uppercase;
  display: inline;
}
@media screen and (min-width: 768px) {
  .cv__copy {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cv__copy {
    display: none;
  }
}
.cv__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*********************/
/*  google map  */
/*********************/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 180px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gmap {
    padding-bottom: 323px;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  padding: 60px 0;
}
.section__img {
  width: 100%;
}
.section__header {
  display: block;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__header {
    margin-bottom: 5rem;
  }
}
.section__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 2.9rem;
    letter-spacing: 0.2em;
  }
}
.section__title--en {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.2em;
  color: #86A4C9;
}
@media screen and (min-width: 768px) {
  .section__title--en {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
.section__description {
  display: block;
  color: #2C2C2C;
  line-height: 1.8;
}
.section__footer {
  display: block;
  padding: 3rem 0 0;
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
.section--footer {
  padding: 0;
}
.section--center .section__title,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}
.section--center .section__footer {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section--reverse .row {
    flex-direction: row-reverse;
  }
}
.section--banner {
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .section--banner {
    padding: 4rem 0 0;
  }
}
.section--news {
  position: relative;
  background: #fff;
  padding: 3.2rem 1rem 3.6rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .section--news {
    padding: 6.4rem 2rem 5.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .section--news {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.section--news:before {
  display: inline-block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 203px;
  background: #E9ECFC url(../images/btn-texture.png) center/cover;
  z-index: -5;
}
@media screen and (min-width: 768px) {
  .section--news:before {
    height: 270px;
  }
}
.section--activity {
  position: relative;
  overflow: hidden;
  padding: 0 0 6rem;
}
@media screen and (min-width: 768px) {
  .section--activity {
    padding: 4rem 0 7rem;
  }
}
.section--activity:before {
  position: absolute;
  bottom: 85px;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 87%;
  background: #F8EEEC url(../images/btn-texture.png) center/cover;
  z-index: -5;
}
@media screen and (min-width: 768px) {
  .section--activity:before {
    left: 20%;
    bottom: 98px;
    width: 90%;
    height: 270px;
  }
}
.section--about {
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .section--about {
    padding: 8rem 0 4rem;
  }
}
.section--about .section__title {
  display: inline-block;
  position: relative;
}
.section--about .section__title::before {
  position: absolute;
  content: "";
  background: url(../images/seika-1.png) center/contain no-repeat;
  top: -20px;
  right: -65px;
  width: 60px;
  height: 73px;
}
.section--interview {
  padding: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .section--interview {
    padding: 4rem 0;
  }
}
.section--interview .section__description {
  text-align: center;
  margin-bottom: 1.5rem;
}
.section--interview .section__header {
  margin-bottom: 2rem;
}
.section--interview .section__footer {
  padding: 2rem 0 0;
}
.section--feature {
  position: relative;
  padding: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  .section--feature {
    overflow: hidden;
  }
  .section--feature:after {
    position: absolute;
    bottom: 85px;
    left: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 87%;
    background: #FFE3E5 url(../images/btn-texture.png) center/cover;
    z-index: -5;
  }
}
@media screen and (min-width: 768px) {
  .section--feature {
    background: #FFE3E5 url(../images/btn-texture.png) center/cover;
    padding: 60px 0;
  }
}
.section--feature .section__title {
  position: relative;
}
.section--feature .section__title::before {
  position: absolute;
  content: "";
  background: url(../images/kenta-1.png) center/contain no-repeat;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 73px;
}
.section--feature .section__description {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section--feature {
    width: 100%;
    max-width: 1240px;
    margin: 9rem auto 8.2rem;
  }
}
.section--cv {
  padding: 0;
}

/*  看護部について  */
.about-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #86A4C9;
  transition: 0.2s ease-out;
}
.about-card:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0025);
}
.about-card:before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 27px;
  height: 27px;
  background: #486999 url(../images/btn-texture.png) center/cover;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about-card:before {
    width: 38px;
    height: 38px;
  }
}
.about-card::after {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 12px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about-card::after {
    top: 15px;
    right: 17px;
    width: 9px;
    height: 9px;
  }
}
.about-card__link, .about-card__thumbnail, .about-card__img, .about-card__box, .about-card__title, .about-card__description, .about-card__btn {
  display: block;
  width: 100%;
}
.about-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.about-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.about-card__box {
  padding: 2.5rem 3.2rem;
  flex: 1 0;
}
@media screen and (min-width: 1024px) {
  .about-card__box {
    padding: 2.5rem 3.2rem;
  }
}
.about-card__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  color: #162965;
  letter-spacing: 0.07em;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about-card__title {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-card__title {
    font-size: 2.3rem;
  }
}
.about-card__title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 40px;
  height: 1px;
  background: #EAEAEA;
}
.about-card__description {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 1rem;
}
.about-card__thumbnail {
  flex: 0 0 130px;
}
@media screen and (min-width: 768px) {
  .about-card__thumbnail {
    flex: 0 0 170px;
  }
}
.about-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (min-width: 768px) {
  .about-card__img {
    height: 180px;
  }
}
.about-card__btn--center {
  text-align: center;
}
.about-card__btn--right {
  text-align: right;
}
.about-card--horizontal {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .about-card--horizontal {
    flex-direction: column-reverse;
  }
}

/*  先輩インタビュー  */
.interview-box {
  border: 1px solid #496999;
  background: #E2E6FC url(../images/btn-texture.png) center/cover;
}
@media screen and (min-width: 768px) {
  .interview-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}
.interview-box__thumbnail, .interview-box__img, .interview-box__description {
  display: block;
  width: 100%;
}
.interview-box__thumbnail {
  height: 145px;
}
@media screen and (min-width: 550px) {
  .interview-box__thumbnail {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .interview-box__thumbnail {
    height: 100%;
  }
}
.interview-box__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.interview-box__desc {
  width: 100%;
  padding: 3rem 4rem;
}
@media screen and (min-width: 768px) {
  .interview-box__desc {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*  健生会の特徴  */
.pickup-small-card {
  position: relative;
  display: block;
  width: 100%;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .pickup-small-card {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .pickup-small-card {
    padding: 1rem;
  }
}
.pickup-small-card:before {
  position: absolute;
  bottom: -2rem;
  right: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .pickup-small-card:before {
    top: 0;
    bottom: auto;
    right: -2rem;
    width: 1px;
    height: 100%;
  }
}
.pickup-small-card--last:before {
  display: none;
}
.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%;
}
@media screen and (max-width: 767px) {
  .pickup-small-card__thumbnail {
    width: 110px;
    margin: 0 1rem 0 auto;
    grid-area: 3/1/1/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 {
  padding: 0.5rem;
  font-size: 2.2rem;
  color: #112869;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup-small-card__title {
    grid-area: 1/3/2/2;
    text-align: left;
  }
}
.pickup-small-card__description {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .pickup-small-card__description {
    grid-area: 2/2/2/3;
  }
}
.pickup-small-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
.pickup-small-card__btn--center {
  text-align: center;
}
.pickup-small-card__btn--right {
  text-align: right;
}

/*********************/
/*  ボタン  */
/*********************/
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background: #486999;
  background: #486999 url(../images/btn-texture.png) center/cover;
  padding: 15px 50px;
  transition: 0.2s ease-out;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn {
    min-width: 245px;
    max-width: 280px;
    padding: 15px 35px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    width: auto;
    min-width: 225px;
    padding: 15px 50px 15px 35px;
  }
}
.btn:before {
  position: absolute;
  top: 50%;
  right: -10px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 1px;
  background: linear-gradient(to right, #fff 0 50%, #486999 50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .btn:before {
    right: -25px;
    width: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .btn:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0025);
  }
}
.btn--gmap-link {
  width: auto;
  min-width: 240px;
  padding: 15px 35px 15px 45px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .btn--gmap-link {
    margin-top: 3rem;
  }
}
.btn--gmap-link:before {
  right: -25px;
  width: 50px;
}
.btn--header {
  height: 50px;
  padding: 15px;
  background: #ddd;
  color: #2C2C2C;
}
@media screen and (max-width: 1023px) {
  .btn--header {
    display: none;
  }
}
.btn--gmap {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .btn--gmap {
    margin-top: 1rem;
  }
}

.icon-external {
  position: relative;
}
.icon-external::before {
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translate(0, -50%);
  display: inline;
  content: "\e906";
  font-family: "icomoon";
  font-size: 1.5rem;
  color: #fff;
}

.banner {
  border: solid 1px #695168;
  background: #FFE3E5 url(../images/btn-texture.png) center/cover;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .banner:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
  .banner:hover .banner__btn {
    opacity: 0.85;
  }
}
.banner__link {
  display: block;
  padding: 2rem 2.8rem;
}
@media screen and (min-width: 768px) {
  .banner__link {
    padding: 2.1rem 5rem;
  }
}
.banner__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.banner__label {
  position: relative;
  font-size: 1.7rem;
  color: #6E5069;
  position: relative;
  white-space: nowrap;
  padding: 0 5rem 1rem 5rem;
}
.banner__label::before {
  position: absolute;
  content: "";
  background: url(../images/kenta-2.png) center/contain no-repeat;
  height: 95px;
  width: 95px;
  top: -3px;
  left: -35px;
  transform: translateY(-50%);
}
.banner__label::after {
  position: absolute;
  content: "";
  background: url(../images/seika-2.png) center/contain no-repeat;
  height: 95px;
  width: 100px;
  top: -5px;
  right: -35px;
  transform: translateY(-50%);
}
.banner__label-inner {
  display: inline-block;
  background: white;
  padding: 0 1rem;
}
.banner__title {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.14em;
  line-height: 1.4;
  color: #0A0A0A;
}
@media screen and (min-width: 768px) {
  .banner__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .banner__title {
    padding-left: 2rem;
  }
}
.banner__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 6rem 0.9rem 2rem;
  background: #6E5069 url(../images/btn-texture.png) center/cover;
  min-height: 40px;
  transition: 0.2s ease-out;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .banner__btn {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .banner__btn {
    padding: 1.5rem 8rem 1.5rem 4rem;
    min-height: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .banner__btn {
    min-width: 420px;
    margin: 2rem 5rem 0;
  }
}
.banner__btn::before {
  position: absolute;
  content: "\e90d";
  font-family: "icomoon";
  font-size: 6rem;
  bottom: -45px;
  right: -24px;
  transform: rotate(-29deg);
  color: #fff;
  cursor: pointer;
  z-index: 10;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .banner__btn::before {
    font-size: 6.5rem;
    bottom: -38px;
    right: -27px;
    transform: rotate(-35deg);
  }
}
.banner__btn-text {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .banner__btn-text {
    font-size: 1.8rem;
  }
}
.banner__btn-text::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .banner__btn-text::before {
    right: -25px;
  }
}
.banner__btn-text::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -25px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .banner__btn-text::after {
    right: -35px;
  }
}

/*  ------サブページ------  */
.page-article {
  padding: 5rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .page-article {
    padding: 10rem 0;
  }
}
.page-article__title {
  color: #999;
  margin: 3rem 0;
}
.page-article__title-ja, .page-article__title-en {
  display: block;
  text-align: center;
}
.page-article__title-ja {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .page-article__title-ja {
    font-size: 3.2rem;
  }
}
.page-article__title-en {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-article__title-en {
    font-size: 2rem;
  }
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page p,
.mce-content-body p {
  line-height: 1.8;
}
.post-type-page p:not(:first-child),
.mce-content-body p:not(:first-child) {
  margin-top: 1rem;
}
.post-type-page a:not([class]),
.mce-content-body a:not([class]) {
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid #999;
  transition: 0.2s ease-out;
}
.post-type-page a:not([class]):hover,
.mce-content-body a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page img,
.mce-content-body img {
  width: 100%;
  height: auto;
}
.post-type-page .img-respomsive,
.mce-content-body .img-respomsive {
  width: 100%;
  height: 100%;
}
.post-type-page picture,
.mce-content-body picture {
  margin-top: 3rem;
  display: block;
}
.post-type-page .ul:first-child,
.post-type-page .ol:first-child,
.post-type-page .table:first-child,
.post-type-page .box:first-child,
.mce-content-body .ul:first-child,
.mce-content-body .ol:first-child,
.mce-content-body .table:first-child,
.mce-content-body .box:first-child {
  margin-top: 0;
}
.post-type-page .h2,
.post-type-page .h3,
.post-type-page .h4,
.post-type-page .h5,
.post-type-page .h3-center,
.mce-content-body .h2,
.mce-content-body .h3,
.mce-content-body .h4,
.mce-content-body .h5,
.mce-content-body .h3-center {
  font-weight: 500;
  letter-spacing: 0.07em;
}
.post-type-page .h2,
.mce-content-body .h2 {
  font-size: 2.5rem;
  padding: 0 0 0.5rem;
  margin: 6rem 0 2rem;
  border-bottom: 2px solid #486999;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2,
  .mce-content-body .h2 {
    margin: 8rem 0 3rem;
    font-size: 3rem;
  }
}
.post-type-page .h2:first-child,
.mce-content-body .h2:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2 + .box,
  .mce-content-body .h2 + .box {
    margin-top: 8rem;
  }
}
.post-type-page .h3,
.mce-content-body .h3 {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 5rem 0 2rem;
  font-size: 2rem;
  line-height: 1.5;
}
.post-type-page .h3:before,
.mce-content-body .h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  width: 5px;
  height: 100%;
  background: #486999;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .h3,
  .mce-content-body .h3 {
    padding: 0 0 0 3rem;
    margin: 8rem 0 3rem;
    font-size: 2.6rem;
  }
}
.post-type-page .h4,
.mce-content-body .h4 {
  font-size: 2rem;
  margin: 4rem 0 0;
  color: #5D7891;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .post-type-page .h4,
  .mce-content-body .h4 {
    font-size: 2.6rem;
    margin: 6rem 0 0;
  }
}
.post-type-page .h4--contact,
.mce-content-body .h4--contact {
  margin: 5rem 0 0;
  color: #2C2C2C;
}
@media screen and (min-width: 768px) {
  .post-type-page .h4--contact,
  .mce-content-body .h4--contact {
    margin: 9rem 0 0;
  }
}
.post-type-page .h5,
.mce-content-body .h5 {
  position: relative;
  font-size: 1.7rem;
  margin: 3rem 0 0;
  padding: 0 0 0 3rem;
  line-height: 1.8;
}
.post-type-page .h5:before,
.mce-content-body .h5:before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  background: #486999;
}
@media screen and (min-width: 768px) {
  .post-type-page .h5:before,
  .mce-content-body .h5:before {
    top: 1.8rem;
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .h5,
  .mce-content-body .h5 {
    margin: 4rem 0 0;
    padding: 0 0 0 4rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .h5--bm,
  .mce-content-body .h5--bm {
    margin: 5rem 0 2rem;
  }
}
.post-type-page .h3-center,
.mce-content-body .h3-center {
  position: relative;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  color: #486999;
  padding: 0 2rem 1.5rem;
  margin: 4rem 0 0;
}
.post-type-page .h3-center:before,
.mce-content-body .h3-center:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  content: "";
  width: 160px;
  height: 1px;
  background: #486999;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .post-type-page .h3-center,
  .mce-content-body .h3-center {
    padding: 0 4rem 3rem;
    margin: 6rem 0 0;
    font-size: 2.4rem;
  }
}
.post-type-page .strong,
.mce-content-body .strong {
  font-size: 1.6rem;
  font-weight: 500;
  color: #486999;
}
@media screen and (min-width: 768px) {
  .post-type-page .strong,
  .mce-content-body .strong {
    font-size: 1.7rem;
  }
}
.post-type-page .annotation,
.mce-content-body .annotation {
  font-size: 1.5rem;
  color: #842B31;
}
.post-type-page .txt-link,
.mce-content-body .txt-link {
  color: #6E5069;
  border-bottom: 1px solid #0A3F73;
}
.post-type-page .ul,
.mce-content-body .ul {
  list-style: none;
  margin: 2rem 0 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .ul,
  .mce-content-body .ul {
    margin: 3rem 0 0;
  }
}
.post-type-page .ul li,
.mce-content-body .ul li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 1.5rem;
  letter-spacing: 0.05em;
}
.post-type-page .ul li::before,
.mce-content-body .ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #86A4C9;
  top: 1.3rem;
  left: 5px;
  width: 10px;
  height: 10px;
  border: 3px solid #486999;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .ul li,
  .mce-content-body .ul li {
    padding: 0 0 0 2.5rem;
  }
}
.post-type-page .ul .ul,
.mce-content-body .ul .ul {
  margin-top: 1rem;
}
.post-type-page .ol-coment-list,
.mce-content-body .ol-coment-list {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
.post-type-page .ol-coment-list__title,
.mce-content-body .ol-coment-list__title {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 0 0 2.5rem;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
.post-type-page .ol-coment-list__description,
.mce-content-body .ol-coment-list__description {
  padding: 0 0 0 2.5rem;
}
.post-type-page .ol-coment-list li,
.mce-content-body .ol-coment-list li {
  position: relative;
  margin: 0 0 1.5rem;
}
.post-type-page .ol-coment-list li::before,
.mce-content-body .ol-coment-list li::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #486999;
  font-size: 1.2rem;
  top: 1.3rem;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  text-align: center;
  color: #fff;
  transform: translate(0, -50%);
}
.post-type-page .ol-coment-list .ol,
.mce-content-body .ol-coment-list .ol {
  margin-top: 1rem;
}
.post-type-page .box,
.mce-content-body .box {
  padding: 4rem 3.5rem;
  background-color: #F9EEEB;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .box,
  .mce-content-body .box {
    padding: 6rem 5.5rem;
    margin-top: 3rem;
  }
}
.post-type-page .box p,
.mce-content-body .box p {
  margin-top: 2rem;
}
.post-type-page .box .h4:first-of-type,
.post-type-page .box .h5:first-of-type,
.mce-content-body .box .h4:first-of-type,
.mce-content-body .box .h5:first-of-type {
  margin-top: 0;
}
.post-type-page .box--form,
.mce-content-body .box--form {
  margin-top: 3rem;
}
.post-type-page .list-table,
.mce-content-body .list-table {
  width: 100%;
  letter-spacing: 0.03em;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 4rem;
}
.post-type-page .list-table tr,
.mce-content-body .list-table tr {
  display: block;
  border-bottom: 2px solid #E2E6FC;
}
@media screen and (max-width: 767px) {
  .post-type-page .list-table tr,
  .mce-content-body .list-table tr {
    padding: 1.5rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .list-table tr,
  .mce-content-body .list-table tr {
    display: flex;
  }
}
.post-type-page .list-table th,
.post-type-page .list-table td,
.mce-content-body .list-table th,
.mce-content-body .list-table td {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  padding: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .list-table th,
  .post-type-page .list-table td,
  .mce-content-body .list-table th,
  .mce-content-body .list-table td {
    padding: 2.5rem 2rem;
  }
}
.post-type-page .list-table th,
.mce-content-body .list-table th {
  width: 24%;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .post-type-page .list-table th,
  .mce-content-body .list-table th {
    width: 24%;
  }
}
.post-type-page .list-table td,
.mce-content-body .list-table td {
  font-size: 1.5rem;
  font-weight: 400;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .post-type-page .list-table,
  .mce-content-body .list-table {
    margin-top: 2rem;
  }
  .post-type-page .list-table th,
  .post-type-page .list-table td,
  .mce-content-body .list-table th,
  .mce-content-body .list-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .post-type-page .list-table tr,
  .mce-content-body .list-table tr {
    margin: 0;
  }
  .post-type-page .list-table th,
  .mce-content-body .list-table th {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  .post-type-page .list-table td,
  .mce-content-body .list-table td {
    font-size: 1.4rem;
    padding-top: 0;
  }
}
.post-type-page .list-table .button-area,
.mce-content-body .list-table .button-area {
  margin: 2rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .list-table .button-area,
  .mce-content-body .list-table .button-area {
    margin: 3rem 0 0;
  }
}
.post-type-page .course-box,
.mce-content-body .course-box {
  position: relative;
  margin-top: 10rem;
  border: 1px solid #8DA4C6;
}
@media screen and (min-width: 768px) {
  .post-type-page .course-box,
  .mce-content-body .course-box {
    margin-top: 10rem;
  }
}
.post-type-page .course-box__item,
.mce-content-body .course-box__item {
  padding: 4rem 3rem 5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .course-box__item,
  .mce-content-body .course-box__item {
    padding: 4rem 6rem 7rem;
  }
}
.post-type-page .course-box__desc-hide,
.mce-content-body .course-box__desc-hide {
  padding: 0 3rem 5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .course-box__desc-hide,
  .mce-content-body .course-box__desc-hide {
    padding: 0 6rem 7rem;
  }
}
.post-type-page .course-box__title,
.mce-content-body .course-box__title {
  position: absolute;
  top: -2.5rem;
  left: 2rem;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 2rem 0 0;
  font-size: 2rem;
  color: #486999;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .post-type-page .course-box__title,
  .mce-content-body .course-box__title {
    top: -4rem;
    left: 7rem;
    padding: 0 4rem 0 0;
    font-size: 2.4rem;
  }
}
.post-type-page .course-box__icon,
.mce-content-body .course-box__icon {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #8DA4C6;
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .course-box__icon,
  .mce-content-body .course-box__icon {
    height: 84px;
    width: 84px;
  }
}
.post-type-page .course-box__icon img,
.mce-content-body .course-box__icon img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .course-box__icon img,
  .mce-content-body .course-box__icon img {
    width: 60%;
  }
}
.post-type-page .course-box__desc,
.mce-content-body .course-box__desc {
  margin: 1rem -15px;
}
.post-type-page .course-box__desc .row__item:nth-child(2) br,
.mce-content-body .course-box__desc .row__item:nth-child(2) br {
  display: none;
}
.post-type-page .course-box__name,
.mce-content-body .course-box__name {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
}
.post-type-page .course-box img,
.mce-content-body .course-box img {
  max-width: 500px;
  margin: 0 auto;
}
.post-type-page .course-box .button-area,
.mce-content-body .course-box .button-area {
  margin: 2rem 0 0;
}
.post-type-page .course,
.mce-content-body .course {
  transition: 0.3s ease-out;
}
.post-type-page .course .course-btn,
.mce-content-body .course .course-btn {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #86A4C9;
  cursor: pointer;
}
.post-type-page .course .course-btn:before, .post-type-page .course .course-btn:after,
.mce-content-body .course .course-btn:before,
.mce-content-body .course .course-btn:after {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  content: "";
  width: 13px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.post-type-page .course .course-btn:after,
.mce-content-body .course .course-btn:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.post-type-page .simple-flow,
.mce-content-body .simple-flow {
  margin-top: 5rem;
}
.post-type-page .simple-flow__item,
.mce-content-body .simple-flow__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: #E9ECFC;
  margin-bottom: 2rem;
}
.post-type-page .simple-flow__item:last-child,
.mce-content-body .simple-flow__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .simple-flow__item,
  .mce-content-body .simple-flow__item {
    flex-direction: row;
    padding: 2rem 3rem;
  }
}
.post-type-page .simple-flow__title,
.mce-content-body .simple-flow__title {
  display: block;
  position: relative;
  padding: 0 1rem 1.5rem;
  color: #486999;
  width: max-content;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-type-page .simple-flow__title,
  .mce-content-body .simple-flow__title {
    margin: 1rem auto;
  }
}
.post-type-page .simple-flow__title:before,
.mce-content-body .simple-flow__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #486999;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .post-type-page .simple-flow__title,
  .mce-content-body .simple-flow__title {
    min-width: 110px;
  }
}
.post-type-page .simple-flow__desc,
.mce-content-body .simple-flow__desc {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .simple-flow__desc,
  .mce-content-body .simple-flow__desc {
    width: 80%;
  }
}
.post-type-page .simple-flow .button-area,
.mce-content-body .simple-flow .button-area {
  margin: 1.6rem auto;
}
.post-type-page .qa,
.mce-content-body .qa {
  margin-top: 5rem;
}
.post-type-page .qa__question,
.mce-content-body .qa__question {
  position: relative;
  margin-top: 5rem;
  padding-left: 3.5rem;
  font-size: 1.7rem;
  letter-spacing: 0.07em;
  color: #486999;
}
.post-type-page .qa__question:before,
.mce-content-body .qa__question:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "Q.";
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  color: #E6C7C9;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .post-type-page .qa__question,
  .mce-content-body .qa__question {
    padding-left: 4rem;
    font-size: 1.9rem;
  }
  .post-type-page .qa__question:before,
  .mce-content-body .qa__question:before {
    font-size: 2.9rem;
  }
}
.post-type-page .qa__answer,
.mce-content-body .qa__answer {
  margin-top: 1.5rem;
  padding-left: 3.5rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .qa__answer,
  .mce-content-body .qa__answer {
    padding-left: 4rem;
  }
}
.post-type-page .flow,
.mce-content-body .flow {
  position: relative;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .flow,
  .mce-content-body .flow {
    margin-top: 10rem;
  }
}
.post-type-page .flow:before,
.mce-content-body .flow:before {
  position: absolute;
  top: -40px;
  left: 50%;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #486999;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .post-type-page .flow:before,
  .mce-content-body .flow:before {
    width: 20px;
    height: 20px;
  }
}
.post-type-page .flow__item, .post-type-page .flow__season, .post-type-page .flow__title, .post-type-page .flow__desc,
.mce-content-body .flow__item,
.mce-content-body .flow__season,
.mce-content-body .flow__title,
.mce-content-body .flow__desc {
  display: block;
}
.post-type-page .flow__item,
.mce-content-body .flow__item {
  position: relative;
  margin-top: 10rem;
  padding: 0 0 6rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .flow__item,
  .mce-content-body .flow__item {
    margin-top: 14rem;
  }
}
.post-type-page .flow__item:first-child,
.mce-content-body .flow__item:first-child {
  margin-top: 0;
}
.post-type-page .flow__item:before,
.mce-content-body .flow__item:before {
  position: absolute;
  bottom: -85px;
  left: 50%;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #486999;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .post-type-page .flow__item:before,
  .mce-content-body .flow__item:before {
    bottom: -110px;
    width: 20px;
    height: 20px;
  }
}
.post-type-page .flow__item:after,
.mce-content-body .flow__item:after {
  position: absolute;
  bottom: -80px;
  left: 50%;
  display: inline-block;
  content: "";
  width: 1px;
  height: 80px;
  background: #486999;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .post-type-page .flow__item:after,
  .mce-content-body .flow__item:after {
    bottom: -100px;
    height: 100px;
  }
}
.post-type-page .flow__item--border-non:before, .post-type-page .flow__item--border-non:after,
.mce-content-body .flow__item--border-non:before,
.mce-content-body .flow__item--border-non:after {
  display: none;
}
.post-type-page .flow__season,
.mce-content-body .flow__season {
  font-family: "Noto Serif", serif;
  font-size: 1.9rem;
  color: #486999;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-type-page .flow__season,
  .mce-content-body .flow__season {
    font-size: 2.2rem;
  }
}
.post-type-page .flow__title,
.mce-content-body .flow__title {
  font-size: 2rem;
  margin: 1.5rem 0 0;
  color: #5D7891;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .post-type-page .flow__title,
  .mce-content-body .flow__title {
    font-size: 2.6rem;
    margin: 3rem 0 0;
  }
}
.post-type-page .flow__title--center,
.mce-content-body .flow__title--center {
  text-align: center;
}
.post-type-page .flow__desc,
.mce-content-body .flow__desc {
  margin: 3rem 0 2rem;
}
.post-type-page .underline-button-area,
.mce-content-body .underline-button-area {
  display: flex;
  justify-content: space-between;
  margin: 5rem -1.5rem 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .underline-button-area,
  .mce-content-body .underline-button-area {
    margin: 5rem 0 0;
    flex-direction: column;
  }
}
.post-type-page .btn-underline,
.mce-content-body .btn-underline {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.5rem;
  text-align: center;
  background: #486999 url(../images/btn-texture.png) center/cover;
  color: #fff;
  font-size: 1.5rem;
  transition: 0.3s ease-out;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .btn-underline,
  .mce-content-body .btn-underline {
    margin: 0 1.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-page .btn-underline:hover,
  .mce-content-body .btn-underline:hover {
    opacity: 0.8;
  }
  .post-type-page .btn-underline:hover:before,
  .mce-content-body .btn-underline:hover:before {
    bottom: -2px;
  }
}
.post-type-page .btn-underline:before,
.mce-content-body .btn-underline:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  background: #486999 url(../images/btn-texture.png) center/cover;
  transition: 0.3s ease-out;
}
.post-type-page .btn-request,
.mce-content-body .btn-request {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 748px;
  width: 100%;
  height: 87px;
  font-size: 1.7rem;
  color: #fff;
  background: #6E5069;
  overflow: hidden;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .post-type-page .btn-request,
  .mce-content-body .btn-request {
    font-size: 2rem;
  }
}
.post-type-page .btn-request:after,
.mce-content-body .btn-request:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(90deg);
}
.post-type-page .btn-request:hover,
.mce-content-body .btn-request:hover {
  opacity: 0.6;
}
.post-type-page .btn-detail,
.mce-content-body .btn-detail {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  color: #486999;
  border-bottom: 1px solid #486999;
}
.post-type-page .clinic-box .h3,
.mce-content-body .clinic-box .h3 {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .clinic-box .h3,
  .mce-content-body .clinic-box .h3 {
    margin-top: 8rem;
    margin-bottom: 3rem;
  }
}
.post-type-page .table,
.mce-content-body .table {
  width: 100%;
  margin: 3rem 0;
}
.post-type-page .table th,
.mce-content-body .table th {
  background: #999;
  color: #fff;
}
.post-type-page .table th,
.post-type-page .table td,
.mce-content-body .table th,
.mce-content-body .table td {
  border: 1px solid #666;
  padding: 1rem;
}
.post-type-page .button-area,
.mce-content-body .button-area {
  display: grid;
  justify-content: center;
  margin: 5rem 0 0;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .post-type-page .button-area,
  .mce-content-body .button-area {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .button-area,
  .mce-content-body .button-area {
    grid-template-columns: auto auto;
  }
}
.post-type-page .button-area--back,
.mce-content-body .button-area--back {
  margin: 13.5rem 0 0;
}
.post-type-page .button-area--left,
.mce-content-body .button-area--left {
  justify-content: left;
}
.post-type-page .button-area--form,
.mce-content-body .button-area--form {
  margin: 0 auto 5rem;
}
.post-type-page .button,
.mce-content-body .button {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background: #486999 url(../images/btn-texture.png) center/cover;
  border: solid 1px #486999;
  padding: 0.9rem 3rem;
  cursor: pointer;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .post-type-page .button,
  .mce-content-body .button {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .button,
  .mce-content-body .button {
    min-width: 288px;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-page .button:hover,
  .mce-content-body .button:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0025);
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .button + .post-type-page .button,
  .post-type-page .button + .mce-content-body .button,
  .mce-content-body .button + .post-type-page .button,
  .mce-content-body .button + .mce-content-body .button {
    margin-left: 1.5rem;
  }
}
.post-type-page .button--back,
.mce-content-body .button--back {
  color: #486999;
  background: #fff url(../images/btn-texture.png) center/cover;
}

/*********************/
/*  扉  */
/*********************/
.children-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #86A4C9;
  padding: 2.5rem 4rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .children-card {
    padding: 4rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .children-card {
    padding: 5rem 7rem;
  }
  .children-card:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0025);
  }
}
.children-card:before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 38px;
  height: 38px;
  background: #8DA4C6;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}
.children-card:after {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  right: 17px;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.children-card__link, .children-card__title, .children-card__description, .children-card__btn {
  display: block;
  width: 100%;
}
.children-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.children-card__more {
  display: none;
}
.children-card__title {
  position: relative;
  font-size: 1.7rem;
  font-weight: 400;
  color: #3E699D;
  letter-spacing: 0.07em;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .children-card__title {
    font-size: 2.3rem;
  }
}
.children-card__title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 40px;
  height: 1px;
  background: #EAEAEA;
}
.children-card__title-en {
  display: none;
}
.children-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2C2C2C;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .children-card__description {
    margin-top: 3rem;
  }
}

/* お問い合わせ扉ページ */
.contact-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #86A4C9;
  transition: 0.2s ease-out;
  margin-top: 2rem;
}
.contact-card br,
.contact-card p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .contact-card:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0025);
  }
}
.contact-card:before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 38px;
  height: 38px;
  background: #8DA4C6;
  z-index: 1;
}
.contact-card::after {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  right: 17px;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
.contact-card__link, .contact-card__box, .contact-card__title, .contact-card__description, .contact-card__btn {
  display: block;
  width: 100%;
}
.contact-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.contact-card__box {
  padding: 2.5rem 4.2rem 2.5rem 2.5rem;
}
@media screen and (min-width: 1024px) {
  .contact-card__box {
    padding: 3.2rem;
  }
}
.contact-card__title {
  position: relative;
  font-size: 1.7rem;
  font-weight: 400;
  color: #162965;
  letter-spacing: 0.07em;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .contact-card__title {
    font-size: 2.3rem;
  }
}
.contact-card__title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 55px;
  height: 1px;
  background: #EAEAEA;
}
.contact-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .contact-card__description {
    margin-top: 3rem;
  }
}
.contact-card--other {
  background: #093B6B;
  color: #fff;
}
.contact-card--other:before {
  background: #fff;
}
.contact-card--other:after {
  border-top: 1px solid #093B6B;
  border-right: 1px solid #093B6B;
}
.contact-card--other .contact-card__title {
  color: #fff;
}
.contact-card--other .contact-card__title:before {
  background: #fff;
}
.contact-card--other .contact-card__description {
  color: #fff;
}

/* 募集要項 */
.recruit_head__tag {
  display: flex;
  align-items: center;
}
.recruit_head__status {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  background: #fff;
  border: solid 1px #8DA4C6;
  padding: 0.4rem 1.5rem;
}
.recruit_head__job {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  border: solid 1px #8DA4C6;
  padding: 0.4rem 3rem;
  background: #8DA4C6 url(../images/btn-texture.png) center/cover;
}
.recruit_head__thumbnail {
  margin-top: 5.8rem;
}

.recruit_contact {
  margin-top: 4rem;
}

.btn-entry {
  position: relative;
  font-size: 2rem;
  text-align: center;
  max-width: 748px;
  min-height: 86px;
  margin: 3rem auto 2.5rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .btn-entry {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn-entry:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
}
.btn-entry__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  color: #fff;
  background: #6E5069 url(../images/btn-texture.png) center/cover;
  padding: 3rem 5rem;
}
.btn-entry__title::before {
  position: absolute;
  content: "\e90c";
  font-family: "icomoon";
  font-size: 5rem;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .btn-entry__title::before {
    font-size: 7rem;
    left: 5rem;
  }
}
.btn-entry__title::after {
  position: absolute;
  content: "\e90d";
  font-family: "icomoon";
  font-size: 5rem;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .btn-entry__title::after {
    font-size: 7rem;
    right: 5rem;
  }
}
.btn-entry__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.recruit-item {
  display: block;
  position: relative;
  font-size: 1.7rem;
  text-align: center;
  color: #2C2C2C;
  background: #E2E6FC url(../images/btn-texture.png) center/cover;
  border: solid 1px #8DA4C6;
  padding: 1.8rem 3rem 1.8rem 9rem;
  min-height: 60px;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .recruit-item {
    padding: 1.8rem 3rem 1.8rem 10rem;
  }
  .recruit-item + .recruit-item {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-item:hover {
    opacity: 0.7;
  }
}
.recruit-item__cat {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  font-size: 1.6rem;
  background: #fff;
  padding: 0.7rem 1rem;
  min-width: 73px;
}
.recruit-item__cat--part-time {
  color: #fff;
  background: #486999 url(../images/btn-texture.png) center/cover;
}

.aligncenter {
  margin: 0;
}

.box-column {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .box-column {
    margin-top: 6rem;
  }
}
.box-column > .h4 {
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .box-column > .h4 {
    margin: 0 0 4rem;
  }
}
.box-column > .h5 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .easy-box-wrap .row__item + .row__item .easy-box {
    margin-top: 0;
  }
}
.easy-box-wrap + .easy-box-wrap {
  margin-top: 6rem !important;
}
@media screen and (min-width: 768px) {
  .easy-box-wrap + .easy-box-wrap {
    margin-top: 9rem !important;
  }
}
.easy-box-wrap + .box-column {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .easy-box-wrap + .box-column {
    margin-top: 6.5rem;
  }
}

.easy-box {
  position: relative;
  padding: 3rem 3rem 2rem;
  margin-top: 5rem;
  border: 1px solid #8DA4C6;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .easy-box {
    padding: 4rem 4rem 3rem;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .easy-box {
    padding: 5rem 6rem;
  }
}
.easy-box__title {
  position: absolute;
  top: -2.5rem;
  left: 2rem;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 2rem 0 0;
  font-size: 2rem;
  color: #486999;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .easy-box__title {
    top: -4rem;
    left: 7rem;
    padding: 0 4rem 0 0;
    font-size: 2.4rem;
  }
}
.easy-box__icon {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #8DA4C6;
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .easy-box__icon {
    height: 84px;
    width: 84px;
  }
}
.easy-box__icon img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .easy-box__icon img {
    width: 60%;
  }
}
.easy-box__desc {
  margin: 0 0 5rem;
}
.easy-box__desc .row__item:nth-child(2) br {
  display: none;
}
.easy-box__name {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
}

.data {
  margin-top: 5rem;
}
.data__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.4;
}

.bunner-btn {
  display: block;
  margin: 3rem 0;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .bunner-btn:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0025);
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1024px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.4rem;
  font-weight: normal;
  color: #486999;
  line-height: 1.8;
  text-align: left;
  padding: 1rem 0 0;
}

/*  パンくず  */
.breadcrumb-list {
  display: flex;
  padding: 1.5rem 0;
  flex-wrap: wrap;
  font-size: 1.3rem;
  list-style: none;
}
.breadcrumb-list__item:not(:first-child):before {
  content: "";
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #86A4C9;
  top: 3px;
  margin: 0 1rem 0.2rem;
}
.breadcrumb-list__link {
  transition: 0.3s ease-out;
  color: #86A4C9;
}
@media screen and (min-width: 1024px) {
  .breadcrumb-list__link:hover {
    opacity: 0.7;
  }
}

/*  ページ送り  */
.pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.pager-list__item {
  margin: 10px 5px;
  list-style: none;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .pager-list__item {
    margin: 20px 15px 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s ease-out;
}
.pager-list__link--number {
  color: #486999;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "Noto Serif", serif;
}
.pager-list__link--prev:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  border-top: 1px solid #486999;
  border-right: 1px solid #486999;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  border-top: 1px solid #486999;
  border-right: 1px solid #486999;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pager-list__link:hover {
  opacity: 0.6;
}
.pager-list__link--active {
  background: #E9ECFC;
}

.single-pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  margin: 10px 5px;
  list-style: none;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 2rem 3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .single-pager-list__item {
    margin: 15px 8px 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.single-pager-list__item--back {
  background: #E9ECFC;
  width: 230px;
}
@media screen and (min-width: 768px) {
  .single-pager-list__item--back {
    width: 260px;
  }
}
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s ease-out;
}
.single-pager-list__link--prev:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  border-top: 1px solid #486999;
  border-right: 1px solid #486999;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.single-pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  border-top: 1px solid #486999;
  border-right: 1px solid #486999;
  transform: translate(-50%, -50%) rotate(45deg);
}
.single-pager-list__link--back {
  color: #486999;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.single-pager-list__link:hover {
  opacity: 0.6;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #666;
  background: #fff;
  border: 1px solid #666;
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
@media screen and (min-width: 768px) {
  .goto {
    margin: -15px;
  }
}
.goto .goto__item {
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .goto .goto__item {
    padding: 15px;
  }
}
.goto__item {
  display: flex;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background: #486999 url(../images/btn-texture.png) center/cover;
  font-size: 1.5rem;
  transition: 0.3s ease-out;
  padding: 15px;
  margin: 1rem;
  min-height: 50px;
}
@media screen and (min-width: 768px) {
  .goto__item {
    width: 30.03003003%;
    margin: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .goto__item:hover {
    opacity: 0.7;
  }
  .goto__item:hover:before {
    bottom: -2px;
  }
}
.goto__item:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  background: #486999 url(../images/btn-texture.png) center/cover;
  transition: 0.3s ease-out;
}
.goto__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*********************/
/*  ニュース  */
/*********************/
.news-category__btn,
.activity-category__btn {
  display: inline-block;
  text-align: center;
  color: #2C2C2C;
  background: #eee url(../images/btn-texture.png) center/cover;
  padding: 1.3rem 1.1rem;
  transition: 0.2s ease-out;
  min-width: 134px;
}
@media screen and (min-width: 1024px) {
  .news-category__btn:hover,
  .activity-category__btn:hover {
    opacity: 0.7;
  }
}
.news-category__btn--important,
.activity-category__btn--important {
  background: #E6C7C9 url(../images/btn-texture.png) center/cover;
}
.news-category__btn--news,
.activity-category__btn--news {
  background: #D0D2ED url(../images/btn-texture.png) center/cover;
}
.news-category__btn--recruit,
.activity-category__btn--recruit {
  background: #D0E1F2 url(../images/btn-texture.png) center/cover;
}
.news-category__btn--internship,
.activity-category__btn--internship {
  background: #D8E6C7 url(../images/btn-texture.png) center/cover;
}
.news-category__btn--event,
.activity-category__btn--event {
  background: #F8E2A4 url(../images/btn-texture.png) center/cover;
}
.news-category__btn--student,
.activity-category__btn--student {
  background: #E6C7C9 url(../images/btn-texture.png) center/cover;
}
.news-category__btn--training,
.activity-category__btn--training {
  background: #D0E1F2 url(../images/btn-texture.png) center/cover;
}
.news-category__btn--new-graduate,
.activity-category__btn--new-graduate {
  background: #D8E6C7 url(../images/btn-texture.png) center/cover;
}
.news-category__btn--narrative,
.activity-category__btn--narrative {
  background: #D0D2ED url(../images/btn-texture.png) center/cover;
}
.news-category .row,
.activity-category .row {
  grid-gap: 1.8rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .news-category .row,
  .activity-category .row {
    justify-content: flex-start;
  }
}
.news-category .row__item,
.activity-category .row__item {
  width: fit-content;
}

/*  TOP リストタイプ  */
.top-news-list {
  border: 2px solid #E2E6FC;
  background: #fff;
  padding: 2.2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-news-list {
    padding: 3rem;
  }
}
.top-news-list__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .top-news-list__head {
    margin-bottom: 2.5rem;
  }
}
.top-news-list__title {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .top-news-list__title {
    font-size: 2.9rem;
  }
}
.top-news-list__title--en {
  display: block;
  font-size: 1rem;
  font-family: "Noto Serif", serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #86A4C9;
  padding-left: 2rem;
}
.top-news-list__btn {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3E3E3E;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .top-news-list__btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-news-list__btn:hover {
    opacity: 0.7;
  }
}
.top-news-list__btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #3E699D;
  border-right: 1px solid #3E699D;
  transform: translate(0, -50%) rotate(45deg);
}
.top-news-list__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #3E699D;
  border-right: 1px solid #3E699D;
  transform: translate(0, -50%) rotate(45deg);
}
.top-news-list__item {
  position: relative;
  display: block;
  width: 100%;
  border-top: 2px solid #E2E6FC;
  vertical-align: baseline;
  text-align: left;
  padding: 1.1rem 0;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .top-news-list__item:hover {
    opacity: 0.7;
  }
}
.top-news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top-news-list__time, .top-news-list__post-title {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .top-news-list__time, .top-news-list__post-title {
    padding: 1.1rem;
  }
}
.top-news-list__time {
  font-family: "Noto Serif", serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #2C2C2C;
}
@media screen and (min-width: 768px) {
  .top-news-list__time {
    flex: 0 0 110px;
  }
}
.top-news-list__category {
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  color: #2C2C2C;
  background: #eee url(../images/btn-texture.png) center/cover;
  padding: 0 1rem;
  transition: 0.2s ease-out;
  min-width: max-content;
}
.top-news-list__category--important {
  background: #E6C7C9 url(../images/btn-texture.png) center/cover;
}
.top-news-list__category--news {
  background: #D0D2ED url(../images/btn-texture.png) center/cover;
}
.top-news-list__category--recruit {
  background: #D0E1F2 url(../images/btn-texture.png) center/cover;
}
.top-news-list__category--internship {
  background: #D8E6C7 url(../images/btn-texture.png) center/cover;
}
.top-news-list__category--event {
  background: #F8E2A4 url(../images/btn-texture.png) center/cover;
}
.top-news-list__post-title {
  display: inline;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 500;
  color: #2C2C2C;
  transition: 0.2s ease-out;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-news-list__post-title {
    display: block;
    grid-column: 4/1;
    padding: 1rem 1rem 0;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list__post-title {
    flex: 1 0 0px;
  }
}

/*  お知らせ　リストタイプ  */
.news-list {
  display: block;
  width: 100%;
  margin-top: 7.6rem;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.5rem 0;
  border-bottom: solid 2px #E2E6FC;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .news-list__item .row {
    margin: 0px;
  }
  .news-list__item .row__item {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .news-list__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .news-list__item .row__item--tablet-3 {
    width: 230px;
  }
  .news-list__item .row__item--tablet-9 {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .news-list__item:hover {
    opacity: 0.7;
  }
}
.news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-list__thumbnail img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.news-list__time, .news-list__category, .news-list__post-title {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .news-list__time, .news-list__category, .news-list__post-title {
    padding: 1rem 1.5rem;
  }
}
.news-list__time {
  font-family: "Noto Serif", serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.news-list__category {
  display: inline-block;
  font-size: 1.3rem;
  color: #2C2C2C;
  text-align: center;
  padding: 0 15px;
  height: 24px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .news-list__category {
    padding: 0px 10px;
  }
}
.news-list__category--important {
  background: #E6C7C9 url(../images/btn-texture.png) center/cover;
}
.news-list__category--news {
  background: #D0D2ED url(../images/btn-texture.png) center/cover;
}
.news-list__category--recruit {
  background: #D0E1F2 url(../images/btn-texture.png) center/cover;
}
.news-list__category--internship {
  background: #D8E6C7 url(../images/btn-texture.png) center/cover;
}
.news-list__category--event {
  background: #F8E2A4 url(../images/btn-texture.png) center/cover;
}
.news-list__time {
  flex: 0 0 110px;
}
.news-list__category {
  flex: 0 0 120px;
}
.news-list__post-title {
  flex: 1 0 0px;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2C2C2C;
}

/*  活動報告　カードタイプ  */
.activity-card {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .activity-card {
    margin-top: 7.6rem;
  }
}
.activity-card__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .activity-card__item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0025);
  }
}
.activity-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.activity-card__thumbnail {
  width: 100%;
  height: 127px;
  min-height: 105px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .activity-card__thumbnail {
    height: 177px;
  }
}
@media screen and (min-width: 1024px) {
  .activity-card__thumbnail {
    height: 204px;
  }
}
.activity-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .activity-card__thumbnail img {
    height: auto;
  }
}
.activity-card__textbox {
  position: relative;
  min-height: 110px;
  padding: 0 1.2rem;
}
@media screen and (min-width: 768px) {
  .activity-card__textbox {
    padding: 1.2rem;
    min-height: 131px;
  }
}
@media screen and (min-width: 1024px) {
  .activity-card__textbox {
    padding: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .activity-card__category, .activity-card__post-title {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .activity-card__category, .activity-card__post-title {
    display: block;
  }
}
.activity-card__category {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: inline-block;
  font-size: 1.5rem;
  color: #2C2C2C;
  text-align: center;
  padding: 0 15px;
  height: 26px;
  line-height: 26px;
}
@media screen and (min-width: 1024px) {
  .activity-card__category {
    bottom: 22px;
    right: 22px;
  }
}
.activity-card__category--student {
  background: #E6C7C9 url(../images/btn-texture.png) center/cover;
}
.activity-card__category--training {
  background: #D0E1F2 url(../images/btn-texture.png) center/cover;
}
.activity-card__category--new-graduate {
  background: #D8E6C7 url(../images/btn-texture.png) center/cover;
}
.activity-card__category--event {
  background: #F8E2A4 url(../images/btn-texture.png) center/cover;
}
.activity-card__category--narrative {
  background: #D0D2ED url(../images/btn-texture.png) center/cover;
}
.activity-card__post-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2C2C2C;
}
@media screen and (min-width: 768px) {
  .activity-card__post-title {
    font-size: 1.5rem;
  }
}
.activity-card .row__item {
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .activity-card .row__item {
    padding: 30px 15px;
  }
}

.news-head {
  margin-bottom: 5rem;
}
.news-head__time {
  font-family: "Noto Serif", serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #2C2C2C;
}
.news-head__category {
  display: inline-block;
  font-size: 1.3rem;
  color: #2C2C2C;
  text-align: center;
  padding: 0 0.5rem;
  height: 24px;
  line-height: 24px;
}
.news-head__category--important {
  background: #E6C7C9 url(../images/btn-texture.png) center/cover;
}
.news-head__category--news {
  background: #D0D2ED url(../images/btn-texture.png) center/cover;
}
.news-head__category--recruit {
  background: #D0E1F2 url(../images/btn-texture.png) center/cover;
}
.news-head__category--internship {
  background: #D8E6C7 url(../images/btn-texture.png) center/cover;
}
.news-head__category--event {
  background: #F8E2A4 url(../images/btn-texture.png) center/cover;
}
.news-head__category--student {
  background: #E6C7C9 url(../images/btn-texture.png) center/cover;
}
.news-head__category--training {
  background: #D0E1F2 url(../images/btn-texture.png) center/cover;
}
.news-head__category--new-graduate {
  background: #D8E6C7 url(../images/btn-texture.png) center/cover;
}
.news-head__category--narrative {
  background: #D0D2ED url(../images/btn-texture.png) center/cover;
}
.news-head .h2 {
  margin-top: 0;
}

.single-news .entry-content img,
.single-news article > img,
.single-news .post-content img,
.single-activity .entry-content img,
.single-activity article > img,
.single-activity .post-content img {
  margin: 0 auto 3rem !important;
}
@media screen and (min-width: 768px) {
  .single-news .entry-content img,
  .single-news article > img,
  .single-news .post-content img,
  .single-activity .entry-content img,
  .single-activity article > img,
  .single-activity .post-content img {
    display: block;
    width: auto;
    max-width: 675px !important;
    max-height: 450px;
  }
}
.single-news .gallery img,
.single-activity .gallery img {
  width: 100% !important;
  margin: 0 auto !important;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/*********************/
/*  インタビュー  */
/*********************/
.interview-category__btn {
  color: #2C2C2C;
  background: #eee url(../images/btn-texture.png) center/cover;
  padding: 1rem 2rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .interview-category__btn:hover {
    opacity: 0.7;
  }
}
.interview-category__btn--rookie {
  background: #E6C7C9 url(../images/btn-texture.png) center/cover;
}
.interview-category__btn--mid-level {
  background: #D8E6C7 url(../images/btn-texture.png) center/cover;
}
.interview-category__btn--veteran {
  background: #D0E1F2 url(../images/btn-texture.png) center/cover;
}
.interview-category__btn--specialist {
  background: #F8E2A4 url(../images/btn-texture.png) center/cover;
}
.interview-category__btn--parenting {
  background: #D0D2ED url(../images/btn-texture.png) center/cover;
}
.interview-category .row {
  grid-gap: 2rem;
  justify-content: flex-start;
}
.interview-category .row__item {
  width: fit-content;
  padding: 0;
}

.interview-card-wrap {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .interview-card-wrap {
    margin-top: 7rem;
  }
}

.interview-card {
  position: relative;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .interview-card:hover {
    opacity: 0.7;
  }
}
.interview-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.interview-card__thumbnail {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  height: 212px;
  width: 100%;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .interview-card__thumbnail {
    height: 180px;
  }
}
.interview-card__thumbnail img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
}
.interview-card__txt {
  background: #fff;
  border-bottom: solid 1px #486999;
  padding: 1.8rem 0;
}

.interview-head {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .interview-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .interview-head__copy-box {
    text-align: center;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .interview-head__copy-box {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 0;
    width: auto;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .interview-head__copy-box {
    left: 50px;
  }
}
.interview-head__copy {
  display: inline;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 2.6 !important;
  color: #486999;
  padding: 0 2.5rem;
  background: linear-gradient(transparent 95%, #486999 0%);
}
@media screen and (min-width: 768px) {
  .interview-head__copy {
    font-size: 2.5rem;
    background: linear-gradient(transparent 98%, #486999 0%);
    word-break: keep-all;
  }
}
@media screen and (min-width: 1024px) {
  .interview-head__copy {
    font-size: 2.8rem;
  }
}
.interview-head__thumbnail {
  position: relative;
}
@media screen and (min-width: 768px) {
  .interview-head__thumbnail {
    height: 394px;
    width: 100%;
    max-width: 524px;
  }
}
.interview-head__thumbnail::before {
  position: absolute;
  content: "";
  background: url(../images/seika_kenta.png) center/contain no-repeat;
  top: -40px;
  right: 0;
  width: 108px;
  height: 119px;
}
@media screen and (min-width: 768px) {
  .interview-head__thumbnail::before {
    width: 158px;
  }
}
.interview-head__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .interview-head__box {
    margin-top: 4rem;
  }
}

.dl {
  display: flex;
}
.dl + .dl {
  margin-top: 1rem;
}
.dl__tag {
  text-align: center;
  min-width: 72px;
  padding: 4px;
  letter-spacing: 0;
  margin-right: 1.4rem;
  height: fit-content;
  background: #486999 url(../images/btn-texture.png) center/cover;
}
.dl__tag--normal {
  color: #fff;
  background: #486999 url(../images/btn-texture.png) center/cover;
}
.dl__tag--rookie {
  background: #E6C7C9 url(../images/btn-texture.png) center/cover;
}
.dl__tag--mid-level {
  background: #D8E6C7 url(../images/btn-texture.png) center/cover;
}
.dl__tag--veteran {
  background: #D0E1F2 url(../images/btn-texture.png) center/cover;
}
.dl__tag--specialist {
  background: #F8E2A4 url(../images/btn-texture.png) center/cover;
}
.dl__tag--parenting {
  background: #D0D2ED url(../images/btn-texture.png) center/cover;
}
.dl__tag--preceptor {
  background: #dafaff url(../images/btn-texture.png) center/cover;
}
.dl__tag--trainee {
  background: #e4ffde url(../images/btn-texture.png) center/cover;
}
.dl__name {
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
.dl__area {
  position: relative;
  color: #486999;
  padding-right: 2rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .dl__area {
    width: 25%;
  }
}
.dl__area::before {
  position: absolute;
  content: "|";
  color: #486999;
  top: 0;
  right: 6px;
}
.dl__area-name {
  width: 75%;
}

.more {
  text-align: center;
  margin-top: 3.8rem;
}
.more__btn {
  position: relative;
  font-size: 1.8rem;
  color: #486999;
  padding: 0 1.5rem;
  transition: 0.2s ease-out;
}
.more__btn::before {
  position: absolute;
  content: "";
  border-bottom: solid 1px #486999;
  width: 100%;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .more__btn:hover {
    opacity: 0.7;
  }
}

.main-content {
  margin-top: 12rem;
}
@media screen and (min-width: 1024px) {
  .main-content__box:nth-child(even) .row {
    flex-direction: row-reverse;
  }
}
.main-content__box + .main-content__box {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .main-content .row__item > .h5 {
    margin-top: 0;
  }
}

.interview-wrap .h2 {
  margin-top: 6rem !important;
}
@media screen and (min-width: 768px) {
  .interview-wrap .h2 {
    margin-top: 10.5rem !important;
  }
}

/*********************/
/*  職場紹介  */
/*********************/
.workplace-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #86A4C9;
  transition: 0.2s ease-out;
  margin-top: 6rem;
}
.workplace-card + .workplace-card {
  margin-top: 7.7rem;
}
.workplace-card:before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 38px;
  height: 38px;
  background: #8DA4C6;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}
.workplace-card:after {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  right: 17px;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}
.workplace-card__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .workplace-card__link:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0025);
  }
}
.workplace-card__thumbnail {
  width: 100%;
  height: 100%;
}
.workplace-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workplace-card__textbox {
  padding: 1.5rem 4rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .workplace-card__title.h5 {
    margin: 0;
  }
}

.workplace-list__text {
  margin-top: 3rem;
}
.workplace-list__more {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .workplace-list__more {
    text-align: right;
  }
}

.w_about__text {
  margin-top: 4rem !important;
}

.intro-card-box {
  margin-top: 4rem;
}

.intro-card {
  border: solid 1px #8DA4C6;
  height: 100%;
}
.intro-card__textbox {
  padding: 0 4rem 3.5rem 4rem;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step-box {
  text-align: center;
}

.form-step {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.form-step__item {
  position: relative;
  display: flex;
  list-style: none;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #86A4C9;
  padding: 10px;
  margin: 0 3rem;
}
@media screen and (min-width: 768px) {
  .form-step__item {
    line-height: 40px;
  }
  .form-step__item br {
    display: none;
  }
}
.form-step__item:before {
  position: absolute;
  display: block;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  right: -40px;
  background: #143054;
  z-index: 1;
  transform: translate(0, -50%);
}
.form-step__item:nth-child(3):before {
  display: none;
}
.form-step__item--active {
  color: #052646;
}
.form-step__text {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
}
.form-step__text:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
}
.form-step__text--enter:before {
  content: "\e909";
}
.form-step__text--comfirm:before {
  content: "\e90a";
}
.form-step__text--complete:before {
  content: "\e90b";
}

.form-table {
  margin-bottom: 3rem;
}

.form-description {
  margin: 1rem 0 3rem;
}

/* 申し込みフォーム */
.form {
  font-size: 1.6rem;
  color: #2C2C2C;
  background: #eee;
  padding: 10px;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .form {
    font-size: 1.4rem;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form__row {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form__row {
    display: flex;
    align-items: center;
  }
}
.form__required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 0 5px;
  margin-left: 1rem;
  vertical-align: text-top;
  background: #666;
}
@media screen and (max-width: 1023px) {
  .form__required {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .form__required {
    float: right;
  }
}
.form__item {
  color: #2C2C2C;
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .form__item {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .form__item br {
    display: none;
  }
}
.form__item:first-child {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .form__item:first-child {
    width: 25%;
  }
}
.form__item:last-child {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__item:last-child {
    width: 75%;
  }
}
.form__text, .form__textarea, .form__number, .form__email, .form__zip {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px;
}
.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 1rem;
}
.form__select {
  position: relative;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #2C2C2C;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 110px;
  padding: 5px;
}
.form__radio, .form__check {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.form__radio:checked + .mwform-checkbox-field-text:before, .form__check:checked + .mwform-checkbox-field-text:before {
  background: #666;
}
.form .mwform-radio-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-radio-field-text:hover:after {
  border-color: #666;
}
.form .mwform-radio-field-text:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .form .mwform-radio-field-text:before {
    top: 7px;
  }
}
.form .mwform-checkbox-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  background: #fff;
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(45deg);
}
.form__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.form__button, .form__back, .form__submit {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #999;
  cursor: pointer;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .form__button:hover, .form__back:hover, .form__submit:hover {
    opacity: 0.7;
  }
}
.form ::-webkit-input-placeholder {
  color: #999;
}
.form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #999;
}
.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

.el-date-table__row td:first-child,
.el-date-table__row td:last-child {
  background: #000;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* デコレーション版 */
.deco-form {
  background: #F9EEEB;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .deco-form {
    padding: 5rem;
  }
}
.deco-form__wrap {
  border: 3px solid #666;
  border-radius: 20px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .deco-form__wrap {
    padding: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__wrap {
    padding: 8rem;
  }
}
.deco-form__row {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .deco-form__row {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(1) {
    width: 30.5%;
  }
}
.deco-form__row--file .deco-form__item:nth-child(2) {
  width: 100%;
  padding: 1.8rem 2rem;
  background: #eee;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #999;
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    width: 69.5%;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    padding: 2rem;
  }
}
.deco-form__required, .deco-form__any {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  background: #fff;
  padding: 4px 5px;
  vertical-align: middle;
  margin: 0.3rem 1rem 0.3rem 0;
  float: left;
}
.deco-form__required {
  border: 1px solid #842B31;
  color: #842B31;
}
.deco-form__any {
  color: #8DA4C6;
  border: 1px solid #8DA4C6;
}
.deco-form__item {
  position: relative;
  width: 100%;
  color: #093764;
}
.deco-form__item:first-child {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .deco-form__item:first-child {
    width: 44%;
  }
}
.deco-form__item--radio {
  display: block;
  border-radius: 5px;
}
.deco-form__item--check, .deco-form__item--radio {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .deco-form__item--check, .deco-form__item--radio {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.deco-form__item--note .deco-form__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .deco-form__item--norequired {
    padding-left: 7rem;
    width: calc(44% - 3rem) !important;
  }
}
.deco-form__item--select {
  position: relative;
}
.deco-form__item--select:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 17px;
  right: 1rem;
  width: 10px;
  height: 10px;
  border-top: 1px solid #143054;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #143054;
  transform: rotate(135deg);
  z-index: 0;
}
.deco-form__policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #2C2C2C;
  padding: 15px 20px;
  margin: 2rem 0;
}
.deco-form__text, .deco-form__textarea, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #F9EEEB;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px -2px inset rgba(0, 0, 0, 0.16);
  outline: 0;
}
.deco-form__text, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  height: 4.5rem;
}
.deco-form input[type=text]:focus,
.deco-form input[type=number]:focus,
.deco-form input[type=email]:focus,
.deco-form input[type=radio]:focus,
.deco-form input[type=checkbox]:focus,
.deco-form select:focus,
.deco-form textarea:focus {
  border: 1px solid #143054;
}
.deco-form__small {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #999;
}
@media screen and (min-width: 768px) {
  .deco-form__small {
    width: 68%;
    white-space: nowrap;
  }
}
.deco-form__small::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #eee;
  vertical-align: super;
  margin: 1.8rem 0.7rem 0 0;
}
.deco-form__select {
  cursor: pointer;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  text-overflow: "";
}
@media screen and (max-width: 767px) {
  .deco-form__select {
    padding: 10px 25px 10px 5px;
  }
}
.deco-form__add {
  margin-left: 1rem;
}
.deco-form__check {
  display: none;
}
.deco-form__check:checked + .mwform-radio-field-text:after {
  opacity: 1;
}
.deco-form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.deco-form__check:checked + .mwform-checkbox-field-text:before {
  background: #fff;
}
.deco-form__radio {
  display: none;
}
.deco-form__radio:checked + .mwform-radio-field-text {
  font-weight: bold;
  color: #fff;
  background: #666;
}
.deco-form .mwform-radio-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 10px 20px 10px 50px;
  vertical-align: middle;
  cursor: pointer;
}
.deco-form .mwform-radio-field-text:before {
  transition: 0.2s ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  width: 19px;
  height: 19px;
  transform: translate(0, -50%);
  border-radius: 50%;
  border: 1px solid #666;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) inset;
}
.deco-form .mwform-radio-field-text:after {
  position: absolute;
  content: "";
  background: #143054;
  border-radius: 50%;
  top: 50%;
  left: 18px;
  width: 9px;
  height: 9px;
  transform: translate(0, -50%);
  transition: 0.2s ease-out;
  opacity: 0;
}
.deco-form .mwform-checkbox-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 10px 10px 35px;
}
@media screen and (max-width: 1023px) {
  .deco-form .mwform-checkbox-field-text {
    margin-right: 20px;
  }
}
.deco-form .mwform-checkbox-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #143054;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) inset;
}
.deco-form .mwform-checkbox-field-text:after {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 15px;
  width: 5px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 1px solid #143054;
  border-right: 1px solid #143054;
  opacity: 0;
}
.deco-form .mwform-radio-field,
.deco-form .mwform-checkbox-field {
  border-radius: 5px;
  border: 1px solid #8DA4C6;
  background: #fff;
}
.deco-form .mwform-radio-field label,
.deco-form .mwform-checkbox-field label {
  cursor: pointer;
}
.deco-form .horizontal-item {
  margin: 0 !important;
}
.deco-form__image {
  width: 100%;
}
.deco-form__checkbox--region:after {
  border-radius: 5px;
}
.deco-form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(45deg);
}
.deco-form .mw-wp-form_image img {
  max-width: 100%;
  height: auto;
}
.deco-form span.mwform-checkbox-field.vertical-item {
  display: inline-block;
}
.deco-form .mwform-checkbox-field.horizontal-item {
  margin: 0;
}
.deco-form .vertical-item {
  margin-top: 0 !important;
}
.deco-form__info-area {
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .deco-form__info-area {
    padding: 25px 0;
  }
}
.deco-form__info-item {
  background: #eee;
  margin-bottom: 1px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .deco-form__info-item {
    display: flex;
    justify-content: flex-start;
    align-content: center;
  }
}
.deco-form__info-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .deco-form__info-title {
    width: 175px;
  }
}
.deco-form__info-txtbox {
  display: block;
  width: calc(100% - 175px);
  pointer-events: none;
}

.deco-form-birth {
  display: flex;
  width: 100%;
}
.deco-form-birth__item {
  position: relative;
  display: block;
  width: 100%;
}
.deco-form-birth__item:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 17px;
  right: 1rem;
  width: 10px;
  height: 10px;
  border-top: 1px solid #143054;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #143054;
  transform: rotate(135deg);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .deco-form-birth__item:before {
    right: 0.5rem;
    width: 8px;
    height: 8px;
  }
}
.deco-form-birth--year, .deco-form-birth--month {
  margin-right: 1rem;
}

.deco-form-text-link {
  color: #2C2C2C;
  text-decoration: underline;
  transition: 0.3s ease-out;
}
.deco-form-text-link:hover {
  opacity: 0.8;
}

.preview-txt {
  display: none;
}

.pryvacy-consent {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #0A3F73;
}
@media screen and (min-width: 768px) {
  .pryvacy-consent {
    text-align: center;
  }
}
.pryvacy-consent .mwform-checkbox-field-text {
  display: inline-block;
}
.pryvacy-consent .preview-txt {
  display: block;
}

.mw_wp_form_preview .preview-txt {
  display: inline-block;
}
.mw_wp_form_preview .pryvacy-consent {
  display: none;
}
.mw_wp_form_preview .deco-form__required, .mw_wp_form_preview .deco-form__any, .mw_wp_form_preview .deco-form__small {
  display: none;
}
.mw_wp_form_preview .deco-form__item--select:before, .mw_wp_form_preview .deco-form__item--select:after {
  display: none;
}
.mw_wp_form_preview .deco-form__item--check {
  grid-template-columns: 1fr;
}
.mw_wp_form_preview .deco-form__row {
  border-bottom: solid 1px #fff;
  padding: 16px 0;
}
.mw_wp_form_preview .deco-form--file .mw_wp_form_preview .deco-form__item:nth-child(2) {
  background: none;
  padding: 0;
}
.mw_wp_form_preview .deco-form--file .mw_wp_form_preview .deco-form__item:nth-child(2) a {
  color: #2C2C2C;
  text-decoration: none;
  border-bottom: none;
  pointer-events: none;
}
.mw_wp_form_preview .deco-form-birth__item {
  width: fit-content;
}
.mw_wp_form_preview .deco-form-birth__item:before, .mw_wp_form_preview .deco-form-birth__item:after {
  display: none;
}

.mw_wp_form_complete .box {
  margin-top: 3rem;
}
.mw_wp_form_complete .h3 {
  margin: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 760px) {
  .slick-slider {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 950px) {
  .slick-slider {
    max-width: 900px;
  }
}
@media screen and (min-width: 1300px) {
  .slick-slider {
    max-width: 100%;
  }
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  cursor: pointer;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slide.slick-current {
  cursor: default;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #D8E6C7;
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
  z-index: 1;
  transform: translate(0%, -50%);
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 56px;
    height: 56px;
  }
}
.slick-arrow::before {
  position: absolute;
  content: "\e903";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
  bottom: 2px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .slick-arrow::before {
    font-size: 2.4rem;
  }
}
.slick-arrow.slick-next {
  right: 0;
  top: 140px;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: -18px;
    top: 20%;
  }
}
@media screen and (min-width: 1300px) {
  .slick-arrow.slick-next {
    top: 140px;
  }
}
.slick-arrow.slick-next::before {
  right: 9px;
  top: 4px;
  transform: rotatey(180deg);
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next::before {
    right: 15px;
    top: 6px;
  }
}
.slick-arrow.slick-prev {
  left: 0;
  top: 140px;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: -18px;
    top: 20%;
  }
}
@media screen and (min-width: 1300px) {
  .slick-arrow.slick-prev {
    top: 140px;
  }
}
.slick-arrow.slick-prev::before {
  left: 10px;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev::before {
    top: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .slick-arrow:hover {
    opacity: 0.7;
  }
}

/*********************************************************/
/* TOPスライダー */
/*********************************************************/
.hero-slider {
  position: relative;
  z-index: 0;
}
.hero-slider__thumbnail {
  position: relative;
}
.hero-slider__thumbnail::before {
  position: absolute;
  content: "";
  background: url(../images/btn-texture.png) rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.hero-slider__thumbnail img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero-slider__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif", serif;
  font-size: 2.2rem;
  color: #fff;
  text-shadow: 0 3px 5px #000;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 450px;
}
@media screen and (min-width: 768px) {
  .hero-slider__title {
    font-size: 2.5rem;
  }
}
.hero-slider.slick-slider {
  max-width: 100% !important;
}
.hero-slider .slick-dots {
  position: absolute;
  display: flex;
  bottom: 150px;
  top: auto;
  left: 5%;
  list-style: none;
  width: 230px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .hero-slider .slick-dots {
    top: 80%;
    left: 50%;
    width: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-slider .slick-dots {
    top: 70%;
    left: 60%;
    width: 325px;
  }
}
.hero-slider .slick-dots li {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.003);
}
.hero-slider .slick-dots .slick-active {
  position: relative;
  font-size: 18px;
}
.hero-slider .slick-dots .slick-active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #fff;
  animation: active_border 7s linear forwards;
}
@keyframes active_border {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.hero-slider .slick-dots button {
  opacity: 0;
}

/*********************************************************/
/* 最新情報スライダー */
/*********************************************************/
.news-slider {
  overflow: hidden;
}
.news-slider .slick-slide {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-slider .slick-slide {
    display: grid;
  }
}
.news-slider .slick-track {
  display: flex;
  justify-content: center;
}
.news-slider .slick-arrow {
  display: none;
}

/*********************************************************/
/* 職場紹介スライダー */
/*********************************************************/
.img-slider {
  list-style: none;
  margin-top: 6rem;
  max-width: none !important;
}
@media screen and (min-width: 768px) {
  .img-slider {
    margin-top: 19rem;
  }
}
.img-slider__imgwrap {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.img-slider__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.img-slider .slick-list {
  margin: 0 -3px;
}
@media screen and (min-width: 768px) {
  .img-slider .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1024px) {
  .img-slider .slick-list {
    margin: 0 -33px;
  }
}
.img-slider .slick-slide {
  margin: 0 3px;
}
@media screen and (min-width: 768px) {
  .img-slider .slick-slide {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .img-slider .slick-slide {
    margin: 0 33px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
: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.5rem;
  line-height: 1.7;
  letter-spacing: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #2C2C2C;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1024px) {
  body {
    letter-spacing: 0.07em;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

img {
  pointer-events: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

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

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 0.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);
}

.contents-area {
  position: relative;
}
.contents-area::before {
  position: absolute;
  content: "";
  background: url(../images/back_211101.jpg) center/cover repeat-x;
  width: 100%;
  height: 100%;
  z-index: -1;
}