@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #10069f;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #10069f;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

:root {
  --scale-base: 0vw; /* 初期値（JSで上書きされる） */
}

body {
  width: 100%;
  background: url("../img/bg.jpg") top center repeat-y;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    background: url("../img/bg_sp.jpg") top center repeat-y;
    background-size: 100% auto;
    overflow: auto;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
header.first-anim {
  -webkit-animation: intro-anim 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: intro-anim 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
header h1 {
  display: block;
  position: absolute;
  top: calc(0.028125 * var(--scale-base));
  left: calc(0.028125 * var(--scale-base));
  width: calc(0.23125 * var(--scale-base));
  opacity: 0;
  -webkit-transition: opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
  pointer-events: none;
}
header h1.show {
  opacity: 1;
  pointer-events: auto;
}
header h1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  header h1 {
    display: none;
  }
}
header nav {
  position: absolute;
  top: calc(0.025 * var(--scale-base));
  right: calc(0.028125 * var(--scale-base));
  font-family: "Lato", serif;
}
@media screen and (max-width: 768px) {
  header nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: url("../img/bg_nav.jpg") top center;
    background-size: 100% auto;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 初期（右に隠す） */
    clip-path: inset(0 100% 0 0);
    -webkit-transition: clip-path 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: clip-path 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  }
  header nav.open {
    /* 左から展開 */
    clip-path: inset(0 0 0 0);
  }
  header nav.close {
    /* 左から右に押し出す */
    clip-path: inset(0 0 0 100%);
  }
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(0.028125 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  header nav ul {
    display: block;
    width: calc(0.8 * var(--scale-base));
    margin: 0 auto;
  }
}
header nav ul li {
  position: relative;
  font-size: calc(0.0111111111 * var(--scale-base));
  line-height: 1;
  letter-spacing: 0.06em;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header nav ul li {
    font-size: 3.1460674157svh;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 3.1460674157svh 0;
  }
}
header nav ul li span {
  position: relative;
  display: inline-block;
  padding: calc(0.00390625 * var(--scale-base)) calc(0.003125 * var(--scale-base));
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header nav ul li span {
    padding: 0.7490636704svh 0.4494382022svh;
    text-align: center;
  }
}
header nav ul li span:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000082;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
@media screen and (max-width: 768px) {
  header nav ul li span:before {
    background: #fff;
  }
}
header nav ul li.active span:before {
  -webkit-animation: intro-in 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: intro-in 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media screen and (min-width: 769px) {
  header nav ul li:not(.active):hover span:before {
    -webkit-animation: intro-in 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: intro-in 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  header nav ul li:not(.active):not(:hover) span:before {
    -webkit-animation: intro-out 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: intro-out 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
}
@-webkit-keyframes intro-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes intro-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes intro-in {
  0% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes intro-in {
  0% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes intro-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
}
@keyframes intro-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
}
header .btnNavi {
  position: absolute;
  top: 36px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10;
}
header .btnNavi.enabled {
  pointer-events: none;
}
header .btnNavi.is-white span {
  background: #fff;
}
@media screen and (min-width: 769px) {
  header .btnNavi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .btnNavi {
    padding: 7px 0;
  }
}
header .btnNavi span {
  position: relative;
  display: block;
  width: 32px;
  height: 3px;
  background: #000082;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .btnNavi span {
    width: 30px;
    height: 2px;
  }
}
header .btnNavi span:nth-child(n+2) {
  margin: 8px auto 0;
}
header .btnNavi.active span {
  background: #fff;
}
header .btnNavi.active span:nth-child(1) {
  -webkit-transform: translate(0px, 5px) rotate(45deg);
          transform: translate(0px, 5px) rotate(45deg);
}
header .btnNavi.active span:nth-child(2) {
  -webkit-transform: translate(0px, -5px) rotate(-45deg);
          transform: translate(0px, -5px) rotate(-45deg);
}

#wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap {
    position: relative;
    width: 100%;
    height: auto;
  }
}
#wrap .pc-h1 {
  position: absolute;
  top: calc(0.025 * var(--scale-base));
  left: calc(0.0333333333 * var(--scale-base));
  font-size: calc(0.0222222222 * var(--scale-base));
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "lato", serif;
  height: calc(0.0277777778 * var(--scale-base));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #wrap .pc-h1 {
    display: none;
  }
}
#wrap .pc-h1 li {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#wrap .pc-h1 li.is-active {
  opacity: 1;
  visibility: visible;
}
#wrap .pc-h1 li.is-animating {
  visibility: visible;
}
#wrap .pc-h1 li span {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#wrap .pc-h1 li.is-enter {
  opacity: 1;
  visibility: visible;
}
#wrap .pc-h1 li.is-enter span {
  -webkit-animation: titleMaskIn 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: titleMaskIn 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
