@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #4a4a4a;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 500;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 500;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #408c1a;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

#header {
  width: 100%;
  max-width: 100%;
}

#global_header {
  position: relative;
  z-index: 2;
  width: 100%;
}

.is-scrolled .header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 0;
}

.is-scrolled .header__wrap .header__top {
  padding: 10px;
  position: relative;
}

.is-scrolled .header__wrap .header__nav {
  position: relative;
  top: 0px;
  padding-top: 0;
}

.is-scrolled .header__wrap .header__nav > a {
  line-height: 0;
}

.is-scrolled .header__wrap .header__nav > a::before {
  bottom: -16px;
}

.is-scrolled .header__wrap .header__nav .ddmenu {
  top: 35px;
  width: 200px;
}

.is-scrolled .header__wrap .header__nav .ddmenu li a {
  padding: 10px;
}

.is-scrolled .header__wrap #nav-toggle {
  position: absolute;
  top: -28px !important;
  right: -137px;
}

.header__wrap > p, .header__wrap h1 {
  background-color: #8fc83a;
  text-align: left;
  display: block;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .header__wrap > p, .header__wrap h1 {
    letter-spacing: 0;
    font-size: 1.2rem;
    padding-left: 10px;
  }
}

.header__wrap .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

@media screen and (max-width: 834px) {
  .header__wrap .header__top {
    padding: 12px;
  }
}

@media screen and (max-width: 1500px) {
  .header__wrap .header__top__left {
    width: 20%;
  }
}

@media screen and (max-width: 834px) {
  .header__wrap .header__top__left {
    width: 220px;
  }
}

.header__wrap .header__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__wrap .header__top__right .header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .header__wrap .header__top__right .header__nav > ul {
    display: none;
  }
}

