@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
}

@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
  }
}

html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  padding: 0;
  margin: 0;
}

html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
  padding: 0;
  margin: 0;
}

html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}

html caption,
html th {
  text-align: left;
}

html hr,
html legend {
  display: none;
}

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

html ol,
html ul {
  list-style: none;
}

html a img,
html fieldset {
  border: none;
}

html a:visited {
  text-decoration: none;
}

html p {
  margin-bottom: 12px;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html blockquote,
html dl,
html ol,
html pre,
html table,
html ul {
  margin-bottom: 0;
}

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

body {
  color: #2d3e50;
  font-size: 1.5em;
  font-family: "Noto Sans JP", "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.8;
  height: 100%;
  min-width: 1040px;
  background: #fff;
}

@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 1.5em;
    -webkit-overflow-scrolling: touch;
  }
}

#page {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}

@media (max-width: 480px) {
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #page.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
}

#header {
  min-width: 1020px;
}

@media (max-width: 480px) {
  #header {
    min-width: 100%;
  }
}

#header .header {
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  #header .header {
    padding: 15px 2%;
    max-width: 100%;
  }
}

#header .header img {
  display: block;
}

@media (max-width: 480px) {
  #header .header img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #header .header .head-logo {
    width: 60%;
  }
}

#header .header .head-inquiry .head-inquiry-img {
  margin-bottom: 5px;
}

#header .header .head-inquiry .list-note {
  line-height: 1.3;
}

@media (max-width: 480px) {
  #header .header .head-inquiry {
    display: none;
  }
}

#header .header #sp_navi {
  display: none;
}

@media (max-width: 480px) {
  #header .header #sp_navi {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  #header .header #sp_navi li {
    width: 47%;
  }
}

#gnavi {
  min-width: 1040px;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 480px) {
  #gnavi {
    font-size: 1.1rem;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #effae6;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0;
  }
}

#gnavi ul {
  margin: 0 auto;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  #gnavi ul {
    padding: 5% 0;
    max-width: 100%;
  }
}

#gnavi ul li {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*&:nth-child(1) {
				a {
					&:before {
						border-left: 1px solid #e2e2e2;
						height: 20px;
						width: 100%;
						display: inline-block;
						content: " ";						
						position: absolute;
						right: 0;
						top: 50%;
						-webkit-transform: translateY(-50%);
						-ms-transform: translateY(-50%);
						transform: translateY(-50%);
						@include sp {
							content: none;
						}
					}
				}
			}*/
}

@media (max-width: 480px) {
  #gnavi ul li {
    border-bottom: 1px solid #2d3e50;
    width: 100%;
  }
}

#gnavi ul li a {
  color: #2d3e50;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.4;
  padding: 17px;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  /*&:hover:before {
					height: 100%;
					width: 100%;
					content: " ";
					position: absolute;
					background: rgba(0, 0, 0, 0.5);
					left: 0;
					top: 0;
					z-index: -1;
				}*/
  /*&:hover {
					color: $base_color;
					@include sp {
						color:$base_font_color;
					}
					&:after {
						width: 100%;
						&:hover {
							width: 0;
						}
					}
				}*/
}

@media (max-width: 480px) {
  #gnavi ul li a {
    text-align: left;
    padding: 14px 0;
  }
}

#gnavi ul li a:before {
  border-left: 1px solid #e2e2e2;
  height: 20px;
  width: 100%;
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  #gnavi ul li a:before {
    content: none;
  }
}

#gnavi ul li a:after {
  height: 3px;
  width: 0;
  background: #4a9a7b;
  content: "";
  bottom: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #gnavi ul li a:hover {
    color: #4a9a7b;
  }
  #gnavi ul li a:hover::after {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #gnavi ul li.contact {
    margin: 30px 0 0;
    border: none;
  }
}

#gnavi ul li.contact a {
  color: #fff;
  position: relative;
}

@media (max-width: 480px) {
  #gnavi ul li.contact a {
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#06a165), to(#60bd99));
    background: linear-gradient(to right, #06a165, #60bd99);
  }
}

#gnavi ul li.contact a:before {
  background: -webkit-gradient(linear, left top, right top, from(#06a165), to(#60bd99));
  background: linear-gradient(to right, #06a165, #60bd99);
  border: none;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#gnavi ul li.contact a:after {
  content: none;
}

#gnavi ul li.contact a:hover:before {
  opacity: 0.7;
}

@media (max-width: 480px) {
  #gnavi ul li.contact a:hover:before {
    opacity: 1;
  }
}

#gnavi ul li.navi_slide {
  position: relative;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide {
    position: static;
  }
}

#gnavi ul li.navi_slide > a {
  cursor: pointer;
}

#gnavi ul li.navi_slide > ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 1020px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 10;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide > ul {
    position: static;
    z-index: unset;
    width: 100%;
    display: block;
    border: none;
    background: #f8f8f8;
    padding: 5px 15px;
    margin-bottom: 20px;
  }
}

#gnavi ul li.navi_slide > ul::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200vw;
  background: #effae6;
  left: 0;
  margin-left: -100vw;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide > ul::after {
    content: none;
  }
}

