@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}
img{
margin: auto;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #050f1a;
  text-align: justify;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
  margin: 0;
}

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

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

.container {
  padding-left: 24px;
  padding-right: 24px;
  margin: auto;
  max-width: 980px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.textlink {
  text-decoration: underline;
  color: #092987;
}

.textlink:hover {
  text-decoration: none;
}

.color_text {
  color: #50aac8;
}

.main-copy {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 1.8em !important;
}

.gray_kome {
  color: #696f76;
  font-size: 16px;
  text-align: center;
  line-height: 1.8em !important;
}

.p_mini {
  font-size: 16px;
  line-height: 1.8em !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.center {
  text-align: center;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 769px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
  .pc_center {
    text-align: center;
  }
}
.row, .row15, .row10, .row5, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  gap: 40px;
}

.row15 {
  gap: 30px;
}

.row10 {
  gap: 20px;
}

.row5 {
  gap: 10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col-2 {
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col-1 {
  margin: auto;
  text-align: center;
}

.col-4 {
  text-align: center;
}
.col-4 h3 {
  background: #dceef4;
  font-size: 20px !important;
  padding: 10px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 770px) {
  .row5 .col-1 {
    width: 50px;
  }
  .row5 .col-2 {
    width: calc(50% - 35px);
  }
  .row .col-4 {
    width: calc(45% - 20px);
  }
  .row .col-5 {
    width: calc(55% - 20px);
  }
  .row15 .col-4 {
    width: calc(45% - 15px);
  }
  .row15 .col-5 {
    width: calc(55% - 15px);
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.btn {
  color: #fff;
  width: 100%;
  max-width: 600px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  border-radius: 50px;
  -webkit-transition: none;
  transition: none;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  background: #e83a3a;
  border: solid 1px #e83a3a;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.btn span {
  font-size: 15px;
  display: block;
}

.btn:hover {
  background: #fff;
  color: #e83a3a;
}

.blue_bk {
  background: url(/fund/feature/commons-fund30-lp/images/back_blue.jpg) repeat;
  padding: 110px 0 80px;
}

.wave-top::after {
  content: "";
  position: absolute;
  background-image: url(/fund/feature/commons-fund30-lp/images/wave.svg);
  bottom: -19px;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

h2 {
  font-size: 36px !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
}
h2 span {
  font-size: 42px;
  display: block;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 25px !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
  }
  h2 span {
    font-size: 33px;
    display: block;
  }
}
#firstview {
  position: relative;
}

.firstview_inner {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ffffff), to(#79c2f7));
  background-image: -webkit-linear-gradient(bottom, #ffffff 25%, #79c2f7);
  background-image: linear-gradient(0deg, #ffffff 25%, #79c2f7);
}

.w1280 {
  max-width: 1280px;
  margin: auto;
  text-align: center;
}

.top-title {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  .top-title {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.w720 {
  max-width: 720px;
  margin: auto;
}

.point_box {
  background: #fff;
  margin-top: 40px;
}
.point_box h3 {
  font-size: 20px !important;
  font-weight: bold;
  padding: 30px 50px 10px;
  border-bottom: solid 1px #50aac8;
}
.point_box ul {
  padding: 10px 50px 40px;
  line-height: 2em;
}
.point_box ul li {
  font-size: 20px;
  border-bottom: dotted 1px #50aac8;
  position: relative;
  padding: 10px 0px 10px 1em;
}
.point_box ul li::before {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
  border-left: 0.5em solid #50aac8;
  content: "";
}

.point span {
  margin-bottom: 30px;
}

#point1 {
  padding: 100px 0 90px;
}

.greenbox {
  background: #e7f3db;
}

.bluebox {
  background: #e0e7ec;
}

.whitebox {
  background: #fff;
}

.col-2 {
  gap: 20px;
}
.col-2 h4 {
  font-size: 20px !important;
}
.col-2 p {
  text-align: justify;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
}

#point2 {
  padding: 0 0 90px;
}

.borderbox {
  border: solid 1px #50aac8;
  padding: 40px;
}

.flow {
  gap: 60px;
  margin-top: 30px;
}
.flow p {
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 10px;
}
.flow .ico-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.flow li span {
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow li:nth-child(1) span {
  background: #50aac8;
  color: #111b25;
  width: 190px;
  height: 190px;
}
.flow li:nth-child(1)::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #50aac8;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.flow li:nth-child(2) span {
  background: #dceef4;
  color: #111b25;
  width: 160px;
  height: 160px;
}
.flow li:nth-child(2)::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #50aac8;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.flow li:nth-child(3) span {
  background: #dceef4;
  color: #111b25;
  width: 130px;
  height: 130px;
}
.flow li:nth-child(3)::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #50aac8;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.flow li:nth-child(4) span {
  background: #50aac8;
  color: #111b25;
  width: 100px;
  height: 100px;
}

.sevensisters_list {
  list-style: none;
  counter-reset: num;
  padding-left: 0;
}
.sevensisters_list li {
  counter-increment: num;
  position: relative;
  padding-left: 2em;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 5px;
}
.sevensisters_list li strong {
  font-size: 18px;
}
.sevensisters_list li::before {
  content: counter(num, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3990ac;
}

.sevensisters_box {
  margin-top: 80px;
}

@media only screen and (min-width: 770px) {
  .flow {
    gap: 70px;
  }
  .flow .ico-flow {
    height: 190px;
  }
  .flow li:nth-child(1) {
    width: calc(30% - 52.5px);
  }
  .flow li:nth-child(1)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -70px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(2) {
    width: calc(26% - 52.5px);
  }
  .flow li:nth-child(2)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -70px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(3) {
    width: calc(24% - 52.5px);
  }
  .flow li:nth-child(3)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -55px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(4) {
    width: calc(20% - 52.5px);
  }
}
@media only screen and (min-width: 900px) {
  .flow .ico-flow {
    height: 190px;
  }
  .flow li:nth-child(1) {
    width: calc(30% - 52.5px);
  }
  .flow li:nth-child(1)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -50px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(2) {
    width: calc(26% - 52.5px);
  }
  .flow li:nth-child(2)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -50px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(3) {
    width: calc(24% - 52.5px);
  }
  .flow li:nth-child(3)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #50aac8;
    border-right: 0;
    right: -50px;
    left: auto;
    top: 95px;
    bottom: auto;
  }
  .flow li:nth-child(4) {
    width: calc(20% - 52.5px);
  }
}
#point3 {
  padding: 0 0 90px;
}

.team h4 {
  font-size: 22px !important;
  text-align: center;
  margin-bottom: 10px;
}
.team .row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.borderbox.team {
  padding: 30px;
}

.member {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.member figure img {
  border-radius: 50%;
}
.member .name {
  font-size: 18px;
  font-weight: bold;
}
.member .meta {
  font-size: 15px;
  color: #696f76;
}

.graytext {
  color: #696f76;
}

.precautions small {
  font-size: 12px;
}

@media only screen and (min-width: 770px) {
  .row .member {
    width: auto;
  }
}
#point4 {
  padding: 0 0 90px;
}

#point5 {
  padding: 0 0 90px;
}

.message {
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.global-move {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (min-width: 770px) {
  .img-area {
    width: calc(33.3% - 13.3px);
  }
}
#movie {
  padding-bottom: 100px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #point1 {
    padding: 90px 0 60px;
  }
  .borderbox {
    padding: 30px;
  }
  #point2 {
    padding: 0 0 60px;
  }
  .col-4 h3 {
    font-size: 18px !important;
  }
  .member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message {
    font-size: 25px;
  }
}
#action {
  text-align: center;
}
#action h3 {
  font-size: 30px !important;
  margin-bottom: 30px;
  font-weight: bold;
}

