@charset "UTF-8";
/*
Theme Name: R4
Theme URI: テーマのURLを記入します
Author: 株式会社R4
Author URI: Hisasue
Version: 1.0
*/
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

blockquote, q {
  quotes: none;
}

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

code, kbd, samp {
  font-size: 1em;
}

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

table caption, table th {
  text-align: left;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
}

button {
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
}

button:disabled {
  cursor: default;
}

input[type=file], input[type=range] {
  border: none;
}

input[type=file], input[type=range], input[type=search], input[type=submit], input[type=text], input[type=button], input[type=email], input[type=number], input[type=password], input[type=reset], input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}

input:-webkit-autofill {
  background-color: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  min-height: 2em;
  overflow: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 5px;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --scale: 1;
}

body {
  color: #4c535b;
  letter-spacing: 0.08em;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  overflow-x: hidden;
}

.spview {
  display: none;
}

.letter {
  display: inline-block;
}

.js-fadeIn, .js-firstFadeIn, .js-secondFadeIn {
  opacity: 0;
  transform: translate(0px, 20px);
}

.js-fadeInLeft, .js-firstFadeInLeft {
  opacity: 0;
  transform: translate(-30px, 0px);
}

.js-textRotate span, .js-firstTextRotate span {
  transform: rotateY(90deg);
  opacity: 0;
  display: inline-block;
}

.js-textUp, .js-firstTextUp {
  overflow: hidden;
}

.js-textUp span, .js-firstTextUp span {
  transform: translateY(40px);
  display: inline-block;
}

.bgCircles {
  position: absolute;
  top: -10%;
  z-index: -1;
}

.mask {
  overflow: hidden;
  width: fit-content;
  overflow: hidden;
}
.mask .mask__inner {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background-color: transparent;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.advantageSection__subtitle--en.isPlay:before {
  background-color: #333333;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.button__linkOuter {
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  width: 210px;
  align-self: 1.5/1;
  cursor: pointer;
}
.button__linkOuter::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-left: solid 1px #b7c6d7;
  border-top: solid 1px #b7c6d7;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.button__linkOuter::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-right: solid 1px #b7c6d7;
  border-top: solid 1px #b7c6d7;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.button__linkOuter:hover {
  transition: 0.3s;
  scale: 0.9;
}
.button__linkOuter:hover::before {
  pointer-events: none;
}
.button__linkOuter:hover::after {
  pointer-events: none;
}
.button__linkOuter:hover .button__link {
  font-size: 2.2rem;
  background-color: #ECF3FA;
}
.button__linkOuter:hover .button__link::before {
  pointer-events: none;
}
.button__linkOuter:hover .button__link::after {
  pointer-events: none;
}
.button__linkOuter .button__link {
  display: inline-block;
  text-align: center;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  transition: 0.6s;
  width: 100%;
  height: 100%;
  line-height: 14rem;
  color: #4c535b;
}
.button__linkOuter .button__link::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-left: solid 1px #b7c6d7;
  border-bottom: solid 1px #b7c6d7;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  pointer-events: none;
}
.button__linkOuter .button__link::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-right: solid 1px #b7c6d7;
  border-bottom: solid 1px #b7c6d7;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pcview {
    display: none;
  }
  .spview {
    display: block;
  }
  .button__linkOuter {
    width: 120px;
    aspect-ratio: 1.5/1;
    position: relative;
    margin-top: 100px;
  }
  .button__linkOuter.pcview {
    display: none;
  }
  .button__linkOuter--button {
    display: inline-block;
    text-align: right;
    padding: 30px;
    font-size: 1.2rem;
    transition: 0.3s;
  }
  .button__linkOuter::before {
    content: "";
    width: 18px;
    height: 17px;
    position: absolute;
    border-left: solid 1px #b7c6d7;
    bottom: 0;
    left: 0;
    transition: 0.3s;
  }
  .button__linkOuter::after {
    content: "";
    width: 18px;
    height: 17px;
    position: absolute;
    border-right: solid 1px #b7c6d7;
    border-top: solid 1px #b7c6d7;
    top: 0;
    right: 0;
    transition: 0.3s;
  }
  .button__linkOuter:hover {
    transition: 0.3s;
  }
  .button__linkOuter:hover::before {
    top: 10px;
    left: 10px;
  }
  .button__linkOuter:hover::after {
    top: 10px;
    right: 10px;
  }
  .button__linkOuter:hover .button__link::before {
    bottom: 10px;
    left: 10px;
  }
  .button__linkOuter:hover .button__link::after {
    bottom: 10px;
    right: 10px;
  }
  .button__linkOuter .button__link {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 8rem;
  }
  .button__linkOuter .button__link::before {
    content: "";
    width: 18px;
    height: 17px;
    position: absolute;
    border-left: solid 1px #b7c6d7;
    border-bottom: solid 1px #b7c6d7;
    bottom: 0;
    left: 0;
    transition: 0.3s;
  }
  .button__linkOuter .button__link::after {
    content: "";
    width: 18px;
    height: 17px;
    position: absolute;
    border-right: solid 1px #b7c6d7;
    border-bottom: solid 1px #b7c6d7;
    bottom: 0;
    right: 0;
    transition: 0.3s;
  }
  .button__linkOuter .button__link:hover {
    background-color: #F9F9F9;
    font-size: 1.2rem;
  }
}
/* header */
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 20px 3.6458333333vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  transition: 0.3s;
}
.header .spview {
  display: none;
}
.header__bg {
  width: 100%;
  position: absolute;
  height: 100%;
}
.header.transform {
  background-color: rgba(255, 255, 255, 0.9019607843);
}
.header .logo {
  width: 153px;
}
.header__navWrapper {
  margin: 0 0 0 auto;
  white-space: nowrap;
  position: relative;
}
.header__navWrapper:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url("./img/figure_head_circle.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: -30px;
  bottom: -8px;
}

