@charset "UTF-8";
*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.mincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.fw100-thin {
  font-weight: 100 !important;
}

.fw400-extra-light {
  font-weight: 200 !important;
}

.fw400-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi-bold {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.fw900-black {
  font-weight: 900 !important;
}

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    display: table !important;
  }
}

.show-tb-ver {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show-tb-ver {
    display: table !important;
  }
}

.show-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: table !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide-tb {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide-tb-ver {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background-color: #FFFDF6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

strong {
  font-weight: 700;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

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

/* Link */
.transition, .menu-responsive, .btn .icn-arrow-right-circle .circle, .btn .icn-arrow-right-circle .arrow, a .cover img, a::before, a::after, a, button {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}

button:hover {
  opacity: 0.75;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.75;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline {
  background-size: 100% 1px;
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -120px;
  }
}

.hover-underline {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.hover-underline:hover {
  background-size: 100% 1px;
}

.underline {
  text-decoration: underline;
}

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

/* Content */
#wrapper {
  position: relative;
}

main {
  position: relative;
}

.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1400 {
  width: 94%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-1400 {
    width: 90%;
  }
}

.content-1248 {
  width: 94%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-1248 {
    width: 90%;
  }
}

.content-1200 {
  width: 94%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-1200 {
    width: 90%;
  }
}

.content-1160 {
  width: 94%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-1160 {
    width: 90%;
  }
}

.content-1024 {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-1024 {
    width: 90%;
  }
}

.pad140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1180px) {
  .pad140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .pad140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  .pad100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Txthead */
.box-txthead.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  .box-txthead.mb60 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead.mb60 {
    margin-bottom: 30px;
  }
}
.box-txthead.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  .box-txthead.mb40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead.mb40 {
    margin-bottom: 25px;
  }
}
.box-txthead .fz45 {
  font-size: 4.5rem;
  line-height: 5.5rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz45 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .box-txthead .fz45 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz45 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.box-txthead .fz20 {
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz20 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.box-txthead .seperator {
  margin-top: 20px;
  display: table;
}
.box-txthead .seperator.center {
  margin-left: auto;
  margin-right: auto;
}
.box-txthead .seperator + .fz20 {
  margin-top: 20px;
}

/* Btn */
.box-btn {
  display: table;
}
.box-btn.center {
  margin-left: auto;
  margin-right: auto;
}
.box-btn.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1180px) {
  .box-btn.mt50 {
    margin-top: 35px;
  }
}
.box-btn.pad25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.box-btn.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.box-btn.flex-wrap.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.btn:hover .icn-arrow-right-circle .arrow {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.btn:hover .icn-arrow-right-circle .circle {
  -webkit-transform: translateX(-19px);
  transform: translateX(-19px);
}
.btn .icn-arrow-right-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.btn .icn-arrow-right-circle .circle {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
}
.btn.square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
}
.btn.square.with-icn {
  gap: 20px;
}
.btn.square.blue-navy {
  color: #fff;
  background-color: #112A69;
}
.btn.square.white-opacity {
  background-color: rgba(255, 255, 255, 0.82);
}
.btn.square.maxw-260 {
  max-width: 260px;
}
.btn.square.minw-260 {
  min-width: 260px;
}
.btn.square.center {
  margin-left: auto;
  margin-right: auto;
}

/* MV Inner */
#mv-inner {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 750px) {
  #mv-inner {
    height: 60vh;
  }
}
#mv-inner.service .parallax-bg {
  background-image: url(/series/assets/images/service/mv.webp);
}
#mv-inner.service-com .parallax-bg {
  background-image: url(/series/assets/images/service_comparison/mv.webp);
}
#mv-inner.business .parallax-bg {
  background-image: url(/series/assets/images/business/mv.webp);
}
#mv-inner.support .parallax-bg {
  background-image: url(/series/assets/images/support/mv.webp);
}
#mv-inner .mv-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mv-inner .mv-inner .txt h1 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  text-align: center;
}
#mv-inner .mv-inner .txt h1 span.with-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 20px;
  position: relative;
}
#mv-inner .mv-inner .txt h1 span.with-line::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
}
#mv-inner .mv-inner .txt h1 span.with-line::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
}
#mv-inner .mv-inner .txt h1 span.large {
  display: block;
  font-size: 5.4rem;
  line-height: 7.9rem;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner .txt h1 span.large {
    font-size: 4rem;
    line-height: 6.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .txt h1 span.large {
    font-size: 3rem;
    line-height: 5rem;
  }
}

