@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  margin: 0;
}

body.is-modal-open {
  overflow: hidden;
}

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

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

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

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

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1126px;
}

.inner-block {
  position: relative;
  width: auto;
  max-width: 1240px;
  padding: 0 20px;
}

.inner-block02 {
  position: relative;
  width: auto;
  max-width: 1206px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/Poppins-Medium.ttf) format("truetype");
  font-family: "Poppins";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/Poppins-SemiBold.ttf) format("truetype");
  font-family: "Poppins";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/Lato-Black.ttf) format("truetype");
  font-family: "Lato";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Light.woff) format("woff");
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Black.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
#header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-inner {
  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;
  padding-left: 26px;
}

.header-logo {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-logo img {
  height: 61px;
}

.header-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-list__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: bold;
}

.header-entry-btn {
  border: 4px solid #BE4AB1;
  height: 90px;
  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: #BE4AB1;
  font-weight: 600;
  width: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 28px;
}

.header-ham {
  position: relative;
  width: 30px;
  height: 22px;
}
.header-ham span {
  width: 100%;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-ham span:first-child {
  top: 0;
}
.header-ham span:nth-child(2) {
  top: 48%;
  opacity: 1;
  visibility: visible;
}
.header-ham span:last-child {
  bottom: 0;
}
.header-ham.active span:first-child {
  top: 48%;
  -webkit-transform: rotate(-144deg);
          transform: rotate(-144deg);
}
.header-ham.active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header-ham.active span:last-child {
  top: 48%;
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}

.header-nav {
  background: #000000;
  padding: 43px 24px 230px;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 90px;
  right: -101%;
}
.header-nav.active {
  right: 0;
}
.header-nav__btn {
  max-width: 327px;
  margin-top: 50px;
}

.header-nav-list__link {
  display: block;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #EFEFEF;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
}

footer {
  position: relative;
}

.footer {
  position: relative;
  z-index: 8;
}
.footer__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__bottom {
  position: relative;
  border-top: solid 1px #fff;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}

.footer-link {
  display: block;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer-link::after {
  display: block;
  content: "";
  width: 17px;
  height: 12px;
  background: url(../img/common/link-dec.svg) no-repeat;
  position: absolute;
  top: 5px;
  right: -25px;
}

.c-bg {
  background: #EDEDED;
}

.bg-bottom {
  position: relative;
  overflow: hidden;
}
.bg-bottom__img {
  position: absolute;
  bottom: -350px;
  left: -200px;
  z-index: 5;
  width: 2020px;
}
.bg-bottom__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-ttl.center {
  text-align: center;
}
.c-ttl.purple {
  color: #802077;
}
.c-ttl__sub {
  display: block;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0.07em;
}
.c-ttl__sub.shadow {
  color: #fff;
  text-shadow: 0px 0px 10px #0f8a90;
}
.c-ttl__main {
  display: block;
  font-weight: 600;
  font-family: "Poppins";
  font-size: 80px;
  letter-spacing: 0.08em;
}
.c-ttl__main.shadow {
  color: #fff;
  text-shadow: 0px 0px 10px #0f8a90;
}
.c-ttl__cap {
  display: block;
  margin-top: 7px;
  letter-spacing: 0.06em;
}
.c-ttl__cap.bold {
  font-weight: bold;
}
.c-ttl__cap02 {
  display: block;
  margin-top: 23px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.c-ttl02 {
  color: #802077;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.c-ttl02.white {
  color: #fff;
}

.c-btn01 {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  border: solid 3px #fff;
  color: #802077;
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.45;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01.dec {
  position: relative;
}
.c-btn01.dec::before {
  display: block;
  content: "";
  width: 8px;
  height: 10px;
  position: absolute;
  -webkit-mask-image: url(../img/common/white-arrow01.svg);
          mask-image: url(../img/common/white-arrow01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #802077;
  top: 50%;
  right: 96px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-list01 {
  display: grid;
}
.c-list01__li img {
  width: 100%;
  height: 100%;
}
.c-tag-list__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-tag-list__tag {
  background: #9F008D;
  text-align: center;
  color: #fff;
  padding: 9px 0 7px;
  position: relative;
  z-index: 5;
}
.c-tag-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0px 5px 5px 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  padding: 47px 21px 25px;
}
.c-tag-list__ttl {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.06em;
}
.c-tag-list__img {
  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-top: 38px;
  min-height: 120px;
}
.c-tag-list__cap {
  margin-top: auto;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 2.1;
}
.c-tag-list__cap.ptn01 {
  margin-top: 10px;
}

.c-table01 {
  width: 100%;
}
.c-table01 tr:not(:last-child) {
  border-bottom: solid 1px #DDDDDD;
}
.c-table01 th {
  background: #000;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: left;
}
.c-table01 td {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  background: #fff;
}
.c-table01 td .gray {
  color: #606060;
}

.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging-area > * {
  border: 1px solid blue;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: blue;
  background: #fff;
  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;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: blue;
  color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  min-width: 1px;
  margin: 0;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/ico-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("../img/common/ico-arrow-wt.svg");
}

.paging-area .prev.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagetop {
  z-index: 100;
}
#pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 62px;
  background-color: #e9a2af;
}
#pagetop img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 2px;
}

.c-form {
  width: 100%;
}
.c-form tr:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.c-form tr th {
  border-right: 2px solid #fff;
}
.c-form th, .c-form td {
  padding: 15px;
}
.c-form th {
  width: 170px;
  background-color: #efefef;
  font-size: 14px;
  font-weight: bold;
}
.c-form th .require {
  font-size: 12px;
  color: red;
  margin-left: -10px;
  margin-right: 5px;
}
.c-form td {
  width: calc(100% - 170px);
  background-color: #f9f9f9;
  font-size: 14px;
}
.c-form input[type=text] {
  background-color: #fff;
  border-radius: 3px;
  width: 260px;
  padding: 3px 8px;
  border: solid 1px #CCC;
  font-size: 14px;
}
.c-form textarea {
  background-color: #fff;
  border-radius: 3px;
  width: 400px;
  padding: 3px 8px;
  border: solid 1px #CCC;
  font-size: 14px;
}
.c-form .c-radio-box label:not(:last-child) {
  margin-right: 15px;
}
.c-form .check-txt, .c-form .radio-txt {
  font-size: 14px;
}
.c-form .check-txt {
  position: relative;
  padding-left: 22px;
}
.c-form .check-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.c-form .check-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/common/check.svg) no-repeat;
  background-size: contain;
  display: none;
}
.c-form .radio-txt {
  position: relative;
  padding-left: 22px;
}
.c-form .radio-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.c-form .radio-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9F008D;
  display: none;
}
.c-form input[type=checkbox] {
  display: none;
}
.c-form input[type=checkbox]:checked + .check-txt:after {
  display: block;
}
.c-form input[type=radio] {
  display: none;
}
.c-form input[type=radio]:checked + .radio-txt:after {
  display: block;
}
.c-form .policy-txt {
  font-size: 14px;
  font-weight: 300;
}
.c-form .policy {
  margin-top: 10px;
  display: block;
}
.c-form__btn {
  width: 350px;
  margin: 0 auto;
  margin-top: 40px;
}
.c-form__btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.c-form .validate-text {
  margin-top: 4px;
  font-size: 12px;
  color: red;
}

.back-btn {
  width: 250px;
  background: #8c8c8c;
  margin-right: 20px;
}
.back-btn:hover {
  background: #6c6c6c;
}
.back-btn:before {
  right: unset;
  left: 60px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.submit-btn {
  width: 350px;
}

.p_form {
  position: relative;
  z-index: 2;
  margin: 150px 0;
  padding-top: 0;
}

#form {
  margin-top: 30px;
}

.confirm-area .c-form {
  margin-top: 20px;
}

.p_finish {
  position: relative;
  z-index: 2;
  margin: 150px 0;
}
.p_finish__box .c-txt {
  text-align: center;
}
.p_finish__btn {
  width: 350px;
  margin: 0 auto;
  margin-top: 40px;
}
.p_finish__btn .back-btn {
  width: 100%;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.mv-block {
  position: relative;
  background-size: cover;
  background-position: top center;
  z-index: 5;
}
.mv-block:before {
  width: 100%;
  height: 333px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent), color-stop(80%, rgba(255, 255, 255, 0.8)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, transparent 0%, transparent 20%, rgba(255, 255, 255, 0.8) 80%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
}
.mv-block__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-block__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv-block__sub {
  margin-top: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.message-block {
  background: #fff;
  position: relative;
}
.message-block::before {
  display: block;
  content: "";
  width: 100%;
  background: url(../img/home/message-bg.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.message-block__list {
  background: rgba(219, 208, 230, 0.2);
  position: relative;
  z-index: 5;
  border-radius: 10px;
  overflow: hidden;
}
.message-block__cap {
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.message-block-list__li .ttl {
  padding-left: 25px;
  padding-bottom: 11px;
  position: relative;
  border-bottom: solid #DBD0E6 1px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #802077;
}
.message-block-list__li .ttl::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: #802077;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.message-block-list__li .cap {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.oya {
  position: relative;
}

.bg-wrap {
  position: relative;
  overflow: hidden;
}
.bg-wrap__dec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3200px;
  z-index: 3;
}
.bg-wrap__dec img {
  width: 100%;
  height: 100%;
}

.service-block {
  position: relative;
  background: url(../img/home/service-bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.service-block::after {
  display: block;
  content: "";
  width: 100%;
  height: 250px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ededed), color-stop(25.08%, rgba(255, 255, 255, 0.93)), color-stop(64.8%, rgba(255, 255, 255, 0.64)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #ededed 0%, rgba(255, 255, 255, 0.93) 25.08%, rgba(255, 255, 255, 0.64) 64.8%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: -2px;
  left: 0;
}
.service-block__fill::before {
  display: block;
  content: "";
  width: 100%;
  height: 190px;
  background: -webkit-gradient(linear, left bottom, left top, from(#28cbe8), color-stop(55%, rgba(138, 227, 242, 0.55)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #28cbe8 0%, rgba(138, 227, 242, 0.55) 55%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -238px;
  left: 0;
  z-index: 7;
}
.service-block__fill::after {
  display: block;
  content: "";
  width: 100%;
  height: 730px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #28cbe8), color-stop(61.51%, rgba(138, 227, 242, 0.55)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #28cbe8 50%, rgba(138, 227, 242, 0.55) 61.51%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -4%;
  left: 0;
  z-index: 6;
}
.service-block__box {
  position: relative;
  z-index: 20;
}
.service-block__cap {
  margin-top: 20px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #fff;
}
.service-block__cap .big {
  font-size: 18px;
  font-weight: 600;
}
.service-block__imgbox {
  position: relative;
}

.service-block-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-block-list__li {
  z-index: 10;
  cursor: pointer;
}
.service-block-list__li.ptn01 {
  position: absolute;
  background: url(../img/home/service-block-list01-1.svg) no-repeat;
  background-size: contain;
}
.service-block-list__li.ptn02 {
  position: absolute;
  background: url(../img/home/service-block-list02-1.svg) no-repeat;
  background-size: contain;
}
.service-block-list__li.ptn03 {
  position: absolute;
  background: url(../img/home/service-block-list03-1.svg) no-repeat;
  background-size: contain;
}
.service-block-list__li.ptn04 {
  position: absolute;
  background: url(../img/home/service-block-list04-1.svg) no-repeat;
  background-size: contain;
}
.aim-block__ttl-txt {
  font-weight: 900;
  letter-spacing: 0.07em;
}
.aim-block__ttl-box {
  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;
}
.aim-block__ttl-box .img {
  width: 321px;
}
.aim-block__ttl-box .txt {
  text-align: left;
  font-weight: bold;
  color: #802077;
}
.aim-block__cap {
  letter-spacing: 0.08em;
  line-height: 2.4;
}
.aim-block__box {
  background: #fff;
  border-radius: 10px;
}

.aim-block-icon {
  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;
}
.aim-block-icon__li .img {
  margin: auto;
}
.aim-block-icon__li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.job-block {
  position: relative;
  z-index: 5;
}
.job-block__img {
  width: 1735px;
  height: 840px;
  position: absolute;
  top: 200px;
  left: -180px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.c-anker-list {
  display: grid;
}
.c-anker-list__link {
  display: block;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 100%;
}
.c-anker-list__img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 72px;
}
.c-anker-list__img.ptn03 {
  height: 70px;
}
.c-anker-list__txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.c-anker-list__txt::before {
  display: block;
  content: "";
  width: 8px;
  height: 10px;
  -webkit-mask-image: url(../img/common/white-arrow01.svg);
          mask-image: url(../img/common/white-arrow01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}

.c-job-list__li {
  position: relative;
}
.c-job-list__img {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.c-job-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-job-list__txt {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.c-job-list__txt .ttl {
  letter-spacing: 0.08em;
}
.c-job-list__txt .cap {
  margin-top: 20px;
  letter-spacing: 0.08em;
}

.bg-wrap02 {
  width: 100%;
  position: relative;
}
.bg-wrap02__img {
  width: 1872px;
  height: 100%;
  position: absolute;
  top: -151px;
  left: -350px;
}

.interview-block {
  position: relative;
  z-index: 5;
}
.interview-block__list {
  margin-top: 60px;
}
.c-int-list__li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-int-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-int-list__txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-int-list__txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -112px;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 300px;
  -webkit-mask-image: radial-gradient(circle at 50% -70%, transparent 53%, black 53.3%);
          mask-image: radial-gradient(circle at 50% -70%, transparent 53%, black 53.3%);
}
.c-int-list__txt-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
.c-int-list__txt-box01 .name {
  font-family: "Poppins";
  font-size: min(1.5vw, 22px);
  letter-spacing: 0.08em;
  color: #fff;
}
.c-int-list__txt-box01 .name span {
  font-size: min(2vw, 14px);
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.c-int-list__txt-box01 .data {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
}
.c-int-list__txt-box02 {
  position: relative;
  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;
  min-height: 3em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: min(1.5vw, 14px);
  letter-spacing: 0.06em;
  color: #fff;
}

.cross-block {
  position: relative;
  z-index: 15;
}

.c-cross-list {
  display: grid;
}
.c-cross-list__li {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.c-cross-list__box {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
.c-cross-list__tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #802077;
  color: #fff;
  text-align: center;
  z-index: 5;
}
.c-cross-list__img {
  grid-area: 1/1;
  overflow: hidden;
}
.c-cross-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-cross-list__txt {
  grid-area: 1/1;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.c-cross-list__txt > .txt {
  color: #fff;
  text-align: center;
  padding: 0 5px 20px;
  position: relative;
}
.c-cross-list__txt::before {
  display: block;
  content: "";
  width: 100%;
  height: 317px;
  position: absolute;
  bottom: -43px;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-mask-image: radial-gradient(circle at 50% -100%, transparent 70%, black 70.3%);
          mask-image: radial-gradient(circle at 50% -100%, transparent 70%, black 70.3%);
  -webkit-mask-size: 100% 125%;
          mask-size: 100% 125%;
  -webkit-clip-path: inset(0 0 42px 0);
          clip-path: inset(0 0 42px 0);
}

.bg-wrap03 {
  position: relative;
  height: 100%;
}
.bg-wrap03__img {
  position: absolute;
}

.data-block {
  position: relative;
  z-index: 5;
}
.data-block__box {
  border-radius: 10px;
  background: transparent;
  -webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
}

.system-block {
  position: relative;
  z-index: 5;
}
.system-block__list .swiper-button-prev,
.system-block__list .swiper-button-next {
  background: #333333;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: 70%;
  position: absolute;
}
.system-block__list .swiper-button-prev::after,
.system-block__list .swiper-button-next::after {
  content: "";
  background: url(../img/common/arrow-white.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
}
.system-block__list .swiper-button-prev::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.system-block__list .swiper-button-next::after {
  left: 20px;
}

.swiper-slide {
  height: auto;
}

.recruit-block {
  position: relative;
  z-index: 5;
}
.recruit-block__btn {
  max-width: 336px;
  margin: auto;
  position: relative;
  z-index: 5;
}

.modal.nowrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s ease, visibility 0.1s ease;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .inner-block02 {
  height: 100%;
  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;
}
.modal.job .modal__dec {
  margin-bottom: 11px;
}
.modal__wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(15, 15, 15, 0.65);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal__item {
  height: auto;
  position: relative;
  z-index: 10000;
}
.modal__dec {
  background: #802077;
  position: relative;
  width: clamp(40px, 5vw, 70px);
  height: clamp(40px, 5vw, 70px);
  border-radius: 50%;
  border: solid 1px #fff;
  margin-left: auto;
}
.modal__dec.pink {
  background: #9F008D;
}
.modal__dec span {
  background: #fff;
  width: 21px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal__dec span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__dec span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__box {
  background: -webkit-gradient(linear, left top, left bottom, from(#dbd0e6), to(#fff));
  background: linear-gradient(#dbd0e6 0%, #fff 100%);
  border-radius: 10px;
}
.modal__box.int {
  background: #fff;
}
.modal__ttl01 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.06em;
  color: #802077;
}
.modal__ttl01.black {
  color: #000;
}
.modal__ttl01.left {
  text-align: left;
}
.modal__ttl01.cross {
  border-bottom: solid 1px #DBD0E6;
}
.modal__case01 {
  margin-top: 30px;
}
.modal__prof01 .name {
  font-family: "Lato";
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #9F008D;
}
.modal__prof01 .box {
  margin-top: 8px;
  font-size: 14px;
}
.modal__prof02 .ttl {
  color: #802077;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.modal__prof02 .cap {
  margin-top: 25px;
  letter-spacing: 0.08em;
}
.modal__cap01 {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.modal__video {
  margin-top: 12px;
  position: relative;
}
.modal__video video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__video-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.modal__video-btn::before {
  display: block;
  content: "";
  background: url(../img/home/video-dec.svg) no-repeat;
  background-size: contain;
  width: 133px;
  height: 133px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal__video-btn.active {
  display: none;
}
.modal__video-btn img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal__list02 {
  margin-top: 20px;
}
.modal__item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.modal__item02.tate {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal__item02 .box {
  margin-top: 0;
}
.modal-list02__ttl {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
}
.modal-list02__ttl::before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background: #222;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
.modal-list02__cap {
  margin-top: 5px;
  padding-left: 1rem;
}
@media only screen and (min-width: 641px) {
  main {
    padding-top: 90px;
  }
  .inner-block {
    margin: 0 auto;
  }
  .inner-block02 {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  #header {
    min-width: 1086px;
  }
  .header-list li + li {
    margin-left: 30px;
  }
  .header-entry {
    margin-left: 40px;
  }
  .footer {
    padding-top: 58px;
  }
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 35px;
  }
  .footer__logo {
    width: 380px;
  }
  .footer__case {
    gap: 67px;
  }
  .footer__bottom {
    padding: 28px 0;
  }
  .bg-bottom__img {
    height: 1592px;
  }
  .c-ttl__cap.fz20 {
    font-size: 20px;
  }
  .c-ttl02 {
    font-size: 24px;
  }
  .c-btn01 {
    height: 75px;
    font-size: 25px;
    padding: 18px;
  }
  .c-list01.three {
    gap: 42px 50px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-tag-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px;
  }
  .c-tag-list__tag {
    max-width: 126px;
  }
  .c-tag-list__box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-tag-list__cap {
    font-size: 14px;
  }
  .c-table01 th, .c-table01 td {
    padding: 22px 0;
  }
  .c-table01 th {
    width: 220px;
    padding-left: 52px;
    padding-right: 37px;
    vertical-align: top;
  }
  .c-table01 td {
    padding-left: 37px;
    padding-right: 102px;
  }
  .paging-area > * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .paging-area > *:not(.dots):hover {
    background: blue;
    color: #fff;
  }
  #pagetop a {
    padding: 14.5px 21px;
  }
  #pagetop:hover a {
    background-color: #e1647b;
  }
  .mv-block {
    height: 941px;
  }
  .mv-block__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .message-block {
    padding-top: 157px;
    padding-bottom: 380px;
  }
  .message-block::before {
    height: 1366px;
  }
  .message-block__box {
    margin-top: 60px;
  }
  .message-block__list {
    margin-top: 23px;
    padding: 50px 40px;
  }
  .message-block__item + .message-block__item {
    margin-top: 60px;
  }
  .message-block__cap {
    margin-top: 20px;
  }
  .message-block-list__li + .message-block-list__li {
    margin-top: 30px;
  }
  .bg-wrap__dec {
    top: 165px;
  }
  .service-block {
    margin-top: -105px;
    padding-bottom: 558px;
  }
  .service-block__imgbox {
    margin-top: -80px;
    margin-left: 633px;
  }
  .service-block__img01 {
    width: min(65vw, 412px);
    height: auto;
  }
  .service-block-list__li {
    width: 252px;
    height: 252px;
  }
  .service-block-list__li.ptn01 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: -30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .service-block-list__li.ptn02 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: 51%;
    right: 5%;
  }
  .service-block-list__li.ptn03 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    bottom: -30%;
    left: 5%;
  }
  .service-block-list__li.ptn04 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: 19%;
    left: -25%;
  }
  .aim-block {
    padding-top: 154px;
    text-align: center;
  }
  .aim-block__ttl-txt {
    font-size: 25px;
  }
  .aim-block__ttl-box {
    margin-top: 20px;
    gap: 32px;
  }
  .aim-block__ttl-box .txt {
    font-size: 18px;
  }
  .aim-block__cap {
    margin-top: 30px;
    font-size: 14px;
    padding: 0 135px;
  }
  .aim-block__box {
    margin-top: 60px;
    padding: 32px 140px;
  }
  .aim-block-icon {
    gap: 60px;
  }
  .aim-block-icon__li .img.ptn01 {
    width: 303px;
  }
  .aim-block-icon__li .img.ptn02 {
    width: 177px;
  }
  .aim-block-icon__li .img.ptn03 {
    width: 160px;
  }
  .job-block {
    margin-top: 130px;
  }
  .job-block__list02 {
    margin-top: 105px;
  }
  .job-block__list01 {
    margin-top: 60px;
  }
  .c-anker-list {
    gap: min(1vw, 24px);
    grid-template-columns: repeat(7, 1fr);
  }
  .c-anker-list__li.active .c-anker-list__img {
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background: #9F008D;
    text-align: center;
  }
  .c-anker-list__li.active .c-anker-list__img img {
    display: none;
  }
  .c-anker-list__li.active .c-anker-list__img.ptn01 {
    -webkit-mask-image: url(../img/home/anker-img01.svg);
            mask-image: url(../img/home/anker-img01.svg);
  }
  .c-anker-list__li.active .c-anker-list__img.ptn02 {
    -webkit-mask-image: url(../img/home/anker-img02.svg);
            mask-image: url(../img/home/anker-img02.svg);
  }
  .c-anker-list__li.active .c-anker-list__img.ptn03 {
    -webkit-mask-image: url(../img/home/anker-img03.svg);
            mask-image: url(../img/home/anker-img03.svg);
  }
  .c-anker-list__li.active .c-anker-list__img.ptn04 {
    -webkit-mask-image: url(../img/home/anker-img04.svg);
            mask-image: url(../img/home/anker-img04.svg);
  }
  .c-anker-list__li.active .c-anker-list__img.ptn05 {
    -webkit-mask-image: url(../img/home/anker-img05.svg);
            mask-image: url(../img/home/anker-img05.svg);
  }
  .c-anker-list__li.active .c-anker-list__img.ptn06 {
    -webkit-mask-image: url(../img/home/anker-img06.svg);
            mask-image: url(../img/home/anker-img06.svg);
  }
  .c-anker-list__li.active .c-anker-list__img.ptn07 {
    -webkit-mask-image: url(../img/home/anker-img07.svg);
            mask-image: url(../img/home/anker-img07.svg);
  }
  .c-anker-list__li.active .c-anker-list__txt {
    color: #9F008D;
  }
  .c-anker-list__li.active .c-anker-list__txt::before {
    background: #9F008D;
  }
  .c-anker-list__link {
    padding: 30px min(1vw, 18px);
  }
  .c-job-list__li + .c-job-list__li {
    margin-top: 80px;
  }
  .c-job-list__img {
    position: absolute;
    top: -50px;
    left: 0;
    width: min(39vw, 541px);
    height: 283px;
  }
  .c-job-list__img img {
    aspect-ratio: 541/283;
  }
  .c-job-list__txt {
    margin-left: auto;
    max-width: 845px;
    padding: 70px 64px 69px 266px;
  }
  .c-job-list__txt .ttl {
    font-size: 22px;
  }
  .c-job-list__txt .cap {
    font-size: 14px;
  }
  .interview-block {
    margin-top: 162px;
  }
  .c-int-list__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px 26px;
  }
  .c-int-list__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 26px;
  }
  .c-int-list__top + .c-int-list__bottom {
    margin-top: 26px;
  }
  .c-int-list__li {
    width: calc((100% - 78px) / 4);
  }
  .c-int-list__txt {
    padding: 11px 15px;
  }
  .cross-block {
    margin-top: 160px;
  }
  .cross-block__cont {
    margin-top: 40px;
  }
  .c-cross-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 45px;
  }
  .c-cross-list__tag {
    min-width: 188px;
    font-size: 16px;
    padding: 10px 52px;
  }
  .c-cross-list__txt {
    font-size: 18px;
  }
  .bg-wrap03__img {
    top: 16%;
    left: -898px;
    width: 1872px;
    height: 1475px;
  }
  .data-block {
    margin-top: 180px;
  }
  .data-block__box {
    padding: 102px 140px 120px;
  }
  .data-block__list {
    margin-top: 60px;
  }
  .system-block {
    margin-top: 160px;
  }
  .system-block__list {
    margin-top: 53px;
  }
  .recruit-block {
    margin-top: 152px;
  }
  .recruit-block__table {
    margin-top: 60px;
    padding: 0 120px;
  }
  .recruit-block__btn {
    margin-top: 60px;
  }
  .modal__item {
    max-width: clamp(700px, 80vw, 967px);
  }
  .modal__item.int {
    max-width: clamp(700px, 80vw, 967px);
  }
  .modal__dec {
    margin-right: -31px;
    margin-bottom: -40px;
  }
  .modal__box {
    overflow-y: scroll;
    max-height: min(80vh, 850px);
    padding: clamp(24px, 4vw, 38px) clamp(20px, 4vw, 46px) clamp(24px, 4vw, 38px) clamp(16px, 3vw, 33px);
  }
  .modal__box.int {
    padding: clamp(32px, 5vw, 57px) clamp(24px, 4vw, 45px) clamp(28px, 5vw, 42px);
  }
  .modal__ttl01.cross {
    padding-bottom: 10px;
  }
  .modal__case01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .modal__case02 {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal__img01 {
    width: 434px;
  }
  .modal__prof01 {
    width: 200px;
    border-right: solid 1px #DDDDDD;
  }
  .modal__prof01.non {
    border-right: none;
  }
  .modal__prof01 .name {
    font-size: 45px;
  }
  .modal__prof01 .name.fz25 {
    font-size: 25px;
  }
  .modal__prof02 {
    padding-left: 20px;
    width: calc(100% - 200px);
  }
  .modal__prof02 .ttl {
    text-align: center;
    font-size: 25px;
  }
  .modal__prof02 .cap {
    font-size: 14px;
  }
  .modal__cap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 434px);
  }
  .modal__video.cross02 {
    margin-top: 4vw;
  }
  .modal__case03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    gap: 60px;
  }
  .modal__case03.for {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  .modal__item02 {
    max-width: 287px;
  }
  .modal__item02.tate {
    padding-bottom: 40px;
  }
  .modal__item02.tate .modal__prof01 {
    padding-left: 0;
  }
  .modal__item02 .modal__prof01 {
    padding-left: 20px;
    max-width: 170px;
  }
  .modal-video__cross {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
  .modal__img02 {
    width: min(173px, 25vw);
  }
  .modal-list02.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
    padding: 0 2.994011976vw;
  }
  .modal-list02.two .modal-list02__li {
    width: calc((100% - 20px) / 2);
  }
  .modal-list02.three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 15px;
  }
  .modal-list02.three .modal-list02__li {
    width: calc((100% - 30px) / 3);
  }
  .modal-list02.three .modal-list02__li.pcnum02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .modal-list02.three .modal-list02__li.pcnum03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .modal-list02.three .modal-list02__li.pcnum05 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 24px;
    width: auto;
  }
  .inner-block02 {
    padding: 0 24px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: unset;
  }
  .header-inner {
    padding: 23px 0;
    padding-left: 14px;
    padding-right: 24px;
  }
  .header-logo img {
    height: 45px;
  }
  .footer {
    padding-top: 78px;
  }
  .footer__case {
    margin-top: 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 24px;
    gap: 45px;
  }
  .footer__bottom {
    margin-top: 28px;
    padding: 29px 0;
  }
  .footer-link {
    font-size: 10px;
  }
  .c-ttl__sub {
    font-size: 20px;
  }
  .c-ttl__main {
    font-size: 32px;
  }
  .c-ttl02 {
    font-size: 18px;
  }
  .c-btn01 {
    padding: 15px;
    font-size: 20px;
  }
  .c-list01.three {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-tag-list__tag {
    max-width: 95px;
    font-size: 12px;
  }
  .c-tag-list__box {
    padding: 15px 5px;
    height: 100%;
  }
  .c-tag-list__ttl {
    font-size: 14px;
  }
  .c-tag-list__img {
    margin-top: 18px;
  }
  .c-tag-list__cap {
    font-size: 10px;
  }
  .c-tag-list__cap.ptn01 {
    margin-top: 17px;
  }
  .c-table01 th, .c-table01 td {
    display: block;
    padding: 15px 19px;
  }
  .c-table01 th {
    text-align: center;
  }
  #pagetop a {
    padding: 16px 21px;
  }
  #pagetop img {
    margin-top: 1px;
  }
  .c-form th, .c-form td {
    display: block;
    width: 100%;
  }
  .c-form input[type=text] {
    width: 100%;
  }
  .c-form input[type=text] + input[type=text] {
    margin-top: 8px;
  }
  .c-form textarea {
    width: 100%;
  }
  .c-form__btn {
    width: 100%;
    margin-top: 30px;
  }
  .c-form__btn-flex {
    margin-top: 30px;
    display: block;
  }
  .back-btn {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .submit-btn {
    width: 100%;
    margin-top: 10px;
  }
  .p_finish__btn {
    width: 100%;
    margin-top: 30px;
  }
  .mv-block:before {
    z-index: 10;
    height: 120px;
    bottom: -22px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(16%, transparent), color-stop(54%, rgba(255, 255, 255, 0.8)), color-stop(60%, rgb(255, 255, 255)));
    background: linear-gradient(180deg, transparent 0%, transparent 16%, rgba(255, 255, 255, 0.8) 54%, rgb(255, 255, 255) 60%);
  }
  .mv-block__video {
    padding-top: 91px;
  }
  .mv-block__video video {
    aspect-ratio: 16/9;
  }
  .mv-block__cont {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 50%;
  }
  .mv-block__main {
    padding: 0 20px;
  }
  .mv-block__sub {
    font-size: 22px;
  }
  .message-block {
    margin-top: 22px;
    padding-bottom: 70px;
  }
  .message-block::before {
    top: -150px;
    height: 1366px;
  }
  .message-block__box {
    margin-top: 100px;
  }
  .message-block__list {
    padding: 35px 20px;
  }
  .message-block__item + .message-block__item {
    margin-top: 30px;
  }
  .message-block__cap {
    margin-top: 10px;
  }
  .message-block-list__li .ttl {
    padding-bottom: 6px;
  }
  .message-block-list__li .ttl::before {
    top: 4px;
  }
  .message-block-list__li .cap {
    margin-top: 10px;
  }
  .message-block-list__li + .message-block-list__li {
    margin-top: 15px;
  }
  .bg-wrap__dec {
    top: -123px;
    height: 800vw;
  }
  .service-block {
    padding-bottom: 333px;
  }
  .service-block::after {
    height: 137px;
  }
  .service-block__fill::before {
    height: 80px;
    background: -webkit-gradient(linear, left bottom, left top, from(#28cbe8), color-stop(0%, rgb(23, 161, 216)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #28cbe8 0%, rgb(23, 161, 216) 0%, rgba(255, 255, 255, 0) 100%);
    top: -80px;
  }
  .service-block__fill::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#28cbe8), color-stop(0%, rgb(23, 161, 216)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #28cbe8 0%, rgb(23, 161, 216) 0%, rgba(255, 255, 255, 0) 100%);
    height: 550px;
    top: 0;
  }
  .service-block__imgbox {
    width: 212px;
    margin: auto;
    margin-top: 138px;
  }
  .service-block-list__li {
    width: 138px;
    height: 138px;
  }
  .service-block-list__li.ptn01 {
    top: -30%;
    left: 35%;
    background-size: contain;
  }
  .service-block-list__li.ptn02 {
    top: 54%;
    right: -20%;
    background-size: contain;
  }
  .service-block-list__li.ptn03 {
    left: 2%;
    bottom: -20%;
    background: url(../img/home/service-block-list03_sp.svg) no-repeat;
    background-size: contain;
  }
  .service-block-list__li.ptn04 {
    top: 28%;
    left: -31%;
    background-size: contain;
  }
  .aim-block {
    padding-top: 75px;
  }
  .aim-block__ttl-txt {
    font-size: 20px;
  }
  .aim-block__ttl-box {
    margin-top: 10px;
    gap: 16px;
  }
  .aim-block__ttl-box .img {
    max-width: 38%;
  }
  .aim-block__ttl-box .txt {
    font-size: 10px;
  }
  .aim-block__cap {
    margin-top: 15px;
    font-size: 13px;
  }
  .aim-block__box {
    margin-top: 30px;
    padding: 16px 30px;
  }
  .aim-block-icon {
    gap: 10px;
  }
  .aim-block-icon__li {
    width: calc(100% - 20px);
  }
  .aim-block-icon__li .img.ptn02 {
    max-width: 80%;
    margin-right: 1px;
  }
  .aim-block-icon__li .img.ptn03 {
    max-width: 80%;
  }
  .job-block {
    margin-top: 65px;
  }
  .job-block__img {
    left: -750px;
    top: 0;
  }
  .job-block__list02 {
    margin-top: 50px;
  }
  .job-block__list01 {
    margin-top: 30px;
  }
  .c-anker-list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-anker-list.last .c-anker-list__li:last-child {
    grid-column: 2/2;
  }
  .c-anker-list__link {
    padding: 20px 15px;
  }
  .c-anker-list__txt {
    margin-top: 10px;
    margin-left: -3px;
  }
  .c-anker-list__txt::before {
    display: none;
  }
  .c-job-list__li + .c-job-list__li {
    margin-top: 35px;
  }
  .c-job-list__img {
    margin-right: 20px;
  }
  .c-job-list__txt {
    margin-top: -111px;
    margin-left: 20px;
    padding: 25px;
    padding-top: 138px;
    padding-bottom: 56px;
  }
  .c-job-list__txt .ttl {
    font-size: 18px;
  }
  .c-job-list__txt .cap {
    margin-top: 15px;
  }
  .bg-wrap02__img {
    top: -80px;
    left: -892px;
  }
  .interview-block {
    margin-top: 80px;
  }
  .c-int-list {
    display: grid;
    gap: 30px 7px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-int-list__top, .c-int-list__bottom {
    display: contents;
  }
  .c-int-list__txt {
    padding: 5px 10px;
    padding-top: 15px;
  }
  .c-int-list__txt::before {
    -webkit-mask-image: radial-gradient(circle at 50% -70%, transparent 62%, black 62.3%);
            mask-image: radial-gradient(circle at 50% -70%, transparent 62%, black 62.3%);
  }
  .c-int-list__txt-box01 {
    margin-bottom: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-int-list__txt-box01 .name {
    font-size: 4vw;
    line-height: 0.9;
  }
  .c-int-list__txt-box01 .data {
    font-size: 2.3vw;
  }
  .c-int-list__txt-box02 {
    font-size: 10px;
  }
  .cross-block {
    margin-top: 80px;
  }
  .cross-block__cont {
    margin-top: 20px;
  }
  .c-cross-list {
    gap: 20px;
  }
  .c-cross-list__tag {
    min-width: 148px;
    font-size: 14px;
    padding: 4px 37px;
  }
  .c-cross-list__txt {
    padding: 5px;
    font-size: 18px;
  }
  .c-cross-list__txt > .txt {
    padding-bottom: 4px;
  }
  .c-cross-list__txt::before {
    height: 57.6vw;
  }
  .bg-wrap03__img {
    width: 1563px;
    height: 1230px;
    top: 0;
    left: -1200px;
  }
  .data-block {
    margin-top: 140px;
  }
  .data-block__box {
    padding: 50px 20px 60px;
  }
  .data-block__list {
    margin-top: 30px;
  }
  .system-block {
    margin-top: 100px;
  }
  .system-block__list {
    margin-top: 27px;
    padding: 0 60px;
  }
  .recruit-block {
    margin-top: 70px;
  }
  .recruit-block__table {
    margin-top: 30px;
  }
  .recruit-block__btn {
    margin-top: 30px;
  }
  .modal .inner-block02 {
    width: 100%;
  }
  .modal__wrap {
    min-height: 100svh;
    overflow-y: scroll;
  }
  .modal__item {
    width: 100%;
  }
  .modal__dec {
    margin-right: -15px;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
  }
  .modal__box {
    overflow-y: scroll;
    width: 100%;
    max-height: 180vw;
    padding: 25px 20px 45px;
  }
  .modal__box.int {
    padding: 42px 20px 40px;
  }
  .modal__box.job {
    padding: 0;
    background: none;
  }
  .modal__ttl01 {
    font-size: 20px;
  }
  .modal__ttl01.left {
    padding-left: 18px;
  }
  .modal__ttl01.cross {
    text-align: center;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .modal__case02 {
    margin-top: 24px;
  }
  .modal__prof01 {
    padding-bottom: 20px;
    border-bottom: solid 1px #DDDDDD;
  }
  .modal__prof01.non {
    border-bottom: none;
    padding-left: 20px;
    padding-bottom: 0;
  }
  .modal__prof01.non.for {
    margin-top: 10px;
    padding-left: 0;
  }
  .modal__prof01 .name {
    font-size: 35px;
  }
  .modal__prof01 .name.fz25 {
    font-size: 20px;
  }
  .modal__prof02 {
    margin-top: 20px;
  }
  .modal__prof02 .ttl {
    font-size: 20px;
  }
  .modal__prof02 .cap {
    margin-top: 15px;
  }
  .modal__cap01 {
    margin-top: 15px;
  }
  .modal__video.cross {
    margin-top: 40px;
  }
  .modal__video-btn::before {
    width: 63px;
    height: 63px;
  }
  .modal__case03 {
    margin-top: 30px;
  }
  .modal__case03.for {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 40px;
  }
  .modal__item02.tate {
    overflow: hidden;
  }
  .modal__item02 + .modal__item02:not(.tate) {
    margin-top: 20px;
  }
  .modal-video__cross {
    margin-top: 40px;
  }
  .modal__img02 {
    width: 130px;
  }
  .modal-list02__li + .modal-list02__li {
    margin-top: 15px;
  }
  .modal-list02__ttl {
    padding-left: 20px;
  }
  .modal-list02__ttl::before {
    top: 5px;
    width: 15px;
    height: 15px;
  }
  .modal-list02__cap {
    padding-left: 1.3rem;
  }
}
@media (any-hover: hover) {
  .header-logo:hover {
    opacity: 0.8;
  }
  .header-list__link:hover {
    color: #BE4AB1;
  }
  .header-entry-btn:hover {
    background: #BE4AB1;
    color: #fff;
    font-size: 25px;
  }
  .footer-link:hover {
    opacity: 0.6;
  }
  .c-btn01:hover {
    background: #802077;
    color: #fff;
  }
  .c-btn01:hover.dec::before {
    background: #fff;
  }
  .service-block-list__li.ptn01:hover {
    background: url(../img/home/service-block-list01-2.svg) no-repeat;
    background-size: contain;
  }
  .service-block-list__li.ptn02:hover {
    background: url(../img/home/service-block-list02-2.svg) no-repeat;
    background-size: contain;
  }
  .service-block-list__li.ptn03:hover {
    background: url(../img/home/service-block-list03-2.svg) no-repeat;
    background-size: contain;
  }
  .service-block-list__li.ptn04:hover {
    background: url(../img/home/service-block-list04-2.svg) no-repeat;
    background-size: contain;
  }
  .c-anker-list__link:hover .c-anker-list__img {
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background: #9F008D;
    text-align: center;
  }
  .c-anker-list__link:hover .c-anker-list__img img {
    display: none;
  }
  .c-anker-list__link:hover .c-anker-list__img.ptn01 {
    -webkit-mask-image: url(../img/home/anker-img01.svg);
            mask-image: url(../img/home/anker-img01.svg);
  }
  .c-anker-list__link:hover .c-anker-list__img.ptn02 {
    -webkit-mask-image: url(../img/home/anker-img02.svg);
            mask-image: url(../img/home/anker-img02.svg);
  }
  .c-anker-list__link:hover .c-anker-list__img.ptn03 {
    -webkit-mask-image: url(../img/home/anker-img03.svg);
            mask-image: url(../img/home/anker-img03.svg);
    -webkit-mask-size: 55px 68px;
            mask-size: 55px 68px;
  }
  .c-anker-list__link:hover .c-anker-list__img.ptn04 {
    -webkit-mask-image: url(../img/home/anker-img04.svg);
            mask-image: url(../img/home/anker-img04.svg);
  }
  .c-anker-list__link:hover .c-anker-list__img.ptn05 {
    -webkit-mask-image: url(../img/home/anker-img05.svg);
            mask-image: url(../img/home/anker-img05.svg);
  }
  .c-anker-list__link:hover .c-anker-list__img.ptn06 {
    -webkit-mask-image: url(../img/home/anker-img06.svg);
            mask-image: url(../img/home/anker-img06.svg);
  }
  .c-anker-list__link:hover .c-anker-list__img.ptn07 {
    -webkit-mask-image: url(../img/home/anker-img07.svg);
            mask-image: url(../img/home/anker-img07.svg);
  }
  .c-anker-list__link:hover .c-anker-list__txt {
    color: #9F008D;
  }
  .c-anker-list__link:hover .c-anker-list__txt::before {
    background: #9F008D;
  }
  .c-cross-list__box:hover .c-cross-list__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .header-logo img {
    height: 45px;
  }
  .header-entry {
    margin-left: 16px;
  }
  .service-block__imgbox {
    margin: auto;
    max-width: 750px;
    margin-top: 180px;
  }
  .service-block__img01 {
    margin: auto;
  }
  .service-block-list__li {
    width: 220px;
    height: 230px;
  }
  .service-block-list__li.ptn02 {
    top: 48%;
    right: 14%;
  }
  .service-block-list__li.ptn03 {
    bottom: -20%;
    left: 20%;
  }
  .service-block-list__li.ptn04 {
    top: 31%;
    left: 10%;
  }
  .job-block__list02 {
    margin-top: 200px;
  }
  .c-anker-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 641px) and (max-width: 1300px) {
  .header-list li + li {
    margin-left: 15px;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .c-job-list__li {
    width: 100%;
  }
  .c-job-list__li + .c-job-list__li {
    margin-top: 200px;
  }
  .c-job-list__img {
    top: -120px;
    left: 20px;
    margin-right: 20px;
    width: 324px;
    height: auto;
  }
  .c-job-list__txt {
    max-width: 100%;
    margin-left: 0;
    padding: 20px;
    padding-top: min(12vw, 85px);
  }
}
@media (min-width: 525px) and (max-width: 1100px) {
  .c-int-list__txt::before {
    -webkit-mask-image: radial-gradient(circle at 50% -73%, transparent 57%, black 57.3%);
            mask-image: radial-gradient(circle at 50% -73%, transparent 57%, black 57.3%);
  }
}
@media (max-height: 750px) {
  .modal .inner-block02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (600px <= width < 800px) {
  .modal__prof02 {
    padding-left: 20px;
  }
}
@media (600px <= width < 1000px) {
  .modal-list02.two {
    padding: 0;
    display: block;
  }
  .modal-list02.two .modal-list02__li {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */