/* Reset CSS
 * --------------------------------------- */
html {
  color: #000;
  background: #FFF;
  font-size: 10px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: ''
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

html {
  font-size: 62.5%;
  line-height: 0;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #ccc;
  text-shadow: none;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"], button[type="submit"], button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, button[type="submit"]::-webkit-search-decoration, button[type="submit"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus, button[type="submit"]::focus, button[type="submit"]::focus {
  outline-offset: -2px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0;
}

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

a img {
  opacity: 1.0;
}

a img:hover {
  animation-duration: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.guard {
  display: none;
}

ul li {
  list-style: none;
}

/* Custom CSS
 * --------------------------------------- */
body {
  font: 1.4rem/180% "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #222;
  background: url("../images/bg-body.webp") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main {
  position: relative;
}

.section {
  text-align: center;
  height: 100%;
  font-size: 1.4rem;
  box-sizing: border-box;
}

/* Overwriting fullPage.js tooltip color
	* --------------------------------------- */
.fp-tooltip {
  color: #439204;
}

#fp-nav span, .fp-slidesNav span {
  border-color: #439204;
}

#fp-nav li .active span, .fp-slidesNav .active span {
  background: #439204;
}

/* slide */
.scroll-icon {
  margin: 2rem auto 0 auto;
  width: 90%;
  position: relative;
  font-size: 1.5em;
}

.scroll-icon p,
.scroll-icon a {
  text-align: center;
  color: #333;
}

.scroll-icon a:hover {
  color: #fff;
}

.sp, .sp-only, .sptb {
  display: block;
}

.pc, .tbpc, .pc-only {
  display: none;
}

.logo img {
  width: 150px;
  height: auto;
}

.logo {
  text-align: left;
  margin: 3.5rem 0 1.5rem 0;
}

.wrapper {
  margin: 0 auto;
  width: 90%;
  position: relative;
}

.btn {
  display: block;
  width: 60px;
  height: 60px;
  z-index: 500;
  position: fixed;
  bottom: 2rem;
  right: -100%;
  transform: translate(0, 0);
  transition: all 1s 0s ease;
}

.btn a {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #439204;
  color: #fff;
  text-decoration: none;
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.btn a:hover {
  opacity: 0.8;
}

.btn a .icon img {
  width: 24px;
  height: auto;
}

.btn.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}

.fadein.fadein-left {
  transform: translate(-30px, 0);
}

.fadein.fadein-right {
  transform: translate(30px, 0);
}

.fadein.fadein-up {
  opacity: 1;
  translate: (0, -30px);
}

.bg-box {
  padding: 3.5rem 2rem;
  background: url("../images/bg-box.webp") repeat center center;
  color: #333
}

.section {
  position: relative;
  /* min-height: 100vh;  */
  /* min-height: calc(var(--vh, 1vh) * 100); */
  box-sizing: border-box;
  overflow: hidden;
}

.section.fp-auto-height {
  min-height: auto;
  height: auto;
  width: 100%;
}

#section1 h1 {
  color: #222;
  font-size: 1.3rem;
}

.title-area {
  text-align: center
}

.title-area .title-en {
  color: #288903;
  font-size: 2.4rem;
  font-family: "kiwi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.title-area h2, .title-area h3 {
  margin: 1rem 0 0 0;
  font-size: 1.4rem;
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.copyright {
  padding: 3rem 0;
  font-size: 1.2rem;
  display: block;
  width: 100%;
}

/* section1 */
.slides {
  margin-top: 2.5rem;
  position: relative;
}

.slide {
  max-height: 300px;
}

.slide dl {
  margin: 0 4rem;
}

.slide dl dt picture img {
  max-width: 175px;
  height: auto;
}

.slide dl dd {
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.slide dl dd span {
  display: block;
  text-align: center;
  background: url(../images/bg-border.png) no-repeat center center;
  background-size: 200px 38px;
}

/* section2 */
#section2 .txt-box {
  margin-top: 2rem;
}

#section2 .txt-box h3 {
  font-size: 2rem;
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  background: url(../images/bg-projects.png) no-repeat center top;
  background-size: 140px auto;
}

#section2 .txt-box p {
  margin-top: 1rem;
}

#section2 .txt-box p+h3 {
  margin-top: 3rem;
}

#section3 .txt {
  margin: 2rem 0 2rem;
}

.subtop {
  min-height: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.goindex {
  margin-top: 4rem;
}

.inner {
  width: 100%;
}

.thanks {
  margin-top: 3rem;
}

.goindex a {
  display: block;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 5.5rem;
  height: 5.5rem;
  width: 250px;
  display: block;
  background-color: #439204;
  border-radius: 30px;
  color: #FFF;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s 0s ease;
}

.goindex a:hover {
  opacity: 0.8;
}

.title_pf {
  margin-top: 5rem;
  font-size: 2rem;
  font-family: "kiwi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.box_pf {
  margin: 0 auto;
  max-width: 660px;
  text-align: left;
}
.box_pf dt {
  margin-top: 3rem;
  font-size: 1.6rem;
}
.box_pf dd a,
.box_pf dd a:hover,
.box_pf dd a:visited {
  color: #0000cc;
}


@media only screen and (min-width: 768px) {
  .sp-only, .pc-only {
    display: none !important;
  }

  .tbpc, .sptb {
    display: block;
  }

  body {
    background-size: cover;
  }

  .contactform {
    margin: 0 auto 4rem auto;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    text-align: left;
    width: 650px;
  }

  .contactform .column-rt {
    padding-left: 3rem;
  }

  .thanks {
    margin-top: 5rem;
  }

}

@media only screen and (min-width: 1024px) {
  .sp, .sptb {
    display: none;
  }

  .pc {
    display: block;
  }

  .pc-only {
    display: block !important;
  }

  .logo img {
    width: 175px;
    height: auto;
  }

  .wrapper {
    width: 900px;
  }

  .btn {
    display: block;
    width: 260px;
    height: 70px;
    z-index: 500;
    right: -100%;
    bottom: 4rem;
  }

  .btn a {
    width: 260px;
    height: 70px;
    border-radius: 35px;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn a .icon img {
    width: 24px;
    height: auto;
  }

  .btn a .txt {
    padding-left: 1.5rem;
    text-align: left;
  }

  .btn a .txt .txt-en {
    font-family: 'Oooh Baby', cursive;
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .btn a .txt .txt-jp {
    font-family: "kiwi-maru", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1;

  }

  .bg-box {
    padding: 6.5rem 2rem;
  }

  .content {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 100%;
  }

  .title-area .title-en {
    font-size: 3.6rem;
    font-weight: 300;
  }

  .title-area h2, .title-area h3 {
    margin: 2rem 0 0 0;
    font-size: 1.4rem;
  }

  .slides {
    margin-top: 5rem;
  }

  .slide {
    max-height: 350px;
  }

  .slide dl dt picture img {
    max-width: 250px;
    height: auto;
  }
  .slide:nth-child(2) dl dt picture img {
    max-width: 200px;
    height: auto;
  }

  /* section2 */
  #section2 .txt-box {
    margin-top: 5rem;
  }

  #section2 .txt-box h3 {
    font-size: 2.4rem;
    font-weight: 300;
  }

  #section2 .txt-box p {
    margin-top: 1.5rem;
  }

  #section2 .txt-box p+h3 {
    margin-top: 8rem;
  }

  #section3 .txt {
    margin: 6rem 0 4.5rem;
  }
}