.parallax-wrapper {
  position: relative;
  overflow: hidden;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.01s linear;
  transition: -webkit-transform 0.01s linear;
  transition: transform 0.01s linear;
  transition: transform 0.01s linear, -webkit-transform 0.01s linear;
  pointer-events: none;
}

/* Popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1024px;
  margin: 30px auto;
}
.white-popup.lineup {
  padding: 15px;
  background-image: url("/series/assets/images/service/popup-bg-lineup.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 664px;
  border: 1px solid #fff;
}
.white-popup.lineup .mfp-close {
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .mfp-close {
    top: 10px;
    right: 10px;
  }
}
.white-popup.lineup .content {
  padding: 50px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content {
    padding: 20px;
  }
}
.white-popup.lineup .content .content-row + .content-row {
  margin-top: 15px;
}
.white-popup.lineup .content .content-row.bg-white {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.82);
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.bg-white {
    padding: 20px;
  }
}
.white-popup.lineup .content .content-row.row-01 > .icn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.white-popup.lineup .content .content-row.row-01 > p {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .white-popup.lineup .content .content-row.row-01 > p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-01 > p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.white-popup.lineup .content .content-row.row-01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.white-popup.lineup .content .content-row.row-01 .flex .icn {
  width: 66px;
  min-width: 66px;
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-01 .flex .icn {
    width: 33px;
    min-width: 33px;
  }
}
.white-popup.lineup .content .content-row.row-01 .flex .text p {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .white-popup.lineup .content .content-row.row-01 .flex .text p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-01 .flex .text p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.white-popup.lineup .content .content-row.row-01 .flex .text p span {
  display: block;
  font-size: 3.4rem;
  line-height: 4.4rem;
}
@media only screen and (max-width: 1180px) {
  .white-popup.lineup .content .content-row.row-01 .flex .text p span {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-01 .flex .text p span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.white-popup.lineup .content .content-row.row-02 {
  padding: 10px 25px;
}
.white-popup.lineup .content .content-row.row-02 p {
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-02 p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.white-popup.lineup .content .content-row.row-03 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-03 {
    -ms-grid-columns: 1fr 15px 1fr;
    width: 100%;
    gap: 15px;
  }
}
.white-popup.lineup .content .content-row.row-03 .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #112A69;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.82);
  position: relative;
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-03 .col {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.white-popup.lineup .content .content-row.row-03 .col.current {
  color: #fff;
  background-color: #112A69;
}
.white-popup.lineup .content .content-row.row-03 .col.current:hover {
  opacity: 1;
}
.white-popup.lineup .content .content-row.row-03 .col.current .circle {
  background-color: #112A69;
  border-width: 3px;
  border-color: #fff;
}
.white-popup.lineup .content .content-row.row-03 .col .circle {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #CACACA;
}
.white-popup.lineup .content .content-row.row-04 .topic {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-04 .topic {
    font-size: 1.2rem;
  }
}
.white-popup.lineup .content .content-row.row-04 .topic .flex {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  .white-popup.lineup .content .content-row.row-04 .topic .flex {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-04 .topic .flex {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.white-popup.lineup .content .content-row.row-04 .img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.white-popup.lineup .content .content-row.row-04 .text {
  margin-top: 10px;
}
.white-popup.lineup .content .content-row.row-04 .text p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .white-popup.lineup .content .content-row.row-04 .text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-04 .text p {
    font-size: 1.2rem;
  }
}
.white-popup.lineup .content .content-row.row-04 .box-btn {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .white-popup.lineup .content .content-row.row-04 .box-btn {
    margin-top: 20px;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.flip-in {
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all 0.75s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.75s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.flip-in.show {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* Header */
header {
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 15;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  header {
    position: fixed;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.14);
  }
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  padding: 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    padding: 0;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
  }
}
header .header .header-r nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 1180px) {
  header .header .header-r nav {
    display: none;
  }
}
header .header .header-r nav a {
  display: block;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  position: relative;
}
header .header .header-r nav a:hover {
  opacity: 1;
}
header .header .header-r nav a:hover::after {
  width: 100%;
}
header .header .header-r nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0px;
  height: 1px;
  background-color: #112A69;
}
header .header .header-r .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header .header-r .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header .header-r .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header .header-r .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .header-r .btn-burger .bar-icon .bar1,
header .header .header-r .btn-burger .bar-icon .bar2,
header .header .header-r .btn-burger .bar-icon .bar3 {
  width: 44px;
  height: 3px;
  background-color: #000;
  margin: 10px 0;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .header-r .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  transform: rotate(-45deg) translate(-10px, 10px);
}
header .header .header-r .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .header-r .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -9px);
  transform: rotate(45deg) translate(-8px, -9px);
}

