@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box; }

:after, :before {
  box-sizing: inherit; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0; }

main {
  display: block; }

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

address {
  font-style: inherit; }

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

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

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: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed, iframe, object {
  border: 0;
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

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

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset, option {
  padding: 0; }

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  padding: 0; }

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

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

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

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

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

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

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

[hidden], template {
  display: none; }

* {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99); }

body {
  color: #111;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 175%;
  font-weight: 500;
  font-size: 16px; }

a {
  color: #0041c3; }

a:hover {
  color: #0041c3; }

img {
  width: 100%;
  height: auto; }

/* =================================================================

    共通

================================================================= */
.cf:after {
  content: "";
  clear: both;
  display: block; }

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px); }

.fadein.animated {
  opacity: 1;
  transform: translatey(0px); }

header {
  background: url("../images/2x/mv.png") repeat-x 50% 0/contain;
  height: 100vh; }
  header h1 {
    width: 711px;
    margin: auto;
    padding-top: 8vh; }

.inner {
  width: 960px;
  margin: auto; }

.bg {
  background: #f8f5f0; }

.sec01 .intro {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  padding: 80px 0;
  line-height: 140%; }
.sec01 .base {
  background: url("../images/2x/sec1_1.png") no-repeat 8vw 0/788px;
  padding: 120px 0 40px; }
  .sec01 .base h2 {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 40px; }
.sec01 .img {
  width: 1000px;
  margin: 20px auto 0; }

.sec02 {
  background: url("../images/2x/sec2_1.png") no-repeat 50vw 0/852px;
  padding: 120px 0 40px; }
  .sec02 h2 {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 100px;
    text-align: center; }
  .sec02 .img {
    width: 1000px;
    margin: 20px auto 0; }
  .sec02 .blk {
    background: #fff;
    border-radius: 30px;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 60px; }
    .sec02 .blk .num {
      width: 107px;
      position: absolute;
      top: -35px;
      left: -15px; }
    .sec02 .blk .body {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%;
      padding: 50px 90px; }
      .sec02 .blk .body .left {
        width: 45%; }
        .sec02 .blk .body .left h3 {
          color: #13ae67;
          font-weight: 800;
          font-size: 30px;
          text-align: center;
          margin-bottom: 30px; }
      .sec02 .blk .body .right {
        width: 55%;
        text-align: right;
        padding-top: 60px; }
        .sec02 .blk .body .right img {
          width: 90%; }
    .sec02 .blk.box2 {
      background: #fff url("../images/2x/sec2_4.png") no-repeat 100% 0/contain; }
      .sec02 .blk.box2 .right {
        padding: 0; }

.sec03 {
  background: url("../images/2x/sec3_1.png") no-repeat 0 0/944px;
  padding: 120px 0 100px; }
  .sec03 h2 {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 30px;
    line-height: 140%; }
  .sec03 .img {
    width: 1100px;
    margin: 20px auto 0; }
  .sec03 .t2 {
    font-size: 24px;
    font-weight: 800;
    padding: 40px 0 10px; }
  .sec03 h3 {
    font-weight: 800;
    font-size: 26px;
    margin: 40px 0 24px; }
  .sec03 h4 {
    font-weight: 800;
    font-size: 18px;
    margin: 40px 0 10px;
    color: #ffaa02; }

.sec04 {
  padding: 72px 0 80px; }
  .sec04 h2 {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 60px;
    line-height: 140%; }

.sec05 {
  padding: 72px 0 80px;
  background: #e7f3ea; }
  .sec05 h2 {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 60px;
    line-height: 140%;
    text-align: center; }
  .sec05 .blk {
    background: #fff;
    border-radius: 30px;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 0 40px 40px;
    padding: 50px 70px; }
    .sec05 .blk .img {
      width: 47%;
      float: left; }
    .sec05 .blk .txt {
      width: 47%;
      float: right; }
      .sec05 .blk .txt h3 {
        font-size: 20px;
        margin: 24px 0;
        font-weight: bold; }

.sec06 {
  padding: 72px 0 80px;
  background: #13ae67; }
  .sec06 h2 {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 60px;
    line-height: 140%;
    text-align: center;
    color: #fff; }
  .sec06 .btn {
    background: #fff;
    border-radius: 100px;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.1);
    width: 520px;
    margin: auto;
    text-align: center; }
    .sec06 .btn a {
      display: block;
      padding: 24px 0; }
      .sec06 .btn a:hover {
        opacity: .6; }
    .sec06 .btn img {
      width: 54%; }

footer {
  text-align: center;
  padding: 60px; }
  footer img {
    width: 321px; }

/* =================================================================

    

================================================================= */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px; }

  header {
    background: url("../images/2x/mv.png") repeat-x 50% 0/cover;
    height: 48vh; }
    header h1 {
      width: 80%;
      margin: auto;
      padding-top: 3vh; }

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

  .sec01 .intro {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    padding: 40px 16px;
    line-height: 140%; }
  .sec01 .base {
    background: url("../images/2x/sec1_1.png") no-repeat -50vw 0/100%;
    padding: 40px 16px 40px; }
    .sec01 .base h2 {
      font-size: 22px;
      padding-bottom: 20px; }
  .sec01 .img {
    width: auto;
    margin: 20px auto 0; }

  .sec02 {
    background: url("../images/2x/sec2_1.png") no-repeat 50vw 0/100%;
    padding: 40px 16px 40px; }
    .sec02 h2 {
      font-size: 22px;
      padding-bottom: 40px; }
    .sec02 .img {
      width: 1000px;
      margin: 20px auto 0; }
    .sec02 .blk {
      background: #fff;
      border-radius: 30px;
      box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.1);
      position: relative;
      margin-bottom: 60px; }
      .sec02 .blk .num {
        width: 70px;
        position: absolute;
        top: -15px;
        left: -15px; }
      .sec02 .blk .body {
        display: block;
        padding: 44px 24px 24px 24px; }
        .sec02 .blk .body .left {
          width: 100%; }
          .sec02 .blk .body .left h3 {
            color: #13ae67;
            font-weight: 800;
            font-size: 22px;
            text-align: center;
            margin-bottom: 20px; }
        .sec02 .blk .body .right {
          width: 100%;
          text-align: center;
          padding-top: 30px; }
          .sec02 .blk .body .right img {
            width: 70%; }
      .sec02 .blk.box2 {
        background: #fff url("../images/2x/sec2_4.png") no-repeat 50% 100%/70%;
        padding-bottom: 170px; }
        .sec02 .blk.box2 .right {
          padding: 0; }
      .sec02 .blk:last-child {
        margin-bottom: 0 !important; }

  .sec03 {
    background: url("../images/2x/sec3_1.png") no-repeat -50vw 0/100%;
    padding: 80px 16px 50px; }
    .sec03 h2 {
      font-size: 22px;
      padding-bottom: 24px; }
    .sec03 .img {
      width: auto;
      margin: 20px auto 0; }
    .sec03 .t2 {
      font-size: 18px;
      font-weight: 800;
      padding: 20px 0 10px; }
    .sec03 h3 {
      font-weight: 800;
      font-size: 18px;
      margin: 30px 0 24px; }
    .sec03 h4 {
      font-weight: 800;
      font-size: 17px;
      margin: 30px 0 10px;
      color: #ffaa02; }

  .sec04 {
    padding: 40px 16px 60px; }
    .sec04 h2 {
      font-size: 22px;
      padding-bottom: 24px;
      text-align: center; }

  .sec05 {
    padding: 40px 16px 60px; }
    .sec05 h2 {
      font-size: 22px;
      padding-bottom: 24px;
      text-align: center; }
    .sec05 .blk {
      background: #fff;
      border-radius: 30px;
      box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.1);
      margin: 0 20px 40px;
      padding: 24px 24px 40px; }
      .sec05 .blk .img {
        width: 100%;
        float: none; }
      .sec05 .blk .txt {
        width: 100%;
        float: none; }
        .sec05 .blk .txt h3 {
          font-size: 18px;
          margin: 24px 0 16px;
          font-weight: bold; }

  .sec06 {
    padding: 40px 16px 60px; }
    .sec06 h2 {
      font-size: 22px;
      padding-bottom: 24px;
      text-align: center; }
    .sec06 .btn {
      background: #fff;
      border-radius: 100px;
      box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.1);
      width: 100%;
      margin: auto;
      text-align: center; }
      .sec06 .btn a {
        display: block;
        padding: 24px 0; }
        .sec06 .btn a:hover {
          opacity: .6; }
      .sec06 .btn img {
        width: 54%; }

  footer {
    text-align: center;
    padding: 60px; }
    footer img {
      width: 70%; } }
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #942D2F;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s; }

#page-top a:hover {
  background: #777; }

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px); }

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block; }

.sp-only {
  display: none; }

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

  .sp-only {
    display: block; } }
br.is-sp-only {
  display: none; }
