@charset "UTF-8";
@font-face {
  font-family: 'Poppins-Light';
  font-style: normal;
  font-weight: 100;
  src: local("Poppins-Light"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fontsPoppins-Light.woff") format("woff");
}

@font-face {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: 400;
  src: local("Poppins-Regular"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.woff") format("woff");
}

.sp {
  display: none !important;
}

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

.flex_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.clear {
  clear: both;
}

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

.bold {
  font-weight: bold;
}

a {
  color: #000000;
  display: inline-block;
}

#wrapper {
  letter-spacing: 0.1em;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

header h1 {
  margin-left: 10px;
}

header nav {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #ffffff;
  width: 100%;
}

header nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

header nav ul li {
  padding: 25px 34px;
}

header nav ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

header nav ul li a:hover {
  opacity: .5;
}

header nav ul li:last-child {
  background-color: #ec870f;
  padding: 25px 70px;
  margin-left: 34px;
}

header nav ul li:last-child a {
  color: #ffffff;
}

#main {
  margin-top: 64px;
}

#main .inner {
  position: relative;
}

#main .breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 12px;
  font-family: 'Poppins-Regular';
  font-weight: 400;
}

#main .breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-weight: bold;
  /*太字*/
}

#main .breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #ffffff;
}

#main .breadcrumb li:last-child:after {
  content: '';
}

#main .breadcrumb li a {
  text-decoration: none;
  color: #ffffff;
  /*色*/
}

#main .breadcrumb li a:hover {
  text-decoration: underline;
}

footer #ft_contact {
  text-align: center;
  background-color: #179e59;
  padding: 70px 0;
  color: #ffffff;
}

footer #ft_contact h2 {
  margin-bottom: 35px;
  font-family: 'Poppins-Regular';
  font-weight: 400;
}

footer #ft_contact .lead {
  line-height: 1.7;
  margin-bottom: 55px;
}

footer #ft_contact a {
  position: relative;
  color: #ffffff;
  width: 373px;
  border: 1px solid #ffffff;
  padding: 25px 0;
  font-size: 20px;
}

footer #ft_contact a::before {
  content: "";
  background: url("../img/common/ft_contact_icon.png") center no-repeat;
  background-size: cover;
  width: 28px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
}

footer #ft_menu {
  font-family: "Poppins-Regular";
  font-weight: 400px;
  padding: 55px 0 60px;
}

footer #ft_menu ul li {
  padding: 5px 30px;
  border-right: 1px solid #000000;
  font-size: 14px;
}

footer #ft_menu ul li:last-child {
  border-right: none;
}

footer small {
  display: block;
  text-align: center;
  font-family: "Poppins-Regular";
  font-weight: 400px;
  font-size: 14px;
  padding-bottom: 20px;
}