.active-mn-01 .mn-01::after,
.active-mn-02 .mn-02::after,
.active-mn-03 .mn-03::after,
.active-mn-04 .mn-04::after,
.active-mn-05 .mn-05::after {
  width: 100% !important;
}

.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive.active {
    opacity: 1;
    visibility: visible;
  }
}
.menu-responsive .content {
  padding: 5%;
  height: 100%;
}
.menu-responsive .content .box-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.14);
}
.menu-responsive .content .box-white nav a {
  display: block;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 3rem;
  position: relative;
  text-align: center;
}
.menu-responsive .content .box-white nav a:hover {
  opacity: 1;
}
.menu-responsive .content .box-white nav a:hover::after {
  width: 100%;
}
.menu-responsive .content .box-white nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0px;
  height: 1px;
  background-color: #112A69;
}
.menu-responsive .content .box-white nav a + a {
  margin-top: 10px;
}

/* Footer */
footer {
  position: relative;
  z-index: 2;
  padding: 50px 0;
  color: #fff;
  background-color: #112A69;
}
@media only screen and (max-width: 1180px) {
  footer {
    padding: 25px 0;
  }
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  footer .footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .footer .footer-l .logo {
  display: block;
}
@media only screen and (max-width: 1180px) {
  footer .footer .footer-l .logo {
    max-width: 158px;
  }
}
footer .footer .footer-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1180px) {
  footer .footer .footer-r {
    display: none;
  }
}
footer .footer .footer-r ul li + li {
  margin-top: 8px;
}
footer .footer .footer-r ul li a {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  line-height: normal;
  color: #fff;
  display: table;
}

.page-top {
  opacity: 0;
  visibility: hidden;
}
.page-top.is-loading {
  overflow: hidden;
}
.page-top header {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

/* Intro White Screen */
#intro-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFDF6;
  z-index: 9999;
}

