@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/* ===========================================================================
  base
============================================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul,
nav ol {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th, table td {
  vertical-align: middle;
  word-break: break-all;
}

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-size: 1.8rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 80px;
  background-image: url("/images/koshikoko/bg01.png");
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  min-width: 1050px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
    padding-top: 55px;
    background-image: none;
  }
  body::before {
    padding-top: 55px;
    background-image: url("/images/koshikoko/bg01_sp.png");
    background-size: cover;
    /* cover謖�ｮ壹〒縺阪ｋ */
    content: "";
    display: block;
    position: fixed;
    /* 謫ｬ莨ｼ隕∫ｴ�縺斐→蝗ｺ螳� */
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    /* 讓ｪ蟷�＞縺｣縺ｱ縺� */
    height: 100vh;
    /* 邵ｦ蟷�＞縺｣縺ｱ縺� */
  }
}

@media only screen and (max-width: 767px) {
  body.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}

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

a {
  text-decoration: none;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  border-radius: 0;
  border: 0;
  outline: none;
}

[type="submit"],
[type="reset"],
[type="button"],
button {
  border: 0;
  cursor: pointer;
}

html,
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

main {
  min-height: 0%;
  z-index: 0;
}

@media print {
  html,
  body {
    display: block;
  }
  body {
    min-height: auto;
  }
  footer {
    margin-top: 0;
  }
}

.i4ewOd-pzNkMb-haAclf {
  display: none;
}

.header {
  position: relative;
  background-color: #fff;
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 55px;
  }
}

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

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .header_inner {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .headerNav {
    margin-left: 0;
    height: 100%;
    width: calc(100% - 75px);
  }
}

.headerNav_item + .headerNav_item {
  border-left: 1px solid #707070;
}

@media only screen and (max-width: 767px) {
  .headerNav_item + .headerNav_item {
    border-left: 1px solid #D8D8D8;
  }
}

@media only screen and (max-width: 767px) {
  .headerNav_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: calc(100% / 3);
  }
}

