<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&amp;display=swap");

/*----------------------------------------
共通
----------------------------------------*/

/*for PC*/
@media screen and (min-width: 769px) {
  html {
    scroll-behavior: smooth;
    font-size: 62.5%; /*1rem=10px*/
  }

  body {
    font-size: 1.6rem; /*指定がない場合16pxに調整*/
  }

  img {
    width: fit-content;
    margin: 0 auto;
    vertical-align: bottom;
  }

  .sp-view {
    display: none !important;
  }

  a {
    text-decoration: underline;
    color: #f75e18;
  }

  a:hover {
    opacity: 0.7;
  }
}

/*for SP*/
@media screen and (max-width: 768px) {
  html {
    scroll-behavior: smooth;
    font-size: 62.5%; /*1rem=10px*/
  }

  body {
    font-size: 1.6rem; /*指定がない場合16pxに調整*/
  }

  img {
    width: 100% !important;
    vertical-align: bottom;
  }

  a {
    text-decoration: underline;
    color: #f75e18;
  }

  .pc-view {
    display: none !important;
  }
}

/*----------------------------------------
#page-container 共通
----------------------------------------*/

#page-container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
  background-image: url("/company/lp/futures/lp01/img/bg.png");
  background-repeat: repeat;
}

#page-container main {
  width: 1000px;
  margin: 0 auto;
  background-color: #f2f6f9;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #page-container {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.7;
    color: #333;
    background-color: #f2f6f9;
  }

  #page-container main {
    width: 100%;
    margin: 0 auto;
    background-color: #f2f6f9;
  }
}

/*----------------------------------------
u- フォント装飾
----------------------------------------*/

#page-container .u-text-3L {
  font-size: 4.8rem;
  line-height: 1.4;
}

#page-container .u-text-LL {
  font-size: 2.4rem;
}

#page-container .u-text-L {
  font-size: 1.8rem;
}

#page-container .u-text-M {
  font-size: 1.6rem;
}

#page-container .u-text-S {
  font-size: 1.3rem;
}

#page-container .u-bold {
  font-weight: 700;
}

#page-container .u-color-red {
  color: #ff0000;
}

#page-container .u-color-orange {
  color: #f75e18;
}

#page-container .u-color-gray {
  color: #666;
}

#page-container .u-color-green {
  color: #228366;
}

#page-container .u-color-blue {
  color: #1a66b9;
}

#page-container .u-text-center {
  text-align: center;
}

#page-container .u-frame {
  display: inline-block;
  background-color: #e6eff6;
  padding: 0.8rem 1.6rem;
  margin-top: 0.8rem;
}


/*for SP*/
@media screen and (max-width: 768px) {
  #page-container .u-frame {
    padding: 0.4rem;
    margin-top: 0.8rem;
  }
}

/*----------------------------------------
.hdr_logo
----------------------------------------*/
header .hdr_wrap .hdr_logo {
  width: 200px;
}

header .hdr_wrap .hdr_logo img {
  width: 100% !important;
}

/*for SP*/
@media screen and (max-width: 768px) {
  header .hdr_wrap .hdr_logo {
    width: calc(130 * (100vw / 375)) !important;
    margin: 0 calc(50 * (100vw / 375)) 0 calc(15 * (100vw / 375));
  }
}

/*----------------------------------------
h1
----------------------------------------*/
h1 {
  font-size: 1.1rem;
  text-align: center;
  padding: 10px 0;
  background-color: #f2f6f9;
}

/*for SP*/
@media screen and (max-width: 768px) {
  h1 {
    padding: calc(5 * (100vw / 375)) 0;
  }
}

/*----------------------------------------
.kv
----------------------------------------*/
.kv {
  width: 1000px;
  height: auto;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .kv {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------
.cta
----------------------------------------*/
.cta ol {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 40px 0;
  justify-content: center;
  background-color: #fff;
}

.cta ol li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  font-weight: 700;
}

.cta ol li.cta_open a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 80px;
  border-radius: 16px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #f10019;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.cta ol li.cta_open a em {
  border-radius: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  color: #f10019;
  background-color: #fff;
  padding: 0 10px;
  margin-right: 10px;
}

.cta ol li.cta_add a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 80px;
  border-radius: 16px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #f75e18;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .cta ol {
    gap: calc(32 * (100vw / 375));
    padding: calc(40 * (100vw / 375)) 0;
  }

  .cta ol li {
    gap: calc(16 * (100vw / 375));
  }

  .cta ol li.cta_open a {
    width: calc(335 * (100vw / 375));
    height: calc(80 * (100vw / 375));
    border-radius: calc(16 * (100vw / 375));
  }

  .cta ol li.cta_open a em {
    border-radius: calc(20 * (100vw / 375));
    padding: 0 calc(10 * (100vw / 375));
    margin-right: calc(10 * (100vw / 375));
  }

  .cta ol li.cta_add a {
    width: calc(335 * (100vw / 375));
    height: calc(80 * (100vw / 375));
    border-radius: calc(16 * (100vw / 375));
  }
}

/*----------------------------------------
.navi
----------------------------------------*/
.navi {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  justify-content: center;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .navi {
    padding: calc(40 * (100vw / 375)) 0 calc(40 * (100vw / 375)) calc(8 * (100vw / 375));
    justify-content: center;
  }

  .navi a:nth-of-type(1),
  .navi a:nth-of-type(2) {
    width: calc(355 * (100vw / 375));
  }

  .navi a:nth-of-type(3),
  .navi a:nth-of-type(4),
  .navi a:nth-of-type(5),
  .navi a:nth-of-type(6) {
    width: calc(179 * (100vw / 375));
  }
}

/*----------------------------------------
#point
----------------------------------------*/
#point {
  margin-bottom: 80px;
}

#point h2 {
  border-radius: 0 60px 0 0;
  background-color: #228366;
  padding: 48px 0;
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.4;
}

#point h2 span {
  position: relative;
  font-size: 2.6rem;
  text-align: center;
  border-bottom: 3px solid #42a386;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#point h2 span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 35px;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: #006547;
}

#point h2 + p {
  width: 840px;
  margin: 48px auto;
}

#point .block {
  width: 840px;
  margin: 0 auto 40px;
  padding: 40px 80px;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#point .block h3 {
  font-size: 4rem;
  text-align: center;
  line-height: 1.4;
}

#point .block h3 span {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  background-color: #228366;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 40px;
}

#point .block h4 {
  font-size: 2.4rem;
  text-align: center;
}

#point .block h5 {
  font-size: 1.5rem;
  text-align: center;
  color: #228366;
  background-color: #d7ebde;
  padding: 8px 0;
}

#point .block-inner {
  padding: 50px;
  box-sizing: border-box;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#point section.subbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #point {
    margin-bottom: calc(40 * (100vw / 375));
  }

  #point h2 {
    border-radius: 0 calc(60 * (100vw / 375)) 0 0;
    padding: calc(48 * (100vw / 375)) 0;
    font-size: 3.2rem;
  }

  #point h2 span {
    font-size: 2rem;
    padding-bottom: calc(10 * (100vw / 375));
    margin-bottom: calc(20 * (100vw / 375));
  }

  #point h2 span::after {
    left: calc(35 * (100vw / 375));
    width: calc(70 * (100vw / 375));
  }

  #point h2 + p {
    width: calc(335 * (100vw / 375));
    margin: calc(48 * (100vw / 375)) auto;
  }

  #point .block {
    width: calc(335 * (100vw / 375));
    margin: 0 auto calc(40 * (100vw / 375));
    padding: calc(40 * (100vw / 375)) calc(20 * (100vw / 375));
    border-radius: calc(20 * (100vw / 375));
    gap: calc(40 * (100vw / 375));
  }

  #point .block h3 {
    font-size: 2.4rem;
  }

  #point .block h3 span {
    padding: calc(8 * (100vw / 375)) 0;
    margin-bottom: calc(40 * (100vw / 375));
  }

  #point .block h4 {
    font-size: 1.8rem;
    text-align: center;
  }

  #point .block h5 {
    padding: calc(8 * (100vw / 375)) 0;
  }

  #point .block-inner {
    padding: calc(20 * (100vw / 375));
    gap: calc(40 * (100vw / 375));
  }

  #point section.subbox {
    gap: calc(24 * (100vw / 375));
  }
}

/* .point01 */