#gnavi ul li.navi_slide > ul > li {
  width: auto;
  border-bottom: none;
}

#gnavi ul li.navi_slide > ul > li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}

#gnavi ul li.navi_slide > ul > li a {
  display: block;
  min-height: 100%;
  padding: 17px 30px;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide > ul > li a {
    min-height: unset;
    padding: 14px 15px;
    margin: 0 -15px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

#gnavi ul li.navi_slide:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide:hover ul {
    display: block;
  }
}

@media (max-width: 480px) {
  #gnavi #close {
    color: #fff;
    font-size: 1.5rem;
    padding: 11px 5%;
    width: 100%;
    background: #186e40;
    text-align: center;
  }
  #gnavi #close span {
    font-size: 1.5rem;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
}

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

@media (max-width: 480px) {
  #gnavi.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#contents {
  background: #fff;
}

#contents .contents_header {
  padding: 80px 0;
  background: url("../img/stitle-pc.png") no-repeat center/cover;
}

@media (max-width: 480px) {
  #contents .contents_header {
    padding: 80px 0;
    background: url("../img/stitle-sp.png") no-repeat center/cover;
  }
}

#contents .contents_header .head_inner .title {
  font-size: 2.2rem;
  text-align: center;
}

#contents .contents_header .head_inner .title .sub {
  display: block;
  color: #0ca369;
  font-size: 1.4rem;
}

#contents .breadcrumbs {
  padding: 5px 0;
  background: #effae6;
}

#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
    padding: 0 20px;
  }
}

#contents .breadcrumbs ul:after {
  content: "";
  display: block;
  clear: both;
}

#contents .breadcrumbs ul li {
  font-size: 1.3rem;
  margin-right: 5px;
  float: left;
}

#contents .breadcrumbs ul li a {
  color: #111;
  margin-right: 4px;
  display: inline-block;
}

#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  #contents .breadcrumbs ul li a:hover {
    text-decoration: underline;
  }
}

#contents .section {
  padding: 80px 0 60px;
  position: relative;
  position: relative;
  z-index: 1;
  /*&:last-child {
		  padding-bottom: 100px;
		  @include sp {
			  padding-bottom: 60px
		  }
	  }*/
}

@media (max-width: 480px) {
  #contents .section {
    padding: 60px 0 40px;
  }
}

#contents .section.green:after {
  content: "";
  background: #effae6;
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

#contents .section:nth-of-type(2n) {
  background: #fffeef;
}

#contents .section#works {
  padding: 40px 0 60px;
}

@media (max-width: 480px) {
  #contents .section#works {
    padding: 0 0 40px;
  }
}

#contents .section.bg01 {
  background-color: #85c339;
  padding: 25px 0 0 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 480px) {
  #contents .section.bg01 {
    padding: 15px 0 60px;
  }
}

#contents .section.bg01::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 63px 80px 0 80px;
  border-color: #85c339 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

@media (max-width: 480px) {
  #contents .section.bg01::after {
    border-width: 32px 40px 0 40px;
  }
}

#contents .section.bg01 .section_inner {
  padding: 0;
}

@media (max-width: 480px) {
  #contents .section.bg01 .section_inner {
    padding: 0 20px;
  }
}

#contents .section.bg02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#effae6), color-stop(51%, #effae6), color-stop(51%, #fff)) no-repeat;
  background: linear-gradient(180deg, #effae6 0%, #effae6 51%, #fff 51%) no-repeat;
  z-index: 9;
}

#contents .section .section_title {
  font-size: 2.8rem;
  text-align: center;
  line-height: 2.5;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  #contents .section .section_title {
    max-width: 100%;
    font-size: clamp(1.7rem, 5vw, 2.3rem);
    letter-spacing: 0;
    margin-bottom: 25px;
  }
}

#contents .section .section_title:after {
  content: "";
  border: 1px solid #51b035;
  width: 50px;
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  #contents .section .section_title:after {
    top: 54px;
  }
}

#contents .section .section_title span {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}

#contents .section .section_title.ttl02 {
  margin-bottom: 30px;
  line-height: 1.6;
}

#contents .section .section_title.ttl02::after {
  content: none;
}

#contents .section .section_title.ttl02 span {
  margin-bottom: 10px;
}

#contents .section .section_title.ttl03 {
  color: #fff;
  margin-bottom: 15px;
}

#contents .section .section_title.ttl03::after {
  content: none;
}

#contents .section .section_title.ttl03 .ttl-line {
  background-color: #85c339;
  font-size: 3.2rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 480px) {
  #contents .section .section_title.ttl03 .ttl-line {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}

#contents .section .section_title.ttl03::before {
  content: "";
  width: 980px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: -1;
}

@media (max-width: 480px) {
  #contents .section .section_title.ttl03::before {
    width: 100%;
  }
}

#contents .section .section_title.ttl04 {
  color: #000;
  line-height: 1;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  #contents .section .section_title.ttl04 {
    margin-bottom: 15px;
  }
}

#contents .section .section_title.ttl04 .ttl-sub {
  font-weight: bold;
  font-size: 2.4rem;
  display: block;
}