.header__wrap .header__top__right .header__nav > ul > li a {
  display: block;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4a4a4a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.header__wrap .header__top__right .header__nav > ul > li a::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #f0c83a;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1500px) {
  .header__wrap .header__top__right .header__nav > ul > li a {
    padding: 10px 10px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1000px) {
  .header__wrap .header__top__right .header__nav > ul > li a {
    font-size: 1.5rem;
  }
}

.header__wrap .header__top__right .header__nav > ul > li a:hover {
  color: #f0c83a;
}

.header__wrap .header__top__right .header__nav > ul > li a:hover::before {
  width: 100%;
}

.header__wrap .header__top__right .contact {
  margin-left: 20px;
}

@media screen and (max-width: 834px) {
  .header__wrap .header__top__right .contact {
    margin-right: 65px;
  }
}

.header__wrap .header__top__right .contact a {
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: white;
  background-color: #408c1a;
  width: 240px;
  height: 50px;
  border-radius: 30px;
  display: block;
  padding-top: 6px;
  position: relative;
  padding-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .header__wrap .header__top__right .contact a {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 1000px) {
  .header__wrap .header__top__right .contact a {
    width: 45px;
    height: 45px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 834px) {
  .header__wrap .header__top__right .contact a {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 1200px) {
  .header__wrap .header__top__right .contact a span {
    display: none;
  }
}

.header__wrap .header__top__right .contact a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 1200px) {
  .header__wrap .header__top__right .contact a::before {
    left: 15px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 1000px) {
  .header__wrap .header__top__right .contact a::before {
    font-size: 2.5rem;
    left: 9px;
  }
}

@media screen and (max-width: 834px) {
  .header__wrap .header__top__right .contact a::before {
    font-size: 2.9rem;
    left: 13px;
  }
}

.header__wrap .header__top__right .contact a:hover {
  background-color: #8fc83a;
}

.header .main {
  width: 100%;
  position: relative;
  text-align: right !important;
}

.header .main__image01 {
  position: relative;
  right: 0;
  display: inline-block;
  margin-right: 0;
  width: 93%;
}

@media screen and (max-width: 834px) {
  .header .main__image01 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .header .main__image01 {
    height: 75vw !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
  }
}

.header .main__image02 {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
  width: 75%;
}

@media screen and (max-width: 834px) {
  .header .main__image02 {
    width: 90%;
  }
}

.header .main__image03 {
  position: absolute;
  top: 62%;
  left: 5%;
  width: 40%;
}

@media screen and (max-width: 834px) {
  .header .main__image03 {
    width: 55%;
  }
}

.footer nav {
  width: 100%;
  background-color: #8fc83a;
}

@media screen and (max-width: 834px) {
  .footer nav {
    background-color: transparent;
  }
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 834px) {
  .footer ul li {
    width: 33.333%;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    padding: 5px;
  }
}

@media screen and (max-width: 640px) {
  .footer ul li {
    width: 50%;
    padding: 3px;
  }
}

.footer ul li a {
  display: block;
  padding: 10px 20px;
  text-align: center !important;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .footer ul li a {
    background-color: #f0c83a;
    padding: 6px;
    border-radius: 5px;
  }
}

.footer ul li a:hover {
  color: #f0c83a;
}

@media screen and (max-width: 834px) {
  .footer ul li a:hover {
    color: white;
    background-color: #e4691d;
  }
}

.footer__info {
  margin: 60px auto 60px auto;
}

.footer__info .info02 {
  max-width: 390px;
  margin: auto;
  position: relative;
  padding-top: 30px;
}

.footer__info .info02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__info .info02 dl dt, .footer__info .info02 dl dd {
  font-size: 1.5rem;
  text-align: left !important;
  letter-spacing: 2px;
  font-weight: 500;
}

.footer__info .info02 dl dt {
  background-color: #8fc83a;
  display: block;
  border-radius: 5px;
  height: 28px;
  width: 46px;
  text-align: center !important;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px;
}

.footer__info .info02 dl dd {
  line-height: 1.8;
}

.footer__info .info02 dl dd a {
  color: #4a4a4a;
  letter-spacing: 2px;
}

.footer__info .info02 .fax {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer_wrap p {
  background-color: #408c1a;
}

.footer_wrap p small {
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.pankuzu {
  margin-bottom: 80px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #4a4a4a;
  letter-spacing: 3px;
}

.pankuzu a {
  color: #4a4a4a;
}

/*  ホーム  */
.home_wrap01 {
  margin-top: 170px;
}

.home_wrap01 .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1600px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .home_wrap01 .inner02 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .home_wrap01 .inner02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home_wrap01 .inner02::before {
  content: "";
  background-image: url(../images/contents/deco.png);
  width: 454px;
  height: 80px;
  display: block;
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .home_wrap01 .inner02 .left01 {
    margin-bottom: 30px;
  }
}

.home_wrap01 .inner02 .right01 {
  padding-left: 40px;
}

@media screen and (max-width: 834px) {
  .home_wrap01 .inner02 .right01 {
    padding-left: 0;
  }
}

.home_wrap01 .inner02 .right01 img {
  display: block;
  float: none !important;
}

.home_wrap01 .inner02 .right01 div {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  word-break: keep-all;
  margin-top: 30px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .home_wrap01 .inner02 .right01 div {
    word-break: normal;
  }
}

.home_title01 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .home_title01 article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_title01 h2 {
  font-size: 2.6rem;
  color: #408c1a;
  padding-left: 65px;
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .home_title01 h2 {
    letter-spacing: 2px;
    font-size: 2.4rem;
  }
}

.home_title01 h2::before {
  content: "";
  background-image: url(../images/contents/icon-house.png);
  width: 46px;
  height: 31px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.home_title01 div {
  color: #f0c83a;
  font-weight: 700;
}

.home_box01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -150px;
}

@media screen and (max-width: 834px) {
  .home_box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_box01 .box {
  border-bottom: 8px solid #e4691d;
  position: relative;
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .home_box01 .box {
    width: 80%;
    margin: 0 auto 30px auto;
  }
  .home_box01 .box img {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .home_box01 .box {
    width: 100%;
  }
}

.home_box01 .box div {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4691d;
  color: white;
  padding: 3px 15px;
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .home_box01 .box div {
    letter-spacing: 1px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_box01 .box div {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 834px) {
  .home_box01 .box div {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 640px) {
  .home_box01 .box div {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 550px) {
  .home_box01 .box div {
    font-size: 1.7rem;
    letter-spacing: 0px;
  }
}

.home_box01 .box:nth-child(2) {
  border-bottom: 8px solid #f0c83a !important;
}

@media screen and (max-width: 834px) {
  .home_box01 .box:nth-child(2) {
    margin: 0 auto;
  }
}

.home_box01 .box:nth-child(2) div {
  background-color: #f0c83a !important;
}

.home_wrap02 {
  background-image: url(../images/contents/pattern.jpg);
  padding-bottom: 50px;
  position: relative;
}

.home_wrap02::before {
  content: "";
  background-image: url(../images/contents/deco02.png);
  width: 363px;
  height: 533px;
  display: block;
  position: absolute;
  bottom: -25%;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .home_wrap02::before {
    bottom: -5%;
  }
}

.home_box02 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  top: -60px;
}

.home_box02 .box {
  width: 20%;
  text-align: center !important;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .home_box02 .box {
    width: 25%;
  }
}

@media screen and (max-width: 834px) {
  .home_box02 .box {
    width: 33.333%;
  }
}

@media screen and (max-width: 640px) {
  .home_box02 .box {
    width: 50%;
  }
}

.home_box02 .box img {
  display: block;
  margin: auto;
  width: 100% !important;
  border-radius: 50%;
}

.home_box02 .box div {
  position: absolute;
  color: white;
  font-size: 2.4rem;
  font-weight: 500;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .home_box02 .box div {
    font-size: 2rem;
  }
}

.home_box02 .box div::before {
  content: "";
  border: 3px solid white;
  border-radius: 50%;
  display: block;
  width: 85%;
  height: 85%;
  z-index: 2;
  position: absolute;
}

.home_btn01, .home_btn02 {
  position: relative;
}

.home_btn01 a, .home_btn02 a {
  width: 240px;
  height: 50px;
  background-color: #e4691d;
  color: white;
  font-weight: 700;
  display: block;
  border-radius: 30px;
  padding-top: 9px;
  margin: auto;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn01 a:hover, .home_btn02 a:hover {
  background-color: #f0c83a;
}

.home_btn01 {
  top: -30px;
}

.home_wrap03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .home_wrap03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_wrap03 .left02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .home_wrap03 .left02 {
    margin: auto;
  }
}

.home_wrap03 .left02 .home_list {
  width: 450px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home_wrap03 .left02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.home_wrap03 .left02 dl dt, .home_wrap03 .left02 dl dd {
  font-size: 1.5rem;
  text-align: left !important;
  letter-spacing: 2px;
  font-weight: 500;
  border: none !important;
  line-height: 1.8;
  letter-spacing: 2px;
}

.home_wrap03 .left02 dl dt {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  background-color: transparent !important;
}

.home_wrap03 .left02 dl dt span {
  background-color: #8fc83a;
  border-radius: 5px;
  color: white;
  width: 55px;
  height: 28px;
  text-align: center;
}

.home_wrap03 .left02 dl dd {
  line-height: 1.8;
}

.home_wrap03 .left02 dl dd a {
  color: #4a4a4a;
  letter-spacing: 2px;
}

.home_wrap03 .map {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 834px) {
  .home_wrap03 .map {
    width: 100%;
    margin-top: 50px;
  }
}

.home_wrap04 {
  background-image: url(../images/contents/contact-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 85px;
}

.home_box03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .home_box03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_box03 .box {
  width: 48%;
  background-color: white;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .home_box03 .box {
    width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media screen and (max-width: 640px) {
  .home_box03 .box {
    width: 100%;
  }
}

.home_box03 .box h3 {
  background-color: #408c1a;
  font-weight: 700;
  font-size: 2.2rem;
  color: white;
  margin-top: 30px;
  padding: 3px 0;
}

@media screen and (max-width: 640px) {
  .home_box03 .box h3 {
    font-size: 2rem;
  }
}

.home_box03 .box a {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  color: #4a4a4a;
  padding-left: 20px;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .home_box03 .box a {
    font-size: 3.6rem;
    margin-top: 15px;
  }
}

.home_box03 .box a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: #4a4a4a;
  position: absolute;
  top: 51%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 3.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .home_box03 .box a::before {
    top: 53%;
  }
}

.home_box03 .box a:hover {
  color: #f0c83a;
}

.home_box03 .box a:hover::before {
  color: #f0c83a;
}

.home_box03 .box p {
  margin-bottom: 50px;
}

.home_box03 .box:nth-child(2) h3 {
  background-color: #8fc83a;
}

.home_box03 .box:nth-child(2) a {
  font-size: 2rem;
  width: 380px;
  height: 70px;
  background-color: #e4691d;
  padding-top: 15px;
  padding-left: 30px;
  color: white;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .home_box03 .box:nth-child(2) a {
    width: 350px;
    padding-left: 45px;
  }
}

.home_box03 .box:nth-child(2) a::before {
  content: "\f658";
  color: white;
  left: 40px;
  top: 50%;
}

.home_box03 .box:nth-child(2) a:hover {
  background-color: #f0c83a;
}

.page_title {
  background-position: 0 27%;
}

@media screen and (max-width: 834px) {
  .page_title {
    padding: 60px 0 50px 0 !important;
    background-position: 15% 27%;
  }
}

.page_title h1 {
  font-size: 3.6rem;
  color: #408c1a;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .page_title h1 {
    font-size: 3.2rem;
  }
}

.page_title div {
  color: #f0c83a;
}

/*   会社案内　　*/
.company_list {
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 20px;
}

.company_list dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.company_list dl dt {
  background-color: transparent !important;
  width: 150px !important;
  border: none !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .company_list dl dt {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .company_list dl dt {
    font-size: 1.5rem;
  }
}

.company_list dl dt span {
  width: 100px;
  height: 40px;
  background-color: #8fc83a;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-weight: 700;
  padding-top: 6px;
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .company_list dl dt span {
    width: 100%;
  }
}

.company_list dl dd {
  border: none !important;
  letter-spacing: 1px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .company_list dl dd {
    font-size: 1.5rem;
  }
}

.company_table {
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 20px;
}

.company_table td {
  border: none !important;
}

@media screen and (max-width: 834px) {
  .company_table td {
    width: 100% !important;
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .company_table td {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 834px) {
  .company_table .icon {
    border-bottom: 1px solid #eee !important;
  }
}

.company_table .icon, .company_table .icon02 {
  position: relative;
  padding: 4px 4px 4px 25px !important;
  letter-spacing: 2px;
}

.company_table .icon div, .company_table .icon02 div {
  font-weight: 500 !important;
}

.company_table .icon::before, .company_table .icon02::before {
  content: "\f0ad";
  font-family: "Font Awesome 5 Pro";
  color: #8fc83a;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 900;
}

@media screen and (max-width: 834px) {
  .company_table .icon02 {
    margin-bottom: 10px !important;
  }
}

.company_table .icon02::before {
  content: "" !important;
  width: 30px;
  height: 1px;
  left: -15px;
  display: block;
  background-color: #8fc83a;
}

@media screen and (max-width: 834px) {
  .company_table .icon02::before {
    display: none;
  }
}

/* 施工イメージ　*/
.works_image .box {
  width: 33.333%;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .works_image .box {
    width: 50%;
  }
}

/*  Q&A　*/
.faq dl {
  display: block !important;
  margin-bottom: 30px;
  border-bottom: 2px dotted #eeeeee;
  padding-bottom: 10px;
}

.faq dl dt, .faq dl dd {
  border: none !important;
  width: 100% !important;
  margin-bottom: 10px;
  background-color: transparent !important;
}

.faq dl dt {
  position: relative;
  padding: 8px 8px 8px 45px !important;
  color: #8fc83a;
  font-size: 1.8rem;
  font-weight: 500;
}

.faq dl dt::before {
  content: "Q";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 25px;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
  font-size: 2.6rem;
  z-index: 1;
}

.faq dl dt::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #8fc83a;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  top: 8px;
  left: 0;
}

.faq dl dd {
  position: relative;
  padding: 8px 8px 8px 45px !important;
}

.faq dl dd::before {
  content: "A";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 25px;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
  font-size: 2.6rem;
  z-index: 1;
}

.faq dl dd::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #f0c83a;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  top: 6px;
  left: 0;
}

/*  採用情報　　*/
.recruit_list dt span {
  width: 120px !important;
}

/*  お問い合わせ　　*/
.contact_text div {
  font-size: 2.4rem;
  padding: 5px;
  color: #f0c83a;
}

.contact_text div a {
  color: #f0c83a;
}

.contact_text div p {
  font-size: 1.5rem;
  color: #4a4a4a;
  letter-spacing: 2px;
}

.form_wrap dl {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .form_wrap dl {
    display: block !important;
    margin-bottom: 20px;
  }
}

.form_wrap dt {
  background-color: #8fc83a !important;
  border: none !important;
  font-weight: 700;
  color: white;
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 834px) {
  .form_wrap dt {
    width: 100% !important;
    border-radius: 5px 5px 0 0;
  }
}

.form_wrap dd {
  background-color: #f7f7f7 !important;
  border-radius: 0 5px 5px 0;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .form_wrap dd {
    width: 100% !important;
    border-radius: 0 0 5px 5px;
  }
}

.form_wrap dd input {
  color: #c1c1c1 !important;
}

.form_wrap label {
  color: #f0c83a !important;
}

.contact_text02 div {
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .contact_text02 div {
    font-size: 1.5rem;
  }
}

form .submit .bt_confirm {
  background: #3a3a3a !important;
}

form .title {
  display: none;
}

/*   プライバシーポリシー　　*/
.policy_text div {
  letter-spacing: 2px;
}

.policy h3 {
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #8fc83a;
  color: white;
  padding: 3px 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #408c1a;
}

.policy div {
  letter-spacing: 2px;
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}

.error_btn a {
  padding: 8px;
  color: #408c1a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 4px double #408c1a;
}

.error_btn a:hover {
  color: white;
  border: 4px double #408c1a;
  background-color: #408c1a;
}

/*  インスタグラム　*/
.sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  max-width: 500px;
  margin: auto;
  background-color: white;
  padding: 5px;
}

@media screen and (max-width: 834px) {
  .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.sns_list > div {
  width: 33.333% !important;
  border: none !important;
  padding: 5px;
}

@media screen and (max-width: 834px) {
  .sns_list > div {
    width: 33.333% !important;
  }
}

.sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.sns_list .sns_text {
  display: none;
}

.aroma_text {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.aroma_text::before {
  content: "";
  border: 1px solid #8fc83a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.aroma_text h3 {
  font-size: 2.2rem;
  color: #8fc83a;
  text-align: center !important;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.aroma_text div {
  letter-spacing: 2px;
  line-height: 1.6;
}

.gallery .box {
  width: 33.333%;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .gallery .box {
    width: 80%;
    margin: auto;
  }
}

.gallery .box img {
  border: 1px solid #408c1a;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 39px;
  right: 15px;
  height: 55px;
  width: 55px;
  padding: 10px;
  background-color: #8fc83a;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 834px) {
  #nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #nav-toggle {
    top: 35px;
  }
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 90%;
  height: 4px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
}

#nav-toggle span:nth-child(3) {
  top: 27px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 27px;
}

.open #nav-toggle span {
  background: #408c1a;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

.nav_wrap .logo {
  margin-bottom: 60px !important;
}

.nav_wrap .ddmenu {
  top: 0;
  background-color: transparent;
}

#nav_sp {
  display: none;
  background: white;
  color: #f0c83a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp > a {
  display: block;
  text-align: left;
  width: 80%;
  padding-top: 40px;
}

#nav_sp a {
  display: block;
  color: #408c1a;
  letter-spacing: 0.4em;
  text-decoration: none;
  margin: 10px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  text-align: left;
  font-size: 2.2rem !important;
  position: relative;
  z-index: -1;
}

#nav_sp a:hover {
  color: #e4691d;
}

#nav_sp ul {
  list-style: none;
  width: 100%;
}

#nav_sp ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#nav_sp ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp ul .ddmenu {
  left: 0;
  z-index: 3;
  position: relative;
}

#nav_sp ul .ddmenu a {
  font-size: 1.8rem !important;
  color: #408c1a !important;
  padding-left: 20px !important;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
/*# sourceMappingURL=common_style.css.map */