@charset "UTF-8";
html {
  color: #333;
  background-color: #fff;
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  height: 100%;
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.8s ease-out;
}

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

@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 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-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
p,
ul,
li,
dt,
dd {
  font-size: 1em;
}

ul li {
  list-style: none;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.l-outer {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-outer {
    min-width: 100%;
  }
}
.l-inner {
  width: 60.4166666667%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-inner {
    width: 86.6666666667%;
  }
}
.l-footer__pagetop {
  padding: 190px 0 120px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(0, 161, 255) 100%);
}

@media screen and (max-width: 640px) {
  .l-footer__pagetop {
    padding: 40vw 0 16vw;
  }
}
.l-footer__pagetop p {
  text-align: right;
  position: relative;
}

.l-footer__pagetop p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  transition: 0.7s;
  right: 0;
  bottom: -18px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .l-footer__pagetop p::after {
    bottom: -2.4vw;
  }
}
.l-footer__pagetop p a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-right: 23px;
  position: relative;
  transition: 0.7s;
}

.l-footer__pagetop p a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .l-footer__pagetop p a {
    font-size: 3.7333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.l-footer__pagetop p a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  top: 10px;
  right: 0;
  background: url(../img/common/footer_arrow.svg) no-repeat center/contain;
}

@media screen and (max-width: 640px) {
  .l-footer__pagetop p a::before {
    width: 2.4vw;
    height: 1.4666666667vw;
    top: 2.6666666667vw;
  }
}
.l-footer__pagetop--active p::after {
  width: 0;
  transition: 0.5s;
}

.l-footer__gnav {
  padding: 120px 0 40px;
  background: #0080cb;
}