#point .point01 section.subbox p.u-color-orange {
  text-align: center;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #point .point01 section.subbox p.u-color-orange {
    font-size: 1.8rem;
  }

  #point .scrollable {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll !important;
  }

  #point .scrollable img {
    width: auto;
    height: calc(165 * (100vw / 375));
    margin-bottom: calc(10 * (100vw / 375));
  }

  #point .scrollable::-webkit-scrollbar {
    height: calc(5 * (100vw / 375));
    background-color: #eee;
  }

  #point .scrollable::-webkit-scrollbar-thumb {
    background-color: #228366;
    border-radius: calc(5 * (100vw / 375));
  }
}

/*----------------------------------------
#sor
----------------------------------------*/
#sor {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 80px;
}

#sor h2 {
  border-radius: 60px 0 0 0;
  background-color: #1a66b9;
  padding: 48px 0;
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.4;
}

#sor h2 span {
  position: relative;
  font-size: 2.6rem;
  text-align: center;
  border-bottom: 3px solid #4f8bcc;
  display: inline-block;
  padding-bottom: 10px;
}

#sor h2 span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 35px;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: #00346c;
}

#sor h2 em {
  font-size: 2rem;
  font-weight: 700;
}

#sor h2 + p {
  width: 840px;
  margin: 0 auto;
}

#sor .merit {
  width: 840px;
  margin: 0 auto;
}

#sor .merit h5 {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  color: #1a66b9;
  background-color: #bcdcf4;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 20px;
}

#sor .merit .col4-wrap {
  display: flex;
  gap: 16px;
}

#sor .merit .col4 {
  width: 198px;
  background-color: #e6eff6;
  border-radius: 16px;
  padding: 24px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 16px;
}

#sor .merit .col4 .images,
#sor .merit .col4 .images img {
  width: 100px;
  margin: 0 auto;
}

#sor .merit span {
  display: block;
}

#sor .merit span.frame {
  width: 80px;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background-color: #1a66b9;
  text-align: center;
  padding: 8px 0;
  border-radius: 16px;
  margin: 0 auto 8px;
}

#sor .merit span.title {
  display: block;
  width: 100%;
  height: 3em;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

#sor .merit span.text {
  font-size: 1.6rem;
}

#sor .block-inner {
  width: 840px;
  margin: 0 auto;
  padding: 40px 80px;
  box-sizing: border-box;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 20px;
}

#sor .block-inner:nth-of-type(3) {
  /* border: 8px solid #bcdcf4; */
  background-color: #fff5e0;
}

#sor figure {
  width: 680px;
  margin: 0 auto;
}

#sor figure img {
  width: 100%;
}

#sor figure p {
  margin-top: 10px;
  text-align: right;
}

#sor .readmore {
  width: 840px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 80px;
  box-sizing: border-box;
}

#sor .readmore .textimg {
  height: auto;
  margin: 0 5px 5px;
}

#sor .readmore .readmore-top {
  display: flex;
  justify-content: space-between;
}

#sor .readmore .readmore-top .ico img {
  width: 100px;
}

#sor .readmore .readmore-btn {
  margin-top: 20px;
  width: 680px;
  height: 60px;
  background-color: #fff;
  border: none;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1), inset 2px 2px 2px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  position: relative;
}

#sor .readmore .readmore-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

#sor .readmore-btn::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 20px;
  right: 270px;
  background-image: url("/company/lp/futures/lp01/img/readmore-arrow-open.png");
  background-size: 16px 16px;
}

#sor .readmore-btn.is-show::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 25px;
  right: 270px;
  background-image: url("/company/lp/futures/lp01/img/readmore-arrow-close.png");
  background-size: 16px 16px;
}

#sor #readmore-02 .readmore-cnt img {
  width: 680px !important;
}

#sor #readmore-02 .rate {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}

#sor #readmore-02 .rate p {
  margin-top: 0;
}

#sor #readmore-02 .rate-label {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff8ee;
  padding: 20px;
  border-radius: 20px;
}

