@charset "UTF-8";
/*common.css*/
/* 書式設定
------------------------------------------ */
html {
  font-size: 62.5%;
  /* 10px */
}
body, a {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #24201A;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
a:hover {
  opacity: 0.7;
}
.font_noto {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth"100;
}
.font_zen-antique {
  font-family: "Zen Antique", serif;
  font-weight: 700;
  font-style: normal;
}
.font_bold {
  font-weight: 700;
}
.txt_left {
  text-align: left;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
/* レイアウト設定
------------------------------------------ */
.contents {
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
}
.contents.contents_topsvg {
  padding-top: 40px;
}
.svg_before02 .contents.contents_topsvg02 {
  padding-top: 30px;
}
.contents.contents_bottomsvg {
  padding-bottom: 50px
}
.contents.contents_s {
  max-width: 980px;
}
.margin_clear {
  margin: 0 !important;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
/* カラー設定
------------------------------------------ */
.bg_color_wh {
  background-color: #FFF;
}
.bg_color01 {
  background-color: #F5F0E8;
}
.bg_color02 {
  background-color: #442B09;
}
.bg_color03 {
  background-color: #ACA08F;
}
.bg_color04 {
  background-color: #E6E6E6;
}
.font_color01 {
  color: #FFF;
}
.font_color02 {
  color: #442B09;
}
.font_color03 {
  color: #ACA08F;
}
.bg_stone {
  background: url("../img/index/bg_stone.png") no-repeat center center / cover;
}
/* パーツ設定
------------------------------------------ */
.btn {
  width: 80%;
  max-width: 250px;
  margin: 30px auto 0;
  background-color: #442B09;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.btn.btn02 {
  margin-top: 30px;
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
/*  margin: auto;*/
  padding: 15px 10px;
  color: #FFF;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
.btn a::before {
  content: "";
  width: 0%;
  height: 100%;
  color: #FFF;
  background: #73490f;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.btn a:hover {
  opacity: 1;
}
.btn a:hover::before {
  width: 100%
}
.btn a span {
  position: relative;
  z-index: 1;
}
.btn.btn02 a {
  padding: 12px 10px;
  color: #442B09;
  background-color: #FFF;
  border: 3px solid #442B09;
}
.btn02 a::before {
  background: #442B09;
}
.btn02 a:hover {
  color: #FFF;
  transition: 0.2s;
}
.contact_btn {
  border-radius: 50px;
/*  text-align: center;*/
}
.contact_btn a {
  display: inline-block;
  padding: 12px 30px;
  color: #FFF;
  background-color: #442B09;
  border-radius: 50px;
}
.btn.contact_btn a::before {
  border-radius: 50px;
}
.btn.contact_btn02 a {
  padding: 9px 30px;
  color: #442B09;
  background-color: #FFF;
  border: 3px solid #442B09;
}
.btn.contact_btn02 a:hover {
  color: #FFF;
  border:3px solid #FFF;
}
.g_nav_contact_btn a {
  display: block;
}
.svg_bg {
  position: relative;
}
.svg_bg::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -10px;
  left: 0;
}
.svg_before01::before {
  background-image: url("../img/index/svg/svg_before01.svg");
}
.svg_before02::before {
  background-image: url("../img/index/svg/svg_before02.svg");
  top: -13px;
}
.sc_ttl {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}
.sc_ttl.sc_ttl02 {
  margin-bottom: 20px;
}
.sc_ttl.sc_ttl_map {
  margin-bottom: 20px;
  text-align: left;
}
.sc_ttl .sc_ttl_sub {
  font-size: 1.6rem;
}
.sc_ttl .sc_ttl_main {
  font-size: 2.4rem;
}
.arrow_btn {
  position: relative;
}
.arrow_btn a::before {
  content: "";
  width: 34px;
  height: 34px;
  background-color: #ACA08F;
  border-radius: 25px;
  position: absolute;
  top: 10px;
  right: 0;
}
.arrow_btn a::after {
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 23px;
  right: 14px;
}
.arrow_mark {
  position: relative;
}
.arrow_mark::after {
  content: "";
  border-top: 2px solid #ACA08F;
  border-right: 2px solid #ACA08F;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 3px;
}
.fadeIn{
animation-name: fadeAnime;
animation-duration: 2s;
animation-fill-mode: forwards;
opacity:0;
}

@keyframes fadeAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* header
------------------------------------------ */
header {
  padding: 15px 10px 13px;
  margin-bottom: 6px;
}
header .h_logo a {
  display: block;
  font-size: 2rem;
  padding-left: 45px;
}
header .h_logo a::before {
  width: 40px;
  height: 40px;
  top: -4px;
  left: 0;
}
.hamburger {
  width: 60px;
  height: 60px;
  background-color: #442B09;
  border-bottom-left-radius: 20px;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
}
.hamburger span {
  width: 45%;
  display: inline-block;
  background-color: #FFF;
  position: absolute;
  left: 51%;
  transform: translate(-50%);
  height: 2px;
  transition: all 0.3s 0s ease;
}
.hamburger span:nth-of-type(1) {
  top: 15px;
}
.hamburger span:nth-of-type(2) {
  top: 26px;
}
.hamburger span:nth-of-type(3) {
  font-size: 1rem;
  color: #FFF;
  background-color: transparent;
  top: 33px;
  left: 47%;
}
.hamburger.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 42%;
}
.hamburger.active span:nth-of-type(2) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 42%;
}
/* g_nav
------------------------------------------ */
.g_nav {
  width: 340px;
  /*  max-width: 360px;*/
  height: 100%;
  transition: all 0.5s ease;
  position: fixed;
  z-index: 999;
  top: 66px;
  right: -120%;
}
.g_nav.active {
  right: 0;
}
.g_nav .g_nav_list {
  background-color: #F5F0E8;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.g_nav.active .g_nav_list {
  width: 340px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 999;
}
.g_nav ul {
  width: 150px;
  margin: auto;
  padding: 40px 0;
}
.g_nav li.g_nav_contact_btn {
  width: 155px;
  margin: 0;
  border-radius: 50px;
}
.g_nav li {
  margin-bottom: 20px;
}
.g_nav .g_nav_child {
  width: 100%;
  padding: 0;
}
.g_nav .g_nav_child li {
  margin: 5px 0 0;
}
.g_nav .g_nav_child li a {
  padding-left: 10px;
  font-size: 1.3rem;
}
.g_nav .g_nav_child li a::before {
  background-color: #442B09;
}
/* g_nav・f_nav共通設定
------------------------------------------ */
header .h_logo a, footer .f_logo {
  position: relative;
}
header .h_logo a::before, footer .f_logo::before {
  content: '';
  display: inline-block;
  background-image: url("../img/common/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
}
.g_nav .g_nav_child li a, footer .f_detail .f_nav .f_nav_child a {
  position: relative;
}
.g_nav .g_nav_child li a::before, footer .f_nav .f_nav_child li a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
/* footer
------------------------------------------ */
footer {
  padding-top: 60px;
  position: relative;
}
footer::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 60px;
  background-image: url("../img/common/footer_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
footer, footer a {
  color: #FFF;
}
footer .contents {
  max-width: 400px;
  margin: auto;
}
footer .f_logo::before {
  width: 30px;
  height: 30px;
  top: -35px;
  left: -2px;
}
footer .f_detail .f_detail_info .f_logo {
  margin-top: 35px;
  font-size: 1.8rem;
}
footer .f_detail .f_detail_info .f_address {
  margin: 10px 0;
  font-size: 1.4rem;
}
footer .f_detail .f_detail_info .f_tel {
  font-size: 1.8rem;
}
footer .f_detail .f_nav {
  display: none;
}
footer .contact_btn {
  width: 170px;
  margin-top: 50px
}
footer .f_copyright {
  margin-top: 25px;
  font-size: 1.4rem;
  text-align: center;
}
/* page_top
------------------------------------------ */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 90px;
    right: 10px;
  z-index: 99;
}
#page_top a {
    display: block;
    padding: 22px 0 0 1.5px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #01049D;
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
  letter-spacing: 1.2px;
    position: relative;
}
#page_top a::before {
    content: "";
    display: block;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #FFF;
    border-top: 0;
    position: absolute;
    top: 12px;
    left: 19px;
}
#page_top:hover {
  opacity: 0.7;
  cursor: pointer;
}
#page_top a:hover {
  opacity: 1;
}
@media (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .contents.contents_topsvg {
    padding-top: 75px;
}
  .contents.contents_bottomsvg {
    padding-bottom: 70px;
}
  .svg_before02 .contents.contents_topsvg02 {
    padding-top: 20px;
}
  .svg_before02::before {
    top: -40px;
  }
}
@media (min-width:980px) {
  body, a {
    font-size: 2rem;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .contents {
    padding: 80px 20px;
  }
  .contents.contents_topsvg {
    padding-top: 130px
  }
  .contents.contents_bottomsvg {
    padding-bottom: 100px;
  }
  .svg_bg::before {
    height: 300px;
    top: -45px;
  }
  .svg_before02 .contents.contents_topsvg02 {
    padding-top: 100px;
  }
  .btn {
    width: 100%;
    max-width: 290px;
    margin-top: 80px;
  }
  .btn a {
    max-width: 350px;
  }
  .btn.btn02 {
    margin-top: 80px;
  }
  .btn.btn03 {
    display: flex;
    justify-content: flex-end;
  }
  .btn.btn03 a {
    margin-left: 0;
    margin-right: 0;
  }
  .btn.contact_btn {
    width: 200px;
    height: 56px;
  }

  .btn_wrap {
    display: flex;
    justify-content: space-between;
  }
  .arrow_btn a::before {
    top: 12px;
  }
  .arrow_btn a::after {
    top: 26px;
  }
  .arrow_mark::after {
    width: 10px;
    height: 10px;
    top: 12px;
  }
  .sc_ttl,
  .sc_ttl.sc_ttl02 {
    margin-bottom: 60px;
  }
  .sc_ttl .sc_ttl_sub {
    font-size: 2.4rem;
  }
  .sc_ttl .sc_ttl_main {
    font-size: 4rem;
  }
  .sc_ttl02 {
    text-align: left;
  }
  /*-----header 980px-----*/
  header {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    height: 96px;
  }
  header .h_logo {
    width: 320px;
  }
  header .h_logo a {
    font-size: 2.4rem;
    padding: 8px 0 0 55px;
  }
  header .h_logo a::before {
    width: 50px;
    height: 50px;
    top: 3px;
    left: 0;
  }
  .hamburger {
    display: none;
  }
  /*-----g_nav 980px-----*/
  .g_nav {
    width: calc(100% - 320px);
    max-width: inherit;
    height: inherit;
    position: static;
  }
  .g_nav .g_nav_list {
    background-color: transparent;
  }
  .g_nav .g_nav_list > ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
  }
  .g_nav .g_nav_list ul li.g_nav_pc {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 150px;
    margin-bottom: 0;
    padding-bottom: 26px;
    position: relative;
  }
  .g_nav .g_nav_list ul li.g_nav_pc a {
    line-height: 1.4;
  }
  .g_nav .g_nav_list ul li.g_nav_pc a::before {
    display: block;
    color: #ACA08F;
    font-size: 1.6rem;
    text-align: center;
  }
  .g_nav .g_nav_list ul li.g_nav_pc:nth-child(2) a::before {
    content: 'SERVICE';
  }
  .g_nav .g_nav_list ul li.g_nav_pc:nth-child(3) a::before {
    content: 'COMPANY';
  }
  .g_nav .g_nav_list ul li.g_nav_pc:nth-child(4) a::before {
    content: 'RECRUIT';
  }
  .g_nav .g_nav_list ul li.g_nav_contact_btn {
    width: 200px;
    height: 56px;
  }
  .g_nav .g_nav_list ul li a {
    text-align: center;
  }
  .g_nav ul li.g_nav_pc:hover .g_nav_child {
    display: block;
  }
  .g_nav .g_nav_list .g_nav_child {
    display: none;
    width: calc(100% + 50px);
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(245,240,232,0.85);
     border: 1px solid #ACA08F;
    border-top: none;
  }
  .g_nav .g_nav_list .g_nav_child li {
    margin: 0;
  }
  .g_nav .g_nav_list .g_nav_child li a {
    padding: 20px 0;
    font-size: 1.6rem;
    border-top: 1px solid #ACA08F;
  }
  .g_nav .g_nav_list ul li.g_nav_pc .g_nav_child a::before {
    content: '';
  }
  .g_nav .g_nav_child li a {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .g_nav .g_nav_child li a::before {
    width: 0;
    height: 0;
  }
  /*-----footer 980px-----*/
  footer {
    padding-top: 120px;
  }
  footer::before {
    height: 100px;
  }
  footer .contents {
    max-width: 980px;
    position: relative;
  }
  footer .contents::after {
    content:'';
    display: block; 
    clear:both;
  }
  footer .f_detail {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  footer .f_detail .f_detail_info .f_logo {
    margin-top: 0;
    font-size: 2rem;
  }
  footer .f_detail .f_detail_info .f_address {
    margin: 10px 0;
    font-size: 1.6rem;
  }
  footer .f_detail .f_detail_info .f_tel {
    font-size: 2.4rem;
  }
  footer .f_detail .f_detail_info .f_tel span {
    font-size: 2rem;
  }
  footer .f_detail .f_nav {
    display: block;
  }
  footer .f_detail .f_nav > ul {
    width: 630px;
    display: flex;
    justify-content: flex-end;
  }
  footer .f_detail .f_nav ul li.f_nav_haschild {
    margin-left: 60px;
  }
  footer .f_detail .f_nav ul.f_nav_child {
    margin-bottom: 16px;
  }
  footer .f_detail .f_nav a {
    display: block;
    font-size: 1.6rem;
  }
  footer .f_nav .f_nav_child li a {
    padding-left: 10px;
    font-size: 1.4rem;
  }
  footer .f_nav .f_nav_child li a::before {
    background-color: #FFF;
  }
  footer .contact_btn {
    margin: 0 110px 0 0;
    float: right;
  }
  footer .f_copyright {
    margin: 0;
    font-size: 1.6rem;
    text-align: left;
    position: absolute;
    bottom: 80px;
    left: 20px;
  }
  /*-----page_top 980px-----*/
#page_top {
    bottom: 100px;
    right: 17px;
}
#page_top a {
    padding: 30px 0 0 2px;
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
}
#page_top a::before {
    content: "";
    display: block;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 12px solid #FFF;
    border-top: 0;
    position: absolute;
    top: 15px;
    left: 23px;
}

}
@media (min-width:1240px) {
  .contents {
    padding-left: 0;
    padding-right: 0;
  }
  /*-----header 1240px-----*/
  header {
    max-width: 1200px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /*-----g_nav 1240px-----*/
  .g_nav .g_nav_list ul li.g_nav_pc {
    width: 180px;
  }
  /*-----footer 1240px-----*/
  footer .contact_btn {
    right: 20px;
  }
  footer .f_copyright {
    left: 0;
  }
  footer .contact_btn {
    margin-right: 10px;
}
}