.global-nav-top ul {
  position: relative;
  margin-bottom: 10px;
}
.global-nav-top ul li a {
  color: #9b9b9b;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  font-weight: 500;
  position: relative;
  padding-top: 7px;
}
.global-nav-top ul li a::after {
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  background-color: #E01F0F;
  top: 0;
  transition: 0.3s;
  width: 0;
}
.global-nav ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
  line-height: 1;
}
.global-nav ul li {
  font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem);
  position: relative;
  transition: 0.2s;
}
.global-nav ul li a {
  color: #9b9b9b;
  transition: 0.2s;
}
.global-nav ul li:hover a {
  color: #E01F0F !important;
}
.global-nav ul li:hover a::after {
  width: 100%;
}
.global-nav-bottom ul li a {
  position: relative;
  padding-top: 0;
  padding-bottom: 7px;
}
.global-nav-bottom ul li a::after {
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  background-color: #E01F0F;
  top: initial;
  bottom: 0;
  transition: 0.3s;
  width: 0;
}
.global-nav ul li:not(:first-child) {
  margin-left: 1.5625vw;
}
.global-nav ul li.global-nav-out {
  margin-left: 2.6041666667vw;
}
.global-nav-out::before {
  position: absolute;
  left: -20px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(./img/icon_link.png) no-repeat;
  background-size: contain;
  top: 3px;
  transition: 0.2s;
}
.global-nav-out.js-positionBottom::before {
  background: url(./img/icon_link_white.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 15px 20px;
    z-index: 21;
  }
  .header img {
    vertical-align: middle;
  }
  .header .pcview {
    display: none;
  }
  .header .spview {
    display: block;
  }
  .header .logo {
    width: 140px;
  }
  .header .humberger {
    display: block;
    height: 15px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 30px;
    border: none;
    background-color: transparent;
  }
  .header .humberger.-active .humberger__line {
    background-color: transparent;
  }
  .header .humberger.-active .humberger__line::before {
    top: 21px;
    transform: rotate(45deg);
    background-color: #fff;
    width: 30px;
  }
  .header .humberger.-active .humberger__line::after {
    top: 21px;
    transform: rotate(-45deg);
    background-color: #fff;
    width: 30px;
  }
  .header .humberger__line {
    display: block;
    height: 1px;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    background-color: #b7c6d7;
    transition: 0.4s;
  }
  .header .humberger__line:before,
  .header .humberger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    background-color: #b7c6d7;
    transition: inherit;
    right: 0;
  }
  .header .humberger__line:before {
    width: 20px;
    top: 8px;
  }
  .header .humberger__line:after {
    width: 10px;
    top: 16px;
  }
  .header .header__nav-area {
    padding: 40px 0 0;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100svh;
    width: 100vw;
    visibility: hidden;
    background-color: #0058B2;
    transition: 0.4s;
  }
  .header .header__nav-area.-active {
    left: 0;
    visibility: visible;
  }
  .header .globalNavigation {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .header .globalNavigation__aux {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 3.2vw;
    color: #81B2E4;
    margin-top: 10px;
  }
  .header .globalNavigation .menu {
    padding: 0 40px;
    padding-bottom: 20px;
  }
  .header .globalNavigation__outsideLink {
    transform: translate(-200%, 0);
    background-color: #084C92;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
  }
  .header .globalNavigation__outsideLinkList {
    padding-top: 10px;
  }
  .header .globalNavigation__outsideLinkItem {
    position: relative;
    width: fit-content;
  }
  .header .globalNavigation__outsideLinkItem::before {
    position: absolute;
    right: -25px;
    content: "";
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url(./img/icon_link_blue.png) no-repeat;
    background-size: contain;
    top: 6px;
  }
  .header .globalNavigation__outsideLinkIconWrapper {
    display: flex;
    flex-direction: column;
  }
  .header .globalNavigation__outsideLinkIcon {
    width: 60px;
    aspect-ratio: 1;
    opacity: 0;
  }
  .header .globalNavigation__outsideLinkIcon:first-of-type {
    margin-bottom: 8px;
  }
  .header .globalNavigation ul > li {
    font-size: 5.3333333333vw;
    line-height: 1;
    opacity: 0;
    transform: translate(0, 30px);
  }
  .header .globalNavigation ul > li a {
    color: #fff;
  }
  .header .globalNavigation ul > li + li {
    margin-top: 8vw;
  }
  .header .globalNavigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
  }
  .header .globalNavigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
  }
  .header .globalNavigation__link.-accordion::after {
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
  }
  .header .globalNavigation__link.-accordion::before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
  }
  .header .globalNavigation__link.-active::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media screen and (max-width: 376px) {
  .header .globalNavigation ul > li + li {
    margin-top: 3svh;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

.home .radialGradation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-side, rgb(255, 255, 255), rgb(236, 243, 250) 66%);
}
.home .circles, .home .circlesDuplicate {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home .circles ul li, .home .circlesDuplicate ul li {
  position: absolute;
  top: 50%;
  left: 34%;
  width: 6.25%;
  max-width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(#003f80 0%, #006bd6 100%);
  box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.16);
  will-change: transform, translate, rotate, scale, top, left, bottom, right;
}
.home .circles ul li:nth-of-type(n+2), .home .circlesDuplicate ul li:nth-of-type(n+2) {
  opacity: 0;
}
.home .circles ul li:nth-of-type(1), .home .circlesDuplicate ul li:nth-of-type(1) {
  width: 13%;
  max-width: 118px;
  z-index: 14;
  opacity: 0;
}
.home .circles ul li:nth-of-type(2), .home .circlesDuplicate ul li:nth-of-type(2) {
  left: 27%;
  top: 39%;
  width: 13%;
  max-width: 164px;
  background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
  z-index: 13;
}
.home .circles ul li:nth-of-type(3), .home .circlesDuplicate ul li:nth-of-type(3) {
  left: 38%;
  top: 54%;
  width: 13%;
  max-width: 139px;
  background: linear-gradient(#8adfff 0%, #00a6e3 100%);
  z-index: 12;
}
.home .circles ul li:nth-of-type(4), .home .circlesDuplicate ul li:nth-of-type(4) {
  left: 38%;
  top: 37%;
  width: 9%;
  max-width: 118px;
  background: linear-gradient(#5a99cd 0%, #5a99cd 4.94%, #aedafd 100%);
  z-index: 12;
}
.home .circles ul li:nth-of-type(5), .home .circlesDuplicate ul li:nth-of-type(5) {
  left: 31%;
  top: 30%;
  width: 6%;
  max-width: 100px;
  background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
  z-index: 12;
}
.home .circles ul li:nth-of-type(6), .home .circlesDuplicate ul li:nth-of-type(6) {
  left: 45%;
  top: 34%;
  width: 5%;
  max-width: 80px;
  background: linear-gradient(#8adfff 0%, #00a6e3 100%);
  z-index: 13;
}
.home .circles ul li:nth-of-type(7), .home .circlesDuplicate ul li:nth-of-type(7) {
  left: 31%;
  top: 59%;
  width: 4.2%;
  max-width: 82px;
  background: linear-gradient(#3798e6 0%, #0c68b4 100%);
  z-index: 14;
}
.home .circles ul li:nth-of-type(8), .home .circlesDuplicate ul li:nth-of-type(8) {
  left: 47%;
  top: 59%;
  width: 4.2%;
  max-width: 75px;
  background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
  z-index: 13;
}
.home .circles ul li:nth-of-type(9), .home .circlesDuplicate ul li:nth-of-type(9) {
  left: 34%;
  top: 68%;
  width: 4.1%;
  max-width: 70px;
  background: linear-gradient(#062164 0%, #4f6fb9 100%);
  z-index: 13;
}
.home .circles ul li:nth-of-type(10), .home .circlesDuplicate ul li:nth-of-type(10) {
  left: 27%;
  top: 28%;
  width: 4%;
  max-width: 65px;
  background: linear-gradient(#8adfff 0%, #00a6e3 100%);
  z-index: 11;
}
.home .circles ul li:nth-of-type(11), .home .circlesDuplicate ul li:nth-of-type(11) {
  left: 24%;
  top: 53%;
  width: 3.9%;
  max-width: 60px;
  background: linear-gradient(#062164 0%, #062164 5.97%, #4f6fb9 100%);
  z-index: 11;
}
.home .circles ul li:nth-of-type(12), .home .circlesDuplicate ul li:nth-of-type(12) {
  left: 21%;
  top: 46%;
  width: 3.8%;
  max-width: 55px;
  background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
  z-index: 11;
}
.home .circles ul li:nth-of-type(13), .home .circlesDuplicate ul li:nth-of-type(13) {
  left: 47%;
  top: 50%;
  width: 3.7%;
  max-width: 50px;
  background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
  z-index: 11;
}
.home .circles ul li:nth-of-type(14), .home .circlesDuplicate ul li:nth-of-type(14) {
  left: 27%;
  top: 38%;
  width: 3.6%;
  max-width: 45px;
  background: linear-gradient(#3798e6 0%, #0c68b4 100%);
  z-index: 11;
}
.home .circles ul li:nth-of-type(15), .home .circlesDuplicate ul li:nth-of-type(15) {
  left: 39%;
  top: 27%;
  width: 3.5%;
  max-width: 42px;
  background: linear-gradient(#062164 0%, #062164 5.97%, #4f6fb9 100%);
  z-index: 11;
}
.home .circles ul li:nth-of-type(16), .home .circlesDuplicate ul li:nth-of-type(16) {
  left: 44%;
  top: 68%;
  width: 3.4%;
  max-width: 40px;
  background: linear-gradient(#3798e6 0%, #0c68b4 100%);
  z-index: 11;
}
.home .circlesDuplicate {
  display: none;
  transition: left 0.1s;
}
.home main {
  overflow-x: hidden;
}
.home main section {
  position: relative;
}
.home main section h2 {
  font-size: 4rem;
}
.home main section.firstSection {
  padding-left: 45%;
  padding-bottom: 800px;
  z-index: 2;
}
.home main section.firstSection h2 span, .home main section.firstSection h3 span {
  opacity: 0;
}
.home main section.firstSection .mv__catchCopy {
  position: absolute;
  opacity: 0;
}
.home main section.firstSection .mv__catchCopy--bottom {
  position: fixed;
  top: 50%;
  transform: translateY(-90%);
  opacity: 0;
  margin-top: 60px;
}
.home main section.firstSection h2 {
  font-size: 4rem;
  transition: 0.3s;
  line-height: 1;
}
.home main section.firstSection h3 {
  color: #ACACAC;
  font-size: 2rem;
  margin-top: 10px;
  transition: 0.3s;
  text-indent: 1.2em;
}
.home main section.firstSection .firstSectionParagraph {
  padding-top: 50vh;
  text-indent: 1.2em;
}
.home main section.firstSection p {
  opacity: 0;
  line-height: 2;
  font-size: 2rem;
  margin-top: 1.2em;
  transition: 0.3s;
}
.home main section.firstSection p .outer {
  opacity: 0;
}
.home .horizontalWrapper {
  margin-top: -100vh;
}
.home .horizontalWrapper .sectionWrapper {
  display: flex;
}
.home .horizontalWrapper .sectionWrapper section {
  height: 100vh;
  will-change: transform;
}
.home .horizontalWrapper .sectionWrapper section h2 span {
  display: inline-block;
}
.home .horizontalWrapper .sectionWrapper section:first-of-type {
  pointer-events: none;
}
.home .horizontalWrapper .sectionWrapper section + section {
  background-color: #fff;
}
.home .horizontalWrapper .sectionWrapper .newsSp {
  background: #ffffff;
  padding: 100px 40px 50px;
  width: 100%;
  position: relative;
  color: #3272B5;
}
.home .horizontalWrapper .sectionWrapper .newsSp a {
  position: relative;
  font-size: 1.4rem;
  transition: 0.2s;
  color: #FF3C3C;
}
.home .horizontalWrapper .sectionWrapper .newsSp a:hover {
  opacity: 0.7;
}
.home .horizontalWrapper .sectionWrapper .newsSp a:hover:before {
  opacity: 0.7;
}
/* .home .horizontalWrapper .sectionWrapper .newsSp a::before {
  position: absolute;
  left: -20px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url(./img/icon_document.png) no-repeat;
  background-size: contain;
  top: 4px;
  transition: 0.2s;
} */
.home .horizontalWrapper .sectionWrapper .philosophy {
  padding-left: 250px;
  position: relative;
}
.home .horizontalWrapper .sectionWrapper .philosophy__circle {
  display: none;
}
.home .horizontalWrapper .sectionWrapper .philosophy__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home .horizontalWrapper .sectionWrapper .philosophy__title {
  color: #092341;
  font-size: clamp(7.7rem, 5.2083333333vw, 10rem);
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
.home .horizontalWrapper .sectionWrapper .philosophy__title--ja {
  display: inline-block;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  letter-spacing: 0.04em;
  border-bottom: 1px solid #b7c6d7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.home .horizontalWrapper .sectionWrapper .philosophy__contentsWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home .horizontalWrapper .sectionWrapper .philosophy__body {
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  line-height: 2.2;
  margin-right: 60px;
}
.home .horizontalWrapper .sectionWrapper .philosophy .button__link {
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
}
.home .horizontalWrapper .sectionWrapper .philosophy .button__linkOuter.spview {
  display: none;
}
.home .horizontalWrapper .sectionWrapper .message {
  padding-left: 20.8333333333vw;
  background-color: #fff;
  position: relative;
}
.home .horizontalWrapper .sectionWrapper .message__circle {
  display: none;
}
.home .horizontalWrapper .sectionWrapper .message__bg {
  background-color: #F8FCFF;
  height: 100vh;
}
.home .horizontalWrapper .sectionWrapper .message__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-38%);
  padding-left: 165px;
}
.home .horizontalWrapper .sectionWrapper .message__title {
  color: #092341;
  font-size: 5.2083333333vw;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
.home .horizontalWrapper .sectionWrapper .message__title--ja {
  display: inline-block;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  letter-spacing: 0.04em;
  border-bottom: 1px solid #b7c6d7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.home .horizontalWrapper .sectionWrapper .message__contentsWrapper {
  display: flex;
  align-items: center;
  width: 95%;
}
.home .horizontalWrapper .sectionWrapper .message__body {
  width: 79%;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  line-height: 2.2;
  margin-right: 60px;
}
.home .horizontalWrapper .sectionWrapper .message .button__link {
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
}
.home .horizontalWrapper .sectionWrapper .message__image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  max-width: 840px;
  overflow: hidden;
}
.home .horizontalWrapper .sectionWrapper .message__image picture {
  display: block;
  will-change: transform;
}
.home .horizontalWrapper .sectionWrapper .business {
  position: relative;
  padding: 0 7.96875vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .horizontalWrapper .sectionWrapper .business__circle {
  display: none;
}
.home .horizontalWrapper .sectionWrapper .business__inner {
  width: 35%;
}
.home .horizontalWrapper .sectionWrapper .business__title {
  color: #092341;
  font-size: 5.2083333333vw;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
.home .horizontalWrapper .sectionWrapper .business__title--ja {
  display: inline-block;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  letter-spacing: 0.04em;
  border-bottom: 1px solid #b7c6d7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.home .horizontalWrapper .sectionWrapper .business__contentsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .horizontalWrapper .sectionWrapper .business__body {
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  line-height: 2.2rem;
  margin-right: 30px;
  width: 54%;
  letter-spacing: 0.15em;
  line-height: 2;
}
.home .horizontalWrapper .sectionWrapper .business .button__link {
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
}
.home .horizontalWrapper .sectionWrapper .company {
  position: relative;
  padding: 0 100px 0 0;
}
.home .horizontalWrapper .sectionWrapper .company__inner {
  width: 38.7%;
}
.home .horizontalWrapper .sectionWrapper .company__title {
  color: #092341;
  font-size: 5.2083333333vw;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
.home .horizontalWrapper .sectionWrapper .company__title--ja {
  display: inline-block;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  letter-spacing: 0.04em;
  border-bottom: 1px solid #b7c6d7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.home .horizontalWrapper .sectionWrapper .company__contentsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .horizontalWrapper .sectionWrapper .company__body {
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  line-height: 2.2rem;
  margin-right: 30px;
  width: 57%;
  letter-spacing: 0.15em;
  line-height: 2;
}
.home .horizontalWrapper .sectionWrapper .company .button__link {
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
}
.home .horizontalWrapper .sectionWrapper .member {
  position: relative;
  padding: 0;
  /*
  IE11対策
  ----------------------------*/
}
.home .horizontalWrapper .sectionWrapper .member__circle {
  display: none;
}
.home .horizontalWrapper .sectionWrapper .member__titleWrapper {
  padding-left: 13.0208333333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home .horizontalWrapper .sectionWrapper .member__title {
  color: #092341;
  font-size: 5.2083333333vw;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.home .horizontalWrapper .sectionWrapper .member__title--ja {
  display: inline-block;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  letter-spacing: 0.04em;
  border-bottom: 1px solid #b7c6d7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.home .horizontalWrapper .sectionWrapper .member__infiniteImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.8333333333%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  z-index: -1;
}
.home .horizontalWrapper .sectionWrapper .member__infiniteImage img {
  animation: infinity-scroll-left 15s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.home .horizontalWrapper .sectionWrapper .member _:-ms-lang(x)::-ms-backdrop, .home .horizontalWrapper .sectionWrapper .member__infiniteImage {
  display: -ms-grid;
  overflow: hidden;
}
.home .horizontalWrapper .sectionWrapper .member__link {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.15em;
  padding-left: 31%;
  transition: 0.2s;
  color: rgb(0, 0, 0);
}
.home .horizontalWrapper .sectionWrapper .member__link:after {
  position: absolute;
  left: 0;
  top: 58%;
  transform: translateY(-50%);
  content: "";
  background-color: rgb(183, 198, 215);
  height: 1px;
  width: 60%;
  display: inline-block;
}
.home .horizontalWrapper .sectionWrapper .member__link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.home .horizontalWrapper .sectionWrapper .member__link:hover::after {
  animation: hoverSide 0.4s ease;
  color: rgb(183, 198, 215);
}
@keyframes hoverSide {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  45% {
    transform-origin: right;
    transform: scaleX(0);
  }
  55% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.home .horizontalWrapper .sectionWrapper .member__others {
  position: absolute;
  background-color: #0051A4;
  width: 41.6%;
  height: 100vh;
  padding: 0 8.8541666667vw;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
.home .horizontalWrapper .sectionWrapper .member__othersList {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-41%, -43%);
}
.home .horizontalWrapper .sectionWrapper .member__othersItem {
  font-size: 2.5vw;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5.2083333333vw;
}
.home .horizontalWrapper .sectionWrapper .member__othersItem a {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  position: relative;
  transition: 0.2s;
}
.home .horizontalWrapper .sectionWrapper .member__othersItem a .member__othersMaintitle {
  position: relative;
}
.home .horizontalWrapper .sectionWrapper .member__othersItem a .member__othersMaintitle::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  left: -1.5em;
  width: 0.9em;
  height: 0.9em;
  vertical-align: top;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  transform-origin: top;
  filter: drop-shadow(-2px 5px 10px rgba(0, 0, 0, 0.16));
}
.home .horizontalWrapper .sectionWrapper .member__othersItem a:hover .member__othersSubtitle {
  color: rgba(196, 215, 235, 0.7);
}
.home .horizontalWrapper .sectionWrapper .member__othersItem a:hover .member__othersMaintitle::before {
  transform: translateY(-34%) scale(0.7);
}
.home .horizontalWrapper .sectionWrapper .member__othersItem a:hover .member__othersSubtitle::after {
  animation: hoverSide 0.4s ease;
  color: rgb(196, 215, 235);
}
.home .horizontalWrapper .sectionWrapper .member__othersItem:nth-child(1) a .member__othersMaintitle::before {
  background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
}
.home .horizontalWrapper .sectionWrapper .member__othersItem:nth-child(2) a .member__othersMaintitle::before {
  background: linear-gradient(#3798e6 0%, #0c68b4 100%);
}
.home .horizontalWrapper .sectionWrapper .member__othersItem:nth-child(3) a .member__othersMaintitle::before {
  background: linear-gradient(#062164 0%, #062164 5.97%, #4f6fb9 100%);
}
.home .horizontalWrapper .sectionWrapper .member__othersSubtitle {
  position: relative;
  font-size: clamp(2.1rem, 1.1458333333vw, 24vw);
  color: #C4D7EB;
  font-weight: normal;
  display: block;
  padding-left: 31%;
  font-family: "Noto Serif JP", serif;
  transition: 0.2s;
}
.home .horizontalWrapper .sectionWrapper .member__othersSubtitle:after {
  position: absolute;
  left: 0;
  top: 58%;
  transform: translateY(-50%);
  content: "";
  background-color: #C4D7EB;
  height: 1px;
  width: 25%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .home .circles, .home .circlesDuplicate {
    top: 40px;
    left: 10%;
    height: 50%;
  }
  .home .circles ul li:nth-of-type(1), .home .circlesDuplicate ul li:nth-of-type(1) {
    width: 16%;
  }
  .home .circles ul li:nth-of-type(2), .home .circlesDuplicate ul li:nth-of-type(2) {
    left: 16%;
    top: 36%;
    width: 23%;
  }
  .home .circles ul li:nth-of-type(3), .home .circlesDuplicate ul li:nth-of-type(3) {
    left: 45%;
    top: 54%;
    width: 20%;
  }
  .home .circles ul li:nth-of-type(4), .home .circlesDuplicate ul li:nth-of-type(4) {
    left: 44%;
    top: 27%;
    width: 17%;
  }
  .home .circles ul li:nth-of-type(5), .home .circlesDuplicate ul li:nth-of-type(5) {
    left: 28%;
    top: 22%;
    width: 13%;
  }
  .home .circles ul li:nth-of-type(6), .home .circlesDuplicate ul li:nth-of-type(6) {
    left: 65%;
    top: 24%;
    width: 11%;
  }
  .home .circles ul li:nth-of-type(7), .home .circlesDuplicate ul li:nth-of-type(7) {
    left: 26%;
    top: 65%;
    width: 11%;
  }
  .home .circles ul li:nth-of-type(8), .home .circlesDuplicate ul li:nth-of-type(8) {
    left: 70%;
    top: 62%;
    width: 11%;
  }
  .home .circles ul li:nth-of-type(9), .home .circlesDuplicate ul li:nth-of-type(9) {
    left: 37%;
    top: 80%;
    width: 10%;
  }
  .home .circles ul li:nth-of-type(10), .home .circlesDuplicate ul li:nth-of-type(10) {
    left: 19%;
    top: 17%;
    width: 9%;
  }
  .home .circles ul li:nth-of-type(11), .home .circlesDuplicate ul li:nth-of-type(11) {
    left: 5%;
    top: 49%;
    width: 8%;
  }
  .home .circles ul li:nth-of-type(12), .home .circlesDuplicate ul li:nth-of-type(12) {
    left: 16%;
    top: 36%;
    width: 5%;
  }
  .home .circles ul li:nth-of-type(13), .home .circlesDuplicate ul li:nth-of-type(13) {
    left: 71%;
    top: 46%;
    width: 6.5%;
  }
  .home .circles ul li:nth-of-type(14), .home .circlesDuplicate ul li:nth-of-type(14) {
    left: 11%;
    top: 61%;
    width: 9%;
  }
  .home .circles ul li:nth-of-type(15), .home .circlesDuplicate ul li:nth-of-type(15) {
    left: 50%;
    top: 19%;
    width: 6%;
  }
  .home .circles ul li:nth-of-type(16), .home .circlesDuplicate ul li:nth-of-type(16) {
    left: 57%;
    top: 79%;
    width: 5%;
  }
  .home main {
    overflow-x: hidden;
  }
  .home main section {
    position: relative;
  }
  .home main section h2 {
    font-size: 4rem;
  }
  .home main section.firstSection {
    padding: 0 20px;
    padding-bottom: 0;
    z-index: 2;
    margin-bottom: 265.7004830918vw;
  }
  .home main section.firstSection h2 span, .home main section.firstSection h3 span {
    opacity: 0;
  }
  .home main section.firstSection .mv__catchCopy {
    position: absolute;
  }
  .home main section.firstSection .mv__catchCopy--bottom {
    position: static;
    transform: translateY(0);
    margin-top: 60px;
  }
  .home main section.firstSection h2 {
    font-size: 2.6rem;
    transition: 0.3s;
    line-height: 1;
  }
  .home main section.firstSection h3 {
    text-indent: 0;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .home main section.firstSection .firstSectionParagraph {
    text-indent: 0;
    padding-top: 80vh;
  }
  .home main section.firstSection p {
    opacity: 0;
    line-height: 2.4;
    margin-top: 2em;
    font-size: 1.5rem;
    transition: 0.3s;
  }
  .home main section.firstSection p .outer {
    opacity: 0;
  }
  .home .horizontalWrapper {
    margin-top: -100vh;
  }
  .home .horizontalWrapper .sectionWrapper {
    flex-direction: column;
  }
  .home .horizontalWrapper .sectionWrapper section {
    width: 100% !important;
    height: auto;
  }
  .home .horizontalWrapper .sectionWrapper section:first-of-type {
    margin-bottom: 0;
  }
  .home .horizontalWrapper .sectionWrapper section + section {
    background-color: #fff;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy {
    padding: 50px 20px 215px 15px;
    position: relative;
    background-color: #fff;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li {
    position: absolute;
    width: 6.25%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(#003f80 0%, #006bd6 100%);
    filter: drop-shadow(-2px 5px 10px rgba(0, 0, 0, 0.16));
    will-change: transform, translate, rotate, scale, top, left, bottom, right;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(1) {
    width: 32%;
    z-index: 14;
    top: 19%;
    right: -3%;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(2) {
    right: 22%;
    top: 18%;
    width: 23%;
    background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(3) {
    right: 24%;
    top: 24.5%;
    width: 17%;
    background: linear-gradient(#aed6ff 0%, #4ba5ff 100%);
    z-index: 14;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(4) {
    right: 41%;
    top: 24%;
    width: 11%;
    background: linear-gradient(#3798e6 0%, #0c68b4 100%);
    z-index: 12;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(5) {
    right: 50%;
    top: 23.5%;
    width: 6%;
    background: linear-gradient(#3798e6 0%, #0c68b4 100%);
    z-index: 12;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(6) {
    right: 55%;
    top: 21.5%;
    width: 11%;
    background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(7) {
    right: 60%;
    top: 24%;
    width: 11.5%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 14;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(8) {
    right: 62%;
    top: 19%;
    width: 20%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(9) {
    right: 76%;
    top: 19%;
    width: 8%;
    background: linear-gradient(#062164 0%, #062164 5.97%, #4f6fb9 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(10) {
    right: 83%;
    top: 23%;
    width: 10%;
    background: linear-gradient(#062164 0%, #4f6fb9 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__circles ul li:nth-of-type(11) {
    right: 91%;
    top: 23%;
    width: 13%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__inner {
    position: static;
    transform: none;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__title {
    position: absolute;
    left: 5px;
    top: 50px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 7rem;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: -0.3em;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__title--ja {
    font-size: 1.4rem;
    margin-left: 155px;
    margin-top: 10px;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__contentsWrapper {
    flex-direction: column;
    padding: 280px 0 0 70px;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__body {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-right: 0;
    letter-spacing: 0.06em;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__body--spStyle {
    margin-bottom: 3em;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy .button__linkOuter.spview {
    display: block;
    width: 35%;
    font-size: 1.2rem;
    padding: 0;
  }
  .home .horizontalWrapper .sectionWrapper .message {
    background-color: #F8FCFF;
    position: relative;
    padding: 185px 0 100px 0;
  }
  .home .horizontalWrapper .sectionWrapper .message__circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  .home .horizontalWrapper .sectionWrapper .message__circles ul li {
    position: absolute;
    width: 6.25%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(#003f80 0%, #006bd6 100%);
    filter: drop-shadow(-2px 5px 10px rgba(0, 0, 0, 0.16));
    will-change: transform, translate, rotate, scale, top, left, bottom, right;
  }
  .home .horizontalWrapper .sectionWrapper .message__circles ul li:nth-of-type(1) {
    width: 32%;
    z-index: 14;
    top: 23%;
    right: -8%;
  }
  .home .horizontalWrapper .sectionWrapper .message__circles ul li:nth-of-type(2) {
    right: 23%;
    top: 18%;
    width: 23%;
    background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .message__circles ul li:nth-of-type(3) {
    right: 44%;
    top: 13.5%;
    width: 20%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 14;
  }
  .home .horizontalWrapper .sectionWrapper .message__circles ul li:nth-of-type(4) {
    right: 64%;
    top: 11%;
    width: 17%;
    background: linear-gradient(#5a99cd 0%, #5a99cd 4.94%, #aedafd 100%);
    z-index: 12;
  }
  .home .horizontalWrapper .sectionWrapper .message__circles ul li:nth-of-type(5) {
    right: 81%;
    top: 9.5%;
    width: 13%;
    background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
    z-index: 12;
  }
  .home .horizontalWrapper .sectionWrapper .message__circles ul li:nth-of-type(6) {
    right: 92%;
    top: 9%;
    width: 11%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .message__bg {
    background-color: none;
    height: auto;
  }
  .home .horizontalWrapper .sectionWrapper .message__inner {
    position: static;
    transform: none;
    padding: 0 20px;
  }
  .home .horizontalWrapper .sectionWrapper .message__title {
    position: absolute;
    right: 45px;
    top: -80px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 7rem;
    line-height: 1;
    margin: 0 0 0 auto;
    letter-spacing: -0.3em;
  }
  .home .horizontalWrapper .sectionWrapper .message__title--ja {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    padding-bottom: 5px;
    margin-bottom: 45px;
  }
  .home .horizontalWrapper .sectionWrapper .message__contentsWrapper {
    flex-direction: column;
  }
  .home .horizontalWrapper .sectionWrapper .message__body {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-right: 0;
    letter-spacing: 0.06em;
  }
  .home .horizontalWrapper .sectionWrapper .message__image {
    position: absolute;
    left: 0;
    top: -100px;
    transform: none;
    width: 100%;
    padding: 0 20px;
  }
  .home .horizontalWrapper .sectionWrapper .message .button__linkOuter {
    display: block;
    width: 35%;
    font-size: 1.2rem;
    padding: 0;
    margin: 100px 0 0 auto;
  }
  .home .horizontalWrapper .sectionWrapper .business {
    position: relative;
    padding: 100px 20px 175px;
    flex-direction: column;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles {
    position: absolute;
    top: 400px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li {
    position: absolute;
    width: 6.25%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(#003f80 0%, #006bd6 100%);
    filter: drop-shadow(-2px 5px 10px rgba(0, 0, 0, 0.16));
    will-change: transform, translate, rotate, scale, top, left, bottom, right;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(1) {
    width: 32%;
    z-index: 14;
    top: 19%;
    right: 36%;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(2) {
    right: 26%;
    top: 18.5%;
    width: 23%;
    background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(3) {
    right: 35%;
    top: 24.5%;
    width: 15%;
    background: linear-gradient(#aed6ff 0%, #4ba5ff 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(4) {
    right: 28%;
    top: 23%;
    width: 11%;
    background: linear-gradient(#3798e6 0%, #0c68b4 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(5) {
    right: 27%;
    top: 23%;
    width: 6%;
    background: linear-gradient(#3798e6 0%, #0c68b4 100%);
    z-index: 12;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(6) {
    right: 45%;
    top: 16.5%;
    width: 16%;
    background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(7) {
    right: 55%;
    top: 23%;
    width: 19.5%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 14;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(8) {
    right: 61%;
    top: 20%;
    width: 11%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(9) {
    right: 57%;
    top: 18%;
    width: 10%;
    background: linear-gradient(#062164 0%, #062164 5.97%, #4f6fb9 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(10) {
    right: 45%;
    top: 26%;
    width: 7%;
    background: linear-gradient(#062164 0%, #4f6fb9 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(11) {
    right: 53%;
    top: 26%;
    width: 11%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 14;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(12) {
    right: 62%;
    top: 22%;
    width: 9%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 12;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(13) {
    right: 64%;
    top: 27%;
    width: 6%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(14) {
    right: 62%;
    top: 19.5%;
    width: 6%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 12;
  }
  .home .horizontalWrapper .sectionWrapper .business__circles ul li:nth-of-type(15) {
    right: 42%;
    top: 18.5%;
    width: 6%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 14;
  }
  .home .horizontalWrapper .sectionWrapper .business__inner {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 255px;
  }
  .home .horizontalWrapper .sectionWrapper .business__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 7rem;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -0.3em;
    margin-left: -10px;
  }
  .home .horizontalWrapper .sectionWrapper .business__title--ja {
    position: absolute;
    font-size: 1.4rem;
    left: 175px;
    margin-top: 10px;
  }
  .home .horizontalWrapper .sectionWrapper .business__contentsWrapper {
    flex-direction: column;
    position: absolute;
    top: 135px;
    right: 20px;
    width: 45%;
  }
  .home .horizontalWrapper .sectionWrapper .business__body {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-right: 0;
    letter-spacing: 0.06em;
    width: auto;
  }
  .home .horizontalWrapper .sectionWrapper .business .button__linkOuter {
    display: block;
    font-size: 1.2rem;
    padding: 0;
    margin: 50px auto 0 0;
  }
  .home .horizontalWrapper .sectionWrapper .company {
    position: relative;
    padding: 0 20px;
  }
  .home .horizontalWrapper .sectionWrapper .company__inner {
    width: 100%;
    position: relative;
  }
  .home .horizontalWrapper .sectionWrapper .company__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 7rem;
    line-height: 1;
    margin: 0 0 0 auto;
    letter-spacing: -0.3em;
  }
  .home .horizontalWrapper .sectionWrapper .company__title--ja {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .home .horizontalWrapper .sectionWrapper .company__contentsWrapper {
    flex-direction: column;
    position: absolute;
    top: 140px;
  }
  .home .horizontalWrapper .sectionWrapper .company__body {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-right: 0;
    letter-spacing: 0.06em;
    width: auto;
  }
  .home .horizontalWrapper .sectionWrapper .member {
    position: relative;
    padding: 0;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li {
    position: absolute;
    width: 6.25%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(#003f80 0%, #006bd6 100%);
    filter: drop-shadow(-2px 5px 10px rgba(0, 0, 0, 0.16));
    will-change: transform, translate, rotate, scale, top, left, bottom, right;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(1) {
    right: 79%;
    top: 8%;
    width: 32%;
    z-index: 14;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(2) {
    right: 32%;
    top: 11%;
    width: 23%;
    background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
    z-index: 13;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(3) {
    right: -9%;
    top: 16%;
    width: 20%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 14;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(4) {
    right: -14%;
    top: 26.5%;
    width: 17%;
    background: linear-gradient(#5a99cd 0%, #5a99cd 4.94%, #aedafd 100%);
    z-index: 12;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(5) {
    right: 5%;
    top: 34%;
    width: 13%;
    background: linear-gradient(#d4ecff 0%, #5fb6ff 100%);
    z-index: 12;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(6) {
    top: 38%;
    right: 26%;
    width: 11%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(7) {
    top: 41%;
    right: 45%;
    width: 11%;
    background: linear-gradient(#3798e6 0%, #0c68b4 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(8) {
    top: 42.5%;
    right: 61.5%;
    width: 11%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(9) {
    top: 41.2%;
    right: 77%;
    width: 8%;
    background: linear-gradient(#062164 0%, #4f6fb9 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(10) {
    top: 37.5%;
    right: 85%;
    width: 8%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(11) {
    top: 34%;
    right: 77%;
    width: 7%;
    background: linear-gradient(#062164 0%, #4f6fb9 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(12) {
    top: 35%;
    right: 66%;
    width: 7%;
    background: linear-gradient(#8adfff 0%, #00a6e3 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .member__circles ul li:nth-of-type(13) {
    top: 38%;
    right: 69%;
    width: 5%;
    background: linear-gradient(#3798e6 0%, #0c68b4 100%);
    z-index: 11;
  }
  .home .horizontalWrapper .sectionWrapper .member__inner {
    flex-direction: column;
  }
  .home .horizontalWrapper .sectionWrapper .member__titleWrapper {
    padding: 0 20px;
  }
  .home .horizontalWrapper .sectionWrapper .member__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 7rem;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -0.3em;
    height: 15em;
    margin-left: -10px;
  }
  .home .horizontalWrapper .sectionWrapper .member__title--ja {
    font-size: 1.4rem;
    position: absolute;
    top: 150px;
    left: 175px;
  }
  .home .horizontalWrapper .sectionWrapper .member__infiniteImage {
    position: absolute;
    left: 0;
    top: -73px;
    width: auto;
    height: 150px;
    flex-direction: unset;
  }
  .home .horizontalWrapper .sectionWrapper .member__infiniteImage img {
    width: auto;
    height: 100%;
    animation: infinity-scroll-sp 10s infinite linear 0.5s both;
  }
  @keyframes infinity-scroll-sp {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .home .horizontalWrapper .sectionWrapper .member__link {
    position: absolute;
    font-size: 1.2rem;
    padding-left: 0;
    left: 175px;
    top: 420px;
  }
  .home .horizontalWrapper .sectionWrapper .member__link:after {
    left: auto;
    right: -104vw;
    top: 50%;
    content: "";
    background-color: #b7c6d7;
    height: 1px;
    width: 100vw;
    display: inline-block;
  }
  .home .horizontalWrapper .sectionWrapper .member__others {
    position: relative;
    width: 100%;
    height: 511px;
    padding: 100px 20px 150px;
    top: 0;
    right: 0;
    transform: none;
  }
  .home .horizontalWrapper .sectionWrapper .member__othersList {
    position: static;
    transform: none;
    padding-left: 40px;
  }
  .home .horizontalWrapper .sectionWrapper .member__othersItem {
    font-size: 3.2rem;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5.2083333333vw;
  }
  .home .horizontalWrapper .sectionWrapper .member__othersItem a::before {
    left: -14%;
  }
  .home .horizontalWrapper .sectionWrapper .member__othersSubtitle {
    position: relative;
    font-size: 1.5rem;
    color: #C4D7EB;
    font-weight: normal;
    display: block;
    padding-left: 31%;
  }
  .home .horizontalWrapper .sectionWrapper .member__othersSubtitle:after {
    position: absolute;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
    content: "";
    background-color: #C4D7EB;
    height: 1px;
    width: 25%;
    display: inline-block;
  }
}
/*  dawn追記
--------------------------------------------- */
.home .horizontalWrapper .sectionWrapper .philosophy {
  z-index: 3;
}

.home .horizontalWrapper .sectionWrapper .message {
  z-index: 2;
}

.home .horizontalWrapper .sectionWrapper .message__inner {
  z-index: 1;
}

.home .horizontalWrapper .sectionWrapper .business {
  z-index: 1;
}

#lottie_philosophy {
  position: absolute;
  top: 28%;
  left: 28%;
  transform: translateY(-50%);
  width: 75%;
  aspect-ratio: 1300/400;
}

#lottie_message {
  position: absolute;
  top: 35%;
  left: 17%;
  transform: translateY(-50%) rotate(3deg);
  z-index: 1;
  width: 90%;
  aspect-ratio: 1500/463;
}

#lottie_business {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 48%;
  width: 20%;
  aspect-ratio: 365/373;
}

#lottie_member {
  position: absolute;
  top: 55.5%;
  right: 34%;
  transform: translateY(-50%);
  z-index: 1;
  width: 45%;
  max-height: 90%;
  aspect-ratio: 834/1061;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .home .horizontalWrapper .sectionWrapper .member__othersSubtitle {
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
  #lottie_philosophy {
    top: 23%;
    left: 55%;
    width: 70%;
  }
  #lottie_message {
    top: 28%;
    left: 25%;
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  html.is-disable-scroll {
    height: 100%;
    overflow: hidden;
    touch-action: none;
  }
  html.is-disable-scroll.iphone .circles ul li:nth-of-type(1) {
    opacity: 0 !important;
  }
  .home main section.firstSection .mv__catchCopy {
    position: fixed;
    top: 0;
    pointer-events: none;
  }
  .home.-active {
    opacity: 1 !important;
    z-index: 9999;
    overflow: hidden;
    touch-action: none;
  }
  .home.-active-opacity {
    opacity: 1 !important;
  }
  .home .horizontalWrapper .sectionWrapper .message {
    padding-top: 55vw;
    z-index: 3;
    background-color: #F2F9FF;
  }
  .home .horizontalWrapper .sectionWrapper .message__title {
    z-index: 4;
  }
  .home .horizontalWrapper .sectionWrapper .message__image {
    z-index: 1;
  }
  .home .horizontalWrapper .sectionWrapper .message__image picture {
    transform: translateX(0) !important;
  }
  .home .horizontalWrapper .sectionWrapper .message__bg {
    background-color: transparent;
  }
  .home .horizontalWrapper .sectionWrapper .message__contentsWrapper {
    align-items: flex-start;
  }
  .home .horizontalWrapper .sectionWrapper .business__contentsWrapper {
    left: 175px;
    right: auto;
    align-items: flex-start;
  }
  .home .horizontalWrapper .sectionWrapper .member__infiniteImage {
    position: static;
  }
  .home .horizontalWrapper .sectionWrapper .member__inner {
    margin-top: -75px;
  }
  .home .horizontalWrapper .sectionWrapper .member__titleWrapper {
    position: static;
    transform: translateY(0);
  }
  .home .horizontalWrapper .sectionWrapper .member__title--ja {
    top: 90px;
  }
  .home .horizontalWrapper .sectionWrapper .member__title {
    height: 13em;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy .button__linkOuter.spview,
  .home .horizontalWrapper .sectionWrapper .message .button__linkOuter {
    max-width: 120px;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy .button__linkOuter.spview .button__link,
  .home .horizontalWrapper .sectionWrapper .message .button__linkOuter .button__link {
    font-size: 1.2rem;
  }
  .home .horizontalWrapper .sectionWrapper .business .button__link,
  .home .horizontalWrapper .sectionWrapper .business .button__link {
    font-size: 1.2rem;
  }
  .philosophy__circles,
  .message__circles,
  .business__circles,
  .member__circles {
    display: none;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__title--ja,
  .home .horizontalWrapper .sectionWrapper .message__title--ja {
    position: relative;
    border-bottom: none;
  }
  .home .horizontalWrapper .sectionWrapper .message__title--ja {
    margin-bottom: 30px;
  }
  .home .horizontalWrapper .sectionWrapper .business__title--ja,
  .home .horizontalWrapper .sectionWrapper .company__title--ja,
  .home .horizontalWrapper .sectionWrapper .member__title--ja {
    height: fit-content;
    border-bottom: none;
  }
  .home .horizontalWrapper .sectionWrapper .philosophy__title--ja::before,
  .home .horizontalWrapper .sectionWrapper .message__title--ja::before,
  .home .horizontalWrapper .sectionWrapper .business__title--ja::before,
  .home .horizontalWrapper .sectionWrapper .company__title--ja::before,
  .home .horizontalWrapper .sectionWrapper .member__title--ja::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.4rem;
    height: 1px;
    background-color: #b7c6d7;
  }
  .home .horizontalWrapper .sectionWrapper .business__title,
  .home .horizontalWrapper .sectionWrapper .company__title {
    white-space: nowrap;
  }
  #lottie_philosophy {
    top: 165px;
    right: -70px;
    left: auto;
    transform: none;
    width: 722px;
  }
  #lottie_message {
    top: 15vw;
    right: -119px;
    left: auto;
    transform: none;
    z-index: 2;
    width: 858px;
  }
  #lottie_business {
    top: 48%;
    left: 50%;
    width: 190px;
  }
  #lottie_member {
    top: 172px;
    left: -25px;
    transform: rotate(-10deg);
    z-index: auto;
    width: 460px;
  }
  .home .horizontalWrapper .sectionWrapper section h2 {
    -webkit-perspective: 10000px;
    perspective: 10000px;
  }
  .home .horizontalWrapper .sectionWrapper section h2 span {
    padding-bottom: 0.1em;
    will-change: transform;
  }
  .home .horizontalWrapper .sectionWrapper section h2 span + span {
    position: relative;
    top: -0.1em;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .home .horizontalWrapper .sectionWrapper .philosophy .button__link {
    line-height: 14rem;
  }
}
.horizontalWrapper {
  -webkit-overflow-scrolling: touch;
}

.philosophy main {
  padding-top: 163px;
  padding-bottom: 170px;
}
.philosophy .philosophySection {
  position: relative;
  z-index: 5;
}
.philosophy .philosophySection__title {
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  line-height: 1;
  padding-left: 21.40625vw;
  padding-bottom: 10px;
}
.philosophy .philosophySection__title--ja {
  font-size: 2.4rem;
  color: #3b5067;
  padding-left: 21.40625vw;
  margin-bottom: 80px;
  line-height: 1;
}
.philosophy .philosophySection__body {
  font-size: 1.6rem;
  max-width: 900px;
  box-sizing: content-box;
  padding-left: 21.40625vw;
  margin-bottom: 80px;
  word-break: break-all;
  letter-spacing: 0.1em;
}
.philosophy .philosophySection__body--big {
  font-size: 2.4rem;
  line-height: 1.66;
}
.philosophy .philosophySection__body--small:not(:last-child) {
  margin-bottom: 30px;
}
.philosophy .philosophySection__body--smallLead {
  margin-bottom: 30px;
}
.philosophy .philosophySection__block {
  max-width: 900px;
  padding-left: 21.40625vw;
  padding-right: 5.2083333333vw;
  box-sizing: content-box;
  margin-bottom: 80px;
}
.philosophy .philosophySection__block--full {
  padding-right: 0;
  max-width: unset;
  box-sizing: border-box;
}
.philosophy .philosophySection__subtitle {
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.philosophy .philosophySection__subtitle::before {
  width: 0;
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  background-color: #b7c6d7;
  bottom: 0;
  transition: 3s;
}
.philosophy .philosophySection__subtitle.is-active::before {
  width: 100%;
}
.philosophy .philosophySection__subtitle::after {
  position: absolute;
  content: " ";
  display: block;
  height: 2px;
  background-color: #0051A4;
  bottom: 0;
  transition: 2s;
  width: 0;
}
.philosophy .philosophySection__subtitle--aux {
  font-size: 1.6rem;
  color: #6c7885;
}
.philosophy .philosophySection__subtitle--ja {
  font-family: "Noto Serif JP", serif;
}
.philosophy .philosophySection__subtitle--short.is-active::after {
  width: 210px;
}
.philosophy .philosophySection__subtitle--long.is-active::after {
  width: 270px;
}
.philosophy .philosophySection__layoutBox {
  padding: 50px;
  margin-bottom: 30px;
  border-radius: 50px;
  background-color: #ECF3FA;
}
.philosophy .philosophySection__thirdTitle {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}
.philosophy .philosophySection__forthtitle {
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #0051A4;
}
.philosophy .philosophySection__item {
  font-size: 1.6rem;
  padding-bottom: 30px;
  border-bottom: 1px dashed #95C9FE;
  color: #0051A4;
}
.philosophy .philosophySection__item:first-child {
  border-top: 1px dashed #95C9FE;
  padding-top: 30px;
}
.philosophy .philosophySection__item:not(:last-child) {
  margin-bottom: 30px;
}
.philosophy .philosophySection__valueList {
  overflow-x: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  cursor: grab;
}
.philosophy .philosophySection__valueList::-webkit-scrollbar {
  display: none;
}
.philosophy .philosophySection__valueItemWrapper {
  width: 465px;
  height: 510px;
  flex-shrink: 0;
  padding: 87.5px 40px 30.5px;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  position: relative;
  min-height: 465px;
}
.philosophy .philosophySection__valueItemWrapper::before {
  position: absolute;
  left: 50%;
  content: "";
  display: inline-block;
  background-size: contain;
  top: 10%;
  transform: translateX(-50%);
  height: 146px;
  background-repeat: no-repeat;
}
.philosophy .philosophySection__valueItemWrapper:nth-child(1)::before {
  width: 128px;
  background-image: url(./img/icon_number_01.png);
}
.philosophy .philosophySection__valueItemWrapper:nth-child(2)::before {
  width: 150px;
  background-image: url(./img/icon_number_02.png);
}
.philosophy .philosophySection__valueItemWrapper:nth-child(3)::before {
  width: 150px;
  background-image: url(./img/icon_number_03.png);
}
.philosophy .philosophySection__valueItemWrapper:nth-child(4)::before {
  width: 162px;
  background-image: url(./img/icon_number_04.png);
}
.philosophy .philosophySection__valueItemWrapper:nth-child(5)::before {
  width: 152px;
  background-image: url(./img/icon_number_05.png);
}
.philosophy .philosophySection__valueTitle {
  font-size: 2.4rem;
  margin-bottom: 60px;
  position: relative;
  padding-left: 35px;
}
.philosophy .philosophySection__valueTitle::after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  left: -0.05em;
  width: 0.6em;
  height: 0.6em;
  vertical-align: top;
  border-radius: 50%;
  background-color: #0051A4;
  transform: translateY(-50%);
  transition: 0.2s;
  transform-origin: top;
}
.philosophy .philosophySection__valueBody {
  font-size: 1.6rem;
}
.philosophy .philosophySection__spiritList {
  cursor: grab;
  overflow-x: scroll;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  grid-auto-flow: column;
  padding-top: 1px;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.philosophy .philosophySection__spiritList::-webkit-scrollbar {
  display: none;
}
.philosophy .philosophySection__spiritItem {
  display: flex;
  align-items: center;
  width: 530px;
  border: 1px solid #0051a4;
  border-radius: 10px;
  padding: 30px 20px 30px 25px;
}
.philosophy .philosophySection__spiritItem:nth-child(odd) {
  margin-left: -80px;
}
.philosophy .philosophySection__spiritItem:nth-child(2) {
  margin-left: 80px;
}
.philosophy .philosophySection__spiritItem:first-child {
  margin-left: 0;
}
.philosophy .philosophySection__spiritNumber {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 5rem;
  line-height: 1;
  color: #0051A4;
  margin-right: 20px;
  position: relative;
}
.philosophy .philosophySection__spiritNumber::before {
  position: absolute;
  content: " ";
  display: block;
  border-top: 2px solid #0051A4;
  width: 84px;
  top: -39px;
  left: -8px;
}
.philosophy .philosophySection__spiritBody {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .philosophy main {
    position: relative;
    overflow: hidden;
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .philosophy .philosophySection__title {
    font-size: 4rem;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .philosophy .philosophySection__title--ja {
    font-size: 1.4rem;
    color: #3b5067;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .philosophy .philosophySection__body {
    font-size: 1.5rem;
    padding: 0 20px;
  }
  .philosophy .philosophySection__body--big {
    font-size: 1.8rem;
    line-height: 2;
  }
  .philosophy .philosophySection__body--small {
    font-size: 1.5rem;
  }
  .philosophy .philosophySection__body--small:not(:last-child) {
    margin-bottom: 30px;
  }
  .philosophy .philosophySection__body--smallLead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .philosophy .philosophySection__block {
    max-width: 900px;
    padding: 0 20px;
    margin-bottom: 80px;
  }
  .philosophy .philosophySection__block--full {
    padding-right: 0;
    max-width: unset;
    box-sizing: border-box;
  }
  .philosophy .philosophySection__subtitle {
    font-size: 3rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .philosophy .philosophySection__subtitle::after {
    height: 2px;
    bottom: 0;
  }
  .philosophy .philosophySection__subtitle--aux {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .philosophy .philosophySection__subtitle--short::after {
    width: 210px;
  }
  .philosophy .philosophySection__subtitle--long::after {
    width: 270px;
  }
  .philosophy .philosophySection__layoutBox {
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 15px;
  }
  .philosophy .philosophySection__thirdTitle {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .philosophy .philosophySection__forthtitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .philosophy .philosophySection__item {
    font-size: 1.5rem;
  }
  .philosophy .philosophySection__valueList {
    gap: 0 20px;
  }
  .philosophy .philosophySection__valueItemWrapper {
    width: 261px;
    padding: 65px 20px 25px;
  }
  .philosophy .philosophySection__valueItemWrapper::before {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    height: 146px;
    background-repeat: no-repeat;
  }
  .philosophy .philosophySection__valueItemWrapper:nth-child(1)::before {
    width: 128px;
  }
  .philosophy .philosophySection__valueItemWrapper:nth-child(2)::before {
    width: 150px;
  }
  .philosophy .philosophySection__valueItemWrapper:nth-child(3)::before {
    width: 150px;
  }
  .philosophy .philosophySection__valueItemWrapper:nth-child(4)::before {
    width: 162px;
  }
  .philosophy .philosophySection__valueItemWrapper:nth-child(5)::before {
    width: 152px;
  }
  .philosophy .philosophySection__valueTitle {
    font-size: 2rem;
    margin-bottom: 50px;
    padding-left: 35px;
  }
  .philosophy .philosophySection__valueTitle::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 50%;
    left: -0.05em;
    width: 0.6em;
    height: 0.6em;
    vertical-align: top;
    border-radius: 50%;
    background-color: #0051A4;
    transform: translateY(-50%);
    transition: 0.2s;
    transform-origin: top;
  }
  .philosophy .philosophySection__valueBody {
    font-size: 1.5rem;
  }
  .philosophy .philosophySection__spiritList {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    grid-auto-flow: column;
    padding-top: 1px;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  .philosophy .philosophySection__spiritList::-webkit-scrollbar {
    display: none;
  }
  .philosophy .philosophySection__spiritItem {
    width: 335px;
    padding: 20px 20px 20px 30px;
  }
  .philosophy .philosophySection__spiritItem:nth-child(odd) {
    margin-left: -40px;
  }
  .philosophy .philosophySection__spiritItem:nth-child(2) {
    margin-left: 40px;
  }
  .philosophy .philosophySection__spiritItem:first-child {
    margin-left: 0;
  }
  .philosophy .philosophySection__spiritNumber {
    font-size: 4.8rem;
  }
  .philosophy .philosophySection__spiritNumber::before {
    border-top: 2px solid #0051A4;
    width: 84px;
    top: -58px;
    left: -8px;
  }
  .philosophy .philosophySection__spiritBody {
    font-size: 1.5rem;
  }
}
.message main {
  position: relative;
  overflow: hidden;
  padding-top: 163px;
  padding-bottom: 170px;
}
.message .messageSection {
  position: relative;
  z-index: 5;
}
.message .messageSection::before {
  position: absolute;
  content: "";
  display: block;
  width: 560px;
  aspect-ratio: 1;
  background-image: radial-gradient(circle closest-side, rgb(236, 243, 250) 61%, rgb(255, 255, 255));
  z-index: -1;
  left: 23%;
  top: -94px;
}
.message .messageSection__inner {
  max-width: 800px;
  padding-left: 21.40625vw;
  padding-right: 5.2083333333vw;
  box-sizing: content-box;
}
.message .messageSection__title {
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  color: #092341;
  line-height: 1;
  padding-bottom: 10px;
}
.message .messageSection__title--ja {
  font-size: 2.4rem;
  margin-bottom: 80px;
  line-height: 1;
}
.message .messageSection__lead {
  font-size: 4rem;
  line-height: 1.75;
  margin-bottom: 80px;
  width: 41vw;
}
.message .messageSection__body {
  font-size: 1.6rem;
  margin-bottom: 40px;
  width: 41vw;
}
.message .messageSection__pic {
  position: absolute;
  top: 400px;
  z-index: -1;
  right: 0;
  width: 63.8541666667vw;
}
.message .messageSection__sign {
  display: flex;
  align-items: center;
}
.message .messageSection__position {
  font-size: 2.2rem;
}
.message .messageSection__name {
  width: 174px;
}

@media screen and (max-width: 768px) {
  .message main {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .message .messageSection::before {
    width: auto;
    background-image: radial-gradient(circle closest-side, rgb(236, 243, 250) 61%, rgb(255, 255, 255));
    left: 23%;
    top: -94px;
  }
  .message .messageSection__inner {
    padding: 0 20px;
    box-sizing: content-box;
  }
  .message .messageSection__title {
    font-size: 4rem;
    padding: 0;
    margin-bottom: 40px;
  }
  .message .messageSection__title--ja {
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 58vw;
  }
  .message .messageSection__lead {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 50px;
    width: 100%;
  }
  .message .messageSection__body {
    font-size: 1.5rem;
    margin-bottom: 50px;
    width: 100%;
  }
  .message .messageSection__pic {
    top: 265px;
    z-index: -1;
    right: 0;
    width: 63.8541666667vw;
  }
  .message .messageSection__sign {
    display: flex;
    align-items: center;
  }
  .message .messageSection__position {
    font-size: 1.5rem;
  }
  .message .messageSection__name {
    width: 125px;
  }
}
.company main {
  position: relative;
  overflow: hidden;
  padding-top: 163px;
  padding-bottom: 170px;
}
.company .companySection {
  position: relative;
  z-index: 5;
}
.company .companySection__inner {
  max-width: 1100px;
  padding-left: 21.40625vw;
  padding-right: 5.2083333333vw;
  box-sizing: content-box;
}
.company .companySection__title {
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  color: #092341;
  line-height: 1;
}
.company .companySection__title--ja {
  font-size: 2.4rem;
  margin-bottom: 80px;
  line-height: 1;
}
.company .companySection__lead {
  font-size: 4rem;
  margin-bottom: 80px;
  line-height: 1.75;
}
.company .companySection__subtitle {
  overflow: hidden;
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 20px;
}
.company .companySection__subtitle::before {
  width: 0;
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  background-color: #b7c6d7;
  bottom: 0;
  transition: 3s;
}
.company .companySection__subtitle.is-active::before {
  width: 100%;
}
.company .companySection__subtitle.is-active::after {
  width: 400px;
}
.company .companySection__subtitle::after {
  position: absolute;
  content: " ";
  display: block;
  height: 2px;
  background-color: #0051A4;
  bottom: 0;
  transition: 3s;
  width: 0;
}
.company .companySection__subtitle--en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
}
.company .companySection__table {
  font-size: 2rem;
  margin-bottom: 80px;
  width: 100%;
}
.company .companySection__tableRow {
  position: relative;
}
.company .companySection__tableRow::after {
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  background-color: #D4D4D4;
  bottom: 0;
  left: 0;
  transition: 3s;
  width: 0;
}
.company .companySection__tableRow.is-active::after {
  width: 100%;
}
.company .companySection__tableHead {
  text-align: center;
  padding: 30px 0;
  width: 250px;
  vertical-align: top;
}
.company .companySection__tableDescription {
  padding: 30px 30px 30px 100px;
}
.company .companySection__tableLink {
  color: #0051A4;
  display: block;
  transition: 0.2s;
}
.company .companySection__tableLink:hover {
  opacity: 0.6;
}
.company .companySection__siteName {
  position: relative;
  padding-left: 20px;
}
.company .companySection__siteName::after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  left: -0.05em;
  width: 0.6em;
  height: 0.6em;
  vertical-align: top;
  border-radius: 50%;
  background-color: #0051A4;
  transform: translateY(-50%);
  transition: 0.2s;
  transform-origin: top;
}
.company .companySection__map {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.company .companySection__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company .companySection__tel {
  margin-bottom: 15px;
}
.company .companySection__badge {
  display: flex;
}
.company .companySection__badgeImage {
  width: 100px;
}
.company .companySection__badgeImage:not(:last-child) {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .company main {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .company .companySection__inner {
    padding: 0 20px;
    box-sizing: content-box;
  }
  .company .companySection__title {
    font-size: 4rem;
    padding: 0;
    margin-bottom: 40px;
  }
  .company .companySection__title--ja {
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 50px;
  }
  .company .companySection__lead {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 80px;
  }
  .company .companySection__subtitle {
    font-size: 3rem;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .company .companySection__subtitle::after {
    width: 138px;
  }
  .company .companySection__subtitle--en {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }
  .company .companySection__table {
    font-size: 2rem;
    margin-bottom: 80px;
    width: 100%;
  }
  .company .companySection__tableRow {
    text-align-last: left;
    padding: 30px 5px;
    display: block;
  }
  .company .companySection__tableHead {
    display: block;
    color: #6C7885;
    font-size: 1.3rem;
    padding: 0;
    width: auto;
    vertical-align: top;
    line-height: 1;
    margin-bottom: 3px;
  }
  .company .companySection__tableDescription {
    font-size: 1.6rem;
    padding: 0;
  }
  .company .companySection__tableLink {
    color: #0051A4;
    display: block;
  }
  .company .companySection__siteName {
    position: relative;
    padding-left: 20px;
  }
  .company .companySection__siteName::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 50%;
    left: -0.05em;
    width: 0.6em;
    height: 0.6em;
    vertical-align: top;
    border-radius: 50%;
    background-color: #0051A4;
    transform: translateY(-50%);
    transition: 0.2s;
    transform-origin: top;
  }
  .company .companySection__map {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 30px;
  }
  .company .companySection__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .company .companySection__tel {
    margin-bottom: 15px;
  }
  .company .companySection__badge {
    display: flex;
  }
  .company .companySection__badgeImage {
    width: 90px;
  }
  .company .companySection__badgeImage:not(:last-child) {
    margin-right: 30px;
  }
}
.business main {
  position: relative;
  overflow: hidden;
  padding-top: 163px;
  padding-bottom: 170px;
}
.business .businessSection {
  position: relative;
  z-index: 7;
}
.business .businessSection::before {
  content: ""; /* 疑似要素に必須 */
  width: 100%; /* 幅いっぱい */
  height: 30%; /* 高さいっぱい */
  display: block; /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 70%); /* 徐々に透明にする */
  position: fixed; /*  */
  bottom: 0;
  left: 0;
  z-index: 3;
}
.business .businessSection::after {
  content: ""; /* 疑似要素に必須 */
  width: 100%; /* 幅いっぱい */
  height: 17%; /* 高さいっぱい */
  display: block; /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(#fff 70% 0, rgba(255, 255, 255, 0)); /* 徐々に透明にする */
  position: fixed; /*  */
  top: 0;
  left: 0;
  z-index: 3;
}
.business .businessSection__inner {
  max-width: 1100px;
  padding-right: 50px;
  box-sizing: content-box;
  padding-left: 21.40625vw;
}
.business .businessSection__titleWrapper {
  margin-bottom: 150px;
}
.business .businessSection__title {
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  color: #092341;
  line-height: 1;
  padding-bottom: 10px;
}
.business .businessSection__title--ja {
  font-size: 2.4rem;
  line-height: 1;
}
.business .businessSection__list {
  position: relative;
  z-index: 2;
}
.business .businessSection__listWrapper {
  width: 48%;
  margin-bottom: 150px;
  min-width: 600px;
  min-height: 214px;
}
.business .businessSection__listWrapper:last-of-type {
  margin-bottom: 100px;
}
.business .businessSection__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.business .businessSection__body {
  font-size: 1.6rem;
}
.business .businessSection__circles {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.business .businessSection__circles ul li {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 6.25%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(#003f80 0%, #006bd6 100%);
  filter: drop-shadow(-2px 5px 10px rgba(0, 0, 0, 0.16));
}
.business .businessSection__circles ul li:nth-of-type(1) {
  width: 11.5%;
  z-index: 15;
  left: 64%;
  top: 40%;
}
.business .businessSection__circles ul li:nth-of-type(2) {
  left: 70%;
  top: 37%;
  width: 13%;
  max-width: 164px;
  background: linear-gradient(#3893ef 0%, #006bd6 100%);
  z-index: 13;
}
.business .businessSection__circles ul li:nth-of-type(3) {
  left: 61%;
  top: 49%;
  width: 13%;
  max-width: 139px;
  background: linear-gradient(#aed6ff 0%, #4ba5ff 100%);
  z-index: 12;
}
.business .businessSection__circles ul li:nth-of-type(4) {
  left: 65%;
  top: 33%;
  width: 9%;
  max-width: 118px;
  background: linear-gradient(#aed6ff 0%, #4ba5ff 100%);
  z-index: 12;
}
.business .businessSection__circles ul li:nth-of-type(5) {
  left: 71%;
  top: 55%;
  width: 4.8%;
  max-width: 100px;
  background: linear-gradient(#aed6ff 0%, #4ba5ff 100%);
  z-index: 12;
}
.business .businessSection__circles ul li:nth-of-type(6) {
  left: 74%;
  top: 49%;
  width: 4.3%;
  background: linear-gradient(#3893ef 0%, #8ADFFF 100%);
  z-index: 14;
}
.business .businessSection__circles ul li:nth-of-type(7) {
  left: 62%;
  top: 41%;
  width: 4.3%;
  background: linear-gradient(#3893ef 0%, #3798E6 100%);
  z-index: 13;
}
.business .businessSection__circles ul li:nth-of-type(8) {
  left: 76%;
  top: 49%;
  width: 2.1%;
  background: linear-gradient(#3893ef 0%, #006bd6 100%);
  z-index: 13;
}
.business .businessSection__circles ul li:nth-of-type(9) {
  left: 70%;
  top: 57%;
  width: 3.1%;
  background: linear-gradient(#062164 0%, #062164 5.97%, #4f6fb9 100%);
  z-index: 11;
}
.business .businessSection__circles ul li:nth-of-type(10) {
  left: 64%;
  top: 37%;
  width: 3.4%;
  background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
  z-index: 11;
}
.business .businessSection__circles ul li:nth-of-type(11) {
  left: 65%;
  top: 57%;
  width: 4%;
  background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
  z-index: 15;
}
.business .businessSection__circles ul li:nth-of-type(12) {
  left: 63%;
  top: 40%;
  width: 2.6%;
  background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
  z-index: 11;
}
.business .businessSection__circles ul li:nth-of-type(13) {
  left: 71%;
  top: 38%;
  width: 2.3%;
  background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
  z-index: 15;
}
.business .businessSection__circles ul li:nth-of-type(14) {
  left: 62%;
  top: 46%;
  width: 2.9%;
  background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
  z-index: 11;
}
.business .businessSection__circles ul li:nth-of-type(15) {
  left: 68.5%;
  top: 34%;
  width: 3.4%;
  background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
  z-index: 11;
}
.business .businessSection__circles ul li:nth-of-type(16) {
  left: 63%;
  top: 59.5%;
  width: 2.2%;
  background: linear-gradient(#aed6ff 0%, #003F80 100%);
  z-index: 11;
}
.business .businessSection__circles ul li:nth-of-type(17) {
  left: 64%;
  top: 42%;
  width: 6%;
  background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
}
.business .businessSection__circles ul li:nth-of-type(18) {
  left: 69%;
  top: 50%;
  width: 6%;
  background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
}

@media screen and (max-width: 768px) {
  .business main {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .business .businessSection::after {
    height: 10%;
  }
  .business .businessSection::before {
    width: auto;
    background-image: radial-gradient(circle closest-side, rgb(236, 243, 250) 61%, rgb(255, 255, 255));
    left: 23%;
    top: -94px;
  }
  .business .businessSection__inner {
    padding: 0 20px;
    box-sizing: content-box;
  }
  .business .businessSection__titleWrapper {
    margin-bottom: 50px;
  }
  .business .businessSection__title {
    font-size: 4rem;
    padding: 0;
    margin-bottom: 40px;
  }
  .business .businessSection__title--ja {
    font-size: 1.4rem;
    padding: 0;
  }
  .business .businessSection__list {
    top: 45%;
    left: 0;
  }
  .business .businessSection__listWrapper {
    width: 100%;
    margin-bottom: 95px;
    min-width: unset;
  }
  .business .businessSection__subtitle {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .business .businessSection__body {
    font-size: 1.5rem;
  }
  .business .businessSection__circles {
    z-index: -1;
    background-color: #ffffff;
    opacity: 0.3;
  }
  .business .businessSection__circles ul li {
    position: absolute;
    top: 100vw;
    left: 30%;
    width: 6.25%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(#003f80 0%, #006bd6 100%);
    filter: drop-shadow(-2px 5px 10px rgba(0, 0, 0, 0.16));
  }
  .business .businessSection__circles ul li:nth-of-type(1) {
    width: 34.4vw;
    left: 32%;
    top: 45%;
  }
  .business .businessSection__circles ul li:nth-of-type(2) {
    left: 51%;
    top: 43%;
    width: 24.8vw;
  }
  .business .businessSection__circles ul li:nth-of-type(3) {
    left: 25%;
    top: 55%;
    width: 21.0666666667vw;
  }
  .business .businessSection__circles ul li:nth-of-type(4) {
    left: 38%;
    top: 38%;
    width: 17.8666666667vw;
  }
  .business .businessSection__circles ul li:nth-of-type(5) {
    left: 55%;
    top: 60%;
    width: 13.8666666667vw;
  }
  .business .businessSection__circles ul li:nth-of-type(6) {
    left: 61%;
    top: 54%;
    width: 12.2666666667vw;
  }
  .business .businessSection__circles ul li:nth-of-type(7) {
    left: 28%;
    top: 48%;
    width: 12vw;
  }
  .business .businessSection__circles ul li:nth-of-type(8) {
    left: 76%;
    top: 51%;
    width: 2.1%;
    background: linear-gradient(#3893ef 0%, #006bd6 100%);
    z-index: 13;
  }
  .business .businessSection__circles ul li:nth-of-type(9) {
    left: 70%;
    top: 60%;
    width: 3.1%;
    background: linear-gradient(#062164 0%, #062164 5.97%, #4f6fb9 100%);
    z-index: 11;
  }
  .business .businessSection__circles ul li:nth-of-type(10) {
    left: 64%;
    top: 40%;
    width: 3.6%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 11;
  }
  .business .businessSection__circles ul li:nth-of-type(11) {
    left: 65%;
    top: 60%;
    width: 4%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 15;
  }
  .business .businessSection__circles ul li:nth-of-type(12) {
    left: 63%;
    top: 43%;
    width: 2.6%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 11;
  }
  .business .businessSection__circles ul li:nth-of-type(13) {
    left: 71%;
    top: 41%;
    width: 2.3%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 15;
  }
  .business .businessSection__circles ul li:nth-of-type(14) {
    left: 62%;
    top: 49%;
    width: 2.9%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 11;
  }
  .business .businessSection__circles ul li:nth-of-type(15) {
    left: 68.5%;
    top: 37%;
    width: 3.4%;
    background: linear-gradient(#aed6ff 0%, #4bf7ff 100%);
    z-index: 11;
  }
  .business .businessSection__circles ul li:nth-of-type(16) {
    left: 63%;
    top: 62.5%;
    width: 2.2%;
    background: linear-gradient(#aed6ff 0%, #003F80 100%);
    z-index: 11;
  }
}
.archive main {
  position: relative;
  overflow: hidden;
  padding-top: 163px;
}
.archive .memberSection {
  position: relative;
  z-index: 5;
}
.archive .memberSection__title {
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  color: #092341;
  line-height: 1;
  padding-left: 150px;
  margin-bottom: 20px;
}
.archive .memberSection__title--ja {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 80px;
  padding-left: 150px;
}
.archive .memberSection__list {
  display: flex;
  flex-wrap: wrap;
}
.archive .memberSection__item {
  width: 25%;
  transition: 0.5s;
  position: relative;
}
.archive .memberSection__item a {
  position: relative;
  z-index: 1;
}
.archive .memberSection__item a img {
  transition: 0.4s;
}
.archive .memberSection__item a:hover img {
  border-radius: 60px;
}
.archive .memberSection__item a:hover .memberSection__thumbnail::before {
  opacity: 1; /* hoverしたら透過しない(表示させる) */
  border-radius: 60px;
}
.archive .memberSection__item a:hover .memberSection__body::after {
  animation: borderAnimOfMember 0.4s;
}
@keyframes borderAnimOfMember {
  0% {
    clip-path: inset(0 0 0 0);
  }
  25% {
    clip-path: inset(95% 0 0 0);
  }
  50% {
    clip-path: inset(100% 0 0 100%);
  }
  75% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.archive .memberSection__thumbnail {
  position: relative;
  margin-bottom: 20px;
}
.archive .memberSection__thumbnail::before {
  background: rgba(112, 112, 112, 0.1);
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明(非表示) */
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
}
.archive .memberSection__body {
  padding-left: 40px;
  margin-bottom: 60px;
}
.archive .memberSection__works {
  position: relative;
  color: #0051A4;
  font-size: 0.933vw;
  line-height: 1;
  margin-bottom: 15px;
  text-indent: 1.3em;
}
.archive .memberSection__works::after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 56%;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  vertical-align: top;
  border-radius: 50%;
  background-color: #0051A4;
  transform: translateY(-50%);
  transition: 0.2s;
  transform-origin: top;
}
.archive .memberSection__name {
  color: #4C535B;
  font-size: 1.56vw;
  line-height: 1;
}
.archive .memberSection__name--en {
  padding-left: 15px;
  color: #B7C6D7;
  font-size: 0.73vw;
}

@media screen and (max-width: 768px) {
  .archive main {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .archive .memberSection__title {
    font-size: 4rem;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .archive .memberSection__title--ja {
    font-size: 1.4rem;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .archive .memberSection__item {
    width: 50%;
  }
  .archive .memberSection__body {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .archive .memberSection__thumbnail {
    margin-bottom: 15px;
  }
  .archive .memberSection__works {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .archive .memberSection__works::after {
    left: 0;
    transform-origin: top;
  }
  .archive .memberSection__name {
    font-size: 1.4rem;
  }
  .archive .memberSection__name--en {
    font-size: 1rem;
    display: block;
    padding-left: 0;
    padding-top: 5px;
  }
}
.single main {
  position: relative;
  overflow: hidden;
  padding-bottom: 160px;
}
.single .singleSection__head {
  position: relative;
}
.single .singleSection__titleWrapper {
  position: absolute;
  right: 21.5%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.single .singleSection__title {
  font-size: clamp(5rem, 5.2vw, 8rem);
  color: #092341;
  line-height: 1;
}
.single .singleSection__title--small {
  font-size: 2.4rem;
  font-weight: 500;
}
.single .singleSection__mv {
  width: 50%;
  margin-bottom: 80px;
}
.single .singleSection__subtitle {
  overflow: hidden;
  position: relative;
  font-size: 4rem;
  line-height: 1.25;
  padding-bottom: 20px;
  max-width: 888px;
  box-sizing: content-box;
}
.single .singleSection__subtitle::before {
  width: 0;
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  background-color: #b7c6d7;
  bottom: 0;
  transition: 3s;
}
.single .singleSection__subtitle.is-active::before {
  width: 100%;
}
.single .singleSection__subtitle::after {
  position: absolute;
  content: " ";
  display: block;
  height: 2px;
  background-color: #0051A4;
  bottom: 0;
  transition: 3s;
  width: 0;
}
.single .singleSection__subtitle--en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  max-width: 888px;
  box-sizing: content-box;
  line-height: 1;
  margin-bottom: 10px;
}
.single .singleSection__subtitle--short.is-active::after {
  width: 252px;
}
.single .singleSection__subtitle--long.is-active::after {
  width: 459px;
}
.single .singleSection__table {
  font-size: 2rem;
  width: 100%;
  max-width: 888px;
}
.single .singleSection__tableRow {
  position: relative;
}
.single .singleSection__tableRow::after {
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  background-color: #D4D4D4;
  bottom: 0;
  left: 0;
  transition: 3s;
  width: 0;
}
.single .singleSection__tableRow.is-active::after {
  width: 100%;
}
.single .singleSection__tableHead {
  text-align: center;
  padding: 30px 0;
  width: 250px;
  vertical-align: middle;
}
.single .singleSection__tableDescription {
  padding: 30px 20px 30px 40px;
}
.single .singleSection__tableLink {
  color: #0051A4;
  display: block;
}
.single .singleSection__block {
  margin-bottom: 80px;
}
.single .singleSection__block--full {
  background-color: #FBFCFD;
  padding: 80px 0;
  margin-bottom: 80px;
}
.single .singleSection__block--full .singleSection__subtitle, .single .singleSection__block--full .singleSection__subtitle--en {
  width: 65%;
}
.single .singleSection__block--full .singleSection__body {
  width: 65%;
}
.single .singleSection__blockInner {
  max-width: 1100px;
  padding-left: 21.40625vw;
  padding-right: 5.2083333333vw;
  box-sizing: content-box;
}
.single .singleSection__bodyLayout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single .singleSection__body {
  font-size: 2rem;
  padding: 30px 25px;
  max-width: 888px;
  position: relative;
}
.single .singleSection__body::after {
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  background-color: #D4D4D4;
  bottom: 0;
  left: 0;
  transition: 3s;
  width: 0;
}
.single .singleSection__body.is-active::after {
  width: 100%;
}
.single .singleSection__pic {
  width: 29.5%;
  position: relative;
}
.single .singleSection__pic::after {
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translate(-50%);
  content: "";
  background-image: url("img/obj_card_shadow.png");
  width: 100%;
  aspect-ratio: 5/1;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.single .singleSection .pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  background-color: #F8FCFF;
  width: 100%;
}
.single .singleSection .pagenation__item {
  width: 90px;
}
.single .singleSection .pagenation a {
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #6C7885;
  transition: 0.2s;
}
.single .singleSection .pagenation a:hover {
  opacity: 0.7;
}
.single .singleSection .pagenation__prev, .single .singleSection .pagenation__next {
  position: relative;
}
.single .singleSection .pagenation__prev {
  padding-left: 40px;
}
.single .singleSection .pagenation__prev::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #B7C6D7;
  transform: rotate(-45deg);
  left: 0;
  top: 15px;
  transition: 0.2s;
  animation-name: prevBeforeDefault;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.single .singleSection .pagenation__prev::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #B7C6D7;
  transform: rotate(45deg);
  left: 0;
  top: 29px;
  transition: 0.2s;
  animation-name: prevAfterDefault;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.single .singleSection .pagenation__prev:hover::before {
  animation-name: prevBeforeHover;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.single .singleSection .pagenation__prev:hover::after {
  animation-name: prevAfterHover;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.single .singleSection .pagenation__next {
  padding-right: 40px;
}
.single .singleSection .pagenation__next::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #B7C6D7;
  transform: rotate(45deg);
  right: 0;
  top: 15px;
  transition: 0.2s;
  animation-name: nextBeforeDefault;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.single .singleSection .pagenation__next::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #B7C6D7;
  transform: rotate(-45deg);
  right: 0;
  top: 29px;
  transition: 0.2s;
  animation-name: nextAfterDefault;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.single .singleSection .pagenation__next:hover::before {
  animation-name: nextBeforeHover;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.single .singleSection .pagenation__next:hover::after {
  animation-name: nextAfterHover;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
@keyframes nextBeforeDefault {
  0% {
    top: 21px;
    width: 40px;
    transform: rotate(0);
    right: -15px;
  }
  100% {
    transform: rotate(45deg);
    right: 0;
    top: 15px;
  }
}
@keyframes nextAfterDefault {
  0% {
    top: 21px;
    right: -15px;
    width: 40px;
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
    right: 0;
    top: 29px;
  }
}
@keyframes nextBeforeHover {
  20% {
    transform: rotate(0);
    top: 21px;
  }
  100% {
    top: 21px;
    right: -20px;
    width: 40px;
    transform: rotate(0);
  }
}
@keyframes nextAfterHover {
  20% {
    transform: rotate(0);
    top: 21px;
  }
  100% {
    top: 21px;
    right: -20px;
    width: 40px;
    transform: rotate(0);
  }
}
@keyframes prevBeforeDefault {
  0% {
    top: 21px;
    width: 40px;
    transform: rotate(0);
    left: -15px;
  }
  100% {
    transform: rotate(-45deg);
    left: 0;
    top: 15px;
  }
}
@keyframes prevAfterDefault {
  0% {
    top: 21px;
    left: -15px;
    width: 40px;
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
    left: 0;
    top: 29px;
  }
}
@keyframes prevBeforeHover {
  20% {
    transform: rotate(0);
    top: 21px;
  }
  100% {
    top: 21px;
    left: -20px;
    width: 40px;
    transform: rotate(0);
  }
}
@keyframes prevAfterHover {
  20% {
    transform: rotate(0);
    top: 21px;
  }
  100% {
    top: 21px;
    left: -20px;
    width: 40px;
    transform: rotate(0);
  }
}
.single .singleSection .pagenation a.pagenation__archive {
  justify-content: center;
  margin: 0 40px;
  text-align: center;
  aspect-ratio: 1;
  transition: 0.2s;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.66;
  font-family: "Montserrat", sans-serif;
  width: 90px;
  height: 90px;
}
.single .singleSection .pagenation a.pagenation__archive::before {
  width: 100%;
  height: 90px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #B7C6D7;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.2s;
}
.single .singleSection .pagenation a.pagenation__archive:hover::before {
  transform: scale(0.8);
  transform-origin: center;
}

@media screen and (max-width: 768px) {
  .single main {
    padding-bottom: 160px;
  }
  .single .singleSection__head {
    position: relative;
  }
  .single .singleSection__titleWrapper {
    right: 20px;
    letter-spacing: 0.01em;
    z-index: 1;
  }
  .single .singleSection__title {
    font-size: 4rem;
  }
  .single .singleSection__title--small {
    font-size: 1.2rem;
  }
  .single .singleSection__mv {
    width: 79%;
    margin-bottom: 30px;
    left: -18%;
    position: relative;
  }
  .single .singleSection__subtitle {
    font-size: 2.9rem;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .single .singleSection__subtitle::after {
    width: 138px;
  }
  .single .singleSection__subtitle--en {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }
  .single .singleSection__subtitle--short::after {
    width: 252px;
  }
  .single .singleSection__subtitle--long::after {
    width: 459px;
  }
  .single .singleSection__table {
    font-size: 1.5rem;
  }
  .single .singleSection__tableRow {
    display: flex;
  }
  .single .singleSection__tableHead {
    text-align: left;
    padding: 30px 20px;
    width: 90px;
    min-width: 90px;
    vertical-align: middle;
    font-size: 1.5rem;
  }
  .single .singleSection__tableDescription {
    padding: 30px 5px 30px 10px;
    font-size: 1.5rem;
  }
  .single .singleSection__tableLink {
    color: #0051A4;
    display: block;
  }
  .single .singleSection__block {
    margin-bottom: 60px;
  }
  .single .singleSection__block--full {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .single .singleSection__block--full .singleSection__subtitle, .single .singleSection__block--full .singleSection__subtitle--en {
    width: 65%;
  }
  .single .singleSection__block--full .singleSection__body {
    width: 100%;
    padding: 30px 0;
  }
  .single .singleSection__blockInner {
    padding: 0 20px;
  }
  .single .singleSection__blockInner--button {
    text-align: right;
  }
  .single .singleSection__bodyLayout {
    flex-direction: column;
  }
  .single .singleSection__body {
    font-size: 1.6rem;
    padding: 30px 0;
    max-width: 888px;
    border-bottom: 1px solid #D4D4D4;
  }
  .single .singleSection__pic {
    width: 60%;
    margin: 60px auto 0 auto;
  }
  .single .singleSection .pagenation a {
    font-size: 1.2rem;
  }
  .single .singleSection .pagenation__item {
    width: 18%;
  }
  .single .singleSection .pagenation a.pagenation__archive {
    margin: 0 40px;
  }
  .single .singleSection .pagenation__prev {
    padding-left: 40px;
  }
  .single .singleSection .pagenation__prev::before {
    top: 5px;
  }
  .single .singleSection .pagenation__prev::after {
    top: 19px;
  }
  .single .singleSection .pagenation__prev:hover::before {
    top: 12px;
    left: -15px;
  }
  .single .singleSection .pagenation__prev:hover::after {
    top: 12px;
    left: -15px;
  }
  .single .singleSection .pagenation__next {
    padding-right: 40px;
  }
  .single .singleSection .pagenation__next::before {
    top: 5px;
  }
  .single .singleSection .pagenation__next::after {
    top: 19px;
  }
  .single .singleSection .pagenation__next:hover::before {
    top: 14px;
    right: -15px;
  }
  .single .singleSection .pagenation__next:hover::after {
    top: 14px;
    right: -15px;
  }
  @keyframes nextBeforeDefault {
    0% {
      top: 21px;
      width: 40px;
      transform: rotate(0);
      right: -15px;
    }
    100% {
      transform: rotate(45deg);
      right: 0;
      top: 6px;
    }
  }
  @keyframes nextAfterDefault {
    0% {
      top: 21px;
      right: -15px;
      width: 40px;
      transform: rotate(0);
    }
    100% {
      transform: rotate(-45deg);
      right: 0;
      top: 20px;
    }
  }
  @keyframes nextBeforeHover {
    20% {
      transform: rotate(0);
      top: 14px;
    }
    100% {
      top: 14px;
      right: -20px;
      width: 40px;
      transform: rotate(0);
    }
  }
  @keyframes nextAfterHover {
    20% {
      transform: rotate(0);
      top: 14px;
    }
    100% {
      top: 14px;
      right: -20px;
      width: 40px;
      transform: rotate(0);
    }
  }
  @keyframes prevBeforeDefault {
    0% {
      top: 21px;
      width: 40px;
      transform: rotate(0);
      left: -15px;
    }
    100% {
      transform: rotate(-45deg);
      left: 0;
      top: 6px;
    }
  }
  @keyframes prevAfterDefault {
    0% {
      top: 21px;
      left: -15px;
      width: 40px;
      transform: rotate(0);
    }
    100% {
      transform: rotate(45deg);
      left: 0;
      top: 20px;
    }
  }
  @keyframes prevBeforeHover {
    20% {
      transform: rotate(0);
      top: 14px;
    }
    100% {
      top: 14px;
      left: -20px;
      width: 40px;
      transform: rotate(0);
    }
  }
  @keyframes prevAfterHover {
    20% {
      transform: rotate(0);
      top: 14px;
    }
    100% {
      top: 14px;
      left: -20px;
      width: 40px;
      transform: rotate(0);
    }
  }
}
.contact main, .thanks main {
  overflow: hidden;
  padding-top: 192px;
  padding-bottom: 115px;
  position: relative;
}
.contact .contactSection, .thanks .contactSection {
  position: relative;
  z-index: 5;
}
.contact .contactSection__title, .thanks .contactSection__title {
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  color: #092341;
  line-height: 1;
  margin-bottom: 10px;
}
.contact .contactSection__title--ja, .thanks .contactSection__title--ja {
  font-size: 2.4rem;
  margin-bottom: 80px;
  line-height: 1;
}
.contact .contactSection__lead, .thanks .contactSection__lead {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.contact .contactSection__lead a, .thanks .contactSection__lead a {
  color: #0054A9;
  transition: 0.2s;
  border-bottom: 1px solid #0054A9;
}
.contact .contactSection__lead a:hover, .thanks .contactSection__lead a:hover {
  opacity: 0.6;
}
.contact .contactSection__inner, .thanks .contactSection__inner {
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: content-box;
  margin: 0 auto;
}
.contact .contactSection .formrun, .thanks .contactSection .formrun {
  padding: 105px 70px;
  background-color: #ECF3FA;
}
.contact .contactSection .formrun .required, .thanks .contactSection .formrun .required {
  font-size: 1.6rem;
  color: #FF3C3C;
  font-weight: normal;
  vertical-align: middle;
  display: block;
  margin-top: -5px;
}
.contact .contactSection .formrun .text-danger, .thanks .contactSection .formrun .text-danger {
  color: #FF3C3C;
  font-size: 1.6rem;
  margin-top: 3px;
}
.contact .contactSection .formrun .item-container, .thanks .contactSection .formrun .item-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.contact .contactSection .formrun .item-container-positionTop, .thanks .contactSection .formrun .item-container-positionTop {
  align-items: flex-start;
}
.contact .contactSection .formrun .input-container, .thanks .contactSection .formrun .input-container {
  width: 100%;
  line-height: 1;
}
.contact .contactSection .formrun .input-container-privacy, .thanks .contactSection .formrun .input-container-privacy {
  margin-left: 235px;
}
.contact .contactSection .formrun .result-form-label, .thanks .contactSection .formrun .result-form-label {
  font-size: 2.1rem;
  font-weight: bold;
  min-width: 235px;
}
.contact .contactSection .formrun th, .thanks .contactSection .formrun th {
  font-size: 2.1rem;
  font-weight: bold;
  width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
  padding: 20px 0 20px 15px;
  vertical-align: top;
}
.contact .contactSection .formrun td, .thanks .contactSection .formrun td {
  font-size: 2.2rem;
  line-height: 150%;
  padding: 20px 5px;
  vertical-align: middle;
}
.contact .contactSection .formrun [type=submit], .thanks .contactSection .formrun [type=submit] {
  width: 100%;
  display: block;
  font-size: 2.2rem;
  padding: 35px 0;
  text-decoration: none;
  background: #0054A9;
  color: rgba(255, 255, 255, 0.9019607843);
  border-radius: 80px;
  margin: 0 auto;
  max-width: 430px;
  line-height: 1;
  border: none;
  margin-top: 50px;
  transition: 0.2s;
  border: 1px solid #0054A9;
}
.contact .contactSection .formrun [type=submit]:hover, .thanks .contactSection .formrun [type=submit]:hover {
  background-color: #FFFFFF;
  color: #0054A9;
}
.contact .contactSection .formrun option,
.contact .contactSection .formrun textarea,
.contact .contactSection .formrun select,
.contact .contactSection .formrun input[type=text],
.contact .contactSection .formrun input[type=email],
.contact .contactSection .formrun input[type=search],
.contact .contactSection .formrun input[type=url], .thanks .contactSection .formrun option,
.thanks .contactSection .formrun textarea,
.thanks .contactSection .formrun select,
.thanks .contactSection .formrun input[type=text],
.thanks .contactSection .formrun input[type=email],
.thanks .contactSection .formrun input[type=search],
.thanks .contactSection .formrun input[type=url] {
  width: 100%;
  outline: 1px solid #D4D4D4;
  border: none;
  padding: 15px;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}
.contact .contactSection .formrun option::placeholder,
.contact .contactSection .formrun textarea::placeholder,
.contact .contactSection .formrun select::placeholder,
.contact .contactSection .formrun input[type=text]::placeholder,
.contact .contactSection .formrun input[type=email]::placeholder,
.contact .contactSection .formrun input[type=search]::placeholder,
.contact .contactSection .formrun input[type=url]::placeholder, .thanks .contactSection .formrun option::placeholder,
.thanks .contactSection .formrun textarea::placeholder,
.thanks .contactSection .formrun select::placeholder,
.thanks .contactSection .formrun input[type=text]::placeholder,
.thanks .contactSection .formrun input[type=email]::placeholder,
.thanks .contactSection .formrun input[type=search]::placeholder,
.thanks .contactSection .formrun input[type=url]::placeholder {
  font-family: "Noto Serif JP", serif;
  color: #BEBEBE;
  font-size: 1.6rem;
}
.contact .contactSection__privacy, .thanks .contactSection__privacy {
  overflow-y: auto;
  height: 25rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
  border: 0.0625rem solid #D4D4D4;
}
.contact .contactSection .g-recaptcha, .thanks .contactSection .g-recaptcha {
  margin-left: 235px;
  margin-top: 20px;
}
.contact .contactSection .formrun .item-container.privacy-container, .thanks .contactSection .formrun .item-container.privacy-container {
  margin-left: 235px;
  position: relative;
  margin-bottom: 0;
}
.contact .contactSection .formrun .item-container.privacy-container::before, .thanks .contactSection .formrun .item-container.privacy-container::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  margin-top: -10px;
  left: 0;
  border: 1px solid;
  border-color: #D2D2D2;
  background-color: #FFF;
  width: 26px;
  height: 26px;
  top: 50%;
  cursor: pointer;
}
.contact .contactSection .formrun .item-container.privacy-container input, .thanks .contactSection .formrun .item-container.privacy-container input {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .contactSection .formrun .item-container.privacy-container input::after, .thanks .contactSection .formrun .item-container.privacy-container input::after {
  content: "";
  border-bottom: 3px solid #666464;
  border-left: 3px solid #666464;
  opacity: 0;
  height: 15px;
  width: 26px;
  transform: rotate(-45deg);
  top: -14px;
  left: 3px;
  display: block;
  position: absolute;
}
.contact .contactSection .formrun .item-container.privacy-container input:checked::after, .thanks .contactSection .formrun .item-container.privacy-container input:checked::after {
  opacity: 1; /*チェック後表示*/
}
.contact .contactSection .formrun .item-container.privacy-container label, .thanks .contactSection .formrun .item-container.privacy-container label {
  font-size: 2.1rem;
  position: relative;
  text-indent: 1.5em;
  cursor: pointer;
  padding-left: 10px;
}

.contactSection__submitBtn {
  position: relative;
  z-index: 2;
  transition: color 0.2s ease;
  overflow: hidden;
  text-align: center;
  outline: none;
  width: 100%;
  max-width: 440px;
  text-align: center;
  border-radius: 60px;
  margin: 0 auto;
  font-size: 2.6rem;
  margin: 40px auto 0;
}
.contactSection__submitBtn::after {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 25px);
  z-index: 0;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  transform: scale(0, 0);
  transition: transform 0.8s ease;
  background-color: #FFFFFF;
}
.contactSection__submitBtn input {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.9019607843);
  padding: 20px 0;
  width: 100%;
  border: none;
  cursor: pointer;
}
.contactSection__submitBtn input:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 21px;
  margin: 0px 10px 0 0;
  background: url("./img/icon_contact_white.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.contactSection__submitBtn input:hover:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 21px;
  margin: 0px 10px 0 0;
  background: url("./img/icon_contact_blue.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.contactSection__submitBtn:hover input {
  z-index: 1;
}
.contactSection__submitBtn:hover::after {
  transform: scale(12, 12);
}

.back-btn {
  font-size: 2.2rem;
  text-align: center;
  display: block;
  margin-top: 40px;
  color: #092341;
  transition: 0.2s;
}
.back-btn:hover {
  opacity: 0.6;
}

.contact .contactSection .formrun .confirm-container .item-container {
  margin-bottom: 25px;
  padding-top: 25px;
  padding-left: 25px;
  border-top: 1px solid #D4D4D4;
}
.contact .contactSection .formrun .confirm-container .input-container {
  font-size: 2.2rem;
}

.contact .contactSection .formrun .confirm-container .result-form-label {
  font-size: 2.2rem;
  font-weight: normal;
}

.privacy-link {
  color: #0054A9;
  transition: 0.2s;
  border-bottom: 1px solid #0054A9;
}
.privacy-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .contact main, .thanks main {
    padding-top: 85px;
    padding-bottom: 100px;
    position: relative;
  }
  .contact .contactSection__title, .thanks .contactSection__title {
    font-size: 4rem;
    padding: 0;
    margin-bottom: 40px;
  }
  .contact .contactSection__title--ja, .thanks .contactSection__title--ja {
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 40px;
  }
  .contact .contactSection__lead, .thanks .contactSection__lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 40px;
  }
  .contact .contactSection__inner, .thanks .contactSection__inner {
    padding: 0 20px;
    box-sizing: content-box;
  }
  .contact .contactSection .formrun, .thanks .contactSection .formrun {
    padding: 40px 20px;
  }
  .contact .contactSection .formrun .required, .thanks .contactSection .formrun .required {
    font-size: 1.2rem;
    margin-top: 0;
    margin-left: 5px;
  }
  .contact .contactSection .formrun .item-container, .thanks .contactSection .formrun .item-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .contact .contactSection .formrun .result-form-label, .thanks .contactSection .formrun .result-form-label {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    min-width: unset;
  }
  .contact .contactSection .formrun .confirm-container .result-form-label, .thanks .contactSection .formrun .confirm-container .result-form-label {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    min-width: unset;
    margin-bottom: 5px;
  }
  .contact .contactSection .formrun .confirm-container .item-container, .thanks .contactSection .formrun .confirm-container .item-container {
    margin-bottom: 0;
    padding: 30px 0;
  }
  .contact .contactSection .formrun [type=submit], .thanks .contactSection .formrun [type=submit] {
    width: calc(100% - 40px);
    font-size: 1.3rem;
    padding: 20px;
    letter-spacing: 0.1em;
  }
  .contact .contactSection .formrun option,
  .contact .contactSection .formrun textarea,
  .contact .contactSection .formrun select,
  .contact .contactSection .formrun input[type=text],
  .contact .contactSection .formrun input[type=email],
  .contact .contactSection .formrun input[type=search],
  .contact .contactSection .formrun input[type=url], .thanks .contactSection .formrun option,
  .thanks .contactSection .formrun textarea,
  .thanks .contactSection .formrun select,
  .thanks .contactSection .formrun input[type=text],
  .thanks .contactSection .formrun input[type=email],
  .thanks .contactSection .formrun input[type=search],
  .thanks .contactSection .formrun input[type=url] {
    width: 100%;
    outline: 1px solid #D4D4D4;
    border: none;
    padding: 15px;
    background-color: #fff;
    font-size: 1.6rem;
  }
  .contact .contactSection .formrun option::placeholder,
  .contact .contactSection .formrun textarea::placeholder,
  .contact .contactSection .formrun select::placeholder,
  .contact .contactSection .formrun input[type=text]::placeholder,
  .contact .contactSection .formrun input[type=email]::placeholder,
  .contact .contactSection .formrun input[type=search]::placeholder,
  .contact .contactSection .formrun input[type=url]::placeholder, .thanks .contactSection .formrun option::placeholder,
  .thanks .contactSection .formrun textarea::placeholder,
  .thanks .contactSection .formrun select::placeholder,
  .thanks .contactSection .formrun input[type=text]::placeholder,
  .thanks .contactSection .formrun input[type=email]::placeholder,
  .thanks .contactSection .formrun input[type=search]::placeholder,
  .thanks .contactSection .formrun input[type=url]::placeholder {
    color: #BEBEBE;
    font-size: 1.6rem;
  }
  .contact .contactSection__privacy, .thanks .contactSection__privacy {
    overflow-y: auto;
    height: 25rem;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background-color: #fff;
    border: 0.0625rem solid #D4D4D4;
  }
  .contact .contactSection .formrun .input-container-privacy, .thanks .contactSection .formrun .input-container-privacy {
    margin-left: 0;
  }
  .contact .contactSection .g-recaptcha, .thanks .contactSection .g-recaptcha {
    margin-left: 0;
  }
  .contact .contactSection .formrun .item-container.privacy-container, .thanks .contactSection .formrun .item-container.privacy-container {
    margin-left: 0;
  }
  .contact .contactSection .formrun .item-container.privacy-container input::after, .thanks .contactSection .formrun .item-container.privacy-container input::after {
    top: -2px; /*チェック時の位置調整*/
    left: 3px; /*チェック時の位置調整*/
  }
  .contact .contactSection .formrun .item-container.privacy-container label, .thanks .contactSection .formrun .item-container.privacy-container label {
    font-size: 1.6rem;
    position: relative;
    text-indent: 0;
    padding-left: 2em;
    line-height: 1.5;
  }
  .contactSection__submitBtn {
    width: calc(100% - 40px);
    font-size: 1.3rem;
    margin: 40px auto 0;
  }
  .contactSection__submitBtn::after {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 25px);
    z-index: 0;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    transform: scale(0, 0);
    transition: transform 0.8s ease;
    background-color: #FFFFFF;
  }
  .contactSection__submitBtn input {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.9019607843);
    padding: 20px 0;
    width: 100%;
    border: none;
    cursor: pointer;
  }
  .contactSection__submitBtn input:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 21px;
    margin: 0px 10px 0 0;
    background: url("./img/icon_contact_white.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .contactSection__submitBtn input:hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 21px;
    margin: 0px 10px 0 0;
    background: url("./img/icon_contact_blue.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .contactSection__submitBtn:hover input {
    z-index: 1;
  }
  .contactSection__submitBtn:hover::after {
    transform: scale(12, 12);
  }
  .contactSection__backBtn {
    position: relative;
    z-index: 2;
    transition: color 0.2s ease;
    overflow: hidden;
    text-align: center;
    outline: none;
    width: 100%;
    max-width: 440px;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 60px;
    margin: 0 auto;
    font-size: 2.6rem;
    border: 2px solid #75C344;
    margin: 40px 3% 0 0;
  }
  .contactSection__backBtn::after {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 25px);
    z-index: 0;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    transform: scale(0, 0);
    transition: transform 0.8s ease;
    background-color: #75C344;
  }
  .contactSection__backBtn input {
    display: block;
    position: relative;
    color: #75C344;
    padding: 20px 0;
    width: 100%;
    border: none;
  }
  .contactSection__backBtn:hover input {
    color: #FFFFFF;
    z-index: 1;
  }
  .contactSection__backBtn:hover::after {
    transform: scale(12, 12);
  }
  .contact .contactSection .formrun .confirm-container .input-container {
    font-size: 1.6rem;
  }
  .back-btn {
    font-size: 1.6rem;
  }
}
.footer {
  width: 100%;
  color: #000000;
  padding: 50px 70px 50px 4.6875vw;
  position: fixed;
  bottom: 0;
  z-index: 20;
}
.footer__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer__body {
  line-height: 2;
}
.footer__title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer__copy--left {
  font-size: 1.2rem;
  color: #d3d3d3;
  display: block;
  position: relative;
  border: none;
}
.footer__copy--left::before {
  display: inline-block;
  position: absolute;
  content: "";
  animation: scaleAnimation 0.8s infinite alternate ease-in-out;
  top: 50%;
  left: -1.5em;
  width: 1em;
  height: 1em;
  vertical-align: top;
  border-radius: 50%;
  background-color: #0051A4;
  transform: translateY(-50%);
  transition: 0.2s;
  transform-origin: top;
}
.footer__newsPc {
  font-size: 1.4rem;
  position: relative;
  transition: 0.2s;
  color: #3272B5;
}
.footer__newsPc a {
  color: #FF3C3C;
}
.footer__newsPc a:hover {
  opacity: 0.7;
}
/* .footer__newsPc:hover:before {
  opacity: 0.7;
}
.footer__newsPc::before {
  position: absolute;
  left: -20px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url(./img/icon_document.png) no-repeat;
  background-size: contain;
  top: 8px;
  transition: 0.2s;
} */
.footer__copy--right {
  position: relative;
  font-size: 1.2rem;
  color: #d3d3d3;
  text-align: right;
  display: block;
}
.footer__copy--right .scroll-down {
  position: absolute;
  top: -5px;
  right: -15px;
  display: block;
  width: 1px;
  height: 40px;
  background: #d3d3d3;
  animation: scrollDown 2s ease infinite;
  margin: 0 auto;
}
.footer__copy--right .scroll-side {
  position: absolute;
  top: 25px;
  right: -20px;
  display: block;
  width: 80px;
  height: 1px;
  background: #d3d3d3;
  animation: scrollSide 2s ease infinite;
  margin: 0 auto;
}
@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes scrollSide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  45% {
    transform-origin: left;
    transform: scaleX(1);
  }
  55% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes scaleAnimation {
  0% {
    scale: 1;
  }
  100% {
    scale: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    padding: 20px 40px 20px 20px;
  }
  .footer__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
  }
  .footer__body {
    line-height: 2;
  }
  .footer__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .footer__copy--left {
    padding-left: 20px;
    font-size: 1rem;
  }
  .footer__copy--left::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 50%;
    left: 3px;
    width: 1em;
    height: 1em;
    vertical-align: top;
    border-radius: 50%;
    background-color: #0051A4;
    transform: translateY(-50%);
    transition: 0.2s;
    transform-origin: top;
  }
  .footer__copy--right {
    font-size: 1.2rem;
    text-align: right;
    display: block;
  }
}