#sor #readmore-02 .rate-label span {
  color: #ff0000;
  font-size: 3.2rem;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #sor {
    gap: calc(40 * (100vw / 375));
    margin-bottom: calc(40 * (100vw / 375));
  }

  #sor h2 {
    border-radius: calc(60 * (100vw / 375)) 0 0 0;
    padding: calc(48 * (100vw / 375)) 0;
    font-size: 3.2rem;
  }

  #sor h2 span {
    font-size: 2rem;
    padding-bottom: calc(10 * (100vw / 375));
  }

  #sor h2 span::after {
    left: calc(35 * (100vw / 375));
    width: calc(70 * (100vw / 375));
  }

  #sor h2 em {
    font-size: 1.4rem;
  }

  #sor h2 + p {
    width: calc(335 * (100vw / 375));
  }

  #sor .merit {
    width: calc(335 * (100vw / 375));
  }

  #sor .merit h5 {
    padding: calc(8 * (100vw / 375)) 0;
    margin-bottom: calc(20 * (100vw / 375));
  }

  #sor .merit .col4-wrap {
    display: flex;
    flex-direction: column;
    gap: calc(16 * (100vw / 375));
  }

  #sor .merit .col4 {
    width: 100%;
    border-radius: calc(16 * (100vw / 375));
    padding: calc(20 * (100vw / 375));
    flex-direction: row;
    gap: calc(16 * (100vw / 375));
    align-items: center;
  }

  #sor .merit .col4 .images,
  #sor .merit .col4 .images img {
    width: calc(100 * (100vw / 375));
  }

  #sor .merit span {
    display: block;
  }

  #sor .merit span.frame {
    width: auto;
    display: inline-block;
    padding: calc(4 * (100vw / 375)) calc(16 * (100vw / 375));
    border-radius: calc(16 * (100vw / 375));
    margin: 0 auto calc(8 * (100vw / 375));
  }

  #sor .merit span.title {
    height: auto;
    margin-bottom: calc(5 * (100vw / 375));
    text-align: left;
    font-size: 1.6rem;
  }

  #sor .merit span.text {
    font-size: 1.4rem;
  }

  #sor .block-inner {
    width: calc(335 * (100vw / 375));
    padding: calc(20 * (100vw / 375));
    gap: calc(20 * (100vw / 375));
    border-radius: calc(20 * (100vw / 375));
  }

  #sor .block-inner:nth-of-type(3) {
    /* border: 6px solid #bcdcf4; */
    background-color: #fff5e0;
  }

  #sor .block-inner:nth-of-type(3) .u-text-LL {
    font-size: 1.8rem;
  }

  #sor figure {
    width: 100%;
  }

  #sor figure p {
    margin-top: calc(10 * (100vw / 375));
  }

  #sor .readmore {
    width: calc(335 * (100vw / 375));
    border-radius: calc(20 * (100vw / 375));
    padding: calc(20 * (100vw / 375));
  }

  #sor .readmore .textimg {
    width: calc(50 * (100vw / 375));
    height: auto;
    margin: calc(5 * (100vw / 375));
  }

  #sor .readmore .readmore-top {
    gap: calc(10 * (100vw / 375));
  }

  #sor .readmore .readmore-top .ico {
    width: calc(100 * (100vw / 375));
  }

  #sor .readmore .readmore-top .u-text-L {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  #sor .readmore .readmore-top .u-text-LL {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  #sor .readmore .readmore-btn {
    margin-top: calc(20 * (100vw / 375));
    width: 100%;
    height: calc(60 * (100vw / 375));
    border-radius: calc(10 * (100vw / 375));
  }

  #sor .readmore-btn::after {
    width: calc(16 * (100vw / 375));
    height: calc(16 * (100vw / 375));
    top: calc(20 * (100vw / 375));
    right: calc(20 * (100vw / 375));
    background-image: url("/company/lp/futures/lp01/img/readmore-arrow-open.png");
    background-size: calc(16 * (100vw / 375)) calc(16 * (100vw / 375));
  }

  #sor .readmore-btn.is-show::after {
    width: calc(16 * (100vw / 375));
    height: calc(16 * (100vw / 375));
    top: calc(20 * (100vw / 375));
    right: calc(20 * (100vw / 375));
    background-image: url("/company/lp/futures/lp01/img/readmore-arrow-close.png");
    background-size: calc(16 * (100vw / 375)) calc(16 * (100vw / 375));
  }

  #sor .scrollable {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll !important;
  }

  #sor .scrollable img {
    width: auto;
    height: calc(400 * (100vw / 375));
    margin-bottom: calc(10 * (100vw / 375));
  }

  #sor .scrollable::-webkit-scrollbar {
    height: calc(5 * (100vw / 375));
    background-color: #eee;
  }

  #sor .scrollable::-webkit-scrollbar-thumb {
    background-color: #1a66b9;
    border-radius: calc(5 * (100vw / 375));
  }

  #sor #readmore-02 .rate {
    gap: calc(10 * (100vw / 375));
    margin-top: calc(40 * (100vw / 375));
  }

  #sor #readmore-02 .rate-label {
    font-size: 2rem;
    padding: calc(20 * (100vw / 375)) 0;
    border-radius: calc(20 * (100vw / 375));
  }

  #sor #readmore-02 .rate-label span {
    font-size: 3.2rem;
  }
}