/* MV */
#mv {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}
#mv .mv {
  width: 100%;
}
#mv .mv .mv-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -47px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
#mv .mv .mv-scroll .line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
  z-index: 3;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 6px;
  height: 160px;
  overflow: hidden;
}
#mv .mv .mv-scroll .line .dot-top {
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-animation: dotTop 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  animation: dotTop 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@-webkit-keyframes dotTop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    top: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes dotTop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    top: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
#mv .mv .mv-scroll .line .dot-line {
  position: absolute;
  top: 8px;
  left: 2px;
  right: 0;
  z-index: 1;
  width: 2px;
  height: 100%;
  background-image: url("/series/assets/images/top/mv-dots-line.svg");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 8px;
  background-blend-mode: difference;
  -webkit-animation: dotLine 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  animation: dotLine 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@-webkit-keyframes dotLine {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes dotLine {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
#mv .mv .mv-scroll .line .dot-btm {
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #333;
  opacity: 0.4;
  -webkit-animation: dotBtm 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  animation: dotBtm 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@-webkit-keyframes dotBtm {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes dotBtm {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
#mv .mv .mv-scroll .circle {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #FFFDF6;
  -webkit-transform-origin: center;
  transform-origin: center;
  will-change: transform;
  -webkit-animation: circleScale 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  animation: circleScale 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@-webkit-keyframes circleScale {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes circleScale {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
#mv .mv .mv-scroll .circle-big {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #FFFDF6;
  -webkit-transform-origin: center;
  transform-origin: center;
  will-change: transform, opacity;
  -webkit-animation: circleScaleBig 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: circleScaleBig 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes circleScaleBig {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
@keyframes circleScaleBig {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
#mv .mv .mv-abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mv .mv .mv-abs h1 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 7rem;
  line-height: 8rem;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  color: #000;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-abs h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .mv-abs h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-abs h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
#mv .mv .mv-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
#mv .mv .mv-video video {
  width: 100%;
  height: 110vh;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#mv .mv .mv-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Mission */
#mission {
  position: relative;
  z-index: 2;
  background-color: #FFFDF6;
  background-image: url("/series/assets/images/top/mission-bg.png");
  background-repeat: no-repeat;
  background-position: top 100px center;
  background-size: 1440px;
}
@media only screen and (max-width: 750px) {
  #mission .mission .box-txthead {
    text-align: center;
  }
}
#mission .mission .box-content p {
  font-size: 2.4rem;
  line-height: 5.5rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #mission .mission .box-content p {
    font-size: 2rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #mission .mission .box-content p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #mission .mission .box-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Various */
#various {
  position: relative;
  z-index: 2;
  background-color: #FFFDF6;
  overflow: hidden;
}
#various .various-txthead .seperator-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#various .various-txthead .seperator-line .start {
  width: 14px;
  min-width: 14px;
  height: 8px;
  margin-right: 4px;
  background-image: url("/series/assets/images/commons/seperator-icn-l.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#various .various-txthead .seperator-line .line {
  width: 100%;
  height: 1px;
  background-color: #112A69;
}
#various .various-txthead .seperator-line .center {
  width: 26px;
  min-width: 26px;
  height: 19px;
  margin: 0 20px;
  background-image: url("/series/assets/images/commons/seperator-icn-c.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}
#various .various-txthead .seperator-line .end {
  width: 14px;
  min-width: 14px;
  height: 8px;
  margin-left: 4px;
  background-image: url("/series/assets/images/commons/seperator-icn-r.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#various .various-txthead .box-txthead {
  padding: 65px 0;
}
@media only screen and (max-width: 750px) {
  #various .various-txthead .box-txthead {
    padding: 30px;
  }
}
#various .various-img {
  width: 100%;
  overflow: hidden;
}
#various .various-img .track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
#various .various-img .track .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
@media only screen and (max-width: 750px) {
  #various .various-img .track .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
#various .various-img .track .item img {
  width: 100%;
  display: block;
}
#various .various-fixed {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #various .various-fixed {
    height: auto;
    overflow: auto;
  }
}
#various .various-fixed .item {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: opacity, transform;
}
@media only screen and (max-width: 1180px) {
  #various .various-fixed .item {
    position: static;
    opacity: 1;
    overflow: hidden;
  }
}
#various .various-fixed .item:first-child {
  opacity: 1;
}
#various .various-fixed .item .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#various .various-fixed .item .item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  will-change: transform, opacity;
  pointer-events: none;
}
#various .various-fixed .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0;
}
@media only screen and (max-width: 850px) {
  #various .various-fixed .item .content {
    display: block;
    padding: 60px 0;
  }
}
#various .various-fixed .item .content .col-txt {
  width: 40%;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  #various .various-fixed .item .content .col-txt {
    width: 50%;
  }
}
@media only screen and (max-width: 850px) {
  #various .various-fixed .item .content .col-txt {
    width: 100%;
  }
}
#various .various-fixed .item .content .col-txt .box-no {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
#various .various-fixed .item .content .col-txt .box-content {
  margin: 20px 0;
  padding: 30px 0;
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  text-align: center;
}
#various .various-fixed .item .content .col-txt .box-content .topic {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #various .various-fixed .item .content .col-txt .box-content .topic {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #various .various-fixed .item .content .col-txt .box-content .topic {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#various .various-fixed .item .content .col-txt .box-content .topic span {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 12px;
  padding: 2px 10px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 750px) {
  #various .various-fixed .item .content .col-txt .box-content .topic span {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#various .various-fixed .item .content .col-txt .box-content .img-sp {
  display: none;
  width: 85%;
  max-width: 400px;
  margin: 20px auto;
}
@media only screen and (max-width: 850px) {
  #various .various-fixed .item .content .col-txt .box-content .img-sp {
    display: block;
  }
}
#various .various-fixed .item .content .col-txt .box-content .sub-topic {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #various .various-fixed .item .content .col-txt .box-content .sub-topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #various .various-fixed .item .content .col-txt .box-content .sub-topic {
    margin-bottom: 10px;
  }
}
#various .various-fixed .item .content .col-img {
  width: 52.59%;
  max-width: 610px;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #various .various-fixed .item .content .col-img {
    width: 45.59%;
  }
}
@media only screen and (max-width: 850px) {
  #various .various-fixed .item .content .col-img {
    display: none;
  }
}
#various .various-fixed .item .content .col-img img {
  display: block;
  will-change: transform;
}

