@charset "UTF-8";
/* import ------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@500&family=Roboto+Condensed:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
/* init --------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
br,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

fieldset,
table,
img,
abbr,
acronym {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

object {
  outline: none;
}

html {
  font-size: 62.5%;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(17, 57, 97, 0.9);
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
select {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

a {
  color: rgb(17, 57, 97);
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:active,
a:focus,
a:visited {
  color: rgb(17, 57, 97);
  text-decoration: none;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

input[type=submit],
button {
  border-radius: 0;
  -webkit-appearance: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

table {
  border-collapse: collapse;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

object {
  pointer-events: none;
}

label {
  cursor: pointer;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: white;
}

::selection {
  background: rgb(0, 0, 0);
  color: white;
}

/* header ------------------------------------*/
.header {
  width: 100%;
  height: 100px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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 (max-width: 768px) {
  .header {
    height: 70px;
    padding: 0 6vw;
  }
}
.pageCompleted .header {
  display: grid;
}

.header-logo {
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    max-width: 140px;
  }
}

/* footer ------------------------------------*/
.footer {
  padding: 0 6vw;
  padding-bottom: calc(20px + 5vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .footer {
    display: block;
  }
}
.footer:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: calc(20px + 5vw);
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.footer-logo {
  max-width: 35%;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .footer-logo {
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
  }
}
.footer-logo a {
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__wrap {
  max-width: 65%;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer__wrap {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    display: block;
  }
}
.footer-nav, .footer-other {
  max-width: calc(50% - 2vw);
  -ms-flex-preferred-size: calc(50% - 2vw);
      flex-basis: calc(50% - 2vw);
}
@media screen and (max-width: 768px) {
  .footer-nav, .footer-other {
    margin: 40px 0;
    max-width: none;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav-list {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.footer-nav__item {
  margin-bottom: 20px;
}
.footer-nav-name {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2;
}
.footer-nav-name a {
  color: rgb(17, 57, 97);
  text-decoration: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media screen and (max-width: 768px) {
  .footer-nav-name a {
    font-size: 1.4rem;
  }
}
.footer-nav-name a:hover {
  opacity: 0.6;
}
.footer-nav-name.small {
  font-size: 1.3rem;
}
.footer-nav-child {
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
}
.footer-nav-child:before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background-color: rgb(144, 128, 255);
  position: absolute;
  top: 0;
  left: 0;
}
.footer-nav-child li {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .footer-nav-child li {
    font-size: 1.3rem;
  }
}
.footer-nav-child li a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.footer-nav-child li a:hover {
  opacity: 0.6;
}
.footer-other-info dt {
  color: rgb(17, 57, 97);
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.footer-other-info dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
.footer-other-info dd.tel {
  font-family: "Roboto Condensed", sans-serif;
  color: rgb(17, 57, 97);
}
.footer-other-info dd.tel span {
  font-size: 2.8rem;
}
.footer-other-info dd.fax {
  font-family: "Roboto Condensed", sans-serif;
  color: rgb(17, 57, 97);
}
.footer-other-info dd.fax a {
  pointer-events: none;
  text-decoration: none;
}
.footer-other-info dd.fax span {
  font-size: 2rem;
}
.footer-other-link {
  margin-top: 30px;
}
.footer-copyright {
  font-family: "Nunito", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: auto;
  display: block;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* menu icon ----------------------------------*/
.menu {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 0 8px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 768px) {
  .menu {
    width: 70px;
    height: 70px;
  }
}
.loading .menu {
  opacity: 0;
  pointer-events: none;
}

.completed .menu {
  opacity: 1;
  pointer-events: visible;
}

.menu-line {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-line div {
  width: 63px;
  height: 6px;
  display: block;
  background-size: 100% auto;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 768px) {
  .menu-line div {
    width: 40px;
    height: 4px;
  }
}
.menu-line div:first-child {
  background-image: url(../images/common/icn_menu01.png);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .menu-line div:first-child {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.menu-line div:nth-child(2) {
  background-image: url(../images/common/icn_menu02.png);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.menu-line div:nth-child(3) {
  background-image: url(../images/common/icn_menu03.png);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .menu-line div:nth-child(3) {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.gnav_open .menu-line div:first-child {
  -webkit-animation: open_line_1 0.5s ease 0ms forwards;
          animation: open_line_1 0.5s ease 0ms forwards;
}
@media screen and (max-width: 768px) {
  .gnav_open .menu-line div:first-child {
    -webkit-animation: open_line_1_sp 0.5s ease 0ms forwards;
            animation: open_line_1_sp 0.5s ease 0ms forwards;
  }
}
.gnav_open .menu-line div:nth-child(2) {
  opacity: 0;
}
.gnav_open .menu-line div:nth-child(3) {
  -webkit-animation: open_line_2 0.5s ease 0ms forwards;
          animation: open_line_2 0.5s ease 0ms forwards;
}
@media screen and (max-width: 768px) {
  .gnav_open .menu-line div:nth-child(3) {
    -webkit-animation: open_line_2_sp 0.5s ease 0ms forwards;
            animation: open_line_2_sp 0.5s ease 0ms forwards;
  }
}

.gnav_close .menu-line div:first-child {
  -webkit-animation: close_line_1 0.5s ease 0ms forwards;
          animation: close_line_1 0.5s ease 0ms forwards;
}
@media screen and (max-width: 768px) {
  .gnav_close .menu-line div:first-child {
    -webkit-animation: close_line_1_sp 0.5s ease 0ms forwards;
            animation: close_line_1_sp 0.5s ease 0ms forwards;
  }
}
.gnav_close .menu-line div:nth-child(2) {
  opacity: 1;
}
.gnav_close .menu-line div:nth-child(3) {
  -webkit-animation: close_line_2 0.5s ease 0ms forwards;
          animation: close_line_2 0.5s ease 0ms forwards;
}
@media screen and (max-width: 768px) {
  .gnav_close .menu-line div:nth-child(3) {
    -webkit-animation: close_line_2_sp 0.5s ease 0ms forwards;
            animation: close_line_2_sp 0.5s ease 0ms forwards;
  }
}

.menu-text {
  color: rgb(17, 57, 97);
  font-family: "Nunito", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  height: 16px;
  margin-top: 10px;
  display: block;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .menu-text {
    margin-top: 0;
    font-size: 1.1rem;
  }
}
.menu-text-close span {
  top: 20px;
}
.menu-text span {
  display: inline-block;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 300ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 300ms cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 300ms cubic-bezier(0.37, 0, 0.63, 1);
}
.menu-text span:first-child {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.menu-text span:nth-child(2) {
  -webkit-transition-delay: 30ms;
          transition-delay: 30ms;
}
.menu-text span:nth-child(3) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}
.menu-text span:nth-child(4) {
  -webkit-transition-delay: 90ms;
          transition-delay: 90ms;
}
.menu-text span:nth-child(5) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.gnav_open .menu-text span {
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
@media screen and (max-width: 768px) {
  .gnav_open .menu-text span {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@-webkit-keyframes open_line_1 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(6px) rotate3d(0, 0, 1, 45deg);
            transform: translateY(6px) rotate3d(0, 0, 1, 45deg);
  }
}

@keyframes open_line_1 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(6px) rotate3d(0, 0, 1, 45deg);
            transform: translateY(6px) rotate3d(0, 0, 1, 45deg);
  }
}
@-webkit-keyframes open_line_2 {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(-6px) rotate3d(0, 0, -1, 45deg);
            transform: translateY(-6px) rotate3d(0, 0, -1, 45deg);
  }
}
@keyframes open_line_2 {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(-6px) rotate3d(0, 0, -1, 45deg);
            transform: translateY(-6px) rotate3d(0, 0, -1, 45deg);
  }
}
@-webkit-keyframes close_line_1 {
  0% {
    -webkit-transform: translateY(6px) rotate3d(0, 0, 1, 45deg);
            transform: translateY(6px) rotate3d(0, 0, 1, 45deg);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes close_line_1 {
  0% {
    -webkit-transform: translateY(6px) rotate3d(0, 0, 1, 45deg);
            transform: translateY(6px) rotate3d(0, 0, 1, 45deg);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes close_line_2 {
  0% {
    -webkit-transform: translateY(-6px) rotate3d(0, 0, -1, 45deg);
            transform: translateY(-6px) rotate3d(0, 0, -1, 45deg);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes close_line_2 {
  0% {
    -webkit-transform: translateY(-6px) rotate3d(0, 0, -1, 45deg);
            transform: translateY(-6px) rotate3d(0, 0, -1, 45deg);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes open_line_1_sp {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(4px) rotate3d(0, 0, 1, 45deg);
            transform: translateY(4px) rotate3d(0, 0, 1, 45deg);
  }
}
@keyframes open_line_1_sp {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(4px) rotate3d(0, 0, 1, 45deg);
            transform: translateY(4px) rotate3d(0, 0, 1, 45deg);
  }
}
@-webkit-keyframes open_line_2_sp {
  0% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate3d(0, 0, -1, 45deg);
            transform: translateY(-4px) rotate3d(0, 0, -1, 45deg);
  }
}
@keyframes open_line_2_sp {
  0% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate3d(0, 0, -1, 45deg);
            transform: translateY(-4px) rotate3d(0, 0, -1, 45deg);
  }
}
@-webkit-keyframes close_line_1_sp {
  0% {
    -webkit-transform: translateY(4px) rotate3d(0, 0, 1, 45deg);
            transform: translateY(4px) rotate3d(0, 0, 1, 45deg);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@keyframes close_line_1_sp {
  0% {
    -webkit-transform: translateY(4px) rotate3d(0, 0, 1, 45deg);
            transform: translateY(4px) rotate3d(0, 0, 1, 45deg);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@-webkit-keyframes close_line_2_sp {
  0% {
    -webkit-transform: translateY(-4px) rotate3d(0, 0, -1, 45deg);
            transform: translateY(-4px) rotate3d(0, 0, -1, 45deg);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@keyframes close_line_2_sp {
  0% {
    -webkit-transform: translateY(-4px) rotate3d(0, 0, -1, 45deg);
            transform: translateY(-4px) rotate3d(0, 0, -1, 45deg);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
/* nav ---------------------------------------*/
.global-nav {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 600ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: opacity 600ms cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 576px) {
  .global-nav {
    display: block;
  }
}
.gnav_open .global-nav {
  opacity: 1;
  pointer-events: visible;
}

.global-nav a {
  text-decoration: none;
}
.global-nav__wrap {
  width: 100%;
  max-width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .global-nav__wrap {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 576px) {
  .global-nav__wrap {
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
  .global-nav__wrap:after {
    content: "";
    width: 10px;
    height: 100px;
    display: block;
  }
}
.global-nav__logo {
  max-width: 200px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.gnav_open .global-nav__logo {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

@media screen and (max-width: 768px) {
  .global-nav__logo {
    max-width: 140px;
    height: 70px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.global-nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .global-nav-main {
    display: block;
  }
}
.global-nav-list {
  margin-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.global-nav-list__item {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.gnav_open .global-nav-list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gnav_open .global-nav-list__item:first-child {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.gnav_open .global-nav-list__item:nth-child(2) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.gnav_open .global-nav-list__item:nth-child(3) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.gnav_open .global-nav-list__item:nth-child(4) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.gnav_open .global-nav-list__item:nth-child(5) {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}
.gnav_open .global-nav-list__item:nth-child(6) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

@media screen and (max-width: 576px) {
  .global-nav-list__item {
    margin-bottom: 20px !important;
  }
}
.global-nav-list__item:last-child {
  margin-bottom: 0;
}
.global-nav-list__item span {
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .global-nav-list__item span {
    font-size: 1.8rem;
  }
}
.global-nav-list__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.global-nav-list-child {
  margin-top: 20px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media screen and (max-width: 576px) {
  .global-nav-list-child {
    margin-top: 10px;
  }
}
.global-nav-list-child:first-child {
  margin-top: 0;
}
.global-nav-list__wrap .global-nav-list-child li {
  padding-left: 0;
}
@media screen and (max-width: 576px) {
  .global-nav-list__wrap .global-nav-list-child li {
    margin-bottom: 10px;
  }
}
.global-nav-list__wrap .global-nav-list-child:before {
  display: none;
}
@media screen and (max-width: 576px) {
  .global-nav-list__wrap .global-nav-list-child a {
    font-size: 1.8rem;
  }
}

.gnav_open .global-nav-list-child {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.global-nav-list-child li {
  margin-bottom: 10px;
  padding-left: 30px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media screen and (max-width: 992px) {
  .global-nav-list-child li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .global-nav-list-child li {
    margin-bottom: 5px;
  }
}
.global-nav-list-child li:last-child {
  margin-bottom: 0;
}
.gnav_open .global-nav-list-child li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gnav_open .global-nav-list-child li:first-child {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.gnav_open .global-nav-list-child li:nth-child(2) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.gnav_open .global-nav-list-child li:nth-child(3) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.global-nav-list-child li a {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 992px) {
  .global-nav-list-child li a {
    font-size: 1.4rem;
  }
}
.global-nav-list-child:before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background-color: rgb(144, 128, 255);
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 14px;
}
@media screen and (max-width: 992px) {
  .global-nav-list-child:before {
    left: 9px;
  }
}
.global-nav-list-sub {
  margin-top: 30px;
}
.global-nav-list-sub li {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.gnav_open .global-nav-list-sub li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gnav_open .global-nav-list-sub li:first-child {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.gnav_open .global-nav-list-sub li:nth-child(2) {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}

@media screen and (max-width: 992px) {
  .global-nav-list-sub li {
    font-size: 1.3rem;
  }
}

/* main -------------------------------------- */
.main {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main {
    overflow: hidden;
  }
}
.loading .main {
  opacity: 0;
}

.completed .main {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease;
  transition: opacity 1200ms ease;
}

.contents {
  max-width: 1600px;
  margin: 140px auto;
  padding: 0 6vw;
}
@media screen and (max-width: 768px) {
  .contents {
    margin: calc(20px + 15vw) auto;
  }
}
.contents-column {
  max-width: 1200px;
  margin: 60px auto 140px auto;
  padding: 0 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents-column {
    margin: 40px auto calc(20px + 15vw) auto;
    display: block;
  }
}
.contents-column-side {
  max-width: 200px;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
@media screen and (max-width: 768px) {
  .contents-column-side {
    max-width: none;
  }
}
.contents-column-side__wrap {
  position: sticky;
  top: 60px;
}
.contents-column-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .contents-column-head {
    margin-bottom: 60px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-align: center;
  }
}
.contents-column-head .jp,
.contents-column-head .en {
  position: relative;
  z-index: 1;
}
.contents-column-head .jp {
  color: rgb(17, 57, 97);
  font-size: 4.2rem;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .contents-column-head .jp {
    font-size: 2.8rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.contents-column-head .en {
  font-family: "Nunito", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contents-column-head .en {
    font-size: 1.2rem;
  }
}
.contents-column-head .title-bg {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 0 !important;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .contents-column-head .title-bg {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, -1, 90deg) scale3d(0.7, 0.7, 0.7);
            transform: rotate3d(0, 0, -1, 90deg) scale3d(0.7, 0.7, 0.7);
  }
}
.contents-column-head .title-bg span {
  display: block;
  background-size: 100% auto;
  position: absolute;
}
.loading .contents-column-head .title-bg span {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.completed .contents-column-head .title-bg span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
}

@media screen and (max-width: 768px) {
  .contents-column-head .title-bg.bg-common:before {
    width: 280px;
    height: 105px;
    background-image: url(../images/common/bg_title_common_sp.png);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
.contents-column-head .title-bg.bg-common span:first-child {
  width: 54px;
  height: 61px;
  background-image: url(../images/common/bg_title_common01.png);
  top: -210px;
  left: -40px;
}
.completed .contents-column-head .title-bg.bg-common span:first-child {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.contents-column-head .title-bg.bg-common span:nth-child(2) {
  width: 38px;
  height: 46px;
  background-image: url(../images/common/bg_title_common02.png);
  top: -134px;
  left: -86px;
}
.completed .contents-column-head .title-bg.bg-common span:nth-child(2) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}

.contents-column-head .title-bg.bg-common span:nth-child(3) {
  width: 36px;
  height: 44px;
  background-image: url(../images/common/bg_title_common03.png);
  top: -85px;
  left: -85px;
}
.completed .contents-column-head .title-bg.bg-common span:nth-child(3) {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}

.contents-column-head .title-bg.bg-common span:nth-child(4) {
  width: 54px;
  height: 106px;
  background-image: url(../images/common/bg_title_common04.png);
  top: -147px;
  left: -45px;
}
.completed .contents-column-head .title-bg.bg-common span:nth-child(4) {
  -webkit-transition-delay: 920ms;
          transition-delay: 920ms;
}

.contents-column-head .title-bg.bg-common span:nth-child(5) {
  width: 49px;
  height: 61px;
  background-image: url(../images/common/bg_title_common05.png);
  top: -100px;
  left: 14px;
}
.completed .contents-column-head .title-bg.bg-common span:nth-child(5) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}

.contents-column-head .title-bg.bg-common span:nth-child(6) {
  width: 126px;
  height: 73px;
  background-image: url(../images/common/bg_title_common06.png);
  top: -36px;
  left: -70px;
}
.completed .contents-column-head .title-bg.bg-common span:nth-child(6) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.contents-column-head .title-bg.bg-common span:nth-child(7) {
  width: 61px;
  height: 75px;
  background-image: url(../images/common/bg_title_common07.png);
  top: 40px;
  left: -80px;
}
.completed .contents-column-head .title-bg.bg-common span:nth-child(7) {
  -webkit-transition-delay: 1040ms;
          transition-delay: 1040ms;
}

.contents-column-head .title-bg.bg-common span:nth-child(8) {
  width: 56px;
  height: 83px;
  background-image: url(../images/common/bg_title_common08.png);
  top: 40px;
  left: -15px;
}
.completed .contents-column-head .title-bg.bg-common span:nth-child(8) {
  -webkit-transition-delay: 1080ms;
          transition-delay: 1080ms;
}

.contents-column-head .title-bg.bg-common span:nth-child(9) {
  width: 54px;
  height: 75px;
  background-image: url(../images/common/bg_title_common09.png);
  top: 120px;
  left: -65px;
}
.completed .contents-column-head .title-bg.bg-common span:nth-child(9) {
  -webkit-transition-delay: 1120ms;
          transition-delay: 1120ms;
}

@media screen and (max-width: 768px) {
  .contents-column-head .title-bg.bg-second:before {
    width: 320px;
    height: 79px;
    background-image: url(../images/home/bg_title_news_sp.png);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
.contents-column-head .title-bg.bg-second span:first-child {
  width: 80px;
  height: 66px;
  background-image: url(../images/home/bg_title_news01.png);
  top: -190px;
  left: -60px;
}
.hidden .contents-column-head .title-bg.bg-second span:first-child {
  -webkit-transform: translate3d(-30px, -30px, 0);
          transform: translate3d(-30px, -30px, 0);
}

.completed .contents-column-head .title-bg.bg-second span:first-child {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.contents-column-head .title-bg.bg-second span:nth-child(2) {
  width: 98px;
  height: 76px;
  background-image: url(../images/home/bg_title_news02.png);
  top: -110px;
  left: -45px;
}
.hidden .contents-column-head .title-bg.bg-second span:nth-child(2) {
  -webkit-transform: translate3d(20px, -30px, 0);
          transform: translate3d(20px, -30px, 0);
}

.completed .contents-column-head .title-bg.bg-second span:nth-child(2) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}

.contents-column-head .title-bg.bg-second span:nth-child(3) {
  width: 57px;
  height: 43px;
  background-image: url(../images/home/bg_title_news03.png);
  top: -30px;
  left: -60px;
}
.hidden .contents-column-head .title-bg.bg-second span:nth-child(3) {
  -webkit-transform: translate3d(0px, -20px, 0);
          transform: translate3d(0px, -20px, 0);
}

.completed .contents-column-head .title-bg.bg-second span:nth-child(3) {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}

.contents-column-head .title-bg.bg-second span:nth-child(4) {
  width: 83px;
  height: 48px;
  background-image: url(../images/home/bg_title_news04.png);
  top: 20px;
  left: -48px;
}
.hidden .contents-column-head .title-bg.bg-second span:nth-child(4) {
  -webkit-transform: translate3d(-10px, 10px, 0);
          transform: translate3d(-10px, 10px, 0);
}

.completed .contents-column-head .title-bg.bg-second span:nth-child(4) {
  -webkit-transition-delay: 920ms;
          transition-delay: 920ms;
}

.contents-column-head .title-bg.bg-second span:nth-child(5) {
  width: 59px;
  height: 49px;
  background-image: url(../images/home/bg_title_news05.png);
  top: 70px;
  left: -20px;
}
.hidden .contents-column-head .title-bg.bg-second span:nth-child(5) {
  -webkit-transform: translate3d(30px, 20px, 0);
          transform: translate3d(30px, 20px, 0);
}

.completed .contents-column-head .title-bg.bg-second span:nth-child(5) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}

.contents-column-head .title-bg.bg-second span:nth-child(6) {
  width: 85px;
  height: 69px;
  background-image: url(../images/home/bg_title_news06.png);
  top: 130px;
  left: -70px;
}
.hidden .contents-column-head .title-bg.bg-second span:nth-child(6) {
  -webkit-transform: translate3d(30px, 30px, 0);
          transform: translate3d(30px, 30px, 0);
}

.completed .contents-column-head .title-bg.bg-second span:nth-child(6) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

@media screen and (max-width: 768px) {
  .contents-column-head .title-bg.bg-recruit:before {
    width: 320px;
    height: 88px;
    background-image: url(../images/home/bg_title_philosophy_sp.png);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
.contents-column-head .title-bg.bg-recruit span:first-child {
  width: 90px;
  height: 70px;
  background-image: url(../images/home/bg_title_news02.png);
  top: -170px;
  left: -50px;
}
.hidden .contents-column-head .title-bg.bg-recruit span:first-child {
  -webkit-transform: translate3d(-30px, -30px, 0);
          transform: translate3d(-30px, -30px, 0);
}

.completed .contents-column-head .title-bg.bg-recruit span:first-child {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.contents-column-head .title-bg.bg-recruit span:nth-child(2) {
  width: 104px;
  height: 66px;
  background-image: url(../images/common/bg_title_recruit04.png);
  top: -90px;
  left: -80px;
}
.hidden .contents-column-head .title-bg.bg-recruit span:nth-child(2) {
  -webkit-transform: translate3d(20px, -30px, 0);
          transform: translate3d(20px, -30px, 0);
}

.completed .contents-column-head .title-bg.bg-recruit span:nth-child(2) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}

.contents-column-head .title-bg.bg-recruit span:nth-child(3) {
  width: 104px;
  height: 66px;
  background-image: url(../images/common/bg_title_recruit01.png);
  top: -55px;
  left: -30px;
}
.hidden .contents-column-head .title-bg.bg-recruit span:nth-child(3) {
  -webkit-transform: translate3d(0px, -20px, 0);
          transform: translate3d(0px, -20px, 0);
}

.completed .contents-column-head .title-bg.bg-recruit span:nth-child(3) {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}

.contents-column-head .title-bg.bg-recruit span:nth-child(4) {
  width: 45px;
  height: 35px;
  background-image: url(../images/home/bg_title_news03.png);
  top: 25px;
  left: -10px;
}
.hidden .contents-column-head .title-bg.bg-recruit span:nth-child(4) {
  -webkit-transform: translate3d(-10px, 10px, 0);
          transform: translate3d(-10px, 10px, 0);
}

.completed .contents-column-head .title-bg.bg-recruit span:nth-child(4) {
  -webkit-transition-delay: 920ms;
          transition-delay: 920ms;
}

.contents-column-head .title-bg.bg-recruit span:nth-child(5) {
  width: 66px;
  height: 39px;
  background-image: url(../images/common/bg_title_recruit02.png);
  top: 55px;
  left: -70px;
}
.hidden .contents-column-head .title-bg.bg-recruit span:nth-child(5) {
  -webkit-transform: translate3d(30px, 20px, 0);
          transform: translate3d(30px, 20px, 0);
}

.completed .contents-column-head .title-bg.bg-recruit span:nth-child(5) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}

.contents-column-head .title-bg.bg-recruit span:nth-child(6) {
  width: 84px;
  height: 82px;
  background-image: url(../images/common/bg_title_recruit03.png);
  top: 85px;
  left: -40px;
}
.hidden .contents-column-head .title-bg.bg-recruit span:nth-child(6) {
  -webkit-transform: translate3d(30px, 30px, 0);
          transform: translate3d(30px, 30px, 0);
}

.completed .contents-column-head .title-bg.bg-recruit span:nth-child(6) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.contents-column-nav {
  margin-top: 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .contents-column-nav {
    margin-top: 60px;
    display: none;
  }
}
.contents-column-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contents-column-nav li a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.8;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents-column-nav li a:after {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 5px;
  margin-left: auto;
  display: block;
  border-right: 1px solid rgb(17, 57, 97);
  border-top: 1px solid rgb(17, 57, 97);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.contents-column-nav li a span {
  font-size: 1.3rem;
}
.contents-column-nav li a:hover:after {
  -webkit-transform: translateX(5px) rotate3d(0, 0, 1, 45deg);
          transform: translateX(5px) rotate3d(0, 0, 1, 45deg);
}
.contents-column-select {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents-column-select {
    display: none;
  }
}
.contents-column-select select {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(17, 57, 97);
  border-radius: 4px;
  position: relative;
  z-index: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contents-column-select:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-bottom: 1px solid rgb(17, 57, 97);
  border-right: 1px solid rgb(17, 57, 97);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
.contents-column-main {
  max-width: calc(100% - 200px - 60px);
  -ms-flex-preferred-size: calc(100% - 200px - 60px);
      flex-basis: calc(100% - 200px - 60px);
}
@media screen and (max-width: 768px) {
  .contents-column-main {
    max-width: none;
  }
}

/* common parts ------------------------------ */
.pagehead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .pagehead {
    display: block;
  }
}
.pagehead__title {
  max-width: 30%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .pagehead__title {
    max-width: none;
  }
}
.pagehead__title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .pagehead__title__wrap {
    padding: 40px 6vw;
    text-align: center;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.pagehead__title .jp,
.pagehead__title .en {
  position: relative;
  z-index: 1;
}
.pagehead__title .jp {
  color: rgb(17, 57, 97);
  font-size: 4.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pagehead__title .jp {
    font-size: 2.8rem;
  }
}
.pagehead__title .en {
  font-size: 1.2rem;
  line-height: 2;
  font-family: "Nunito", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .pagehead__title .en {
    font-size: 1.1rem;
  }
}
.pagehead__title .title-bg {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 0 !important;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .pagehead__title .title-bg {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, -1, 90deg) scale3d(0.7, 0.7, 0.7);
            transform: rotate3d(0, 0, -1, 90deg) scale3d(0.7, 0.7, 0.7);
  }
}
.pagehead__title .title-bg span {
  display: block;
  background-size: 100% auto;
  position: absolute;
}
.loading .pagehead__title .title-bg span {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.completed .pagehead__title .title-bg span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 800ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 800ms cubic-bezier(0.37, 0, 0.63, 1);
}

@media screen and (max-width: 768px) {
  .pagehead__title .title-bg.bg-common:before {
    width: 280px;
    height: 105px;
    background-image: url(../images/common/bg_title_common_sp.png);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
.pagehead__title .title-bg.bg-common span:first-child {
  width: 54px;
  height: 61px;
  background-image: url(../images/common/bg_title_common01.png);
  top: -210px;
  left: -40px;
}
.completed .pagehead__title .title-bg.bg-common span:first-child {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.pagehead__title .title-bg.bg-common span:nth-child(2) {
  width: 38px;
  height: 46px;
  background-image: url(../images/common/bg_title_common02.png);
  top: -134px;
  left: -86px;
}
.completed .pagehead__title .title-bg.bg-common span:nth-child(2) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}

.pagehead__title .title-bg.bg-common span:nth-child(3) {
  width: 36px;
  height: 44px;
  background-image: url(../images/common/bg_title_common03.png);
  top: -85px;
  left: -85px;
}
.completed .pagehead__title .title-bg.bg-common span:nth-child(3) {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}

.pagehead__title .title-bg.bg-common span:nth-child(4) {
  width: 54px;
  height: 106px;
  background-image: url(../images/common/bg_title_common04.png);
  top: -147px;
  left: -45px;
}
.completed .pagehead__title .title-bg.bg-common span:nth-child(4) {
  -webkit-transition-delay: 920ms;
          transition-delay: 920ms;
}

.pagehead__title .title-bg.bg-common span:nth-child(5) {
  width: 49px;
  height: 61px;
  background-image: url(../images/common/bg_title_common05.png);
  top: -100px;
  left: 14px;
}
.completed .pagehead__title .title-bg.bg-common span:nth-child(5) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}

.pagehead__title .title-bg.bg-common span:nth-child(6) {
  width: 126px;
  height: 73px;
  background-image: url(../images/common/bg_title_common06.png);
  top: -36px;
  left: -70px;
}
.completed .pagehead__title .title-bg.bg-common span:nth-child(6) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.pagehead__title .title-bg.bg-common span:nth-child(7) {
  width: 61px;
  height: 75px;
  background-image: url(../images/common/bg_title_common07.png);
  top: 40px;
  left: -80px;
}
.completed .pagehead__title .title-bg.bg-common span:nth-child(7) {
  -webkit-transition-delay: 1040ms;
          transition-delay: 1040ms;
}

.pagehead__title .title-bg.bg-common span:nth-child(8) {
  width: 56px;
  height: 83px;
  background-image: url(../images/common/bg_title_common08.png);
  top: 40px;
  left: -15px;
}
.completed .pagehead__title .title-bg.bg-common span:nth-child(8) {
  -webkit-transition-delay: 1080ms;
          transition-delay: 1080ms;
}

.pagehead__title .title-bg.bg-common span:nth-child(9) {
  width: 54px;
  height: 75px;
  background-image: url(../images/common/bg_title_common09.png);
  top: 120px;
  left: -65px;
}
.completed .pagehead__title .title-bg.bg-common span:nth-child(9) {
  -webkit-transition-delay: 1120ms;
          transition-delay: 1120ms;
}

@media screen and (max-width: 768px) {
  .pagehead__title .title-bg.bg-recruit:before {
    width: 320px;
    height: 79px;
    background-image: url(../images/home/bg_title_news_sp.png);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
.pagehead__title .title-bg.bg-recruit span:first-child {
  width: 90px;
  height: 70px;
  background-image: url(../images/home/bg_title_news02.png);
  top: -205px;
  left: -50px;
}
.loading .pagehead__title .title-bg.bg-recruit span:first-child {
  -webkit-transform: translate3d(-30px, -30px, 0);
          transform: translate3d(-30px, -30px, 0);
}

.completed .pagehead__title .title-bg.bg-recruit span:first-child {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.pagehead__title .title-bg.bg-recruit span:nth-child(2) {
  width: 104px;
  height: 66px;
  background-image: url(../images/common/bg_title_recruit04.png);
  top: -125px;
  left: -80px;
}
.loading .pagehead__title .title-bg.bg-recruit span:nth-child(2) {
  -webkit-transform: translate3d(20px, -30px, 0);
          transform: translate3d(20px, -30px, 0);
}

.completed .pagehead__title .title-bg.bg-recruit span:nth-child(2) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}

.pagehead__title .title-bg.bg-recruit span:nth-child(3) {
  width: 104px;
  height: 66px;
  background-image: url(../images/common/bg_title_recruit01.png);
  top: -90px;
  left: -30px;
}
.loading .pagehead__title .title-bg.bg-recruit span:nth-child(3) {
  -webkit-transform: translate3d(0px, -20px, 0);
          transform: translate3d(0px, -20px, 0);
}

.completed .pagehead__title .title-bg.bg-recruit span:nth-child(3) {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}

.pagehead__title .title-bg.bg-recruit span:nth-child(4) {
  width: 45px;
  height: 35px;
  background-image: url(../images/home/bg_title_news03.png);
  top: -10px;
  left: -10px;
}
.loading .pagehead__title .title-bg.bg-recruit span:nth-child(4) {
  -webkit-transform: translate3d(-10px, 10px, 0);
          transform: translate3d(-10px, 10px, 0);
}

.completed .pagehead__title .title-bg.bg-recruit span:nth-child(4) {
  -webkit-transition-delay: 920ms;
          transition-delay: 920ms;
}

.pagehead__title .title-bg.bg-recruit span:nth-child(5) {
  width: 66px;
  height: 39px;
  background-image: url(../images/common/bg_title_recruit02.png);
  top: 20px;
  left: -70px;
}
.loading .pagehead__title .title-bg.bg-recruit span:nth-child(5) {
  -webkit-transform: translate3d(30px, 20px, 0);
          transform: translate3d(30px, 20px, 0);
}

.completed .pagehead__title .title-bg.bg-recruit span:nth-child(5) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}

.pagehead__title .title-bg.bg-recruit span:nth-child(6) {
  width: 84px;
  height: 82px;
  background-image: url(../images/common/bg_title_recruit03.png);
  top: 50px;
  left: -40px;
}
.loading .pagehead__title .title-bg.bg-recruit span:nth-child(6) {
  -webkit-transform: translate3d(30px, 30px, 0);
          transform: translate3d(30px, 30px, 0);
}

.completed .pagehead__title .title-bg.bg-recruit span:nth-child(6) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.pagehead__title .title-bg.bg-recruit span:nth-child(7) {
  width: 104px;
  height: 86px;
  background-image: url(../images/home/bg_title_childcare04.png);
  top: 130px;
  left: -70px;
}
.loading .pagehead__title .title-bg.bg-recruit span:nth-child(7) {
  -webkit-transform: translate3d(40px, 30px, 0);
          transform: translate3d(40px, 30px, 0);
}

.completed .pagehead__title .title-bg.bg-recruit span:nth-child(7) {
  -webkit-transition-delay: 1040ms;
          transition-delay: 1040ms;
}

.pagehead__title .title-bg.bg-philosophy span:first-child {
  width: 60px;
  height: 60px;
  background-image: url(../images/home/bg_title_philosophy01.png);
  top: -200px;
  left: -30px;
}
.loading .pagehead__title .title-bg.bg-philosophy span:first-child {
  -webkit-transform: translate3d(-30px, -30px, 0);
          transform: translate3d(-30px, -30px, 0);
}

.completed .pagehead__title .title-bg.bg-philosophy span:first-child {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.pagehead__title .title-bg.bg-philosophy span:nth-child(2) {
  width: 103px;
  height: 83px;
  background-image: url(../images/home/bg_title_philosophy02.png);
  top: -140px;
  left: -70px;
}
.loading .pagehead__title .title-bg.bg-philosophy span:nth-child(2) {
  -webkit-transform: translate3d(20px, -30px, 0);
          transform: translate3d(20px, -30px, 0);
}

.completed .pagehead__title .title-bg.bg-philosophy span:nth-child(2) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}

.pagehead__title .title-bg.bg-philosophy span:nth-child(3) {
  width: 83px;
  height: 65px;
  background-image: url(../images/home/bg_title_philosophy03.png);
  top: -95px;
  left: -15px;
}
.loading .pagehead__title .title-bg.bg-philosophy span:nth-child(3) {
  -webkit-transform: translate3d(0px, -20px, 0);
          transform: translate3d(0px, -20px, 0);
}

.completed .pagehead__title .title-bg.bg-philosophy span:nth-child(3) {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}

.pagehead__title .title-bg.bg-philosophy span:nth-child(4) {
  width: 91px;
  height: 90px;
  background-image: url(../images/home/bg_title_philosophy04.png);
  top: -35px;
  left: -60px;
}
.loading .pagehead__title .title-bg.bg-philosophy span:nth-child(4) {
  -webkit-transform: translate3d(-10px, 10px, 0);
          transform: translate3d(-10px, 10px, 0);
}

.completed .pagehead__title .title-bg.bg-philosophy span:nth-child(4) {
  -webkit-transition-delay: 920ms;
          transition-delay: 920ms;
}

.pagehead__title .title-bg.bg-philosophy span:nth-child(5) {
  width: 84px;
  height: 82px;
  background-image: url(../images/home/bg_title_philosophy05.png);
  top: 30px;
  left: -10px;
}
.loading .pagehead__title .title-bg.bg-philosophy span:nth-child(5) {
  -webkit-transform: translate3d(30px, 20px, 0);
          transform: translate3d(30px, 20px, 0);
}

.completed .pagehead__title .title-bg.bg-philosophy span:nth-child(5) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}

.pagehead__title .title-bg.bg-philosophy span:nth-child(6) {
  width: 90px;
  height: 93px;
  background-image: url(../images/home/bg_title_philosophy06.png);
  top: 105px;
  left: -50px;
}
.loading .pagehead__title .title-bg.bg-philosophy span:nth-child(6) {
  -webkit-transform: translate3d(30px, 30px, 0);
          transform: translate3d(30px, 30px, 0);
}

.completed .pagehead__title .title-bg.bg-philosophy span:nth-child(6) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.pagehead__title .title-bg.bg-childcare span:first-child {
  width: 116px;
  height: 98px;
  background-image: url(../images/home/bg_title_childcare01.png);
  top: -200px;
  left: -30px;
}
.loading .pagehead__title .title-bg.bg-childcare span:first-child {
  -webkit-transform: translate3d(-30px, -30px, 0);
          transform: translate3d(-30px, -30px, 0);
}

.completed .pagehead__title .title-bg.bg-childcare span:first-child {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.pagehead__title .title-bg.bg-childcare span:nth-child(2) {
  width: 124px;
  height: 78px;
  background-image: url(../images/home/bg_title_childcare02.png);
  top: -140px;
  left: -70px;
}
.loading .pagehead__title .title-bg.bg-childcare span:nth-child(2) {
  -webkit-transform: translate3d(20px, -30px, 0);
          transform: translate3d(20px, -30px, 0);
}

.completed .pagehead__title .title-bg.bg-childcare span:nth-child(2) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}

.pagehead__title .title-bg.bg-childcare span:nth-child(3) {
  width: 124px;
  height: 64px;
  background-image: url(../images/home/bg_title_childcare03.png);
  top: -95px;
  left: -15px;
}
.loading .pagehead__title .title-bg.bg-childcare span:nth-child(3) {
  -webkit-transform: translate3d(0px, -20px, 0);
          transform: translate3d(0px, -20px, 0);
}

.completed .pagehead__title .title-bg.bg-childcare span:nth-child(3) {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}

.pagehead__title .title-bg.bg-childcare span:nth-child(4) {
  width: 122px;
  height: 101px;
  background-image: url(../images/home/bg_title_childcare04.png);
  top: -35px;
  left: -60px;
}
.loading .pagehead__title .title-bg.bg-childcare span:nth-child(4) {
  -webkit-transform: translate3d(-10px, 10px, 0);
          transform: translate3d(-10px, 10px, 0);
}

.completed .pagehead__title .title-bg.bg-childcare span:nth-child(4) {
  -webkit-transition-delay: 920ms;
          transition-delay: 920ms;
}

.pagehead__title .title-bg.bg-childcare span:nth-child(5) {
  width: 111px;
  height: 109px;
  background-image: url(../images/home/bg_title_childcare05.png);
  top: 30px;
  left: -10px;
}
.loading .pagehead__title .title-bg.bg-childcare span:nth-child(5) {
  -webkit-transform: translate3d(30px, 20px, 0);
          transform: translate3d(30px, 20px, 0);
}

.completed .pagehead__title .title-bg.bg-childcare span:nth-child(5) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}

.pagehead__image {
  max-width: 70%;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  height: 640px;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .pagehead__image {
    max-width: calc(100% - 6vw);
    height: calc(200px + 20vw);
  }
}
.pagehead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secondary-page .pagehead__image {
  height: 400px;
}

.section-inner {
  margin: 140px auto;
}
@media screen and (max-width: 768px) {
  .section-inner {
    margin: calc(20px + 15vw) auto;
  }
}
.section-inner.max-wide {
  max-width: 1200px;
}
.section-inner__title {
  color: rgb(17, 57, 97);
  margin-bottom: 80px;
  font-size: 2.8rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-inner__title {
    margin-bottom: 10vw;
    font-size: 2rem;
  }
}

.section-boder {
  max-width: 1200px;
  margin: 140px auto;
  padding: 80px 60px;
  border: 2px solid rgb(17, 57, 97);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-boder {
    margin: calc(20px + 15vw) auto;
    padding: 40px 6vw;
  }
}
.section-boder.max {
  max-width: 900px;
}
.section-boder.nopad {
  padding-left: 0;
  padding-right: 0;
}
.section-boder__title {
  color: rgb(17, 57, 97);
  padding: 0 20px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-boder__title {
    max-width: 250px;
    padding: 0 10px;
    font-size: 2rem;
  }
}
.section-boder__title span {
  display: inline-block;
  white-space: nowrap;
}

.f-navigation {
  margin: 140px auto;
}
@media screen and (max-width: 768px) {
  .f-navigation {
    margin: calc(20px + 15vw) auto;
  }
}
.f-navigation:before {
  content: "";
  width: 1px;
  height: 80px;
  display: block;
  margin: 140px auto;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .f-navigation:before {
    height: 60px;
    margin: calc(20px + 15vw) auto;
  }
}
.f-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .f-navigation-list {
    display: block;
  }
}
.f-navigation-list__item {
  max-width: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .f-navigation-list__item {
    max-width: none;
    margin: 20px 0;
  }
}
.f-navigation-list__item a {
  display: block;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
}
.f-navigation__image {
  width: 100%;
  height: calc(100px + 20vw);
  position: relative;
  z-index: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media screen and (max-width: 768px) {
  .f-navigation__image {
    height: calc(150px + 20vw);
  }
}
.f-navigation__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a:hover .f-navigation__image,
a.current .f-navigation__image {
  opacity: 0.8;
}

.f-navigation__title {
  width: 45px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  font-size: 2.2rem;
  line-height: 1.8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .f-navigation__title {
    width: auto;
    height: 32px;
    padding: 0 10px;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    font-size: 1.6rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.f-navigation__more {
  font-size: 1.2rem;
  line-height: 2;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: rgb(255, 255, 255);
  -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 (max-width: 768px) {
  .f-navigation__more {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .f-navigation__more {
    width: 20px;
    right: 20px;
    bottom: 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .f-navigation__more span {
    display: none;
  }
}
.f-navigation__more:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../images/common/icn_arrow_w.png);
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
a:hover .f-navigation__more:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.breadcrumb {
  padding: 0 6vw;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 10px;
  }
}
.contents-column .breadcrumb {
  padding: 0;
}

.breadcrumb li {
  font-size: 1.2rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumb li {
    font-size: 1.1rem;
  }
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li:before {
  content: "";
  width: 10px;
  height: 1px;
  margin: 0 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.breadcrumb li:first-child:before {
  display: none;
}

/* text -------------------------------------- */
.main-intro-catch {
  color: rgb(17, 57, 97);
  margin-bottom: 60px;
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-intro-catch {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.main-intro-catch span {
  display: inline-block;
}

.main-intro-text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-intro-text {
    font-size: 1.5rem;
  }
  .main-intro-text br {
    display: none;
  }
}

.main-body-text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .main-body-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .main-body-text br {
    display: none;
  }
}

.main-body-list li {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .main-body-list li {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.main-body-list li:before {
  content: "・";
}

.caption-number {
  font-size: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .caption-number {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .caption-number {
    margin-bottom: 20px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.caption-number span {
  width: 36px;
  height: 36px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .caption-number span {
    margin-top: 0;
    margin-left: 10px;
  }
}
.caption-number:after {
  content: "";
  width: 1px;
  display: block;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* other ------------------------------------- */
a.blank:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  background-image: url(../images/common/icn_blank.png);
  background-size: 100% auto;
  vertical-align: top;
}

.btn {
  width: 120px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100px;
    padding-bottom: 5px;
  }
}
.btn span {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .btn span {
    font-size: 1.2rem;
  }
}
.btn:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../images/common/icn_arrow.png);
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}
.btn:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgba(17, 57, 97, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn.naked {
  padding-bottom: 0;
}
.btn.naked:before {
  display: none;
}

.pagination {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: calc(20px + 15vw);
  }
}
.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination span,
.pagination a {
  font-family: "Roboto Condensed", sans-serif;
  color: rgb(17, 57, 97);
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none !important;
}
.pagination span {
  width: 36px;
  margin: 0 6px;
}
.pagination span a {
  width: 100%;
  background-color: rgba(184, 231, 249, 0.5);
  text-decoration: none;
}
.pagination span.current {
  background-color: rgba(144, 128, 255, 0.25);
}

.back-to-top {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    margin-top: calc(20px + 15vw);
  }
}
.back-to-top a {
  font-size: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
@media screen and (max-width: 768px) {
  .back-to-top a {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.back-to-top a:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 15px;
  display: block;
  background-image: url(../images/common/icn_list.png);
  background-size: 100% auto;
}
.back-to-top a:hover {
  opacity: 0.7;
}

.scrollImageView {
  overflow: hidden;
  position: relative;
}
.scrollImageView img {
  position: relative;
}
.scrollImageView:before, .scrollImageView:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 600ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 600ms cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 600ms cubic-bezier(0.33, 1, 0.68, 1);
}
.scrollImageView:before {
  background-color: rgb(218, 242, 252);
  -webkit-transition-delay: 0;
          transition-delay: 0;
  z-index: 5;
}
.scrollImageView:after {
  background-color: rgb(230, 227, 255);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  z-index: 4;
}
.scrollImageView.view:before, .scrollImageView.view:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* loading ----------------------------------- */
.nowloading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}
.completed .nowloading {
  opacity: 0;
  pointer-events: none;
}

.nowloading:before {
  content: "";
  width: 200px;
  height: 52px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  background-image: url(../images/common/img_logo.png);
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .nowloading:before {
    width: 150px;
    height: 39px;
  }
}
.nowloading__wrap {
  margin: 0 auto;
  text-align: center;
}
.nowloading span {
  font-family: "Nunito", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 2px;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8;
  color: rgb(186, 231, 249);
  -webkit-animation: boundText 1s infinite;
          animation: boundText 1s infinite;
}
@media screen and (max-width: 768px) {
  .nowloading span {
    margin: 0 1px;
  }
}
.nowloading span:nth-child(2), .nowloading span:nth-child(5), .nowloading span:nth-child(8) {
  color: rgb(144, 128, 255);
}
.nowloading span:nth-child(3), .nowloading span:nth-child(6), .nowloading span:nth-child(9) {
  color: rgb(110, 148, 232);
}
.nowloading span:first-child {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.nowloading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nowloading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nowloading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.nowloading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nowloading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nowloading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.nowloading span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.nowloading span:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes boundText {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  90% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes boundText {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  90% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}