.headerNav_link {
  color: #333;
  padding: 0 30px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.headerNav_link.last {
  padding: 0 23px 0 30px;
}

@media only screen and (max-width: 767px) {
  .headerNav_link.last {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .headerNav_link {
    color: #00adec;
    padding: 0;
    font-size: 1.0rem;
  }
}

.headerBtn {
  background-color: #00adec;
  display: block;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .headerBtn {
    border-radius: 0;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headerBtn_text {
  color: #fff;
  font-size: 1.4rem;
  padding: 18px 18px 18px 50px;
  background: url("/images/koshikoko/icon_inq.svg") no-repeat 22px 18px/21px;
}

@media only screen and (max-width: 767px) {
  .headerBtn_text {
    padding: 20px 7.5px 0;
    font-size: 1.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("/images/koshikoko/icon_inq.svg") no-repeat top/24px;
  }
}

.detail {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  right: 0;
  width: 700px;
  padding: 30px 0 0;
}

.headerSpMenuBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 64px;
  z-index: 9999;
}

.contact {
  position: relative;
}

.pattern {
  border: solid 12px #00adec;
  background: white;
  position: relative;
  text-align: center;
  padding: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pattern::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 42px;
  z-index: 1;
  width: 0;
  height: 0;
  border: solid 1px transparent;
  border-color: transparent transparent #00adec;
  border-width: 18px 10px;
  margin: 0 0 12px;
}

.pattern div {
  display: inline-block;
  vertical-align: middle;
  width: 330px;
  text-align: left;
  padding: 5px 0;
  padding: 8px 0 0 15px;
}

.detail .pattern img {
  float: left;
  margin: 0 15px 0 0;
  width: 64px;
}

.detail .pattern .tel p:nth-of-type(2) img {
  width: 100%;
}

.detail .pattern .tel p:nth-of-type(1) {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin: 2px 0 11px;
}

.detail .pattern .tel p:nth-of-type(2) {
  display: inline-block;
  vertical-align: bottom;
  width: 183px;
}

.detail .pattern .tel p:nth-of-type(3) {
  display: inline-block;
  vertical-align: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 0 8px;
}

.detail .pattern .form {
  border-left: solid 1px #707070;
  padding: 0 0 0 30px;
  width: 320px;
}

.detail .pattern img {
  float: left;
  margin: 0 15px 0 0;
  width: 64px;
}

.detail .pattern .form p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  margin: 2px 0 18px;
}

.detail .pattern .form a {
  padding-right: 70px;
  background: #117C1D;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 39px;
  height: auto;
  margin: 0;
  width: auto;
  display: inline-block;
}

.detail .pattern .form a {
  padding-right: 70px;
  background: #117C1D;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 39px;
  height: auto;
  margin: 0;
  width: auto;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: 3px 6px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 6px 3px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
}

.footer {
  /*background-color: #ffffbc;*/
  background-color: #fff;
}

.footerLogo {
  margin-right: 97px;
}

@media only screen and (max-width: 767px) {
  .footerLogo {
    margin-right: 0;
    text-align: center;
    margin-top: 20px;
  }
  .footerLogo > img {
    width: 62%;
  }
}

.footer_inner {
  width: 850px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 23px;
}

@media only screen and (max-width: 767px) {
  .footer_inner {
    width: calc(100% - 80px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 21px 0 13px;
  }
}

.footer_text {
  /*background-color: #ffefa8;*/
  background-color: #7fbfff;
  text-align: center;
  padding: 9px 0px;
}

@media only screen and (max-width: 767px) {
  .footer_text {
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .footerNav {
    display: block;
  }
}

.footerNav_link {
  padding: 0 27px;
}

.footerNav_link + .footerNav_link {
  border-left: 1px solid #333;
}

.footerNav_link:first-of-type {
  padding-left: 0;
}

.footerNav_link:last-of-type {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .footerNav_link {
    width: 100%;
  }
  .footerNav_link + .footerNav_link {
    border-left: none;
  }
}

.footerNav_text {
  color: #333;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .footerNav_text {
    color: #707070;
    font-size: 1.2rem;
  }
}

.footerBar_copy {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .footerBar_copy {
    font-size: 1.0rem;
  }
}

.btn-01 {
  background-color: #00adec;
  display: block;
  width: 270px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: 3px 6px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 6px 3px rgba(0, 0, 0, 0.13);
}

@media only screen and (max-width: 767px) {
  .btn-01 {
    -webkit-box-shadow: 1.5px 3px 1.5px rgba(0, 0, 0, 0.13);
            box-shadow: 1.5px 3px 1.5px rgba(0, 0, 0, 0.13);
  }
  .btn-01.small {
    width: 164px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .btn-01 {
    width: 90%;
  }
}

.bunbetsu_multilingual {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: calc(100% - 30px);
}
.bunbetsu_multilingual a {
  background-color: #00adec;
  display: inline-block;
  width: 270px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: 3px 6px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 6px 3px rgba(0, 0, 0, 0.13);
}
.bunbetsu_multilingual .btn-03 .btn_text-01 {
  /*padding: 6px 0 7px;*/
}

@media only screen and (max-width: 767px) {
  .bunbetsu_multilingual {
    display:block;
    width: calc(100%);
    margin: 0 auto;
  }
  .bunbetsu_multilingual a {
    display: block;
    -webkit-box-shadow: 1.5px 3px 1.5px rgba(0, 0, 0, 0.13);
            box-shadow: 1.5px 3px 1.5px rgba(0, 0, 0, 0.13);
            margin-top: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .bunbetsu_multilingual a {
    width: 90%;
  }
}


.btn_text-01 {
  color: #fff;
  position: relative;
  padding: 14px 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.btn_text-01::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  width: 7px;
  height: 11px;
  background: url("/images/koshikoko/icon_arrow.svg") no-repeat;
}

@media only screen and (max-width: 767px) {
  .btn_text-01 {
    padding: 13px 10px;
  }
  .btn_text-01.small {
    font-size: 1.0rem;
    padding: 7px 10px;
  }
  .btn_text-01.small::before {
    width: 4px;
    height: 7px;
    top: 1px;
    right: 10px;
    background-size: contain;
  }
}

.pagetop {
  position: fixed;
  bottom: -100px;
  right: 50px;
  z-index: 9;
  width: 47px;
  height: 48px;
  background: url("/images/koshikoko/pagetop.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background: url("/images/koshikoko/pagetop_sp.png");
    background-size: contain;
  }
}

.pagetop.show {
  bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .pagetop.show {
    bottom: 0;
    right: 0;
  }
}

.pc {
  display: inline-block;
}

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

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}

.heading02Wrap {
  width: 450px;
  margin: 0 auto;
  position: relative;
}

.heading02Wrap.first {
  top: 0;
}

@media only screen and (max-width: 767px) {
  .heading02Wrap.first {
    margin-top: 60px;
  }
}

.heading02Wrap.bosyu {
  margin-top: 97px;
}

@media only screen and (max-width: 767px) {
  .heading02Wrap.bosyu {
    margin-top: 60px;
  }
}

.heading02Wrap + .heading04Wrap {
  margin-top: 51px;
}

@media only screen and (max-width: 767px) {
  .heading02Wrap + .heading04Wrap {
    margin-top: 17px;
  }
}

.heading02Wrap::after {
  position: absolute;
  content: '';
  top: 9px;
  left: 14px;
  width: 100%;
  height: 100%;
  /*background: url("/images/koshikoko/bg03.png") repeat;*/
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .heading02Wrap::after {
    background: url("/images/koshikoko/bg07.png") no-repeat center/cover;
    top: 6px;
    left: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .heading02Wrap {
    max-width: 295px;
  }
}

@media only screen and (max-width: 320px) {
  .heading02Wrap {
    max-width: 240px;
  }
}

.heading02 {
  position: relative;
  text-align: center;
  /*background-color: #ffffbc;*/
  background-color: #76B143;
  z-index: 2;
}

.heading02::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  border-bottom: 23px solid transparent;
  /*border-left: 23px solid #00adec;*/
}

@media only screen and (max-width: 767px) {
  .heading02::before {
    border-bottom: 14px solid transparent;
    /*border-left: 14px solid #00adec;*/
  }
}

.heading02::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  border-top: 23px solid transparent;
  /*border-right: 23px solid #00adec;*/
}

@media only screen and (max-width: 767px) {
  .heading02::after {
    border-top: 14px solid transparent;
    /*border-right: 14px solid #00adec;*/
  }
}

.heading02_text {
  /*color: #00adec;*/
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.46;
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  .heading02_text {
    font-size: 2.0rem;
    padding: 8px 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media only screen and (max-width: 320px) {
  .heading02_text {
    font-size: 1.6rem;
  }
}

.heading03, .heading03-02 {
  /*color: #00adec;*/
  color: #f60;
  position: relative;
  padding-left: 33px;
  padding-top: 10px;
  font-size: 2.8rem;
  line-height: 1.2;
}

.heading03::before, .heading03-02::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 110px;
  /*background-color: #00adec;*/
  background-color: #f60;
  width: 7px;
}

@media only screen and (max-width: 767px) {
  .heading03::before, .heading03-02::before {
    width: 3px;
    height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .heading03, .heading03-02 {
    font-size: 2.0rem;
    padding-left: 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media only screen and (max-width: 320px) {
  .heading03, .heading03-02 {
    font-size: 1.7rem;
  }
}

.heading03-02 {
  color: #333;
  padding-top: 42px;
}

.heading03-02 > span {
  color: #117C1D;
}

.heading03-02::before {
  background-color: #117C1D;
}

@media only screen and (max-width: 767px) {
  .heading03-02::before {
    height: 59px;
  }
}

@media only screen and (max-width: 767px) {
  .heading03-02 {
    padding-top: 20px;
  }
}

.heading04Wrap {
  text-align: center;
}

.heading04 {
  padding: 0 0 34px;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  background: url("/images/koshikoko/h4.svg") no-repeat center bottom/562px 24px;
}

@media only screen and (max-width: 767px) {
  .heading04 {
    font-size: 1.7rem;
    padding: 0 0 26px;
    line-height: 1.54;
    display: block;
    background: url("/images/koshikoko/h4.svg") no-repeat center bottom/100% 24px;
  }
}

@media only screen and (max-width: 320px) {
  .heading04 {
    font-size: 1.5rem;
  }
}

.heading04-02 {
  padding: 0 16px 34px;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: url("/images/koshikoko/h4_02.svg") no-repeat center bottom/562px 24px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .heading04-02 {
    font-size: 1.7rem;
    padding: 0 16px 19px;
    margin-bottom: 17px;
    background: url("/images/koshikoko/h4_02_sp.svg") no-repeat center bottom/295px 12px;
  }
}

.section-01 {
  padding: 48px 0;
}

@media only screen and (max-width: 767px) {
  .section-01 {
    padding: 30px 0;
  }
}

.section-green {
  background-color: rgba(255, 255, 255, 0.62);
  max-width: calc(100% - (50% - (900px / 2)));
  width: calc(100% - 0rem);
  margin-left: 0;
  margin-right: auto;
  padding-left: calc(50% - (900px / 2) - 0rem);
  margin-bottom: 119px;
  margin-top: 98px;
}

@media only screen and (max-width: 767px) {
  .section-green {
    margin-top: 50px;
    margin-bottom: 69px;
  }
}

.section-sec {
  margin: 0 auto;
  background-color: #fff;
  width: 1000px;
}

@media only screen and (max-width: 767px) {
  .section-sec {
    width: calc(100% - 30px);
  }
}

.section-secchi {
  background: url("/images/koshikoko/bg05.png") no-repeat center/cover;
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .section-secchi {
    background: url("/images/koshikoko/bg05_sp.png") no-repeat center/cover;
    margin-top: 22px;
  }
}

.section_inner-con {
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 50px;
}

@media only screen and (max-width: 767px) {
  .section_inner-con {
    width: calc(100% - 30px);
    padding: 32px 0 27px;
  }
}

.section_inner-secchi {
  padding: 65px 0 65px;
}

@media only screen and (max-width: 767px) {
  .section_inner-secchi {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 25px 0 25px;
  }
}

.section_inner-01 {
  width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section_inner-01 {
    width: calc(100% - 30px);
  }
}

.section_inner-news {
  margin: 0 auto;
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .section_inner-news {
    width: calc(100% - 30px);
    padding: 0;
  }
}

.section_inner-02 {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 50px 83px;
}

@media only screen and (max-width: 767px) {
  .section_inner-02 {
    width: calc(100% - 30px);
    padding: 0 25px 33px;
  }
}

.section_inner-green {
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section_inner-green {
    width: calc(100% - 80px);
  }
}

.section-news {
  background: url("/images/koshikoko/bg02.png") no-repeat center/cover;
  z-index: -2;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-news {
    padding: 40px 0 40px;
    background: url("/images/koshikoko/bg02_sp.png") no-repeat center/cover;
  }
}

.newsArea {
  /*background-color: #ffffbc;*/
  background-color: #93c9ff;
  padding: 29px 16px 23px 80px;
  border-radius: 15px;
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.newsArea::after {
  position: absolute;
  content: '';
  top: 21px;
  left: 14px;
  width: 100%;
  height: 100%;
  /*background: url("/images/koshikoko/bg06.png") no-repeat;*/
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .newsArea::after {
    /*background: url("/images/koshikoko/bg06_sp.png") no-repeat;*/
    background-size: cover;
    top: 6px;
    left: 6px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .newsArea {
    width: 100%;
    padding: 20px 16px 27px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .newsArea_inner {
    height: 295px;
  }
}

.newsList {
  overflow-y: scroll;
  height: 170px;
}

@media only screen and (max-width: 767px) {
  .newsList {
    margin-top: 18px;
    height: 225px;
  }
}

.newsList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .newsList_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.newsList_item + .newsList_item {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .newsList_item + .newsList_item {
    margin-top: 20px;
  }
}

.newsList_item > span {
  color: #FF0000;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 28px;
}

@media only screen and (max-width: 767px) {
  .newsList_item > span {
    font-size: 1.3rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
}

.newsList_date {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  width: 7.5em;
}

@media only screen and (max-width: 767px) {
  .newsList_date {
    font-size: 1.3rem;
    width: 7em;
  }
}

.newsList_link {
  font-size: 1.8rem;
  color: #333;
  text-decoration: underline;
  line-height: 1.66;
}

@media only screen and (max-width: 767px) {
  .newsList_link {
    font-size: 1.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4px;
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .newsList_link {
    font-size: 1.3rem;
  }
}

.newsAreaTitleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 3px solid #00adec;*/
  border-bottom: 3px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 8px;
  width: 93%;
}

@media only screen and (max-width: 767px) {
  .newsAreaTitleWrap {
    /*border-bottom: 2px solid #00adec;*/
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    margin-bottom: 3px;
  }
}

.newsArea_title {
  /*color: #00adec;*/
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.53;
}

@media only screen and (max-width: 767px) {
  .newsArea_title {
    font-size: 2.0rem;
  }
}

.newsArea_title-sub {
  /*color: #00adec;*/
  color: #fff;
  font-size: 1.6rem;
  margin-left: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .newsArea_title-sub {
    font-size: 1.2rem;
    margin-left: 0;
  }
}

.newsList {
  list-style-type: none;
}

.newsList_date {
  font-weight: bold;
}

.googleMapArea {
  overflow: hidden;
  margin: 2px 0 25px 0;
}

.googleMapArea > iframe {
  margin-top: -54px;
  width: 100%;
  height: 434px;
}

@media only screen and (max-width: 767px) {
  .googleMapArea > iframe {
    height: 349px;
  }
}

.imgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgBlock_item {
  width: calc((100% - 50px) / 3 - 0.1px);
  margin-right: 25px;
  cursor: pointer;
}

.imgBlock_item:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .imgBlock_item:nth-of-type(3n) {
    margin-right: 13px;
  }
}

.imgBlock_item:nth-of-type(n+4) {
  margin-top: 20px;
}

.imgBlock_item:last-of-type {
  cursor: inherit;
}

@media only screen and (max-width: 767px) {
  .imgBlock_item {
    width: calc((100% - 13px) / 2 - 0.1px);
    margin-right: 13px;
  }
  .imgBlock_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .imgBlock_item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

.securityBlock {
  width: 1000px;
  margin: 0 auto;
  padding: 34px 50px 30px 100px;
  /*background-color: #ffffbc;*/
  background-color: #93c9ff;
}

@media only screen and (max-width: 767px) {
  .securityBlock {
    width: 85.6%;
    padding: 5px 25px 18px 25px;
  }
}

.block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.block01 .tel {
  margin-left: 18px;
}

@media only screen and (max-width: 767px) {
  .block01 .tel {
    margin-left: 9px;
  }
}

.block01 .form {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .block01 .form {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .block01 {
    display: block;
    margin-top: 14px;
  }
}

.block01_item {
  width: calc((100% - 17px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block01_item.form {
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .block01_item.form {
    padding-left: 0;
  }
}

.block01_item + .block01_item {
  border-left: 1px solid #333;
}

@media only screen and (max-width: 767px) {
  .block01_item + .block01_item {
    border-left: 0;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .block01_item {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block01_item img {
    width: 42px;
    display: block;
    margin-bottom: auto;
  }
  .block01_item img.tel_02 {
    width: 83%;
  }
}

.block01_title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
}

.block01_title.form {
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .block01_title.form {
    margin-bottom: 0;
    margin-left: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .block01_title {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 320px) {
  .block01_title {
    font-size: 1.3rem;
  }
}

.block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .block02 {
    width: 100%;
  }
}

.block02_item {
  width: calc((100% - 30px) / 3 - 0.1px);
  margin-right: 15px;
}

.block02_item:nth-of-type(3n) {
  margin-right: 0;
}

.block02_item:nth-of-type(n+4) {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .block02_item {
    margin-right: 12px;
    text-align: center;
    width: calc((100% - 12px) / 2 - 0.1px);
  }
  .block02_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .block02_item:nth-of-type(3n) {
    margin-right: 12px;
  }
  .block02_item:nth-of-type(6n) {
    margin-right: 0;
  }
  .block02_item:nth-of-type(n+4) {
    margin-top: 7px;
  }
  .block02_item:nth-of-type(n+3) {
    margin-top: 7px;
  }
}

.stepBlock {
  padding: 47px 0 40px;
  width: 900px;
  margin: 0 auto;
  border-radius: 25px;
  /*border: 10px solid #ffffbc;*/
  border: 10px solid #76B143;
  position: relative;
  text-align: center;
  background-color: #fff;
}

.stepBlock.first {
  margin-top: 110px;
  padding: 47px 0 31px;
}

@media only screen and (max-width: 767px) {
  .stepBlock.first {
    margin-top: 51px;
    padding: 27px 0 23px;
  }
}

.stepBlock.second {
  margin-top: 79px;
  padding: 29px 0 29px;
}

@media only screen and (max-width: 767px) {
  .stepBlock.second {
    margin-top: 40px;
    padding: 32px 25px 24px;
  }
}

.stepBlock.third {
  margin-top: 81px;
}

@media only screen and (max-width: 767px) {
  .stepBlock.third {
    padding: 34px 0;
    margin-top: 40px;
  }
}

.stepBlock .btn-01 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .stepBlock .btn-01 {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .stepBlock {
    width: calc(100% - 30px);
    padding: 27px 0 23px;
    /*border: 5px solid #ffffbc;*/
    border: 5px solid #76B143;
    border-radius: 10px;
  }
}

.stepBlock_title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .stepBlock_title {
    font-size: 1.7rem;
  }
  .stepBlock_title.second {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .stepBlock_title {
    font-size: 1.4rem;
  }
}

.stepNumber {
  /*background-color: #ffffbc;*/
  background-color: #76B143;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .stepNumber {
    width: 47px;
    height: 47px;
    top: -30px;
  }
}

.stepNumber_text {
  font-size: 1.8rem;
  /*color: #00adec;*/
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .stepNumber_text {
    font-size: 0.9rem;
  }
}

.stepNumber_number {
  font-size: 4.4rem;
  /*color: #00adec;*/
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Helvetica Neue",
 Arial,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 Meiryo,
 sans-serif;
}

@media only screen and (max-width: 767px) {
  .stepNumber_number {
    font-size: 2.1rem;
  }
}

.stepNumber_img-01 {
  position: absolute;
  right: 0;
  top: -140px;
}

@media only screen and (max-width: 767px) {
  .stepNumber_img-01 {
    display: none;
  }
}

.stepNumber_img-02 {
  position: absolute;
  /*left: -84px;
  top: -27px;*/
  left: 8px;
  top: 8px;
}

@media only screen and (max-width: 767px) {
  .stepNumber_img-02 {
    display: none;
  }
}

.stepNumber_img-03 {
  position: absolute;
  right: -45px;
  top: -48px;
}

@media only screen and (max-width: 767px) {
  .stepNumber_img-03 {
    display: none;
  }
}

.stepBlock_pic {
  margin-top: 5px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .stepBlock_pic {
    width: 77%;
    display: block;
    margin: 0 auto;
    margin-top: 23px;
  }
}

.text-01 {
  margin-top: 25px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .text-01 {
    font-size: 1.25rem;
    margin-top: 16px;
  }
}

.text-02 {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .text-02 {
    font-size: 1.5rem;
  }
}

.text-03 {
  line-height: 1.66;
  margin-top: 21px;
}

@media only screen and (max-width: 767px) {
  .text-03 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

.leadText {
  line-height: 1.66;
  text-align: center;
  margin: 26px 0 35px;
}

@media only screen and (max-width: 767px) {
  .leadText {
    font-size: 1.5rem;
    text-align: left;
    margin: 5px 0 15px;
  }
}

.contactArea {
  position: relative;
  padding: 65px 20px 70px;
  max-width: 900px;
  margin: 0 auto;
}

.contactArea::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 17px;
  background: url("/images/koshikoko/bg04.svg") no-repeat center top/cover;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .contactArea::before {
    height: 8px;
  }
}

.contactArea::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 17px;
  background: url("/images/koshikoko/bg04.svg") no-repeat center bottom/cover;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .contactArea::after {
    height: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .contactArea {
    padding: 31px 0 37px;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}

.contactArea_title {
  font-size: 2.5rem;
  line-height: 1.64;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contactArea_title {
    font-size: 1.4rem;
  }
}

.textImgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .textImgBlock {
    display: block;
  }
}

.textImgBlock_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 26px;
}

@media only screen and (max-width: 767px) {
  .textImgBlock_title {
    font-size: 1.3rem;
    line-height: 1.53;
    margin-top: 13px;
  }
}

.textImgBlock_img {
  width: 289px;
}

@media only screen and (max-width: 767px) {
  .textImgBlock_img {
    width: 100%;
  }
}

.textImgBlock_text {
  width: 527px;
}

@media only screen and (max-width: 767px) {
  .textImgBlock_text {
    width: 100%;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.modal img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}

.bannerArea {
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 44px 0 80px;
  position: relative;
  margin: 63px auto 45px;
}

.bannerArea::after {
  position: absolute;
  content: '';
  top: 9px;
  left: 14px;
  width: 100%;
  height: 100%;
  /*background: url("/images/koshikoko/bg03.png") repeat;*/
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bannerArea::after {
    /*background: url("/images/koshikoko/bg03_sp.png") no-repeat;*/
    background-size: cover;
    top: 6px;
    left: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .bannerArea {
    width: calc(100% - 30px);
    display: block;
    padding: 27px 0 27px;
    text-align: center;
    margin: 35px 0 38px 10px;
    height: auto;
  }
  .bannerArea img {
    width: 50%;
  }
}

.bannerArea_title {
  font-size: 2.0rem;
  font-weight: bold;
  margin-right: 90px;
}

@media only screen and (max-width: 767px) {
  .bannerArea_title {
    font-size: 1.5rem;
    margin-right: 0;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.greenArea_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 29px 0 12px;
}

@media only screen and (max-width: 767px) {
  .greenArea_title {
    font-size: 1.4rem;
    color: #117C1D;
    line-height: 1.39;
    margin: 11px 0 7px;
  }
}

.greenArea_text {
  line-height: 1.66;
  padding-bottom: 51px;
}

@media only screen and (max-width: 767px) {
  .greenArea_text {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
}

.greenArea_img-01 {
  position: absolute;
  /*top: -56px;
  right: -60px;*/
  top: 44px;
  right: 32px;
}

@media only screen and (max-width: 767px) {
  .greenArea_img-01 {
    width: 92%;
    margin: 0 auto;
    top: 10px;
    right: inherit;
    position: inherit;
    text-align: center;
  }
}

.mvArea {
  height: 608px;
}

@media only screen and (max-width: 767px) {
  .mvArea {
    height: 587px;
    height: 157vw;
  }
}

.mvArea_inner {
  width: 1050px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .mvArea_inner {
    width: 100%;
  }
}

.mvArea_img-01 {
  position: absolute;
  top: 30px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .mvArea_img-01 {
    width: 95vw;
    margin: 0 auto;
    right: 0;
    top: 15px;
  }
}

.mvArea_img-02 {
  position: absolute;
  bottom: -50px;
}

@media only screen and (max-width: 767px) {
  .mvArea_img-02 {
    width: 88vw;
    top: 70%;
    bottom: inherit;
    left: 15px;
  }
}

.mvArea_img-03 {
  position: absolute;
  right: 0;
  bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .mvArea_img-03 {
    width: 86vw;
    margin: 0 auto;
    left: 15px;
    right: inherit;
    top: 29%;
  }
}

.mvArea_img-04 {
  position: absolute;
  right: 0;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .mvArea_img-04 {
    display: none;
  }
}

.animal {
  position: relative;
  width: 283px;
  top: 23px;
}

@media only screen and (max-width: 767px) {
  .animal {
    width: 100%;
    top: 10px;
  }
}

.animal > img {
  position: absolute;
  top: 47px;
  left: 35px;
}

@media only screen and (max-width: 767px) {
  .animal > img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
}

/* //////////////////////////////////////
- 繝輔ぉ繝ｼ繝峨う繝ｳ
////////////////////////////////////// */
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadein,
.fadein-delay {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.fadein.scrollin,
.fadein-delay.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadein-delay:nth-of-type(2) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.fadein-delay:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.fadein-delay:nth-of-type(4) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.fadein-delay:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.fadein-delay:nth-of-type(6) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.fadein-delay:nth-of-type(7) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.fadein-delay:nth-of-type(8) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

#link02 {
  position: relative;
  top: -38px;
}

@media only screen and (max-width: 767px) {
  #link02 {
    top: -29px;
  }
}