/* Service */
#service .service-row {
  position: relative;
}
#service .service-row.reason {
  background-image: url("/series/assets/images/service/reason-bg.svg");
  background-repeat: no-repeat;
  background-position: top -20px center;
  background-size: 1440px;
}
#service .service-row.lineup {
  color: #fff;
}
#service .service-row.lineup .parallax-bg {
  background-image: url("/series/assets/images/service/lineup-bg.webp");
}
#service .service-row.lineup .service {
  max-width: 1094px;
}
#service .service-row.intro {
  color: #fff;
}
#service .service-row.intro .parallax-bg {
  background-image: url("/series/assets/images/service_comparison/intro-bg.webp");
}
#service .service-row.intro .service .box-content {
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  #service .service-row.intro .service .box-content {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service-row.intro .service .box-content {
    padding-bottom: 40px;
  }
}
#service .service-row.intro .service .box-content .btn-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  grid-row-gap: 20px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 1180px) {
  #service .service-row.intro .service .box-content .btn-scroll {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service-row.intro .service .box-content .btn-scroll {
    grid-row-gap: 10px;
    margin-bottom: 60px;
  }
}
#service .service-row.intro .service .box-content .btn-scroll a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-decoration: underline;
}
#service .service-row.intro .service .box-content .intro-row + .intro-row {
  margin-top: 100px;
  padding-top: 160px;
  border-top: 1px solid #DEDEDE;
}
@media only screen and (max-width: 1180px) {
  #service .service-row.intro .service .box-content .intro-row + .intro-row {
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service-row.intro .service .box-content .intro-row + .intro-row {
    margin-top: 60px;
    padding-top: 60px;
  }
}
#service .service-row.intro .service .box-content .intro-row:nth-child(odd) .row-content .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#service .service-row.intro .service .box-content .intro-row:nth-child(odd) .row-content .flex .col-txt {
  padding-right: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  #service .service-row.intro .service .box-content .intro-row:nth-child(odd) .row-content .flex .col-txt {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1180px) {
  #service .service-row.intro .service .box-content .intro-row:nth-child(odd) .row-content .flex .col-txt .no {
    left: 0;
  }
}
#service .service-row.intro .service .box-content .intro-row .row-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  #service .service-row.intro .service .box-content .intro-row .row-content .flex {
    display: block;
  }
}
#service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt {
  width: 52.63%;
  max-width: 400px;
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt {
    width: 100%;
    padding-right: 0;
  }
}
#service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt .no {
  position: absolute;
  top: -80px;
  left: -22.5%;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 8.7rem;
  opacity: 0.4;
}
@media only screen and (max-width: 1180px) {
  #service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt .no {
    position: static;
    top: 0;
    left: 0;
    font-size: 6.7rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt .no {
    font-size: 4.7rem;
    position: static;
    top: 0;
    margin-bottom: 20px;
  }
}
#service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt h3 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  #service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt h3 {
    margin-bottom: 15px;
  }
}
#service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt p {
  line-height: 3rem;
}
#service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt .box-btn {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt .box-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service-row.intro .service .box-content .intro-row .row-content .flex .col-txt .box-btn {
    margin-top: 30px;
  }
}
#service .service-row.intro .service .box-content .intro-row .row-content .flex .col-img {
  width: 47.37%;
  max-width: 485px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #service .service-row.intro .service .box-content .intro-row .row-content .flex .col-img {
    margin-top: 40px;
    width: 100%;
  }
}
#service .service-row.comparing .box-content {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1180px) {
  #service .service-row.comparing .box-content {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service-row.comparing .box-content {
    margin-bottom: 35px;
  }
}
#service .service-row .service {
  position: relative;
  z-index: 2;
}
#service .service-row .service .box-content .reason-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 50px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media only screen and (max-width: 850px) {
  #service .service-row .service .box-content .reason-list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #service .service-row .service .box-content .reason-list {
    grid-row-gap: 30px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
