@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 {
  -webkit-box-sizing: inherit;
          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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -15px;
}
.row--std .row__item {
  padding: 15px;
}
.row--minstd {
  margin: -5px;
}
.row--minstd .row__item {
  padding: 5px;
}
.row--wide {
  margin: -15px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -30px;
  }
}
.row--wide .row__item {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 30px;
  }
}
.row--interview {
  margin: -1.5rem;
}
@media screen and (min-width: 768px) {
  .row--interview {
    margin: -2rem;
  }
}
.row--interview .row__item {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .row--interview .row__item {
    padding: 2rem;
  }
}
.row--case {
  margin: -10px -5px;
}
@media screen and (min-width: 768px) {
  .row--case {
    margin: -7px -6px;
  }
}
.row--case .row__item {
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .row--case .row__item {
    padding: 7px 6px;
  }
}
.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1024px) {
  .container--mid {
    max-width: 1080px;
  }
}
@media screen and (min-width: 1024px) {
  .container--wide {
    max-width: 1260px;
  }
}
@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;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
/*  ヘッダー AおよびB */
.header {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .header {
    position: fixed;
  }
}
.header__body {
  padding: 15px;
}
.header__logo {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
}
.header__logo--sp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header__logo--sp img {
  width: 128px;
  height: 36px;
}
.header__img {
  width: 67px;
  height: 84px;
}
.header__btn {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
}
.header .window:after {
  color: #194375;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header .window:after {
    color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .header--fixed, .header--sub {
    background: #fff;
  }
  .header--fixed .header__logo--pc, .header--sub .header__logo--pc {
    display: none;
  }
  .header--fixed .header__logo--sp, .header--sub .header__logo--sp {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header--fixed, .header--sub {
    position: fixed;
    background: #fff;
    height: 78px;
  }
  .header--fixed .header__body, .header--sub .header__body {
    padding: 0;
  }
  .header--fixed .header__logo, .header--sub .header__logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
  }
  .header--fixed .gnav, .header--sub .gnav {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 78px;
  }
  .header--fixed .gnav__logo, .header--sub .gnav__logo {
    display: block;
  }
  .header--fixed .gnav-list, .header--sub .gnav-list {
    margin: 0 30px 0 0;
  }
  .header--fixed .gnav-list__link, .header--sub .gnav-list__link {
    color: #2C2C2C;
  }
  .header--fixed .gnav-sublist, .header--sub .gnav-sublist {
    background: #fff;
  }
  .header--fixed .gnav-sublist a, .header--sub .gnav-sublist a {
    color: #2C2C2C;
  }
}
.header--fixed .menu-btn, .header--sub .menu-btn {
  border-color: #2C2C2C;
}
.header--fixed .menu-btn__line, .header--sub .menu-btn__line {
  background: #2C2C2C;
}
.header--fixed .window:after, .header--sub .window:after {
  margin-left: 0.5rem;
  color: #2C2C2C;
}
.header--fixed .gnav-list__recruit, .header--sub .gnav-list__recruit {
  background: #194375;
  border: 1px solid #194375;
}

