@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Noto+Sans+JP:wght@400;500;700&family=Red+Hat+Display:wght@700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

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

.clearfix {
  display: inline-table;
  min-height: 1%;
}

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

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #000;
}

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

p {
  text-align: justify;
}

a {
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
a > span {
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
a:hover {
  opacity: 0.5;
}
a:hover > span {
  opacity: 0.5;
}

.hpc {
  display: none !important;
}

.vpc {
  display: none !important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.l-sec {
  padding: 4rem 0;
}
.l-sec01 {
  padding: 2rem 0;
}

.l-header {
  width: 100%;
  height: 15.2vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: #fff;
}
.l-header__inner {
  height: 100%;
}
.header__logo {
  width: 38.4vw;
  position: relative;
  z-index: 1000;
  margin: 1.8666666667vw 0 0 2.6666666667vw;
  padding-bottom: 3.7333333333vw;
}
.header__logo > a {
  position: relative;
  display: block;
  height: 100%;
}
.header__nav {
  height: calc(100vh - 15.2vw);
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  margin-top: -0.2666666667vw;
}
.header.active .header__nav {
  pointer-events: all;
}
.header__list {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  pointer-events: none;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.header.active .header__list {
  overflow-y: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}
.header__listItem {
  width: 100%;
  position: relative;
}
.header__listItem:not(:first-child) {
  margin-top: 0.8vw;
}
.header__listLink {
  display: block;
  width: 100%;
  background: #F1EDEF;
  padding: 2.9333333333vw 5.8666666667vw 3.2vw;
  position: relative;
}
.header__listLink:not(.header__acToggle):not(.header__listLink--button)::before {
  content: "";
  position: absolute;
  top: 3.7333333333vw;
  right: 5.0666666667vw;
  width: 3.4666666667vw;
  aspect-ratio: 13/28;
  background: url("../img/common/arrow-purple-right.svg") center center/100% no-repeat;
}
.header__listLink.header__acToggle::before, .header__listLink.header__acToggle::after {
  display: block;
  margin: auto;
  content: "";
  position: absolute;
  width: 6.1333333333vw;
  height: 0.8vw;
  background: #5E4C80;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  right: 4.2666666667vw;
  top: 6.6666666667vw;
}
.header__listLink.header__acToggle::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header__listLink.header__acToggle.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__listLink.header__acToggle.active::after {
  background-color: transparent;
}
.header__listLink--en {
  display: none;
  text-transform: uppercase;
}
.header__listLink--ja {
  text-transform: uppercase;
  font-size: 4.5333333333vw;
  font-weight: 500;
  color: #5e4c80;
  letter-spacing: 0.2em;
  line-height: 1.9411764706;
}
.header__listLink--button {
  background: transparent linear-gradient(104deg, #73529B 0%, #BFB5D5 100%) 0% 0% no-repeat padding-box;
  position: relative;
  padding: 5.8666666667vw 5.6vw 2.9333333333vw;
  line-height: 0.8;
}
.header__listLink--button::before {
  content: "";
  position: absolute;
  top: 7.7333333333vw;
  right: 5.0666666667vw;
  width: 3.4666666667vw;
  aspect-ratio: 13/28;
  background: url("../img/common/arrow-white-right.svg") center center/100% no-repeat;
}
.header__listLink--button .header__listLink--en {
  display: block;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 5.8666666667vw;
  font-weight: bold;
  color: #fff;
}
.header__listLink--button .header__listLink--ja {
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
}
.header__listItem.header__listItem--button {
  margin-top: 0;
}
.header__childList {
  display: none;
  margin-bottom: 0.4861111111vw;
}
.header__childListItem:not(:first-child) {
  border-top: 0.5333333333vw solid #f1f0f3;
}
.header__childListLink {
  display: block;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.94;
  color: #5e4c80;
  padding: 2.1333333333vw 5.8666666667vw 2.6666666667vw;
  position: relative;
  letter-spacing: 0.2em;
}
.header__childListLink::before {
  content: "";
  position: absolute;
  top: 2.6666666667vw;
  right: 5.0666666667vw;
  width: 3.4666666667vw;
  aspect-ratio: 13/28;
  background: url("../img/common/arrow-purple-right.svg") center center/100% no-repeat;
}

.l-main {
  margin-top: 15.2vw;
}

.l-footer {
  padding: 9.6vw 0 8.5333333333vw;
}
.footer__listItem {
  position: relative;
}
.footer__copyright {
  font-size: 2.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #000;
  text-align: center;
}

.l-kv__inner {
  padding: 7.4666666667vw 0 5.3333333333vw;
}

.kv {
  position: relative;
  z-index: 10;
}
.kv__inner {
  background: rgba(255, 255, 255, 0.7);
}
.kv__title {
  line-height: 1.2;
}
.kv__title--en {
  display: block;
  text-align: center;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #706090;
  font-size: 6.6666666667vw;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.kv__title--ja {
  display: block;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.c-contact {
  overflow: hidden;
}
.c-contact__inner {
  width: 84%;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eae4e7), to(#e7e8ef));
  background-image: linear-gradient(to top, #eae4e7, #e7e8ef);
  padding: 4vw 6.4vw 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-contact__textWrap {
  display: contents;
}
.c-contact__title {
  text-shadow: 0 0 5.3333333333vw #fff;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 9.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #675786;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-contact__text {
  margin-top: 1.8666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}
.c-contact__imageWrap {
  width: calc(100% + 6.4vw);
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 3.7333333333vw;
}
.c-contact__imageWrap::before {
  position: absolute;
  content: "";
  right: -6.9333333333vw;
  bottom: -6.1333333333vw;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.c-contact__image {
  position: relative;
  z-index: 2;
}
.c-contact__linkWrap {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 13.8666666667vw;
}
.c-contact__link {
  width: 70.9333333333vw;
  height: 13.8666666667vw;
  padding-right: 5.3333333333vw;
  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;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #706090;
}
.c-contact__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 8.5333333333vw;
  height: 0.5333333333vw;
  background-color: #fff;
}

.c-contact--entry .c-contact__imageWrap {
  margin-top: 10.1333333333vw;
}

.navBar {
  width: 8.2666666667vw;
  height: 5.6vw;
  position: absolute;
  top: 4.8vw;
  right: 3.7333333333vw;
  cursor: pointer;
  z-index: 1000;
  pointer-events: all;
}
.navBar__line {
  display: block;
  width: 100%;
  height: 0.8vw;
  background-image: -webkit-gradient(linear, left top, right top, from(#73529b), to(#bfb5d5));
  background-image: linear-gradient(to right, #73529b, #bfb5d5);
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
}
.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navBar__line.line02.active {
  opacity: 0;
}
.navBar__line.line03 {
  bottom: 0;
}
.navBar__line.line03.active {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contactKv {
  background: url(../img/contact/bg-contact_sp.jpg) center center/100% no-repeat;
}

.contact {
  letter-spacing: 0;
}

.l-contact__inner {
  padding: 7.4933333333vw 8vw 0vw;
}

.contact__item:not(:last-of-type) {
  margin-bottom: 9.8666666667vw;
}

.contact__item--inquiry {
  margin-bottom: 13.8933333333vw !important;
}

.contact__content textarea {
  height: 68.5333333333vw;
  resize: vertical;
}

.contact__dt {
  margin-bottom: 1.8666666667vw;
}

.contact__item--inquiry .contact__dt {
  margin-bottom: 6.3466666667vw;
}

.contact__item--address .contact__dt {
  margin-bottom: 4.8vw;
}

.contact__ttl {
  color: #5E4C80;
  font-weight: 500;
  font-size: 4.8vw;
  line-height: 1.3333333333;
}

.contact__required {
  position: relative;
}

.contact__required::after {
  content: "※必須";
  font-size: 4.2666666667vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: #707071;
}

.contact__content:not(:last-child) {
  margin-bottom: 4.5333333333vw;
}

.contact__txt {
  margin-bottom: 3.7333333333vw;
  color: #5E4C80;
  font-weight: 500;
  font-size: 4vw;
  line-height: 1.4;
}

.contact__box {
  padding: 4.2666666667vw 5.0666666667vw 4vw 3.7333333333vw;
  height: 68.5333333333vw;
  border: 0.2666666667vw #5E4C80 solid;
  overflow-y: scroll;
  margin-bottom: 6.8266666667vw;
}

.contact__box p {
  font-size: 3.2vw;
  line-height: 1.5833333333;
  font-family: "ヒラギノ角ゴ Pro W3";
}

.contact__item--privacy .contact__dt .contact__required::after {
  display: none;
}

.contact__footer {
  margin-top: 12.1333333333vw;
}

.contact input[type=text], .contact input[type=email], .contact textarea {
  padding: 2.6666666667vw 5.3333333333vw;
  border: #E5DEE2 0.2666666667vw solid;
  background: rgba(229, 222, 226, 0.27);
  font-size: 4vw;
}
.contact input[type=text]::-webkit-input-placeholder, .contact input[type=email]::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
  color: #707071;
  font-size: 4vw;
  line-height: 1.4;
}
.contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder, .contact textarea::-moz-placeholder {
  color: #707071;
  font-size: 4vw;
  line-height: 1.4;
}
.contact input[type=text]:-ms-input-placeholder, .contact input[type=email]:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
  color: #707071;
  font-size: 4vw;
  line-height: 1.4;
}
.contact input[type=text]::-ms-input-placeholder, .contact input[type=email]::-ms-input-placeholder, .contact textarea::-ms-input-placeholder {
  color: #707071;
  font-size: 4vw;
  line-height: 1.4;
}
.contact input[type=text]::placeholder, .contact input[type=email]::placeholder, .contact textarea::placeholder {
  color: #707071;
  font-size: 4vw;
  line-height: 1.4;
}
.contact input[type=radio], .contact input[type=checkbox] {
  display: none;
}
.contact textarea {
  height: 68.5333333333vw;
}
.contact .mwform-radio-field {
  display: block;
}
.contact .mwform-radio-field:not(:last-of-type) {
  margin-bottom: 5.6vw;
}
.contact .mwform-radio-field-text {
  display: inline-block;
  font-size: 4vw;
  line-height: 1.4;
  padding-left: 9.3333333333vw;
  cursor: pointer;
  position: relative;
}
.contact .mwform-checkbox-field-text {
  font-size: 3.4666666667vw;
  line-height: 1.4615384615;
  position: relative;
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  padding-left: 9.7866666667vw;
}
.contact .mwform-radio-field-text::before, .contact .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  display: block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/contact/icon-radio-outline.svg") center center/100% no-repeat;
}
.contact input[type=radio]:checked + .mwform-radio-field-text:before, .contact input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  background-image: url("../img/contact/icon-radio.svg");
}
.contact .contactBtn--back {
  margin-bottom: 1.8666666667vw;
}
.contact .contactBtn--confirm input, .contact .contactBtn--back input {
  font-size: 6.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  background: #5E4C80;
  color: #fff;
  padding: 4.4vw 5.3333333333vw 4.8vw;
  width: 84vw;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  display: block;
}
.contact .contactBtn--back input {
  background: #fff;
  color: #5E4C80;
  border: 0.5333333333vw #5E4C80 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .contactBtn--back {
  display: none;
}
.contact .error {
  font-size: 4.2666666667vw;
  margin-top: 5.3333333333vw;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contact__desc {
  font-size: 4vw;
  line-height: 1.4;
  font-weight: 500;
  color: #5E4C80;
  margin-bottom: 9.84vw;
}

.mw_wp_form_confirm .contact__ttl {
  margin-top: 0;
}
.mw_wp_form_confirm .contact__required::after {
  display: none !important;
}
.mw_wp_form_confirm .contact__dd {
  padding-bottom: 5.4666666667vw;
  border-bottom: 0.2666666667vw solid #5E4C80;
}
.mw_wp_form_confirm .contact__dt {
  margin-bottom: 2.4vw;
}
.mw_wp_form_confirm .contact__dd,
.mw_wp_form_confirm .contact__content,
.mw_wp_form_confirm .contact__content p {
  font-size: 4vw;
  line-height: 1.5333333333;
  font-weight: 500;
}
.mw_wp_form_confirm .contact__item:not(:last-of-type) {
  margin-bottom: 5.4666666667vw !important;
}
.mw_wp_form_confirm .contact__item--address .contact__content:not(:last-of-type) {
  margin-bottom: 2.6666666667vw;
}
.mw_wp_form_confirm .contact__txt {
  display: none;
}
.mw_wp_form_confirm .contact__box {
  display: none !important;
}
.mw_wp_form_confirm .contactBtn--back {
  display: block;
}
.mw_wp_form_confirm .contactBtn p {
  height: 100%;
}
.mw_wp_form_confirm .contactBtn--confirm input, .mw_wp_form_confirm .contactBtn--back input {
  font-size: 5.8666666667vw;
  padding: 4.4vw 5.3333333333vw 4.8vw;
}

.l-thanks__inner {
  padding-top: 7.4666666667vw;
}

.thanks__box {
  background: rgba(229, 222, 226, 0.5);
  padding: 11.9733333333vw 6.1333333333vw 16vw;
  margin: 0 6.4vw 8.8vw;
}

.thanks__ttl {
  margin-bottom: 7.1733333333vw;
  text-align: center;
}

.thanks__ttl span {
  opacity: 0;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #5E4C80;
  line-height: 1.3;
  font-size: 6.9333333333vw;
  letter-spacing: -0.08em;
}

.thanks__txt {
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 2.1666666667;
  text-align: center;
  letter-spacing: 0.15em;
}

.thanks__btn {
  background: #5E4C80;
  font-size: 1.5277777778vw;
  display: block;
  width: 17.3611111111vw;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.5;
  padding: 0.9513888889vw 1.3888888889vw 1.125vw;
}

.footer__menu .header__list {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 0.5s ease-out forwards;
          animation: text_anime_on 0.5s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.topicsKv {
  background: url(../img/topics/bg-topics_sp.jpg) center center/100% no-repeat;
}

.topicsCategory {
  background: rgba(229, 222, 226, 0.5);
}

.l-topicsCategory__inner {
  padding: 6.0533333333vw 8vw 9.6vw;
}

.topicsCategory__ttl {
  color: #5E4C80;
  font-size: 8vw;
  font-weight: 700;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.15em;
}

.topicsCategory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.4vw;
  margin-bottom: -2.6666666667vw;
}

.topicsCategory__item {
  margin-left: 2.4vw;
  margin-bottom: 2.6666666667vw;
  min-width: calc(50% - 2.4vw);
}

.topicsCategory__link {
  display: block;
  color: #fff;
  background: #5E4C80;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  font-size: 4.8vw;
  padding: 1.7066666667vw 2.6666666667vw 2vw;
  letter-spacing: 0.15em;
}

.single .topics {
  background: #fff;
}

.l-topics__inner {
  padding: 3.2533333333vw 8vw 17.92vw;
}

.single .l-topics__inner {
  padding: 13.2vw 8vw 16.08vw;
}

.topicsCard__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topicsCard__link {
  display: block;
  padding: 5.8133333333vw 0 3.4666666667vw;
  border-bottom: 0.5333333333vw #5E4C80 solid;
}

.topicsCard__date {
  margin-left: 5.6vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #000000;
}

.topicsCard__ttl {
  font-size: 3.2vw;
  line-height: 2.1666666667;
  font-weight: 500;
  text-decoration: underline;
  color: #000000;
  margin-top: 3.2vw;
  letter-spacing: 0.15em;
  width: 100%;
}

.topicsCard__category {
  display: inline-block;
  color: #fff;
  background: #5E4C80;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  font-size: 4vw;
  min-width: 35.2vw;
  padding: 1.7333333333vw 2.6666666667vw;
}

.topicsCard__img {
  padding-top: 63.86%;
  position: relative;
  overflow: hidden;
}

.topicsCard__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.topicsCard__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}

.topics .pagination {
  margin-top: 11.8666666667vw;
}
.topics .page-numbers .page-numbers.prev, .topics .page-numbers .page-numbers.next {
  border: none;
}
.topics ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1.28vw;
}
.topics .page-numbers .page-numbers {
  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: 12.6506666667vw;
  height: 13.72vw;
  color: #fff;
  font-size: 5.0666666667vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  background: #5E4C80;
  margin-left: 1.28vw;
}
.topics .page-numbers .page-numbers.dots {
  border: none;
  background: transparent;
  color: #5E4C80;
  margin-left: 0;
  margin-right: -1.28vw;
}
.topics .page-numbers.prev, .topics .page-numbers.next {
  background: transparent;
}
.topics .page-numbers.next,
.topics .page-numbers.prev {
  margin-left: 0;
  width: 6.1333333333vw;
  position: relative;
}
.topics .page-numbers.prev::after {
  left: 0;
}
.topics .page-numbers.next::after {
  right: 0;
}
.topics .page-numbers .page-numbers.prev::after, .topics .page-numbers .page-numbers.next::after {
  content: "";
  position: absolute;
  display: block;
  width: 4vw;
  height: 8vw;
  background-size: contain;
  background-repeat: no-repeat;
}
.topics .page-numbers .page-numbers.prev::after {
  background-image: url(../img/topics/arrow-right.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.topics .page-numbers .page-numbers.next::after {
  background-image: url(../img/topics/arrow-right.svg);
}
.topics .page-numbers .page-numbers.current {
  background: rgba(94, 76, 128, 0.6);
}

.single .topics {
  background: #fff;
}

.single .l-topics__inner {
  padding: 13.2vw 8vw 16.08vw;
}

.topics__wrapper {
  margin-bottom: 15.8133333333vw;
}

.topics__ttl {
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #5E4C80;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  margin-bottom: 4.8533333333vw;
}

.topics__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.3333333333vw;
}

.topics__category {
  font-size: 3.2vw;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 1.3333333333vw 2.6666666667vw 1.8666666667vw;
  display: inline-block;
  background: #5E4C80;
}

.topics__date {
  display: inline-block;
  margin-left: 2.6666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 500;
}

.topics__thumbnailWrap {
  margin-bottom: 8.48vw;
}

.topics__thumbnail {
  padding-top: 58.41%;
  position: relative;
  overflow: hidden;
}

.topics__thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.topics__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}

.topicsCard__img {
  padding-top: 59.5%;
  position: relative;
  overflow: hidden;
}

.topicsCard__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.topicsCard__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}

.topics__content * {
  margin-bottom: 4.5333333333vw;
}
.topics__content *:last-child {
  margin-bottom: 0;
}
.topics__content h2 {
  font-size: 4vw;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.8;
}
.topics__content h3 {
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.8;
}
.topics__content p {
  font-size: 3.2vw;
  line-height: 1.9166666667;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.topics__content a {
  display: block;
  color: #5E4C80;
  border: 0.8vw #5E4C80 solid;
  width: 61.3333333333vw;
  margin: 0 auto;
  padding: 3.5466666667vw 5.3333333333vw 3.5466666667vw;
  text-align: center;
  font-weight: 700;
}

.topics__toTop {
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  background: #5E4C80;
  width: 61.3333333333vw;
  padding: 3.7066666667vw 5.3333333333vw 3.7066666667vw;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.border-white {
  border-color: #fff !important;
}

.pageTop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
}
.pageTop.active {
  display: block;
}

.l-topKv {
  height: calc(100vh - 15.2vw);
  min-height: 90vw;
}

.topKv {
  overflow: hidden;
  position: relative;
}
.topKv__video {
  position: absolute;
  max-width: 100%;
  height: 100%;
  z-index: -1;
}
.topKv__video video {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
.topKv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.topKv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topKv__textBlock {
  padding-top: 33.0666666667vw;
  padding-left: 6.9333333333vw;
}
.topKv__title {
  font-size: 5.8666666667vw;
  font-weight: 500;
  color: #5e4c80;
  line-height: 3;
  letter-spacing: 0.2em;
}
.topKv__title--bg {
  font-weight: 500;
  padding: 3.2vw 4.5333333333vw 3.2vw 6.1333333333vw;
  background: transparent linear-gradient(272deg, #F1EDEF 0%, #F1F2F6 100%) 0% 0% no-repeat padding-box;
  margin-right: 2.6666666667vw;
}
.topKv__title--bg02 {
  padding-right: 0;
}
.topKv__copy {
  margin-top: 2.4vw;
  font-size: 5.0666666667vw;
  font-weight: 500;
  font-family: "Barlow Condensed", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  line-height: 1.5789473684;
  letter-spacing: 0.1em;
}

.l-topCompany {
  padding-top: 9.8666666667vw;
}

.topCompany {
  background: url(./../img/top/bg-company_sp.jpg) top center/100% no-repeat;
}
.topCompany__title--en {
  display: block;
  mix-blend-mode: multiply;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 9.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #706090;
  text-align: center;
}
.topCompany__title--ja {
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
  padding: 0 6.4vw;
}
.topCompany__container {
  width: 84%;
  margin: 4.8vw auto 0;
  padding: 7.2vw 0 8vw;
  -webkit-box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
          box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
  background-color: #fff;
}
.topCompany__text01 {
  margin-top: 4.2666666667vw;
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  padding: 0 6.4vw 0 6.4vw;
  text-align: left;
}
.topCompany__imageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.1333333333vw;
  gap: 6.4vw;
  position: relative;
}
.topCompany__imageWrap::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.5333333333vw;
  top: 8.8vw;
  opacity: 0.46;
  background: transparent -webkit-gradient(linear, right top, left top, from(#E5DEE2), to(#E7E8EF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.topCompany__imageItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.topCompany__image01 {
  width: 18.6666666667vw;
  margin: 0.8vw auto 3.2vw;
}
.topCompany__image02 {
  width: 13.0666666667vw;
  margin: 0 auto;
}
.topCompany__image03 {
  width: 19.7333333333vw;
  margin: 0.5333333333vw auto 0;
}
.topCompany__text02 {
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #8b7ea5;
  margin-top: auto;
}
.topCompany__buttonWrap {
  margin-top: 6.6666666667vw;
}
.topCompany__button {
  margin: 0 auto;
  padding-right: 5.3333333333vw;
  width: 54.1333333333vw;
  height: 12.5333333333vw;
  -webkit-box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
          box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
  background-color: #706090;
  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;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 7.2vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #fff;
}
.topCompany__button::before {
  content: "";
  position: absolute;
  right: 12.2666666667vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3.2vw;
  aspect-ratio: 23/22;
  background: url(../img/common/arrow-purple-right02.svg) center center/100% no-repeat;
}

.l-topService {
  padding-top: 18.4vw;
  padding-bottom: 17.3333333333vw;
}
.l-topService__inner {
  width: 84%;
  margin: 0 auto;
}

.topService__title {
  mix-blend-mode: multiply;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 9.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
  color: #706090;
}
.topService__container {
  margin-top: 0.8vw;
}
.topService__block {
  padding: 7.4666666667vw 6.4vw 2.9333333333vw;
  position: relative;
}
.topService__block::before {
  content: "";
  z-index: -1;
  opacity: 0.57;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, right top, left top, from(#E5DEE2), to(#E7E8EF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.topService__block.block02 {
  margin-top: 8vw;
}
.topService__block.block03 {
  margin-top: 10.1333333333vw;
}
.topService__blockTitle {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #5e4c80;
  text-transform: uppercase;
}
.topService__iconText {
  mix-blend-mode: multiply;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  color: #706090;
  margin-top: -1.3333333333vw;
}
.topService__icon.icon01 {
  width: 28.5333333333vw;
  margin: 2.1333333333vw auto 0;
}
.topService__icon.icon02 {
  width: 21.3333333333vw;
  margin: 1.3333333333vw auto 0;
}
.topService__icon.icon03 {
  width: 28.8vw;
  margin: 4.2666666667vw auto 0;
}
.topService__icon img {
  width: 100%;
}
.topService__text01 {
  margin-top: 3.2vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: left;
}
.topService__image {
  margin-top: 2.9333333333vw;
}
.topService__image img {
  width: 100%;
}
.topService__linkWrap {
  margin-top: 3.2vw;
  text-align: center;
}
.topService__link {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 7.2vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #5e4c80;
  position: relative;
  padding-right: 5.3333333333vw;
}
.topService__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3.2vw;
  aspect-ratio: 23/22;
  background: url(../img/common/arrow-purple-right03.svg) center center/100% no-repeat;
}

.l-topMessage {
  padding-top: 7.7333333333vw;
  padding-bottom: 16.2666666667vw;
}

.topMessage {
  position: relative;
}
.topMessage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: transparent linear-gradient(213deg, #EAE4E7 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.topMessage__title {
  mix-blend-mode: multiply;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 9.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #706090;
  width: 84%;
  margin: 0 auto;
}
.topMessage__container {
  padding: 7.4666666667vw 2.9333333333vw 4.8vw;
  -webkit-box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
          box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
  background-color: #fff;
  width: 92%;
  margin: 1.6vw 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topMessage__textWrap {
  display: contents;
}
.topMessage__text01 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.075em;
  color: #706090;
}
.topMessage__text02 {
  margin-top: 6.6666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  padding: 0 5.3333333333vw 0 3.4666666667vw;
  text-align: left;
}
.topMessage__image {
  position: relative;
  right: 10.6666666667vw;
  margin: 5.6vw 0 0;
  display: block;
  width: calc(100% + 5.3333333333vw);
}
.topMessage__image::before {
  content: "";
}
.topMessage__imageText {
  display: none;
}
.topMessage__linkWrap {
  margin-top: 3.2vw;
  text-align: right;
  padding-right: 5.3333333333vw;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.topMessage__link {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 7.2vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #5e4c80;
  position: relative;
  padding-right: 5.3333333333vw;
}
.topMessage__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3.2vw;
  aspect-ratio: 23/22;
  background: url(../img/common/arrow-purple-right03.svg) center center/100% no-repeat;
}
.topRecruitment__block {
  padding: 16vw 7.2vw 17.8666666667vw 8vw;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topRecruitment__block.block01 {
  background: url("../img/top/bg-recruit_sp.jpg") center center/cover;
}
.topRecruitment__block.block02 {
  background: url("../img/top/bg-partner_sp.jpg") center center/cover;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topRecruitment__block.block02 .topRecruitment__link {
  width: 43.7333333333vw;
}
.topRecruitment__blockTitle {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 8.5333333333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #fff;
  text-shadow: 0 0 2.6666666667vw rgba(85, 85, 85, 0.69);
}
.topRecruitment__link {
  width: 39.2vw;
  height: 9.8666666667vw;
  margin: -1.6vw 2.4vw 0 0;
  background-color: #706090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.1333333333vw 4vw;
  position: relative;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
}
.topRecruitment__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 7.4666666667vw;
  height: 0.5333333333vw;
  background-color: #fff;
}

.l-topTopics {
  padding-top: 13.3333333333vw;
  margin-bottom: 13.6vw;
}

.topTopics {
  position: relative;
}
.topTopics::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 82.6666666667vw;
  width: 100%;
  background: transparent linear-gradient(213deg, #EAE4E7 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4;
}
.topTopics__inner {
  position: relative;
}
.topTopics__container {
  width: 84%;
  margin: 0 auto;
  padding: 3.2vw 6.4vw 2.4vw;
  background: #fff;
  -webkit-box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
          box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
}
.topTopics__title {
  text-shadow: 0 0 5.3333333333vw #fff;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 9.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #675786;
  position: relative;
}
.topTopics__title--shadow {
  position: absolute;
  left: 1.0666666667vw;
  top: 0;
  text-shadow: 0 0 5.3333333333vw #fff;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 9.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #675786;
  opacity: 0.2;
}
.topTopics__list {
  margin-top: 1.8666666667vw;
}
.topTopics__listItem {
  border-bottom: 0.2666666667vw solid #62537e;
}
.topTopics__listItem:nth-child(n+2) {
  margin-top: 4.8vw;
}
.topTopics__article {
  padding-bottom: 3.2vw;
}
.topTopics__articleHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topTopics__category {
  padding: 0.5333333333vw 2.9333333333vw;
  background-color: #62537e;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
}
.topTopics__date {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #62537e;
  margin-left: 3.4666666667vw;
}
.topTopics__articleTitle {
  margin-top: 1.3333333333vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
}
.topTopics__linkWrap {
  text-align: center;
  margin-top: 2.6666666667vw;
}
.topTopics__link {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  position: relative;
  font-size: 7.2vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #5e4c80;
  padding-right: 5.3333333333vw;
}
.topTopics__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3.2vw;
  aspect-ratio: 23/22;
  background: url(../img/common/arrow-purple-right03.svg) center center/100% no-repeat;
}

.companyKv {
  height: 52vw;
}
.companyKv::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/company/bg-kv_sp.jpg) center center/cover no-repeat;
}

.l-companyCard {
  padding: 0 0 18.1333333333vw;
}

.companyCard {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.companyCard::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 50.1333333333vw;
  height: calc(100% + 28.5333333333vw);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#E5DEE2), color-stop(40%, #E7E6ED), to(rgba(231, 232, 239, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #E5DEE2 0%, #E7E6ED 40%, rgba(231, 232, 239, 0) 100%) 0% 0% no-repeat padding-box;
}
.companyCard__list {
  position: relative;
  padding-top: 12.5333333333vw;
}
.companyCard__list::before {
  position: absolute;
  top: 0;
  right: calc(100% - 8.5333333333vw);
  width: 1.0666666667vw;
  height: 268vw;
  content: "";
  background: #fff;
  z-index: -1;
  -webkit-transform: scale(100%, 0%);
          transform: scale(100%, 0%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.companyCard__list.active::before {
  -webkit-transform: scale(100%, 100%);
          transform: scale(100%, 100%);
}
.companyCard__listItem {
  width: 86.6666666667vw;
  margin-left: auto;
  background: #FFFFFF;
  position: relative;
}
.companyCard__listItem::before {
  position: absolute;
  top: 6.9333333333vw;
  right: calc(100% + 2.6666666667vw);
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  content: "";
  border-radius: 50%;
  background: #fff;
}
.companyCard__listItem::after {
  position: absolute;
  top: 8.8vw;
  right: calc(100% - 5.3333333333vw);
  width: 12vw;
  height: 1.3333333333vw;
  content: "";
  background: #fff;
  z-index: -1;
}
.companyCard__listItem:nth-child(n+2) {
  margin-top: 4.5333333333vw;
}
.companyCard__listItem.item01 .companyCard__listItemInner {
  background: #fff url(../img/company/txt-mission.svg) right bottom/72vw no-repeat;
}
.companyCard__listItem.item02 .companyCard__listItemInner {
  background: #fff url(../img/company/txt-vision.svg) right bottom/60vw no-repeat;
}
.companyCard__listItem.item03 .companyCard__listItemInner {
  background: #fff url(../img/company/txt-value.svg) right bottom/54.9333333333vw no-repeat;
}
.companyCard__listItemInner {
  padding: 3.4666666667vw 2.6666666667vw 16.8vw 8.5333333333vw;
  position: relative;
  background: #fff;
}
.companyCard__text01 {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  letter-spacing: 0.05em;
  font-size: 6.6666666667vw;
  font-weight: bold;
  color: #5E4C80;
}
.companyCard__text02 {
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2.1666666667;
  margin-top: -0.8vw;
}
.companyCard__textBorderWrap {
  padding-left: 5.0666666667vw;
  position: relative;
}
.companyCard__textBorderWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 1.0666666667vw);
  width: 1.3333333333vw;
  background: #5E4C80;
}
.companyCard__textBorderWrap + .companyCard__textBorderWrap {
  margin-top: 4.8vw;
}
.companyCard__textBorderWrap .companyCard__text02 {
  line-height: 1.6666666667;
  margin-top: 0.5333333333vw;
  padding: 0 4.5333333333vw 0 0.5333333333vw;
  text-align: left;
}
.companyCard__text03 {
  color: #5E4C80;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.7333333333;
}

.companyService {
  position: relative;
  z-index: 3;
}
.companyService__title {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #706090;
  font-size: 9.3333333333vw;
  letter-spacing: 0.075em;
  font-weight: bold;
  text-align: center;
  padding: 7.7333333333vw 0 4.5333333333vw;
  background: transparent -webkit-gradient(linear, right top, left top, from(#E5DEE2), to(#E7E8EF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.companyService__tabWrap {
  padding: 6.6666666667vw 8vw 9.6vw;
  background: #fff;
}
.companyService__subTitle {
  letter-spacing: 0.15em;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  color: #665685;
}
.companyService__tabList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.6vw;
  grid-row-gap: 1.8666666667vw;
  margin-top: 3.2vw;
}
.companyService__tabButton {
  background: #655684;
  padding: 3.4666666667vw 0 6.1333333333vw;
  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;
  color: #FFFFFF;
  letter-spacing: 0.075em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  cursor: pointer;
}
.companyService__tabButton::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3.2vw;
  margin: 0 auto;
  width: 4.8vw;
  aspect-ratio: 18/8;
  background: url(../img/common/arrow-white-bottom.svg) center center/100% no-repeat;
}
.companyService__contents {
  padding: 6.6666666667vw 8vw 9.3333333333vw;
  position: relative;
}
.companyService__contents.contents01, .companyService__contents.contents03 {
  -webkit-box-shadow: 0 0 10.6666666667vw 0 rgba(255, 255, 255, 0.16);
          box-shadow: 0 0 10.6666666667vw 0 rgba(255, 255, 255, 0.16);
}
.companyService__contents.contents01::before, .companyService__contents.contents03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  background: transparent linear-gradient(271deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.companyService__contentsText01 {
  padding: 2.6666666667vw 0 1.8666666667vw;
  background: #fff;
  border: 0.5333333333vw solid #655684;
  text-align: center;
  font-size: 4.8vw;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.companyService__image01 {
  margin: 4.2666666667vw auto 7.4666666667vw;
}
.companyService__image01 img {
  width: 100%;
}
.companyService__image02 {
  width: 88vw;
  margin: 9.3333333333vw auto 3.4666666667vw;
  position: relative;
  left: -0.8vw;
}
.companyService__image02 img {
  width: 100%;
}
.companyService__image03 {
  width: 73.0666666667vw;
  margin: 4.2666666667vw auto 5.3333333333vw;
  position: relative;
  left: 0.8vw;
}
.companyService__image03 img {
  width: 100%;
}
.companyService__image04 {
  width: 82.1333333333vw;
  margin: 7.4666666667vw auto 6.9333333333vw;
  position: relative;
  left: -1.0666666667vw;
}
.companyService__image04 img {
  width: 100%;
}
.companyService__contentsText02 {
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 1.6666666667;
  text-align: center;
  font-weight: 500;
}
.companyService__buttonWrap {
  margin-top: 5.0666666667vw;
}
.companyService__button {
  margin: 0 auto;
  padding-right: 5.3333333333vw;
  width: 54.1333333333vw;
  height: 12.5333333333vw;
  -webkit-box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
          box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
  background-color: #706090;
  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;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 7.2vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #fff;
}
.companyService__button::before {
  content: "";
  position: absolute;
  right: 12.2666666667vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3.2vw;
  aspect-ratio: 23/22;
  background: url(../img/common/arrow-purple-right02.svg) center center/100% no-repeat;
}

.l-companyServiceNav {
  padding: 8vw 8vw 10.6666666667vw 0;
}

.companyServiceNav {
  position: relative;
}
.companyServiceNav::before {
  content: "";
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  width: 92vw;
  height: 100%;
  opacity: 0.5;
  background: transparent linear-gradient(271deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.companyServiceNav__listLink {
  padding: 17.0666666667vw 2.6666666667vw 10.1333333333vw 7.2vw;
  position: relative;
  height: 52.5333333333vw;
  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;
}
.companyServiceNav__listLink::before {
  content: "";
  position: absolute;
  right: 4.2666666667vw;
  top: -1.3333333333vw;
  bottom: 0;
  margin: auto 0;
  width: 10.1333333333vw;
  aspect-ratio: 16/32;
  background: url(../img/common/arrow-white-right-shadow.svg) center center/100% no-repeat;
}
.companyServiceNav__listLink::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #706090;
  content: "";
  opacity: 0.39;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.companyServiceNav__listLink:hover {
  opacity: 1;
}
.companyServiceNav__listLink:hover::after {
  opacity: 0;
}
.companyServiceNav__listLink.item01 {
  background: url(../img/company/bg-ma.jpg) center center/cover no-repeat;
}
.companyServiceNav__listLink.item02 {
  background: url(../img/company/bg-agency.jpg) center center/cover no-repeat;
}
.companyServiceNav__listLink.item03 {
  background: url(../img/company/bg-creative.jpg) center center/cover no-repeat;
}
.companyServiceNav__text01 {
  text-shadow: 0 0 2.6666666667vw #000;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 7.2vw;
  font-weight: bold;
  line-height: 1.2592592593;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.companyServiceNav__text02 {
  margin: -0.2666666667vw 0 0calcvw 3;
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-shadow: 0 0 2.6666666667vw #000;
  color: #fff;
  position: relative;
  z-index: 1;
}
.companyServiceNav__text03 {
  display: none;
}

.l-companyProfile {
  margin-top: 7.2vw;
}
.l-companyProfile__inner {
  width: 84%;
  margin: 0 auto;
}

.companyProfile__title {
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  color: #665685;
  letter-spacing: 0.15em;
}
.companyProfile__table {
  margin-top: 4.5333333333vw;
}
.companyProfile__term {
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(229, 222, 226, 0.4)), to(rgba(231, 232, 239, 0.4))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(229, 222, 226, 0.4) 0%, rgba(231, 232, 239, 0.4) 100%) 0% 0% no-repeat padding-box;
  letter-spacing: 0.075em;
  font-size: 4vw;
  font-weight: bold;
  color: #706090;
  padding: 1.3333333333vw 3.2vw;
}
.companyProfile__term:not(:first-of-type) {
  margin-top: 3.4666666667vw;
}
.companyProfile__description {
  margin-top: 3.2vw;
}
.companyProfile__descriptionBorder {
  position: relative;
  padding-left: 3.4666666667vw;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 2.1666666667;
  font-weight: 500;
}
.companyProfile__descriptionBorder::before {
  content: "";
  width: 0.5333333333vw;
  height: calc(100% - 3.2vw);
  position: absolute;
  top: 1.6vw;
  left: 0;
  background: #5E4C80;
}
.companyProfile__map {
  margin-top: 5.3333333333vw;
}
.companyProfile__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 316/180;
}

.l-companyClient {
  margin-top: 9.6vw;
}
.companyClient__title {
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(229, 222, 226, 0.4)), to(rgba(231, 232, 239, 0.4))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(229, 222, 226, 0.4) 0%, rgba(231, 232, 239, 0.4) 100%) 0% 0% no-repeat padding-box;
  letter-spacing: 0.075em;
  font-size: 4vw;
  font-weight: bold;
  color: #706090;
  text-align: center;
  padding: 1.6vw 0;
}
.companyClient__logo {
  margin-top: 9.6vw;
  width: 84.8vw;
  margin-left: -0.8vw;
}
.companyClient__logo img {
  width: 100%;
}
.companyClient__text01 {
  color: #706090;
  text-align: center;
  font-size: 2.9333333333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-top: 5.8666666667vw;
}

.l-companyMessage {
  margin: 12.8vw 0 16vw;
}

.companyMessage {
  position: relative;
}
.companyMessage__title {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 9.3333333333vw;
  letter-spacing: 0.075em;
  font-weight: bold;
  color: #706090;
  mix-blend-mode: multiply;
  padding-left: 8vw;
}
.companyMessage__container {
  margin-top: 8vw;
  width: 92vw;
  margin-left: auto;
  -webkit-box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
          box-shadow: 0 0 10.6666666667vw 0 rgba(186, 168, 177, 0.4);
  background-color: #fff;
  padding: 8vw 2.6666666667vw 4.8vw;
}
.companyMessage__image {
  margin: 6.1333333333vw 0 0 -10.6666666667vw;
  width: calc(100% + 5.3333333333vw);
}
.companyMessage__image img {
  width: 100%;
}
.companyMessage__text01 {
  color: #706090;
  line-height: 1.4;
  letter-spacing: 0.075em;
  font-size: 5.3333333333vw;
  font-weight: bold;
  text-align: left;
}
.companyMessage__text02 {
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 5.3333333333vw;
  text-align: left;
  font-weight: 500;
  padding: 0 5.3333333333vw 0 3.7333333333vw;
}
.companyMessage__linkWrap {
  margin-top: 3.2vw;
  text-align: right;
  padding-right: 5.3333333333vw;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.companyMessage__link {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 7.2vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #5e4c80;
  position: relative;
  padding-right: 5.3333333333vw;
}
.companyMessage__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3.2vw;
  aspect-ratio: 23/22;
  background: url(../img/common/arrow-purple-right03.svg) center center/100% no-repeat;
}

.maKv {
  background: url(../img/service/bg-ma01_sp.jpg) center center/cover no-repeat;
}

.maIntroduction {
  margin-top: 8.8vw;
  position: relative;
  padding: 7.2vw 0 6.4vw;
}
.maIntroduction::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 86.6666666667vw;
  height: 100%;
  z-index: -1;
  opacity: 0.78;
  background: transparent linear-gradient(238deg, #EAE4E7 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.maIntroduction__textWrap {
  position: relative;
  width: 87.2vw;
  padding: 7.4666666667vw 5.3333333333vw 5.6vw 13.3333333333vw;
  background: #fff;
}
.maIntroduction__textWrap::before {
  content: "";
  position: absolute;
  right: -4.8vw;
  bottom: -6.1333333333vw;
  width: 86.6666666667vw;
  height: 100%;
  z-index: -1;
  opacity: 0.53;
  background-color: #fff;
}
.maIntroduction__title {
  font-weight: bold;
  line-height: 1.7333333333;
  font-size: 4vw;
  letter-spacing: 0.15em;
  color: #6D5C89;
}
.maIntroduction__text01 {
  margin-top: 3.4666666667vw;
  text-align: left;
  line-height: 1.8333333333;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.maIntroduction__image {
  width: 84vw;
  padding-left: 10.6666666667vw;
  margin: 11.2vw auto 0;
  height: 49.6vw;
}
.maIntroduction__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-maService {
  padding-top: 14.6666666667vw;
}

.maService__title {
  font-size: 8vw;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  letter-spacing: 0.075em;
  margin-left: 8vw;
  color: #706090;
}

.maServiceBlock {
  position: relative;
  padding: 7.2vw 0 8.2666666667vw;
  margin-top: 4.5333333333vw;
}
.maServiceBlock::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 63.4666666667vw;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background: transparent linear-gradient(226deg, #EAE4E7 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.maServiceBlock.block02 {
  margin-top: 12.2666666667vw;
}
.maServiceBlock.block02::before {
  left: auto;
  right: 0;
  height: calc(100% + 4vw);
}
.maServiceBlock__textWrap {
  padding: 0 13.3333333333vw;
  position: relative;
}
.maServiceBlock__textWrap::before {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  left: 7.4666666667vw;
  width: 1.0666666667vw;
  height: calc(100% + 3.7333333333vw);
  background-color: #706090;
}
.maServiceBlock__title {
  color: #706090;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.maServiceBlock__num {
  position: absolute;
  top: -16.8vw;
  right: 4.8vw;
  color: #F5F2F3;
  font-size: 24vw;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  z-index: -1;
  letter-spacing: 0.075em;
}
.maServiceBlock__num.num02 {
  color: #fff;
}
.maServiceBlock__text01 {
  margin-top: 2.1333333333vw;
  line-height: 1.95;
  font-weight: 500;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
}
.maServiceBlock__text02 {
  margin-top: 2.6666666667vw;
  line-height: 1.8333333333;
  font-weight: 500;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  text-align: left;
}
.maServiceBlock__image01 {
  margin: 5.8666666667vw 2.6666666667vw 0 8vw;
  padding: 5.3333333333vw;
  background: #fff;
}
.maServiceBlock__image01.image02 {
  margin: 5.8666666667vw 8vw 0 2.6666666667vw;
}

.maFee {
  padding: 15.2vw 0 0;
}
.maFee__title {
  height: 14.6666666667vw;
  font-size: 4.8vw;
  width: 84vw;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  font-weight: bold;
  background: #5E4C80;
}
.maFee__container {
  padding: 9.8666666667vw 8vw 8.2666666667vw;
  margin-top: 6.4vw;
  background: transparent linear-gradient(241deg, rgba(234, 228, 231, 0.5) 0%, rgba(231, 232, 239, 0.5) 100%) 0% 0% no-repeat padding-box;
}
.maFee__table {
  width: 100%;
}
.maFee__table thead th {
  border-bottom: 1.3333333333vw solid transparent;
}
.maFee__table thead th span {
  display: block;
  width: 100%;
  height: 100%;
  background: #5E4C80;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 4vw;
  text-align: center;
  padding: 0.8vw 0;
  font-weight: bold;
}
.maFee__table thead th + th {
  border-left: 0.8vw solid transparent;
}
.maFee__table tbody {
  outline: 0.2666666667vw solid #5E4C80;
  outline-offset: -0.2666666667vw;
}
.maFee__table tbody tr:nth-child(n+2) {
  border-top: 0.2666666667vw solid rgba(94, 76, 128, 0.32);
}
.maFee__table tbody th,
.maFee__table tbody td {
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: #5E4C80;
  font-size: 3.2vw;
  padding: 1.3333333333vw 0;
}
.maFee__table tbody th {
  width: 53.3333333333vw;
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(229, 222, 226, 0.4)), to(rgba(231, 232, 239, 0.4))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(229, 222, 226, 0.4) 0%, rgba(231, 232, 239, 0.4) 100%) 0% 0% no-repeat padding-box;
}
.maFee__table tbody td {
  background: #fff;
}
.maFee__text01 {
  margin-top: 4vw;
  text-align: left;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8333333333;
}
.maFee__pointWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 4.2666666667vw;
  margin-top: 4.2666666667vw;
}
.maFee__point {
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  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;
}
.maFee__pointText {
  padding-top: 1.6vw;
  letter-spacing: 0.15em;
  line-height: 1.6666666667;
  font-weight: bold;
  font-size: 3.2vw;
  text-align: center;
  color: #5E4C80;
}
.maFee__pointText--strong {
  font-weight: bold;
}

.l-maServiceFlow {
  padding: 18.6666666667vw 0 19.7333333333vw;
}

.maServiceFlow__title {
  background: #5E4C80;
  text-align: center;
  padding: 3.2vw 0;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 4.8vw;
  color: #fff;
}
.maServiceFlow__text01 {
  text-align: left;
  margin-top: 7.2vw;
  padding: 0 8vw;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 1.8333333333;
  font-weight: 500;
}
.maServiceFlow__image {
  margin-top: 6.9333333333vw;
}
.maServiceFlow__image img {
  width: 100%;
}

.l-maFeature {
  padding: 6.4vw 0 0;
}

.maFeature {
  position: relative;
}
.maFeature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 165.8666666667vw;
  background: transparent linear-gradient(53deg, rgba(234, 228, 231, 0.5) 0%, rgba(231, 232, 239, 0.5) 100%) 0% 0% no-repeat padding-box;
}
.maFeature__title {
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 7.4666666667vw;
  color: #5E4C80;
  text-align: center;
}
.maFeature__block {
  margin-top: 3.4666666667vw;
}
.maFeature__blockTextWrap {
  background: #fff;
  width: 92vw;
  z-index: 2;
  padding: 5.8666666667vw 8vw 40vw;
  position: relative;
}
.maFeature__blockTitle {
  letter-spacing: 0.15em;
  line-height: 1.5555555556;
  color: #706090;
  font-size: 4.8vw;
  font-weight: bold;
}
.maFeature__blockNum {
  position: absolute;
  top: -13.0666666667vw;
  left: -1.0666666667vw;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  letter-spacing: 0.075em;
  font-size: 24vw;
  font-weight: bold;
  color: #F3F3F7;
  z-index: -1;
}
.maFeature__blockNum.num02 {
  color: #FFFFFF;
}
.maFeature__blockText {
  margin-top: 3.4666666667vw;
  text-align: left;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 1.6666666667;
  font-weight: 500;
}
.maFeature__blockImageWrap {
  position: relative;
  z-index: 2;
  padding: 6.6666666667vw;
  background: #fff;
  width: 86.6666666667vw;
  margin: -40.8vw 0 0 auto;
}
.maFeature__blockImage {
  height: 59.7333333333vw;
}
.maFeature__blockImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maFeature__block.block02 {
  position: relative;
  margin-top: 22.6666666667vw;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(234, 228, 231, 0.5)), to(rgba(231, 232, 239, 0.5))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(234, 228, 231, 0.5) 0%, rgba(231, 232, 239, 0.5) 100%) 0% 0% no-repeat padding-box;
}
.maFeature__block.block02 .maFeature__blockTextWrap,
.maFeature__block.block02 .maFeature__blockImageWrap {
  background: none;
}
.maFeature__block.block02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8.5333333333vw;
  height: 62.9333333333vw;
  background-color: #fff;
}
.maFeature__block.block02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.3333333333vw;
  height: 25.0666666667vw;
  background-color: #fff;
}

.l-maCase {
  padding-top: 6.1333333333vw;
  margin-bottom: 18.6666666667vw;
}
.l-maCase__inner {
  padding: 0 8vw;
}
.maCase__title {
  font-weight: bold;
  font-size: 7.4666666667vw;
  letter-spacing: 0.15em;
  color: #5E4C80;
}
.maCase__block.block01 {
  margin-top: -0.5333333333vw;
}
.maCase__block.block02 {
  margin-top: 9.6vw;
}
.maCase__blockTitle {
  color: #706090;
  font-size: 4.8vw;
  letter-spacing: 0.15em;
  font-weight: bold;
}
.maCase__blockText {
  text-align: left;
  font-weight: 500;
  line-height: 2.0833333333;
  letter-spacing: 0.15em;
  margin-top: 2.1333333333vw;
  font-size: 3.2vw;
}
.maCase__blockImageWrap {
  margin-top: 3.2vw;
}
.maCase__blockImage {
  height: 53.3333333333vw;
}
.maCase__blockImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-agentKv__inner {
  padding: 5.3333333333vw 0;
}

.agentKv {
  background: url(../img/service/bg-agent01_sp.jpg) center center/100% no-repeat;
}
.agentKv__title {
  line-height: 1.6;
}
.agentKv__title--en {
  font-size: 5.3333333333vw;
}

.agentIntroduction {
  margin-top: 8.8vw;
  position: relative;
  padding: 7.2vw 0 7.2vw;
}
.agentIntroduction::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 86.6666666667vw;
  height: 100%;
  z-index: -1;
  opacity: 0.78;
  background: transparent linear-gradient(240deg, #EAE4E7 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.agentIntroduction__textWrap {
  position: relative;
  width: 87.2vw;
  padding: 6.4vw 5.3333333333vw 5.6vw 13.3333333333vw;
  background: #fff;
}
.agentIntroduction__textWrap::before {
  content: "";
  position: absolute;
  right: -4.8vw;
  bottom: -6.1333333333vw;
  width: 86.6666666667vw;
  height: 100%;
  z-index: -1;
  opacity: 0.53;
  background-color: #fff;
}
.agentIntroduction__title {
  font-weight: bold;
  line-height: 1.7333333333;
  font-size: 4vw;
  letter-spacing: 0.15em;
  color: #6D5C89;
}
.agentIntroduction__text01 {
  margin-top: 2.4vw;
  text-align: left;
  line-height: 1.8333333333;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.agentIntroduction__image {
  width: 84vw;
  padding-left: 10.6666666667vw;
  margin: 11.2vw auto 0;
  height: 49.6vw;
}
.agentIntroduction__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-agentFeature {
  padding: 6.4vw 0 0;
  margin-top: 14.6666666667vw;
}

.agentFeature {
  position: relative;
}
.agentFeature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 170.1333333333vw;
  opacity: 0.5;
  background: transparent linear-gradient(55deg, #EAE4E7 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.agentFeature__title {
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 7.4666666667vw;
  color: #5E4C80;
  text-align: center;
}
.agentFeature__block {
  margin-top: 3.4666666667vw;
}
.agentFeature__blockTextWrap {
  background: #fff;
  width: 86.6666666667vw;
  z-index: 2;
  padding: 6.4vw 5.0666666667vw 5.3333333333vw 8vw;
  position: relative;
}
.agentFeature__blockTitle {
  letter-spacing: 0.15em;
  line-height: 1.5555555556;
  color: #706090;
  font-size: 4.8vw;
  font-weight: bold;
}
.agentFeature__blockNum {
  position: absolute;
  top: -13.0666666667vw;
  left: -0.8vw;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  letter-spacing: 0.075em;
  font-size: 24vw;
  font-weight: bold;
  color: #F3F3F7;
  z-index: -1;
}
.agentFeature__blockNum.num02 {
  color: #FFFFFF;
  left: 0;
}
.agentFeature__blockText {
  margin-top: 2.6666666667vw;
  text-align: left;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 1.8333333333;
  font-weight: 500;
}
.agentFeature__blockImageWrap {
  position: relative;
  z-index: 2;
  padding: 6.4vw 0 6.4vw 6.4vw;
  background: #fff;
  width: 86.6666666667vw;
  margin: -6.1333333333vw 0 0 auto;
}
.agentFeature__blockImage {
  height: 59.7333333333vw;
}
.agentFeature__blockImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.agentFeature__block.block02 {
  position: relative;
  margin-top: 20vw;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F4F1F3), to(#F3F3F7)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F4F1F3 0%, #F3F3F7 100%) 0% 0% no-repeat padding-box;
}
.agentFeature__block.block02 .agentFeature__blockTextWrap {
  padding-top: 10.6666666667vw;
}
.agentFeature__block.block02 .agentFeature__blockImageWrap {
  margin-top: -10.6666666667vw;
}
.agentFeature__block.block02 .agentFeature__blockTextWrap,
.agentFeature__block.block02 .agentFeature__blockImageWrap {
  background: none;
}
.agentFeature__block.block02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 13.3333333333vw;
  height: 57.6vw;
  background-color: #fff;
}
.agentFeature__block.block02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.3333333333vw;
  height: 60vw;
  background-color: #fff;
}

