/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, sub, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.sp {
  display: block;
}

@media screen and (min-width: 480px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
}

.op {
  display: block;
}

@media screen and (min-width: 1000px) {
  .op {
    display: none;
  }
}

.orange {
  color: #FF7859;
}

body {
  font-size: 18px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #333333;
  text-decoration: none;
}

main {
  padding-top: 80px;
}

@media screen and (min-width: 800px) {
  main {
    padding-top: 100px;
  }
}

.font-red {
  font-size: 1.1em;
  color: #e01c1c;
  font-weight: bold;
  text-align: left;
}

.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 101;
}

.header__logoimg {
  width: 120px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .header__logoimg {
    width: 200px;
    height: 70px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  padding: 0px 20px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .header__inner {
    height: 100px;
  }
}

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

.header__lists {
  display: none;
}

@media screen and (min-width: 1000px) {
  .header__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__list {
  list-style: none;
}

.header__list:not(:first-child) {
  margin-left: 20px;
}

.header__list:not(:first-child) {
  margin-left: 20px;
}

.header__line {
  display: inline-block;
  font-weight: 700;
  background-color: #4AC23E;
  color: #fff;
  width: 70px;
  font-size: 0.85rem;
  padding: 10px;
  line-height: 1.25em;
  -webkit-box-shadow: 1px 1px 5px #456542;
          box-shadow: 1px 1px 5px #456542;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .header__line {
    font-size: 0.95rem;
    line-height: 1.5em;
    padding: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .header__line {
    margin-left: 30px;
    text-align: left;
    width: initial;
    font-size: 1rem;
    line-height: 1em;
    height: initial;
    border-radius: 40px;
    padding: 12px 20px;
  }
}

.header__call {
  display: inline-block;
  margin-left: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media screen and (min-width: 1000px) {
  .header__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__call--sp {
  font-weight: 700;
  text-align: center;
  font-size: 0.9rem;
  margin-left: 15px;
  display: inline-block;
  padding: 10px;
  line-height: 1.25em;
  border: 1px solid #6c6c6c;
  -webkit-box-shadow: 1px 1px 3px #6c6c6c;
          box-shadow: 1px 1px 3px #6c6c6c;
}

@media screen and (min-width: 600px) {
  .header__call--sp {
    line-height: 1.5em;
    padding: 20px;
    font-size: 0.95rem;
  }
}

@media screen and (min-width: 1000px) {
  .header__call--sp {
    display: none;
  }
}

.header__number {
  display: inline-block;
  margin-left: 6px;
  font-weight: bold;
  font-size: 1.5rem;
}

.copy {
  text-align: center;
  line-height: 80px;
  font-size: 0.75rem;
}

@media screen and (min-width: 800px) {
  .copy {
    font-size: 1rem;
  }
}

.top__visual {
  width: 100%;
}

.menu {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.menu__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./images/bg.png") #FFFAF9;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.inner, .feature__inner {
  max-width: 1060px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  .inner, .feature__inner {
    padding: 0px 30px;
  }
}

.menu__heading {
  font-size: 1.5rem;
  line-height: 1.5em;
}

@media screen and (min-width: 800px) {
  .menu__heading {
    font-size: 3rem;
  }
}

.menu__title {
  text-align: center;
}

.menu__titleimg {
  max-width: 380px;
  width: 55%;
}

.menu__paragraph {
  padding-top: 20px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5em;
}

@media screen and (min-width: 800px) {
  .menu__paragraph {
    font-size: 1.25rem;
  }
}

.menu__text {
  position: relative;
  margin-top: 70px;
}

.menu__textPara {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.7em;
  text-align: left;
  font-weight: bold;
  max-width: 980px;
  padding: 0px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  .menu__textPara {
    font-size: 2.15rem;
  }
}

.menu__textIcon {
  position: absolute;
  top: 0;
}

.menu__textIcon.menu__textIcon--right {
  -webkit-transform: scale(-1, 1) translateX(25px);
          transform: scale(-1, 1) translateX(25px);
  left: auto;
  right: -20px;
}

@media screen and (min-width: 600px) {
  .menu__textIcon.menu__textIcon--right {
    right: -10px;
  }
}

.menu__textPrice {
  width: 100%;
  padding-top: 40px;
}

.menu__items {
  padding-top: 60px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 800px) {
  .menu__items {
    padding-top: 100px;
    gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.menu__pic {
  width: 100%;
}

.feature {
  padding: 70px 0px 0px;
  position: relative;
}

@media screen and (min-width: 800px) {
  .feature {
    padding: 100px 0px 0px;
  }
}

.feature__title {
  text-align: center;
}

.feature__titleimg {
  max-width: 550px;
  width: 70%;
}

@media screen and (min-width: 800px) {
  .feature__titleimg {
    width: 100%;
  }
}

.feature__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./images/feature/bg-orange04.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature__items {
  margin-top: 70px;
}

@media screen and (min-width: 800px) {
  .feature__items {
    margin-top: 130px;
  }
}

.feature__item:not(:first-child) {
  padding-top: 40px;
}

@media screen and (min-width: 800px) {
  .feature__item:not(:first-child) {
    padding-top: 80px;
  }
}

.feature__img {
  width: 100%;
}

.feature__text {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.feature__pic {
  width: 100%;
}

.etc {
  padding: 200px 0px 80px;
  position: relative;
}

@media screen and (min-width: 800px) {
  .etc {
    padding: 400px 0px 80px;
  }
}

.bg__etc {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./images/bg-etc.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.etc__title {
  text-align: center;
}

.etc__pic {
  max-width: 660px;
  width: 80%;
}

@media screen and (min-width: 800px) {
  .etc__pic {
    width: 100%;
  }
}

.etc__contents {
  padding-top: 50px;
}

@media screen and (min-width: 800px) {
  .etc__contents {
    padding-top: 80px;
  }
}

.etc__item {
  text-align: center;
  width: 100%;
}

.etc__item:not(:first-child) {
  padding-top: 100px;
}

.etc__itemTitle {
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

@media screen and (min-width: 800px) {
  .etc__itemTitle {
    font-size: 1.5rem;
  }
}

.etc__itemimg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.etc__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 50px;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .etc__images {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.etc__img {
  max-width: 310px;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .etc__img {
    width: 33%;
  }
}

.etc__paragraph {
  padding-top: 70px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7em;
}

.etc__pTitle {
  font-size: 1.5rem;
  font-weight: bold;
}

.etc__lists {
  text-align: left;
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.7em;
}

@media screen and (min-width: 800px) {
  .etc__lists {
    font-size: 1.5rem;
  }
}

.etc__list {
  list-style: none;
  line-height: 1.7em;
}

.etc__list.etc__list--sec {
  padding-top: 20px;
}

.etc__list.etc__list--title {
  padding-top: 35px;
  font-weight: bold;
}

.etc__list.etc__list--last {
  padding-top: 20px;
}

.step {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(45%, #FF7859));
  background: linear-gradient(transparent 60%, #FF7859 45%);
}

.font-bigger {
  padding: 0px 7px;
  font-size: 1.1em;
  letter-spacing: 0.07em;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .font-bigger {
    font-size: 1.15em;
  }
}

.font-orange {
  display: inline-block;
  padding: 0px 7px;
  font-weight: bold;
  font-size: 1.25em;
  color: #e01c1c;
}

.font-orange:hover {
  cursor: pointer;
}

.company {
  padding: 70px 0px;
  background: url("./images/bg-fuji.png") #FFFAF9;
  background-position: -20% -15%;
  position: relative;
}

@media screen and (min-width: 800px) {
  .company {
    padding: 100px 0px;
  }
}

.company__title {
  text-align: center;
}

.company__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
}

@media screen and (min-width: 800px) {
  .company__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.company__list {
  border-bottom: 1px dotted #707070;
}

.rec-time {
  display: block;
}

@media screen and (min-width: 1000px) {
  .rec-time {
    display: none;
  }
}

.company__map {
  position: relative;
  padding-bottom: 300px;
  width: 100%;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .company__map {
    width: 45%;
  }
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company__lists {
  margin-top: 50px;
  width: 100%;
  font-size: 0.95rem;
}

@media screen and (min-width: 800px) {
  .company__lists {
    font-size: 1rem;
    margin-top: 0px;
    padding-left: 50px;
    width: 50%;
  }
}

.company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
}

.company__listTitle {
  text-indent: 1em;
  width: 30%;
}

.company__listText {
  text-indent: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.25em;
}

.line {
  position: relative;
  padding: 50px 0px;
}

@media screen and (min-width: 800px) {
  .line {
    padding: 100px 0px;
  }
}

.line__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./images/line/bg-line.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.line__inner {
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.line__compaign {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
}

.line__button {
  position: relative;
  display: block;
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 40px auto 0px;
  padding: 15px 0;
  background-color: #4AC23E;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px #4b6e48;
          box-shadow: 1px 1px 5px #4b6e48;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 800px) {
  .line__button {
    font-size: 1.25em;
    margin: 70px auto 0px;
  }
}

.line__button::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.line__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */