@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@500;600&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: 500;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c0c6cc;
  padding: 5px;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  background-color: #FF9B42;
  border: none;
  color: #fff;
  padding: 10px 50px;
  transition: all 0.3s;
}
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  opacity: 0.8;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

input::-moz-placeholder {
  color: #909090;
}

input::placeholder {
  color: #909090;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit;
}

[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  height: 100%;
  font-size: 10px;
}

body {
  position: relative;
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #707070;
  font-size: 1.6rem;
  scroll-behavior: smooth;
  text-align: justify;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h2 {
  font-size: 2.8rem;
  color: #707070;
  padding-left: 15px;
  border-left: 5px solid #70c7d4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.4rem;
}

a {
  color: #808080;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

form {
  width: 100%;
}

table {
  background-color: transparent;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

small {
  font-size: 65%;
}

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

.notification {
  text-align: center;
  background-color: #8d0801;
  padding: 10px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .notification {
    font-size: 14px;
    padding: 5px 0;
  }
}
.notification a {
  text-decoration: underline;
  color: #fff;
}
.notification-close {
  border-radius: 50px;
  padding: 0;
  background-color: #261713;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-header {
    display: block;
    height: auto;
  }
}
.l-header-inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 26px 5%;
  height: 100px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header-inner {
    height: 70px;
    padding: 10px;
    display: flex;
  }
}
.l-header .site-title {
  margin: 0 auto;
}
.l-header .site-title img {
  max-width: 100%;
  width: 308px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .l-header .site-title img {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .site-title img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .site-title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-header-nav {
  position: absolute;
  left: 0;
  height: calc(100vh - 70px);
  width: 100%;
  top: 100px;
  background-color: rgba(255, 255, 255, 0.95);
  transform: translate3d(100%, 0, 0);
  transition: all ease 0.3s;
}
@media screen and (min-width: 1025px) {
  .l-header-nav {
    left: initial;
    right: 0;
    width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    top: 70px;
  }
}
.l-header-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  display: block;
  border-top: dashed 1px #51bbcc;
}
.l-header-nav-list > li {
  position: relative;
  padding-bottom: 0;
  border-bottom: dashed 1px #51bbcc;
}
.l-header-nav-list > li > a {
  display: block;
  text-align: left;
  padding: 20px;
  cursor: pointer;
  color: #808080;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav-list > li > a {
    padding: 15px 20px;
  }
}
.l-header-nav-list > li > a.is_login {
  display: flex;
  align-items: center;
}
.l-header-nav-list > li > a.is_login::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/ico_account.svg) no-repeat center center/100% auto;
  margin-right: 10px;
}
.l-header-nav-list > li > a.unregistered span {
  position: relative;
  padding-right: 1rem;
}
.l-header-nav-list > li > a.unregistered span::after {
  position: absolute;
  top: 4px;
  right: 0.5rem;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 15px;
  background-color: #D7263D;
  z-index: 10;
}
.l-header-nav-list > li.btn_register a {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #70c7d4;
}
.l-header-nav-list > li.btn_login a {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF9B42;
}
.l-header-nav-list > li.btn_login a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ico_login.svg) no-repeat center center/100% auto;
  margin-left: 10px;
}
.l-header-nav-list > li.btn_logout a {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #70c7d4;
}
.l-header-nav-list > li.btn_logout a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ico_logout.svg) no-repeat center center/100% auto;
  margin-left: 10px;
}
.l-header-nav-list > li.parent > a:before {
  content: " ";
  width: 15px;
  height: 2px;
  background-color: #51bbcc;
  position: absolute;
  right: 20px;
  top: 32px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-nav-list > li.parent > a:before {
    top: 20px;
  }
}
.l-header-nav-list > li.parent > a:after {
  content: " ";
  width: 15px;
  height: 2px;
  background-color: #51bbcc;
  position: absolute;
  right: 20px;
  top: 32px;
  transform: rotate(90deg);
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-nav-list > li.parent > a:after {
    top: 20px;
  }
}
.l-header-nav-list > li.parent > a.open:before {
  transition: all ease 0.3s;
  background-color: transparent;
}
.l-header-nav-list > li.parent > a.open:after {
  transform: rotate(0deg);
  transition: all ease 0.3s;
}
.l-header-nav-list > li .sub-menu {
  margin: 0;
  list-style: none;
  top: 100%;
  left: 0;
  padding: 0;
  position: relative;
  transform: translate3d(0, 0, 0);
  visibility: unset;
  box-shadow: none;
  opacity: 1;
  background-color: #eff8f9;
  border-bottom: dashed 1px #51bbcc;
  display: none;
  transition: unset;
}
.l-header-nav-list > li .sub-menu:before {
  display: none;
}
.l-header-nav-list > li .sub-menu > li a {
  display: block;
  text-align: left;
  padding: 15px 5px 15px 30px;
  transition: all ease 0.3s;
  transform: translate3d(0, 0, 0);
  border-bottom: dashed 1px #51bbcc;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-header-nav-list > li .sub-menu > li a {
    padding: 8px 5px 8px 30px;
  }
}
.l-header-nav-list > li .sub-menu > li a:hover {
  transition: all ease 0.3s;
  transform: translate3d(3px, 0, 0);
}
.l-header-nav-list > li .sub-menu > li:last-of-type > a {
  border-bottom: none;
}
.l-header-nav-list > li .sub-menu:before {
  content: " ";
  border: 10px solid #eee;
  position: absolute;
  bottom: 100%;
  left: 20px;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.l-header-nav-list > li:hover ul {
  visibility: visible;
  opacity: 1;
  transition: all ease 0.3s;
  transform: translate3d(0px, 0, 0);
}
.l-header .l-header-nav.open {
  transition: all ease 0.3s;
  transform: translate3d(0, 0, 0);
  overflow-y: scroll;
}
@media screen and (min-width: 1025px) {
  .l-header .l-header-nav.open {
    width: 430px;
    left: initial;
    right: 0;
  }
}
.l-header .l-header-nav > ul > *:hover ul {
  transition: unset;
}
.l-header .members {
  position: absolute;
  top: 50%;
  right: 95px;
  transform: translateY(-50%);
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-header .members {
    right: 75px;
    gap: 0 10px;
  }
}
.l-header .members .btn_register a {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  background-color: #70c7d4;
}
@media screen and (max-width: 767px) {
  .l-header .members .btn_register a {
    flex-direction: column;
    width: 60px;
    font-size: 13px;
  }
  .l-header .members .btn_register a span {
    display: none;
  }
}
.l-header .members .btn_register a:hover {
  cursor: pointer;
}
.l-header .members .btn_register a::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ico_register.svg) no-repeat center center/100% auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .l-header .members .btn_register a::before {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
}
.l-header .members .is_login {
  font-size: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header .members .is_login {
    font-size: 16px;
  }
}
.l-header .members .is_login::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/ico_account.svg) no-repeat center center/100% auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .l-header .members .is_login::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
}
.l-header .members .is_logout {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  background-color: #FF9B42;
}
@media screen and (max-width: 767px) {
  .l-header .members .is_logout {
    flex-direction: column-reverse;
    width: 60px;
    font-size: 13px;
  }
  .l-header .members .is_logout span {
    display: none;
  }
}
.l-header .members .is_logout::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ico_login.svg) no-repeat center center/100% auto;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .l-header .members .is_logout::after {
    margin-left: 0;
    width: 16px;
    height: 16px;
  }
}
.l-header .members .unregistered span {
  position: relative;
  padding-right: 1rem;
}
.l-header .members .unregistered span::after {
  position: absolute;
  top: 4px;
  right: 0.5rem;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 15px;
  background-color: #D7263D;
  z-index: 10;
}
.l-header .menu-button {
  background-color: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .l-header .menu-button {
    width: 70px;
  }
  .l-header .menu-button.unregistered::after {
    position: absolute;
    top: 17px;
    right: 10px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 15px;
    background-color: #D7263D;
    z-index: 10;
  }
}
.l-header .menu-button span {
  margin: auto;
  right: 0;
  top: calc(50% - 1.5px);
  width: 35px;
  background-color: gray;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.l-header .menu-button span:before {
  content: " ";
  top: -12px;
  width: 100%;
  background-color: gray;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.l-header .menu-button span:after {
  background-color: gray;
  bottom: -12px;
  content: " ";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
.l-header .menu-button.open span {
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.l-header .menu-button.open span:before {
  top: 0;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.l-header .menu-button.open span:after {
  background-color: transparent;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

.modal__content {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  height: 90%;
  padding: 50px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .modal__wrap {
    width: 90;
    height: 94%;
    padding: 30px 20px;
  }
}
.modal__wrap p {
  margin-bottom: 15px;
}
.modal__wrap__scroll {
  height: 85%;
  overflow-y: scroll;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #261713;
}
@media screen and (max-width: 767px) {
  .modal__wrap__scroll {
    height: 75%;
  }
}
.modal__wrap .agree {
  text-align: center;
}
.modal__wrap .agree__btn {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  background-color: #70c7d4;
  margin: auto;
}
.modal__close {
  position: absolute;
  top: 0;
  right: 1rem;
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
}

/* ヘッダー非表示 */
body.page-id-293 header,
body.page-id-297 header,
body.page-id-448 header,
body.page-id-449 header,
body.page-id-450 header,
body.page-id-508 header {
  display: none;
}

.l-main {
  padding-top: 120px;
  /* メインのセクション */
  /* ページタイトル */
  /* 下層セクション */
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 80px;
  }
}
.l-main:has(.member) {
  padding-top: 0;
  padding-bottom: 50px;
}
.l-main.uncertified {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .l-main.uncertified {
    padding-top: 125px;
  }
}
.l-main-section {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .l-main-section {
    padding: 0 0 50px;
  }
}
.l-main-ttl {
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1.6;
  background-color: #eef7f9;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .l-main-ttl {
    font-size: 2rem;
    min-height: 120px;
  }
}
.l-main-ttl-pr {
  font-size: 20px;
  color: #707070;
  text-align: left;
  margin-bottom: 15px;
}
.l-main-inner {
  width: 90%;
  margin: auto;
}
.l-main-inner h1 {
  text-align: left;
  color: #707070;
}
.l-main__page-section {
  font-feature-settings: "palt" 1;
  color: #676666;
}
.l-main__page-section:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .l-main__page-section:not(:last-child) {
    margin-bottom: 90px;
  }
}
.l-main__page-section__ttl {
  font-size: clamp(18px,calc(((20 - 18) * 100vw + (860 * 18 - 350 * 20) * 1px) / (860 - 350)),20px);
  color: #70c7d4;
  font-weight: bold;
  margin-bottom: 15px;
}
.l-main__page-section__lead {
  font-size: clamp(20px,calc(((26 - 20) * 100vw + (860 * 20 - 350 * 26) * 1px) / (860 - 350)),26px);
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.017em;
  line-height: 1.2307692308;
}
.l-main__page-section__text {
  font-size: clamp(15px,calc(((20 - 15) * 100vw + (860 * 15 - 350 * 20) * 1px) / (860 - 350)),20px);
  line-height: 1.25;
}
.l-main__page-section__image {
  max-width: 600px;
  margin: 30px auto 0;
}
.l-main__page-section__image.mgn-small {
  margin-top: 15px;
}
.l-main-link {
  max-width: 1000px;
  margin: 80px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-main-link {
    margin-top: 40px;
  }
}
.l-main-link-item {
  font-size: 2.4rem;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  color: #fff;
  background-color: #70c7d4;
  display: flex;
  align-items: center;
  flex: 0 0 41.2%;
  line-height: 1.3;
  font-weight: bold;
  padding: 15px 0 15px 5px;
  font-size: clamp(12px,calc(((24 - 12) * 100vw + (960 * 12 - 375 * 24) * 1px) / (960 - 375)),24px);
}
@media screen and (max-width: 767px) {
  .l-main-link-item {
    flex: 0 0 49%;
    padding: 8px 0 8px 5px;
  }
}
.l-main-link-item.prev:before {
  content: "";
  display: block;
  width: 43px;
  height: 18px;
  background: url("../images/arrow-prev.svg") no-repeat center center;
  margin-left: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .l-main-link-item.prev:before {
    width: 21px;
    height: 10px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
.l-main-link-item.next {
  text-align: right;
  justify-content: flex-end;
}
.l-main-link-item.next:after {
  content: "";
  display: block;
  width: 43px;
  height: 18px;
  background: url("../images/arrow-next.svg") no-repeat center center;
  margin-right: 15px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .l-main-link-item.next:after {
    width: 21px;
    height: 10px;
    margin-left: 5px;
    margin-right: 10px;
  }
}
.l-main-link-item.investment-btn:before {
  margin-right: 5px;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.swrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .swrap {
    padding: 0 20px;
  }
}

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

@media screen and (min-width: 1025px) {
  .pc-hide {
    display: none !important;
  }
}

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

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

.w-break {
  word-break: break-word;
}

.inner {
  width: 90%;
  margin: auto;
}

.title_wrap {
  padding: 100px 0;
  background-color: #EEF7F9;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  color: #808080;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
}

#breadcrumbs {
  padding: 10px 0 0;
  font-size: 1.4rem;
  margin-bottom: 50px;
}

a[href*=pdf] {
  padding-right: 25px;
  background: url(../images/icon_pdf.svg) no-repeat right center/20px auto;
}

#agreement h1 {
  margin-bottom: 50px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #agreement h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
#agreement .text-box {
  margin-bottom: 50px;
}
#agreement .text-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #agreement .text-box h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.slick-slide {
  height: auto !important;
}

.zsiq-float {
  bottom: 130px !important;
}
@media screen and (max-width: 949px) {
  .zsiq-float {
    bottom: 90px !important;
  }
}

.l-footer {
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 10px;
    text-align: left;
    padding-bottom: 80px;
  }
}
.l-footer.mt-large {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer.mt-large {
    margin-top: 50px;
  }
}
.l-footer-nav {
  background-color: #ededed;
  font-size: 2.4rem;
  padding: 21px 0;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    padding: 12px 20px;
    font-size: 1.2rem;
  }
}
.l-footer-nav ul {
  display: inline-grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: 46px;
       column-gap: 46px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-nav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.l-footer-nav a {
  color: #808080;
}
.l-footer dl {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-footer dl {
    display: grid;
    font-size: 2.8rem;
    margin-top: 20px;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    grid-template-columns: 300px 440px;
  }
}
.l-footer dl dt {
  font-weight: normal;
}
.l-footer dl .tosei-link {
  display: block;
  background-color: #70c7d4;
  color: #ffffff;
  border-radius: 16px;
  width: 100%;
  min-height: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer dl .tosei-link {
    border-radius: 8px;
    margin-top: 3px;
  }
}
.l-footer__toTop {
  position: fixed;
  bottom: 40px;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .l-footer__toTop {
    right: 50%;
    transform: translateX(500%);
  }
}
@media screen and (max-width: 1470px) {
  .l-footer__toTop {
    margin-right: 130px;
    right: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__toTop {
    bottom: 100px;
    margin-top: 10px;
    right: 20px;
    margin-right: 0;
  }
}
.l-footer__toTop a {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #70c7d4;
  color: #ffffff;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 80px;
  margin-left: auto;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__toTop a {
    transform: scale(0.5);
    transform-origin: right bottom;
    margin-top: -60px;
  }
}
.l-footer__toTop a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-left: 4px solid;
  border-top: 4px solid;
  transform: rotate(45deg);
  transform-origin: top left;
  position: absolute;
  top: 30px;
  left: 50%;
}
.l-footer__copyright {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0;
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 70px;
    font-size: 1rem;
  }
}
.l-footer__fix-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 10;
}
.l-footer__fix-button > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  font-size: clamp(18px,calc(((20 - 18) * 100vw + (870 * 18 - 375 * 20) * 1px) / (870 - 375)),20px);
  height: 78px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.l-footer__fix-button > li:first-of-type a {
  background-color: #f24d6e;
}
.l-footer__fix-button > li:last-of-type a {
  background-color: #5a96ff;
}
@media screen and (min-width: 768px) {
  .l-footer__fix-button {
    display: block;
    left: initial;
    bottom: 20px;
    transform: translateX(100%);
    transition: 0.6s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 120px;
  }
  .l-footer__fix-button > li a {
    padding: 8px;
    height: 120px;
  }
  .l-footer__fix-button.is-visible {
    transition: 0.6s 0.6s;
    transform: translateX(0);
  }
}

#footer {
  background: #ffffff;
}

#footerContents {
  padding: 50px 0 85px;
  background: url(img/footer_bg01.png) repeat-x 50% 100% #c6e8ed;
}

#footerContents > * {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#footerContents > *:first-child {
  margin-top: 0 !important;
}

#footerContents .categoryBlock {
  margin-top: 30px;
}

#footerContents .categoryBlock > .categoryBox + .categoryBox {
  margin-top: 5px;
  padding-top: 20px;
  border-top: dotted 1px #999999;
}

#footerContents .categoryBlock > .categoryBox > .heading {
  float: left;
  width: 120px;
  margin: 0 10px 0 0;
}

#footerContents .categoryBlock > .categoryBox > .heading a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

#footerContents .categoryBlock > .categoryBox > .heading a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.2em;
  left: 0;
  height: 8px;
  width: 8px;
  border-right: 1px solid #67c0d0;
  border-bottom: 1px solid #67c0d0;
  transform: rotate(-45deg);
}

#footerContents .categoryBlock > .categoryBox > .childBox {
  overflow: hidden;
}

#footerContents .categoryBlock > .categoryBox > .childBox .childList > li {
  float: left;
  margin: 0 10px 15px 0;
  padding-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  border-right: solid 1px #899b9d;
}

#footerContents .categoryBlock > .categoryBox > .childBox .childList > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#footerContents .categoryBlock > .categoryBox > .childBox .childList > li a {
  color: #565656;
}

#footerListWrap {
  padding: 30px 0 10px;
  border-bottom: solid 3px #70c5d2;
}

#footerListWrap > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#footerListWrap .footerList {
  text-align: center;
}

#footerListWrap .footerList a {
  color: #3399cc;
}

#footerListWrap .footerList > li {
  margin: 0 20px 25px 0;
  padding-right: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  border-right: solid 1px #989898;
  display: inline-block;
}

#footerListWrap .footerList > li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
}

#footerBottom #copyright {
  color: #999999;
  font-size: 11px;
  font-size: 1.1rem;
}

#footerBottom #footerLogo {
  width: 240px;
  height: auto;
  line-height: 1;
  text-align: right;
}

#footerContents .categoryBlock > .categoryBox > .childBox .childList > li {
  float: left;
  margin: 0 10px 15px 0;
  padding-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  border-right: solid 1px #899b9d;
}

.footer-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 600px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 15px;
}

.footer-btn a {
  display: inline-block;
  padding: 10px 100px 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #FF6433;
  line-height: 1.8em;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 16px;
}

.footer-btn a strong {
  font-size: 18px;
}

.footer-btn a .external_site {
  font-size: 16px;
  margin-left: 4px;
}

.external_site:after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  margin: 0 0.25rem;
}

.footer-btn a:hover {
  background: #ff7f50;
}