.l-agentCase {
  padding-top: 16vw;
  margin-bottom: 6.4vw;
}
.agentCase__title {
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 7.4666666667vw;
  color: #5E4C80;
  padding-left: 8vw;
}
.agentCase__subTitle {
  font-size: 7.2vw;
  font-weight: bold;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  letter-spacing: 0.075em;
  color: #E2E2EB;
  padding-left: 8vw;
  line-height: 1;
}
.agentCase__container {
  margin-top: 4.2666666667vw;
}
.agentCase__block.block02 {
  margin-top: 8.5333333333vw;
}
.agentCase__block.block02 .agentCase__imageWrap {
  border: none;
}
.agentCase__blockTitle {
  width: 91.2vw;
  background: transparent linear-gradient(359deg, rgba(234, 228, 231, 0.3) 0%, rgba(231, 232, 239, 0.3) 100%) 0% 0% no-repeat padding-box;
  padding: 4vw 0 4.2666666667vw 8vw;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5555555556;
  color: #706090;
}
.agentCase__blockText {
  width: 84vw;
  font-weight: 500;
  margin: 5.3333333333vw auto 0;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 1.8333333333;
  text-align: left;
}
.agentCase__imageWrap {
  width: 84vw;
  margin: 6.1333333333vw auto 0;
  position: relative;
  padding-bottom: 10.1333333333vw;
  border-bottom: 0.5333333333vw solid #5E4C80;
}
.agentCase__image {
  height: 53.3333333333vw;
}
.agentCase__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-creativeKv {
  padding: 5.8666666667vw 5.3333333333vw 11.2vw 8vw;
}

