@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

/* reset
----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  position: relative;
  display: block;
}

/******************************
* utility
*******************************/
.u-ff-aby {
  font-family: "Abyssinica SIL", serif;
}

.u-ff-allan {
  font-family: "Allan", cursive;
}

.u-ff-fugazone {
  font-family: "Hind", cursive;
}

.u-ff-saat {
  font-family: "Staatliches", cursive;
}

.u-ff-alumi {
  font-family: "Alumni Sans", sans-serif;
}

.u-ff-abhaya {
  /*font-family: "Abhaya Libre";*/
}

.u-tac {
  text-align: center;
}

.u-fwb {
  font-weight: 700;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 959px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/*******************************
*　common
********************************/
/* コンテンツ幅 */
.l-inner {
  margin: 0 auto;
  width: 96%;
  max-width: 1240px;
}
@media screen and (max-width: 959px) {
  .l-inner {
    width: 90%;
  }
}

main {
  padding-top: 60px;
}
@media screen and (max-width: 959px) {
  main {
    padding-top: 100px;
  }
}

/***********************************
* header
************************************/
.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .l-header {
    height: 100px;
  }
}
.l-header .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  width: 96%;
  max-width: 1340px;
}
@media screen and (max-width: 959px) {
  .l-header .l-inner {
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-end;
    width: 92.5%;
  }
}

.logo-list {
  display: flex;
  align-items: center;
  height: inherit;
}
@media screen and (max-width: 959px) {
  .logo-list {
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
}

.logo-list02 {
  position: relative;
  margin-left: 30px;
  display: flex;
  align-items: center;
  height: inherit;
}
@media screen and (max-width: 959px) {
  .logo-list02 {
    margin-left: 0;
    height: auto;
  }
}
.logo-list02 li:nth-child(2) {
  margin-left: 15px;
}

.header-logo a {
  display: block;
}

.header-entry {
  position: relative;
  margin-right: 50px;
}
.header-entry::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  border: 1px solid #FFFFFF;
  width: 186px;
  height: 36px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .header-entry {
    margin-right: 0;
  }
}
.header-entry a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 40px;
  color: #141B4D;
  font-style: normal;
  font-family: "Alice", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.05em;
  -webkit-filter: drop-shadow(0px 0.533333px 0.533333px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0.533333px 0.533333px rgba(0, 0, 0, 0.25));
  transition: 0.3s background ease-in-out;
}
.header-entry a span {
  position: relative;
  z-index: 2;
}
.header-entry a:hover { color:#AF272F; }

.header-entry a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color:#FFF;
  border:1px solid #141B4D;
  opacity: 1;
  pointer-events: none;
}
.header-entry a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  border:1px solid #AF272F;
  background-color:#FFF;
  opacity: 0;
  pointer-events: none;
}
.header-entry a:hover::before, .header-entry a:focus::before, .header-entry a:active::before {
  opacity: 0;
}
.header-entry a:hover::after, .header-entry a:focus::after, .header-entry a:active::after {
  opacity: 1;
}

/***********************************
* mv
************************************/
.mv-wrap {
  padding-top: 8.19%;
  padding-bottom: 2.4%;
  position: relative;
  background: url(../img/mv-bg.jpg) no-repeat top/cover;
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) {
  .mv-wrap {
    background: url(../img/mv-bg@2x.jpg) no-repeat top/cover;
  }
}
@media screen and (max-width: 959px) {
  .mv-wrap {
    padding-top: 23.25%;
    padding-bottom: 29%;
    background: url(../img/mv-bg_sp.png) no-repeat top/cover;
  }
}
.mv-wrap .arrow {
  margin: 1.79% auto 0;
  width: 26px;
  height: 48px;
  -webkit-animation: 1s arrow_down infinite;
          animation: 1s arrow_down infinite;
}

@-webkit-keyframes arrow_down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes arrow_down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.mv-ttl {
  text-align: center;
  margin: 0 auto 0;
}

.mv-ttl-img {
  display: inline-block;
  margin: 0 auto 0;
  width: calc(386 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .mv-ttl-img {
    width: calc(258 / 390 * 100%);
  }
}

.mv-label {
  margin: 1.45% auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.38vw;
  text-align: center;
  color: #fff;
  background: #fff;
  color:#141B4D;
  mix-blend-mode: normal;
  width: calc(200 / 1440 * 100%);
  height: 1.75em;
}
@media screen and (max-width: 959px) {
  .mv-label {
    margin-top: calc(20 / 390 * 100%);
    font-size: 15px;
    font-size: 3.84vw;
    width: calc(145 / 390 * 100%);
    height: 1.87em;
  }
}

.mv-text-lead {
  margin: 1.87% auto 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 0.88;
  font-size: 2.5vw;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 959px) {
  .mv-text-lead {
    margin: 5.89% auto 0;
    font-size: 2.6rem;
    line-height: 1.23;
    font-size: max(6.66vw,26px);
  }
  .mv-text-lead span {
    display: block;
  }
}

.anchor-menu {
  margin: 4.5% auto 0;
}
@media screen and (max-width: 959px) {
  .anchor-menu {
    margin: 12.5% auto 0;
  }
}

.anchor-menu_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-size: 1.38vw;
}
@media screen and (max-width: 959px) {
  .anchor-menu_title {
    font-size: 1.8rem;
    line-height: 1.33;
    font-size: 4.61vw;
  }
}