@media (max-width: 480px) {
  #contents .section .section_title.ttl04 .ttl-sub {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

#contents .section .section_title.ttl04 .ttl-sub.mb {
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  #contents .section .section_title.ttl04 .ttl-sub.mb {
    margin-bottom: 15px;
  }
}

#contents .section .section_title.ttl04 .ttl-main {
  font-size: 6.85rem;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #contents .section .section_title.ttl04 .ttl-main {
    font-size: 4rem;
    margin-bottom: 15px;
  }
}

#contents .section .section_title.ttl04 .fs-114 {
  font-size: 11.4rem;
}

@media (max-width: 480px) {
  #contents .section .section_title.ttl04 .fs-114 {
    font-size: 6rem;
  }
}

#contents .section .section_title.ttl04 span {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}

#contents .section .section_title.ttl04::after {
  content: none;
}

#contents .section .section_inner {
  margin: 0 auto;
  padding: 0 0 20px;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #contents .section .section_inner {
    padding: 20px;
    max-width: 100%;
  }
}

#contents .section .section_inner .child_content_section {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section {
    margin-bottom: 25px;
  }
}

#contents .section .section_inner .child_content_section.border {
  border: 2px solid #85c339;
  background-color: #fff;
  padding: 45px 0 20px;
  margin: 0 -90px 50px;
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section.border {
    padding: 25px 0 10px;
    margin: 0 0 25px;
  }
}

#contents .section .section_inner .child_content_section .section_title {
  font-size: 1.8rem;
  border-left: 6px solid #b6c8d3;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #eef2f4;
}

#contents .section .section_inner .child_content_section .child_content_section_title {
  font-size: 2rem;
  border-bottom: 2px solid #89b93f;
  padding-bottom: 10px;
  margin-bottom: 55px;
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section .child_content_section_title {
    margin-bottom: 25px;
  }
}

#contents .section .section_inner .child_content_section .child_content_section_title.mb25 {
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section .child_content_section_title.mb25 {
    margin-bottom: 20px;
  }
}

#contents .section .section_inner .child_content_section .child_content_section_title.ttl01 {
  text-align: center;
  font-weight: bold;
  border-bottom: none;
  line-height: 1.4;
  padding-bottom: 0;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section .child_content_section_title.ttl01 {
    margin-bottom: 20px;
  }
}

#contents .section .section_inner .child_content_section .child_content_section_title.ttl01 .ttl-sub {
  display: block;
  font-size: 2.4rem;
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section .child_content_section_title.ttl01 .ttl-sub {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
}

#contents .section .section_inner .child_content_section .child_content_section_title.ttl01 .ttl-main {
  display: block;
  font-size: 2.8rem;
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section .child_content_section_title.ttl01 .ttl-main {
    font-size: clamp(1.4rem, 4.3vw, 1.7rem);
  }
}

#contents .section .section_inner .child_content_section .child_content_section_list {
  width: 505px;
  margin: 0 auto;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section .child_content_section_list {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

#contents .section .section_inner .child_content_section .child_content_section_list li {
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
}

#contents .section .section_inner .child_content_section .child_content_section_list li::before {
  content: "●";
  font-size: 1rem;
  color: #46b94d;
  position: relative;
  left: 0em;
  top: -0.2em;
}

#contents .section .section_inner .child_content_section .section_inner {
  padding: 0 10px 15px;
  /* .in_content */
}

#contents .section .section_inner .child_content_section .section_inner.prl-20 {
  padding: 0 20px 15px;
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section .section_inner.prl-20 {
    padding: 0 5% 15px;
  }
}

#contents .section .section_inner .child_content_section .section_inner .in_content {
  padding: 12px 5px 20px;
}

#contents .section .section_inner .child_content_section .section_inner .in_content .title {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 12px;
  padding: 10px 15px;
  background: #f1f1f1;
}

#contents .section .section_inner .child_content_section .section_inner .in_content .in_content_inner {
  padding: 10px 5px;
}

#contents .section.line {
  border-top: 1px dashed #ccc;
}

#contents .pick_text {
  color: #6699cc;
  font-size: 1.9rem;
  margin-bottom: 16px;
}

#contents .pick_text.fc_red {
  color: #ff0000;
}

.footer {
  min-width: 1020px;
  position: relative;
  border-top: 2px solid #4a9a7b;
}

@media (max-width: 480px) {
  .footer {
    min-width: 100%;
  }
}