.creativeKv {
  background: url(./../img/service/bg-creative01_sp.png) bottom center/100% no-repeat;
  position: relative;
  z-index: 10;
}
.creativeKv__title--en {
  color: #706090;
  font-size: 6.6666666667vw;
  letter-spacing: 0.075em;
  font-weight: bold;
  display: block;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}
.creativeKv__title--ja {
  font-size: 4vw;
  letter-spacing: 0.15em;
  line-height: 1.8666666667;
  display: block;
  font-weight: 500;
}

.l-creativeIntroduction {
  padding: 28vw 0 8.2666666667vw;
  margin-top: -21.3333333333vw;
}

.creativeIntroduction {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.creativeIntroduction::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(./../img/service/bg-creative02_sp.png) bottom center/100% no-repeat;
}
.creativeIntroduction__textWrap {
  padding: 0 8vw;
}
.creativeIntroduction__title {
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.7333333333;
  color: #6D5C89;
}
.creativeIntroduction__text01 {
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 1.8333333333;
  font-weight: 500;
  margin-top: 3.4666666667vw;
  text-align: left;
}
.creativeIntroduction__image {
  width: 117.0666666667vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -9.3333333333vw;
}

.l-creativeService {
  padding-top: 27.7333333333vw;
  margin-top: -20vw;
  overflow: hidden;
  margin-bottom: 20.5333333333vw;
}

.creativeService__title {
  font-size: 8vw;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  letter-spacing: 0.075em;
  color: #706090;
  padding: 0 8vw;
}

.creativeServiceBlock01 {
  position: relative;
  padding-bottom: 24.5333333333vw;
}
.creativeServiceBlock01::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 750/4363;
  left: 0;
  top: -73.8666666667vw;
  z-index: -1;
  background: url(./../img/service/bg-creative03_sp.png) bottom center/100% no-repeat;
}

.creativeServiceContainer01 {
  position: relative;
  width: 84vw;
  margin: 6.1333333333vw auto 0;
  padding: 3.7333333333vw 5.3333333333vw 10.6666666667vw;
}
.creativeServiceContainer01::before {
  content: "";
  position: absolute;
  width: 116vw;
  aspect-ratio: 870/1025;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background: url(./../img/service/bg-creative04_sp.png) bottom center/contain no-repeat;
}
.creativeServiceContainer01__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #706090;
}
.creativeServiceContainer01__title--num {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-weight: bold;
  color: #706090;
  letter-spacing: 0.075em;
  margin-right: 4.5333333333vw;
  font-size: 9.8666666667vw;
}
.creativeServiceContainer01__text01 {
  font-weight: 500;
  font-size: 4vw;
  line-height: 1.8666666667;
  letter-spacing: 0.15em;
  text-align: left;
}
.creativeServiceContainer01__image {
  width: 71.2vw;
  margin: 7.2vw auto 0;
  position: relative;
  left: -1.0666666667vw;
}
.creativeServiceContainer01__image img {
  width: 100%;
}
.creativeServiceContainer01__text02 {
  margin-top: 10.4vw;
  text-align: left;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
  padding: 0 1.3333333333vw;
}

.creativeServiceContainer02 {
  position: relative;
  width: 84vw;
  margin: 1.6vw auto 0;
  padding: 12vw 5.3333333333vw 11.7333333333vw;
}
.creativeServiceContainer02::before {
  content: "";
  position: absolute;
  width: 116vw;
  aspect-ratio: 870/1129;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background: url(./../img/service/bg-creative05_sp.png) bottom center/contain no-repeat;
}
.creativeServiceContainer02__title {
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #706090;
  text-align: center;
}
.creativeServiceContainer02__title span {
  font-weight: bold;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}
.creativeServiceContainer02__text01 {
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
  text-align: left;
  padding: 0 5.3333333333vw;
  margin-top: 1.8666666667vw;
}
.creativeServiceContainer02__image {
  width: 72.8vw;
  margin: 2.6666666667vw auto 0;
  position: relative;
  left: -1.0666666667vw;
}
.creativeServiceContainer02__image img {
  width: 100%;
}

.creativeServiceContainer03 {
  position: relative;
  width: 84vw;
  margin: -22.4vw auto 0;
  padding: 33.3333333333vw 5.3333333333vw 0;
}
.creativeServiceContainer03::before {
  content: "";
  position: absolute;
  width: 116vw;
  aspect-ratio: 870/1129;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background: url(./../img/service/bg-creative06_sp.png) bottom center/contain no-repeat;
}
.creativeServiceContainer03__title {
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #706090;
  text-align: center;
}
.creativeServiceContainer03__title span {
  font-weight: bold;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}
.creativeServiceContainer03__text01 {
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
  text-align: left;
  padding: 0 5.3333333333vw;
  margin-top: 0.5333333333vw;
}
.creativeServiceContainer03__image {
  width: 80vw;
  margin: 0.5333333333vw auto 0;
  position: relative;
  left: -3.2vw;
}
.creativeServiceContainer03__image img {
  width: 100%;
}

.creativeServiceContainer04 {
  padding-top: 11.2vw;
}
.creativeServiceContainer04__title {
  padding-left: 8vw;
}
.creativeServiceContainer04__title--en {
  font-size: 8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #5E4C80;
  text-transform: uppercase;
  display: block;
}
.creativeServiceContainer04__title--ja {
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #706090;
  display: block;
  margin-left: 1.0666666667vw;
}
.creativeServiceContainer04__inner {
  width: 92vw;
  margin-top: 3.7333333333vw;
}
.creativeServiceContainer04__textWrap {
  background: #fff;
  padding: 5.3333333333vw 5.3333333333vw 28.2666666667vw 8vw;
}
.creativeServiceContainer04__text01 {
  margin-top: 2.6666666667vw;
  font-size: 4vw;
  line-height: 1.7333333333;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #6D5C89;
}
.creativeServiceContainer04__text02 {
  margin-top: 3.7333333333vw;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
}
.creativeServiceContainer04__image {
  background: #F2F2F3;
  padding: 5.3333333333vw 0vw 0 5.0666666667vw;
  width: 77.3333333333vw;
  margin: -20.5333333333vw 0 0;
  position: relative;
  right: -14.6666666667vw;
}
.creativeServiceContainer04__image img {
  width: 100%;
}