footer .top-btn {
  /* width: 56px; */
  /* height: 56px; */
  font-size: 10px;
  border: 1px solid;
  padding: 10px;
  font-family: "Poppins-Regular";
  font-weight: 400px;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  #wrapper {
    font-size: 3.733vw;
  }
  #main {
    margin-top: 12.267vw;
  }
  .inner {
    width: 100%;
  }
  .inner_sp {
    width: 90.93vw;
    max-width: 90.933vw;
    margin: 0 auto;
  }
  img {
    width: 100%;
  }
  .nav-area {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 81px;
    background-color: #ffffff;
  }
  .nav-area h1 {
    width: 16.667vw;
    margin-left: 9.333vw;
  }
  .nav-wrap {
    position: fixed;
    right: 0;
    top: 80px;
    display: none;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    height: 100vh;
    width: 100%;
    padding-top: 100px;
  }
  .nav-wrap .nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .nav-wrap .nav li {
    display: block;
    margin: 0 10px;
    text-align: center;
    font-size: 5.333vw;
  }
  .nav-wrap .nav li a {
    width: 100%;
    display: inline-block;
    padding: 17px 0;
    text-align: center;
    color: #000000;
  }
  .nav-wrap .nav li a:hover {
    font-size: 18px;
  }
  .nav-wrap .nav.flex {
    display: block;
  }
  .nav-wrap.open {
    display: block;
  }
  .nav-wrap.close {
    display: none;
  }
  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    height: 35px;
    width: 41px;
    margin: 0 36px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active p {
    position: absolute;
    width: 71px;
    height: 69px;
    right: -19px;
    top: -17px;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    background-color: #000000;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    background-color: #000000;
  }
  .nav-area {
    height: auto;
  }
  .nav-area .left {
    padding-left: 4vw;
  }
  .nav-area .left a {
    width: 29.6vw;
  }
  .nav-area .right a img {
    height: auto;
    width: 14.666vw;
  }
  .nav-area .nav-wrap {
    top: 12.267vw;
    padding-top: 70px;
    height: calc(100vh - 12.267vw);
  }
  .nav-area .nav-wrap .nav li {
    margin: 0 0 13.333vw;
    padding: 0;
  }
  .nav-area .nav-wrap .nav li a {
    padding: 0;
  }
  .nav-area .nav-wrap .nav li:last-child {
    background-color: transparent;
  }
  .nav-button {
    margin: 0 4.8vw;
    height: 4.667vw;
    width: 5.467vw;
  }
  .nav-button span:nth-of-type(2) {
    top: 2.133vw;
  }
  .nav-button.active p {
    position: absolute;
    width: 9.467vw;
    height: 9.2vw;
    right: -2.533vw;
    top: -2.267vw;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(2.133vw) rotate(-45deg);
    transform: translateY(2.133vw) rotate(-45deg);
    background-color: #000000;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.133vw) rotate(45deg);
    transform: translateY(-2.133vw) rotate(45deg);
    background-color: #000000;
  }
  footer #ft_contact {
    text-align: center;
    background-color: #179e59;
    padding: 9.333vw 0;
    color: #ffffff;
  }
  footer #ft_contact h2 {
    font-size: 6.667vw;
    margin-bottom: 4.667vw;
  }
  footer #ft_contact .lead {
    line-height: 1.7;
    margin-bottom: 7.333vw;
  }
  footer #ft_contact a {
    position: relative;
    color: #ffffff;
    width: 70.667vw;
    border: 1px solid #ffffff;
    padding: 4.667vw 0;
    font-size: 4.667vw;
  }
  footer #ft_contact a::before {
    content: "";
    background: url("../img/common/ft_contact_icon_sp.png") center no-repeat;
    background-size: cover;
    width: 5.6vw;
    height: 4.4vw;
    display: inline-block;
    margin-right: 2.667vw;
  }
  footer #ft_menu {
    font-family: "Poppins-Regular";
    font-weight: 400;
    padding: 13.333vw 0;
  }
  footer #ft_menu ul {
    margin: 0 auto;
  }
  footer #ft_menu ul li {
    padding: 0;
    border-right: 0;
    font-size: 3.467vw;
  }
  footer #ft_menu ul li:last-child {
    border-right: none;
  }
  footer #ft_menu .ft_menu_top {
    width: 59.067vw;
    margin-bottom: 6vw;
  }
  footer #ft_menu .ft_menu_bottom {
    width: 44vw;
  }
  footer small {
    display: block;
    text-align: center;
    font-family: "Poppins-Regular";
    font-weight: 53.333vw;
    font-size: 2.667vw;
    padding-bottom: 2.667vw;
  }
}

.top #mv {
  background: url("../img/top/mv_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 90px 0 154px;
}

.top #mv .mv_ttl {
  max-width: 697px;
  margin: 0 auto;
}

.top h2 {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 22px;
}

.top #about {
  margin-bottom: 80px;
}

.top #about .inner {
  width: 914px;
  background-color: rgba(23, 158, 89, 0.88);
  text-align: center;
  color: #ffffff;
  padding: 85px 0 70px;
  margin-top: -80px;
}