@media screen and (max-width: 640px) {
  .l-footer__gnav {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
.l-footer__gnavTop {
  margin-bottom: 47px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavTop {
    flex-direction: column-reverse;
    margin-bottom: 8vw;
  }
}
.l-footer__gnavTopLogo {
  width: 23.6206896552%;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavTopLogo {
    width: 60.9333333333vw;
    margin: 16vw auto 0;
  }
}
.l-footer__gnavTopLogo a {
  transition: 0.7s;
}

.l-footer__gnavTopLogo a:hover {
  opacity: 0.7;
}

.l-footer__gnavTopTeams {
  display: flex;
  justify-content: space-between;
  width: 53.4482758621%;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavTopTeams {
    width: 84vw;
    margin: 0 auto;
  }
}
.l-footer__gnavTopTeams li {
  width: 100%;
}

.l-footer__gnavTopTeams li:last-child {
  margin-left: 2.1333333333vw;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavTopTeams li:last-child {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__gnavTopTeams li {
    width: 100%;
  }
}
.l-footer__gnavBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottom {
    flex-direction: column;
    margin-bottom: 16vw;
  }
}
.l-footer__gnavBottomTxt {
  width: 264px;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTxt {
    width: 65.8666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.l-footer__gnavBottomTxt p {
  text-align: center;
  color: #fff;
}

.l-footer__gnavBottomTxt p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTxt p:nth-of-type(1) {
    font-size: 4vw;
  }
}
.l-footer__gnavBottomTxt p:nth-of-type(2) {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTxt p:nth-of-type(2) {
    margin-top: 4vw;
  }
}
.l-footer__gnavBottomTxt p:nth-of-type(2) a {
  color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  letter-spacing: 0.12em;
  transition: 0.7s;
}

.l-footer__gnavBottomTxt p:nth-of-type(2) a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTxt p:nth-of-type(2) a {
    font-size: 7.4666666667vw;
    letter-spacing: 0.1em;
  }
}
.l-footer__gnavBottomTxt p:nth-of-type(3) {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTxt p:nth-of-type(3) {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
.l-footer__gnavBottomTeams {
  width: 51.724137931%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTeams {
    width: 65.8666666667vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTeams li {
    width: 31.3333333333vw;
  }
  .l-footer__gnavBottomTeams li:nth-child(odd) {
    margin-right: 2.6666666667vw;
  }
  .l-footer__gnavBottomTeams li:nth-of-type(n+3) {
    margin-top: 2.6666666667vw;
  }
}
.l-footer__gnavBottomTeams li a {
  color: #fff;
  font-size: 14px;
  transition: 0.7s;
}

.l-footer__gnavBottomTeams li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavBottomTeams li a {
    font-size: 2.6666666667vw;
  }
}
.l-footer__gnavCopy {
  color: #fff;
  font-size: 10px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .l-footer__gnavCopy {
    font-size: 2.6666666667vw;
    text-align: center;
  }
}
.l-header {
  background: #fff;
  position: fixed;
  padding: 30px 0;
  z-index: 100;
  transition: 0.5s;
  box-shadow: 0px 2px 5px -3px #000;
}

@media screen and (max-width: 640px) {
  .l-header {
    padding: 13px 0;
    background: #fff;
  }
}
.l-header--active {
  padding: 13px 0;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .l-header--active {
    padding: 10px 0;
  }
}
.l-header--top {
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 640px) {
  .l-header--top {
    background: rgba(255, 255, 255, 0.85);
  }
}
.l-header__inner {
  width: 94.7916666667%;
  max-width: 1820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .l-header__inner {
    width: 86.6666666667%;
    max-width: 750px;
  }
}
@media screen and (max-width: 640px) {
  .l-header .sns-list .l-header__sp_sns {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3.4666666667vw;
    column-gap: 3.4666666667vw;
  }
}
.l-header .sns-list .l-header__sp_sns li a img {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}

.l-header h1 {
  width: 244px;
  z-index: 110;
  position: relative;
}

.l-header h1 a {
  transition: 0.7s;
}

.l-header h1 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .l-header h1 {
    width: 200px;
  }
}
.l-header__nav {
  width: 670px;
}

@media screen and (max-width: 640px) {
  .l-header__nav {
    padding-top: 96px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 50;
    transition: 0.5s;
  }
}
.l-header__navTeam {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .l-header__navTeam {
    flex-direction: column;
    align-items: baseline;
  }
}
@media screen and (max-width: 640px) {
  .l-header__navTeam li {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .l-header__navTeam li:last-child {
    border: none;
  }
}
.l-header__navTeam li.sns-list {
  border-left: 2px solid #0080cb;
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  .l-header__navTeam li.sns-list {
    margin-right: -16vw;
  }
}
.l-header__navTeam li a {
  color: #0080cb;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .l-header__navTeam li a {
    text-align: left;
    font-size: 3.7333333333vw;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5.3333333333vw 12vw;
  }
}
.l-header__navTeam li a img {
  width: 25px;
  height: 25px;
}

.l-header__navTeam li a::before {
  position: absolute;
  bottom: -44px;
  left: 0;
  content: "";
  width: 0;
  height: 4px;
  background: #0080cb;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .l-header__navTeam li a::before {
    display: none;
  }
}
.l-header__navTeam li a:hover::before {
  width: 100%;
}

.l-header__navTeam li ul {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.l-header__navTeam li ul li a {
  color: #0080cb;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .l-header__navTeam li ul li a {
    text-align: left;
    font-size: 3.7333333333vw;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5.3333333333vw 12vw;
  }
}
.l-header__navTeam li ul li a::before {
  display: none;
}

.l-header__navTeam li ul li a img {
  width: 25px;
  height: 25px;
}

.l-header__navTeam li ul li a:hover {
  cursor: pointer;
}

.l-header__navTeam--active li a::before {
  bottom: -27px;
}

.l-header__navTeamContact {
  width: 240px;
}

@media screen and (max-width: 640px) {
  .l-header__navTeamContact {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.l-header__navTeamContact a {
  text-align: center;
  font-size: 16px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #0080cb;
  padding: 15px;
  background: #fff;
  position: relative;
  transition: 0.5s;
}

.l-header__navTeamContact a::before {
  display: none;
}

@media screen and (max-width: 640px) {
  .l-header__navTeamContact a {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw;
    border: none;
    color: #fff !important;
    background: #0080cb;
  }
}
.l-header__navTeamContact a:hover {
  color: #fff;
  background: #0080cb;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .l-header__navTeamContact a:hover {
    color: #0080cb !important;
    background: #fff;
  }
}
.l-header__nav--active {
  left: 0 !important;
  transition: 0.7s;
}

.l-header__hamburger {
  position: relative;
  width: 30px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 35;
  cursor: pointer;
  z-index: 110;
  position: relative;
}

.l-header__hamburger span {
  transition: all 0.7s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0080cb;
  border-radius: 4px;
}

.l-header__hamburger span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
  top: 0;
}

.l-header__hamburger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
  top: 10px;
}

.l-header__hamburger span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
  bottom: 0;
}

.l-header__hamburger--active span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}

.l-header__hamburger--active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__hamburger--active span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

.c-btn__arrow {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .c-btn__arrow {
    max-width: 100%;
    width: 84vw;
  }
}
.c-btn__arrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  padding: 20px;
  border: 2px solid #0080cb;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .c-btn__arrow a {
    padding: 5.3333333333vw;
    text-align: center;
  }
}
.c-btn__arrow a span {
  text-align: center;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  color: #0080cb;
  position: relative;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .c-btn__arrow a span {
    font-size: 3.7333333333vw;
  }
}
.c-btn__arrow a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/arrow_blue.svg) no-repeat center/contain;
}

@media screen and (max-width: 640px) {
  .c-btn__arrow a::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 5.4vw;
    right: 5.4vw;
  }
}
.c-btn__arrow a:hover {
  background: #0080cb;
  transition: 0.5s;
}

.c-btn__arrow a:hover span {
  color: #fff;
}

.c-btn__arrow a:hover::after {
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
}

.c-btn__arrow--gold a span {
  border: 2px solid #7c6926;
  color: #7c6926;
  background: #fff;
}

.c-btn__arrow--gold a span::after {
  background: url(../img/common/arrow_gold.svg) no-repeat center/contain;
}

.c-btn__arrow--gold a:hover span {
  color: #fff;
  background: #7c6926;
  transition: 0.5s;
}

.c-btn__arrow--gold a:hover span::after {
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
}

.c-btn__arrow--yellow a span {
  border: 2px solid #fdc600;
  color: #fdc600;
  background: #fff;
}

.c-btn__arrow--yellow a span::after {
  background: url(../img/common/arrow_yellow.svg) no-repeat center/contain;
}

.c-btn__arrow--yellow a:hover span {
  color: #fff;
  background: #fdc600;
  transition: 0.5s;
}

.c-btn__arrow--yellow a:hover span::after {
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
}

.c-btn__square a {
  text-align: center;
}

.c-btn__square a span {
  font-size: 16px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #fff;
  padding: 16px;
  color: #fff;
  position: relative;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .c-btn__square a span {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw;
    text-align: center;
  }
}
.c-btn__square a:hover span {
  color: #0080cb;
  background: #fff;
  transition: 0.5s;
}

.c-effectFade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1000ms;
}

.c-effectFade.c-effectScroll {
  opacity: 1;
  transform: translate(0, 0);
}

.c-effectFade-df {
  opacity: 0;
  transition: all 800ms;
}

.c-effectFade-df.c-effectScroll-df {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.5s;
}

.c-tit__section {
  text-align: center;
}

