@charset "UTF-8";
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

body {
  font: 14px/1.9 "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}

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

a:hover, .active {
  text-decoration: underline;
}

a:active, a:focus, input:active, input:focus {
  outline: 0;
}

/* white_bar
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #white_bar {
    display: none;
  }
}
@media only screen and (min-width: 821px) {
  #white_bar {
    display: block !important;
  }
}
@media only screen and (max-width: 820px) {
  #white_bar {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #white_bar {
    display: block;
  }
}
#white_bar .white_bar_blocks {
  width: 120px;
  height: 99vh;
  background-image: linear-gradient(180deg, rgb(255, 165, 0) 80%, rgb(244, 109, 38));
  box-shadow: 0px 0px 12px -8px #000000;
  border: 4px solid #ffffff;
  border-radius: 0px;
  position: relative;
}
#white_bar .white_bar_blocks .tel {
  writing-mode: vertical-rl;
  text-align: center;
  margin: 0 auto 0;
  line-height: 2;
  letter-spacing: 1rem;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -25%);
}
#white_bar .white_bar_blocks .tel:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
}
#white_bar .white_bar_blocks .tel a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

/* ヘッダー
------------------------------------------------------------*/
/* フッター
------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 50px 0px 0px 0;
  text-align: center;
  font-size: 12px;
}
#footer center {
  padding-bottom: 24px;
  position: relative;
  z-index: 10;
}

#footer02 {
  clear: both;
  padding: 50px 0px 0px 0;
  text-align: center;
  font-size: 12px;
}
#footer02 center {
  padding-bottom: 24px;
}

/* 共通
------------------------------------------------------------*/
img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  margin-top: -1px;
}

section {
  clear: both;
}

section h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

.small {
  font-size: 14px;
}

.inner {
  width: 88%;
  margin: 0 auto;
}

.col2 li {
  width: 100%;
  margin: 20px 0 20px 0;
}

#contents {
  box-shadow: 2px 2px 10px rgba(0, 1, 0, 0.51);
}
@media only screen and (min-width: 440px) {
  #contents {
    border-radius: 20px 20px 20px 20px;
    overflow: clip;
  }
}

/* hero VISION
------------------------------------------------------------*/
#hero {
  position: relative;
  line-height: 1;
}

.hero_top {
  width: 100%;
  height: 8px;
  display: block;
  background: linear-gradient(to right, #9eb800, #078341);
}

.hero_sub {
  position: absolute;
  width: 126px;
  right: 0;
  bottom: -31px;
}

/* SEC01 VISION
------------------------------------------------------------*/
.more_read {
  position: relative;
  cursor: pointer;
  z-index: 2;
  padding: 10px 0 30px;
  width: 335px;
  margin: -30px auto 24px;
  border-radius: 50px;
  border: solid 3px #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-image: linear-gradient(180deg, rgb(255, 165, 0) 20px, rgb(244, 109, 38));
  color: #ffffff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.13);
}
@media only screen and (min-width: 440px) {
  .more_read {
    width: 380px;
  }
}
@media only screen and (min-width: 768px) {
  .more_read {
    width: 357px;
  }
}
.more_read::before {
  display: block;
  content: "▼";
  width: 20px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
}
.more_read .mo_re_item .button {
  margin: 0;
}

.close {
  margin: 0px auto 24px;
  position: relative;
}
.close::before {
  display: block;
  content: "▲";
  width: 20px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
}
.close .button {
  padding: 8px 0;
  margin: 0;
}

.open {
  margin: -30px auto 24px;
}
.open .button {
  padding: 8px 0;
}

.sec04_b {
  background-color: #238D41;
  width: 100%;
  height: 500px;
  display: block;
}

/* SEC04
------------------------------------------------------------*/
.sec04_1 {
  background-color: #238D41;
  padding: 0 0 0.1px;
  line-height: 1;
}

.content {
  position: relative;
}

.sec04_la {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 14px;
  background-color: #238D41;
}

/* SEC05
------------------------------------------------------------*/
#sec05 .more_read {
  margin: 0 auto 24px;
}
#sec05 .sec06_la {
  height: 40px;
  margin-bottom: 30px;
}