/* 続きを見る css */

#sor .readmore-cnt {
  display: none;
}

#sor .readmore-cnt p,
#sor .readmore-cnt img {
  margin-top: 20px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #sor .readmore-cnt p,
  #sor .readmore-cnt img {
    margin-top: calc(20 * (100vw / 375));
  }

  #sor .readmore-cnt p.u-text-LL {
    font-size: 1.8rem;
    text-align: left;
  }
}

/* タブ切り替え css */

#sor .tab {
  background-color: #fff8ee;
  margin: 40px 0 0;
  padding: 10px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

#sor .tab-item {
  width: 25%;
  background-color: #eee;
  transition: all 0.2s ease;
}

#sor .tab-item:hover {
  cursor: pointer;
  opacity: 0.7;
}

#sor input[name="tab01-item"] {
  display: none;
}

#sor .tab-cnt {
  display: none; /*Defaultは非表示*/
  text-align: center;
}

#sor .tab-cnt img {
  width: 255px;
  margin-top: 20px !important;
}

#sor .tab-cnt p {
  margin-top: 20px !important;
}

#tab-01:checked ~ #tab-01-cnt,
#tab-02:checked ~ #tab-02-cnt,
#tab-03:checked ~ #tab-03-cnt,
#tab-04:checked ~ #tab-04-cnt {
  display: block;
  width: 100%;
}

#sor .tab-item {
  width: 160px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  justify-content: center;
  line-height: 1.4;
  text-decoration: underline;
  padding: 8px 0;
  background-color: #fff;
  color: #f75e18;
}

#sor .tab01 &gt; input:checked + .tab-item {
  background-color: #f75e18;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #sor .tab {
    margin: calc(40 * (100vw / 375)) 0 0;
    padding: calc(10 * (100vw / 375)) 0 calc(20 * (100vw / 375));
    gap: calc(5 * (100vw / 375));
  }

  #sor .tab-item {
    width: 50%;
  }

  #sor .tab-cnt img {
    width: calc(255 * (100vw / 375));
    margin-top: calc(20 * (100vw / 375)) !important;
  }

  #sor .tab-cnt p {
    width: calc(255 * (100vw / 375));
    margin: 0 auto;
    margin-top: calc(20 * (100vw / 375)) !important;
    text-align: left;
  }

  #sor .tab-item {
    font-size: 1.1rem;
    width: calc(136 * (100vw / 375));
    border-radius: calc(8 * (100vw / 375));
    padding: calc(8 * (100vw / 375)) 0;
  }
}

/*----------------------------------------
#tool
----------------------------------------*/
#tool {
  margin-bottom: 80px;
}

#tool img {
  width: 100%;
}

#tool h2 {
  border-radius: 0 60px 0 0;
  background-color: #9656b1;
  padding: 48px 0;
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.4;
}

#tool h2 span {
  position: relative;
  font-size: 2.6rem;
  text-align: center;
  border-bottom: 3px solid #b079c8;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#tool h2 span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 35px;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: #74398d;
}

#tool h2 + p {
  width: 840px;
  margin: 48px auto;
}

#tool .block {
  width: 840px;
  margin: 40px auto 0;
  background-color: #fff;
  padding: 40px 80px;
  box-sizing: border-box;
  border-radius: 20px;
}

#tool .block h3 {
  font-size: 1.5rem;
  text-align: center;
  color: #9656b1;
  background-color: #f5eff8;
  padding: 8px 0;
}

#tool .block .ico {
  width: 400px;
  margin: 20px auto;
}

