@charset "UTF-8";
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

body, div, span, object, iframe, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

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

p {
  text-align: justify;
}

img {
  vertical-align: bottom;
}

ul,
ol,
li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #34343a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ins {
  background-color: #ff9;
  color: #34343a;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #34343a;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.cf {
  zoom: 1;
}

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

.cf:after {
  clear: both;
}

sup {
  vertical-align: text-top;
  font-size: 50%;
}

em {
  font-style: normal;
}

a[href^="tel:"] {
  pointer-events: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  font-size: 1.5rem;
}

.sp-only {
  display: none;
}

a {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section__inner {
  max-width: 96rem;
  margin: 0 auto;
}

.page__inner {
  max-width: 88rem;
  margin: 0 auto;
}

.section {
  padding: 10rem 0;
}

.page {
  padding: 8rem 0 16rem 0;
}
.page--bottom-short {
  padding-bottom: 0;
}
.page a:hover {
  opacity: 70%;
}
.page .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  gap: 0.5rem 1.5rem;
  padding: 1.7rem 0 0 0;
}
.page .breadcrumb__item {
  font-weight: 500;
  color: #1d2d53;
  line-height: 1.2;
}
.page .breadcrumb__item a {
  font-weight: 500;
  color: #1d2d53;
}
.page .breadcrumb__item:not(:last-of-type) {
  position: relative;
}
.page .breadcrumb__item:not(:last-of-type)::after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  right: -1em;
  color: #1d2d53;
}
.page .page-hero__content {
  padding: 4rem 0 0 0;
  position: relative;
}
.page .page-hero__title {
  font-size: 5rem;
  font-weight: 700;
  color: #2e4f7b;
}
.page .page-hero__subtitle {
  color: #8295b0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 2.2rem 0 0 0;
}
.page .page-hero__text {
  padding: 3rem 0 0 0;
  color: #2e4f7b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.page .wave-section {
  margin-top: -9rem;
}
.page .page-hero__content__image {
  position: absolute;
  right: 35%;
  top: 12.5rem;
}
.page .page-hero__content__image img:first-of-type {
  position: absolute;
  top: 94.5%;
  left: -269%;
}
.page .page-hero__content__image--large {
  right: 25%;
  top: 27.5rem;
}
.page .page-hero__content__image--large img:first-of-type {
  position: absolute;
  top: 235%;
  left: -685%;
}
.page .page-hero__content__image--large img:nth-of-type(2) {
  position: absolute;
  top: 130%;
  left: -160%;
}
.page .page-hero__content__image--large img:nth-of-type(3) {
  position: absolute;
  top: 140%;
  left: 130%;
}
.page .wave-section {
  height: 15vw;
}