.footer-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 700px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 74px;
  left: 0;
  right: 0;
  z-index: 2;
  color: #000;
  font-size: 1.5rem;
  /*font-weight: bold;*/
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
  #footerBottom {
    padding: 20px 20px 120px;
    display: block;
    text-align: center;
  }
  .footer-btn {
    display: block;
    justify-content: unset;
    margin: auto;
    margin: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-btn a {
    max-width: 400px;
    font-size: 13px;
    width: 100%;
    padding: 8px 10px 10px;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .footer-text {
    display: block;
    justify-content: unset;
    margin: auto;
    margin: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 120px;
  }
  #footerListWrap {
    padding: 20px 0 10px;
  }
  #footerListWrap .footerList > li {
    float: none;
    padding: 0 20px;
    height: auto !important;
  }
  #footerListWrap .footerList > li {
    margin: 0 0px 15px;
    border-right: none;
  }
  #footerBottom #footerLogo {
    margin: 20px auto 0;
    text-align: center;
  }
}
.footer-back {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.footer-back .c-button {
  margin: 0;
}

.page-id-293 footer,
.page-id-297 footer,
.page-id-448 footer,
.page-id-449 footer,
.page-id-450 footer,
.page-id-508 footer {
  display: none;
}

div[data-id=zsalesiq] {
  display: none !important;
}

.logged-in div[data-id=zsalesiq] {
  display: block !important;
}

.page-id-293.logged-in div[data-id=zsalesiq],
.page-id-297.logged-in div[data-id=zsalesiq],
.page-id-448.logged-in div[data-id=zsalesiq],
.page-id-449.logged-in div[data-id=zsalesiq],
.page-id-450.logged-in div[data-id=zsalesiq],
.page-id-508.logged-in div[data-id=zsalesiq],
.page-id-293 div[data-id=zsalesiq],
.page-id-297 div[data-id=zsalesiq],
.page-id-448 div[data-id=zsalesiq],
.page-id-449 div[data-id=zsalesiq],
.page-id-450 div[data-id=zsalesiq],
.page-id-508 div[data-id=zsalesiq] {
  display: none !important;
}

.single-seminar #footer {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .single-seminar #footer {
    padding-bottom: 0;
  }
}

