@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@500&display=swap");
@keyframes loadingOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  transition: opacity 0.2s, visibility 0.2s;
}
.loader-wrap.hide {
  visibility: hidden;
  opacity: 0;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: var(--blue);
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
:root {
  --default-font: "Noto Sans JP", sans-serif;
  --en-font: "Poppins", sans-serif;
  --default: #0D0D0D;
  --blue: #005EA9;
  --blue2: #0067B0;
  --yellow: #FAE330;
  --pink: #EB4D5F;
  --red: #FF3131;
  --spHeight: 100vh;
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
}
html {
  font-size: 10px;
  font-size: 11px;
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: var(--default);
  font-weight: 400;
  overflow-wrap: break-word;
}
@media (max-width: 750px) {
  body {
    letter-spacing: 0.04em;
    font-size: 3.7333333333vw;
  }
}

p {
  line-height: 1.625;
}
@media (max-width: 750px) {
  p {
    line-height: 1.57;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
}

.wrapper {
  box-sizing: content-box;
  max-width: 1366px;
  margin: auto;
  position: relative;
}

.inner {
  padding: 0 20px;
}
@media (max-width: 750px) {
  .inner {
    padding: 0 5vw;
  }
}

section {
  overflow-x: hidden;
}
@media (max-width: 750px) {
  section #concept,
  section #service,
  section #cases,
  section #news,
  section #company {
    position: absolute;
    width: 100%;
    height: 16vw;
    top: -16vw;
  }
}
@media (min-width: 751px) {
  section .wrapper {
    height: 100vh;
  }
}

._down {
  animation: _down 1.2s ease forwards;
}

._top {
  animation: _up 1.2s ease forwards;
}

.headline {
  position: absolute;
  right: calc(100% - 450px);
  top: 0;
  width: 200vw;
  height: 100vh;
  transform-origin: 100% 100%;
  transform-origin: 0% 0%;
  transform: skew(-15deg);
  color: #fff;
  overflow: hidden;
  z-index: 10;
  transform: translateX(-480px) skew(-15deg);
  opacity: 0;
}
.headline._show {
  animation: headlineLeftIn 1.2s ease forwards;
}
@media (max-width: 1366px) and (min-width: 751px) {
  .headline {
    right: calc(100% - 32.9428989751vw);
  }
}
@media (max-width: 750px) {
  .headline {
    position: relative;
    height: 53.3333333333vw;
    width: 100%;
    right: 5.3333333333vw;
  }
}
.headline:before, .headline:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100vh;
  width: 100%;
}
@media (max-width: 750px) {
  .headline:before, .headline:after {
    height: 53.3333333333vw;
  }
}
.headline:before {
  right: 0;
  transform-origin: 100% 0%;
  transform: skew(15deg);
  background-image: url(../images/headline-bk.jpg);
  background-size: auto 100vh;
  background-position: right -300px top;
  opacity: 0.4;
  z-index: -2;
}
@media (max-width: 750px) {
  .headline:before {
    background-size: 200vw auto;
    background-position: right top;
  }
}
.headline:after {
  background-color: var(--blue);
  mix-blend-mode: multiply;
  z-index: -1;
}
.headline-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100vh;
  margin-left: auto;
  margin-right: 295px;
  transform-origin: 100% 0%;
  transform: skew(15deg);
}
@media (max-width: 1366px) and (min-width: 1000px) {
  .headline-inner {
    margin-right: 21.5959004392vw;
  }
}
@media (max-width: 999px) and (min-width: 751px) {
  .headline-inner {
    margin-right: 24.1581259151vw;
  }
}
@media (max-width: 750px) {
  .headline-inner {
    height: 53.3333333333vw;
    margin-right: auto;
    margin-left: calc(50% + 5.3333333333vw);
    transform: translateX(-50%) skew(15deg);
  }
}
.headline-inner > * {
  text-align: center;
  width: 500px;
}
.headline-inner .headline-title {
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  .headline-inner .headline-title {
    margin-bottom: 3.7333333333vw;
  }
}
.headline-inner .headline-title img {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}
.headline-inner .headline-sub {
  font-size: 1.4rem;
  font-weight: 500;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 750px) {
  .headline-inner .headline-sub {
    font-size: 3.2vw;
  }
}
.headline._right {
  right: auto;
  left: calc(100% - 450px);
  left: calc(100% - 210px);
  left: calc(100% + 239px - 450px);
  transform: translateX(500px) skew(-15deg);
  opacity: 0;
}
.headline._right._show {
  animation: headlineRightIn 1.2s ease forwards;
}
@media (max-width: 750px) {
  .headline._right._show {
    transform: translateX(500px) skew(15deg);
    animation: headlineRightInSp 1.2s ease forwards;
  }
}
@media (max-width: 1366px) and (min-width: 751px) {
  .headline._right {
    left: calc(100% + 239px - 32.9428989751vw);
  }
}
@media (max-width: 750px) {
  .headline._right {
    transform: skew(15deg);
    left: 5.3333333333vw;
  }
}
.headline._right:before {
  right: auto;
  left: -250px;
  background-position: left -300px top;
}
@media (max-width: 750px) {
  .headline._right:before {
    transform: skew(-15deg);
    left: 0;
  }
}
.headline._right .headline-inner {
  margin-left: 45px;
  margin-right: auto;
  transform-origin: 0% 0%;
}
@media (max-width: 1366px) {
  .headline._right .headline-inner {
    margin-left: 3.2942898975vw;
  }
}
@media (max-width: 1149px) {
  .headline._right .headline-inner {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .headline._right .headline-inner {
    margin-left: -2.9282576867vw;
  }
}
@media (max-width: 885px) {
  .headline._right .headline-inner {
    margin-left: -4.39238653vw;
  }
}
@media (max-width: 750px) {
  .headline._right .headline-inner {
    margin-left: calc(50% - 5.3333333333vw);
    transform: translateX(-50%) skew(-15deg);
  }
}

.link-btn {
  display: inline-block;
  height: 38px;
  background-color: #646464;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 38px;
  padding: 0 20px;
}
@media (max-width: 750px) {
  .link-btn {
    height: 10.1333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 10.1333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.link-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 17px;
  position: relative;
}
@media (max-width: 750px) {
  .link-btn span {
    padding-right: 4.5333333333vw;
  }
}
.link-btn span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/triangle.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px 12px;
}
@media (max-width: 750px) {
  .link-btn span:after {
    background-size: 1.8666666667vw 3.2vw;
  }
}

._item-tag {
  display: flex;
  flex-wrap: wrap;
}
._item-tag .tag {
  display: inline-block;
  height: 22px;
  margin: 0 8px 8px 0;
  border: solid 1px var(--blue);
  border-radius: 2px;
}
@media (max-width: 750px) {
  ._item-tag .tag {
    margin: 0 2.1333333333vw 2.1333333333vw 0;
  }
}
._item-tag .tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 100%;
  padding: 0 5px;
  font-size: 1.2rem;
  color: var(--blue);
}
@media (max-width: 750px) {
  ._item-tag .tag span {
    font-size: 2.6666666667vw;
    padding: 0 1.3333333333vw;
  }
}