.footer .side_btn {
  position: fixed;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0;
  line-height: 1;
  top: 20%;
  right: 0;
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 480px) {
  .footer .side_btn {
    width: 80%;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
    top: auto;
    bottom: 0;
    left: 10px;
    right: auto;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.footer .side_btn.fixed {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 480px) {
  .footer .side_btn.fixed {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.footer .side_btn.side_btn2 .side_btn_link {
  width: 65px;
  height: auto;
  padding: 50px 0 20px;
  border: 5px solid #c1e891;
  background-color: #85c339;
}

@media (max-width: 480px) {
  .footer .side_btn.side_btn2 .side_btn_link {
    width: 100%;
    padding: 14px 10px 14px 44px;
  }
}

.footer .side_btn.side_btn2 .side_btn_link::after {
  content: none;
}

.footer .side_btn.side_btn2 .tel-mark {
  position: absolute;
  width: 30px;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .footer .side_btn.side_btn2 .tel-mark {
    width: 25px;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.footer .side_btn.side_btn2 .tel-mark img {
  width: 100%;
  display: block;
}

.footer .side_btn.side_btn2 .side_btn_link_main {
  font-size: 2rem;
}

@media (max-width: 480px) {
  .footer .side_btn.side_btn2 .side_btn_link_main {
    font-size: 1.6rem;
  }
}

.footer .side_btn_link {
  position: relative;
  width: 80px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  border: 5px solid #97d7b1;
  border-right: none;
  background-color: #36a663;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 480px) {
  .footer .side_btn_link {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 3px solid #97d7b1;
    border-bottom: none;
  }
}

.footer .side_btn_link:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .footer .side_btn_link:hover {
    opacity: 1;
  }
}

.footer .side_btn_link::after {
  position: absolute;
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .footer .side_btn_link::after {
    left: auto;
    right: 10px;
  }
}

.footer .side_btn_link_sub {
  font-size: 1.8rem;
  display: block;
  margin-left: 5px;
}

@media (max-width: 480px) {
  .footer .side_btn_link_sub {
    font-size: 1.4rem;
    margin: 0 0 3px;
  }
}

.footer .side_btn_link_main {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .footer .side_btn_link_main {
    font-size: 1.8rem;
  }
}

.footer #pagetop {
  display: none;
}

@media (max-width: 480px) {
  .footer #pagetop {
    width: 12%;
  }
}

.footer #pagetop:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .footer #pagetop:hover {
    opacity: 1;
  }
}

.footer #pagetop a {
  text-align: center;
  color: #000;
  text-decoration: none;
}

.footer #pagetop a img {
  display: block;
}

@media (max-width: 480px) {
  .footer #pagetop a img {
    width: 100%;
  }
}

.footer #pagetop.fixed {
  right: 3%;
  bottom: 50px;
  display: block;
  z-index: 10000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

@media (max-width: 480px) {
  .footer #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.footer .footer_inner {
  padding: 45px 0 0;
  max-width: 1020px;
  margin: 0 auto;
  /*.footer_company_navi {
      border-top: 1px solid #fff;
      margin: 0 auto;
      padding: 15px 0;
      max-width: $pc;
      @include sp {
        border-top: 1px solid #58461c;
        padding: 25px 0;
        max-width: 100%;
      }
      ul {
        margin: 0 auto;
        max-width: $pc;
        @include sp {
          padding: 0 15px;
          max-width: 100%;
        }
        @include clearfix();
        li {
          font-size: 1.2rem;
          margin-right: 25px;
          float: left;
          @include sp {
            float: none;
          }
          &:before {
            margin-right: 8px;
            content: url("img/footer-point01.png");
            position: relative;
            top: 2px;
          }
        }
      }
    }*/
}

@media (max-width: 480px) {
  .footer .footer_inner {
    padding: 45px 20px 0;
  }
}

.footer .footer_inner a {
  color: #000;
  text-decoration: none;
  color: #2d3e50;
}

.footer .footer_inner a:hover {
  text-decoration: underline;
}

.footer .footer_inner .footerinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo {
    margin-bottom: 30px;
    display: block;
  }
}

.footer .footer_inner .footerinfo .footer-company-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 470px;
  padding-right: 25px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-overview {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

.footer .footer_inner .footerinfo .footer-company-overview .main {
  width: 330px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-overview .main {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer .footer_inner .footerinfo .footer-company-overview .logo a {
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-overview .logo a {
    margin: 0 auto 10px;
    width: 250px;
  }
}

.footer .footer_inner .footerinfo .footer-company-overview .logo a img {
  width: 100%;
}

.footer .footer_inner .footerinfo .footer-company-overview .area {
  border: 1px solid #89b93f;
}

.footer .footer_inner .footerinfo .footer-company-overview .area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer_inner .footerinfo .footer-company-overview .area dl dt {
  width: 50%;
  background: #89b93f;
  color: #fff;
  padding: 3px 0;
  text-align: center;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-overview .area dl dt {
    padding: 7px 0;
  }
}

.footer .footer_inner .footerinfo .footer-company-overview .area dl dd {
  width: 50%;
  text-align: center;
}

.footer .footer_inner .footerinfo .footer-company-overview .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-overview .sns {
    margin-bottom: 20px;
    padding: 5px 0;
    width: 100%;
    display: block;
  }
}

.footer .footer_inner .footerinfo .footer-company-overview .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer_inner .footerinfo .footer-company-overview .sns ul:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-overview .sns ul {
    width: 80%;
    margin: 0 auto;
  }
}

.footer .footer_inner .footerinfo .footer-company-overview .sns li {
  width: 35px;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-overview .sns li {
    width: 18%;
  }
  #page .footer .footer_inner .footerinfo .footer-company-overview .sns li {
    margin: 0 5% 0 0;
  }
  #page .footer .footer_inner .footerinfo .footer-company-overview .sns li:nth-child(4n), #page .footer .footer_inner .footerinfo .footer-company-overview .sns li:last-child {
    margin-right: 0;
  }
  #page .footer .footer_inner .footerinfo .footer-company-overview .sns li:nth-child(n + 5) {
    margin-top: 5%;
  }
}