.wave-section {
  position: relative;
  overflow: hidden;
  height: 25rem;
}
.wave-section .wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.wave-section.wave-top .wave {
  -webkit-animation: slideUp 1.2s ease-out forwards;
          animation: slideUp 1.2s ease-out forwards;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.wave-section.wave-default .wave {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wave-section.wave-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -0.2rem;
}
.wave-section.wave-reverse .wavePath {
  fill: #2e4f7b;
}

.wavePath {
  -webkit-animation: waveWobble 4s ease-in-out infinite;
          animation: waveWobble 4s ease-in-out infinite;
  -webkit-transition: d 0.3s ease;
  transition: d 0.3s ease;
  fill: #2e4f7b;
}

@-webkit-keyframes slideUp {
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideUp {
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes waveWobble {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes waveWobble {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-slide-up,
.fade-slide-right,
.fade-slide-left {
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform, opacity;
}

.fade-slide-up {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.fade-slide-right {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.fade-slide-left {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

.fade-slide-up.is-active,
.fade-slide-right.is-active,
.fade-slide-left.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-slide-diagonal {
  opacity: 0;
  -webkit-transform: translate(-20px, 20px);
          transform: translate(-20px, 20px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.fade-slide-diagonal.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.btn-hover-slide-right {
  position: relative;
}

.btn-hover-slide-right:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.btn-hover-slide-right-ble {
  position: relative;
}

.btn-hover-slide-right-ble::after {
  content: url(../images/common/right-ble.svg);
  position: absolute;
  top: 17%;
  right: 1%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-hover-slide-right-wht::after {
  content: url(../images/common/right-wht.svg);
  position: absolute;
  top: 17%;
  right: 1%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-hover-slide-right-ble:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.wave-static {
  position: relative;
  width: 100%;
  height: 10vw;
  margin-top: -5rem;
  overflow: hidden;
  background-color: transparent;
}
.wave-static--large {
  margin-top: 14.5rem;
}
.wave-static .wave-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wave-static .wave-svg path {
  fill: #2e4f7b;
}

.btn-hover-slide-right {
  position: relative;
  overflow: hidden;
}

.btn-hover-slide-right a {
  display: inline-block;
  position: relative;
  padding-right: 24px;
}

.btn-hover-slide-right .arrow {
  position: absolute;
  top: 47%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("../images/common/right-wht.svg") no-repeat center/contain;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
  .section {
    padding: 7.46vw 5vw;
  }
  .wave-section {
    height: 20vw;
    margin-top: -11vw;
  }
  .page {
    padding: 6vw 0 16rem 0;
  }
  .page__inner {
    padding: 0 2rem;
  }
  .page .section__inner {
    padding: 0 2rem;
  }
  .page .wave-section {
    margin-top: -6vw;
  }
  .page .wave-section {
    height: 21vw;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .section {
    padding: 16vw 0;
  }
  .section__inner {
    max-width: 100%;
    padding: 0 2rem;
  }
  .page__inner {
    max-width: 100%;
    padding: 0 2rem;
  }
  .btn-hover-slide-right:hover::after {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .btn-hover-slide-right-ble:hover::after {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .btn-hover-slide-right::after {
    position: absolute;
    content: url(../images/common/right-wht-sp2.svg);
    top: 26%;
    right: 1%;
  }
  .btn-hover-slide-right .arrow {
    display: none;
  }
  .page {
    padding: 16vw 0 0 0;
  }
  .page .page-hero__content {
    padding: 4.5rem 0 0 0;
  }
  .page .page-hero__title {
    font-size: 3.8rem;
  }
  .page .page-hero__subtitle {
    padding: 1.5rem 0 0 0;
    font-size: 1.4rem;
  }
  .page .page-hero__text {
    padding: 4rem 0 0 0;
    font-size: 1.4rem;
  }
  .page .wave-static {
    margin-top: 0;
  }
  .page .wave-static {
    height: 20vw;
  }
}
.header {
  position: fixed;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0 2px 1px -1px rgba(241, 241, 241, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 2px 1px -1px rgba(241, 241, 241, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
}
.header__drawer {
  display: none;
}
.header__inner {
  height: 8rem;
  max-width: 134rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__contact {
  display: block;
  background-color: #336666;
  color: #ffffff;
  text-align: center;
  width: 8rem;
  height: 8rem;
  font-size: 1rem;
}
.header__contact .header__text {
  padding: 1.5rem 1rem 1rem;
}
.header__pc .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__pc .header__item {
  position: relative;
  padding: 0 1.3rem;
}
.header__pc .header__item .header__link {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
}
.header__pc .header__item:last-child {
  padding: 0 0 0 3.3rem;
}
.header__pc .header__item:first-child:before {
  content: "|";
  position: absolute;
  left: -0.1rem;
}
.header__pc .header__item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -0.1rem;
  top: 0;
}
.header__branding {
  display: block;
  text-align: center;
  padding: 0 0 0 3rem;
}
.header__title {
  font-size: 1rem;
  color: #1d2d53;
  padding: 0.5rem 0 0 0;
  white-space: nowrap;
}
.header__sub-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 4rem;
  border-radius: 1rem;
  background: #fff;
  gap: 4rem;
  white-space: nowrap;
}
.header__item {
  position: relative;
}
.header__item:hover .header__sub-list {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__item:hover ~ .main {
  opacity: 0.5;
}
.header__sub-list--show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header__sub-title {
  color: #2e4f7b;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 1.5rem 0;
  border-bottom: 0.1rem solid #2e4f7b;
  margin-bottom: 1rem;
}
.header__sub-link {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.57;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__sub-link:hover {
  opacity: 70%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__link--mega {
  position: relative;
  display: inline-block;
}
.header__link--mega.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header__sub-list {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 2.5rem;
  left: 0;
  z-index: 100;
  background: #fff;
  padding: 1rem;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-radius: 1rem;
}
.header__link {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__link :hover {
  opacity: 70%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__link::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2e4f7b;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header a:hover {
  opacity: 100%;
}
.header .header__branding .header__link::after {
  display: none;
}
@-webkit-keyframes shake-diagonal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  60% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes shake-diagonal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  60% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.header a.header__contact:hover {
  opacity: 70%;
}

.main--dimmed::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 50;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.main--dimmed.active::after {
  opacity: 2;
  pointer-events: auto;
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
  .header__inner {
    height: 6vw;
  }
  .header__icon {
    width: 3vw;
    height: auto;
    padding: 1.2vw 0;
  }
  .header__sub-title {
    font-size: 1.5vw;
    padding: 0 0 1rem 0;
    margin-bottom: 1vw;
  }
  .header__sub-main {
    padding: 4vw;
    border-radius: 0.5rem;
    gap: 3vw;
  }
  .header__sub-list {
    top: 2vw;
  }
  .header__sub-link {
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 2.3;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__pc .header__item .header__link {
    font-size: 1.194vw;
  }
  .header__branding {
    display: block;
    text-align: center;
    padding: 0 0 0 1vw;
  }
  .header__inner {
    gap: 6vw;
  }
  .header__logo {
    width: 14.9vw;
  }
  .header__title {
    font-size: 0.9vw;
  }
  .header__contact {
    width: 6vw;
    height: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__contact .header__text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__drawer {
    display: block;
  }
  .header__link {
    width: 35vw;
  }
  .header__link img {
    width: 35vw;
  }
  .header__pc {
    display: none;
  }
  .header__hamburger {
    display: none;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.4vw;
    width: 32px;
    height: 32px;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__hamburger span {
    display: block;
    width: 100%;
    height: 0.7vw;
    width: 7vw;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0.5rem;
  }
  .header__drawer {
    display: none;
    position: fixed;
    top: 16vw;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
  }
  .header__drawer.is-open {
    display: block;
  }
  .header__drawer-inner {
    max-width: 100%;
  }
  .header__drawer .header__close {
    display: block;
    text-align: right;
    font-size: 2.5rem;
    color: #fff;
    background: none;
    border: none;
    width: 100%;
    margin-bottom: 2rem;
    cursor: pointer;
    z-index: 99999;
  }
  .header__drawer .drawer__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header__drawer .drawer__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header__drawer .drawer__item a {
    text-decoration: none;
    display: block;
    padding: 2vw 0;
    text-indent: 1em;
    font-weight: 700;
    position: relative;
  }
  .header__drawer .drawer__item a::after {
    content: url(../images/common/right-ble.svg);
    position: absolute;
    right: 0;
    top: 0.8vw;
  }
  .header__drawer .drawer__title {
    background-color: #2e4f7b;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-size: 3.73vw;
  }
  .header__drawer .drawer__title::after {
    content: "＋";
    position: absolute;
    right: 5vw;
    font-size: 5.4vw;
    top: 4.8vw;
    font-weight: 500;
  }
  .header__drawer .drawer__title.is-open::after {
    content: "−";
    right: 5vw;
    top: 4.8vw;
    font-weight: 500;
  }
  .header__drawer .drawer__link {
    background-color: #2e4f7b;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    padding: 5.7vw 5.3vw;
    position: relative;
    border-bottom: 0.1rem solid #ffffff;
  }
  .header__drawer .drawer__link::after {
    content: url(../images/common/right-wht-sp.svg);
    position: absolute;
    right: 5.2vw;
    top: 4.8vw;
  }
  .header__drawer .drawer__link a {
    color: #ffffff;
    display: block;
    padding: 5.7vw 5.3vw;
  }
  .header__drawer .drawer__submenu {
    display: none;
  }
  .header__drawer .drawer__submenu.is-open {
    display: block;
    padding: 2.66vw 5.3vw;
  }
  .header__drawer .drawer__subtitle {
    margin-top: 2vw;
    font-weight: bold;
    font-size: 3.4vw;
    opacity: 0.8;
    color: #2e4f7b;
    padding: 0 0 2.66vw 0;
  }
  .header__branding {
    padding: 0 0 0 4vw;
    width: 36vw;
  }
  .header__title {
    font-size: 2vw;
    padding: 1.3vw 0 0 0;
    letter-spacing: 0;
  }
  .header__inner {
    height: 16vw;
    max-width: 100%;
    width: 100%;
    border-bottom: 0.1rem solid #d5dce5;
  }
  .header__hamburger {
    background-color: #2e4f7b;
    width: 16vw;
    height: 16vw;
    position: relative;
  }
  .header__hamburger span {
    display: block;
    position: absolute;
    left: 50%;
    width: 42%;
    height: 0.5vw;
    background: white;
    border-radius: 1vw;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__hamburger span:nth-child(1) {
    top: 36%;
  }
  .header__hamburger span:nth-child(2) {
    top: 50%;
  }
  .header__hamburger span:nth-child(3) {
    top: 64%;
  }
  .header__hamburger.is-active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.is-active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}
.footer__inner {
  max-width: 96rem;
  margin: 0 auto;
  padding: 12.8rem 0 0 0;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
  padding: 0 0 17.3rem 0;
}
.footer__logo {
  width: 25.45rem;
}
.footer__address {
  color: #2e4f7b;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2;
  padding: 2rem 0 0 0;
}
.footer__partners {
  color: #2e4f7b;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 5.6rem 0 0 0;
}
.footer__partners-image {
  padding: 1.7rem 0 0 0;
  max-width: 33rem;
}
.footer__section-title {
  color: #2e4f7b;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 2.2rem 0;
}
.footer__section-title--has-margin {
  margin-top: 5.5rem;
}
.footer__section-title a {
  color: #2e4f7b;
  font-size: 1.6rem;
  font-weight: 700;
}
.footer__group-title {
  font-size: 1.2rem;
  color: #2e4f7b;
  font-weight: 700;
  padding: 1rem 0;
}
.footer__list a {
  display: block;
  position: relative;
  font-size: 1.2rem;
  color: #8295b0;
  font-weight: 700;
  padding: 1rem 0;
  text-indent: 1.5em;
}
.footer__list a::before {
  position: absolute;
  content: "-";
  color: #8295b0;
  left: -1.3rem;
}
.footer__legal {
  color: #8295b0;
  border-top: 0.1rem solid #c4c4c4;
  letter-spacing: 0.05rem;
}
.footer__legal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__legal-link {
  color: #8295b0;
  font-weight: 700;
  font-size: 1.2rem;
}
.footer .label-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 96rem;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.5rem;
}
.footer__copyright {
  font-weight: 700;
}
.footer__fixd-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.footer__fixd-btn.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer__fixd-btn .footer__fixd-link {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__fixd-btn .footer__fixd-link:hover {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.footer__content a:hover {
  opacity: 70%;
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
  .footer__inner {
    max-width: 100%;
    padding: 12vw 5vw;
  }
  .footer__content {
    gap: 3vw;
  }
  .footer__logo {
    width: 23vw;
  }
  .footer__partners-image {
    max-width: 24vw;
  }
  .footer__group-title {
    font-size: 1.5vw;
  }
  .footer__section-title {
    font-size: 1.7vw;
  }
  .footer__content {
    padding: 0;
  }
  .footer .label-inner {
    padding: 0 5vw;
  }
  .footer__legal-link {
    font-size: 1.2vw;
  }
  .footer__fixd-btn img {
    width: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    gap: 17.3vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__column--service {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .footer_column--resource, .footer_column--about {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .footer__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 24vw 5.3vw 0 5.3vw;
  }
  .footer__logo {
    width: 48vw;
  }
  .footer__address {
    font-size: 3.2vw;
    line-height: 1.58;
    padding: 5.33vw 0 0 0;
    text-decoration: none !important;
  }
  .footer__list a {
    font-size: 3.2vw;
    padding: 3.46vw 0;
    text-indent: 1.5em;
  }
  .footer__group-title {
    font-size: 3.2vw;
    padding: 4vw 0;
  }
  .footer__section-title {
    font-size: 4.26vw;
    padding: 0 0 6.4vw 0;
  }
  .footer__section-title a {
    font-size: 4.26vw;
  }
  .footer__partners {
    font-size: 3.2vw;
    padding: 8vw 0 0 0;
  }
  .footer__partners-image {
    padding: 4vw 0 0 0;
    max-width: 100%;
  }
  .footer__content {
    padding: 0 0 15.33vw 0;
  }
  .footer__legal-list {
    display: block;
    gap: 4.53vw;
    text-align: left;
  }
  .footer__legal-list li {
    padding: 2.5vw 0;
  }
  .footer .label-inner {
    height: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 5.33vw;
  }
  .footer__legal-link {
    font-size: 3.2vw;
  }
  .footer__fixd-btn img {
    width: 19vw;
  }
}
.common-card {
  width: 30rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #34343a;
}
.common-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.common-card__thumb {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
}
.common-card__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
  gap: 0.5rem 1rem;
}
.common-card__category {
  display: inline-block;
  background-color: #2e4f7b;
  color: #fff;
  padding: 0.3rem 1rem;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 0.3rem;
}
.common-card__date {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.common-card__name {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.common-card__title {
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
  border-top: 0.1rem solid #999;
}
.common-card__catch {
  margin-top: 1.5rem;
  padding-top: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-top: 0.1rem solid #999;
}

@media screen and (max-width: 767px) {
  .common-card {
    width: calc(50% - 0.75rem);
  }
  .common-card--full {
    width: 100%;
  }
  .common-card__categories {
    gap: 0.4rem 0.8rem;
    margin-top: 1.5rem;
  }
  .common-card__category {
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
  }
  .common-card__date {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
  .common-card__name {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
  .common-card__title {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
  .common-card__catch {
    margin-top: 1rem;
    padding-top: 0.5rem;
    font-size: 1.4rem;
  }
}
.pager {
  margin: auto;
}
.pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager__item {
  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: 4rem;
  height: 4rem;
}
.pager__item--arrow {
  margin: 0 2rem;
}
.pager__link {
  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;
  width: 100%;
  height: 100%;
  color: #2e4f7b;
  border-radius: 2rem;
  border: 0.1rem solid;
}
.pager__link.is-active {
  background-color: #2e4f7b;
  color: #fff;
  opacity: 1 !important;
  pointer-events: none;
}
.pager__prev, .pager__next {
  display: block;
  width: 50%;
  height: 50%;
}

@media screen and (max-width: 767px) {
  .pager__list {
    gap: 0.75rem;
  }
  .pager__item {
    width: 3.5rem;
    height: 3.5rem;
  }
  .pager__item--arrow {
    margin: 0;
  }
}
.news-card {
  padding: 2rem 0;
  border-bottom: #C4C4C4 solid 0.1rem;
  color: #34343a;
}
.news-card__date {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.news-card__title {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.news-card__link {
  color: #34343a;
  text-decoration: underline;
}
.news-card:first-child {
  border-top: #C4C4C4 solid 0.1rem;
}

@media screen and (max-width: 767px) {
  .news-card__date {
    font-size: 1.2rem;
  }
  .news-card__title {
    font-size: 1.4rem;
  }
}
.wave-hero--top-space {
  margin-top: calc(1vw - 80px);
}
.wave-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 270px;
  position: relative;
  margin-bottom: -0.1rem;
}
.wave-hero__dog {
  position: absolute;
  bottom: 2vw;
  left: 22vw;
  opacity: 0;
  -webkit-transform: translate(-20px, 5px) scale(0.8);
          transform: translate(-20px, 5px) scale(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 1s ease-out 1s, -webkit-transform 1s ease-out 1s;
  transition: opacity 1s ease-out 1s, -webkit-transform 1s ease-out 1s;
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s, -webkit-transform 1s ease-out 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.wave-hero__dog.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.wave-hero__dog2 {
  position: absolute;
  bottom: 6.3vw;
  left: 55vw;
  opacity: 0;
  -webkit-transform: translate(-20px, 5px) scale(0.8);
          transform: translate(-20px, 5px) scale(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  transition: opacity 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
  transition: opacity 1s ease-out 0s, transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.wave-hero__dog2.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.wave-hero__sheep {
  position: absolute;
  bottom: 7vw;
  left: 64vw;
  opacity: 0;
  -webkit-transform: translate(-20px, 5px) scale(0.8);
          transform: translate(-20px, 5px) scale(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
  transition: opacity 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s, -webkit-transform 1s ease-out 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.wave-hero__sheep.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.wave-hero__sheep2 {
  position: absolute;
  left: 80vw;
  bottom: 7vw;
  opacity: 0;
  -webkit-transform: translate(0px, 5px) scale(0.8);
          transform: translate(0px, 5px) scale(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  transition: opacity 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
  transition: opacity 1s ease-out 0s, transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.wave-hero__sheep2.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.wave-hero__sun {
  position: absolute;
  bottom: calc(80px + 7vw);
  left: 74vw;
}
.wave-hero__sun2 {
  position: absolute;
  bottom: calc(20px + 7vw);
  left: 76vw;
}
.wave-hero__wave {
  fill: #2e4f7b;
  width: 100%;
}
.wave-hero__bottom {
  margin-top: -0.2vw;
  background-color: #2e4f7b;
  width: 100%;
  height: 3vw;
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
  .wave-hero__content {
    height: 20.3vw;
  }
  .wave-hero__dog {
    top: 14.5vw;
    width: 7vw;
  }
  .wave-hero__dog2 {
    top: 9vw;
    width: 16vw;
  }
  .wave-hero__sheep {
    top: 7vw;
    width: 11.6vw;
  }
  .wave-hero__sheep2 {
    top: 8vw;
    width: 11.1vw;
  }
  .wave-hero__sun {
    top: 0vw;
    width: 9vw;
  }
  .wave-hero__sun2 {
    top: 3vw;
    width: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .wave-hero--top-space {
    margin-top: 0;
  }
  .wave-hero__content {
    height: 39.3vw;
  }
  .wave-hero__content--height-short {
    height: 22.6vw;
  }
  .wave-hero__dog {
    top: 31.5vw;
    width: 10vw;
  }
  .wave-hero__dog2 {
    top: 11.5vw;
    width: 21.5vw;
    left: 37vw;
  }
  .wave-hero__sheep {
    top: 25.5vw;
    width: 15.5vw;
    left: 42vw;
  }
  .wave-hero__sheep2 {
    top: 26vw;
    width: 14.5vw;
    left: 78vw;
  }
  .wave-hero__sun {
    top: 13vw;
    width: 9.5vw;
    left: 66vw;
  }
  .wave-hero__sun2 {
    top: 5vw;
    width: 9.5vw;
    left: 74vw;
  }
  .wave-hero__bottom {
    height: 13.5vw;
  }
}
.service {
  padding-bottom: 0;
}
.service .page__inner {
  max-width: 96rem;
  margin: 0 auto;
}
.service .pt-md {
  padding-top: 14rem;
}
.service .pt-lg {
  padding-top: 18rem;
}
.service .pb-md {
  padding-bottom: 14rem;
}
.service .pb-lg {
  padding-bottom: 18rem;
}
.service .pb-xl {
  padding-bottom: 17rem;
}
.service .pb-max {
  padding-bottom: 19rem;
}
.service .page-hero__desc__text {
  color: #2e4f7b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  padding: 3.2rem 0 0 0;
  max-width: 48rem;
  letter-spacing: -0.1rem;
}
.service .service-desc {
  background-color: #2e4f7b;
  padding: 7rem 0 12.3rem 0;
}
.service .service-desc__heading {
  text-align: center;
}
.service .service-desc__heading-item p {
  color: #2e4f7b;
  background-color: #fcd90b;
  font-size: 4.4rem;
  font-weight: 900;
  text-align: center;
  display: inline-block;
  padding: 1rem 1.5rem;
}
.service .service-desc__heading-item p:not(:first-child) {
  margin-top: 1rem;
}
.service .service-desc__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.5rem 6rem;
  padding: 10rem 0 0 0;
}
.service .service-desc__body > *:nth-child(3):nth-last-child(1) {
  grid-column: 1/-1;
  justify-self: center;
  max-width: 44rem;
}
.service .service-desc__feature-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 11.7rem;
}
.service .service-desc__feature-inner h5 {
  color: white;
  font-size: 2.2rem;
  line-height: 1.72;
  margin-left: 2rem;
}
.service .service-desc__feature p {
  color: white;
  line-height: 2;
  padding: 2rem 0 0 0;
  min-width: 14.4rem;
}
.service .service-desc__feature p .is-bold {
  font-weight: 700;
}
.service .service-desc__feature:first-of-type img {
  width: 6.6rem;
}
.service .service-desc__feature:nth-of-type(2) img {
  width: 12.2rem;
}
.service .service-desc__feature:nth-of-type(3) img {
  width: 14.4rem;
}
.service .service-desc__feature:nth-of-type(4) img {
  width: 9.55rem;
}
.service .media-list img {
  text-align: center;
  width: 100%;
}
.service .advertising-case__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
.service .advertising-case__title {
  font-size: 5.4rem;
  color: #2e4f7b;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.service .advertising-case__subtitle {
  font-size: 1.6rem;
  color: #2e4f7b;
  padding: 2.2rem 0 0 0;
  white-space: nowrap;
}
.service .advertising-case__box {
  border: 0.1rem solid #2e4f7b;
  border-radius: 1rem;
  padding: 4.7rem 7rem;
}
.service .advertising-case__box:not(:first-child) {
  margin-top: 5rem;
}
.service .advertising-case__lead {
  color: #2e4f7b;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  line-height: 1.75;
}
.service .advertising-case__client {
  font-size: 1.4rem;
  color: #2e4f7b;
  text-align: right;
  font-weight: 500;
  padding: 2.7rem 0 1.7rem 0;
  border-bottom: 0.1rem solid #2e4f7b;
}
.service .advertising-case__content {
  padding: 2rem 0 0 0;
}
.service .advertising-case__content img {
  display: block;
  margin: 0 auto;
}
.service .advertising-case__text {
  color: #2e4f7b;
  font-size: 1.6rem;
  line-height: 2;
  padding: 1.4rem 0 0 0;
}
.service .advertising-case__related-heading {
  font-size: 3.8rem;
  color: #2e4f7b;
  font-weight: 900;
  text-align: center;
}
.service .advertising-case .btn-hover-slide-right .arrow {
  top: 65%;
  right: 48%;
  background: url(../images/common/right-ble.svg) no-repeat center/contain;
}
.service .advertising-case__related-list {
  padding: 4.3rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .advertising-case__related-link {
  border: 0.1rem solid #2e4f7b;
  display: block;
  border-radius: 1rem;
  padding: 6rem 0 9.4rem 0;
  width: 30rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2e4f7b;
  text-align: center;
}
.service .advertising-case__related-en {
  color: #8295b0;
  font-size: 1.2rem;
  display: block;
  padding: 1.2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08rem;
}
.service .page-cta {
  background-color: #2e4f7b;
}
.service .page-cta__heading {
  color: #ffffff;
  font-size: 5.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.45;
  letter-spacing: 0.2rem;
}
.service .page-cta .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
.service .page-cta__main__text {
  color: #ffffff;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 6.6rem;
}
.service .page-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
.service .page-cta__link {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 8.5rem 0 11rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  color: #2e4f7b;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  width: 34.5rem;
  height: 25rem;
  border-radius: 1rem;
}
.service .page-cta__link:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.service .page-cta__link img {
  position: absolute;
  width: 4.6rem;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  bottom: 2.6rem;
  right: 3rem;
}
.service .page-cta__link span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  color: #8295b0;
  font-weight: 400;
  padding: 1.3rem 0;
  letter-spacing: 0.1rem;
}
.service .page-cta__item:nth-of-type(2) img {
  width: 5.7rem;
}
.service .page-cta .btn-hover-slide-right-ble::after {
  display: none;
}
.service .page-cta .btn-hover-slide-right .arrow {
  top: 65%;
  right: 48%;
  background: url(../images/common/right-ble.svg) no-repeat center/contain;
}
.service a:hover {
  opacity: 100%;
}
.service .tab-button:hover {
  opacity: 70%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service .tab-button {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service .media-list__heading-item {
  font-size: 3.8rem;
  color: #2e4f7b;
  text-align: center;
  padding-bottom: 5rem;
  font-weight: 900;
}
.service .media-list p {
  color: #2e4f7b;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.66;
  font-weight: 500;
}
.service .flow__title {
  color: #2e4f7b;
  font-size: 5.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 3.5rem 0 0 0;
}
.service .flow__subtitle {
  color: #2e4f7b;
  font-size: 1.6rem;
  padding: 1.4rem 0;
}
.service .flow__image {
  position: absolute;
}
.service .flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
.service .flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.service .flow__item .flow__image {
  top: 20rem;
  left: 7rem;
  position: absolute;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}
.service .flow__item img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.service .flow__item img:hover {
  -webkit-animation: shake 0.4s infinite ease-in-out;
          animation: shake 0.4s infinite ease-in-out;
}
.service .flow__item:nth-child(2) .flow__image {
  top: 32rem;
  left: 28rem;
  position: absolute;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}
.service .flow__item:nth-child(3) .flow__image {
  top: 34rem;
  left: 6rem;
  position: absolute;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}
.service .flow__item:nth-child(4) .flow__image {
  top: 32rem;
  left: 13rem;
  position: absolute;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}
.service .flow__item:nth-child(5) .flow__image {
  top: 26rem;
  left: 58rem;
  position: absolute;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}
.service .flow__item:not(:first-of-type) {
  padding: 12rem 0 0 0;
}
.service .flow__item:nth-child(even) {
  padding: 12rem 0 0 16rem;
}
.service .flow__step {
  background-color: #2e4f7b;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  width: 14.5rem;
  height: 14.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.service .flow__step-label {
  font-size: 2rem;
}
.service .flow__step-number {
  font-size: 7.2rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
.service .flow__item-wrap {
  display: block;
  max-width: 38rem;
}
.service .flow__item-title {
  color: #2e4f7b;
  font-size: 2.4rem;
  font-weight: 700;
}
.service .flow__item-desc {
  font-size: 1.5rem;
  line-height: 2;
  padding: 2rem 0 0 0;
}
.service .page-cta__link img {
  position: absolute;
  width: 4.6rem;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  bottom: 2.6rem;
  right: 3rem;
}
.service .page-cta__link:hover img {
  -webkit-animation: shake 0.4s infinite ease-in-out;
          animation: shake 0.4s infinite ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1124px) {
  .service .advertising-case__wrap {
    display: block;
  }
  .service .advertising-case__main {
    margin-top: 5rem;
  }
  .service .advertising-case__related-link {
    padding: 4rem 1rem 9.4rem 1rem;
    width: 27vw;
    height: 22rem;
    line-height: 1.6;
  }
  .service .advertising-case .btn-hover-slide-right .arrow {
    top: 76%;
  }
  .service .page-cta .section__inner {
    gap: 5rem;
  }
  .service .page-cta__list {
    gap: 2rem;
  }
  .service .page-cta__link {
    width: 32vw;
    height: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .service .pt-md {
    padding-top: 9.2rem;
  }
  .service .pb-md {
    padding-bottom: 14rem;
  }
  .service .pb-lg {
    padding-bottom: 10.5rem;
  }
  .service .pb-xl {
    padding-bottom: 10.3rem;
  }
  .service .pb-max {
    padding-bottom: 10rem;
  }
  .service .page-cta .section__inner {
    display: block;
  }
  .service .page-cta__list {
    display: block;
  }
  .service .advertising-case__wrap {
    display: block;
  }
  .service .service-desc {
    padding: 4rem 0 8.5rem 0;
  }
  .service .service-desc__heading-item p {
    font-size: 2.6rem;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    padding: 1rem;
  }
  .service .service-desc__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 0 0 0;
    gap: 5rem;
  }
  .service .service-desc__feature-inner h5 {
    font-size: 1.8rem;
    line-height: 1.72;
    min-width: 70%;
    margin: 0 auto 0 1rem;
  }
  .service .service-desc__feature p {
    font-size: 1.3rem;
    line-height: 2;
    padding: 1.6rem 0 0 0;
    min-width: 7.2rem;
  }
  .service .service-desc__feature:first-of-type img {
    width: 4.5rem;
  }
  .service .service-desc__feature:nth-of-type(2) img {
    width: 8.65rem;
  }
  .service .service-desc__feature:nth-of-type(3) img {
    width: 8.95rem;
  }
  .service .service-desc__feature:nth-of-type(4) img {
    width: 6rem;
  }
  .service .service-desc__feature-inner {
    min-height: 7rem;
  }
  .service .advertising-case__title {
    font-size: 5rem;
  }
  .service .advertising-case__subtitle {
    font-size: 1.4rem;
    padding: 1.2rem 0 0 0;
  }
  .service .advertising-case__box {
    border-radius: 0.5rem;
    padding: 2rem;
    margin-top: 4rem;
  }
  .service .advertising-case__lead {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
    line-height: 1.68;
  }
  .service .advertising-case__client {
    font-size: 1.2rem;
    text-align: left;
    padding: 1.3rem 0;
  }
  .service .advertising-case__content {
    padding: 2.5rem 0 0 0;
    text-align: center;
  }
  .service .advertising-case__content img {
    padding: 0 2rem;
  }
  .service .advertising-case__text {
    font-size: 1.4rem;
    line-height: 2;
    padding: 3.2rem 0 1.6rem 0;
  }
  .service .advertising-case__box:not(:first-child) {
    margin-top: 2rem;
  }
  .service .advertising-case__related-heading {
    font-size: 2.5rem;
    line-height: 1.24;
  }
  .service .advertising-case__related-list {
    padding: 3.4rem 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service .advertising-case__related-link {
    display: block;
    border-radius: 0.5rem;
    padding: 4rem 0 6rem 0;
    width: 100%;
    font-size: 2rem;
  }
  .service .advertising-case__related-en {
    font-size: 1.2rem;
    padding: 0.8rem 0 0 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  .service .advertising-case .btn-hover-slide-right::after {
    display: block;
    content: url(../images/common/right-ble.svg);
    position: absolute;
    top: 56%;
    right: 48%;
  }
  .service .page-cta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.33vw;
  }
  .service .page-cta .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10vw;
  }
  .service .page-cta__heading {
    font-size: 9.86vw;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    line-height: 1.2;
  }
  .service .page-cta__link {
    font-size: 6.1vw;
    width: 89.3vw;
    height: 42.6vw;
    border-radius: 1rem;
    padding: 10.6vw 0 19.2vw 0;
  }
  .service .page-cta__link img {
    width: 11.7vw;
    bottom: 3.5vw;
    right: 3vw;
  }
  .service .page-cta__item {
    text-align: center;
  }
  .service .page-cta__item:nth-of-type(2) img {
    width: 11.3vw;
    right: 4vw;
  }
  .service .page-cta__item:nth-of-type(2) {
    margin-top: 2rem;
  }
  .service .page-cta__main__text {
    margin-top: 2rem;
  }
  .service .page-cta__link span {
    font-size: 3.2vw;
    padding: 3.2vw 0;
    letter-spacing: 0.1rem;
  }
  .service .page-cta .btn-hover-slide-right-ble::after {
    display: block;
    content: url(../images/common/right-ble.svg);
    position: absolute;
    top: 56%;
    right: 48%;
  }
  .service .page-cta .arrow {
    display: none;
  }
  .service .flow__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.6rem;
    padding: 9rem 0 0 0;
  }
  .service .flow__item:first-child .flow__image {
    width: 4.8rem;
    top: 9.5rem;
    left: 1rem;
  }
  .service .flow__item:nth-child(2) .flow__image {
    width: 2.3rem;
    top: 16rem;
    left: 5rem;
  }
  .service .flow__item:nth-child(3) .flow__image {
    width: 6rem;
    top: 106%;
    left: 5rem;
  }
  .service .flow__item:nth-child(4) .flow__image {
    width: 3.4rem;
    top: 105%;
    left: 1rem;
  }
  .service .flow__item:nth-child(5) .flow__image {
    width: 6.3rem;
    top: 93%;
    left: 82%;
  }
  .service .flow__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.5rem;
  }
  .service .flow__item:nth-child(even) {
    padding: 0;
  }
  .service .flow__title {
    font-size: 4.3rem;
    padding: 0;
  }
  .service .flow__subtitle {
    font-size: 1.2rem;
    padding: 1.3rem 0;
  }
  .service .flow__step {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
  }
  .service .flow__step-number {
    font-size: 3.4rem;
  }
  .service .flow__step-label {
    font-size: 0.9rem;
  }
  .service .flow__item-title {
    font-size: 1.5rem;
  }
  .service .flow__item-desc {
    font-size: 1.1rem;
    padding: 1.3rem 0 0 0;
  }
  .service .flow__item:not(:first-of-type) {
    padding: 6rem 0 0 0;
  }
  .service .flow__item img:hover {
    -webkit-animation: none;
            animation: none;
  }
  .service .media-list__heading-item {
    font-size: 2.9rem;
    line-height: 1.248;
  }
  .service .media-list p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 2;
    font-weight: 500;
  }
  .service .page-hero__title {
    line-height: 1.3;
  }
  .service .page-hero__desc__text {
    max-width: 100vw;
  }
  .service .tab-button:hover {
    opacity: 100%;
    -webkit-transition: 0s;
    transition: 0s;
  }
}

.form-unit + .form-unit {
  margin-top: 3.5rem;
}
.form-unit--agree {
  margin-top: 7.5rem;
  text-align: center;
}
.form-unit--submit {
  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;
  text-align: center;
}
.form-unit__label {
  display: block;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #34343a;
  font-size: 1.5rem;
  line-height: 2;
}
.form-unit__value, .form-unit__area {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #34343a;
  margin-top: 1rem;
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 0.1rem solid #2e4f7b;
  border-radius: 0.75rem;
}
.form-unit__value::-webkit-input-placeholder, .form-unit__area::-webkit-input-placeholder {
  color: #999;
}
.form-unit__value::-moz-placeholder, .form-unit__area::-moz-placeholder {
  color: #999;
}
.form-unit__value:-ms-input-placeholder, .form-unit__area:-ms-input-placeholder {
  color: #999;
}
.form-unit__value::-ms-input-placeholder, .form-unit__area::-ms-input-placeholder {
  color: #999;
}
.form-unit__value::placeholder, .form-unit__area::placeholder {
  color: #999;
}
.form-unit__agree {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal;
  color: #34343a;
}
.form-unit__checkbox {
  position: relative;
  margin-right: 0.5em;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: 0.1rem solid;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}
.form-unit__checkbox:checked {
  background: #2e4f7b;
  border-color: #2e4f7b;
}
.form-unit__checkbox:checked::before {
  opacity: 1;
}
.form-unit__checkbox::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  -webkit-mask-image: url(../images/common/icon_check.svg);
          mask-image: url(../images/common/icon_check.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .form-unit + .form-unit {
    margin-top: 2.5rem;
  }
  .form-unit--agree {
    margin-top: 7rem;
  }
  .form-unit--submit {
    margin-top: 1rem !important;
  }
  .form-unit__label {
    font-size: 1.3rem;
  }
  .form-unit__value, .form-unit__area {
    margin-top: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 1.3rem;
    line-height: 1.4;
    border-radius: 0.5rem;
  }
}
.form-detail {
  margin-top: 3.5rem;
  color: #34343a;
}
.form-detail + .form-detail {
  margin-top: 2em;
}
.form-detail__title {
  font-size: 1.5rem;
  line-height: 2.5;
  font-weight: 700;
}
.form-detail__text {
  font-size: 1.5rem;
  line-height: 2;
}
.form-detail__list {
  margin: 2em 0;
}
.form-detail__item::before {
  content: "・";
}
.form-detail__link {
  font-size: 1.5rem;
  line-height: 2;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .form-detail {
    margin-top: 2.5rem;
  }
  .form-detail__title {
    font-size: 1.3rem;
    line-height: 2;
  }
  .form-detail__text {
    font-size: 1.3rem;
  }
  .form-detail__link {
    font-size: 1.3rem;
  }
}
.form-submit {
  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;
  position: relative;
  background-color: #b3b3b3;
  color: #fff;
  width: 36rem;
  height: 7.6rem;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 3.8rem;
  pointer-events: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.form-submit--finish {
  background-color: #2e4f7b;
  pointer-events: auto;
}
.form-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 0.7rem;
  -webkit-transform: translateY(calc(-50% - 0.2rem));
          transform: translateY(calc(-50% - 0.2rem));
}
.form-submit.is-active {
  background-color: #2e4f7b;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .form-submit {
    width: 26rem;
    height: 5.5rem;
    font-size: 1.3rem;
  }
  .form-submit::after {
    right: 1.5rem;
    width: 1.45rem;
    height: 0.5rem;
  }
}
.form-thanks__title {
  color: #2e4f7b;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.form-thanks__text {
  margin-top: 4rem;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
.form-thanks__button {
  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;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .form-thanks__title {
    font-size: 2rem;
  }
  .form-thanks__text {
    margin-top: 2rem;
    text-align: left;
  }
}
.download-unit {
  color: #34343a;
}
.download-unit__title {
  color: #2e4f7b;
  font-size: 3rem;
  line-height: 1.3;
}
.download-unit__image {
  margin-top: 3rem;
  width: 100%;
}
.download-unit__label {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.download-unit__text {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .download-unit__title {
    font-size: 2.2rem;
  }
  .download-unit__image {
    margin-top: 2.5rem;
  }
  .download-unit__label {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .download-unit__text {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

.contact-card {
  margin-top: 7rem;
  background-color: #346667;
  width: 100%;
  color: #fff;
  padding: 3rem;
  text-align: center;
  border-radius: 1.2rem;
}
.contact-card__title {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
.contact-card__text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
.contact-card__link {
  display: inline-block;
  background-color: #fff;
  color: #346667;
  margin-top: 2.5rem;
  padding: 2rem 9.6rem;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 700;
  border-radius: 0.4rem;
}

@media screen and (max-width: 767px) {
  .contact-card {
    border-radius: 1rem;
  }
  .contact-card__title {
    font-size: 2.2rem;
  }
  .contact-card__text {
    font-size: 1.4rem;
  }
  .contact-card__link {
    padding: 1rem;
    width: 100%;
    font-size: 1.5rem;
    border-radius: 0.2rem;
  }
}
.card-list {
  margin-top: 17rem;
}
.card-list + .card-list {
  margin-top: 7rem;
}
.card-list__title {
  color: #2e4f7b;
  font-size: 2.5rem;
  font-weight: 500;
}
.card-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3rem;
  margin-top: 3rem;
}
.card-list__content::after {
  content: "";
  display: block;
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .card-list {
    margin-top: 12rem;
  }
  .card-list + .card-list {
    margin-top: 3.5rem;
  }
  .card-list__title {
    font-size: 2rem;
  }
  .card-list__content {
    gap: 4.5rem;
    margin-top: 2.5rem;
  }
}
.column-writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 7rem;
  padding: 4rem;
  background-color: #fff;
  border: 0.1rem solid #2e4f7b;
  border-radius: 1rem;
}
.column-writer__box {
  width: 10rem;
  height: 10rem;
  position: relative;
}
.column-writer__image {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column-writer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.column-writer__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
.column-writer__title {
  color: #2e4f7b;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2e4f7b;
  font-size: 1.8rem;
  font-weight: 700;
}
.column-writer__name {
  color: #2e4f7b;
  font-size: 1.6rem;
  font-weight: 700;
}
.column-writer__text {
  color: #34343a;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .column-writer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
    gap: 1.5rem;
  }
  .column-writer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 11.5rem);
  }
  .column-writer__set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
  .column-writer__title {
    font-size: 1.6rem;
  }
  .column-writer__name {
    font-size: 1.4rem;
  }
  .column-writer__text {
    width: 100%;
  }
}
#ez-toc-container {
  padding: 4rem !important;
  color: #2e4f7b !important;
  border-radius: 1rem !important;
  border: 0.1rem solid #2e4f7b !important;
}
#ez-toc-container p,
#ez-toc-container a {
  color: #2e4f7b !important;
}
#ez-toc-container li::before {
  content: none;
}
#ez-toc-container * {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #ez-toc-container {
    padding: 2.5rem !important;
  }
}
#top .top-hero {
  position: relative;
  width: 100%;
  padding: 8rem 0 0 0;
}
#top .top-hero video {
  width: 100%;
  height: 90vh;
}
#top .top-hero__inner {
  max-width: 134rem;
  margin: 0 auto;
}
#top .hero-media__video,
#top .hero-media__img {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#top .hero-media__video.is-visible,
#top .hero-media__img.is-visible {
  opacity: 1;
}
#top .top-service {
  margin-top: -0.1rem;
  position: relative;
  width: 100%;
  background-color: #2e4f7b;
}
#top .top-service__inner {
  max-width: 140rem;
  margin: 0 auto;
}
#top .top-service video {
  width: 100%;
  height: 100%;
}
#top .top-service__wrap {
  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;
}
#top .top-service__heading {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#top .top-service__subheading {
  color: #ffffff;
  font-size: 1.5rem;
  padding: 1.4rem 0 0 0;
}
#top .top-service__catchphrase {
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3.1rem;
  line-height: 2;
  letter-spacing: 0.2rem;
}
#top .top-service__keyword {
  display: inline-block;
  font-size: 4rem;
  margin-top: -2rem;
}
#top .top-service__sub {
  display: inline-block;
  margin-top: -1.7rem;
}
#top .top-service__highlight {
  font-size: 4.4rem;
  color: #fcd90b;
}
#top .top-service__image {
  width: 21.68rem;
}
#top .top-service__category:last-child {
  padding: 8rem 0 0 0;
}
#top .top-service__category-title {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 700;
  padding: 0 0 3rem 0;
}
#top .top-service__category-title span {
  display: inline-block;
  background-color: #ffffff;
  color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  text-align: center;
  margin: 0 1.6rem 0 0;
}
#top .top-service__item a {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.8rem 0;
  border-bottom: 1px solid #ffffff;
}
#top .top-service__item a:hover {
  opacity: 60%;
}
#top .top-service__wrap:nth-of-type(3) img {
  max-width: 14.5rem;
  margin-bottom: 16rem;
}
#top .top-service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top .top-service__categories {
  width: 100%;
}
#top .top-feature {
  padding-bottom: 20rem;
}
#top .top-feature__heading {
  font-family: "Poppins", sans-serif;
  color: #2e4f7b;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#top .top-feature__subheading {
  color: #2e4f7b;
  font-size: 1.5rem;
  padding: 1.4rem 0 0 0;
}
#top .top-feature__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#top .top-feature__desc-text {
  position: absolute;
  line-height: 1.86;
  max-width: 40rem;
  right: -0.5rem;
  top: 12rem;
}
#top .top-feature__desc-text span {
  font-size: 1.7rem;
  color: #2e4f7b;
  font-weight: 700;
}
#top .top-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.7rem;
  padding: 6.6rem 0 0 0;
}
#top .top-feature__item-text {
  padding: 2rem 0 0 0;
  line-height: 1.9;
}
#top .top-feature__item-text span {
  font-size: 1.7rem;
  color: #2e4f7b;
  font-weight: 700;
}
#top .top-feature__more {
  padding: 9rem 0 0 0;
}
#top .top-feature__more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #2e4f7b;
  width: 36rem;
  height: 7.6rem;
  border-radius: 3.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 auto;
}
#top .top-feature .btn-hover-slide-right .arrow {
  right: 22px;
}
#top .top-feature .btn-hover-slide-right::after {
  top: 33%;
  right: 5%;
}
#top .top-feature .fade-slide-left img {
  position: absolute;
  width: 16.6rem;
  right: 0;
  top: 3%;
}
#top .top-voice {
  margin-top: -0.1rem;
}
#top .top-voice,
#top .top-tips {
  background-color: #2e4f7b;
  /* Dots wrapper */
}
#top .top-voice .btn-hover-slide-right-ble::after,
#top .top-tips .btn-hover-slide-right-ble::after {
  top: 30%;
  right: 7%;
}
#top .top-voice__slider,
#top .top-tips__slider {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#top .top-voice .btn-hover-slide-right .arrow,
#top .top-tips .btn-hover-slide-right .arrow {
  position: absolute;
  top: 48%;
  right: 5%;
  width: 16px;
  height: 16px;
  background: url(../images/common/right-ble.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
#top .top-voice__wrap,
#top .top-tips__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .top-voice__heading,
#top .top-tips__heading {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#top .top-voice__subheading,
#top .top-tips__subheading {
  color: #ffffff;
  font-size: 1.5rem;
  padding: 1.4rem 0 0 0;
}
#top .top-voice__item,
#top .top-tips__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: #ffffff;
  border: 0.1rem solid #2e4f7b;
  border-radius: 1rem;
  padding: 3rem;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
#top .top-voice__item::hover,
#top .top-tips__item::hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
#top .top-voice__user-title,
#top .top-tips__user-title {
  font-size: 1.6rem;
  color: #34343a;
  font-weight: 700;
  line-height: 1.8;
  padding: 1.2rem 0 0 0;
}
#top .top-voice__user-role,
#top .top-tips__user-role {
  font-size: 1.4rem;
  color: #34343a;
  line-height: 1.6;
  padding-top: 1rem;
  font-weight: 500;
}
#top .top-voice__user-date,
#top .top-tips__user-date {
  padding-top: 1rem;
}
#top .top-voice__category,
#top .top-tips__category {
  display: block;
  margin: 2.4rem 0 0 -0.5rem;
}
#top .top-voice__category-item,
#top .top-tips__category-item {
  display: inline-block;
  color: #ffffff;
  background-color: #2e4f7b;
  font-weight: 500;
  border-radius: 0.4rem;
  padding: 0.3rem 1rem 0.4rem 1rem;
  margin: 0.3rem;
}
#top .top-voice__more,
#top .top-tips__more {
  padding: 7rem 0;
}
#top .top-voice__more-link,
#top .top-tips__more-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2e4f7b;
  background-color: #ffffff;
  font-weight: 500;
  width: 24rem;
  height: 6rem;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top .top-voice__link,
