@charset "UTF-8";
/*
Theme Name: LIFE×DATA LP
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  background: #000 url(../img/bg1.jpg) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  min-width: 1240px;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

a:link, a:visited {
  color: #3F3C3E;
  text-decoration: underline;
}
a:hover, a:active {
  color: #3F3C3E;
  text-decoration: none;
}
a, a img {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/* ----------------------------- パーツ */
.c-wrap {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.c-wrap__1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

/* ----------------------------- ヘッダー・フッター */
#container {
  padding-bottom: 90px;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(4px);
}
.l-header .h {
  padding: 20px;
}
.l-header .btn {
  padding: 30px 20px;
  height: 21px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.l-header .btn span {
  display: block;
  width: 22px;
  height: 1px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.l-header .btn span:before, .l-header .btn span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.l-header .btn span:before {
  top: -10px;
}
.l-header .btn span:after {
  bottom: -10px;
}
.l-header .btn.is-open span {
  background: transparent;
}
.l-header .btn.is-open span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header .btn.is-open span:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 89;
  background: rgba(0, 0, 0, 0.8);
}
.l-nav-wrap {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
}
.l-nav .menu {
  margin-bottom: 40px;
}
.l-nav .menu li {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.l-nav .menu li:last-child {
  margin-bottom: 0;
}
.l-nav .menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
.l-nav .menu li span {
  display: inline-block;
  background: url(../img/arrow_1-white-down.svg) no-repeat right center;
  background-size: 28px;
  padding-right: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-nav .dept {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.l-nav .dept li {
  width: calc(50% - 5px);
}
.l-nav .dept li a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding: 14px;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 6px;
}
.l-nav .dept li a.hi {
  background: #CF6BAD;
}
.l-nav .dept li a.ds {
  background: #7E5EC5;
}
.l-nav .dept li span {
  display: block;
  background: url(../img/arrow_1-white.svg) no-repeat center bottom;
  background-size: 23px;
  padding-bottom: 27px;
}

/* ----------------------------- LIFE×DATA LP */
.l-kv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.l-kv .l {
  width: calc(50% - 207px);
  padding-top: 25.4629vh;
  position: relative;
  z-index: 2;
}
.l-kv .box1 {
  width: calc(50% - 208px);
  padding-top: 30.0925vh;
  padding-bottom: 28.1481vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.l-kv .box1 .nav {
  width: 100%;
  max-width: 375px;
  margin-bottom: 50px;
}
.l-kv .box1 .nav li {
  margin-bottom: 20px;
}
.l-kv .box1 .nav li:last-child {
  margin-bottom: 0;
}
.l-kv .box1 .nav li.oc a {
  background-image: linear-gradient(white, white), linear-gradient(45deg, #10A3FF, #F961C4);
}
.l-kv .box1 .nav li.oc a:before {
  background-image: url(../img/kv_nav_icon1.svg);
}
.l-kv .box1 .nav li.exam a {
  background-image: linear-gradient(white, white), linear-gradient(45deg, #00B798, #EFFF0C);
}
.l-kv .box1 .nav li.exam a:before {
  background-image: url(../img/kv_nav_icon2.svg);
}
.l-kv .box1 .nav a {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
  background: #fff;
  padding: 18px 10px;
  border: 3px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: relative;
}
.l-kv .box1 .nav a:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-kv .slider {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-kv .slider .swiper-slide {
  width: auto;
}
.l-kv .slider.swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-lp {
  padding-top: 80px;
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 49;
}
.p-lp-content {
  padding: 40px 20px 60px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.3);
}
.p-lp-footer {
  background: #EBA3A3;
  color: #fff;
  text-align: center;
  padding: 60px 30px;
}
.p-lp-footer .sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  gap: 20px 30px;
}
.p-lp-footer .info {
  margin-bottom: 60px;
}
.p-lp-footer .info .logo {
  margin-bottom: 12px;
}
.p-lp-footer .info p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.48;
  font-weight: 500;
}
.p-lp-footer .info p a {
  color: #fff;
}
.p-lp-footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.48;
}
.p-lp__kv video {
  width: 100%;
  aspect-ratio: 9/16;
  vertical-align: top;
}
.p-lp__lead {
  background: linear-gradient(225deg, #FA9759 0%, #5EA6EE 100%);
  padding: 60px 20px;
}
.p-lp__lead .heading {
  margin-bottom: 40px;
}
.p-lp__lead .heading .h {
  margin-bottom: 40px;
}
.p-lp__lead .heading p {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
}
.p-lp__lead .content li {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.p-lp__lead .content li:last-child {
  margin-bottom: 0;
}
.p-lp__lead .content li:nth-child(2n) .img1 > img {
  margin-left: auto;
}
.p-lp__lead .content li:nth-child(2n) .img1-no {
  right: auto;
  left: 0;
}
.p-lp__lead .content li:nth-child(2n) .box1 {
  align-self: flex-start;
}
.p-lp__lead .content .img1 {
  display: flex;
  align-items: center;
  position: relative;
}
.p-lp__lead .content .img1-no {
  position: absolute;
  right: 0;
  z-index: 1;
}
.p-lp__lead .content .box1 {
  display: block;
  position: relative;
  margin-top: -15px;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  background: rgba(51, 51, 51, 0.6) url(../img/arrow_1.svg) no-repeat calc(100% - 20px) center;
  background-size: 28px;
  padding: 7px 58px 7px 20px;
  align-self: flex-end;
}
.p-lp__lead .content .box1 .hour {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.p-lp__lead .content .box1 .hour:before {
  display: block;
  content: "";
  border-top: 1px solid #fff;
  width: 22px;
  margin-right: 8px;
}
.p-lp__lead .content .box1 .t {
  font-weight: 700;
  line-height: 1.48;
}
.p-lp__compare {
  background: #EEE;
  padding: 32px 20px 80px;
  color: #000;
}
.p-lp__compare .heading {
  text-align: center;
  position: relative;
  margin-top: -3px;
}
.p-lp__compare .meter-h {
  text-align: center;
}
.p-lp__compare .meter-t {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-lp__compare .meter-img1 {
  margin-bottom: 30px;
}
.p-lp__compare .meter-needle {
  transform-origin: 150px 122px;
  transform: rotate(0deg);
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-lp__compare .meter-check .t {
  background: #fff;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.p-lp__compare .meter-check .t span {
  display: block;
  background: url(../img/arrow_2-down.svg) no-repeat center bottom;
  background-size: 11px auto;
  padding-bottom: 12px;
}
.p-lp__compare .meter-check .content {
  padding-bottom: 43px;
  margin-bottom: 20px;
  background: url(../img/arrow_3-down.svg) no-repeat center bottom;
  background-size: 22px auto;
}
.p-lp__compare .meter-check .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-lp__compare .meter-check .content li {
  width: calc(50% - 5px);
  display: flex;
}
.p-lp__compare .meter-check .content li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #333;
  background: #E3E3E3;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 9px 10px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
}
.p-lp__compare .meter-check .content li label::after {
  display: block;
  content: "";
  position: absolute;
  right: 9px;
  top: -10px;
  width: 22px;
  height: 22px;
  background: url(../img/icon_check.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-lp__compare .meter-check .content li label:has(input:checked) {
  background: #7E5EC5;
  color: #fff;
}
.p-lp__compare .meter-check .content li label:has(input:checked)::after {
  opacity: 1;
}
.p-lp__compare .meter-check .content li input[type="radio"] {
  display: none;
}
.p-lp__compare .dept {
  background: #fff;
  padding: 30px 20px;
}
.p-lp__compare .dept-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
.p-lp__compare .dept-heading .img1 {
  text-align: center;
  margin-bottom: 30px;
}
.p-lp__compare .dept-heading .h {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #7E5EC5;
  margin-bottom: 10px;
}
.p-lp__compare .dept-heading .t {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FF9655;
}
.p-lp__compare .dept-heading .rate {
  border-bottom: 2px dotted #FF9655;
  background: linear-gradient(to right, #7E5EC5, #D06CAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  line-height: 1.1;
}
.p-lp__compare .dept-heading .rate strong {
  font-size: 67px;
  font-size: 6.7rem;
}
.p-lp__compare .dept-heading .rate span {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
}
.p-lp__compare .dept-heading .l {
  color: #7E5EC5;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
}
.p-lp__compare .dept-block1 {
  margin-bottom: 30px;
}
.p-lp__compare .dept-block1:last-child {
  margin-bottom: 0;
}
.p-lp__compare .dept-block1 p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.p-lp__compare .dept-block1 p:last-child {
  margin-bottom: 0;
}
.p-lp__compare .dept-block1 .job {
  border: 1px solid #7E5EC5;
  padding: 20px 10px;
}
.p-lp__compare .dept-block1 .job-t {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #7E5EC5;
  font-weight: 700;
}
.p-lp__compare .dept-block1 .job p {
  line-height: 1.4;
}
.p-lp__compare .dept-block1 .table {
  margin-bottom: 27px;
  overflow: auto;
}
.p-lp__compare .dept-block1 .table table {
  width: 100%;
}
.p-lp__compare .dept-block1 .table table.w400 {
  width: 400px;
}
.p-lp__compare .dept-block1 .table thead th {
  color: #fff;
  height: 46px;
  text-align: center;
  font-weight: 700;
}
.p-lp__compare .dept-block1 .table thead th.orange {
  background: #FF9655;
  border-color: #FF9655;
}
.p-lp__compare .dept-block1 .table thead th.pink {
  background: #E66D99;
  border-color: #E66D99;
}
.p-lp__compare .dept-block1 .table thead th.blue {
  background: #4CA8FF;
  border-color: #4CA8FF;
}
.p-lp__compare .dept-block1 .table thead th.purple {
  background: #5165E6;
  border-color: #5165E6;
}
.p-lp__compare .dept-block1 .table thead th.green {
  background: #0A797D;
  border-color: #0A797D;
}
.p-lp__compare .dept-block1 .table th,
.p-lp__compare .dept-block1 .table td {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1;
  vertical-align: middle;
  padding: 6px;
  border: 1px solid;
}
.p-lp__compare .dept-block1 .table td strong {
  font-weight: 500;
}
.p-lp__compare .dept-block1 .table td.orange {
  border-color: #FF9655;
}
.p-lp__compare .dept-block1 .table td.pink {
  border-color: #E66D99;
}
.p-lp__compare .dept-block1 .table td.blue {
  border-color: #4CA8FF;
}
.p-lp__compare .dept-block1 .table td.blue strong {
  color: #4CA8FF;
}
.p-lp__compare .dept-block1 .table td.purple {
  border-color: #5165E6;
}
.p-lp__compare .dept-block1 .table td.green {
  border-color: #0A797D;
}
.p-lp__compare .dept-block1 .field dl {
  margin: 0;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.06);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 10px;
}
.p-lp__compare .dept-block1 .field dl:last-child {
  margin-bottom: 0;
}
.p-lp__compare .dept-block1 .field dt {
  margin-bottom: 6px;
  font-weight: 700;
}
.p-lp__compare .dept-block1 .field dt.pink {
  color: #EF439C;
}
.p-lp__compare .dept-block1 .field dt.blue {
  color: #2D4FD5;
}
.p-lp__compare .dept-block1 .field dt.purple {
  color: #5165E6;
}
.p-lp__compare .dept-block1 .field dt.orange {
  color: #DF572E;
}
.p-lp__compare .dept-block1 .field dt.red {
  color: #DE3639;
}
.p-lp__compare .dept-block1 .field dt.green {
  color: #0092AC;
}
.p-lp__compare .dept-block1 .list li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-lp__compare .dept-block1 .list li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #FF9655;
  border-radius: 100%;
  width: 9px;
  height: 9px;
}
.p-lp__compare .dept-block1 .btn1 {
  margin-top: 20px;
}
.p-lp__compare .dept-block1 .btn1 a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #FF9655;
  border-radius: 6px;
  padding: 8px 20px;
  font-weight: 700;
}
.p-lp__compare .dept-block1 .btn1 span {
  display: block;
  background: url(../img/arrow_2-white.svg) no-repeat right center;
  background-size: 9px auto;
}
.p-lp__compare .dept-block1 .btn2 a {
  display: block;
  border: 3px solid #CF6BAD;
  text-align: center;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  padding: 13px 17px;
  font-weight: 700;
}
.p-lp__compare .dept-block1 .btn2 a.ds {
  border-color: #7E5EC5;
}
.p-lp__compare .dept-block1 .btn2 a.ds span {
  background-image: url(../img/arrow_1-ds.svg);
}
.p-lp__compare .dept-block1 .btn2 span {
  display: block;
  background: url(../img/arrow_1-hi.svg) no-repeat right center;
  background-size: 23px;
  padding-right: 30px;
  padding-left: 30px;
}
.p-lp__compare .dept-block1 .facility {
  border: 1px solid #333;
  margin-bottom: 20px;
}
.p-lp__compare .dept-block1 .facility-img img {
  width: 100%;
}
.p-lp__compare .dept-block1 .facility-t {
  text-align: center;
  padding: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-lp__compare .dept-block1 .teacher {
  background: #FF9655;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.p-lp__compare .dept-block1 .teacher-img {
  margin-bottom: 10px;
}
.p-lp__compare .dept-block1 .teacher-img img {
  width: 100%;
}
.p-lp__compare .dept-block1 .teacher-img.type2 {
  display: flex;
  justify-content: space-between;
}
.p-lp__compare .dept-block1 .teacher-img.type2 .img {
  width: 41.666%;
}
.p-lp__compare .dept-block1 .teacher-img.type2 .name {
  width: 54.3650%;
}
.p-lp__compare .dept-block1 .teacher-img.type2 .name .t {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-lp__compare .dept-block1 .teacher-img.type2 .name p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.p-lp__compare .dept-block1 .teacher-box1 .t {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-lp__compare .dept-block1 .teacher-box1 p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.72;
  margin-bottom: 10px;
}
.p-lp__compare .dept-block1 .teacher-box1 p:last-child {
  margin-bottom: 0;
}
.p-lp__compare .dept-block1 .teacher-box1 p.name {
  font-weight: 700;
}
.p-lp__compare .dept-block1 .img1 {
  margin-bottom: 20px;
}
.p-lp__compare .dept-block1 .img1 img {
  width: 100%;
}
.p-lp__compare .dept-block1 .fw400 {
  font-weight: 400;
}
.p-lp__compare .dept-block1 .fw500 {
  font-weight: 500;
}
.p-lp__compare .dept-title {
  background: #F4FFD0;
  display: flex;
  align-items: center;
  padding: 5px 8px;
  margin-bottom: 20px;
}
.p-lp__compare .dept-title .no {
  color: #FF9655;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-right: 6px;
}
.p-lp__compare .dept-title .t {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-lp__compare .dept-title .t small {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-lp__compare .dept.hi .dept-block1 .table {
  position: relative;
  margin-right: -20px;
  padding-right: 20px;
}
.p-lp__compare .dept.hi .dept-block1 .table thead th {
  height: auto;
}
.p-lp__compare .dept.hi .dept-block1 .table td {
  text-align: center;
}
.p-lp__compare .dept.hi .dept-block1 .job {
  border-color: #CF6BAD;
}
.p-lp__link {
  margin-top: 60px;
  text-align: center;
}
.p-lp__link ul {
  max-width: 336px;
  margin-left: auto;
  margin-right: auto;
}
.p-lp__link li {
  margin-bottom: 20px;
}
.p-lp__link li:last-child {
  margin-bottom: 0;
}
.p-lp__link li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 16px 21px;
  color: #fff;
}
.p-lp__link li span {
  display: block;
  background: url(../img/arrow_1-white.svg) no-repeat right center;
  background-size: 23px;
  padding-right: 30px;
  padding-left: 30px;
}
.p-lp__link li.hi a {
  background: #CF6BAD;
}
.p-lp__link li.ds a {
  background: #7E5EC5;
}

.remodal-wrapper {
  background: rgba(0, 0, 0, 0.8);
}

.remodal {
  background: transparent;
  padding: 0;
  max-width: 327px;
  text-align: left;
  color: #fff;
}
.remodal .remodal-cancel {
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  background: url(../img/icon_close.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  width: 33px;
  height: 33px;
  min-width: initial;
}
.remodal .no {
  margin-bottom: 23px;
}
.remodal .hour {
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}
.remodal .t {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
.remodal .img1 {
  margin-bottom: 20px;
}
.remodal .l {
  line-height: 1.6;
  margin-bottom: 20px;
}
.remodal .flow p {
  margin-bottom: 40px;
  position: relative;
  font-weight: 700;
  border-radius: 6px;
  background: #EDFFB4;
  padding: 5px;
  text-align: center;
  color: #333;
}
.remodal .flow p::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/arrow_2-white-down.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 12px;
  left: 0;
  right: 0;
  bottom: -32px;
  margin-left: auto;
  margin-right: auto;
}
.remodal .flow p.result {
  border: 3px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(white, white), linear-gradient(45deg, #4CA8FF, #FF9655);
  padding: 2px;
}
.remodal .flow p.result::after {
  display: none;
}

/* ----------------------------- タブレット */
/* ----------------------------- スマホ */
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #container {
    padding-bottom: 0;
  }

  .l-header .h {
    padding: 20px;
  }
  .l-header .h img {
    width: 155px;
  }
  .l-header .btn {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .l-kv {
    position: static;
    padding-top: 66px;
  }
  .l-kv .l {
    width: auto;
    padding: 20px 60px 40px;
  }
  .l-kv .box1 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 79;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-kv .box1 .nav {
    max-width: initial;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .l-kv .box1 .nav li {
    margin-bottom: 0;
    width: calc(50% - 5px);
  }
  .l-kv .box1 .nav li a {
    line-height: 1.1;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-kv .slider {
    position: fixed;
  }
  .l-kv .slider .swiper-slide img {
    width: auto;
    height: 80vh;
    margin-top: 10vh;
  }

  .p-lp {
    padding-top: 0;
  }
  .p-lp-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .p-lp-footer {
    padding-bottom: 120px;
  }
  .p-lp__kv2 {
    padding: 80px 20px 40px;
  }
}