.menu-btn {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 1px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
.menu-btn--open {
  border-color: #617790;
}
.menu-btn--open .menu-btn__line {
  background: #617790;
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn--open .menu-btn__line:nth-child(3) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1024px) {
  .gnav {
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .gnav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.gnav__logo {
  display: inline-block;
  margin: 15px;
}
@media screen and (min-width: 1024px) {
  .gnav__logo {
    display: none;
  }
}
.gnav__img {
  width: 128px;
  height: 36px;
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .gnav-list {
    width: 220px;
    padding-top: 3.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gnav-list__item {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 1.3rem 1rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gnav-list__item {
    padding: 0;
    position: relative;
  }
  .gnav-list__item:hover .gnav-list__txtja {
    opacity: 0.5;
    pointer-events: auto;
    visibility: visible;
  }
  .gnav-list__item:hover .gnav-list__recruit {
    color: #194375;
    background: #fff;
  }
  .gnav-list__item:hover .gnav-sublist {
    height: auto;
    width: auto;
    display: inline-block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-list__item + .gnav-list__item {
    border-top: 1px solid #E3E3E3;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item + .gnav-list__item {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-list__item--recruit {
    padding: 1.3rem 0;
  }
}
.gnav-list__link {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 1.2rem 0 1rem 0;
  color: #2C2C2C;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .gnav-list__link {
    color: #fff;
    position: relative;
    padding: 0;
    z-index: 2;
  }
}
.gnav-list__txtja {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 1rem 2rem;
}
@media screen and (max-width: 1023px) {
  .gnav-list__txtja {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0;
  }
}
.gnav-list__recruit {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0.8rem 1.5rem;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .gnav-list__recruit {
    display: block;
    width: 100%;
    min-width: 220px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 1.3rem 2rem;
    background: #194375;
    color: #fff;
    border: 1px solid #194375;
  }
}

.gnav-sublist {
  list-style: none;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .gnav-sublist {
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-sublist {
    position: absolute;
    top: 0;
    left: -0.5rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    padding: 4.2rem 2.7rem 1.5rem 2.5rem;
    height: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    width: 0;
    white-space: nowrap;
    z-index: 1;
  }
}
.gnav-sublist li {
  display: block;
}
.gnav-sublist li a {
  display: inline-block;
  color: #676767;
  padding: 1rem 0;
  line-height: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .gnav-sublist li a {
    color: #fff;
    padding: 1.2rem 0;
    font-size: 1.4rem;
  }
  .gnav-sublist li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-sublist li a::before {
    content: "-";
    display: inline-block;
    margin-right: 0.5rem;
  }
}

.openbtn {
  position: absolute;
  top: 17px;
  right: 0;
  display: block;
  width: 37px;
  height: 37px;
  border: 1px solid #CBCBCB;
  text-indent: -9999px;
  overflow: hidden;
}
.openbtn::before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: block;
  border-bottom: 1px solid #254371;
  border-right: 1px solid #254371;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.openbtn--open::before {
  -webkit-transform: translate(-50%, -3%) rotate(-135deg);
          transform: translate(-50%, -3%) rotate(-135deg);
}
.openbtn--open + .gnav-sublist {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .openbtn {
    display: none;
  }
}

.window:after {
  display: inline-block;
  font-family: "icomoon";
  content: "\e900";
  font-size: 1.1rem;
  color: #617790;
  margin-left: 2rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: 552px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 100vh;
  }
}
.hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(40, 46, 54, 0.35);
  z-index: 1;
}
.hero__movie {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.hero__message {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 3.7rem;
  color: #fff;
  font-weight: normal;
  z-index: 2;
}
.hero__message img {
  width: 241px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .hero__message img {
    width: 195px;
    height: auto;
  }
}
.hero__subthmb {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 15.4666%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .hero__subthmb {
    margin-top: 98px;
  }
}
.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--sub {
  height: auto;
  padding-top: 110px;
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .hero--sub {
    padding-top: 150px;
    padding-bottom: 3rem;
  }
}
.hero--sub::before {
  display: none;
}

.hero-title {
  text-align: center;
}
.hero-title-ja {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.25em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .hero-title-ja {
    font-size: 2.8rem;
  }
}
.hero-title-en {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.28em;
  font-family: "Oswald", sans-serif;
  color: #617790;
  text-transform: uppercase;
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .hero-title-en {
    font-size: 1.4rem;
    letter-spacing: 0.32em;
  }
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .message {
    padding-left: 30px;
  }
}
.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;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}
.loader__svg {
  position: absolute;
  width: 142px;
  height: 39px;
  left: 50%;
  top: 41%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: tenmetu 2s infinite linear;
          animation: tenmetu 2s infinite linear;
}
@media screen and (min-width: 768px) {
  .loader__svg {
    top: 46%;
  }
}
.loader__svg svg {
  width: 142px;
  height: 39px;
}
.loader__icon {
  position: absolute;
  border-left: 2px solid #fff;
  border-top: 2px solid #194375;
  border-right: 2px solid #194375;
  border-bottom: 2px solid #194375;
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
          animation: load 0.8s infinite linear;
}
.loader__icon, .loader__icon:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.firstloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  -webkit-transition: 0.8s 2s ease-out;
  transition: 0.8s 2s ease-out;
}
.firstloader__svg {
  position: absolute;
  width: 142px;
  height: 39px;
  left: 50%;
  top: 41%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: op 1s forwards ease-out;
          animation: op 1s forwards ease-out;
}
@media screen and (min-width: 768px) {
  .firstloader__svg {
    top: 46%;
  }
}
.firstloader__svg svg {
  width: 142px;
  height: 39px;
}
.firstloader--active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tenmetu {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes tenmetu {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*********************/
/*  フッター  */
/*********************/
@media screen and (min-width: 768px) {
  .footer-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-banner__item {
  position: relative;
  padding: 4.4rem 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.footer-banner__item--contact {
  background: url(../images/contact.png) 50% 50%/cover no-repeat;
}
.footer-banner__item--contact::before {
  background: url(../images/contact_hover.png) 100% 50%/cover no-repeat;
}
.footer-banner__item--access {
  background: url(../images/access.png) 100% 50%/cover no-repeat;
}
.footer-banner__item--access::before {
  background: url(../images/access_hover.png) 100% 50%/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .footer-banner__item {
    width: 50%;
    padding: 8.3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-banner__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 1;
  }
  .footer-banner__item:hover::before {
    opacity: 1;
  }
  .footer-banner__item:hover .footer-banner__title {
    color: #fff;
  }
  .footer-banner__item:hover .footer-banner__desc {
    color: #fff;
  }
}
.footer-banner__title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .footer-banner__title {
    font-size: 2rem;
  }
}
.footer-banner__desc {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 1rem;
  letter-spacing: 0.1em;
  z-index: 2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .footer-banner__desc {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.footer-banner__link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.footer {
  background: #fff;
}
.footer__inner {
  padding-top: 6rem;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    padding: 13rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.footer__menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__menu {
    display: block;
    width: 65%;
    padding-top: 9.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__signature {
    width: 35%;
  }
}
.footer__other {
  padding-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .footer__other {
    display: none;
  }
}
.footer__address {
  display: block;
}
.footer__logo {
  display: inline-block;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__img {
    width: 176px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__copyright {
  display: block;
  text-align: center;
  background: #194375;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.1em;
  height: 25px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    height: 36px;
    line-height: 36px;
    font-size: 1.1rem;
  }
}

.fnav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .fnav-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fnav-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  list-style: none;
  white-space: nowrap;
  color: #2C2C2C;
}
@media screen and (min-width: 768px) {
  .fnav-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.fnav-list__link {
  display: inline-block;
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: inherit;
  padding: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .fnav-list__link:hover {
    opacity: 0.5;
  }
}

.fchild-list {
  list-style: none;
  margin-top: 2rem;
}
.fchild-list:first-child {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .fchild-list {
    display: none;
  }
}
.fchild-list__item {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.fchild-list__item + .fchild-list__item {
  margin-top: 1.5rem;
}
.fchild-list__link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #676767;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .fchild-list__link:hover {
    opacity: 0.5;
  }
}
.fchild-list__link::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
}
.fchild-list--bold .fchild-list__link {
  font-weight: bold;
  padding: 5px;
  color: #2C2C2C;
}
.fchild-list--bold .fchild-list__link::before {
  display: none;
}
.fchild-list--bold .fchild-list__item + .fchild-list--bold .fchild-list__item {
  margin-top: 2.2rem;
}

.other {
  display: block;
  text-align: center;
  list-style: none;
}
.other__item {
  display: inline-block;
}
.other__item + .other__item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #E3E3E3;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  vertical-align: middle;
  margin: 0 1rem;
}
.other__link {
  display: inline-block;
  padding: 1rem 0;
  color: #617790;
  font-size: 1.2rem;
  font-weight: normal;
}

.org {
  display: block;
  list-style: none;
  color: #2C2C2C;
  line-height: 1.7;
}
.org + .org {
  margin-top: 2.3rem;
}
.org__name {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .org__name {
    font-size: 1.4rem;
  }
}
.org__addr, .org__phone, .org__fax {
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .org__addr, .org__phone, .org__fax {
    font-size: 1.4rem;
  }
}
.org__phone, .org__fax {
  display: block;
}
@media screen and (min-width: 768px) {
  .org__phone {
    margin-right: 1.5rem;
  }
}
.org__phone a {
  text-decoration: none;
  color: #2C2C2C;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  padding: 60px 0;
}
.section__header {
  display: block;
}
.section__img {
  width: 100%;
}
.section__header {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .section__header {
    margin-bottom: 3.7rem;
  }
}
.section__title {
  display: block;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  color: #2C2C2C;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 3.4rem;
  }
}
.section__title-en {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #617790;
  text-align: center;
  font-size: normal;
  font-family: "Oswald", sans-serif;
  margin-top: 0.8rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .section__title-en {
    font-size: 1.5rem;
    font-weight: normal;
  }
}
.section__copy {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .section__copy {
    font-size: 2.2rem;
  }
}
.section__copy--big {
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .section__copy--big {
    font-size: 3rem;
  }
}
.section__description {
  display: block;
  color: #2C2C2C;
  line-height: 2.07;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin-top: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__description {
    font-size: 1.6rem;
    margin-top: 2.1rem;
  }
}
.section__description--small {
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  .section__description--small {
    font-size: 1.5rem;
    line-height: 2.06;
  }
}
.section__footer {
  display: block;
  padding: 4rem 0 0;
}
@media screen and (min-width: 1024px) {
  .section__footer {
    padding: 5.5rem 0 0;
  }
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .section--service {
    padding-top: 13rem;
    padding-bottom: 8rem;
  }
}
.section--about {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1200px;
  margin: 0 auto 6.2rem;
}
.section--about .container {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section--about {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 20px, #F8F8F8 20px);
    border-top: 23px solid rgba(0, 0, 0, 0);
  }
  .section--about .section__header {
    margin-top: -23px;
    border-bottom: 238px solid rgba(0, 0, 0, 0);
    padding-bottom: 37px;
  }
  .section--about::before {
    content: "";
    display: block;
    background: url(../images/aboutus-bg.png) 50% 50%/cover no-repeat;
    position: absolute;
    left: 0;
    top: 94px;
    width: 100%;
    height: 238px;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .section--about {
    padding-right: 50vw;
    margin: 5rem auto 10rem;
  }
  .section--about::before {
    content: "";
    display: block;
    background: url(../images/aboutus-bg.png) 50% 50%/cover no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    max-width: 843px;
    height: 100%;
    max-height: 532px;
    z-index: 2;
  }
  .section--about::after {
    content: "";
    display: block;
    background: #F8F8F8;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .section--about .section__header,
  .section--about .section__title,
  .section--about .section__title-en,
  .section--about .section__copy,
  .section--about .section__description {
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .section--about .morebtn {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .section--about {
    margin: 14rem auto 23rem;
    padding-right: 0;
  }
  .section--about::before {
    width: 780px;
    height: 462px;
    top: -34px;
    right: -83px;
  }
  .section--about::after {
    height: auto;
    bottom: -75px;
  }
  .section--about .section__description {
    max-width: 482px;
  }
  .section--about .section__footer {
    padding-top: 6rem;
  }
  .section--about .container {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .section--case {
    padding-bottom: 8rem;
  }
}
.section--voice {
  background: url(../images/voice-bg.webp) 50% 50%/cover no-repeat;
}
.section--voice .section__header,
.section--voice .section__title,
.section--voice .section__title-en,
.section--voice .section__copy,
.section--voice .section__description {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section--voice .section__header,
  .section--voice .section__title,
  .section--voice .section__title-en,
  .section--voice .section__copy,
  .section--voice .section__description {
    text-align: left;
  }
  .section--voice .morebtn {
    margin: 0 auto 0 0;
  }
  .section--voice .section__contents {
    margin: 0 0 0 auto;
    width: 50%;
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .section--voice {
    padding: 8rem 0 10rem;
  }
}
.section--recruit {
  background: url(../images/voice-bg.webp) 50% 50%/cover no-repeat;
  min-height: 595px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 6rem 0;
}
.section--recruit .section__header,
.section--recruit .section__title,
.section--recruit .section__title-en,
.section--recruit .section__copy,
.section--recruit .section__description {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .section--recruit .morebtn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .section--recruit .morebtn {
    margin: 0 auto 0 0;
  }
  .section--recruit .section__contents {
    margin: 0 0 0 auto;
    width: 50%;
    max-width: 550px;
  }
}
@media screen and (min-width: 1024px) {
  .section--recruit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8rem 0 10rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section--news {
  background: #fff;
  padding: 8rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .section--news {
    padding: 9.5rem 0 13rem;
  }
}
.section--news .section__title,
.section--news .section__title-en {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section--news .morebtn {
    margin: 0 0 0 auto;
  }
}
.section--news .container {
  position: relative;
}
.section--news .news-list-btn {
  position: absolute;
  top: 0;
  right: 15px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  color: #2C2C2C;
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: top;
  line-height: 7px;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .section--news .news-list-btn {
    right: 30px;
  }
}
.section--news .news-list-btn::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 6px;
  background: url(../images/arrow.svg) 50% 50%/contain no-repeat;
  margin-left: 3px;
}

.newshead-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-block: 3rem;
}

/*  コンテンツC -２カラム以上(カード式)  */
.topics-card {
  position: relative;
  background: #F8F8F8;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .topics-card:hover .topics-card__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.topics-card__link, .topics-card__thumbnail, .topics-card__img, .topics-card__box, .topics-card__title, .topics-card__description, .topics-card__btn {
  display: block;
  width: 100%;
}
.topics-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.topics-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.topics-card__box {
  padding: 2rem 2.5rem;
  height: 100%;
}
.topics-card__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.topics-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .topics-card__description {
    font-size: 1.4rem;
  }
}
.topics-card__thumbnail {
  position: relative;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.topics-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.topics-card__info {
  display: inline-block;
  border-bottom: 1px solid #194375;
  padding-block: 0 0.5rem;
  margin-block: 0 1rem;
}
.topics-card__time {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #194375;
  margin-right: 1rem;
  font-size: 1.5rem;
}
.topics-card__category {
  display: inline-block;
  color: #194375;
  font-size: 1.4rem;
}

/*  コンテンツD  */
.guide-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.guide-card:hover {
  opacity: 0.7;
}
.guide-card__link, .guide-card__thumbnail, .guide-card__img, .guide-card__box, .guide-card__title, .guide-card__description, .guide-card__btn {
  display: block;
  width: 100%;
}
.guide-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.guide-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-card__box {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .guide-card__box {
    padding: 25px 30px;
  }
}
.guide-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .guide-card__title {
    font-size: 2rem;
  }
}
.guide-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .guide-card__description {
    font-size: 1.4rem;
  }
}
.guide-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-card__btn--center {
  text-align: center;
}
.guide-card__btn--right {
  text-align: right;
}
.guide-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

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

.guide-large-card {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.guide-large-card:hover {
  opacity: 0.7;
}
.guide-large-card__link, .guide-large-card__thumbnail, .guide-large-card__img, .guide-large-card__box, .guide-large-card__title, .guide-large-card__description, .guide-large-card__btn {
  display: block;
  width: 100%;
}
.guide-large-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.guide-large-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-large-card__box {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__box {
    padding: 25px 30px;
  }
}
.guide-large-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__title {
    font-size: 2rem;
  }
}
.guide-large-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__description {
    font-size: 1.4rem;
  }
}
.guide-large-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-large-card__btn--center {
  text-align: center;
}
.guide-large-card__btn--right {
  text-align: right;
}
.guide-large-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/*  コンテンツF  */
.pickup-small-card {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pickup-small-card:hover {
  opacity: 0.7;
}
.pickup-small-card__link, .pickup-small-card__thumbnail, .pickup-small-card__img, .pickup-small-card__box, .pickup-small-card__title, .pickup-small-card__description, .pickup-small-card__btn {
  display: block;
  width: 100%;
}
.pickup-small-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.pickup-small-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.pickup-small-card__box {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .pickup-small-card__box {
    padding: 30px;
  }
}
.pickup-small-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.pickup-small-card__description {
  margin-top: 1rem;
}
.pickup-small-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-small-card__btn--center {
  text-align: center;
}
.pickup-small-card__btn--right {
  text-align: right;
}
.pickup-small-card--mini {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .pickup-small-card--mini {
    padding: 25px;
  }
}
.pickup-small-card--mini .pickup-small-card__title {
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .pickup-small-card--mini .pickup-small-card__title {
    margin-top: 2rem;
  }
}
.pickup-small-card--mini .pickup-small-card__description {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .pickup-small-card--mini .pickup-small-card__description {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

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

/*********************/
/*  ボタン  */
/*********************/
.morebtn-wrap {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .morebtn-wrap {
    margin-top: 5.5rem;
  }
}
.morebtn-wrap + .morebtn-wrap {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .morebtn-wrap + .morebtn-wrap {
    margin-top: 9.5rem;
  }
}
.morebtn-wrap--case {
  margin-top: 3rem;
}

.morebtn {
  position: relative;
  display: block;
  width: 260px;
  height: 55px;
  line-height: 53px;
  color: #2C2C2C;
  background: #fff;
  border: 1px solid #2C2C2C;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin: 0 auto;
}
.morebtn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: none;
  border-right: 1px solid #254371;
  border-bottom: 1px solid #254371;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .morebtn {
    width: 266px;
    height: 50px;
    line-height: 48px;
    background: rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 1024px) {
  .morebtn:hover {
    background: #194375;
    border-color: #194375;
    color: #fff;
  }
  .morebtn:hover::before {
    border-color: #fff;
  }
}
.morebtn--white {
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
  color: #fff;
}
.morebtn--white::before {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  .morebtn--white:hover {
    background: #fff;
    color: #2C2C2C;
    border-color: #fff;
  }
  .morebtn--white:hover::before {
    border-color: #194375;
  }
}
.morebtn--long {
  width: 100%;
  height: 75px;
  line-height: 75px;
}

.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 15px 50px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/*  ------サブページ------  */
.page-article {
  padding: 5rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .page-article {
    padding: 5rem 0 10rem;
  }
}

.post-type-archive-case .page-article {
  padding: 4.5rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .post-type-archive-case .page-article {
    padding: 0rem 0 10rem;
  }
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page p {
  line-height: 1.8;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .post-type-page p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-page p {
    line-height: 2;
  }
}
.post-type-page p:not(:first-child) {
  margin-top: 1em;
}
.post-type-page a:not([class]) {
  color: #194375;
  text-decoration: none;
  border-bottom: 1px solid #194375;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.post-type-page a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page .h2:first-child,
.post-type-page .catchcopy:first-child,
.post-type-page .h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .ul:first-child,
.post-type-page .ol:first-child,
.post-type-page .table:first-child,
.post-type-page .box:first-child {
  margin-top: 0;
}
.post-type-page .h2 {
  position: relative;
  margin: 14.5rem 0 5.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .post-type-page .h2 {
    display: block;
    margin: 6rem 0 3rem;
  }
}
.post-type-page .h2:after {
  content: attr(data-en) " ";
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.3em;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #2C2C2C;
  line-height: 1;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .post-type-page .h2:after {
    margin-left: 0;
    font-size: 1.3rem;
    margin-top: 1.8rem;
    display: block;
  }
}
.post-type-page .h2__ja {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 4.6rem;
  letter-spacing: 0.2em;
  color: #2C2C2C;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .post-type-page .h2__ja {
    font-size: 2.7rem;
    display: block;
  }
}
.post-type-page .h2__en {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.3em;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #2C2C2C;
  line-height: 1;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .post-type-page .h2__en {
    margin-left: 0;
    font-size: 1.3rem;
    margin-top: 1.8rem;
    display: block;
  }
}
.post-type-page .h2__pagelink {
  position: absolute;
  top: -8rem;
  left: 0;
  display: block;
  width: 100%;
}
.post-type-page .catchcopy {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #2C2C2C;
  display: block;
  margin: 6.5rem 0 4.3rem;
}
@media screen and (max-width: 767px) {
  .post-type-page .catchcopy {
    font-size: 2rem;
    margin: 3.5rem 0 0.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .catchcopy--mtmessage {
    margin-top: 3.2rem;
  }
  .post-type-page .catchcopy--mtmessage br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .catchcopy--mtmessage {
    line-height: 1.7;
    margin: 5.6rem 0 2.4rem;
  }
}
.post-type-page .rightname {
  text-align: right;
  display: block;
  margin: 5.2rem 0 0;
}
.post-type-page .rightname img {
  width: 206px;
  height: 31px;
}
.post-type-page .h3 {
  display: block;
  border-bottom: 1px solid #BBBDC0;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 4.8rem 0 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .h3 {
    font-size: 1.9rem;
    padding: 3.6rem 0 1.1rem 0;
  }
}
.post-type-page .h4 {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  margin: 1.8rem 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .h4 {
    margin: 5rem 0 2rem;
  }
}
.post-type-page .sub-h3 {
  display: block;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  margin-block: 5rem 2rem;
}
.post-type-page .deco-title {
  position: relative;
  font-size: 1.8rem;
  color: #3467A5;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .deco-title {
    padding: 0 0 0 4rem;
    font-size: 2.5rem;
  }
}
.post-type-page .deco-title:before {
  position: absolute;
  top: 1.8rem;
  left: 0;
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background: #798CA9;
}
@media screen and (min-width: 768px) {
  .post-type-page .deco-title:before {
    top: 2rem;
  }
}
.post-type-page .dl > dt {
  color: #617790;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding: 0.9rem 0 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .dl > dt {
    padding: 2.5rem 0;
  }
}
.post-type-page .dl > dd {
  color: #2C2C2C;
  font-size: 1.5rem !important;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #BBBDC0;
  padding-bottom: 1rem;
  line-height: 1.7;
}
.post-type-page .dl > dd p {
  font-size: 1.6rem !important;
}
@media screen and (min-width: 768px) {
  .post-type-page .dl > dd {
    margin-top: -47px;
    padding-left: 130px;
    padding-bottom: 2.5rem;
  }
}
.post-type-page .normal-dl {
  font-size: 1.5rem;
}
.post-type-page .normal-dl dd {
  padding-bottom: 10px;
}
@media screen and (min-width: 375px) {
  .post-type-page .normal-dl dd {
    margin-top: -24px;
    padding-left: 137px;
    padding-bottom: 0;
  }
}
.post-type-page .normal-dl dd p {
  font-size: 1.6rem !important;
}
.post-type-page .vision {
  display: grid;
}
@media screen and (min-width: 768px) {
  .post-type-page .vision {
    grid-template-columns: 160px auto;
  }
}
.post-type-page .vision > dt {
  color: #8FABCB;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  padding: 4rem 0 0;
  font-family: "Oswald", sans-serif;
}
.post-type-page .vision > dt:first-of-type {
  border-top: 1px solid #BBBDC0;
}
@media screen and (min-width: 768px) {
  .post-type-page .vision > dt {
    font-size: 2rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #BBBDC0;
    padding: 4rem 0;
  }
}
.post-type-page .vision > dd {
  color: #2C2C2C;
  font-size: 1.8rem !important;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #BBBDC0;
  line-height: 1.7;
  padding: 1.5rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .vision > dd {
    padding: 4rem 0;
    font-size: 2.3rem !important;
  }
  .post-type-page .vision > dd:first-of-type {
    border-top: 1px solid #BBBDC0;
  }
}
.post-type-page .vision > dd p {
  font-size: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.post-type-page .history {
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .history {
    margin-top: 3rem;
  }
}
.post-type-page .history__mintxt {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 32px;
  vertical-align: bottom;
}
.post-type-page .history__mintxt:last-child {
  font-size: 1.9rem;
}
.post-type-page .history dt {
  color: #3467A5;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  padding-top: 1rem;
  position: relative;
  padding-left: 30px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .post-type-page .history dt {
    padding-bottom: 0.8rem;
    font-size: 2.2rem;
  }
}
.post-type-page .history dt::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #8FABCB;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .post-type-page .history dt {
    padding: 2.5rem 0;
  }
  .post-type-page .history dt::before {
    top: 39px;
    left: 186px;
  }
}
.post-type-page .history dd {
  position: relative;
  color: #2C2C2C;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  padding-bottom: 1rem;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .post-type-page .history dd {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    padding-bottom: 1rem;
  }
}
.post-type-page .history dd::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 35px);
  position: absolute;
  top: -7px;
  left: 5px;
  bottom: 0;
  background: #E3E3E3;
  z-index: 1;
}
.post-type-page .history dd:last-child::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .post-type-page .history dd {
    margin-top: -50px;
    padding-left: 220px;
    padding-bottom: 1.5rem;
  }
  .post-type-page .history dd::before {
    top: 13px;
    left: 192px;
  }
}
.post-type-page .access--tokorozawa {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .post-type-page .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .access__item:first-child {
    width: 200px;
  }
  .post-type-page .access__item:nth-child(2) {
    width: calc(100% - 200px);
  }
  .post-type-page .access__item:nth-child(3) {
    width: 100%;
  }
}
.post-type-page .access__title {
  display: block;
  font-size: 2.5rem;
  font-weight: normal;
  border-left: 6px solid #3467A5;
  padding: 1.1rem 1rem 1.1rem 2rem;
}
@media screen and (max-width: 767px) {
  .post-type-page .access__title {
    font-size: 2rem;
    border-left: 5px solid #3467A5;
    padding: 0.3rem 1rem 0.7rem 2rem;
    margin-top: 4rem;
  }
}
.post-type-page .access__dl {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .post-type-page .access__dl {
    margin-top: 0;
  }
}
.post-type-page .access__dl dt {
  padding: 1.8rem 0 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .access__dl dt {
    padding: 2rem 0 3rem;
  }
}
.post-type-page .access__dl dd {
  margin-left: 80px;
  margin-top: -30px;
  border-left: 1px solid #BBBDC0;
  padding-left: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .post-type-page .access__dl dd {
    margin-left: 110px;
    padding-left: 2.5rem;
    margin-top: -56px;
    padding-top: 6px;
    padding-bottom: 1rem;
  }
}
.post-type-page .ul {
  list-style: none;
  margin: 24px 0 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .ul {
    margin: 32px 0 0;
  }
}
.post-type-page .ul li {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 1.5rem;
}
.post-type-page .ul li::before {
  content: "";
  display: inline-block;
  background: #194375;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.post-type-page .ul .ul {
  margin-top: 1rem;
}
.post-type-page .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 2.5rem 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .ol {
    margin: 3rem 0 3rem;
  }
}
.post-type-page .ol li {
  position: relative;
  padding: 0 0 0 3.5rem;
  margin: 0 0 1.5rem;
}
.post-type-page .ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #194375;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .ol li::before {
    top: 0.8em;
    left: 10px;
  }
}
.post-type-page .ol .ol {
  margin-top: 1rem;
}
.post-type-page .num {
  position: relative;
  font-size: 19px;
  padding: 0 0 0 3rem;
  color: #617790;
  font-weight: 500;
  margin-block: 2em 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .num {
    padding: 0 0 0 4.5rem;
  }
}
.post-type-page .num::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  counter-increment: heading 1;
  content: counter(heading, decimal-leading-zero) " ";
  color: #8FABCB;
  width: 18px;
  height: 26px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post-type-page .num::before {
    font-size: 25px;
    top: -5px;
    width: 42px;
    height: 42px;
  }
}
.post-type-page .num__desc {
  display: inline-block;
  margin-top: 1.5rem !important;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .num__desc {
    padding: 0 0 0 4.5rem;
  }
}
.post-type-page .num--reset {
  counter-reset: heading;
}
.post-type-page .list-underline {
  list-style: none;
  counter-reset: number 0;
}
.post-type-page .list-underline__item {
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  margin: 2.3rem 0 1.5rem;
  font-weight: normal;
  font-size: 1.6rem;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .post-type-page .list-underline__item {
    margin: 1rem 0 1rem;
  }
}
.post-type-page .list-underline__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #666;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .list-underline__item::before {
    top: 50%;
    left: 10px;
  }
}
.post-type-page .list-underline__text {
  font-size: 1.6rem;
  color: #666;
}
.post-type-page .list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
.post-type-page .table {
  width: 100%;
  margin: 3rem 0;
}
.post-type-page .table th {
  background: #999;
  color: #fff;
}
.post-type-page .table th,
.post-type-page .table td {
  border: 1px solid #666;
  padding: 1rem;
}
.post-type-page .box {
  background: #FAFAFA;
  padding: 4rem;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .box {
    padding: 2.8rem;
    margin: 24px 0 0;
  }
}
.post-type-page .box__title {
  display: inline-block;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #3467A5;
  border-bottom: 1px solid #3467A5;
  padding: 0 0 0.2em;
}

