/*****************************************************************
 mixin
*****************************************************************/
/*--------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: url(../img/bg.png) repeat;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
}

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

h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  list-style: none;
}

a {
  color: #00c;
}
a::active, a::linked {
  color: #00c;
}
a:hover {
  color: #93f;
}

.link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #222;
  font-weight: 500;
}
.link a::before {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -0.5rem;
  display: block;
  width: 110%;
  height: 2px;
  background: rgb(0, 160, 64);
  background: linear-gradient(90deg, rgb(0, 160, 64) 0%, rgb(171, 205, 3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a040",endColorstr="#abcd03",GradientType=1);
  transition: all 0.2s ease-out;
}
.link a:hover::before {
  transform: scaleX(0);
}
.link a::after {
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1rem;
  height: 0.8rem;
  background: url(../img/icon_arrow02.svg) no-repeat left top/auto 100%;
  transition: all 0.2s ease-out;
}
.link a:hover::after {
  right: -1.5rem;
}

.ul {
  text-decoration: underline;
}

#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/bg_trans.png) repeat left top #f3fff3;
  z-index: 1;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#particles-js::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  max-width: 1200px;
  height: 100%;
  background: url(../img/bg_mv.png) no-repeat right center/100% auto;
}

.g-header {
  box-sizing: border-box;
  padding: 30px 10vw 0px;
  position: relative;
  z-index: 10;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-header .logo {
  width: 30%;
  max-width: 400px;
}
.g-header nav ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-header nav ul li a {
  display: block;
  padding: 1rem;
  color: #222;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}
.g-header nav ul li a:hover {
  text-decoration: underline;
  color: #00A040;
}
.g-header nav ul li.sns {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .g-header {
    height: 18vw;
    padding: 3vw 5vw;
    box-sizing: border-box;
    z-index: 300;
  }
  .g-header .logo {
    width: 70%;
  }
  .g-header nav {
    position: fixed;
    right: calc(-60vw - 1rem);
    top: 2vw;
    width: 60vw;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
  }
  .g-header nav ul {
    display: block;
    padding: 0 0 2rem 0;
    box-shadow: 0 0 3vw #333;
    position: relative;
    z-index: 400;
    background: #fff;
  }
  .g-header nav ul li {
    padding: 0 2rem;
    border-bottom: 1px solid #ccc;
  }
  .g-header nav ul li.sns {
    margin-left: 0;
    padding: 1rem 2rem;
  }
  .g-header nav .btn {
    position: absolute;
    left: -3rem;
    top: 0;
    display: block;
    width: 3rem;
    height: 2rem;
    background: #fff;
    z-index: 401;
    box-shadow: 0 0 2vw #666;
  }
  .g-header nav .btn::before {
    display: block;
    position: aboslute;
    left: 20%;
    top: 20%;
    content: "";
    width: 2rem;
    height: 100%;
    background: url(../img/icon_bar.svg) no-repeat left top/100% auto;
  }
  .g-header nav.open {
    right: 0;
  }
  .g-header nav.open .btn {
    box-shadow: none;
  }
}

#spmenubg {
  display: none;
}
@media screen and (max-width: 768px) {
  #spmenubg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 299;
  }
  #spmenubg.open {
    display: block;
  }
}

.topicpath {
  text-align: right;
}
.topicpath ul {
  display: inline-block;
  background: #fff;
  padding: 0.3rem 3rem;
  border-radius: 1rem 0 0 1rem;
  box-shadow: -5px 5px 5px rgba(45, 54, 1, 0.15);
}
.topicpath ul li {
  display: inline-block;
  font-size: 0.8rem;
}
.topicpath ul li a {
  color: #222;
}
.topicpath ul li a::after {
  content: ">";
  display: inline-block;
  padding: 0 1rem;
}

.mv {
  box-sizing: border-box;
  padding: 8rem 13vw 0 13vw;
  position: relative;
  z-index: 11;
}
.mv .text1 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-weight: 400;
  font-size: 4.3rem;
  letter-spacing: 0.6rem;
  line-height: 1.2;
}
.mv .text1 strong {
  color: #00A040;
}
.mv .text2 {
  margin: 2rem 0 4rem 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .mv .text2 {
    margin-bottom: 2rem;
  }
}
.mv .link {
  padding-top: 2rem;
}
.mv .dwn {
  display: block;
  width: 5vw;
  height: 5vw;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 30;
  background: url(../img/icon_arrow03.svg) no-repeat left top/100% auto;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2));
  transition: all 0.2s ease-out;
}
.mv .dwn:hover {
  bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 3vw 5vw;
  }
  .mv .text1 {
    font-size: 8.5vw;
  }
  .mv .link {
    padding-top: 0;
  }
  .mv .dwn {
    display: none;
  }
}

main > section {
  position: relative;
  z-index: 20;
  margin-bottom: 5rem;
}
main > section > header {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 10vw;
}
main > section > header h1 {
  font-size: 2rem;
}
main > section > header .eng {
  position: relative;
  padding-left: 4rem;
  color: #00A040;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
main > section > header .eng::before {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  main > section > header {
    padding: 1rem 5vw;
  }
}
main > section .inner {
  position: relative;
  z-index: 20;
  padding: 2rem 10vw;
}
@media screen and (max-width: 768px) {
  main > section .inner {
    padding: 2rem 5vw;
  }
}
main > section .inner .content {
  position: relative;
  z-index: 30;
}
main > section .inner.innerbg {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px #ccc;
}
main > section .inner.innerbg h2 {
  margin: 4rem 0 2rem 0;
  font-size: 1.2rem;
  color: #00A040;
  border-bottom: 1px solid #00A040;
}
main > section .inner.innerbg h3 {
  margin: 1rem 0;
}
main > section .inner.innerbg .lead {
  margin-bottom: 2rem;
}
main > section .inner.innerbg .pickup {
  padding: 2rem;
  border: 3px solid #abcd03;
  border-radius: 1rem;
  background: #fefff9;
}
main > section .inner.innerbg .note {
  font-size: 0.8rem;
  color: #777;
}
main > section .inner.innerbg figure {
  text-align: center;
}
main > section .inner.innerbg .tbl1 {
  width: 100%;
}
main > section .inner.innerbg .tbl1 th {
  background: #00441b;
  color: #fff;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
main > section .inner.innerbg .tbl1 td {
  border-bottom: 1px solid #ccc;
}
main > section .inner.innerbg .tbl1 th, main > section .inner.innerbg .tbl1 td {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  main > section .inner.innerbg .tbl1 tr, main > section .inner.innerbg .tbl1 th, main > section .inner.innerbg .tbl1 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  main > section .inner.innerbg .tbl1 th {
    padding: 0.5rem 1rem;
  }
  main > section .inner.innerbg .tbl1 td {
    padding: 0.3rem 0 1.5rem 0;
  }
}
main > section .inner.innerbg .price {
  width: 100%;
  border-collapse: separate;
}
main > section .inner.innerbg .price th {
  background: #00441b;
  color: #fff;
  text-align: left;
  font-weight: normal;
}
main > section .inner.innerbg .price th, main > section .inner.innerbg .price td {
  padding: 0.5rem 1rem;
}
main > section .inner.innerbg .price td {
  border-bottom: 1px solid #ccc;
}
main > section .inner.innerbg .price tbody th {
  width: 30%;
}
main > section .inner.innerbg .price thead th {
  background: #fff;
  border-bottom: 3px solid #00A040;
  text-align: center;
  color: #222;
}
main > section .inner.innerbg .disc li {
  list-style: disc;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  main > section {
    margin-bottom: 3rem;
  }
}

.content-r {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  width: calc(100vw - 4rem);
  height: 100%;
  background: #ccc;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .content-r {
    width: calc(100vw - 2rem);
  }
}

.content-l {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: auto;
  width: calc(100vw - 4rem);
  height: 100%;
  background: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .content-l {
    width: calc(100vw - 2rem);
  }
}

#services .service-box-wrapper {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#services .service-box {
  width: 31%;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
#services .service-box a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 2rem;
  text-decoration: none;
  background: #fff;
  color: #222;
  transition: all 0.2s ease-out;
}
#services .service-box a:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-0.5rem);
}
@media screen and (max-width: 768px) {
  #services .service-box a {
    padding: 1rem;
  }
}
#services .service-box header {
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #services .service-box header {
    display: inline-block;
  }
}
#services .service-box p {
  margin: 0;
  text-align: left;
}
#services .service-box .pic {
  max-width: 200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #services .service-box .pic {
    display: inline-block;
    width: 20%;
    max-width: 20%;
    vertical-align: middle;
  }
}
#services .service-box h2 {
  margin: 0;
  border: 0;
  color: #222;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #services .service-box {
    width: 100%;
  }
}

#profile .bg {
  background: url(../img/bg_office01.jpg) no-repeat left bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #profile .bg {
    width: 100%;
    background-size: auto 100%;
  }
}
#profile .content {
  padding-top: 20rem;
  padding-bottom: 3rem;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 50%;
}
#profile .content .pic {
  width: 30%;
  min-width: 200px;
  max-width: 400px;
  padding-right: 2rem;
}
#profile .content .name {
  font-size: 1.2rem;
}
#profile .content .name .note {
  font-size: 0.8rem;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #profile .content .name .note {
    display: block;
  }
}
#profile .content ul {
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  #profile .content {
    display: block;
    padding-top: 2rem;
    padding-bottom: 0;
    padding-left: 0;
  }
  #profile .content .pic {
    margin: 0 auto;
  }
  #profile .content .text {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
  }
}
#profile .address {
  margin: 1rem 0;
}

#blogs ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#blogs ul li {
  width: 31%;
  max-width: 400px;
}
#blogs ul li a img {
  transition: all 0.2s ease-out;
}
#blogs ul li a:hover img {
  transform: scale(1.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #blogs ul {
    display: block;
  }
  #blogs ul li {
    width: 100%;
    line-height: 1.2em;
    margin-bottom: 4vw;
  }
}

#news .content {
  border: 1px solid #bbb;
  padding: 1rem;
}
#news .content time {
  margin-right: 1rem;
  font-family: "Roboto Condensed", sans-serif;
}

#sns .inner {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#sns .inner div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #sns .inner {
    display: block;
  }
  #sns .inner div {
    width: 100%;
  }
  #sns .inner iframe {
    width: 94vw !important;
  }
}

.g-footer {
  margin-top: 6rem;
  padding: 4rem 10rem;
  background: #003013;
  color: #fff;
}
.g-footer .inner aside {
  font-family: "Roboto Condensed", sans-serif;
}
.g-footer .inner aside h3 {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
.g-footer .inner aside .contact-wrapper {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-footer .inner aside .contact-wrapper div {
  width: 40%;
  padding: 1rem;
  border: 1px solid #fff;
  font-size: 2.2rem;
  text-align: center;
}
.g-footer .inner aside .contact-wrapper div .note {
  font-size: 0.8rem;
}
.g-footer .inner aside .contact-wrapper div::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.6;
}
.g-footer .inner aside .contact-wrapper div.email::before {
  background: url(../img/icon_email.svg) no-repeat left top/100% auto;
}
.g-footer .inner aside .contact-wrapper div.tel::before {
  width: 2rem;
  height: 2rem;
  background: url(../img/icon_tel.svg) no-repeat left top/100% auto;
}
.g-footer .inner aside .contact-notice {
  margin: 1em 0 3em 0;
  text-align: right;
}
.g-footer .inner nav > ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5rem;
  border-top: 1px solid #586c5f;
}
.g-footer .inner nav > ul li > ul {
  margin-left: 1rem;
}
.g-footer .inner nav > ul a {
  padding-left: 1.5rem;
  background: url(../img/icon_arrow01.svg) no-repeat left center;
  background-size: 0.8rem auto;
  color: #fff;
  text-decoration: none;
  line-height: 2;
}
.g-footer .inner nav > ul a:hover {
  text-decoration: underline;
}
.g-footer .inner .copyright {
  padding: 4rem 0 0 0;
  text-align: center;
  color: #74847a;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .g-footer {
    padding: 2rem 5vw;
  }
  .g-footer .inner aside .contact-wrapper {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 3rem;
  }
  .g-footer .inner aside .contact-wrapper div {
    width: 44vw;
    padding: 0.8rem;
    font-size: 1.3rem;
    box-sizing: border-box;
  }
  .g-footer .inner aside .contact-wrapper div::before {
    display: block;
    margin: 0 auto;
  }
  .g-footer .inner aside .contact-wrapper div .note {
    display: block;
  }
  .g-footer .inner nav > ul {
    padding-top: 3rem;
  }
}

#personal .content {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3vh;
}
#personal .content .pic {
  width: 26%;
}
#personal .content .text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #personal .content {
    display: block;
  }
  #personal .content .pic {
    width: 40%;
    margin: 0 auto;
  }
  #personal .content .text {
    width: 100%;
  }
}

#contact .telnum {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
}

.form {
  width: 100%;
}
.form th {
  text-align: left;
  vertical-align: top;
}
.form td, .form th {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
.form p {
  margin: 0;
}
.form .label {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.2em 1em;
  border-radius: 6px;
  font-size: 0.8rem;
  color: #fff;
  background: #c00;
}
.form input[type=text],
.form input[type=email] {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #ccc;
  padding: 0.6em;
  box-shadow: 0 0 6px #ddd;
  font-size: 1rem;
  box-sizing: border-box;
}
.form input[type=radio] {
  margin-right: 0.5rem;
}
.form textarea {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 1rem;
  height: 5rem;
}
.form textarea.form-content {
  min-height: 10rem;
  height: 18rem;
}
.form .note {
  margin: 0.3em 0;
  color: #000 !important;
  padding: 0.2em 0.5em;
  background: #eee;
}
.form input.zip {
  width: 5em;
  display: inline-block;
}
.form input[name=tel] {
  width: 20em;
}
@media screen and (max-width: 768px) {
  .form td, .form th, .form tr {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .form th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .form input[type=text],
  .form input[type=email] {
    box-sizing: border-box;
  }
}

.buttons {
  margin: 3rem 0;
  text-align: center;
}

input[type=submit],
a.btn-send {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #00A040;
  border: 0;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #fff;
  padding: 1rem 3rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
input[type=submit]:hover,
a.btn-send:hover {
  background: #00e75d;
  color: #003a17;
}

a.btn-back {
  display: inline-block;
  margin-left: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #444;
  border: 0;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #fff;
  padding: 1rem 3rem;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.btn-back:hover {
  background: #888;
}

.error-mes {
  color: #f00;
  margin: 0;
}

.has-error input, .has-error textarea {
  background: #fffcfc !important;
  border-color: #c00 !important;
}

.sending-message {
  margin: 1rem 0;
  text-align: center;
  color: #00A040;
}

#confirm {
  display: none;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 800px;
  transform: translateX(-50%);
  padding: 2em;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 5px #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #confirm {
    left: 0;
    transform: none;
    width: 96vw;
    margin: 2vw;
    box-sizing: border-box;
    padding: 1rem;
  }
}

#confirm-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
}

#privacy h2 {
  margin-top: 2em;
  font-size: 1.1em;
}
#privacy h3 {
  font-size: 1em;
}
#privacy blockquote {
  font-style: italic;
}
#privacy table {
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
#privacy table thead th {
  background: #dedede;
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
}
#privacy table tbody td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}
#privacy table tbody td:nth-child(2) {
  width: 40%;
}