#wrap .pc-h1 li.is-leave {
  opacity: 1;
  visibility: visible;
}
#wrap .pc-h1 li.is-leave span {
  -webkit-animation: titleMaskOut 0.45s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: titleMaskOut 0.45s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@-webkit-keyframes titleMaskIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes titleMaskIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes titleMaskOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes titleMaskOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
#wrap main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main {
    position: relative;
    width: 100%;
    height: auto;
  }
}
#wrap main section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section:nth-child(n+2) {
    padding: calc(0.16 * var(--scale-base)) 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  #wrap main section:not(:nth-child(1)) {
    display: none;
  }
}
#wrap main section .page-title {
  position: absolute;
  top: calc(0.0140625 * var(--scale-base));
  left: calc(0.028125 * var(--scale-base));
  font-size: calc(0.0222222222 * var(--scale-base));
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "lato", serif;
}
@media screen and (max-width: 768px) {
  #wrap main section .page-title {
    position: relative;
    top: auto;
    left: auto;
    width: calc(0.84 * var(--scale-base));
    margin: 0 auto calc(0.08 * var(--scale-base));
    font-size: calc(0.0426666667 * var(--scale-base));
  }
}
#wrap main section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  width: calc(0.7986111111 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main section .container {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: calc(0.84 * var(--scale-base));
    margin: 0 auto;
  }
}
#wrap main section .container h3 {
  font-size: calc(0.025 * var(--scale-base));
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #wrap main section .container h3 {
    font-size: calc(0.048 * var(--scale-base));
  }
}
#wrap main section .container h4 {
  font-size: calc(0.0197916667 * var(--scale-base));
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  #wrap main section .container h4 {
    font-size: calc(0.048 * var(--scale-base));
    line-height: 1.45;
  }
}
#wrap main section .container .p-box {
  margin-top: calc(0.0328125 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main section .container .p-box {
    margin-top: calc(0.1013333333 * var(--scale-base));
  }
}
#wrap main section .container .p-box p {
  font-size: calc(0.0118055556 * var(--scale-base));
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #wrap main section .container .p-box p {
    font-size: calc(0.0293333333 * var(--scale-base));
    line-height: 1.6;
  }
}
#wrap main section .container .p-box p:nth-child(n+2) {
  margin-top: calc(0.009375 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main section .container .p-box p:nth-child(n+2) {
    margin-top: calc(0.0373333333 * var(--scale-base));
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top {
    position: relative;
    display: block;
  }
}
#wrap main .sec-top .page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-1 {
    display: block;
    height: 100dvh;
  }
}
#wrap main .sec-top .page-1 .logo {
  position: absolute;
  width: calc(0.2916666667 * var(--scale-base));
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-1 .logo {
    width: calc(0.5653333333 * var(--scale-base));
    top: 48%;
  }
}
#wrap main .sec-top .page-1 .logo .inner {
  opacity: 0;
}
#wrap main .sec-top .page-1 .logo .inner.first-anim {
  -webkit-animation: intro-anim 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: intro-anim 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#wrap main .sec-top .page-1 .logo img {
  width: 100%;
  height: auto;
  display: block;
}
#wrap main .sec-top .page-1 .news-box {
  position: absolute;
  bottom: calc(0.028125 * var(--scale-base));
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-1 .news-box {
    bottom: calc(0.1333333333 * var(--scale-base));
  }
}
#wrap main .sec-top .page-1 .news-box .inner {
  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;
  line-height: 1;
  font-size: 16px;
  font-size: calc(0.0104166667 * var(--scale-base));
  letter-spacing: 0.08em;
  opacity: 0;
}
#wrap main .sec-top .page-1 .news-box .inner.first-anim {
  -webkit-animation: intro-anim 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: intro-anim 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-1 .news-box .inner {
    font-size: calc(0.0266666667 * var(--scale-base));
    letter-spacing: 0.02em;
  }
}
#wrap main .sec-top .page-1 .news-box .inner h2 {
  font-family: "Lato", serif;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-1 .news-box .inner h2 {
    margin-right: calc(0.0293333333 * var(--scale-base));
  }
}
#wrap main .sec-top .page-1 .news-box .inner p.date {
  font-family: "Lato", serif;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-1 .news-box .inner p.date {
    margin-right: calc(0.016 * var(--scale-base));
  }
}
#wrap main .sec-top .page-1 .news-box .inner p.text {
  position: relative;
  top: -1px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-1 .news-box .inner p.text {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-2 {
    padding: calc(0.16 * var(--scale-base)) 0;
  }
}
#wrap main .sec-top .page-2 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-2 .container {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
#wrap main .sec-top .page-2 .container .logo {
  position: relative;
  top: calc(0.0111111111 * var(--scale-base));
  width: calc(0.2319444444 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-2 .container .logo {
    display: none;
  }
}
#wrap main .sec-top .page-2 .container .logo img {
  width: 100%;
  height: auto;
}
#wrap main .sec-top .page-2 .container .text-box {
  width: calc(0.4916666667 * var(--scale-base));
  white-space: nowrap;
  margin-left: calc(0.09375 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-top .page-2 .container .text-box {
    width: calc(0.84 * var(--scale-base));
    margin: 0 auto;
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-vision {
    background: #000082;
    color: #fff;
  }
}
#wrap main .sec-vision .container {
  width: calc(0.7986111111 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-vision .container {
    width: calc(0.84 * var(--scale-base));
    margin: 0 auto;
  }
}
#wrap main .sec-about {
  display: block !important;
}
#wrap main .sec-about .page-1 {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .page-1 {
    display: block;
  }
}
#wrap main .sec-about .page-1 .container {
  width: calc(0.7986111111 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .page-1 .container {
    width: calc(0.84 * var(--scale-base));
  }
}
#wrap main .sec-about .page-1 .container h4 img {
  position: relative;
  top: calc(0.00625 * var(--scale-base));
  display: inline-block;
  width: calc(0.3298611111 * var(--scale-base));
  height: auto;
  margin-right: calc(0.0046875 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .page-1 .container h4 img {
    width: calc(0.7066666667 * var(--scale-base));
    top: calc(0.016 * var(--scale-base));
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .page-2 {
    margin: calc(0.12 * var(--scale-base)) auto 0;
  }
}
#wrap main .sec-about .page-2 .container {
  width: calc(0.7986111111 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .page-2 .container {
    width: calc(0.84 * var(--scale-base));
  }
}
#wrap main .sec-about .page-2 .container h5 {
  font-size: calc(0.0118055556 * var(--scale-base));
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .page-2 .container h5 {
    display: none;
  }
}
#wrap main .sec-about .page-2 .container .image {
  width: 80%;
  margin: calc(0.0390625 * var(--scale-base)) auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .page-2 .container .image {
    width: calc(0.512 * var(--scale-base));
    margin: 0 auto;
  }
}
#wrap main .sec-about .page-2 .container .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-service {
    background: #000082;
    color: #fff;
  }
}
#wrap main .sec-service .container > .flex-box {
  margin-top: calc(0.046875 * var(--scale-base));
  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) {
  #wrap main .sec-service .container > .flex-box {
    display: block;
    margin: calc(0.0853333333 * var(--scale-base)) auto 0;
    width: calc(0.84 * var(--scale-base));
  }
}
#wrap main .sec-service .container > .flex-box ul.service-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#wrap main .sec-service .container > .flex-box ul.service-box li:nth-child(n+2) {
  margin-top: calc(0.05 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-service .container > .flex-box ul.service-box li:nth-child(n+2) {
    margin-top: calc(0.0866666667 * var(--scale-base));
  }
}
#wrap main .sec-service .container > .flex-box ul.service-box li .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-service .container > .flex-box ul.service-box li .flex-box {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .num {
  width: calc(0.0402777778 * var(--scale-base));
  height: auto;
  margin-right: calc(0.0125 * var(--scale-base));
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .num {
    width: calc(0.096 * var(--scale-base));
    margin-right: calc(0.0293333333 * var(--scale-base));
  }
}
#wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .num img {
  width: 100%;
  height: auto;
}
#wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .text-box {
  margin-top: calc(-0.0013888889 * var(--scale-base));
}
#wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .text-box h3 {
  font-size: calc(0.0138888889 * var(--scale-base));
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .text-box h3 {
    font-size: calc(0.0373333333 * var(--scale-base));
  }
}
#wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .text-box .p-box {
  margin-top: calc(0.0046875 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .text-box .p-box {
    display: none;
  }
}
#wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .text-box .p-box p {
  font-size: calc(0.0076388889 * var(--scale-base));
  line-height: 1.65;
  letter-spacing: 0.06em;
}
#wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .text-box .p-box p:nth-child(n+2) {
  margin-top: calc(0.009375 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-service .container > .flex-box ul.service-box li .flex-box .text-box .p-box {
    margin-top: 0.5992509363svh;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-service .container > .flex-box ul.service-box li > .p-box {
    margin-top: calc(0.0293333333 * var(--scale-base));
  }
  #wrap main .sec-service .container > .flex-box ul.service-box li > .p-box p {
    font-size: calc(0.0266666667 * var(--scale-base));
  }
}
#wrap main .sec-service .container > .flex-box .image-box {
  width: calc(0.4305555556 * var(--scale-base));
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-service .container > .flex-box .image-box {
    margin: calc(0.1333333333 * var(--scale-base)) auto 0;
    width: 100%;
  }
}
#wrap main .sec-service .container > .flex-box .image-box img {
  width: 100%;
  height: auto;
}
#wrap main .sec-client .container h5 {
  font-size: calc(0.0135416667 * var(--scale-base));
  line-height: 1.45;
  font-weight: 700;
  margin-top: calc(0.0277777778 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-client .container h5 {
    margin: calc(0.08 * var(--scale-base)) auto 0;
    font-size: calc(0.0373333333 * var(--scale-base));
    letter-spacing: 0.02em;
  }
}
#wrap main .sec-client .container ul.client-box {
  margin-top: calc(0.025 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-client .container ul.client-box {
    margin: calc(0.08 * var(--scale-base)) auto 0;
  }
}
#wrap main .sec-client .container ul.client-box li:nth-child(n+2) {
  margin-top: calc(0.01875 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-client .container ul.client-box li:nth-child(n+2) {
    margin-top: calc(0.0426666667 * var(--scale-base)) !important;
  }
}
#wrap main .sec-client .container ul.client-box li h6 {
  font-size: calc(0.009375 * var(--scale-base));
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-client .container ul.client-box li h6 {
    font-size: calc(0.0237333333 * var(--scale-base));
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
}
#wrap main .sec-client .container ul.client-box li .p-box {
  margin-top: calc(0.00625 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-client .container ul.client-box li .p-box {
    margin-top: calc(0.0106666667 * var(--scale-base));
  }
}
#wrap main .sec-client .container ul.client-box li .p-box p {
  font-size: calc(0.0083333333 * var(--scale-base));
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#wrap main .sec-client .container ul.client-box li .p-box p:nth-child(n+2) {
  margin-top: calc(0.009375 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-client .container ul.client-box li .p-box p {
    font-size: 1.3483146067svh;
    line-height: 1.4;
  }
  #wrap main .sec-client .container ul.client-box li .p-box p:nth-child(n+2) {
    margin-top: 0.5992509363svh;
  }
}
#wrap main .sec-client .note {
  position: absolute;
  bottom: calc(0.0333333333 * var(--scale-base));
  right: calc(0.0944444444 * var(--scale-base));
  font-size: calc(0.00625 * var(--scale-base));
  text-align: right;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-client .note {
    bottom: auto;
    right: auto;
    position: relative;
    text-align: left;
    width: calc(0.84 * var(--scale-base));
    margin: calc(0.08 * var(--scale-base)) auto 0;
    font-size: calc(0.0186666667 * var(--scale-base));
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team {
    background: #000082;
    color: #fff;
  }
}
#wrap main .sec-team .container .ttl-box {
  font-size: calc(0.0138888889 * var(--scale-base));
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .ttl-box {
    font-size: calc(0.0266666667 * var(--scale-base));
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}
#wrap main .sec-team .container .ttl-box span.logo {
  position: relative;
  top: calc(0.0041666667 * var(--scale-base));
  display: inline-block;
  width: calc(0.2125 * var(--scale-base));
  margin-right: calc(0.0041666667 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .ttl-box span.logo {
    width: calc(0.4666666667 * var(--scale-base));
    display: inline-block;
  }
}
#wrap main .sec-team .container .ttl-box span.logo img {
  width: 100%;
  height: auto;
  display: inline-block;
}
#wrap main .sec-team .container .ttl-box span.logo img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .ttl-box span.logo img.sp {
    display: inline-block;
  }
  #wrap main .sec-team .container .ttl-box span.logo img.pc {
    display: none;
  }
}
#wrap main .sec-team .container .ttl-box.margin {
  margin-top: calc(0.0166666667 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .ttl-box.margin {
    margin-top: calc(0.0426666667 * var(--scale-base));
  }
}
#wrap main .sec-team .container .team-box {
  position: relative;
  width: calc(0.5652777778 * var(--scale-base));
  margin: calc(0.0416666667 * var(--scale-base)) auto 0;
  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) {
  #wrap main .sec-team .container .team-box {
    display: block;
    width: 100%;
    margin: calc(0.0746666667 * var(--scale-base)) auto 0;
  }
}
#wrap main .sec-team .container .team-box li {
  position: relative;
  border: 1px solid #000082;
  width: calc(0.2527777778 * var(--scale-base));
  padding: calc(0.0166666667 * var(--scale-base)) calc(0.0194444444 * var(--scale-base)) calc(0.0138888889 * var(--scale-base));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li {
    width: 100%;
    border: 1px solid #fff;
    padding: calc(0.06 * var(--scale-base)) calc(0.048 * var(--scale-base)) calc(0.048 * var(--scale-base));
  }
}
#wrap main .sec-team .container .team-box li.icon {
  position: relative;
  border: none;
  width: calc(0.0291666667 * var(--scale-base));
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: calc(0.1215277778 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li.icon {
    top: auto;
    width: calc(0.0533333333 * var(--scale-base));
    margin: 0 auto;
    padding: calc(0.0213333333 * var(--scale-base)) 0;
  }
}
#wrap main .sec-team .container .team-box li.icon img {
  display: block;
  width: 100%;
  height: auto;
}
#wrap main .sec-team .container .team-box li.icon img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li.icon img.sp {
    display: block;
  }
  #wrap main .sec-team .container .team-box li.icon img.pc {
    display: none;
  }
}
#wrap main .sec-team .container .team-box li .logo {
  width: calc(0.1416666667 * var(--scale-base));
  margin: 0 auto;
  height: calc(0.0416666667 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li .logo {
    width: calc(0.3733333333 * var(--scale-base));
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li .logo .pc {
    display: none;
  }
}
#wrap main .sec-team .container .team-box li .logo .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li .logo .sp {
    display: block;
  }
}
#wrap main .sec-team .container .team-box li .logo.gp img {
  top: calc(0.0055555556 * var(--scale-base));
}
#wrap main .sec-team .container .team-box li .logo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#wrap main .sec-team .container .team-box li .p-box {
  margin-top: calc(0.0111111111 * var(--scale-base));
  font-size: calc(0.008125 * var(--scale-base));
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li .p-box {
    margin-top: calc(0.0533333333 * var(--scale-base));
    font-size: calc(0.0213333333 * var(--scale-base));
  }
}
#wrap main .sec-team .container .team-box li .p-box p {
  font-size: calc(0.0081944444 * var(--scale-base));
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li .p-box p {
    font-size: calc(0.024 * var(--scale-base));
    line-height: 1.55;
  }
}
#wrap main .sec-team .container .team-box li .p-box p:nth-child(n+2) {
  margin-top: calc(0.0083333333 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li .p-box p:nth-child(n+2) {
    margin-top: calc(0.032 * var(--scale-base));
  }
}
#wrap main .sec-team .container .team-box li .link {
  position: relative;
  margin-top: calc(0.0111111111 * var(--scale-base));
  font-size: calc(0.0083333333 * var(--scale-base));
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li .link {
    margin-top: calc(0.048 * var(--scale-base));
    font-size: calc(0.024 * var(--scale-base));
  }
}
#wrap main .sec-team .container .team-box li .link a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-family: "lato", serif;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li .link a {
    color: #fff;
  }
}
#wrap main .sec-team .container .team-box li .link a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000082;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-team .container .team-box li .link a:before {
    height: 1px;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-news {
    padding-bottom: calc(0.0426666667 * var(--scale-base)) !important;
  }
}
#wrap main .sec-news .container {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 25% !important;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-news .container {
    -webkit-transform: none;
            transform: none;
    top: auto;
  }
}
#wrap main .sec-news .container ul.news-box li:nth-child(n+2) {
  margin-top: calc(0.009375 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-news .container ul.news-box li:nth-child(n+2) {
    margin-top: calc(0.048 * var(--scale-base));
  }
}
#wrap main .sec-news .container ul.news-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-news .container ul.news-box li {
    display: block;
  }
}
#wrap main .sec-news .container ul.news-box li p {
  margin-top: calc(0.009375 * var(--scale-base));
  font-size: calc(0.0125 * var(--scale-base));
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-news .container ul.news-box li p {
    font-size: calc(0.0266666667 * var(--scale-base));
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}
#wrap main .sec-news .container ul.news-box li p.date {
  margin-right: calc(0.015625 * var(--scale-base));
}
@media screen and (max-width: 768px) {
  #wrap main .sec-news .container ul.news-box li p.date {
    margin-right: 0;
    line-height: 1;
  }
}
#wrap main .sec-news .container ul.news-box li a {
  display: inline-block;
}
#wrap main .sec-news .copyright {
  position: absolute;
  bottom: calc(0.0333333333 * var(--scale-base));
  right: calc(0.0944444444 * var(--scale-base));
  font-size: calc(0.0083333333 * var(--scale-base));
  text-align: right;
  letter-spacing: 0em;
  font-family: "Lato", serif;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-news .copyright {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: calc(0.0186666667 * var(--scale-base));
    width: calc(0.84 * var(--scale-base));
    text-align: right;
    margin: calc(0.32 * var(--scale-base)) auto 0;
  }
}