.footer .footer_inner .footerinfo .footer-company-overview .sns li:nth-child(2n), .footer .footer_inner .footerinfo .footer-company-overview .sns li:last-child {
  margin-right: 0;
}

.footer .footer_inner .footerinfo .footer-company-overview .sns li:nth-child(n + 3) {
  margin-top: 10px;
}

.footer .footer_inner .footerinfo .footer-company-overview .sns img {
  display: block;
  width: 100%;
}

.footer .footer_inner .footerinfo .footer-company-overview .sns a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .footer .footer_inner .footerinfo .footer-company-overview .sns a:hover {
    opacity: 0.5;
  }
}

.footer .footer_inner .footerinfo .footer-company-overview .sns p {
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0;
  font-size: 90%;
  color: #186e40;
  text-shadow: 0.3px 0 0 #186e40;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-overview .sns p {
    letter-spacing: 1.5px;
    font-size: 110%;
    text-shadow: none;
    font-weight: bold;
  }
}

.footer .footer_inner .footerinfo .footer-company-overview .sns p::after {
  margin-right: -10px;
  content: "";
}

.footer .footer_inner .footerinfo .footer-company-overview .sns p span {
  display: inline-block;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-overview .sns p span {
    display: inline;
  }
}

.footer .footer_inner .footerinfo .footer-company-info {
  border-left: 1px solid #ccc;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 450px;
  margin-right: 32px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-info {
    margin-bottom: 20px;
    border: none;
    padding-left: 0;
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

.footer .footer_inner .footerinfo .footer-company-info dl dd {
  margin-bottom: 15px;
}

.footer .footer_inner .footerinfo .footer-company-info dl dd:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer-company-info dl dd {
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }
}

.footer .footer_inner .footerinfo .alsok-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .alsok-img {
    width: 35%;
    margin: 0 auto;
  }
}

.footer .footer_inner .footerinfo .alsok-img img {
  width: 100%;
}

.footer .footer_inner .footernavi {
  margin: 0 auto;
  padding: 20px;
  max-width: 1020px;
  border-top: 1px solid #ccc;
  /*@include clearfix();*/
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi {
    margin: 0;
    padding: 30px 15px;
    max-width: 100%;
  }
}

.footer .footer_inner .footernavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer .footer_inner .footernavi ul li {
  margin-right: 14px;
  /*float: left;*/
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li {
    margin-right: 0;
    width: 50%;
  }
}

.footer .footer_inner .footernavi ul li:before {
  color: #2d3e50;
  font-size: 1.3rem;
  margin-right: 14px;
  content: "|";
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li:before {
    content: "\0bb";
    line-height: 1;
    font-size: 1.7rem;
    margin-right: 3px;
  }
}

.footer .footer_inner .footernavi ul li:last-child:after {
  color: #2d3e50;
  font-size: 1.3rem;
  margin-left: 20px;
  content: "|";
}

@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li:last-child:after {
    content: none;
  }
}

.footer .copy {
  text-align: center;
  padding: 9px 0 2px;
  background: #4a9a7b;
}

@media (max-width: 480px) {
  .footer .copy {
    padding: 10px 0 13px;
  }
}

.footer .copy img {
  vertical-align: bottom;
  position: relative;
  top: -4px;
  left: 14px;
}

@media (max-width: 480px) {
  .footer .copy img {
    margin: 0 auto;
    display: block;
    top: 2px;
    left: auto;
  }
}

.footer .copy a {
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 480px) {
  .footer .copy a {
    font-size: 1.2rem;
  }
}

.access_map {
  padding: 0 10px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map {
    padding: 0 10px;
    width: 100%;
  }
}

.access_map .map_set {
  border: 1px dotted #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 450px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map .map_set {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    height: 200px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 1rem;
    padding: 13px 10px;
  }
}

.access_map .access_data {
  padding: 15px 0 0;
}

.access_map .access_data dl {
  padding: 0 5px;
  margin-bottom: 20px;
}

.access_map .access_data dl:after {
  content: "";
  display: block;
  clear: both;
}

.access_map .access_data dl dt {
  font-weight: bold;
  float: left;
}

@media (max-width: 480px) {
  .access_map .access_data dl dt {
    float: none;
  }
}

.access_map .access_data dl dd {
  padding-left: 80px;
}

@media (max-width: 480px) {
  .access_map .access_data dl dd {
    padding-left: 0;
    margin-bottom: 12px;
  }
}

.access_map .access_data dl dd .postal_code {
  margin-right: 1.5rem;
}

@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 0;
    display: block;
  }
}

.access_map .access_data dl dd a {
  color: #2d3e50;
}