#service .service-row .service .box-content .reason-list .list .icn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #service .service-row .service .box-content .reason-list .list .icn img {
    width: auto;
    height: 72px;
  }
}
#service .service-row .service .box-content .reason-list .list .txt {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #service .service-row .service .box-content .reason-list .list .txt {
    margin-top: 15px;
  }
}
#service .service-row .service .box-content .reason-list .list .txt p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #service .service-row .service .box-content .reason-list .list .txt p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#service .service-row .service .box-content .lineup-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 850px) {
  #service .service-row .service .box-content .lineup-list {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#service .service-row .service .box-content .lineup-list .list {
  position: relative;
  padding: 25px 30px;
}
@media only screen and (max-width: 1180px) {
  #service .service-row .service .box-content .lineup-list .list {
    padding: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #service .service-row .service .box-content .lineup-list .list {
    padding: 25px 20px;
  }
}
#service .service-row .service .box-content .lineup-list .list + .list {
  border-left: 1px solid #DEDEDE;
}
@media only screen and (max-width: 850px) {
  #service .service-row .service .box-content .lineup-list .list + .list {
    border-left: 0;
    border-top: 1px solid #dedede;
  }
}
#service .service-row .service .box-content .lineup-list .list .no {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
}
#service .service-row .service .box-content .lineup-list .list h3 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
  text-align: center;
  margin: 15px 0 15px 0;
}
@media only screen and (max-width: 1180px) {
  #service .service-row .service .box-content .lineup-list .list h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
#service .service-row .service .box-content .lineup-list .list .img {
  max-width: 304px;
  margin-left: auto;
  margin-right: auto;
}
#service .service-row .service .box-content .lineup-list .list p {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: center;
}
#service .service-row .service .box-content .lineup-list .list .box-btn {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  #service .service-row .service .box-content .lineup-list .list .box-btn {
    margin-top: 20px;
  }
}
#service .service-row .service .box-content .comparing-banner {
  padding: 13px;
  background-image: url("/series/assets/images/service/comparing-banner-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#service .service-row .service .box-content .comparing-banner .box {
  position: relative;
  padding: 25px;
  border: 1px solid #fff;
}
#service .service-row .service .box-content .comparing-banner .box h3 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 4rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #service .service-row .service .box-content .comparing-banner .box h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service-row .service .box-content .comparing-banner .box h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
#service .service-row .service .box-content .comparing-banner .box h3 span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1180px) {
  #service .service-row .service .box-content .comparing-banner .box h3 span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service-row .service .box-content .comparing-banner .box h3 span {
    font-size: 1.6rem;
  }
}
#service .service-row .service .box-content .comparing-banner .box .btn {
  margin-top: 15px;
}
#service .service-row .service .box-content .comparing-banner .box .img-l {
  position: absolute;
  left: 6%;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 13.87%;
  max-width: 142px;
}
@media only screen and (max-width: 750px) {
  #service .service-row .service .box-content .comparing-banner .box .img-l {
    left: 4%;
    top: -25px;
    width: 18%;
  }
}
#service .service-row .service .box-content .comparing-banner .box .img-r {
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 13.87%;
  max-width: 142px;
}
@media only screen and (max-width: 750px) {
  #service .service-row .service .box-content .comparing-banner .box .img-r {
    right: 4%;
    top: -25px;
    width: 18%;
  }
}
#service .service-row.comparison .service .box-content .comparison-table {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
#service .service-row.comparison .service .box-content .comparison-table .table {
  border-bottom: 1px solid #DBDBDB;
}
#service .service-row.comparison .service .box-content .comparison-table .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #DBDBDB;
}
#service .service-row.comparison .service .box-content .comparison-table .table .tr:first-child {
  border: 0;
}
#service .service-row.comparison .service .box-content .comparison-table .table .tr .td {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 68px;
  padding: 5px;
  border: none;
  border-left: 1px solid #DBDBDB;
  text-align: center;
}
#service .service-row.comparison .service .box-content .comparison-table .table .tr .td:last-child {
  border-right: 1px solid #DBDBDB;
}
#service .service-row.comparison .service .box-content .comparison-table .table .tr .td.blank {
  border-left: 0;
}
#service .service-row.comparison .service .box-content .comparison-table .table .tr .td.wifi {
  font-weight: 700;
  background-color: #C9E8F8;
  border-left: 0;
}
#service .service-row.comparison .service .box-content .comparison-table .table .tr .td.esim {
  font-weight: 700;
  background-color: #9CBDDD;
  border-left: 0;
}
#service .service-row.comparison .service .box-content .comparison-table .table .tr .td.mini {
  font-weight: 700;
  background-color: #BBD2D5;
  border-left: 0;
}
#service .service-row.comparison .service .box-content .comparison-table .table .tr .td.topic {
  font-weight: 700;
  background-color: #F7F7F7;
}

/* Service Comparison */
#mv-inner.service-com {
  overflow: hidden;
}
#mv-inner.service-com .mv-inner {
  width: 90%;
}
#mv-inner.service-com .mv-inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  #mv-inner.service-com .mv-inner .flex {
    display: block;
    padding-top: 75px;
  }
}
#mv-inner.service-com .mv-inner .flex .txt {
  min-width: 490px;
}
#mv-inner.service-com .mv-inner .flex .txt h1 {
  text-align: left;
}
@media only screen and (max-width: 1180px) {
  #mv-inner.service-com .mv-inner .flex .txt h1 {
    text-align: center;
  }
}
#mv-inner.service-com .mv-inner .flex .txt h1 span.with-line {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1180px) {
  #mv-inner.service-com .mv-inner .flex .txt h1 span.with-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#mv-inner.service-com .mv-inner .flex .thumb {
  position: relative;
  top: 0;
  right: -5%;
  width: 100%;
  padding-top: 7.5%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1180px) {
  #mv-inner.service-com .mv-inner .flex .thumb {
    padding-top: 5%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner.service-com .mv-inner .flex .thumb {
    right: 0;
  }
}
#mv-inner.service-com .mv-inner .flex .thumb:hover .col {
  -webkit-transform: translateX(var(--tx, 0)) rotate(var(--r)) scale(0.9);
  transform: translateX(var(--tx, 0)) rotate(var(--r)) scale(0.9);
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
#mv-inner.service-com .mv-inner .flex .thumb .col {
  --r: 0deg;
  --tx: 0px;
  -webkit-transform: translateX(var(--tx)) rotate(var(--r)) scale(1);
  transform: translateX(var(--tx)) rotate(var(--r)) scale(1);
  -webkit-transition: all 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: all 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: relative;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#mv-inner.service-com .mv-inner .flex .thumb .col:nth-child(1) {
  z-index: 1;
  --r: 0deg;
  margin-left: -15%;
}
@media only screen and (max-width: 750px) {
  #mv-inner.service-com .mv-inner .flex .thumb .col:nth-child(1) {
    margin-left: -5%;
  }
}
#mv-inner.service-com .mv-inner .flex .thumb .col:nth-child(2) {
  z-index: 2;
  --r: -7.17deg;
  margin-left: -15%;
  margin-top: 7.5%;
}
@media only screen and (max-width: 750px) {
  #mv-inner.service-com .mv-inner .flex .thumb .col:nth-child(2) {
    margin-left: -5%;
  }
}
#mv-inner.service-com .mv-inner .flex .thumb .col:nth-child(3) {
  z-index: 3;
  --r: -7.17deg;
  margin-left: -15%;
  margin-top: 15%;
}
@media only screen and (max-width: 750px) {
  #mv-inner.service-com .mv-inner .flex .thumb .col:nth-child(3) {
    margin-left: -5%;
  }
}
#mv-inner.service-com .mv-inner .flex .thumb .col:hover {
  -webkit-transform: translateX(0) rotate(var(--r)) scale(1.12);
  transform: translateX(0) rotate(var(--r)) scale(1.12);
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
          box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}