.top #about h2 {
  margin-bottom: 34px;
}

.top #about .lead {
  margin-bottom: 50px;
  font-size: 22px;
}

.top #about .txt {
  margin-bottom: 50px;
  line-height: 1.7;
}

.top #about a {
  width: 348px;
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 20px 0;
  position: relative;
}

.top #about a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.top #business {
  text-align: center;
  margin-bottom: 115px;
}

.top #business .line::before {
  height: 2px;
  width: 47px;
  display: inline-block;
  background-color: #179e59;
  content: "";
  margin-bottom: 20px;
}

.top #business h2 {
  margin-bottom: 40px;
  color: #179e59;
}

.top #business .lead {
  margin-bottom: 95px;
  line-height: 1.5;
}

.top #business ul {
  margin-bottom: 100px;
}

.top #business ul li h3 {
  color: #179e59;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}

.top #business ul li img {
  margin-bottom: 20px;
}

.top #business ul li p {
  line-height: 1.7;
}

.top #business ul li:first-child {
  width: 39%;
}

.top #business ul li:nth-child(2) {
  width: 27%;
  margin-right: 47px;
}

.top #business ul li:nth-child(3) {
  width: 27%;
}

.top #business a {
  width: 348px;
  color: #179e59;
  border: 1px solid #179e59;
  padding: 20px 0;
  position: relative;
}

.top #business a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .top #mv {
    background: none;
    padding: 0;
  }
  .top h2 {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 5.333vw;
  }
  .top #about {
    margin-bottom: 12.667vw;
    position: relative;
  }
  .top #about .inner {
    width: 82.667vw;
    padding: 10.667vw 0;
    margin-top: -10.667vw;
  }
  .top #about h2 {
    margin-bottom: 4.667vw;
  }
  .top #about .lead {
    margin-bottom: 10.667vw;
    font-size: 3.733vw;
    line-height: 1.7;
  }
  .top #about .txt {
    margin-bottom: 8vw;
    line-height: 1.7;
  }
  .top #about a {
    width: 70.667vw;
    padding: 4.667vw 0;
    position: relative;
    font-size: 4.667vw;
  }
  .top #about a::after {
    right: 12.933vw;
  }
  .top #business {
    text-align: center;
    margin-bottom: 24vw;
  }
  .top #business .inner {
    width: 82.667vw;
  }
  .top #business .line::before {
    height: 0.533vw;
    width: 9.733vw;
    margin-bottom: 3.333vw;
  }
  .top #business h2 {
    margin-bottom: 6vw;
    color: #179e59;
  }
  .top #business .lead {
    margin-bottom: 12.667vw;
    line-height: 1.5;
  }
  .top #business a {
    width: 70.667vw;
    color: #179e59;
    border: 1px solid #179e59;
    padding: 4.667vw 0;
    position: relative;
    font-size: 4.667vw;
  }
  .top #business a::after {
    content: ">";
    position: absolute;
    right: 4vw;
    line-height: 0.9;
  }
  .top #business .box {
    margin-bottom: 22.667vw;
  }
  .top #business .box img {
    width: 32.4vw;
  }
  .top #business .box .box_subttl {
    color: #179e59;
    font-size: 5.333vw;
    margin-bottom: 2vw;
  }
  .top #business .box .box_eng {
    color: #179e59;
    font-size: 2.4vw;
    margin-bottom: 4vw;
  }
  .top #business .box .box_lead {
    font-size: 3.733vw;
    line-height: 1.9;
  }
}

.page #mv {
  background: url("../img/page/mv_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 10px 0 0;
}

.page #mv .inner {
  width: 1000px;
}

.page #mv .mv_ttl {
  max-width: 697px;
  padding: 55px 0 65px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  color: #ffffff;
}

.page #mv .mv_ttl h2 {
  margin-bottom: 10px;
  font-family: "Poppins-Regular";
  font-weight: 400;
}