.button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .button-area {
    gap: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.occupations {
  display: grid;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .occupations {
    gap: 4rem;
    grid-template-columns: 4fr 3fr;
    margin-top: 8rem;
  }
}
.occupations__read {
  font-size: 2.2rem;
  margin-block: 1.8rem 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .occupations__read {
    margin-block: 2.8rem 4rem;
    font-size: 2.8rem;
  }
}

/*********************/
/*  扉  */
/*********************/
.children-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 30px;
}
.children-card:hover {
  opacity: 0.7;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__title, .children-card__description, .children-card__bt {
  display: block;
  width: 100%;
}
.children-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.children-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.children-card__title {
  padding: 1rem 0;
}
.children-card__title-ja, .children-card__title-en {
  display: block;
  color: #2C2C2C;
}
.children-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.children-card__title-en {
  font-size: 1.6rem;
}
.children-card__description {
  color: #2C2C2C;
  line-height: 1.7;
  margin-top: 1rem;
}

.thumbnail-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .thumbnail-card:hover .thumbnail-card__thumbnail {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .thumbnail-card:hover .thumbnail-card__thumbnail {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.thumbnail-card__link, .thumbnail-card__thumbnail, .thumbnail-card__img, .thumbnail-card__box, .thumbnail-card__title, .thumbnail-card__description {
  display: block;
  width: 100%;
}
.thumbnail-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.thumbnail-card__image {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63.2%;
}
.thumbnail-card__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.thumbnail-card__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 44, 44, 0.28);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .thumbnail-card__box {
    padding: 30px;
  }
}
.thumbnail-card__title-ja, .thumbnail-card__title-en {
  display: block;
  color: #fff;
  text-align: center;
}
.thumbnail-card__title-ja {
  font-size: 2.3rem;
  letter-spacing: 0.07em;
  font-weight: normal;
}
.thumbnail-card__title-en {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.jaentitle {
  display: block;
  font-weight: normal;
}
.jaentitle__ja {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.25em;
  color: #2C2C2C;
}
.jaentitle__en {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.32em;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #617790;
  margin-top: 7px;
}

.interview + .interview {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .interview + .interview {
    margin-top: 15rem;
  }
}
.interview__copy {
  display: block;
  font-size: 2.7rem;
  letter-spacing: 0.02em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .interview__copy {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}
.interview__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.8rem 0 1.2rem 0;
}
@media screen and (min-width: 768px) {
  .interview__contents {
    margin-top: 3rem;
  }
}
.interview__name {
  width: 150px;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.07em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .interview__name {
    width: 130px;
  }
}
.interview__dl {
  width: calc(100% - 150px);
  display: block;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .interview__dl {
    width: calc(100% - 130px);
  }
}
.interview__dl dt {
  font-size: 1.4rem;
  color: #617790;
}
.interview__dl dd {
  font-size: 1.5rem;
  color: #2C2C2C;
  padding-left: 4rem;
  margin-top: -21px;
  padding-bottom: 7px;
}
.interview__qa {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .interview__qa {
    margin-top: 2rem;
  }
}
.interview__qa dt {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #748CAC;
  margin-top: 2rem;
  padding-left: 23px;
}
@media screen and (min-width: 768px) {
  .interview__qa dt {
    margin-top: 3rem;
    padding-left: 60px;
  }
}
.interview__qa dt::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #798CA9;
  vertical-align: middle;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .interview__qa dt::before {
    width: 50px;
  }
}
.interview__qa dd {
  margin-top: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .interview__qa dd {
    margin-top: 2rem;
    line-height: 2;
  }
}

.voiceimg {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .voiceimg {
    margin-top: 4.7rem;
  }
}

.img-wrap {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .img-wrap {
    margin-top: 6rem;
  }
}

.flow__title {
  display: block;
  position: relative;
}
.flow__title-en {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 4.1rem;
  letter-spacing: 0.1em;
  color: #8FABCB;
  font-weight: normal;
  border-right: 2px solid #95ABC8;
  padding-right: 32px;
  line-height: 50px;
  width: 83px;
}
@media screen and (max-width: 767px) {
  .flow__title-en {
    font-size: 2rem;
    width: 30px;
    padding-right: 0;
    line-height: 25px;
  }
}
.flow__title-ja {
  display: inline-block;
  font-size: 3.4rem;
  font-weight: normal;
  letter-spacing: 0.07em;
  line-height: 1;
  vertical-align: super;
  padding-left: 112px;
}
@media screen and (max-width: 767px) {
  .flow__title-ja {
    font-size: 2.1rem;
    padding-left: 47px;
  }
}
.flow__body {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 81px;
  border-left: 1px solid #E3E3E3;
  padding-left: 32px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .flow__body {
    margin-left: 29px;
    padding-left: 18px;
    padding-bottom: 22px;
    margin-bottom: 27px;
    margin-top: 8px;
  }
}

.flow-imglist {
  list-style: none;
  margin-top: 3rem;
}
.flow-imglist__item + .flow-imglist__item {
  margin-top: 8px;
}
.flow-imglist__box {
  padding-left: 334px;
  position: relative;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .flow-imglist__box {
    padding-left: 0;
  }
}
.flow-imglist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 334px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .flow-imglist__img {
    position: relative;
    width: 100%;
    height: 60%;
  }
}
.flow-imglist__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.flow-imglist__num {
  font-size: 1.7rem;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  color: #8FABCB;
  letter-spacing: 0.1em;
  margin-right: 1rem;
}
.flow-imglist__title {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.flow-imglist__txt {
  display: block;
  padding: 3rem;
}
.flow-imglist__txt p {
  margin-top: 1.5rem !important;
}

.flow-thumbcard {
  margin-top: 3.5rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .flow-thumbcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .flow-thumbcard__item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .flow-thumbcard__item + .flow-thumbcard__item {
    margin-top: 16px;
  }
}
.flow-thumbcard__box {
  display: block;
  border: 1px solid #95ABC8;
  padding: 2.3rem;
}
.flow-thumbcard__img {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62%;
}
.flow-thumbcard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.flow-thumbcard__txt p {
  margin-top: 1.5rem !important;
}
.flow-thumbcard__title {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  color: #3467A5;
  margin-top: 2rem;
}
.flow-thumbcard__title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #E3E3E3;
  border-radius: 50%;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 1rem;
}

.pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagelink__item {
  position: relative;
  margin-right: 2rem;
}
.pagelink__link {
  width: 100%;
  border-bottom: 1px solid #8FABCB;
  display: block;
  font-size: 1.3rem;
  color: #2C2C2C;
  height: 50px;
  line-height: 50px;
  padding: 0 2.5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .pagelink__link {
    font-size: 1.4rem;
  }
}
.pagelink__link::before {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #95ABC8 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .pagelink__link::before {
    border-width: 10px 6px 0 6px;
  }
}
@media screen and (min-width: 1024px) {
  .pagelink + .h2 {
    margin: 11.5rem 0 5.3rem;
  }
}

.schedule {
  position: relative;
  display: grid;
  grid-template-columns: 50px auto;
  gap: 6rem 2rem;
}
.schedule__title {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .schedule__title {
    font-size: 1.9rem;
  }
}
.schedule dt {
  position: relative;
  font-family: "Oswald", sans-serif;
  color: #3467A5;
  font-size: 1.8rem;
}
.schedule dt:last-of-type:before {
  display: none;
}
.schedule dt:before {
  position: absolute;
  top: 15px;
  right: -10px;
  display: inline-block;
  content: "";
  width: 1px;
  height: calc(100% + 60px);
  background: #BBBDC0;
}
.schedule dt:after {
  position: absolute;
  top: 10px;
  right: -15px;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8FABCB;
}
.schedule dd {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 0 0 1.5rem;
}
.schedule dd p {
  margin-top: 1rem !important;
}

.faq {
  background: #fff;
  border-bottom: 1px solid #999;
}
.faq__header {
  position: relative;
  font-size: 2rem;
  font-weight: normal;
  color: #2C2C2C;
  cursor: pointer;
  padding: 2.2rem 0 2.2rem 4rem;
}
.faq__header:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  content: "";
  width: 46px;
  height: 46px;
  border: 1px solid #254371;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__header::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: none;
  border-right: 1px solid #254371;
  border-bottom: 1px solid #254371;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.faq__header--open::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.faq__title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #2C2C2C;
  letter-spacing: 0.01em;
  padding: 0 5.5rem 0 0;
}
.faq__title::before {
  content: "Q.";
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -8px;
  left: -40px;
  text-align: center;
  line-height: 1.5;
  color: #194375;
  width: 25px;
  height: 40px;
  font-size: 2.7rem;
  vertical-align: top;
}
.faq__title--reverse {
  color: #194375;
}
.faq__title--reverse::before {
  display: none;
}
.faq__body {
  display: grid;
  grid-template-rows: 0fr;
  background: #F5F5F5;
  -webkit-transition: 0.2s grid-template-rows ease;
  transition: 0.2s grid-template-rows ease;
  transition: 0.2s grid-template-rows ease, 0.2s -ms-grid-rows ease;
}
.faq__header--open + .faq__body {
  grid-template-rows: 1fr;
  padding: 2.5rem 3rem 3.5rem;
}
.faq__text {
  margin: 1.8rem 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
.faq__inner {
  overflow: hidden;
}

.tour-gallery__box {
  position: relative;
}
.tour-gallery__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .tour-gallery__link:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(5, 33, 67, 0.4);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 5;
    opacity: 0;
  }
  .tour-gallery__link:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: "";
    width: 34px;
    height: 58px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images/kakudai.svg) 50% 50%/contain no-repeat;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 6;
    opacity: 0;
  }
  .tour-gallery__link:hover {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .tour-gallery__link:hover:before {
    opacity: 1;
  }
  .tour-gallery__link:hover:after {
    opacity: 1;
  }
}
.tour-gallery p {
  margin-top: 0 !important;
}
.tour-gallery__expand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(5, 33, 67, 0.4);
  color: #fff;
  width: 100%;
  padding: 9px 15px;
  gap: 1rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tour-gallery__expand:after {
  position: relative;
  display: inline-block;
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/kakudai-sp.svg) 50% 50%/contain no-repeat;
}
@media screen and (min-width: 1024px) {
  .tour-gallery__expand {
    display: none;
  }
}
.tour-gallery__thumbnail {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.tour-gallery__thumbnail img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

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

/*  パンくず  */
.breadcrumb {
  padding: 1.5rem 0;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1rem;
  list-style: none;
}
.breadcrumb-list__item:not(:first-child):before {
  content: "/";
  color: #E3E3E3;
  margin: 0 1rem;
}
.breadcrumb-list__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #2C2C2C;
}
.breadcrumb-list__link:hover {
  color: #666;
  opacity: 1;
}