#top .top-tips__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top .top-voice__category,
#top .top-tips__category {
  margin-top: auto;
  padding: 3rem 0 0 0;
}
#top .top-voice__image img,
#top .top-tips__image img {
  display: block;
  max-width: 11.4rem;
  margin: 0 0 0 auto;
}
#top .top-voice .slick-slide img,
#top .top-tips .slick-slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#top .top-voice .slick-slide,
#top .top-tips .slick-slide {
  margin: 0 1.5rem;
}
#top .top-voice__list,
#top .top-tips__list {
  width: 61.94vw;
}
#top .top-voice .slick-dots,
#top .top-tips .slick-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  list-style: none;
  padding: 0;
  gap: 0;
}
#top .top-voice .slick-dots button,
#top .top-tips .slick-dots button {
  display: none;
}
#top .top-voice .slick-dots li,
#top .top-tips .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.4rem;
  background-color: #6d84a3;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#top .top-voice .slick-dots li.slick-active,
#top .top-tips .slick-dots li.slick-active {
  background-color: #ffffff;
}
#top .top-voice .slick-dots,
#top .top-tips .slick-dots {
  width: 48rem;
}
#top .top-voice .custom-arrow,
#top .top-tips .custom-arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  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;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#top .top-voice .slick-prev,
#top .top-tips .slick-prev {
  position: absolute;
  top: 95%;
  left: 52rem;
}
#top .top-voice .slick-track,
#top .top-tips .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#top .top-voice .slick-slide,
#top .top-tips .slick-slide {
  height: auto !important;
}
#top .top-voice .slick-next,
#top .top-tips .slick-next {
  position: absolute;
  top: 95%;
  left: 57rem;
}
#top .top-voice .slick-prev::before,
#top .top-voice .slick-next::before,
#top .top-tips .slick-prev::before,
#top .top-tips .slick-next::before {
  content: url(../images/common/left-ble.svg);
  font-weight: 900;
  font-size: 24px;
  bottom: 26%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#top .top-voice .slick-next::before,