#mv-inner.service-com .mv-inner .flex .thumb .col:hover a {
  opacity: 1;
}
#mv-inner.service-com .mv-inner .flex .thumb .col:hover ~ .col {
  --tx: 20px;
}
#mv-inner.service-com .mv-inner .flex .thumb .col:hover + .col {
  --tx: 20px;
}
#mv-inner.service-com .mv-inner .flex .thumb .col a {
  display: block;
  position: relative;
  overflow: hidden;
}
#mv-inner.service-com .mv-inner .flex .thumb .col a img {
  width: 100%;
  display: block;
}
#mv-inner.service-com .mv-inner .flex .thumb .col a .no {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  #mv-inner.service-com .mv-inner .flex .thumb .col a .no {
    top: 10px;
    left: 10px;
    font-size: 1.8rem;
  }
}
#mv-inner.service-com .mv-inner .flex .thumb .col a .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 17px 20px;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 750px) {
  #mv-inner.service-com .mv-inner .flex .thumb .col a .bar {
    padding: 10px;
  }
}

/* Business */
#business .business .box-content .reason-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  grid-row-gap: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #business .business .box-content .reason-list {
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    grid-row-gap: 30px;
  }
}
#business .business .box-content .reason-list .list .icn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #business .business .box-content .reason-list .list .icn img {
    width: auto;
    height: 72px;
  }
}
#business .business .box-content .reason-list .list .txt {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #business .business .box-content .reason-list .list .txt {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#business .business .box-btn {
  margin-top: 100px;
}
@media only screen and (max-width: 1180px) {
  #business .business .box-btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business .box-btn {
    margin-top: 40px;
  }
}
#business .business-brand {
  overflow: hidden;
  background-color: #fff;
}
#business .marquee-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#business .business-brand ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 20px;
  margin: 0;
  list-style: none;
  -webkit-animation: scroll-left 70s linear infinite;
  animation: scroll-left 70s linear infinite;
}
@media only screen and (max-width: 750px) {
  #business .business-brand ul {
    gap: 10px;
    padding-right: 10px;
  }
}
#business .business-brand ul li {
  width: 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 750px) {
  #business .business-brand ul li {
    width: 150px;
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* Support */
#support .support-row.reason .support .box-content h3 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  #support .support-row.reason .support .box-content h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 750px) {
  #support .support-row.reason .support .box-content h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 30px;
  }
}
#support .support-row.reason .support .box-content .reason-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  grid-row-gap: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #support .support-row.reason .support .box-content .reason-list {
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    grid-row-gap: 30px;
  }
}
#support .support-row.reason .support .box-content .reason-list .list .icn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #support .support-row.reason .support .box-content .reason-list .list .icn img {
    width: auto;
    height: 72px;
  }
}
#support .support-row.reason .support .box-content .reason-list .list .txt {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #support .support-row.reason .support .box-content .reason-list .list .txt {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#support .support-row.reason .support .box-btn {
  margin-top: 100px;
}
@media only screen and (max-width: 1180px) {
  #support .support-row.reason .support .box-btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #support .support-row.reason .support .box-btn {
    margin-top: 40px;
  }
}
#support .support-row.feedback {
  color: #fff;
}
#support .support-row.feedback .parallax-bg {
  background-image: url("/series/assets/images/support/feedback-bg.webp");
}
#support .support-row.feedback .support .box-content .feedback-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #support .support-row.feedback .support .box-content .feedback-list {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#support .support-row.feedback .support .box-content .feedback-list .list {
  padding: 25px;
  color: #000;
  background-color: #fff;
}
#support .support-row.feedback .support .box-content .feedback-list .list .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
#support .support-row.feedback .support .box-content .feedback-list .list .author .img {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
#support .support-row.feedback .support .box-content .feedback-list .list .author .name {
  font-weight: 700;
}
#support .support-row.feedback .support .box-content .feedback-list .list .text p + p {
  margin-top: 15px;
}
#support .support-row .support {
  position: relative;
  z-index: 2;
}