.access_map .traffic_guide li {
  text-indent: -15px;
  padding-left: 15px;
  line-height: 1.5;
  margin-bottom: 7px;
}

.access_map .traffic_guide li:last-child {
  margin-bottom: 0;
}

.privacy_section {
  padding: 50px 0 70px;
}

@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}

.privacy_section .privacy_section_inner {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    padding: 0 10px;
    max-width: 100%;
  }
}

.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1.6rem;
  border-left: 6px solid #186e40;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #f7f8f9;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #186e40;
    margin-bottom: 20px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  padding: 0 10px 15px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    padding: 0 5px 15px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 10px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.inquiry_info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.inquiry_info .inquiry_info_set {
  width: 45%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
  /*&:not(:last-child) {
			&:after {
				content: '';
				border-right: 1px solid $base_font_color;
				height: 50px;
				position: absolute;
				right: 0;
				top: 50%;
				transform: translateY(-50%);
				@include sp {
					border-right: none;
					border-bottom: 1px dashed $base_font_color;
					right: 50%;
					transform: translateX(50%);
					width: 60%;
				}
			}
		}*/
}

@media (max-width: 480px) {
  .inquiry_info .inquiry_info_set {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.inquiry_info .inquiry_info_set .no a {
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  color: #2d3e50;
}

@media (max-width: 480px) {
  .inquiry_info .inquiry_info_set .no a {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

.inquiry_info .inquiry_info_set .no a span {
  /*font-size: 65%;*/
  margin-right: 10px;
}

.inquiry_info .inquiry_info_set .tel_sub a {
  color: #2d3e50;
  font-size: 2.5rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.inquiry_info .inquiry_info_set .tel_sub a span {
  color: #2d3e50;
  font-size: 1.6rem;
  padding: 0px 5px 3px;
  margin-right: 0;
}

.inquiry_info .inquiry_info_set .fax,
.inquiry_info .inquiry_info_set .tel {
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 480px) {
  .inquiry_info .inquiry_info_set .fax,
  .inquiry_info .inquiry_info_set .tel {
    font-size: 3rem;
  }
}

.inquiry_info .inquiry_info_set .fax span,
.inquiry_info .inquiry_info_set .tel span {
  color: #2d3e50;
  font-size: 2rem;
  padding: 5px 15px 0;
}

@media (max-width: 480px) {
  .inquiry_info .inquiry_info_set .fax span,
  .inquiry_info .inquiry_info_set .tel span {
    font-size: 1.6rem;
    padding: 0px 5px 3px;
    margin-right: 10px;
  }
}

.inquiry_info .inquiry_info_set.tel, .inquiry_info .inquiry_info_set.fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.inquiry_info .inquiry_info_set .list-note {
  text-align: right;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .inquiry_info .inquiry_info_set .list-note {
    text-align: center;
  }
}

.time {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.8rem;
  width: 370px;
  margin: 0 auto;
  padding: 5px 0 7px;
  color: #fff;
  background: #4a9a7b;
}

@media (max-width: 480px) {
  .time {
    font-size: 1.5rem;
    width: 100%;
  }
}

.attent_block {
  margin-bottom: 20px;
}

.attent_block .title {
  font-size: 1.6rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
}

.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}

@media (max-width: 480px) {
  .thanks_msg {
    text-align: left;
  }
}

.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}

#MailForm span.required {
  background: #ec6404;
}

#MailForm span.any {
  background: #999;
}

#MailForm table {
  margin: 0 0 25px;
  width: 100%;
}

@media (max-width: 480px) {
  #MailForm table {
    border: 0;
  }
}

#MailForm table td,
#MailForm table th {
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding: 30px 25px;
}

@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}

#MailForm table th {
  border-bottom: 1px solid #74a88c;
  padding-left: 75px;
  width: 25%;
  position: relative;
  /*&:before {
		@include sp {
        color: #666666;
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 1;
        margin-right: 5px;
        content: "\025a0";
      }
    }*/
}

@media (max-width: 480px) {
  #MailForm table th {
    padding: 12px;
    width: 100%;
    background: #f7f8f9;
  }
}

#MailForm table th span {
  position: absolute;
  left: 25px;
}

@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}

@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 35px;
    padding: 15px 12px 0;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "メイリオ";
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}

@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
  }
}

#MailForm select {
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 3px 27px 3px 13px;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#MailForm label {
  padding: 2px 0;
  cursor: pointer;
}

@media (max-width: 480px) {
  #MailForm input[type="submit"],
  #MailForm input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]::-webkit-search-decoration,
  #MailForm input[type="button"]::-webkit-search-decoration {
    display: none;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]:focus,
  #MailForm input[type="button"]:focus {
    outline-offset: -2px;
  }
}

#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}

#MailForm .form25 {
  width: 25%;
}

@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}

#MailForm .form45 {
  width: 45%;
}

@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}

#MailForm .form60 {
  width: 60%;
}

@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}

#MailForm .form90 {
  width: 93%;
}

@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}

#MailForm .focus {
  background: #ffe7e0;
}

#MailForm .important_text {
  line-height: 1.4;
  margin-bottom: 27px;
}