#top .top-tips .slick-next::before {
  content: url(../images/common/right-ble.svg);
}
#top .top-voice .slick-prev:hover::before,
#top .top-tips .slick-prev:hover::before {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#top .top-voice .slick-next:hover::before,
#top .top-tips .slick-next:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#top .top-voice .top-tips__list .slick-slide > div,
#top .top-tips .top-tips__list .slick-slide > div {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top .top-voice {
  padding-bottom: 14rem;
}
#top .top-voice__item {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#top .top-voice__item:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#top .top-tips__item {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#top .top-tips__item:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#top .top-news .btn-hover-slide-right::after {
  top: 31%;
  right: 9%;
}
#top .top-news .btn-hover-slide-right .arrow {
  position: absolute;
  top: 48%;
  right: 5%;
}
#top .top-news__item a {
  display: block;
  padding: 2rem 0 2.5rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top .top-news__item a:hover {
  opacity: 65%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top .top-news__heading {
  font-family: "Poppins", sans-serif;
  color: #2e4f7b;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#top .top-news__subheading {
  color: #2e4f7b;
  font-size: 1.5rem;
  padding: 1.4rem 0 0 0;
}
#top .top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#top .top-news__image img {
  max-width: 100%;
  padding: 6rem 0 0 0;
}
#top .top-news__more {
  padding: 7rem 0;
}
#top .top-news__more-link {
  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;
  color: #ffffff;
  background-color: #2e4f7b;
  font-weight: 500;
  width: 24rem;
  height: 6rem;
  border-radius: 3rem;
}
#top .top-news__item {
  border-bottom: 0.1rem solid #c4c4c4;
}
#top .top-news__item:first-of-type {
  border-top: 0.1rem solid #c4c4c4;
}
#top .top-news__date {
  font-size: 1.4rem;
  font-weight: 500;
}
#top .top-news__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 1rem 0 0 0;
}
#top .top-cta {
  background-color: #2e4f7b;
  padding: 14rem 0 16rem 0;
}
#top .top-cta__heading {
  color: #ffffff;
  font-size: 5.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.45;
  letter-spacing: 0.2rem;
}
#top .top-cta__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top .top-cta .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
#top .top-cta__main__text {
  color: #ffffff;
  font-weight: 500;
  line-height: 2;
}
#top .top-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  padding: 6.5rem 0 0 0;
}
#top .top-cta__link {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 8.5rem 0 11rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  color: #2e4f7b;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  width: 34.5rem;
  height: 25rem;
  border-radius: 1rem;
}
#top .top-cta__link:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
#top .top-cta__link img {
  position: absolute;
  width: 4.6rem;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  bottom: 2.6rem;
  right: 3rem;
}
#top .top-cta__link span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  color: #8295b0;
  font-weight: 400;
  padding: 1.3rem 0;
  letter-spacing: 0.1rem;
}
#top .top-cta__item:nth-of-type(2) img {
  width: 5.7rem;
}
#top .top-cta .btn-hover-slide-right-ble::after {
  display: none;
}
#top .top-cta .btn-hover-slide-right .arrow {
  top: 65%;
  right: 48%;
  background: url(../images/common/right-ble.svg) no-repeat center/contain;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#top .top-cta__link:hover img {
  -webkit-animation: shake 0.4s infinite ease-in-out;
          animation: shake 0.4s infinite ease-in-out;
}
#top .wave-section {
  margin-top: -16rem;
}
#top .wave-section.wave-reverse {
  margin-top: -0.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1124px) {
  #top .top-service__heading {
    font-size: 5vw;
  }
  #top .top-service__subheading {
    font-size: 2vw;
  }
  #top .top-service__keyword {
    font-size: 2.98vw;
  }
  #top .top-service__catchphrase {
    font-size: 2.31vw;
  }
  #top .top-service__highlight {
    font-size: 3.2vw;
  }
  #top .top-service__wrap {
    gap: 6vw;
  }
  #top .top-service__category-title {
    font-size: 1.9vw;
    padding: 0 0 1vw 0;
  }
  #top .top-service__item a {
    font-size: 1.3vw;
  }
  #top .top-service__image {
    width: 20vw;
  }
  #top .top-service__wrap:nth-of-type(3) img {
    max-width: 12vw;
    margin-bottom: 21vw;
  }
  #top .top-feature__heading {
    font-size: 5vw;
  }
  #top .top-feature__subheading {
    font-size: 2vw;
  }
  #top .top-feature__desc-main img {
    width: 61.7vw;
  }
  #top .top-feature__desc-text {
    top: 12vw;
    width: 38vw;
    right: -3vw;
  }
  #top .top-feature__item-title img {
    width: 25vw;
  }
  #top .top-feature__list {
    gap: 4vw;
    padding: 6.6rem 0 0 0;
  }
  #top .top-feature__desc-text span {
    font-size: 1.8vw;
  }
  #top .top-feature__item-text span {
    font-size: 1.8vw;
  }
  #top .top-feature__more-link {
    width: 37vw;
    height: 9vw;
    font-size: 2vw;
    border-radius: 30vw;
  }
  #top .top-feature__more {
    padding: 7vw 0 0 0;
  }
  #top .top-voice__heading,
  #top .top-tips__heading {
    font-size: 5vw;
  }
  #top .top-voice__subheading,
  #top .top-tips__subheading {
    font-size: 2vw;
  }
  #top .top-voice__more-link,
  #top .top-tips__more-link {
    width: 18.5vw;
    height: 5.2vw;
  }
  #top .top-voice .slick-dots,
  #top .top-tips .slick-dots {
    width: 41vw;
  }
  #top .top-voice .slick-prev,
  #top .top-tips .slick-prev {
    left: 45vw;
  }
  #top .top-voice .slick-next,
  #top .top-tips .slick-next {
    left: 52vw;
  }
  #top .top-news__heading {
    font-size: 5vw;
  }
  #top .top-news__subheading {
    font-size: 2vw;
  }
  #top .top-news__wrap {
    gap: 4vw;
  }
  #top .top-news__image img {
    padding: 4vw 0 0 0;
  }
  #top .top-news__item {
    padding: 1.3vw 0;
  }
  #top .top-news__title {
    font-size: 1.7vw;
  }
  #top .top-news__date {
    font-size: 1.6vw;
  }
  #top .top-cta {
    padding: 11vw 5vw 13vw 5vw;
  }
  #top .top-cta__heading {
    font-size: 4.1vw;
  }
  #top .top-cta__link {
    width: 27.2vw;
    height: 25vw;
    padding: 8vw 2vw;
    font-size: 2vw;
  }
  #top .top-cta__link span {
    font-size: 1.3vw;
  }
  #top .top-cta__link img {
    width: 5vw;
    bottom: 2vw;
    right: 1.5vw;
  }
  #top .top-cta .top-cta__item:nth-of-type(2) img {
    width: 6vw;
  }
  #top .top-cta .btn-hover-slide-right-ble::after {
    right: 48%;
    top: 15vw;
  }
}
@media screen and (max-width: 767px) {
  #top .top-hero video {
    width: 100%;
    height: 132vw;
  }
  #top .top-service .service-media {
    padding: 9vw 0 17vw 0;
  }
  #top .top-service__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #top .top-service__wrap:nth-of-type(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #top .top-service__wrap:nth-of-type(3) img {
    max-width: 30.4vw;
    margin-bottom: 0;
  }
  #top .top-service__item {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #top .top-service__catchphrase {
    font-size: 6.6vw;
    line-height: 2;
    padding: 0;
  }
  #top .top-service__highlight {
    font-size: 9.4vw;
  }
  #top .top-service__keyword {
    font-size: 8.5vw;
  }
  #top .top-service__heading {
    font-size: 13.3vw;
  }
  #top .top-service__subheading {
    font-size: 3.7vw;
    padding: 2.1vw 0 0 0;
  }
  #top .top-service__image {
    width: 100%;
  }
  #top .top-service__main {
    padding: 7.46vw 0 15vw 0;
  }
  #top .top-service__category-title {
    font-size: 5.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 5.7vw 0;
  }
  #top .top-service__category-title span {
    width: 1.3vw;
    height: 1.3vw;
    text-align: center;
    margin: 0 2vw;
  }
  #top .top-service__item a {
    font-size: 3.7vw;
    padding: 3.7vw 0;
  }
  #top .top-service__category:last-child {
    padding: 11vw 0 0 0;
  }
  #top .top-voice__heading,
  #top .top-tips__heading {
    font-size: 13.3vw;
  }
  #top .top-voice__subheading,
  #top .top-tips__subheading {
    font-size: 3.7vw;
    padding: 2.1vw 0 0 0;
  }
  #top .top-voice .slick-prev,
  #top .top-tips .slick-prev {
    left: 0rem;
  }
  #top .top-voice .slick-next,
  #top .top-tips .slick-next {
    left: 0rem;
  }
  #top .top-voice__item,
  #top .top-tips__item {
    min-height: 83.3vw;
    min-width: 66.6vw !important;
    padding: 4vw;
    border-radius: 1.3vw;
  }
  #top .top-voice__user-role,
  #top .top-tips__user-role {
    font-size: 3.2vw;
    padding: 4vw 0 0 0;
  }
  #top .top-voice__user-title,
  #top .top-tips__user-title {
    font-size: 3.73vw;
    line-height: 1.8;
  }
  #top .top-voice .slick-slide,
  #top .top-tips .slick-slide {
    margin: 0 2.5vw;
  }
  #top .top-voice .slick-slide img,
  #top .top-tips .slick-slide img {
    display: block;
    width: 55vw !important;
  }
  #top .top-voice__category-item,
  #top .top-tips__category-item {
    font-size: 2.93vw;
    margin: 0.3vw 0.2vw;
    border-radius: 0.5vw;
  }
  #top .top-voice__category,
  #top .top-tips__category {
    margin: 6.4vw 0 0 0rem;
  }
  #top .top-voice__wrap,
  #top .top-tips__wrap {
    display: block;
  }
  #top .top-voice .slick-dots,
  #top .top-tips .slick-dots {
    margin: 14vw 0 0 5.33vw;
    width: 61.3vw;
    height: 0.8vw;
  }
  #top .top-voice .slick-dots li,
  #top .top-tips .slick-dots li {
    height: 0.8vw;
  }
  #top .top-voice .custom-arrow,
  #top .top-tips .custom-arrow {
    width: 9.33vw;
    height: 9.33vw;
  }
  #top .top-voice .slick-prev,
  #top .top-tips .slick-prev {
    position: absolute;
    top: 86%;
    left: 70vw;
  }
  #top .top-voice .slick-prev::before,
  #top .top-voice .slick-next::before,
  #top .top-tips .slick-prev::before,
  #top .top-tips .slick-next::before {
    bottom: 28%;
  }
  #top .top-voice .slick-next,
  #top .top-tips .slick-next {
    position: absolute;
    top: 86%;
    left: 83vw;
  }
  #top .top-voice__list,
  #top .top-tips__list {
    padding: 11.3vw 0;
    width: 100%;
  }
  #top .top-voice__more,
  #top .top-tips__more {
    padding: 0;
  }
  #top .top-voice__more-link,
  #top .top-tips__more-link {
    width: 69.3vw;
    height: 14.6vw;
    font-size: 3.46vw;
    margin: 11vw auto 0 auto;
    border-radius: 30vw;
  }
  #top .top-voice {
    padding-bottom: 0;
  }
  #top .top-voice__image img {
    max-width: 24.4vw;
    margin: 12vw 10vw 0 auto;
  }
  #top .top-tips__image img {
    max-width: 28vw;
    margin: 20vw auto 0 10vw;
  }
  #top .top-tips {
    padding-bottom: 0;
  }
  #top .top-cta {
    padding: 23vw 0 32vw 0;
  }
  #top .top-cta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.33vw;
  }
  #top .top-cta .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10vw;
  }
  #top .top-cta__heading {
    font-size: 9.86vw;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    line-height: 1.2;
  }
  #top .top-cta__link {
    font-size: 6.1vw;
    width: 89.3vw;
    height: 42.6vw;
    border-radius: 1rem;
    padding: 10.6vw 0 19.2vw 0;
  }
  #top .top-cta__link img {
    width: 11.7vw;
    bottom: 3.5vw;
    right: 3vw;
  }
  #top .top-cta__item:nth-of-type(2) img {
    width: 11.3vw;
    right: 4vw;
  }
  #top .top-cta__link span {
    font-size: 3.2vw;
    padding: 3.2vw 0;
    letter-spacing: 0.1rem;
  }
  #top .top-cta .btn-hover-slide-right-ble::after {
    display: block;
    content: url(../images/common/right-ble.svg);
    position: absolute;
    top: 56%;
    right: 48%;
  }
  #top .top-cta .arrow {
    display: none;
  }
  #top .top-news__item a {
    padding: 0;
  }
  #top .top-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.9vw;
  }
  #top .top-news__more {
    padding: 16vw 0;
  }
  #top .top-news__more-link {
    width: 69.3vw;
    height: 14.6vw;
    font-size: 3.46vw;
    margin: 0 auto;
    border-radius: 30vw;
  }
  #top .top-news__image img {
    padding: 0;
  }
  #top .top-news__item {
    padding: 4.9vw 17vw 4.9vw 0;
  }
  #top .top-news__item:first-of-type {
    padding: 4.6vw 0;
  }
  #top .top-news__heading {
    font-size: 13.3vw;
  }
  #top .top-news__subheading {
    font-size: 3.7vw;
    padding: 2.1vw 0 0 0;
  }
  #top .top-news__title {
    display: inline-block;
    font-size: 3.73vw;
    line-height: 1.78;
  }
  #top .top-news__date {
    font-size: 2.9vw;
  }
  #top .top-news__image {
    width: 90%;
    margin: 0 0 8vw auto;
  }
  #top .top-hero {
    padding: 16vw 0 0 0;
  }
  #top .wave-section {
    height: 25vw;
    margin-top: -16vw;
  }
  #top .top-feature {
    padding-bottom: 30vw;
  }
  #top .top-feature__heading {
    font-size: 13.3vw;
  }
  #top .top-feature__subheading {
    font-size: 3.7vw;
    padding: 2.1vw 0 0 0;
  }
  #top .top-feature__header {
    display: block;
  }
  #top .top-feature__desc-text {
    position: static;
    padding: 6vw 0 0 0;
    max-width: 100%;
  }
  #top .top-feature__desc-main {
    padding: 12.8vw 0 0 0;
  }
  #top .top-feature__desc-text span {
    font-size: 3.46vw;
  }
  #top .top-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17.7vw;
    padding: 12.6vw 0 0 0;
  }
  #top .top-feature__item-text span {
    font-size: 3.46vw;
  }
  #top .top-feature__item-text {
    line-height: 2;
  }
  #top .top-feature__item:first-of-type .top-feature__item-title {
    width: 72.9vw;
  }
  #top .top-feature__item:nth-of-type(2) .top-feature__item-title {
    width: 68.6vw;
  }
  #top .top-feature__item:nth-of-type(3) .top-feature__item-title {
    width: 86.1vw;
  }
  #top .top-feature__more {
    padding: 15.3vw 0 0 0;
  }
  #top .top-feature__more-link {
    width: 69.3vw;
    height: 14.6vw;
    font-size: 3.46vw;
    border-radius: 30vw;
  }
  #top .top-feature .btn-hover-slide-right::after {
    top: 34%;
    right: 5%;
  }
  #top .top-tips .btn-hover-slide-right-ble::after {
    top: 35%;
    right: 7%;
  }
  #top .top-news .btn-hover-slide-right::after {
    top: 35%;
    right: 9%;
  }
}

