@charset "UTF-8";
/*---------------------------------------------
  Default
---------------------------------------------*/
/* ルートフォントサイズ設定 ---------- */
/* PC用設定 */
html {
  font-size: 100px;
}

/* タブレット用設定 ※対応が必要な場合のみ有効化 */
/* max-widthはPCデザインに応じて適宜変更する */
/* SP用設定 */
@media screen and (max-width: 767px) {
  html {
    /* SP基準サイズ390px */
  }
}
.img_switch {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

/*---------------------------------------------
  Reset
---------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
}

address,
em {
  font-style: normal;
}

li {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: 400;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  border-radius: 0;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=submit],
input[type=reset],
button,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=image],
button {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input[type=submit]:hover,
input[type=image]:hover,
button:hover {
  opacity: 0.7;
}

@font-face {
  font-family: "NotoSans";
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSans";
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSans";
  font-weight: 600;
  src: url("../font/NotoSansJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSans";
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SofiaSans_Italic_ExtraLight";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url("../font/SofiaSansCondensed-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "SofiaSans_SemiBold";
  font-weight: 600;
  src: url("../font/SofiaSansCondensed-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "SofiaSans_Regular";
  font-weight: 400;
  src: url("../font/SofiaSans-Regular.woff2") format("woff2");
}
body {
  font-size: 0.14rem;
  font-family: "NotoSans", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  body.fixed {
    height: 100%;
    overflow: hidden;
  }
}

.l-wrapper {
  width: 100%;
  position: relative;
}

a {
  color: #000;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-header {
  padding: 0 0.7rem;
  height: 1.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
}
.l-header .logo {
  width: 1.49rem;
}
.l-header .logo img {
  width: 100%;
}
.l-header .fixed {
  position: fixed;
  top: 0.3rem;
  right: 0.44rem;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.1rem;
}
.l-header .btn a {
  width: 2rem;
  line-height: 0.58rem;
  text-align: center;
  font-size: 0.15rem;
  border-radius: 1rem;
  display: block;
}
.l-header .btn02 a {
  background-color: #fff;
  -webkit-box-shadow: 0 0.06rem 0.15rem rgba(43, 132, 150, 0.08);
          box-shadow: 0 0.06rem 0.15rem rgba(43, 132, 150, 0.08);
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 0.24rem;
    height: 0.8rem;
  }
  .l-header .logo {
    width: 1.1rem;
  }
}

.l-footer {
  padding: 0.5rem 0 0.57rem;
  background-color: #fff;
}
.l-footer .l-container {
  max-width: 12.4rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer .l-footer__logo_area {
  width: 4.95rem;
  margin-left: -0.42rem;
  position: relative;
}
.l-footer .l-footer__logo {
  width: 1.22rem;
}
.l-footer .l-footer__img {
  width: 2.73rem;
  position: absolute;
  bottom: -0.57rem;
  right: 0.57rem;
}
.l-footer .l-footer__summary {
  width: calc(100% - 4.95rem);
  padding-top: 0.2rem;
}
.l-footer .l-footer__summary__tit {
  font-size: 0.29rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.l-footer .l-footer__summary__txt {
  margin-top: 0.26rem;
  font-size: 0.16rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.l-footer .l-footer__summary__inner {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .btn a {
  width: 3.55rem;
  line-height: 0.835rem;
  padding-left: 0.84rem;
  font-size: 0.2rem;
  font-weight: 600;
  display: block;
}
.l-footer .btn a span {
  position: relative;
}
.l-footer .btn a span::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: calc(50% - 0.15rem);
  left: -0.53rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/footer_btn_icon.svg);
}
.l-footer .l-footer__summary__inner__tel {
  width: 3.5rem;
}
.l-footer .footer__summary__inner__tel__txt {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.l-footer .footer__summary__inner__tel__num {
  margin-top: 0.05rem;
  display: block;
  font-size: 0.42rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: "SofiaSans_SemiBold";
}
.l-footer .footer__summary__inner__tel__notes {
  font-size: 0.15rem;
}
@media screen and (max-width: 1370px) {
  .l-footer .l-footer__logo_area {
    margin-left: 0;
  }
}
@media screen and (max-width: 1290px) {
  .l-footer .l-container {
    display: block;
  }
  .l-footer .l-footer__logo_area {
    width: 4.95rem;
    margin: 0 auto 1rem;
  }
  .l-footer .l-footer__img {
    width: 2rem;
    position: absolute;
    bottom: -0.57rem;
    right: 0.57rem;
  }
  .l-footer .l-footer__summary {
    width: 7.1rem;
    margin: 0 auto;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0.65rem 0.24rem 0.57rem;
  }
  .l-footer .l-footer__logo_area {
    width: 3.04rem;
    margin: 0 auto 0.74rem;
  }
  .l-footer .l-footer__img {
    width: 1.4rem;
    bottom: -0.52rem;
    right: 0.12rem;
  }
  .l-footer .l-footer__summary__tit {
    font-size: 0.22rem;
    letter-spacing: 0;
    line-height: 1.45;
  }
  .l-footer .l-footer__summary__txt {
    margin-top: 0.14rem;
    line-height: 1.75;
  }
  .l-footer .l-footer__summary__inner {
    margin-top: 0.45rem;
    display: block;
  }
  .l-footer .l-footer__summary {
    width: 3.27rem;
    padding-top: 0.2rem;
  }
  .l-footer .btn a {
    width: 100%;
    line-height: 0.835rem;
    padding-left: 0.84rem;
    font-size: 0.2rem;
    font-weight: 600;
    display: block;
  }
  .l-footer .btn a span {
    position: relative;
  }
  .l-footer .btn a span::before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: calc(50% - 0.15rem);
    left: -0.53rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/cmn/footer_btn_icon.svg);
  }
  .l-footer .l-footer__summary__inner__tel {
    margin-top: 0.52rem;
  }
  .l-footer .footer__summary__inner__tel__num {
    margin-top: 0.1rem;
  }
  .l-footer .footer__summary__inner__tel__notes {
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.l-form {
  padding: 1.55rem 0 2.4rem;
  background-color: #eef5f7;
  overflow: hidden;
}
.l-form .c-tit01 .c-tit01__ja {
  margin-top: 0.35rem;
  font-size: 0.35rem;
}
.l-form .l-form__flow {
  margin-top: 0.85rem;
  text-align: center;
}
.l-form .l-form__flow img {
  width: 5.45rem;
}
.l-form .error_txt {
  margin-top: 0.68rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 500;
  display: none;
}
.l-form .error_txt .strong {
  color: #bc5060;
}
.l-form .l-container {
  max-width: 11.48rem;
  margin: 0 auto;
  padding: 0 0.24rem;
}
.l-form .l-form__lists {
  margin-top: 1.33rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-form .l-form__lists dt:not(:last-of-type),
.l-form .l-form__lists dd:not(:last-of-type) {
  margin-bottom: 0.35rem;
}
.l-form .l-form__lists dt {
  width: 3.6rem;
  padding-top: 0.15rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.l-form .l-form__lists dt .req {
  width: 0.6rem;
  line-height: 0.2rem;
  margin-left: 0.15rem;
  display: inline-block;
  text-align: center;
  font-size: 0.12rem;
  font-weight: 700;
  color: #fff;
  background-color: #bc5060;
}
.l-form .l-form__lists dd {
  width: calc(100% - 3.6rem);
}
.l-form .l-form__lists dd.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.2rem;
}
.l-form .l-form__lists dd .error {
  margin-top: 0.08rem;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #bc5060;
}
.l-form .l-form__lists input,
.l-form .l-form__lists textarea {
  font-size: 0.16rem;
  border: 1px solid #d5d5d5;
  background-color: #fff;
}
.l-form .l-form__lists input::-webkit-input-placeholder, .l-form .l-form__lists textarea::-webkit-input-placeholder {
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  color: #c6c6c6;
}
.l-form .l-form__lists input::-moz-placeholder, .l-form .l-form__lists textarea::-moz-placeholder {
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  color: #c6c6c6;
}
.l-form .l-form__lists input:-ms-input-placeholder, .l-form .l-form__lists textarea:-ms-input-placeholder {
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  color: #c6c6c6;
}
.l-form .l-form__lists input::-ms-input-placeholder, .l-form .l-form__lists textarea::-ms-input-placeholder {
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  color: #c6c6c6;
}
.l-form .l-form__lists input::placeholder,
.l-form .l-form__lists textarea::placeholder {
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  color: #c6c6c6;
}
.l-form .l-form__lists textarea {
  margin-top: 0.13rem;
  padding: 0.12rem 0.2rem;
  height: 0.9rem;
  min-height: 0.9rem;
  margin-left: 0.65rem;
  width: calc(100% - 0.65rem);
}
.l-form .l-form__lists input {
  width: 100%;
  height: 0.56rem;
  padding: 0 0.2rem;
}
.l-form .l-form__lists input.is-error {
  border: 1px solid #bc5060;
}
.l-form .l-form__lists .name_wrap {
  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;
  font-size: 0.18rem;
  font-weight: 700;
}
.l-form .l-form__lists .name_wrap .name_wrap_txt {
  width: 0.5rem;
  padding-left: 0.12rem;
  display: block;
}
.l-form .l-form__lists .name_wrap input {
  width: calc(100% - 0.5rem);
}
.l-form .l-form__lists .name_wrap .error {
  margin-left: 0.5rem;
}
.l-form .l-form__lists input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  outline: none;
  margin-right: 0.1rem;
  position: relative;
  padding: 0;
  background-color: #fff;
}
.l-form .l-form__lists input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: linear-gradient(100deg, #2b8496, #82d6e6);
}
.l-form .l-form__lists label {
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-form .submit {
  width: 2.87rem;
  margin: 0.85rem auto 0;
  position: relative;
}
.l-form .submit input {
  width: 100%;
  line-height: 0.715rem;
  padding-left: 0.65rem;
  font-size: 0.2rem;
  font-weight: 600;
  text-align: left;
  color: #fff;
  background-color: #2b8496;
  border: 1px solid transparent;
}
.l-form .submit::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: calc(50% - 0.08rem);
  right: 0.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/submit_icon.svg);
}
.l-form .submit.disable input {
  background-color: #aaa;
  pointer-events: none;
}
.l-form .policy {
  margin: 0.35rem 0 0 1.4rem;
  text-align: center;
  font-size: 0.17rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.l-form .policy a {
  color: #2b8496;
  text-decoration: underline;
}
.l-form .policy.check-box {
  cursor: pointer;
}
.l-form .policy.check-box input {
  display: none;
}
.l-form .policy.check-box input + .text:before {
  content: "";
  width: 0.32rem;
  height: 0.32rem;
  margin: 0 0.1rem 0 0;
  display: inline-block;
  position: relative;
  top: 0.09rem;
  border: 1px solid #d5d5d5;
  border-radius: 0.05rem;
}
.l-form .policy.check-box.is-checked input + .text:before {
  border: none;
  background-size: 100% 100%;
  background-image: none, url("../img/cmn/check.svg");
}
.l-form .confirm_txt {
  margin-top: 0.68rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 500;
}
.l-form .mw_wp_form_confirm {
  max-width: 8rem;
  padding: 0 0.5rem;
  margin: 0 auto;
}
.l-form .mw_wp_form_confirm .l-form__lists {
  margin-top: 0.9rem;
}
.l-form .mw_wp_form_confirm .l-form__lists dt:not(:last-of-type),
.l-form .mw_wp_form_confirm .l-form__lists dd:not(:last-of-type) {
  margin-bottom: 0.6rem;
}
.l-form .mw_wp_form_confirm .l-form__lists dt {
  width: 4rem;
  padding-top: 0;
}
.l-form .mw_wp_form_confirm .l-form__lists dd {
  width: calc(100% - 4rem);
  font-size: 0.16rem;
  font-weight: 400;
}
.l-form .mw_wp_form_confirm .l-form__lists .name_wrap {
  font-size: 0.16rem;
  font-weight: 400;
}
.l-form .mw_wp_form_confirm .btn_wrap {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
}
.l-form .mw_wp_form_confirm .submit {
  margin: 0;
}
.l-form .mw_wp_form_confirm .submit input {
  padding-left: 0.32rem;
}
.l-form .mw_wp_form_confirm .back {
  width: 2.87rem;
  margin: 0;
  position: relative;
}
.l-form .mw_wp_form_confirm .back input {
  width: 100%;
  line-height: 0.715rem;
  font-size: 0.2rem;
  font-weight: 600;
  text-align: center;
  color: #2b8496;
  background-color: #eef5f7;
  border: 1px solid #2b8496;
}
@media screen and (max-width: 767px) {
  .l-form {
    padding: 0.9rem 0 1.5rem;
  }
  .l-form .c-tit01 .c-tit01__ja {
    margin-top: 0.2rem;
    font-size: 0.22rem;
  }
  .l-form .l-form__flow {
    margin-top: 0.48rem;
  }
  .l-form .l-form__flow img {
    width: 100%;
  }
  .l-form .error_txt {
    margin-top: 0.68rem;
    font-size: 0.16rem;
    line-height: 1.45;
  }
  .l-form .l-form__lists {
    margin-top: 0.68rem;
    display: block;
  }
  .l-form .l-form__lists dt:not(:last-of-type),
  .l-form .l-form__lists dd:not(:last-of-type) {
    margin-bottom: 0;
  }
  .l-form .l-form__lists dt {
    width: 100%;
    margin-bottom: 0.25rem !important;
    padding-top: 0;
    font-size: 0.16rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .l-form .l-form__lists dt .req {
    margin-left: 0.15rem;
  }
  .l-form .l-form__lists dd {
    width: 100%;
  }
  .l-form .l-form__lists dd.col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.1rem 0;
  }
  .l-form .l-form__lists dd:not(:last-of-type) {
    margin-bottom: 0.35rem;
  }
  .l-form .l-form__lists textarea {
    margin-top: 0.17rem;
    padding: 0.12rem 0.2rem;
    height: 1.15rem;
    min-height: 1.15rem;
    margin-left: 0.24rem;
    width: calc(100% - 0.24rem);
  }
  .l-form .l-form__lists input {
    height: 0.48rem;
    padding: 0 0.13rem;
  }
  .l-form .l-form__lists .name_wrap {
    font-size: 0.16rem;
  }
  .l-form .l-form__lists .name_wrap .name_wrap_txt {
    width: 0.45rem;
    padding-left: 0rem;
  }
  .l-form .l-form__lists .name_wrap input {
    width: calc(100% - 0.45rem);
  }
  .l-form .l-form__lists .name_wrap .error {
    margin-left: 0.45rem;
  }
  .l-form .l-form__lists .mwform-radio-field:not(:last-of-type) {
    margin-bottom: 0.13rem;
  }
  .l-form .l-form__lists input[type=radio] {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
    margin-left: -1px;
  }
  .l-form .l-form__lists input[type=radio]:checked::before {
    width: 0.12rem;
    height: 0.12rem;
  }
  .l-form .submit {
    width: 3.1rem;
    margin: 0.5rem auto 0;
  }
  .l-form .submit input {
    width: 100%;
    line-height: 0.8rem;
    padding-left: 0.4rem;
    text-align: left;
  }
  .l-form .policy {
    margin: 0.45rem 0 0 0;
    text-align: left;
    font-size: 0.16rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 1.75;
  }
  .l-form .policy .text {
    padding-left: 0.34rem;
    display: block;
    position: relative;
  }
  .l-form .policy .check-box input + .text:before {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.1rem 0 0;
    top: 0.05rem;
    left: 0;
    position: absolute;
    display: inline-block;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 0.05rem;
  }
  .l-form .confirm_txt {
    margin-top: 0.68rem;
    font-size: 0.16rem;
  }
  .l-form .mw_wp_form_confirm {
    padding: 0;
  }
  .l-form .mw_wp_form_confirm .l-form__lists {
    margin-top: 0.9rem;
  }
  .l-form .mw_wp_form_confirm .l-form__lists dt:not(:last-of-type),
  .l-form .mw_wp_form_confirm .l-form__lists dd:not(:last-of-type) {
    margin-bottom: 0.35rem;
  }
  .l-form .mw_wp_form_confirm .l-form__lists dt {
    width: 100%;
    padding-top: 0;
  }
  .l-form .mw_wp_form_confirm .l-form__lists dd {
    width: 100%;
  }
  .l-form .mw_wp_form_confirm .btn_wrap {
    margin-top: 0.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-form .mw_wp_form_confirm .back {
    width: 3.1rem;
  }
  .l-form .mw_wp_form_confirm .back input {
    line-height: 0.8rem;
  }
}

.l-form .btn_wrap__confirm {
  display: none;
}

.l-form__confirm .btn_wrap__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-form__confirm .policy {
  display: none;
}
.l-form__confirm .disable {
  display: none;
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.btn-grad-anim a {
  background: -webkit-gradient(linear, left top, right top, from(#2b8496), to(#82d6e6));
  background: linear-gradient(to right, #2b8496, #82d6e6);
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
.btn-grad-anim a span {
  position: relative;
}
.btn-grad-anim a::before {
  background: -webkit-gradient(linear, left top, right top, from(#82d6e6), to(#2b8496));
  background: linear-gradient(to right, #82d6e6, #2b8496);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
}
.btn-grad-anim a:hover {
  opacity: 1;
}
.btn-grad-anim a:hover::before {
  opacity: 0;
}

.c-tit01 {
  text-align: center;
}
.c-tit01 .c-tit01__en {
  display: inline-block;
  font-size: 0.28rem;
  font-family: "SofiaSans_Italic_ExtraLight";
  color: #2b8496;
  position: relative;
  font-style: italic;
}
.c-tit01 .c-tit01__en::before, .c-tit01 .c-tit01__en::after {
  content: "";
  width: 0.4rem;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #2b8496;
}
.c-tit01 .c-tit01__en::before {
  left: -0.55rem;
}
.c-tit01 .c-tit01__en::after {
  right: -0.55rem;
}
.c-tit01 .c-tit01__ja {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-tit01 .c-tit01__en {
    font-size: 0.22rem;
  }
  .c-tit01 .c-tit01__en::before {
    left: -0.55rem;
  }
  .c-tit01 .c-tit01__en::after {
    right: -0.55rem;
  }
  .c-tit01 .c-tit01__ja {
    margin-top: 0.2rem;
    font-size: 0.22rem;
    letter-spacing: 0.04em;
    line-height: 1.72;
  }
}

/* TOP
--------------------------------------------------------------*/
.p-home .l-mv {
  margin-top: -1.18rem;
  padding: 1.18rem 0 1.84rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top/mv_bg.webp);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-home .l-mv::before {
  content: "";
  width: 25.47rem;
  height: 7.04rem;
  position: absolute;
  z-index: 1;
  bottom: -5.62rem;
  left: calc(50% - 12.735rem);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/top/about_bg_deco.webp);
}
.p-home .l-mv .l-container {
  max-width: 12.7rem;
  margin: 0 auto;
  padding: 0 0.4rem;
}
.p-home .l-mv .l-mv__wrap {
  width: 6.68rem;
  margin-left: auto;
}
.p-home .l-mv .l-mv__tit02 {
  margin-top: 0.33rem;
}
.p-home .l-mv .l-mv__tit03 {
  margin-top: 0.38rem;
}
.p-home .l-mv .l-mv__txt {
  width: 4.72rem;
  margin: 0.88rem -1.52rem 0 auto;
}
.p-home .l-mv .l-mv__img {
  width: 15.53rem;
  position: absolute;
  top: 1.3rem;
  left: calc(50% - 8.5rem);
}
.p-home .l-mv .l-mv__img__desc {
  width: auto;
  height: 0.57rem;
  position: absolute;
}
.p-home .l-mv .l-mv__img__desc.desc01 {
  top: 3.38rem;
  right: 5.2rem;
}
.p-home .l-mv .l-mv__img__desc.desc02 {
  top: 5.8rem;
  right: 4.46rem;
}
@media screen and (max-width: 1530px) {
  .p-home .l-mv .l-mv__txt {
    margin: 0.88rem 0 0 auto;
  }
  .p-home .l-mv .l-mv__img {
    left: calc(50% - 10rem);
  }
}
@media screen and (max-width: 1280px) {
  .p-home .l-mv .l-mv__txt {
    width: 41%;
  }
}
@media screen and (max-width: 1140px) {
  .p-home .l-mv .l-mv__wrap {
    width: 69%;
  }
  .p-home .l-mv .l-mv__tit01 {
    width: 80%;
    margin-top: 4%;
  }
  .p-home .l-mv .l-mv__tit02 {
    width: 92%;
    margin-top: 4%;
  }
  .p-home .l-mv .l-mv__tit03 {
    width: 91%;
    margin-top: 4%;
  }
  .p-home .l-mv .l-mv__img {
    width: 100%;
    left: -20%;
    top: 2rem;
  }
  .p-home .l-mv .l-mv__img__desc {
    height: 100%;
  }
  .p-home .l-mv .l-mv__img__desc.desc01 {
    width: 22vw;
    top: 25%;
    right: 32%;
  }
  .p-home .l-mv .l-mv__img__desc.desc02 {
    width: 22vw;
    top: 39%;
    right: 24%;
  }
}
@media screen and (max-width: 767px) {
  .p-home .l-mv {
    margin-top: -0.8rem;
    padding: 0.77rem 0 1.2rem;
    background-image: none;
    background-color: #d6edf3;
  }
  .p-home .l-mv::before {
    width: 12.44rem;
    height: 5.26rem;
    bottom: -4.66rem;
    left: calc(50% - 6.22rem);
    background-image: url(../img/top/about_bg_deco_sp.webp);
  }
  .p-home .l-mv .l-container {
    padding: 0 0.24rem;
  }
  .p-home .l-mv .l-mv__wrap {
    width: 100%;
    margin-left: auto;
  }
  .p-home .l-mv .l-mv__tit01 {
    width: 100%;
    margin-top: 5%;
  }
  .p-home .l-mv .l-mv__tit02 {
    width: 92%;
    margin-top: 4%;
  }
  .p-home .l-mv .l-mv__tit03 {
    width: 91%;
    margin-top: -10%;
  }
  .p-home .l-mv .l-mv__img {
    width: 180%;
    left: -39%;
    top: 28%;
  }
  .p-home .l-mv .l-mv__img__wrap {
    position: relative;
  }
  .p-home .l-mv .l-mv__img__wrap::before {
    content: "";
    width: 100%;
    height: 4rem;
    position: absolute;
    bottom: 8%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(80%, #d6edf3));
    background: linear-gradient(to bottom, transparent 50%, #d6edf3 80%);
  }
  .p-home .l-mv .l-mv__img__desc {
    height: 100%;
  }
  .p-home .l-mv .l-mv__img__desc.desc01 {
    width: 46vw;
    top: 10.4%;
    right: 25.4%;
  }
  .p-home .l-mv .l-mv__img__desc.desc02 {
    width: 61vw;
    top: 60%;
    right: 25.3%;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  .p-home .l-mv .l-mv__txt {
    width: 100%;
    margin-top: 159%;
    position: relative;
    z-index: 1;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
.p-home .l-about {
  padding: 0.32rem 0 1.2rem;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
}
.p-home .l-about::after {
  content: "";
  width: 100%;
  height: 7.93rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(201, 231, 235, 0.77)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(201, 231, 235, 0.77));
}
.p-home .l-about .l-about__txt__wrap {
  padding: 0 0.2rem;
}
.p-home .l-about .l-about__tit {
  text-align: center;
}
.p-home .l-about .l-about__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.7rem auto 0;
  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;
}
.p-home .l-about .l-about__wrap__cat__wrap {
  width: 1.3rem;
}
.p-home .l-about .l-about__wrap__cat {
  display: block;
  width: 1.02rem;
  line-height: 1.02rem;
  text-align: center;
  border-radius: 50%;
  font-size: 0.23rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(45deg, #2b8496, #82d6e6);
}
.p-home .l-about .l-about__wrap__txt {
  width: calc(100% - 1.3rem);
  font-size: 0.33rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: left;
  line-height: 1.45;
}
.p-home .l-about .l-about__desc {
  margin-top: 0.35rem;
  font-size: 0.18rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-home .l-about .l-about__img {
  width: 59.4%;
  margin: 0.84rem 0 0 -1rem;
  position: relative;
}
.p-home .l-about .l-about__img__desc {
  position: absolute;
}
.p-home .l-about .l-about__img__desc img {
  width: 100%;
}
.p-home .l-about .l-about__img__desc.desc01 {
  width: 29vw;
  top: 3%;
  left: 47%;
}
.p-home .l-about .l-about__img__desc.desc02 {
  width: 30vw;
  bottom: 29%;
  right: -38.3%;
}
.p-home .l-about .slider-wrapper {
  margin-top: 1.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-home .l-about .slider {
  -webkit-animation: scroll-left 90s infinite linear 0.5s both;
          animation: scroll-left 90s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home .l-about .slide {
  width: 19.33rem;
  height: 1.13rem;
}
.p-home .l-about .slide img {
  display: block;
}
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .p-home .l-about {
    padding: 0.32rem 0 37%;
  }
  .p-home .l-about::before, .p-home .l-about::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .p-home .l-about::before {
    width: 25.47rem;
    height: 7.04rem;
    top: -1.4rem;
    left: calc(50% - 12.735rem);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/top/about_bg_deco.webp);
  }
  .p-home .l-about::after {
    width: 100%;
    height: 7.93rem;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(201, 231, 235, 0.77)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(201, 231, 235, 0.77));
  }
  .p-home .l-about .l-about__txt__wrap {
    padding: 0 0.2rem;
  }
  .p-home .l-about .l-about__wrap {
    margin: 0.42rem auto 0;
  }
  .p-home .l-about .l-about__wrap__cat__wrap {
    width: 0.85rem;
  }
  .p-home .l-about .l-about__wrap__cat {
    width: 0.71rem;
    line-height: 0.71rem;
    font-size: 0.15rem;
  }
  .p-home .l-about .l-about__wrap__txt {
    width: calc(100% - 0.85rem);
    font-size: 0.2rem;
  }
  .p-home .l-about .l-about__desc {
    text-align: left;
    margin-top: 0.27rem;
    font-size: 0.16rem;
  }
  .p-home .l-about .l-about__img {
    width: 133.4%;
    margin: 0.69rem 0 0 -49%;
    position: relative;
  }
  .p-home .l-about .l-about__img__desc {
    position: absolute;
  }
  .p-home .l-about .l-about__img__desc img {
    width: 100%;
  }
  .p-home .l-about .l-about__img__desc.desc01 {
    width: 59.7vw;
    top: -2%;
    left: 49%;
  }
  .p-home .l-about .l-about__img__desc.desc02 {
    width: 53vw;
    bottom: -36%;
    right: -5.2%;
  }
  .p-home .l-about .slider-wrapper {
    margin-top: 0.55rem;
  }
  .p-home .l-about .slide {
    width: 9.389rem;
    height: 0.5782rem;
  }
}
.p-home .l-theme {
  padding: 0.88rem 0 0.75rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top/theme_bg.webp);
  clip-path: polygon(0 0, 100% 0, 100% 6.8rem, 50% 100%, 0 6.8rem);
}
.p-home .l-theme .l-theme__tit {
  text-align: center;
  font-size: 0.39rem;
  font-weight: 500;
  color: #fff;
}
.p-home .l-theme .l-theme__tit .l-theme__tit__fs01 {
  font-size: 0.34rem;
}
.p-home .l-theme .l-theme__tit .l-theme__tit__fs02 {
  font-size: 0.3rem;
}
.p-home .l-theme .l-theme__tit br {
  display: none;
}
.p-home .l-theme .l-theme__lists {
  max-width: 10.4rem;
  padding: 0 0.2rem;
  height: 5.64rem;
  margin: 0 auto;
  position: relative;
}
.p-home .l-theme .l-theme__lists li {
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-home .l-theme .l-theme__lists li::before, .p-home .l-theme .l-theme__lists li::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
}
.p-home .l-theme .l-theme__lists li .l-theme__lists__txt {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.18rem;
  letter-spacing: 0.08em;
  line-height: 1.55;
}
.p-home .l-theme .l-theme__lists li .l-theme__lists__txt::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
}
.p-home .l-theme .l-theme__lists li .l-theme__lists__txt .strong {
  display: contents;
  color: #2b8496;
}
.p-home .l-theme .l-theme__lists li.show {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt01 {
  width: 2.28rem;
  height: 2.28rem;
  top: 0.7rem;
  left: 1.74rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt01::before {
  top: -0.12rem;
  left: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt01::after {
  top: 0;
  right: -0.13rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt01 .l-theme__lists__txt::before {
  top: 0.08rem;
  left: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt02 {
  width: 2.14rem;
  height: 2.14rem;
  top: 0.9rem;
  right: 3.21rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt02::before {
  top: -0.06rem;
  left: -0.06rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt02::after {
  top: -0.06rem;
  right: -0.06rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt02 .l-theme__lists__txt::before {
  top: 0.06rem;
  left: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt03 {
  width: 1.95rem;
  height: 1.95rem;
  bottom: 1.07rem;
  left: 0.1rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt03::before {
  top: -0.08rem;
  left: -0.08rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt03::after {
  top: -0.08rem;
  right: -0.08rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt03 .l-theme__lists__txt::before {
  top: 0.08rem;
  left: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt04 {
  width: 2.42rem;
  height: 2.42rem;
  bottom: 0.2rem;
  left: 3.28rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt04::before {
  top: -0.08rem;
  left: -0.08rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt04::after {
  top: -0.08rem;
  right: -0.08rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt04 .l-theme__lists__txt::before {
  top: 0.08rem;
  left: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt05 {
  width: 2.05rem;
  height: 2.05rem;
  bottom: 0.45rem;
  right: 1.92rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt05::before {
  top: 0.02rem;
  right: -0.08rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt05::after {
  top: -0.12rem;
  right: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt05 .l-theme__lists__txt::before {
  top: 0.06rem;
  left: -0.06rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt06 {
  width: 1.8rem;
  height: 1.8rem;
  bottom: 2.2rem;
  right: 0.3rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt06::before {
  top: 0.03rem;
  left: -0.05rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt06::after {
  top: 0;
  right: -0.07rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt06 .l-theme__lists__txt::before {
  top: -0.13rem;
  left: 0.03rem;
}
@media screen and (max-width: 1000px) {
  .p-home .l-theme {
    padding: 0.68rem 0 0.93rem;
    clip-path: polygon(0 0, 100% 0, 100% 9.2rem, 50% 100%, 0 9.2rem);
  }
  .p-home .l-theme .l-theme__tit {
    font-size: 0.29rem;
    line-height: 1.4;
  }
  .p-home .l-theme .l-theme__tit .l-theme__tit__fs01 {
    font-size: 0.25rem;
  }
  .p-home .l-theme .l-theme__tit .l-theme__tit__fs02 {
    font-size: 0.22rem;
  }
  .p-home .l-theme .l-theme__tit br {
    display: block;
  }
  .p-home .l-theme .l-theme__lists {
    width: 3.75rem;
    padding: 0 0.2rem;
    height: 7.87rem;
  }
  .p-home .l-theme .l-theme__lists li::before, .p-home .l-theme .l-theme__lists li::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #fff;
  }
  .p-home .l-theme .l-theme__lists li .l-theme__lists__txt {
    font-size: 0.15rem;
    line-height: 1.55;
  }
  .p-home .l-theme .l-theme__lists li .l-theme__lists__txt::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #fff;
  }
  .p-home .l-theme .l-theme__lists li .l-theme__lists__txt .strong {
    display: contents;
    color: #2b8496;
  }
  .p-home .l-theme .l-theme__lists li.show {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt01 {
    width: 2rem;
    height: 2rem;
    top: 0.42rem;
    left: 1.86rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt01::before {
    top: -0.12rem;
    left: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt01::after {
    top: 0;
    right: -0.13rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt01 .l-theme__lists__txt::before {
    top: 0.08rem;
    left: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt02 {
    width: 1.85rem;
    height: 1.85rem;
    top: 4.3rem;
    right: 2.1rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt02::before {
    top: -0.06rem;
    left: -0.06rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt02::after {
    top: -0.06rem;
    right: -0.06rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt02 .l-theme__lists__txt::before {
    top: 0.06rem;
    left: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt03 {
    width: 1.72rem;
    height: 1.72rem;
    bottom: 5.04rem;
    left: -0.02rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt03::before {
    top: -0.08rem;
    left: -0.08rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt03::after {
    top: -0.08rem;
    right: -0.08rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt03 .l-theme__lists__txt::before {
    top: 0.08rem;
    left: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt04 {
    width: 2.12rem;
    height: 2.12rem;
    bottom: 3.1rem;
    left: 1.43rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt04::before {
    top: -0.08rem;
    left: -0.08rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt04::after {
    top: -0.08rem;
    right: -0.08rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt04 .l-theme__lists__txt::before {
    top: 0.08rem;
    left: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt05 {
    width: 1.85rem;
    height: 1.85rem;
    bottom: -0.26rem;
    right: 1.2rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt05::before {
    top: 0.02rem;
    right: -0.08rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt05::after {
    top: -0.12rem;
    right: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt05 .l-theme__lists__txt::before {
    top: 0.06rem;
    left: -0.06rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt06 {
    width: 1.55rem;
    height: 1.55rem;
    bottom: 1.3rem;
    right: -0.1rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt06::before {
    top: 0.03rem;
    left: -0.05rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt06::after {
    top: 0;
    right: -0.07rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt06 .l-theme__lists__txt::before {
    top: -0.13rem;
    left: 0.03rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home .l-theme {
    clip-path: polygon(0 0, 100% 0, 100% 10.1rem, 50% 100%, 0 10.1rem);
    background-image: url(../img/top/theme_bg_sp.webp);
  }
}
.p-home .l-feature {
  margin-top: -1.1rem;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.p-home .l-feature::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url(../img/top/feature_bg.webp);
}
.p-home .l-feature .l-container {
  max-width: 14.4rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.p-home .l-feature .l-feature__tit__wrap {
  overflow: hidden;
}
.p-home .l-feature .l-feature__tit__wrap__inner {
  padding: 3.03rem 0 0;
  max-width: 14.4rem;
  margin: 0 auto;
  position: relative;
}
.p-home .l-feature .l-feature__tit__wrap__inner .l-feature__tit__deco {
  position: absolute;
}
.p-home .l-feature .l-feature__tit__wrap__inner .deco01 {
  width: 12.12rem;
  top: 1.78rem;
  left: -8.4rem;
}
.p-home .l-feature .l-feature__tit__wrap__inner .deco02 {
  width: 9.36rem;
  top: 0.78rem;
  right: -6.17rem;
}
.p-home .l-feature .l-lineup__wrap__inner {
  max-width: 14.4rem;
  margin: 0 auto;
}
.p-home .l-feature .l-feature__tit {
  margin-bottom: 1.42rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-home .l-feature .l-feature__wrap {
    height: 400lvh;
  }
  .p-home .l-feature .l-feature__wrap__inner {
    position: sticky;
    top: 1.18rem;
    height: calc(100lvh - 1.18rem);
  }
}
.p-home .l-feature .l-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
@media screen and (min-width: 1024px) {
  .p-home .l-feature .l-feature__item {
    max-height: 5.2rem;
    /* height: 5.2rem; */
    min-height: 4.2rem !important;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
  }
  .p-home .l-feature .l-feature__item:not(.item01) {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}
.p-home .l-feature .l-feature__item:not(:last-of-type) {
  margin-bottom: 0.1rem;
}
.p-home .l-feature .l-feature__item.transparent {
  opacity: 0.7;
}
.p-home .l-feature .l-feature__item:last-of-type {
  opacity: 1;
}
.p-home .l-feature .l-feature__item__txt,
.p-home .l-feature .l-feature__item__img,
.p-home .l-feature .l-feature__item__num {
  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;
}
.p-home .l-feature .l-feature__item__txt {
  padding: 0 3%;
  width: 44.5%;
}
.p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc {
  margin-top: 2em;
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  line-height: 1.875;
}
.p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc .notes {
  margin-top: 1em;
  display: block;
  font-size: 0.14rem;
}
.p-home .l-feature .l-feature__item__img {
  width: 42.57%;
}
.p-home .l-feature .l-feature__item__num {
  width: 2.07rem;
  text-align: center;
  font-size: 0.25rem;
  font-family: "SofiaSans_Italic_ExtraLight";
  color: #2b8496;
  border-right: 1px solid #2b8496;
  border-left: 1px solid #2b8496;
  font-style: italic;
}
.p-home .l-feature .l-feature__item__num .strong {
  font-size: 1.13rem;
  opacity: 0.3;
  letter-spacing: 0.025em;
}
.p-home .l-feature .item01 .l-feature__item__txt__tit {
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  line-height: 1.76;
  font-weight: 500;
}
.p-home .l-feature .item01 .l-feature__item__txt__tit .strong {
  color: #2b8496;
}
.p-home .l-feature .item01 .l-feature__item__txt__tit .name {
  font-size: 0.16rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.p-home .l-feature .item01 .l-feature__item__txt__tit02 {
  margin-top: 1em;
  font-size: 0.14rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  position: relative;
}
.p-home .l-feature .item01 .l-feature__item__txt__tit02::after {
  content: "";
  width: calc(100% - 7.5em);
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #707070;
}
.p-home .l-feature .item01 .l-feature__item__txt__desc02 {
  margin-top: 0.1rem;
  letter-spacing: 0.03em;
  line-height: 1.78;
}
.p-home .l-feature .item01 .l-feature__item__img {
  padding: 0 4%;
}
.p-home .l-feature .item01 .l-feature__item__img img {
  width: 4.82rem;
}
.p-home .l-feature .item02 .l-feature__item__txt__cat {
  width: 0.82rem;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.19rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background-color: #2b8496;
}
.p-home .l-feature .item02 .l-feature__item__txt__tit {
  margin-top: 0.05rem;
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  line-height: 1.76;
  font-weight: 500;
}
.p-home .l-feature .item02 .l-feature__item__txt__tit .strong {
  color: #2b8496;
}
.p-home .l-feature .item02 .l-feature__item__img {
  padding: 0 2.2%;
}
.p-home .l-feature .item02 .l-feature__item__img img {
  width: 4.82rem;
}
.p-home .l-feature .item03 .l-feature__item__txt__tit {
  margin-top: 0.05rem;
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  line-height: 1.76;
  font-weight: 500;
}
.p-home .l-feature .item03 .l-feature__item__txt__tit .strong {
  color: #2b8496;
}
.p-home .l-feature .item03 .l-feature__item__img {
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home .l-feature .item03 .l-feature__item__img .l-feature__item__img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 7%;
}
.p-home .l-feature .item03 .l-feature__item__img img {
  width: auto;
  border: 1px solid #e2e2e2;
}
.p-home .l-feature .item03 .l-feature__item__img .l-feature__item__img__capt {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1.45;
}
.p-home .l-feature .item04 .l-feature__item__txt__tit {
  margin-top: 0.05rem;
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.4;
}
.p-home .l-feature .item04 .l-feature__item__txt__tit .strong {
  font-size: 0.5rem;
  color: #2b8496;
  font-family: "SofiaSans_Regular";
}
.p-home .l-feature .item04 .l-feature__item__txt__tit .green {
  color: #2b8496;
}
.p-home .l-feature .item04 .btn {
  margin-top: 0.5rem;
}
.p-home .l-feature .item04 .btn a {
  width: 2.87rem;
  line-height: 0.6rem;
  text-align: center;
  display: block;
  font-size: 0.18rem;
  color: #fff;
}
.p-home .l-feature .item04 .l-feature__item__img {
  padding: 0 4.5%;
}
.p-home .l-feature .item04 .l-feature__item__img img {
  width: 4.82rem;
}
@media screen and (max-width: 1399px) {
  .p-home .l-feature .l-feature__tit__wrap__inner {
    padding: 3.03rem 0.38rem 0;
    max-width: 14.4rem;
    margin: 0 auto;
    position: relative;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner .l-feature__tit__deco {
    position: absolute;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner .deco01 {
    width: 4.06rem;
    top: 1.78rem;
    left: -1.78rem;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner .deco02 {
    width: 3.39rem;
    top: 0.78rem;
    right: -1.17rem;
  }
  .p-home .l-feature .l-feature__item__txt {
    padding: 0 3.5%;
    width: 42.57%;
  }
  .p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc {
    margin-top: 2em;
    font-size: 0.12rem;
    letter-spacing: 0.03em;
    line-height: 1.875;
  }
  .p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc .notes {
    margin-top: 1em;
    display: block;
    font-size: 0.14rem;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__tit {
    font-size: 0.2rem;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__tit02 {
    font-size: 0.16rem;
  }
  .p-home .l-feature .item02 .l-feature__item__txt__cat {
    width: 0.7rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
  }
  .p-home .l-feature .item02 .l-feature__item__txt__tit {
    font-size: 0.2rem;
  }
  .p-home .l-feature .item02 .l-feature__item__img {
    padding: 0 2.2%;
  }
  .p-home .l-feature .item02 .l-feature__item__img img {
    width: 4.82rem;
  }
  .p-home .l-feature .item03 .l-feature__item__txt__tit {
    font-size: 0.2rem;
  }
  .p-home .l-feature .item03 .l-feature__item__img {
    padding: 0 4%;
  }
  .p-home .l-feature .item04 .l-feature__item__txt__tit {
    font-size: 0.2rem;
  }
  .p-home .l-feature .item04 .btn {
    margin-top: 0.5rem;
  }
  .p-home .l-feature .item04 .btn a {
    width: 2.87rem;
    line-height: 0.6rem;
    text-align: center;
    display: block;
    font-size: 0.18rem;
    color: #fff;
  }
  .p-home .l-feature .item04 .l-feature__item__img {
    padding: 0 4.5%;
  }
  .p-home .l-feature .item04 .l-feature__item__img img {
    width: 4.82rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-home .l-feature .l-container {
    padding: 0 0.24rem;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner {
    padding: 2.03rem 0.38rem 0;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner .deco01 {
    width: 4.06rem;
    top: 1.37rem;
    left: -2.7rem;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner .deco02 {
    width: 3.39rem;
    right: -2rem;
    top: 0.85rem;
  }
  .p-home .l-feature .l-feature__tit {
    margin-bottom: 0.55rem;
  }
  .p-home .l-feature .l-feature__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.71);
  }
  .p-home .l-feature .l-feature__item:not(:last-of-type) {
    margin-bottom: 0.17rem;
  }
  .p-home .l-feature .l-feature__item__txt,
  .p-home .l-feature .l-feature__item__img,
  .p-home .l-feature .l-feature__item__num {
    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;
  }
  .p-home .l-feature .l-feature__item__txt {
    padding: 0.26rem 0.24rem 0;
    width: 100%;
  }
  .p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc {
    margin-top: 2em;
    font-size: 0.16rem;
    letter-spacing: 0.03em;
    line-height: 1.78;
  }
  .p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc .notes {
    margin-top: 1em;
    display: block;
    font-size: 0.14rem;
  }
  .p-home .l-feature .l-feature__item__img {
    width: 100%;
    margin-top: 0.24rem;
    border-top: 1px solid #2b8496;
  }
  .p-home .l-feature .l-feature__item__num {
    width: 100%;
    -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: 0.13rem 0 0.16rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 0.22rem;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #2b8496;
  }
  .p-home .l-feature .l-feature__item__num .strong {
    margin-left: 0.1rem;
    font-size: 0.47rem;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__tit {
    line-height: 1.48;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__tit02 {
    margin-top: 1.6em;
    font-size: 0.16rem;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__desc {
    margin-top: 0.6em;
    font-size: 0.16rem;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__desc02 {
    margin-top: 0.1rem;
    letter-spacing: 0.03em;
    line-height: 1.78;
  }
  .p-home .l-feature .item01 .l-feature__item__img {
    padding: 0.32rem 0.24rem 0.48rem;
  }
  .p-home .l-feature .item01 .l-feature__item__img img {
    width: 4.82rem;
    margin: 0 auto;
  }
  .p-home .l-feature .item02 .l-feature__item__txt__cat {
    width: 0.65rem;
    line-height: 0.28rem;
    font-size: 0.15rem;
  }
  .p-home .l-feature .item02 .l-feature__item__txt__tit {
    margin-top: 0.05rem;
  }
  .p-home .l-feature .item02 .l-feature__item__img {
    padding: 0.4rem 0.24rem 0.32rem;
  }
  .p-home .l-feature .item02 .l-feature__item__img img {
    width: 4.82rem;
    margin: 0 auto;
  }
  .p-home .l-feature .item03 .l-feature__item__txt__tit {
    margin-top: 0.05rem;
  }
  .p-home .l-feature .item03 .l-feature__item__img {
    padding: 0.4rem 0.24rem 0.33rem;
  }
  .p-home .l-feature .item03 .l-feature__item__img .l-feature__item__img__capt {
    font-size: 0.14rem;
  }
  .p-home .l-feature .item04 .l-feature__item__txt__tit {
    margin-top: 0.05rem;
    line-height: 1.4;
  }
  .p-home .l-feature .item04 .l-feature__item__txt__tit .strong {
    vertical-align: sub;
    font-size: 0.4rem;
  }
  .p-home .l-feature .item04 .l-feature__item__txt__tit .adjust {
    display: block;
    margin-top: -0.1rem;
  }
  .p-home .l-feature .item04 .btn {
    margin-top: 0.5rem;
  }
  .p-home .l-feature .item04 .btn a {
    width: 2.87rem;
    line-height: 0.6rem;
    text-align: center;
    display: block;
    font-size: 0.18rem;
    color: #fff;
  }
  .p-home .l-feature .item04 .l-feature__item__img {
    padding: 0.4rem 0.24rem 0.53rem;
  }
  .p-home .l-feature .item04 .l-feature__item__img img {
    width: 4.82rem;
    margin: 0 auto;
  }
}
.p-home .l-movie {
  padding: 0 0.24rem 2rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-home .l-movie::before {
  content: "";
  width: 100%;
  height: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255));
}
.p-home .l-movie .tmp {
  margin-top: 1.05rem;
  text-align: center;
  font-size: 0.57rem;
  font-family: "SofiaSans_Italic_ExtraLight";
  color: #2b8496;
  opacity: 0.3;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  .p-home .l-movie {
    padding: 0.8rem 0.24rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home .l-movie .tmp {
    margin-top: 0.6rem;
    font-size: 0.47rem;
  }
}
.p-home .l-lineup {
  padding: 1rem 0 1.5rem;
  overflow: hidden;
  background-color: #fff;
}
.p-home .l-lineup .c-tit01 {
  margin-bottom: 1.15rem;
}
.p-home .l-lineup .c-tit01 .c-tit01__ja {
  margin-top: 0.35rem;
  font-size: 0.35rem;
}
.p-home .l-lineup .l-container {
  max-width: 10.4rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__wrap {
  margin-bottom: 0.43rem;
  padding-bottom: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.22rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #000e12;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists {
  margin-left: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dt {
  width: 0.8rem;
  line-height: 0.24rem;
  font-size: 0.14rem;
  text-align: center;
  color: #fff;
  background-color: #2b8496;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dd {
  padding: 0 0.1rem;
  font-size: 0.18rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dd .strong {
  color: #2b8496;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__img {
  width: 26%;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__img img {
  width: 84.615%;
}
.p-home .l-lineup .l-lineup__product01 table {
  width: 7.37rem;
}
.p-home .l-lineup .l-lineup__product01 table,
.p-home .l-lineup .l-lineup__product01 td,
.p-home .l-lineup .l-lineup__product01 th {
  border: 1px solid #bfc4c6;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.p-home .l-lineup .l-lineup__product01 td,
.p-home .l-lineup .l-lineup__product01 th {
  padding: 0.123rem 0;
}
.p-home .l-lineup .l-lineup__product01 thead th {
  line-height: 1.2;
  font-size: 0.16rem;
  font-weight: 500;
  background-color: #eef5f7;
}
.p-home .l-lineup .l-lineup__product01 thead th span {
  display: block;
  font-size: 0.11rem;
}
.p-home .l-lineup .l-lineup__product01 thead th.bg_w {
  background-color: #fff;
}
.p-home .l-lineup .l-lineup__product01 thead th.bg_b {
  background-color: #c6dee4;
}
.p-home .l-lineup .l-lineup__product01 tbody {
  font-size: 0.14rem;
}
.p-home .l-lineup .l-lineup__product01 tbody th {
  color: #fff;
  background-color: #878787;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tablewrap__notes {
  margin-top: 1em;
  font-size: 0.12rem;
  line-height: 1.5;
  color: #898989;
}
.p-home .l-lineup .l-lineup__product01.p01 .l-lineup__product01__img {
  margin-top: 1.3rem;
}
.p-home .l-lineup .l-lineup__product01.p02 {
  margin-top: 0.9rem;
}
.p-home .l-lineup .l-lineup__product01.p02 .l-lineup__product01__img {
  margin-top: 0.3rem;
}
.p-home .l-lineup .l-lineup__product02 {
  margin-top: 0.9rem;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__tit {
  padding-bottom: 0.2rem;
  font-size: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  border-bottom: 1px solid #000e12;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__txt {
  margin-top: 1em;
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  line-height: 1.875;
  font-weight: 400;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__txt span {
  font-size: 0.14rem;
  color: #898989;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap {
  margin-top: 0.13rem;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes__wrap {
  text-align: right;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes {
  display: inline-block;
  margin-bottom: 0.1rem;
  text-align: right;
  font-size: 0.14rem;
  letter-spacing: 0.03em;
  color: #898989;
  position: relative;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes::before {
  content: "";
  width: 0.39rem;
  height: 0.16rem;
  position: absolute;
  top: 0;
  left: -0.45rem;
  background-color: #4b7c8e;
}
.p-home .l-lineup .l-lineup__product02 table {
  width: 10rem;
}
.p-home .l-lineup .l-lineup__product02 table,
.p-home .l-lineup .l-lineup__product02 td,
.p-home .l-lineup .l-lineup__product02 th {
  border: 1px solid #bfc4c6;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.p-home .l-lineup .l-lineup__product02 td,
.p-home .l-lineup .l-lineup__product02 th {
  padding: 0.09rem 0;
}
.p-home .l-lineup .l-lineup__product02 thead th {
  line-height: 1.2;
  font-size: 0.16rem;
  font-weight: 500;
  background-color: #eef5f7;
}
.p-home .l-lineup .l-lineup__product02 thead th span {
  font-size: 0.11rem;
}
.p-home .l-lineup .l-lineup__product02 thead th.bg_w {
  background-color: #fff;
}
.p-home .l-lineup .l-lineup__product02 thead th.bg_b {
  background-color: #c6dee4;
}
.p-home .l-lineup .l-lineup__product02 thead th.w184 {
  width: 1.84rem;
}
.p-home .l-lineup .l-lineup__product02 thead th.w141 {
  width: 1.41rem;
}
.p-home .l-lineup .l-lineup__product02 thead th.w147 {
  width: 1.47rem;
}
.p-home .l-lineup .l-lineup__product02 thead th.w146 {
  width: 1.46rem;
}
.p-home .l-lineup .l-lineup__product02 tbody {
  font-size: 0.14rem;
}
.p-home .l-lineup .l-lineup__product02 tbody th {
  padding: 0.12rem 0.2rem;
  color: #fff;
  text-align: left;
  font-size: 0.16rem;
}
.p-home .l-lineup .l-lineup__product02 tbody th span {
  font-size: 0.11rem;
}
.p-home .l-lineup .l-lineup__product02 tbody .bg_gray {
  background-color: #878787;
}
.p-home .l-lineup .l-lineup__product02 tbody .bg_green {
  background-color: #4b7c8e;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes02 {
  margin-top: 0.15rem;
  font-size: 0.12rem;
  color: #898989;
}
.p-home .l-lineup .l-lineup__product03 {
  margin-top: 0.55rem;
}
.p-home .l-lineup .l-lineup__product03 .l-lineup__product03__tit {
  margin-bottom: 0.16rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-home .l-lineup .l-lineup__product03 .l-lineup__product03__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home .l-lineup .l-lineup__product03 .l-lineup__product03__img {
  width: 26%;
}
.p-home .l-lineup .l-lineup__product03 .l-lineup__product03__img img {
  width: 84.615%;
}
.p-home .l-lineup .l-lineup__product03 table {
  width: 7.37rem;
}
.p-home .l-lineup .l-lineup__product03 table,
.p-home .l-lineup .l-lineup__product03 td,
.p-home .l-lineup .l-lineup__product03 th {
  border: 1px solid #bfc4c6;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.p-home .l-lineup .l-lineup__product03 td,
.p-home .l-lineup .l-lineup__product03 th {
  padding: 0.12rem 0;
}
.p-home .l-lineup .l-lineup__product03 thead th {
  width: 1.25rem;
  line-height: 1.2;
  font-size: 0.16rem;
  font-weight: 500;
  color: #fff;
  background-color: #60a3b0;
}
.p-home .l-lineup .l-lineup__product03 thead th.bg_w {
  color: #000;
  background-color: #fff;
}
.p-home .l-lineup .l-lineup__product03 tbody {
  font-size: 0.14rem;
}
.p-home .l-lineup .l-lineup__product03 tbody th {
  background-color: #d7e8ec;
}
.p-home .l-lineup .l-lineup__product03 .l-lineup__product03__wrap__notes {
  margin-top: 1em;
  font-size: 0.12rem;
  line-height: 1.5;
  color: #898989;
}
@media screen and (max-width: 1000px) {
  .p-home .l-lineup .c-tit01 {
    margin-bottom: 0.7rem;
  }
  .p-home .l-lineup .c-tit01 .c-tit01__ja {
    margin-top: 0.2rem;
    font-size: 0.22rem;
  }
  .p-home .l-lineup .l-container {
    padding: 0 0.24rem;
  }
  .p-home .l-lineup .scroll-hint-icon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(0, 111, 191, 0.5);
    text-align: center;
    padding: 0;
  }
  .p-home .l-lineup .scroll-hint-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/top/scroll_icon01.svg);
  }
  .p-home .l-lineup .scroll-hint-icon::after {
    width: 107px;
    height: 24px;
    top: calc(50% - 0.12rem);
    left: calc(50% - 34.5px);
    background-image: url(../img/top/scroll_icon02.svg);
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__wrap {
    margin-bottom: 0;
    padding-bottom: 0.17rem;
    display: block;
    font-size: 0.18rem;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit {
    line-height: 1.38;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists {
    margin: 0.14rem 0 0;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dt {
    width: 0.66rem;
    line-height: 0.2rem;
    font-size: 0.11rem;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dd {
    padding: 0 0.1rem;
    font-size: 0.18rem;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dd .strong {
    color: #2b8496;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__wrap {
    display: block;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__img {
    width: 1.9rem;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__img img {
    width: 100%;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tablewrap {
    padding: 0 0.2rem;
    margin: 0 calc(50% - 50vw);
  }
  .p-home .l-lineup .l-lineup__product01 table {
    width: 7.37rem;
  }
  .p-home .l-lineup .l-lineup__product01 table,
  .p-home .l-lineup .l-lineup__product01 td,
  .p-home .l-lineup .l-lineup__product01 th {
    border: 1px solid #bfc4c6;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
  }
  .p-home .l-lineup .l-lineup__product01 td,
  .p-home .l-lineup .l-lineup__product01 th {
    padding: 0.123rem 0;
  }
  .p-home .l-lineup .l-lineup__product01 thead th {
    line-height: 1.2;
    font-size: 0.16rem;
    font-weight: 500;
    background-color: #eef5f7;
  }
  .p-home .l-lineup .l-lineup__product01 thead th span {
    display: block;
    font-size: 0.11rem;
  }
  .p-home .l-lineup .l-lineup__product01 thead th.bg_w {
    background-color: #fff;
  }
  .p-home .l-lineup .l-lineup__product01 thead th.bg_b {
    background-color: #c6dee4;
  }
  .p-home .l-lineup .l-lineup__product01 tbody {
    font-size: 0.14rem;
  }
  .p-home .l-lineup .l-lineup__product01 tbody th {
    color: #fff;
    background-color: #878787;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tablewrap__notes {
    margin-top: 1em;
    font-size: 0.12rem;
    line-height: 1.5;
    color: #898989;
    white-space: nowrap;
  }
  .p-home .l-lineup .l-lineup__product01.p01 .l-lineup__product01__img {
    margin: 0.3rem 0;
  }
  .p-home .l-lineup .l-lineup__product01.p02 {
    margin-top: 0.6rem;
  }
  .p-home .l-lineup .l-lineup__product01.p02 .l-lineup__product01__img {
    margin: 0.27rem 0;
  }
  .p-home .l-lineup .l-lineup__product02 {
    margin-top: 0.7rem;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__tit {
    padding-bottom: 0.2rem;
    font-size: 0.18rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    border-bottom: 1px solid #000e12;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__txt {
    margin-top: 1.7em;
    font-size: 0.16rem;
    letter-spacing: 0.03em;
    line-height: 1.875;
    font-weight: 400;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__txt span {
    display: block;
    font-size: 0.14rem;
    color: #898989;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap {
    margin-top: 0.13rem;
    padding: 0.2rem 0.2rem 0;
    margin: 0 calc(50% - 50vw);
    overflow-y: hidden !important;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes__wrap {
    margin-left: 0.46rem;
    text-align: left;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes {
    display: inline-block;
    margin-bottom: 0.1rem;
    text-align: right;
    font-size: 0.14rem;
    letter-spacing: 0.03em;
    color: #898989;
    position: relative;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes::before {
    content: "";
    width: 0.39rem;
    height: 0.16rem;
    position: absolute;
    top: 0;
    left: -0.45rem;
    background-color: #4b7c8e;
  }
  .p-home .l-lineup .l-lineup__product02 tbody {
    font-size: 0.14rem;
  }
  .p-home .l-lineup .l-lineup__product02 tbody th {
    padding: 0.12rem 0.2rem;
    color: #fff;
    text-align: left;
    font-size: 0.16rem;
  }
  .p-home .l-lineup .l-lineup__product02 tbody th span {
    font-size: 0.11rem;
  }
  .p-home .l-lineup .l-lineup__product02 tbody .bg_gray {
    background-color: #878787;
  }
  .p-home .l-lineup .l-lineup__product02 tbody .bg_green {
    background-color: #4b7c8e;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes02 {
    margin-top: 0.15rem;
    font-size: 0.12rem;
    white-space: nowrap;
  }
  .p-home .l-lineup .l-lineup__product03 {
    margin-top: 0.48rem;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__tit {
    margin-bottom: 0.16rem;
    font-size: 0.18rem;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__wrap {
    display: block;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__img {
    width: 2.12rem;
    margin: 0.3rem 0 0.16rem;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__img img {
    width: 100%;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__tablewrap {
    padding: 0 0.2rem;
    margin: 0 calc(50% - 50vw);
  }
  .p-home .l-lineup .l-lineup__product03 table {
    width: 7.37rem;
  }
  .p-home .l-lineup .l-lineup__product03 table,
  .p-home .l-lineup .l-lineup__product03 td,
  .p-home .l-lineup .l-lineup__product03 th {
    border: 1px solid #bfc4c6;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
  }
  .p-home .l-lineup .l-lineup__product03 td,
  .p-home .l-lineup .l-lineup__product03 th {
    padding: 0.12rem 0;
  }
  .p-home .l-lineup .l-lineup__product03 thead th {
    width: 1.25rem;
    line-height: 1.2;
    font-size: 0.16rem;
    font-weight: 500;
    color: #fff;
    background-color: #60a3b0;
  }
  .p-home .l-lineup .l-lineup__product03 thead th.bg_w {
    color: #000;
    background-color: #fff;
  }
  .p-home .l-lineup .l-lineup__product03 tbody {
    font-size: 0.14rem;
  }
  .p-home .l-lineup .l-lineup__product03 tbody th {
    background-color: #d7e8ec;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__wrap__notes {
    margin-top: 1em;
    font-size: 0.12rem;
    line-height: 1.5;
    color: #898989;
  }
}

/* THANKS
--------------------------------------------------------------*/
.p-thanks .l-header {
  background-color: #eef5f7;
}
.p-thanks .l-form {
  padding: 1.7rem 0 2.4rem;
  text-align: center;
}
.p-thanks .l-form .l-form__tit {
  margin-top: 0.76rem;
  font-size: 0.2rem;
  font-weight: 700;
}
.p-thanks .l-form .l-form__txt {
  margin-top: 0.14rem;
  font-size: 0.18rem;
  line-height: 2;
}
.p-thanks .l-form .l-form__btn a {
  width: 2.87rem;
  margin: 0.78rem auto 0;
  line-height: 0.715rem;
  display: block;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 600;
  color: #fff;
  background-color: #2b8496;
}
@media screen and (max-width: 767px) {
  .p-thanks .l-form {
    padding: 0.7rem 0 1.55rem;
  }
  .p-thanks .l-form .l-form__txt {
    font-size: 0.16rem;
  }
}