.c-tit__section > em {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #0080cb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 640px) {
  .c-tit__section > em {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.c-tit__section > em::before {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #0080cb;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .c-tit__section > em::before {
    width: 9.3333333333vw;
    height: 0.5333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.c-tit__section > span {
  font-weight: 700;
  font-size: 40px;
  display: block;
}

@media screen and (max-width: 640px) {
  .c-tit__section > span {
    font-size: 6.1333333333vw;
  }
}
.c-tit__pageTit {
  font-size: 18px;
  transition: 0.7s;
}

@media screen and (max-width: 640px) {
  .c-tit__pageTit {
    font-size: 3.2vw;
  }
}
.c-tit__pageTit::before {
  font-size: 50px;
  content: attr(data-en);
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0080cb;
  margin-bottom: 27px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .c-tit__pageTit::before {
    font-size: 6.6666666667vw;
    margin-bottom: 3.6vw;
  }
}
.p-example {
  background-image: url(../img/top/example-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 205px 0 186px;
}

@media screen and (max-width: 640px) {
  .p-example {
    padding: 36px 0 43.5px;
  }
}
.p-example-wrapper {
  margin-bottom: 200px;
}

@media screen and (max-width: 640px) {
  .p-example-wrapper {
    margin-bottom: 26.6666666667vw;
  }
}
.p-example__tit {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .p-example__tit {
    margin-bottom: 8.5333333333vw;
  }
}
.p-example__txt {
  margin-bottom: 48px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .p-example__txt {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-example__instagram ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 20px;
  max-width: 1142px;
  margin: auto;
  overflow-x: scroll;
  padding: 10px 10px 14px;
}

@media screen and (max-width: 640px) {
  .p-example__instagram ul {
    flex-wrap: nowrap;
    -moz-column-gap: 21px;
    column-gap: 21px;
    row-gap: 0;
  }
}
.p-example__instagram ul li {
  background-color: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-example__instagram ul li:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.368627451);
}

@media screen and (max-width: 640px) {
  .p-example__instagram ul li {
    width: 208px;
    height: 208px;
    flex-shrink: 0;
  }
  .p-example__instagram ul li:first-of-type {
    margin-left: 40px;
  }
  .p-example__instagram ul li:last-of-type {
    margin-right: 40px;
  }
}
.p-example__instagram ul li img {
  width: 188px;
  height: 188px;
  border: none;
}

@media screen and (max-width: 640px) {
  .p-example__instagram ul li img {
    width: 186px;
    height: 186px;
  }
}
.p-example__instagramBtn {
  max-width: 291px;
  height: 77px;
  margin: 60px auto 0;
  background-color: #fff;
  border: solid #3b7fc5 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 640px) {
  .p-example__instagramBtn {
    margin: 44px auto 0;
  }
}
.p-example__instagramBtn a {
  font-size: 16px;
  font-weight: bold;
  color: #3b7fc5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-example__instagramBtn a::after {
  content: url(/img/top/example-arrow-right.svg);
  transition: all 1.4s ease-out;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.p-example__instagramBtn:hover {
  background-color: #3b7fc5;
  color: #fff;
}

.p-example__instagramBtn:hover a {
  color: #fff;
}

.p-example__instagramBtn:hover a::after {
  content: url(/img/top/example-arrow-right-white.svg);
  transition: all 0.8s ease-out;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.p-example .modal-content-slider {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .p-example .modal-content-slider {
    width: 100%;
  }
}
.p-example .modal-content-slider .p-example-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 127, 197, 0.3);
  visibility: hidden;
  z-index: 101;
}

.p-example .modal-content-slider .p-example-modal-top {
  width: 1124px;
  margin: auto;
}

.p-example .modal-content-slider .p-example-modal-close {
  display: block;
  width: 42.27px;
  height: 43.68px;
  margin-left: auto;
  position: absolute;
  right: -95px;
}

.p-example .modal-content-slider .p-example-modal-close:hover {
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal-close {
    width: 5.636vw;
    height: 5.824vw;
    right: -15.3333333333vw;
    bottom: 0;
  }
}
.p-example .modal-content-slider .p-example-modal .p-example-modal-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1124px;
  height: 566px;
  padding: 0 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  border: 1px solid #707070;
}

@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content {
    flex-direction: column;
    width: 75.4666666667vw;
    height: auto;
    justify-content: flex-start;
    padding: 1.6vw 1.4666666667vw;
  }
}
.p-example .modal-content-slider .p-example-modal .p-example-modal-content .p-example-modal-container {
  width: 544px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content .p-example-modal-container {
    width: 72.5333333333vw;
    height: 71.2vw;
    min-height: 71.2vw;
  }
}
.p-example .modal-content-slider .p-example-modal .p-example-modal-content .p-example-modal-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-example .modal-content-slider .p-example-modal .p-example-modal-content .p-example-modal-container .swiper-wrapper .swiper-slide {
  border-radius: 20px;
}

.p-example .modal-content-slider .p-example-modal .p-example-modal-content .p-example-modal-container .swiper-wrapper .swiper-slide img {
  border-radius: 20px;
  width: 544px;
  max-width: 544px;
  max-height: 510px;
}

@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content .p-example-modal-container .swiper-wrapper .swiper-slide img {
    width: 72.5333333333vw;
    height: 71.2vw;
    max-height: 370px;
  }
}
.p-example .modal-content-slider .p-example-modal .p-example-modal-content .p-example-modal-container .swiper-pagination {
  width: 100%;
  z-index: 102;
  position: relative;
  bottom: -1px;
}

@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content .p-example-modal-container .swiper-pagination {
    width: 100%;
    height: 2.6666666667vw;
    top: 71.2vw;
  }
}
.p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text {
  margin: 0 auto;
  max-width: 50%;
  width: 453px;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text {
    max-width: unset;
    width: 60.4vw;
    margin: 0 auto;
    height: auto;
  }
}
.p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text .modal-content-textAccountname {
  font-size: 16px;
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text .modal-content-textAccountname {
    font-size: 2.6666666667vw;
    margin-top: 4.5333333333vw;
  }
}
.p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text .modal-content-textMesage {
  margin-top: 24px;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text .modal-content-textMesage {
    font-size: 2.6666666667vw;
    line-height: 4.5333333333vw;
    margin: 3.7333333333vw auto 12.6666666667vw;
    max-height: 18.6666666667vw;
    overflow-y: scroll;
    padding-right: 3.4666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text .modal-content-textMesage::-webkit-scrollbar {
    width: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text .modal-content-textMesage::-webkit-scrollbar-thumb {
    background-color: #808080;
    border: 0.1333333333vw solid #3b7fc5;
  }
}
@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text .modal-content-textMesage::-webkit-scrollbar-track {
    background-color: #c3c3c3;
    border: 0.1333333333vw solid #3b7fc5;
  }
}
.p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text .modal-content-textLink {
  position: absolute;
  bottom: 27px;
  right: -12px;
}

@media screen and (max-width: 640px) {
  .p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text .modal-content-textLink {
    bottom: 2.6666666667vw;
    right: -4vw;
  }
}
.p-example .modal-content-slider .p-example-modal .p-example-modal-content .modal-content-text .modal-content-textLink a img {
  width: 30px;
  height: 30px;
}

.p-flow__teams {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .p-flow__teams {
    flex-direction: column;
  }
}
.p-flow__teams > li {
  width: 30.3448275862%;
  padding: 8.6206896552% 1.4655172414% 5.5172413793%;
  box-sizing: border-box;
  box-shadow: 0 0 20px -20px;
  counter-increment: number;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .p-flow__teams > li {
    width: 78.6666666667vw;
    margin: 10.9333333333vw auto 0;
    padding: 10.9333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-flow__teams > li:first-child {
  margin-top: 0;
}

.p-flow__teams > li::before {
  content: counter(number);
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: -8%;
  width: 100%;
  margin: auto;
  font-size: 80px;
  color: #0080cb;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 640px) {
  .p-flow__teams > li::before {
    font-size: 13.3333333333vw;
  }
}
.p-flow__teams > li > dl > dd {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .p-flow__teams > li > dl > dd {
    margin-top: 5.3333333333vw;
  }
}
.p-flow__teams > li > dl > dd::before {
  content: attr(data-en);
  display: block;
  color: #f0f0f0;
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.018em;
}

@media screen and (min-width: 641px) and (max-width: 1630px) {
  .p-flow__teams > li > dl > dd::before {
    font-size: 3.6809815951vw;
  }
}
@media screen and (max-width: 640px) {
  .p-flow__teams > li > dl > dd::before {
    font-size: 10.6666666667vw;
  }
}
.p-flow__teams > li > dl > dd > p:first-of-type {
  color: #0080cb;
  text-align: center;
  font-size: 20px;
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
  .p-flow__teams > li > dl > dd > p:first-of-type {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}
.p-flow__teams > li > dl > dd > p:last-of-type {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.875;
  padding: 0 6.5340909091%;
}

@media screen and (max-width: 640px) {
  .p-flow__teams > li > dl > dd > p:last-of-type {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    padding: 0;
  }
}
.p-flow__teams > li:nth-of-type(1) > dl > dt {
  width: 111px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .p-flow__teams > li:nth-of-type(1) > dl > dt {
    width: 20vw;
  }
}
.p-flow__teams > li:nth-of-type(2) > dl > dt {
  width: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .p-flow__teams > li:nth-of-type(2) > dl > dt {
    width: 14.5333333333vw;
  }
}
.p-flow__teams > li:nth-of-type(3) > dl > dt {
  width: 103px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .p-flow__teams > li:nth-of-type(3) > dl > dt {
    width: 18.4vw;
  }
}
.p-service__detailWallpaint {
  width: 100%;
  height: 290px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .p-service__detailWallpaint {
    height: 40vw;
  }
}
.p-service__detailWallpaint a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  background: url(../img/common/service_pc_pic1.webp) no-repeat center/cover;
  transition: 0.7s;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .p-service__detailWallpaint a {
    background: url(../img/common/service_sp_pic1.webp) no-repeat center/cover;
  }
}
.p-service__detailWallpaint a:hover {
  transform: scale(1.05);
}

.p-service__detailWallpaint a::before {
  content: attr(data-en);
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 640px) {
  .p-service__detailWallpaint a::before {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}
.p-service__detailWallpaint a span {
  display: block;
  color: #fff;
  width: 248px;
  border: 2px solid #fff;
  padding: 25px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .p-service__detailWallpaint a span {
    width: 34.6666666667vw;
    font-size: 4.5333333333vw;
    padding: 3.3333333333vw 0;
  }
}
.p-service__detailWallpaint a em {
  content: attr(data-coming);
  display: none;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.p-service__detailOther {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .p-service__detailOther {
    flex-wrap: wrap;
    justify-content: baseline;
  }
}
.p-service__detailOtherInner {
  width: 44.6153846154%;
  height: 290px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .p-service__detailOtherInner {
    width: 43.3333333333vw;
    height: 40vw;
  }
}
.p-service__detailOtherInner a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  transition: 0.7s;
  overflow: hidden;
  padding: 15.3846153846% 6.9230769231%;
  box-sizing: border-box;
}

.p-service__detailOtherInner a:hover {
  transform: scale(1.05);
}

.p-service__detailOtherInner a::before {
  content: attr(data-en);
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 641px) and (max-width: 1700px) {
  .p-service__detailOtherInner a::before {
    font-size: 1.4117647059vw;
    margin-bottom: 1.1764705882vw;
  }
}
@media screen and (max-width: 640px) {
  .p-service__detailOtherInner a::before {
    font-size: 3.2vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-service__detailOtherInner a span {
  display: block;
  color: #fff;
  width: 68.9655172414%;
  border: 2px solid #fff;
  padding: 25px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  font-size: 20px;
}

@media screen and (min-width: 641px) and (max-width: 1700px) {
  .p-service__detailOtherInner a span {
    font-size: 1.1764705882vw;
    padding: 1.1764705882vw 0;
  }
}
@media screen and (max-width: 640px) {
  .p-service__detailOtherInner a span {
    width: 34.6666666667vw;
    font-size: 4.5333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.p-service__detailOtherInner a em {
  content: attr(data-coming);
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 641px) and (max-width: 1700px) {
  .p-service__detailOtherInner a em {
    font-size: 0.9411764706vw;
    margin-top: 1.1764705882vw;
  }
}
@media screen and (max-width: 640px) {
  .p-service__detailOtherInner a em {
    font-size: 2.9333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.p-service__detailOtherInner:nth-of-type(1) a {
  background: url(../img/common/service_pc_pic2.webp) no-repeat center/cover;
}

@media screen and (max-width: 640px) {
  .p-service__detailOtherInner:nth-of-type(1) a {
    background: url(../img/common/service_sp_pic2.webp) no-repeat center/cover;
  }
}
.p-service__detailOtherInner:nth-of-type(2) a {
  background: url(../img/common/service_pc_pic3.webp) no-repeat center/cover;
}

@media screen and (max-width: 640px) {
  .p-service__detailOtherInner:nth-of-type(2) a {
    background: url(../img/common/service_sp_pic3.webp) no-repeat center/cover;
  }
}
.p-service__detailOtherInner:nth-of-type(3) a {
  background: url(../img/common/service_pc_pic4.webp) no-repeat center/cover;
}

@media screen and (max-width: 640px) {
  .p-service__detailOtherInner:nth-of-type(3) a {
    background: url(../img/common/service_sp_pic4.webp) no-repeat center/cover;
  }
}
.p-service__detailOtherInner:nth-of-type(4) a {
  background: url(../img/common/service_pc_pic5.webp) no-repeat center/cover;
}

@media screen and (max-width: 640px) {
  .p-service__detailOtherInner:nth-of-type(4) a {
    background: url(../img/common/service_sp_pic5.webp) no-repeat center/cover;
  }
}
.p-underSecondPage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .p-underSecondPage {
    height: 37.3333333333vw;
  }
}
.p-underSecondPage::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 0;
  height: 120px;
  z-index: 5;
  transition: 0.7s;
}

@media screen and (max-width: 640px) {
  .p-underSecondPage::after {
    width: 0;
    height: 18.6666666667vw;
  }
}
.p-underSecondPage--active::after {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .p-underSecondPage--active::after {
    width: 50vw;
  }
}
.p-underSecondPage__inner {
  position: relative;
  height: 100%;
}

.p-underSecondPage__inner h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.u-br-4 {
  border-radius: 4px;
}

.u-br-8 {
  border-radius: 8px;
}

.u-br-12 {
  border-radius: 12px;
}

.u-br-16 {
  border-radius: 16px;
}

.u-br-0 {
  border: none;
}

.u-br-t-0 {
  border-top: none;
}

.u-br-r-0 {
  border-right: none;
}

.u-br-b-0 {
  border-bottom: none;
}

.u-br-l-0 {
  border-left: none;
}

.u-cf::before, .u-cf::after {
  content: "";
  display: table;
}

.u-cf::after {
  clear: both;
}

.u-d-tb {
  display: table !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-n {
  display: none !important;
}

.u-d-b-pc {
  display: block !important;
}

@media screen and (max-width: 960px) {
  .u-d-b-pc {
    display: none !important;
  }
}
.u-d-b-npc {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .u-d-b-npc {
    display: block !important;
  }
}
.u-d-b-tb {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-d-b-tb {
    display: block !important;
  }
}
.u-d-b-sp {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .u-d-b-sp {
    display: block !important;
  }
}
.u-d-b-sps {
  display: none !important;
}

@media screen and (max-width: 400px) {
  .u-d-b-sps {
    display: block !important;
  }
}
.u-d-n-pc {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .u-d-n-pc {
    display: block !important;
  }
}
.u-d-n-npc {
  display: block !important;
}

@media screen and (max-width: 960px) {
  .u-d-n-npc {
    display: none !important;
  }
}
.u-d-n-tb {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .u-d-n-tb {
    display: none !important;
  }
}
.u-d-n-sp {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .u-d-n-sp {
    display: none !important;
  }
}
.u-d-n-sps {
  display: block !important;
}

@media screen and (max-width: 400px) {
  .u-d-n-sps {
    display: none !important;
  }
}
.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

.u-fz-10 {
  font-size: 10px !important;
}

.u-fz-12 {
  font-size: 12px !important;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-18 {
  font-size: 18px !important;
}

.u-fz-20 {
  font-size: 20px !important;
}

.u-fz-22 {
  font-size: 22px !important;
}

.u-fz-24 {
  font-size: 24px !important;
}

.u-fz-26 {
  font-size: 26px !important;
}

.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-10 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.u-mb-16 {
  margin-bottom: 16px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-16 {
    margin-bottom: 2.1333333333vw !important;
  }
}
.u-mb-half-16 {
  margin-bottom: 16px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-half-16 {
    margin-bottom: 1.0666666667vw !important;
  }
}
.u-mb-20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-20 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.u-mb-24 {
  margin-bottom: 24px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-24 {
    margin-bottom: 3.2vw !important;
  }
}
.u-mb-30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-30 {
    margin-bottom: 4vw !important;
  }
}
.u-mb-40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-40 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.u-mb-48 {
  margin-bottom: 48px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-48 {
    margin-bottom: 6.4vw !important;
  }
}
.u-mb-50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-50 {
    margin-bottom: 6.6666666667vw !important;
  }
}
.u-mb-60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-60 {
    margin-bottom: 8vw !important;
  }
}
.u-mb-70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-70 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.u-mb-80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-80 {
    margin-bottom: 10.6666666667vw !important;
  }
}
.u-mb-90 {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-90 {
    margin-bottom: 12vw !important;
  }
}
.u-mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.u-mb-110 {
  margin-bottom: 110px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-110 {
    margin-bottom: 14.6666666667vw !important;
  }
}
.u-mb-120 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-120 {
    margin-bottom: 16vw !important;
  }
}
.u-mb-130 {
  margin-bottom: 130px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-130 {
    margin-bottom: 17.3333333333vw !important;
  }
}
.u-mb-140 {
  margin-bottom: 140px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-140 {
    margin-bottom: 18.6666666667vw !important;
  }
}
.u-mb-150 {
  margin-bottom: 150px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-150 {
    margin-bottom: 20vw !important;
  }
}
.u-mb-160 {
  margin-bottom: 160px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-160 {
    margin-bottom: 21.3333333333vw !important;
  }
}
.u-mb-170 {
  margin-bottom: 170px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-170 {
    margin-bottom: 22.6666666667vw !important;
  }
}
.u-mb-180 {
  margin-bottom: 180px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-180 {
    margin-bottom: 24vw !important;
  }
}
.u-mb-190 {
  margin-bottom: 190px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-190 {
    margin-bottom: 25.3333333333vw !important;
  }
}
.u-mb-200 {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 640px) {
  .u-mb-200 {
    margin-bottom: 26.6666666667vw !important;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

.u-ws-nowrap {
  white-space: nowrap;
}

.u-mx-img {
  max-width: 100%;
}

.u-tx-inside {
  text-indent: -1em;
  margin-left: 1em;
}

.u-pt-0 {
  margin-top: 0px !important;
}

.u-pt-8 {
  margin-top: 8px !important;
}

.u-pt-16 {
  margin-top: 16px !important;
}

.u-pt-24 {
  margin-top: 24px !important;
}

.u-pt-32 {
  margin-top: 32px !important;
}

.u-pt-40 {
  margin-top: 40px !important;
}

.u-pt-48 {
  margin-top: 48px !important;
}

.u-pt-56 {
  margin-top: 56px !important;
}

.u-pt-64 {
  margin-top: 64px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-tt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-w-auto {
  width: auto !important;
}

.u-w-full {
  width: 100% !important;
}

.u-w-half {
  width: 50% !important;
}

body.no-scroll {
  overflow: hidden;
}

.l-top .p-mainVisual {
  width: 100%;
  height: 100vh;
  background: url(../img/top/mainvisual_pc_pic1.webp) no-repeat center/cover;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-top .p-mainVisual {
    height: 667px;
    background: url(../img/top/mainvisual_sp_pic1.webp) no-repeat center/cover;
  }
}
.l-top .p-mainVisual__inner {
  position: relative;
  height: 100%;
}

.l-top .p-mainVisual__copy {
  color: #fff;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.6086956522;
  position: absolute;
  left: 0;
  top: 35%;
  text-shadow: 0px 0px 10px #0080cb;
}

@media screen and (max-width: 640px) {
  .l-top .p-mainVisual__copy {
    top: 45%;
    font-size: 6.4vw;
  }
}
.l-top .p-mainVisual__scroll {
  position: absolute;
  bottom: 30px;
  right: 3.2%;
}

@media screen and (max-width: 640px) {
  .l-top .p-mainVisual__scroll {
    right: 10vw;
    bottom: -2.2vw;
  }
}
.l-top .p-mainVisual__scroll span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding-bottom: 115px;
}

@media screen and (max-width: 640px) {
  .l-top .p-mainVisual__scroll span {
    padding-bottom: 110px;
  }
}
.l-top .p-mainVisual__scroll span em {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

@media screen and (max-width: 640px) {
  .l-top .p-mainVisual__scroll span em {
    font-size: 16px;
  }
}
.l-top .p-mainVisual__scroll span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@media screen and (max-width: 640px) {
  .l-top .p-mainVisual__scroll span::before {
    left: 6.5px;
    width: 5px;
    height: 5px;
  }
}
.l-top .p-mainVisual__scroll span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 9px;
  width: 1px;
  height: 100px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .l-top .p-mainVisual__scroll span::after {
    left: 8.5px;
  }
}
.l-top .p-about {
  position: relative;
}

.l-top .p-about::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fdfdfd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.l-top .p-about__inner {
  width: 61.4583333333%;
  margin-left: 0;
  padding: 5.2083333333% 8.59375% 7.2916666667% 19.7916666667%;
  box-sizing: border-box;
  background: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 50px -40px;
}

@media screen and (max-width: 640px) {
  .l-top .p-about__inner {
    width: 89.3333333333vw;
    padding: 6.6666666667vw 1.3333333333vw 8vw 6.6666666667vw;
  }
}
.l-top .p-about__tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 1630px) {
  .l-top .p-about__tit {
    font-size: 2.2085889571vw;
  }
}
@media screen and (max-width: 640px) {
  .l-top .p-about__tit {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.l-top .p-about__tit::before {
  font-size: 80px;
  color: #f0f0f0;
  margin-bottom: 40px;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .l-top .p-about__tit::before {
    font-size: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.l-top .p-about__txt {
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .l-top .p-about__txt {
    font-size: 3.3333333333vw;
  }
}
.l-top .p-bnr {
  max-width: 600px;
  padding-top: 60px;
}

@media screen and (max-width: 640px) {
  .l-top .p-bnr {
    padding-top: 13.3333333333vw;
  }
}
.l-top .p-bnr a:hover {
  opacity: 0.7;
}

.l-top .p-company {
  background: #fdfdfd;
  padding: 180px 0 80px;
}

@media screen and (max-width: 640px) {
  .l-top .p-company {
    padding: 26.6666666667vw 0 13.3333333333vw;
  }
}
.l-top .p-company__tit {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .l-top .p-company__tit {
    margin-bottom: 8.5333333333vw;
  }
}
.l-top .p-company__txt {
  margin-bottom: 48px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .l-top .p-company__txt {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-top .p-company__btn {
    width: 78.6666666667vw;
  }
}
.l-top .p-images {
  margin-bottom: 200px;
}

@media screen and (max-width: 640px) {
  .l-top .p-images {
    margin-bottom: 26.6666666667vw;
  }
}
.l-top .p-flow {
  position: relative;
  height: 100%;
  margin-bottom: 200px;
  padding-bottom: 200px;
  background: #f8f8f8;
}

@media screen and (max-width: 640px) {
  .l-top .p-flow {
    margin-bottom: 26.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.l-top .p-flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 285px;
}

@media screen and (max-width: 640px) {
  .l-top .p-flow::before {
    height: 40vw;
  }
}
.l-top .p-flow__tit {
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .l-top .p-flow__tit {
    margin-bottom: 15.2vw;
  }
}
.l-top .p-service {
  margin-bottom: 200px;
}

@media screen and (max-width: 640px) {
  .l-top .p-service {
    margin-bottom: 26.6666666667vw;
  }
}
.l-top .p-service__tit {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .l-top .p-service__tit {
    margin-bottom: 8.5333333333vw;
  }
}
.l-top .p-news {
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-top .p-news {
    padding: 20.5128205128vw 0;
  }
}
.l-top .p-news__list {
  grid-area: list;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
  margin: 80px 0 0 0;
}

@media screen and (max-width: 640px) {
  .l-top .p-news__list {
    width: 100%;
    margin: 8.2051282051vw 0 0 0;
  }
}
.l-top .p-news__list__item {
  width: 100%;
  border-bottom: 1px solid var(--Primary-12, rgba(0, 128, 203, 0.12));
}

.l-top .p-news__link {
  display: flex;
  min-height: 100px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.l-top .p-news__link:hover .p-news__arrow [data-type=front] {
  opacity: 0;
}

.l-top .p-news__link:hover .p-news__arrow [data-type=back] {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .l-top .p-news__link {
    min-height: auto;
    padding: 0 0 5.1282051282vw 0;
  }
}
.l-top .p-news__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1 0 0;
}

.l-top .p-news__title {
  align-self: stretch;
  color: var(--Text-Black, #222);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1px;
}

.l-top .p-news__date {
  color: var(--Secondary-100, #727171);
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 640px) {
  .l-top .p-news__date {
    font-size: 3.5897435897vw;
    letter-spacing: 0.1794871795vw;
  }
}
.l-top .p-news__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}

.l-top .p-news__arrow [data-type=front],
.l-top .p-news__arrow [data-type=back] {
  transition: all 0.3s;
}

.l-top .p-news__arrow [data-type=front] {
  opacity: 1;
}

.l-top .p-news__arrow [data-type=back] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media screen and (max-width: 640px) {
  .l-top .p-news__arrow {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
}
.l-top .p-news__arrow img {
  width: 100%;
  height: auto;
}

.l-top .p-news__btn {
  margin: 80px auto 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .l-top .p-news__btn {
    width: 78.6666666667vw;
    margin: 8.2051282051vw auto 0;
  }
}
/*# sourceMappingURL=top.css.map */