/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
.pager-list__item {
  list-style: none;
  position: relative;
  width: 47px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pager-list__link--number {
  color: #748CAC;
  text-align: center;
  font-size: 1.7rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.pager-list__link--active {
  color: #BABDC0;
}
.pager-list__link--prev:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
  background: url(../images/pagerarrow.svg) 50% 50%/contain no-repeat;
}
.pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/pagerarrow.svg) 50% 50%/contain no-repeat;
}
.pager-list__link:hover {
  opacity: 0.6;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  padding-top: 18px;
  color: #617790;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #fff;
  border: 1px solid #CBCBCB;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  opacity: 0;
  z-index: 500;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .page-top {
    right: 25px;
  }
}
.page-top::before {
  position: absolute;
  top: 45%;
  left: 50%;
  content: "";
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 13px;
  height: 13px;
  border-top: 1px solid #254371;
  border-left: 1px solid #254371;
}
@media screen and (max-width: 767px) {
  .page-top::before {
    font-size: 1.4rem;
  }
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1em;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .goto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
  }
}
.goto__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .goto__item {
    margin-right: 2rem;
  }
}
.goto__link {
  width: 100%;
  border-bottom: 1px solid #8FABCB;
  display: block;
  font-size: 1.3rem;
  color: #2C2C2C;
  height: 50px;
  line-height: 50px;
  padding: 0 2.5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .goto__link {
    font-size: 1.4rem;
  }
}
.goto__link::before {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #95ABC8 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .goto__link::before {
    border-width: 10px 6px 0 6px;
  }
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-list__time, .news-list__category, .news-list__post-title {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .news-list__time, .news-list__category, .news-list__post-title {
    padding: 2.5rem 0;
  }
}
.news-list__time {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #617790;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-list__time {
    font-size: 1.6rem;
    font-weight: normal;
    padding-bottom: 2.5rem;
  }
}
.news-list__category {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2C2C2C;
  text-align: center;
  border: 1px solid #2C2C2C;
  background: #ddd;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .news-list__category {
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
    padding: 0 5px;
  }
}
.news-list__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
.news-list__category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.news-list__post-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: normal;
  color: #2C2C2C;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .news-list__post-title {
    font-size: 1.5rem;
  }
}

/*  カードタイプ  */
.news-card__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #2C2C2C;
  background: #ddd;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .news-card__item {
    padding: 20px 20px 30px;
  }
}
.news-card__item:hover {
  opacity: 0.7;
}
.news-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-card__time, .news-card__category, .news-card__post-title {
    display: block;
  }
}
.news-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2C2C2C;
}
@media screen and (min-width: 768px) {
  .news-card__time {
    font-size: 1.7rem;
  }
}
.news-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2C2C2C;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #2C2C2C;
  background: #ddd;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .news-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .news-card__category {
    margin-left: 1rem;
  }
}
.news-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2C2C2C;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .news-card__post-title {
    display: block;
  }
}