.page #mv .mv_ttl .sub_ttl {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .page #mv {
    background: url("../img/page/mv_bg_sp.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
  }
  .page #mv .inner {
    width: 100%;
  }
  .page #mv .mv_ttl {
    padding: 26.667vw 0 34.667vw;
    font-size: 6.667vw;
    max-width: 100%;
  }
  .page #mv .mv_ttl h2 {
    margin-bottom: 2.667vw;
  }
  .page #mv .mv_ttl .sub_ttl {
    font-size: 4vw;
  }
  .page #mv .mv_txt {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 998;
    max-width: 72.933vw;
    width: 72.933vw;
    margin: 0 auto;
    top: 34.4vw;
  }
}

.about #lead {
  background: url("../img/about/lead_bg.png") center left no-repeat;
  background-color: #f5f5f5;
  padding: 50px 0 60px;
}

.about #lead .inner {
  width: 900px;
}

.about #lead .txt {
  font-size: 21px;
  text-align: center;
  position: relative;
  margin: 20px 0 110px;
  line-height: 1.4;
}

.about #lead .txt::before {
  height: 2px;
  width: 47px;
  display: inline-block;
  background-color: #179e59;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
}

.about #lead .txt span {
  color: #179e59;
}

.about #lead ul li {
  width: 420px;
  text-align: center;
  line-height: 1.7;
}

.about #lead ul li h3 {
  font-size: 20px;
  font-weight: normal;
  color: #179e59;
  position: relative;
  margin-bottom: 40px;
}

.about #lead ul li h3::after {
  height: 2px;
  width: 47px;
  display: inline-block;
  background-color: #179e59;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}

.about #lead ul li p {
  text-align: left;
}

.about #strength {
  padding: 85px 0 110px;
}

.about #strength .inner {
  width: 960px;
}

.about #strength h2 {
  position: relative;
  text-align: center;
}

.about #strength h2::before {
  height: 2px;
  width: 47px;
  display: inline-block;
  background-color: #179e59;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
}

.about #strength dl {
  display: table;
  margin-bottom: 50px;
}

.about #strength dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 424px;
}

.about #strength dl dd {
  display: table-cell;
  vertical-align: middle;
}

.about #strength dl dd h4 {
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.5;
}

.about #strength dl dd p {
  font-size: 16px;
  line-height: 1.8;
}

.about #strength dl.box01 {
  background: url("../img/about/strength01_icon.png") no-repeat right top;
}

.about #strength dl.box02 {
  background: url("../img/about/strength02_icon.png") no-repeat right top;
}

.about #strength dl.box03 {
  background: url("../img/about/strength03_icon.png") no-repeat right top;
}