.c-news {
  background-color: #fff;
  padding: 25px 0 0;
  /*詳細記事ページ*/
}
@media screen and (max-width: 1024px) {
  .c-news {
    padding: 25px 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  .c-news-inner {
    display: flex;
  }
}
.c-news-ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .c-news-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-ttl {
    margin-bottom: 10px;
  }
}
.c-news-ttl-main {
  font-size: 3.7rem;
  letter-spacing: 0.5rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: "Antonio", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-news-ttl-main {
    font-size: 2rem;
  }
}
.c-news-ttl-main:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #70c7d4;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .c-news-ttl-main:after {
    display: none;
  }
}
.c-news-ttl-sub {
  font-size: 1.9rem;
}
.c-news-list {
  flex: 0 0 70.5882352941%;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .c-news-list {
    margin-left: 0;
  }
}
.c-news-list-item {
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.c-news-list-item > a {
  transition: color 0.3s;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-news-list-item > a:hover {
    opacity: 1;
    color: #70c7d4;
  }
}
.c-news-list-item dl {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-news-list-item dl {
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
}
.c-news-list-item dt,
.c-news-list-item dd {
  margin-right: 5px;
  font-weight: normal;
}
.c-news-list-item .tag {
  background-color: #70c7d4;
  color: #fff;
  border-radius: 3px;
  padding: 2px 15px;
  font-size: 90%;
  margin: 0 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-news-list-item .news-ttl {
    flex: 0 0 100%;
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
.c-news-link a {
  display: block;
  background-color: #70c7d4;
  color: #007eb8;
  border-radius: 130px;
  width: 150px;
  padding: 2px 10px;
  margin-left: auto;
  font-size: 90%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-news-link a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-news-link a {
    margin-right: auto;
  }
}
.c-news-post {
  max-width: 820px;
  margin: 20px auto 100px;
  font-size: 1.6rem;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-news-post {
    margin: 30px auto 50px;
  }
}
.c-news-post-back {
  margin-bottom: 46px;
  transition: color 0.3s;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-news-post-back {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c-news-post-back:hover {
    color: #70c7d4;
  }
}
.c-news-post-ttl {
  font-size: 2.2rem;
  line-height: 1.4em;
  color: #666;
  margin: 0 0 20px;
}
.c-news-post-date {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #70c7d4;
}
@media screen and (max-width: 767px) {
  .c-news-post-date {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.c-news-post-tag {
  background-color: #70c7d4;
  color: #fff;
  border-radius: 3px;
  padding: 1px 15px 2px;
  margin-left: 10px;
  font-size: 75%;
}
.c-news-post-content p {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-news-post-content p {
    font-size: 1.6rem;
  }
}
.c-news-post-content figure {
  margin: 20px auto;
}

.c-animation__BottomToTop {
  opacity: 0;
  transform: translate3d(0, 50px, 0) scale(1);
}
.c-animation__BottomToTop.is-visible {
  animation: bottom_to_top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}

@keyframes bottom_to_top {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.first-fadein {
  animation: 1s fadeIn ease-in-out;
}

.scroll-in {
  /* フェードイン */
  /* フェードインアップ */
  /* 表示された時の処理 */
}
.scroll-in.ef_fadein > * {
  transition: opacity 1s, transform 1s;
  opacity: 0;
}
.scroll-in.ef_fadeinup > * {
  transition: opacity 1.5s, transform 1.5s;
}
.scroll-in.ef_fadeinup > *:not(.ef-no-up) {
  transform: translate(0, 20px);
}
.scroll-in.visible > * {
  opacity: 1;
}
.scroll-in.visible > *:not(.ef-no-up), .scroll-in.visible > *:not(.ef-no-down) {
  transform: translate(0, 0);
}
.scroll-in.visible > * figure {
  opacity: 1;
}
.scroll-in.visible > * figure img {
  transform: scale(1);
}

.c-iframe iframe {
  position: relative;
  width: 100%;
}
.c-iframe-contact {
  height: 1250px;
}
@media screen and (max-width: 767px) {
  .c-iframe-contact {
    height: 1300px;
  }
}
.c-iframe-reserve {
  height: 1300px;
}
@media screen and (max-width: 1024px) {
  .c-iframe-reserve {
    height: 1350px;
  }
}
@media screen and (max-width: 767px) {
  .c-iframe-reserve {
    height: 1580px;
  }
}
@media screen and (max-width: 330px) {
  .c-iframe-reserve {
    height: 1650px;
  }
}
.c-iframe-email {
  height: 1000px;
}
.c-iframe-request {
  height: 2300px;
}
@media screen and (max-width: 767px) {
  .c-iframe-request {
    height: 2500px;
  }
}
@media screen and (max-width: 450px) {
  .c-iframe-request {
    height: 2800px;
  }
}

.c-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s, visible 0.5s;
  opacity: 0;
  visibility: hidden;
  cursor: default;
}
.c-modal.show {
  opacity: 1;
  visibility: visible;
  padding: 10px;
}
.c-modal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0;
  margin-left: auto;
  cursor: pointer;
}
.c-modal-close:before, .c-modal-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}
.c-modal-close:after {
  transform: rotate(-45deg);
}
.c-modal-wrap {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.c-modal-container {
  position: relative;
  background-color: #eef7f9;
  width: 100%;
  max-width: 500px;
  color: #666666;
  padding: 40px 45px;
}
@media screen and (max-width: 767px) {
  .c-modal-container {
    padding: 30px 35px;
  }
}
.c-modal-ttl {
  font-size: clamp(18px,calc(((25 - 18) * 100vw + (860 * 18 - 375 * 25) * 1px) / (860 - 375)),25px);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4761904762;
  letter-spacing: -0.058em;
}
.c-modal-ttl span {
  font-size: 84%;
}
@media screen and (max-width: 767px) {
  .c-modal-ttl {
    margin: 0 -15px 20px;
  }
}
.c-modal-text {
  font-size: clamp(15px,calc(((21 - 15) * 100vw + (860 * 15 - 375 * 21) * 1px) / (860 - 375)),21px);
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  font-feature-settings: "palt" 1;
}
.c-modal-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-modal-link {
    gap: 30px;
  }
}
.c-modal-link > li {
  flex: 0 0 44.6859903382%;
}
.c-modal-link > li a {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  text-align: center;
  font-size: clamp(12px,calc(((17 - 12) * 100vw + (860 * 12 - 375 * 17) * 1px) / (860 - 375)),17px);
  letter-spacing: -0.005em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .c-modal-link > li a {
    height: 45px;
  }
}
.c-modal-link > li.reserve a {
  background-color: #5a96ff;
  color: #fff;
}

.c-button {
  color: #fff;
  background-color: #c6b198;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: clamp(14px,calc(((14 - 14) * 100vw + (860 * 14 - 375 * 14) * 1px) / (860 - 375)),14px);
  margin-top: clamp(30px,calc(((70 - 30) * 100vw + (860 * 30 - 375 * 70) * 1px) / (860 - 375)),70px);
  width: clamp(120px,calc(((160 - 120) * 100vw + (860 * 120 - 375 * 160) * 1px) / (860 - 375)),160px);
  height: clamp(40px,calc(((48 - 40) * 100vw + (860 * 40 - 375 * 48) * 1px) / (860 - 375)),48px);
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-button:hover {
    opacity: 0.8;
  }
}
.c-button::after {
  background: none;
  margin-left: 0;
  width: 0;
}

.p-top {
  color: #808080;
  font-feature-settings: "palt" 1;
}
.p-top__visual {
  padding-top: 30px;
  padding-left: clamp(110px,calc(((128 - 110) * 100vw + (1600 * 110 - 1367 * 128) * 1px) / (1600 - 1367)),128px);
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-top__visual {
    padding-left: clamp(30px,calc(((148 - 30) * 100vw + (1200 * 30 - 1001 * 148) * 1px) / (1200 - 1001)),148px);
  }
}
@media screen and (max-width: 1000px) {
  .p-top__visual {
    padding-left: clamp(30px,calc(((48 - 30) * 100vw + (1000 * 30 - 768 * 48) * 1px) / (1000 - 768)),48px);
  }
}
@media screen and (max-width: 767px) {
  .p-top__visual {
    padding-left: clamp(30px,calc(((100 - 30) * 100vw + (767 * 30 - 375 * 100) * 1px) / (767 - 375)),100px);
  }
}
.p-top__visual-border {
  border-top: 5px solid #666;
}
.p-top__reserve {
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 560px);
  padding: 0 20px;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .p-top__reserve {
    display: none;
  }
}
.p-top__reserve > li {
  flex: 0 0 48.2142857143%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__reserve > li {
    border-radius: 15px;
  }
}
.p-top__reserve > li > a {
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__reserve > li > a {
    letter-spacing: -0.05em;
    line-height: 1.4;
    font-weight: bold;
    height: 60px;
  }
}
.p-top__reserve > li:first-of-type {
  background-color: #f24d6e;
}
.p-top__reserve > li:last-of-type {
  background-color: #5a96ff;
}
.p-top__section {
  width: min(100%, 1240px);
  margin: 0 auto 0;
  padding: 0 20px;
  margin-top: clamp(60px,calc(((110 - 60) * 100vw + (860 * 60 - 375 * 110) * 1px) / (860 - 375)),110px);
}
.p-top__title {
  font-size: clamp(22px,calc(((32 - 22) * 100vw + (860 * 22 - 375 * 32) * 1px) / (860 - 375)),32px);
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.017em;
  margin-bottom: 5px;
  color: #70c7d4;
}
.p-top__text {
  font-size: clamp(18px,calc(((32 - 18) * 100vw + (860 * 18 - 375 * 32) * 1px) / (860 - 375)),32px);
  font-weight: 700;
  letter-spacing: 0.017em;
  line-height: 1.3;
}
.p-top__text .fnt150p {
  display: inline-block;
  position: relative;
  font-size: 150%;
  vertical-align: text-bottom;
}
.p-top__text .fnt150p.flex {
  display: inline-flex;
  align-items: flex-end;
}
.p-top__text .fnt150p .fnt170p {
  font-size: 113%;
  line-height: 1.1;
}
.p-top__text .fnt150p:after {
  content: "";
  display: block;
  width: 99%;
  height: 15px;
  background-color: #c6b198;
  position: absolute;
  bottom: 1px;
  z-index: -1;
  height: clamp(6px,calc(((13 - 6) * 100vw + (860 * 6 - 375 * 13) * 1px) / (860 - 375)),13px);
}
.p-top__list {
  display: flex;
  flex-wrap: wrap;
}
.p-top__list-item {
  flex: 0 0 22.25%;
  margin-right: 3.5833333333%;
  margin-top: clamp(18px,calc(((40 - 18) * 100vw + (860 * 18 - 375 * 40) * 1px) / (860 - 375)),40px);
  text-align: center;
}
.p-top__list-item:nth-of-type(4) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-top__list-item:nth-of-type(n + 5) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__list-item {
    flex: 0 0 46%;
    margin-right: 8%;
  }
  .p-top__list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top__list-item.mgn-45 {
    margin-right: 45px;
  }
}
.p-top__list-title {
  color: #c6b198;
  font-size: clamp(16px,calc(((20 - 16) * 100vw + (860 * 16 - 768 * 20) * 1px) / (860 - 768)),20px);
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.4;
}
.p-top__list-title.mgn-minus {
  margin: 0 -5px 8px;
}
.p-top__list-title.mgn-r-minus {
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .p-top__list-title {
    font-size: clamp(15px,calc(((22 - 15) * 100vw + (767 * 15 - 350 * 22) * 1px) / (767 - 350)),22px);
  }
}
@media screen and (max-width: 360px) {
  .p-top__list-title {
    font-size: 1.5rem;
  }
  .p-top__list-title.mgn-minus {
    margin: 0 -10px 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-top__list-image.w-275 {
    margin: 0 -28px;
  }
}
.p-top__list-text {
  font-size: clamp(14px,calc(((16 - 14) * 100vw + (860 * 14 - 375 * 16) * 1px) / (860 - 375)),16px);
  line-height: 1.25;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-top__list-text {
    margin-top: 10px;
  }
  .p-top__list-text.mgn-minus {
    margin: 10px -8px 0;
  }
}
.p-top__about {
  margin-top: clamp(40px,calc(((80 - 40) * 100vw + (860 * 40 - 375 * 80) * 1px) / (860 - 375)),80px);
}
.p-top__point1 .p-top__list-title {
  font-size: clamp(16px,calc(((20 - 16) * 100vw + (860 * 16 - 375 * 20) * 1px) / (860 - 375)),20px);
}
@media screen and (max-width: 360px) {
  .p-top__point1 .p-top__list-title {
    font-size: 1.5rem;
  }
}
.p-top__seminar .p-top__text span {
  font-size: clamp(14px,calc(((16 - 14) * 100vw + (860 * 14 - 375 * 16) * 1px) / (860 - 375)),16px);
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-top__seminar .p-top__text span {
    margin-left: 30px;
  }
}
.p-top__seminar-link {
  width: min(100%, 650px);
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .p-top__seminar-link {
    margin: 20px auto;
  }
}
.p-top__seminar-link .c-button {
  margin-top: 30px;
  width: clamp(220px,calc(((330 - 220) * 100vw + (860 * 220 - 375 * 330) * 1px) / (860 - 375)),330px);
}
@media screen and (max-width: 767px) {
  .p-top__seminar-link .c-button {
    margin: 20px auto;
  }
}
.p-top__seminar-link .c-button:after {
  display: none;
}
.p-top__seminar-text {
  text-align: center;
  padding: 0 20px;
  margin: 10px auto 0;
}
.p-top__slide {
  background-color: #eef7f9;
  padding: 25px 0;
  margin-top: 20px;
}
.p-top__slide-item {
  background-color: #fff;
  padding: 25px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__slide-item {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-top__slide-inner {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.p-top__slide-title {
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 15px;
  line-height: 1.2916666667;
  font-size: clamp(22px,calc(((24 - 22) * 100vw + (860 * 22 - 768 * 24) * 1px) / (860 - 768)),24px);
}
@media screen and (min-width: 768px) {
  .p-top__slide-title {
    margin-right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__slide-title {
    padding: 10px;
    margin: 0 -10px;
    font-size: 1.5rem;
  }
}
.p-top__slide-title.bg-g {
  background-color: #c6b198;
}
.p-top__slide-title.bg-b {
  background-color: #70c7d4;
}
@media screen and (min-width: 768px) {
  .p-top__slide-image {
    flex: 0 0 25.8620689655%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__slide-image {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top__slide-image > figure {
    flex: 0 0 30%;
  }
}
.p-top__slide-image > p {
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-top__slide-image > p {
    flex: 0 0 70%;
    font-size: 1.3rem;
    text-align: left;
    margin-left: 10px;
  }
}
.p-top__slide-contents {
  flex: 0 0 67.2413793103%;
  position: relative;
}
.p-top__slide-contents > p {
  overflow: hidden;
  max-height: 80px;
  line-height: 1.5625;
  transition: padding 0.5s, max-height 0.25s;
}
@media screen and (max-width: 767px) {
  .p-top__slide-contents > p {
    font-size: 1.4rem;
    margin-top: 10px;
    max-height: 90px;
  }
}
.p-top__slide-contents > p.is-active {
  max-height: 1000px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top__slide-contents > p.is-active {
    padding-bottom: 45px;
  }
}
.p-top__slide-contents .p-top__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-top__slide-contents .p-top__btn .c-button {
  font-size: clamp(20px,calc(((22 - 20) * 100vw + (860 * 20 - 768 * 22) * 1px) / (860 - 768)),22px);
  height: 48px;
  width: clamp(150px,calc(((200 - 150) * 100vw + (860 * 150 - 375 * 200) * 1px) / (860 - 375)),200px);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-top__slide-contents .p-top__btn .c-button {
    width: 130px;
    height: 40px;
    font-size: 1.5rem;
  }
}
.p-top__slide-contents .p-top__btn .c-button:after {
  background: url("../images/icon-top-slide-item-arrow.svg") no-repeat center center/20px 20px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  transition: transform 0.1s;
}
@media screen and (max-width: 767px) {
  .p-top__slide-contents .p-top__btn .c-button:after {
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
  }
}
.p-top__slide-contents .p-top__btn .c-button.is-active:after {
  transform: rotate(180deg);
}
.p-top__slide .slick-slide {
  width: min(90vw, 740px) !important;
  padding: 0 min(4vw, 50px);
}
@media screen and (max-width: 767px) {
  .p-top__slide .slick-slide {
    width: 300px !important;
    padding: 0 20px;
  }
}
.p-top__slide .slick-arrow {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 153px;
  z-index: 10;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top__slide .slick-arrow {
    width: 26px;
    height: 26px;
    top: 155px;
  }
}
.p-top__slide .slick-arrow:before {
  display: none;
}
.p-top__slide .slick-arrow:hover {
  opacity: 0.8;
  color: #261713;
}
.p-top__slide .slick-prev {
  background: url("../images/icon-top-slide-left.svg") no-repeat center center;
  left: calc(50% - min(90vw, 740px) / 2 - min(4vw, 30px) / 2);
}
@media screen and (max-width: 767px) {
  .p-top__slide .slick-prev {
    left: calc(50% - 150px - 10px);
  }
}
@media screen and (max-width: 330px) {
  .p-top__slide .slick-prev {
    left: calc(50% - 150px - 7px);
  }
}
.p-top__slide .slick-prev:hover, .p-top__slide .slick-prev:focus {
  background: url("../images/icon-top-slide-left.svg") no-repeat center center;
}
.p-top__slide .slick-next {
  background: url("../images/icon-top-slide-right.svg") no-repeat center center;
  right: calc(50% - min(90vw, 740px) / 2 - min(4vw, 30px) / 2);
}
@media screen and (max-width: 767px) {
  .p-top__slide .slick-next {
    right: calc(50% - 150px - 10px);
  }
}
@media screen and (max-width: 330px) {
  .p-top__slide .slick-next {
    right: calc(50% - 150px - 7px);
  }
}
.p-top__slide .slick-next:hover, .p-top__slide .slick-next:focus {
  background: url("../images/icon-top-slide-right.svg") no-repeat center center;
}
.p-top__investment {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__investment {
    margin-bottom: 20px;
  }
}
.p-top__investment-bg {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  margin-top: clamp(50px,calc(((100 - 50) * 100vw + (860 * 50 - 375 * 100) * 1px) / (860 - 375)),100px);
}
.p-top__investment-bg-contents {
  background-color: #eef7f9;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  position: absolute;
  width: min(205vw, 2800px);
  height: min(205vw, 2800px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top__investment-bg-contents {
    width: min(280vw, 1300px);
    height: min(280vw, 1300px);
  }
}
.p-top__investment .p-top__list-title {
  text-align: left;
}
@media screen and (max-width: 360px) {
  .p-top__investment .p-top__list-title {
    font-size: 1.4rem;
  }
}
.p-top__note {
  margin-top: 30px;
  font-size: 1.2rem;
  color: #949494;
  line-height: 1.4;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 767px) {
  .p-top__note {
    font-size: 1.1rem;
  }
}
.p-top .l-main-link {
  max-width: 1200px;
  margin-top: 0;
}
.p-top .l-main-link-item {
  flex: 0 0 34.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-top .l-main-link-item {
    flex: 0 0 49%;
  }
}
.p-top__news .c-news-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-top__news .c-news-ttl {
  flex: 0 0 27.4509803922%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top__news .c-news-ttl {
    display: flex;
  }
  .p-top__news .c-news-ttl .p-top__title {
    margin-right: 10px;
  }
}
.p-top__news .c-news-ttl .p-top__title {
  line-height: 1;
  margin-bottom: 10px;
}
.p-top__news .c-news-ttl .p-top__text {
  color: #808080;
}
.p-top__news .c-news-list {
  flex: 0 0 72%;
  margin-left: 0;
  margin-top: 10px;
}
.p-top__news .c-news-list-item > a {
  transition: opacity 0.3s;
  display: inline-block;
  color: #70c7d4;
}
@media screen and (min-width: 768px) {
  .p-top__news .c-news-list-item > a:hover {
    opacity: 0.8;
  }
}
.p-top-point {
  background-color: #eef7f9;
  padding: 60px 20px 70px;
}
@media screen and (max-width: 767px) {
  .p-top-point {
    padding: 10px 20px 30px;
  }
}
.p-top-point-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-point-contents {
    margin-left: -5px;
  }
}
.p-top-point-list {
  display: flex;
  flex-direction: column;
  flex: 0 0 30.4761904762%;
}
.p-top-point-list-item {
  margin-bottom: 40px;
}
.p-top-point-list-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-point-list-item {
    margin-bottom: 20px;
  }
  .p-top-point-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-top-point-num {
  letter-spacing: 0;
  font-weight: bold;
  font-size: clamp(12px,calc(((32 - 12) * 100vw + (860 * 12 - 375 * 32) * 1px) / (860 - 375)),32px);
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-point-num {
    margin-left: 5px;
  }
}
.p-top-point-num .text {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-top-point-num .text {
    margin-bottom: -5px;
  }
}
.p-top-point-num .num {
  font-size: 224.2424242424%;
  font-family: "Antonio", sans-serif;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-point-num .num {
    margin-left: 10px;
    font-size: 258.3333333333%;
  }
}
.p-top-point-num .num.num1 {
  color: #41a3dd;
}
.p-top-point-num .num.num2 {
  color: #659ae3;
}
.p-top-point-num .num.num3 {
  color: #1b6898;
}
.p-top-point-num .num.num4 {
  color: #ffd553;
}
.p-top-point-num .num.num5 {
  color: #fdb850;
}
.p-top-point-num .num.num6 {
  color: #f56255;
}
.p-top-point .list1 {
  align-items: flex-end;
}
.p-top-point .list1 .p-top-point-link {
  margin-right: 5px;
}
.p-top-point .list2 .p-top-point-link {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-top-point .list2 .p-top-point-num {
    margin-right: -20px;
  }
}
.p-top-point .list2 .p-top-point-num .num {
  margin-left: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-point .list2 .p-top-point-num .num {
    margin-right: 7px;
  }
}
.p-top-point-link {
  font-size: min(2.5vw,2.3rem);
  letter-spacing: -0.03em;
  background-color: #70c7d4;
  color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  width: min(21.2vw,191px);
  max-width: 192px;
  border-radius: 23px;
  display: block;
  padding: 12px 5px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-point-link {
    font-size: max(2.5vw,1rem);
    border-radius: 10px;
    padding: 7px;
    margin-top: 5px;
    width: max(20vw,80px);
    max-width: 191px;
  }
}
.p-top-point-tresq {
  background-color: #70c7d4;
  flex: 0 0 31.1904761905%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 8.3333333333%;
}
.p-top-point-tresq img {
  width: 62.9770992366%;
  height: auto;
}
@supports not (aspect-ratio: auto) {
  .p-top-point-tresq img {
    margin: 12.725% 0;
  }
}

.p-news {
  /* お知らせ一覧 */
}
.p-news-list {
  background-color: #f9f9f9;
  padding: 85px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    padding-top: 50px;
  }
}
.p-news-list-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-news-list .yearly-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-news-list .yearly-list {
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.p-news-list .yearly-list > li {
  margin-right: 15px;
  margin-bottom: 20px;
}
.p-news-list .yearly-list > li a {
  font-size: 2.4rem;
  line-height: 1em;
  color: #666;
  border-bottom: 3px solid #70c7d4;
}
@media screen and (max-width: 767px) {
  .p-news-list .yearly-list > li a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-list .yearly-list > li a:hover {
    color: #70c7d4;
    border-bottom: 3px solid #666;
  }
}
.p-news-list .c-news-ttl {
  width: 313px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-news-list .c-news-ttl {
    width: 210px;
  }
}
.p-news-list .c-news-ttl-main {
  font-size: 5.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-list .c-news-ttl-main {
    font-size: 3.6rem;
  }
  .p-news-list .c-news-ttl-main:after {
    display: block;
  }
}
.p-news-list .c-news-ttl-sub {
  color: #666;
  letter-spacing: 0.05em;
}
.p-news-list .c-news-list {
  font-size: 1.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-news-list .c-news-list {
    margin-top: 30px;
  }
}
.p-news-list .c-news-list-item {
  margin-bottom: 20px;
}
.p-news-list .c-news-list-item .tag {
  font-size: 1.2rem;
  padding: 2px 10px;
  background-color: #90d2dc;
  margin-right: 40px;
  margin-left: 20px;
}
.p-news a {
  color: #333;
}

.rwd_show600 {
  display: none;
}

@media screen and (max-width: 600px) {
  .rwd_show600 {
    display: inline;
  }
}
.rwd_show800 {
  display: none;
}

@media screen and (max-width: 800px) {
  .rwd_show800 {
    display: inline;
  }
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.swrap {
  max-width: 1000px;
  margin: 0 auto;
}

/*
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
  .wrap{
  max-width:2400px;
  }
  .swrap{
  max-width:2000px;
  }
}
*/
.bd_title {
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.bd_title:before {
  content: " ";
  display: block;
  width: 240px;
  height: 4px;
  background-color: #70c7d4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.flex_1 {
  display: flex;
  margin-right: -20px;
}
.flex_1 > * {
  flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
}

.en {
  font-family: "Antonio", sans-serif;
}

.blue_font {
  color: #0182ba;
}

.section_block_header {
  text-align: center;
}
.section_block_header p {
  font-weight: bold;
  font-size: 120%;
}
.section_block_header .en {
  font-size: 280%;
  letter-spacing: 0.3rem;
}

.sb_information {
  background-color: #eee;
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
.sb_information .sb_information_in {
  display: flex;
}
.sb_information .sb_information_in .section_block_header {
  flex: 0 1 225px;
  padding-right: 50px;
}
.sb_information .sb_information_in .section_block_header h2 {
  font-size: 232%;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.sb_information .sb_information_in .section_block_header h2:before {
  width: 100%;
  left: 0;
}
.sb_information .sb_information_in .sb_information_list {
  flex: 1;
}
.sb_information .sb_information_in .sb_information_list .more {
  display: block;
  background-color: #70c7d4;
  color: #007eb8;
  border-radius: 130px;
  width: 130px;
  padding: 2px 10px;
  margin-left: auto;
  margin-right: 0px;
  font-size: 90%;
  text-align: center;
}
.sb_information .sb_information_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sb_information .sb_information_list ul i {
  font-style: normal;
}
.sb_information .sb_information_list ul li {
  margin-bottom: 10px;
}
.sb_information .sb_information_list ul li a {
  display: block;
}
.sb_information .sb_information_list ul li a > span:nth-child(1) {
  margin-right: 10px;
}
.sb_information .sb_information_list ul li a > span:nth-child(1) > span {
  background-color: #70c7d4;
  color: #fff;
  border-radius: 3px;
  font-size: 90%;
  padding: 2px 15px;
}
.sb_information .sb_information_list ul li a > span:nth-child(1) > i {
  margin-right: 10px;
}

.mv {
  position: relative;
}
.mv .mv_contents {
  position: relative;
  z-index: 1;
  padding-bottom: 136px;
  max-width: 1200px;
  margin: 0 auto;
}
.mv .mv_contents > p {
  width: 18%;
  margin: 0 auto;
  padding: 137px;
  padding-bottom: 40px;
}
.mv .mv_contents > div {
  text-align: center;
}
.mv .mv_contents > div > p {
  font-size: 173%;
  font-weight: bold;
  color: #fff;
}
.mv .mv_contents .join_member {
  display: block;
  width: 415px;
  padding: 20px 30px;
  color: #fff;
  border-radius: 100px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  border: 1px solid #fff;
  background-color: #f44f6f;
  text-align: center;
  margin: 0 auto;
  font-size: 170%;
}
.mv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.sb_top_message {
  padding: 120px 0;
}
.sb_top_message .sb_top_message_in {
  display: flex;
  align-items: center;
}
.sb_top_message .sb_top_message_in > p {
  flex: 0 1 50%;
  background-color: #0182bb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  border-radius: 10px;
}
.sb_top_message .sb_top_message_in > p img {
  width: 35%;
}
.sb_top_message .sb_top_message_in > div {
  flex: 1;
  padding-left: 60px;
}
.sb_top_message .sb_top_message_in > div p {
  margin-bottom: 30px;
  font-size: 110%;
  line-height: 1.8;
}
.sb_top_message .sb_top_message_in > div p b {
  font-size: 150%;
}

.sb_our_fund {
  padding: 50px 0;
  position: relative;
}
.sb_our_fund .swrap {
  position: relative;
}
.sb_our_fund .fund_tags {
  position: absolute;
  right: 100%;
  top: 0;
  width: 200px;
}
.sb_our_fund .fund_tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sb_our_fund .fund_tags ul li {
  margin-bottom: 10px;
}
.sb_our_fund .fund_tag {
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #aaa;
  border-radius: 5px 0 10px 0;
  font-size: 130%;
  padding: 5px 10px;
  width: 100px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sb_our_fund .fund_tag.boshuyokoku {
  background-color: #ff5a00;
}
.sb_our_fund .fund_tag.boshuchu {
  background-color: #ff006d;
}
.sb_our_fund .fund_tag.boshuend {
  background-color: #7c8ad2;
}
.sb_our_fund .fund_tag.seiritsu {
  background-color: #0804a3;
}
.sb_our_fund .fund_tag.unyochu {
  background-color: #006cff;
}
.sb_our_fund .fund_tag.unyoend {
  background-color: #575757;
}
.sb_our_fund .fund_tag.fuseiritsu {
  background-color: #3b4261;
}
.sb_our_fund .section_block_header {
  padding-bottom: 30px;
}
.sb_our_fund .sb_our_fund_flex_box {
  display: flex;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 100px;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images {
  flex: 0 1 38%;
  position: relative;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .fund_tag {
  position: absolute;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in {
  height: 100%;
  position: relative;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in * {
  width: 50%;
  height: 175px;
  top: calc(100% - 175px);
  left: 0;
  position: absolute;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in * img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in > *:nth-child(1) {
  height: calc(100% - 175px);
  width: 100%;
  top: 0;
  left: 0;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in > *:nth-child(3) {
  left: 50%;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents {
  flex: 1;
  position: relative;
  padding: 45px;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents:before {
  content: " ";
  height: 30%;
  position: absolute;
  width: 100%;
  background-color: #51bbcb;
  top: 0;
  left: 0;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents > * {
  position: relative;
  z-index: 1;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents h3 {
  color: #fff;
  font-size: 160%;
  margin-bottom: 30px;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  display: flex;
  border-radius: 5px;
  margin-bottom: 35px;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex > * {
  flex: 1;
  padding: 36px 0;
  box-sizing: border-box;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex > *:nth-child(1) {
  border-right: 1px solid #d1d1d1;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex > * p {
  font-size: 150%;
  font-weight: bold;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex > * p i {
  font-style: normal;
  font-size: 140%;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_boshu .sb_our_fund_boshu_in {
  display: flex;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_boshu .sb_our_fund_boshu_in h4 {
  color: #51bbcb;
  font-size: 130%;
  margin-right: 10px;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_boshu .sb_our_fund_boshu_in p {
  font-size: 120%;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_boshu .sb_our_fund_boshu_in p small {
  font-size: 80%;
  margin-left: 10px;
}
.sb_our_fund .gage {
  background-color: #aaa;
  border-radius: 100px;
  text-align: center;
  background: linear-gradient(to right, #7eccd6, #a812f7);
  color: #fff;
  padding: 1px 0;
  position: relative;
  margin: 15px 0;
}
.sb_our_fund .gage:after {
  content: " ";
  position: absolute;
  border: 13px solid #a812f7;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  right: 0;
  bottom: calc(100% + 3px);
}
.sb_our_fund .sb_our_fund_boshu_more {
  display: block;
  width: 66%;
  margin: 0 auto;
  padding: 13px;
  text-align: center;
  border: 2px solid #51bbcb;
  color: #51bbcb;
  border-radius: 100px;
  font-weight: bold;
  margin-top: 34px;
}
.sb_our_fund .more_fund {
  display: block;
  width: 415px;
  padding: 20px 30px;
  color: #fff;
  border-radius: 100px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  background-color: #0182bb;
  text-align: center;
  margin: 0 auto;
  font-size: 170%;
}

@media screen and (max-width: 600px) {
  .sb_our_fund {
    padding-top: 0;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents h3 {
    margin-bottom: 10px;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex > * {
    padding: 10px 0;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents:before {
    height: 25%;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex {
    margin-bottom: 15px;
  }
}
.sb_features {
  padding: 75px 0;
}
.sb_features .section_block_header {
  margin-bottom: 60px;
}
.sb_features .section_block_header h2 {
  margin-bottom: 10px;
}
.sb_features .section_block_header p {
  font-weight: normal;
}
.sb_features .sb_features_block {
  border: 2px solid #51bbcb;
  border-radius: 10px;
  padding: 130px;
  padding-top: 25px;
  padding-bottom: 0;
  margin-bottom: 70px;
  text-align: center;
}
.sb_features .sb_features_block h3 {
  font-size: 265%;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
}
.sb_features .sb_features_block h3 i {
  font-style: normal;
  font-size: 150%;
  margin-right: 10px;
}
.sb_features .sb_features_block > p {
  color: #51bbcb;
  margin-bottom: 50px;
}
.sb_features .sb_features_block .flex_1 {
  margin-bottom: 80px;
}
.sb_features .sb_features_block .flex_1 > * > * {
  position: relative;
}
.sb_features .sb_features_block .flex_1 > * > *:before {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.sb_features .sb_features_block .flex_1 > * > * > * {
  background-color: #51bbcb;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sb_features .sb_features_block .flex_1 > * > * > * p {
  height: 70%;
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sb_features .sb_features_block .flex_1 > * > * > * p img {
  max-height: 100%;
  max-width: 100%;
}
.sb_features .sb_features_block .flex_1 > *:nth-child(2) > * > * p {
  width: 55%;
}
.sb_features .sb_features_block .sb_features_more {
  width: 350px;
  background-color: #fff;
  color: #51bbcb;
  border: 2px solid #51bbcb;
  text-align: center;
  display: block;
  padding: 10px;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 120%;
  margin-bottom: -30px;
}
.sb_features .sb_features_blockBottom {
  padding: 50px 65px;
  padding-bottom: 0;
}
.sb_features .sb_features_blockBottom > p {
  margin-bottom: 10px;
}
.sb_features .sb_features_blockBottom .sb_features_wide {
  margin-bottom: 45px;
}

@media screen and (max-width: 600px) {
  .sb_features {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sb_features .sb_features_block .flex_1 > * > * {
    background-color: #51bbcb;
  }
  .sb_features .sb_features_block .flex_1 > * > * > * p {
    height: 70%;
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
  }
  .sb_features .sb_features_block .flex_1 {
    margin-bottom: 0;
  }
}
.sb_howto {
  margin-bottom: 120px;
}
.sb_howto .section_block_header {
  margin-bottom: 50px;
}
.sb_howto .flex_1_wrap {
  position: relative;
}
.sb_howto .flex_1_wrap:after {
  content: " ";
  width: 200vw;
  position: absolute;
  left: -100vw;
  background-color: #eee;
  height: 57%;
  top: 22.3%;
  z-index: -1;
}
.sb_howto .flex_1 a {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.sb_howto .flex_1 a:after {
  content: " ";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.sb_howto .flex_1 a img {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.sb_howto .flex_1 a b {
  display: block;
  text-align: center;
  font-size: 120%;
}
.sb_howto .flex_1 a span {
  padding: 50px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.sb_howto .flex_1 > *:nth-child(1) a {
  display: block;
  background-image: url(../../images/top/how_to_about.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.sb_howto .flex_1 > *:nth-child(2) a {
  display: block;
  background-color: #51bbcb;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .sb_howto {
    margin-bottom: 0;
  }
}
.sb_movies {
  text-align: center;
}
.sb_movies .section_block_header {
  margin-bottom: 30px;
}
.sb_movies .sb_movies_flex {
  display: flex;
}
.sb_movies .sb_movies_flex > * {
  flex: 1;
  box-sizing: border-box;
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
.sb_movies .sb_movies_flex > *:nth-child(1) {
  padding-right: 80px;
}
.sb_movies .sb_movies_flex > *:nth-child(1):before {
  content: " ";
  display: block;
  width: 100vw;
  right: 1px;
  top: 0;
  height: 100%;
  background-color: #eee;
  z-index: -1;
  position: absolute;
}
.sb_movies .sb_movies_flex > *:nth-child(2) {
  padding-left: 80px;
}
.sb_movies .sb_movies_flex > *:nth-child(2):before {
  content: " ";
  display: block;
  width: 100vw;
  left: 1px;
  top: 0;
  height: 100%;
  background-color: #d8eced;
  z-index: -1;
  position: absolute;
}
.sb_movies .sb_movies_flex h3 {
  font-size: 250%;
  display: block;
  margin-bottom: 20px;
}
.sb_movies .sb_movies_flex .movie {
  margin-top: 30px;
}
.sb_movies .sb_movies_flex .movie iframe {
  width: 100%;
  height: 292px;
}

.page_contents .section_block_header {
  padding: 50px 0;
  margin-bottom: 80px;
  background-color: #51bbcc;
}
.page_contents .section_block_header h2 {
  color: #fff;
  display: block;
  font-size: 350%;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page_contents .section_block_header h2:before {
  background-color: #fff;
}
.page_contents .section_block_header p {
  color: #000;
}
.page_contents .sb_our_fund {
  padding-top: 0;
}

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.pagination ul li {
  padding-right: 10px;
}
.pagination ul li > * {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
}
.pagination ul li.current span {
  background-color: #51bbcc;
  border: 1px solid #51bbcc;
  color: #fff;
}
.what_section .what_section_box {
  margin-bottom: 80px;
}
.what_section .what_section_box h3 {
  color: #51bbcc;
  margin-bottom: 20px;
  font-size: 130%;
}
.what_section .what_section_box > p {
  margin-bottom: 30px;
}
.what_section .what_section_box figure {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.what_section .what_section_box figure img {
  width: 100%;
}
.what_section .what_section_box .what_section_box_wide {
  width: 100%;
}
.what_section .what_section_box .what_section_box_wide img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .what_section .what_section_box figure {
    width: auto;
  }
}
.page_content_box {
  margin-bottom: 80px;
  font-feature-settings: "palt" 1;
}
.page_content_box h3 {
  color: #51bbcc;
  margin-bottom: 20px;
  font-size: 130%;
}
.page_content_box > p {
  margin-bottom: 30px;
}
.page_content_box figure {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page_content_box figure img {
  width: 100%;
}

.points_section.page_contents .section_block_header {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .points_section.page_contents .section_block_header {
    padding: 50px 20px;
  }
}
.points_nav {
  margin-top: 50px;
  margin-bottom: 50px;
}
.points_nav .sp_next {
  display: none;
}
.points_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .points_nav ul {
    margin-right: 0;
  }
}
.points_nav ul > * {
  padding-right: 30px;
  box-sizing: border-box;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .points_nav ul > * {
    padding-right: 0;
  }
}
.points_nav ul > * a {
  display: block;
  font-size: 120%;
  background-color: #d0d0d0;
  color: #fff;
  padding: 20px 30px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.points_nav ul > * a > span {
  flex: 0 1 10%;
  text-align: center;
}
.points_nav ul > * a > p {
  flex: 1;
}
.points_nav ul .current a {
  position: relative;
  background-color: #51bbcc;
}

@media screen and (max-width: 1000px) {
  .points_nav ul > * a {
    font-size: 100%;
  }
}
@media screen and (max-width: 700px) {
  .points_nav ul {
    display: block;
  }
  .points_nav ul > li {
    margin-bottom: 10px;
  }
  .points_nav.points_navBottom .sp_next {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 130%;
  }
  .points_nav.points_navBottom ul .next a:before .next {
    top: 5px;
    right: 5px;
  }
  .points_nav ul > * a {
    padding: 20px;
  }
  .points_nav ul > * a > span {
    font-family: "Antonio", sans-serif;
    font-size: 150%;
  }
}
.points_nav.points_navBottom {
  margin-top: 50px;
  margin-bottom: 50px;
}
.points_nav.points_navBottom ul .next a {
  position: relative;
}
.points_nav.points_navBottom ul .next a:before {
  content: "NEXT";
  display: block;
  text-align: center;
  position: absolute;
  top: -40px;
  color: #000;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 700px) {
  .points_nav.points_navBottom ul .next a:before {
    top: 10px;
    right: 10px;
    left: auto;
    text-align: right;
    display: none;
  }
}
.next_pagination {
  text-align: center;
}
.next_pagination a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  border-radius: 100px;
  background-color: #51bbcc;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
}

.point_boxCenter {
  text-align: center;
}

.point_box_lineup {
  margin-bottom: 30px;
}
.point_box_lineup .point_box_lineup_title {
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 130%;
  margin-bottom: 20px;
}
.point_box_lineup .point_box_lineup_title:before {
  content: " ";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  background-color: #51bbcc;
  left: 0;
}
.point_box_lineup .point_box_lineup_title span {
  background-color: #fff;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.point_box_lineup img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 700px) {
  .point_box_lineup .point_box_lineup_title {
    font-size: 100%;
  }
}
.point_box_list {
  width: 90%;
  margin: 0 auto;
}
.point_box_list .point_box_list_item {
  display: flex;
  border: 2px solid #51bbcc;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  align-items: center;
}
.point_box_list .point_box_list_item > p {
  flex: 0 1 35%;
  padding: 10px;
  padding-left: 0;
  padding-right: 30px;
  box-sizing: border-box;
}
.point_box_list .point_box_list_item > div {
  padding: 50px;
  box-sizing: border-box;
  flex: 1;
}
.point_box_list .point_box_list_item > div > p small {
  display: block;
  margin-top: 10px;
  font-size: 80%;
}
.point_box_list .point_box_list_item > div > div {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.point_box_list .point_box_list_item > div > div h4 {
  font-size: 120%;
  padding-right: 20px;
  line-height: 1.3;
}
.point_box_list .point_box_list_item > div > div h4 small {
  display: block;
  font-weight: normal;
  margin-top: 10px;
  font-size: 70%;
}
.point_box_list .point_box_list_item > div > div .ls_small {
  letter-spacing: -2px;
}
.point_box_list .point_box_list_item > div > div > p {
  font-weight: bold;
  font-size: 150%;
  letter-spacing: 0px;
}
.point_box_list .point_box_list_item > div > div > p i {
  font-style: normal;
  font-size: 300%;
  color: #51bbcc;
  line-height: 1;
  font-weight: normal;
  line-height: 0;
}

.more_number {
  display: block;
  width: 415px;
  padding: 20px 30px;
  color: #fff;
  border-radius: 100px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  background-color: #0182bb;
  text-align: center;
  margin: 0 auto;
  font-size: 170%;
  box-sizing: unset;
}

@media screen and (max-width: 1000px) {
  .point_box_list {
    width: auto;
  }
  .point_box_list .point_box_list_item > div > div {
    display: block;
  }
  .point_box_list .point_box_list_item > div > div h4 {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .point_box_list .point_box_list_item {
    display: block;
  }
  .point_box_list .point_box_list_item > div {
    padding: 10vw 5vw;
  }
  .point_box_list .point_box_list_item > div > div {
    text-align: center;
  }
  .point_box_list .point_box_list_item > p {
    padding: 5vw;
  }
  .point_box_list .point_box_list_item > p img {
    width: 100%;
  }
  .more_number {
    font-size: 120%;
    width: auto;
  }
}
/*area*/
.map_area {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border: #39b0c4 solid 1px;
  padding: 30px;
}
.map_area .map_area_in {
  height: 350px;
}
.map_area > * {
  flex: 0 1 40%;
}
.map_area > *:nth-child(1) ul {
  text-align: left;
}
.map_area > *:nth-child(1) ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all ease 0.3s;
}
.map_area > *:nth-child(1) ul li img {
  width: 100%;
}
.map_area > *:nth-child(1) ul li:nth-child(1) {
  position: relative;
  opacity: 1;
  z-index: 10;
}
.map_area > *:nth-child(1) ul li.act:nth-child(1) {
  opacity: 0;
}
.map_area > *:nth-child(1) ul li.on {
  opacity: 1;
}
.map_area > *:nth-child(2) {
  flex: 0 1 56%;
}
.map_area > *:nth-child(2) ul {
  text-align: left;
}
.map_area > *:nth-child(2) ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}
.map_area > *:nth-child(2) ul li img:nth-child(1) {
  transition: all ease 0.3s;
}
.map_area > *:nth-child(2) ul li img:nth-child(2) {
  transition: all ease 0.1s;
}
.map_area > *:nth-child(2) ul li.no_target {
  opacity: 0.5;
}
.map_area > *:nth-child(2) ul li.on img:nth-child(1) {
  transform: scale(1.1);
  transition: all ease 0.3s;
  z-index: 3;
}
.map_area > *:nth-child(2) ul li:nth-child(1) img:nth-child(1) {
  position: absolute;
  right: 28.6%;
  width: 19.6%;
  top: 25.7%;
}
.map_area > *:nth-child(2) ul li:nth-child(1) img:nth-child(2) {
  position: absolute;
  right: 1.4%;
  width: 23.8%;
  top: 54.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(1).on img:nth-child(1) {
  transform: translate3d(4.6%, 0, 0) scale(1.1);
  transition: all ease 0.3s;
}
.map_area > *:nth-child(2) ul li:nth-child(1).on img:nth-child(2) {
  right: 3.4%;
  width: 19.8%;
  top: 32.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(2) img:nth-child(1) {
  position: absolute;
  left: 33.7%;
  width: 18.105%;
  top: 64%;
}
.map_area > *:nth-child(2) ul li:nth-child(2) img:nth-child(2) {
  position: absolute;
  right: 74.4%;
  width: 19.8%;
  top: 94.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(2).on img:nth-child(1) {
  transform: translate3d(-5.4%, 6%, 0) scale(1.1);
  transition: all ease 0.3s;
}
.map_area > *:nth-child(2) ul li:nth-child(2).on img:nth-child(2) {
  right: 74.4%;
  width: 15.8%;
  top: 86.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(3) img:nth-child(1) {
  position: absolute;
  left: 32.4%;
  width: 19.6%;
  top: 51%;
}
.map_area > *:nth-child(2) ul li:nth-child(3) img:nth-child(2) {
  position: absolute;
  right: 74.4%;
  width: 24.8%;
  top: 60.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(3).on img:nth-child(1) {
  transform: translate3d(-6.4%, 1%, 0) scale(1.1);
  transition: all ease 0.3s;
}
.map_area > *:nth-child(2) ul li:nth-child(3).on img:nth-child(2) {
  right: 74.4%;
  width: 19.8%;
  top: 55.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(4) img:nth-child(1) {
  position: absolute;
  left: 33.5%;
  width: 18.5%;
  top: 34.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(4) img:nth-child(2) {
  position: absolute;
  right: 73.4%;
  width: 18.8%;
  top: 39.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(4).on img:nth-child(1) {
  transform: translate3d(-7.4%, -7%, 0) scale(1.1);
  transition: all ease 0.3s;
}
.map_area > *:nth-child(2) ul li:nth-child(4).on img:nth-child(2) {
  right: 72.4%;
  width: 14.8%;
  top: 29.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(5) img:nth-child(1) {
  position: absolute;
  left: 39.5%;
  width: 12.5%;
  top: 26.9%;
}
.map_area > *:nth-child(2) ul li:nth-child(5) img:nth-child(2) {
  position: absolute;
  right: 70.4%;
  width: 18.8%;
  top: 16.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(5).on img:nth-child(1) {
  transform: translate3d(-5.4%, -6%, 0) scale(1.1);
  transition: all ease 0.3s;
}
.map_area > *:nth-child(2) ul li:nth-child(5).on img:nth-child(2) {
  right: 71.4%;
  width: 14.8%;
  top: 9.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(6) img:nth-child(1) {
  position: absolute;
  left: 47.15%;
  width: 4.8%;
  top: 25.8%;
}
.map_area > *:nth-child(2) ul li:nth-child(6) img:nth-child(2) {
  position: absolute;
  right: 17.4%;
  width: 18.8%;
  top: 12.5%;
}
.map_area > *:nth-child(2) ul li:nth-child(7) {
  z-index: -1;
}
.map_area > *:nth-child(2) ul li:nth-child(7) img {
  left: 30.3%;
  position: absolute;
  top: 22%;
  width: 43.2%;
}
.map_area > *:nth-child(2) ul li:last-child {
  position: relative;
  opacity: 1;
  z-index: 10;
}
.map_area > *:nth-child(2) ul li:last-child img:nth-child(1) {
  width: 55.6%;
  margin-top: 9%;
  margin-left: 27%;
  position: relative;
  z-index: 1;
}
.map_area > *:nth-child(2) ul li:last-child img:nth-child(2) {
  position: absolute;
  z-index: -1;
  left: 20%;
  top: 10%;
}
.map_area > *:nth-child(2) ul li.on {
  opacity: 1;
}
.map_area ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.map_area map area {
  cursor: pointer;
}

.map_area_cursor:before {
  content: " ";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(https://www.toseicorp.co.jp/corporate/about/img/index_ic003.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.point_box_map {
  position: relative;
  z-index: 1;
}
.point_box_map h4 {
  margin-bottom: 5px;
  color: #51bbcc;
}

@media screen and (max-width: 1000px) {
  .map_area .map_area_in {
    height: 33vw;
  }
}
@media screen and (max-width: 800px) {
  .map_area {
    display: block;
  }
  .map_area .map_area_in {
    height: auto;
  }
  .map_area > div:nth-child(1) {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .map_area > div:nth-child(2) .map_area_in {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .map_area > div:nth-child(1) {
    width: 100%;
  }
  .map_area > div:nth-child(2) .map_area_in {
    margin-bottom: 50px;
  }
}
.point_box_image_flex {
  display: flex;
  align-items: center;
}
.point_box_image_flex h4 {
  padding-right: 10px;
}

@media screen and (max-width: 700px) {
  .point_box_image_flex {
    display: block;
  }
  .point_box_image_flex > * {
    margin-bottom: 20px;
  }
  .point_box_image_flex > * p {
    text-align: center;
  }
  .point_box_image_flex > * img {
    margin: 0 auto;
  }
}
.point_box_valueup {
  padding: 20px;
  background-color: #b3e8df;
}
.point_box_valueup .point_box_valueup_in {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.point_box_valueup .point_box_valueup_in > p {
  flex: 0 1 30%;
}
.point_box_valueup .point_box_valueup_in > ol {
  flex: 1;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  counter-reset: my-counter;
}
.point_box_valueup .point_box_valueup_in > ol li {
  margin-bottom: 20px;
  font-size: 110%;
  padding-left: 40px;
  position: relative;
}
.point_box_valueup .point_box_valueup_in > ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #006869;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  flex: 0 1 30px;
  margin-right: 10px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 1px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.point_box_valueup .point_box_valueup_in > ol li:last-child {
  margin-bottom: 0;
}
.point_box_valueup .point_box_valueup_bottom {
  display: flex;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  align-items: center;
}
.point_box_valueup .point_box_valueup_bottom .point_box_valueup_bottom_left {
  flex: 0 1 40%;
}
.point_box_valueup .point_box_valueup_bottom .point_box_valueup_bottom_left h4 {
  color: #006869;
  font-size: 150%;
  margin-bottom: 10px;
}
.point_box_valueup .point_box_valueup_bottom .point_box_valueup_bottom_right {
  flex: 1;
  padding-left: 30px;
  box-sizing: border-box;
}
.point_box_valueup .point_box_valueup_bottom .point_box_valueup_bottom_right table {
  font-size: 80%;
  width: 100%;
}
.point_box_valueup .point_box_valueup_bottom .point_box_valueup_bottom_right table td {
  border: 1px solid #000;
  padding: 5px;
}
.point_box_valueup .point_box_valueup_bottom .point_box_valueup_bottom_right table th {
  border: 1px solid #000;
  padding: 5px;
  background-color: #c5eae4;
}
.point_box_valueup .point_box_valueup_bottom .point_box_valueup_bottom_right table .ta_c {
  text-align: center;
  width: 60px;
}

.point_boxEx {
  margin-bottom: 100px;
}
.point_boxEx .point_boxEx_flex {
  display: flex;
  margin-bottom: 50px;
  background-color: #000;
  color: #fff;
}
.point_boxEx .point_boxEx_flex > p {
  flex: 0 1 50%;
}
.point_boxEx .point_boxEx_flex > p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.point_boxEx .point_boxEx_flex header {
  flex: 1;
  padding: 50px;
  box-sizing: border-box;
}
.point_boxEx .point_boxEx_flex header h3 {
  color: #fff;
  font-size: 150%;
  line-height: 1.3;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.point_boxEx .point_boxEx_flex header h3 small {
  display: block;
  font-size: 80%;
  margin-bottom: 10px;
  font-weight: normal;
}
.point_boxEx .point_boxEx_contents h4 {
  color: #51bbcc;
  font-size: 130%;
  margin-bottom: 10px;
}
.point_boxEx .point_boxEx_contents .point_boxEx_contents_item {
  margin-bottom: 50px;
}
.point_boxEx .point_boxEx_images {
  display: flex;
  margin-right: -20px;
}
.point_boxEx .point_boxEx_images > * {
  flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
}
.point_boxEx .point_boxEx_images > * img {
  width: 100%;
}
.point_boxEx .pexbc {
  font-size: 130%;
  margin-bottom: 50px;
}
.point_boxEx .point_boxEx_contents_item_bd {
  display: flex;
  padding: 30px;
  border: 1px solid #51bbcc;
}
.point_boxEx .point_boxEx_contents_item_bd ul {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.point_boxEx .point_boxEx_contents_item_bd ul li {
  position: relative;
  padding-left: 30px;
}
.point_boxEx .point_boxEx_contents_item_bd ul li:before {
  content: "●";
  margin-right: 10px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .point_box_valueup .point_box_valueup_in {
    display: block;
  }
  .point_box_valueup .point_box_valueup_in > p {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .point_box_valueup .point_box_valueup_bottom {
    display: block;
  }
  .point_box_valueup .point_box_valueup_bottom .point_box_valueup_bottom_right {
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .point_boxEx .point_boxEx_flex {
    display: block;
  }
  .point_boxEx .point_boxEx_images {
    display: block;
    text-align: center;
  }
  .point_boxEx .point_boxEx_images > p {
    margin-bottom: 50px;
  }
  .point_boxEx .point_boxEx_flex header h3 {
    font-size: 130%;
  }
  .point_boxEx .point_boxEx_flex header {
    padding: 30px;
  }
  .point_box_valueup .point_box_valueup_in > ol {
    padding: 0;
  }
  .point_box_valueup .point_box_valueup_bottom {
    padding: 20px;
  }
  .point_boxEx .point_boxEx_contents_item_bd {
    display: block;
  }
  .point_boxEx .pexbc {
    font-size: 120%;
  }
}
.flow_box figure {
  width: 100%;
}

.flow_box_bgg {
  padding: 30px 0;
  background-color: #f8f8f8;
  margin-top: 30px;
}
.flow_box_bgg h4 {
  color: #51bbcc;
  margin-bottom: 20px;
}

.flow_box_numbers > div {
  display: flex;
  margin-bottom: 5px;
}
.flow_box_numbers > div > p {
  color: #fff;
  background-color: #4dc8cf;
  font-size: 300%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 150px;
  position: relative;
  overflow: hidden;
}
.flow_box_numbers > div > p:after {
  content: " ";
  width: 20px;
  height: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin: auto auto;
  top: 0;
  bottom: 0;
  right: -10px;
  transform: rotate(45deg);
  background-color: #fff;
}
.flow_box_numbers > div > div {
  flex: 1;
  padding: 30px;
  background-color: #fff;
}
.flow_box_numbers > div:nth-child(2) > p {
  background-color: #41bdc4;
}
.flow_box_numbers > div:nth-child(3) > p {
  background-color: #2db3bb;
}
.flow_box_numbers > div:nth-child(4) > p {
  background-color: #1fa6ae;
}
.flow_box_numbers > div:nth-child(5) > p {
  background-color: #088f97;
}

@media screen and (max-width: 700px) {
  .flow_box_numbers > div > p {
    flex: 0 1 80px;
    font-size: 200%;
  }
  .flow_box_numbers > div > div {
    padding: 20px;
  }
}
.flow_box_bgw {
  padding: 30px 0;
}

.flow_hikaku {
  display: flex;
  text-align: center;
  margin-bottom: 50px;
}
.flow_hikaku > * {
  flex: 1;
}
.flow_hikaku > * h4 {
  background-color: #51bbcc;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px;
}
.flow_hikaku > * h5 {
  background-color: #949494;
  color: #fff;
  font-size: 120%;
  border: 1px solid #fff;
  padding: 5px 0;
  width: 200%;
  box-sizing: border-box;
}
.flow_hikaku > * p {
  background-color: #eeeeee;
  border: 1px solid #fff;
  padding: 10px;
}
.flow_hikaku > * .flow_hikaku_row {
  height: 50px;
  padding: 10px;
}
.flow_hikaku > *:nth-child(2) h5 {
  margin-left: -100%;
}

@media screen and (max-width: 1000px) {
  .flow_hikaku {
    display: block;
  }
  .flow_hikaku > * h5 {
    width: auto;
  }
  .flow_hikaku > *:nth-child(2) h5 {
    margin: 0;
  }
  .flow_hikaku > div {
    margin-bottom: 30px;
  }
}
.flow_hikaku_graph > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.flow_hikaku_graph > div > * {
  flex: 0 1 50%;
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.flow_hikaku_graph > div > * h6 {
  color: #51bbcc;
  font-size: 100%;
  font-weight: normal;
}
.flow_hikaku_graph > div > * figure {
  margin: 0;
  margin-top: 20px;
}

@media screen and (max-width: 700px) {
  .flow_hikaku_graph > div {
    display: block;
    margin-bottom: 30px;
  }
  .flow_hikaku_graph > div > * {
    padding: 0;
    margin-bottom: 10px;
  }
  .page_contents .section_block_header h2 {
    font-size: 250%;
  }
  .flow_hikaku > * .flow_hikaku_row {
    height: auto;
  }
}
.howto_box_flex {
  display: flex;
  justify-content: space-between;
}
.howto_box_flex > * {
  flex: 0 1 calc(50% - 25px);
  box-sizing: border-box;
  position: relative;
}
.howto_box_flex > * .howto_box i {
  top: -38px;
}
.howto_box_flex > *:before {
  content: " ";
  border: 40px solid #51bbcc;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  top: -130px;
}
.howto_box_flex > *:nth-child(1) .howto_box label {
  padding-left: 90px;
}
.howto_box_flex > *:nth-child(2) .howto_box {
  border-color: #808080;
}
.howto_box_flex > *:nth-child(2) .howto_box i {
  display: none;
}
.howto_box_flex > *:nth-child(2) .howto_box label {
  border-color: #808080;
  left: -20px;
}
.howto_box_flex > *:nth-child(2) .howto_box:before {
  background-color: #808080;
}
.howto_box_flex > *:nth-child(2) .howto_box:after {
  background-color: #808080;
}
.howto_box_flex .howto_box {
  padding-top: 50px;
  padding-left: 45px;
  padding-right: 45px;
}

.howto_box {
  margin-bottom: 150px;
  position: relative;
  padding: 40px 80px;
  border: 2px solid #51bbcc;
  border-bottom: 0;
}
.howto_box .join_member_bt {
  display: block;
  background-color: #51bbcc;
  color: #fff;
  padding: 10px 50px;
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border-radius: 100px;
}
.howto_box i {
  display: block;
  position: absolute;
  background-color: #51bbcc;
  color: #fff;
  font-size: 200%;
  left: -5px;
  top: -30px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-style: normal;
}
.howto_box label {
  display: block;
  position: absolute;
  background-color: #fff;
  padding: 10px 20px;
  border: 2px solid #51bbcc;
  left: -2px;
  top: -25px;
  border-radius: 100px;
  font-size: 130%;
}
.howto_box h3 {
  color: #51bbcc;
  margin-bottom: 20px;
  font-size: 130%;
}
.howto_box h3:after {
  content: " ";
  border: 40px solid #51bbcc;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 0;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -110px;
  margin: auto;
}
.howto_box.page_content_box h3:after {
  bottom: -120px;
}
.howto_box.howto_boxNp h3:after {
  display: none;
}
.howto_box.howto_boxSq {
  border-bottom: 2px solid #51bbcc;
}
.howto_box.howto_boxSq:after {
  display: none;
}
.howto_box.howto_boxSq:before {
  display: none;
}
.howto_box .howto_mid_in {
  padding: 20px;
  border: 2px solid #51bbcc;
  margin-top: 20px;
}
.howto_box .howto_mid_in h4,
.howto_box .howto_mid_in h5 {
  color: #51bbcc;
  margin-bottom: 10px;
  font-size: 100%;
}
.howto_box:before {
  content: " ";
  height: 2px;
  background-color: #51bbcc;
  width: 50.3%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(6deg);
  transform-origin: left top;
}
.howto_box:after {
  content: " ";
  height: 2px;
  background-color: #51bbcc;
  width: 50.3%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(-6deg);
  transform-origin: right top;
}

.howto_mid {
  text-align: center;
  padding: 50px;
  padding-top: 0;
  padding-bottom: 50px;
  margin-top: -50px;
  position: relative;
}
.howto_mid p {
  border-radius: 100%;
  color: #fff;
  font-size: 130%;
  width: 30%;
  margin: 0 auto;
  background-color: #51bbcc;
  padding: 30px;
}

@media screen and (max-width: 800px) {
  .howto_box {
    padding: 40px 40px;
  }
  .howto_box i {
    width: 50px;
    height: 50px;
    font-size: 130%;
  }
  .howto_box_flex {
    display: block;
  }
  .howto_mid p {
    width: auto;
    border-radius: 30px;
  }
  .howto_mid {
    padding: 0;
    margin-bottom: 150px;
  }
  .howto_box_flex > * .howto_box i {
    top: -23px;
  }
  .howto_box_flex .howto_box {
    padding: 50px 40px;
  }
  .howto_box_flex > *:nth-child(1) .howto_box label {
    padding-left: 65px;
  }
  .howto_box_flex > *:nth-child(2) .howto_box i {
    display: flex;
  }
  .howto_box_flex > *:nth-child(2) .howto_box label {
    left: 0;
    padding-left: 55px;
  }
  .howto_box_flex > *:before {
    top: -70px;
  }
  .howto_box_flex > div:nth-child(1) {
    padding-bottom: 70px;
    margin-bottom: 120px;
    padding-right: 40px;
  }
  .howto_box_flex > div:nth-child(1):after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: -105px;
    height: calc(100% + 105px);
    border-right: 20px solid #51bbcc;
    border-bottom: 20px solid #51bbcc;
    width: 50%;
    box-sizing: border-box;
  }
  .howto_box_flex > div:nth-child(1) .howto_box:last-child {
    margin-bottom: 0;
  }
  .howto_mid:before {
    content: " ";
    display: block;
    height: 100px;
    width: 20px;
    background-color: #51bbcc;
    position: absolute;
    left: calc(50% - 10px);
    top: 110px;
  }
  .howto_mid:after {
    content: " ";
    display: block;
    height: 20px;
    width: 50%;
    background-color: #51bbcc;
    position: absolute;
    right: 0px;
    top: 150px;
  }
  .howto_box_flex > div:nth-child(1) .howto_box:last-child h3:after {
    display: none;
  }
  .howto_box_flex > div:nth-child(2):after {
    content: " ";
    display: block;
    width: 20px;
    position: absolute;
    height: 100px;
    background-color: #51bbcc;
    top: -140px;
    left: calc(50% - 10px);
    box-sizing: border-box;
  }
  .howto_mid {
    margin-top: -100px;
  }
}
@media screen and (max-width: 600px) {
  .howto_box_flex .howto_box {
    padding: 50px 20px;
    margin-bottom: 120px;
  }
  .howto_box h3 {
    font-size: 110%;
  }
  .howto_box h3:after {
    bottom: -90px;
  }
  .howto_box .join_member_bt {
    width: auto;
    padding: 10px 0;
    text-align: center;
  }
  .howto_box {
    margin-bottom: 100px;
  }
  .howto_box.page_content_box h3:after {
    bottom: -85px;
  }
  .howto_mid {
    margin-top: 20px;
    margin-top: -50px;
  }
  .howto_box_flex .howto_box h3:after {
    bottom: -80px;
  }
  .howto_box_flex > *:nth-child(2) .howto_box {
    margin-bottom: 120px;
  }
  .howto_box_flex > *:nth-child(2) .howto_box:last-child {
    margin-bottom: 100px;
  }
}
.faq_nav {
  margin-bottom: -10px;
}
.faq_nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  margin-right: -20px;
}
.faq_nav ul li {
  flex: 0 1 33.3%;
  padding-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.faq_nav ul li a {
  display: block;
  color: #fff;
  background-color: #51719c;
  text-align: center;
  padding: 10px;
}

.faq_box h2 {
  color: #fff;
  background-color: #51719c;
  padding: 10px;
  padding-left: calc((100vw - 1000px) / 2);
  font-size: 100%;
  margin-top: 20px;
}
.faq_box .faq-q {
  background-color: #51bbcc;
  color: #fff;
  padding: 10px;
  padding-left: 240px;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
}
.faq_box .faq-q > span {
  display: block;
}
.faq_box .faq-q:before {
  content: " ";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 200px;
  top: 50%;
  transition: all ease 0.3s;
}
.faq_box .faq-q:after {
  content: " ";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 200px;
  top: 50%;
  transform: rotate(90deg);
  transition: all ease 0.3s;
}
.faq_box .faq-q.active:before {
  content: " ";
  opacity: 0;
  transition: all ease 0.3s;
}
.faq_box .faq-q.active:after {
  transform: rotate(0deg);
  transition: all ease 0.3s;
}
.faq_box .faq-a {
  border: 2px solid #51bbcc;
  padding: 20px;
  padding-left: 200px;
  padding-right: 200px;
  display: none;
}
.faq_box .faq-a a {
  color: #51bbcc;
  text-decoration: underline;
}

@media screen and (max-width: 1050px) {
  .faq_box h2 {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .faq_nav ul li {
    flex: 0 1 50%;
  }
  .faq_box .faq-q {
    padding-left: 60px;
  }
  .faq_box .faq-q:before {
    left: 20px;
  }
  .faq_box .faq-q:after {
    left: 20px;
  }
  .faq_box .faq-a {
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .faq_nav ul {
    display: block;
    margin-bottom: 30px;
  }
  .faq_nav ul li {
    margin-bottom: 10px;
  }
}
/*member*/
body.pushable > .pusher {
  padding-top: 170px;
}

.templates-fund h1 {
  text-align: center;
}

.page-myp-top .message-feed .date {
  width: 170px;
}

@media screen and (max-width: 899px) {
  .page-myp-top .message-feed .date {
    width: auto;
  }
}
.sb_our_fund .ttl-h2 {
  margin-bottom: 30px;
}

.sp_button {
  display: none;
  cursor: pointer;
}

/*rwd*/
@media screen and (max-width: 1380px) {
  .sb_movies {
    max-width: 1360px;
  }
  .sb_movies .sb_movies_flex > div {
    padding: 50px;
  }
  .sb_movies .sb_movies_flex > *:nth-child(1) {
    padding-right: 50px;
  }
  .sb_movies .sb_movies_flex > *:nth-child(2) {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1230px) {
  .wrap {
    padding: 0 20px;
  }
  .points_section {
    font-size: 1.3vw;
  }
  .sb_movies .wrap {
    padding: 0;
  }
}
@media screen and (max-width: 1030px) {
  .swrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .points_section {
    font-size: 16px;
  }
  .sb_information .sb_information_in {
    display: block;
  }
  .sb_information .sb_information_in .section_block_header {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .sb_information .sb_information_in .sb_information_list {
    max-width: 600px;
    margin: 0 auto;
  }
  .sb_information .sb_information_in .sb_information_list .more {
    margin-right: auto;
  }
  .sb_top_message .sb_top_message_in {
    display: block;
  }
  .sb_top_message .sb_top_message_in > p {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .sb_top_message .sb_top_message_in > div {
    text-align: center;
    padding-left: 0;
  }
  .sb_top_message {
    padding-bottom: 10vw;
  }
  .sb_top_message .sb_top_message_in > p {
    flex: 0 1 40%;
  }
  .sb_our_fund .sb_our_fund_flex_box {
    display: block;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in {
    grid-template-rows: 30vw 30vw 1fr;
    display: grid;
    grid-template-columns: 50% 1fr;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in > *:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/2;
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    width: auto;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in > *:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3;
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    width: auto;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in > *:nth-child(3) {
    grid-row: 2/3;
    grid-column: 2/3;
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    width: auto;
  }
  .sb_features .sb_features_block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sb_features .sb_features_block .flex_1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sb_features .flex_1 > * {
    flex: 0 1 50%;
    margin-bottom: 20px;
  }
  .sb_movies .sb_movies_flex {
    display: block;
  }
  .sb_movies .sb_movies_flex .movie iframe {
    height: 50vw;
  }
}
@media screen and (max-width: 700px) {
  .scroll_header h1 {
    width: 157px;
  }
  .sb_howto .flex_1 {
    display: block;
  }
  .sb_howto .flex_1 > * {
    margin-bottom: 30px;
  }
  .sb_howto .flex_1_wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  .mv .mv_contents > div > p {
    font-size: 4vw;
  }
  .sb_information .sb_information_list ul li a > span:nth-child(1) {
    display: block;
    margin-bottom: 5px;
  }
  .sb_information .sb_information_list ul li {
    margin-bottom: 15px;
  }
  .mv .mv_contents > p {
    width: 40%;
    padding: 0;
    padding-top: 20vw;
    padding-bottom: 10vw;
  }
  .mv .mv_contents {
    padding-bottom: 25vw;
  }
  .mv .mv_contents .join_member {
    width: 70%;
    font-size: 4vw;
  }
  .sb_top_message .sb_top_message_in > div {
    text-align: left;
  }
  .sb_top_message .sb_top_message_in > p {
    max-width: 70%;
    position: relative;
    padding: 0;
  }
  .sb_top_message .sb_top_message_in > p:before {
    content: " ";
    display: block;
    padding-top: 100%;
    width: 100%;
  }
  .sb_top_message .sb_top_message_in > p img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    margin: auto;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents h3 {
    font-size: 120%;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents {
    padding: 20px;
    padding-bottom: 40px;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_boshu .sb_our_fund_boshu_in {
    display: block;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_boshu .sb_our_fund_boshu_in p small {
    display: block;
    margin: 0;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex > * p {
    font-size: 3.5vw;
  }
  .sb_our_fund .sb_our_fund_boshu_more {
    width: auto;
  }
  .sb_our_fund .more_fund {
    width: auto;
    font-size: 4vw;
  }
  .sb_our_fund .sb_our_fund_flex_box {
    margin-bottom: 50px;
  }
  .sb_features .sb_features_block .flex_1 {
    display: block;
  }
  .sb_features .sb_features_block .sb_features_more {
    width: auto;
  }
  .sb_features .sb_features_block h3 {
    font-size: 150%;
  }
  .section_block_header .en {
    font-size: 200%;
  }
  .sb_movies .sb_movies_flex h3 {
    font-size: 150%;
  }
  .sb_movies .sb_movies_flex > div {
    padding: 30px;
  }
  .sb_movies .sb_movies_flex > *:nth-child(1) {
    padding-right: 30px;
  }
  .sb_movies .sb_movies_flex > *:nth-child(2) {
    padding-left: 30px;
  }
  .sb_information .sb_information_in .section_block_header h2 {
    font-size: 180%;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv_contents > div > p {
    font-size: 4.7vw;
  }
  .sb_information .sb_information_in .section_block_header h2 {
    padding-bottom: 0px;
    font-size: 130%;
  }
  .sb_information .sb_information_in .section_block_header h2:before {
    display: none;
  }
  .sb_information .sb_information_in .section_block_header p {
    display: none;
  }
  .sb_information .sb_information_list ul li a > span:nth-child(1) {
    font-size: 90%;
  }
  .sb_information .sb_information_list ul li a > span:nth-child(2) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  .sb_information .sb_information_list ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .scroll_header h1 {
    width: 42%;
  }
  .scroll_header.scroll h1 {
    width: 42%;
  }
  .sb_top_message .sb_top_message_in > div p br {
    display: none;
  }
}
/*編集した箇所（大谷）0621*/
.invest-type {
  border-radius: 11px;
  border: #717375 solid 1.5px;
  font-size: 60%;
  margin: 0 0 0 auto;
  padding: 4px 0px 0px 0px;
  width: 165px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  height: 24px;
  color: #717375;
}
@media (max-width: 800px) {
  .invest-type {
    font-size: 10%;
    margin: 0 0 0 10%;
    padding: 2px 1px 0px 1px;
    width: 40%;
    height: 22px;
    color: #717375;
    position: relative;
    left: 50%;
    transform: translateY(-100%);
  }
}
@media (min-width: 2000px) {
  .invest-type {
    font-size: 10%;
    margin: 0 0 0 10%;
    padding: 2px 1px 2px 1px;
    width: 40%;
    box-sizing: border-box;
    height: 22px;
    color: #717375;
    position: relative;
  }
}

.p-seminar-inner {
  width: 90%;
  max-width: 100%;
  margin: 50px auto 0;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .p-seminar-inner {
    margin: 0 auto 10px;
    padding: 0;
  }
}
.p-seminar-card {
  position: relative;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
  border-radius: 5px;
}
.p-seminar-card:not(:last-child) {
  margin-bottom: 20px;
}
.p-seminar-card__inner {
  display: flex;
  gap: 20px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-seminar-card__inner {
    display: grid;
  }
}
.p-seminar-card__thumbnail {
  width: 240px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .p-seminar-card__thumbnail {
    width: 100%;
    height: auto;
  }
}
.p-seminar-card__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-seminar-card__body {
  flex: 1;
}
.p-seminar-card__tags {
  margin-bottom: 8px;
}
.p-seminar-card__tag {
  background: #70c7d4;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  margin-right: 4px;
}
.p-seminar-card__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-seminar-card__info {
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}
.p-seminar-card__row {
  margin: 8px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.p-seminar-card__label {
  white-space: nowrap;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background: #eee;
}
.p-seminar-card__text {
  font-size: 16px;
}
.p-seminar-card .ended {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-seminar-card .ended span {
  width: 250px;
  height: 80px;
  font-size: 28px;
  color: #fff;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-seminar-movie {
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
  gap: 0 5%;
}
@media screen and (max-width: 1024px) {
  .p-seminar-movie {
    flex-direction: column;
  }
}
.p-seminar-movie__text {
  width: 38%;
  min-width: 470px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .p-seminar-movie__text {
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
  }
}
.p-seminar-movie__tags {
  margin-bottom: 8px;
}
.p-seminar-movie__tag {
  background: #70c7d4;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  margin-right: 4px;
}
.p-seminar-movie__title {
  font-size: 36px;
  font-weight: bold;
  color: #1e3888;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .p-seminar-movie__title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.p-seminar-movie__login {
  margin-top: 30px;
}
@media screen and (max-width: 1279px) {
  .p-seminar-movie__login {
    margin-bottom: 50px;
  }
}
.p-seminar-movie__login p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1279px) {
  .p-seminar-movie__login p {
    font-size: 20px;
  }
}
.p-seminar-movie__login ul {
  display: flex;
  justify-content: center;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .p-seminar-movie__login ul {
    flex-direction: column;
    gap: 15px 0;
  }
}
.p-seminar-movie__login ul li {
  margin: 0;
}
.p-seminar-movie__login ul li.login a {
  background-color: #FF9B42;
}
.p-seminar-movie__login ul li.login a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ico_login.svg) no-repeat center center/100% auto;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-seminar-movie__login ul li.login a::after {
    margin-left: 0;
    width: 16px;
    height: 16px;
  }
}
.p-seminar-movie__login ul li.register a {
  background-color: #70c7d4;
}
.p-seminar-movie__login ul li.register a::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ico_register.svg) no-repeat center center/100% auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-seminar-movie__login ul li.register a::before {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
}
.p-seminar-movie__login ul li a {
  margin-top: 0;
  border-radius: 50px;
  width: 220px;
  height: auto;
  font-size: 18px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-seminar-movie__login ul li a {
    width: 220px;
    font-size: 16px;
  }
}
.p-seminar-movie__url {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-seminar-movie__url {
    width: 100%;
    margin: 20px 0;
  }
}
.p-seminar-movie__url iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-seminar-movie .ended {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-seminar-movie .ended span {
  width: 250px;
  height: 80px;
  font-size: 28px;
  color: #fff;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-seminar-wrap {
  background-color: #eef7f9;
  padding: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .p-seminar-wrap {
    padding: 20px;
    margin-bottom: 70px;
  }
}
.p-seminar-wrap__contents {
  margin-bottom: 50px;
}
.p-seminar-wrap__table dl {
  display: grid;
  grid-template-columns: 240px auto;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .p-seminar-wrap__table dl {
    grid-template-columns: auto;
  }
}
.p-seminar-wrap__table dl dt {
  background-color: #70c7d4;
  color: #fff;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-seminar-wrap__table dl dd {
  background-color: #fff;
  padding: 15px 20px;
  vertical-align: middle;
  word-break: break-all;
}
.p-seminar-link {
  text-align: center;
  margin-bottom: 100px;
}
.p-seminar-link ::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 28px;
  background: url(../images/ico_present.svg) no-repeat center center/100% auto;
  margin-right: 5px;
}
.p-seminar-link a {
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 20px 45px;
  border-radius: 50px;
  font-size: 24px;
}
.p-seminar-profile {
  margin-top: 100px;
}
.p-seminar-profile__wrap {
  background-color: #eef7f9;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .p-seminar-profile__wrap {
    padding: 20px;
  }
}
.p-seminar-profile__wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
.p-seminar-profile__wrap dl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-seminar-profile__wrap dl {
    gap: 0 20px;
    margin-bottom: 20px;
  }
}
.p-seminar-profile__wrap dl dt {
  font-size: 28px;
  font-weight: bold;
}
.p-seminar-profile__wrap dl dd {
  width: 150px;
  height: 150PX;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-seminar-profile__wrap dl dd {
    width: 120px;
    height: 120px;
  }
}
.p-seminar-profile__wrap dl dd img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-seminar-profile__message {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-seminar-profile__message {
    margin-top: 30px;
  }
}
.p-seminar-box {
  text-align: center;
  background-color: #eef7f9;
  padding: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-seminar-box {
    padding: 15px;
  }
}
.p-seminar-box > dl {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-seminar-box > dl {
    margin-bottom: 7px;
  }
}
.p-seminar-box-ttl {
  font-size: 2.4rem;
  line-height: 1.9166666667;
  color: #70c7d4;
}
@media screen and (max-width: 767px) {
  .p-seminar-box-ttl {
    font-size: 1.2rem;
  }
}
.p-seminar-box-text {
  font-size: 4rem;
  letter-spacing: 0.06em;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-seminar-box-text {
    font-size: 2rem;
  }
}
.p-seminar-box-text2 {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-seminar-box-text2 {
    font-size: 1.6rem;
  }
}
.p-seminar-box-link {
  color: #fff;
  font-size: 1.8rem;
  background-color: #f34d6e;
  box-shadow: 1.6px 1.6px 1.6px rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  width: 285px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-seminar-box-link {
    font-size: 1rem;
    max-width: 200px;
    height: 30px;
    margin: 20px auto 10px;
    padding: 10px;
    border-radius: 10px;
  }
}
.p-seminar-mail {
  background-color: #eef7f9;
  font-size: 3.2rem;
  letter-spacing: 0.046em;
}
@media screen and (max-width: 767px) {
  .p-seminar-mail {
    font-size: 1.6rem;
  }
}
.p-seminar-mail h3 {
  color: #fff;
  font-weight: bold;
  background-color: #70c7d4;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-seminar-mail h3 {
    font-size: 1.6rem;
    height: 40px;
  }
}
.p-seminar-mail > p {
  line-height: 1.5;
  text-align: center;
  margin: 20px auto 0;
  font-size: clamp(16px,calc(((28 - 16) * 100vw + (860 * 16 - 375 * 28) * 1px) / (860 - 375)),28px);
  font-feature-settings: "palt" 1;
}
.p-seminar-fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  z-index: 99;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-seminar-fixed {
    padding: 0;
  }
}
.p-seminar-fixed a {
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 20px 45px;
  border-radius: 50px;
  font-size: 24px;
  margin: 0;
  background-color: #1e3888;
}
@media screen and (max-width: 1024px) {
  .p-seminar-fixed a {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-seminar-fixed a {
    line-height: 1.4;
    text-align: left;
  }
}
.p-seminar-fixed a::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 28px;
  background: url(../images/ico_present.svg) no-repeat center center/100% auto;
  margin-right: 10px;
}
.p-seminar-private {
  text-align: center;
}
.p-seminar-private:not(:last-child) {
  margin-bottom: 50px;
}
.p-seminar-private a {
  text-decoration: underline;
}

.p-investment__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 20px 50px;
}
@media screen and (max-width: 767px) {
  .p-investment__inner {
    padding: 40px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-investment__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-investment__contents-blk {
    flex: 0 0 48%;
  }
  .p-investment__contents-blk.blk-r {
    order: 2;
  }
  .p-investment__contents-blk > figure {
    margin-top: 20px;
  }
  .p-investment__contents-blk > figure img {
    width: 100%;
    height: auto;
  }
}
.p-investment__contents-list:first-of-type {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-investment__contents-list:first-of-type {
    margin-bottom: 20px;
  }
}
.p-investment .l-main__page-section__lead.main {
  font-size: clamp(22px,calc(((30 - 22) * 100vw + (860 * 22 - 350 * 30) * 1px) / (860 - 350)),30px);
  line-height: 1.3333333333;
  margin-bottom: 25px;
}
.p-investment .l-main__page-section__lead.clr-b {
  color: #70c7d4;
}
.p-investment .l-main__page-section__lead .sp-hide {
  display: block;
}
@media screen and (max-width: 710px) {
  .p-investment .l-main__page-section__lead .sp-hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-investment__image {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-investment__image {
    margin-top: 20px;
  }
}
.p-investment__image img {
  width: 100%;
  height: auto;
}
.p-investment .l-main-link {
  max-width: 1200px;
}
.p-investment .l-main-link-item {
  flex: 0 0 34.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-investment .l-main-link-item {
    flex: 0 0 49%;
  }
}

.p-structure {
  font-feature-settings: "palt" 1;
  color: #676666;
  letter-spacing: 0;
  /*
    藤波　変更部分
  */
}
.p-structure-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-structure-inner {
    padding-bottom: 110px;
  }
}
.p-structure-about {
  background-color: rgba(102, 102, 102, 0.1);
}
.p-structure-about .p-structure-inner {
  margin: 0 auto;
  padding: 56px 20px 36px;
}
@media screen and (max-width: 767px) {
  .p-structure-about .p-structure-inner {
    padding: 18px 20px;
  }
}
.p-structure-about-ttl {
  font-family: "Antonio", sans-serif;
  line-height: 1;
  letter-spacing: 0.017em;
  margin-bottom: 5px;
  font-size: clamp(20px,calc(((40 - 20) * 100vw + (860 * 20 - 350 * 40) * 1px) / (860 - 350)),40px);
}
.p-structure-about-lead {
  line-height: 1.71875;
  letter-spacing: 0.017em;
  font-size: clamp(16px,calc(((40 - 16) * 100vw + (860 * 16 - 350 * 40) * 1px) / (860 - 350)),40px);
}
@media screen and (max-width: 767px) {
  .p-structure-about-lead {
    line-height: 1.3;
  }
}
.p-structure__text-container {
  position: relative;
  vertical-align: text-bottom;
}
.p-structure__text-container::before {
  content: "";
  position: absolute;
  display: block;
  width: 99%;
  height: 14px;
  left: 0;
  bottom: -4px;
  background-color: #c6b198;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-structure__text-container::before {
    height: clamp(6px, (800vw - 90px) / 485, 14px);
    bottom: -2px;
  }
}
@media screen and (max-width: 575px) {
  .p-structure__text-container::before {
    height: clamp(6px, (800vw - 90px) / 485, 14px);
    bottom: -1px;
  }
}
.p-structure__text-l {
  z-index: 1;
  font-size: 150%;
  line-height: 1.1;
  display: inline-block;
}
.p-structure__text-xl {
  z-index: 1;
  font-size: 170%;
  line-height: 1;
}
.p-structure__text-flex {
  display: inline-flex;
  align-items: flex-end;
}
.p-structure__text-flex::before {
  left: -2px;
}
.p-structure__section {
  padding-top: 100px;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .p-structure__section {
    padding-top: 70px;
    margin-top: -20px;
  }
}
.p-structure__section-lead {
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.017em;
  margin-bottom: 50px;
  font-size: clamp(20px,calc(((40 - 20) * 100vw + (860 * 20 - 350 * 40) * 1px) / (860 - 350)),40px);
}
@media screen and (max-width: 767px) {
  .p-structure__section-lead {
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
.p-structure__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-structure__content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-structure__content-txt {
    width: 100%;
  }
}
.p-structure__content-txt p {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-structure__content-img {
    width: 100%;
  }
}
.p-structure__content-img figure {
  max-width: 100%;
}
.p-structure__content-img figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-structure__content-g1-txt {
    width: 50%;
  }
  .p-structure__content-g1-img {
    width: 40%;
  }
  .p-structure__content-g2-txt {
    width: 37%;
  }
  .p-structure__content-g2-img {
    width: 56.4%;
  }
  .p-structure__content-g3-txt {
    width: 44%;
  }
  .p-structure__content-g3-img {
    width: 46.2%;
  }
  .p-structure__content-g4-txt {
    width: 33%;
  }
  .p-structure__content-g4-img {
    width: 60%;
  }
  .p-structure__content-g5-txt {
    width: 40%;
  }
  .p-structure__content-g5-img {
    width: 50%;
  }
}
.p-structure-rv {
  flex-direction: row-reverse;
}
.p-structure-mt-70 {
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .p-structure-mt-70 {
    margin-top: -45px;
  }
}
.p-structure .l-main-link {
  max-width: 1200px;
}
.p-structure .l-main-link-item {
  flex: 0 0 34.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-structure .l-main-link-item {
    flex: 0 0 49%;
  }
}

.p-flow {
  background-color: #f1f9fb;
  font-feature-settings: "palt" 1;
  color: #676666;
  letter-spacing: 0;
  /* LP - flow 上書き */
}
.p-flow-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 40px 20px 10px;
}
@media screen and (min-width: 768px) {
  .p-flow-inner {
    padding: 80px 20px 20px;
  }
}
.p-flow .p-lp__flow {
  row-gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-flow .p-lp__flow {
    row-gap: 64px;
  }
}
.p-flow .p-lp__flow > li:not(:last-child).column-2 .p-lp__flow__item .has-triangle:before {
  border-width: min(5vw, 20px) min(21vw, 86px) 0 min(21vw, 86px);
}
@media screen and (min-width: 768px) {
  .p-flow .p-lp__flow > li:not(:last-child).column-2 .p-lp__flow__item .has-triangle:before {
    border-width: 44px min(22.1vw, 190px) 0 min(22.1vw, 190px);
  }
}
.p-flow .p-lp__flow > li:not(:last-child) .p-lp__flow__item .has-triangle:before {
  border-width: min(5vw, 20px) min(42vw, 180px) 0 min(42vw, 180px);
}
@media screen and (min-width: 768px) {
  .p-flow .p-lp__flow > li:not(:last-child) .p-lp__flow__item .has-triangle:before {
    border-width: 42px min(46.5vw, 400px) 0 min(46.5vw, 400px);
  }
}

.p-about-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p-about-inner {
    padding: 80px 20px;
  }
}
.p-about__button {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-about__button {
    margin-bottom: 110px;
  }
}
.p-about__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  background-color: #51bbcc;
  color: #fff;
  border: none;
  font-size: 1.4rem;
  border-radius: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__button a {
    height: 60px;
  }
}
.p-about__heading {
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 2.5rem;
  color: #90d2dc;
}
.p-about__table {
  padding: 0.8em 0;
  border-top: dashed 1px #51bbcc;
  font-size: 1.6rem;
  line-height: 1.5;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-about__table {
    display: grid;
    grid-template-columns: 43.3333333333% 55.5555555556%;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-about__table dt {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-about__table dt {
    margin-bottom: 0.5em;
  }
}
.p-about__table:last-of-type {
  border-bottom: dashed 1px #51bbcc;
}

.p-404 h1 {
  color: #fff;
  background-color: #70c7d4;
  padding: 15px 20px;
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-404 h1 {
    font-size: 1.8rem;
  }
}
.p-404 .page-content {
  max-width: 90%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .p-404 .page-content {
    margin-bottom: 50px;
  }
}
.p-404 .page-content > p {
  margin: 60px;
  text-align: left;
  color: #cc4444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404 .page-content > p {
    margin: 50px 30px;
  }
}
.p-404 .page-content > a {
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
  text-align: center;
}
.p-404 .page-content > a:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  background: url("../images/icon-back.png") no-repeat center center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-404 .page-content > a:hover {
    color: #70c7d4;
  }
}

.p-lp {
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-lp {
    font-size: 1.5rem;
  }
}
.p-lp__header {
  padding: 25px;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-lp__header {
    padding: 23px;
  }
  .p-lp__header img {
    width: 145px;
  }
}
.p-lp__header a:hover {
  opacity: 1;
}
.p-lp__main {
  padding: 0;
}
.p-lp__visual {
  position: relative;
}
.p-lp__visual__logo {
  width: 87px;
  position: absolute;
  left: 22px;
  top: 10px;
}
.p-lp__visual__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-lp__visual__logo {
    width: 13.1039531479%;
    top: 2.0497803807%;
    left: 24.0117130307%;
  }
}
.p-lp__visual__logo a:hover {
  opacity: 1;
}
.p-lp__visual__logo.is-center {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-lp__visual__logo.is-center {
    top: 3.6603221083%;
    width: 13.1039531479%;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__visual__logo.lp2 {
    top: 4.0263543192%;
  }
}
.p-lp__visual__message {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-lp__visual__message {
    width: 56.5153733529%;
    left: 21.9619326501%;
    bottom: 3.3674963397%;
  }
  .p-lp__visual__message img {
    width: 100%;
    height: auto;
  }
}
.p-lp__visual__message.lp2 {
  bottom: 21.9619326501%;
}
@media screen and (min-width: 768px) {
  .p-lp__visual__message.lp2 {
    width: 61.2737920937%;
    left: 20.4978038067%;
    bottom: 15.3733528551%;
  }
}
.p-lp__lead {
  line-height: 1.3333333333;
  text-align: center;
  padding: 12px 5px;
  color: #4f4d4d;
  font-size: 1.7rem;
  font-size: clamp(15px,calc(((36 - 15) * 100vw + (800 * 15 - 330 * 36) * 1px) / (800 - 330)),36px);
}
@media screen and (min-width: 768px) {
  .p-lp__lead {
    padding: 24px 5px 30px;
  }
}
.p-lp__section {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-lp__section {
    margin-bottom: 40px;
  }
}
.p-lp__section__title {
  background-color: #70c7d4;
  color: #ffffff;
  line-height: 1.1964285714;
  padding: 16px 5px 20px;
}
@media screen and (min-width: 768px) {
  .p-lp__section__title {
    padding: 32px 5px 42px;
  }
}
.p-lp__section__title__number {
  display: block;
  color: #d5d6d6;
  line-height: 1;
  text-align: center;
  margin-bottom: 14px;
  font-size: 5rem;
  font-size: clamp(50px,calc(((104 - 50) * 100vw + (800 * 50 - 375 * 104) * 1px) / (800 - 375)),104px);
}
@media screen and (min-width: 768px) {
  .p-lp__section__title__number {
    margin-bottom: 20px;
  }
}
.p-lp__section__title em {
  display: block;
  font-style: normal;
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 30px;
  font-size: clamp(21px,calc(((56 - 21) * 100vw + (800 * 21 - 330 * 56) * 1px) / (800 - 330)),56px);
}
@media screen and (min-width: 768px) {
  .p-lp__section__title em {
    padding-left: 74px;
  }
}
@media screen and (min-width: 768px) {
  .p-lp__section__title em.fz-48 {
    font-size: 4.8rem;
  }
}
.p-lp__section__content {
  background-color: #ecf6f8;
  color: #676666;
  line-height: 1.1875;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-lp__section__content {
    padding: 36px 0;
    font-size: 3.2rem;
  }
}
.p-lp__section__content__wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .p-lp__section__content__wrap {
    padding: 0 80px 0 70px;
  }
}
.p-lp__section__content__mt90 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-lp__section__content__mt90 {
    margin-top: 90px;
  }
}
.p-lp__section__content__mt60 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-lp__section__content__mt60 {
    margin-top: 60px;
  }
}
.p-lp__section__content__mt40 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-lp__section__content__mt40 {
    margin-top: 40px;
  }
}
.p-lp__section__content__mt20 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-lp__section__content__mt20 {
    margin-top: 20px;
  }
}
.p-lp__section__content__mb40 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-lp__section__content__mb40 {
    margin-bottom: 60px;
  }
}
.p-lp__section__h3 {
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 0.5em;
  line-height: 1.3333333333;
  font-size: clamp(18.5px,calc(((48 - 18.5) * 100vw + (950 * 18.5 - 350 * 48) * 1px) / (950 - 350)),48px);
  margin-right: -0.7em;
}
@media screen and (min-width: 950px) {
  .p-lp__section__h3 {
    margin-right: -2.6em;
  }
}
.p-lp__section__h3.is-fz32 {
  font-size: 1.6rem;
  font-size: clamp(14px,calc(((32 - 14) * 100vw + (800 * 14 - 320 * 32) * 1px) / (800 - 320)),32px);
}
.p-lp__section__h3.is-green {
  color: #70c7d4;
}
.p-lp__section__img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-lp__section__img {
    margin-top: 40px;
  }
}
.p-lp__section__txt {
  line-height: 1.3333333333;
  font-size: 1.2rem;
  font-size: clamp(12px,calc(((24 - 12) * 100vw + (800 * 12 - 375 * 24) * 1px) / (800 - 375)),24px);
}
.p-lp__section__txt.is-fz53 {
  font-size: clamp(24px,calc(((53 - 24) * 100vw + (800 * 24 - 375 * 53) * 1px) / (800 - 375)),53px);
}
.p-lp__section__txt.is-fz40 {
  font-size: 2rem;
  font-size: clamp(20px,calc(((40 - 20) * 100vw + (800 * 20 - 375 * 40) * 1px) / (800 - 375)),40px);
}
.p-lp__section__txt.is-black {
  color: #000;
}
.p-lp__section__txt.is-green {
  color: #70c7d4;
}
.p-lp__section__txt.is-bold {
  font-weight: bold;
}
.p-lp__section__card {
  background-color: #8dd2dd;
  color: #ffffff;
  padding: 12px 8px;
  font-size: 1.9rem;
  text-align: center;
  line-height: 1.6578947368;
  font-size: clamp(16px,calc(((38 - 16) * 100vw + (800 * 16 - 320 * 38) * 1px) / (800 - 320)),38px);
}
@media screen and (min-width: 768px) {
  .p-lp__section__card {
    padding: 24px 12px;
  }
}
.p-lp__section__card.is-dark {
  background-color: #70c7d4;
}
.p-lp__section__card.is-gray {
  background-color: #939494;
}
.p-lp__section__card h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: clamp(16px,calc(((32 - 16) * 100vw + (800 * 16 - 375 * 32) * 1px) / (800 - 375)),32px);
}
.p-lp__section__card b {
  font-weight: bold;
}
.p-lp__section__card ul {
  display: inline-block;
  padding-left: 1em;
  text-align: left;
  min-width: 86.2619808307%;
}
.p-lp__section__card ul > li {
  text-indent: -1em;
}
.p-lp__section__card ul > li:last-child {
  margin-bottom: 0;
}
.p-lp__profile__ttl {
  font-size: 1.9rem;
  font-size: clamp(17px,calc(((38 - 17) * 100vw + (800 * 17 - 320 * 38) * 1px) / (800 - 320)),38px);
  font-weight: bold;
}
.p-lp__profile__appeal {
  font-size: 2.8rem;
  color: #70c7d4;
  font-weight: bold;
  margin: 0.3em 0 25px;
  font-size: clamp(25px,calc(((56 - 25) * 100vw + (800 * 25 - 330 * 56) * 1px) / (800 - 330)),56px);
}
@media screen and (min-width: 768px) {
  .p-lp__profile__appeal {
    margin: 0.3em 0 50px;
  }
}
.p-lp__flex {
  display: grid;
  grid-template-columns: 49.2307692308% 1fr;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-lp__flex {
    gap: 36px;
  }
}
.p-lp__flex__ttl {
  font-size: 3.2rem;
  font-size: clamp(15px,calc(((32 - 15) * 100vw + (800 * 15 - 375 * 32) * 1px) / (800 - 375)),32px);
  line-height: 1.1875;
  margin-bottom: 10px;
  font-weight: bold;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .p-lp__flex__ttl {
    margin-bottom: 5px;
  }
}
.p-lp__flex__txt {
  font-size: 2rem;
  font-size: clamp(10px,calc(((20 - 10) * 100vw + (800 * 10 - 375 * 20) * 1px) / (800 - 375)),20px);
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-lp__flex__txt {
    line-height: 1.2;
  }
}
.p-lp__flex__txt span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-lp__flex__txt span {
    margin-bottom: 5px;
  }
}
.p-lp__flow {
  display: grid;
  row-gap: 27px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp__flow {
    row-gap: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp__flow {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-lp__flow__message {
  background-color: #d4eef2;
  padding: 10px 18px;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-lp__flow__message {
    padding: 20px 50px 5px;
  }
}
.p-lp__flow__item {
  display: grid;
  align-items: center;
  position: relative;
  border: 1px solid #70c7d4;
  background-color: #ffffff;
  padding: 12px 10px;
}
@media screen and (min-width: 768px) {
  .p-lp__flow__item {
    min-height: 90px;
    padding: 24px 50px;
  }
}
.p-lp__flow__item__ttl {
  color: #70c7d4;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-lp__flow__item__ttl {
    font-size: clamp(16px,calc(((30 - 16) * 100vw + (800 * 16 - 375 * 30) * 1px) / (800 - 375)),30px);
  }
}
.p-lp__flow__item__ttl + .p-lp__flow__item__text {
  margin-top: 0.8em;
}
.p-lp__flow__item__text {
  text-align: left;
  font-size: 1.3rem;
  margin: 0.3em 0;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-lp__flow__item__text {
    margin: 0.3em 0 1em;
    font-size: clamp(13px,calc(((20 - 13) * 100vw + (800 * 13 - 375 * 20) * 1px) / (800 - 375)),20px);
  }
}
.p-lp__flow__item dl {
  margin-top: 0.8em;
}
.p-lp__flow__item dl dt {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lp__flow__item dl dt {
    font-size: clamp(15px,calc(((25 - 15) * 100vw + (800 * 15 - 375 * 25) * 1px) / (800 - 375)),25px);
  }
}
@media screen and (min-width: 768px) {
  .p-lp__flow__item ul {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: clamp(15px,calc(((19 - 15) * 100vw + (800 * 15 - 375 * 19) * 1px) / (800 - 375)),19px);
  }
}
.p-lp__flow > li {
  display: grid;
  grid-template-columns: 1fr;
}
.p-lp__flow > li:not(:last-child).column-2 {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-lp__flow > li:not(:last-child).column-2 {
    -moz-column-gap: 4.75%;
         column-gap: 4.75%;
  }
}
.p-lp__flow > li:not(:last-child).column-2 .p-lp__flow__item:before {
  transform: rotate(13deg);
  width: 51.25%;
}
.p-lp__flow > li:not(:last-child).column-2 .p-lp__flow__item:after {
  transform: rotate(-13deg);
  width: 51.25%;
}
.p-lp__flow > li:not(:last-child).column-2 .p-lp__flow__item .has-triangle:before {
  border-width: min(5vw, 20px) min(25.9vw - 16px - 6px, 85px) 0 min(25.9vw - 16px - 6px, 85px);
}
@media screen and (min-width: 768px) {
  .p-lp__flow > li:not(:last-child).column-2 .p-lp__flow__item .has-triangle:before {
    border-width: 35px min(18.7vw, 154px) 0 min(18.7vw, 154px);
  }
}
.p-lp__flow > li:not(:last-child) .p-lp__flow__item {
  border-bottom: none;
  padding-bottom: 5px;
}
.p-lp__flow > li:not(:last-child) .p-lp__flow__item:before {
  content: "";
  display: block;
  width: 50.5%;
  height: 0;
  border-top: 1px solid #70c7d4;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(6deg);
  transform-origin: bottom left;
  z-index: 2;
}
.p-lp__flow > li:not(:last-child) .p-lp__flow__item:after {
  content: "";
  display: block;
  width: 50.5%;
  height: 0;
  border-top: 1px solid #70c7d4;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-6deg);
  transform-origin: bottom right;
  z-index: 2;
}
.p-lp__flow > li:not(:last-child) .p-lp__flow__item .has-triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(5vw, 20px) min(50.5vw - 32px, 180px) 0 min(50.5vw - 32px, 180px);
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-lp__flow > li:not(:last-child) .p-lp__flow__item .has-triangle:before {
    border-width: 34px min(39.5vw, 325px) 0 min(39.5vw, 325px);
  }
}
.p-lp__appeal-point {
  display: grid;
  row-gap: 16px;
  margin-top: 30px;
}
.p-lp__appeal-point > li {
  padding: 20px 54px;
  background-color: #3999d4;
  color: #ffffff;
  font-size: 2rem;
  font-size: clamp(18px,calc(((40 - 18) * 100vw + (800 * 18 - 330 * 40) * 1px) / (800 - 330)),40px);
}
@media screen and (max-width: 767px) {
  .p-lp__appeal-point > li {
    padding: 10px 27px;
  }
}
.p-lp__appeal-point > li:nth-of-type(2) {
  background-color: #5a90da;
}
.p-lp__appeal-point > li:nth-of-type(3) {
  background-color: #195d8a;
}
.p-lp__appeal-point > li:nth-of-type(4) {
  background-color: #57a5d9;
}
.p-lp__appeal-point em {
  color: #fff280;
  font-style: normal;
  font-weight: bold;
}
.p-lp__people {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: max-content auto;
  align-items: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-lp__people {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-lp__people p {
  font-weight: bold;
  color: #47b1c1;
  margin-right: -30px;
  letter-spacing: 0;
  font-size: 1.9rem;
  font-size: clamp(16px,calc(((40 - 16) * 100vw + (800 * 16 - 320 * 40) * 1px) / (800 - 320)),40px);
}
@media screen and (min-width: 768px) {
  .p-lp__people p {
    margin-right: -2em;
  }
}
.p-lp__people.is-right {
  grid-template-columns: auto max-content;
  justify-content: end;
}
.p-lp__people.is-right p {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-lp__people.is-right p {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp__people img {
    height: 90px;
    width: auto;
  }
}
.p-lp .is-nowrap {
  white-space: nowrap;
}

.member {
  margin-bottom: 50px;
}
.member .step_wrap {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .member .step_wrap {
    margin: 20px 0 30px;
  }
}
.member .step_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .member .step_wrap ul {
    padding: 0;
  }
}
.member .step_wrap ul li {
  text-align: center;
  position: relative;
  flex: 1;
}
.member .step_wrap ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #70c7d4;
  border: 2px solid #70C7D4;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .member .step_wrap ul li span {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.member .step_wrap ul li p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #70c7d4;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .member .step_wrap ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .member .step_wrap ul li p {
    font-size: 14px;
  }
}
.member .step_wrap ul li.active span {
  color: #fff;
  background-color: #70c7d4;
}
.member .step_wrap ul li:not(:last-child):after {
  display: block;
  content: "";
  border-left: 20px solid #70c7d4;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .member .step_wrap ul li:not(:last-child):after {
    border-left: 10px solid #70c7d4;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.member .wpcf7 .h-adr {
  margin-top: 50px;
}
.member .wpcf7 p {
  line-height: 2;
  margin-bottom: 30px;
}
.member .wpcf7 p:last-child {
  margin-bottom: 0;
}
.member .wpcf7 p .required {
  font-size: 13px;
  color: #fff;
  background-color: #D7263D;
  padding: 0 7px;
  border-radius: 5px;
}
.member .wpcf7 dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.member .wpcf7 dl:not(:last-child) {
  margin-bottom: 30px;
}
.member .wpcf7 dl dt {
  width: 100%;
}
.member .wpcf7 dl dt p {
  margin-bottom: 0;
  line-height: 1.6;
}
.member .wpcf7 dl dt p span {
  font-weight: normal;
  font-size: 14px;
}
.member input {
  max-width: 100%;
}
.member-text {
  text-align: center;
  margin-bottom: 50px;
}
.member-text a {
  text-decoration: underline;
}

.p-assets-banner {
  text-align: center;
  margin-bottom: 70px;
}
.p-assets-inner {
  width: 90%;
  margin: 0 auto;
}
.p-assets-inner.is_logout article {
  padding: 30px;
  border: 1px solid #808080;
}
.p-assets-inner.is_logout .p-assets-blur {
  -ms-filter: blur(7px);
  filter: blur(7px);
}
.p-assets-mv {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .p-assets-mv {
    flex-direction: column;
  }
}
.p-assets-list {
  margin-bottom: 70px;
  position: relative;
}
.p-assets-list h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.p-assets-list table th {
  padding: 5px 10px 5px 0;
  width: 6.5em;
}
@media screen and (max-width: 767px) {
  .p-assets-list table th {
    padding: 3px 10px 3px 0;
  }
}
.p-assets-list table td {
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .p-assets-list table td {
    padding: 3px 0;
  }
}
.p-assets-info {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
  .p-assets-info {
    width: 100%;
  }
}
.p-assets-info ul li {
  border-bottom: 1px dashed #70c7d4;
  padding: 10px 0;
}
.p-assets-info dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.p-assets-info dl dt {
  width: 180px;
  color: #70c7d4;
  border-bottom: 1px dashed #70c7d4;
  padding: 10px 5px;
}
@media screen and (max-width: 767px) {
  .p-assets-info dl dt {
    width: 140px;
  }
}
.p-assets-info dl dd {
  width: calc(100% - 180px);
  border-bottom: 1px dashed #70c7d4;
  padding: 10px 5px;
}
@media screen and (max-width: 767px) {
  .p-assets-info dl dd {
    width: calc(100% - 140px);
  }
}
.p-assets-info dl dd .large {
  font-size: 137.5%;
  font-weight: bold;
}
.p-assets-info dl dd .red {
  color: #D7263D;
}
.p-assets-Lchild {
  width: 100%;
  position: relative;
}
.p-assets-Lchild .sold {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-assets-Lchild .sold span {
  width: 250px;
  height: 80px;
  font-size: 28px;
  color: #fff;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-assets-Lchild a {
  display: block;
  padding: 30px;
  border: 1px solid #808080;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild a {
    padding: 15px;
  }
}
.p-assets-Lchild a .new {
  width: 160px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #D7263D;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-assets-Lchild:not(:last-child) {
  margin-bottom: 30px;
}
.p-assets-Lchild article {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild article {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-assets-Lchild article {
    flex-direction: column;
  }
}
.p-assets-Lchild figure {
  text-align: center;
  width: 35%;
  max-width: 602px;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild figure {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-assets-Lchild figure {
    width: 100%;
  }
}
.p-assets-Lchild figure img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-assets-Lchild-info {
  width: calc(100% - 50px - 30%);
}
@media screen and (max-width: 767px) {
  .p-assets-Lchild-info {
    width: 100%;
    padding: 15px 0 0;
  }
}
.p-assets-Lchild-info h3 {
  font-size: 22px;
  color: #70c7d4;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild-info h3 {
    font-size: 20px;
    margin-top: 5px;
  }
}
.p-assets-Lchild-info table {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild-info table {
    font-size: 16px;
    margin-top: 10px;
  }
}
.p-assets-Lchild-info table tr th {
  padding: 5px 20px 5px 0;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild-info table tr th {
    padding: 5px 20px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-assets-Lchild-info table tr th {
    width: 5rem;
    word-break: keep-all;
  }
}
.p-assets-Lchild-info table tr td {
  padding: 5px 0;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild-info table tr td {
    padding: 5px 0;
  }
}
.p-assets-Lchild-info table tr:first-child th, .p-assets-Lchild-info table tr:first-child td {
  padding-top: 0;
}
.p-assets-Lchild-info table tr:last-child th, .p-assets-Lchild-info table tr:last-child td {
  padding-bottom: 0;
}
.p-assets-Lchild-days {
  font-size: 14px;
}
.p-assets-Lchild-pr {
  background-color: #C7E8ED;
  padding: 10px 15px;
  margin: 10px 0;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild-pr {
    padding: 10px;
  }
}
.p-assets-Lchild-pr p {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild-pr p {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }
}
.p-assets-Lchild-price {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-assets-Lchild-price {
    flex-direction: column;
  }
}
.p-assets-Lchild-price dl {
  display: flex;
  align-items: center;
  gap: 0 20px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild-price dl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-assets-Lchild-price dl dt {
    width: 5rem;
  }
}
.p-assets-Lchild-price dl dd {
  color: #D7263D;
}
.p-assets-Lchild-price dl dd span {
  font-size: 160%;
  font-weight: bold;
  padding-right: 5px;
}
@media screen and (max-width: 1024px) {
  .p-assets-Lchild-price dl dd span {
    font-size: 120%;
  }
}
.p-assets-login {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #808080;
  padding: 100px 50px;
  width: 700px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-assets-login {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-assets-login {
    width: 90%;
    padding: 50px 20px;
  }
}
.p-assets-login dl dt {
  margin-bottom: 20px;
}
.p-assets-login dl dd:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-assets-login dl dd:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-assets-login dl dd a {
  margin: 0 auto;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-assets-login dl dd a {
    width: 140px;
  }
}
.p-assets-login dl dd.register a {
  background-color: #70c7d4;
}
.p-assets-login dl dd.register a::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ico_register.svg) no-repeat center center/100% auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-assets-login dl dd.register a::before {
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }
}
.p-assets-login dl dd.login a {
  background-color: #FF9B42;
}
.p-assets-login dl dd.login a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ico_login.svg) no-repeat center center/100% auto;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-assets-login dl dd.login a::after {
    margin-left: 5px;
    width: 16px;
    height: 16px;
  }
}
.p-assets-favorite {
  display: flex !important;
  justify-content: space-between;
}
.p-assets-favorite::after {
  display: block;
  content: "";
}
.p-assets-favorite .slick-track {
  display: flex;
}
.p-assets-favorite.slick-slider .slick-slide {
  display: flex;
  margin: 0 15px;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .p-assets-favorite.slick-slider .slick-slide {
    margin: 0;
  }
}
.p-assets-favorite.slick-slider .slick-slide > div {
  display: flex;
  width: 100%;
  height: auto;
}
.p-assets-favorite.slick-slider .slick-prev,
.p-assets-favorite.slick-slider .slick-next {
  background-color: transparent;
  padding: 0;
  width: 100px;
  height: 100px;
  z-index: 88;
}
@media screen and (max-width: 1024px) {
  .p-assets-favorite.slick-slider .slick-prev,
  .p-assets-favorite.slick-slider .slick-next {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-assets-favorite.slick-slider .slick-prev,
  .p-assets-favorite.slick-slider .slick-next {
    width: 50px;
    height: 50px;
  }
}
.p-assets-favorite.slick-slider .slick-prev {
  left: -5%;
}
.p-assets-favorite.slick-slider .slick-next {
  right: -5%;
}
.p-assets-favorite.slick-slider .slick-prev:before,
.p-assets-favorite.slick-slider .slick-next:before {
  font-size: 100px;
  color: #808080;
}
@media screen and (max-width: 1024px) {
  .p-assets-favorite.slick-slider .slick-prev:before,
  .p-assets-favorite.slick-slider .slick-next:before {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-assets-favorite.slick-slider .slick-prev:before,
  .p-assets-favorite.slick-slider .slick-next:before {
    font-size: 50px;
  }
}
.p-assets-Schild {
  display: flex;
  width: 32%;
  max-width: 532px;
  height: 100%;
  position: relative;
}
.p-assets-Schild .sold {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-assets-Schild .sold span {
  width: 250px;
  height: 80px;
  font-size: 28px;
  color: #fff;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-assets-Schild a {
  display: block;
  width: calc(100% - 1px);
  height: 100%;
  border: 1px solid #808080;
  position: relative;
}
.p-assets-Schild a .new {
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #D7263D;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-assets-Schild article {
  height: 100%;
}
.p-assets-Schild figure img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-assets-Schild-days {
  font-size: 14px;
}
.p-assets-Schild-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .p-assets-Schild-info {
    padding: 15px 20px 20px;
  }
}
.p-assets-Schild-info h3 {
  font-size: 20px;
  color: #70c7d4;
  margin-top: 5px;
}
.p-assets-Schild-info table {
  margin-top: auto;
}
.p-assets-Schild-info table tr th {
  padding: 5px 20px 5px 0;
  width: auto;
  vertical-align: middle;
  word-break: keep-all;
}
.p-assets-Schild-info table tr td {
  padding: 5px 0;
}
.p-assets-Schild-info table tr td .red {
  color: #D7263D;
}
.p-assets-Schild-info table tr td .large {
  font-size: 160%;
  font-weight: bold;
  padding-right: 3px;
}
.p-assets-Schild-info table tr:last-child th, .p-assets-Schild-info table tr:last-child td {
  padding-bottom: 0;
}
.p-assets-Schild-pr {
  margin: 5px 0 10px;
  background-color: #DECFBE;
  padding: 10px 15px;
}
@media screen and (max-width: 1024px) {
  .p-assets-Schild-pr {
    padding: 10px;
  }
}
.p-assets-Schild-pr p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.p-assets-point {
  line-height: 1.8;
}
.p-assets-material ul li {
  padding: 10px 0;
}
.p-assets-material ul li a {
  color: #0003DA;
  text-decoration: underline;
}
.p-assets-material ul li a:hover {
  text-decoration: none;
}
.p-assets-inquiry-wrap {
  border-radius: 20px;
  background-color: #f3f3f3;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-assets-inquiry-wrap {
    padding: 25px;
  }
}
.p-assets-inquiry-wrap form {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  align-items: center;
  justify-content: center;
}
.p-assets-inquiry-wrap form input {
  width: 360px;
  background: revert;
}
@media screen and (max-width: 767px) {
  .p-assets-inquiry-wrap form input {
    width: 100%;
  }
}
.p-assets-inquiry-wrap form input[type=submit] {
  width: 274px;
  height: 72px;
  background-color: #c6b198;
  border-radius: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-assets-inquiry-wrap form input[type=submit] {
    width: 70%;
    height: 60px;
    font-size: 20px;
  }
}
.p-assets-inquiry-wrap form textarea {
  width: 100%;
  height: 120px;
  background: revert;
}
.p-assets-inquiry-wrap dl {
  display: flex;
  justify-content: flex-start;
  gap: 35px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-assets-inquiry-wrap dl {
    flex-direction: column;
    gap: 5px 0;
  }
}
.p-assets-inquiry-wrap dl dt {
  width: 214px;
}
.p-assets-inquiry-wrap dl dd {
  width: 100%;
}
.p-assets-inquiry-wrap dl dd p {
  color: #D7263D;
  font-size: 14px;
}
.p-assets-inquiry-wrap dl dd p a {
  color: inherit;
}
.p-assets-inquiry-wrap dl dd p a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  margin: 0 0.25rem;
}
.p-assets-inquiry-web a {
  background-color: #D7263D;
  color: #fff;
}
.p-assets-inquiry-web a span::before {
  width: 26px;
  height: 17px;
  background: url(../images/icon_mail.svg) no-repeat center center/100% auto;
}
.p-assets-inquiry-tel a {
  background-color: #fff;
  color: #D7263D;
  border: 2px solid #D7263D;
}
.p-assets-inquiry-tel a span::before {
  width: 30px;
  height: 22px;
  background: url(../images/icon_tel.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .p-assets-inquiry-tel a {
    border: 1px solid #D7263D;
  }
}
.p-assets-point {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-assets-point {
    margin-bottom: 50px;
  }
}
.p-assets-point h3 {
  font-size: 28px;
  color: #c6b198;
}
.p-assets-material {
  margin-bottom: 70px;
  padding: 30px;
  background-color: #eef7f9;
}
@media screen and (max-width: 767px) {
  .p-assets-material {
    margin-bottom: 50px;
  }
}
.p-assets-material h4 {
  font-size: 24px;
  color: #70c7d4;
  margin-bottom: 20px;
}
.p-assets-fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .p-assets-fixed {
    padding: 0;
  }
}
.p-assets-fixed ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-assets-fixed ul {
    gap: 0;
  }
}
.p-assets-fixed ul li {
  width: 430px;
}
@media screen and (max-width: 1024px) {
  .p-assets-fixed ul li {
    width: 50%;
  }
}
.p-assets-fixed ul li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  height: 86px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 949px) {
  .p-assets-fixed ul li a {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-assets-fixed ul li a {
    height: 80px;
    font-size: 18px;
    gap: 5px;
  }
}
.p-assets-fixed ul li a span {
  line-height: 1.2;
}
.p-assets-fixed ul li a span::before {
  display: inline-flex;
  content: "";
  margin-right: 10px;
}
.p-assets-fixed ul li a p {
  width: 100%;
  color: #808080;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-assets-fixed ul li a p {
    font-size: 12px;
  }
}
.p-assets-completed p {
  text-align: center;
}
.p-assets-completed ul {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-assets-completed ul {
    flex-direction: column;
    gap: 30px 0;
    margin-top: 30px;
  }
}
.p-assets-completed ul li a {
  margin: 0 auto;
  width: 180px;
}
.p-assets-completed ul li a.c-button::after {
  display: none;
}
.p-assets-private {
  text-align: center;
}
.p-assets-private:not(:last-child) {
  margin-bottom: 50px;
}
.p-assets-private a {
  text-decoration: underline;
}

.tab {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .tab {
    width: 100%;
    margin-bottom: 50px;
  }
}
.tab .sold {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.tab .sold span {
  width: 250px;
  height: 80px;
  font-size: 28px;
  color: #fff;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-buttons {
  display: flex;
  gap: 0 10px;
}
.tab-buttons button {
  width: 240px;
  height: 64px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
  color: #808080;
  text-align: center;
  transition: all 0.3s;
  margin-bottom: -3px;
  background-color: #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab-buttons button {
    width: 49%;
    height: 50px;
    font-size: 16px;
  }
}
.tab-buttons button.active {
  border: 3px solid #70c7d4;
  border-bottom: none;
  background-color: #F3F3F3;
  z-index: 3;
}
.tab-buttons button.active:hover {
  opacity: 1;
}
.tab-contents {
  border: 3px solid #70c7d4;
  background-color: #F3F3F3;
  padding: 35px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tab-contents {
    padding: 15px;
  }
}
.tab-contents .content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.tab-contents .content.active {
  display: block;
}
.tab-contents .content img {
  width: 100%;
}
.tab-contents .content-map iframe {
  width: 100%;
}
.tab-contents .slider-for {
  padding: 0 25px;
}
.tab-contents .slider-for .slick-slide img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab-contents .slider-for .slick-arrow {
  width: 25px;
  height: calc(100% - 6px);
  z-index: 9;
  padding: 0;
  background-color: #ccc;
}
.tab-contents .slider-for .slick-prev {
  left: 0;
  top: calc(50% - 3px);
}
.tab-contents .slider-for .slick-next {
  right: 0;
  top: calc(50% - 3px);
}
.tab-contents .slider-nav .slick-list {
  padding: 0 !important;
}
.tab-contents .slider-nav .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.tab-contents .slider-nav .slick-slide {
  width: 32% !important;
}
.tab-contents .slider-nav .slick-slide img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-mypage-inner {
  width: 90%;
  margin: 0 auto 100px;
  position: relative;
}
.p-mypage-inner .list_link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-mypage-inner .list_link {
    position: static;
    margin-bottom: 10px;
  }
}
.p-mypage-inner .list_link a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  border-radius: 50px;
  margin: 0;
  width: 200px;
  height: 60px;
  font-size: 16px;
}
.p-mypage-inner .list_link a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.p-mypage-inner .slick-track {
  display: flex;
}
.p-mypage-inner .slick-slider .slick-slide {
  display: flex;
  margin: 0 15px;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .p-mypage-inner .slick-slider .slick-slide {
    margin: 0 10px;
  }
}
.p-mypage-inner .slick-slider .slick-slide > div {
  display: flex;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-mypage-inner .slick-slider .slick-slide > div {
    display: block;
  }
}
.p-mypage-inner .slick-slider .slick-prev,
.p-mypage-inner .slick-slider .slick-next {
  background-color: transparent;
  padding: 0;
  width: 100px;
  height: 100px;
  z-index: 88;
}
@media screen and (max-width: 1024px) {
  .p-mypage-inner .slick-slider .slick-prev,
  .p-mypage-inner .slick-slider .slick-next {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-mypage-inner .slick-slider .slick-prev,
  .p-mypage-inner .slick-slider .slick-next {
    width: 50px;
    height: 50px;
  }
}
.p-mypage-inner .slick-slider .slick-prev {
  left: -5%;
}
.p-mypage-inner .slick-slider .slick-next {
  right: -5%;
}
.p-mypage-inner .slick-slider .slick-prev:before,
.p-mypage-inner .slick-slider .slick-next:before {
  font-size: 100px;
  color: #808080;
}
@media screen and (max-width: 1024px) {
  .p-mypage-inner .slick-slider .slick-prev:before,
  .p-mypage-inner .slick-slider .slick-next:before {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-mypage-inner .slick-slider .slick-prev:before,
  .p-mypage-inner .slick-slider .slick-next:before {
    font-size: 50px;
  }
}
.p-mypage-banner {
  text-align: center;
  margin-bottom: 100px;
}
.p-mypage-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.p-mypage-movie {
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-mypage-movie {
    flex-direction: column;
  }
}
.p-mypage-movie__text {
  display: flex;
  flex-direction: column;
  width: 38%;
}
@media screen and (max-width: 1024px) {
  .p-mypage-movie__text {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-mypage-movie__tags {
  margin-bottom: 8px;
}
.p-mypage-movie__tag {
  background: #70c7d4;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  margin-right: 4px;
}
.p-mypage-movie__title {
  font-size: 36px;
  font-weight: bold;
  color: #1e3888;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .p-mypage-movie__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.p-mypage-movie__link {
  margin-top: 30px;
  text-align: center;
}
.p-mypage-movie__link a {
  background-color: #1e3888;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 66px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-mypage-movie__link a {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }
}
.p-mypage-movie__link a::before {
  content: "";
  width: 23px;
  height: 18px;
  background: url(../images/ico_watch.svg) no-repeat center center/100% auto;
  margin-right: 7px;
}
.p-mypage-movie__url {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .p-mypage-movie__url {
    width: 100%;
    margin: 20px 0;
  }
}
.p-mypage-movie__url iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-mypage-seminar-wrap {
  width: 23%;
  position: relative;
}
.p-mypage-seminar-wrap figure {
  margin-bottom: 15px;
}
.p-mypage-seminar-wrap figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mypage-seminar-info {
  padding: 0 5px;
}
.p-mypage-seminar-days {
  font-size: 14px;
  margin-bottom: 5px;
}
.p-mypage-seminar h3 {
  font-size: 20px;
  font-weight: bold;
}
.p-mypage-seminar .ended {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-mypage-seminar .ended span {
  width: 250px;
  height: 80px;
  font-size: 28px;
  color: #fff;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-mypage-assets {
  display: flex !important;
  justify-content: space-between;
}
.p-mypage-assets .slick-list {
  width: 100%;
}

.p-campaign {
  font-family: "Zen Maru Gothic", serif;
}
.p-campaign .l-main-ttl {
  height: auto;
  padding: 30px 0 50px;
}
.p-campaign .l-main-ttl h1 {
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-campaign .l-main-ttl {
    padding: 20px 0 30px;
  }
}
.p-campaign-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
}
.p-campaign-inner h2 {
  padding-left: 0;
  border-left: none;
  text-align: center;
  color: #c6b198;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .p-campaign-inner h2 {
    font-size: 30px;
  }
}
.p-campaign-contents {
  background-image: url(../images/mypage/campaign/img_about01.jpg), url(../images/mypage/campaign/img_about02.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-campaign-contents {
    background-size: contain, 90% auto;
    padding: 50px 0;
  }
}
.p-campaign-contents .p-campaign-inner {
  background-color: transparent;
}
.p-campaign-contents-text01 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-campaign-contents-text01 {
    font-size: 24px;
  }
}
.p-campaign-contents-text02 {
  font-weight: bold;
}
.p-campaign-contents-text02 .text-red {
  color: #D7263D;
}
.p-campaign-contents-text02 .text-L {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .p-campaign-contents-text02 .text-L {
    font-size: 40px;
  }
}
.p-campaign-contents-text02 .text-M {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .p-campaign-contents-text02 .text-M {
    font-size: 32px;
  }
}
.p-campaign-contents-text02 .text-S {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-campaign-contents-text02 .text-S {
    font-size: 28px;
  }
}
.p-campaign-about {
  background-color: #c7e8ed;
  opacity: 1;
  background-image: radial-gradient(#ffffff 0.75px, transparent 0.75px), radial-gradient(#ffffff 0.75px, #c7e8ed 0.75px);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-campaign-about {
    padding: 30px 0;
  }
}
.p-campaign-about .p-campaign-inner {
  padding: 50px 80px;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .p-campaign-about .p-campaign-inner {
    padding: 30px 15px;
  }
}
.p-campaign-about ul li {
  border-bottom: 1px solid #808080;
  padding: 0 5px 5px;
}
.p-campaign-about ul li:not(:last-child) {
  margin-bottom: 30px;
}
.p-campaign-about dl dt {
  font-size: 20px;
  margin-bottom: 10px;
}
.p-campaign-faq {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-campaign-faq {
    padding: 50px 0;
  }
}
.p-campaign-faq ul {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-campaign-faq ul {
    width: 100%;
  }
}
.p-campaign-faq ul li {
  border-bottom: 1px solid #808080;
  padding: 0 5px 5px;
}
.p-campaign-faq ul li:not(:last-child) {
  margin-bottom: 30px;
}
.p-campaign-faq dl {
  word-break: break-word;
}
.p-campaign-faq dl dt {
  font-size: 20px;
  margin-bottom: 10px;
}

.p-setting-inner {
  width: 90%;
  margin: 50px auto 0;
  padding: 0 0 100px;
}
.p-setting-text {
  margin-bottom: 50px;
  color: #D7263D;
  font-weight: bold;
  font-size: 18px;
}
.p-setting-info {
  display: grid;
  grid-template-columns: 200px auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-setting-info {
    display: block;
  }
}
.p-setting-title {
  padding: 20px 30px 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-setting-title {
    padding: 0 0 10px;
    justify-content: flex-start;
    gap: 10px;
  }
}
.p-setting-title .required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 3px 10px;
  color: #fff;
  background-color: #D7263D;
}
.p-setting-content {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.p-setting-content p {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-setting-content {
    flex-wrap: wrap;
    padding: 0 0 30px;
  }
  .p-setting-content p {
    width: 100%;
    padding: 5px 0;
    text-align: left !important;
  }
}
.p-setting-content .search-btn {
  padding-left: 20px;
}
.p-setting-content .search-btn a {
  background-color: #70c7d4;
  color: #fff;
  padding: 7px 15px;
}
.p-setting-content dl {
  width: 100%;
  display: grid;
  grid-template-columns: 150px auto;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-setting-content dl {
    grid-template-columns: 1fr;
    grid-row-gap: 0px;
  }
}
.p-setting-content dl dt {
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-setting-content dl dt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-setting-content dl dd input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-setting-content dl dd {
    margin-bottom: 10px;
  }
}
.p-setting-content input {
  width: 80%;
}
.p-setting-content input[name=name] {
  width: 30rem;
}
.p-setting-content input[name=email] {
  width: 30rem;
  margin-right: 20px;
}
.p-setting-content input[name=post] {
  width: 10rem;
}
.p-setting-content .change-btn a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #c6b198;
  color: #fff;
}
.p-setting-content .tooltip {
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-left: 10px;
}
.p-setting-content .tooltip-text {
  display: none;
  position: absolute;
  padding: 15px;
  font-size: 16px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: auto;
}
.p-setting-content .tooltip-text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  border: 10px solid transparent;
  border-top: 15px solid #000;
}
@media screen and (max-width: 767px) {
  .p-setting-content .tooltip-text::before {
    left: calc(50% - 50px);
  }
}
.p-setting-content .tooltip:hover .tooltip-text {
  display: inline-block;
  width: 1800%;
  top: -320%;
  left: -850%;
}
@media screen and (max-width: 767px) {
  .p-setting-content .tooltip:hover .tooltip-text {
    width: 1200%;
    top: -400%;
    left: -800%;
  }
}
.p-setting-content .tooltip.tooltip01:hover .tooltip-text {
  width: 1800%;
  top: -320%;
  left: -850%;
}
@media screen and (max-width: 767px) {
  .p-setting-content .tooltip.tooltip01:hover .tooltip-text {
    width: 1200%;
    top: -400%;
    left: -300%;
  }
}
@media screen and (max-width: 767px) {
  .p-setting-content .tooltip.tooltip01 .tooltip-text::before {
    left: calc(50% - 70px);
  }
}
.p-setting-content .tooltip.tooltip02:hover .tooltip-text {
  width: 1800%;
  top: -320%;
  left: -850%;
}
@media screen and (max-width: 767px) {
  .p-setting-content .tooltip.tooltip02:hover .tooltip-text {
    width: 1200%;
    top: -310%;
    left: -300%;
  }
}
@media screen and (max-width: 767px) {
  .p-setting-content .tooltip.tooltip02 .tooltip-text::before {
    left: calc(50% - 70px);
  }
}
.p-setting-content .tooltip.tooltip03:hover .tooltip-text {
  width: 1800%;
  top: -320%;
  left: -850%;
}
@media screen and (max-width: 767px) {
  .p-setting-content .tooltip.tooltip03:hover .tooltip-text {
    width: 1200%;
    top: -400%;
    left: -800%;
  }
}
@media screen and (max-width: 767px) {
  .p-setting-content .tooltip.tooltip03 .tooltip-text::before {
    left: calc(50% + 50px);
  }
}
.p-setting-content .tooltip span {
  margin: 0;
  padding: 0;
}
.p-setting form p {
  text-align: center;
}

.setting {
  margin-bottom: 50px;
}
.setting .wpcf7 .h-adr {
  margin-top: 50px;
}
.setting .wpcf7 p {
  line-height: 2;
  margin-bottom: 30px;
}
.setting .wpcf7 p:last-child {
  margin-bottom: 0;
}
.setting .wpcf7 p .required {
  font-size: 13px;
  color: #fff;
  background-color: #D7263D;
  padding: 0 7px;
  border-radius: 5px;
}
.setting .wpcf7 dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.setting .wpcf7 dl:not(:last-child) {
  margin-bottom: 30px;
}
.setting .wpcf7 dl dt {
  width: 100%;
}
.setting .wpcf7 dl dt p {
  margin-bottom: 0;
  line-height: 1.6;
}
.setting .wpcf7 dl dt p span {
  font-weight: normal;
  font-size: 14px;
}
.setting input {
  max-width: 100%;
}
.setting-text {
  text-align: center;
  margin-bottom: 50px;
}
.setting-text a {
  text-decoration: underline;
}

.p-movie {
  /*--Thanksページ--*/
}
.p-movie-inner {
  width: 90%;
  max-width: 1080px;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .p-movie-inner {
    margin: 30px auto 10px;
    padding: 0;
  }
}
.p-movie-box {
  text-align: center;
  background-color: #eef7f9;
  padding: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-movie-box {
    padding: 15px;
  }
}
.p-movie-box > dl {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-movie-box > dl {
    margin-bottom: 7px;
  }
}
.p-movie-box-ttl {
  font-size: 2.4rem;
  line-height: 1.9166666667;
  color: #70c7d4;
}
@media screen and (max-width: 767px) {
  .p-movie-box-ttl {
    font-size: 1.2rem;
  }
}
.p-movie-box-text {
  font-size: 4rem;
  letter-spacing: 0.06em;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-movie-box-text {
    font-size: 2rem;
  }
}
.p-movie-box-text2 {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-movie-box-text2 {
    font-size: 1.6rem;
  }
}
.p-movie-box-link {
  color: #fff;
  font-size: 1.8rem;
  background-color: #f34d6e;
  box-shadow: 1.6px 1.6px 1.6px rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  width: 285px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-movie-box-link {
    font-size: 1rem;
    max-width: 200px;
    height: 30px;
    margin: 20px auto 10px;
    padding: 10px;
    border-radius: 10px;
  }
}
.p-movie-list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.p-movie-card {
  position: relative;
  border-radius: 20px;
  border: none;
  background-color: #eef7f9;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-movie-card {
    flex-direction: column;
    gap: 15px 0;
    padding: 20px;
  }
}
.p-movie-card__thumbnail {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-movie-card__thumbnail {
    width: 100%;
  }
}
.p-movie-card__thumbnail img {
  width: 100%;
}
.p-movie-card__body {
  width: calc(100% - 30px - 45%);
}
@media screen and (max-width: 767px) {
  .p-movie-card__body {
    width: 100%;
  }
}
.p-movie-card__info {
  border-top: none;
  padding-top: 0;
}
.p-movie-card__title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-movie-card__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.p-movie-card__row {
  margin: 8px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-movie-card__row {
    flex-wrap: wrap;
    gap: 0 8px;
    font-size: 14px;
  }
}
.p-movie-card__label {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-movie-card__label {
    width: 100%;
  }
}
.p-movie-card__more {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-movie-card__more {
    margin-top: 15px;
  }
}
.p-movie-card__more a {
  margin: 0;
}
.p-movie-mail {
  background-color: #eef7f9;
  font-size: 3.2rem;
  letter-spacing: 0.046em;
}
@media screen and (max-width: 767px) {
  .p-movie-mail {
    font-size: 1.6rem;
  }
}
.p-movie-mail h3 {
  color: #fff;
  font-weight: bold;
  background-color: #70c7d4;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-movie-mail h3 {
    font-size: 1.6rem;
    height: 40px;
  }
}
.p-movie-mail > p {
  line-height: 1.5;
  text-align: center;
  margin: 20px auto 0;
  font-size: clamp(16px,calc(((28 - 16) * 100vw + (860 * 16 - 375 * 28) * 1px) / (860 - 375)),28px);
  font-feature-settings: "palt" 1;
}
.p-movie-thanks {
  background-color: #ededed;
  padding: 0 20px;
}
.p-movie-thanks-inner {
  max-width: 800px;
  padding: 50px 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-movie-thanks-inner {
    padding: 25px 0 50px;
  }
}
.p-movie-thanks-image {
  background-color: #fff;
  padding: 40px 20px;
}
.p-movie-thanks-image img {
  max-width: 240px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.p-movie-thanks-text {
  text-align: center;
  padding: 60px 20px 65px;
  font-size: 3rem;
  font-size: clamp(16px,calc(((30 - 16) * 100vw + (860 * 16 - 375 * 30) * 1px) / (860 - 375)),30px);
  background-color: #f5f5f5;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.046em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-movie-thanks-text {
    padding: 40px 20px 45px;
  }
}
.p-movie-text {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-movie-text {
    margin-bottom: 50px;
  }
}
.p-movie-wrap {
  background-color: #eef7f9;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-movie-wrap {
    padding: 15px;
  }
}
.p-movie-table {
  display: flex;
  gap: 0 3%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-movie-table {
    flex-direction: column;
    gap: 15px 0;
  }
}
.p-movie-table-img {
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-movie-table-img {
    width: 75%;
    margin: auto;
  }
}
.p-movie-table table {
  width: 72%;
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  .p-movie-table table {
    width: 100%;
  }
}
.p-movie-table table th {
  background-color: #70c7d4;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-movie-table table th {
    padding: 10px;
  }
}
.p-movie-table table td {
  background-color: #fff;
  padding: 10px 15px;
}
.p-movie-link {
  text-align: center;
}
.p-movie-link .c-button {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px 30px;
  margin-top: 50px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-movie-link .c-button {
    font-size: 20px;
  }
}
.p-movie-profile {
  margin-top: 100px;
}
.p-movie-profile-box {
  background-color: #eef7f9;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-movie-profile-box {
    padding: 15px;
  }
}
.p-movie-profile-box:not(:first-child) {
  margin-top: 30px;
}
.p-movie-profile dl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 0 3%;
}
.p-movie-profile dl dt {
  font-size: 24px;
}
.p-movie-profile dl dd img {
  width: 120px;
}
.p-movie-profile dl + p {
  margin-top: 15px;
}
.p-movie-profile-message {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-movie-profile-message {
    padding: 15px;
  }
}
.p-movie-profile-message h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.maintenance {
  padding-top: 200px;
}
.maintenance p {
  text-align: center;
}
.maintenance p:not(:last-child) {
  margin-bottom: 20px;
}
.maintenance header p {
  text-align: left;
}
.maintenance footer {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .maintenance footer {
    margin-top: 100px;
  }
}

.p-recommend {
  margin-bottom: 70px;
}
.p-recommend-inner {
  max-width: 90%;
  margin: 0 auto;
}
.p-recommend-inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-recommend-inner ul li a {
  text-decoration: underline;
}
.p-recommend-inner ul li a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  font-size: 14px;
  margin: 0 0.25rem;
}/*# sourceMappingURL=screen.css.map */