@charset "UTF-8";
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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 {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 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 {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/*---------------------------------------------
    body
  ---------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  background: #FFFDDE;
  color: #231815;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}

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

/*---------------------------------------------
    link
  ---------------------------------------------*/
a {
  -webkit-transition-duration: 0.5s;
  color: inherit;
  outline: none;
  text-decoration: none;
  transition-duration: 0.5s;
}

a img {
  transition-duration: 0.5s;
}

a img:hover {
  opacity: 0.8;
}

/*---------------------------------------------
    common
  ---------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
}

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

input[type=submit], input[type=reset], input[type=button], button {
  cursor: pointer;
}

ul {
  list-style: none;
}

@media screen and (max-width: 500px) {
  /* pcでのみ表示 */
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  /* spでのみ表示 */
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  /* pcでのみ表示 */
  .pcsmall {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  /* spでのみ表示 */
  .spsmall {
    display: none !important;
  }
}
input[type=submit],
input[type=button] {
  -moz-appearance: button;
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: border-box;
  appearance: button;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

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

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

::-moz-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}

.check .select::after {
  display: none;
}

label.error {
  color: #f00;
}

main {
  padding-top: 40px;
}

/*---------------------------------------------
    container
  ---------------------------------------------*/
.wrapper {
  background: url(../images/common/bg_main.png) no-repeat;
  background-position-x: -100px;
  background-size: contain;
  background-size: 1520px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1780px) {
  .wrapper {
    background-position-x: 0;
  }
}
.wrapper > .bg-logo {
  left: 22%;
  position: absolute;
  top: 100px;
  width: 200px;
}
@media screen and (max-width: 1400px) {
  .wrapper > .bg-logo {
    left: 17%;
  }
}
@media screen and (max-width: 1160px) {
  .wrapper > .bg-logo {
    left: 14%;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper > .bg-logo {
    display: none;
  }
}
.wrapper > .bg-catch {
  color: #fff;
  font-size: 2rem;
  left: 22%;
  position: absolute;
  top: 400px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1400px) {
  .wrapper > .bg-catch {
    left: 17%;
  }
}
@media screen and (max-width: 1160px) {
  .wrapper > .bg-catch {
    left: 14%;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper > .bg-catch {
    display: none;
  }
}
.wrapper > .bg-wood {
  bottom: 0;
  left: 19.8%;
  position: absolute;
  width: 200px;
  width: 300px;
}
@media screen and (max-width: 1400px) {
  .wrapper > .bg-wood {
    left: 14.8%;
  }
}
@media screen and (max-width: 1160px) {
  .wrapper > .bg-wood {
    left: 10.8%;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper > .bg-wood {
    display: none;
  }
}
.wrapper > .bg-wood img {
  display: block;
}
.wrapper > .bg-cloud01 {
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: anim_a;
  animation-timing-function: ease-in-out;
  left: 50px;
  position: absolute;
  top: 170px;
  width: 200px;
}
@media screen and (max-width: 1400px) {
  .wrapper > .bg-cloud01 {
    left: 20px;
    width: 160px;
  }
}
@keyframes anim_a {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(30px, 0);
  }
}
.wrapper > .bg-cloud02 {
  animation-direction: alternate;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-name: anim_b;
  animation-timing-function: ease-in-out;
  left: 620px;
  position: absolute;
  top: 60px;
  width: 200px;
}
@keyframes anim_b {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(30px, 0);
  }
}
.wrapper > .bg-cloud03 {
  animation-direction: alternate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: anim_c;
  animation-timing-function: ease-in-out;
  position: absolute;
  right: -100px;
  top: 340px;
  width: 200px;
}
@media screen and (max-width: 1400px) {
  .wrapper > .bg-cloud03 {
    width: 160px;
  }
}
@keyframes anim_c {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(30px, 0);
  }
}
.wrapper > .bg-bird01 {
  animation: anim_b01 5s infinite linear;
  border-radius: 50%;
  height: 300px;
  left: -150px;
  position: absolute;
  top: -190px;
  width: 300px;
}
@keyframes anim_b01 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.wrapper > .bg-bird01 img {
  display: block;
  transform: rotate(140deg);
  width: 80px;
}
.wrapper > .bg-bird02 {
  animation: anim_b02 8s infinite linear;
  border-radius: 50%;
  height: 800px;
  left: 360px;
  position: absolute;
  top: -480px;
  width: 800px;
}
@keyframes anim_b02 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.wrapper > .bg-bird02 img {
  display: block;
  transform: rotate(-60deg);
  width: 80px;
}
.wrapper > .bg-bird03 {
  animation: anim_b03 6s infinite linear;
  height: 500px;
  position: absolute;
  right: -240px;
  top: -240px;
  width: 500px;
}
@keyframes anim_b03 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.wrapper > .bg-bird03 img {
  display: block;
  transform: rotate(100deg);
  width: 80px;
}
.wrapper > .pc-gnav {
  bottom: 100px;
  position: absolute;
  right: 6%;
}
@media screen and (max-width: 1400px) {
  .wrapper > .pc-gnav {
    right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper > .pc-gnav {
    bottom: 40px;
  }
}
@media screen and (max-width: 1160px) {
  .wrapper > .pc-gnav {
    right: 1%;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper > .pc-gnav {
    display: none;
  }
}
.wrapper > .pc-gnav ul li {
  margin-bottom: 4px;
}
.wrapper > .pc-gnav ul li a {
  color: #00A95C;
  font-size: 1.6rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1200px) {
  .wrapper > .pc-gnav ul li a {
    color: #fff;
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 1400px) {
  .wrapper > .pc-gnav ul li a {
    font-size: 1.4rem;
  }
}
.wrapper > .pc-gnav ul li:not(:last-child) a::before {
  color: #a5d4aa;
  content: "●";
  font-size: 1.8rem;
}
.wrapper > .pc-gnav ul li:last-child {
  margin-top: 30px;
  width: 120px;
}
.wrapper > .pc-gnav ul li:last-child a {
  mix-blend-mode: normal;
}

.bg-flag {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  z-index: 999;
}

.container {
  background: #fff;
  border-radius: 40px 40px 0 0;
  height: calc(100vh - 60px);
  margin: 0 21% 0 auto;
  max-width: 500px;
  overflow: auto;
  position: relative;
  top: 60px;
  width: 100%;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1024px) {
  .container {
    margin: 0 auto 0 20%;
  }
}
@media screen and (max-width: 1160px) {
  .container {
    margin: 0 16% 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    border-radius: 0;
    height: 100vh;
    margin: 0 auto;
    max-width: 100%;
    top: 0;
  }
}
.container .content::-webkit-scrollbar {
  display: none;
}

/*---------------------------------------------
    header
  ---------------------------------------------*/
header {
  margin-bottom: 80px;
  position: relative;
}
header .inner .logo {
  margin: 0 auto 7px;
  width: 300px;
}
@media screen and (max-width: 500px) {
  header .inner .logo {
    width: 200px;
  }
}
header .inner nav {
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  padding: 10px 0;
  transition: 0.3s;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  header .inner nav.fixed {
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 99999;
  }
}
header .inner nav ul {
  display: flex;
  justify-content: center;
}
header .inner nav ul li {
  margin: 0 20px;
}
header .inner nav ul li a {
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  header .inner nav ul li a {
    color: #00A95C;
    font-size: 1.4rem;
  }
}
header .inner nav ul li a.current {
  border-bottom: 1px solid #00A95C;
}

a {
  text-decoration: none;
}

/*---------------------------------------------
    footer
  ---------------------------------------------*/
footer {
  padding-bottom: 56px;
}
footer .contact {
  width: 100%;
}
footer .contact ul {
  display: flex;
}
footer .contact ul li {
  width: 50%;
}
footer .contact ul li a {
  color: #fff;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  footer .contact ul li a {
    font-size: 1.6rem;
  }
}
footer .contact ul li:first-child {
  background: #3e3a39;
}
footer .contact ul li:first-child a::before {
  background: url(../images/index/icon_tel.png);
  content: "";
  display: inline-block;
  height: 23px;
  margin-right: 8px;
  position: relative;
  top: 2px;
  width: 23px;
}
@media screen and (max-width: 500px) {
  footer .contact ul li:first-child a::before {
    background-size: cover;
    height: 16px;
    width: 16px;
  }
}
footer .contact ul li:last-child {
  background: #595757;
}
footer .contact ul li:last-child a::before {
  background: url(../images/index/icon_mail.png);
  content: "";
  display: inline-block;
  height: 23px;
  margin-right: 8px;
  position: relative;
  top: 2px;
  width: 23px;
}
@media screen and (max-width: 500px) {
  footer .contact ul li:last-child a::before {
    background-size: cover;
    height: 16px;
    width: 16px;
  }
}
footer .company {
  background: url(../images/index/bg_company.jpg) no-repeat;
  background-size: cover;
  padding-top: 40px;
}
footer .company h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 36px;
  text-align: center;
}
footer .company h2 span {
  display: block;
  font-size: 1.2rem;
}
footer .company .inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 86%;
}
footer .company .inner .logo {
  margin: 0 auto 40px;
  max-width: 300px;
  width: 70%;
}
footer .company .inner .flex {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  footer .company .inner .flex {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  footer .company .inner .flex {
    flex-direction: column;
  }
}
footer .company .inner .flex .detail {
  line-height: 1.5;
  width: 48%;
}
@media screen and (max-width: 500px) {
  footer .company .inner .flex .detail {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .company .inner .flex .detail {
    margin-bottom: 20px;
  }
}
footer .company .inner .flex .detail .insta {
  margin-top: 4px;
}
footer .company .inner .flex .detail .insta::before {
  background: url(../images/common/icon_insta.png) no-repeat;
  content: "";
  display: inline-block;
  height: 22px;
  margin-right: 10px;
  position: relative;
  top: 6px;
  width: 22px;
}
footer .company .inner .flex .business {
  line-height: 1.5;
  width: 50%;
}
@media screen and (max-width: 500px) {
  footer .company .inner .flex .business {
    width: 100%;
  }
}
footer .access {
  background: url(../images/index/bg_company.jpg) no-repeat;
  background-size: cover;
}
footer .access h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 36px;
  padding-top: 40px;
  text-align: center;
}
footer .access h2 span {
  display: block;
  font-size: 1.2rem;
}
footer .access .map iframe {
  display: block;
  width: 100%;
}
footer .copyright {
  font-size: 1.4rem;
  padding: 12px 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  footer .copyright {
    font-size: 1.2rem;
  }
}

/*---------------------------------------------
    btn contact
---------------------------------------------*/
.btn-contact {
  background: url(../images/index/bg_contact.png) no-repeat;
  bottom: 0;
  max-width: 500px;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
@media screen and (max-width: 1023px) {
  .btn-contact {
    max-width: 100%;
  }
}
.btn-contact a {
  color: #fff;
  display: block;
  text-align: center;
}
.btn-contact a span {
  font-size: 2rem;
  font-weight: bold;
}
.btn-contact a span::after {
  background: url(../images/common/icon_contact.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 20px;
  left: 6px;
  position: relative;
  top: 3px;
  width: 20px;
}

/*---------------------------------------------
    company
---------------------------------------------*/
.company {
  background: #EBF5F0;
  padding-bottom: 24px;
  padding-top: 40px;
}
.company h2::before {
  background: url(../images/common/icon_flower_01.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 28px;
  left: -8px;
  position: relative;
  top: 2px;
  width: 20px;
}
.company .inner {
  margin: 0 auto;
  width: 90%;
}
.company .inner table {
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .company .inner table {
    max-width: 375px;
  }
}
.company .inner table tr th, .company .inner table tr td {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .company .inner table tr th, .company .inner table tr td {
    font-size: 1.3rem;
  }
}
.company .inner table tr th {
  letter-spacing: 2px;
  width: 4em;
}
.company .inner table tr td {
  padding-left: 14px;
}

/*---------------------------------------------
    access
---------------------------------------------*/
.access {
  background: #EBF5F0;
}
.access .inner {
  margin: 0 auto;
  width: 90%;
}

/*---------------------------------------------
    pagetop
---------------------------------------------*/
.pagetop {
  bottom: 60px;
  position: fixed;
  width: 500px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .pagetop {
    bottom: 50px;
    right: 0;
    width: 90px;
  }
}
.pagetop a {
  float: right;
  margin-right: 20px;
  width: 90px;
}
@media screen and (max-width: 500px) {
  .pagetop a {
    float: none;
    margin-right: auto;
    width: 60px;
  }
}

/*---------------------------------------------
    fadein
---------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
@media screen and (min-width: 501px) {
  .fadein.pc {
    opacity: 1;
  }
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}