/* SEC06
------------------------------------------------------------*/
.sec06_ {
  margin-bottom: -10px;
}

.sec06_1 {
  background-color: #238D41;
  padding: 0 0 0.1px;
  line-height: 1;
}

.content {
  position: relative;
}
.content .close {
  margin: -40px auto 24px;
}

.sec06_la {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 14px;
  background-color: #238D41;
}

map:hover {
  opacity: 0.7;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
/* SEC08 INFO
------------------------------------------------------------*/
#sec08 {
  padding: 0 16px;
}

form#mail_form dl {
  margin: 0 auto;
  overflow: hidden;
}

form#mail_form dl dt {
  clear: both;
  width: 30%;
  float: left;
  border-top: 1px solid #cccccc;
  padding: 15px 0;
  text-align: right;
  overflow: hidden;
}

form#mail_form dl dd {
  width: 65%;
  float: right;
  border-top: 1px solid #cccccc;
  padding: 15px 0 15px 5%;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
  border: none;
}

form#mail_form dl dt span {
  display: block;
  font-size: 85%;
  color: #3377ff;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  float: left;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  padding: 8px 9px;
  border-radius: 3px;
}

form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ateention {
  text-align: left;
  font-size: 13px;
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  max-width: 400px;
  height: 2em;
  padding: 2px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 5px;
}

form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin-right: 10px;
  margin-top: 7px;
}

form#mail_form ul li:first-child input[type=radio],
form#mail_form ul li:first-child input[type=checkbox] {
  margin-top: 0px;
}

form#mail_form select {
  font-size: 100%;
  margin-top: 5px;
}

form#mail_form textarea {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 200px;
  padding: 2px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

form#mail_form input#company {
  width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
  width: 40%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
  width: 70%;
}

form#mail_form input#postal + a {
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  top: -1px;
}

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form#mail_form input#address_1,
form#mail_form input#address_2 {
  display: block;
  width: 90%;
  margin-top: 0px;
}

form#mail_form input#address_2 {
  margin-top: 7px;
}

form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}

form#mail_form input[type=button] {
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
}

form#mail_form input[type=button]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

form#mail_form input#form_submit_button {
  margin-left: 40%;
}

form#mail_form input#phone,
form#mail_form input#schedule {
  width: 50%;
}

#big_title {
  max-width: 500px;
  min-width: 420px;
  width: calc(95% - 580px);
}
@media only screen and (max-width: 767px) {
  #big_title {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #big_title {
    max-width: 500px;
    min-width: 354px;
    width: calc(95% - 580px);
    margin: 0 auto 0 64px;
  }
}
@media only screen and (min-width: 1024px) {
  #big_title {
    max-width: 500px;
    min-width: 354px;
    width: calc(95% - 580px);
    margin: 0 auto 0 64px;
  }
}
@media only screen and (min-width: 1200px) {
  #big_title {
    margin: 0 auto;
  }
}
#big_title .title_blocks {
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  max-width: 480px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #big_title .title_blocks {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  #big_title .title_blocks {
    max-width: 480px;
  }
}
#big_title .title_blocks .title_png {
  width: 120px;
  margin: 0 auto;
  padding-bottom: 32px;
}
#big_title .title_blocks .title_titles {
  text-align: center;
}
#big_title .title_blocks .title_titles .sub_first {
  font-size: 14px;
  margin: 0;
  line-height: 1;
  padding-bottom: 16px;
  color: #131313;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