#tool .other p {
  text-align: center;
  margin-bottom: 20px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #tool {
    margin-bottom: calc(40 * (100vw / 375));
  }

  #tool h2 {
    border-radius: 0 calc(60 * (100vw / 375)) 0 0;
    padding: calc(40 * (100vw / 375)) 0;
    font-size: 3.2rem;
  }

  #tool h2 span {
    font-size: 2rem;
    padding-bottom: calc(10 * (100vw / 375));
    margin-bottom: calc(20 * (100vw / 375));
  }

  #tool h2 span::after {
    left: calc(35 * (100vw / 375));
    width: calc(70 * (100vw / 375));
  }

  #tool h2 + p {
    width: calc(335 * (100vw / 375));
    margin: calc(40 * (100vw / 375)) auto;
  }

  #tool .block {
    width: calc(335 * (100vw / 375));
    margin: calc(40 * (100vw / 375)) auto 0;
    padding: calc(20 * (100vw / 375));
    border-radius: calc(20 * (100vw / 375));
  }

  #tool .block h3 {
    padding: calc(8 * (100vw / 375)) 0;
  }

  #tool .block .ico {
    width: 100%;
    margin: calc(20 * (100vw / 375)) auto;
  }

  #tool .other p {
    margin-bottom: calc(20 * (100vw / 375));
  }
}

/* スライダー */
.swiper-area {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 40px 40px 60px;
  box-sizing: border-box;
  /* background-color: #eee; */
  text-align: center;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-slide figure {
  width: 300px;
  margin: 0 auto 20px;
}

.swiper-slide h4 {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.swiper-slide h4 span:nth-of-type(1) {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  background-color: #9656b1;
  font-size: 1.1rem;
  border-radius: 20px;
}

.swiper-slide p {
  font-size: 1.4rem;
}

.swiper-pagination-bullet-active {
  background-color: #9656b1 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background-color: #9656b1 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 15px !important;
  top: auto !important;
  margin-top: 33px !important;
}

.swiper-button-next {
  right: 250px !important;
}

.swiper-button-prev {
  left: 250px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .swiper-area {
    padding: calc(20 * (100vw / 375)) 0 calc(40 * (100vw / 375));
    margin-bottom: calc(20 * (100vw / 375));
  }

  .swiper-pagination {
    bottom: 0 !important;
  }

  .swiper-slide figure {
    width: 100%;
    margin: 0 auto calc(20 * (100vw / 375));
  }

  .swiper-slide h4 {
    margin-bottom: calc(20 * (100vw / 375));
    gap: calc(10 * (100vw / 375));
  }

  .swiper-slide h4 span:nth-of-type(1) {
    width: calc(70 * (100vw / 375));
    padding: calc(4 * (100vw / 375)) 0;
    border-radius: calc(20 * (100vw / 375));
  }

  .swiper-slide h4 span:nth-of-type(2) {
    text-align: left;
  }

  .swiper-slide p {
    font-size: 1.4rem;
    text-align: left;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: calc(30 * (100vw / 375)) !important;
    height: calc(30 * (100vw / 375)) !important;
    border-radius: calc(15 * (100vw / 375)) !important;
    top: auto !important;
    margin-top: calc(15 * (100vw / 375)) !important;
  }

  .swiper-button-next {
    right: calc(50 * (100vw / 375)) !important;
  }

  .swiper-button-prev {
    left: calc(50 * (100vw / 375)) !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: calc(15 * (100vw / 375)) !important;
  }
}

/*----------------------------------------
#opening
----------------------------------------*/
#opening {
  background-color: #e6eff6;
  padding: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#opening h2 {
  text-align: center;
}

#opening ol {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

#opening li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  font-weight: 700;
}

#opening li.cta_open a {
  width: 280px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #f10019;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

#opening li.cta_open a em {
  border-radius: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  color: #f10019;
  background-color: #fff;
  padding: 0 10px;
  margin-right: 10px;
}

#opening li.cta_add a {
  width: 280px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #f75e18;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

#opening li.cta_end {
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}

#opening .inner {
  background-color: #f2f6f9;
  padding: 40px 80px;
  box-sizing: border-box;
  text-align: center;
}