@media screen and (max-width: 768px) {
  .about #lead {
    background-image: none;
    background-color: #f5f5f5;
    padding: 8vw 0;
  }
  .about #lead .inner {
    width: 82.667vw;
  }
  .about #lead .txt {
    font-size: 2.8vw;
    text-align: center;
    position: relative;
    margin: 6.667vw 0 12.667vw;
    line-height: 1.4;
  }
  .about #lead .txt::before {
    height: 0.533vw;
    width: 9.733vw;
    display: inline-block;
    background-color: #179e59;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -6.667vw;
  }
  .about #lead .txt span {
    color: #179e59;
  }
  .about #lead ul.flex {
    display: block;
  }
  .about #lead ul.flex li {
    width: auto;
    text-align: center;
    line-height: 1.7;
  }
  .about #lead ul.flex li h3 {
    font-size: 3.733vw;
    background: #179e59;
    color: #ffffff;
    display: inline-block;
    padding: 1.333vw 2.667vw;
    line-height: 1;
    margin-bottom: 4vw;
  }
  .about #lead ul.flex li h3::after {
    display: none;
  }
  .about #lead ul.flex li img {
    width: 40vw;
    margin: 0 auto 40px;
  }
  .about #lead ul.flex li p {
    font-size: 3.733vw;
  }
  .about #lead ul.flex .box01 {
    margin-bottom: 13.333vw;
  }
  .about #strength {
    padding: 10vw 0;
  }
  .about #strength .inner {
    width: 93.333vw;
  }
  .about #strength h2 {
    position: relative;
    text-align: center;
    font-size: 4vw;
    color: #179e59;
    margin-bottom: 8.667vw;
  }
  .about #strength h2::before {
    display: none;
  }
  .about #strength .box h4 {
    text-align: center;
    font-size: 3.733vw;
    margin-bottom: 1.333vw;
  }
  .about #strength .box img {
    margin-bottom: 7.333vw;
  }
  .about #strength .box p {
    line-height: 2.1;
    font-size: 3.733vw;
    font-feature-settings: "palt" 1;
  }
  .about #strength .box01 {
    margin-bottom: 14.667vw;
  }
  .about #strength .box01 h4 {
    padding: 7.2vw 0 4vw;
    line-height: 1;
    background: url("../img/about/strength01_icon_sp.png") center left no-repeat;
    background-size: contain;
  }
  .about #strength .box02 {
    margin-bottom: 14.667vw;
  }
  .about #strength .box02 h4 {
    padding: 7.2vw 0 4vw;
    line-height: 1;
    background: url("../img/about/strength02_icon_sp.png") center right no-repeat;
    background-size: contain;
  }
  .about #strength .box03 h4 {
    padding: 4.933vw 0 1.333vw;
    line-height: 1;
    background: url("../img/about/strength03_icon_sp.png") center left no-repeat;
    background-size: contain;
    line-height: 1.5;
  }
}

.business .inner {
  width: 1000px;
}

.business #lead {
  padding: 50px 0 100px;
}

.business #lead .txt {
  font-size: 21px;
  text-align: center;
  position: relative;
  margin: 20px 0 110px;
  line-height: 1.4;
}

.business #lead .txt::before {
  height: 2px;
  width: 47px;
  display: inline-block;
  background-color: #179e59;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
}

.business #lead .txt span {
  color: #179e59;
}

.business #lead ul {
  width: 775px;
  margin: 0 auto;
}

.business #lead ul a {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.business #lead ul a:hover {
  opacity: .6;
}

.business #business .box01 {
  background: url("../img/business/business01_bg.png") top left no-repeat;
  margin-bottom: 90px;
  margin-top: -64px;
  padding-top: 64px;
}

.business #business .box01 .inner {
  position: relative;
  height: 641px;
}

.business #business .box01 .txt_box h3 {
  background: url("../img/business/business01_icon.png") center no-repeat;
  background-size: contain;
  padding: 60px 14px 55px 65px;
  display: inline-block;
  margin-bottom: 60px;
}

.business #business .box01 .txt_box p {
  line-height: 1.87;
}

.business #business .box01 img {
  position: absolute;
  right: -21px;
  bottom: 15px;
}

.business #business .box02 {
  background: url("../img/business/business02_bg.png") bottom right no-repeat;
  margin-bottom: 90px;
  margin-top: -64px;
  padding-top: 64px;
}

.business #business .box02 .inner {
  position: relative;
  height: 674px;
}

.business #business .box02 .txt_box h3 {
  background: url("../img/business/business02_icon.png") center no-repeat;
  background-size: contain;
  padding: 65px 36px 50px 56px;
  display: inline-block;
  margin-bottom: 40px;
}

.business #business .box02 .txt_box p {
  line-height: 1.87;
}

.business #business .box02 img {
  position: absolute;
  left: -21px;
  bottom: 82px;
}

.business #business .box03 {
  background: url("../img/business/business03_bg.png") top left no-repeat;
  margin-bottom: 90px;
  margin-top: -64px;
  padding-top: 64px;
}

.business #business .box03 .inner {
  position: relative;
  height: 887px;
}