#MailForm .important_text li {
  text-indent: -16px;
  padding-left: 16px;
  margin-bottom: 7px;
  line-height: 1.5;
}

#MailForm .inquiry_inset {
  margin-bottom: 50px;
}

#MailForm .confirm_txt {
  text-align: center;
}

@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
  }
}

.send_btn_inner {
  text-align: center;
  padding: 15px 0 20px;
}

.send_btn_inner .send_btn {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  padding: 15px 0;
  background: #89b93f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .send_btn_inner .send_btn {
    font-size: 100%;
    padding: 15px 10px;
  }
}

.send_btn_inner .send_btn:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .send_btn_inner .send_btn:hover {
    opacity: 1;
  }
}

.send_btn_inner .submit_btn {
  width: 50%;
}

@media (max-width: 480px) {
  .send_btn_inner .submit_btn {
    margin-bottom: 15px;
    width: 80%;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}

@media (max-width: 480px) {
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}

#contents .inquiry-info li {
  margin-right: 15px;
  float: left;
}

.send_inner {
  padding: 12px 0 20px;
}

.send_inner .send_step_msg {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
}

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: #ff9900;
  display: inline-block;
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
}

.send_confirm_table {
  padding: 17px 0 30px;
}

.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 480px) {
  .send_confirm_table table {
    width: 100%;
  }
}

.send_confirm_table table td,
.send_confirm_table table th {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}

@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
}

.send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}

@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
}

@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
}

.send_inner .send_error {
  padding: 15px 0 30px;
}

.send_inner .send_error li {
  font-size: 1.4rem;
  padding: 5px 0;
}

.send_inner .send_error li:before {
  color: #c2c2c2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "\0025cf";
}

.send_inner .send_error li span {
  color: #ff3333;
  margin-right: 5px;
  display: inline-block;
}

.table_base {
  padding: 0 0 25px;
}

.table_base table {
  width: 100%;
  background: #fff;
}

@media (max-width: 480px) {
  .table_base table {
    border: 0;
  }
}

.table_base table td,
.table_base table th {
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding: 30px 16px;
}

@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    font-weight: normal;
    border: 0;
    padding: 12px;
    display: block;
  }
}

.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.table_base table td span.map_jump a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #cc6600;
  display: inline-block;
}

.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
}

.table_base table tbody th {
  border-bottom: 1px solid #74a88c;
  text-align: center;
  width: 28%;
}

@media (max-width: 480px) {
  .table_base table tbody th {
    text-align: left;
    width: 100%;
    background: #f7f8f9;
  }
}

.table_base table tbody td {
  padding: 30px 40px;
}

@media (max-width: 480px) {
  .table_base table tbody td {
    margin-bottom: 30px;
    padding: 15px 12px 0;
  }
}

.table_base table dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.table_base table dd:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.content_inner {
  padding: 10px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .content_inner {
    padding: 0 0 25px;
    display: block;
  }
}

.content_inner .images img {
  width: 100%;
}

.content_inner.w_margin410 .images {
  width: 410px;
}

@media (max-width: 480px) {
  .content_inner.w_margin410 .images {
    width: 100%;
  }
}

.content_inner.w_margin410 .msg {
  width: 570px;
}

@media (max-width: 480px) {
  .content_inner.w_margin410 .msg {
    width: 100%;
  }
}

.content_inner.w_margin450 .images {
  width: 450px;
}

@media (max-width: 480px) {
  .content_inner.w_margin450 .images {
    width: 100%;
  }
}

.content_inner.w_margin450 .msg {
  width: 530px;
}

@media (max-width: 480px) {
  .content_inner.w_margin450 .msg {
    width: 100%;
  }
}

/* .image_list */
.image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image_list li img {
  width: 100%;
  display: block;
}

.image_list li span {
  padding: 15px 0 0;
  display: block;
}

.image_list.two_image li {
  width: calc(90% / 2);
}

.image_list.two_image li:nth-child(odd) {
  margin-right: 4%;
}

.image_list.three_image li {
  width: calc(91% / 3);
}

.image_list.three_image li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.image_list.four_image li {
  width: 22%;
  margin-right: 4%;
}

@media (max-width: 480px) {
  #contents .image_list.four_image li {
    width: 47%;
    margin: 0 6% 0 0;
  }
  #contents .image_list.four_image li:nth-child(2n) {
    margin-right: 0;
  }
  #contents .image_list.four_image li:nth-child(n + 3) {
    margin-top: 6%;
  }
}

.image_list.four_image li:nth-child(4n) {
  margin-right: 0;
}

.image_list.four_image li:nth-child(n + 5) {
  margin-top: 3%;
}

.works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works_list a {
  color: inherit;
  text-decoration: none;
}

.works_list p {
  margin-bottom: 0;
}

.works_item {
  width: calc(33.333% - 12px);
  -webkit-box-shadow: 0px 0px 5px #c9c5c5;
          box-shadow: 0px 0px 5px #c9c5c5;
  margin-bottom: 18px;
}

@media (max-width: 480px) {
  .works_item {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .works_item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
  }
}

.works_item:not(:nth-child(3n)) {
  margin-right: 18px;
}