#opening .cta_white {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  padding: 20px 0;
  color: #f75e18;
  background-color: #fff;
  border: 2px solid #f75e18;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #opening {
    padding: calc(40 * (100vw / 375)) calc(20 * (100vw / 375));
    gap: calc(20 * (100vw / 375));
  }

  #opening ol {
    gap: calc(16 * (100vw / 375));
    flex-direction: column;
  }

  #opening li {
    gap: calc(8 * (100vw / 375));
  }

  #opening li.cta_open a {
    width: calc(335 * (100vw / 375));
    height: calc(80 * (100vw / 375));
    border-radius: calc(16 * (100vw / 375));
  }

  #opening li.cta_open a em {
    border-radius: calc(20 * (100vw / 375));
    padding: 0 calc(10 * (100vw / 375));
    margin-right: calc(10 * (100vw / 375));
  }

  #opening li.cta_add a {
    width: calc(335 * (100vw / 375));
    height: calc(80 * (100vw / 375));
    border-radius: calc(16 * (100vw / 375));
  }

  #opening li.cta_end {
    width: 100%;
    font-size: 2rem;
    padding: calc(20 * (100vw / 375));
  }

  #opening li.next {
    transform: rotate(90deg);
  }

  #opening .inner {
    padding: calc(20 * (100vw / 375));
  }

  #opening .cta_white {
    border-radius: calc(16 * (100vw / 375));
    margin-top: calc(10 * (100vw / 375));
    padding: calc(20 * (100vw / 375)) 0;
  }
}

/*----------------------------------------
#support
----------------------------------------*/
#support {
  background-color: #fff;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#support h2 {
  text-align: center;
}

#support h2 + p {
  width: 840px;
  margin: 0 auto;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #support {
    background-color: #fff;
    padding: calc(40 * (100vw / 375)) calc(20 * (100vw / 375));
    display: flex;
    flex-direction: column;
    gap: calc(40 * (100vw / 375));
  }

  #support h2 + p {
    width: 100%;
  }

  #support .block .u-text-S {
    text-align: left;
  }
}

/* タブ切り替え css */

#support .tab {
  width: 840px;
  background-color: #fff;
  margin: 40px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}

#support .tab-item:hover {
  cursor: pointer;
  opacity: 0.7;
}

#support input[name="tab02-item"] {
  display: none;
}

#support .tab-cnt {
  display: none; /*Defaultは非表示*/
  text-align: center;
  border: 2px solid #f75e18;
  padding: 40px;
  box-sizing: border-box;
}

#tab-11:checked ~ #tab-11-cnt,
#tab-12:checked ~ #tab-12-cnt {
  display: block;
  width: 100%;
}

#support .tab-item {
  width: 50%;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  justify-content: center;
  line-height: 1.4;
  font-weight: 700;
  padding: 16px 0;
  background-color: #fff;
  color: #f75e18;
  background-color: #ffdfc9;
}

#support .tab02 &gt; input:checked + .tab-item {
  background-color: #f75e18;
  color: #fff;
}

#support .col2-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

#support .col2-wrap .text {
  width: 100%;
  height: 200px;
  background-color: #f2f2f2;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

#support .col2-wrap .text-01 {
  font-size: 4rem;
  font-weight: 700;
}

#support .col2-wrap .text-02 {
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

#support .col2-wrap .text-02 span:nth-of-type(1) {
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 16px;
  margin-right: 16px;
  color: #fff;
  background-color: #666666;
}

#support .col2-wrap .text-03 {
  font-size: 1.4rem;
}

#support .col2-wrap figure {
  width: auto;
  height: 200px;
}

#support .col2-wrap figure img {
  width: auto;
  height: 100%;
}

#support .block {
  text-align: center;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #support .tab {
    width: calc(335 * (100vw / 375));
    margin: 0 auto;
  }

  #support .tab-cnt {
    padding: calc(20 * (100vw / 375)) calc(10 * (100vw / 375));
  }

  #support .tab-item {
    width: 50%;
    border-radius: calc(10 * (100vw / 375)) calc(10 * (100vw / 375)) 0 0;
    padding: calc(15 * (100vw / 375)) 0;
  }

  #support .col2-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(20 * (100vw / 375));
    margin-top: calc(20 * (100vw / 375));
  }

  #support .col2-wrap .text {
    height: auto;
    padding: calc(20 * (100vw / 375)) 0;
    display: flex;
    flex-direction: column;
    gap: calc(10 * (100vw / 375));
    justify-content: center;
  }

  #support .col2-wrap .text-01 {
    font-size: 3.2rem;
  }

  #support .col2-wrap .text-02 {
    font-size: 2rem;
    flex-direction: column;
  }

  #support .col2-wrap .text-02 span:nth-of-type(1) {
    font-size: 1.2rem;
    padding: 0 calc(8 * (100vw / 375));
    margin-right: 0;
  }

  #support .col2-wrap .text-03 {
    font-size: 1.2rem;
  }

  #support .col2-wrap figure {
    width: auto;
    height: calc(200 * (100vw / 375));
  }

  #support .block {
    display: flex;
    flex-direction: column;
    gap: calc(20 * (100vw / 375));
  }
}