.creativeServiceContainer05 {
  margin-top: 9.6vw;
  position: relative;
}
.creativeServiceContainer05__title {
  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;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #706090;
  padding-right: 12.8vw;
}
.creativeServiceContainer05__title--num {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-weight: bold;
  color: #706090;
  letter-spacing: 0.075em;
  margin-right: 2.6666666667vw;
  font-size: 9.8666666667vw;
}
.creativeServiceContainer05__imageWrap {
  background: #F5F5F6;
  padding: 7.7333333333vw 0 10.4vw;
  margin-top: -0.8vw;
}
.creativeServiceContainer05__text01 {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
.creativeServiceContainer05__image {
  width: 80vw;
  margin: 2.6666666667vw auto 0;
}
.creativeServiceContainer05__image img {
  width: 100%;
}
.creativeServiceContainer05__text02 {
  padding: 0 13.0666666667vw;
  margin-top: 7.4666666667vw;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
}

.creativeServiceContainer06 {
  padding-top: 11.2vw;
}
.creativeServiceContainer06__title {
  padding-left: 8vw;
}
.creativeServiceContainer06__title--en {
  font-size: 8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #5E4C80;
  text-transform: uppercase;
  display: block;
}
.creativeServiceContainer06__title--ja {
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #706090;
  display: block;
  margin-left: 1.0666666667vw;
}
.creativeServiceContainer06__inner {
  width: 92vw;
  margin-top: 3.7333333333vw;
}
.creativeServiceContainer06__textWrap {
  background: #F5F5F6;
  padding: 5.3333333333vw 5.3333333333vw 38.9333333333vw 8vw;
}
.creativeServiceContainer06__text01 {
  margin-top: 2.6666666667vw;
  font-size: 4vw;
  line-height: 1.7333333333;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #6D5C89;
}
.creativeServiceContainer06__text02 {
  margin-top: 3.7333333333vw;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
}
.creativeServiceContainer06__image {
  background: #FFFFFF;
  padding: 8vw 0vw 0 5.0666666667vw;
  width: 77.3333333333vw;
  margin: -33.0666666667vw 0 0;
  position: relative;
  right: -14.6666666667vw;
}
.creativeServiceContainer06__image img {
  width: 100%;
}

.messageKv {
  background: url(../img/message/bg-message01_sp.jpg) center center/100% no-repeat;
}

.l-messageIntroduction {
  padding-top: 6.6666666667vw;
}

.messageIntroduction {
  position: relative;
}
.messageIntroduction::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 96.2666666667vw;
  width: 100%;
  z-index: -2;
  background: transparent linear-gradient(248deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.messageIntroduction::after {
  content: "";
  position: absolute;
  top: 0.2666666667vw;
  left: 0vw;
  height: 100.2666666667vw;
  width: 100vw;
  background: url(./../img/message/bg-message02_sp.png) bottom center/100% no-repeat;
  z-index: -1;
}
.messageIntroduction__container {
  position: relative;
}
.messageIntroduction__title, .messageIntroduction__textWrap {
  position: relative;
}
.messageIntroduction__image {
  position: absolute;
  top: 15.2vw;
  right: 0;
  width: 63.2vw;
  height: 37.0666666667vw;
}
.messageIntroduction__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.messageIntroduction__title {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #706090;
  letter-spacing: 0.075em;
  line-height: 1.4;
  font-weight: bold;
  font-size: 8vw;
  padding-left: 8vw;
}
.messageIntroduction__textWrap {
  margin-top: 32vw;
  padding: 0 5.8666666667vw 9.0666666667vw;
}
.messageIntroduction__text01 {
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.7333333333;
  color: #6D5C89;
  text-align: left;
}
.messageIntroduction__text01 span {
  font-weight: bold;
  padding-left: 3.2vw;
}
.messageIntroduction__text02 {
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 2.0833333333;
  font-weight: 500;
  margin-top: 6.1333333333vw;
  padding: 0 2.1333333333vw;
  text-align: left;
}

.l-messageMember {
  padding: 5.8666666667vw 0;
}
.messageMember__title {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  letter-spacing: 0.05em;
  font-size: 8vw;
  font-weight: bold;
  text-align: center;
  color: #5E4C80;
}
.messageMember__block {
  margin-top: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 10.1333333333vw;
}
.messageMember__block::before {
  content: "";
  position: absolute;
  top: 6.6666666667vw;
  left: 0;
  height: 17.8666666667vw;
  width: 100%;
  background: transparent linear-gradient(266deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  z-index: -1;
}
.messageMember__block + .messageMember__block {
  margin-top: 7.4666666667vw;
}
.messageMember__image {
  width: 49.8666666667vw;
  height: 29.8666666667vw;
}
.messageMember__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.messageMember__image.image02 {
  margin-left: auto;
  margin-right: 8.5333333333vw;
}
.messageMember__textWrapPc {
  display: contents;
}
.messageMember__name {
  font-size: 5.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #5E4C80;
  padding-top: 10.9333333333vw;
}
.messageMember__name.name01 {
  padding-left: 7.4666666667vw;
}
.messageMember__name.name02 {
  padding-left: -0.8vw;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.messageMember__text {
  width: 100%;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.6666666667;
  font-weight: 500;
  margin-top: 3.2vw;
  padding-right: 8.5333333333vw;
}

.l-messageTalk {
  margin-top: 6.9333333333vw;
  margin-bottom: 17.8666666667vw;
}
.messageTalk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.messageTalk__question {
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9166666667;
  font-size: 3.2vw;
  padding-left: 13.8666666667vw;
  position: relative;
  text-align: left;
}
.messageTalk__question::before {
  content: "";
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
  width: 10.6666666667vw;
  height: 0.2666666667vw;
  background: #707070;
}
.messageTalk__answerWrap {
  margin-top: 3.7333333333vw;
}
.messageTalk__answerWrap + .messageTalk__question {
  margin-top: 6.1333333333vw;
}
.messageTalk__answerName {
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 3.2vw;
}
.messageTalk__answerText {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.0833333333;
  font-size: 3.2vw;
  margin-top: 2.6666666667vw;
}
.messageTalkBlock01__title {
  color: #6D5C89;
  font-size: 4vw;
  letter-spacing: 0.15em;
  line-height: 1.7333333333;
  font-weight: bold;
  padding: 4.5333333333vw 8vw;
  background: transparent linear-gradient(263deg, rgba(229, 222, 226, 0.5) 0%, rgba(231, 232, 239, 0.5) 100%) 0% 0% no-repeat padding-box;
}
.messageTalkBlock01__textWrap {
  margin-top: 4.2666666667vw;
  padding: 0 8vw;
}

.messageTalkBlock02 {
  background: transparent linear-gradient(209deg, rgba(229, 222, 226, 0.4) 0%, rgba(231, 232, 239, 0.4) 100%) 0% 0% no-repeat padding-box;
  margin-top: 9.8666666667vw;
  padding: 9.0666666667vw 8vw 10.6666666667vw;
}
.messageTalkBlock02__title {
  color: #6D5C89;
  font-size: 4vw;
  letter-spacing: 0.15em;
  line-height: 1.7333333333;
  font-weight: bold;
}
.messageTalkBlock02__textWrap {
  margin-top: 3.4666666667vw;
}
.messageTalkBlock02__imageWrap01 {
  margin-top: 3.4666666667vw;
}
.messageTalkBlock02__imageWrap01 + .messageTalk__question {
  margin-top: 7.4666666667vw;
}
.messageTalkBlock02__imageWrap02 {
  margin-top: 6.9333333333vw;
}

.messageTalkBlock03 {
  padding: 7.4666666667vw 8vw 9.0666666667vw;
}
.messageTalkBlock03__title {
  color: #6D5C89;
  font-size: 4vw;
  letter-spacing: 0.15em;
  line-height: 1.7333333333;
  font-weight: bold;
}
.messageTalkBlock03__container01 {
  margin-top: 5.8666666667vw;
}
.messageTalkBlock03__imageWrap01 {
  margin-top: 5.8666666667vw;
}
.messageTalkBlock03__image01 {
  height: 49.8666666667vw;
}
.messageTalkBlock03__textWrap02 {
  margin-top: 6.4vw;
}

.messageTalkBlock04 {
  padding: 10.4vw 8vw 0;
  position: relative;
}
.messageTalkBlock04::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 211.2vw;
  background: transparent linear-gradient(229deg, rgba(229, 222, 226, 0.4) 0%, rgba(231, 232, 239, 0.4) 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.messageTalkBlock04__title {
  color: #6D5C89;
  font-size: 4vw;
  letter-spacing: 0.15em;
  line-height: 1.7333333333;
  font-weight: bold;
}
.messageTalkBlock04__container01 {
  margin-top: 5.8666666667vw;
}
.messageTalkBlock04__imageWrap01 {
  margin-top: 8vw;
}
.messageTalkBlock04__image01 {
  height: 49.8666666667vw;
}
.messageTalkBlock04__textWrap03 {
  margin-top: 7.7333333333vw;
}
.messageTalkBlock04__textWrap04 {
  margin-top: 19.2vw;
}
.messageTalkBlock04__image02 {
  margin-top: 5.3333333333vw;
  height: 49.8666666667vw;
}

.messageTalkBlock05 {
  padding: 5.3333333333vw 8vw 0;
  position: relative;
}
.messageTalkBlock05__title {
  color: #6D5C89;
  font-size: 4vw;
  letter-spacing: 0.15em;
  line-height: 1.7333333333;
  font-weight: bold;
}
.messageTalkBlock05__container01 {
  margin-top: 5.8666666667vw;
}

.messageTalkBlock06 {
  padding: 4.2666666667vw 8vw 0;
  position: relative;
}
.messageTalkBlock06 .messageTalk__answerText--strong {
  font-size: 4vw;
  letter-spacing: 0.075em;
  line-height: 1.5333333333;
  color: #5E4C80;
  font-weight: bold;
  display: block;
  padding: 3.2vw 0 4.8vw;
}
.messageTalkBlock06__image01 {
  margin-top: 8.8vw;
  height: 49.8666666667vw;
}
.messageTalkBlock06 .messageTalk__answerText + .messageTalk__answerText {
  margin-top: 6.1333333333vw;
}

.recruitKv {
  background: url(../img/recruit/bg-recruit01_sp.jpg) center center/cover no-repeat;
}

.l-recruitIntroduction {
  padding-top: 4.5333333333vw;
}

.recruitIntroduction {
  position: relative;
}
.recruitIntroduction::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: transparent linear-gradient(241deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.recruitIntroduction::after {
  content: "";
  position: absolute;
  top: 11.2vw;
  right: 0;
  height: 67.2vw;
  width: 91.7333333333vw;
  z-index: -1;
  background: #fff;
}
.recruitIntroduction__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.recruitIntroduction__image {
  width: 94.4vw;
  height: 51.2vw;
  margin-top: 3.7333333333vw;
}
.recruitIntroduction__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitIntroduction__title {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #706090;
  letter-spacing: 0.075em;
  line-height: 1.4;
  font-weight: bold;
  font-size: 8vw;
  text-align: center;
}
.recruitIntroduction__textWrap {
  margin-top: 4.5333333333vw;
  padding: 0 5.3333333333vw 9.8666666667vw;
}
.recruitIntroduction__text01 {
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.7333333333;
  color: #6D5C89;
  text-align: left;
}
.recruitIntroduction__text02 {
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 2.0833333333;
  font-weight: 500;
  margin-top: 2.1333333333vw;
  padding: 0 2.6666666667vw;
  text-align: left;
}

.l-recruitType {
  padding: 5.6vw 0 0;
}

.recruitType {
  position: relative;
}
.recruitType__title {
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 8vw;
  color: #5E4C80;
  padding-left: 8vw;
}
.recruitType__block {
  margin-top: 5.8666666667vw;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(234, 228, 231, 0.7)), to(rgba(231, 232, 239, 0.7))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(234, 228, 231, 0.7) 0%, rgba(231, 232, 239, 0.7) 100%) 0% 0% no-repeat padding-box;
}
.recruitType__block.block02 {
  margin-top: 19.4666666667vw;
}
.recruitType__blockTextWrap {
  z-index: 2;
  padding: 6.4vw 5.0666666667vw 5.3333333333vw 8vw;
  position: relative;
  overflow: hidden;
}
.recruitType__blockTitle {
  letter-spacing: 0.15em;
  line-height: 1.5555555556;
  color: #6D5C89;
  font-size: 5.8666666667vw;
  font-weight: bold;
}
.recruitType__blockBg {
  position: absolute;
  top: -2.6666666667vw;
  right: -1.8666666667vw;
  font-size: 23.4666666667vw;
  letter-spacing: 0.075em;
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  letter-spacing: 0.05em;
  font-size: 23.4666666667vw;
  font-weight: bold;
  opacity: 0.5;
  z-index: -1;
  color: #FFFFFF;
  line-height: 0.9;
}
.recruitType__blockBg.bg02 {
  color: #FFFFFF;
  opacity: 0.56;
}
.recruitType__blockText01 {
  margin-top: 1.8666666667vw;
  text-align: left;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #706090;
}
.recruitType__blockText02 {
  margin-top: 1.3333333333vw;
  text-align: left;
  padding-right: 2.6666666667vw;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 1.6666666667;
}
.recruitType__blockImageWrap {
  position: relative;
  z-index: 2;
  width: 83.4666666667vw;
  margin: -6.6666666667vw auto 0;
  top: 9.0666666667vw;
}
.recruitType__blockImage {
  height: 51.4666666667vw;
}
.recruitType__blockImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-recruitInformation {
  padding-top: 28vw;
  margin-bottom: 23.2vw;
}
.l-recruitInformation__inner {
  padding: 0 8vw;
}

.recruitInformation__title {
  font-size: 8vw;
  font-weight: bold;
  color: #665685;
  letter-spacing: 0.15em;
}
.recruitInformation__table {
  margin-top: 5.6vw;
}
.recruitInformation__term {
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(229, 222, 226, 0.4)), to(rgba(231, 232, 239, 0.4))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(229, 222, 226, 0.4) 0%, rgba(231, 232, 239, 0.4) 100%) 0% 0% no-repeat padding-box;
  letter-spacing: 0.075em;
  font-size: 4vw;
  font-weight: bold;
  color: #706090;
  padding: 1.3333333333vw 3.2vw;
}
.recruitInformation__term:not(:first-of-type) {
  margin-top: 4.2666666667vw;
}
.recruitInformation__description {
  margin-top: 2.6666666667vw;
  position: relative;
  padding-left: 3.4666666667vw;
  padding-right: 1.0666666667vw;
}
.recruitInformation__description::before {
  content: "";
  width: 0.5333333333vw;
  height: calc(100% - 2.6666666667vw);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background: #5E4C80;
}
.recruitInformation__descriptionText {
  position: relative;
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 2.1666666667;
  font-weight: 500;
}
.recruitInformation__descriptionText + .recruitInformation__descriptionText {
  margin-top: 6.9333333333vw;
}
.recruitInformation__map {
  margin-top: 5.3333333333vw;
}
.recruitInformation__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 316/180;
}

.partnerKv {
  background: url(../img/partner/bg-partner01_sp.jpg) center center/cover no-repeat;
}

.l-partnerIntroduction {
  padding-top: 6.1333333333vw;
}

.partnerIntroduction {
  position: relative;
}
.partnerIntroduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: transparent linear-gradient(241deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.partnerIntroduction__container01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.partnerIntroduction__image01 {
  width: 86.6666666667vw;
  height: 51.4666666667vw;
  margin-top: -4.2666666667vw;
  margin-left: auto;
  padding: 6.9333333333vw 5.6vw 3.7333333333vw 6.4vw;
  background: #fff;
  position: relative;
  z-index: 2;
}
.partnerIntroduction__image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partnerIntroduction__title {
  color: #706090;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 4.8vw;
  text-align: left;
  padding-left: 8vw;
  position: relative;
  z-index: 3;
}
.partnerIntroduction__textWrap {
  background: #fff;
  margin-top: -11.4666666667vw;
  padding: 14.6666666667vw 8vw 0;
}
.partnerIntroduction__text01 {
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.7333333333;
  color: #6D5C89;
  text-align: left;
}
.partnerIntroduction__text02 {
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 2.0833333333;
  font-weight: 500;
  margin-top: 4.5333333333vw;
  text-align: left;
}
.partnerIntroduction__container02 {
  background: #fff;
  margin-top: -0.2666666667vw;
  padding: 7.7333333333vw 0 0;
}
.partnerIntroduction__image02 {
  width: 84vw;
  margin: 0 auto;
}
.partnerIntroduction__image02 img {
  width: 100%;
}
.partnerIntroduction__pointList {
  padding: 0 8vw;
  margin-top: 10.1333333333vw;
}
.partnerIntroduction__pointListItem:nth-child(n+2) {
  margin-top: 9.8666666667vw;
}
.partnerIntroduction__pointNum {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-size: 8vw;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #5E4C80;
  line-height: 1.5;
}
.partnerIntroduction__pointText {
  font-size: 3.2vw;
  letter-spacing: 0.15em;
  line-height: 2.1666666667;
  text-align: left;
  font-weight: 500;
}

.partnerContact {
  margin: 8.8vw 0 0 auto;
  background: #F5F2F4;
  width: 92vw;
  padding: 3.4666666667vw 5.3333333333vw 5.3333333333vw;
}
.partnerContact__title {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #675786;
  letter-spacing: 0.075em;
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.5;
}
.partnerContact__text {
  letter-spacing: 0.15em;
  line-height: 2.1666666667;
  font-weight: 500;
  font-size: 3.2vw;
  margin-top: -1.8666666667vw;
}
.partnerContact__link {
  display: block;
  text-align: left;
  padding: 3.2vw 4vw;
  letter-spacing: 0.075em;
  margin: 3.4666666667vw 2.6666666667vw 0 auto;
  width: 50.9333333333vw;
  height: 13.3333333333vw;
  color: #fff;
  line-height: 1.0833333333;
  font-weight: bold;
  background: #5E4C80;
  position: relative;
  font-size: 3.2vw;
}
.partnerContact__link::before {
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 13.3333333333vw;
  height: 0.8vw;
  background-color: #fff;
}

.l-partnerCorp {
  padding-top: 6.4vw;
  margin-top: 12vw;
  margin-bottom: 17.3333333333vw;
}

.partnerCorp {
  position: relative;
}
.partnerCorp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50.1333333333vw;
  width: 100%;
  z-index: -2;
  background: transparent linear-gradient(258deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
}
.partnerCorp__title {
  padding-left: 8vw;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #706090;
  position: relative;
  z-index: 3;
}
.partnerCorp__imageWrap {
  width: 86.6666666667vw;
  margin: -4.5333333333vw 0 0 auto;
  background: #fff;
  padding: 6.9333333333vw 8vw 6.9333333333vw 6.9333333333vw;
}
.partnerCorp__image {
  height: 37.6vw;
}
.partnerCorp__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partnerCorp__text01 {
  padding-left: 8vw;
  color: #6D5C89;
  font-size: 4vw;
  letter-spacing: 0.15em;
  line-height: 1.7333333333;
  font-weight: bold;
  margin-top: 1.3333333333vw;
}
.partnerCorp__container02 {
  padding: 0 8vw;
  margin-top: 4.8vw;
}
.partnerCorp__item:nth-child(n+2) {
  margin-top: 3.7333333333vw;
}
.partnerCorp__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partnerCorp__itemNum {
  font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 8vw;
  font-weight: bold;
  color: #5E4C80;
}
.partnerCorp__itemText01 {
  margin-left: 4.5333333333vw;
  letter-spacing: 0.15em;
  font-size: 4.8vw;
  font-weight: bold;
  color: #706090;
}
.partnerCorp__itemText02 {
  letter-spacing: 0.15em;
  line-height: 2.1666666667;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: left;
  margin-top: 2.6666666667vw;
}

::-webkit-full-page-media, :future, :root .maFeature::before {
  height: 160vw;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  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;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}
@supports (-ms-ime-align: auto) {
  /* Edge にのみ適用される */
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}

.loading {
  display: none;
}

.bgSlideBtn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bgSlideBtn::after {
  background: #B0A7C0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.bgSlideBtn:hover {
  opacity: 1;
}
.bgSlideBtn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.bgPurpleBtn:hover {
  opacity: 1;
  background: #A99FBB;
}

.slideIn {
  -webkit-transition: 0.5s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.slideIn.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.slideInScroll {
  -webkit-transition: 0.5s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.slideInScroll.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.slideInScrollChildren {
  -webkit-transition: 0.5s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.slideInScrollChildrenSp {
  -webkit-transition: 0.5s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.slideInScrollParent.active .slideInScrollChildrenSp {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.slideInScrollParent.active .slideInScrollChildren,
.slideInScrollParent.active .slideInScrollChildrenSp {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none !important;
  }
  .hpc {
    display: block !important;
  }
}

@media screen and (min-width: 64em) {
  .vsp {
    display: none !important;
  }
  .vpc {
    display: block !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-sec {
    padding: 8rem 0;
  }
  .l-sec01 {
    padding: 4rem 0;
  }
  .l-header {
    height: 7.2222222222vw;
  }
  .header__inner {
    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__logo {
    width: 22.7083333333vw;
    margin: 3.6805555556vw 0 0 1.875vw;
  }
  .header__nav {
    overflow: visible;
    height: auto;
    pointer-events: all;
    margin-top: 0;
  }
  .header__list {
    overflow: visible;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    top: 0;
    overflow: hidden;
    background: none;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
    display: flex;
    overflow: visible;
  }
  .header.active .header__list {
    overflow: visible;
  }
  .header__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
  }
  .header__listItem:not(:first-child) {
    margin-top: 0;
    margin-left: 2.5vw;
  }
  .header__listLink {
    padding: 0;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__listLink:not(.header__acToggle):not(.header__listLink--button)::before {
    background: url("../img/common/slash-purple.svg") center center/100% no-repeat;
    width: 0.625vw;
    aspect-ratio: 9/18;
    right: -1.4583333333vw;
    top: 0.4861111111vw;
    height: auto;
  }
  .header__listLink.header__acToggle {
    cursor: pointer;
    padding-bottom: 2.3611111111vw;
    margin-top: 2.3611111111vw;
  }
  .header__listLink.header__acToggle::before {
    -webkit-transform: none;
            transform: none;
    background: url("../img/common/slash-purple.svg") center center/100% no-repeat;
    width: 0.625vw;
    aspect-ratio: 9/18;
    right: -1.4583333333vw;
    top: 0.4861111111vw;
  }
  .header__listLink.header__acToggle::after {
    bottom: 1.5972222222vw;
    top: auto;
    left: -0.3472222222vw;
    right: 0;
    margin: 0 auto;
    width: 2.1527777778vw;
    height: 0.5555555556vw;
    background: url("../img/common/dot_purple.svg") center center/contain no-repeat;
  }
  .header__listLink--en {
    display: block;
    font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
    font-size: 1.25vw;
    font-weight: bold;
    color: #5e4c80;
  }
  .header__listLink--ja {
    font-size: 0.9722222222vw;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.15em;
    margin-top: -0.5555555556vw;
  }
  .header__listLink--button {
    width: 11.9444444444vw;
    height: 7.2222222222vw;
    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;
    background: transparent linear-gradient(305deg, #73529B 0%, #BFB5D5 100%) 0% 0% no-repeat padding-box;
    padding: 0.8333333333vw 0 0 0;
  }
  .header__listLink--button:hover {
    opacity: 1;
    background: #fff;
  }
  .header__listLink--button:hover .header__listLink--en,
  .header__listLink--button:hover .header__listLink--ja {
    color: #5E4C80;
    opacity: 1;
  }
  .header__listLink--button::before {
    content: none;
  }
  .header__listLink--button .header__listLink--en,
  .header__listLink--button .header__listLink--ja {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header__listLink--button .header__listLink--en {
    font-size: 1.4583333333vw;
    font-weight: bold;
  }
  .header__listLink--button .header__listLink--ja {
    font-size: 1.0416666667vw;
    font-weight: 500;
    margin-top: 0.4166666667vw;
  }
  .header__listItem:nth-last-child(2) .header__listLink::before {
    content: none;
  }
  .header__listItem.header__listItem--button {
    margin-left: 1.5972222222vw;
  }
  .header__childList {
    position: absolute;
    width: 15.9722222222vw;
    top: calc(100% - 0.5555555556vw);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .header__childListItem:not(:first-child) {
    border-top: 0.1388888889vw solid #fff;
  }
  .header__childListLink {
    padding: 0;
    height: 2.7777777778vw;
    font-size: 1.1111111111vw;
    color: #fff;
    background: #5E4C80;
    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;
    letter-spacing: 0.075em;
  }
  .header__childListLink:hover {
    opacity: 1;
    background: #A99FBB;
  }
  .header__childListLink::before {
    content: none;
  }
  .l-main {
    margin-top: 7.2222222222vw;
  }
  .l-footer {
    margin-top: 8.3333333333vw;
    padding: 3.0555555556vw 0 2.2222222222vw;
  }
  .l-footer__inner {
    width: 67%;
    margin: 0 auto;
  }
  .footer {
    background-image: -webkit-gradient(linear, right top, left top, from(#ededf2), to(#f3eff1));
    background-image: linear-gradient(to left, #ededf2, #f3eff1);
  }
  .footer__topLink {
    font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
    font-size: 2.3611111111vw;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #706090;
    position: relative;
    padding-right: 2.6388888889vw;
  }
  .footer__topLink::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.8333333333vw;
    aspect-ratio: 23/22;
    background: url(../img/common/arrow-purple-right03.svg) center center/100% no-repeat;
  }
  .footer__nav {
    margin-top: 1.1805555556vw;
  }
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__listLink {
    font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
    font-size: 1.25vw;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #5e4c80;
    text-transform: uppercase;
  }
  .footer__childList {
    position: absolute;
    top: 2.4305555556vw;
    left: 0.2083333333vw;
  }
  .footer__childListItem:nth-child(n+2) {
    margin-top: 0.4166666667vw;
  }
  .footer__childListLink {
    font-size: 1.1111111111vw;
    letter-spacing: 0.16em;
    color: #000;
    white-space: nowrap;
    font-weight: 500;
    padding-left: 1.1111111111vw;
    position: relative;
  }
  .footer__childListLink::before {
    content: "";
    position: absolute;
    top: 0.3472222222vw;
    left: 0;
    width: 0.6944444444vw;
    aspect-ratio: 9.24/9.76;
    background: url("../img/common/line-purple-left.svg") center center/contain no-repeat;
  }
  .footer__copyright {
    margin-top: 10.2777777778vw;
    font-size: 1.0416666667vw;
    letter-spacing: 0.15em;
    position: relative;
  }
  .footer__copyright::before {
    content: "";
    position: absolute;
    top: -1.3888888889vw;
    left: 0;
    width: 100%;
    height: 0.0694444444vw;
    background: #5E4C80;
  }
  .l-kv__inner {
    padding: 3.4722222222vw 0 3.3333333333vw;
  }
  .kv__title {
    line-height: 1.15;
  }
  .kv__title--en {
    font-size: 3.9583333333vw;
    letter-spacing: 0.15em;
  }
  .kv__title--ja {
    font-size: 1.3888888889vw;
  }
  .c-contact__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.7083333333vw 4.3055555556vw 3.0555555556vw 5vw;
    width: 83.75%;
  }
  .c-contact__textWrap {
    display: block;
  }
  .c-contact__title {
    font-size: 4.8611111111vw;
    letter-spacing: 0.075em;
  }
  .c-contact__text {
    margin-top: -0.4861111111vw;
    font-size: 1.0888888889vw;
    line-height: 2.15;
  }
  .c-contact__imageWrap {
    width: 46.9%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0.8333333333vw 0 0 auto;
  }
  .c-contact__imageWrap::before {
    position: absolute;
    content: "";
    right: -1.8055555556vw;
    bottom: -1.5972222222vw;
    background-color: #fff;
    width: 100%;
    height: 98%;
  }
  .c-contact__linkWrap {
    margin-top: 2.0833333333vw;
  }
  .c-contact__link {
    width: 29.7222222222vw;
    height: 6.7361111111vw;
    font-size: 1.4583333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 1.8055555556vw;
    font-weight: bold;
    letter-spacing: 0.15em;
  }
  .c-contact__link::before {
    height: 0.2777777778vw;
    width: 4.7222222222vw;
  }
  .c-contact--entry .c-contact__imageWrap {
    margin-top: 0.8333333333vw;
  }
  .c-contact--entry .c-contact__imageWrap::before {
    bottom: -0.6944444444vw;
    height: 94%;
  }
  .c-contact--entry .c-contact__text {
    margin-top: -0.5555555556vw;
    font-size: 1.1111111111vw;
    line-height: 2.6875;
  }
  .navBar {
    display: none;
  }
  .contactKv {
    background-image: url(../img/contact/bg-contact.jpg);
  }
  .l-contact__inner {
    padding: 8.75vw 1.3888888889vw 4.1666666667vw;
  }
  .contact__wrapper {
    max-width: 66.6666666667vw;
    margin: 0 auto;
  }
  .contact__list {
    margin-bottom: 2.7777777778vw;
  }
  .contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact__item:not(:last-of-type) {
    margin-bottom: 2.0833333333vw;
  }
  .contact__item--inquiry {
    margin-bottom: 2.7083333333vw !important;
  }
  .contact__item--inquiry .contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact__item--address {
    margin-bottom: 5.2083333333vw !important;
  }
  .contact__item--address .contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__item--address .contact__content:not(:last-of-type) {
    margin-bottom: 0.5555555556vw;
  }
  .contact__content textarea {
    height: 17.5694444444vw;
  }
  .contact__dt {
    width: 21.25vw;
    margin-bottom: 0;
  }
  .contact__item--inquiry .contact__dt {
    margin-bottom: 0;
  }
  .contact__dd {
    width: calc(100% - 21.25vw);
    padding-left: 2.7083333333vw;
  }
  .contact__item--address .contact__dt {
    margin-bottom: 0;
    width: 7.0138888889vw;
  }
  .contact__item--address .contact__dd {
    width: calc(100% - 7.0138888889vw);
    padding-left: 0;
  }
  .contact__ttl {
    font-size: 1.3888888889vw;
    line-height: 1.4545454545;
    margin-top: 0.3472222222vw;
  }
  .contact__required {
    height: 100%;
  }
  .contact__required::after {
    right: 0;
    top: 50%;
    font-size: 1.1111111111vw;
  }
  .contact__item--inquiry .contact__required::after {
    top: 10%;
  }
  .contact__item--content .contact__required::after {
    top: 5%;
  }
  .contact__content:not(:last-child) {
    margin-bottom: 1.3888888889vw;
  }
  .contact__txt {
    margin-bottom: 0;
    font-size: 1.25vw;
    line-height: 1.4444444444;
    min-width: 14.2361111111vw;
    margin-right: 2.7083333333vw;
  }
  .contact__box {
    height: 23.6111111111vw;
    padding: 3.125vw 3.0555555556vw 2.0833333333vw;
    margin-bottom: 4.3055555556vw;
    border-width: 0.1388888889vw;
  }
  .contact__box p {
    font-size: 1.1111111111vw;
    line-height: 2;
  }
  .contact__item--privacy .contact__dt .contact__required::after {
    display: block;
  }
  .contact__item--privacy .contact__dd .contact__required::after {
    display: none;
  }
  .contact__item--privacy .contact__ttl {
    margin-top: 0;
  }
  .contact__footer {
    margin: 4.3055555556vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact input[type=text], .contact input[type=email], .contact textarea {
    padding: 0.8333333333vw 1.9444444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.5;
    border-width: 0.0694444444vw;
  }
  .contact input[type=text]::-webkit-input-placeholder, .contact input[type=email]::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
    font-size: 1.1111111111vw;
    line-height: 1.5;
  }
  .contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder, .contact textarea::-moz-placeholder {
    font-size: 1.1111111111vw;
    line-height: 1.5;
  }
  .contact input[type=text]:-ms-input-placeholder, .contact input[type=email]:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
    font-size: 1.1111111111vw;
    line-height: 1.5;
  }
  .contact input[type=text]::-ms-input-placeholder, .contact input[type=email]::-ms-input-placeholder, .contact textarea::-ms-input-placeholder {
    font-size: 1.1111111111vw;
    line-height: 1.5;
  }
  .contact input[type=text]::placeholder, .contact input[type=email]::placeholder, .contact textarea::placeholder {
    font-size: 1.1111111111vw;
    line-height: 1.5;
  }
  .contact textarea {
    height: 23.9583333333vw;
  }
  .contact .mwform-radio-field {
    width: 50%;
  }
  .contact .mwform-radio-field:not(:last-of-type) {
    margin-bottom: 0.8333333333vw;
  }
  .contact .mwform-radio-field-text {
    font-size: 1.1111111111vw;
    line-height: 1;
    white-space: nowrap;
    padding: 0.6944444444vw 0 0.6944444444vw 2.7777777778vw;
  }
  .contact .mwform-checkbox-field-text {
    font-size: 1.1111111111vw;
    padding-left: 2.7777777778vw;
  }
  .contact .mwform-radio-field-text::before, .contact .mwform-checkbox-field-text::before {
    width: 1.7361111111vw;
    height: 1.7361111111vw;
    top: 53%;
  }
  .contact .contactBtn--back {
    margin-bottom: 0;
  }
  .contact .contactBtn--confirm input, .contact .contactBtn--back input {
    width: 25.6944444444vw;
    font-size: 1.5277777778vw;
    line-height: 1.5;
    padding: 0.9861111111vw 5.3333333333vw 0.9861111111vw;
  }
  .contact .contactBtn--back input {
    border-width: 0.1388888889vw;
  }
  .contact button:hover {
    opacity: 0.7;
  }
  .contact .error {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
  .contact__desc {
    font-size: 1.3888888889vw;
    line-height: 1.45;
    margin-bottom: 4.3055555556vw;
  }
  .contact__item--address .contact__content p:last-child {
    width: 100%;
  }
  .mw_wp_form_confirm .contact__dd {
    padding-left: 0;
    padding-bottom: 2.4652777778vw;
    border-bottom: 0.1388888889vw solid rgba(57, 57, 57, 0.3);
  }
  .mw_wp_form_confirm .contact__dt {
    width: 14.6527777778vw;
    border-bottom: 0.1388888889vw solid #5E4C80;
    margin-bottom: 0;
  }
  .mw_wp_form_confirm .contact__dd {
    width: 45.4166666667vw;
  }
  .mw_wp_form_confirm .contact__dd,
  .mw_wp_form_confirm .contact__content,
  .mw_wp_form_confirm .contact__content p {
    font-size: 1.1111111111vw;
    line-height: 1.5;
    font-weight: 400;
  }
  .mw_wp_form_confirm .contact__item:not(:last-of-type) {
    margin-bottom: 2.1875vw !important;
  }
  .mw_wp_form_confirm .contact__item--address .contact__content:not(:last-of-type) {
    margin-bottom: 0.5555555556vw;
  }
  .mw_wp_form_confirm .contactBtn {
    margin: 0 0.5208333333vw;
  }
  .mw_wp_form_confirm .contact__footer {
    margin: 7.9166666667vw auto 0;
  }
  .mw_wp_form_confirm .contactBtn--confirm input, .mw_wp_form_confirm .contactBtn--back input {
    width: 18.125vw;
    font-size: 1.5277777778vw;
    line-height: 1.5;
    padding: 1.3194444444vw 5.3333333333vw;
  }
  .l-thanks__inner {
    padding: 6.3888888889vw 1.3888888889vw 0;
    margin-bottom: -2.2222222222vw;
  }
  .thanks__box {
    padding: 3.8888888889vw 1.3888888889vw 4.8611111111vw;
    max-width: 68.4722222222vw;
    margin: 0 auto;
  }
  .thanks__ttl {
    margin-bottom: 1.4375vw;
  }
  .thanks__ttl span {
    font-size: 3.9583333333vw;
    margin-bottom: 1.4375vw;
    letter-spacing: 0;
  }
  .thanks__txt {
    font-size: 1.1111111111vw;
    line-height: 2.1875;
    margin-bottom: 2.6388888889vw;
  }
  .topicsKv {
    background-image: url(../img/topics/bg-topics.jpg);
  }
  .topicsCategory {
    background: #fff;
  }
  .l-topicsCategory__inner {
    padding: 4.3055555556vw 1.3888888889vw 5.3472222222vw;
  }
  .topicsCategory__wrapper {
    max-width: 66.6666666667vw;
    margin: 0 auto;
  }
  .topicsCategory__ttl {
    font-size: 3.9583333333vw;
    margin-bottom: 0.5555555556vw;
  }
  .topicsCategory__list {
    margin-left: -0.6944444444vw;
    margin-bottom: -0.6944444444vw;
  }
  .topicsCategory__item {
    min-width: 10.7638888889vw;
    margin-left: 0.6944444444vw;
    margin-bottom: 0.6944444444vw;
  }
  .topicsCategory__link {
    padding: 0.8819444444vw 0.6944444444vw 0.9861111111vw;
    font-size: 1.3194444444vw;
  }
  .topicsCategory__link:hover {
    opacity: 0.7;
  }
  .topics {
    background: rgba(229, 222, 226, 0.5);
  }
  .l-topics {
    margin-bottom: 10vw;
  }
  .l-topics__inner {
    padding: 5.9722222222vw 1.3888888889vw 6.4583333333vw;
  }
  .single .l-topics__inner {
    padding: 5.9722222222vw 1.3888888889vw 8.125vw;
  }
  .topics__list {
    max-width: 66.6666666667vw;
    margin: 0 auto;
  }
  .topicsCard {
    background: #fff;
  }
  .topics__card:not(:last-of-type) {
    margin-bottom: 3.75vw;
  }
  .topicsCard__link {
    border: none;
    padding: 3.0555555556vw 2.9166666667vw 2.9861111111vw 3.5416666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topics__card a:hover {
    opacity: 0.7;
  }
  .topicsCard__date {
    font-size: 1.3888888889vw;
    margin-left: 1.9444444444vw;
  }
  .topicsCard__ttl {
    font-size: 1.1805555556vw;
    margin-top: 2.3611111111vw;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .topicsCard__category {
    font-size: 1.3888888889vw;
    min-width: 11.1111111111vw;
    padding: 0.6944444444vw;
  }
  .topicsCard__imgWrap {
    margin-left: 6.7361111111vw;
    min-width: 19.7916666667vw;
  }
  .topics .pagination {
    margin-top: 4.9305555556vw;
  }
  .topics ul.page-numbers {
    margin-left: -0.4166666667vw;
  }
  .topics .page-numbers .page-numbers {
    margin-left: 0.4166666667vw;
    width: 4.0972222222vw;
    height: 4.4444444444vw;
    font-size: 1.5972222222vw;
  }
  .topics .page-numbers .page-numbers.dots {
    margin-right: -0.4166666667vw;
  }
  .topics .page-numbers.next,
  .topics .page-numbers.prev {
    width: 1.5972222222vw;
  }
  .topics .page-numbers .page-numbers.prev::after, .topics .page-numbers .page-numbers.next::after {
    width: 1.0416666667vw;
    height: 2.0833333333vw;
  }
  .single .topics {
    background: rgba(229, 222, 226, 0.5);
  }
  .single .l-topics__inner {
    padding: 5.9722222222vw 1.3888888889vw 6.4583333333vw;
  }
  .topics__wrapper {
    background: #fff;
    max-width: 66.6666666667vw;
    margin: 0 auto 5.2777777778vw;
    padding: 4.0625vw 5.4166666667vw 5.5vw;
  }
  .topics__ttl {
    font-weight: 700;
    font-size: 2.4305555556vw;
    margin-bottom: 1.7361111111vw;
  }
  .topics__info {
    margin-bottom: 4.2430555556vw;
  }
  .topics__category {
    font-size: 1.1111111111vw;
    padding: 0.7708333333vw 2.2222222222vw 0.8888888889vw;
  }
  .topics__date {
    font-size: 1.8055555556vw;
    margin-left: 1.1111111111vw;
  }
  .topics__thumbnailWrap {
    width: 39.7916666667vw;
    margin: 0 auto 5.1319444444vw;
  }
  .topics__thumbnail {
    padding-top: 60%;
  }
  .topicsCard__img {
    padding-top: 54.45%;
  }
  .topics__content * {
    margin-bottom: 2.4rem;
  }
  .topics__content h2 {
    font-size: 2.7777777778vw;
  }
  .topics__content h3 {
    font-size: 1.7361111111vw;
    line-height: 1.8;
  }
  .topics__content p {
    line-height: 2.3529411765;
    font-size: 1.1805555556vw;
  }
  .topics__content a {
    width: 26.0416666667vw;
    font-size: 1.25vw;
    padding: 1.6180555556vw 1.3888888889vw 1.6180555556vw;
    border-width: 0.2083333333vw;
  }
  .topics__toTop {
    font-size: 1.5277777778vw;
    padding: 0.9722222222vw 1.3888888889vw;
    width: 25.6944444444vw;
  }
  .l-topKv {
    height: 56.25vw;
    min-height: auto;
  }
  .l-topKv__inner {
    height: 100%;
  }
  .topKv__video::before {
    content: "";
    position: absolute;
    right: -0.1388888889vw;
    width: 0.6944444444vw;
    height: 100%;
    background: #fff;
    z-index: 1;
  }
  .topKv__video video {
    -o-object-position: center;
       object-position: center;
  }
  .topKv__textBlock {
    padding: 0 0 5.4861111111vw;
    margin-right: 3.8194444444vw;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    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;
  }
  .topKv__title {
    font-size: 3.2638888889vw;
    line-height: 2.8;
  }
  .topKv__title--bg {
    padding: 1.1111111111vw 2.7777777778vw 1.1111111111vw 2.1527777778vw;
    margin-right: 1.3888888889vw;
  }
  .topKv__title--bg02 {
    padding: 0.8333333333vw 0 1.0416666667vw 2.1527777778vw;
    margin-right: 2.2222222222vw;
  }
  .topKv__copy {
    font-size: 2.2916666667vw;
    margin-top: 0.9722222222vw;
  }
  .l-topCompany {
    margin-top: 6.9444444444vw;
    padding-top: 9.7222222222vw;
  }
  .topCompany {
    background: url(./../img/top/bg-company.jpg) top center/100% no-repeat;
  }
  .topCompany__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5.1388888889vw;
  }
  .topCompany__title--en {
    font-size: 5.7638888889vw;
  }
  .topCompany__title--ja {
    font-size: 2.0833333333vw;
    padding: 0;
    margin-left: 1.25vw;
  }
  .topCompany__container {
    width: 76.67%;
    -webkit-box-shadow: 0 0 2.7777777778vw 0 rgba(186, 168, 177, 0.4);
            box-shadow: 0 0 2.7777777778vw 0 rgba(186, 168, 177, 0.4);
    padding: 2.9166666667vw 0 5.4166666667vw;
  }
  .topCompany__text01 {
    font-size: 1.0888888889vw;
    margin-top: 0;
    padding: 0 5.1388888889vw;
  }
  .topCompany__imageWrap {
    width: 100%;
    gap: 0;
    margin: 4.5138888889vw auto 0;
    padding: 0 6.5972222222vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topCompany__imageWrap::before {
    height: 5.6944444444vw;
    top: 4.6527777778vw;
    opacity: 0.46;
  }
  .topCompany__imageItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .topCompany__image01 {
    width: 11.875vw;
  }
  .topCompany__image02 {
    width: 8.8194444444vw;
    margin-top: -0.2083333333vw;
  }
  .topCompany__image03 {
    width: 13.5416666667vw;
    margin-top: -0.5555555556vw;
    position: relative;
    left: -1.3888888889vw;
  }
  .topCompany__text02 {
    font-size: 1.5972222222vw;
  }
  .topCompany__buttonWrap {
    margin-top: 3.6805555556vw;
  }
  .topCompany__button {
    -webkit-box-shadow: 0 0 2.7777777778vw 0 rgba(186, 168, 177, 0.4);
            box-shadow: 0 0 2.7777777778vw 0 rgba(186, 168, 177, 0.4);
    width: 32.6388888889vw;
    height: 5.5555555556vw;
    font-size: 2.9861111111vw;
    letter-spacing: 0.075em;
    padding-right: 1.875vw;
  }
  .topCompany__button::before {
    right: 10.3472222222vw;
    width: 1.3888888889vw;
  }
  .l-topService {
    padding-top: 8.3333333333vw;
    padding-bottom: 13.6111111111vw;
  }
  .l-topService__inner {
    width: 76.67%;
  }
  .topService__title {
    font-size: 6.7361111111vw;
    letter-spacing: 0.075em;
  }
  .topService__container {
    margin-top: 0.2083333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topService__block {
    padding: 2.2916666667vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc((100% - 2.2222222222vw) / 3);
  }
  .topService__block.block02 {
    margin: 0;
    top: 3.75vw;
  }
  .topService__block.block03 {
    margin: 0;
    top: 7.5vw;
  }
  .topService__blockTextWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .topService__blockTitle {
    font-size: 1.7361111111vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .topService__iconWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .topService__iconText {
    font-size: 1.5277777778vw;
    margin: 0;
  }
  .topService__icon.icon01 {
    width: 9.4444444444vw;
    margin: 2.9166666667vw auto 0.7638888889vw;
  }
  .topService__icon.icon02 {
    margin: 1.1111111111vw auto 0.7638888889vw;
    width: 6.7361111111vw;
  }
  .topService__icon.icon03 {
    width: 7.5694444444vw;
    margin: 2.0138888889vw auto 2.2222222222vw;
  }
  .topService__text01 {
    margin-top: 0.8333333333vw;
    font-size: 1.1111111111vw;
    line-height: 1.875;
    letter-spacing: 0.1em;
    padding: 0 3.0555555556vw;
  }
  .topService__image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: auto;
  }
  .topService__linkWrap {
    margin-top: 1.5277777778vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topService__link {
    padding-right: 2.7777777778vw;
    letter-spacing: 0.075em;
    font-size: 2.9861111111vw;
  }
  .topService__link::before {
    width: 1.5277777778vw;
  }
  .l-topMessage {
    padding-top: 4.8611111111vw;
    padding-bottom: 12.9166666667vw;
  }
  .l-topMessage__inner {
    width: 76.67%;
    margin: 0 auto;
  }
  .topMessage__title {
    font-size: 3.8888888889vw;
    width: 100%;
  }
  .topMessage__container {
    width: 100%;
    padding: 0;
    margin: 0.9722222222vw auto 0;
    background: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
  }
  .topMessage__container::before {
    content: "";
    aspect-ratio: 960/535;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 87%;
    background: transparent linear-gradient(257deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
  }
  .topMessage__textWrap {
    display: block;
    background-color: #fff;
    width: 46.3194444444vw;
    margin-left: auto;
    padding: 4.2361111111vw 5.4166666667vw 0.9722222222vw 7.7083333333vw;
    -webkit-box-shadow: 0 0 2.7777777778vw 0 rgba(186, 168, 177, 0.4);
            box-shadow: 0 0 2.7777777778vw 0 rgba(186, 168, 177, 0.4);
    padding: 74px 10px 10px 115px;
  }
  .topMessage__text01 {
    font-size: 1.5972222222vw;
    line-height: 2.0434782609;
    text-align: left;
    letter-spacing: 0.15em;
  }
  .topMessage__text02 {
    letter-spacing: 0.15em;
    padding: 0 0.9722222222vw 0 0.8333333333vw;
    margin-top: 0.4861111111vw;
    font-size: 1.0888888889vw;
    line-height: 2.375;
    margin-top: 7px;
  }
  .topMessage__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 47%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: auto 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
  }
  .topMessage__image img {
    -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .topMessage__image:hover {
    opacity: 1;
  }
  .topMessage__image:hover .topMessage__imageText {
    opacity: 1;
  }
  .topMessage__image:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .topMessage__imageText {
    display: block;
    z-index: 2;
    position: absolute;
    top: 1.5277777778vw;
    bottom: 0;
    left: 0;
    right: 0;
    width: 41%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: auto;
    font-family: "Red Hat Display", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
    font-size: 3.8194444444vw;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
    padding-right: 1.3888888889vw;
  }
  .topMessage__imageText::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1.5277777778vw;
    aspect-ratio: 23/22;
    background: url(../img/common/arrow-white-right02.svg) center center/contain no-repeat;
  }
  .topMessage__linkWrap {
    margin-top: 0.4166666667vw;
    margin-right: 4.8611111111vw;
    padding-right: 0;
  }
  .topMessage__link {
    padding-right: 2.6388888889vw;
    font-size: 3.6805555556vw;
    letter-spacing: 0.075em;
    right: -2.5694444444vw;
    position: relative;
  }
  .topMessage__link::before {
    width: 1.5277777778vw;
  }
  .topRecruitment__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topRecruitment__block {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6.7361111111vw 0 5.7638888889vw 5.5555555556vw;
    position: relative;
  }
  .topRecruitment__block::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    background: #706090;
  }
  .topRecruitment__block:hover {
    opacity: 1;
  }
  .topRecruitment__block:hover::before {
    opacity: 0.4;
  }
  .topRecruitment__block.block01 {
    background: url("../img/top/bg-recruit.jpg") center center/cover;
  }
  .topRecruitment__block.block02 {
    background: url("../img/top/bg-partner.jpg") center center/cover;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3.5416666667vw;
  }
  .topRecruitment__block.block02 .topRecruitment__link {
    width: 19.0277777778vw;
    margin-right: 3.5416666667vw;
    margin-left: 1.8055555556vw;
  }
  .topRecruitment__block.block02 .topRecruitment__link::before {
    width: 6.0416666667vw;
  }
  .topRecruitment__blockTitle {
    font-size: 4.2361111111vw;
    z-index: 2;
  }
  .topRecruitment__link {
    z-index: 2;
    width: 15.7638888889vw;
    height: 4.8611111111vw;
    font-size: 1.3194444444vw;
    margin: 0 5.625vw 0 2.3611111111vw;
    padding-left: 1.7361111111vw;
  }
  .topRecruitment__link::before {
    width: 6.5972222222vw;
    height: 0.1388888889vw;
  }
  .l-topTopics {
    padding-top: 8.3333333333vw;
    margin-bottom: 13.6805555556vw;
  }
  .l-topTopics__inner {
    width: 83%;
    margin: 0 auto;
  }
  .topTopics::before {
    height: 30.5555555556vw;
  }
  .topTopics__inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5.2083333333vw;
    width: 100%;
    height: 98%;
    background: transparent -webkit-gradient(linear, right top, left top, from(#E5DEE2), to(#E7E8EF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
  }
  .topTopics__container {
    width: 85%;
    position: relative;
    z-index: 3;
    padding: 2.0833333333vw 6.1805555556vw 4.1666666667vw;
    -webkit-box-shadow: 0 0 2.7777777778vw 0 rgba(186, 168, 177, 0.4);
            box-shadow: 0 0 2.7777777778vw 0 rgba(186, 168, 177, 0.4);
  }
  .topTopics__title {
    font-size: 4.4444444444vw;
  }
  .topTopics__title--shadow {
    z-index: -1;
    font-size: 4.4444444444vw;
    letter-spacing: 0.075em;
    left: 0.5555555556vw;
  }
  .topTopics__list {
    margin-top: -0.3472222222vw;
  }
  .topTopics__listItem {
    border: none;
  }
  .topTopics__listItem:nth-child(n+2) {
    margin-top: 1.6666666667vw;
  }
  .topTopics__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #62537E;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topTopics__articleHead {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .topTopics__category {
    height: 100%;
    font-size: 1.1805555556vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.15em;
    padding: 0.1388888889vw 1.3194444444vw;
  }
  .topTopics__date {
    font-size: 1.25vw;
    padding: 0.3472222222vw 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.15em;
    margin-left: 1.25vw;
  }
  .topTopics__articleTitle {
    position: relative;
    font-size: 1.1vw;
    margin: 0 0 0 2.8472222222vw;
    letter-spacing: 0.15em;
  }
  .topTopics__articleTitle::before {
    content: "";
    width: 1px;
    position: absolute;
    left: -1.5277777778vw;
    top: 0.1388888889vw;
    height: calc(100% - 0.4166666667vw);
    background-color: #675786;
  }
  .topTopics__linkWrap {
    text-align: right;
    margin-top: 1.0416666667vw;
  }
  .topTopics__link {
    font-size: 3.1944444444vw;
    border-bottom: 1px solid #706090;
    letter-spacing: 0.075em;
    padding-right: 2.6388888889vw;
    padding-bottom: 0.8333333333vw;
  }
  .topTopics__link::before {
    width: 1.5277777778vw;
  }
  .companyKv {
    height: 39.5138888889vw;
  }
  .companyKv::before {
    background: url(../img/company/bg-kv.jpg) center center/cover no-repeat;
  }
  .l-companyCard {
    padding: 0 0 11.3888888889vw;
    margin-top: -12.3611111111vw;
  }
  .companyCard {
    z-index: 10;
  }
  .companyCard::before {
    width: 35.9722222222vw;
    height: 72.0833333333vw;
  }
  .companyCard__list {
    padding-top: 5.4166666667vw;
    width: 77.5vw;
    margin: 0 auto;
  }
  .companyCard__list::before {
    width: 0.2777777778vw;
    height: 76.9444444444vw;
    top: 0;
    right: calc(100% - 3.9583333333vw);
  }
  .companyCard__listItem {
    width: 55.3472222222vw;
  }
  .companyCard__listItem::before {
    top: 1.8055555556vw;
    right: calc(100% + 0.6944444444vw);
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .companyCard__listItem::after {
    top: 2.2916666667vw;
    right: calc(100% - 1.3888888889vw);
    width: 3.125vw;
    height: 0.3472222222vw;
  }
  .companyCard__listItem:nth-child(n+2) {
    margin-top: 3.8888888889vw;
  }
  .companyCard__listItem.item01 {
    margin-left: 7.0833333333vw;
    margin-right: auto;
  }
  .companyCard__listItem.item01::before {
    top: 7.0833333333vw;
    right: calc(100% + 2.5694444444vw);
  }
  .companyCard__listItem.item01::after {
    top: 7.5694444444vw;
    right: calc(100% - 0.4861111111vw);
  }
  .companyCard__listItem.item01 .companyCard__listItemInner {
    background-size: 27.0138888889vw;
  }
  .companyCard__listItem.item02 {
    margin-left: 13.0555555556vw;
    margin-right: auto;
  }
  .companyCard__listItem.item02::before {
    top: 4.7916666667vw;
    right: calc(100% + 8.5416666667vw);
  }
  .companyCard__listItem.item02::after {
    top: 5.2777777778vw;
    right: calc(100% - 5.7638888889vw);
    width: 14.5833333333vw;
  }
  .companyCard__listItem.item02 .companyCard__listItemInner {
    background-size: 22.5vw;
  }
  .companyCard__listItem.item03 {
    margin-left: 20.3472222222vw;
    margin-right: auto;
  }
  .companyCard__listItem.item03::before {
    top: 9.1666666667vw;
    right: calc(100% + 15.8333333333vw);
  }
  .companyCard__listItem.item03::after {
    top: 9.6527777778vw;
    right: calc(100% - 0.4861111111vw);
    width: 16.6666666667vw;
  }
  .companyCard__listItem.item03 .companyCard__listItemInner {
    background-size: 20.1388888889vw;
    padding-bottom: 3.6805555556vw;
  }
  .companyCard__listItemInner {
    padding: 2.3611111111vw 0.6944444444vw 2.9166666667vw 3.6111111111vw;
  }
  .companyCard__listItemInner::before {
    content: "";
    width: 100%;
    height: 84%;
    right: -1.3888888889vw;
    bottom: -1.3194444444vw;
    background: #ECE8EB;
    position: absolute;
    z-index: -1;
  }
  .companyCard__text01 {
    font-size: 2.7777777778vw;
    letter-spacing: 0.15em;
  }
  .companyCard__text02 {
    font-size: 1.1111111111vw;
    line-height: 1.875;
    margin-top: -0.1388888889vw;
  }
  .companyCard__textBorderWrap {
    margin: 0.2083333333vw 0 0 0.625vw;
    padding: 0 1.3888888889vw 0 2.8472222222vw;
  }
  .companyCard__textBorderWrap::before {
    width: 0.7638888889vw;
    top: 0.1388888889vw;
    height: calc(100% + 0.2777777778vw);
  }
  .companyCard__textBorderWrap + .companyCard__textBorderWrap {
    margin-top: 2.7777777778vw;
  }
  .companyCard__textBorderWrap .companyCard__text02 {
    line-height: 2;
    margin-top: 0.4861111111vw;
    padding-right: 9.0277777778vw;
    padding-left: 0;
  }
  .companyCard__text03 {
    font-size: 1.6666666667vw;
    line-height: 1;
  }
  .l-companyService {
    padding: 2.7777777778vw 0 16.8055555556vw;
  }
  .companyService {
    -webkit-box-shadow: 0 0 2.7777777778vw 0 rgba(255, 255, 255, 0.16);
            box-shadow: 0 0 2.7777777778vw 0 rgba(255, 255, 255, 0.16);
    background: transparent linear-gradient(271deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
  }
  .companyService__title {
    background: none;
    padding: 0;
    font-size: 6.7361111111vw;
  }
  .companyService__container {
    background: #fff;
    width: 73.8888888889vw;
    margin: 0.8333333333vw auto 0;
    padding: 0 5.3472222222vw 3.8194444444vw;
  }
  .companyService__tabWrap {
    background: none;
    padding: 0;
  }
  .companyService__subTitle {
    font-size: 3.1944444444vw;
    letter-spacing: 0.2em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .companyService__tabList {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 0.9722222222vw;
    margin-top: -0.8333333333vw;
  }
  .companyService__tabButton {
    font-size: 1.25vw;
    padding: 1.9444444444vw 0 1.6666666667vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .companyService__tabButton::before {
    content: none;
  }
  .companyService__tabButton::after {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1.25vw;
    margin: 0 auto;
    width: 6.8055555556vw;
    height: 0.4861111111vw;
    background-color: #AFA7BF;
    opacity: 0;
  }
  .companyService__tabButton.active, .companyService__tabButton:hover {
    opacity: 1;
    background: #AFA7BF;
  }
  .companyService__tabButton.active::after, .companyService__tabButton:hover::after {
    opacity: 1;
  }
  .companyService__contents {
    display: none;
    padding: 3.75vw 2.0833333333vw 0;
  }
  .companyService__contents.active {
    display: block;
  }
  .companyService__contents.contents01, .companyService__contents.contents03 {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .companyService__contents.contents01::before, .companyService__contents.contents03::before {
    content: none;
  }
  .companyService__contentsText01 {
    border: none;
    padding: 0;
    font-size: 1.3888888889vw;
    letter-spacing: 0.075em;
  }
  .companyService__image01 {
    width: 60.0694444444vw;
    margin: 0.2083333333vw auto 2.3611111111vw;
    position: relative;
    left: -1.25vw;
  }
  .companyService__image02 {
    margin: 1.3194444444vw auto 0;
    width: 61.3888888889vw;
    left: -1.6666666667vw;
  }
  .companyService__image03 {
    width: 46.25vw;
    margin: 0.2083333333vw auto 0;
    left: -0.5555555556vw;
  }
  .companyService__image04 {
    width: 56.3888888889vw;
    margin: 1.3194444444vw auto -0.2083333333vw;
    left: -0.5555555556vw;
  }
  .companyService__contentsText02 {
    letter-spacing: 0.1em;
    line-height: 2.1;
    font-size: 1.25vw;
    position: relative;
    border: solid 0.2777777778vw #706090;
    width: 46.25vw;
    margin: 2.0138888889vw auto 0;
    padding: 2.0138888889vw 0.6944444444vw 1.875vw;
  }
  .companyService__contentsText02::before {
    content: "";
    position: absolute;
    top: -2.9861111111vw;
    left: 50%;
    margin-left: -1.9444444444vw;
    border: 1.9444444444vw solid transparent;
    border-bottom: 1.1111111111vw solid #FFF;
    z-index: 2;
  }
  .companyService__contentsText02::after {
    content: "";
    position: absolute;
    top: -3.2638888889vw;
    left: 50%;
    margin-left: -1.9444444444vw;
    border: 1.9444444444vw solid transparent;
    border-bottom: 1.1111111111vw solid #706090;
    z-index: 1;
  }
  .companyService__buttonWrap {
    margin-top: 2.1527777778vw;
  }
  .companyService__button {
    -webkit-box-shadow: 0 0 2.7777777778vw 0 rgba(186, 168, 177, 0.4);
            box-shadow: 0 0 2.7777777778vw 0 rgba(186, 168, 177, 0.4);
    width: 32.6388888889vw;
    height: 5.5555555556vw;
    font-size: 2.9861111111vw;
    letter-spacing: 0.075em;
    padding-right: 1.875vw;
  }
  .companyService__button::before {
    right: 10.3472222222vw;
    width: 1.3888888889vw;
  }
  .l-companyServiceNav {
    padding: 0;
    width: 84.7222222222vw;
    margin: -12.9166666667vw auto 0;
    z-index: 3;
  }
  .companyServiceNav::before {
    content: none;
  }
  .companyServiceNav__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 0.6944444444vw;
  }
  .companyServiceNav__listLink::before {
    content: none;
  }
  .companyServiceNav__listLink {
    margin-top: 1.3194444444vw;
    padding: 0;
    height: 15.9027777778vw;
  }
  .companyServiceNav__text01 {
    font-size: 2.4305555556vw;
    text-shadow: 0 0 0.6944444444vw #000;
    text-align: center;
  }
  .companyServiceNav__text03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3636363636;
    letter-spacing: 0.075em;
    font-size: 1.5277777778vw;
    text-align: center;
    font-weight: 500;
    color: #665685;
    min-height: 2.7em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-companyProfile {
    margin-top: 10.2083333333vw;
  }
  .l-companyProfile__inner {
    width: 66.6666666667vw;
  }
  .companyProfile__title {
    text-align: left;
    font-size: 3.3333333333vw;
  }
  .companyProfile__table {
    margin-top: 0.9722222222vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0.0694444444vw solid #5E4C80;
  }
  .companyProfile__term {
    width: 16.6666666667vw;
    font-size: 1.3888888889vw;
    letter-spacing: 0.15em;
    padding: 1.0416666667vw 1.3888888889vw 0.8333333333vw 2.7777777778vw;
  }
  .companyProfile__term:not(:first-of-type) {
    margin-top: 0;
    border-top: 0.0694444444vw solid #5E4C80;
  }
  .companyProfile__description {
    margin-top: 0;
    width: calc(100% - 16.6666666667vw);
    padding: 1.0416666667vw 0 1.1805555556vw 1.875vw;
  }
  .companyProfile__description:not(:first-of-type) {
    border-top: 0.0694444444vw solid #5E4C80;
  }
  .companyProfile__descriptionBorder {
    padding: 0 0 0 1.3888888889vw;
    font-size: 1.1111111111vw;
    line-height: 1.875;
  }
  .companyProfile__descriptionBorder:not(:first-of-type) {
    border-top: 0.0694444444vw solid #5E4C80;
  }
  .companyProfile__descriptionBorder::before {
    width: 0.2777777778vw;
    height: 1.7361111111vw;
    top: 0.2777777778vw;
  }
  .companyProfile__map {
    width: 43.0555555556vw;
    max-width: 100%;
    margin: 2.2916666667vw 0 1.3888888889vw 1.3888888889vw;
  }
  .companyProfile__map iframe {
    aspect-ratio: 620/264;
  }
  .l-companyClient {
    margin-top: 7.5694444444vw;
  }
  .companyClient__container {
    padding: 3.125vw 3.8888888889vw 1.8055555556vw;
    -webkit-box-shadow: 0 0 1.3888888889vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 1.3888888889vw 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
  }
  .companyClient__title {
    font-size: 1.3888888889vw;
    padding: 0;
    background: none;
    letter-spacing: 0.15em;
  }
  .companyClient__logo {
    width: 100%;
    margin: 1.9444444444vw auto 0;
    padding-right: 0.7638888889vw;
  }
  .companyClient__text01 {
    text-align: right;
    font-size: 1.0416666667vw;
    letter-spacing: 0.15em;
    margin-top: 5vw;
    position: relative;
    left: 0.4166666667vw;
  }
  .l-companyMessage {
    margin: 8.9583333333vw 0 11.5277777778vw;
    padding-top: 3.2638888889vw;
  }
  .companyMessage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 21.3888888889vw;
    background: transparent linear-gradient(269deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
  }
  .companyMessage__title {
    mix-blend-mode: normal;
    font-size: 4.375vw;
    padding-left: 2.0833333333vw;
    letter-spacing: 0.075em;
    position: relative;
    top: -2.5694444444vw;
    left: -2.8472222222vw;
    line-height: 1.2;
  }
  .companyMessage__container {
    width: 100%;
    margin-top: 2.0833333333vw;
    padding: 2.0833333333vw 0.6944444444vw 1.25vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    background: none;
  }
  .companyMessage__textWrap {
    width: 83.75vw;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 34.7222222222vw 0 4.0277777778vw;
  }
  .companyMessage__image {
    margin: 1.5972222222vw 0 0 -2.7777777778vw;
    width: 41.8055555556vw;
    position: absolute;
    top: -6.9444444444vw;
    right: 0;
  }
  .companyMessage__text01 {
    font-size: 1.7361111111vw;
    margin-top: 0.4166666667vw;
    color: #000;
  }
  .companyMessage__text02 {
    font-size: 1.1111111111vw;
    margin-top: 1.0416666667vw;
    line-height: 2.375;
    padding: 0 1.3888888889vw 0 0.9722222222vw;
  }
  .companyMessage__linkWrap {
    width: 78.75vw;
    margin: 1.0416666667vw auto 0;
    padding: 0;
    text-align: left;
  }
  .companyMessage__link {
    padding-right: 2.6388888889vw;
    padding-bottom: 0.8333333333vw;
    font-size: 3.1944444444vw;
    letter-spacing: 0.075em;
    right: -2.5694444444vw;
    position: relative;
  }
  .companyMessage__link::before {
    width: 1.5277777778vw;
    bottom: 0.8333333333vw;
  }
  .companyMessage__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1388888889vw;
    background: #706090;
  }
  .maKv {
    background: url(../img/service/bg-ma01.jpg) center center/cover no-repeat;
  }
  .maIntroduction {
    margin-top: 0;
    padding: 10.6944444444vw 0 5.8333333333vw;
  }
  .maIntroduction::before {
    width: 65.625vw;
  }
  .maIntroduction__textWrap {
    width: 52.8472222222vw;
    padding: 4.2361111111vw 4.5833333333vw 3.1944444444vw 12.5vw;
    position: relative;
    z-index: 3;
  }
  .maIntroduction__textWrap::before {
    height: 22.5vw;
    width: 52.2916666667vw;
    right: -1.9444444444vw;
    bottom: -1.8055555556vw;
  }
  .maIntroduction__title {
    line-height: 1.5;
    font-size: 2.0833333333vw;
  }
  .maIntroduction__text01 {
    margin-top: 0.6944444444vw;
    font-size: 1.1805555556vw;
    line-height: 2.2352941176;
    letter-spacing: 0.1em;
  }
  .maIntroduction__image {
    width: 48.6111111111vw;
    height: auto;
    padding: 0;
    margin: -25.9027777778vw 11.6666666667vw 0 auto;
    position: relative;
    z-index: 0;
  }
  .l-maService {
    padding-top: 7.9166666667vw;
  }
  .maService__title {
    width: 64.5833333333vw;
    font-size: 5vw;
    margin: 0 auto;
    position: relative;
  }
  .maService__title::before {
    content: "";
    position: absolute;
    top: 1.8055555556vw;
    left: -2.9861111111vw;
    width: 0.4861111111vw;
    height: 5.4166666667vw;
    background: #5E4C80;
  }
  .maServiceBlock {
    margin-top: 0.9027777778vw;
    padding: 3.125vw 0 3.8194444444vw;
  }
  .maServiceBlock::before {
    width: 61.6666666667vw;
    height: 100%;
    z-index: -2;
  }
  .maServiceBlock.block02 {
    margin-top: 2.7777777778vw;
  }
  .maServiceBlock.block02::before {
    left: 0;
    right: auto;
    height: calc(100% + 1.1111111111vw);
  }
  .maServiceBlock__inner {
    width: 65.2777777778vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .maServiceBlock__textWrap {
    padding: 0 27.7777777778vw 0 2.4305555556vw;
  }
  .maServiceBlock__textWrap::before {
    height: 3.8888888889vw;
    top: -0.2083333333vw;
    left: 2.2222222222vw;
    width: 0.5555555556vw;
  }
  .maServiceBlock__title {
    font-size: 2.3611111111vw;
    padding-left: 2.3611111111vw;
  }
  .maServiceBlock__num {
    color: #FFFFFF;
    font-size: 18.0555555556vw;
    top: -5.6944444444vw;
    left: 12.6388888889vw;
  }
  .maServiceBlock__text01 {
    font-size: 1.6666666667vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 1.25vw;
  }
  .maServiceBlock__text02 {
    margin-top: 0.9722222222vw;
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    line-height: 2.2352941176;
  }
  .maServiceBlock__image01 {
    width: 35.1388888889vw;
    position: absolute;
    right: 7.2916666667vw;
    bottom: 0;
    padding: 2.0833333333vw 2.0833333333vw 0;
    margin: 0;
  }
  .maServiceBlock__image01.image02 {
    width: 35.1388888889vw;
    position: absolute;
    bottom: auto;
    top: -2.0833333333vw;
    padding: 2.0833333333vw;
    margin: 0;
    right: 7.2916666667vw;
  }
  .maFee {
    margin-top: 40px;
    padding: 9.0277777778vw 0 0;
  }
  .maFee__title {
    color: #5E4C80;
    height: auto;
    width: 64.5833333333vw;
    padding-left: 2.5vw;
    font-size: 2.7777777778vw;
    background: none;
    display: block;
    position: relative;
  }
  .maFee__title::before {
    left: -0.6944444444vw;
    height: 5.4166666667vw;
    background: #5E4C80;
    width: 0.4861111111vw;
    position: absolute;
    top: 0;
    content: "";
  }
  .maFee__container {
    width: 76.3888888889vw;
    margin: 2.5vw auto 0;
    padding: 5.2083333333vw 0 4.8611111111vw;
  }
  .maFee__table {
    width: 48.4722222222vw;
    margin: 0 auto;
  }
  .maFee__table thead th {
    border-bottom: 0.3472222222vw solid transparent;
  }
  .maFee__table thead th span {
    font-size: 1.7361111111vw;
    padding: 0.625vw 0;
  }
  .maFee__table thead th + th {
    border-left: 0.3472222222vw solid transparent;
  }
  .maFee__table tbody {
    outline: 0.0694444444vw solid #5E4C80;
    outline-offset: -0.0694444444vw;
  }
  .maFee__table tbody tr:nth-child(n+2) {
    border-top: 0.0694444444vw solid rgba(94, 76, 128, 0.32);
  }
  .maFee__table tbody th,
  .maFee__table tbody td {
    padding: 0.9722222222vw 0;
  }
  .maFee__table tbody th {
    width: 30.1388888889vw;
    font-size: 1.3888888889vw;
  }
  .maFee__table tbody td {
    font-size: 1.3888888889vw;
  }
  .maFee__text01 {
    width: 55.4166666667vw;
    margin: 2.3611111111vw auto 0;
    font-size: 1.1805555556vw;
    line-height: 2.2352941176;
    letter-spacing: 0.1em;
  }
  .maFee__pointWrap {
    width: 47.0833333333vw;
    margin: 2.9166666667vw auto 0;
    grid-column-gap: 2.5vw;
  }
  .maFee__pointText {
    font-size: 1.7361111111vw;
    padding-top: 0.8333333333vw;
  }
  .maFee__pointText--strong {
    font-size: 1.9444444444vw;
  }
  .l-maServiceFlow {
    margin-top: 10.8333333333vw;
    padding: 5.0694444444vw 0 4.6527777778vw;
    background: transparent linear-gradient(253deg, rgba(234, 228, 231, 0.5) 0%, rgba(231, 232, 239, 0.5) 100%) 0% 0% no-repeat padding-box;
  }
  .l-maServiceFlow__inner {
    margin: 0 auto;
    width: 73.2638888889vw;
  }
  .maServiceFlow__title {
    color: #5E4C80;
    height: auto;
    width: 64.5833333333vw;
    padding: 0 0 0 2.7083333333vw;
    margin: 0 auto;
    font-size: 2.7777777778vw;
    background: none;
    display: block;
    position: relative;
    text-align: left;
    font-weight: bold;
  }
  .maServiceFlow__title::before {
    left: -0.6944444444vw;
    height: 5.4166666667vw;
    background: #5E4C80;
    width: 0.4861111111vw;
    position: absolute;
    top: 0;
    content: "";
  }
  .maServiceFlow__text01 {
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    line-height: 2.2352941176;
    width: 66.1111111111vw;
    margin: 2.3611111111vw auto 0;
    padding: 0;
  }
  .maServiceFlow__image {
    margin-top: 5.2777777778vw;
  }
  .maServiceFlow__image figure:nth-child(1) {
    margin-bottom: -1.3194444444vw;
    z-index: 2;
    position: relative;
  }
  .maServiceFlow__image figure:nth-child(2) {
    margin-bottom: -1.3194444444vw;
    z-index: 1;
    position: relative;
  }
  .l-maFeature {
    padding: 6.9444444444vw 0 0;
    margin-top: 14.5138888889vw;
  }
  .l-maFeature__inner {
    width: 76.3888888889vw;
    margin: 0 auto;
    position: relative;
  }
  .l-maFeature__inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: -0.1388888889vw;
    width: 0.2777777778vw;
    height: 100%;
    background: #fff;
    z-index: 10;
  }
  .maFeature::before {
    width: 88.2638888889vw;
    max-width: 88.5%;
    height: 65.9027777778vw;
  }
  .maFeature__title {
    color: #5E4C80;
    height: auto;
    width: 64.5833333333vw;
    padding-left: 2.7777777778vw;
    font-size: 2.7777777778vw;
    position: relative;
    text-align: left;
    font-weight: bold;
    margin: -9.7222222222vw auto 0;
  }
  .maFeature__title::before {
    left: -0.6944444444vw;
    height: 5.4166666667vw;
    background: #5E4C80;
    width: 0.4861111111vw;
    position: absolute;
    top: 0;
    content: "";
  }
  .maFeature__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.0277777778vw;
    margin-left: 4.8611111111vw;
    background: #fff;
  }
  .maFeature__blockTextWrap {
    width: 39.0277777778vw;
    padding: 3.8194444444vw 2.4305555556vw 4.3055555556vw 3.8888888889vw;
  }
  .maFeature__blockTitle {
    font-size: 2.1527777778vw;
    line-height: 1.5161290323;
  }
  .maFeature__blockNum {
    font-size: 17.2916666667vw;
    color: #EDEDF1;
    top: -9.1666666667vw;
    left: -0.8333333333vw;
  }
  .maFeature__blockNum.num02 {
    color: #EEEBEE;
  }
  .maFeature__blockText {
    letter-spacing: 0.1em;
    font-size: 1.1805555556vw;
    line-height: 2.6470588235;
    margin-top: 1.1805555556vw;
  }
  .maFeature__blockImageWrap {
    width: 32.5vw;
    margin: 3.6805555556vw 0 0;
    padding: 0;
  }
  .maFeature__blockImage {
    height: auto;
  }
  .maFeature__blockImage img {
    height: auto;
  }
  .maFeature__block.block02 {
    margin-top: 3.2638888889vw;
    background: #fff;
  }
  .maFeature__block.block02 .maFeature__blockTextWrap {
    padding-top: 4.9305555556vw;
  }
  .maFeature__block.block02 .maFeature__blockImageWrap {
    margin-top: 4.4444444444vw;
  }
  .maFeature__block.block02::before {
    content: none;
  }
  .maFeature__block.block02::after {
    content: none;
  }
  .l-maCase {
    margin-top: 4.7222222222vw;
    padding-top: 1.3888888889vw;
    margin-bottom: 8.125vw;
  }
  .l-maCase__inner {
    width: 66.6666666667vw;
    margin: 0 auto;
    padding: 0 1.1111111111vw;
  }
  .maCase {
    position: relative;
    overflow: hidden;
  }
  .maCase::before {
    content: "";
    position: absolute;
    top: 4.1666666667vw;
    height: 67.4305555556vw;
    width: 81.8055555556vw;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#EAE4E7), to(#E7E8EF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(360deg, #EAE4E7 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
    opacity: 0.78;
    z-index: -1;
    right: 0;
    max-width: 82%;
  }
  .maCase__title {
    color: #5E4C80;
    height: auto;
    font-size: 2.7777777778vw;
    padding-left: 2.7777777778vw;
    position: relative;
    text-align: left;
    font-weight: bold;
  }
  .maCase__title::before {
    left: 0;
    height: 5.4166666667vw;
    background: #5E4C80;
    width: 0.4861111111vw;
    position: absolute;
    top: 0;
    content: "";
  }
  .maCase__block {
    background: #fff;
    width: 60.3472222222vw;
    position: relative;
    padding: 3.125vw 20.8333333333vw 4.1666666667vw 0.4166666667vw;
  }
  .maCase__block.block01 {
    margin-top: 3.2638888889vw;
  }
  .maCase__block.block02 {
    margin-top: 3.4722222222vw;
  }
  .maCase__blockTitle {
    font-size: 2.2222222222vw;
  }
  .maCase__blockText {
    margin-top: 1.3888888889vw;
    font-size: 1.1805555556vw;
    line-height: 2.6470588235;
    letter-spacing: 0.1em;
  }
  .maCase__blockImageWrap {
    width: 26.6666666667vw;
    position: absolute;
    top: 4.8611111111vw;
    bottom: 0;
    right: -9.7222222222vw;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .maCase__blockImage {
    height: auto;
  }
  .agentKv {
    background: url(../img/service/bg-agent01.jpg) center center/100% no-repeat;
  }
  .agentIntroduction {
    margin-top: 0;
    padding: 10.1388888889vw 0 5.4861111111vw;
  }
  .agentIntroduction::before {
    width: 65.625vw;
  }
  .agentIntroduction__textWrap {
    width: 52.8472222222vw;
    padding: 4.2361111111vw 4.5833333333vw 4.375vw 12.5vw;
    position: relative;
    z-index: 3;
  }
  .agentIntroduction__textWrap::before {
    height: 22.5vw;
    width: 52.2916666667vw;
    right: -1.9444444444vw;
    bottom: -2.0833333333vw;
  }
  .agentIntroduction__title {
    line-height: 1.5;
    font-size: 2.0833333333vw;
  }
  .agentIntroduction__text01 {
    margin-top: 1.0416666667vw;
    font-size: 1.1805555556vw;
    line-height: 2.6470588235;
    letter-spacing: 0.1em;
  }
  .agentIntroduction__image {
    width: 48.6111111111vw;
    height: auto;
    padding: 0;
    margin: -27.0138888889vw 11.1111111111vw 0 auto;
    position: relative;
    z-index: 0;
  }
  .l-agentFeature {
    padding: 6.9444444444vw 0 0;
    margin-top: 11.4583333333vw;
  }
  .l-agentFeature__inner {
    width: 76.3888888889vw;
    margin: 0 auto;
  }
  .agentFeature::before {
    width: 88.1944444444vw;
    max-width: 88.5%;
    height: 65.9027777778vw;
  }
  .agentFeature__title {
    color: #5E4C80;
    height: auto;
    width: 64.5833333333vw;
    padding-left: 2.7777777778vw;
    font-size: 2.7777777778vw;
    position: relative;
    text-align: left;
    font-weight: bold;
    margin: -9.7222222222vw auto 0;
  }
  .agentFeature__title::before {
    left: -0.6944444444vw;
    height: 5.4166666667vw;
    background: #5E4C80;
    width: 0.4861111111vw;
    position: absolute;
    top: 0;
    content: "";
  }
  .agentFeature__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.0277777778vw;
    background: #fff;
    margin-left: auto;
    width: 71.5277777778vw;
  }
  .agentFeature__blockTextWrap {
    width: 39.0277777778vw;
    padding: 3.8194444444vw 4.1666666667vw 3.8888888889vw 4.5138888889vw;
  }
  .agentFeature__blockTitle {
    font-size: 2.1527777778vw;
    line-height: 1.5161290323;
  }
  .agentFeature__blockNum {
    font-size: 17.2916666667vw;
    color: #EDEDF1;
    top: -8.8888888889vw;
    left: -0.5555555556vw;
  }
  .agentFeature__blockNum.num02 {
    color: #EEEBEE;
    left: calccwPc(-9);
  }
  .agentFeature__blockText {
    letter-spacing: 0.1em;
    font-size: 1.1805555556vw;
    line-height: 2.6470588235;
    margin-top: 1.5277777778vw;
  }
  .agentFeature__blockImageWrap {
    width: 32.5vw;
    margin: 5.5555555556vw 0 0;
    padding: 0;
  }
  .agentFeature__blockImage {
    height: auto;
  }
  .agentFeature__blockImage img {
    height: auto;
  }
  .agentFeature__block.block02 {
    margin-top: 3.2638888889vw;
    background: #fff;
  }
  .agentFeature__block.block02 .agentFeature__blockTextWrap {
    padding-top: 4.9305555556vw;
  }
  .agentFeature__block.block02 .agentFeature__blockImageWrap {
    margin-top: 5vw;
  }
  .agentFeature__block.block02::before {
    content: none;
  }
  .agentFeature__block.block02::after {
    content: none;
  }
  .l-agentCase {
    padding-top: 6.5277777778vw;
    margin-bottom: 9.3055555556vw;
  }
  .agentCase {
    overflow: hidden;
    position: relative;
  }
  .agentCase::before {
    content: "";
    width: 83.3333333333vw;
    position: absolute;
    z-index: -1;
    height: 67.3611111111vw;
    opacity: 0.78;
    top: 9.375vw;
    right: 0;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#EAE4E7), to(#E7E8EF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(360deg, #EAE4E7 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
  }
  .agentCase__title {
    width: 64.4444444444vw;
    margin: 0 auto;
    padding-left: 2.7083333333vw;
    font-size: 2.7777777778vw;
    position: relative;
  }
  .agentCase__title::before {
    left: 0;
    height: 5.4166666667vw;
    background: #5E4C80;
    width: 0.4861111111vw;
    position: absolute;
    top: 0;
    content: "";
  }
  .agentCase__container {
    margin-top: 3.1944444444vw;
  }
  .agentCase__block {
    width: 62.0833333333vw;
    margin: 0 auto;
    background: #fff;
    position: relative;
    left: -2.7777777778vw;
    padding: 3.4722222222vw 6.9444444444vw 5vw 1.8055555556vw;
  }
  .agentCase__block::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1.3888888889vw;
    height: 100%;
    top: 0;
    left: -0.6944444444vw;
  }
  .agentCase__block.block02 {
    margin-top: 3.2638888889vw;
  }
  .agentCase__blockTitle {
    padding: 0;
    width: auto;
    background: none;
    font-size: 2.2222222222vw;
  }
  .agentCase__blockText {
    width: auto;
    margin: 1.3888888889vw 0 0;
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    line-height: 2.6470588235;
    padding-right: 13.1944444444vw;
  }
  .agentCase__imageWrap {
    border: none;
    position: absolute;
    width: 26.6666666667vw;
    height: 20.7638888889vw;
    right: -9.7222222222vw;
    top: 4.1666666667vw;
    bottom: 0;
    margin: auto 0;
  }
  .agentCase__image {
    height: auto;
  }
  .l-creativeKv {
    padding: 5.9722222222vw 1.3888888889vw 10.7638888889vw 5.6944444444vw;
  }
  .creativeKv {
    background: url(./../img/service/bg-creative01.png) bottom center/100% no-repeat;
  }
  .creativeKv__title--en {
    font-size: 3.9583333333vw;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
  .creativeKv__title--ja {
    font-size: 1.3888888889vw;
    line-height: 1.2;
    padding: 0 0 0 1.3888888889vw;
  }
  .l-creativeIntroduction {
    padding: 13.4722222222vw 0 4.375vw;
    margin-top: -9.7222222222vw;
  }
  .creativeIntroduction {
    background: #F2F2F3;
  }
  .creativeIntroduction::before {
    background: url(./../img/service/bg-creative02.png) bottom center/100% no-repeat;
  }
  .creativeIntroduction__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70.8333333333vw;
    margin: 0 auto;
  }
  .creativeIntroduction__textWrap {
    width: 52%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 2.0833333333vw;
  }
  .creativeIntroduction__title {
    font-size: 2.0833333333vw;
    line-height: 1.5;
  }
  .creativeIntroduction__text01 {
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    line-height: 2.6470588235;
    margin-top: 1.3888888889vw;
  }
  .creativeIntroduction__image {
    -webkit-transform: none;
            transform: none;
    left: -3.2638888889vw;
    width: 48.5416666667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    top: -6.25vw;
    margin-top: -2.4305555556vw;
  }
  .l-creativeService {
    padding-top: 1.25vw;
    position: relative;
    padding-bottom: 6.9444444444vw;
    margin-top: -5.2083333333vw;
    margin-bottom: 0;
    z-index: 3;
  }
  .creativeService__title {
    width: 66.6666666667vw;
    margin: 0 auto;
    padding: 0;
    font-size: 5.9722222222vw;
  }
  .creativeServiceBlock01 {
    padding-bottom: 17.5vw;
  }
  .creativeServiceBlock01::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: -8.4722222222vw;
    z-index: -2;
    background: url(./../img/service/bg-creative03.png) bottom right/cover no-repeat;
    height: 168.125vw;
    aspect-ratio: auto;
  }
  .creativeServiceContainer01 {
    width: 75.1388888889vw;
    margin: 1.9444444444vw auto 0;
    padding: 0;
    z-index: 1;
  }
  .creativeServiceContainer01::before {
    background: url(./../img/service/bg-creative04.svg) bottom center/contain no-repeat;
    width: 75.1388888889vw;
    aspect-ratio: 1082/477;
    z-index: -1;
    top: 65%;
  }
  .creativeServiceContainer01__title {
    font-size: 2.8472222222vw;
    letter-spacing: 0.075em;
    padding-left: 4.2361111111vw;
  }
  .creativeServiceContainer01__title--num {
    margin-right: 2.7777777778vw;
    font-size: 5.9722222222vw;
  }
  .creativeServiceContainer01__text01 {
    text-align: center;
    margin-top: 0.4166666667vw;
    font-size: 1.7361111111vw;
  }
  .creativeServiceContainer01__image {
    width: 51.5972222222vw;
    left: 0;
    margin-top: 1.1111111111vw;
  }
  .creativeServiceContainer01__text02 {
    width: 51.5277777778vw;
    margin: 2.1527777778vw auto 0;
    padding: 0;
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    line-height: 2.6470588235;
  }
  .creativeServiceContainer02 {
    padding: 5.7638888889vw 1.3888888889vw 7.2222222222vw 4.1666666667vw;
    margin-top: 6.9444444444vw;
    z-index: 1;
    width: 66.6666666667vw;
  }
  .creativeServiceContainer02::before {
    width: 66.6666666667vw;
    top: 47%;
    aspect-ratio: 960/440;
    background: url(./../img/service/bg-creative05.svg) bottom center/contain no-repeat;
  }
  .creativeServiceContainer02__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .creativeServiceContainer02__title {
    font-size: 3.0555555556vw;
    text-align: left;
  }
  .creativeServiceContainer02__text01 {
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    padding: 0 2.0833333333vw 0 0;
    line-height: 2.6470588235;
    margin: -0.2777777778vw 0 0 0.3472222222vw;
  }
  .creativeServiceContainer02__image {
    width: 28.8888888889vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: -3.0555555556vw 0 0 auto;
  }
  .creativeServiceContainer03 {
    padding: 10.6944444444vw 1.3888888889vw 0.2777777778vw 4.1666666667vw;
    margin-top: -5.8333333333vw;
    z-index: 1;
    width: 66.6666666667vw;
  }
  .creativeServiceContainer03::before {
    width: 66.6666666667vw;
    top: 47%;
    aspect-ratio: 960/440;
    background: url(./../img/service/bg-creative06.svg) bottom center/contain no-repeat;
  }
  .creativeServiceContainer03__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .creativeServiceContainer03__title {
    font-size: 3.0555555556vw;
    text-align: left;
  }
  .creativeServiceContainer03__text01 {
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    padding: 0 0.6944444444vw 0 0;
    line-height: 2.6470588235;
    margin: -0.2777777778vw 0 0 0;
  }
  .creativeServiceContainer03__image {
    width: 33.75vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: -5.0694444444vw -2.1527777778vw 0 auto;
  }
  .creativeServiceContainer04 {
    padding-top: 8.6805555556vw;
  }
  .creativeServiceContainer04__title {
    width: 65.9722222222vw;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .creativeServiceContainer04__title--en {
    font-size: 3.6805555556vw;
    padding-left: 3.4722222222vw;
    position: relative;
  }
  .creativeServiceContainer04__title--en::before {
    content: "";
    position: absolute;
    left: 0;
    height: 5.4166666667vw;
    width: 0.4861111111vw;
    background: #5E4C80;
    top: 0.5555555556vw;
  }
  .creativeServiceContainer04__title--ja {
    font-size: 2.3611111111vw;
    margin-left: 2.7777777778vw;
  }
  .creativeServiceContainer04__inner {
    width: 100%;
    position: relative;
    margin-top: 2.3611111111vw;
  }
  .creativeServiceContainer04__textWrap {
    width: 72.4305555556vw;
    padding: 3.125vw 17.3611111111vw 4.3055555556vw 16.6666666667vw;
  }
  .creativeServiceContainer04__text01 {
    margin-top: 0.6944444444vw;
    font-size: 2.0833333333vw;
    line-height: 1.5;
  }
  .creativeServiceContainer04__text02 {
    font-size: 1.1805555556vw;
    line-height: 2.6470588235;
    margin-top: 0.6944444444vw;
    letter-spacing: 0.1em;
  }
  .creativeServiceContainer04__image {
    position: absolute;
    right: 8.9583333333vw;
    top: 4.7222222222vw;
    padding: 2.7777777778vw 3.4722222222vw 3.4722222222vw 3.4722222222vw;
    width: 31.7361111111vw;
    margin: 0;
  }
  .creativeServiceBlock02 {
    position: relative;
    overflow: hidden;
    padding-bottom: 20.1388888889vw;
  }
  .creativeServiceBlock02::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: -1;
    width: 110%;
    bottom: 0;
    aspect-ratio: 3120/5590;
    background: url(./../img/service/bg-creative07.png) bottom center/contain no-repeat;
  }
  .creativeServiceContainer05 {
    margin-top: 1.3888888889vw;
  }
  .creativeServiceContainer05__title {
    font-size: 2.8472222222vw;
    letter-spacing: 0.075em;
    padding-left: 4.2361111111vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 75vw;
    margin: 0 auto;
  }
  .creativeServiceContainer05__title--num {
    margin-right: 1.5972222222vw;
    font-size: 5.9722222222vw;
  }
  .creativeServiceContainer05__imageWrap {
    padding: 0;
    background: none;
    margin: 1.1805555556vw 0 0;
    position: relative;
  }
  .creativeServiceContainer05__imageWrap::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    width: 68.8888888889vw;
    top: 16.6666666667vw;
    aspect-ratio: 992/437;
    background: url(./../img/service/bg-creative08.svg) bottom center/contain no-repeat;
  }
  .creativeServiceContainer05__text01 {
    font-size: 1.7361111111vw;
  }
  .creativeServiceContainer05__image {
    width: 57.7777777778vw;
    margin: 2.2916666667vw auto 0;
    position: relative;
    left: 0.1388888889vw;
  }
  .creativeServiceContainer05__text02 {
    width: 66.6666666667vw;
    margin: 6.7361111111vw auto 0;
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    line-height: 2.6470588235;
    padding: 0;
  }
  .creativeServiceContainer06 {
    padding-bottom: 4.8611111111vw;
    padding-top: 7.7083333333vw;
  }
  .creativeServiceContainer06__title {
    width: 65.9722222222vw;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .creativeServiceContainer06__title--en {
    font-size: 3.6805555556vw;
    padding-left: 3.4722222222vw;
    position: relative;
  }
  .creativeServiceContainer06__title--en::before {
    content: "";
    position: absolute;
    left: 0;
    height: 5.4166666667vw;
    width: 0.4861111111vw;
    background: #5E4C80;
    top: 0.5555555556vw;
  }
  .creativeServiceContainer06__title--ja {
    font-size: 2.3611111111vw;
    margin-left: 2.7777777778vw;
  }
  .creativeServiceContainer06__inner {
    width: 100%;
    position: relative;
    margin-top: 2.3611111111vw;
  }
  .creativeServiceContainer06__textWrap {
    width: 87.5694444444vw;
    padding: 3.125vw 5.2777777778vw 3.6111111111vw 44.7916666667vw;
  }
  .creativeServiceContainer06__text01 {
    font-size: 2.0833333333vw;
    line-height: 1.5;
  }
  .creativeServiceContainer06__text02 {
    font-size: 1.1805555556vw;
    line-height: 2.6470588235;
    margin-top: 0.6944444444vw;
    letter-spacing: 0.1em;
  }
  .creativeServiceContainer06__image {
    width: 40.625vw;
    position: absolute;
    left: 0;
    top: 4.7222222222vw;
    padding: 3.3333333333vw 3.4722222222vw 3.4722222222vw 12.5vw;
    margin: 0;
    right: auto;
  }
  .messageKv {
    background: url(../img/message/bg-message01.jpg) center center/100% no-repeat;
  }
  .l-messageIntroduction {
    padding-top: 1.7361111111vw;
    padding-bottom: 6.4583333333vw;
  }
  .messageIntroduction {
    overflow: hidden;
  }
  .messageIntroduction::before {
    width: 81.7361111111vw;
    height: 31.1111111111vw;
    opacity: 1;
    background: transparent linear-gradient(261deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
  }
  .messageIntroduction::after {
    content: none;
  }
  .messageIntroduction__container {
    width: 78.4027777778vw;
    background: #fff;
    margin: 0 auto;
    left: 1.5277777778vw;
    padding: 4.1666666667vw 0 3.9583333333vw 2.0138888889vw;
  }
  .messageIntroduction__image {
    width: 38.0555555556vw;
    height: auto;
    right: -9.2361111111vw;
    top: 5.9027777778vw;
  }
  .messageIntroduction__image img {
    height: auto;
  }
  .messageIntroduction__title {
    letter-spacing: 0.15em;
    font-size: 3.9583333333vw;
    padding-left: 2.0833333333vw;
  }
  .messageIntroduction__textWrap {
    margin-top: 0.7638888889vw;
    padding: 0 31.25vw 0 1.1111111111vw;
  }
  .messageIntroduction__text01 {
    font-size: 1.875vw;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
  }
  .messageIntroduction__text01 span {
    padding-left: 1.25vw;
  }
  .messageIntroduction__text02 {
    font-size: 1.1805555556vw;
    line-height: 2.6470588235;
    letter-spacing: 0.1em;
    margin-top: 1.0416666667vw;
    padding: 0 0 0 1.0416666667vw;
  }
  .l-messageMember {
    padding: 5.0694444444vw 0 0;
  }
  .messageMember {
    position: relative;
  }
  .messageMember::before {
    content: "";
    position: absolute;
    top: 17.0833333333vw;
    left: 0;
    height: 24.5833333333vw;
    width: 100%;
    background: transparent linear-gradient(264deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
  }
  .messageMember__title {
    text-align: left;
    padding-left: 12.0138888889vw;
    font-size: 3.9583333333vw;
    letter-spacing: 0.15em;
  }
  .messageMember__block {
    width: 72.6388888889vw;
    left: 1.5972222222vw;
    margin: 0 auto;
    background: #fff;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 2.2222222222vw 2.3611111111vw 2.3611111111vw;
  }
  .messageMember__block::before {
    content: none;
  }
  .messageMember__block + .messageMember__block {
    margin-top: 1.9444444444vw;
  }
  .messageMember__image {
    height: auto;
    width: 22.0833333333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .messageMember__image img {
    height: auto;
  }
  .messageMember__image.image02 {
    margin: 0;
  }
  .messageMember__textWrapPc {
    padding: 0.5555555556vw 0 0 3.125vw;
    display: block;
  }
  .messageMember__name {
    font-size: 1.7361111111vw;
    letter-spacing: 0.15em;
    padding: 0;
  }
  .messageMember__name.name01 {
    padding-left: 0;
  }
  .messageMember__name.name02 {
    padding-left: 0;
  }
  .messageMember__text {
    margin-top: 0;
    font-size: 1.1805555556vw;
    letter-spacing: 0.15em;
    line-height: 2.2352941176;
    padding-right: 2.2222222222vw;
  }
  .l-messageTalk {
    margin-top: 6.3888888889vw;
    padding-bottom: 8.3333333333vw;
    margin-bottom: 8.0555555556vw;
  }
  .messageTalk {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .messageTalk::before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    height: 327.2222222222vw;
    width: 100%;
    opacity: 0.3;
    background: transparent linear-gradient(216deg, #EAE4E7 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
  }
  .messageTalk__question {
    font-size: 1.1805555556vw;
    line-height: 2.2352941176;
    padding-left: 7.2916666667vw;
  }
  .messageTalk__question::before {
    width: 6.25vw;
    top: 1.5277777778vw;
    height: 0.0694444444vw;
  }
  .messageTalk__answerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.6388888889vw;
  }
  .messageTalk__answerWrap + .messageTalk__question {
    margin-top: 2.9861111111vw;
  }
  .messageTalk__answerName {
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 7.3611111111vw;
  }
  .messageTalk__answer {
    margin-top: -1.1805555556vw;
  }
  .messageTalk__answerText {
    font-size: 1.1805555556vw;
    line-height: 2.2352941176;
    margin-top: 0.6944444444vw;
  }
  .messageTalk__answerText + .messageTalk__answerText {
    margin-top: 2.4305555556vw;
  }
  .messageTalkBlock01 {
    padding: 0 16.6666666667vw;
  }
  .messageTalkBlock01__title {
    background: none;
    font-size: 2.2222222222vw;
    line-height: 1.40625;
    padding: 0;
  }
  .messageTalkBlock01__textWrap {
    padding: 0;
    margin-top: 2.4305555556vw;
  }
  .messageTalkBlock02 {
    width: 89.0972222222vw;
    padding: 0 5.7638888889vw 7.2222222222vw 16.6666666667vw;
    margin-top: 7.8472222222vw;
    background: #fff;
  }
  .messageTalkBlock02__title {
    font-size: 2.2222222222vw;
    line-height: 1.40625;
  }
  .messageTalkBlock02__textWrap {
    margin-top: 2.4305555556vw;
  }
  .messageTalkBlock02__imageWrap01 {
    margin-top: 2.8472222222vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4.5833333333vw;
  }
  .messageTalkBlock02__imageWrap01 + .messageTalk__question {
    margin-top: 2.3611111111vw;
  }
  .messageTalkBlock03 {
    padding: 14.1666666667vw 16.6666666667vw 16.3888888889vw 0;
    width: 83.3333333333vw;
    margin: -17.5694444444vw 0 0 auto;
    background: #fff;
  }
  .messageTalkBlock03__title {
    font-size: 2.2222222222vw;
    padding-left: 6.25vw;
  }
  .messageTalkBlock03__container01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 76.875vw;
    margin: 2.5vw 0 0 -6.8055555556vw;
  }
  .messageTalkBlock03__textWrap01 {
    position: relative;
    left: -3.0555555556vw;
    margin-top: -0.3472222222vw;
    width: 43.0555555556vw;
  }
  .messageTalkBlock03__imageWrap01 {
    margin-top: 0;
    width: 33.8194444444vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .messageTalkBlock03__image01 {
    width: 27.6388888889vw;
    height: auto;
  }
  .messageTalkBlock03__image02 {
    width: 22.4305555556vw;
    margin: 3.0555555556vw 0 0 auto;
  }
  .messageTalkBlock03__textWrap02 {
    margin-top: 3.6111111111vw;
    padding: 0 0vw 0 7.2222222222vw;
  }
  .messageTalkBlock04 {
    background: #fff;
    width: 83.3333333333vw;
    padding: 5.5555555556vw 4.4444444444vw 0 16.6666666667vw;
    margin: -15.9722222222vw 0 0;
  }
  .messageTalkBlock04::before {
    content: none;
  }
  .messageTalkBlock04__title {
    font-size: 2.2222222222vw;
    line-height: 1.40625;
  }
  .messageTalkBlock04__container01 {
    position: relative;
    margin-top: 1.9444444444vw;
  }
  .messageTalkBlock04__container02 {
    padding-right: 20.8333333333vw;
  }
  .messageTalkBlock04__imageWrap01 {
    margin-top: 2.0833333333vw;
    position: absolute;
    top: 4.375vw;
    right: -8.1944444444vw;
    width: 26.3888888889vw;
  }
  .messageTalkBlock04__image01 {
    height: auto;
  }
  .messageTalkBlock04__textWrap03 {
    margin-top: 3.4027777778vw;
    padding-left: 7.2222222222vw;
  }
  .messageTalkBlock04__textWrap04 {
    margin-top: 3.6111111111vw;
  }
  .messageTalkBlock04__image02 {
    display: none;
  }
  .messageTalkBlock05 {
    background: #fff;
    width: 83.3333333333vw;
    padding: 4.375vw 0 5.6944444444vw 16.6666666667vw;
    margin: 0;
  }
  .messageTalkBlock05__title {
    font-size: 2.2222222222vw;
    line-height: 1.40625;
  }
  .messageTalkBlock05__container01 {
    margin-top: 3.8888888889vw;
    position: relative;
  }
  .messageTalkBlock05__container01 .messageTalk__answerWrap {
    padding-right: 27.9166666667vw;
  }
  .messageTalkBlock05__imageWrap01 {
    position: absolute;
    top: 5vw;
    right: -16.875vw;
    width: 39.5833333333vw;
  }
  .messageTalkBlock06 {
    width: 89.1666666667vw;
    margin-left: auto;
    padding: 3.1944444444vw 0 0 0;
  }
  .messageTalkBlock06 .messageTalk__question {
    margin-left: 5.8333333333vw;
  }
  .messageTalkBlock06 .messageTalk__answerWrap {
    padding: 3.125vw 16.6666666667vw 4.1666666667vw 5.8333333333vw;
    background: #fff;
    margin-top: 2.5vw;
  }
  .messageTalkBlock06 .messageTalk__answerText--strong {
    padding: 0;
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    line-height: 2.2352941176;
  }
  .messageTalkBlock06 .messageTalk__answerText + .messageTalk__answerText {
    margin-top: 2.7777777778vw;
  }
  .recruitKv {
    background: url(../img/recruit/bg-recruit01.jpg) bottom center/cover no-repeat;
  }
  .l-recruitIntroduction {
    padding-top: 5vw;
    padding-bottom: 9.3055555556vw;
  }
  .recruitIntroduction {
    overflow: hidden;
  }
  .recruitIntroduction::before {
    width: 83.3333333333vw;
    height: 36.3888888889vw;
    left: auto;
    right: 0;
    opacity: 1;
    background: transparent linear-gradient(261deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
  }
  .recruitIntroduction::after {
    content: none;
  }
  .recruitIntroduction__container {
    width: 65.1388888889vw;
    background: #fff;
    margin: -2.7777777778vw 0 0;
    left: 0;
    padding: 4.9305555556vw 0 4.6527777778vw 15.5555555556vw;
  }
  .recruitIntroduction__image {
    position: absolute;
    top: 9.1666666667vw;
    right: -34.8611111111vw;
    width: 44.4444444444vw;
    height: auto;
  }
  .recruitIntroduction__image img {
    height: auto;
  }
  .recruitIntroduction__title {
    letter-spacing: 0.15em;
    width: 66.6666666667vw;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    font-size: 3.9583333333vw;
    position: relative;
    z-index: 2;
  }
  .recruitIntroduction__textWrap {
    margin-top: 0;
    padding: 0;
  }
  .recruitIntroduction__text01 {
    font-weight: 500;
    font-size: 2.2222222222vw;
    line-height: 1.40625;
    letter-spacing: 0.15em;
  }
  .recruitIntroduction__text02 {
    font-size: 1.1805555556vw;
    line-height: 2.2352941176;
    letter-spacing: 0.1em;
    margin-top: 2.0833333333vw;
    padding: 0 13.1944444444vw 0 1.1111111111vw;
  }
  .l-recruitType {
    padding: 12.9861111111vw 0 0;
  }
  .l-recruitType__inner {
    width: 76.3888888889vw;
    margin: 0 auto;
  }
  .recruitType__title {
    color: #5E4C80;
    height: auto;
    width: 64.5833333333vw;
    padding-left: 2.9166666667vw;
    font-size: 2.8472222222vw;
    position: relative;
    font-weight: bold;
    margin: -9.7222222222vw auto 0;
  }
  .recruitType__title::before {
    left: -1.3194444444vw;
    height: 5.4166666667vw;
    background: #5E4C80;
    width: 0.4861111111vw;
    position: absolute;
    top: -0.3472222222vw;
    content: "";
  }
  .recruitType__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4.0972222222vw auto 0;
    width: 66.6666666667vw;
  }
  .recruitType__block.block02 {
    margin-top: 2.6388888889vw;
  }
  .recruitType__blockTextWrap {
    width: 39.0277777778vw;
    padding: 3.2638888889vw 0vw 3.6111111111vw 4.9305555556vw;
  }
  .recruitType__blockTitle {
    font-size: 2.3611111111vw;
    position: relative;
    padding-left: 0.8333333333vw;
  }
  .recruitType__blockTitle::before {
    left: -1.1805555556vw;
    height: 4.7916666667vw;
    background: #5E4C80;
    width: 0.4861111111vw;
    position: absolute;
    top: -0.625vw;
    content: "";
  }
  .recruitType__blockBg {
    font-size: 8.3333333333vw;
    opacity: 0.56;
    color: #FFFFFF;
    top: -0.8333333333vw;
    left: 0vw;
    right: auto;
    letter-spacing: 0.075em;
  }
  .recruitType__blockBg.bg02 {
    color: #fff;
    left: calccwPc(-9);
  }
  .recruitType__blockText01 {
    letter-spacing: 0.15em;
    font-size: 2.2222222222vw;
    line-height: 1.28125;
    margin-top: 3.125vw;
  }
  .recruitType__blockText02 {
    letter-spacing: 0.1em;
    font-size: 1.25vw;
    line-height: 2.5;
    margin-top: 1.1805555556vw;
    padding-right: 2.5vw;
  }
  .recruitType__blockImageWrap {
    width: 30.9027777778vw;
    margin: 4.1666666667vw -2.6388888889vw 0 0;
    padding: 0;
    top: 0;
  }
  .recruitType__blockImage {
    height: auto;
  }
  .recruitType__blockImage img {
    height: auto;
  }
  .l-recruitInformation {
    padding-top: 2.7777777778vw;
    margin-top: 12.5vw;
    margin-bottom: 11.3194444444vw;
  }
  .l-recruitInformation__inner {
    width: 66.6666666667vw;
    padding: 0;
    margin: 0 auto;
  }
  .recruitInformation__title {
    color: #5E4C80;
    height: auto;
    width: 64.5833333333vw;
    padding-left: 2.0138888889vw;
    font-size: 2.8472222222vw;
    position: relative;
    font-weight: bold;
    margin: -9.7222222222vw auto 0;
  }
  .recruitInformation__title::before {
    left: -1.3194444444vw;
    height: 5.4166666667vw;
    background: #5E4C80;
    width: 0.4861111111vw;
    position: absolute;
    top: -0.0694444444vw;
    content: "";
  }
  .recruitInformation__table {
    margin-top: 2.6388888889vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0.0694444444vw solid #5E4C80;
  }
  .recruitInformation__term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15.2777777778vw;
    font-size: 1.3888888889vw;
    letter-spacing: 0.15em;
    padding: 0.4861111111vw 0vw 0.4861111111vw 2.7083333333vw;
  }
  .recruitInformation__term:not(:first-of-type) {
    margin-top: 0;
    border-top: 0.0694444444vw solid #5E4C80;
  }
  .recruitInformation__description {
    margin-top: 0;
    width: calc(100% - 15.2777777778vw);
    padding: 1.25vw 0 0.9722222222vw 3.6805555556vw;
  }
  .recruitInformation__description:not(:first-of-type) {
    border-top: 0.0694444444vw solid #5E4C80;
  }
  .recruitInformation__description::before {
    width: 0.2777777778vw;
    height: calc(100% - 2.6388888889vw);
    top: 0.2777777778vw;
    bottom: 0;
    left: 3.2638888889vw;
  }
  .recruitInformation__descriptionText {
    padding: 0 0 0 1.3888888889vw;
    font-size: 1.1111111111vw;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
  .recruitInformation__descriptionText + .recruitInformation__descriptionText {
    margin-top: 2.0833333333vw;
  }
  .recruitInformation__map {
    width: 43.0555555556vw;
    max-width: 100%;
    margin: 2.2916666667vw 0 1.3888888889vw 1.3888888889vw;
  }
  .recruitInformation__map iframe {
    aspect-ratio: 620/264;
  }
  .partnerKv {
    background: url(../img/partner/bg-partner01.jpg) bottom center/cover no-repeat;
  }
  .l-partnerIntroduction {
    padding-top: 4.0972222222vw;
  }
  .partnerIntroduction {
    overflow: hidden;
  }
  .partnerIntroduction::before {
    width: 100%;
    height: 47.7083333333vw;
    opacity: 1;
    background: transparent linear-gradient(259deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
  }
  .partnerIntroduction__container01 {
    margin-top: -3.2638888889vw;
    padding: 5.2083333333vw 24.3055555556vw 6.6666666667vw 16.6666666667vw;
    width: 89.0972222222vw;
    background: #fff;
    left: 0;
  }
  .partnerIntroduction__image01 {
    position: absolute;
    top: 11.1805555556vw;
    right: -10.9027777778vw;
    width: 45.2777777778vw;
    height: auto;
    padding: 0;
    background: none;
  }
  .partnerIntroduction__image01 img {
    height: auto;
  }
  .partnerIntroduction__title {
    letter-spacing: 0.15em;
    width: 66.6666666667vw;
    margin: 0 auto;
    padding: 0;
    font-size: 3.9583333333vw;
    position: relative;
    z-index: 2;
  }
  .partnerIntroduction__textWrap {
    margin-top: 0;
    padding: 0;
  }
  .partnerIntroduction__text01 {
    font-weight: 500;
    font-size: 1.875vw;
    line-height: 1.4074074074;
    letter-spacing: 0.15em;
  }
  .partnerIntroduction__text02 {
    font-size: 1.1805555556vw;
    line-height: 2.6470588235;
    letter-spacing: 0.1em;
    margin-top: 1.3888888889vw;
    padding: 0 14.1666666667vw 0 0;
  }
  .partnerIntroduction__container02 {
    margin-top: -0.0694444444vw;
    padding: 0;
  }
  .partnerIntroduction__image02Wrap {
    width: 77.1527777778vw;
    padding: 4.5138888889vw 3.125vw 3.4722222222vw 0vw;
    position: relative;
    left: 0.4166666667vw;
    margin: 0 auto;
    background: transparent linear-gradient(260deg, rgba(229, 222, 226, 0.39) 0%, rgba(231, 232, 239, 0.39) 100%) 0% 0% no-repeat padding-box;
  }
  .partnerIntroduction__image02 {
    width: 65.9722222222vw;
  }
  .partnerIntroduction__pointList {
    width: 66.8055555556vw;
    padding: 0;
    margin: 1.9444444444vw auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3.4027777778vw;
  }
  .partnerIntroduction__pointListItem:nth-child(n+2) {
    margin-top: 0;
  }
  .partnerIntroduction__pointNum {
    font-size: 3.9583333333vw;
    letter-spacing: 0.1em;
  }
  .partnerIntroduction__pointText {
    letter-spacing: 0.1em;
    line-height: 2.2352941176;
    font-size: 1.1805555556vw;
    margin-top: 0.2777777778vw;
  }
  .partnerContact {
    width: 54.6527777778vw;
    margin: 3.8194444444vw 0 0 16.6666666667vw;
    padding: 2.2916666667vw 3.4722222222vw 2.9861111111vw;
  }
  .partnerContact__title {
    font-size: 4.8611111111vw;
  }
  .partnerContact__textWrap {
    position: relative;
  }
  .partnerContact__text {
    font-size: 1.3194444444vw;
    letter-spacing: 0.1em;
    margin-top: -1.6666666667vw;
  }
  .partnerContact__linkWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8.6805555556vw;
  }
  .partnerContact__link {
    margin: 0.9027777778vw 0.6944444444vw 0 auto;
    padding: 0.8333333333vw 2.7083333333vw;
    width: 25.7638888889vw;
    height: 6.8055555556vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.1805555556vw;
    letter-spacing: 0.15em;
    position: absolute;
  }
  .partnerContact__link::before {
    width: 4.8611111111vw;
    height: 0.2777777778vw;
  }
  .l-partnerCorp {
    padding-top: 1.6666666667vw;
    margin-top: 4.2361111111vw;
    margin-bottom: 7.5vw;
  }
  .partnerCorp::before {
    width: 89.0972222222vw;
    top: 5.2083333333vw;
    height: 31.4583333333vw;
    background: transparent linear-gradient(262deg, #E5DEE2 0%, #E7E8EF 100%) 0% 0% no-repeat padding-box;
    opacity: 0.39;
  }
  .partnerCorp__title {
    font-size: 3.9583333333vw;
    padding-left: 16.6666666667vw;
  }
  .partnerCorp__container01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66.6666666667vw;
    margin: 1.5972222222vw auto 0;
  }
  .partnerCorp__imageWrap {
    width: 27.0833333333vw;
    margin: 0;
    background: none;
    padding: 0;
  }
  .partnerCorp__image {
    height: auto;
  }
  .partnerCorp__text01 {
    margin: 0.3472222222vw 0 0 8.4722222222vw;
    font-weight: 500;
    font-size: 1.5277777778vw;
    line-height: 2;
    color: #000;
    padding: 0;
  }
  .partnerCorp__container02 {
    width: 90.2777777778vw;
    margin-top: -5.4166666667vw;
    margin-left: auto;
    background: #fff;
    padding: 8.8194444444vw 16.6666666667vw 0 6.9444444444vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3.4027777778vw;
  }
  .partnerCorp__item:nth-child(n+2) {
    margin-top: 0;
  }
  .partnerCorp__itemHead {
    display: block;
  }
  .partnerCorp__itemNum {
    font-size: 3.4027777778vw;
    font-weight: bold;
  }
  .partnerCorp__itemText01 {
    font-weight: 500;
    font-size: 1.5277777778vw;
    margin-left: 0;
    margin-top: 0.3472222222vw;
    letter-spacing: 0.075em;
  }
  .partnerCorp__itemText02 {
    margin-top: 0.3472222222vw;
    font-size: 1.1805555556vw;
    letter-spacing: 0.1em;
    line-height: 2.2352941176;
  }
  ::-webkit-full-page-media, :future, :root .maFeature::before {
    height: 65.9027777778vw;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
  .slideInScrollChildrenSp {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .slideInScrollChildrenPc {
    -webkit-transition: 0.5s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.5s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  .slideInScrollParent.active .slideInScrollChildrenSp {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .slideInScrollParent.active .slideInScrollChildrenPc {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .slideInScrollChildrenSp {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  .slideInScrollChildrenSp.active {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .footer__topLink::before {
    width: 1.5277777778vw;
  }
  .messageIntroduction__container::before {
    content: "";
    position: absolute;
    top: -1.8055555556vw;
    left: -12.3611111111vw;
    background: url(./../img/message/bg-message02.png) bottom center/100% no-repeat;
    z-index: 0;
    width: 78.4027777778vw;
    height: 42.4305555556vw;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .ie-only {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