.risk-cost {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.8em !important;
}

#company {
  text-align: center;
  padding: 70px 0;
}
#company .company-name {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
#company .address {
  font-size: 15.5px;
  margin-bottom: 2px;
}
#company .registration, #company .association {
  font-size: 12px;
  margin-bottom: 2px;
}
#company address {
  font-style: normal;
}

.point_contents li a {
  color: #050f1a;
}

.point_contents li a:hover {
  color: #50aac8;
}

.disclaimer {
  margin-top: 30px;
  text-align: justify;
}
.disclaimer h4 {
  background: #e6e6e6;
  padding: 5px 20px;
}
.disclaimer li {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5em;
  padding-left: 1em;
  position: relative;
}
.disclaimer li::before {
  position: absolute;
  content: "・";
  left: 0;
}

header .header-wrap {
  padding: 10px 30px 8px;
  background-color: #ffffff;
}

header .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo01 {
  margin: 10px 10px 10PX 0;
  max-width: min(162px, 20vw);
  width: 100%;
  display: inline-block;
}

.footer {
  margin-top: 15%;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
}

@media (min-width: 48em) {
  .footer {
    margin-top: 18%;
  }
}
@media (min-width: 62.5em) {
  .footer {
    margin-top: 16%;
  }
}
@media (min-width: 81.25em) {
  .footer {
    margin-top: 13%;
  }
}
.footer-top {
  position: relative;
  padding: 0 0 22px;
  background: #078271;
  font-weight: 300;
}

@media (min-width: 48em) {
  .footer-top {
    padding: 0 0 42px;
  }
}
.footer-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 62px;
  background: url(/assets/www/v2/images/img_footer_bg.svg) no-repeat center top;
  background-size: 614px;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}

@media screen and (min-width: 614px) {
  .footer-top::before {
    padding-top: 10%;
    background-size: cover;
  }
}
@media (min-width: 48em) {
  .footer-top::before {
    padding-top: 144px;
    background-size: 1440px;
  }
}
@media (min-width: 81.25em) {
  .footer-top::before {
    padding-top: 10%;
    background-size: cover;
  }
}
.footer__inner {
  padding: 0 15px;
}