/*----------------------------------------
#question
----------------------------------------*/

#question {
  background-color: #e6eff6;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#question h2 {
  text-align: center;
  margin-bottom: 20px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #question {
    padding: calc(40 * (100vw / 375)) 0;
    gap: calc(20 * (100vw / 375));
  }

  #question h2 {
    margin-bottom: calc(20 * (100vw / 375));
  }
  #question .scrollable {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll !important;
  }

  #question .scrollable img {
    width: auto;
    height: calc(600 * (100vw / 375));
    margin-bottom: calc(10 * (100vw / 375));
  }

  #question .scrollable::-webkit-scrollbar {
    height: calc(5 * (100vw / 375));
    background-color: #eee;
  }

  #question .scrollable::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: calc(5 * (100vw / 375));
  }
}

/* accordion */

#question .accordion {
  width: 840px;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

#question .accordion .toggle {
  display: none;
}

#question .accordion .acc-label {
  border-radius: 10px;
  padding: 20px 40px;
  display: block;
  background: #fff;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}

#question .accordion .toggle:checked + .acc-label {
  border-radius: 10px 10px 0 0; /*開いた時に角丸をやめたい場合は記述*/
}

#question .acc-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.8rem;
}

#question .ico {
  color: #f75e18;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 10px;
}

#question .accordion .acc-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 10px);
  right: 30px;
  background-image: url("/company/lp/futures/lp01/img/accordion-open.png");
  background-size: 24px 24px;
}

#question .accordion .toggle:checked + .acc-label::after {
  content: "";
  background-image: url("/company/lp/futures/lp01/img/accordion-close.png");
}

#question .accordion .acc-label,
#question .accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

#question .accordion .content {
  height: 0;
  padding: 0 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#question .accordion .toggle:checked + .acc-label + .content {
  height: auto;
  padding: 0 40px 40px;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #question .accordion {
    width: calc(335 * (100vw / 375));
    border-radius: calc(20 * (100vw / 375));
  }

  #question .accordion .acc-label {
    border-radius: calc(10 * (100vw / 375));
    padding: calc(20 * (100vw / 375)) calc(50 * (100vw / 375)) calc(20 * (100vw / 375)) calc(20 * (100vw / 375));
  }

  #question .accordion .toggle:checked + .acc-label {
    border-radius: calc(10 * (100vw / 375)) calc(10 * (100vw / 375)) 0 0;
  }

  #question .acc-ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  #question .acc-ttl .ico {
    font-size: 1.8rem;
    margin-right: calc(10 * (100vw / 375));
    white-space: nowrap;
  }

  #question .content .ico {
    font-size: 1.8rem;
    margin: 0;
  }

  #question .accordion .acc-label::after {
    width: calc(20 * (100vw / 375));
    height: calc(20 * (100vw / 375));
    top: calc(50% - calc(10 * (100vw / 375)));
    right: calc(20 * (100vw / 375));
    background-size: calc(20 * (100vw / 375)) calc(20 * (100vw / 375));
  }

  #question .accordion .content {
    padding: 0 calc(20 * (100vw / 375));
    gap: calc(10 * (100vw / 375));
  }

  #question .accordion .toggle:checked + .acc-label + .content {
    padding: 0 calc(20 * (100vw / 375)) calc(20 * (100vw / 375));
    border-radius: 0 0 calc(10 * (100vw / 375)) calc(10 * (100vw / 375));
  }
}

/*----------------------------------------
.note
----------------------------------------*/
.note {
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.note a {
  display: inline-block;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .note {
    padding: calc(20 * (100vw / 375));
    gap: calc(20 * (100vw / 375));
  }
}
</pre></body></html>