@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: 100vh;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px -8px #000000;
  border-radius: 0px;
  position: relative;
}
#white_bar .white_bar_blocks .instalogo {
  width: 20px;
  margin: 0 auto;
  padding-top: 64px;
}
#white_bar .white_bar_blocks .instalogo:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
}
#white_bar .white_bar_blocks .tel {
  writing-mode: vertical-rl;
  text-align: center;
  margin: 0 auto 0;
  line-height: 2;
  letter-spacing: 0.2rem;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#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: #000000;
  font-weight: 600;
}

/* ヘッダー
------------------------------------------------------------*/
#header {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#header img {
  top: 40px;
  width: 100%;
  height: auto;
}

#slogan {
  width: 100%;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.posi_01 {
  position: absolute;
  z-index: 2;
  top: 64px;
  left: 16px;
  width: 260px;
}

.posi_02 {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
}

#slogan h1 {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: normal;
  color: #fff;
  text-shadow: -1px -1px 0 #0CAB68, 1px -1px 0 #0CAB68, -1px 1px 0 #0CAB68, 1px 1px 0 #0CAB68;
  text-align: left !important;
}
#slogan h1 .h1_1 {
  color: #F59F10;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
#slogan h1 .h1_2 {
  color: #0CAB68;
  font-size: 32px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

#slogan h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}

.square_btn {
  display: inline-block;
  padding: 0.6em 2em;
  text-decoration: none;
  color: #FFF;
  border: solid 2px #FFF;
  border-radius: 3px;
  transition: 0.4s;
  background: #0CAB68;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.square_btn:hover {
  background: #B0C5A1;
  color: #FFFFFF;
  text-decoration: none;
}

.chevron:before {
  color: #FFF;
}

/* フッター
------------------------------------------------------------*/
#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;
}

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;
}