.business #business .box03 .txt_box h3 {
  background: url("../img/business/business03_icon.png") center left no-repeat;
  background-size: contain;
  padding: 53px 0 67px 61px;
  display: inline-block;
  margin-bottom: 50px;
}

.business #business .box03 .txt_box p {
  line-height: 1.87;
}

.business #business .box03 img {
  position: absolute;
  right: -21px;
  bottom: 227px;
}

.business #business .box03 .line_box {
  position: absolute;
  width: 557px;
  border: 1px solid #179e59;
  right: -21px;
  bottom: 0;
  padding: 20px 0 30px 60px;
  font-size: 16px;
}

.business #business .box03 .line_box .ttl {
  margin-bottom: 25px;
  background: #179e59;
  color: #ffffff;
  display: inline-block;
  width: 206px;
  padding: 10px 0;
  text-align: center;
  margin-left: -80px;
}

.business #business .box03 .line_box ul li {
  line-height: 1.8;
}

.business #business .box03 .line_box ul li::before {
  content: "◆";
  display: inline-block;
}

.business #business .txt_box {
  width: 542px;
}

.business #business .txt_box p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .business .inner {
    width: 100%;
  }
  .business #lead {
    padding: 8.667vw 0 12.667vw;
  }
  .business #lead .txt {
    font-size: 4vw;
    margin: 4vw 0 10.667vw;
  }
  .business #lead .txt::before {
    height: 0.533vw;
    width: 9.733vw;
    margin-bottom: 3.333vw;
  }
  .business #lead .txt span {
    color: #179e59;
  }
  .business #lead ul {
    width: 93.333vw;
    margin: 0 auto;
    display: block;
  }
  .business #lead ul li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 6.667vw;
  }
  .business #lead ul li:nth-child(2) {
    width: 47.867vw;
    display: inline-block;
  }
  .business #lead ul li:nth-child(3) {
    width: 43.733vw;
    display: inline-block;
  }
  .business #lead ul li img {
    width: 43.6vw;
    margin: 0 auto;
  }
  .business #business .box01 {
    background: none;
    margin-bottom: 13.333vw;
    margin-top: -12.267vw;
    padding-top: 12.267;
  }
  .business #business .box01 .inner {
    position: relative;
    height: auto;
    width: 93.333vw;
  }
  .business #business .box01 .txt_box h3 {
    background: url("../img/business/business01_icon_sp.png") center no-repeat;
    background-size: contain;
    padding: 6.667vw 1.867vw 5.333vw 12vw;
    display: block;
    margin-bottom: 2vw;
  }
  .business #business .box01 .txt_box img {
    margin-bottom: 5.733vw;
  }
  .business #business .box01 .txt_box p {
    margin-bottom: 4.933vw;
    font-size: 3.733vw;
  }
  .business #business .box01 img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 93.333vw;
    margin: 0 auto;
  }
  .business #business .box02 {
    background: none;
    margin-bottom: 13.333vw;
    margin-top: -12.267vw;
    padding-top: 12.267;
  }
  .business #business .box02 .inner {
    position: relative;
    height: auto;
    width: 93.333vw;
  }
  .business #business .box02 .txt_box h3 {
    background: url("../img/business/business02_icon_sp.png") center no-repeat;
    background-size: contain;
    padding: 6.667vw 1.867vw 5.333vw 12vw;
    display: block;
    margin-bottom: 2vw;
  }
  .business #business .box02 .txt_box img {
    margin-bottom: 5.733vw;
  }
  .business #business .box02 .txt_box p {
    margin-bottom: 4.933vw;
    font-size: 3.733vw;
  }
  .business #business .box02 img {
    position: relative;
    left: 0;
    bottom: 0;
    width: 93.333vw;
    margin: 0 auto;
  }
  .business #business .box03 {
    background: none;
    margin-bottom: 13.333vw;
    margin-top: -12.267vw;
    padding-top: 12.267;
  }
  .business #business .box03 .inner {
    position: relative;
    height: auto;
    width: 93.333vw;
  }
  .business #business .box03 .txt_box h3 {
    background: url("../img/business/business03_icon_sp.png") center no-repeat;
    background-size: contain;
    padding: 6.667vw 1.867vw 5.333vw 12vw;
    display: block;
    margin-bottom: 2vw;
  }
  .business #business .box03 .txt_box img {
    margin-bottom: 5.733vw;
  }
  .business #business .box03 .txt_box p {
    margin-bottom: 4.933vw;
    font-size: 3.733vw;
  }
  .business #business .box03 img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 93.333vw;
    margin: 0 auto 7.333vw;
  }
  .business #business .box03 .line_box {
    position: relative;
    width: 100%;
    border: 2px solid #179e59;
    right: 0;
    bottom: 0;
    padding: 0;
    font-size: 2.133vw;
    box-sizing: border-box;
  }
  .business #business .box03 .line_box .ttl {
    margin-bottom: 0;
    margin-top: 2.4vw;
    width: 36.4vw;
    padding: 1.333vw 0;
    text-align: center;
    margin-left: -1.333vw;
    font-size: 3.6vw;
  }
  .business #business .box03 .line_box ul {
    margin: 0 auto;
    padding: 4vw 0 8vw 16vw;
    font-size: 3.733vw;
  }
  .business #business .txt_box {
    width: 93.333vw;
  }
  .business #business .txt_box h3 {
    font-size: 3.733vw;
  }
  .business #business .txt_box p {
    font-size: 2.133vw;
  }
}