.anchor-menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.2% auto 0;
  width: calc(736 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .anchor-menu_list {
    width: 94%;
  }
}
.anchor-menu_list li {
  width: calc(360 / 736 * 100%);
}
.anchor-menu_list li a {
  display: block;
  padding: 0.2em;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
  font-size: 1.25vw;
  background: rgba(20, 27, 77, 0.2);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s background ease-in-out;
}
@media screen and (max-width: 959px) {
  .anchor-menu_list li a {
    font-size: 1.6rem;
    line-height: 1.75;
    font-size: 4.1vw;
    letter-spacing: -0.05em;
  }
}
.anchor-menu_list li a:hover, .anchor-menu_list li a:focus, .anchor-menu_list li a:active {
  background: rgba(20, 27, 77, 0.8);
}
.anchor-menu_list li:nth-child(n+3) {
  margin-top: 1.2%;
}
@media screen and (max-width: 959px) {
  .anchor-menu_list li:nth-child(n+3) {
    margin-top: 2.4%;
  }
}
.anchor-menu_list li:nth-child(even) {
  margin-left: 1.11%;
}
.anchor-menu_list li:nth-child(5) a {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 959px) {
  .anchor-menu_list li:nth-child(5) a {
    padding: 0.28em;
    font-size: 1.5rem;
    font-size: 3.84vw;
  }
}

.sec-3minutes {
  margin-top: 3.47%;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .sec-3minutes {
    margin-top: 50px;
  }
}

.swiper-3minutes-a {
  position: relative;
  top: -70px;
  max-width: 1240px;
  width: calc(1240 / 1440 * 100%);
  overflow: visible;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .swiper-3minutes-a {
    width: 89%;
  }
}
.swiper-3minutes-a .swiper-slide {
  cursor: pointer;
}
.swiper-3minutes-a .slide {
  position: relative;
  display: grid;
  place-items: center;
  height: 70px;
  line-height: 45px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  font-size: min(2.22vw, 32px);
  letter-spacing: -0.05em;
  text-align: center;
  color: #FFFFFF;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .swiper-3minutes-a .slide {
    font-size: 2rem;
    line-height: 2.25;
    font-size: min(5.12vw,20px);
  }
}
.swiper-3minutes-a .slide::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 12.5px 0 12.5px;
  border-color: #D9D9D9 transparent transparent transparent;
  z-index: 5;
}