/* SEC01 VISION
------------------------------------------------------------*/
#sec01 {
  padding-top: 100px;
  background-image: url(../images/back.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.vision {
  font-size: 16px;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.vision2 {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.pb {
  padding-bottom: 15px;
}

/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap {
  clear: both;
  width: 100%;
  background: #f6f6f6;
}

.bg {
  line-height: 0;
}

.txt h2 {
  padding: 0 0 20px !important;
}

/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
#sec03 {
  background-image: url(../images/back.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
#sec03 .inner {
  width: 95%;
  padding: 100px 0;
}
#sec03 .inner h2 {
  padding: 0px 20px;
}

.col3 li {
  margin-bottom: 50px;
}

.col3 img {
  max-width: 288px;
  display: block;
  margin: -5px auto 20px;
  font-size: 16px;
}

.sec03_block {
  padding: 50px 0 0px;
}

.sec03_block_title {
  display: flex;
  font-weight: 600;
  justify-content: space-around;
}
.sec03_block_title .sec03_block_titles {
  text-align: center;
  margin: 0;
  line-height: 1;
}
.sec03_block_title .sec03_block_titles:nth-child(2) {
  width: 140px;
}
.sec03_block_ul {
  background-color: #FEFBCC;
  border-radius: 20px;
}
.sec03_block_ul:nth-child(1) {
  margin: 32px 0 0 0;
}
.sec03_block_ul:nth-child(2) {
  background-color: #D8ECF9;
}
.sec03_block_ul:nth-child(3) {
  background-color: #EFD7E3;
}
.sec03_block_ul:nth-child(4) {
  background-color: #D2E1D1;
}
.sec03_block_ul:nth-child(5) {
  background-color: #F8E4D0;
}
.sec03_block_ul:nth-child(6) {
  background-color: #D4CADD;
}
.sec03_block_ul .sec03_block_li {
  font-size: 13px;
  display: flex;
  justify-content: space-around;
}
.sec03_block_ul .sec03_block_li .sec03_block_p {
  line-height: 1;
  padding: 24px 0px;
  position: relative;
}
.sec03_block_ul .sec03_block_li .sec03_block_p:nth-child(1) {
  width: 93px;
  text-align: center;
}
.sec03_block_ul .sec03_block_li .sec03_block_p:nth-child(3) {
  padding: 24px 0px 24px 0px;
  width: 104px;
  text-align: center;
  position: relative;
}
.sec03_block_ul .sec03_block_li .sec03_block_p:nth-child(5) {
  width: 78px;
  text-align: center;
  position: relative;
  padding: 24px 0px 24px 0px;
}
.sec03_block_ul .sec03_block_li .arrow {
  width: 9px;
  line-height: 1;
  padding: 24px 0;
}

.second .sec03_block_li .sec03_block_p:nth-child(1) {
  padding: 29px 0px 16px 0px;
  line-height: 1;
}
.second .sec03_block_li .sec03_block_p:nth-child(3) {
  width: 106px !important;
  text-align: center;
  position: relative;
  padding: 29px 0px 16px 0px;
  line-height: 1;
}
.second .sec03_block_li .arrow {
  width: 9px;
  line-height: 1;
  padding: 24px 0 24px 16px;
}
.second .sec03_block_li .arrow01 {
  width: 9px;
  line-height: 1;
  padding: 30px 0 24px 0px;
}
.second .sec03_block_li .arrow02 {
  width: 9px;
  line-height: 1;
  padding: 30px 0 24px 0px;
}

/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04 {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) {
  #sec04 {
    background-image: url(../images/background022.webp);
    background-position: 20% 0;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    color: #000000;
    font-size: 16px;
  }
}
#sec04::before {
  content: "";
  display: block;
  position: fixed;
  background-image: url(../images/background024.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  -webkit-background-size: cover;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
  max-width: 430px;
  width: 100%;
  height: 100vh;
}
@media only screen and (min-width: 431px) {
  #sec04::before {
    display: none;
    top: 64px;
  }
}
#sec04 .logo {
  width: 160px;
  margin: 0 auto;
}
#sec04 .temple {
  max-width: 400px;
  margin: 0 auto;
}
#sec04 p {
  padding-bottom: 32px;
  text-align: center;
}
#sec04 h2 {
  padding: 22px 0 20px;
}
#sec04 .inner {
  padding-top: 0px;
}

.youtube {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
  margin: auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ct_bn {
  display: block;
  position: relative;
  width: 315px;
  margin: 0 auto;
}

.b_style {
  background-color: papayawhip;
}

/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05 {
  padding-top: 50px;
}

#sec05 header {
  display: none;
}

/* SEC06 PROFILE
------------------------------------------------------------*/
#sec06 {
  background-color: #ffffff;
  padding-bottom: 20px;
  padding: 100px 0;
}
#sec06 .inner {
  padding-top: 0;
}
#sec06 .pro_photo {
  padding-bottom: 20px;
}

#sec06 dl {
  line-height: 1.2;
}

#sec06 dt {
  clear: left;
  float: left;
  display: block;
  width: 35%;
  margin-right: 10%;
  margin-bottom: 10px;
  text-align: right;
  line-height: 1.6em;
}

#sec06 dd {
  width: 55%;
  display: flex;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.6em;
}

#sec06 header {
  display: none;
}

.pl {
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}

#map {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

#map2 {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

#map2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* SEC07 MENU
------------------------------------------------------------*/
#sec07 {
  padding-top: 50px;
}

#sec07 header {
  display: none;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
/* SEC08 INFO
------------------------------------------------------------*/
#sec08 {
  padding-top: 100px;
  background: #f6f6f6;
}
#sec08 .inner {
  padding: 0px 0 20px 0 !important;
}

.pl2 {
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
}

