@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  overflow-x: hidden;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url(../font/Montserrat-VariableFont_wght.ttf) format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url(../font/Montserrat-VariableFont_wght.ttf) format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url(../font/Montserrat-VariableFont_wght.ttf) format("opentype");
}
@font-face {
  font-family: "Hiragino Sans";
  font-weight: 200;
  src: url(../font/hiragino_w2.otf) format("opentype");
}
@font-face {
  font-family: "Hiragino Sans";
  font-weight: 400;
  src: url(../font/hiragino_w4.otf) format("opentype");
}
@font-face {
  font-family: "Hiragino Sans";
  font-weight: 500;
  src: url(../font/hiragino_w5.otf) format("opentype");
}
@font-face {
  font-family: "Hiragino Sans";
  font-weight: 600;
  src: url(../font/hiragino_w6.otf) format("opentype");
}
@font-face {
  font-family: "Hiragino Sans";
  font-weight: 700;
  src: url(../font/hiragino_w7.otf) format("opentype");
}
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.07em;
  font-weight: 300;
  font-style: normal;
}

p {
  letter-spacing: 0.06em;
}

.ja {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-style: normal;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html body .sp {
  display: none;
}
@media screen and (max-width: 800px) {
  html body .sp {
    display: block;
  }
}

html body .pc {
  display: block;
}
@media screen and (max-width: 800px) {
  html body .pc {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  height: -webkit-fill-available;
  font-size: 14px;
}
@media (max-width: 375px) {
  html {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 800px) {
  html {
    font-size: 1.09375vw;
  }
}
@media (min-width: 800px) and (max-width: 1050px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 14px;
  }
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

/* pcの電話番号発信対応 */
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 800px) {
  a:hover {
    opacity: 0.7;
  }
}

svg {
  width: 0.7946428571rem;
  height: 0.7946428571rem;
  position: relative;
  top: 1px;
}
svg .cls-2 {
  fill: none;
  stroke: #006993;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

@-webkit-keyframes text_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}

@keyframes text_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
.inner {
  max-width: 100%;
  width: 85.7142857143rem;
  margin: 0 auto;
  padding: 0 4.2857142857rem;
}
@media screen and (max-width: 800px) {
  .inner {
    padding: 0 1.4285714286rem;
  }
}
.inner h2 {
  color: #006993;
  position: relative;
  padding-top: 2.8571428571rem;
}
@media screen and (max-width: 800px) {
  .inner h2 {
    padding-top: 2.8571428571rem;
    padding-bottom: 2.8571428571rem;
  }
}
.inner h2 span {
  font-size: 2.571rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 800px) {
  .inner h2 span {
    font-size: 2rem;
  }
}
.inner h2 small {
  display: block;
  font-size: 0.9285714286rem;
  font-weight: 300;
}
@media screen and (max-width: 550px) {
  .inner h2 small {
    font-size: 0.8571428571rem;
  }
}
.inner h2::before {
  content: "";
  background: #006993;
  height: 1px;
  width: 2.1428571429rem;
  position: absolute;
  top: 2.1428571429rem;
  left: -0.5em;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.parallax-bg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #fff;
}

.img-bg-01 {
  position: relative;
  z-index: 10;
}

.btn {
  font-size: 1rem;
  font-weight: 400;
  color: #fff !important;
  background: #006993;
  border-radius: 9999px;
  max-width: 23.7857142857rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.4142857143rem;
  height: 2.8928571429rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #006993;
}
@media screen and (max-width: 800px) {
  .btn {
    font-size: 1.0714285714rem;
    width: 11.5714285714rem;
    height: 3.2142857143rem;
  }
}
.btn.white {
  background: #fff;
  color: #006993 !important;
}
@media screen and (min-width: 800px) {
  .btn:hover {
    background: #fff;
    color: #006993 !important;
    border: 1px solid #006993;
    opacity: 1;
  }
  .btn:hover svg .cls-1 {
    stroke: #006993;
  }
}
.btn.btn-widthfree {
  width: auto;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media screen and (max-width: 1100px) {
  .btn.btn-widthfree {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (max-width: 800px) {
  .btn.btn-widthfree {
    padding-left: 1.7857142857rem;
    padding-right: 1.7857142857rem;
  }
}
@media screen and (max-width: 550px) {
  .btn.btn-widthfree {
    padding-left: 0.3571428571rem;
    padding-right: 0.3571428571rem;
  }
}
.btn svg {
  width: 0.7952857143rem;
  height: 0.7952857143rem;
  margin-left: 0.7142857143rem;
}
.btn .cls-1 {
  stroke-width: 2px;
}

.flow__text {
  font-size: 6.4285714286rem;
  color: rgba(0, 105, 147, 0.1);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  line-height: 1;
  padding-top: 2.1428571429rem;
}
@media screen and (max-width: 800px) {
  .flow__text {
    position: relative;
  }
}
@media screen and (max-width: 550px) {
  .flow__text {
    font-size: 3.5714285714rem;
  }
}
.flow__text p {
  -webkit-animation: text_scroll 20s linear infinite;
          animation: text_scroll 20s linear infinite;
  margin: 0 0.3571428571rem;
  letter-spacing: -0.015em;
}

.loop_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 220%;
  height: 220%;
  overflow: hidden;
  margin-top: 3.5714285714rem;
}
@media screen and (max-width: 800px) {
  .loop_wrap {
    margin-top: 2.1428571429rem;
    width: 600vw;
    max-width: 600vw;
  }
}
.loop_wrap img {
  width: 100%;
  height: 100%;
  will-change: transform;
  display: block;
}
.loop_wrap img:first-child.loop {
  -webkit-animation: loop1 110s -55s linear infinite;
  animation: loop1 110s -55s linear infinite;
  padding-right: 0.7%;
}
.loop_wrap img:last-child.loop {
  -webkit-animation: loop2 110s linear infinite;
  animation: loop2 110s linear infinite;
  padding-right: 0.7%;
}

/** firefixのみに適用 **/
@-moz-document url-prefix() {
  .loop_wrap {
    width: 230vw;
    max-width: 230vw;
  }
  @media screen and (max-width: 800px) {
    .loop_wrap {
      width: 400vw;
      max-width: 400vw;
    }
  }
  .loop_wrap img {
    margin: 0 0.2%;
  }
}
@-webkit-keyframes loop1 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes loop1 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}
.loop__title {
  font-size: 6.4285714286rem;
  font-weight: 500;
  color: #e5f0f5;
  margin-top: -3.5714285714rem;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 800px) {
  .loop__title {
    font-size: 3.9285714286rem;
    margin-top: -2.1428571429rem;
  }
}
@media screen and (max-width: 800px) {
  .loop__title {
    font-size: 3.5714285714rem;
    letter-spacing: -0.01em;
  }
}

.section__title-foot {
  font-size: 6.4285714286rem;
  font-weight: 500;
  color: #e5f0f5;
  line-height: 1;
  margin-top: 1.4285714286rem;
}
@media screen and (max-width: 800px) {
  .section__title-foot {
    font-size: 3.5714285714rem;
  }
}

.section__triangle {
  padding-left: 1.0714285714rem;
}
@media screen and (max-width: 800px) {
  .section__triangle {
    padding-left: 0;
  }
}
.section__triangle img {
  width: 14.2857142857rem;
  height: 8.2142857143rem;
}
.section__triangle-right img {
  margin: 0 0 0 auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.outer {
  background: #fff;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .outer {
    padding-left: 0.5357142857rem;
    padding-right: 0.5357142857rem;
  }
}

.page-top {
  position: fixed;
  right: 2.1428571429rem;
  z-index: 10;
  cursor: pointer;
  bottom: 0.7142857143rem;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 800px) {
  .page-top {
    right: 1.4285714286rem;
    bottom: 0.7142857143rem;
  }
}
.page-top.active {
  opacity: 1;
  display: block;
  bottom: 2.1428571429rem;
}
@media screen and (max-width: 800px) {
  .page-top.active {
    right: 1.4285714286rem;
    bottom: 1.4285714286rem;
  }
}
.page-top i {
  width: 4.1022285714rem;
  height: 4.1022285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 105, 147, 0.2);
  border-radius: 9999px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid transparent;
}
.page-top i span {
  width: 2.8400071429rem;
  height: 2.8400071429rem;
  display: block;
  background: #006993;
  border-radius: 9999px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-top i span::before {
  content: "";
  background-image: url(../images/common/arrow-pagetop.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.06975rem;
  height: 0.3879rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 800px) {
  .page-top:hover i span {
    width: 4.1022285714rem;
    height: 4.1022285714rem;
  }
}
.page-top.fixed {
  bottom: 4.2857142857rem;
}
@media screen and (max-width: 1100px) {
  .page-top.fixed {
    bottom: 8.5714285714rem;
  }
}
@media screen and (max-width: 800px) {
  .page-top.fixed {
    bottom: 4.2857142857rem;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}
.header.is-scroll {
  margin-top: -100px;
}
.header.is-bg {
  background-color: #fff;
  margin-top: 0;
}
.header.is-bg .header-menu {
  color: #000;
}
.header.is-bg .header-logo .logo-white {
  display: none;
  opacity: 0;
}
.header.is-bg .header-logo .logo-color {
  display: block;
  opacity: 1;
}
.header.is-bg .header-bar i {
  background: #006993;
  height: 1px;
  width: 100%;
  display: block;
}
.header-inner {
  padding: 1rem 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .header-inner {
    padding: 1.0714285714rem 1.0714285714rem;
  }
}
.header-logo {
  width: 15.1248928571rem;
}
@media screen and (max-width: 800px) {
  .header-logo {
    width: 14.2857142857rem;
  }
}
@media screen and (max-width: 550px) {
  .header-logo {
    width: 11.8214285714rem;
  }
}
.header-logo .logo-color {
  display: none;
  opacity: 0;
}
.header-menu {
  color: #fff;
  width: calc(100% - 17.2142857143rem);
  font-weight: 400;
}
.header-menu ul {
  margin: 0 0 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  justify-content: flex-end;
}
.header-menu ul li {
  padding-left: 3.5714285714rem;
  font-size: 1.0714285714rem;
}
@media screen and (max-width: 900px) {
  .header-menu ul li {
    padding-left: 2.1428571429rem;
  }
}
.header-menu ul li .btn {
  line-height: 1;
  padding: 1.0714285714rem 0;
}
.header-bar {
  width: 2.8571428571rem;
  height: 0.8396071429rem;
  position: relative;
  cursor: pointer;
  margin: 0 0 0 auto;
}
.header-bar i {
  background: #fff;
  height: 1px;
  width: 100%;
  display: block;
}
.header-bar i:nth-child(1) {
  position: absolute;
  top: 0;
}
.header-bar i:nth-child(2) {
  position: absolute;
  bottom: 0;
}
.header.scroll {
  background: #fff;
}
.header.scroll .header-menu {
  color: #000;
}
.header.scroll .header-logo .logo-white {
  display: none;
  opacity: 0;
}
.header.scroll .header-logo .logo-color {
  display: block;
  opacity: 1;
}
.header.scroll .header-bar i {
  background: #006993;
  height: 1px;
  width: 100%;
  display: block;
}

.header-sp-menu {
  background: #006993;
  position: fixed;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  top: 0;
  z-index: 12;
  color: #fff;
  -webkit-transition: 1s cubic-bezier(0.56, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.56, 0, 0.07, 1);
  display: none !important;
  opacity: 0;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
  padding-bottom: 20.8vh;
  overflow-y: auto;
  height: 100vh;
}
.header-sp-menu-inner {
  padding: 1.0714285714rem 1.0714285714rem;
}
.header-sp-menu-list {
  display: -ms-grid;
  display: grid;
  font-size: 1.0714285714rem;
  padding: 1.7857142857rem 0.4285714286rem 3.0357142857rem;
}
.header-sp-menu-list a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 1.0714285714rem;
}
.header-sp-menu-list a::before {
  content: "";
  height: 1px;
  width: 5.2857142857rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-sp-menu-btn {
  text-align: center;
}
.header-sp-menu-btn .btn {
  background: #fff;
  color: #006993 !important;
  margin: 0 auto;
}
.header-sp-menu-address {
  padding: 2.8571428571rem 0.4285714286rem 0;
  font-size: 0.8571428571rem;
}
.header-sp-menu-address span {
  padding-top: 0.7142857143rem;
  display: inline-block;
}
.header-sp-menu .header-bar {
  position: absolute;
  right: 1.25rem;
  top: 1.0714285714rem;
  height: 1.3085rem;
}
.header-sp-menu .header-bar i:nth-child(1) {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  width: 2.8571428571rem;
  top: 0.7142857143rem;
}
.header-sp-menu .header-bar i:nth-child(2) {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  width: 2.8571428571rem;
  top: 0.7142857143rem;
}
.header-sp-menu.panelactive {
  opacity: 1;
  display: block !important;
}
@media screen and (max-width: 800px) {
  .header-sp-menu .close {
    top: 1.5714285714rem;
    right: 1.0714285714rem;
  }
}

.item-amount {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
          transform: translate(-10px, 0px);
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 18.5714285714rem;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .footer {
    height: 28.2857142857rem;
    position: relative;
    z-index: auto;
    z-index: 1;
  }
}
.footer__inner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.footer__copy {
  background: #006993;
  font-size: 0.8571428571rem;
  color: #fff;
  padding: 0.7142857143rem 0;
}
.footer__content {
  padding-bottom: 2.8571428571rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8.2142857143rem 1fr;
  grid-template-columns: 1fr 8.2142857143rem 1fr;
}
@media screen and (min-width: 800px) {
  .footer__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 800px) {
  .footer__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.footer__content-info {
  width: 20.7142857143rem;
}
.footer__content-info img:not(.icon-window) {
  display: block;
  margin-bottom: 2.5rem;
  width: 17.2142857143rem;
}
@media screen and (max-width: 800px) {
  .footer__content-info img:not(.icon-window) {
    width: 12.1428571429rem;
  }
}
.footer__content-info .icon-window {
  top: 0.1071428571rem;
}
.footer__content-info p {
  color: #006993;
  font-size: 0.8571428571rem;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .footer__content-info p {
    display: none;
  }
}
.footer__content-info p a {
  display: inline-block;
  margin-top: 0.7142857143rem;
}
.footer__content-menu {
  width: calc(100% - 20.7142857143rem);
  padding-left: 2.8571428571rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer__content-menu {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    padding-left: 0rem;
  }
}
.footer__content-menu a {
  font-size: 12px;
  margin-right: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 950px) {
  .footer__content-menu a {
    margin-right: 1.7857142857rem;
  }
}
@media screen and (max-width: 800px) {
  .footer__content-menu a {
    font-size: 1.0714285714rem;
    margin-right: 0rem;
  }
}
@media screen and (min-width: 800px) {
  .footer__content-menu a:nth-child(4) {
    margin-right: 0;
  }
}
.footer__content-menu-list {
  width: 100%;
}
.footer__content-menu-list .btn {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .footer__content-menu-list .btn {
    margin-top: 5.7142857143rem;
    display: none;
    width: 10.7142857143rem;
  }
}
.footer__content-menu-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.7142857143rem;
}
@media screen and (min-width: 800px) {
  .footer__content-menu-list div {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 800px) {
  .footer__content-menu-list div {
    margin-top: 0;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.8571428571rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.1428571429rem 2.8571428571rem;
  }
}
.footer__content-menu-list .foot__logo {
  width: 8rem;
  height: 7.2857142857rem;
  margin-right: 5.7142857143rem;
  position: relative;
  top: -0.4285714286rem;
}
.footer__content-menu div {
  margin: 0 0 0 auto;
  place-content: end;
}
@media screen and (max-width: 950px) {
  .footer__content-menu div {
    white-space: nowrap;
  }
}
.footer__content .foot__logo {
  position: relative;
  top: -0.4285714286rem;
}
@media screen and (max-width: 800px) {
  .footer__content-menu-sp {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .footer__content-info-sp {
    display: block !important;
  }
  .footer__content-info-sp p {
    margin-top: 2.8571428571rem;
    color: #006993;
    font-size: 0.8571428571rem;
  }
}
.footer__content-info-sp .icon-window {
  top: 0.1214285714rem;
}
.footer__content .btn-sp {
  width: 12.8571428571rem;
}

/* animation
------------------------------*/
/* 背景チェンジ */
.js-bg-change {
  position: relative;
  overflow: hidden;
}
.js-bg-change::before {
  content: "";
  opacity: 0;
  background-color: #006993;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 0.7142857143rem;
  z-index: -1;
}
.js-bg-change h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change .logo-philo-white {
  opacity: 0;
  display: none;
}
.js-bg-change.active::before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change.active h3 {
  color: #fff;
}
.js-bg-change.active p {
  color: #fff;
}
.js-bg-change.active .btn {
  background: #fff;
  color: #006993 !important;
}
@media screen and (min-width: 800px) {
  .js-bg-change.active .btn:hover {
    background: #006993;
    color: #fff !important;
    border: 1px solid #fff;
  }
}
.js-bg-change.active .flow__text P {
  color: rgba(255, 255, 255, 0.3);
}
.js-bg-change.active .logo-philo-white {
  opacity: 1;
  display: block;
}
.js-bg-change.active .logo-philo-normal {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .js-bg-change::before {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .js-bg-change h3 {
    color: #fff !important;
  }
  .js-bg-change p {
    color: #fff;
  }
  .js-bg-change .btn {
    background: #fff;
    color: #006993 !important;
  }
}
@media screen and (max-width: 800px) and (min-width: 800px) {
  .js-bg-change .btn:hover {
    background: #006993;
    color: #fff !important;
  }
}
@media screen and (max-width: 800px) {
  .js-bg-change .flow__text P {
    color: rgba(255, 255, 255, 0.3);
  }
  .js-bg-change .logo-philo-white {
    opacity: 1;
    display: block;
  }
  .js-bg-change .logo-philo-normal {
    display: none;
    opacity: 0;
  }
}

.js-bg-change02 {
  position: relative;
  overflow: hidden;
}
.js-bg-change02 .section__ttl-below {
  color: #e5f0f5;
}
.js-bg-change02::before {
  content: "";
  opacity: 0;
  background-color: #006993;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  border-radius: 0.7142857143rem;
}
.js-bg-change02 h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change02 h4 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change02 p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change02 .logo-philo-white {
  opacity: 0;
  display: none;
}
.js-bg-change02.active {
  color: #fff;
}
.js-bg-change02.active::before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change02.active h3 {
  color: #fff;
}
.js-bg-change02.active h3::after {
  background-color: #fff;
}
.js-bg-change02.active h4 {
  color: #fff;
}
.js-bg-change02.active p {
  color: #fff;
}
.js-bg-change02.active .btn {
  background: #fff;
  color: #006993 !important;
}
@media screen and (min-width: 800px) {
  .js-bg-change02.active .btn:hover {
    background: #006993;
    color: #fff !important;
  }
}
.js-bg-change02.active .flow__text P {
  color: rgba(255, 255, 255, 0.3);
}
.js-bg-change02.active .logo-philo-white {
  opacity: 1;
  display: block;
}
.js-bg-change02.active .logo-philo-normal {
  display: none;
  opacity: 0;
}
.js-bg-change02.active .section__ttl-below {
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 800px) {
  .js-bg-change02 {
    color: #fff;
  }
  .js-bg-change02::before {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .js-bg-change02 h3 {
    color: #fff;
  }
  .js-bg-change02 h3::after {
    background-color: #fff;
  }
  .js-bg-change02 h4 {
    color: #fff;
  }
  .js-bg-change02 p {
    color: #fff;
  }
  .js-bg-change02 .btn {
    background: #fff;
    color: #006993 !important;
  }
}
@media screen and (max-width: 800px) and (min-width: 800px) {
  .js-bg-change02 .btn:hover {
    background: #006993;
    color: #fff !important;
  }
}
@media screen and (max-width: 800px) {
  .js-bg-change02 .flow__text P {
    color: rgba(255, 255, 255, 0.3);
  }
  .js-bg-change02 .logo-philo-white {
    opacity: 1;
    display: block;
  }
  .js-bg-change02 .logo-philo-normal {
    display: none;
    opacity: 0;
  }
  .js-bg-change02 .section__ttl-below {
    color: rgba(255, 255, 255, 0.3);
  }
}

.js-bg-change03 {
  position: relative;
  overflow: hidden;
}
.js-bg-change03 .section__ttl-below {
  color: #e5f0f5;
}
.js-bg-change03::before {
  content: "";
  opacity: 0;
  background-color: #006993;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  border-radius: 0.7142857143rem;
}
.js-bg-change03 h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change03 h4 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change03 p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change03 .logo-philo-white {
  opacity: 0;
  display: none;
}
.js-bg-change03.active {
  color: #fff;
}
.js-bg-change03.active::before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-bg-change03.active h3 {
  color: #fff;
}
.js-bg-change03.active h3::after {
  background-color: #fff;
}
.js-bg-change03.active h4 {
  color: #fff;
}
.js-bg-change03.active p {
  color: #fff;
}
.js-bg-change03.active .btn {
  background: #fff;
  color: #006993 !important;
}
@media screen and (min-width: 800px) {
  .js-bg-change03.active .btn:hover {
    background: #006993;
    color: #fff !important;
  }
}
.js-bg-change03.active .flow__text P {
  color: rgba(255, 255, 255, 0.3);
}
.js-bg-change03.active .logo-philo-white {
  opacity: 1;
  display: block;
}
.js-bg-change03.active .logo-philo-normal {
  display: none;
  opacity: 0;
}
.js-bg-change03.active .section__ttl-below {
  color: rgba(255, 255, 255, 0.3);
}
.js-bg-change03.active .section__company-about-detail dl::before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(7.1428571429rem, #fff), color-stop(7.1428571429rem, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(90deg, #fff 0%, #fff 7.1428571429rem, rgba(255, 255, 255, 0.3) 7.1428571429rem, rgba(255, 255, 255, 0.3) 100%);
}
@media screen and (max-width: 800px) {
  .js-bg-change03 {
    color: #fff;
  }
  .js-bg-change03::before {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .js-bg-change03 h3 {
    color: #fff;
  }
  .js-bg-change03 h3::after {
    background-color: #fff;
  }
  .js-bg-change03 h4 {
    color: #fff;
  }
  .js-bg-change03 p {
    color: #fff;
  }
  .js-bg-change03 .btn {
    background: #fff;
    color: #006993 !important;
  }
}
@media screen and (max-width: 800px) and (min-width: 800px) {
  .js-bg-change03 .btn:hover {
    background: #006993;
    color: #fff !important;
  }
}
@media screen and (max-width: 800px) {
  .js-bg-change03 .flow__text P {
    color: rgba(255, 255, 255, 0.3);
  }
  .js-bg-change03 .logo-philo-white {
    opacity: 1;
    display: block;
  }
  .js-bg-change03 .logo-philo-normal {
    display: none;
    opacity: 0;
  }
  .js-bg-change03 .section__ttl-below {
    color: rgba(255, 255, 255, 0.3);
  }
  .js-bg-change03 .section__company-about-detail dl::before {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(7.1428571429rem, #fff), color-stop(7.1428571429rem, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(90deg, #fff 0%, #fff 7.1428571429rem, rgba(255, 255, 255, 0.3) 7.1428571429rem, rgba(255, 255, 255, 0.3) 100%);
  }
}

/** animation fade in
------------------------------------**/
.js__fadein {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
}

/* ループ背景の出現 */
.js__fadein-loop {
  opacity: 0;
  -webkit-transform: translate(60px, 40px);
          transform: translate(60px, 40px);
  overflow: hidden;
}

/* パラパラ表示 */
.js__fadein__count {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
  overflow: hidden;
  opacity: 0;
}

/* fadein text */
.js__fadein-text {
  position: relative;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
  display: inline-block;
  opacity: 0;
  white-space: nowrap;
  font-style: normal;
}

.js__fadein-text-wrap {
  overflow: hidden;
  line-height: 1;
  padding-bottom: 1.4285714286rem;
}

/* ローディング */
.loading {
  position: fixed;
  top: 0;
  background: #fff;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.loading-logo {
  width: 15.0714285714rem;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@media screen and (max-width: 550px) {
  .loading-logo {
    width: 13.9285714286rem;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* icon
------------------------------*/
.icon-window {
  width: 0.8483047619rem;
  height: 0.8483047619rem;
  display: inline-block;
  position: relative;
  top: 0.2142857143rem;
  margin-left: 0.3571428571rem;
}

/* parallax
------------------------------*/
.parallax-outer {
  background: #fff;
}

/* col
------------------------------*/
.c-col2__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7.1428571429rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 7.1428571429rem;
}
@media screen and (max-width: 800px) {
  .c-col2__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.c-col2__block .c-col__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  margin-top: 1.7857142857rem;
  /*
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
*/
  align-items: baseline;
}
@media screen and (max-width: 800px) {
  .c-col2__block .c-col__meta {
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (max-width: 800px) {
  .c-col2__block .c-col__meta-left {
    margin-bottom: 1.7857142857rem;
  }
}
.c-col2__block .c-col__meta-left p {
  font-size: 1.4285714286rem;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
.c-col2__block .c-col__meta-left small {
  display: block;
  font-size: 0.9285714286rem;
  color: #006993;
  padding-top: 0.5357142857rem;
}
@media screen and (max-width: 800px) {
  .c-col2__block .c-col__meta-left small {
    font-size: 0.8571428571rem;
  }
}

html {
  color: #000;
}

body {
  line-height: 1.8;
  letter-spacing: 0.022em;
  background: #006993;
  position: relative;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: inherit;
}
a:hover {
  color: inherit;
}

img {
  pointer-events: none;
}

.section__top-mv {
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .section__top-mv {
    height: 100vh;
    height: 100svh;
    max-height: 75rem;
  }
}
.section__top-mv video {
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.section__top-mv .inner {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 800px) {
  .section__top-mv .inner {
    padding: 1.4285714286rem;
  }
}
.section__top-mv .section__top-mv-bg {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .section__top-mv .section__top-mv-bg {
    height: 100vh;
  }
}
.section__top-mv .section__top-mv-bg-image {
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.section__top-mv h1 {
  color: #fff;
  font-size: 3.5714285714rem;
  position: absolute;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.01em;
  bottom: 5rem;
  left: 6.4285714286rem;
}
@media screen and (max-width: 1100px) {
  .section__top-mv h1 {
    font-size: 3.2142857143rem;
  }
}
@media screen and (max-width: 800px) {
  .section__top-mv h1 {
    font-size: 3rem;
    top: auto;
    bottom: 7.1428571429rem;
    letter-spacing: -0.02em;
    left: auto;
  }
}
@media screen and (max-width: 550px) {
  .section__top-mv h1 {
    font-size: 2.5rem;
    bottom: 3.5714285714rem;
  }
}
@media screen and (orientation: landscape) and (max-width: 780px) {
  .section__top-mv h1 {
    font-size: 2.1428571429rem;
  }
}
.section__top-mv h1 small {
  display: block;
  font-size: 1.7142857143rem;
  letter-spacing: 0.075em;
  margin-top: 0.7142857143rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1100px) {
  .section__top-mv h1 small {
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 800px) {
  .section__top-mv h1 small {
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 550px) {
  .section__top-mv h1 small {
    font-size: 1.1428571429rem;
  }
}
.section__top-mv-image {
  position: absolute;
  position: absolute;
  top: 60%;
  right: 11.4285714286rem;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  width: 30.546%;
  max-width: 600px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 820px) {
  .section__top-mv-image {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media screen and (orientation: portrait) and (max-width: 820px) {
  .section__top-mv-image {
    width: 32.1428571429rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 800px) {
  .section__top-mv-image {
    width: 21.4285714286rem;
    top: 45%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .section__top-mv-image {
    width: 16.4285714286rem;
  }
}
.section__top-mv-image.active {
  top: 52%;
  right: 11.4285714286rem;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .section__top-mv-image.active {
    right: 7.1428571429rem;
    top: 48%;
  }
}
@media screen and (orientation: portrait) and (max-width: 800px) {
  .section__top-mv-image.active {
    top: 40%;
    left: 50%;
    right: auto;
  }
}
@media screen and (orientation: landscape) and (max-width: 780px) {
  .section__top-mv-image.active {
    right: 2.8571428571rem;
  }
}
.section__top-mv-image img {
  height: 100%;
}

@media screen and (max-width: 800px) {
  .parallax-bg .inner h2 {
    padding-bottom: 0;
  }
}

.section__top-text01 {
  display: block;
  overflow: hidden;
}
.section__top-text01 span {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: inline-block;
  position: relative;
  top: 1.2em;
  line-height: 1;
}
.section__top-text02 {
  display: block;
  overflow: hidden;
}
.section__top-text02 span {
  display: inline-block;
  position: relative;
  top: 1.3em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  line-height: 1;
}
.section__top-text03 {
  display: block;
  overflow: hidden;
  font-weight: 400;
}
.section__top-text03 span {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: inline-block;
  position: relative;
  top: 1.3em;
  line-height: 1;
}
.section__top-text.active .section__top-text01 span {
  top: 0rem;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.section__top-text.active .section__top-text02 span {
  top: 0rem;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
.section__top-text.active .section__top-text03 {
  margin-top: 1.4285714286rem;
}
.section__top-text.active .section__top-text03 span {
  top: 0rem;
  opacity: 1;
}

.section__top-philo {
  background: #fff;
  padding: 3.2142857143rem 1.0714285714rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .section__top-philo {
    padding: 2.5rem 0.5357142857rem 3.5714285714rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.section__top-philo-inner {
  border-radius: 0.7142857143rem;
  color: #000;
  width: 100%;
  padding-top: 3.9285714286rem;
  padding-bottom: 3.9285714286rem;
}
@media screen and (max-width: 800px) {
  .section__top-philo-inner {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}
.section__top-philo-box {
  width: 76.0714285714rem;
  max-width: 100%;
  padding: 0 4.2857142857rem;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 800px) {
  .section__top-philo-box {
    width: 100%;
    padding: 0 0rem;
  }
}
.section__top-philo-logo {
  width: 19.6428571429rem;
}
@media screen and (max-width: 800px) {
  .section__top-philo-logo {
    display: none;
  }
}
.section__top-philo-text {
  width: calc(100% - 19.6428571429rem);
  padding-left: 10rem;
}
@media screen and (max-width: 1100px) {
  .section__top-philo-text {
    padding-left: 7.1428571429rem;
  }
}
@media screen and (max-width: 850px) {
  .section__top-philo-text {
    padding-left: 4.2857142857rem;
  }
}
@media screen and (max-width: 800px) {
  .section__top-philo-text {
    width: 100%;
    padding-left: 0rem;
    padding: 4.2857142857rem 1.4285714286rem 0rem;
    border-radius: 10px;
    position: relative;
  }
}
@media screen and (max-width: 550px) {
  .section__top-philo-text {
    padding: 4.2857142857rem 1.4285714286rem 0rem;
  }
}
.section__top-philo-text h3 {
  font-size: 1.7142857143rem;
  color: #006993;
  margin-bottom: 2.1428571429rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .section__top-philo-text h3 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 550px) {
  .section__top-philo-text h3 {
    font-size: 1.5rem;
  }
}
.section__top-philo-text p {
  font-size: 1.1428571429rem;
  padding-bottom: 2.5rem;
  max-width: 34.2857142857rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  .section__top-philo-text p {
    padding-bottom: 2.1428571429rem;
    white-space: inherit;
  }
}
@media screen and (max-width: 550px) {
  .section__top-philo-text p {
    font-size: 1.0714285714rem;
  }
}
.section__top-philo-text img {
  display: none;
}
@media screen and (max-width: 800px) {
  .section__top-philo-text img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 19.6428571429rem;
    z-index: -1;
    opacity: 0.5;
  }
}
@media screen and (max-width: 800px) {
  .section__top-philo-text .btn__wrap .btn {
    background: #ffffff;
    color: #006993 !important;
  }
}

.section__top-company {
  overflow: hidden;
  padding-bottom: 8.5714285714rem;
  margin-bottom: -8.5714285714rem;
}
@media screen and (max-width: 800px) {
  .section__top-company {
    padding-bottom: 6.0714285714rem;
    margin-bottom: 0;
  }
}
.section__top-company-content {
  max-width: 68.7142857143rem;
  padding-top: 1.7857142857rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .section__top-company-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0rem;
  }
}
.section__top-company-content p {
  width: calc(100% - 17rem);
  font-size: 1rem;
  font-weight: 200;
}
@media screen and (max-width: 800px) {
  .section__top-company-content p {
    width: 100%;
    line-height: 1.75;
  }
}
.section__top-company-content-btn {
  width: 17rem;
}
@media screen and (max-width: 800px) {
  .section__top-company-content-btn {
    padding-top: 3.5714285714rem;
    padding-left: 0rem;
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .section__top-company-content-btn {
    padding-top: 1.4285714286rem;
  }
}
.section__top-company-content-btn a {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 800px) {
  .section__top-company-content-btn a {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 800px) {
  .section__top-company .section__triangle {
    display: none;
  }
}

.section__top-recruit {
  padding-top: 1.4285714286rem;
}
@media screen and (max-width: 800px) {
  .section__top-recruit {
    padding-top: 4.2857142857rem;
  }
}
.section__top-recruit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 64.2857142857rem;
  margin: 0 auto;
  padding-top: 1.7857142857rem;
}
@media screen and (max-width: 800px) {
  .section__top-recruit-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.0714285714rem;
  }
}
@media screen and (max-width: 550px) {
  .section__top-recruit-block {
    padding-top: 1.0714285714rem;
  }
}
.section__top-recruit-title {
  color: #006993;
  font-size: 1.7142857143rem;
  width: calc(100% - 32.2142857143rem);
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .section__top-recruit-title {
    display: contents;
    padding-left: 4.2857142857rem;
    padding-right: 0rem;
  }
  .section__top-recruit-title br {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .section__top-recruit-title {
    font-size: 1.4285714286rem;
  }
}
.section__top-recruit-title p {
  padding-right: 5.7142857143rem;
  word-break: keep-all;
}
@media screen and (max-width: 800px) {
  .section__top-recruit-title p {
    font-size: 1.4285714286rem;
    padding-right: 0rem;
    padding-bottom: 1.7857142857rem;
    letter-spacing: 0;
    line-height: 1.75;
    word-break: break-all;
  }
}
.section__top-recruit-content {
  width: 32.2142857143rem;
}
@media screen and (max-width: 800px) {
  .section__top-recruit-content {
    width: 100%;
    padding-top: 0rem;
  }
}
.section__top-recruit-content p {
  font-size: 1rem;
  margin-bottom: 1.7857142857rem;
}
@media screen and (max-width: 800px) {
  .section__top-recruit-content p {
    line-height: 1.75;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.section__top-recruit-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .section__top-recruit-content-btn {
    display: -ms-grid;
    display: grid;
  }
}
.section__top-recruit-content .btn:nth-child(2) {
  margin-left: 1.4285714286rem;
}
@media screen and (max-width: 800px) {
  .section__top-recruit-content .btn:nth-child(2) {
    margin-left: 0rem;
    margin-top: 1.9285714286rem;
  }
}
.section__top-recruit-content .btn svg {
  width: 0.7952857143rem;
  height: 0.7952857143rem;
  margin-left: 0.6428571429rem;
}
@media screen and (min-width: 800px) {
  .section__top-recruit-content .btn:hover svg .cls-1 {
    stroke: #006993 !important;
  }
}

.section__top-services {
  background: #fff;
}
.section__top-services-block {
  padding: 4.2857142857rem 0 2.1428571429rem;
  background: #f6f7f7;
  margin: 0 1.0714285714rem;
  border-radius: 0.7142857143rem;
}
@media screen and (max-width: 800px) {
  .section__top-services-block {
    padding: 1.4285714286rem 0 1.7857142857rem;
    margin: 0 0.5714285714rem;
  }
}
.section__top-services .section__top-services-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .section__top-services .section__top-services-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section__top-services-description {
  width: 27.4285714286rem;
  padding-right: 5.7142857143rem;
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  .section__top-services-description {
    display: contents;
  }
}
.section__top-services-description p {
  margin-bottom: 2.1428571429rem;
  margin-top: 2.1428571429rem;
  max-width: 20.0714285714rem;
}
@media screen and (max-width: 800px) {
  .section__top-services-description p {
    margin-bottom: 1.4285714286rem;
    margin-top: 1.4285714286rem;
    max-width: 100%;
  }
}
.section__top-services-menu {
  width: calc(100% - 27.4285714286rem);
}
@media screen and (max-width: 800px) {
  .section__top-services-menu {
    width: 100%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.section__top-services-menu a {
  display: block;
  padding: 2.1428571429rem 0;
  position: relative;
  color: #000;
}
@media screen and (min-width: 800px) {
  .section__top-services-menu a:hover {
    color: #006993;
  }
}
.section__top-services-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#006993), color-stop(7.1428571429rem, #006993), color-stop(7.1428571429rem, rgba(0, 105, 147, 0.3)), to(rgba(0, 105, 147, 0.3)));
  background: linear-gradient(90deg, #006993 0%, #006993 7.1428571429rem, rgba(0, 105, 147, 0.3) 7.1428571429rem, rgba(0, 105, 147, 0.3) 100%);
}
@media screen and (max-width: 800px) {
  .section__top-services-menu a span {
    color: #006993;
  }
}
.section__top-services-menu a i {
  display: block;
  background: #e5f0f5;
  border-radius: 9999px;
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  position: absolute;
  top: 50%;
  right: 1.7857142857rem;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .section__top-services-menu a i {
    opacity: 1;
    width: 1.25rem;
    height: 1.25rem;
    right: 0;
  }
}
.section__top-services-menu a i::after {
  content: "";
  display: block;
  background: #006993;
  border-radius: 9999px;
  width: 0rem;
  height: 0rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 800px) {
  .section__top-services-menu a i::after {
    width: 0.508rem;
    height: 0.508rem;
  }
}
.section__top-services-menu a:hover i {
  opacity: 1;
}
.section__top-services-menu a:hover i::after {
  width: 1.016rem;
  height: 1.016rem;
}
@media screen and (max-width: 800px) {
  .section__top-services-menu a:hover i::after {
    width: 0.508rem;
    height: 0.508rem;
  }
}
.section__top-services-menu .num {
  font-size: 1.4285714286rem;
  display: block;
  font-weight: 500;
  color: #006993;
}
.section__top-services-menu p {
  font-size: 1.4285714286rem;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .section__top-services-menu p {
    padding-right: 1em;
  }
}
.section__top-services-menu span.en__name {
  font-size: 0.9285714286rem;
  letter-spacing: 0.05em;
  color: #006993;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .section__top-services-menu span.en__name {
    font-size: 0.8571428571rem;
  }
}

.section__top-product {
  padding: 7.1428571429rem 0;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .section__top-product {
    padding: 5.7142857143rem 0 0rem;
  }
}
.section__top-product__inner {
  background: #838383;
}

/* body
------------------------------------------- */
.subpage {
  z-index: 0;
  overflow-x: hidden;
  background: #fff;
}
.subpage .subpage-bg {
  width: 91.4285714286rem;
  height: 51.6428571429rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .subpage .subpage-bg {
    width: 14.5714285714rem;
    height: 8.4285714286rem;
    top: 10.7142857143rem;
  }
}
.subpage .header {
  background: #fff;
}
.subpage .header .header-menu {
  color: #000;
}
.subpage .header .header-logo .logo-white {
  display: none;
  opacity: 0;
}
.subpage .header .header-logo .logo-color {
  display: block;
  opacity: 1;
}
.subpage .header .header-bar i {
  background: #006993;
  height: 1px;
  width: 100%;
  display: block;
}
.subpage .header.scroll {
  background-color: #fff;
}
.subpage .header.is-bg {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.subpage .section__triangle {
  padding-left: 0;
}
@media screen and (max-width: 800px) {
  .subpage .section__triangle img {
    height: 3rem;
    width: 5.2142857143rem;
  }
}

.subpage__title {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.subpage__title::before {
  content: "";
  display: block;
  background-image: url(../images/common/triangle-subpage.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 41.4285714286rem;
  height: 23.5714285714rem;
  position: absolute;
  right: 0;
  bottom: 0.3571428571rem;
}
@media screen and (max-width: 800px) {
  .subpage__title::before {
    width: 14.5714285714rem;
    height: 8.4285714286rem;
    top: auto;
    bottom: 0.3571428571rem;
  }
}
.subpage__title__inner {
  padding-bottom: 4rem;
  padding-top: 6.8rem;
  margin-bottom: 0.7142857143rem;
  -webkit-box-shadow: -5px -5px 8px 8px rgba(0, 105, 153, 0.1);
          box-shadow: -5px -5px 8px 8px rgba(0, 105, 153, 0.1);
}
@media screen and (max-width: 800px) {
  .subpage__title__inner {
    padding-top: 5rem;
    padding-bottom: 0rem;
  }
}

/* section__ttl
------------------------------------------- */
.section__ttl-01 {
  font-size: 1.3rem;
  padding-bottom: 0.5714285714rem;
  position: relative;
  color: #006993;
  font-weight: 500;
}
.section__ttl-01::after {
  content: "";
  display: block;
  height: 0.0714285714rem;
  width: 2.1428571429rem;
  background-color: #006993;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section__ttl-below {
  font-size: 6.4285714286rem;
  color: #e5f0f5;
  line-height: 0.68;
  letter-spacing: 0.01em;
  margin-top: 2.1428571429rem;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .section__ttl-below {
    font-size: 3.5714285714rem;
  }
}

/* Recruit
---------------------------- */
.section__common-recruit {
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 4.2857142857rem;
}
@media screen and (max-width: 800px) {
  .section__common-recruit {
    padding-top: 4.2857142857rem;
  }
}
@media screen and (max-width: 800px) {
  .section__common-recruit h2 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .section__common-recruit .flow__text {
    color: #e5f0f5;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .section__common-recruit .flow__text {
    color: #e5f0f5;
  }
}
@media screen and (max-width: 800px) {
  .section__common-recruit .flow__text p {
    font-size: 3.5714285714rem;
  }
}
.section__common-recruit .section__top-recruit-block {
  padding-top: 4.2857142857rem;
}
@media screen and (max-width: 800px) {
  .section__common-recruit .section__top-recruit-block {
    padding-top: 2.1428571429rem;
  }
}
@media screen and (max-width: 800px) {
  .section__common-recruit .section__top-recruit-title p {
    padding-bottom: 1.4285714286rem;
  }
}
.section__common-recruit .section__triangle {
  position: relative;
  z-index: -1;
  margin-top: -3.5714285714rem;
}
@media screen and (max-width: 800px) {
  .section__common-recruit .section__triangle img {
    height: 9rem;
    width: 15.6428571429rem;
  }
}

/* 理念
---------------------------- */
.section__philosophy-statement {
  padding-top: 4.2857142857rem;
  padding-bottom: 3.5714285714rem;
  border-radius: 10px;
  margin-bottom: 1.0714285714rem;
}
@media screen and (max-width: 800px) {
  .section__philosophy-statement {
    margin-bottom: 0.5714285714rem;
  }
}
@media screen and (max-width: 800px) {
  .section__philosophy-statement .section__ttl-01 {
    margin-bottom: 2.5rem;
  }
}
.section__philosophy-statement__content {
  padding-left: 31%;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 800px) {
  .section__philosophy-statement__content {
    padding-left: 0;
  }
}
.section__philosophy-statement__content h4 {
  color: #006993;
  font-size: 1.7142857143rem;
  margin-bottom: 1.0714285714rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .section__philosophy-statement__content h4 {
    margin-top: 2.7142857143rem;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 1.7857142857rem;
  }
}
@media screen and (max-width: 550px) {
  .section__philosophy-statement__content h4 {
    font-size: 1.5rem;
  }
}
.section__philosophy-statement__content p {
  font-size: 1.1428571429rem;
  line-height: 1.87;
  max-width: 37.1428571429rem;
}
@media screen and (max-width: 550px) {
  .section__philosophy-statement__content p {
    font-size: 1.0714285714rem;
  }
}
.section__philosophy-statement__content p + p {
  margin-top: 1em;
}

/* 社名に込めた想い
---------------------------- */
.section__philosophy-essence {
  background-color: #F6F7F7;
  padding-top: 4.2857142857rem;
  padding-bottom: 2.8571428571rem;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .section__philosophy-essence {
    padding-top: 5.9285714286rem;
    padding-bottom: 2.3571428571rem;
  }
}
.section__philosophy-essence__ttl {
  font-weight: 400;
}
.section__philosophy-essence__content h4 {
  margin-top: 2.8571428571rem;
  font-size: 1.4285714286rem;
  margin-bottom: 2.1428571429rem;
  line-height: 1.4;
  padding-left: 4.2857142857rem;
}
@media screen and (max-width: 800px) {
  .section__philosophy-essence__content h4 {
    padding-left: 0;
  }
}
.section__philosophy-essence__content h4 .en {
  color: #006993;
  font-size: 0.9285714286rem;
  display: block;
  margin-top: 0.7142857143rem;
}
@media screen and (max-width: 550px) {
  .section__philosophy-essence__content h4 .en {
    font-size: 0.8571428571rem;
  }
}
.section__philosophy-essence__content p {
  font-size: 1rem;
  line-height: 1.75;
  padding-left: 4.2857142857rem;
}
@media screen and (max-width: 800px) {
  .section__philosophy-essence__content p {
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .section__philosophy-essence__content p {
    font-size: 1rem;
  }
}
.section__philosophy-essence .inner {
  position: relative;
}
.section__philosophy-essence .section__philosophy-essence-image {
  width: 30.2142857143rem;
  max-width: 37%;
  position: absolute;
  right: 4.2857142857rem;
  top: 0;
}
@media screen and (max-width: 800px) {
  .section__philosophy-essence .section__philosophy-essence-image {
    width: 20.5rem;
    max-width: 100%;
    right: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.5;
  }
}

/* カルチャー
---------------------------- */
.section__philosophy-culture {
  padding-top: 7.1428571429rem;
}
@media screen and (max-width: 800px) {
  .section__philosophy-culture {
    padding-top: 4.4285714286rem;
  }
}
.section__philosophy-culture .section__ttl-01 {
  margin-bottom: 3.2142857143rem;
}
.section__philosophy-culturebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .section__philosophy-culturebox {
    display: block;
  }
}
.section__philosophy-culturebox .btn {
  cursor: pointer;
}
.section__philosophy-culturebox-image {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .section__philosophy-culturebox-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.9285714286rem;
  }
}
.section__philosophy-culturebox-content {
  padding-left: 5.7142857143rem;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .section__philosophy-culturebox-content {
    width: 100%;
    padding-left: 0;
  }
}
.section__philosophy-culturebox-content-title {
  color: #006993;
  font-size: 1.4285714286rem;
}
.section__philosophy-culturebox-content-title .num {
  font-weight: 500;
}
.section__philosophy-culturebox-content-title p {
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.section__philosophy-culturebox-content-title small {
  font-size: 0.9285714286rem;
  line-height: 1;
  display: block;
  margin-top: 0.5714285714rem;
  line-height: 1.75;
}
@media screen and (max-width: 550px) {
  .section__philosophy-culturebox-content-title small {
    font-size: 0.8571428571rem;
    margin-top: 0.3571428571rem;
  }
}
.section__philosophy-culturebox-content-text {
  font-size: 1rem;
  margin-top: 1.0714285714rem;
}
@media screen and (max-width: 550px) {
  .section__philosophy-culturebox-content-text {
    font-size: 1rem;
    margin-top: 1.2857142857rem;
  }
}
.section__philosophy-culturebox-gray {
  background: rgba(165, 174, 180, 0.1);
  border-radius: 0.7142857143rem;
  padding: 3.2142857143rem 0;
}
@media screen and (max-width: 800px) {
  .section__philosophy-culturebox-gray {
    padding: 1.5714285714rem 0;
  }
}
.section__philosophy-culturebox-imageRight .section__philosophy-culturebox-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 4.2857142857rem;
  padding-right: 4.2857142857rem;
}
@media screen and (max-width: 800px) {
  .section__philosophy-culturebox-imageRight .section__philosophy-culturebox-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.section__philosophy-culturebox-imageRight .section__philosophy-culturebox-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section__philosophy-culturebox-03 {
  padding-top: 7.1428571429rem;
}
@media screen and (max-width: 800px) {
  .section__philosophy-culturebox-03 {
    padding-top: 4.4642857143rem;
  }
}
.section__philosophy-culturebox-05 {
  padding-top: 7.1428571429rem;
}
@media screen and (max-width: 800px) {
  .section__philosophy-culturebox-05 {
    padding-top: 4.4642857143rem;
  }
}
.section__philosophy-culturebox-05 + .section__ttl-below {
  padding: 2.8571428571rem 0 0.7142857143rem;
}
@media screen and (max-width: 800px) {
  .section__philosophy-culturebox-05 + .section__ttl-below {
    padding-top: 0;
    margin-top: 1.4285714286rem;
    font-size: 3.5714285714rem;
  }
}

/* 概要
---------------------------- */
.section__services-meta {
  padding-top: 3.5714285714rem;
}
@media screen and (max-width: 800px) {
  .section__services-meta {
    padding-top: 5rem;
  }
}
.section__services-meta p {
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  .section__services-meta p {
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .section__services-meta p {
    font-size: 1rem;
  }
}

.section__services-culture {
  padding-top: 4.2857142857rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .section__services-culture {
    margin-top: 3.3571428571rem;
  }
}
@media screen and (max-width: 800px) {
  .section__services-culture::before {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 3.5714285714rem);
    background-color: rgba(0, 105, 153, 0.3);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 800px) {
  .section__services-culture::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #006993;
    width: 21%;
    position: absolute;
    top: 0;
    left: 1.7857142857rem;
  }
}

.section__philosophy-culturebox-content .btn {
  margin-top: 2.5rem;
}

/* popup
---------------------------- */
.popup {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 4.2857142857rem;
  display: none;
}
@media screen and (max-width: 550px) {
  .popup {
    padding: 2.8571428571rem 0.5rem;
  }
}
.popup-inner {
  background: #fff;
  border-radius: 0.7142857143rem;
  padding: 7.1428571429rem;
  max-width: 80.7142857143rem;
  margin: 0 auto;
  overflow-y: scroll;
  height: calc(100vh - 8.5714285714rem);
  position: relative;
}
@media screen and (max-width: 800px) {
  .popup-inner {
    padding: 2.8571428571rem;
    height: calc(100vh - 5.7142857143rem);
  }
}
@media screen and (max-width: 550px) {
  .popup-inner {
    padding: 4.2857142857rem 1.4285714286rem;
    height: calc(100vh - 8.5714285714rem);
  }
}
.popup-inner-box {
  background: #fff;
  border-radius: 0.7142857143rem;
  overflow: hidden;
  max-width: 80.7142857143rem;
  margin: 0 auto;
  height: 100%;
}
.popup-inner-content {
  max-width: 66.4285714286rem;
  margin: 0 auto;
}
.popup-inner-content .section__ttl-01 br.sp {
  display: none;
}
@media screen and (max-width: 550px) {
  .popup-inner-content .section__ttl-01 br.sp {
    display: block;
  }
}
.popup-inner h3 {
  margin-bottom: 2.8571428571rem;
}
@media screen and (max-width: 550px) {
  .popup-inner h3 {
    margin-bottom: 2.1428571429rem;
  }
}
.popup-inner h4 {
  color: #006993;
  padding-top: 2.5rem;
  padding-bottom: 0.7142857143rem;
  font-weight: 400;
}
@media screen and (max-width: 550px) {
  .popup-inner h4 {
    padding-top: 1.4285714286rem;
  }
}
.popup-inner ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.popup-inner .wrap-close {
  padding: 0 7.1428571429rem;
  max-width: 80.7142857143rem;
  width: 100%;
  position: absolute;
  top: 7.1428571429rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: fixed;
  height: 1.8108571429rem;
  z-index: 10;
}
@media screen and (max-width: 1050px) {
  .popup-inner .wrap-close {
    max-width: calc(100% - 7.1428571429rem);
    width: calc(100% - 7.1428571429rem);
  }
}
@media screen and (max-width: 800px) {
  .popup-inner .wrap-close {
    padding: 0 2.8571428571rem;
    height: 1.2142857143rem;
  }
}
@media screen and (max-width: 550px) {
  .popup-inner .wrap-close {
    width: 100%;
    max-width: 100%;
    top: 4.6428571429rem;
  }
}
.popup-inner .close {
  cursor: pointer;
  width: 1.8108571429rem;
  height: 1.8108571429rem;
  z-index: 10;
  position: absolute;
  right: 3.5714285714rem;
}
@media screen and (max-width: 800px) {
  .popup-inner .close {
    right: 2.8571428571rem;
    width: 1.2142857143rem;
    height: 1.2142857143rem;
  }
}
@media screen and (max-width: 550px) {
  .popup-inner .close {
    right: 1.7857142857rem;
  }
}
@media screen and (max-width: 800px) {
  .popup .section__ttl-01 {
    line-height: 1.5;
  }
}

/*
---------------------------- */
.section__company-about {
  padding-bottom: 1.0714285714rem;
}
@media screen and (max-width: 800px) {
  .section__company-about {
    padding-bottom: 0rem;
  }
}
.section__company-about-box {
  border-radius: 0.7142857143rem;
  padding-top: 4.2857142857rem;
  padding-bottom: 4.2857142857rem;
}
@media screen and (max-width: 800px) {
  .section__company-about-box {
    padding-bottom: 3.5714285714rem;
  }
}
.section__company-about-box .section__ttl-below {
  padding: 2.8571428571rem 0 0;
}
@media screen and (max-width: 800px) {
  .section__company-about-box .section__ttl-below {
    padding-top: 0rem;
    margin-top: 2.8571428571rem;
    font-size: 3.5714285714rem;
  }
}

.section__company-about-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 4.2857142857rem 50%;
  grid-template-columns: 50% 50%;
  gap: 4.2857142857rem;
  font-size: 1rem;
  margin-top: 1.4285714286rem;
}
@media screen and (max-width: 800px) {
  .section__company-about-detail {
    -ms-grid-columns: none;
    grid-template-columns: none;
    gap: 0;
  }
}
.section__company-about-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5714285714rem 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .section__company-about-detail dl {
    display: -ms-grid;
    display: grid;
  }
}
.section__company-about-detail dl::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#006993), color-stop(7.1428571429rem, #006993), color-stop(7.1428571429rem, rgba(0, 105, 147, 0.3)), to(rgba(0, 105, 147, 0.3)));
  background: linear-gradient(90deg, #006993 0%, #006993 7.1428571429rem, rgba(0, 105, 147, 0.3) 7.1428571429rem, rgba(0, 105, 147, 0.3) 100%);
  position: absolute;
}
.section__company-about-detail dl dt {
  width: 7.1428571429rem;
  font-weight: 500;
}
.section__company-about-detail dl dd {
  width: calc(100% - 7.1428571429rem);
}

.section__company-image {
  padding-bottom: 7.1428571429rem;
  margin-top: 1.0714285714rem;
}
@media screen and (max-width: 800px) {
  .section__company-image {
    padding-bottom: 5.8928571429rem;
  }
}

.section__company-access {
  background: #F6F7F7;
  border-radius: 0.7142857143rem;
  padding-top: 5.7142857143rem;
  padding-bottom: 3.5714285714rem;
}
@media screen and (max-width: 800px) {
  .section__company-access {
    padding-top: 4.2857142857rem;
    padding-bottom: 3.5714285714rem;
  }
}
.section__company-access .section__ttl-below {
  padding: 2.8571428571rem 0 0;
}
@media screen and (max-width: 800px) {
  .section__company-access .section__ttl-below {
    padding-top: 0;
    margin-top: 2.8571428571rem;
    font-size: 3.5714285714rem;
  }
}
.section__company-access-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.8571428571rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .section__company-access-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section__company-access-box-detail {
  width: 26.4285714286rem;
}
@media screen and (max-width: 800px) {
  .section__company-access-box-detail {
    width: 100%;
  }
}
.section__company-access-box-detail img {
  width: 17.1428571429rem;
}
@media screen and (max-width: 550px) {
  .section__company-access-box-detail img {
    width: 11.8571428571rem;
  }
}
.section__company-access-box-detail dl {
  padding: 2.5rem 0;
  position: relative;
  font-size: 1rem;
}
.section__company-access-box-detail dl::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#006993), color-stop(7.1428571429rem, #006993), color-stop(7.1428571429rem, rgba(0, 105, 147, 0.3)), to(rgba(0, 105, 147, 0.3)));
  background: linear-gradient(90deg, #006993 0%, #006993 7.1428571429rem, rgba(0, 105, 147, 0.3) 7.1428571429rem, rgba(0, 105, 147, 0.3) 100%);
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section__company-access-box-detail dl dt {
  color: #006993;
  margin-bottom: 0.7142857143rem;
  font-weight: 500;
}
.section__company-access-box-map {
  margin-top: 5.7142857143rem;
  width: calc(100% - 26.4285714286rem);
  padding-left: 3.2142857143rem;
}
@media screen and (max-width: 800px) {
  .section__company-access-box-map {
    width: 100%;
    margin-top: 3.5714285714rem;
    padding-left: 0rem;
  }
}
@media screen and (max-width: 550px) {
  .section__company-access-box-map {
    width: 100%;
  }
}
.section__company-access-box-map iframe {
  width: 100%;
  border-radius: 0.7142857143rem;
}
@media screen and (max-width: 550px) {
  .section__company-access-box-map iframe {
    height: 240px !important;
  }
}

.color_b {
  color: #006993;
}

.page-recruit .section__common-recruit .inner {
  display: none;
}
.page-recruit .c-col2__block {
  margin-top: 3.5714285714rem;
}
@media screen and (max-width: 800px) {
  .page-recruit .c-col2__block {
    margin-top: 4.2857142857rem;
  }
}
.page-recruit .section__common-recruit {
  padding-top: 1.4285714286rem;
}
@media screen and (max-width: 800px) {
  .page-recruit .loop__title {
    font-size: 3.4285714286rem;
  }
}
@media screen and (max-width: 550px) {
  .page-recruit .loop__title {
    font-size: 3.2142857143rem;
  }
}

.section__pagerecruit-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  padding-top: 2.1428571429rem;
}
@media screen and (max-width: 800px) {
  .section__pagerecruit-message {
    padding-top: 1.4285714286rem;
  }
}
.section__pagerecruit-message p {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .section__pagerecruit-message p {
    text-align: left;
  }
}
.section__pagerecruit-message small {
  font-weight: 400;
}