@media (min-width: 2000px) {
  #top .top-hero video {
    width: 100%;
    height: 80vh;
  }
}
#company .company-desc {
  background-color: #2e4f7b;
  margin-top: -0.1rem;
  padding: 0 0 10rem 0;
}
#company .company-desc__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  gap: 3rem;
}
#company .company-desc__main {
  font-size: 2.5rem;
  white-space: nowrap;
  font-weight: 500;
}
#company .company-desc__item:last-of-type {
  display: block;
  width: 100%;
}
#company .company-desc__wrap:first-of-type {
  padding: 5rem 0 10rem 0;
}
#company .company-desc__heading {
  font-size: 2.5rem;
  font-weight: 500;
  border-bottom: 0.1rem solid;
  padding: 0 0 1rem 0;
}
#company .company-desc__catchphrase {
  line-height: 2;
  padding: 1.5rem 0 0 0;
}
#company .company-greeting {
  background-color: #2e4f7b;
  padding: 0 0 18rem 0;
}
#company .company-greeting__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  color: #ffffff;
}
#company .company-greeting__title {
  font-size: 2.5rem;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
#company .company-greeting__text {
  line-height: 2;
}
#company .company-greeting__sin {
  display: block;
  max-width: 14.3rem;
  margin: 0 0 0 auto;
  padding: 2.3rem 0 0 0;
}
#company .company-greeting__profile {
  display: block;
  margin: 5.2rem 0 0 auto;
  color: #ffffff;
  border: 0.1rem solid #ffffff;
  border-radius: 1rem;
  padding: 2rem 3rem;
  max-width: 72rem;
}
#company .company-greeting__profile-title {
  color: #8295b0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}
#company .company-greeting__profile-text {
  line-height: 2;
  font-size: 1.3rem;
  padding: 0.6rem 0 0 0;
  letter-spacing: 0.09em;
}
#company .company-overview {
  padding: 14rem 0 5rem 0;
}
#company .company-overview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
}
#company .company-overview__title {
  font-size: 2.5rem;
  color: #34343a;
  font-weight: 400;
  white-space: nowrap;
  padding: 4rem 0 0 0;
  line-height: 2;
}
#company .company-overview__table-wrap {
  display: block;
  width: 100%;
}
#company .company-overview__table {
  display: block;
  width: 100%;
  border-top: 0.1rem solid #c4c4c4;
  padding: 4rem 0;
  color: #34343a;
  font-weight: 500;
  border-collapse: separate;
  border-spacing: 0 1.2rem;
}
#company .company-overview__table-heading {
  font-weight: 500;
  display: block;
  text-align: left;
  padding-right: 6.6rem;
}
#company .company-overview__table-data {
  line-height: 2;
}
#company .company-overview__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 3rem;
  border: 0.1rem solid #2e4f7b;
  border-radius: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.2rem;
  position: relative;
}
#company .company-overview__parent-logo-image {
  display: block;
  max-width: 18rem;
  margin: 0 auto;
}
#company .company-overview__parent::after {
  content: "";
  position: absolute;
  background-color: #8295b0;
  width: 0.1rem;
  height: 11rem;
  top: 2.5rem;
  left: 29.5%;
}
#company .company-overview__parent-text {
  font-size: 1.4rem;
  line-height: 2.1;
  padding: 1.5rem 0;
}
#company .company-access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
}
#company .company-access__title {
  font-size: 2.5rem;
  color: #34343a;
  font-weight: 400;
  white-space: nowrap;
  padding: 3rem 0 0 0;
}
#company .company-access__list {
  display: block;
  width: 100%;
  border-top: 0.1rem solid #c4c4c4;
  padding: 3rem 0 6rem 0;
  color: #34343a;
  font-weight: 500;
  border-collapse: separate;
  border-spacing: 0 1.2rem;
}
#company .company-access__map {
  width: 100%;
  height: 30rem;
}
#company .company-access__train {
  padding: 1.8rem 0 0 0;
}
#company .company-access__train-heading {
  font-weight: 700;
  padding-bottom: 0.5rem;
}
#company .company-access__train-item {
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  #company .company-desc__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #company .company-desc__wrap:first-of-type {
    padding: 0 0 10rem 0;
    gap: 2.5rem;
  }
  #company .company-desc__main {
    font-size: 2rem;
  }
  #company .company-desc__heading {
    font-size: 1.9rem;
    line-height: 1.52;
    padding: 0 0 1.5rem 0;
  }
  #company .company-desc__catchphrase {
    padding: 1.4rem 0 0 0;
  }
  #company .company-greeting {
    padding: 0 0 10rem 0;
  }
  #company .company-greeting__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  #company .company-greeting__title {
    font-size: 2rem;
  }
  #company .company-greeting__text {
    font-size: 1.4rem;
    line-height: 2;
  }
  #company .company-greeting__sin {
    max-width: 14.25rem;
    padding: 2rem 0 0 0;
  }
  #company .company-greeting__profile {
    display: block;
    margin: 7rem 0 0 0;
    border: 0.1rem solid #fff;
    border-radius: 0.5rem;
    padding: 1.8rem;
    max-width: 100%;
  }
  #company .company-greeting__profile-title {
    font-size: 1rem;
  }
  #company .company-greeting__profile-text {
    font-size: 1.2rem;
    padding: 1.2rem 0 0 0;
    letter-spacing: 0.09em;
  }
  #company .company-overview {
    padding: 0;
  }
  #company .company-overview__title {
    font-size: 2rem;
    padding: 10rem 0 0 0;
  }
  #company .company-overview__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8rem;
  }
  #company .company-overview__table {
    padding: 0.5rem 0;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    border-spacing: 0 1.2rem;
  }
  #company .company-overview__table-heading {
    padding-right: 1.4rem;
    white-space: nowrap;
  }
  #company .company-overview__parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem;
    border-radius: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
    position: relative;
  }
  #company .company-overview__parent::after {
    content: "";
    position: absolute;
    width: 28rem;
    height: 0.1rem;
    top: 41%;
    left: 7%;
  }
  #company .company-overview__parent-text {
    font-size: 1.2rem;
    line-height: 2.1;
    padding: 0;
  }
  #company .company-overview__parent-logo-image {
    max-width: 50vw;
  }
  #company .company-access {
    padding: 0 0 12rem 0;
  }
  #company .company-access__title {
    font-size: 2rem;
    padding: 10rem 0 0 0;
  }
  #company .company-access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  #company .company-access__list {
    padding: 2rem 0;
    border-bottom: 0.1rem solid #c4c4c4;
    margin-bottom: 4.5rem;
  }
  #company .company-access__map {
    height: 27rem;
  }
  #company .company-access__train {
    padding: 1.5rem 0 0 0;
  }
  #company .company-access__train-heading {
    font-weight: 700;
    padding-bottom: 1.2rem;
  }
  #company .company-access__train-item {
    padding: 0.5rem 0;
    line-height: 1.6;
  }
  #company #access {
    display: block;
    margin-top: -5rem;
    padding-top: 5rem;
  }
}
#company #mission-slogan {
  display: block;
  margin-top: -8rem;
  padding-top: 8rem;
}
#company #access {
  display: block;
  margin-top: -8rem;
  padding-top: 8rem;
}

#archive .archive-article__head {
  background-color: #2e4f7b;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
#archive .archive-article__title {
  font-size: 5rem;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
#archive .archive-article__subtitle {
  margin-top: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#archive .archive-article__body {
  padding: 6rem 0 16rem;
  background-color: #f2f2f2;
}
#archive .archive-article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3rem;
  margin-top: -10rem;
}
#archive .archive-article__content::before, #archive .archive-article__content::after {
  content: "";
  display: block;
  width: 30rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#archive .archive-article__content > * {
  margin-top: 10rem;
}
#archive .archive-article__pager {
  margin: 10rem auto 0;
}
#archive .archive-nav {
  margin-top: 2rem;
}
#archive .archive-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
#archive .archive-nav__item {
  display: inline-block;
}
#archive .archive-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem;
  min-width: 7rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  border: 0.1rem solid #eaedf2;
  border-radius: 0.75rem;
}
#archive .archive-nav__link.is-active {
  background-color: #eaedf2;
  color: #2e4f7b;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #archive .archive-article__head {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  #archive .archive-article__title {
    font-size: 4rem;
  }
  #archive .archive-article__subtitle {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  #archive .archive-article__body {
    padding: 6rem 0 12rem;
  }
  #archive .archive-article__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 1.5rem;
    margin-top: -3.5rem;
  }
  #archive .archive-article__content > * {
    margin-top: 3.5rem;
  }
  #archive .archive-article__pager {
    margin: 3.5rem auto 0;
  }
  #archive .archive-nav__link {
    min-width: 6rem;
  }
}