.btn-3minutes01 {
  background: linear-gradient(180deg, #86D3F8 0%, #29A2DD 100%);
  transition: 0.3s background ease-in-out;
}
.btn-3minutes01:hover, .btn-3minutes01:focus, .btn-3minutes01:active {
  background: #29A2DD;
  background: linear-gradient(180deg, #29A2DD 0%, #29A2DD 100%);
}

.btn-3minutes02 {
  background: linear-gradient(180deg, #FF8686 0%, #FF4D4D 100%);
  transition: 0.3s background ease-in-out;
}
.btn-3minutes02:hover, .btn-3minutes02:focus, .btn-3minutes02:active {
  background: #FF4D4D;
  background: linear-gradient(180deg, #FF4D4D 0%, #FF4D4D 100%);
}

.btn-3minutes03 {
  background: linear-gradient(180deg, #A4E394 0%, #5CB845 100%);
  transition: 0.3s background ease-in-out;
}
.btn-3minutes03:hover, .btn-3minutes03:focus, .btn-3minutes03:active {
  background: #5CB845;
  background: linear-gradient(180deg, #5CB845 0%, #5CB845 100%);
}

.swiper-3minutes-b {
  margin-top: -1.2%;
}
@media screen and (max-width: 959px) {
  .swiper-3minutes-b {
    margin-top: -34px;
  }
}
.swiper-3minutes-b .slide {
  position: relative;
}
.swiper-3minutes-b .slide::before {
  content: "";
  display: block;
  padding-top: calc(795 / 1240 * 100%);
  width: 100%;
  height: 0;
}
@media screen and (max-width: 959px) {
  .swiper-3minutes-b .slide::before {
    padding-top: calc(1688 / 780 * 100%);
  }
}
.swiper-3minutes-b .thumb01 {
  position: absolute;
}
.swiper-3minutes-b .thumb02 {
  position: absolute;
}
.swiper-3minutes-b .detail .slide-title {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.44;
  font-size: 2.36vw;
  font-size: min(2.36vw, 34px);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .swiper-3minutes-b .detail .slide-title {
    font-size: 3.4rem;
    line-height: 1.11;
    font-size: 8.71vw;
  }
}
.swiper-3minutes-b .detail .slide-text {
  margin-top: 8.65%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  font-size: 1.11vw;
  font-size: min(1.11vw, 16px);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .swiper-3minutes-b .detail .slide-text {
    font-size: 1.6rem;
    line-height: 1.75;
    font-size: 4.1vw;
  }
}

.slide-3minutes01 {
  background: url(../img/3min_company-bg.jpg) no-repeat top center/cover;
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) {
  .slide-3minutes01 {
    background: url(../img/3min_company-bg@2x.jpg) no-repeat top center/cover;
  }
}
@media screen and (max-width: 959px) {
  .slide-3minutes01 {
    background-image: url(../img/3min_company-bg_sp.jpg);
  }
}
.slide-3minutes01 .detail {
  position: absolute;
  top: 12.5%;
  right: 5%;
  width: calc(556 / 1240 * 100%);
}
@media screen and (max-width: 959px) {
  .slide-3minutes01 .detail {
    width: 89.3%;
    top: 9.6%;
    right: 6%;
  }
}
.slide-3minutes01 .detail .slide-text {
  margin-top: 8.75%;
}
@media screen and (max-width: 959px) {
  .slide-3minutes01 .detail .slide-text {
    margin-top: 9.55%;
  }
}
.slide-3minutes01 .thumb01 {
  left: 6.12%;
  bottom: 13.46%;
  width: calc(642 / 1240 * 100%);
}
@media screen and (max-width: 959px) {
  .slide-3minutes01 .thumb01 {
    bottom: 17.46%;
    width: calc((350 / 390 * 100%));
  }
}
.slide-3minutes01 .thumb02 {
  right: 3.79%;
  bottom: 4.7%;
  width: calc(177 / 1240 * 100%);
}
@media screen and (max-width: 959px) {
  .slide-3minutes01 .thumb02 {
    right: 4.1%;
    bottom: 3.2%;
    width: calc((82.5 / 390 * 100%));
  }
}

.slide-3minutes02 {
  background: url(../img/3min_business-bg.jpg) no-repeat top center/cover;
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) {
  .slide-3minutes02 {
    background: url(../img/3min_business-bg@2x.jpg) no-repeat top center/cover;
  }
}
@media screen and (max-width: 959px) {
  .slide-3minutes02 {
    background-image: url(../img/3min_business-bg_sp.jpg);
  }
}
.slide-3minutes02 .detail {
  position: absolute;
  top: 18.4%;
  right: 6%;
  width: calc(556 / 1240 * 100%);
}
@media screen and (max-width: 959px) {
  .slide-3minutes02 .detail {
    width: 89.3%;
    top: 3.65%;
    right: 6%;
  }
}
.slide-3minutes02 .detail .slide-text {
  margin-top: 8.65%;
}
@media screen and (max-width: 959px) {
  .slide-3minutes02 .detail .slide-text {
    font-size: 1.4rem;
    line-height: 2;
    font-size: 3.58vw;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 959px) {
  .slide-3minutes02 .detail .slide-title {
    letter-spacing: -0.1em;
  }
}
.slide-3minutes02 .thumb01 {
  position: absolute;
  width: calc(502 / 1240 * 100%);
  left: 5.16%;
  bottom: 12.41%;
}

.slide-3minutes03 {
  background: url(../img/3min_person-bg.jpg) no-repeat top center/cover;
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) {
  .slide-3minutes03 {
    background: url(../img/3min_person-bg@2x.jpg) no-repeat top center/cover;
  }
}
@media screen and (max-width: 959px) {
  .slide-3minutes03 {
    background-image: url(../img/3min_person-bg_sp.jpg);
  }
}
.slide-3minutes03 .detail {
  position: absolute;
  bottom: 12%;
  right: 5.5%;
  width: calc(556 / 1240 * 100%);
}
@media screen and (max-width: 959px) {
  .slide-3minutes03 .detail {
    width: 89.8%;
    bottom: 5.85%;
    right: 6%;
  }
}
.slide-3minutes03 .detail .slide-text {
  margin-top: 8.55%;
}
@media screen and (max-width: 959px) {
  .slide-3minutes03 .detail .slide-text {
    margin-top: 10%;
  }
}
.slide-3minutes03 .thumb01 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((540 / 1240 * 100%));
}
@media screen and (max-width: 959px) {
  .slide-3minutes03 .thumb01 {
    width: 100%;
  }
}
.slide-3minutes03 .thumb02 {
  position: absolute;
  top: 7.2%;
  right: 7.8%;
  width: calc((251 / 1240 * 100%));
}
@media screen and (max-width: 959px) {
  .slide-3minutes03 .thumb02 {
    top: 33.8%;
    right: 5.2%;
    width: calc((121 / 390 * 100%));
  }
}

.sec-business {
  margin-top: calc(102 / 1440 * 100%);
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .sec-business {
    margin-top: 50px;
  }
}

.skew-contents {
  position: relative;
  color: #fff;
}
.skew-contents::before {
  position: absolute;
  content: "";
  display: block;
  padding-top: calc(5/12 * 100%);
  width: 100%;
  height: 0;
  opacity: 0;
  transition: 1s -webkit-transform cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 1s transform cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 1s transform cubic-bezier(0.215, 0.61, 0.325, 1), 1s -webkit-transform cubic-bezier(0.215, 0.61, 0.325, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media screen and (max-width: 959px) {
  .skew-contents::before {
    padding-top: calc(120/78 * 100%);
  }
}
.skew-contents.js-inview .business-subtitle {
  opacity: 0;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
  transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 1s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.skew-contents.js-inview .business-text {
  opacity: 0;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
  transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 1s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.skew-contents.js-inview .thumb {
  opacity: 0;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
  transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 1.5s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.skew-contents.js-inview.is-show::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.skew-contents.js-inview.is-show .business-subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.skew-contents.js-inview.is-show .business-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.skew-contents.js-inview.is-show .thumb {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wide-range {
  margin-top: 3.8%;
}
@media screen and (max-width: 959px) {
  .wide-range {
    margin-top: 0;
  }
}
.wide-range::before {
  -webkit-transform: translateX(-4%);
          transform: translateX(-4%);
  background: url(../img/business_bf-bg@2x.png) no-repeat top left/contain;
}
@media screen and (max-width: 959px) {
  .wide-range::before {
    background: url(../img/business_bf-bg_sp.png) no-repeat top left/contain;
  }
}
.wide-range .detail {
  width: calc(696 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .wide-range .detail {
    width: 100%;
  }
}
.wide-range .business-subtitle {
  margin-top: 17.5%;
}
@media screen and (max-width: 959px) {
  .wide-range .business-subtitle {
    margin-top: 38.5%;
  }
}
.wide-range .business-text {
  margin-top: 5.2%;
}
@media screen and (max-width: 959px) {
  .wide-range .business-text {
    margin-top: 4.2%;
  }
}
.wide-range .thumb {
  width: calc(378 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .wide-range .thumb {
    margin-top: 9%;
    width: 86%;
  }
}

.wide-range_inner {
  position: relative;
  margin: 0 auto;
  padding-top: 1.3%;
  padding-right: 0.95%;
  padding-bottom: 2%;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(1240 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .wide-range_inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 90.5%;
  }
}

.one-stop {
  margin-top: -1.1%;
}
@media screen and (max-width: 959px) {
  .one-stop {
    margin-top: -2.1%;
  }
}
.one-stop::before {
  -webkit-transform: translateX(4%);
          transform: translateX(4%);
  background: url(../img/business_os-bg@2x.png) no-repeat top left/contain;
}
@media screen and (max-width: 959px) {
  .one-stop::before {
    background: url(../img/business_os-bg_sp.png) no-repeat top left/contain;
    padding-top: calc(1247/780 * 100%);
  }
}
.one-stop .detail {
  width: calc(704 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .one-stop .detail {
    width: 100%;
  }
}
.one-stop .business-subtitle {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 959px) {
  .one-stop .business-subtitle {
    font-size: 3.6rem;
    line-height: 1.33;
    font-size: 9.23vw;
  }
}
.one-stop .business-text {
  margin-top: 3.8%;
}
@media screen and (max-width: 959px) {
  .one-stop .business-text {
    margin-top: 7.2%;
    letter-spacing: -0.05em;
    font-size: 1.6rem;
    line-height: 1.75;
    font-size: 4.1vw;
  }
}
.one-stop .thumb {
  margin-top: 8%;
  width: calc(696 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .one-stop .thumb {
    margin-top: 14%;
    width: 100%;
  }
}

.one-stop_inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 11%;
  padding-bottom: 10%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: calc(1234 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .one-stop_inner {
    padding-top: 42%;
    padding-bottom: 2.5%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 90.5%;
  }
}

.business-subtitle {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.45;
  font-size: 3.33vw;
  font-size: min(3.33vw, 48px);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .business-subtitle {
    font-size: 3.6rem;
    line-height: 1.44;
    font-size: 9.23vw;
  }
}

.business-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.11vw;
  font-size: min(1.11vw, 16px);
  line-height: 2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .business-text {
    font-size: 4.1vw;
  }
}

.sec-number {
  margin-top: calc(102 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .sec-number {
    margin-top: 50px;
  }
}

.number-box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px 12px;
  margin: 3.4% auto 0;
  max-width: 1238px;
  width: calc(1238 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .number-box-wrap {
    margin: 20px auto 0;
    width: 91%;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 9px;
  }
}

.number-box {
  display: flex;
  flex-direction: column;
  padding-top: 4.8%;
  background: url(../img/number-leftbg.jpg) no-repeat center/cover;
}
.number-box.number-box02 {
  background: url(../img/number-centerbg.jpg) no-repeat center/cover;
}
.number-box.number-box03 {
  background: url(../img/number-rightbg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 959px) {
  .number-box {
    padding-top: 11.8%;
    min-height: 50.5vw;
    background: url(../img/number-leftbg_sp.jpg) no-repeat center/cover;
  }
  .number-box.number-box02 {
    background: url(../img/number-centerbg_sp.jpg) no-repeat center/cover;
  }
  .number-box.number-box03 {
    background: url(../img/number-rightbg_sp.jpg) no-repeat center/cover;
  }
}
.authorization{
	margin:46px auto 50px;
	padding:84px 7.3% 103px;
	background:#F8F8F8;
}
.authorization h2{
	padding:15px 0;
	margin:0 auto 51px;
	background:#009BE1;
	color:#fff;
	font-weight:bold;
	font-size:28px;
	text-align:center;
	line-height:1;
	border:2px solid #fff;
}
.authorization img{
	width:100%;
}
.number-subtitle {
  margin: 0 auto;
  padding-bottom: 0.8%;
  width: calc(364 / 404 * 100%);
  background: #25356E;
  mix-blend-mode: hard-light;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.43;
  font-size: 2.22vw;
  font-size: min(2.22vw, 32px);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .number-subtitle {
    font-size: 1.6rem;
    line-height: 1.25;
    font-size: max(4.1vw,16px);
    letter-spacing: -0.08em;
  }
  .authorization{
	margin:10px auto 23px;
	padding:23px 5% 27px;
	}
	.authorization h2{
		padding:11px 0;
		margin:0 auto 20px;
		font-size:16px;
	}
}
.number-subtitle span {
  color: #fff;
  mix-blend-mode: normal;
}

.txt-counter {
  margin-top: auto;
  color: #fff;
  text-align: center;
  -webkit-filter: drop-shadow(3.33333px 3.33333px 3.33333px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3.33333px 3.33333px 3.33333px rgba(0, 0, 0, 0.5));
}
.txt-counter .num {
  margin-top: -1.5%;
  display: inline-block;
  font-size: 20rem;
  line-height: 1;
  font-size: min(13.88vw, 200px);
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.05em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 959px) {
  .txt-counter .num {
    margin-top: -5%;
    font-size: max(32.82vw,128px);
    letter-spacing: -0.03em;
  }
}
.txt-counter .unit {
  font-family: "Noto Sans JP";
  display: inline-block;
  margin-left: 2%;
  font-size: 4rem;
  line-height: 1.45;
  font-size: min(2.77vw, 40px);
  font-weight: 400;
  letter-spacing: -0.05em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 959px) {
  .txt-counter .unit {
    font-size: 2.4rem;
    line-height: 1.45;
    font-size: max(6.15vw,24px);
  }
}

@media screen and (max-width: 959px) {
  .number-box.no1 .number-subtitle {
    padding: 5.48% 0 6.2%;
  }
}

@media screen and (max-width: 959px) {
  .number-box.no2 .number-subtitle {
    padding: 5.2% 0 5.5%;
  }
}

@media screen and (max-width: 959px) {
  .number-box.no3 .number-subtitle {
    padding: 5.48% 0 6.2%;
  }
  .number-box.no3 .txt-counter .num {
    font-size: max(24.87vw,97px);
  }
}

@media screen and (max-width: 959px) {
  .number-box.no4 .number-subtitle {
    padding: 5.2% 0 5.5%;
  }
  .number-box.no4 .txt-counter .num {
    font-size: max(24.87vw,97px);
  }
}

@media screen and (max-width: 959px) {
  .number-box.no5 .number-subtitle {
    padding: 5.2% 0 5.5%;
  }
}

@media screen and (max-width: 959px) {
  .number-box.no6 .number-subtitle {
    padding: 5.2% 0 5.5%;
  }
}

.number-box.no7 .number-subtitle {
  padding: 5.2% 0 8.2%;
}
@media screen and (max-width: 959px) {
  .number-box.no7 .number-subtitle {
    padding: 5.2% 0 5.5%;
  }
}

.number-box.no8 .number-subtitle {
  padding: 1.2% 0 2.8%;
}
@media screen and (max-width: 959px) {
  .number-box.no8 .number-subtitle {
    line-height: 1.2;
  }
}
.number-box.no8 .number-subtitle .line01 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-size: min(1.94vw,28px);
  text-align: center;
  letter-spacing: -0.08em;
  color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .number-box.no8 .number-subtitle .line01 {
    font-size: 1.6rem;
    line-height: 1.25;
    font-size: max(4.1vw,16px);
    letter-spacing: -0.08em;
  }
}
.number-box.no8 .number-subtitle .line02 {
  font-size: 3.2rem;
  line-height: 1.31;
  font-size: min(2.22vw,32px);
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .number-box.no8 .number-subtitle .line02 {
    font-size: 1.6rem;
    line-height: 1.25;
    font-size: max(4.1vw,16px);
    letter-spacing: -0.08em;
  }
}

.number-box.no9 .number-subtitle {
  padding: 1.2% 0 2.2%;
}
@media screen and (max-width: 959px) {
  .number-box.no9 .number-subtitle {
    line-height: 1.2;
  }
}
.number-box.no9 .number-subtitle .line01 {
  font-size: 3rem;
  line-height: 1.43;
  font-size: min(2.08vw,30px);
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .number-box.no9 .number-subtitle .line01 {
    font-size: 1.6rem;
    line-height: 1.25;
    font-size: max(4.1vw,16px);
    letter-spacing: -0.08em;
  }
}

.number-more {
  position: relative;
  margin-top: 2.2%;
  padding: calc(27 / 1440 * 100%) 0 calc(20 / 1440 * 100%);
  color: #fff;
  text-align: center;
  background: url(../img/number_bt-bg.jpg) no-repeat top/cover;
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) {
  .number-more {
    background: url(../img/number_bt-bg@2x.jpg) no-repeat top/cover;
  }
}
@media screen and (max-width: 959px) {
  .number-more {
    margin-top: 22px;
    padding: 4% 0 7%;
    background: url(../img/number_bt-bg_sp.jpg) no-repeat top/cover;
  }
}
.number-more .title {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: min(3.33vw,48px);
  text-align: center;
  letter-spacing: -0.05em;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 959px) {
  .number-more .title {
    font-size: 2.6rem;
    line-height: 2.23;
    font-size: max(6.66vw,26px);
    letter-spacing: -0.1em;
  }
}
.number-more .btn-more {
  margin-top: calc(12 / 1440 * 100%);
  display: block;
}
@media screen and (max-width: 959px) {
  .number-more .btn-more {
    margin-top: 3%;
  }
}
.number-more .btn-more a {
  display: block;
  margin: 0 auto 0;
  width: 47%;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.61;
  font-size: min(2.5vw,36px);
  text-align: center;
  letter-spacing: -0.05em;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 959px) {
  .number-more .btn-more a {
    margin: 0 auto 0;
    line-height: 1.75;
    width: 89.5%;
    font-size: max(5.12vw,20px);
    width: 90%;
  }
}
.number-more .btn-more a:hover, .number-more .btn-more a:focus, .number-more .btn-more a:active {
  border: 2px solid #fff;
  background: #0072BD;
}
.number-more .img {
  position: absolute;
  top: -11%;
  left: 13%;
  width: calc(177.5 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .number-more .img {
    display: none;
  }
}

.sec-fog {
  margin-top: calc(102 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .sec-fog {
    margin-top: 49px;
  }
}

.foj-box-bg {
  background: url(../img/8foj-bg@2x.jpg) no-repeat top/cover;
  padding-bottom: 10.2%;
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) {
  .foj-box-bg {
    background: url(../img/8foj-bg@2x.jpg) no-repeat top/cover;
  }
}
@media screen and (max-width: 959px) {
  .foj-box-bg {
    padding-bottom: 50px;
  }
}

.foj-box-wrap {
  counter-reset: number 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 0;
  padding-top: 64px;
  width: calc(1240 / 1440 * 100%);
  max-width: 1240px;
}
@media screen and (max-width: 959px) {
  .foj-box-wrap {
    margin-top: 20px;
    padding-top: 0;
    width: calc(360 / 390 * 100%);
  }
}

.foj-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 53%;
}
@media screen and (max-width: 959px) {
  .foj-box {
    margin-top: 47px;
    width: 100%;
  }
}
.foj-box::before {
  counter-increment: number 1;
  content: counter(number);
  flex-shrink: 0;
  display: inline-block;
  margin-right: 9%;
  font-family: "Allan", cursive;
  font-size: min(10.41vw, 150px);
  font-weight: 400;
  line-height: 0.71;
  letter-spacing: -0.05em;
  color: #FF2B2B;
}
@media screen and (max-width: 959px) {
  .foj-box::before {
    font-size: max(38.46vw,150px);
  }
}
.foj-box:nth-child(even) {
  margin-top: 5.2%;
  width: 44%;
}
@media screen and (max-width: 959px) {
  .foj-box:nth-child(even) {
    margin-top: calc(47 / 390 * 100%);
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .foj-box:nth-child(3) {
    margin-top: 4.2%;
  }
  .foj-box:nth-child(4) {
    margin-top: 10.3%;
  }
  .foj-box:nth-child(5) {
    margin-top: 5.2%;
  }
  .foj-box:nth-child(6) {
    margin-top: 10.1%;
  }
  .foj-box:nth-child(7) {
    margin-top: 6.2%;
  }
  .foj-box:nth-child(8) {
    margin-top: 11%;
  }
}

@media screen and (min-width: 960px) {
  .foj-box-wrap.js-inview .foj-box:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 0.5s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .foj-box-wrap.js-inview .foj-box:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 1s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .foj-box-wrap.js-inview .foj-box:nth-of-type(3) {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 1.5s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .foj-box-wrap.js-inview .foj-box:nth-of-type(4) {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 2s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .foj-box-wrap.js-inview .foj-box:nth-of-type(5) {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 2.5s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .foj-box-wrap.js-inview .foj-box:nth-of-type(6) {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 3s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .foj-box-wrap.js-inview .foj-box:nth-of-type(7) {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 3.5s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .foj-box-wrap.js-inview .foj-box:nth-of-type(8) {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 4s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  .foj-box-wrap.js-inview.is-show .foj-box:nth-of-type(1) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foj-box-wrap.js-inview.is-show .foj-box:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foj-box-wrap.js-inview.is-show .foj-box:nth-of-type(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foj-box-wrap.js-inview.is-show .foj-box:nth-of-type(4) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foj-box-wrap.js-inview.is-show .foj-box:nth-of-type(5) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foj-box-wrap.js-inview.is-show .foj-box:nth-of-type(6) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foj-box-wrap.js-inview.is-show .foj-box:nth-of-type(7) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .foj-box-wrap.js-inview.is-show .foj-box:nth-of-type(8) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 959px) {
  .foj-box.js-inview {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1);
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  .foj-box.js-inview.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.foj-title-wap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
}
@media screen and (max-width: 959px) {
  .foj-title-wap {
    align-self: center;
  }
}

.foj-title {
  display: block;
  justify-self: flex-end;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.23;
  font-size: 4.16vw;
  font-size: min(4.16vw, 60px);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .foj-title {
    font-size: 4rem;
    line-height: 1.25;
    font-size: 10.25vw;
    font-size: 10.25vw;
    letter-spacing: -0.06em;
  }
}

.foj-sub {
  line-height: 1.75;
  font-size: 1.66vw;
  font-size: min(1.66vw, 24px);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .foj-sub {
    font-size: 2rem;
    line-height: 1.7;
    font-size: 5.12vw;
  }
}

.foj-more {
  position: relative;
  margin: 9.1% auto 0;
  padding-right: 4.8%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  background: #6E509F;
  width: calc(1240 / 1440 * 100%);
  height: 230px;
  max-width: 1240px;
  opacity: 0;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
  transition: 1s opacity cubic-bezier(0.215, 0.61, 0.325, 1) 4.5s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media screen and (max-width: 959px) {
  .foj-more {
    padding: 8% 0 3.2%;
    width: calc(350 / 390 * 100%);
    justify-content: center;
    transition-delay: 0s;
    height: auto;
  }
}
.foj-more .text {
  letter-spacing: -0.05em;
  font-size: 4rem;
  line-height: 1.6;
  font-size: min(2.77vw,40px);
}
@media screen and (max-width: 959px) {
  .foj-more .text {
    display: inline-block;
    width: 85%;
    font-size: 3.4rem;
    line-height: 1.29;
    font-size: 8.71vw;
  }
}
.foj-more .text .underline {
  position: relative;
  display: inline-block;
  padding-bottom: 3.5%;
}
.foj-more .text .underline::before {
  content: "";
  position: absolute;
  bottom: 12%;
  left: 0;
  display: block;
  width: 102%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .foj-more .text .underline::before {
    display: none;
  }
}
.foj-more .img {
  position: absolute;
  left: 1.5%;
  top: -50%;
  width: calc(507 / 1240 * 100%);
}
@media screen and (max-width: 959px) {
  .foj-more .img {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .foj-box-wrap.js-inview.is-show + .foj-more {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 959px) {
  .foj-more.js-inview.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec-photo {
  margin-top: calc(102 / 1440 * 100%);
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .sec-photo {
    margin-top: 50px;
  }
}

.swiper-a .swiper-wrapper,
.swiper-b .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-a .swiper-slide img,
.swiper-b .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-a {
  margin-top: 3.8%;
}
@media screen and (max-width: 959px) {
  .swiper-a {
    margin-top: 23px;
  }
}

.swiper-b {
  margin-top: 10px;
  overflow: visible;
  -webkit-transform: translateX(22%);
          transform: translateX(22%);
}
@media screen and (max-width: 959px) {
  .swiper-b {
    margin-top: 5px;
    -webkit-transform: translateX(45%);
            transform: translateX(45%);
  }
}

.sec-entry {
  margin-top: calc(83 / 1440 * 100%);
  background: #F8F8F8;
}
@media screen and (max-width: 959px) {
  .sec-entry {
    margin-top: 76px;
  }
}

.entry-title {
  position: relative;
}
.entry-title::before {
  content: "";
  position: absolute;
  display: block;
  left: 1.5%;
  top: 6.5%;
  width: 97.25%;
  height: 87.25%;
  border: 2px solid #FFFFFF;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .entry-title::before {
    left: 4.5%;
    width: 90%;
  }
}

.entry-title a {
  position: relative;
  display: block;
  padding: calc(60 / 1440 * 100%) 0 calc(54 / 1440 * 100%);
  color: #fff;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 959px) {
  .entry-title a {
    padding: 19.2% 0 13.75%;
  }
}
.entry-title a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-image: linear-gradient(90deg, rgba(20, 27, 77, 1) 30%, rgba(175, 39, 47, 1));
  transition: 0.3s opacity ease-in-out;
  opacity: 1;
  pointer-events: none;
}

.entry-title a:hover::before, .entry-title a:focus::before, .entry-title a:active::before {
  opacity: 0.8;
}

.entry-title a .sub {
  position: relative;
  z-index: 2;
  display: block;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.6;
  font-size: min(2.77vw,40px);
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .entry-title a .sub {
    font-size: 2.4rem;
    line-height: 1.41;
    font-size: max(6.15vw,24px);
  }
}
.entry-title a .main {
  display: block;
  margin-top: calc(26 / 1440 * 100%);
  position: relative;
  z-index: 2;
  font-size: 9.6rem;
  font-family: "Alice", serif;
  font-weight: 400;
  line-height: 1;
  font-size: min(6.66vw,96px);
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .entry-title a .main {
    font-size: 7.4rem;
    font-weight: 400;
    line-height: 1.29;
    font-size: max(18.97vw,74px);
  }
}

.entry-btn {
  width: calc(404 / 1240 * 100%);
}
@media screen and (max-width: 959px) {
  .entry-btn {
    width: 100%;
  }
}
.entry-btn a {
  display: block;
  text-align: center;
  padding: 3.3% 0 4.4%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .entry-btn a {
    padding: 3.2% 0 5%;
  }
}
@media screen and (max-width: 959px) {
  .entry-btn:nth-child(n+2) {
    margin-top: 10px;
  }
}

.entry-btn-title {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  font-size: min(1.66vw,24px);
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .entry-btn-title {
    font-size: 2.4rem;
    line-height: 1.45;
    font-size: min(6.15vw,24px);
  }
}

.entry-btn-url {
  margin-top: 0.5em;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  font-size: min(1.38vw,20px);
}
@media screen and (max-width: 959px) {
  .entry-btn-url {
    margin-top: 0.5em;
    font-size: 1.8rem;
    line-height: 1.33;
    font-size: min(4.61vw,18px);
  }
}

.entry-btn.recruit a {
  background: #FFFFFF;
  border: 1px solid #32D7EE;
  transition: 0.3s background ease-in-out;
  transition-property: color, background;
}
.entry-btn.recruit a:hover, .entry-btn.recruit a:focus, .entry-btn.recruit a:active {
  color: #fff;
  background-color: #32D7EE;
}

.entry-btn.corporate a {
  background: #FFFFFF;
  border: 1px solid #2F85EB;
  transition: 0.3s background ease-in-out;
  transition-property: color, background;
}
.entry-btn.corporate a:hover, .entry-btn.corporate a:focus, .entry-btn.corporate a:active {
  color: #fff;
  background-color: #2F85EB;
}

.entry-btn.twitter a {
  background: #FFFFFF;
  border: 1px solid #755EFF;
  transition: 0.3s background ease-in-out;
  transition-property: color, background;
}
.entry-btn.twitter a:hover, .entry-btn.twitter a:focus, .entry-btn.twitter a:active {
  color: #fff;
  background-color: #755EFF;
}

.entry-btn-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .entry-btn-wrap {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.sec-company {
  padding-top: 7%;
  padding-bottom: 100px;
  background: #F8F8F8;
}
@media screen and (max-width: 959px) {
  .sec-company {
    padding-top: 19.5%;
    padding-bottom: 100px;
  }
}

.company-table {
  margin: 72px auto 0;
  width: 81%;
}
@media screen and (max-width: 959px) {
  .company-table {
    margin: 55px auto 0;
    width: 100%;
  }
}
.company-table tr:last-child th::before,
.company-table tr:last-child td::before {
  display: none;
}
.company-table th {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.25;
  font-size: min(1.66vw,24px);
  letter-spacing: -0.05em;
  text-align: left;
  width: 19.5%;
}
@media screen and (max-width: 959px) {
  .company-table th {
    font-size: 1.6rem;
    line-height: 2;
    width: 23%;
  }
  .company-table th.line2 {
    line-height: 1.25;
  }
}
.company-table th::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
.company-table td {
  position: relative;
  padding-bottom: 0.45em;
  font-size: 2.4rem;
  font-size: min(1.66vw,24px);
  line-height: 2.25;
  letter-spacing: -0.05em;
}
.company-table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
.company-table td span {
  display: inline-block;
}
.company-table td span.address-text {
  margin-left: 0.25em;
}
@media screen and (max-width: 959px) {
  .company-table td {
    font-size: 1.6rem;
    line-height: 2;
  }
  .company-table td span {
    display: block;
  }
  .company-table td span.address-text {
    margin-left: 0;
  }
}

.company-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.44;
  font-size: min(2.5vw,36px);
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 959px) {
  .company-title {
    font-size: 1.8rem;
    line-height: 1.44;
    font-size: min(4.61vw,18px);
  }
}

.message-title {
  margin-top: 70px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 959px) {
  .message-title {
    margin-top: 50px;
  }
}
.message-title .ja {
  margin-top: 0.5%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  font-size: min(1.66vw,24px);
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 959px) {
  .message-title .ja {
    margin-top: -4px;
    font-size: 1.6rem;
    line-height: 1.43;
    font-size: min(4.1vw,16px);
  }
}
.message-title .en {
  display: block;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  font-size: min(2.77vw,40px);
  text-align: center;
  letter-spacing: -0.05em;
  color: #6BD1FF;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .message-title .en {
    font-size: 2.4rem;
    line-height: 2;
    font-size: min(6.15vw,24px);
  }
}

@media screen and (max-width: 959px) {
  .message-title:not(.brand-title) {
    margin-top: 38px;
  }
}

.brand-message {
  margin: 40px auto 0;
  width: calc(1160 / 1440 * 100%);
}
@media screen and (max-width: 959px) {
  .brand-message {
    margin: 47px auto 0;
    width: 92.48%;
    max-width: 320px;
  }
}

.message-text-lead {
  margin: 20px auto 0;
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.45;
  font-size: min(3.33vw,48px);
}
@media screen and (max-width: 959px) {
  .message-text-lead {
    margin: 38px auto 0;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.43;
    font-size: min(8.2vw,32px);
  }
}

.message-text {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.45;
  font-size: min(3.33vw,48px);
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 959px) {
  .message-text {
    font-size: 1.6rem;
    line-height: 2;
    font-size: min(4.1vw,16px);
  }
}

.value-wrap {
  display: flex;
  margin: 40px auto 0;
}
@media screen and (max-width: 959px) {
  .value-wrap {
    margin-top: 12px;
    flex-direction: column;
  }
}

.value-box {
  width: 33.3%;
}
@media screen and (max-width: 959px) {
  .value-box {
    margin: 0 auto;
    width: 100%;
  }
}
.value-box:not(:first-child) {
  border-left: 1px solid #999;
}
@media screen and (max-width: 959px) {
  .value-box:not(:first-child) {
    border-left: none;
    border-top: 1px solid #999;
  }
}

.value-title {
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.45;
  font-size: min(3.33vw,48px);
}
@media screen and (max-width: 959px) {
  .value-title {
    margin-top: 26px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.43;
    font-size: min(8.2vw,32px);
  }
}

.value-text {
  display: inline-block;
  margin-top: 36px;
  padding: 0 1.8em 1em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .value-text {
    margin-top: 25px;
    padding: 0 0 1.5em;
    font-size: 16px;
    letter-spacing: -0.05em;
  }
}

.l-footer {
  height: 164px;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding-top: 10px;
    height: 207px;
  }
}
.l-footer .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
@media screen and (max-width: 959px) {
  .l-footer .l-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
}

.footer-link-btn {
  display: block;
  width: 230px;
  height: 30px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: -0.05em;
  border: 1px solid #999999;
  transition: 0.3s background ease-in-out;
  transition-property: color, background;
}
@media screen and (max-width: 959px) {
  .footer-link-btn {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.footer-link-btn:hover, .footer-link-btn:focus, .footer-link-btn:active {
  color: #fff;
  background: #2D97DE;
  border: 1px solid #999999;
}

.footer-logo-list {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .footer-logo-list {
    justify-content: space-between;
    width: 100%;
  }
}

.footer-logo {
  flex-shrink: 0;
}

.link-list {
  display: flex;
  align-items: center;
  margin-left: 37px;
}
@media screen and (max-width: 959px) {
  .link-list {
    flex-direction: column;
    margin-left: 26px;
  }
}
.link-list li:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .link-list li:nth-child(2) {
    margin-left: 0;
    margin-top: 12px;
  }
}

.c-copy {
  font-size: 1.2rem;
  line-height: 2;
  text-align: right;
  letter-spacing: -0.05em;
  color: #000000;
}
@media screen and (max-width: 959px) {
  .c-copy {
    margin-top: 36px;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.js-inview[data-type=fadeIn] {
  visibility: hidden;
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, visibility;
}

.js-inview[data-type=fadeIn].is-show {
  visibility: visible;
  opacity: 1;
}

/* totop **/
.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .totop {
    width: 50px;
    height: 50px;
  }
}

a.btnweb:hover { color:#FF9999; }