.company #lead h2, .company #company h2 {
  position: relative;
  text-align: center;
  color: #179e59;
  font-size: 21px;
  margin-bottom: 10px;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  margin-top: 20px;
}

.company #lead h2::before, .company #company h2::before {
  height: 2px;
  width: 47px;
  display: inline-block;
  background-color: #179e59;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
}

.company #lead .ttl, .company #company .ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}

.company #lead {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.company #lead .txt {
  text-align: center;
  line-height: 2.7;
  margin-bottom: 60px;
}

.company #lead .representative {
  text-align: center;
}

.company #company {
  padding: 60px 0 100px;
}

.company #company dl {
  display: table;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.company #company dl dt {
  display: table-cell;
  width: 190px;
}

.company #company dl dd {
  display: table-cell;
}

.company #company .list02 dd {
  line-height: 2.1;
}

.company #company .list06 {
  border-bottom: none;
  margin-bottom: 100px;
}

.company #company .list06 ul {
  line-height: 1.3;
}

.company #company .list06 ul li {
  list-style: disc;
}

.company #company .gmap {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .company .inner {
    width: 93.333vw;
  }
  .company #lead h2, .company #company h2 {
    font-size: 5.333vw;
    margin: 4vw 0 7.467vw;
  }
  .company #lead h2::before, .company #company h2::before {
    height: 0.533vw;
    width: 9.733vw;
    display: inline-block;
    background-color: #179e59;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -2.667vw;
  }
  .company #lead .ttl, .company #company .ttl {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 6.667vw;
  }
  .company #lead {
    padding: 8.667vw 0 11.333vw;
    background-color: #f5f5f5;
  }
  .company #lead .txt {
    margin-bottom: 8.667vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .company #lead .representative {
    font-size: 3.2vw;
  }
  .company #company {
    padding: 14.667vw 0 22.667vw;
  }
  .company #company dl {
    padding: 7.2vw 0;
    font-size: 3.2vw;
  }
  .company #company dl dt {
    display: table-cell;
    width: 21.467vw;
    font-weight: bold;
  }
  .company #company dl dd {
    display: table-cell;
  }
  .company #company .list02 dd {
    line-height: 2.1;
  }
  .company #company .list06 {
    margin-bottom: 10.667vw;
  }
  .company #company .list06 ul {
    line-height: 2.5;
    font-feature-settings: "palt";
  }
  .company #company .gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 4vw;
    height: 0;
    overflow: hidden;
  }
  .company #company .gmap iframe,
  .company #company .gmap object,
  .company #company .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.thanks #contact {
  padding: 100px 0 120px;
}

