/*! destyle.css v3.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;
  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;
}

/* 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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
}

.sp {
  display: none;
}
@media all and (max-width: 1140px) {
  .sp {
    display: block;
  }
}

@media all and (max-width: 1140px) {
  .pc {
    display: none !important;
  }
}

.page-warapper {
  position: relative;
}

.firstview {
  position: relative;
  background-color: #4AC2EA;
  height: 500px;
}
@media all and (max-width: 1140px) {
  .firstview {
    height: 100vw;
  }
}
.firstview .section-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  height: 100%;
  margin: 0 auto 34px;
  padding: 150px 0 0;
  background: url("../img/firstview_bg.png") no-repeat;
  background-size: contain;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 1140px) {
  .firstview .section-inner {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: url("../img/firstview_bg_sp.png") no-repeat;
    background-size: contain;
  }
}
@media all and (max-width: 1140px) {
  .firstview .section-inner h1 {
    padding: 7.8vw 7.8vw 0 0;
  }
}
.firstview .section-inner h1 img {
  display: block;
  width: 262px;
  margin: 0 0 0 auto;
}
@media all and (max-width: 1140px) {
  .firstview .section-inner h1 img {
    width: 48.5vw;
  }
}
.firstview .section-inner p {
  position: relative;
  right: -35px;
  margin: 0 0 34px 370px;
  font-family: "Hiragino Sans W8";
  font-size: 53px;
  font-weight: 800;
  line-height: 71px;
  color: #fff;
}
@media all and (max-width: 1140px) {
  .firstview .section-inner p {
    position: absolute;
    right: inherit;
    bottom: 13vw;
    margin: 0;
    padding: 0 3.2vw;
    font-size: 6.4vw;
    line-height: 8.9vw;
  }
}
.firstview .section-inner a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  width: 810px;
  height: 64px;
  margin: 0 auto;
  background-color: #FFBA00;
  border: solid 6px #fff;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 52px;
}
@media all and (max-width: 1140px) {
  .firstview .section-inner a {
    bottom: -6vw;
    width: 90vw;
    height: 11vw;
    border: solid 1vw #fff;
    border-radius: 5.5vw;
    font-size: 3.8vw;
    line-height: 9vw;
  }
}
.firstview .section-inner a:before {
  position: absolute;
  top: 16px;
  right: 17px;
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
}
@media all and (max-width: 1140px) {
  .firstview .section-inner a:before {
    top: 2.6vw;
    right: 2.7vw;
    width: 2vw;
    height: 3.1vw;
  }
}

.message {
  padding: 122px 0 62px;
}
@media all and (max-width: 1140px) {
  .message {
    padding: 17.5vw 0 12.5vw;
  }
}
.message .section-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.message .section-inner p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 41px;
}
@media all and (max-width: 1140px) {
  .message .section-inner p {
    font-size: 3.8vw;
    line-height: 5.7vw;
  }
}
.message .section-inner p span {
  display: block;
  margin: 0 auto;
  font-family: "Hiragino Sans W8";
  font-size: 36px;
  color: #0964B7;
}
@media all and (max-width: 1140px) {
  .message .section-inner p span {
    margin-top: 2vw;
    font-size: 7vw;
    line-height: 9.2vw;
  }
}

.worries h2 {
  width: 100%;
  height: 57px;
  background-color: #4AC2EA;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 57px;
}
@media all and (max-width: 1140px) {
  .worries h2 {
    height: 9vw;
    font-size: 2.9vw;
    line-height: 9vw;
  }
}
.worries h2 span {
  font-family: "Hiragino Sans W8";
  font-size: 24px;
  font-weight: 800;
}
@media all and (max-width: 1140px) {
  .worries h2 span {
    font-size: 4.3vw;
  }
}
.worries .section-inner {
  max-width: 1140px;
  height: 563px;
  margin: 0 auto;
  padding: 75px 0 0;
  background: url("../img/worries_bg.png") no-repeat;
  background-size: contain;
  background-position: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 1140px) {
  .worries .section-inner {
    width: 100%;
    height: 119vw;
    padding: 7.8vw 3.2vw;
    background: url("../img/worries_bg_sp.png") no-repeat;
    background-size: contain;
    background-position: right bottom;
  }
}
.worries .section-inner ul {
  margin: 0 0 134px 190px;
}
@media all and (max-width: 1140px) {
  .worries .section-inner ul {
    margin: 0 0 50vw;
    padding: 0 12px;
  }
}
.worries .section-inner ul li {
  position: relative;
  height: 27px;
  margin: 0 auto 14px;
  padding: 0 0 0 42px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  background: url("../img/check.png") no-repeat;
  background-size: contain;
  background-position: left;
}
@media all and (max-width: 1140px) {
  .worries .section-inner ul li {
    height: 5vw;
    margin: 0 auto 2.7vw;
    padding: 0 0 0 7.8vw;
    font-size: 3.5vw;
    line-height: 5vw;
  }
}
.worries .section-inner .worries-bottom {
  width: 464px;
  margin-left: 175px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
@media all and (max-width: 1140px) {
  .worries .section-inner .worries-bottom {
    width: 100%;
    margin: 0;
    font-size: 2.8vw;
    line-height: 4.8vw;
  }
}
.worries .section-inner .worries-bottom img {
  display: block;
}
.worries .section-inner .worries-bottom span {
  display: inline-block;
  font-family: "Hiragino Sans W8";
  font-size: 24px;
  margin-left: 5px;
}
@media all and (max-width: 1140px) {
  .worries .section-inner .worries-bottom span {
    font-size: 3.8vw;
  }
}
.worries .section-inner .worries-bottom .img {
  display: block;
  margin: 16px 0 20px;
}
@media all and (max-width: 1140px) {
  .worries .section-inner .worries-bottom .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 13.6vw;
    margin: 3px 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .worries .section-inner .worries-bottom .img img {
    width: 72vw;
  }
}

.list {
  padding: 80px 0;
  background-color: #F7FAFD;
}
@media all and (max-width: 1140px) {
  .list {
    padding: 12.5vw 0;
  }
}
.list .section-inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media all and (max-width: 1140px) {
  .list .section-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3.2vw;
  }
}
.list .section-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1140px) {
  .list .section-inner ul {
    display: block;
  }
}
.list .section-inner ul li {
  width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #4AC2EA;
  border-radius: 8px;
  background-color: #fff;
}
@media all and (max-width: 1140px) {
  .list .section-inner ul li {
    width: 100%;
    margin: 0 auto 6.2vw;
  }
}
.list .section-inner ul li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0 25px;
  margin: 0 0 25px;
  background-color: #4AC2EA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hiragino Sans W8";
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 25px;
}
@media all and (max-width: 1140px) {
  .list .section-inner ul li h3 {
    height: 15.7vw;
    padding: 0 4vw;
    margin: 0 0 4vw;
    font-size: 3.8vw;
    line-height: 5.2vw;
  }
}
.list .section-inner ul li p {
  height: 235px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
@media all and (max-width: 1140px) {
  .list .section-inner ul li p {
    height: inherit;
    padding: 0 4vw;
    margin: 0 0 4vw;
    font-size: 3.5vw;
    line-height: 5.8vw;
  }
}
.list .section-inner ul li img {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto 25px;
}
@media all and (max-width: 1140px) {
  .list .section-inner ul li img {
    width: calc(100% - 8vw);
    margin: 0 auto 4vw;
  }
}

.menber {
  padding: 80px 0;
}
@media all and (max-width: 1140px) {
  .menber {
    padding: 12.5vw 0;
  }
}
.menber .section-inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media all and (max-width: 1140px) {
  .menber .section-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3.2vw;
  }
}
.menber .menber-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1140px) {
  .menber .menber-flex {
    display: block;
  }
}
.menber .menber-flex_left {
  width: 50%;
}
@media all and (max-width: 1140px) {
  .menber .menber-flex_left {
    width: 100%;
    margin: 0 auto;
  }
}
.menber .menber-flex_left h2 {
  margin: 0 auto 40px;
  font-family: "Hiragino Sans W8";
  font-size: 30px;
  font-weight: 800;
  color: #4AC2EA;
  text-align: center;
}
@media all and (max-width: 1140px) {
  .menber .menber-flex_left h2 {
    margin: 0 auto 7.8vw;
    font-size: 5.3vw;
  }
}
.menber .menber-flex_left p {
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}
@media all and (max-width: 1140px) {
  .menber .menber-flex_left p {
    font-size: 3.2vw;
    line-height: 1.8em;
  }
}
.menber .menber-flex_right {
  width: 50%;
}
@media all and (max-width: 1140px) {
  .menber .menber-flex_right {
    width: 100%;
  }
}
.menber .menber-flex_right img {
  width: 100%;
}

.support {
  padding: 80px 0;
  background-color: #F7FAFD;
}
@media all and (max-width: 1140px) {
  .support {
    padding: 12.5vw 0;
  }
}
.support .section-inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media all and (max-width: 1140px) {
  .support .section-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3.2vw;
  }
}
.support .section-inner .support-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1140px) {
  .support .section-inner .support-flex {
    display: block;
  }
}
.support .section-inner .support-flex_left {
  width: 50%;
}
@media all and (max-width: 1140px) {
  .support .section-inner .support-flex_left {
    width: 100%;
    margin: 0 auto 9.4vw;
  }
}
.support .section-inner .support-flex_left h2 {
  margin: 0 auto 40px;
  font-family: "Hiragino Sans W8";
  font-size: 30px;
  font-weight: 800;
  color: #4AC2EA;
  text-align: center;
}
@media all and (max-width: 1140px) {
  .support .section-inner .support-flex_left h2 {
    margin: 0 auto 7.8vw;
    font-size: 5.3vw;
  }
}
.support .section-inner .support-flex_left p {
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}
@media all and (max-width: 1140px) {
  .support .section-inner .support-flex_left p {
    font-size: 3.2vw;
    line-height: 1.8em;
  }
}
.support .section-inner .support-flex_right {
  width: 50%;
}
@media all and (max-width: 1140px) {
  .support .section-inner .support-flex_right {
    width: 100%;
  }
}
.support .section-inner .support-flex_right img {
  display: block;
  width: 404px;
  margin: 0 auto;
}
@media all and (max-width: 1140px) {
  .support .section-inner .support-flex_right img {
    width: 63.2vw;
  }
}

.terms {
  padding: 80px 0;
}
@media all and (max-width: 1140px) {
  .terms {
    padding: 12.5vw 0;
  }
}
@media all and (max-width: 1140px) {
  .terms .section-inner {
    padding: 0 10vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.terms .section-inner h2 {
  margin: 0 auto 40px;
  font-family: "Hiragino Sans W8";
  font-size: 30px;
  font-weight: 800;
  color: #4AC2EA;
  text-align: center;
}
@media all and (max-width: 1140px) {
  .terms .section-inner h2 {
    margin: 0 auto 7.8vw;
    font-size: 5.3vw;
  }
}
.terms .section-inner ul {
  width: 570px;
  margin: 0 auto;
}
@media all and (max-width: 1140px) {
  .terms .section-inner ul {
    width: 100%;
  }
}
.terms .section-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #707070;
}
@media all and (max-width: 1140px) {
  .terms .section-inner ul li {
    margin: 0 auto 3.2vw;
    padding: 0 0 3.2vw;
  }
}
.terms .section-inner ul li span {
  display: block;
  width: 98px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
}
@media all and (max-width: 1140px) {
  .terms .section-inner ul li span {
    font-size: 2.2vw;
  }
}
.terms .section-inner ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
}
@media all and (max-width: 1140px) {
  .terms .section-inner ul li p {
    font-size: 2.2vw;
  }
}

.pagetop {
  position: sticky;
  right: 50px;
  bottom: 100px;
  display: block;
  width: 75px;
  margin: 0 0 0 auto;
}
@media all and (max-width: 1140px) {
  .pagetop {
    right: 3.2vw;
    bottom: 50px;
    width: 50px;
  }
}
.pagetop img {
  width: 100%;
}

footer {
  height: 238px;
  margin-top: -37px;
  background-color: #4AC2EA;
}
@media all and (max-width: 1140px) {
  footer {
    height: 56vw;
    margin-top: -25px;
  }
}
footer .footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 0 20px;
}
@media all and (max-width: 1140px) {
  footer .footer-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 11vw 5.3vw 0;
  }
}
footer .footer-inner .footer-logo {
  width: 460px;
  margin: 0 auto 50px;
}
@media all and (max-width: 1140px) {
  footer .footer-inner .footer-logo {
    width: 98%;
    margin: 0 auto 12.5vw;
  }
}
footer .footer-inner .footer-logo img {
  display: block;
  width: 100%;
}
footer .footer-inner .footer-btn {
  display: block;
  width: 182px;
  height: 44px;
  margin: 0 auto 30px;
  background-color: #fff;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: #4AC2EA;
}
@media all and (max-width: 1140px) {
  footer .footer-inner .footer-btn {
    width: 100%;
    height: 12vw;
    margin: 0 auto 6.6vw;
    font-size: 3.2vw;
    border-radius: 6vw;
    line-height: 12vw;
  }
}
footer .footer-inner .footer-copy {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 1140px) {
  footer .footer-inner .footer-copy {
    font-size: 2.2vw;
  }
}