@media (max-width: 480px) {
  .works_item:not(:nth-child(3n)) {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .works_item:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (min-width: 480px) {
  .works_item:hover {
    color: #89b93f;
  }
  .works_item:hover .works_item_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
  .works_item:hover .works_item_txt::after {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
}

.works_item_img {
  overflow: hidden;
  height: 232px;
}

@media (max-width: 480px) {
  .works_item_img {
    width: 30%;
    height: 25vw;
  }
}

.works_item_img img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.works_item_main {
  background-color: #fff;
  padding: 20px 25px;
}

@media (max-width: 480px) {
  .works_item_main {
    width: 70%;
    padding: 0 0 0 10px;
  }
}

@media (max-width: 480px) {
  .works_item_area {
    font-size: 1.3rem;
  }
}

.works_item_title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .works_item_title {
    font-size: 1.6rem;
  }
}

.works_item_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .works_item_category {
    margin-bottom: 0px;
  }
}

.works_item_category li {
  background-color: #4a9a7b;
  color: #fff;
  padding: 0px 5px;
}

@media (max-width: 480px) {
  .works_item_category li {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

.works_item_category li:not(:last-child) {
  margin-right: 5px;
}

.works_item_data {
  color: #999;
}

@media (max-width: 480px) {
  .works_item_data {
    font-size: 1.3rem;
  }
}

.works_item_txt {
  font-size: 1.3rem;
  text-align: right;
}

.works_item_txt::after {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  padding-left: 0.2em;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* .nothing_text */
.nothing_text {
  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;
  width: 100%;
  font-size: 1.8rem;
  padding: 50px 0;
}

@media (max-width: 480px) {
  .nothing_text {
    text-align: left;
    font-size: 1.5rem;
    padding: 20px 0;
  }
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.only_pc {
  display: block !important;
}

@media (max-width: 480px) {
  .only_pc {
    display: none !important;
  }
}

.only_sp {
  display: none !important;
}

@media (max-width: 480px) {
  .only_sp {
    display: block !important;
  }
}

.tel a {
  color: #000;
  text-decoration: none;
  color: #2d3e50;
  cursor: inherit;
  pointer-events: none;
}

@media (max-width: 480px) {
  .tel a {
    pointer-events: inherit;
  }
}

.fade_hover a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 480px) {
  .fade_hover a {
    -webkit-transition: none;
    transition: none;
  }
}

.fade_hover a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .fade_hover a:hover {
    opacity: 1;
  }
}

.btn_base {
  margin: 0 auto;
  width: 360px;
}

@media (max-width: 480px) {
  .btn_base {
    width: 90%;
  }
}

.btn_base a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  background: #4a9a7b;
  border: 1px solid #4a9a7b;
  display: block;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.btn_base a:after {
  content: ">";
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 480px) {
  .btn_base a:after {
    right: 25px;
  }
}

.btn_base a:hover {
  color: #89b93f;
  background: #fff;
  border: 1px solid #89b93f;
}

@media (max-width: 480px) {
  .btn_base a:hover {
    color: #fff;
    background: #4a9a7b;
    border: 1px solid #4a9a7b;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  max-width: 1020px;
  margin: 0 auto 50px;
}

@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 100%;
  }
}

.acc_btn {
  cursor: pointer;
}

.acc_in {
  display: none;
}

.tab-box {
  padding-top: 30px;
  border-bottom: 2px solid #51b035;
}

@media (max-width: 480px) {
  .tab-box {
    padding: 15px 15px 0;
  }
}

.tab-box .tab-box__ttl {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .tab-box .tab-box__ttl {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.tab-box .tab-box__set {
  width: 680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 480px) {
  .tab-box .tab-box__set {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .tab-box .tab-box__item {
    width: 48%;
  }
}

.tab-box .tab-box__item a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 330px;
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #bec1c5;
  border-radius: 10px 10px 0 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.2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 480px) {
  .tab-box .tab-box__item a {
    height: 40px;
    font-size: 1.2rem;
    width: 100%;
  }
}

.tab-box .tab-box__item a:hover {
  opacity: 0.7;
}

.tab-box .tab-box__item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .tab-box .tab-box__item:not(:last-child) {
    margin-right: 4%;
  }
}

.tab-box .tab-box__item.active a {
  height: 75px;
  background-color: #51b035;
}

@media (max-width: 480px) {
  .tab-box .tab-box__item.active a {
    height: 50px;
    font-size: 1.5rem;
  }
}

.tab-box .tab-box__item.active a:hover {
  opacity: 1;
}

.list-note {
  color: #6f728a;
  font-size: 1.2rem;
}

.list-note li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media (max-width: 480px) {
  .list-note li {
    font-size: 1rem;
  }
}

.list-note li::before {
  content: "※";
  display: inline;
}

.fc-w {
  color: #fff;
}

.fs-big {
  font-size: 2em;
}

.fs-16 {
  font-size: 1.6rem;
}

.fc-o {
  color: #ed6d28;
}

.fc-gr {
  color: #4a9838;
}
/*# sourceMappingURL=common.css.map */