#big_title .title_blocks .title_titles .sub_first span {
  line-height: 1;
  font-size: 18px;
}
#big_title .title_blocks .title_titles .sub_titles {
  font-size: 40px;
  margin: 0;
  line-height: 1.5;
  color: #131313;
  font-weight: bold;
  letter-spacing: 0.4rem;
}
#big_title .title_blocks .title_titles .name_titles {
  font-size: 22px;
  margin-top: 16px;
  font-weight: bold;
  color: #238D41;
  line-height: 1.5;
  letter-spacing: 0.4rem;
}
#big_title .title_blocks .title_titles h1 {
  max-width: 444px;
}
#big_title .title_blocks .title_titles .h1_sub {
  margin: 0;
  padding-top: 16px;
  line-height: 2.2;
  font-size: 12px;
  color: #131313;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: left;
}
#big_title .title_blocks .title_titles .h1_sub span {
  color: #238D41;
  font-size: 17px;
  line-height: 1;
}
#big_title .title_blocks .menu_block {
  padding: 32px 0 0;
}
#big_title .title_blocks .menu_block h2 span {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #333333;
  padding-bottom: 8px;
}
#big_title .title_blocks .menu_block ul {
  padding: 24px 0 0;
}
@media only screen and (min-width: 1024px) {
  #big_title .title_blocks .menu_block ul {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  #big_title .title_blocks .menu_block ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#big_title .title_blocks .menu_block ul li {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 16px;
  color: #333333;
}
@media only screen and (min-width: 1024px) {
  #big_title .title_blocks .menu_block ul li {
    width: 100%;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  #big_title .title_blocks .menu_block ul li {
    width: 50%;
  }
}
#big_title .title_blocks .menu_block ul li:hover {
  transition-duration: 0.5s;
  opacity: 0.5;
}
#big_title .title_blocks .menu_block ul li a {
  width: 50%;
  color: #333333;
  text-decoration: none;
}

map {
  position: relative;
  z-index: 10;
  background-color: #000000;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .inner {
    padding-top: 100px;
  }
  section h2 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .txt h2 {
    padding: 0 0 20px !important;
  }
}
#footer {
  border-radius: 0 0 50px;
}

#footer02 p {
  margin: 0;
  padding: 0px 0px 64px;
}

@media only screen and (min-width: 800px) {
  body {
    font-size: 14px;
  }
  a#menu {
    display: none;
  }
  .panel {
    display: block !important;
  }
  #mainnav {
    display: none;
  }
  #mainnav ul {
    text-align: right;
    padding-right: 30px;
  }
  #mainnav li {
    display: inline-block;
    padding: 25px 10px 20px;
    font-size: 14px;
    font-weight: 300;
  }
  #mainnav a {
    color: #000000;
  }
  #mainnav.changeNav {
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #d1d1d1;
  }
  #mainnav.changeNav li {
    padding: 20px 10px;
  }
  /* SEC03 SERVICE MESSAGE STORY
  -----------------*/
}
#fixnav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
#fixnav.active {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #fixnav {
    width: 120px;
    right: 0;
    left: auto;
    top: 40vh;
  }
}
#fixnav #gotop {
  position: absolute;
  right: 0;
  bottom: 50px;
}
#fixnav #gotop #btn {
  width: 59px;
  margin: 10px;
}
#fixnav #navwrap {
  width: 100%;
}
#fixnav #navwrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #fixnav #navwrap ul {
    grid-template-columns: 120px;
  }
}
#fixnav #navwrap ul li {
  border: solid 1px white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00B900;
}
#fixnav #navwrap ul li:nth-child(1) .footer__icon {
  width: 20px;
  margin: -1px 0 -32px -18px;
}
#fixnav #navwrap ul li:nth-child(2) {
  background-color: #9eb800;
}
#fixnav #navwrap ul li:nth-child(2) .footer__icon {
  width: 20px;
  margin: -1px 0 -32px -16px;
}
#fixnav #navwrap ul li:nth-child(3) {
  background-color: #ffa500;
}
#fixnav #navwrap ul li:nth-child(3) .footer__icon {
  width: 20px;
  margin: -3px 0 -29px -16px;
}
#fixnav #navwrap ul li a {
  text-decoration: none;
  padding: 14px 16px;
}
#fixnav #navwrap ul li .footer__icon {
  width: 20px;
  margin: -2px 0 -28px -1.6rem;
}
#fixnav #navwrap ul li .footer_text {
  font-size: 12px;
  line-height: 1.27;
  margin: 8px -18px 0 8px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}
