@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 */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
}
html {
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 500;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  cursor: pointer;
}
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
button:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
fieldset,
option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 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 {
  appearance: none;
}
::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}
[type='number'] {
  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;
  }
  to {
    opacity: 1;
  }
}
html {
  font-size: 10px;
  height: 100%;
}
body {
  color: #261713;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2.4rem;
}
a {
  color: #261713;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
form {
  width: 100%;
}
table {
  background-color: transparent;
}
img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}
small {
  font-size: 65%;
}
*,
.l-header,
:after,
:before {
  box-sizing: border-box;
}
.l-header {
  background-color: hsla(0, 0%, 100%, 0.8);
  height: 100px;
  left: 0;
  padding: 26px 20px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header {
    display: flex;
    height: 70px;
    padding: 10px;
  }
}
.l-header .site-title {
  margin: 0 auto;
}
.l-header .site-title img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 308px;
}
@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: 145px;
  }
}
@media screen and (max-width: 350px) {
  .l-header .site-title img {
    width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .site-title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
.l-header-nav {
  background-color: hsla(0, 0%, 100%, 0.95);
  height: calc(100vh - 70px);
  left: 0;
  position: absolute;
  top: 100px;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .l-header-nav {
    left: auto;
    right: 0;
    width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    top: 70px;
  }
}
.l-header-nav-list {
  display: block;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.l-header-nav-list > li {
  padding-bottom: 0;
  position: relative;
}
.l-header-nav-list > li > a {
  border-bottom: 1px dashed #51bbcc;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-header-nav-list > li > a {
    padding: 8px 20px;
  }
}
.l-header-nav-list > li.parent > a:before {
  background-color: #51bbcc;
  content: ' ';
  height: 2px;
  position: absolute;
  right: 20px;
  top: 32px;
  transition: all 0.3s ease;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .l-header-nav-list > li.parent > a:before {
    top: 20px;
  }
}
.l-header-nav-list > li.parent > a:after {
  background-color: #51bbcc;
  content: ' ';
  height: 2px;
  position: absolute;
  right: 20px;
  top: 32px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
  width: 15px;
}
@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 {
  background-color: transparent;
  transition: all 0.3s ease;
}
.l-header-nav-list > li.parent > a.open:after {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.l-header-nav-list > li .sub-menu {
  background-color: #eff8f9;
  border-bottom: 1px dashed #51bbcc;
  box-shadow: none;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  top: 100%;
  transform: translateZ(0);
  transition: unset;
  visibility: unset;
}
.l-header-nav-list > li .sub-menu:before {
  display: none;
}
.l-header-nav-list > li .sub-menu > li a {
  border-bottom: 1px dashed #51bbcc;
  color: #000;
  display: block;
  font-size: 16px;
  padding: 15px 5px 15px 30px;
  text-align: left;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
@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 {
  transform: translate3d(3px, 0, 0);
  transition: all 0.3s ease;
}
.l-header-nav-list > li .sub-menu > li:last-of-type > a {
  border-bottom: none;
}
.l-header-nav-list > li .sub-menu:before {
  border-bottom: 10px solid #eee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  bottom: 100%;
  content: ' ';
  left: 20px;
  position: absolute;
}
.l-header-nav-list > li:hover ul {
  opacity: 1;
  transform: translateZ(0);
  transition: all 0.3s ease;
  visibility: visible;
}
.l-header .l-header-nav.open {
  overflow-y: scroll;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1001px) {
  .l-header .l-header-nav.open {
    left: auto;
    right: 0;
    width: 430px;
  }
}
.l-header .l-header-nav > ul > :hover ul {
  transition: unset;
}
.l-header .members {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
}
.l-header .members .modal-login {
  align-items: center;
  background-color: #eee;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  justify-content: center;
  line-height: 1.2142857143;
  padding-right: 20px;
}
.l-header .members .modal-login:after {
  background: url(../images/icon-login.svg) no-repeat 50%;
  content: ' ';
  height: 26px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
@media screen and (min-width: 768px) {
  .l-header .members .modal-login {
    border-radius: 10px;
    height: 42px;
    transition: opacity 0.3s;
    width: 176px;
  }
  .l-header .members .modal-login:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .l-header .members .modal-login {
    font-size: 12px;
    height: 70px;
    width: 100px;
  }
  .l-header .members .modal-login span {
    font-size: 83.3333333333%;
    margin-top: 2px;
  }
  .l-header .members .modal-login:after {
    right: 5px;
  }
}
@media screen and (max-width: 340px) {
  .l-header .members .modal-login {
    font-size: 11px;
    width: 90px;
  }
}
.l-header .menu-button {
  background-color: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
}
.l-header .menu-button span {
  margin: auto;
  right: 0;
  top: calc(50% - 1.5px);
  width: 42px;
}
.l-header .menu-button span,
.l-header .menu-button span:before {
  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%;
}
.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;
}
.l-main {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 70px;
  }
}
.l-main-section {
  padding: 0 20px;
}
.l-main-ttl {
  font-feature-settings: 'palt' 1;
  align-items: center;
  background-color: #70c7d4;
  color: #fff;
  display: flex;
  font-size: 4rem;
  font-weight: 700;
  height: 120px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main-ttl {
    font-size: 2rem;
    height: 58px;
  }
}
.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 {
  color: #70c7d4;
  font-size: clamp(18px, calc(0.39216vw + 16.62745px), 20px);
  font-weight: 700;
  margin-bottom: 15px;
}
.l-main__page-section__lead {
  font-size: clamp(20px, calc(1.17647vw + 15.88235px), 26px);
  font-weight: 700;
  letter-spacing: 0.017em;
  line-height: 1.2307692308;
  margin-bottom: 15px;
}
.l-main__page-section__text {
  font-size: clamp(15px, calc(0.98039vw + 11.56863px), 20px);
  line-height: 1.25;
}
.l-main__page-section__image {
  margin: 30px auto 0;
  max-width: 600px;
}
.l-main__page-section__image.mgn-small {
  margin-top: 15px;
}
.l-main-link {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-main-link {
    margin-top: 40px;
  }
}
.l-main-link-item {
  font-feature-settings: 'palt' 1;
  align-items: center;
  background-color: #70c7d4;
  color: #fff;
  display: flex;
  flex: 0 0 41.2%;
  font-size: 2.4rem;
  font-size: clamp(12px, calc(2.05128vw + 4.30769px), 24px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 15px 0 15px 5px;
}
@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 {
  background: url(../images/arrow-prev.svg) no-repeat 50%;
  content: '';
  display: block;
  height: 18px;
  margin-left: 15px;
  margin-right: 10px;
  width: 43px;
}
@media screen and (max-width: 767px) {
  .l-main-link-item.prev:before {
    height: 10px;
    margin-left: 10px;
    margin-right: 5px;
    width: 21px;
  }
}
.l-main-link-item.next {
  justify-content: flex-end;
  text-align: right;
}
.l-main-link-item.next:after {
  background: url(../images/arrow-next.svg) no-repeat 50%;
  content: '';
  display: block;
  height: 18px;
  margin-left: 10px;
  margin-right: 15px;
  width: 43px;
}
@media screen and (max-width: 767px) {
  .l-main-link-item.next:after {
    height: 10px;
    margin-left: 5px;
    margin-right: 10px;
    width: 21px;
  }
}
.l-main-link-item.investment-btn:before {
  margin-right: 5px;
}
.wrap {
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .swrap {
    padding: 0 20px;
  }
}
.inline-blk {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}
.w-break {
  word-break: break-word;
}
.l-footer {
  color: gray;
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 10px;
    padding-bottom: 80px;
    text-align: left;
  }
}
.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 {
    font-size: 1.2rem;
    padding: 12px 20px;
  }
}
.l-footer-nav ul {
  column-gap: 46px;
  display: inline-grid;
  grid-template-columns: max-content max-content;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-nav ul {
    column-gap: 20px;
  }
}
.l-footer-nav a {
  color: gray;
}
.l-footer__line {
  margin: 30px auto;
  max-width: 790px;
  padding: 0 20px;
}
.l-footer__line-inner {
  border: 2px solid #3cb056;
  padding: 10px;
}
@media screen and (min-width: 576px) {
  .l-footer__line-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.l-footer__line-inner > p {
  color: #3cb056;
  font-size: clamp(16px, calc(1.41414vw + 10.69697px), 23px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__line-inner > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .l-footer__line-inner > p {
    line-height: 1.3;
    margin-bottom: 8px;
    text-align: center;
  }
}
.l-footer__line-inner > div {
  flex: 0 0 31.7333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__line-inner > div {
    max-width: 200px;
  }
}
.l-footer__line-inner img {
  height: auto;
  width: 100%;
}
.l-footer dl {
  font-size: 1.4rem;
  margin-top: 10px;
  padding: 0 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-footer dl {
    column-gap: 10px;
    display: grid;
    font-size: 2.8rem;
    grid-template-columns: 300px 440px;
    justify-content: center;
    margin-top: 20px;
  }
}
.l-footer dl dt {
  font-weight: 400;
}
.l-footer dl .tosei-link {
  background-color: #70c7d4;
  border-radius: 16px;
  color: #fff;
  display: block;
  min-height: 25px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer dl .tosei-link {
    border-radius: 8px;
    margin-top: 3px;
  }
}
.l-footer__toTop {
  bottom: 40px;
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 1001px) {
  .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-right: 0;
    margin-top: 10px;
    right: 20px;
  }
}
.l-footer__toTop a {
  background-color: #70c7d4;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 120px;
  justify-content: center;
  letter-spacing: 0;
  margin-left: auto;
  padding-top: 80px;
  position: relative;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .l-footer__toTop a {
    margin-top: -60px;
    transform: scale(0.5);
    transform-origin: right bottom;
  }
}
.l-footer__toTop a:before {
  border-left: 4px solid;
  border-top: 4px solid;
  content: '';
  display: block;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: rotate(45deg);
  transform-origin: top left;
  width: 40px;
}
.l-footer__copyright {
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-top: 180px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1rem;
    margin-top: 70px;
  }
}
.l-footer__fix-button {
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 10;
}
.l-footer__fix-button > li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-size: clamp(18px, calc(0.40404vw + 16.48485px), 20px);
  font-weight: 700;
  height: 78px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
}
.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 {
    bottom: 20px;
    display: block;
    left: auto;
    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 {
    height: 120px;
    padding: 8px;
  }
  .l-footer__fix-button.is-visible {
    transform: translateX(0);
    transition: 0.6s 0.6s;
  }
}
.c-news {
  background-color: #fff;
  padding: 25px 0 0;
}
@media screen and (max-width: 1000px) {
  .c-news {
    padding: 25px 0 10px;
  }
}
@media screen and (min-width: 1001px) {
  .c-news-inner {
    display: flex;
  }
}
.c-news-ttl {
  color: #000;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-news-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-ttl {
    margin-bottom: 10px;
  }
}
.c-news-ttl-main {
  font-family: Antonio, sans-serif;
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  line-height: 1;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-news-ttl-main {
    font-size: 2rem;
  }
}
.c-news-ttl-main:after {
  background-color: #70c7d4;
  content: '';
  display: block;
  height: 4px;
  margin: 15px auto 0;
  width: 100%;
}
@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: 1000px) {
  .c-news-list {
    margin-left: 0;
  }
}
.c-news-list-item {
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.c-news-list-item > a {
  display: inline-block;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-news-list-item > a:hover {
    color: #70c7d4;
    opacity: 1;
  }
}
.c-news-list-item dl {
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-news-list-item dl {
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
}
.c-news-list-item dd,
.c-news-list-item dt {
  font-weight: 400;
  margin-right: 5px;
}
.c-news-list-item .tag {
  background-color: #70c7d4;
  border-radius: 3px;
  color: #fff;
  flex-shrink: 0;
  font-size: 90%;
  margin: 0 10px;
  padding: 2px 15px;
}
@media screen and (max-width: 767px) {
  .c-news-list-item .news-ttl {
    flex: 0 0 100%;
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.c-news-link a {
  background-color: #70c7d4;
  border-radius: 130px;
  color: #007eb8;
  display: block;
  font-size: 90%;
  margin-left: auto;
  padding: 2px 10px;
  text-align: center;
  width: 150px;
}
@media screen and (max-width: 1000px) {
  .c-news-link a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-news-link a {
    margin-right: auto;
  }
}
.c-news-post {
  font-size: 1.6rem;
  margin: 20px auto 100px;
  max-width: 820px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-news-post {
    margin: 30px auto 50px;
  }
}
.c-news-post-back {
  letter-spacing: 0.05em;
  margin-bottom: 46px;
  transition: color 0.3s;
}
@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 {
  color: #666;
  font-size: 2.2rem;
  line-height: 1.4em;
  margin: 0 0 20px;
}
.c-news-post-date {
  border-bottom: 1px solid #70c7d4;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-news-post-date {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
.c-news-post-tag {
  background-color: #70c7d4;
  border-radius: 3px;
  color: #fff;
  font-size: 75%;
  margin-left: 10px;
  padding: 1px 15px 2px;
}
.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);
  }
  to {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
}
.first-fadein {
  animation: fadeIn 1s ease-in-out;
}
.scroll-in.ef_fadein > * {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.scroll-in.ef_fadeinup > * {
  transition: opacity 1.5s, transform 1.5s;
}
.scroll-in.ef_fadeinup > :not(.ef-no-up) {
  transform: translateY(20px);
}
.scroll-in.visible > * {
  opacity: 1;
}
.scroll-in.visible > :not(.ef-no-down),
.scroll-in.visible > :not(.ef-no-up) {
  transform: translate(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: 1000px) {
  .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 {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s, visible 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.c-modal.show {
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.c-modal-close {
  cursor: pointer;
  height: 40px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
}
.c-modal-close:after,
.c-modal-close:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}
.c-modal-close:after {
  transform: rotate(-45deg);
}
.c-modal-wrap {
  margin: 0 auto;
}
.c-modal-container,
.c-modal-wrap {
  max-width: 500px;
  position: relative;
  width: 100%;
}
.c-modal-container {
  background-color: #eef7f9;
  color: #666;
  padding: 40px 45px;
}
@media screen and (max-width: 767px) {
  .c-modal-container {
    padding: 30px 35px;
  }
}
.c-modal-ttl {
  font-size: clamp(18px, calc(1.4433vw + 12.58763px), 25px);
  letter-spacing: -0.058em;
  line-height: 1.4761904762;
  margin-bottom: 20px;
  text-align: center;
}
.c-modal-ttl span {
  font-size: 84%;
}
@media screen and (max-width: 767px) {
  .c-modal-ttl {
    margin: 0 -15px 20px;
  }
}
.c-modal-text {
  font-feature-settings: 'palt' 1;
  font-size: clamp(15px, calc(1.23711vw + 10.36082px), 21px);
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
}
.c-modal-link {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  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 {
  align-items: center;
  background-color: #ededed;
  display: flex;
  font-size: clamp(12px, calc(1.03093vw + 8.13402px), 17px);
  height: 58px;
  justify-content: center;
  letter-spacing: -0.005em;
  line-height: 1.25;
  text-align: center;
}
@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 {
  align-items: center;
  background-color: #c6b198;
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: clamp(16px, calc(1.4433vw + 10.58763px), 23px);
  font-weight: 700;
  height: clamp(45px, calc(2.06186vw + 37.26804px), 55px);
  justify-content: center;
  margin: clamp(30px, calc(8.24742vw - 0.92784px), 70px) auto 0;
  text-align: center;
  transition: opacity 0.3s;
  width: clamp(150px, calc(18.5567vw + 80.41237px), 240px);
}
.c-button:after {
  background: url(../images/icon-btn-arrow.svg) no-repeat 50%;
  content: '';
  display: block;
  height: 32px;
  margin-left: 20px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .c-button:after {
    height: 22px;
    margin-left: 10px;
    width: 22px;
  }
}
@media screen and (min-width: 768px) {
  .c-button:hover {
    opacity: 0.8;
  }
}
.p-top {
  font-feature-settings: 'palt' 1;
  color: gray;
}
.p-top__visual {
  margin: 0 auto;
  max-width: 1600px;
  padding-left: clamp(110px, calc(7.72532vw + 4.39485px), 128px);
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .p-top__visual {
    padding-left: clamp(30px, calc(59.29648vw - 563.55779px), 148px);
  }
}
@media screen and (max-width: 1000px) {
  .p-top__visual {
    padding-left: clamp(30px, calc(7.75862vw - 29.58621px), 48px);
  }
}
@media screen and (max-width: 767px) {
  .p-top__visual {
    padding-left: clamp(30px, calc(17.85714vw - 36.96429px), 100px);
  }
}
.p-top__visual-border {
  border-top: 5px solid #666;
}
.p-top__reserve {
  align-items: center;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  left: 50%;
  padding: 0 20px;
  position: fixed;
  transform: translateX(-50%);
  width: min(100%, 560px);
}
@media screen and (max-width: 767px) {
  .p-top__reserve {
    display: none;
  }
}
.p-top__reserve > li {
  border-radius: 30px;
  flex: 0 0 48.2142857143%;
}
@media screen and (max-width: 767px) {
  .p-top__reserve > li {
    border-radius: 15px;
  }
}
.p-top__reserve > li > a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  height: 60px;
  justify-content: center;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__reserve > li > a {
    font-weight: 700;
    height: 60px;
    letter-spacing: -0.05em;
    line-height: 1.4;
  }
}
.p-top__reserve > li:first-of-type {
  background-color: #f24d6e;
}
.p-top__reserve > li:last-of-type {
  background-color: #5a96ff;
}
.p-top__section {
  margin: clamp(60px, calc(10.30928vw + 21.34021px), 110px) auto 0;
  padding: 0 20px;
  width: min(100%, 1240px);
}
.p-top__title {
  color: #70c7d4;
  font-family: Antonio, sans-serif;
  font-size: clamp(22px, calc(2.06186vw + 14.26804px), 32px);
  letter-spacing: 0.017em;
  margin-bottom: 5px;
}
.p-top__text {
  font-size: clamp(18px, calc(2.8866vw + 7.17526px), 32px);
  font-weight: 700;
  letter-spacing: 0.017em;
  line-height: 1.3;
}
.p-top__text .fnt150p {
  display: inline-block;
  font-size: 150%;
  position: relative;
  vertical-align: text-bottom;
}
.p-top__text .fnt150p.flex {
  align-items: flex-end;
  display: inline-flex;
}
.p-top__text .fnt150p .fnt170p {
  font-size: 113%;
  line-height: 1.1;
}
.p-top__text .fnt150p:after {
  background-color: #c6b198;
  bottom: 1px;
  content: '';
  display: block;
  height: 15px;
  height: clamp(6px, calc(1.4433vw + 0.58763px), 13px);
  position: absolute;
  width: 99%;
  z-index: -1;
}
.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(4.53608vw + 0.98969px), 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(4.34783vw - 17.3913px), 20px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}
.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(1.67866vw + 9.1247px), 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(0.41237vw + 12.45361px), 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(8.24742vw + 9.07216px), 80px);
}
.p-top__point1 .p-top__list-title {
  font-size: clamp(16px, calc(0.82474vw + 12.90722px), 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(0.41237vw + 12.45361px), 16px);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top__seminar .p-top__text span {
    margin-left: 30px;
  }
}
.p-top__seminar-link {
  margin: 30px auto;
  width: min(100%, 650px);
}
@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(22.68041vw + 134.94845px), 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 {
  margin: 10px auto 0;
  padding: 0 20px;
  text-align: center;
}
.p-top__slide {
  background-color: #eef7f9;
  margin-top: 20px;
  padding: 25px 0;
}
.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;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.p-top__slide-title {
  color: #fff;
  font-size: clamp(22px, calc(2.17391vw + 5.30435px), 24px);
  line-height: 1.2916666667;
  margin-bottom: 20px;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .p-top__slide-title {
    margin-right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__slide-title {
    font-size: 1.5rem;
    margin: 0 -10px;
    padding: 10px;
  }
}
.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 {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
  }
  .p-top__slide-image > figure {
    flex: 0 0 30%;
  }
}
.p-top__slide-image > p {
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__slide-image > p {
    flex: 0 0 70%;
    font-size: 1.3rem;
    margin-left: 10px;
    text-align: left;
  }
}
.p-top__slide-contents {
  flex: 0 0 67.2413793103%;
  position: relative;
}
.p-top__slide-contents > p {
  line-height: 1.5625;
  max-height: 80px;
  overflow: hidden;
  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 {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.p-top__slide-contents .p-top__btn .c-button {
  font-size: clamp(20px, calc(2.17391vw + 3.30435px), 22px);
  height: 48px;
  margin-top: 0;
  width: clamp(150px, calc(10.30928vw + 111.34021px), 200px);
}
@media screen and (max-width: 767px) {
  .p-top__slide-contents .p-top__btn .c-button {
    font-size: 1.5rem;
    height: 40px;
    width: 130px;
  }
}
.p-top__slide-contents .p-top__btn .c-button:after {
  background: url(../images/icon-top-slide-item-arrow.svg) no-repeat 50%/20px 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 2px;
  transition: transform 0.1s;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__slide-contents .p-top__btn .c-button:after {
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
  }
}
.p-top__slide-contents .p-top__btn .c-button.is-active:after {
  transform: rotate(180deg);
}
.p-top__slide .slick-slide {
  padding: 0 min(4vw, 50px);
  width: min(90vw, 740px) !important;
}
@media screen and (max-width: 767px) {
  .p-top__slide .slick-slide {
    padding: 0 20px;
    width: 300px !important;
  }
}
.p-top__slide .slick-arrow {
  height: 38px;
  position: absolute;
  top: 153px;
  transition: opacity 0.3s;
  width: 38px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top__slide .slick-arrow {
    height: 26px;
    top: 155px;
    width: 26px;
  }
}
.p-top__slide .slick-arrow:before {
  display: none;
}
.p-top__slide .slick-arrow:hover {
  color: #261713;
  opacity: 0.8;
}
.p-top__slide .slick-prev {
  background: url(../images/icon-top-slide-left.svg) no-repeat 50%;
  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% - 160px);
  }
}
@media screen and (max-width: 330px) {
  .p-top__slide .slick-prev {
    left: calc(50% - 157px);
  }
}
.p-top__slide .slick-prev:focus,
.p-top__slide .slick-prev:hover {
  background: url(../images/icon-top-slide-left.svg) no-repeat 50%;
}
.p-top__slide .slick-next {
  background: url(../images/icon-top-slide-right.svg) no-repeat 50%;
  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% - 160px);
  }
}
@media screen and (max-width: 330px) {
  .p-top__slide .slick-next {
    right: calc(50% - 157px);
  }
}
.p-top__slide .slick-next:focus,
.p-top__slide .slick-next:hover {
  background: url(../images/icon-top-slide-right.svg) no-repeat 50%;
}
.p-top__investment {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__investment {
    margin-bottom: 20px;
  }
}
.p-top__investment-bg {
  margin-top: clamp(50px, calc(10.30928vw + 11.34021px), 100px);
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
.p-top__investment-bg-contents {
  background-color: #eef7f9;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: min(205vw, 2800px);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: min(205vw, 2800px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top__investment-bg-contents {
    height: min(280vw, 1300px);
    width: 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 {
  color: #949494;
  font-size: 1.2rem;
  letter-spacing: 0.015em;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__note {
    font-size: 1.1rem;
  }
}
.p-top .l-main-link {
  margin-top: 0;
  max-width: 1200px;
}
.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 {
  margin: 0 auto;
  max-width: 1240px;
  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: gray;
}
.p-top__news .c-news-list {
  flex: 0 0 72%;
  margin-left: 0;
  margin-top: 10px;
}
.p-top__news .c-news-list-item > a {
  color: #70c7d4;
  display: inline-block;
  transition: opacity 0.3s;
}
@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 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .p-top-point-contents {
    margin-left: -5px;
  }
}
.p-top-point-list {
  display: flex;
  flex: 0 0 30.4761904762%;
  flex-direction: column;
}
.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 {
  align-items: flex-end;
  display: flex;
  font-size: clamp(12px, calc(4.12371vw - 3.46392px), 32px);
  font-weight: 700;
  letter-spacing: 0;
  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-family: Antonio, sans-serif;
  font-size: 224.2424242424%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-point-num .num {
    font-size: 258.3333333333%;
    margin-left: 10px;
  }
}
.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 {
  background-color: #70c7d4;
  border-radius: 23px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  font-size: min(2.5vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-top: 20px;
  max-width: 192px;
  padding: 12px 5px;
  text-align: center;
  width: min(21.2vw, 191px);
}
@media screen and (max-width: 767px) {
  .p-top-point-link {
    border-radius: 10px;
    font-size: max(2.5vw, 1rem);
    margin-top: 5px;
    max-width: 191px;
    padding: 7px;
    width: max(20vw, 80px);
  }
}
.p-top-point-tresq {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #70c7d4;
  display: flex;
  flex: 0 0 31.1904761905%;
  height: 100%;
  justify-content: center;
  margin-top: 8.3333333333%;
  width: 100%;
}
.p-top-point-tresq img {
  height: auto;
  width: 62.9770992366%;
}
@supports not (aspect-ratio: auto) {
  .p-top-point-tresq img {
    margin: 12.725% 0;
  }
}
.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 {
  margin: 0 auto;
  max-width: 980px;
  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-bottom: 20px;
  margin-right: 15px;
}
.p-news-list .yearly-list > li a {
  border-bottom: 3px solid #70c7d4;
  color: #666;
  font-size: 2.4rem;
  line-height: 1em;
}
@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 {
    border-bottom: 3px solid #666;
    color: #70c7d4;
  }
}
.p-news-list .c-news-ttl {
  margin: 0 auto;
  width: 313px;
}
@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 {
  background-color: #90d2dc;
  font-size: 1.2rem;
  margin-left: 20px;
  margin-right: 40px;
  padding: 2px 10px;
}
.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;
}
.swrap,
.wrap {
  margin: 0 auto;
}
.swrap {
  max-width: 1000px;
}
.bd_title {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.bd_title:before {
  background-color: #70c7d4;
  bottom: 0;
  content: ' ';
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 240px;
}
.flex_1 {
  display: flex;
  margin-right: -20px;
}
.flex_1 > * {
  box-sizing: border-box;
  flex: 1;
  padding-right: 20px;
}
.en {
  font-family: Antonio, sans-serif;
}
.blue_font {
  color: #0182ba;
}
.section_block_header {
  text-align: center;
}
.section_block_header p {
  font-size: 120%;
  font-weight: 700;
}
.section_block_header .en {
  font-size: 280%;
  letter-spacing: 0.3rem;
}
.sb_information {
  background-color: #eee;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}
.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;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.sb_information .sb_information_in .section_block_header h2:before {
  left: 0;
  width: 100%;
}
.sb_information .sb_information_in .sb_information_list {
  flex: 1;
}
.sb_information .sb_information_in .sb_information_list .more {
  background-color: #70c7d4;
  border-radius: 130px;
  color: #007eb8;
  display: block;
  font-size: 90%;
  margin-left: auto;
  margin-right: 0;
  padding: 2px 10px;
  text-align: center;
  width: 130px;
}
.sb_information .sb_information_list ul {
  list-style: none;
  margin: 0;
  padding: 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:first-child {
  margin-right: 10px;
}
.sb_information .sb_information_list ul li a > span:first-child > span {
  background-color: #70c7d4;
  border-radius: 3px;
  color: #fff;
  font-size: 90%;
  padding: 2px 15px;
}
.sb_information .sb_information_list ul li a > span:first-child > i {
  margin-right: 10px;
}
.mv,
.mv .mv_contents {
  position: relative;
}
.mv .mv_contents {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 136px;
  z-index: 1;
}
.mv .mv_contents > p {
  margin: 0 auto;
  padding: 137px 137px 40px;
  width: 18%;
}
.mv .mv_contents > div {
  text-align: center;
}
.mv .mv_contents > div > p {
  color: #fff;
  font-size: 173%;
  font-weight: 700;
}
.mv .mv_contents .join_member {
  background-color: #f44f6f;
  border: 1px solid #fff;
  border-radius: 100px;
  bottom: -36px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-size: 170%;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 415px;
}
.mv video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sb_top_message {
  padding: 120px 0;
}
.sb_top_message .sb_top_message_in {
  align-items: center;
  display: flex;
}
.sb_top_message .sb_top_message_in > p {
  align-items: center;
  background-color: #0182bb;
  border-radius: 10px;
  display: flex;
  flex: 0 1 50%;
  justify-content: center;
  padding: 100px 0;
}
.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 {
  font-size: 110%;
  line-height: 1.8;
  margin-bottom: 30px;
}
.sb_top_message .sb_top_message_in > div p b {
  font-size: 150%;
}
.sb_our_fund {
  padding: 50px 0;
}
.sb_our_fund,
.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;
  margin: 0;
  padding: 0;
}
.sb_our_fund .fund_tags ul li {
  margin-bottom: 10px;
}
.sb_our_fund .fund_tag {
  background-color: #aaa;
  border-radius: 5px 0 10px 0;
  color: #fff;
  display: block;
  font-size: 130%;
  font-weight: 700;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  width: 100px;
  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 {
  border-radius: 10px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  margin-bottom: 100px;
  overflow: hidden;
}
.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 * {
  height: 175px;
  left: 0;
  position: absolute;
  top: calc(100% - 175px);
  width: 50%;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in * img {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  top: 0;
  width: 100%;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in > :first-child {
  height: calc(100% - 175px);
  left: 0;
  top: 0;
  width: 100%;
}
.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;
  padding: 45px;
  position: relative;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents:before {
  background-color: #51bbcb;
  content: ' ';
  height: 30%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.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 {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  display: flex;
  margin-bottom: 35px;
  text-align: center;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex > * {
  box-sizing: border-box;
  flex: 1;
  padding: 36px 0;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex > :first-child {
  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: 700;
}
.sb_our_fund .sb_our_fund_flex_box .sb_our_fund_contents .sb_our_fund_flex > * p i {
  font-size: 140%;
  font-style: normal;
}
.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;
  background: linear-gradient(90deg, #7eccd6, #a812f7);
  border-radius: 100px;
  color: #fff;
  margin: 15px 0;
  padding: 1px 0;
  position: relative;
  text-align: center;
}
.sb_our_fund .gage:after {
  border: 6px solid transparent;
  border-bottom: none;
  border-top: 13px solid #a812f7;
  bottom: calc(100% + 3px);
  content: ' ';
  position: absolute;
  right: 0;
}
.sb_our_fund .sb_our_fund_boshu_more {
  border: 2px solid #51bbcb;
  border-radius: 100px;
  color: #51bbcb;
  display: block;
  font-weight: 700;
  margin: 34px auto 0;
  padding: 13px;
  text-align: center;
  width: 66%;
}
.sb_our_fund .more_fund {
  background-color: #0182bb;
  border: 1px solid #fff;
  border-radius: 100px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-size: 170%;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
  width: 415px;
}
@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: 400;
}
.sb_features .sb_features_block {
  border: 2px solid #51bbcb;
  border-radius: 10px;
  margin-bottom: 70px;
  padding: 25px 130px 0;
  text-align: center;
}
.sb_features .sb_features_block h3 {
  font-size: 265%;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  text-align: center;
}
.sb_features .sb_features_block h3 i {
  font-size: 150%;
  font-style: normal;
  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;
  padding-top: 100%;
  width: 100%;
}
.sb_features .sb_features_block .flex_1 > * > * > * {
  background-color: #51bbcb;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sb_features .sb_features_block .flex_1 > * > * > * p {
  align-items: center;
  display: flex;
  height: 70%;
  justify-content: center;
  margin: 0 auto 5px;
  max-width: 60%;
}
.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 {
  background-color: #fff;
  border: 2px solid #51bbcb;
  border-radius: 100px;
  color: #51bbcb;
  display: block;
  font-size: 120%;
  margin: 0 auto -30px;
  padding: 10px;
  text-align: center;
  width: 350px;
}
.sb_features .sb_features_blockBottom {
  padding: 50px 65px 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-bottom: 0;
    padding-top: 0;
  }
  .sb_features .sb_features_block .flex_1 > * > * {
    background-color: #51bbcb;
  }
  .sb_features .sb_features_block .flex_1 > * > * > * p {
    align-items: center;
    display: flex;
    height: 70%;
    justify-content: center;
    margin: 5% auto 0;
    max-width: 60%;
  }
  .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 {
  background-color: #eee;
  content: ' ';
  height: 57%;
  left: -100vw;
  position: absolute;
  top: 22.3%;
  width: 200vw;
  z-index: -1;
}
.sb_howto .flex_1 a {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.sb_howto .flex_1 a:after {
  content: ' ';
  display: block;
  padding-top: 100%;
  width: 100%;
}
.sb_howto .flex_1 a img {
  margin: 0 auto 50px;
  width: 30%;
}
.sb_howto .flex_1 a b {
  display: block;
  font-size: 120%;
  text-align: center;
}
.sb_howto .flex_1 a span {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 50px 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sb_howto .flex_1 > :first-child a {
  background-image: url(../../images/top/how_to_about.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  text-align: center;
}
.sb_howto .flex_1 > :nth-child(2) a {
  background-color: #51bbcb;
  color: #fff;
  display: block;
  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 > * {
  box-sizing: border-box;
  flex: 1;
  padding-bottom: 100px;
  padding-top: 80px;
  position: relative;
}
.sb_movies .sb_movies_flex > :first-child {
  padding-right: 80px;
}
.sb_movies .sb_movies_flex > :first-child:before {
  background-color: #eee;
  content: ' ';
  display: block;
  height: 100%;
  position: absolute;
  right: 1px;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.sb_movies .sb_movies_flex > :nth-child(2) {
  padding-left: 80px;
}
.sb_movies .sb_movies_flex > :nth-child(2):before {
  background-color: #d8eced;
  content: ' ';
  display: block;
  height: 100%;
  left: 1px;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.sb_movies .sb_movies_flex h3 {
  display: block;
  font-size: 250%;
  margin-bottom: 20px;
}
.sb_movies .sb_movies_flex .movie {
  margin-top: 30px;
}
.sb_movies .sb_movies_flex .movie iframe {
  height: 292px;
  width: 100%;
}
.page_contents .section_block_header {
  background-color: #51bbcc;
  margin-bottom: 80px;
  padding: 50px 0;
}
.page_contents .section_block_header h2 {
  color: #fff;
  display: block;
  font-size: 350%;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-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 {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  padding-right: 10px;
}
.pagination ul li > * {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: block;
  padding: 10px 15px;
  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;
  font-size: 130%;
  margin-bottom: 20px;
}
.what_section .what_section_box > p {
  margin-bottom: 30px;
}
.what_section .what_section_box figure {
  margin: 50px auto;
  padding: 0;
  text-align: center;
  width: 60%;
}
.what_section .what_section_box .what_section_box_wide,
.what_section .what_section_box .what_section_box_wide img,
.what_section .what_section_box figure img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .what_section .what_section_box figure {
    width: auto;
  }
}
.page_content_box {
  font-feature-settings: 'palt' 1;
  margin-bottom: 80px;
}
.page_content_box h3 {
  color: #51bbcc;
  font-size: 130%;
  margin-bottom: 20px;
}
.page_content_box > p {
  margin-bottom: 30px;
}
.page_content_box figure {
  margin: 50px auto;
  padding: 0;
  text-align: center;
  width: 60%;
}
.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-bottom: 50px;
  margin-top: 50px;
}
.points_nav .sp_next {
  display: none;
}
.points_nav ul {
  display: flex;
  list-style: none;
  margin: 0 -30px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .points_nav ul {
    margin-right: 0;
  }
}
.points_nav ul > * {
  box-sizing: border-box;
  flex: 1;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .points_nav ul > * {
    padding-right: 0;
  }
}
.points_nav ul > * a {
  align-items: center;
  background-color: #d0d0d0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  display: flex;
  font-size: 120%;
  height: 100%;
  padding: 20px 30px;
  text-align: center;
}
.points_nav ul > * a > span {
  flex: 0 1 10%;
  text-align: center;
}
.points_nav ul > * a > p {
  flex: 1;
}
.points_nav ul .current a {
  background-color: #51bbcc;
  position: relative;
}
@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;
    font-size: 130%;
    margin-bottom: 30px;
    text-align: center;
  }
  .points_nav.points_navBottom ul .next a:before .next {
    right: 5px;
    top: 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-bottom: 50px;
  margin-top: 50px;
}
.points_nav.points_navBottom ul .next a {
  position: relative;
}
.points_nav.points_navBottom ul .next a:before {
  color: #000;
  content: 'NEXT';
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .points_nav.points_navBottom ul .next a:before {
    display: none;
    left: auto;
    right: 10px;
    text-align: right;
    top: 10px;
  }
}
.next_pagination {
  text-align: center;
}
.next_pagination a {
  background-color: #51bbcc;
  border-radius: 100px;
  color: #fff;
  display: block;
  margin: 20px auto 0;
  max-width: 400px;
  padding: 10px 30px;
}
.point_boxCenter {
  text-align: center;
}
.point_box_lineup {
  margin-bottom: 30px;
}
.point_box_lineup .point_box_lineup_title {
  font-size: 130%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.point_box_lineup .point_box_lineup_title:before {
  background-color: #51bbcc;
  content: ' ';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.point_box_lineup .point_box_lineup_title span {
  background-color: #fff;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
.point_box_lineup img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .point_box_lineup .point_box_lineup_title {
    font-size: 100%;
  }
}
.point_box_list {
  margin: 0 auto;
  width: 90%;
}
.point_box_list .point_box_list_item {
  align-items: center;
  border: 2px solid #51bbcc;
  border-radius: 5px;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
}
.point_box_list .point_box_list_item > p {
  box-sizing: border-box;
  flex: 0 1 35%;
  padding: 10px 30px 10px 0;
}
.point_box_list .point_box_list_item > div {
  box-sizing: border-box;
  flex: 1;
  padding: 50px;
}
.point_box_list .point_box_list_item > div > p small {
  display: block;
  font-size: 80%;
  margin-top: 10px;
}
.point_box_list .point_box_list_item > div > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.point_box_list .point_box_list_item > div > div h4 {
  font-size: 120%;
  line-height: 1.3;
  padding-right: 20px;
}
.point_box_list .point_box_list_item > div > div h4 small {
  display: block;
  font-size: 70%;
  font-weight: 400;
  margin-top: 10px;
}
.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-size: 150%;
  font-weight: 700;
  letter-spacing: 0;
}
.point_box_list .point_box_list_item > div > div > p i {
  color: #51bbcc;
  font-size: 300%;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  line-height: 0;
}
.more_number {
  background-color: #0182bb;
  border: 1px solid #fff;
  border-radius: 100px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  box-sizing: unset;
  color: #fff;
  display: block;
  font-size: 170%;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
  width: 415px;
}
@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 {
    margin-bottom: 50px;
    padding-right: 0;
  }
}
@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;
  }
}
.map_area {
  border: 1px solid #39b0c4;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  text-align: center;
}
.map_area .map_area_in {
  height: 350px;
}
.map_area > * {
  flex: 0 1 40%;
}
.map_area > :first-child ul {
  text-align: left;
}
.map_area > :first-child ul li {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.map_area > :first-child ul li img {
  width: 100%;
}
.map_area > :first-child ul li:first-child {
  opacity: 1;
  position: relative;
  z-index: 10;
}
.map_area > :first-child ul li.act:first-child {
  opacity: 0;
}
.map_area > :first-child 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 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.map_area > :nth-child(2) ul li img:first-child {
  transition: all 0.3s ease;
}
.map_area > :nth-child(2) ul li img:nth-child(2) {
  transition: all 0.1s ease;
}
.map_area > :nth-child(2) ul li.no_target {
  opacity: 0.5;
}
.map_area > :nth-child(2) ul li.on img:first-child {
  transform: scale(1.1);
  transition: all 0.3s ease;
  z-index: 3;
}
.map_area > :nth-child(2) ul li:first-child img:first-child {
  position: absolute;
  right: 28.6%;
  top: 25.7%;
  width: 19.6%;
}
.map_area > :nth-child(2) ul li:first-child img:nth-child(2) {
  position: absolute;
  right: 1.4%;
  top: 54.5%;
  width: 23.8%;
}
.map_area > :nth-child(2) ul li:first-child.on img:first-child {
  transform: translate3d(4.6%, 0, 0) scale(1.1);
  transition: all 0.3s ease;
}
.map_area > :nth-child(2) ul li:first-child.on img:nth-child(2) {
  right: 3.4%;
  top: 32.5%;
  width: 19.8%;
}
.map_area > :nth-child(2) ul li:nth-child(2) img:first-child {
  left: 33.7%;
  position: absolute;
  top: 64%;
  width: 18.105%;
}
.map_area > :nth-child(2) ul li:nth-child(2) img:nth-child(2) {
  position: absolute;
  right: 74.4%;
  top: 94.5%;
  width: 19.8%;
}
.map_area > :nth-child(2) ul li:nth-child(2).on img:first-child {
  transform: translate3d(-5.4%, 6%, 0) scale(1.1);
  transition: all 0.3s ease;
}
.map_area > :nth-child(2) ul li:nth-child(2).on img:nth-child(2) {
  right: 74.4%;
  top: 86.5%;
  width: 15.8%;
}
.map_area > :nth-child(2) ul li:nth-child(3) img:first-child {
  left: 32.4%;
  position: absolute;
  top: 51%;
  width: 19.6%;
}
.map_area > :nth-child(2) ul li:nth-child(3) img:nth-child(2) {
  position: absolute;
  right: 74.4%;
  top: 60.5%;
  width: 24.8%;
}
.map_area > :nth-child(2) ul li:nth-child(3).on img:first-child {
  transform: translate3d(-6.4%, 1%, 0) scale(1.1);
  transition: all 0.3s ease;
}
.map_area > :nth-child(2) ul li:nth-child(3).on img:nth-child(2) {
  right: 74.4%;
  top: 55.5%;
  width: 19.8%;
}
.map_area > :nth-child(2) ul li:nth-child(4) img:first-child {
  left: 33.5%;
  position: absolute;
  top: 34.5%;
  width: 18.5%;
}
.map_area > :nth-child(2) ul li:nth-child(4) img:nth-child(2) {
  position: absolute;
  right: 73.4%;
  top: 39.5%;
  width: 18.8%;
}
.map_area > :nth-child(2) ul li:nth-child(4).on img:first-child {
  transform: translate3d(-7.4%, -7%, 0) scale(1.1);
  transition: all 0.3s ease;
}
.map_area > :nth-child(2) ul li:nth-child(4).on img:nth-child(2) {
  right: 72.4%;
  top: 29.5%;
  width: 14.8%;
}
.map_area > :nth-child(2) ul li:nth-child(5) img:first-child {
  left: 39.5%;
  position: absolute;
  top: 26.9%;
  width: 12.5%;
}
.map_area > :nth-child(2) ul li:nth-child(5) img:nth-child(2) {
  position: absolute;
  right: 70.4%;
  top: 16.5%;
  width: 18.8%;
}
.map_area > :nth-child(2) ul li:nth-child(5).on img:first-child {
  transform: translate3d(-5.4%, -6%, 0) scale(1.1);
  transition: all 0.3s ease;
}
.map_area > :nth-child(2) ul li:nth-child(5).on img:nth-child(2) {
  right: 71.4%;
  top: 9.5%;
  width: 14.8%;
}
.map_area > :nth-child(2) ul li:nth-child(6) img:first-child {
  left: 47.15%;
  position: absolute;
  top: 25.8%;
  width: 4.8%;
}
.map_area > :nth-child(2) ul li:nth-child(6) img:nth-child(2) {
  position: absolute;
  right: 17.4%;
  top: 12.5%;
  width: 18.8%;
}
.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 {
  opacity: 1;
  position: relative;
  z-index: 10;
}
.map_area > :nth-child(2) ul li:last-child img:first-child {
  margin-left: 27%;
  margin-top: 9%;
  position: relative;
  width: 55.6%;
  z-index: 1;
}
.map_area > :nth-child(2) ul li:last-child img:nth-child(2) {
  left: 20%;
  position: absolute;
  top: 10%;
  z-index: -1;
}
.map_area > :nth-child(2) ul li.on {
  opacity: 1;
}
.map_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.map_area map area {
  cursor: pointer;
}
.map_area_cursor:before {
  background-image: url(https://www.toseicorp.co.jp/corporate/about/img/index_ic003.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: ' ';
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
.point_box_map {
  position: relative;
  z-index: 1;
}
.point_box_map h4 {
  color: #51bbcc;
  margin-bottom: 5px;
}
@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:first-child {
    margin: 0 auto 50px;
    width: 80%;
  }
  .map_area > div:nth-child(2) .map_area_in {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .map_area > div:first-child {
    width: 100%;
  }
  .map_area > div:nth-child(2) .map_area_in {
    margin-bottom: 50px;
  }
}
.point_box_image_flex {
  align-items: center;
  display: flex;
}
.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 {
  background-color: #b3e8df;
  padding: 20px;
}
.point_box_valueup .point_box_valueup_in {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.point_box_valueup .point_box_valueup_in > p {
  flex: 0 1 30%;
}
.point_box_valueup .point_box_valueup_in > ol {
  box-sizing: border-box;
  counter-reset: my-counter;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.point_box_valueup .point_box_valueup_in > ol li {
  font-size: 110%;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.point_box_valueup .point_box_valueup_in > ol li:before {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  color: #006869;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  flex: 0 1 30px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  left: 0;
  margin-right: 10px;
  padding-top: 1px;
  position: absolute;
  text-align: center;
  width: 30px;
}
.point_box_valueup .point_box_valueup_in > ol li:last-child {
  margin-bottom: 0;
}
.point_box_valueup .point_box_valueup_bottom {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 30px;
}
.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 {
  box-sizing: border-box;
  flex: 1;
  padding-left: 30px;
}
.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 {
  background-color: #c5eae4;
  border: 1px solid #000;
  padding: 5px;
}
.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 {
  background-color: #000;
  color: #fff;
  display: flex;
  margin-bottom: 50px;
}
.point_boxEx .point_boxEx_flex > p {
  flex: 0 1 50%;
}
.point_boxEx .point_boxEx_flex > p img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.point_boxEx .point_boxEx_flex header {
  box-sizing: border-box;
  flex: 1;
  padding: 50px;
}
.point_boxEx .point_boxEx_flex header h3 {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 150%;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.point_boxEx .point_boxEx_flex header h3 small {
  display: block;
  font-size: 80%;
  font-weight: 400;
  margin-bottom: 10px;
}
.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 > * {
  box-sizing: border-box;
  flex: 1;
  padding-right: 20px;
}
.point_boxEx .point_boxEx_images > * img {
  width: 100%;
}
.point_boxEx .pexbc {
  font-size: 130%;
  margin-bottom: 50px;
}
.point_boxEx .point_boxEx_contents_item_bd {
  border: 1px solid #51bbcc;
  display: flex;
  padding: 30px;
}
.point_boxEx .point_boxEx_contents_item_bd ul {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.point_boxEx .point_boxEx_contents_item_bd ul li {
  padding-left: 30px;
  position: relative;
}
.point_boxEx .point_boxEx_contents_item_bd ul li:before {
  content: '●';
  left: 0;
  margin-right: 10px;
  position: absolute;
}
@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 {
    margin-top: 30px;
    padding: 0;
  }
}
@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 {
  background-color: #f8f8f8;
  margin-top: 30px;
  padding: 30px 0;
}
.flow_box_bgg h4 {
  color: #51bbcc;
  margin-bottom: 20px;
}
.flow_box_numbers > div {
  display: flex;
  margin-bottom: 5px;
}
.flow_box_numbers > div > p {
  align-items: center;
  background-color: #4dc8cf;
  color: #fff;
  display: flex;
  flex: 0 1 150px;
  font-size: 300%;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.flow_box_numbers > div > p:after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  content: ' ';
  height: 20px;
  margin: auto;
  position: absolute;
  right: -10px;
  top: 0;
  transform: rotate(45deg);
  width: 20px;
}
.flow_box_numbers > div > div {
  background-color: #fff;
  flex: 1;
  padding: 30px;
}
.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;
  margin-bottom: 50px;
  text-align: center;
}
.flow_hikaku > * {
  flex: 1;
}
.flow_hikaku > * h4 {
  background-color: #51bbcc;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
}
.flow_hikaku > * h5 {
  background-color: #949494;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 120%;
  padding: 5px 0;
  width: 200%;
}
.flow_hikaku > * p {
  background-color: #eee;
  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 > * {
  box-sizing: border-box;
  flex: 0 1 50%;
  padding: 10px 10px 30px;
}
.flow_hikaku_graph > div > * h6 {
  color: #51bbcc;
  font-size: 100%;
  font-weight: 400;
}
.flow_hikaku_graph > div > * figure {
  margin: 20px 0 0;
}
@media screen and (max-width: 700px) {
  .flow_hikaku_graph > div {
    display: block;
    margin-bottom: 30px;
  }
  .flow_hikaku_graph > div > * {
    margin-bottom: 10px;
    padding: 0;
  }
  .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 > * {
  box-sizing: border-box;
  flex: 0 1 calc(50% - 25px);
  position: relative;
}
.howto_box_flex > * .howto_box i {
  top: -38px;
}
.howto_box_flex > :before {
  border-color: #51bbcc transparent;
  border-style: solid;
  border-width: 40px;
  border-bottom: 0;
  content: ' ';
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -130px;
  width: 0;
}
.howto_box_flex > :first-child .howto_box label {
  padding-left: 90px;
}
.howto_box_flex > :nth-child(2) .howto_box {
  border-color: gray;
}
.howto_box_flex > :nth-child(2) .howto_box i {
  display: none;
}
.howto_box_flex > :nth-child(2) .howto_box label {
  border-color: gray;
  left: -20px;
}
.howto_box_flex > :nth-child(2) .howto_box:after,
.howto_box_flex > :nth-child(2) .howto_box:before {
  background-color: gray;
}
.howto_box_flex .howto_box {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 50px;
}
.howto_box {
  border: 2px solid #51bbcc;
  border-bottom: 0;
  margin-bottom: 150px;
  padding: 40px 80px;
  position: relative;
}
.howto_box .join_member_bt {
  border-radius: 100px;
  margin: 0 auto;
  padding: 10px 50px;
  text-align: center;
  width: 300px;
}
.howto_box .join_member_bt,
.howto_box i {
  background-color: #51bbcc;
  color: #fff;
  display: block;
}
.howto_box i {
  align-items: center;
  border-radius: 100%;
  display: flex;
  font-size: 200%;
  font-style: normal;
  height: 80px;
  justify-content: center;
  left: -5px;
  position: absolute;
  top: -30px;
  width: 80px;
  z-index: 1;
}
.howto_box label {
  background-color: #fff;
  border: 2px solid #51bbcc;
  border-radius: 100px;
  display: block;
  font-size: 130%;
  left: -2px;
  padding: 10px 20px;
  position: absolute;
  top: -25px;
}
.howto_box h3 {
  color: #51bbcc;
  font-size: 130%;
  margin-bottom: 20px;
}
.howto_box h3:after {
  border-color: #51bbcc transparent;
  border-style: solid;
  border-width: 40px;
  border-bottom: 0;
  bottom: -110px;
  content: ' ';
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.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,
.howto_box.howto_boxSq:before {
  display: none;
}
.howto_box .howto_mid_in {
  border: 2px solid #51bbcc;
  margin-top: 20px;
  padding: 20px;
}
.howto_box .howto_mid_in h4,
.howto_box .howto_mid_in h5 {
  color: #51bbcc;
  font-size: 100%;
  margin-bottom: 10px;
}
.howto_box:before {
  left: 0;
  transform: rotate(6deg);
  transform-origin: left top;
}
.howto_box:after,
.howto_box:before {
  background-color: #51bbcc;
  bottom: 0;
  content: ' ';
  height: 2px;
  position: absolute;
  width: 50.3%;
}
.howto_box:after {
  right: 0;
  transform: rotate(-6deg);
  transform-origin: right top;
}
.howto_mid {
  margin-top: -50px;
  padding: 0 50px 50px;
  position: relative;
  text-align: center;
}
.howto_mid p {
  background-color: #51bbcc;
  border-radius: 100%;
  color: #fff;
  font-size: 130%;
  margin: 0 auto;
  padding: 30px;
  width: 30%;
}
@media screen and (max-width: 800px) {
  .howto_box {
    padding: 40px;
  }
  .howto_box i {
    font-size: 130%;
    height: 50px;
    width: 50px;
  }
  .howto_box_flex {
    display: block;
  }
  .howto_mid p {
    border-radius: 30px;
    width: auto;
  }
  .howto_mid {
    margin-bottom: 150px;
    padding: 0;
  }
  .howto_box_flex > * .howto_box i {
    top: -23px;
  }
  .howto_box_flex .howto_box {
    padding: 50px 40px;
  }
  .howto_box_flex > :first-child .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:first-child {
    margin-bottom: 120px;
    padding-bottom: 70px;
    padding-right: 40px;
  }
  .howto_box_flex > div:first-child:after {
    border-bottom: 20px solid #51bbcc;
    border-right: 20px solid #51bbcc;
    box-sizing: border-box;
    content: ' ';
    display: block;
    height: calc(100% + 105px);
    position: absolute;
    right: 0;
    top: -105px;
    width: 50%;
  }
  .howto_box_flex > div:first-child .howto_box:last-child {
    margin-bottom: 0;
  }
  .howto_mid:before {
    height: 100px;
    left: calc(50% - 10px);
    top: 110px;
    width: 20px;
  }
  .howto_mid:after,
  .howto_mid:before {
    background-color: #51bbcc;
    content: ' ';
    display: block;
    position: absolute;
  }
  .howto_mid:after {
    height: 20px;
    right: 0;
    top: 150px;
    width: 50%;
  }
  .howto_box_flex > div:first-child .howto_box:last-child h3:after {
    display: none;
  }
  .howto_box_flex > div:nth-child(2):after {
    background-color: #51bbcc;
    box-sizing: border-box;
    content: ' ';
    display: block;
    height: 100px;
    left: calc(50% - 10px);
    position: absolute;
    top: -140px;
    width: 20px;
  }
  .howto_mid {
    margin-top: -100px;
  }
}
@media screen and (max-width: 600px) {
  .howto_box_flex .howto_box {
    margin-bottom: 120px;
    padding: 50px 20px;
  }
  .howto_box h3 {
    font-size: 110%;
  }
  .howto_box h3:after {
    bottom: -90px;
  }
  .howto_box .join_member_bt {
    padding: 10px 0;
    text-align: center;
    width: auto;
  }
  .howto_box {
    margin-bottom: 100px;
  }
  .howto_box.page_content_box h3:after {
    bottom: -85px;
  }
  .howto_mid {
    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;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -20px 0 0;
  padding: 0;
}
.faq_nav ul li {
  box-sizing: border-box;
  flex: 0 1 33.3%;
  margin-bottom: 20px;
  padding-right: 20px;
}
.faq_nav ul li a {
  display: block;
  padding: 10px;
  text-align: center;
}
.faq_box h2,
.faq_nav ul li a {
  background-color: #51719c;
  color: #fff;
}
.faq_box h2 {
  font-size: 100%;
  margin-top: 20px;
  padding: 10px 10px 10px calc(50vw - 500px);
}
.faq_box .faq-q {
  background-color: #51bbcc;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 10px 10px 240px;
  position: relative;
}
.faq_box .faq-q > span {
  display: block;
}
.faq_box .faq-q:after,
.faq_box .faq-q:before {
  background-color: #fff;
  content: ' ';
  display: block;
  height: 3px;
  left: 200px;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  width: 25px;
}
.faq_box .faq-q:after {
  transform: rotate(90deg);
}
.faq_box .faq-q.active:before {
  content: ' ';
  opacity: 0;
  transition: all 0.3s ease;
}
.faq_box .faq-q.active:after {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.faq_box .faq-a {
  border: 2px solid #51bbcc;
  display: none;
  padding: 20px 200px;
}
.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:after,
  .faq_box .faq-q:before {
    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;
  }
}
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 {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1380px) {
  .sb_movies {
    max-width: 1360px;
  }
  .sb_movies .sb_movies_flex > div {
    padding: 50px;
  }
  .sb_movies .sb_movies_flex > :first-child {
    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 {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .sb_information .sb_information_in .sb_information_list {
    margin: 0 auto;
    max-width: 600px;
  }
  .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 {
    margin: 0 auto 30px;
    max-width: 500px;
  }
  .sb_top_message .sb_top_message_in > div {
    padding-left: 0;
    text-align: center;
  }
  .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 {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: 30vw 30vw 1fr;
  }
  .sb_our_fund .sb_our_fund_flex_box .sb_our_fund_images .sb_our_fund_images_in > :first-child {
    grid-column: 1/2;
    grid-row: 1/3;
    height: auto;
    left: auto;
    position: relative;
    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-column: 2/3;
    grid-row: 1/2;
    height: auto;
    left: auto;
    position: relative;
    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-column: 2/3;
    grid-row: 2/3;
    height: auto;
    left: auto;
    position: relative;
    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 {
    margin: 0 auto;
    max-width: 400px;
  }
  .mv .mv_contents > div > p {
    font-size: 4vw;
  }
  .sb_information .sb_information_list ul li a > span:first-child {
    display: block;
    margin-bottom: 5px;
  }
  .sb_information .sb_information_list ul li {
    margin-bottom: 15px;
  }
  .mv .mv_contents > p {
    padding: 20vw 0 10vw;
    width: 40%;
  }
  .mv .mv_contents {
    padding-bottom: 25vw;
  }
  .mv .mv_contents .join_member {
    font-size: 4vw;
    width: 70%;
  }
  .sb_top_message .sb_top_message_in > div {
    text-align: left;
  }
  .sb_top_message .sb_top_message_in > p {
    max-width: 70%;
    padding: 0;
    position: relative;
  }
  .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 {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }
  .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 20px 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 {
    font-size: 4vw;
    width: auto;
  }
  .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 > :first-child {
    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 {
    font-size: 130%;
    padding-bottom: 0;
  }
  .sb_information .sb_information_in .section_block_header h2:before,
  .sb_information .sb_information_in .section_block_header p {
    display: none;
  }
  .sb_information .sb_information_list ul li a > span:first-child {
    font-size: 90%;
  }
  .sb_information .sb_information_list ul li a > span:nth-child(2) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sb_information .sb_information_list ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .scroll_header h1,
  .scroll_header.scroll h1 {
    width: 42%;
  }
  .sb_top_message .sb_top_message_in > div p br {
    display: none;
  }
}
.invest-type {
  border: 1.5px solid #717375;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 11px;
  box-sizing: border-box;
  color: #717375;
  font-size: 60%;
  height: 24px;
  margin: 0 0 0 auto;
  overflow: hidden;
  padding: 4px 0 0;
  text-align: center;
  width: 165px;
}
@media (max-width: 800px) {
  .invest-type {
    color: #717375;
    font-size: 10%;
    height: 22px;
    left: 50%;
    margin: 0 0 0 10%;
    padding: 2px 1px 0;
    position: relative;
    transform: translateY(-100%);
    width: 40%;
  }
}
@media (min-width: 2000px) {
  .invest-type {
    box-sizing: border-box;
    color: #717375;
    font-size: 10%;
    height: 22px;
    margin: 0 0 0 10%;
    padding: 2px 1px;
    position: relative;
    width: 40%;
  }
}
.p-seminar-inner {
  color: #261713;
  margin: 50px auto;
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .p-seminar-inner {
    margin: 0 auto 10px;
    padding: 0;
  }
}
.p-seminar-box {
  background-color: #eef7f9;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
}
@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 {
  color: #70c7d4;
  font-size: 2.4rem;
  line-height: 1.9166666667;
}
@media screen and (max-width: 767px) {
  .p-seminar-box-ttl {
    font-size: 1.2rem;
  }
}
.p-seminar-box-text {
  font-feature-settings: 'palt' 1;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-seminar-box-text {
    font-size: 2rem;
  }
}
.p-seminar-box-text2 {
  font-feature-settings: 'palt' 1;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-seminar-box-text2 {
    font-size: 1.6rem;
  }
}
.p-seminar-box-link {
  align-items: center;
  background-color: #f34d6e;
  border-radius: 15px;
  box-shadow: 1.6px 1.6px 1.6px rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  margin: 30px auto 20px;
  width: 285px;
}
@media screen and (max-width: 767px) {
  .p-seminar-box-link {
    border-radius: 10px;
    font-size: 1rem;
    height: 30px;
    margin: 20px auto 10px;
    max-width: 200px;
    padding: 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 {
  align-items: center;
  background-color: #70c7d4;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-seminar-mail h3 {
    font-size: 1.6rem;
    height: 40px;
  }
}
.p-seminar-mail > p {
  font-feature-settings: 'palt' 1;
  font-size: clamp(16px, calc(2.47423vw + 6.72165px), 28px);
  line-height: 1.5;
  margin: 20px auto 0;
  text-align: center;
}
.p-seminar-thanks {
  background-color: #ededed;
  padding: 0 20px;
}
.p-seminar-thanks-inner {
  margin: 0 auto;
  max-width: 800px;
  padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-seminar-thanks-inner {
    padding: 25px 0 50px;
  }
}
.p-seminar-thanks-image {
  background-color: #fff;
  padding: 40px 20px;
}
.p-seminar-thanks-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}
.p-seminar-thanks-text {
  font-feature-settings: 'palt' 1;
  background-color: #f5f5f5;
  font-size: 3rem;
  font-size: clamp(16px, calc(2.8866vw + 5.17526px), 30px);
  letter-spacing: 0.046em;
  line-height: 1.6666666667;
  padding: 60px 20px 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-seminar-thanks-text {
    padding: 40px 20px 45px;
  }
}
#crmWebToEntityForm.zcwf_lblRight {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 680px;
  padding: 25px 20px;
  width: 100%;
}
#crmWebToEntityForm.zcwf_lblRight * {
  box-sizing: border-box;
}
#crmWebToEntityForm {
  text-align: left;
}
#crmWebToEntityForm * {
  direction: ltr;
}
.zcwf_lblRight .zcwf_title {
  word-wrap: break-word;
  font-weight: 700;
}
.zcwf_lblRight.cpT_primaryBtn:hover {
  background: linear-gradient(#02acff, #006be4) no-repeat padding-box !important;
  border: 0 !important;
  box-shadow: inset 0 -2px 0 0 #0159b9 !important;
  color: #fff !important;
  outline: 0 !important;
}
.zcwf_lblRight .zcwf_col_fld input[type='text'],
.zcwf_lblRight .zcwf_col_fld textarea,
input[type='email'],
input[type='password'] {
  background-color: #fff;
  border: 1px solid #c0c6cc !important;
  border-radius: 2px;
  font-size: 1.6rem;
  padding: 11px 5px;
  resize: vertical;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .zcwf_lblRight .zcwf_col_fld input[type='text'],
  .zcwf_lblRight .zcwf_col_fld textarea,
  input[type='email'],
  input[type='password'] {
    padding: 7px;
    width: 100%;
  }
}
.zcwf_lblRight .zcwf_col_lab {
  margin-right: 10px;
  margin-top: 15px;
  min-height: 1px;
  word-break: break-word;
}
.zcwf_lblRight .zcwf_col_fld {
  margin-top: 5px;
  padding: 0 6px;
  position: relative;
  width: 100%;
}
.zcwf_lblRight .zcwf_privacy {
  padding: 6px;
}
.zcwf_lblRight .wfrm_fld_dpNn {
  display: none;
}
.dIB {
  display: inline-block;
}
.zcwf_lblRight .zcwf_col_fld_slt {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 5px;
  resize: vertical;
  width: 60%;
}
.zcwf_lblRight .zcwf_col_fld:after,
.zcwf_lblRight .zcwf_row:after {
  clear: both;
  content: '';
  display: table;
}
.zcwf_lblRight .zcwf_col_help {
  font-size: 12px;
  margin-left: 7px;
  max-width: 35%;
  word-break: break-word;
}
.zcwf_lblRight .zcwf_help_icon {
  background: #fff;
  border: 1px solid #c0c6cc;
  border-radius: 50%;
  color: #c1c1c1;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
}
.zcwf_lblRight .zcwf_row {
  margin: 15px 0;
}
.zcwf_lblRight .formsubmit {
  color: var(--baseColor);
  cursor: pointer;
  font-size: 12px;
  margin-right: 5px;
}
.zcwf_lblRight .zcwf_privacy_txt {
  color: #000;
  color: var(--baseColor);
  display: inline-block;
  font-family: Arial;
  font-size: 12px;
  margin-left: 6px;
  padding-top: 2px;
  vertical-align: top;
  width: 90%;
}
.button .zcwf_col_fld {
  width: 100%;
}
.zcwf_lblRight .zcwf_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #70c7d4;
  border: 1px solid #70c7d4;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: clamp(19px, calc(3.29897vw + 6.62887px), 35px);
  letter-spacing: 0.46em;
  margin: 30px auto 0;
  overflow: hidden;
  padding: 3px 9px 3px calc(9px + 0.46em);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: clamp(100px, calc(16.90722vw + 36.59794px), 182px);
}
.zcwf_lblRight .zcwf_tooltip_over {
  position: relative;
}
.zcwf_lblRight .zcwf_tooltip_ctn {
  background: #dedede;
  border-radius: 4px;
  color: var(--baseColor);
  max-width: 150px;
  min-width: 100px;
  padding: 3px 6px;
  position: absolute;
  top: 3px;
  word-break: break-word;
  z-index: 100;
}
.zcwf_lblRight .zcwf_file {
  box-sizing: border-box;
  width: 55%;
}
.clearB:after {
  clear: both;
  content: '';
  display: block;
}
@media (max-width: 900px) {
  .zcwf_lblRight .zcwf_col_fld,
  .zcwf_lblRight .zcwf_col_lab {
    float: none !important;
    width: auto;
  }
  .zcwf_lblRight .zcwf_col_help {
    width: 40%;
  }
  .zcwf_lblRight.zcwf_rtl .zcwf_col_lab {
    text-align: left;
    text-align: right;
  }
}
.zcwf_row {
  margin: 0 auto;
  max-width: 641px;
}
@media screen and (min-width: 768px) {
  .zcwf_row {
    display: flex;
  }
}
.zcwf_row .zcwf_col_lab {
  font-feature-settings: 'palt' 1;
  flex: 0 0 35%;
  font-size: clamp(16px, calc(1.4433vw + 10.58763px), 23px);
  margin-right: 0;
}
.zcwf_row .zcwf_col_lab .require {
  color: red;
  font-size: clamp(12px, calc(0.82474vw + 8.90722px), 16px);
  margin-left: 10px;
}
.zcwf_row .zcwf_col_fld {
  flex: 0 0 65%;
  padding: 0;
}
.zcwf_row .zcwf_col_fld .note {
  font-size: clamp(16px, calc(1.4433vw + 10.58763px), 23px);
}
@media screen and (min-width: 768px) {
  .zcwf_row .zcwf_col_fld .note {
    margin-left: 10px;
  }
}
.zcwf_row.button {
  justify-content: center;
}
.p-investment__inner {
  margin: 0 auto;
  max-width: 1240px;
  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 {
    align-items: center;
    display: flex;
    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 {
    height: auto;
    width: 100%;
  }
}
.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(1.56863vw + 16.5098px), 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 {
  height: auto;
  width: 100%;
}
.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 {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-structure-inner {
    padding-bottom: 110px;
  }
}
.p-structure-about {
  background-color: hsla(0, 0%, 40%, 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;
  font-size: clamp(20px, calc(3.92157vw + 6.27451px), 40px);
  letter-spacing: 0.017em;
  line-height: 1;
  margin-bottom: 5px;
}
.p-structure-about-lead {
  font-size: clamp(16px, calc(4.70588vw - 0.47059px), 40px);
  letter-spacing: 0.017em;
  line-height: 1.71875;
}
@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 {
  background-color: #c6b198;
  bottom: -4px;
  content: '';
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  width: 99%;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .p-structure__text-container:before {
    bottom: -2px;
    height: clamp(6px, (800vw - 90px)/485, 14px);
  }
}
@media screen and (max-width: 575px) {
  .p-structure__text-container:before {
    bottom: -1px;
    height: clamp(6px, (800vw - 90px)/485, 14px);
  }
}
.p-structure__text-l {
  display: inline-block;
  font-size: 150%;
  line-height: 1.1;
  z-index: 1;
}
.p-structure__text-xl {
  font-size: 170%;
  line-height: 1;
  z-index: 1;
}
.p-structure__text-flex {
  align-items: flex-end;
  display: inline-flex;
}
.p-structure__text-flex:before {
  left: -2px;
}
.p-structure__section {
  margin-top: -30px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-structure__section {
    margin-top: -20px;
    padding-top: 70px;
  }
}
.p-structure__section-lead {
  font-size: clamp(20px, calc(3.92157vw + 6.27451px), 40px);
  font-weight: 700;
  letter-spacing: 0.017em;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-structure__section-lead {
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.p-structure__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-structure__content {
    display: block;
  }
  .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 {
  height: auto;
  width: 100%;
}
@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 {
  font-feature-settings: 'palt' 1;
  background-color: #f1f9fb;
  color: #676666;
  letter-spacing: 0;
}
.p-flow-inner {
  margin: 0 auto;
  max-width: 840px;
  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;
}
@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;
  }
}
.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;
}
@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;
  }
}
.p-about-inner {
  margin: 0 auto;
  max-width: 940px;
  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 {
  align-items: center;
  background-color: #51bbcc;
  border: none;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  height: 68px;
  justify-content: center;
  margin: 0 auto;
  max-width: 415px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__button a {
    height: 60px;
  }
}
.p-about__heading {
  color: #90d2dc;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.p-about__table {
  align-items: center;
  border-top: 1px dashed #51bbcc;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.8em 0;
}
@media screen and (min-width: 768px) {
  .p-about__table {
    column-gap: 10px;
    display: grid;
    grid-template-columns: 43.3333333333% 55.5555555556%;
  }
}
.p-about__table dt {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-about__table dt {
    margin-bottom: 0.5em;
  }
}
.p-about__table:last-of-type {
  border-bottom: 1px dashed #51bbcc;
}
.p-404 h1 {
  background-color: #70c7d4;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-404 h1 {
    font-size: 1.8rem;
  }
}
.p-404 .page-content {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-404 .page-content {
    margin-bottom: 50px;
  }
}
.p-404 .page-content > p {
  color: #c44;
  margin: 60px;
  text-align: left;
}
@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-align: center;
  text-decoration: underline;
}
.p-404 .page-content > a:before {
  background: url(../images/icon-back.png) no-repeat 50%;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  width: 18px;
}
@media screen and (min-width: 768px) {
  .p-404 .page-content > a:hover {
    color: #70c7d4;
  }
}
.p-lp {
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-lp {
    font-size: 1.5rem;
  }
}
.p-lp__header {
  background-color: #fff;
  padding: 25px;
  text-align: center;
}
@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 {
  left: 22px;
  position: absolute;
  top: 10px;
  width: 87px;
}
.p-lp__visual__logo img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lp__visual__logo {
    left: 24.0117130307%;
    top: 2.0497803807%;
    width: 13.1039531479%;
  }
}
.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%;
  }
  .p-lp__visual__logo.lp2 {
    top: 4.0263543192%;
  }
}
.p-lp__visual__message {
  bottom: 10px;
  left: 0;
  padding: 0 16px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lp__visual__message {
    bottom: 3.3674963397%;
    left: 21.9619326501%;
    width: 56.5153733529%;
  }
  .p-lp__visual__message img {
    height: auto;
    width: 100%;
  }
}
.p-lp__visual__message.lp2 {
  bottom: 21.9619326501%;
}
@media screen and (min-width: 768px) {
  .p-lp__visual__message.lp2 {
    bottom: 15.3733528551%;
    left: 20.4978038067%;
    width: 61.2737920937%;
  }
}
.p-lp__lead {
  color: #4f4d4d;
  font-size: 1.7rem;
  font-size: clamp(15px, calc(4.46809vw + 0.25532px), 36px);
  line-height: 1.3333333333;
  padding: 12px 5px;
  text-align: center;
}
@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: #fff;
  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 {
  color: #d5d6d6;
  display: block;
  font-size: 5rem;
  font-size: clamp(50px, calc(12.70588vw + 2.35294px), 104px);
  line-height: 1;
  margin-bottom: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp__section__title__number {
    margin-bottom: 20px;
  }
}
.p-lp__section__title em {
  display: block;
  font-size: 2.4rem;
  font-size: clamp(21px, calc(7.44681vw - 3.57447px), 56px);
  font-style: normal;
  font-weight: 700;
  margin: 0 auto;
  max-width: 800px;
  padding-left: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-lp__section__title em {
    padding-left: 74px;
  }
  .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 {
    font-size: 3.2rem;
    padding: 36px 0;
  }
}
.p-lp__section__content__wrap {
  margin: 0 auto;
  max-width: 800px;
  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-size: 2.3rem;
  font-size: clamp(18.5px, calc(4.91667vw + 1.29167px), 48px);
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 0.5em;
  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(3.75vw + 2px), 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 {
  font-size: 1.2rem;
  font-size: clamp(12px, calc(2.82353vw + 1.41176px), 24px);
  line-height: 1.3333333333;
}
.p-lp__section__txt.is-fz53 {
  font-size: clamp(24px, calc(6.82353vw - 1.58824px), 53px);
}
.p-lp__section__txt.is-fz40 {
  font-size: 2rem;
  font-size: clamp(20px, calc(4.70588vw + 2.35294px), 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: 700;
}
.p-lp__section__card {
  background-color: #8dd2dd;
  color: #fff;
  font-size: 1.9rem;
  font-size: clamp(16px, calc(4.58333vw + 1.33333px), 38px);
  line-height: 1.6578947368;
  padding: 12px 8px;
  text-align: center;
}
@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;
  font-size: clamp(16px, calc(3.76471vw + 1.88235px), 32px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-lp__section__card b {
  font-weight: 700;
}
.p-lp__section__card ul {
  display: inline-block;
  min-width: 86.2619808307%;
  padding-left: 1em;
  text-align: left;
}
.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(4.375vw + 3px), 38px);
  font-weight: 700;
}
.p-lp__profile__appeal {
  color: #70c7d4;
  font-size: 2.8rem;
  font-size: clamp(25px, calc(6.59574vw + 3.23404px), 56px);
  font-weight: 700;
  margin: 0.3em 0 25px;
}
@media screen and (min-width: 768px) {
  .p-lp__profile__appeal {
    margin: 0.3em 0 50px;
  }
}
.p-lp__flex {
  display: grid;
  gap: 18px;
  grid-template-columns: 49.2307692308% 1fr;
}
@media screen and (min-width: 768px) {
  .p-lp__flex {
    gap: 36px;
  }
}
.p-lp__flex__ttl {
  color: gray;
  font-size: 3.2rem;
  font-size: clamp(15px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.1875;
  margin-bottom: 10px;
}
@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(2.35294vw + 1.17647px), 20px);
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-lp__flex__txt {
    line-height: 1.2;
  }
}
.p-lp__flex__txt span {
  display: block;
  font-weight: 700;
  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 {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
}
.p-lp__flow__message {
  background-color: #d4eef2;
  overflow: hidden;
  padding: 10px 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp__flow__message {
    padding: 20px 50px 5px;
  }
}
.p-lp__flow__item {
  align-items: center;
  background-color: #fff;
  border: 1px solid #70c7d4;
  display: grid;
  padding: 12px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lp__flow__item {
    min-height: 90px;
    padding: 24px 50px;
  }
}
.p-lp__flow__item__ttl {
  color: #70c7d4;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-lp__flow__item__ttl {
    font-size: clamp(16px, calc(3.29412vw + 3.64706px), 30px);
  }
}
.p-lp__flow__item__ttl + .p-lp__flow__item__text {
  margin-top: 0.8em;
}
.p-lp__flow__item__text {
  font-size: 1.3rem;
  line-height: 1.25;
  margin: 0.3em 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-lp__flow__item__text {
    font-size: clamp(13px, calc(1.64706vw + 6.82353px), 20px);
    margin: 0.3em 0 1em;
  }
}
.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(2.35294vw + 6.17647px), 25px);
  }
  .p-lp__flow__item ul {
    column-gap: 10px;
    display: grid;
    font-size: clamp(15px, calc(0.94118vw + 11.47059px), 19px);
    grid-template-columns: auto auto;
  }
}
.p-lp__flow > li {
  display: grid;
  grid-template-columns: 1fr;
}
.p-lp__flow > li:not(:last-child).column-2 {
  column-gap: 12px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-lp__flow > li:not(:last-child).column-2 {
    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;
}
@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;
  }
}
.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 {
  border-top: 1px solid #70c7d4;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  transform: rotate(6deg);
  transform-origin: bottom left;
  width: 50.5%;
  z-index: 2;
}
.p-lp__flow > li:not(:last-child) .p-lp__flow__item:after {
  border-top: 1px solid #70c7d4;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  transform: rotate(-6deg);
  transform-origin: bottom right;
  width: 50.5%;
  z-index: 2;
}
.p-lp__flow > li:not(:last-child) .p-lp__flow__item .has-triangle:before {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: min(5vw, 20px) min(50.5vw - 32px, 180px) 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  width: 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;
  }
}
.p-lp__appeal-point {
  display: grid;
  margin-top: 30px;
  row-gap: 16px;
}
.p-lp__appeal-point > li {
  background-color: #3999d4;
  color: #fff;
  font-size: 2rem;
  font-size: clamp(18px, calc(4.68085vw + 2.55319px), 40px);
  padding: 20px 54px;
}
@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: 700;
}
.p-lp__people {
  align-items: center;
  column-gap: 30px;
  display: grid;
  grid-template-columns: max-content auto;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-lp__people {
    column-gap: 10px;
  }
}
.p-lp__people p {
  color: #47b1c1;
  font-size: 1.9rem;
  font-size: clamp(16px, 5vw, 40px);
  font-weight: 700;
  letter-spacing: 0;
  margin-right: -30px;
}
@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;
  }
  .p-lp__people img {
    height: 90px;
    width: auto;
  }
}
.p-lp .is-nowrap {
  white-space: nowrap;
}

.l-header {
  text-align: left;
}

.l-header .site-title img {
  width: 240px;
}

.l-header .members {
  right: 100px;
}

.l-header .site-title {
  margin-left: 20px;
}

.l-header .menu-button {
  width: 100px;
}

.l-header .menu-button span {
  width: 40px;
}

.l-header .menu-button span:before {
  top: -10px;
}

.l-header .menu-button span:after {
  bottom: -10px;
}

.l-header .menu-button span,
.l-header .menu-button span:before,
.l-header .menu-button span:after {
  height: 2px;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 50px;
  }
  .l-header-nav {
    top: 50px;
  }
  .l-header {
    height: 50px;
  }
  .l-header .site-title img {
    width: 130px;
  }
  .l-header .members {
    right: 60px;
  }
  .l-header .members .modal-login {
    font-size: 10px;
    height: 50px;
    width: 100px;
    padding-right: 25px;
  }
  .l-header .menu-button {
    width: 60px;
  }
  .l-header .site-title {
    margin-left: 5px;
  }
  .l-header .menu-button span {
    width: 30px;
  }
  .l-header .menu-button span,
  .l-header .menu-button span:before,
  .l-header .menu-button span:after {
    height: 2px;
  }
}

#footer {
  background: #ffffff;
}
#footerContents {
  padding: 50px 0 85px;
}
#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;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  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: 10px 0;
  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: 1000px;
  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;
}
#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;
  }
  .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-top: 20px;
  }
}

.p-seminar-card {
  position: relative;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
  border-radius: 5px;
  margin-bottom: 20px;
}

.p-seminar-card:hover {
  opacity: 0.5;
}

.p-seminar-card__inner {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.p-seminar-card__info {
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
}

.p-seminar-card__thumbnail img {
  width: 240px;
  height: auto;
}

.p-seminar-card__body {
  flex: 1;
}

.p-seminar-card__row {
  margin: 8px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.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__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__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.p-seminar-card__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-seminar-inner {
    padding: 20px;
  }

  .p-seminar-card__inner {
    display: grid;
  }

  .p-seminar-card__thumbnail img {
    width: 100%;
  }

  .p-seminar-card__title {
    font-size: 16px;
  }

  .p-seminar-card__text {
    font-size: 14px;
  }
}

.c-blog__post__thumbnail {
  /* サムネ自体を中央寄せにしたい場合（任意） */
  margin: 0 auto 30px; /* 下マージンはお好みで */
  max-width: 820px; /* 本文幅が 820px なら制限。不要なら削除 */
  text-align: center; /* 画像が幅より狭いとき中央寄せ */
}

.c-blog__post__thumbnail img {
  display: block; /* img の下にできる隙間を除去 */
  width: 100%; /* 横幅いっぱい */
  height: 100%; /* ↓で決めた max-height に合わせて拡大縮小 */
  max-height: 450px; /* ★ここで「最大高さ」を指定 */
  object-fit: cover; /* はみ出した分を上下左右トリミング */
  object-position: center; /* トリミング基準（中央） */
}

/* スマホだけ高さを少し低くしたい場合 */
@media (max-width: 767px) {
  .c-blog__post__thumbnail img {
    max-height: 300px;
  }
}