@media screen and (min-width: 769px) {
  .illust-anim {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}

@media screen and (min-width: 769px) {
  .illust-anim.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}

@media screen and (min-width: 769px) {
  .page-section {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    display: block !important;
  }
  /* 通常表示中 */
  .page-section.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
  }
  /* アニメーション中は見えるようにする */
  .page-section.is-animating {
    visibility: visible;
    pointer-events: none;
  }
  /* 次へ進む時：新しいページが右から入る */
  .page-section.is-enter-next {
    z-index: 4;
    -webkit-animation: enterFromRight 0.7s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: enterFromRight 0.7s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
  /* 次へ進む時：今のページが左へ抜ける */
  .page-section.is-leave-next {
    z-index: 3;
    -webkit-animation: leaveToLeft 0.7s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: leaveToLeft 0.7s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
  /* 前へ戻る時：新しいページが左から入る */
  .page-section.is-enter-prev {
    z-index: 4;
    -webkit-animation: enterFromLeft 0.7s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: enterFromLeft 0.7s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
  /* 前へ戻る時：今のページが右へ抜ける */
  .page-section.is-leave-prev {
    z-index: 3;
    -webkit-animation: leaveToRight 0.7s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: leaveToRight 0.7s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
}
@-webkit-keyframes enterFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes enterFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes leaveToLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes leaveToLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes enterFromLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes enterFromLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes leaveToRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes leaveToRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
    visibility: visible;
  }
}/*# sourceMappingURL=style.css.map */