.thanks #contact .lead {
  font-size: 30px;
  color: #179e59;
  margin-bottom: 60px;
}

.thanks #contact .txt {
  font-size: 20px;
  line-height: 1.5;
}

.thanks #contact img {
  margin-bottom: 85px;
}

#contact {
  text-align: center;
  padding: 75px 0 65px;
}

#contact .lead {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
}

#contact .flow {
  margin-bottom: 40px;
}

#contact .txt {
  font-size: 20px;
  line-height: 1.5;
}

#contact .form {
  margin-bottom: 30px;
  max-width: 815px;
  margin: 0 auto;
}

#contact .form p {
  font-size: 12px;
  line-height: 2.5;
  text-align: left;
}

#contact .form dl {
  display: table;
  width: 100%;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}

#contact .form dl dt {
  width: 220px;
  text-align: left;
  display: table-cell;
  vertical-align: top;
}

#contact .form dl dt span {
  color: #179e59;
  font-size: 20px;
}

#contact .form dl dd {
  text-align: left;
  background-color: #ffffff;
}

#contact .form dl dd input {
  padding: 11px;
  border: 1px solid #585b62;
  border-radius: 5px;
  font-size: 15px;
  width: 90%;
}

#contact .form dl dd textarea {
  padding: 11px;
  border: 1px solid #585b62;
  border-radius: 5px;
  font-size: 15px;
  width: 90%;
  margin-bottom: 48px;
}

#contact .form dl dd input::placeholder {
  color: #e1e1e1;
}

#contact .form dl dd textarea::placeholder {
  color: #e1e1e1;
}

#contact .btn input[type="submit"] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

#contact .btn input[type="submit"]:hover,
#contact .btn input[type="submit"]:focus {
  outline: none;
}

#contact .btn input[type="submit"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

#contact .btn input[type="submit"], #contact .sendbtn {
  width: 373px;
  padding: 25px 0;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  background: #179e59;
}

@media screen and (max-width: 768px) {
  .thanks #contact {
    text-align: center;
    padding: 10vw 0 29.333vw;
  }
  .thanks #contact .lead {
    margin-bottom: 9.333vw;
    font-size: 3.2vw;
    line-height: 2.3;
  }
  .thanks #contact .flow {
    margin-bottom: 5.333vw;
  }
  .thanks #contact .flow .inner {
    width: 82.667vw;
  }
  .thanks #contact .txt {
    font-size: 3.2vw;
  }
  .thanks #contact img {
    margin-bottom: 0;
  }
  #contact {
    text-align: center;
    padding: 10vw 0 8.667vw;
  }
  #contact .lead {
    margin-bottom: 10vw;
    font-size: 3.2vw;
  }
  #contact .flow {
    margin-bottom: 11.333vw;
  }
  #contact .flow .inner {
    width: 82.667vw;
  }
  #contact .form {
    max-width: 93.333vw;
    margin: 0 auto;
  }
  #contact .form dl {
    display: block;
  }
  #contact .form dl dt {
    text-align: left;
    padding: 0;
    display: block;
    font-size: 3.2vw;
    margin-bottom: 2.667vw;
    font-weight: bold;
    width: auto;
  }
  #contact .form dl dd {
    display: block;
    padding: 0;
    font-size: 3.2vw;
  }
  #contact .form dl dd input {
    padding: 1.467vw;
    font-size: 3.067vw;
    width: calc(100% - 10.667vw);
    padding: 2vw 5.333vw;
  }
  #contact .form dl dd textarea {
    width: calc(100% - 10.667vw);
    padding: 2vw 5.333vw;
    font-size: 3.067vw;
    margin-bottom: 0;
  }
  #contact .btn input[type="submit"], #contact .sendbtn {
    width: 70.533vw;
    padding: 4.667vw 0;
    font-size: 4.667vw;
  }
}