.news-head {
  margin-bottom: 6rem;
}
.news-head__title {
  display: block;
  font-weight: 500;
  font-size: 3rem;
  margin-block: 0 2.4rem;
}
.news-head__info {
  display: inline-block;
  border-bottom: 1px solid #194375;
}
.news-head__time {
  font-size: 1.7rem;
  font-weight: 500;
  color: #194375;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  color: #194375;
  text-align: center;
  white-space: nowrap;
  padding: 1rem 1.5rem;
}
.news-head .h2 {
  margin-top: 1rem;
}

.news-img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
}

.cats-wrapper {
  padding: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .cats-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .cats-wrapper {
    padding: 0 0 40px;
  }
}
.cats-wrapper__title {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cats-wrapper__title {
    font-size: 24px;
    margin: 0 0 20px;
  }
}

.cats {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 30px;
}
@media screen and (min-width: 768px) {
  .cats {
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .cats {
    max-width: 450px;
  }
}
.cats__link {
  font-size: 14px;
  color: #194375;
  border-bottom: 1px solid #194375;
  padding: 0 0 4px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .cats__link {
    font-size: 15px;
  }
  .cats__link:hover {
    opacity: 0.6;
  }
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.case-list {
  display: block;
  width: 100%;
}
.case-list__item {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .case-list__item:hover .case-list__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.case-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.case-list__img {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.case-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.case-list__title {
  font-size: 1.2rem;
  font-weight: normal;
  color: #2C2C2C;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .case-list__title {
    font-size: 1.3rem;
  }
}
.case-list--other {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .case-list--other .row__item:last-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .case-list--top .row__item:last-child {
    display: none;
  }
}

.other-case__title {
  margin: 9.6rem 0 4.5rem;
}

@media screen and (max-width: 767px) {
  .case-head {
    margin: 0 auto 1.5rem;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .case-head {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .case-head {
    max-width: 705px;
    margin: 0 auto 1rem;
  }
}
.case-head__title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .case-head__title {
    display: block;
    padding-bottom: 0.5rem;
  }
}
.case-head__desc {
  display: inline-block;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .case-head__desc {
    display: block;
    margin-left: 0;
  }
}
.case-head__desc p {
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (min-width: 1024px) {
  .case-body {
    max-width: 705px;
    margin: 0 auto;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/slickarrow.png) 0 0/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 41px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .slick-prev::before,
  .slick-next::before {
    width: 30px;
    height: 44px;
  }
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.mainslider {
  width: 100%;
  list-style: none;
}
.mainslider__item {
  background: #F8F8F8;
}
.mainslider__item img {
  width: auto;
  height: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainslider__item img {
    height: 230px;
  }
}

.thumbnail-list {
  width: calc(100% + 5px);
  margin-left: -5px;
  list-style: none;
  margin-top: 1rem;
}
.thumbnail-list__item {
  position: relative;
  width: calc(100% - 10px);
  margin: 0 5px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.thumbnail-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 5;
}
.thumbnail-list__item.slick-current::before {
  opacity: 0.55;
}
.thumbnail-list__img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.thumbnail-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.people-hero {
  position: relative;
  display: grid;
  background: rgba(5, 33, 67, 0.5);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .people-hero {
    min-height: 70vh;
    grid-template-columns: 1fr 1fr;
  }
}
.people-hero__imgbox {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .people-hero__imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 1023px) {
  .people-hero__imgbox {
    height: 0;
    padding-bottom: 100%;
  }
}
.people-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.people-hero__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (min-width: 768px) {
  .people-hero__desc {
    gap: 8rem;
    padding: 7rem 9rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.people-hero__num, .people-hero__copy, .people-hero__name, .people-hero__job, .people-hero__join, .people-hero__office {
  color: #fff;
  font-weight: 500;
}
.people-hero__num {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.people-hero__copy {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .people-hero__copy {
    font-size: 3rem;
  }
}
.people-hero__name {
  display: block;
  font-size: 17px;
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .people-hero__name {
    margin: 0 0 3rem;
    font-size: 18px;
  }
}
.people-hero__job, .people-hero__join, .people-hero__office {
  display: block;
  font-size: 15px;
  margin: 12px 0 0;
}

.people-section {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .people-section {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .people-section {
    padding: 12rem 0;
  }
}
.people-section--bg {
  background: rgba(232, 232, 232, 0.2);
}
.people-section--backimg {
  background: url(../images/interview-back.png) 50% 50%/cover no-repeat;
  padding: 6rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .people-section--backimg {
    padding: 8rem 0 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .people-section--backimg {
    padding: 12rem 0 6rem;
  }
}
.people-section--main {
  padding: 2rem 0 5rem;
}
.people-section--message {
  position: relative;
}
@media screen and (min-width: 768px) {
  .people-section--message {
    min-height: 570px;
  }
}
.people-section--message:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.5);
  z-index: 1;
}
.people-section--message img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.people-section--others {
  padding: 8rem 0 0;
}
@media screen and (min-width: 1024px) {
  .people-section--others {
    padding: 12rem 0 0;
  }
}
.people-section__title {
  position: relative;
  display: inline-block;
  margin: 0 0 4rem;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 900;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .people-section__title {
    margin: 0 0 8rem;
    font-size: 46px;
    letter-spacing: 0.1em;
  }
}

.people-message {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .people-message {
    width: 50%;
    margin: 0 0 0 auto;
  }
}

.qa-box-title {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 1rem 0 1rem 7rem;
  margin-bottom: 3rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .qa-box-title {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
}
.qa-box-title::before {
  position: absolute;
  top: -5px;
  left: 0;
  display: grid;
  place-content: center;
  content: "Q" attr(data-number) " ";
  color: #2C2C2C;
  width: 54px;
  height: 54px;
  border-bottom: 3px solid #2C2C2C;
  font-size: 22px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .qa-box-title::before {
    font-size: 29px;
  }
}

.qa-box {
  position: relative;
  display: grid;
  gap: 3rem;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .qa-box {
    gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .qa-box--norow {
    grid-template-columns: 1fr;
  }
}
.qa-box__image {
  width: 100%;
  height: auto;
}
.qa-box__read {
  display: inline;
  text-align: left;
  color: #2C2C2C;
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 4px 15px;
  line-height: 2;
  font-weight: 900;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .qa-box__read {
    font-size: 3rem;
  }
}
.qa-box__imgbox--wide {
  padding-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .qa-box__imgbox--wide {
    padding-top: 5rem;
  }
}
.qa-box__text {
  margin-top: 2rem !important;
}
@media screen and (min-width: 768px) {
  .qa-box__text {
    margin-top: 4rem !important;
  }
}

.qa-message__title {
  position: relative;
  display: block;
  font-size: 28px;
  margin-block: 20px 50px;
}
@media screen and (min-width: 1024px) {
  .qa-message__title {
    font-size: 34px;
    margin-block: 50px 70px;
  }
}
.qa-message__title:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  content: "message";
  font-size: 80px;
  font-weight: 700;
  color: #2C2C2C;
  text-transform: uppercase;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  line-height: 1;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .qa-message__title:before {
    top: 50%;
    font-size: 180px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.qa-message__title:after {
  position: absolute;
  top: -50px;
  left: -10px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2C2C2C;
}
@media screen and (min-width: 1024px) {
  .qa-message__title:after {
    top: -70px;
    left: -50px;
    width: 30px;
    height: 30px;
  }
}
.qa-message__image {
  width: 100%;
  height: auto;
  margin: 30px 0 0;
}
@media screen and (min-width: 1024px) {
  .qa-message__image {
    margin: 60px 0 0;
  }
}

.people-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 3rem;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .people-card {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .people-card:hover .people-card__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .people-card:hover .people-card__position:before {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .people-card:hover:before {
    background: #194375;
  }
  .people-card:hover:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.people-card:before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #194375;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.people-card:after {
  position: absolute;
  bottom: 15px;
  right: 17px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: none;
  border-right: 1px solid #254371;
  border-bottom: 1px solid #254371;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.people-card__num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-transform: uppercase;
  color: #3467A5;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  margin: 0 0 1rem;
  letter-spacing: 0.07em;
}
.people-card__thumbnail {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .people-card__thumbnail {
    aspect-ratio: 10/11;
  }
}
.people-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.people-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.people-card__copy {
  display: block;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #8FABCB;
  padding: 0 0 16px;
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .people-card__copy {
    font-size: 20px;
    margin: 16px 0;
  }
}
.people-card__name, .people-card__job, .people-card__join {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .people-card__name, .people-card__job, .people-card__join {
    font-size: 15px;
  }
}
.people-card__name {
  display: block;
}
.people-card__job, .people-card__join {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .people-card__info {
    padding-right: 5rem;
  }
}

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

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

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

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 3rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin-bottom: 5rem;
  }
}
.form-step__item {
  width: calc((100% - 40px) / 3);
  background: #EEEEEE;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.form-step__item--active {
  background: #194375;
  color: #fff;
}

/* 申し込みフォーム */
.form {
  font-size: 1.6rem;
  color: #2C2C2C;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .form__row {
    padding: 10px;
  }
}
.form__row + .form__row {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .form__row + .form__row {
    margin-top: 2.5rem;
  }
}
.form__required {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 0 5px 2px;
  margin-right: 1rem;
  background: #B95656;
}
.form__nini {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #2C2C2C;
  padding: 0 5px 2px;
  margin-right: 1rem;
  background: #EEEEEE;
}
.form__item {
  color: #2C2C2C;
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .form__item {
    margin: 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .form__item br {
    display: none;
  }
}
.form__item:last-child {
  position: relative;
  margin-top: 1rem;
}
.form__item--file {
  position: relative;
}
.form__small {
  font-size: 1.3rem;
}
.form__text, .form__textarea, .form__number, .form__email, .form__file, .form__zip {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #BBBDC0;
  border-radius: 0;
  padding: 10px;
  color: #2C2C2C;
}
.form__text:focus, .form__textarea:focus, .form__number:focus, .form__email:focus, .form__file:focus, .form__zip:focus {
  border-color: #194375;
  color: #2C2C2C;
}
.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 1rem;
}
.form__select {
  position: relative;
  background: #fff;
  cursor: pointer;
  border: 1px solid #BBBDC0;
  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: 6px;
  left: 5px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          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: #163379;
}
.form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}
.form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 14px;
  height: 14px;
  border: 1px solid #194375;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #194375;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
.form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  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 {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #163379;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.form__button:hover, .form__back:hover, .form__submit:hover {
  background: #666;
}
.form__button:visited, .form__back:visited, .form__submit:visited {
  background: #ddd;
}
.form ::-webkit-input-placeholder {
  color: #9D9D9D;
  font-weight: normal;
}
.form ::-moz-placeholder {
  color: #9D9D9D;
  opacity: 1;
  font-weight: normal;
}
.form :-ms-input-placeholder {
  color: #9D9D9D;
  font-weight: normal;
}
.form a {
  cursor: pointer;
}

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

.mwform-tel-field {
  color: #194375;
}

.vertical-item {
  background: #F8F8F8;
  padding: 1.8rem 2.2rem;
}
@media screen and (min-width: 768px) {
  .vertical-item {
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: calc((100% - 15px) / 2);
    display: inline-block !important;
  }
  .vertical-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .vertical-item {
    width: calc((100% - 40px) / 3);
  }
  .vertical-item:nth-child(2n) {
    margin-right: 1rem;
  }
  .vertical-item:nth-child(3n) {
    margin-right: 0;
  }
}

.mw_wp_form .error {
  color: #B95656;
  font-weight: bold;
}

.contact-text {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #194375;
  margin-bottom: 4rem;
}

.complete-title {
  display: block;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #194375;
}

.mwform-file-delete {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* デコレーション版 */
.deco-form__check {
  display: none;
}
.deco-form__check:checked + .mwform-radio-field-text:before {
  border-width: 13px;
}
.deco-form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.deco-form__check:checked + .mwform-checkbox-field-text:before {
  background: #163379;
}
.deco-form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  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 {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #E36B70;
  background: #fff;
}
.deco-form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 32px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 25px;
}
.deco-form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #163379;
  background: #fff;
}
.deco-form .mwform-checkbox-field-text:after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
}
.deco-form .mwform-radio-field label,
.deco-form .mwform-checkbox-field label {
  cursor: pointer;
}
.deco-form__image {
  width: 100%;
}
.deco-form__checkbox {
  display: block;
  width: 165px;
  background: #F8F8F8;
  height: 62px;
  line-height: 62px;
  margin: 0 auto;
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .deco-form__checkbox {
    padding-top: 15px;
  }
}
.deco-form__checkbox--region:after {
  border-radius: 5px;
}
.deco-form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.deco-form__button, .deco-form__back, .deco-form__submit {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 18px 30px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .deco-form__button, .deco-form__back, .deco-form__submit {
    max-width: 430px;
  }
}
.deco-form__button:hover, .deco-form__back:hover, .deco-form__submit:hover {
  opacity: 0.7;
}
.deco-form .mw-wp-form_image img {
  max-width: 100%;
  height: auto;
}
.deco-form span.mwform-checkbox-field.vertical-item {
  display: inline-block;
}
.deco-form .vertical-item {
  margin-top: 0 !important;
  margin-bottom: 5px;
}

.deco-form-text-link {
  color: #2C2C2C;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .deco-form-text-link {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .deco-form-text-link:hover {
    opacity: 0.5;
  }
}

.preview-txt {
  display: none;
}

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

.smalltxt {
  font-size: 90%;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .smalltxt {
    display: block;
    margin-left: 5rem;
  }
}

.page-id-187 .contact-text {
  font-weight: bold;
}
.page-id-187 .preview-txt {
  display: inline-block;
}
.page-id-187 .pryvacy-consent,
.page-id-187 .form__required,
.page-id-187 .form__nini,
.page-id-187 .smalltxt {
  display: none;
}
.page-id-187 .form__row {
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .page-id-187 .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-id-187 .form__row + .form__row {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .page-id-187 .form__item {
    margin: 2rem 4rem;
  }
  .page-id-187 .form__item:first-child {
    width: 30%;
    color: #617790;
  }
  .page-id-187 .form__item:last-child {
    width: 70%;
  }
}

.button {
  position: relative;
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  font-weight: normal;
  text-align: center;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  border-color: #194375;
  background: #194375;
}
.button:hover::before {
  border-color: #fff;
}
.button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: none;
  border-right: 1px solid #254371;
  border-bottom: 1px solid #254371;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .button + .button {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .button + .button {
    margin-left: 1.5rem;
  }
}

.minibutton {
  display: inline-block;
  margin: 16px 0 0;
  background: #194375;
  color: #fff;
  padding: 10px 24px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .minibutton:hover {
    opacity: 0.7;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #082241;
  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;
  -webkit-box-sizing: border-box;
          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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
    -webkit-box-sizing: border-box;
            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 {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Arial, "メイリオ", Meiryo, sans-serif;
  color: #2C2C2C;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

.home::before,
.page-id-36::before,
.page-id-33::before {
  background: url(../images/fixedbg.jpg) 50% 50%/cover no-repeat;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .page-id-36 .container,
  .page-id-33 .container {
    max-width: 1080px;
  }
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: 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: 0 auto;
}

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

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

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

/*表示・非表示 切り替え用 */
@media screen and (max-width: 374px) {
  .i5-only {
    display: block;
  }
}

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

@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;
  }
}

.pc-only {
  display: block;
}
@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;
  }
}