form#mail_form dl {
  width: 95%;
  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;
  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: 60%;
  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);
  }
}
@media only screen and (min-width: 1024px) {
  #big_title {
    max-width: 500px;
    min-width: 354px;
    width: calc(95% - 580px);
    margin: 0 auto;
  }
}
#big_title .title_blocks {
  padding: 64px 0;
  max-width: 444px;
  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: 444px;
  }
}
#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_titles {
  font-size: 32px;
  margin: 0;
  line-height: 1;
  color: #F59F10;
  padding-bottom: 20px;
  border-bottom: solid 1px #D2D2D2;
  text-shadow: 1px 1px 0 #fff, 2px 2px 3px rgba(0, 0, 0, 0.16), 2px 2px 0 #fff, 2px 2px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}
#big_title .title_blocks .title_titles .name_titles {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  text-shadow: -1px -1px 0 #0CAB68, 1px -1px 0 #0CAB68, -1px 1px 0 #0CAB68, 1px 1px 0 #0CAB68;
  padding-top: 20px;
  margin-bottom: 20px;
}
#big_title .title_blocks .title_titles h1 {
  font-size: 64px;
  color: #0CAB68;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff, 2px 2px 3px rgba(0, 0, 0, 0.16), 2px 2px 0 #fff, 2px 2px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
  padding: 6px 0 20px;
  border-bottom: solid 1px #D2D2D2;
}
@media only screen and (min-width: 768px) {
  #big_title .title_blocks .title_titles h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  #big_title .title_blocks .title_titles h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1200px) {
  #big_title .title_blocks .title_titles h1 {
    font-size: 64px;
  }
}
#big_title .title_blocks .title_buttons {
  padding: 24px 0 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #big_title .title_blocks .title_buttons {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #big_title .title_blocks .title_buttons {
    display: flex;
  }
}
#big_title .title_blocks .title_buttons .titles_btn {
  width: 200px;
  background-color: #F59F10;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 12px 61px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
#big_title .title_blocks .title_buttons .titles_btn:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
}
#big_title .title_blocks .title_buttons .titles_btn::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/Instagram_Glyph_White.webp);
  background-repeat: no-repeat;
  background-size: cover;
  left: 42px;
  bottom: 12px;
}
#big_title .title_blocks .title_buttons .titles_btn a {
  color: #fff;
  text-decoration: none;
  padding-left: 8px;
  font-size: 16px;
}
#big_title .title_blocks .title_buttons .titles_btn02 {
  width: 200px;
  background-color: #F59F10;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border: none;
  border-radius: 2px;
  padding: 12px 0px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #big_title .title_blocks .title_buttons .titles_btn02 {
    margin: 16px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  #big_title .title_blocks .title_buttons .titles_btn02 {
    margin: 0px 0 0 0;
  }
}
#big_title .title_blocks .title_buttons .titles_btn02:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
}
#big_title .title_blocks .title_buttons .titles_btn02::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/tel.webp);
  background-repeat: no-repeat;
  background-size: cover;
  left: 24px;
  bottom: 12px;
}
#big_title .title_blocks .title_buttons .titles_btn02 a {
  color: #fff;
  text-decoration: none;
  padding-left: 8px;
  font-size: 16px;
}
#big_title .title_blocks .menu_block {
  padding: 32px 0 0;
}
#big_title .title_blocks .menu_block h2 span {
  color: #70706D;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #70706D;
  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: #70706D;
}
@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: #70706D;
  text-decoration: none;
}

/* insta
-----------------*/
.eapps-widget-toolbar {
  display: none !important;
}

#insta {
  background-color: #ffffff;
  max-width: 430px;
  margin: 0 auto;
  padding: 100px 0;
}
#insta h2 {
  padding: 0 0 20px;
}
#insta #followMes {
  margin: 0 auto 0;
}
#insta #followMes p {
  text-align: center;
  margin: 0 2em;
}
#insta #followMes a {
  width: 228px;
  margin: 16px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #F59F10;
  align-items: center;
  padding: 1em 1em;
  border: 2px solid #F59F10;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
#insta #followMes a i {
  font-size: 16px;
  margin-right: 0.3em;
}
#insta #followMes a span {
  font-size: 12px;
  text-align: left;
  margin: 0;
}
#insta #followMes a:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
}
#insta .inner {
  padding-top: 0px;
}