#news .news-archive__body {
  padding-top: 6rem;
}
#news .news-archive__content {
  max-width: 80rem;
  margin: 4rem auto 0;
}
#news .news-archive__content .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#news .news-archive__pager {
  margin-top: 11rem;
}
#news .news-article__body {
  padding-top: 4rem;
}
#news .news-article__content {
  max-width: 96rem;
  margin: 0 auto;
}
#news .news-article__title {
  font-size: 5.5rem;
  font-weight: 700;
  color: #2e4f7b;
  line-height: 1.3;
}
#news .news-article__date {
  margin-top: 4rem;
  color: #2e4f7b;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#news .news-article__post {
  margin-top: 5rem;
  color: #34343a;
}
#news .news-article__post > * {
  line-height: 2;
  margin-top: 1.5rem;
}
#news .news-article__post a {
  color: #0693e3;
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
  #news .news-archive__content,
  #news .news-article__content {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  #news .news-archive__body {
    padding: 6rem 0 16rem;
  }
  #news .news-archive__content {
    margin: 0;
    padding: 0 2rem;
  }
  #news .news-archive__pager {
    margin-top: 8rem;
  }
  #news .news-article__body {
    padding: 4.5rem 0 16rem;
  }
  #news .news-article__content {
    padding: 0 2rem;
  }
  #news .news-article__title {
    font-size: 3.2rem;
  }
  #news .news-article__date {
    margin-top: 3rem;
    font-size: 1.3rem;
  }
  #news .news-article__post {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
.voice {
  background-color: #f2f2f2;
}

.voice-article {
  padding: 7rem 0 14rem;
}
.voice-article__title {
  color: #2e4f7b;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 500;
}
.voice-article__sub {
  display: inline-block;
  padding: 4rem 0 1.5rem;
  color: #2e4f7b;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}
.voice-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  gap: 1rem;
}
.voice-article__link {
  display: inline-block;
  background-color: #2e4f7b;
  color: #fff;
  padding: 1.2rem 2.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 0.75rem;
}
.voice-article__catch {
  margin-top: 4rem;
  color: #2e4f7b;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.voice-box {
  background-color: #fff;
  margin-top: 4rem;
  padding: 5rem;
  color: #2e4f7b;
  border: 1px solid #2e4f7b;
}
.voice-box__title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.voice-box__list {
  margin-top: 0.5em;
  font-size: 1.5rem;
}
.voice-box__item {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 1em;
  text-indent: -1em;
}
.voice-box__item::before {
  content: "・";
  font-weight: 700;
}

.voice-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  width: 100%;
  color: #2e4f7b;
  font-weight: 500;
}
.voice-unit + .voice-unit {
  padding-top: 1rem;
}
.voice-unit__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2rem;
}
.voice-unit__body {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.voice-unit__title {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
}
.voice-unit__text {
  font-size: 1.5rem;
  line-height: 2;
}

.voice-images {
  margin-top: 6rem;
}
.voice-images__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-images__unit + .voice-images__unit {
  margin-top: 8rem;
}
.voice-images__unit::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice-images__inner {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.voice-images__image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .voice-article {
    padding: 5rem 0 11.5rem;
  }
  .voice-article__list {
    gap: 0.8rem;
  }
  .voice-article__title {
    font-size: 3.2rem;
  }
  .voice-article__sub {
    padding: 3rem 0 1rem;
  }
  .voice-article__link {
    padding: 1rem 0.8rem;
    font-size: 1.1rem;
  }
  .voice-article__catch {
    font-size: 2rem;
    line-height: 1.7;
  }
  .voice-box {
    margin-top: 3.5rem;
    padding: 3rem 2.5rem;
  }
  .voice-box__title {
    font-size: 1.8rem;
  }
  .voice-box__item {
    font-size: 1.4rem;
  }
  .voice-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.5rem;
  }
  .voice-unit + .voice-unit {
    padding-top: 2.5rem;
  }
  .voice-unit__title {
    font-size: 2rem;
  }
  .voice-unit__body {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 0.1rem solid #999;
  }
  .voice-unit__text {
    font-size: 1.4rem;
  }
  .voice-images {
    margin-top: 4rem;
  }
  .voice-images__unit + .voice-images__unit {
    margin-top: 3rem;
  }
  .voice-images__unit::before {
    content: none;
  }
}
.advertising-creative .service-menu__heading-item {
  color: #2e4f7b;
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  padding: 0 0 4.5rem 0;
}
.advertising-creative .service-menu .tab-content {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.advertising-creative .service-menu .tab-content.is-active {
  display: block;
  opacity: 1;
}
.advertising-creative .service-menu .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.advertising-creative .service-menu .tab-button {
  background: #ffffff;
  color: #2e4f7b;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 1rem 2.4rem;
  border: 0.1rem solid #2e4f7b;
}
.advertising-creative .service-menu .tab-button.is-active {
  background: #2e4f7b;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 1rem;
}
.advertising-creative .service-menu__effect-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advertising-creative .service-menu__effect-item:not(:last-child) {
  margin-bottom: 3rem;
}
.advertising-creative .service-menu__effect-box {
  background-color: #2e4f7b;
  color: #ffffff;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  width: 100%;
}
.advertising-creative .service-menu__effect-price {
  font-weight: 900;
  font-size: 1.8rem;
}
.advertising-creative .service-menu__effect-price--before {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.advertising-creative .service-menu__effect-price--after {
  color: #fcd90b;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.advertising-creative .service-menu__effect-price--after span {
  font-size: 1.8rem;
}
.advertising-creative .service-menu__effect-description {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2rem 0;
}
.advertising-creative .service-menu__tag {
  font-size: 1.2rem;
  border-bottom: 0.1rem solid;
}
.advertising-creative .service-menu__effect {
  padding: 6rem 0 0 0;
}
.advertising-creative .service-menu .triangle {
  background: #2e4f7b;
  height: 2.3817197217rem;
  width: 1.5rem;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  margin-right: -0.1rem;
}
.advertising-creative .tab-content {
  display: block;
  border: 0.1rem solid #2e4f7b;
  border-radius: 1rem;
  margin-top: 7rem;
  padding: 6rem 7rem;
}
.advertising-creative .tab-content__title {
  color: #2e4f7b;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0 0 1.8rem 0;
  border-bottom: 0.1rem solid #2e4f7b;
}
.advertising-creative .tab-content__disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.4rem 0 0 0;
}
.advertising-creative .tab-content__item {
  color: #2e4f7b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.66;
  font-family: "Noto Sans JP", sans-serif;
}
.advertising-creative .tab-content__item:not(:last-child) {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .advertising-creative .service-menu__heading-item {
    font-size: 2.9rem;
    padding: 4rem 0 2.3rem 0;
  }
  .advertising-creative .service-menu .tab-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    grid-template-columns: repeat(2, auto);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advertising-creative .service-menu .tab-button {
    font-size: 1.1rem;
    border-radius: 0.75rem;
    padding: 0.5rem 1rem;
    border-radius: 0.7rem;
  }
  .advertising-creative .service-menu .tab-buttons:first-of-type {
    margin-bottom: 1rem;
  }
  .advertising-creative .service-menu .tab-button.is-active {
    font-size: 1.1rem;
    border-radius: 0.75rem;
  }
  .advertising-creative .service-menu__image {
    max-width: 7.7rem;
  }
  .advertising-creative .service-menu__effect-box {
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
  .advertising-creative .service-menu__effect-price--before {
    font-size: 2.1rem;
  }
  .advertising-creative .service-menu__effect-price--after {
    font-size: 2.1rem;
  }
  .advertising-creative .service-menu__effect-description {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    padding: 2rem 0;
  }
  .advertising-creative .service-menu__effect-description {
    font-size: 1.4rem;
    padding: 1rem 0;
    line-height: 1.6;
  }
  .advertising-creative .service-menu__effect-tags {
    line-height: 1.6;
  }
  .advertising-creative .service-menu__effect-price {
    font-size: 1.3rem;
    line-height: 2;
  }
  .advertising-creative .tab-content {
    margin-top: 2rem;
    padding: 4rem 2rem;
  }
  .advertising-creative .tab-content__title {
    font-size: 1.9rem;
    padding: 0 0 1.8rem 0;
    border-bottom: 0.1rem solid #2e4f7b;
  }
  .advertising-creative .tab-content__disc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5rem 0 0 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  .advertising-creative .tab-content__list {
    padding: 3rem 0 0 0;
  }
  .advertising-creative .tab-content__item {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .advertising-creative .tab-content__item:not(:last-child) {
    padding-bottom: 2rem;
  }
}

.ec-design .flow__wrap {
  padding-bottom: 8rem;
}
.ec-design .ec-design-media-list p {
  padding-top: 6rem;
}
.ec-design .feature-link {
  color: #ffffff;
  text-decoration: underline;
}
.ec-design .feature-link:hover {
  opacity: 60%;
}
@media screen and (max-width: 767px) {
  .ec-design .flow__wrap {
    padding: 0;
  }
  .ec-design .ec-design-media-list p {
    padding-top: 3rem;
    text-align: center;
  }
  .ec-design .media-list__heading-item {
    padding-bottom: 2.5rem;
  }
}

.ec-consulting .ec-consulting-media-list p {
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .ec-consulting .ec-consulting-media-list p {
    padding-top: 3rem;
    text-align: center;
  }
  .ec-consulting .flow__wrap {
    padding: 0;
  }
}
.seo-writing .flow__step {
  background-color: #ffffff;
  color: #2e4f7b;
}
.seo-writing .flow__item-title {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
}
.seo-writing .flow__item-desc {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2;
  padding: 2rem 0 0 0;
}
.seo-writing .flow__item-wrap {
  max-width: 54rem;
}
.seo-writing .flow__wrap {
  padding: 10rem 0 0 0;
}
.seo-writing .service-desc {
  padding: 7rem 0 16rem 0;
}
.seo-writing .is-bold {
  font-weight: 700;
}
.seo-writing .flow__item:nth-child(4) .flow__image {
  display: none;
}
@media screen and (max-width: 767px) {
  .seo-writing .flow__item-title {
    line-height: 1.77;
  }
  .seo-writing .flow__wrap {
    padding: 5rem 0 0 0;
  }
  .seo-writing .service-desc {
    padding: 3.7rem 0 9rem 0;
  }
  .seo-writing .advertising-case__content img {
    padding: 0;
  }
  .seo-writing .flow__item:nth-child(2) .flow__image {
    width: 3rem;
    top: 27.5rem;
    left: 1rem;
  }
  .seo-writing .flow__item:nth-child(4) .flow__image {
    display: none;
  }
}

.contact-form {
  background-color: #f2f2f2;
  padding: 10rem 0 16rem;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 6rem 0 12rem;
  }
}
.download-form {
  background-color: #f2f2f2;
  padding: 10rem 0 16rem;
}
.download-form__split {
  display: grid;
  grid-template-columns: 4fr 7fr;
  gap: 8rem;
}

@media screen and (max-width: 767px) {
  .download-form {
    padding: 6rem 0 12rem;
  }
  .download-form__split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
  }
}
.column {
  background-color: #f2f2f2;
}

.column-article__content {
  max-width: 96rem;
  margin: auto;
  padding-top: 4rem;
}
.column-article__title {
  font-size: 5.5rem;
  line-height: 1.4;
  color: #2e4f7b;
}
.column-article__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-top: 2rem;
}
.column-article__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  color: #2e4f7b;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}
.column-article__date::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_date.svg);
  background-repeat: no-repeat;
  width: 1.85rem;
  height: 1.78rem;
}
.column-article__date--update::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_update.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 1.8rem;
}
.column-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}
.column-article__link {
  display: block;
  background-color: #2e4f7b;
  color: #fff;
  padding: 0.8rem 2.6rem;
  font-size: 1.2rem;
  line-height: 1.8;
  border-radius: 0.75rem;
}
.column-article__post {
  padding-top: 5rem;
}
.column-article__post h2 {
  background-color: #2e4f7b;
  color: #fff;
  margin: 4rem auto 1rem;
  padding: 0.8rem 2rem;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 0.9rem;
}
.column-article__post h3 {
  color: #34343a;
  margin: 3rem auto 1rem;
  padding-left: 0.5em;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  border-left: 0.4rem solid #2e4f7b;
}
.column-article__post h4 {
  color: #34343a;
  margin: 2.5rem auto 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.column-article__post p {
  color: #34343a;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2;
}
.column-article__post ul {
  margin-bottom: 1rem;
}
.column-article__post li {
  color: #34343a;
  font-size: 1.5rem;
  line-height: 2;
}
.column-article__post li::before {
  content: "・";
}
.column-article__post img {
  margin: 1rem auto 2rem;
}
.column-article__post a {
  color: #2e4f7b;
}
.column-article__bottom {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .column-article__title {
    font-size: 3.2rem;
  }
  .column-article__set {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  .column-article__date {
    gap: 0.4rem;
    font-size: 1rem;
  }
  .column-article__date::before {
    width: 1.35rem;
    height: 1.3rem;
  }
  .column-article__list {
    margin-top: 1.5rem;
  }
  .column-article__link {
    padding: 0.6rem 1.2rem;
    font-size: 1.1rem;
  }
  .column-article__post {
    padding-top: 2.5rem;
  }
  .column-article__post p {
    font-size: 1.4rem;
  }
  .column-article__post h2 {
    font-size: 1.9rem;
    border-radius: 0.45rem;
  }
  .column-article__post h3 {
    font-size: 1.7rem;
  }
  .column-article__post h4 {
    font-size: 1.5rem;
  }
  .column-article__post li {
    font-size: 1.4rem;
  }
}
.ec-management .service-desc .is-small {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.14;
  padding: 5.5rem 0 0 0;
}
.ec-management .ec-management-media-list p {
  padding: 5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .ec-management .service-desc .is-small {
    color: #ffffff;
    font-size: 1.1rem;
    padding: 2rem 0 0 0;
  }
  .ec-management .media-list__heading-item {
    padding-bottom: 2.7rem;
  }
  .ec-management .flow__item:first-child .flow__image {
    top: 31.5rem;
    left: 0rem;
    width: 5.8rem;
  }
  .ec-management .ec-management-media-list p {
    padding: 3rem 0 0 0;
    text-align: center;
  }
}

.sitemap {
  padding-bottom: 0;
}
.sitemap .pt-md {
  padding-top: 14rem;
}
.sitemap .pt-lg {
  padding-top: 18rem;
}
.sitemap .pb-md {
  padding-bottom: 14rem;
}
.sitemap .pb-lg {
  padding-bottom: 18rem;
}
.sitemap .pb-xl {
  padding-bottom: 17rem;
}
.sitemap .pb-max {
  padding-bottom: 19rem;
}
.sitemap .sitemap-main {
  padding: 8rem 0 18rem 0;
}
.sitemap .page__inner {
  max-width: 96rem;
  margin: 0 auto;
}
.sitemap .sitemap-list__item {
  border-bottom: 0.1rem solid #8295b0;
}
.sitemap .sitemap-list__item a {
  display: block;
  color: #2e4f7b;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2rem 1rem;
}
.sitemap .sitemap-list__item a:hover {
  opacity: 60%;
}
.sitemap .sitemap-list .blank {
  border-bottom: none;
}
.sitemap .sitemap-list__title {
  color: #2e4f7b;
  font-size: 3rem;
  font-weight: 700;
  padding: 0 0 3.5rem 0;
}
.sitemap .sitemap-list__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6rem;
}
.sitemap .sitemap-list__wrap {
  padding: 9.5rem 0 0 0;
}
.sitemap .btn-hover-slide-right .arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 16px;
  height: 16px;
  background: url(../images/common/right-ble.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.sitemap .page-cta {
  background-color: #2e4f7b;
}
.sitemap .page-cta__heading {
  color: #ffffff;
  font-size: 5.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.45;
  letter-spacing: 0.2rem;
}
.sitemap .page-cta .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
.sitemap .page-cta__main__text {
  color: #ffffff;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 6.6rem;
}
.sitemap .page-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
.sitemap .page-cta__link {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 8.5rem 0 11rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  color: #2e4f7b;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  width: 34.5rem;
  height: 25rem;
  border-radius: 1rem;
}
.sitemap .page-cta__link:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  opacity: 100%;
}
.sitemap .page-cta__link img {
  position: absolute;
  width: 4.6rem;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  bottom: 2.6rem;
  right: 3rem;
}
.sitemap .page-cta__link span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  color: #8295b0;
  font-weight: 400;
  padding: 1.3rem 0;
  letter-spacing: 0.1rem;
}
.sitemap .page-cta__item:nth-of-type(2) img {
  width: 5.7rem;
}
.sitemap .page-cta .btn-hover-slide-right-ble::after {
  display: none;
}
.sitemap .page-cta .btn-hover-slide-right .arrow {
  top: 65%;
  right: 48%;
  background: url(../images/common/right-ble.svg) no-repeat center/contain;
}
.sitemap .page-cta .page-cta__link img {
  position: absolute;
  width: 4.6rem;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  bottom: 2.6rem;
  right: 3rem;
}
.sitemap .page-cta .page-cta__link:hover img {
  -webkit-animation: shake 0.4s infinite ease-in-out;
          animation: shake 0.4s infinite ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1124px) {
  .sitemap .advertising-case .btn-hover-slide-right .arrow {
    top: 76%;
  }
  .sitemap .page-cta .section__inner {
    gap: 5rem;
  }
  .sitemap .page-cta__list {
    gap: 2rem;
  }
  .sitemap .page-cta__link {
    width: 32vw;
    height: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .pt-md {
    padding-top: 9.2rem;
  }
  .sitemap .pb-md {
    padding-bottom: 14rem;
  }
  .sitemap .pb-lg {
    padding-bottom: 10.5rem;
  }
  .sitemap .pb-xl {
    padding-bottom: 10.3rem;
  }
  .sitemap .pb-max {
    padding-bottom: 10rem;
  }
  .sitemap .page-cta .section__inner {
    display: block;
  }
  .sitemap .page-cta__list {
    display: block;
  }
  .sitemap .page-cta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.33vw;
  }
  .sitemap .page-cta .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10vw;
  }
  .sitemap .page-cta__heading {
    font-size: 9.86vw;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    line-height: 1.2;
  }
  .sitemap .page-cta__link {
    font-size: 6.1vw;
    width: 89.3vw;
    height: 42.6vw;
    border-radius: 1rem;
    padding: 10.6vw 0 19.2vw 0;
  }
  .sitemap .page-cta__link img {
    width: 11.7vw;
    bottom: 3.5vw;
    right: 3vw;
  }
  .sitemap .page-cta__item {
    text-align: center;
  }
  .sitemap .page-cta__item:nth-of-type(2) img {
    width: 11.3vw;
    right: 4vw;
  }
  .sitemap .page-cta__item:nth-of-type(2) {
    margin-top: 2rem;
  }
  .sitemap .page-cta__main__text {
    margin-top: 2rem;
  }
  .sitemap .page-cta__link span {
    font-size: 3.2vw;
    padding: 3.2vw 0;
    letter-spacing: 0.1rem;
  }
  .sitemap .page-cta .btn-hover-slide-right-ble::after {
    display: block;
    content: url(../images/common/right-ble.svg);
    position: absolute;
    top: 56%;
    right: 48%;
  }
  .sitemap .page-cta .arrow {
    display: none;
  }
  .sitemap .sitemap-list__list {
    display: block;
  }
  .sitemap .sitemap-list__item a {
    display: block;
    font-size: 1.4rem;
    padding: 1.5rem 0.5rem;
  }
  .sitemap .sitemap-list__wrap {
    padding: 4.5rem 0 0 0;
  }
  .sitemap .sitemap-list__title {
    font-size: 2.2rem;
    font-weight: 700;
    padding: 0 0 1.5rem 0;
  }
  .sitemap .sitemap-main {
    padding: 2.8rem 0 10rem 0;
  }
  .sitemap .btn-hover-slide-right::after {
    content: url(../images/common/right-ble.svg);
    position: absolute;
    right: 2%;
    top: 3.3vw;
  }
}