.service-swiper-pagination .swiper-pagination-bullet,
.case-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: solid 1px var(--blue);
  background-color: #fff;
  opacity: 1;
  margin: 0 7px !important;
}
@media (max-width: 750px) {
  .service-swiper-pagination .swiper-pagination-bullet,
  .case-swiper-pagination .swiper-pagination-bullet {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.8666666667vw !important;
  }
}
.service-swiper-pagination .swiper-pagination-bullet-active,
.case-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--blue);
}

.header {
  position: relative;
  z-index: 15;
}
@media (max-width: 750px) {
  .header {
    z-index: 21;
  }
}
.header__menu {
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  padding-left: 40px;
}
@media (max-width: 750px) {
  .header__menu {
    height: 16vw;
    background-color: #fff;
    padding-left: 2.6666666667vw;
  }
}
.header__menu .split {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu .split .logo a {
  display: block;
  width: 131px;
  height: 40px;
  background-color: #fff;
  color: #Fff;
  -webkit-mask: url(../images/logo.svg) center center/contain no-repeat;
  mask: url(../images/logo.svg) center center/contain no-repeat;
  transition: background-color 0.4s;
}
@media (max-width: 750px) {
  .header__menu .split .logo a {
    background-color: var(--default);
    width: 26.1333333333vw;
    height: 8vw;
  }
}
.header__menu .split .link {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .header__menu .split .link {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 36vw;
    background-color: var(--blue);
    flex-direction: column;
    transform: translateX(100vw);
    opacity: 0;
  }
  .header__menu .split .link._transition {
    transition: transform 0.3s, opacity 0.3s;
  }
  .header__menu .split .link._open {
    transform: translateX(0);
    opacity: 1;
  }
}
.header__menu .split .link .list {
  margin-left: 20px;
}
.header__menu .split .link .list._transition a {
  transition: color 0.4s;
}
@media (max-width: 750px) {
  .header__menu .split .link .list {
    margin-left: 0;
  }
}
.header__menu .split .link .list li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 750px) {
  .header__menu .split .link .list li {
    display: block;
    text-align: center;
    margin-bottom: 10.1333333333vw;
    margin-right: 0;
  }
}
.header__menu .split .link .list li:last-child {
  margin-right: 25px;
}
@media (max-width: 750px) {
  .header__menu .split .link .list li:last-child {
    margin-right: 0;
  }
}
.header__menu .split .link .list li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.header__menu .split .link .list li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--blue);
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.header__menu .split .link .list li a:hover:after {
  opacity: 1;
}
@media (max-width: 750px) {
  .header__menu .split .link .list li a {
    color: #fff;
    font-size: 4.8vw;
  }
}
@media (min-width: 751px) {
  .header__menu .split .link .btn {
    height: 100%;
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .header__menu .split .link .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 48px;
    border-radius: 48px;
    color: #fff;
  }
  .header__menu .split .link .btn a:before {
    position: absolute;
    content: "";
    width: 214px;
    height: 48px;
    border-radius: 48px;
    background-color: var(--blue);
    transition: width 0.3s, height 0.3s;
  }
  .header__menu .split .link .btn a span {
    display: inline-block;
    padding-left: 41px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
  }
  .header__menu .split .link .btn a span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 25px;
    background-image: url(../images/mail.svg);
    background-repeat: no-repeat;
    background-position: left center;
  }
  .header__menu .split .link .btn a:hover {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .header__menu .split .link .btn a:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
@media (max-width: 750px) {
  .header__menu .split .link .btn {
    text-align: center;
  }
  .header__menu .split .link .btn a {
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
  }
}
@media (min-width: 751px) {
  .header__menu .split .sp__menu {
    display: none;
  }
}
@media (max-width: 750px) {
  .header__menu .split .sp__menu {
    width: 16vw;
    height: 16vw;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
  }
  .header__menu .split .sp__menu:hover {
    cursor: pointer;
  }
  .header__menu .split .sp__menu span:nth-child(2) {
    display: block;
    width: 7.2vw;
    height: 5.8666666667vw;
    background-image: url(../images/spmenu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .header__menu .split .sp__menu span:first-child, .header__menu .split .sp__menu span:last-child {
    position: absolute;
    width: 9.3333333333vw;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transform-origin: center center;
    display: none;
  }
  .header__menu .split .sp__menu span:first-child {
    transform: rotate(45deg);
  }
  .header__menu .split .sp__menu span:last-child {
    transform: rotate(-45deg);
  }
  .header__menu .split .sp__menu._open span:first-child, .header__menu .split .sp__menu._open span:last-child {
    display: inline-block;
  }
  .header__menu .split .sp__menu._open span:nth-child(2) {
    display: none;
  }
}
.header__menu._scroll {
  background-color: rgba(255, 255, 255, 0.95);
}
.header__menu._scroll .split .logo a {
  background-color: var(--default);
  color: var(--default);
}
.header__menu._scroll .split .link .list li a {
  color: var(--default);
}
@media (max-width: 750px) {
  .header__menu._scroll .split .link .list li a {
    color: #fff;
  }
}
.header__fv {
  position: relative;
  height: var(--spHeight);
}
@media (max-width: 750px) {
  .header__fv {
    min-height: 160vw;
  }
}
.header__fv .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.header__fv .video-box .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .header__fv .video-box .video {
    width: 102.6666666667vw;
    height: 150vw;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
  .header__fv .video-box .video._vconf {
    height: 100vh;
    width: 66.66vh;
  }
}
.header__fv .wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  height: var(--spHeight);
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .header__fv .wrapper {
    min-height: 160vw;
  }
}
@media (max-width: 750px) {
  .header__fv-content {
    padding: 0 4vw;
  }
}
.header__fv-content-title {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .header__fv-content-title {
    margin-bottom: 12.5333333333vw;
  }
}
.header__fv-news {
  position: absolute;
  left: 50%;
  bottom: 40px;
  max-width: 800px;
  width: 100%;
  height: 76px;
  transform: translateX(-50%);
}
@media (max-width: 820px) {
  .header__fv-news {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .header__fv-news {
    bottom: 14.6666666667vw;
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
    height: 36.8vw;
    padding-top: 5.3333333333vw;
  }
}
.header__fv-news:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--default);
  opacity: 0.6;
  mix-blend-mode: multiply;
  z-index: -1;
}
.header__fv-news .split {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px 0 40px;
}
@media (max-width: 750px) {
  .header__fv-news .split {
    flex-wrap: wrap;
    padding: 0 2.6666666667vw 5.3333333333vw;
    height: auto;
  }
}
.header__fv-news .split .header__fv-news-title {
  width: 68px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 750px) {
  .header__fv-news .split .header__fv-news-title {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.header__fv-news .split .header__fv-news-title:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .header__fv-news .split .header__fv-news-title:after {
    width: 6.6666666667vw;
    height: 1px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.header__fv-news .split .header__fv-news-title .img {
  width: 46px;
  height: 13px;
  mask: url(../images/news_title.svg) center center/contain no-repeat;
  -webkit-mask: url(../images/news_title.svg) center center/contain no-repeat;
  background-color: #fff;
}
@media (max-width: 750px) {
  .header__fv-news .split .header__fv-news-title .img {
    width: 12.2666666667vw;
    height: 3.4666666667vw;
    margin: 0 auto;
  }
}
.header__fv-news .split .header__fv-news-content {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  transform: translateY(100%);
  opacity: 0;
}
.header__fv-news .split .header__fv-news-content._animation {
  animation: newsAnimation 5s forwards;
}
.header__fv-news .split .header__fv-news-content._none {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 750px) {
  .header__fv-news .split .header__fv-news-content {
    font-size: 3.2vw;
  }
}
@media (max-width: 750px) {
  .header__fv-news .split .header__fv-news-content .title {
    margin-top: 2.1333333333vw;
    line-height: 1.66;
  }
}

.sec__concept {
  position: relative;
}
@media (min-width: 751px) {
  .sec__concept .wrapper {
    display: flex;
    align-items: center;
  }
}
.sec__concept .wrapper .headline-inner {
  max-width: 1266px;
}
.sec__concept .wrapper .headline-inner .headline-title {
  margin-bottom: 2px;
}
@media (max-width: 1366px) and (min-width: 751px) {
  .sec__concept .wrapper .headline-inner .headline-title img {
    height: 3.8799414348vw;
  }
}
@media (max-width: 750px) {
  .sec__concept .wrapper .headline-inner .headline-title img {
    width: 37.6vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec__concept .scroll-y {
  height: calc(100% - 180px);
  width: 100%;
  overflow-y: auto;
  position: absolute;
  left: 0;
  transform: translateY(480px);
  opacity: 0;
}
.sec__concept .scroll-y._show {
  animation: bottomIn 1.2s ease forwards;
}
@media (max-width: 750px) {
  .sec__concept .scroll-y {
    height: auto;
    position: relative;
    padding: 12vw 0 10.6666666667vw;
  }
}
.sec__concept .scroll-y._on {
  overflow-y: auto;
}
.sec__concept .scroll-y::-webkit-scrollbar {
  width: 5px;
}
.sec__concept .scroll-y::-webkit-scrollbar-track {
  background-color: #fff;
}
.sec__concept .scroll-y::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  background-color: #ccc;
  border-radius: 5px;
}
.sec__concept .inner {
  max-width: 1266px;
}
@media (max-width: 960px) and (min-width: 751px) {
  .sec__concept .inner {
    padding: 0;
  }
}
.sec__concept .inner .content {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 960px) and (min-width: 751px) {
  .sec__concept .inner .content {
    max-width: 630px;
  }
}
@media (max-width: 750px) {
  .sec__concept .inner .content {
    height: auto;
  }
}
.sec__concept .inner .content .content-inner p {
  font-weight: 500;
  line-height: 2.25;
  margin-bottom: 35px;
}
.sec__concept .inner .content .content-inner p ._highlight {
  font-weight: 700;
  position: relative;
}
@media (max-width: 750px) {
  .sec__concept .inner .content .content-inner p ._highlight {
    display: inline-block;
    margin-bottom: 2.6666666667vw;
  }
}
.sec__concept .inner .content .content-inner p ._highlight:before {
  position: absolute;
  content: "";
  width: 0;
  height: 40%;
  left: 0;
  bottom: 0;
  background-color: var(--yellow);
  z-index: -1;
  transition: width 0.5s 0.2s;
}
@media (max-width: 750px) {
  .sec__concept .inner .content .content-inner p ._highlight:before {
    bottom: 2.1333333333vw;
    height: 24%;
  }
}
.sec__concept .inner .content .content-inner p ._highlight._show:before {
  width: 100%;
}
.sec__concept .inner .content .content-inner p ._color-blue {
  color: var(--blue2);
  font-weight: 700;
}
.sec__concept .inner .content .content-inner p ._bold {
  font-weight: 700;
}

.sec__service {
  position: relative;
}
.sec__service .service-swiper-pagination {
  transform: translate(70px, -23px);
}
@media (max-width: 750px) {
  .sec__service .service-swiper-pagination {
    transform: translate(0, -4vw);
  }
}
@media (max-width: 1366px) and (min-width: 751px) {
  .sec__service .wrapper .headline-inner .headline-title img {
    height: 3.1478770132vw;
  }
}
@media (max-width: 750px) {
  .sec__service .wrapper .headline-inner .headline-title img {
    width: 34.9333333333vw;
  }
}
.sec__service .inner {
  max-width: 930px;
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.sec__service .inner .content {
  width: 885px;
  transform: translateX(-500px);
  opacity: 0;
}
@media (max-width: 1230px) and (min-width: 751px) {
  .sec__service .inner .content {
    margin-left: 9.8828696925vw;
  }
}
.sec__service .inner .content._show {
  animation: leftIn 1.2s ease forwards;
}
@media (max-width: 750px) {
  .sec__service .inner .content {
    width: 100%;
    padding: 16vw 0 18.6666666667vw;
  }
}
.sec__service .inner .content .slide {
  width: 400px;
}
@media (max-width: 750px) {
  .sec__service .inner .content .slide {
    width: 100%;
  }
}
.sec__service .inner .content .slide .swiper-service {
  overflow: visible;
}
.sec__service .inner .content .slide .swiper-service .swiper-wrapper .swiper-slide {
  max-width: 400px;
}
@media (max-width: 750px) {
  .sec__service .inner .content .slide .swiper-service .swiper-wrapper .swiper-slide {
    max-width: 100%;
  }
}
.sec__service .inner .content .slide .slide__item {
  width: 400px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  min-height: 550px;
}
@media (max-width: 750px) {
  .sec__service .inner .content .slide .slide__item {
    width: 100%;
    min-height: 152vw;
    border-radius: 1.6vw;
  }
}
.sec__service .inner .content .slide .slide__item-img {
  height: 200px;
}
@media (max-width: 750px) {
  .sec__service .inner .content .slide .slide__item-img {
    height: 53.3333333333vw;
  }
}
.sec__service .inner .content .slide .slide__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.sec__service .inner .content .slide .slide__item-content {
  padding: 30px 25px 17px;
}
@media (max-width: 750px) {
  .sec__service .inner .content .slide .slide__item-content {
    padding: 8vw 6.6666666667vw 6.6666666667vw;
  }
}
.sec__service .inner .content .slide .slide__item-content .item-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .sec__service .inner .content .slide .slide__item-content .item-title {
    font-size: 4.2666666667vw;
  }
}
.sec__service .inner .content .slide .slide__item-content p {
  font-size: 1.4rem;
  line-height: 1.85;
}
@media (max-width: 750px) {
  .sec__service .inner .content .slide .slide__item-content p {
    font-size: 3.7333333333vw;
  }
}
.sec__service .inner .content .slide .slide__item-content ._item-tag {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .sec__service .inner .content .slide .slide__item-content ._item-tag {
    margin-top: 5.3333333333vw;
  }
}
.sec__service .inner .content .slide .slide__item .link {
  margin-top: 27px;
  text-align: right;
}
.sec__service .inner .content .slide .slide__item .link-btn {
  background-color: var(--pink);
}
.sec__service .inner .content .slide .slide__note {
  margin-top: 13px;
}
.sec__service .inner .content .slide .slide__note span {
  font-size: 1.2rem;
}

.sec__cases {
  position: relative;
}
@media (max-width: 1366px) and (min-width: 751px) {
  .sec__cases .wrapper .headline-inner .headline-title img {
    height: 3.074670571vw;
  }
}
@media (max-width: 750px) {
  .sec__cases .wrapper .headline-inner .headline-title img {
    width: 32vw;
  }
}
.sec__cases .popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(13, 13, 13, 0.85);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
}
.sec__cases .popup._transition {
  transition: opacity 0.3s, visibility 0.3s;
}
.sec__cases .popup._show {
  visibility: visible;
  opacity: 1;
}
.sec__cases .popup-inner {
  padding: 95px 20px 20px;
}
@media (max-width: 750px) {
  .sec__cases .popup-inner {
    padding: 21.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.sec__cases .popup-inner .box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  max-width: 830px;
  width: 100%;
  height: 100%;
  text-align: center;
  max-height: calc(100vh - 75px - 40px);
}
@media (max-width: 750px) {
  .sec__cases .popup-inner .box {
    max-height: none;
    height: calc(var(--spHeight) - 16vw - 10.6666666667vw);
  }
}
.sec__cases .popup-inner .box .close {
  position: absolute;
  right: 11px;
  top: 11px;
  height: 40px;
  width: 40px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 750px) {
  .sec__cases .popup-inner .box .close {
    width: 8vw;
    height: 8vw;
    right: 1.3333333333vw;
    top: 1.3333333333vw;
  }
}
.sec__cases .popup-inner .box .close:hover {
  cursor: pointer;
}
.sec__cases .popup-inner .box-content {
  padding: 10px;
}
@media (max-width: 750px) {
  .sec__cases .popup-inner .box-content {
    width: 89.3333333333vw;
    overflow-x: auto;
    padding: 2.6666666667vw 0 0;
  }
}
.sec__cases .popup-inner .box-content::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.sec__cases .popup-inner .box-content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 5px;
}
.sec__cases .popup-inner .box-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
@media (min-width: 751px) {
  .sec__cases .popup-inner .box-content object,
  .sec__cases .popup-inner .box-content img {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 75px - 80px);
  }
}
@media (max-width: 750px) {
  .sec__cases .popup-inner .box-content object,
  .sec__cases .popup-inner .box-content img {
    max-height: calc(var(--spHeight) - 16vw - 16.5333333333vw);
  }
}
.sec__cases .inner {
  max-width: 1313px;
  height: 100%;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.sec__cases .inner .content {
  max-width: 834px;
  margin-left: auto;
  opacity: 0;
  transform: translateX(480px);
}
@media (max-width: 1235px) and (min-width: 751px) {
  .sec__cases .inner .content {
    max-width: 67.5303643725vw;
  }
}
.sec__cases .inner .content._show {
  animation: rightIn 1.2s ease forwards;
}
@media (max-width: 750px) {
  .sec__cases .inner .content {
    width: 100%;
    padding: 16vw 0 21.3333333333vw;
  }
}
.sec__cases .inner .content .slide .swiper-case {
  position: relative;
}
.sec__cases .inner .content .slide .swiper-case .case-swiper-pagination {
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .swiper-case .case-swiper-pagination {
    position: absolute;
    bottom: calc(100% + 4vw);
    right: 0;
    width: 100%;
    height: 3.2vw;
    margin-top: 0;
  }
}
.sec__cases .inner .content .slide .swiper-case .swiper-wrapper .swiper-slide:nth-child(3) p {
  font-size: 1.5rem;
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .swiper-case .swiper-wrapper .swiper-slide:nth-child(3) p {
    font-size: 3.2vw;
    margin-bottom: 3.4666666667vw;
  }
}
.sec__cases .inner .content .slide .slide__item {
  width: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  padding: 35px 40px;
}
@media (max-width: 1235px) and (min-width: 751px) {
  .sec__cases .inner .content .slide .slide__item {
    padding: 2.8340080972vw 3.2388663968vw;
  }
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item {
    padding: 7.4666666667vw 4.2666666667vw;
    border-radius: 1.6vw;
  }
}
.sec__cases .inner .content .slide .slide__item-title {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item-title {
    margin-bottom: 5.3333333333vw;
  }
}
.sec__cases .inner .content .slide .slide__item-title h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--blue);
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item-title h4 {
    font-size: 4.2666666667vw;
    padding-left: 9.6vw;
    left: 0;
  }
}
.sec__cases .inner .content .slide .slide__item-title h4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 10px);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item-title h4:before {
    background-position: left top;
    height: 5.8666666667vw;
    top: -1.3333333333vw;
    transform: translateY(0);
  }
}
.sec__cases .inner .content .slide .slide__item-title h4._01:before {
  background-image: url(../images/01.png);
}
.sec__cases .inner .content .slide .slide__item-title h4._02:before {
  background-image: url(../images/02.png);
}
.sec__cases .inner .content .slide .slide__item-title h4._03:before {
  background-image: url(../images/03.png);
}
.sec__cases .inner .content .slide .slide__item .split {
  display: flex;
  margin-left: -30px;
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item .split {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.sec__cases .inner .content .slide .slide__item .split > * {
  width: calc(50% - 30px);
  margin-left: 30px;
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item .split > * {
    width: 100%;
    margin-left: 0;
  }
}
.sec__cases .inner .content .slide .slide__item-img .img img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item-img .img img {
    border-radius: 2.6666666667vw;
  }
}
.sec__cases .inner .content .slide .slide__item-img ._item-tag {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item-img ._item-tag {
    margin-top: 4vw;
  }
}
.sec__cases .inner .content .slide .slide__item-img ._item-tag .tag {
  margin: 0 10px 10px 0;
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item-img ._item-tag .tag {
    margin: 0 2.6666666667vw 2.6666666667vw 0;
  }
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item-content {
    margin-top: 4vw;
  }
}
.sec__cases .inner .content .slide .slide__item-content .list li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  padding-left: 28px;
  margin-bottom: 10px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: left top 5px;
}
@media (max-width: 1235px) and (min-width: 751px) {
  .sec__cases .inner .content .slide .slide__item-content .list li {
    margin-bottom: 2.024291498vw;
  }
}
@media (max-width: 750px) {
  .sec__cases .inner .content .slide .slide__item-content .list li {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 8vw;
    background-size: 5.3333333333vw 5.3333333333vw;
  }
}
.sec__cases .inner .content .slide .slide__item-content .zoom {
  text-align: right;
  margin-top: 10px;
}
.sec__cases .inner .content .slide .slide__item-content .zoom img:hover {
  cursor: pointer;
}

