@charset "UTF-8";
/*
  ----------------
  Import all
  ----------------
*/
/*--------------------------------------------------
 Mixin
--------------------------------------------------*/
/*--------------------------------------------------
Setting
--------------------------------------------------*/
/*
  ----------------
  ユーティリティー
  ----------------
*/
.container {
  position: relative;
}

@media all and (min-width: 769px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media all and (max-width: 768px) {
  .container {
    padding: 0 5vmin;
  }
}

.util-title {
  color: #333;
  font-weight: bold;
  text-align: center;
}

.util-title::after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  background: #0044a2;
  margin: 5px auto 0;
}

@media all and (max-width: 768px) {
  .util-title {
    font-size: 22px;
  }
}

/*
  ----------------
  レスポンシブ用のユティリティー
  ----------------
*/
@media all and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

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

@media (min-width: 500px) {
  .tab-only {
    display: none !important;
  }
}

/*--------------------------------------------------
Base
--------------------------------------------------*/
/*
  ----------------
  Base styles
  ----------------
  */
html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}

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

a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

@media all and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

@media all and (max-width: 768px) {
  a:active {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

a::before, a::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

figure {
  margin: 0;
}

@media all and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media all and (max-width: 768px) {
  .container {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

.body-wrap {
  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;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

/*
  ----------------
  Base font settings
  ----------------
*/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 ProN", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media all and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
}

h1 {
  font-size: 36px;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
  letter-spacing: 0.03em;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
}

@media all and (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

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

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

li, ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media all and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

/*--------------------------------------------------
Plugins
--------------------------------------------------*/
/*--------------------------------------------------
 Modules
--------------------------------------------------*/
/*
  ----------------
   Modules common
  ----------------
*/
/*
  ----------------
  Header common
  ----------------
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header__wrap {
  padding: 20px;
  max-width: 1280px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 768px) {
  .header__wrap {
    padding: 10px 5vmin;
  }
}

.header__logo {
  width: 150px;
}

@media all and (max-width: 768px) {
  .header__logo {
    width: 100px;
    position: relative;
    z-index: 200;
  }
}

.header__logo-link {
  display: block;
}

.header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-item {
  cursor: pointer;
  position: relative;
}

.header__nav-item > ul {
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 50%;
  -webkit-transform: translate(50%, -20px);
      -ms-transform: translate(50%, -20px);
          transform: translate(50%, -20px);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.2s ease-in-out, transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s ease-in-out, transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s ease-in-out, transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__nav-item > ul.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.header__nav-item > ul li {
  text-align: center;
}

.header__nav-item > ul a {
  display: inline-block;
}

.header__nav-link {
  color: #0044a2;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  position: relative;
}

.contact-page .header__nav-link,
.done-page .header__nav-link,
.policy-page .header__nav-link {
  color: #0044a2;
}

.header__nav-link::before {
  content: "";
  background-color: #0044a2;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.header__nav-link:hover::before {
  opacity: 1;
  width: 100%;
}

.header__nav-link.change-color {
  color: #0044a2;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.header__nav-link.change-color::before {
  background-color: #0044a2;
}

.header__contact {
  background-color: transparent;
  border: 2px solid #007ed1;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#007ed1), to(#02ac93)) 1;
  -webkit-border-image: linear-gradient(to right, #007ed1 0%, #02ac93 100%) 1;
       -o-border-image: -o-linear-gradient(left, #007ed1 0%, #02ac93 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#007ed1), to(#02ac93)) 1;
          border-image: linear-gradient(to right, #007ed1 0%, #02ac93 100%) 1;
  margin-left: 30px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.header__contact a {
  font-weight: bold;
  padding: 10px 20px;
}

.header__contact a::before {
  display: none;
}

.header__contact:hover {
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#02ac93), to(#007ed1)) 1;
  -webkit-border-image: linear-gradient(to right, #02ac93 0%, #007ed1 100%) 1;
       -o-border-image: -o-linear-gradient(left, #02ac93 0%, #007ed1 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#02ac93), to(#007ed1)) 1;
          border-image: linear-gradient(to right, #02ac93 0%, #007ed1 100%) 1;
}

/*
  ----------------
  Footer common
  ----------------
*/
.footer {
  margin-top: 60px;
}

@media all and (max-width: 768px) {
  .footer {
    margin-top: 20px;
  }
}

.footer__wrap {
  padding: 40px 20px 20px;
}

.footer__logo {
  width: 150px;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .footer__logo {
    width: 120px;
  }
}

.footer__logo-link {
  display: block;
}

.footer__nav {
  margin-top: 30px;
}

.footer__nav-list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__nav-link {
  color: #0044a2;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

@media all and (max-width: 768px) {
  .footer__nav-link {
    padding: 10px 15px;
  }
}

.footer__policy {
  text-align: center;
  margin-top: 20px;
}

.footer__policy .policy {
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}

.footer__copyright {
  text-align: center;
  margin-top: 10px;
}

.footer__copyright .copyright {
  color: #0044a2;
}

/*
  ---------------
  drawer | ハンバーガーメニュー
  ---------------
*/
html.is-active,
body.is-active {
  overflow-y: hidden;
}

.drawer {
  font-size: 0;
}

.drawer .c-button {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.drawer__icon-btn {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  z-index: 100;
}

.drawer__icon-btn.is-active {
  width: 28px;
  height: 28px;
}

.drawer__icon-btn.is-active .drawer__icon-bar {
  background-color: transparent;
  width: 28px;
}

.drawer__icon-btn.is-active .drawer__icon-bar::before, .drawer__icon-btn.is-active .drawer__icon-bar::after {
  top: 0;
  background-color: #0044a2;
}

.drawer__icon-btn.is-active .drawer__icon-bar::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer__icon-btn.is-active .drawer__icon-bar:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer__icon-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0044a2;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: auto;
  width: 24px;
  height: 3px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.drawer__icon-bar::before, .drawer__icon-bar::after {
  background-color: inherit;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.drawer__icon-bar::before {
  top: -8px;
}

.drawer__icon-bar::after {
  top: 8px;
}

.drawer__icon-bar.change-color {
  background-color: #0044a2;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.drawer__content {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 300px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  z-index: 99;
  -webkit-transform: translateX(105%);
      -ms-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.drawer__content.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.drawer__content-list {
  margin-top: 70px;
  padding: 30px;
}

.drawer__content-item + .drawer__content-item {
  margin-top: 20px;
}

.drawer__content-link {
  display: block;
  border-bottom: 1px solid #0044a2;
  color: #0044a2;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 0;
}

.drawer__contact {
  text-align: center;
  margin-top: 20px;
  padding: 0 30px;
}

.drawer__contact-link {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  text-align: center;
  width: 100%;
  border: 2px solid #007ed1;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#0044a2), to(#00a189)) 1;
  -webkit-border-image: linear-gradient(to right, #0044a2 0%, #00a189 100%) 1;
       -o-border-image: -o-linear-gradient(left, #0044a2 0%, #00a189 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#0044a2), to(#00a189)) 1;
          border-image: linear-gradient(to right, #0044a2 0%, #00a189 100%) 1;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 250px;
  padding: 10px;
  position: relative;
}

@media all and (max-width: 768px) {
  .drawer__contact-link {
    font-size: 1.6rem;
    padding: 8px;
  }
}

.drawer__contact-link::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#0044a2), to(#00a189));
  background: -o-linear-gradient(left, #0044a2 0%, #00a189 100%);
  background: linear-gradient(to right, #0044a2 0%, #00a189 100%);
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.drawer__contact-link:hover {
  color: #fff;
}

.drawer__contact-link:hover::after {
  width: 100%;
}

/*--------------------------------------------------
 Pages
--------------------------------------------------*/
/*
  ----------------
  Pages Common
  ----------------
*/
/*
  ---------------
  hero | トップ画像エリア
  ---------------
*/
.hero {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f5ffff), color-stop(80%, white));
  background-image: -o-linear-gradient(top, #f5ffff 10%, white 80%);
  background-image: linear-gradient(top, #f5ffff 10%, white 80%);
}

@media all and (max-width: 768px) {
  .hero {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f7ffff), color-stop(40%, white), color-stop(80%, #fffef7));
    background-image: -o-linear-gradient(top left, #f7ffff 0%, white 40%, #fffef7 80%);
    background-image: linear-gradient(to bottom right, #f7ffff 0%, white 40%, #fffef7 80%);
  }
}

.hero__wrap {
  width: 100%;
  max-width: 1400px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}

.hero .c-icon {
  position: absolute;
}

.hero__box-01 {
  width: 300px;
  height: 250px;
  position: absolute;
  bottom: 6%;
  right: 3%;
}

@media all and (max-width: 768px) {
  .hero__box-01 {
    width: 200px;
    height: 200px;
    bottom: 9%;
  }
}

.hero__box-01-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero__box-01-img-01 {
  width: 175px;
  top: -5%;
  right: 0;
}

@media all and (max-width: 768px) {
  .hero__box-01-img-01 {
    width: 125px;
    top: 0;
  }
}

.hero__box-01-img-02 {
  width: 225px;
  bottom: -15%;
  left: -10%;
}

@media all and (max-width: 768px) {
  .hero__box-01-img-02 {
    width: 125px;
    left: 0;
    bottom: 0;
  }
}

.hero__box-02 {
  width: 100%;
  height: -webkit-calc(100vw * 0.25);
  height: calc(100vw * 0.25);
  max-height: 350px;
}

@media all and (min-width: 769px) {
  .hero__box-02 {
    position: absolute;
    top: 22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 1000px) {
  .hero__box-02 {
    height: -webkit-calc(100vw * 0.35);
    height: calc(100vw * 0.35);
  }
}

@media all and (max-width: 768px) {
  .hero__box-02 {
    width: 300px;
    height: 150px;
    margin-top: 60px;
  }
}

.hero__box-02-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero__box-02-img-01 {
  width: 14.285714%;
  max-width: 200px;
  top: 5%;
  left: 10%;
}

@media all and (min-width: 769px) {
  .hero__box-02-img-01 {
    -webkit-animation: iconMove02 2s linear infinite alternate;
            animation: iconMove02 2s linear infinite alternate;
  }
}

@media all and (max-width: 768px) {
  .hero__box-02-img-01 {
    width: 100px;
    top: 20%;
    left: 0;
  }
}

.hero__box-02-img-02 {
  width: 10.7142857%;
  max-width: 150px;
  top: -5%;
  left: 35%;
}

@media all and (min-width: 769px) {
  .hero__box-02-img-02 {
    -webkit-animation: iconZoom 1.5s ease-in-out infinite alternate;
            animation: iconZoom 1.5s ease-in-out infinite alternate;
  }
}

@media all and (max-width: 768px) {
  .hero__box-02-img-02 {
    width: 80px;
    top: 0;
    left: 15%;
  }
}

.hero__box-02-img-03 {
  width: 17.8571429%;
  max-width: 250px;
  top: 5%;
  right: 10%;
}

@media all and (min-width: 769px) {
  .hero__box-02-img-03 {
    -webkit-animation: iconMove01 3s linear infinite alternate;
            animation: iconMove01 3s linear infinite alternate;
  }
}

@media (max-width: 1000px) {
  .hero__box-02-img-03 {
    width: 200px;
    right: 15%;
  }
}

@media all and (max-width: 768px) {
  .hero__box-02-img-03 {
    width: 125px;
    right: 0;
  }
}

.hero__box-02-img-04 {
  width: 10.714286%;
  max-width: 150px;
  bottom: -6%;
  right: 7%;
}

@media (max-width: 1000px) {
  .hero__box-02-img-04 {
    display: none;
  }
}

.hero__box-02-img-05 {
  width: 25%;
  max-width: 350px;
  bottom: -19%;
  right: 20%;
}

@media (max-width: 1000px) {
  .hero__box-02-img-05 {
    width: 250px;
    bottom: -14%;
    right: 5%;
  }
}

@media all and (max-width: 768px) {
  .hero__box-02-img-05 {
    width: 150px;
    bottom: -16%;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.hero__box-02-img-06 {
  width: 10.714286%;
  max-width: 150px;
  bottom: -6%;
  left: 7%;
}

@media (max-width: 1000px) {
  .hero__box-02-img-06 {
    bottom: -4%;
  }
}

.hero__box-02-img-07 {
  width: 10.714286%;
  max-width: 150px;
  top: 11%;
  right: 40%;
  z-index: -1;
}

@media (max-width: 1000px) {
  .hero__box-02-img-07 {
    width: 125px;
    top: 25%;
  }
}

.hero__box-02-img-08 {
  width: 17.8571429%;
  max-width: 250px;
  bottom: -12%;
  left: 18%;
  z-index: -1;
}

@media (max-width: 1000px) {
  .hero__box-02-img-08 {
    width: 200px;
    bottom: -10%;
  }
}

.hero__box-02-img-09 {
  width: 14.285714%;
  max-width: 200px;
  bottom: -15%;
  left: 40%;
}

@media all and (min-width: 769px) {
  .hero__box-02-img-09 {
    -webkit-animation: iconGo 5s ease-in-out;
            animation: iconGo 5s ease-in-out;
  }
}

@media (max-width: 1000px) {
  .hero__box-02-img-09 {
    width: 150px;
    bottom: -11%;
  }
}

@media all and (max-width: 768px) {
  .hero__box-02-img-09 {
    left: -4%;
    bottom: -16%;
  }
}

.hero__box-02-img-10 {
  width: 8.92857143%;
  max-width: 125px;
  bottom: 8%;
  right: 43%;
  z-index: -1;
}

@media (max-width: 1000px) {
  .hero__box-02-img-10 {
    width: 100px;
    right: 35%;
  }
}

.hero__img-icon-01 {
  width: 100px;
  top: 22%;
  right: 3%;
}

@media (max-width: 413px) {
  .hero__img-icon-01 {
    display: none;
  }
}

.hero__img-icon-02 {
  width: 125px;
  top: 24%;
  right: 12%;
}

@media (max-width: 413px) {
  .hero__img-icon-02 {
    display: none;
  }
}

.hero__img-icon-03 {
  width: 100px;
  bottom: 20%;
  left: 8%;
}

.hero__img-icon-04 {
  width: 100px;
  bottom: 23%;
  left: 15%;
}

@media (max-width: 413px) {
  .hero__img-icon-04 {
    bottom: 23%;
    left: 22%;
  }
}

.hero__lead {
  position: absolute;
}

@media all and (min-width: 769px) {
  .hero__lead {
    bottom: 10%;
    left: 5%;
  }
}

@media all and (max-width: 768px) {
  .hero__lead {
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.hero__lead-text {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  letter-spacing: .2em;
}

@media (max-width: 1050px) {
  .hero__lead-text {
    font-size: 2.9vw;
  }
}

@media all and (max-width: 768px) {
  .hero__lead-text {
    font-size: 30px;
    letter-spacing: .2em;
  }
}

@media (max-width: 550px) {
  .hero__lead-text {
    font-size: 24px;
    letter-spacing: .1em;
  }
}

.hero__lead-text span {
  font-size: 36px;
}

@media (max-width: 1050px) {
  .hero__lead-text span {
    font-size: 3.4vw;
  }
}

@media all and (max-width: 768px) {
  .hero__lead-text span {
    font-size: 36px;
  }
}

@media (max-width: 550px) {
  .hero__lead-text span {
    font-size: 28px;
  }
}

.hero__scroll {
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (min-width: 769px) {
  .hero__scroll {
    -webkit-animation: arrowMove 1s ease-in-out infinite;
            animation: arrowMove 1s ease-in-out infinite;
  }
}

.hero__scroll span {
  color: #333;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -20px;
  bottom: 10px;
}

.hero__scroll::before {
  content: "";
  background-color: #333;
  display: block;
  width: 1px;
  height: 20px;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  bottom: 0;
  right: -12px;
}

@media all and (max-width: 768px) {
  .hero__scroll::before {
    height: 15px;
  }
}

.hero__scroll::after {
  content: "";
  background-color: #333;
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 6px;
}

@media all and (max-width: 768px) {
  .hero__scroll::after {
    height: 60px;
  }
}

@-webkit-keyframes iconMove01 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}

@keyframes iconMove01 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}

@-webkit-keyframes iconMove02 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(30px, 0px);
            transform: translate(30px, 0px);
  }
}

@keyframes iconMove02 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(30px, 0px);
            transform: translate(30px, 0px);
  }
}

@-webkit-keyframes iconZoom {
  0% {
    -webkit-transform: scale(0.85, 0.85);
            transform: scale(0.85, 0.85);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes iconZoom {
  0% {
    -webkit-transform: scale(0.85, 0.85);
            transform: scale(0.85, 0.85);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes iconGo {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%);
  }
}

@keyframes iconGo {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%);
  }
}

@-webkit-keyframes arrowMove {
  0% {
    bottom: 2%;
  }
  50% {
    bottom: 4%;
  }
  100% {
    bottom: 2%;
  }
}

@keyframes arrowMove {
  0% {
    bottom: 2%;
  }
  50% {
    bottom: 4%;
  }
  100% {
    bottom: 2%;
  }
}

/*
  ---------------
  about | 会社について
  ---------------
*/
.about {
  margin-top: 150px;
}

@media all and (max-width: 768px) {
  .about {
    margin-top: 60px;
  }
}

.about__wrap {
  max-width: 500px;
  margin: 0 auto;
}

.about__box {
  margin-top: 60px;
}

@media all and (max-width: 768px) {
  .about__box {
    margin-top: 40px;
  }
}

.about__text {
  margin-top: 30px;
}

.about__text:first-child {
  margin-top: 0;
}

.about__text:last-child {
  margin-top: 70px;
}

@media all and (max-width: 768px) {
  .about__text:last-child {
    margin-top: 40px;
  }
}

@media all and (max-width: 768px) {
  .about__text {
    margin-top: 20px;
  }
}

.about__footer-text {
  font-size: 14px;
  text-align: right;
  margin-top: 40px;
}

.logistics {
  margin-top: 160px;
}

@media all and (max-width: 768px) {
  .logistics {
    margin-top: 80px;
  }
}

.logistics__wrap {
  max-width: 800px;
}

.logistics__title {
  position: relative;
}

.logistics__title-img {
  padding-top: 21.117647%;
  background: url("/assets/images/logistics/img_bg_logistics_title.svg") center/contain no-repeat;
}

.reverse .logistics__title-img {
  background: url("/assets/images/reverse-logistics/img_bg_reverse_logistics_title.svg") center/contain no-repeat;
}

.logistics__title-text {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 400px) {
  .reverse .logistics__title-text {
    font-size: 5vw;
  }
}

.logistics__lead {
  margin-top: 60px;
}

@media all and (max-width: 768px) {
  .logistics__lead {
    margin-top: 30px;
  }
}

.logistics__lead-text {
  text-align: center;
}

.logistics__lead-text span {
  font-weight: bold;
}

.logistics__worries {
  max-width: 700px;
  margin: 60px auto 0;
}

@media all and (max-width: 768px) {
  .logistics__worries {
    margin-top: 40px;
  }
}

.logistics__box {
  margin-top: 40px;
}

.reverse .logistics__box {
  margin-top: 60px;
}

@media all and (max-width: 768px) {
  .logistics__box {
    margin-top: 20px;
  }
}

.logistics__box-title {
  border-bottom: 1px solid #a5a5a5;
  text-align: center;
  padding-bottom: 5px;
}

.after-this .logistics__box-title {
  color: #00a189;
}

.process .logistics__box-title {
  border-bottom: 1px solid #004098;
  color: #004098;
}

.offer .logistics__box-title {
  background-color: #003e8d;
  border: 0;
  color: #fff;
  line-height: 1.76923077;
  padding: 6px 0;
}

@media (max-width: 500px) {
  .offer .logistics__box-title {
    line-height: 1.4;
    padding: 10px 0 8px;
  }
}

.logistics__box-text {
  text-align: center;
  margin-top: 40px;
}

.logistics__box-text span {
  color: #0f9a83;
}

.offer .logistics__box-text {
  margin-top: 30px;
}

.logistics__box-img {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .logistics__box-img {
    margin-top: 20px;
  }
}

.logistics__box-footer-text {
  color: #00a189;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .logistics__box-footer-text {
    font-size: 20px;
  }
}

.until-now .logistics__box-footer-text::after {
  content: "";
  display: block;
  background: url(/assets/images/logistics/icon_arrow.svg) center center/cover;
  width: 78px;
  height: 72px;
  margin: 30px auto 0;
}

@media all and (max-width: 768px) {
  .until-now .logistics__box-footer-text::after {
    width: 52px;
    height: 48px;
    margin-top: 20px;
  }
}

.qa {
  margin-top: 60px;
}

.qa.reverse {
  margin-top: 85px;
}

@media all and (max-width: 768px) {
  .qa {
    margin-top: 40px;
  }
}

.qa__wrap {
  max-width: 800px;
}

.qa__title-box {
  background-color: #00a189;
  padding: 7px 0;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reverse .qa__title-box {
  background-color: #003e8d;
}

@media all and (max-width: 768px) {
  .qa__title-box {
    padding: 5px 0;
  }
}

.qa__title {
  color: #fff;
  font-size: 26px;
}

@media all and (max-width: 768px) {
  .qa__title {
    font-size: 18px;
  }
}

.qa__title-img {
  max-width: 90px;
  margin-left: 15px;
}

@media all and (max-width: 768px) {
  .qa__title-img {
    max-width: 65px;
    margin-left: 10px;
  }
}

.qa__list {
  padding: 50px 0;
}

@media all and (max-width: 768px) {
  .qa__list {
    padding: 25px 0;
  }
}

.qa__item {
  border-bottom: 1px solid #c9caca;
  padding-bottom: 34px;
}

@media all and (max-width: 768px) {
  .qa__item {
    padding-bottom: 26px;
  }
}

.qa__item + .qa__item {
  margin-top: 34px;
}

@media all and (max-width: 768px) {
  .qa__item + .qa__item {
    margin-top: 26px;
  }
}

.qa__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.qa__box {
  padding: 0 25px;
  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;
}

@media all and (max-width: 768px) {
  .qa__box {
    padding: 0 15px;
  }
}

.qa__box.answer {
  margin-top: 20px;
}

@media all and (max-width: 500px) {
  .qa__box.answer {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.qa__header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
}

@media all and (max-width: 768px) {
  .qa__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
}

.question .qa__header img {
  max-height: 35px;
}

@media all and (max-width: 768px) {
  .question .qa__header img {
    max-height: 25px;
  }
}

.qa__text {
  margin-left: 20px;
}

@media all and (max-width: 500px) {
  .qa__text {
    margin-top: -6px;
  }
}

@media all and (max-width: 768px) {
  .qa__text {
    font-size: 12px;
    margin-left: 10px;
  }
}

.qa__footer-text {
  color: #00a189;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 768px) {
  .qa__footer-text {
    font-size: 22px;
    margin-top: 15px;
  }
}

/*
  ---------------
  company | 会社概要
  ---------------
*/
.company {
  margin-top: 100px;
}

@media all and (max-width: 768px) {
  .company {
    margin-top: 60px;
  }
}

.company__wrap {
  max-width: 800px;
  margin: 0 auto;
}

.company__inner {
  margin-top: 60px;
}

@media all and (max-width: 768px) {
  .company__inner {
    margin-top: 40px;
  }
}

.company__list {
  width: 100%;
  border-collapse: collapse;
}

.company__item {
  border-top: 1px solid #333;
}

.company__item:last-child {
  border-bottom: 1px solid #333;
}

.company__item-title {
  padding: 20px;
  width: 200px;
}

@media all and (max-width: 768px) {
  .company__item-title {
    padding: 15px 10px 15px 0;
    width: 32%;
  }
}

.company__item-text {
  padding: 20px 0;
}

@media all and (max-width: 768px) {
  .company__item-text {
    padding: 10px 0;
  }
}

.company__address {
  margin-top: 80px;
}

@media all and (max-width: 768px) {
  .company__address {
    margin-top: 60px;
  }
}

.company__address-title {
  font-size: 20px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .company__address-title {
    font-size: 18px;
  }
}

.company__address-text {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}

.company__address-map {
  text-align: center;
  margin-top: 15px;
}

.company__address-map iframe {
  width: 78%;
  height: 300px;
}

@media all and (max-width: 768px) {
  .company__address-map iframe {
    width: 100%;
  }
}

.contact {
  margin-top: 97px;
  padding-top: 48px;
}

.contact__wrap {
  max-width: 640px;
  margin: 0 auto;
}

.contact__form {
  margin-top: 40px;
}

.contact__item + .contact__item {
  margin-top: 30px;
}

.contact__item-label {
  font-weight: bold;
}

.contact__item-label span {
  color: red;
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

.contact__item-input {
  margin-top: 2px;
}

.contact__item-input .input-text,
.contact__item-input .input-email,
.contact__item-input .input-textarea {
  border: 1px solid #c9caca;
  display: block;
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.contact__item-input .input-textarea {
  height: 100px;
}

.contact__item-input .input-text::-webkit-input-placeholder, .contact__item-input .input-email::-webkit-input-placeholder, .contact__item-input .input-textarea::-webkit-input-placeholder {
  color: #c9caca;
  font-family: "ヒラギノ明朝 ProN", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact__item-input .input-text::-moz-placeholder, .contact__item-input .input-email::-moz-placeholder, .contact__item-input .input-textarea::-moz-placeholder {
  color: #c9caca;
  font-family: "ヒラギノ明朝 ProN", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact__item-input .input-text:-ms-input-placeholder, .contact__item-input .input-email:-ms-input-placeholder, .contact__item-input .input-textarea:-ms-input-placeholder {
  color: #c9caca;
  font-family: "ヒラギノ明朝 ProN", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact__item-input .input-text::-ms-input-placeholder, .contact__item-input .input-email::-ms-input-placeholder, .contact__item-input .input-textarea::-ms-input-placeholder {
  color: #c9caca;
  font-family: "ヒラギノ明朝 ProN", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact__item-input .input-text::placeholder,
.contact__item-input .input-email::placeholder,
.contact__item-input .input-textarea::placeholder {
  color: #c9caca;
  font-family: "ヒラギノ明朝 ProN", serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact__btn {
  text-align: center;
  margin-top: 40px;
}

.contact__btn .button-submit {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  text-align: center;
  width: 100%;
  border: 2px solid #007ed1;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#0044a2), to(#00a189)) 1;
  -webkit-border-image: linear-gradient(to right, #0044a2 0%, #00a189 100%) 1;
       -o-border-image: -o-linear-gradient(left, #0044a2 0%, #00a189 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#0044a2), to(#00a189)) 1;
          border-image: linear-gradient(to right, #0044a2 0%, #00a189 100%) 1;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 250px;
  padding: 10px;
  position: relative;
}

@media all and (max-width: 768px) {
  .contact__btn .button-submit {
    font-size: 1.6rem;
    padding: 8px;
  }
}

.contact__btn .button-submit::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#0044a2), to(#00a189));
  background: -o-linear-gradient(left, #0044a2 0%, #00a189 100%);
  background: linear-gradient(to right, #0044a2 0%, #00a189 100%);
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact__btn .button-submit:hover {
  color: #fff;
}

.contact__btn .button-submit:hover::after {
  width: 100%;
}

.done {
  margin-top: 97px;
  padding-top: 48px;
}

.done__message {
  margin-top: 60px;
  text-align: center;
}

.done__message.error p {
  color: red;
}

.done__message p {
  display: inline-block;
  text-align: left;
}

.done__btn {
  text-align: center;
  margin-top: 60px;
}

.done__link {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  text-align: center;
  width: 100%;
  border: 2px solid #007ed1;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#0044a2), to(#00a189)) 1;
  -webkit-border-image: linear-gradient(to right, #0044a2 0%, #00a189 100%) 1;
       -o-border-image: -o-linear-gradient(left, #0044a2 0%, #00a189 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#0044a2), to(#00a189)) 1;
          border-image: linear-gradient(to right, #0044a2 0%, #00a189 100%) 1;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 250px;
  padding: 10px;
  position: relative;
}

@media all and (max-width: 768px) {
  .done__link {
    font-size: 1.6rem;
    padding: 8px;
  }
}

.done__link::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#0044a2), to(#00a189));
  background: -o-linear-gradient(left, #0044a2 0%, #00a189 100%);
  background: linear-gradient(to right, #0044a2 0%, #00a189 100%);
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.done__link:hover {
  color: #fff;
}

.done__link:hover::after {
  width: 100%;
}

.policy {
  overflow: hidden;
}

.policy__wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 150px 20px 100px;
  position: relative;
}

@media all and (max-width: 768px) {
  .policy__wrap {
    padding: 34vw 20px 70px;
  }
}

.policy__title {
  font-size: 40px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .policy__title {
    font-size: 32px;
    font-weight: 300;
  }
}

.policy__contents {
  margin-top: 40px;
}

.policy__title-sub {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.policy__title-sub + .policy__text {
  margin-top: 10px;
}

.policy__text {
  display: block;
  letter-spacing: -1.5px;
  line-height: 1.7;
  width: 100%;
}

.policy__text + .policy__title-sub {
  margin-top: 60px;
}

/*# sourceMappingURL=main.css.map */