@media (min-width: 48em) {
  .footer__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.footer-nav {
  display: none;
}

@media (min-width: 48em) {
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}
.footer-nav > li {
  color: #fff;
}

@media (min-width: 48em) {
  .footer-nav > li {
    width: 25%;
    padding: 0 15px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.footer-nav > li:first-child {
  padding-left: 0;
  border-left: none;
}

@media (max-width: 47.99em) {
  .footer-nav + .footer-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 48em) {
  .footer-nav--tool {
    margin-top: 50px;
  }
  .footer-nav--campaign {
    margin-top: 90px;
  }
  .footer-nav--stock {
    margin-top: 40px;
  }
  .footer-nav--ideco1 {
    margin-top: 70px;
  }
  .footer-nav--ideco2 {
    margin-top: 120px;
  }
}
@media (max-width: 47.99em) {
  .footer-nav__lv2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .footer-nav__lv2 > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 50%;
    margin: 7px 0;
  }
}
@media (min-width: 48em) {
  .footer-nav__lv2 > li {
    margin-bottom: 30px;
  }
}
.footer-nav__lv2 > li:last-child {
  margin-bottom: 0;
}

.footer-nav__lv2 > li > a {
  font-size: 14px;
}

@media (min-width: 48em) {
  .footer-nav__lv2 > li > a {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (max-width: 47.99em) {
  .footer-nav__lv3 {
    display: none;
  }
}
@media (min-width: 48em) {
  .footer-nav__lv3 {
    margin: 4px 0 -12px;
  }
  .footer-nav__lv3 > li {
    margin: 12px 0;
  }
}
.footer-nav__lv3 > li > a {
  font-size: 16px;
}

@media (max-width: 47.99em) {
  .footer-nav__lv4 {
    display: none;
  }
}
@media (min-width: 48em) {
  .footer-nav__lv4 {
    margin-left: 20px;
  }
  .footer-nav__lv4 > li {
    margin: 14px 0;
  }
}
.footer-nav__lv4 > li > a {
  font-size: 14px;
}

.footer-nav-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 20px;
}

@media (min-width: 48em) {
  .footer-nav-sp {
    display: none;
  }
}
.footer-nav-sp + .footer-nav-sp {
  padding: 20px 0 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-nav-sp > li {
  width: 50%;
}

.footer-nav-sp > li.footer-nav-sp--first {
  width: 100%;
}

.footer-nav-sp > li > a {
  display: inline-block;
  padding: 0 10px 12px 0;
  font-size: 14px;
  color: #fff;
}

.footer-link-external {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media (min-width: 48em) {
  .footer-link-external {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -8px -20px;
    padding-top: 42px;
  }
}
.footer-link-external > li {
  margin-bottom: 12px;
}

@media (min-width: 48em) {
  .footer-link-external > li {
    margin: 8px 20px;
  }
}
.footer-link-external > li > a {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 48em) {
  .footer-link-external > li > a {
    font-size: 16px;
  }
}
.footer-link-external > li > a > img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: -1px;
}

.footer-bottom {
  padding: 24px 0 44px;
  background: #fff;
}

@media (min-width: 48em) {
  .footer-bottom {
    padding: 40px 0 90px;
  }
}
.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -6px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media (min-width: 48em) {
  .footer-link {
    padding-bottom: 34px;
  }
}
.footer-link > li {
  width: 50%;
  margin: 6px 0;
}

@media (min-width: 48em) {
  .footer-link > li {
    width: 25%;
    padding-right: 10px;
  }
}
.footer-link > li:nth-child(odd) {
  padding-right: 20px;
}

@media (min-width: 48em) {
  .footer-link > li:nth-child(odd) {
    padding-right: 10px;
  }
}
.footer-link > li > a {
  font-size: 14px;
}

.footer-hdg {
  margin-top: 22px;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 48em) {
  .footer-hdg {
    margin-top: 40px;
  }
}
.footer-txt {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 48em) {
  .footer-txt {
    line-height: 2;
  }
}
.footer-copyright {
  margin: 18px 15px 0;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media (min-width: 48em) {
  .footer-copyright {
    margin: 34px 0 0;
    padding-top: 34px;
  }
}
.footer-copyright .footer__inner {
  padding: 0;
  color: #707070;
}

@media (min-width: 48em) {
  .footer-copyright .footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}
.footer-copyright small {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 48em) {
  .footer-copyright small {
    margin-top: 0;
    text-align: left;
  }
}
.footer-corporate {
  padding-right: 20px;
  font-size: 12px;
}

@media (min-width: 48em) {
  .footer-corporate {
    padding-right: 20px;
  }
}
.footer-corporate > span, .footer-corporate > a {
  display: block;
  padding-bottom: 4px;
}

@media (min-width: 48em) {
  .footer-corporate > span, .footer-corporate > a {
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 0;
    font-weight: 600;
  }
}

/* ------------------------------------------------------------
	調整
------------------------------------------------------------ */

.apply-cta-header {
	font-size: 1.8rem;
}

.apply-cta-button.button {
	height: 70px;
}

.apply-cta-button.button {
	font-size: 2.1rem;
	line-height: 28px;
}

.apply-cta-button>span {
	font-size: 1.5rem;
}

.theme-list-asterisk {
    font-size: 1.4rem;
}

.box-title {
    text-align: left;
}


@media only screen and (min-width: 751px) {
    .sp {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
}