/* 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 {
  padding: 30px 0px 0px 0;
  background-color: #ffffff;
}
#footer p {
  margin: 0;
  padding: 0px 0px 64px;
}

#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 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    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;
  }
  /* SEC02 MESSAGE
  -----------------*/
  .txt, .bg {
    width: 50%;
    float: left;
    display: table;
    background: #f6f6f6;
  }
  #sec02_02 .txt, #sec02_02 .bg {
    float: right;
  }
  .vMid {
    display: table-cell;
    padding: 0 100px;
    vertical-align: middle;
    height: 375px;
  }
  /* SEC03 SERVICE MESSAGE STORY
  -----------------*/
  .col3 {
    text-align: center;
  }
  .col3 li {
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }
  /* SEC05 PROFILE
  -----------------*/
  #sec05 {
    padding-top: 60px;
  }
  #footer {
    padding: 30px 0px 0px 0;
    background-color: #ffffff;
  }
  #footer p {
    margin: 0;
    padding: 0px 0px 0px;
  }
  #footer02 p {
    margin: 0;
    padding: 0px 0px 0px;
  }
}
.footer_pagetop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background-color: #0CAB68;
  cursor: pointer;
}
@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: 0;
  max-width: 430px;
  width: calc(100% - 42px);
  height: 40px;
}
@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;
  background-color: #F59F10;
  text-decoration: none;
}

.footer_photo {
  padding: 64px 0 40px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .footer_photo {
    padding: 64px 0 0;
  }
}
.footer_photo .footer_photos {
  margin: 0 auto;
  line-height: 1;
}
.footer_photo .footer_photos img {
  width: 100%;
}

@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) {
  #slogan h1 .h1_1 {
    font-size: 26px;
    color: #F59F10;
  }
  #slogan h1 .h1_2 {
    font-size: 35px;
    color: #0CAB68;
  }
  #slogan h2 {
    font-size: 16px;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn {
    display: block;
    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: absolute;
    top: 0;
    width: 100%;
    max-width: 430px;
    text-align: right;
    z-index: 500;
  }
  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #0CAB68;
    text-align: left;
  }
  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 400;
  }
  #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;
  }
}
@media only screen and (max-width: 1199px) {
  section h2 {
    padding: 0px 0 20px 0;
  }
  #sec01 h2 {
    padding: 0px 0 20px;
  }
  .vMid {
    padding: 0 15px;
  }
}
/* 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 ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  margin-right: 1em;
  margin-bottom: 2em;
}

/* -- 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);
}

.slider_css {
  height: 668px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.hero_slider_itme {
  width: 100%;
  height: 668px;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_slider_itme.-slide01 {
  background-image: url(../images/hero01.webp);
  background-size: cover;
}
.hero_slider_itme.-slide02 {
  background-image: url(../images/hero02.webp);
  background-size: cover;
}
.hero_slider_itme.-slide03 {
  background-image: url(../images/hero03.webp);
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .slider_css ul li {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@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;
  position: fixed;
}

#mainblocks {
  width: 400px;
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  #mainblocks {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #mainblocks {
    margin-right: 120px;
  }
}

#container {
  width: 100%;
}
@media only screen and (max-width: 440px) {
  #container {
    max-width: 430px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 441px) {
  #container {
    max-width: 430px;
    margin: 0 auto;
    padding-top: 64px;
  }
}
@media only screen and (min-width: 768px) {
  #container {
    max-width: 400px;
    padding-top: 64px;
    position: absolute;
    right: 10px;
  }
}
@media only screen and (min-width: 820px) {
  #container {
    max-width: 400px;
    right: 50px;
    padding-top: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  #container {
    right: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  #container {
    right: 120px;
  }
}

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

.privacypolicy {
  padding: 50px 16px 50px;
}/*# sourceMappingURL=style.css.map */