.sec__news {
  background-color: #F2F5FA;
  position: relative;
}
@media (max-width: 750px) {
  .sec__news {
    padding: 16vw 0 13.3333333333vw;
    padding: 0;
  }
}
.sec__news .wrapper {
  height: 100%;
}
.sec__news .wrapper .headline {
  height: 100%;
}
@media (max-width: 750px) {
  .sec__news .wrapper .headline {
    height: 53.3333333333vw;
  }
}
.sec__news .wrapper .headline:before, .sec__news .wrapper .headline:after {
  display: none;
}
.sec__news .wrapper .headline-inner {
  height: 100%;
}
@media (max-width: 1366px) and (min-width: 751px) {
  .sec__news .wrapper .headline-inner .headline-title img {
    height: 35px;
  }
}
@media (max-width: 750px) {
  .sec__news .wrapper .headline-inner .headline-title img {
    width: 25.0666666667vw;
  }
}
.sec__news .wrapper .headline-inner .headline-sub {
  color: var(--blue);
}
.sec__news .inner {
  max-width: 1165px;
}
@media (min-width: 751px) {
  .sec__news .inner {
    min-height: 384px;
    padding: 120px 0;
    display: flex;
    align-items: center;
    position: relative;
  }
}
.sec__news .inner .content {
  max-width: 790px;
  margin-left: auto;
}
@media (min-width: 751px) {
  .sec__news .inner .content {
    width: 100%;
    padding-right: 20px;
  }
}
@media (max-width: 1080px) and (min-width: 751px) {
  .sec__news .inner .content {
    max-width: 73.1481481481vw;
  }
}
@media (max-width: 750px) {
  .sec__news .inner .content {
    padding-bottom: 13.3333333333vw;
  }
}
.sec__news .inner .content .list {
  position: relative;
  z-index: 20;
}
.sec__news .inner .content .list li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  .sec__news .inner .content .list li {
    flex-wrap: wrap;
    margin-bottom: 6.6666666667vw;
  }
}
.sec__news .inner .content .list li:last-child {
  margin-bottom: 0;
}
.sec__news .inner .content .list li .list-data {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .sec__news .inner .content .list li .list-data {
    margin-right: 0;
    margin-bottom: 1.8666666667vw;
  }
}
.sec__news .inner .content .list li .list-data span {
  font-weight: 700;
}
.sec__news .inner .content .list li .list-title a {
  color: var(--default);
  text-decoration: underline;
  font-weight: 500;
  line-height: 1.7;
}
.sec__news .inner .content .link {
  text-align: right;
}
@media (min-width: 751px) {
  .sec__news .inner .content .link {
    position: absolute;
    right: 20px;
    bottom: 68px;
  }
}
@media (max-width: 750px) {
  .sec__news .inner .content .link {
    margin-top: 10.1333333333vw;
  }
}
.sec__news .inner .content .link-btn {
  margin-left: auto;
}
.sec__company {
  position: relative;
}
@media (max-width: 1366px) and (min-width: 751px) {
  .sec__company .wrapper .headline-inner .headline-title img {
    height: 3.8799414348vw;
  }
}
@media (max-width: 750px) {
  .sec__company .wrapper .headline-inner .headline-title img {
    width: 42.9333333333vw;
  }
}
.sec__company .inner {
  max-width: 1165px;
  margin-left: auto;
  padding: 135px 20px;
}
@media (max-width: 750px) {
  .sec__company .inner {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.sec__company .inner .content {
  max-width: 690px;
  margin-right: auto;
  opacity: 0;
  transform: translateY(500px);
}
@media (max-width: 975px) and (min-width: 751px) {
  .sec__company .inner .content {
    max-width: 70.7692307692vw;
  }
}
.sec__company .inner .content._show {
  animation: bottomIn 1.2s ease forwards;
}
.sec__company .inner .content .list li {
  padding: 18px 28px;
  border-bottom: solid 1px #D9D9D9;
  display: flex;
}
@media (max-width: 750px) {
  .sec__company .inner .content .list li {
    padding: 4.8vw 2.1333333333vw;
  }
  .sec__company .inner .content .list li:first-child {
    border-top: solid 1px #D9D9D9;
  }
}
.sec__company .inner .content .list li .list-title {
  width: 135px;
}
@media (max-width: 750px) {
  .sec__company .inner .content .list li .list-title {
    width: 26.6666666667vw;
  }
}
.sec__company .inner .content .list li .list-title span {
  color: var(--blue);
  font-weight: 700;
  display: inline-block;
  line-height: 1.625;
}
.sec__company .inner .content .list li .list-content {
  width: calc(100% - 135px);
}
@media (max-width: 750px) {
  .sec__company .inner .content .list li .list-content {
    width: calc(100% - 26.6666666667vw);
  }
}
.sec__company .inner .content .list li .list-content p {
  font-weight: 500;
}

.footer {
  background-color: var(--default);
  color: #fff;
  text-align: center;
  padding: 40px 0 20px;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .footer {
    padding: 14.6666666667vw 0 8vw;
    font-size: 3.7333333333vw;
  }
}
.footer .inner {
  max-width: 1165px;
  margin: 0 auto;
}
.footer-logo a {
  display: block;
  width: 131px;
  height: 40px;
  background: #fff;
  mask: url("../images/logo.svg") center center/contain no-repeat;
  -webkit-mask: url("../images/logo.svg") center center/contain no-repeat;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .footer-logo a {
    width: 34.9333333333vw;
    height: 10.6666666667vw;
  }
}
.footer-link {
  position: relative;
  margin: 50px 0 70px;
}
@media (max-width: 750px) {
  .footer-link {
    margin: 13.3333333333vw 0 12vw;
  }
}
.footer-link .list ul li {
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 750px) {
  .footer-link .list ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 8vw;
    text-align: center;
  }
}
.footer-link .list ul li:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .footer-link .list ul li:last-child {
    margin-bottom: 29.3333333333vw;
  }
}
.footer-link .list ul li a {
  color: #fff;
  font-weight: 700;
}
.footer-link .link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 930px) and (min-width: 751px) {
  .footer-link .link {
    position: relative;
    transform: translateY(0);
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .footer-link .link {
    position: relative;
  }
}
.footer-link .link a {
  color: #fff;
}
.footer .copy small {
  font-size: 1.2rem;
}
@media (max-width: 750px) {
  .footer .copy small {
    font-size: 2.6666666667vw;
  }
}
.footer .retop {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 18px;
  bottom: 18px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.footer .retop._scroll {
  opacity: 1;
  visibility: visible;
}
.footer .retop:hover {
  cursor: pointer;
}
@media (max-width: 750px) {
  .footer .retop {
    display: none;
  }
}

@keyframes newsAnimation {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  20%, 80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes headlineLeftIn {
  55% {
    opacity: 1;
    transform: translateX(10px) skew(-15deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) skew(-15deg);
  }
}
@keyframes headlineRightIn {
  55% {
    opacity: 1;
    transform: translateX(-10px) skew(-15deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) skew(-15deg);
  }
}
@keyframes headlineRightInSp {
  55% {
    opacity: 1;
    transform: translateX(-10px) skew(15deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) skew(15deg);
  }
}
@keyframes bottomIn {
  55% {
    transform: translateY(-10px);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes leftIn {
  55% {
    transform: translateX(10px);
    opacity: 1;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn {
  55% {
    transform: translateX(-10px);
    opacity: 1;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes _down {
  from {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes _up {
  from {
    transform: translateY(0);
  }
  55% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
.page-privacy_policy .main {
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-top: 75px;
  padding: 130px 0 95px;
}
@media (max-width: 750px) {
  .page-privacy_policy .main {
    padding: 13.3333333333vw 0 20.2666666667vw;
    margin-top: 16vw;
  }
}
.page-privacy_policy .main .inner {
  max-width: 900px;
  margin: 0 auto;
}
.page-privacy_policy .main .headlineb {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .page-privacy_policy .main .headlineb {
    margin-bottom: 8vw;
  }
}
.page-privacy_policy .main .headlineb-img {
  margin-bottom: 2px;
}
@media (max-width: 750px) {
  .page-privacy_policy .main .headlineb-img {
    margin-bottom: 0.8vw;
  }
}
.page-privacy_policy .main .headlineb-img img {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}
@media (max-width: 750px) {
  .page-privacy_policy .main .headlineb-img img {
    width: 66.6666666667vw;
  }
}
.page-privacy_policy .main .headlineb-text {
  color: var(--blue);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .page-privacy_policy .main .headlineb-text {
    font-size: 3.2vw;
  }
}
@media (max-width: 750px) {
  .page-privacy_policy .main .headlineb + p {
    font-size: 4.2666666667vw;
  }
}
.page-privacy_policy .main .one {
  margin-top: 32px;
}
@media (max-width: 750px) {
  .page-privacy_policy .main .one {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
.page-privacy_policy .main .one-title {
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 750px) {
  .page-privacy_policy .main .one-title {
    margin-bottom: 0.5333333333vw;
  }
}
.page-privacy_policy .main .one ul {
  padding-left: 2em;
  margin: 3px 0;
}
@media (max-width: 750px) {
  .page-privacy_policy .main .one ul {
    margin: 0.8vw 0;
  }
}
.page-privacy_policy .main .end {
  display: block;
  margin-top: 24px;
  text-align: right;
}
@media (max-width: 750px) {
  .page-privacy_policy .main .end {
    margin-top: 9.3333333333vw;
  }
}
.page-privacy_policy .main .top {
  text-align: center;
  margin-top: 118px;
}
@media (max-width: 750px) {
  .page-privacy_policy .main .top {
    display: none;
  }
}
.page-privacy_policy .main .top a {
  color: var(--default);
  font-size: 1.4rem;
  font-weight: 700;
}

.page-news {
  position: relative;
  background-color: #F2F5FA;
}
@media (max-width: 750px) {
  .page-news .main {
    margin-top: 16vw;
  }
}
.page-news .main .headline {
  transform: translateX(0) skew(-15deg);
  opacity: 1;
}
@media (max-width: 750px) {
  .page-news .main .headline-inner .headline-title img {
    width: 25.0666666667vw;
  }
}
.page-news .main .inner {
  max-width: 1250px;
  padding: 80px 20px;
}
@media (max-width: 750px) {
  .page-news .main .inner {
    padding: 0 5.3333333333vw 20.2666666667vw;
  }
}
.page-news .main .inner .content {
  max-width: 760px;
  margin-left: auto;
  margin-top: 75px;
  height: calc(100vh - 75px - 160px);
  overflow-y: auto;
}
@media (max-width: 1140px) and (min-width: 751px) {
  .page-news .main .inner .content {
    max-width: 66.6666666667vw;
  }
}
@media (max-width: 750px) {
  .page-news .main .inner .content {
    margin-top: 16.8vw;
    height: auto;
  }
}
.page-news .main .inner .content::-webkit-scrollbar {
  width: 5px;
  width: 0;
}
.page-news .main .inner .content::-webkit-scrollbar-track {
  background-color: #fff;
}
.page-news .main .inner .content::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  background-color: #ccc;
  border-radius: 5px;
}
.page-news .main .inner .content .one {
  background-color: #fff;
  padding: 30px;
  font-size: 1.4rem;
  margin-bottom: 55px;
  border-radius: 10px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .page-news .main .inner .content .one {
    margin-bottom: 16vw;
    border-radius: 2.6666666667vw;
    padding: 8vw 5.3333333333vw;
    letter-spacing: 0.025em;
    font-size: 3.7333333333vw;
  }
}
.page-news .main .inner .content .one:last-child {
  margin-bottom: 0;
}
.page-news .main .inner .content .one-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 11px 0;
  color: var(--blue);
}
@media (max-width: 750px) {
  .page-news .main .inner .content .one-title {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin: 0 0 2.9333333333vw;
  }
}/*# sourceMappingURL=style.css.map */