#fixnav #navwrap ul li img {
  width: 100%;
}
#fixnav #navwrap ul li small {
  color: #c4c4c4;
  display: block;
  text-align: center;
}

.footer_pagetop {
  position: fixed;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 3px;
  bottom: 61px;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  border: solid 3px #ffffff;
  background-color: #0CAB68;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .footer_pagetop {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
  }
}
.footer_pagetop span {
  padding-bottom: 2px;
}
@media only screen and (min-width: 641px) {
  .footer_pagetop span {
    padding-bottom: 4px;
    line-height: 1;
  }
}
@media only screen and (min-width: 641px) {
  .footer_pagetop {
    width: 64px;
    height: 64px;
    right: 16px;
    bottom: 32px;
    font-size: 20px;
    border-radius: 50%;
  }
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: -4px;
  max-width: 430px;
  width: calc(100% - 42px);
  height: 50px;
  font-size: 16px;
  z-index: 6;
}
@media only screen and (min-width: 641px) {
  .footer_spFixButton {
    display: none;
  }
}
.footer_spFixButton a {
  display: block;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border: solid 3px #ffffff;
  background-image: linear-gradient(180deg, rgb(255, 165, 0) 20px, rgb(244, 109, 38));
  text-decoration: none;
}

@media only screen and (min-width: 641px) {
  .col1 li {
    width: 90%;
    padding: 0 5%;
    vertical-align: top;
  }
}
@media only screen and (min-width: 641px) {
  .col2 li {
    padding-top: 50px;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 0;
    vertical-align: top;
  }
}
@media only screen and (max-width: 640px) {
  #gallery li {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 441px) {
  #mainnav {
    position: absolute;
    top: 64px !important;
    width: 100%;
    max-width: 430px;
    text-align: right;
    z-index: 500;
  }
}
@media only screen and (max-width: 767px) {
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
    transition: 0.6s;
  }
  #menuBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: 0.2s;
  }
  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  #menuBtn:before {
    margin-top: -7px;
  }
  #menuBtn:after {
    margin-top: 5px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #mainnav {
    position: fixed;
    top: -68px;
    width: 100%;
    max-width: 430px;
    text-align: right;
    z-index: 100;
    background: linear-gradient(to right, #9eb800, #078341);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
    transition: 0.5s;
  }
  .show {
    top: 0px !important;
  }
  .nav_coments {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    position: absolute;
    top: 9px;
    left: 10px;
  }
  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: linear-gradient(to right, #9eb800, #078341);
    text-align: left;
  }
  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-weight: 400;
    transform: 0.6s;
  }
  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
  }
  .col3 li {
    margin: 0 auto;
    display: block;
    max-width: 288px;
  }
}
/* 640pixel start INFO*/
form#mail_form {
  width: 95%;
}

form#mail_form dl {
  overflow: visible;
}

form#mail_form dl dt {
  width: auto;
  float: none;
  text-align: left;
  padding: 10px 0 5px;
  font-weight: bold;
}

form#mail_form dl dd {
  width: auto;
  float: none;
  border-top: none;
  padding: 0px 0 13px 0px;
}

form#mail_form dl dt span {
  font-weight: normal;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input#form_submit_button {
  margin-left: 0;
}

form#mail_form input#phone,
form#mail_form input#schedule {
  width: 50%;
}

/* 640pixel end */
.list-mv02 {
  opacity: 0;
}

.mv02:nth-child(1) {
  animation: example 0.5s ease 0.1s 1 forwards;
}

.mv02:nth-child(2) {
  animation: example 0.5s ease 0.2s 1 forwards;
}

.mv02:nth-child(3) {
  animation: example 0.5s ease 0.3s 1 forwards;
}

.mv02:nth-child(4) {
  animation: example 0.5s ease 0.4s 1 forwards;
}

.mv02:nth-child(5) {
  animation: example 0.5s ease 0.4s 1 forwards;
}

.mv02:nth-child(6) {
  animation: example 0.5s ease 0.3s 1 forwards;
}

.mv02:nth-child(7) {
  animation: example 0.5s ease 0.2s 1 forwards;
}

.mv02:nth-child(8) {
  animation: example 0.5s ease 0.1s 1 forwards;
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
.list-mv01, .right-left, .left-right, .bottom-up {
  opacity: 0; /* 透明 */
}

.mv01:nth-child(1) {
  animation: example2 0.5s ease 0s 1 forwards;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

.mv01:nth-child(2) {
  animation: example2 0.5s ease 0.2s 1 forwards;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

.mv01:nth-child(3) {
  animation: example2 0.5s ease 0.4s 1 forwards;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

@media only screen and (max-width: 768px) {
  .mv01:nth-child(1), .mv01:nth-child(2), .mv01:nth-child(3) {
    animation: example2 0.5s ease 0s 1 forwards;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
}
@keyframes example2 {
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.right-left-mv {
  opacity: 1; /* 不透明 */
  animation-duration: 2s; /* アニメーション時間 */
  animation-name: RightToLeft; /* アニメーション名 */
}

@keyframes RightToLeft {
  0% {
    transform: translateX(50px); /* X軸方向に50px */
  }
  100% {
    transform: translateX(0);
  }
}
.left-right-mv {
  opacity: 1; /* 不透明 */
  animation-duration: 2s; /* アニメーション時間 */
  animation-name: LeftToRight; /* アニメーション名 */
}

@keyframes LeftToRight {
  0% {
    transform: translateX(-50px); /* X軸方向に50px */
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .right-left-mv, .left-right-mv {
    animation-duration: 2s; /* アニメーション時間 */
    animation-name: BottomToUp; /* アニメーション名 */
  }
}
.bottom-up-mv {
  opacity: 1; /* 不透明 */
  animation-duration: 2s; /* アニメーション時間 */
  animation-name: BottomToUp; /* アニメーション名 */
}

@keyframes BottomToUp {
  0% {
    transform: translateY(50px); /* X軸方向に50px */
  }
  100% {
    transform: translateY(0);
  }
}
.square_btn:hover {
  transform: scale(1.2);
}

@keyframes slider-zoomin {
  0% {
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  45.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
#two_contents {
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 768px) {
  #two_contents {
    position: fixed;
  }
}

#mainblocks {
  width: 726px;
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  #mainblocks {
    display: none;
  }
}
#mainblock {
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 440px) {
  #mainblock {
    max-width: 430px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 441px) {
  #mainblock {
    max-width: 430px;
    margin: 64px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  #mainblock {
    max-width: 400px;
    margin: 0px 64px 0 auto;
    padding-top: 64px;
    z-index: 1;
  }
}
@media only screen and (min-width: 820px) {
  #mainblock {
    max-width: 400px;
    margin: 0px 64px 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #mainblock {
    max-width: 450px;
    margin: 0px 32px 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  #mainblock {
    max-width: 500px;
    margin: 0px 16% 0 auto;
  }
}

#container {
  border-radius: 20px 20px 0 0;
  width: 100%;
  background: url(../images/background.webp);
  background-size: contain;
}

@media only screen and (min-width: 430px) {
  #background {
    background-image: url(../images/backgreen.webp);
    opacity: 0.38;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
  }
}

.privacypolicy {
  padding: 50px 16px 50px;
}

#blog {
  width: 100%;
  height: 80vh;
}/*# sourceMappingURL=style.css.map */