.policy {
  color: #34343a;
  font-weight: 500;
}
.policy a {
  color: #34343a;
}
.policy .page__inner {
  max-width: 96rem;
  margin: 0 auto;
}
.policy .policy-desc {
  padding: 4.5rem 0 0 0;
}
.policy .policy-desc__text {
  font-size: 1.5rem;
  line-height: 2;
}
.policy__heading {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  margin: 6rem 0 0 0;
}
.policy__item:not(:first-child) {
  padding: 3.4rem 0 0 0;
}
.policy__text {
  line-height: 2;
}
.policy__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
.policy__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 1.5rem;
  min-height: 3rem;
  margin-bottom: 3rem;
}
.policy__heading .decor {
  display: block;
  content: "";
  width: 0.4rem;
  background-color: #2e4f7b;
}
.policy .privacy-table {
  border: 0.1rem solid #34343a;
}
.policy .privacy-table th {
  border: 0.1rem solid #34343a;
  background-color: #e6e6e6;
  padding: 1rem 0;
  width: 24rem;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
.policy .privacy-table td {
  border: 0.1rem solid #34343a;
  width: 44rem;
  background-color: #ffffff;
  padding: 1rem 2rem;
  line-height: 2;
  vertical-align: middle;
}
.policy #policy-3 .policy__item:last-of-type p {
  padding: 2.7rem 0 0 0;
}
.policy .log-text {
  display: block;
  text-align: right;
  line-height: 4;
}
.policy .table-content {
  margin-top: 2.5rem;
  border-top: 0.1rem solid #999;
  border-right: 0.1rem solid #999;
  font-size: 1.4rem;
}
.policy .table-content_ad th {
  width: 17%;
}
.policy .table-content th,
.policy .table-content td {
  border-left: 0.1rem solid #999;
  border-bottom: 0.1rem solid #999;
  padding: 1rem;
  line-height: 1.5;
}
.policy .table-center {
  text-align: center;
}
.policy .table-content th {
  background-color: #eee;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1.6;
}
.policy #policy-7 .table-content th {
  width: 14%;
}
.policy #policy-3 .policy__item:last-of-type p {
  padding: 2.7rem 0 0 0;
}
.policy #policy-9 p {
  padding: 2.5rem 0 0 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .policy .policy-desc {
    padding: 2.5rem 0 0 0;
  }
  .policy .policy-desc__text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .policy__heading {
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
    margin: 4.6rem 0 1.5rem 0;
  }
  .policy__label {
    line-height: 1.6;
  }
  .policy__item:not(:first-child) {
    padding: 3.5rem 0 0 0;
  }
  .policy__heading::after {
    width: 0.4rem;
    height: 2.4rem;
    top: -0.3rem;
    left: -3.8%;
  }
  .policy #policy-3 .policy__text {
    padding: 3rem 0 0 0;
  }
  .policy .privacy-table th {
    padding: 0.9rem 0.9rem;
    width: 9.5rem;
    line-height: 1.8;
    font-size: 1.2rem;
  }
  .policy .privacy-table td {
    width: 70%;
    font-size: 1.2rem;
    background-color: #ffffff;
    padding: 0.9rem 0.9rem;
  }
  .policy .log {
    padding: 2rem 0 0 0;
  }
  .policy .table-content {
    width: 100%;
  }
}
.policy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail .log {
  padding: 8rem 0 0 0;
}
.detail .box {
  display: block;
  font-size: 1.5rem;
  width: 48rem;
  margin: 8.4rem auto 0 auto;
}
.detail .box__text {
  border: 0.1rem solid;
  background-color: #e6e6e6;
  text-align: center;
  padding: 1rem 0;
}
.detail .box__mail {
  border: 0.1rem solid;
  padding: 2.5rem 0;
  text-align: center;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .detail .log {
    padding: 5rem 0 0 0;
  }
  .detail .box {
    display: block;
    font-size: 1.4rem;
    width: 100%;
    margin: 8.4rem auto 12rem auto;
  }
  .detail .box__text {
    border: 0.1rem solid;
    padding: 1.7rem 0;
  }
  .detail .box__mail {
    border: 0.1rem solid;
    padding: 3rem 0;
    text-align: center;
    border-top: none;
  }
}

.notfound {
  background-color: #f2f2f2;
}
.notfound__unit {
  padding: 10rem 0 16rem;
}
.notfound__number {
  display: block;
  font-size: 8rem;
}
.notfound__title {
  color: #2e4f7b;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.notfound__text {
  margin-top: 4rem;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
.notfound__button {
  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;
  margin-top: 5rem;
}
.notfound__link {
  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;
  position: relative;
  background-color: #b3b3b3;
  color: #fff;
  width: 36rem;
  height: 7.6rem;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 3.8rem;
  pointer-events: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #2e4f7b;
  pointer-events: auto;
}
.notfound__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 0.7rem;
  -webkit-transform: translateY(calc(-50% - 0.2rem));
          transform: translateY(calc(-50% - 0.2rem));
}

@media screen and (max-width: 767px) {
  .notfound__link {
    width: 26rem;
    height: 5.5rem;
    font-size: 1.3rem;
  }
  .notfound__link::after {
    right: 1.5rem;
    width: 1.45rem;
    height: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */