@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

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

body:not(#Top) {
  padding-top: 93px;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
}
main #Pan {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
}
main #Pan li {
  font-size: 12px;
  color: #9a9a9a;
  display: inline-block;
  margin-left: 35px;
  position: relative;
  line-height: 1;
}
main #Pan li:not(:last-of-type)::before {
  content: "／";
  color: #232323;
  position: absolute;
  right: -24px;
  top: 0;
}
main #Pan li a {
  font-size: 12px;
  color: #232323;
}
main #Pan li a:hover {
  color: #9a9a9a;
}
main .page_ttl {
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .page_ttl .container {
  width: 100%;
  height: 100%;
}
main .page_ttl .container .text_wrap {
  position: absolute;
  left: 50px;
  bottom: 60px;
}
main .page_ttl .container .text_wrap .ja {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  line-height: 1;
}
main .page_ttl .container .text_wrap .ja > span {
  font-size: 36px;
  font-weight: 500;
  padding: 5px 25px 10px 15px;
  background: rgba(255, 255, 255, 0.85);
  display: inline-block;
}
main .page_ttl .container .text_wrap .ja > span:nth-of-type(n + 2) {
  margin-top: 9px;
}
main .page_ttl .container .text_wrap .ja > span .small {
  font-size: 30px;
}
main .page_ttl .container .text_wrap .en > span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding: 5px 16px 5px 11px;
  background: rgba(255, 255, 255, 0.85);
  display: inline-block;
}
main .page_ttl .container .text_wrap .en > span .small {
  font-size: 15px;
  margin-right: 5px;
}
main .container {
  position: relative;
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
main .row {
  display: flex;
  flex-wrap: wrap;
}
main .sec_ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
main .sec_ttl span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #007e33;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
main .line_ttl {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.2;
}
main .line_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #008b38;
  left: 0;
  bottom: 0;
}
main .link_btn {
  display: inline-block;
  width: 206px;
  line-height: 49px;
  border-radius: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #007e33;
  border: 1px solid #007e33;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}
main .link_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 9px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .link_btn:hover {
  color: #fff;
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
}
main .link_btn:hover::before {
  animation: arrow 0.3s;
}
@keyframes arrow {
  0% {
    transform: none;
  }
  50% {
    transform: translateX(10px);
    opacity: 0.2;
  }
  51% {
    transform: translateX(-13px);
    opacity: 0.2;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
main .row_contents {
  margin-bottom: 140px;
  position: relative;
}
main .row_contents .side_nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
  border-left: 1px solid #e0e0e0;
  box-sizing: border-box;
}
main .row_contents .side_nav dt {
  border-bottom: 1px solid #e0e0e0;
}
main .row_contents .side_nav dt a {
  font-size: 17px;
  font-weight: 500;
  color: #007e33;
  line-height: 45px;
  padding-left: 20px;
  box-sizing: border-box;
  transition: none;
}
main .row_contents .side_nav dt a:hover {
  opacity: 0.7;
}
main .row_contents .side_nav dd {
  padding-top: 15px;
  display: block !important;
  overflow: auto;
}
main .row_contents .side_nav dd a {
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  transition: none;
}
main .row_contents .side_nav dd > ul > li {
  margin-bottom: 1px;
}
main .row_contents .side_nav dd > ul > li > a {
  padding: 9px 0 8px 23px;
  font-weight: 500;
}
main .row_contents .side_nav dd > ul > li > a:hover {
  background: #f3f3f3;
}
main .row_contents .side_nav dd > ul > li > a.here {
  color: #fff;
  background: #474747;
}
main .row_contents .side_nav dd > ul .sec > li > a {
  padding-left: 40px;
  line-height: 28px;
}
main .row_contents .side_nav dd > ul .sec > li > a::before {
  content: "-";
  color: #008c38;
  margin-right: 5px;
}
main .row_contents .side_nav dd > ul .sec > li > a:hover {
  color: #aaa;
}
main .row_contents .side_nav dd > ul .sec > li > a.here {
  background: #f3f3f3;
  color: #232323;
}
main .row_contents .side_nav dd > ul .third li a {
  padding-left: 55px;
  line-height: 28px;
}
main .row_contents .side_nav dd > ul .third li a::before {
  content: "-";
  color: #008c38;
  margin-right: 5px;
}
main .row_contents .side_nav dd > ul .third li a:hover {
  color: #aaa;
}
main .row_contents .side_nav dd > ul .third li a.here {
  background: #f3f3f3;
  color: #232323;
}
main .row_contents .side_nav.fixed {
  position: fixed;
  right: calc(50% - 600px);
  top: 70px;
  bottom: auto;
}
@media screen and (max-width: 1300px) {
  main .row_contents .side_nav.fixed {
    right: 50px;
  }
}
main .row_contents .side_nav.fixed dd {
  max-height: calc(100vh - 123px);
}
main .row_contents .side_nav.bottom {
  top: auto;
  bottom: 0;
}
main .row_contents .main_area {
  width: calc(100% - 360px);
}
@media screen and (max-width: 1100px) {
  main .row_contents .main_area {
    width: calc(100% - 310px);
  }
}
main .contact_link {
  background: #f3f3f3;
  height: 266px;
}
main .contact_link .container {
  height: 100%;
}
main .contact_link .container .contact_wrap {
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
main .contact_link .container .contact_wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 130px;
  background: #d5d5d5;
  right: 44%;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .contact_link .container .contact_wrap .ttl {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}
main .contact_link .container .contact_wrap .left_wrap ul {
  margin-bottom: 10px;
  align-items: flex-end;
}
main .contact_link .container .contact_wrap .left_wrap ul li {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
}
main .contact_link .container .contact_wrap .left_wrap ul li:first-of-type {
  color: #007e33;
  font-size: 20px;
}
main .contact_link .container .contact_wrap .left_wrap ul li:first-of-type a {
  color: #007e33;
  font-size: 42px;
}
main .contact_link .container .contact_wrap .left_wrap ul li:nth-of-type(2) {
  font-size: 16px;
  margin-left: 10px;
}
main .contact_link .container .contact_wrap .left_wrap ul li:nth-of-type(2) span {
  font-size: 28px;
}
main .contact_link .container .contact_wrap .left_wrap small {
  font-size: 14px;
}
main .contact_link .container .contact_wrap .right_wrap .btn_area .contact_btn a {
  width: 424px;
  line-height: 63px;
  font-size: 18px;
  border-radius: 32px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  color: #007e33;
  border: 1px solid #007e33;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}
main .contact_link .container .contact_wrap .right_wrap .btn_area .contact_btn a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 17px;
  background: url(../images/common/icon_mail_gr.svg) no-repeat 0/contain;
  margin-right: 10px;
  transition: 0.3s;
  top: 2px;
}
main .contact_link .container .contact_wrap .right_wrap .btn_area .contact_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .contact_link .container .contact_wrap .right_wrap .btn_area .contact_btn a:hover {
  color: #fff;
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
}
main .contact_link .container .contact_wrap .right_wrap .btn_area .contact_btn a:hover::before {
  background: url(../images/common/icon_mail.svg) no-repeat 0/contain;
}
main .contact_link .container .contact_wrap .right_wrap .btn_area .contact_btn a:hover::after {
  animation: arrow 0.3s;
}
@media screen and (max-width: 1200px) {
  main .contact_link .container .contact_wrap::before {
    right: 54%;
  }
  main .contact_link .container .contact_wrap .left_wrap ul {
    display: block;
  }
}
main .wrap {
  position: relative;
}
main .wrap:not(:last-of-type) {
  margin-bottom: 60px;
}
main .wrap .btn_area {
  margin-top: 25px;
}
main .wrap .btn_area .link_btn {
  width: 288px;
  padding-right: 10px;
}
main .anchor {
  position: absolute;
  top: -80px;
}
main .img_text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
main .img_text.rev {
  flex-direction: row;
}
main .img_text figure {
  width: 39%;
  max-width: 330px;
}
main .img_text p {
  width: 56%;
  max-width: 466px;
}
main .gray_check {
  padding: 37px 40px 39px;
  box-sizing: border-box;
  background: #f3f3f3;
}
main .gray_check li {
  position: relative;
  padding-left: 35px;
  line-height: 1.3;
  font-weight: 400;
}
main .gray_check li:not(:last-of-type) {
  margin-bottom: 20px;
}
main .gray_check li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(../images/common/icon_check.svg) no-repeat 0/contain;
  left: 0;
  top: 2px;
}
main .square_ttl {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
main .square_ttl::before {
  content: "■";
  position: absolute;
  color: #008c38;
  left: 0;
  top: 0;
}
main .gr_ttl {
  font-size: 20px;
  font-weight: 500;
  color: #007e33;
  line-height: 1.2;
  margin-bottom: 20px;
}
main .belt_ttl {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #008c38;
  border-radius: 17px;
  text-align: center;
  padding: 6px 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
  line-height: 1.2;
}
main .gray_wrap {
  padding: 35px;
  box-sizing: border-box;
  background: #f3f3f3;
}
main .gray_wrap:nth-of-type(n + 2) {
  margin-top: 20px;
}
main .gray_wrap .border_ttl {
  font-size: 18px;
  font-weight: 500;
  color: #007e33;
  padding-bottom: 12px;
  line-height: 1;
  border-bottom: 1px solid #d8d8d8;
}
main .gray_wrap .mt {
  margin-top: 15px;
}
main .gray_wrap .ml {
  margin-left: 20px;
}
main .gray_wrap .arrow_list {
  margin: -50px 0 -40px;
}
main .gray_wrap .arrow_list li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 50px 0 40px;
  box-sizing: border-box;
}
main .gray_wrap .arrow_list li:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
}
main .gray_wrap .arrow_list li:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid #545454;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}
main .num_text {
  position: relative;
  padding-left: 23px;
}
main .num_text span {
  position: absolute;
  left: 0;
  top: 0;
}
main .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}
main .link_list dl {
  width: calc(50% - 10px);
  background: #eee;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 1250px) {
  main .link_list dl {
    width: 100%;
  }
}
main .link_list dl dt a {
  display: flex;
  position: relative;
}
main .link_list dl dt a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 12px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .link_list dl dt a figure {
  width: 120px;
  margin-right: 20px;
  overflow: hidden;
}
main .link_list dl dt a figure img {
  transition: 0.3s;
}
main .link_list dl dt a p {
  width: calc(100% - 140px);
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
}
main .link_list dl dt a p span {
  font-size: 20px;
  font-weight: 500;
  color: #007e33;
  line-height: 1.3;
  transition: 0.3s;
}
main .link_list dl dt a:hover figure img {
  transform: scale(1.06);
}
main .link_list dl dt a:hover p span {
  opacity: 0.7;
}
main .link_list dl dt a:hover::before {
  animation: arrow 0.3s;
}
main .link_list dl dd {
  margin-top: 15px;
}
main .link_list dl dd ul li {
  margin-top: 8px;
}
main .link_list dl dd ul li::before {
  content: "・";
  color: #007e33;
  margin-right: 5px;
}
main .link_list dl dd ul li a {
  border-bottom: 1px solid #232323;
}
main .link_list dl dd ul li a:hover {
  opacity: 0.7;
}
main .side_arrow {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 10px;
}
main .side_arrow li {
  width: calc(50% - 20px);
}
main .side_arrow li figure {
  margin-bottom: 7px;
  position: relative;
}
main .side_arrow li:first-of-type figure::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid #3e3e3e;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .half_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}
main .half_row li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
main .round_text {
  position: relative;
  padding-left: 20px;
}
main .round_text::before {
  content: "●";
  position: absolute;
  color: #007e33;
  left: 0;
  top: 0;
}
main .text_link {
  border-bottom: 1px solid #232323;
  padding-bottom: 3px;
}
main .text_link:hover {
  opacity: 0.7;
}

/*　Retina対応時のCSS↓　*/
_:-ms-lang(x)::-ms-backdrop, main .row_contents .side_nav.fixed {
  top: 90px;
}

_:-ms-lang(x)::-ms-backdrop, main .contact_link .container .contact_wrap .left_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}
header .header_inner {
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 27px 20px 40px;
  box-sizing: border-box;
  transition: 0.3s;
}
header .header_inner .left_wrap {
  z-index: 1;
  position: relative;
  padding-top: 25px;
}
header .header_inner .left_wrap .text {
  position: absolute;
  font-size: 10px;
  color: #7c7c7c;
  line-height: 1;
  transition: 0.3s;
  left: 0;
  top: 0;
  white-space: nowrap;
}
header .header_inner .left_wrap .logo {
  width: 169px;
  transition: 0.3s;
}
header .header_inner .left_wrap .logo img {
  transition: 0.3s;
}
header .header_inner .left_wrap .logo:hover {
  opacity: 0.7;
}
header .header_inner .right_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header_inner .right_wrap ul {
  display: flex;
}
header .header_inner .right_wrap ul li {
  margin: 0 7px;
}
header .header_inner .right_wrap ul li a {
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
header .header_inner .right_wrap ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 2px;
  background: #007931;
  left: 0;
  bottom: -3px;
  transition: 0.3s;
}
header .header_inner .right_wrap ul li a:hover, header .header_inner .right_wrap ul li a.here {
  color: #a5a5a5;
}
header .header_inner .right_wrap ul li a:hover::before, header .header_inner .right_wrap ul li a.here::before {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  header .header_inner .right_wrap ul li {
    margin: 0 5px;
  }
  header .header_inner .right_wrap ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  header .header_inner .right_wrap ul li {
    display: none;
  }
}
header .header_inner .right_wrap .contact a {
  display: inline-block;
  width: 155px;
  text-align: center;
  line-height: 37px;
  color: #fff;
  background: green;
  border-radius: 18px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 500;
}
header .header_inner .right_wrap .contact a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_mail.svg) no-repeat 0/contain;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
header .header_inner .right_wrap .contact a:hover {
  opacity: 0.7;
}
header .header_inner .right_wrap .open_btn {
  width: 32px;
  height: 21px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
header .header_inner .right_wrap .open_btn span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #008c38;
  left: 0;
}
header .header_inner .right_wrap .open_btn span:nth-of-type(1) {
  top: 0;
}
header .header_inner .right_wrap .open_btn span:nth-of-type(2) {
  top: 9px;
}
header .header_inner .right_wrap .open_btn span:nth-of-type(3) {
  bottom: 0;
}
header.scroll .header_inner {
  padding-top: 20px;
}
header.scroll .header_inner .left_wrap {
  padding-top: 0;
}
header.scroll .header_inner .left_wrap .text {
  display: none;
}
header nav {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  pointer-events: none;
}
header nav::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 100vh;
  background: url(../images/common/bg_nav.jpg) no-repeat 0/cover;
  left: 0;
  top: 0;
  opacity: 0;
  transition-delay: 0.1s;
}
header nav .gr {
  transition: 0.7s;
  transform: translateX(-100%);
  width: 100%;
  padding: 0 0 0 250px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  left: auto;
  overflow-y: auto;
}
header nav .gr div {
  background: #008b38;
  padding: 50px 100px 30px 45px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
header nav .gr a {
  color: #fff;
}
header nav .gr a:hover {
  opacity: 0.7;
}
header nav .gr .fir {
  font-size: 15px;
  font-weight: 500;
}
header nav .gr .fir::before {
  content: "・";
  margin-right: 5px;
}
header nav .gr div > li {
  width: 100%;
}
header nav .gr div > li:nth-of-type(1) {
  margin: 0 0 21px 14px;
}
header nav .gr div > li:nth-of-type(2) {
  margin-bottom: 20px;
}
header nav .gr div > li:nth-of-type(4) {
  margin: 39px 0 0 14px;
}
header nav .gr .close_btn {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 23px;
  top: 40px;
}
header nav .gr .close_btn::before, header nav .gr .close_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  transition: 0.3s;
}
header nav .gr .close_btn::before {
  left: 1px;
  transform: rotate(45deg);
  transition-delay: 0.7s;
  transform-origin: left top;
}
header nav .gr .close_btn::after {
  right: 1px;
  transform: rotate(-45deg);
  transition-delay: 1s;
  transform-origin: right top;
}
header nav ul dl {
  display: flex;
  align-items: flex-start;
}
header nav ul dl dt {
  background: #007931;
  line-height: 68px;
  width: 138px;
  padding-left: 15px;
  box-sizing: border-box;
}
header nav ul dl dd {
  display: flex;
  background: #007931;
  width: calc(100% - 138px);
  padding: 20px 45px;
  box-sizing: border-box;
}
header nav ul.sec:first-of-type {
  margin-right: 60px;
}
header nav ul.sec > li {
  margin-top: 10px;
}
header nav ul.sec > li > a {
  font-size: 15px;
}
header nav ul.third > li {
  margin-left: 14px;
  margin-top: 5px;
}
header nav ul.third > li > a {
  font-size: 14px;
}
header nav ul.third > li > a::before {
  content: "-";
  color: #54cb85;
  margin-right: 5px;
}
header nav ul.fourth > li {
  margin-left: 34px;
  margin-top: 3px;
}
header nav ul.fourth > li > a {
  font-size: 14px;
  position: relative;
}
header nav ul.fourth > li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid #54cb85;
  border-bottom: 2px solid #54cb85;
  left: -10px;
  top: 7px;
  box-sizing: border-box;
}
header nav ul.row_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
header nav ul.row_list li {
  width: calc(25% - 15px);
  margin: 0 0 10px 15px;
  text-indent: -15px;
}
@media screen and (max-width: 1300px) {
  header nav .gr {
    padding: 0;
  }
  header nav .gr div {
    padding-top: 100px;
  }
  header nav .gr .sec:first-of-type {
    margin-right: 30px;
  }
  header nav .gr .sec li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  header nav .gr ul dl dt {
    width: 120px;
  }
  header nav .gr ul dl dd {
    width: calc(100% - 120px);
  }
  header nav .gr .sec li a {
    font-size: 13px;
  }
}
header.open .left_wrap .text {
  opacity: 0;
}
header.open .left_wrap .logo {
  background: url(../images/common/logo_wh.svg) no-repeat 0/contain;
}
header.open .left_wrap .logo img {
  opacity: 0;
}
header.open nav {
  pointer-events: auto;
}
header.open nav::before {
  opacity: 1;
}
header.open nav .gr {
  transform: none;
}
header.open nav .gr .close_btn::before, header.open nav .gr .close_btn::after {
  width: 36px;
}

_:-ms-lang(x)::-ms-backdrop, header .header_inner {
  height: 93px;
  display: block;
}

_:-ms-lang(x)::-ms-backdrop, header .header_inner .left_wrap {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

_:-ms-lang(x)::-ms-backdrop, header .header_inner .right_wrap {
  position: absolute;
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* footer
==================================*/
footer a:hover {
  opacity: 0.7;
}
footer nav {
  background: #008b38;
  padding: 50px 50px;
  box-sizing: border-box;
}
footer nav > ul {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer nav > ul a {
  color: #fff;
  font-feature-settings: "palt";
}
footer nav > ul .fir {
  font-size: 15px;
  font-weight: 500;
}
footer nav > ul .fir::before {
  content: "・";
  margin-right: 5px;
}
footer nav > ul > li dl dt {
  padding-bottom: 10px;
  border-bottom: 1px solid #91cca9;
}
footer nav > ul > li dl dd {
  display: flex;
  padding: 10px 50px 20px 20px;
  box-sizing: border-box;
}
footer nav ul.sec:nth-of-type(2) {
  margin-left: 70px;
}
footer nav ul.sec > li {
  margin-top: 10px;
}
footer nav ul.sec > li > a {
  font-size: 15px;
}
footer nav ul.third > li {
  margin-left: 14px;
  margin-top: 5px;
}
footer nav ul.third > li > a {
  font-size: 14px;
}
footer nav ul.third > li > a::before {
  content: "-";
  color: #54cb85;
  margin-right: 5px;
}
footer nav ul.fourth > li {
  margin-left: 34px;
  margin-top: 3px;
}
footer nav ul.fourth > li > a {
  font-size: 14px;
  position: relative;
}
footer nav ul.fourth > li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid #54cb85;
  border-bottom: 2px solid #54cb85;
  left: -10px;
  top: 7px;
  box-sizing: border-box;
}
footer nav ul.row_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
}
footer nav ul.row_list li {
  min-width: 180px;
  padding: 0 30px 0 0;
  margin-top: 15px;
}
footer nav ul.row_list li.long {
  min-width: 390px;
}
@media screen and (max-width: 1250px) {
  footer nav > ul > li dl dd {
    padding: 10px 7px 20px 7px;
  }
  footer nav > ul > li dl dd .sec:nth-of-type(2) {
    margin-left: 30px;
  }
  footer nav > ul > li dl dd .sec > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  footer nav {
    padding: 50px 25px;
  }
  footer nav > ul > li dl dd .sec > li a {
    font-size: 13px;
  }
}
footer .wh_area {
  padding: 48px 0 25px;
}
footer .wh_area .wh_inner .group_list {
  padding: 0 20px;
}
footer .wh_area .wh_inner .group_list ul {
  display: flex;
  justify-content: center;
}
footer .wh_area .wh_inner .group_list ul li {
  margin: 0 4px 5px;
  width: 175px;
}
footer .wh_area .wh_inner .group_list p {
  width: 270px;
  font-weight: 400;
  text-align: center;
  line-height: 27px;
  color: #fff;
  background: #999;
  border-radius: 13px;
  margin: 22px auto 0;
}
footer .wh_area .wh_inner .link_list {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
footer .wh_area .wh_inner .link_list li {
  margin: 0 5px;
  width: 357px;
}
footer .wh_area .wh_inner .info_wrap {
  margin-top: 22px;
}
footer .wh_area .wh_inner .info_wrap .name {
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
footer .wh_area .wh_inner .info_wrap .txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
}
footer .wh_area .wh_inner .info_wrap dl:not(:last-of-type) {
  margin-bottom: 8px;
}
footer .wh_area .wh_inner .info_wrap dl {
  display: flex;
  justify-content: center;
}
footer .wh_area .wh_inner .info_wrap dl dd {
  margin-left: 10px;
}
footer .gray_area {
  background: #565656;
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .gray_area .logo {
  width: 142px;
  margin-right: 10px;
}
footer .gray_area .copy small {
  color: #fff;
  font-size: 13px;
}
footer .gray_area .pagetop {
  position: absolute;
  width: 100px;
  height: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .gray_area .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer .gray_area .pagetop a img {
  width: 21px;
  height: 15px;
}

/* load_anim
==================================*/
#loading .load_anim {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 57px;
  height: 57px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#loading .load_anim > div {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  background-color: #008b38;
  animation-fill-mode: both;
  animation-name: ball_load;
  animation-iteration-count: infinite;
  animation-delay: 0;
}
#loading .load_anim > div:nth-of-type(1) {
  animation-delay: 0.22s;
  animation-duration: 0.9s;
}
#loading .load_anim > div:nth-of-type(2) {
  animation-delay: 0.64s;
  animation-duration: 1s;
}
#loading .load_anim > div:nth-of-type(3) {
  animation-delay: -0.15s;
  animation-duration: 0.63s;
}
#loading .load_anim > div:nth-of-type(4) {
  animation-delay: -30ms;
  animation-duration: 1.24s;
}
#loading .load_anim > div:nth-of-type(5) {
  animation-delay: 80ms;
  animation-duration: 1.37s;
}
#loading .load_anim > div:nth-of-type(6) {
  animation-delay: 0.43s;
  animation-duration: 1.55s;
}
#loading .load_anim > div:nth-of-type(7) {
  animation-delay: 50ms;
  animation-duration: 0.7s;
}
#loading .load_anim > div:nth-of-type(8) {
  animation-delay: 50ms;
  animation-duration: 0.97s;
}
#loading .load_anim > div:nth-of-type(9) {
  animation-delay: 0.3s;
  animation-duration: 0.63s;
}
@keyframes ball_load {
  0% {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 0.7;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

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

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top #loading {
  display: none;
}
#Top .top_load {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  transform: none;
  opacity: 1;
  transition: 0.3s 1.7s width;
  z-index: 9999;
}
#Top .top_load .logo {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 36px;
  margin: auto;
}
#Top .top_load .logo img {
  transition: 0.5s 1.1s;
}
#Top .top_load .logo::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 2;
}
#Top .top_load .logo.line {
  z-index: 2;
}
#Top .top_load .logo.line::before {
  transition: 0.4s 0.1s;
}
#Top .top_load .logo.fill {
  z-index: 1;
}
#Top .top_load .logo.fill::before {
  transition: 0.4s 0.7s;
}
#Top .top_load.move {
  width: 0;
}
#Top .top_load.move .logo img {
  opacity: 0;
}
#Top .top_load.move .logo::before {
  width: 0;
}

#Top main {
  margin-bottom: 130px;
  padding: 92px 0 0 0;
}
#Top main .first_sec {
  width: 100%;
  position: relative;
}
#Top main .first_sec .img_wrap {
  width: 100%;
  height: 700px;
  position: relative;
}
#Top main .first_sec .img_wrap.img01 {
  background: url(../images/top/ph01.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center center;
}
#Top main .first_sec .img_wrap.img01 .ct {
  position: absolute;
  bottom: 105px;
  right: 100px;
}
#Top main .first_sec .img_wrap.img01 .ct img {
  width: 500px;
  height: auto;
}
#Top main .first_sec .img_wrap.img02 {
  background: url(../images/top/ph02.jpg) no-repeat 0 0;
  background-size: cover;
}
#Top main .first_sec .img_wrap.img02 .ct {
  position: absolute;
  bottom: 105px;
  right: 100px;
}
#Top main .first_sec .img_wrap.img02 .ct img {
  width: 562px;
  height: auto;
}
#Top main .first_sec .img_wrap.img03 {
  background: url(../images/top/ph03.jpg) no-repeat 0 0;
  background-size: cover;
}
#Top main .first_sec .img_wrap.img03 .ct {
  width: 100%;
  position: absolute;
  bottom: 37px;
  left: 0;
  text-align: center;
}
#Top main .first_sec .img_wrap.img03 .ct img {
  width: 822px;
  max-width: 100%;
  height: auto;
}
#Top main .first_sec .img_wrap.img03 .logo {
  position: absolute;
  top: -20px;
  left: -6px;
}
#Top main .first_sec .img_wrap.img03 .logo img {
  width: 246px;
  height: auto;
}
#Top main .service_sec {
  padding-top: 108px;
  position: relative;
}
#Top main .service_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(50% - 175px);
  height: calc(100% - 58px);
  background: #f3f3f3;
  left: 0;
  top: 0;
  z-index: -2;
}
#Top main .service_sec::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 411px;
  height: 431px;
  background: url(../images/top/bg_logo.svg) no-repeat 0/contain;
  left: 0;
  top: -30px;
  z-index: -1;
}
#Top main .service_sec .container > .row {
  align-items: center;
  margin-right: -20px;
}
#Top main .service_sec .container > .row .left_wrap {
  width: 270px;
  margin-right: 70px;
}
#Top main .service_sec .container > .row .left_wrap .sec_ttl {
  margin-bottom: 26px;
}
#Top main .service_sec .container > .row .left_wrap .btn_area {
  margin-top: 60px;
}
#Top main .service_sec .container > .row .left_wrap p {
  line-height: 1.8;
}
#Top main .service_sec .container > .row .right_wrap {
  width: calc(100% - 340px);
}
#Top main .service_sec .container > .row .right_wrap .img_link li {
  width: 33.33%;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#Top main .service_sec .container > .row .right_wrap .img_link li:first-of-type {
  border-left: 1px solid #ddd;
}
#Top main .service_sec .container > .row .right_wrap .img_link li:hover {
  z-index: 1;
}
#Top main .service_sec .container > .row .right_wrap .img_link li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#Top main .service_sec .container > .row .right_wrap .img_link li a figure {
  position: relative;
}
#Top main .service_sec .container > .row .right_wrap .img_link li a figure::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  left: -1px;
  top: 0;
}
#Top main .service_sec .container > .row .right_wrap .img_link li a dl {
  padding: 25px 30px;
  box-sizing: border-box;
}
#Top main .service_sec .container > .row .right_wrap .img_link li a dl dt {
  font-weight: 500;
  color: #007e33;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
#Top main .service_sec .container > .row .right_wrap .img_link li a dl dt .large {
  font-size: 20px;
  white-space: nowrap;
}
#Top main .service_sec .container > .row .right_wrap .img_link li a dl dd {
  font-size: 15px;
  line-height: 1.5;
}
#Top main .service_sec .container > .row .right_wrap .img_link li a:hover {
  transform: scale(1.06);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
#Top main .service_sec .container > .row .right_wrap .img_link li a:hover figure::before {
  display: none;
}
#Top main .service_sec .container > .row .right_wrap .img_link li a:hover dl {
  border: none;
}
#Top main .service_sec .container > .row .right_wrap .link_text {
  margin-top: 58px;
  height: 182px;
}
#Top main .service_sec .container > .row .right_wrap .link_text li {
  width: 33.33%;
  box-sizing: border-box;
  border: 1px solid #fff;
}
#Top main .service_sec .container > .row .right_wrap .link_text li:not(:last-of-type) {
  border-right: none;
}
#Top main .service_sec .container > .row .right_wrap .link_text li:hover {
  z-index: 1;
}
#Top main .service_sec .container > .row .right_wrap .link_text li a {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 180px;
  background: #008b38;
  color: #fff;
}
#Top main .service_sec .container > .row .right_wrap .link_text li a:hover {
  transform: scale(1.06);
  border: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  #Top main .service_sec .container > .row .left_wrap {
    width: 240px;
    margin-right: 35px;
  }
  #Top main .service_sec .container > .row .right_wrap {
    width: calc(100% - 275px);
  }
  #Top main .service_sec .container > .row .right_wrap .img_link li a dl {
    padding: 25px 20px;
  }
  #Top main .service_sec .container > .row .right_wrap .img_link li a dl dt {
    font-size: 16px;
  }
  #Top main .service_sec .container > .row .right_wrap .img_link li a dl dt .large {
    font-size: 18px;
  }
  #Top main .service_sec .container > .row .right_wrap .link_text {
    margin-top: 58px;
    height: 182px;
  }
  #Top main .service_sec .container > .row .right_wrap .link_text li a {
    font-size: 17px;
  }
}
#Top main .about_sec {
  margin-top: 85px;
  position: relative;
}
#Top main .about_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(50% + 280px);
  height: calc(100% - 85px);
  background: #f3f3f3;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1600px) {
  #Top main .about_sec::before {
    width: calc(100% - 500px);
  }
}
#Top main .about_sec > figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
  max-width: 650px;
}
#Top main .about_sec .container {
  padding-top: 85px;
}
#Top main .about_sec .container .col {
  margin-left: calc(50% + 10px);
}
#Top main .about_sec .container .col .sec_ttl {
  margin-bottom: 18px;
}
#Top main .about_sec .container .col .btn_area {
  margin-top: 40px;
}
#Top main .about_sec .container .col .text {
  line-height: 1.8;
}
#Top main .about_sec .container .bn_link {
  margin-top: 120px;
  justify-content: space-between;
}
#Top main .about_sec .container .bn_link li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1100px) {
  #Top main .about_sec .container .bn_link li {
    width: calc(50% - 10px);
  }
}
#Top main .about_sec .container .bn_link li a {
  display: inline-block;
  background: url(../images/top/bn_real2.jpg) no-repeat 0/contain;
  width: 100%;
}
#Top main .about_sec .container .bn_link li a img {
  transition: 0.3s;
}
#Top main .about_sec .container .bn_link li a:hover img {
  opacity: 0;
}
#Top main .about_sec .container .bn_link li:nth-of-type(2) a {
  background: url(../images/top/bn_ever2.jpg) no-repeat 0/contain;
}
#Top main .about_sec .container .kyodocm {
  padding-top: 40px;
  width: 470px;
  margin: 0 auto;
}
#Top main .about_sec .container .kyodocm a picture {
  transition: 0.3s;
}
#Top main .about_sec .container .kyodocm:hover a picture {
  opacity: 0.7;
}
#Top main .about_sec .container .modal_wrap {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#Top main .about_sec .container .modal_wrap .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 9998;
}
#Top main .about_sec .container .modal_wrap iframe {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#Top main .info_sec {
  margin-top: 90px;
}
#Top main .info_sec .container {
  display: flex;
}
#Top main .info_sec .container .sec_ttl {
  width: 290px;
}
#Top main .info_sec .container .info_list {
  width: calc(100% - 290px);
}
#Top main .info_sec .container .info_list li a {
  display: block;
  padding: 30px 15px;
  box-sizing: border-box;
  position: relative;
}
#Top main .info_sec .container .info_list li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  right: 0;
  bottom: 0;
}
#Top main .info_sec .container .info_list li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 1px;
  background: #008b38;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
#Top main .info_sec .container .info_list li a dl {
  display: flex;
  align-items: flex-start;
}
#Top main .info_sec .container .info_list li a dl dt {
  font-weight: 400;
  color: #232323;
  margin-right: 8px;
  width: 85px;
}
#Top main .info_sec .container .info_list li a dl .tag {
  margin-right: 25px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  width: 66px;
  text-align: center;
  line-height: 1;
  padding: 2px 0 3px;
  border-radius: 8px;
  background: #008b38;
  position: relative;
  top: 5px;
}
#Top main .info_sec .container .info_list li a dl .text {
  font-weight: 400;
  width: calc(100% - 184px);
}
#Top main .info_sec .container .info_list li a:hover::after {
  width: 100%;
}
#Top main .info_sec .container .btn_area {
  position: absolute;
  left: 50px;
  bottom: 0;
}
#Top main .info_sec .container .btn_area .link_btn {
  width: 176px;
}
@media screen and (max-width: 1100px) {
  #Top main .info_sec .container .sec_ttl {
    width: 190px;
  }
  #Top main .info_sec .container .info_list {
    width: calc(100% - 190px);
  }
}

/*==================================
  News
==================================*/
#News main .page_ttl {
  background-image: url(../images/news/main.jpg);
  margin-bottom: 30px;
}
#News main {
  /*---------------------
    List
  ---------------------*/
}
#News main .category {
  background: #f3f3f3;
  margin-bottom: 40px;
}
#News main .category ul {
  display: flex;
  align-items: center;
  padding: 15px 9px;
}
#News main .category ul li {
  border-right: #dbdbdb 1px solid;
  padding: 4px 24px;
}
#News main .category ul li a {
  display: block;
  color: #007e33;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 3px 25px 4px;
  border-radius: 11px;
}
#News main .category ul li a:hover, #News main .category ul li a.here {
  color: #fff;
  background: #3b3b3b;
}
#News main .category ul li:last-child {
  border-right: none;
}
#News main .info_list ul {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 67px;
}
#News main .info_list ul li a {
  display: block;
  padding: 30px 13px;
  box-sizing: border-box;
  position: relative;
}
#News main .info_list ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  right: 0;
  bottom: 0;
}
#News main .info_list ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 1px;
  background: #008b38;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
#News main .info_list ul li a dl {
  display: flex;
  align-items: flex-start;
}
#News main .info_list ul li a dl dt {
  font-weight: 400;
  color: #232323;
  margin-right: 8px;
  width: 85px;
}
#News main .info_list ul li a dl .tag {
  margin-right: 25px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  width: 66px;
  text-align: center;
  line-height: 1;
  padding: 2px 0 3px;
  border-radius: 8px;
  background: #008b38;
  position: relative;
  top: 5px;
}
#News main .info_list ul li a dl .text {
  font-weight: 400;
  width: calc(100% - 184px);
}
#News main .info_list ul li a:hover::after {
  width: 100%;
}
#News main {
  /*---------------------
    Article
  ---------------------*/
}
#News main article {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 91px;
}
#News main article p {
  line-height: 1.8;
}
#News main article .newstl {
  margin-bottom: 40px;
  border-bottom: #e1e1e1 1px solid;
  padding: 0 10px;
}
#News main article .newstl h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  margin: 8px 0;
}
#News main article .newstl .date {
  font-weight: 400;
}
#News main article .newstl .date .tag {
  margin-left: 9px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  width: 66px;
  text-align: center;
  line-height: 1;
  padding: 2px 0 3px;
  border-radius: 8px;
  background: #008b38;
}
#News main article .text {
  padding: 0 14px;
}
#News main article .text span {
  font-size: 16px !important;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif !important;
}
#News main article .text p {
  padding: 0 0 0.5em 0;
}
#News main article .text h2 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.2;
}
#News main article .text h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #008b38;
  left: 0;
  bottom: 0;
}
#News main {
  /*---------------------
    Pager
  ---------------------*/
}
#News main .pager {
  margin-bottom: 202px;
}
#News main .pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
#News main .pager .wp-pagenavi a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  margin: 0 4px;
  padding: 10px 0 0;
  font-weight: 400;
  border-radius: 20px;
  border: #d1d1d1 1px solid;
  box-sizing: border-box;
}
#News main .pager .wp-pagenavi a:hover {
  color: #fff;
  background: #3b3b3b;
  border: #3b3b3b 1px solid;
}
#News main .pager .wp-pagenavi a.previouspostslink, #News main .pager .wp-pagenavi a.nextpostslink {
  margin: 0 15px;
  width: 12px;
  height: 11px;
  padding: 0;
  border: none;
  text-indent: -9999px;
}
#News main .pager .wp-pagenavi a.previouspostslink::before, #News main .pager .wp-pagenavi a.nextpostslink::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  margin: auto;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  left: 0;
  top: 0;
}
#News main .pager .wp-pagenavi a.previouspostslink:hover, #News main .pager .wp-pagenavi a.nextpostslink:hover {
  background: none;
}
#News main .pager .wp-pagenavi a.previouspostslink:hover::before, #News main .pager .wp-pagenavi a.nextpostslink:hover::before {
  animation: arrow 0.3s;
}
#News main .pager .wp-pagenavi a.previouspostslink::before {
  background: url(../images/common/arrow_l.svg) no-repeat 0/contain;
}
#News main .pager .wp-pagenavi a.previouspostslink:hover::before {
  animation: arrowleft 0.3s;
}
#News main .pager .wp-pagenavi .current {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  margin: 0 4px;
  padding: 10px 0 0;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 20px;
  color: #fff;
  background: #3b3b3b;
  border: #3b3b3b 1px solid;
}
#News main .pager .comPageBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#News main .pager .comPageBtn li.prev a, #News main .pager .comPageBtn li.next a {
  font-size: 15px;
  color: #007e33;
  font-weight: 500;
  position: relative;
}
#News main .pager .comPageBtn li.prev a::before, #News main .pager .comPageBtn li.next a::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  margin: auto;
}
#News main .pager .comPageBtn li.prev a {
  padding-left: 43px;
}
#News main .pager .comPageBtn li.prev a::before {
  background: url(../images/common/arrow_l.svg) no-repeat 0/contain;
  left: 0;
  top: 7px;
}
#News main .pager .comPageBtn li.prev a:hover::before {
  animation: arrowleft 0.3s;
}
#News main .pager .comPageBtn li.next a {
  padding-right: 43px;
}
#News main .pager .comPageBtn li.next a::before {
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 0;
  top: 7px;
}
#News main .pager .comPageBtn li.next a:hover::before {
  animation: arrow 0.3s;
}
#News main .pager .comPageBtn li.back {
  margin: 0 50px;
}
#News main .pager .comPageBtn li.back a::before {
  display: none;
}
@keyframes arrowleft {
  0% {
    transform: none;
  }
  50% {
    transform: translateX(-10px);
    opacity: 0.2;
  }
  51% {
    transform: translateX(13px);
    opacity: 0.2;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

/*==================================
  Business
==================================*/
#Business main .page_ttl {
  background-image: url(../images/business/main.jpg);
}
#Business main p {
  line-height: 1.8;
}
#Business main .contents_sec {
  padding-top: 30px;
  position: relative;
}
#Business main table {
  width: 100%;
}
#Business main table tr th {
  background: #f3f3f3;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-weight: 400;
  padding: 12px 25px 13px;
  text-align: left;
}
#Business main table tr td {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 12px 25px 13px;
}
#Business main .photos {
  padding: 30px 0 0 0;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
#Business main .photos dl dd {
  padding: 10px 0 0 0;
  text-align: center;
}
#Business main#BusiTop {
  margin-bottom: 180px;
}
#Business main#BusiTop .contents_sec {
  padding-top: 30px;
  position: relative;
}
#Business main#BusiTop .contents_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(50% - 175px);
  height: 650px;
  background: #f3f3f3;
  left: 0;
  top: 0;
  z-index: -2;
}
#Business main#BusiTop .contents_sec::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 411px;
  height: 431px;
  background: url(../images/top/bg_logo.svg) no-repeat 0/contain;
  left: -16px;
  top: -30px;
  z-index: -1;
}
#Business main#BusiTop .contents_sec .lead_area {
  max-width: 910px;
  margin: auto;
}
#Business main#BusiTop .contents_sec .lead_area h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.3;
}
#Business main#BusiTop .contents_sec .lead_area p {
  font-feature-settings: "palt";
  line-height: 1.8;
}
#Business main#BusiTop .contents_sec .business_list {
  margin-top: 80px;
  margin-bottom: -50px;
}
#Business main#BusiTop .contents_sec .business_list li {
  width: 25%;
  margin-bottom: 50px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#Business main#BusiTop .contents_sec .business_list li:first-of-type {
  border-left: 1px solid #ddd;
}
#Business main#BusiTop .contents_sec .business_list li:hover {
  z-index: 1;
}
#Business main#BusiTop .contents_sec .business_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#Business main#BusiTop .contents_sec .business_list li a figure {
  position: relative;
}
#Business main#BusiTop .contents_sec .business_list li a figure::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  left: -1px;
  top: 0;
}
#Business main#BusiTop .contents_sec .business_list li a dl {
  padding: 25px 30px;
  box-sizing: border-box;
}
#Business main#BusiTop .contents_sec .business_list li a dl dt {
  font-weight: 500;
  color: #007e33;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Business main#BusiTop .contents_sec .business_list li a dl dt .large {
  font-size: 20px;
}
#Business main#BusiTop .contents_sec .business_list li a dl dd {
  font-size: 15px;
}
#Business main#BusiTop .contents_sec .business_list li a:hover {
  transform: scale(1.06);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
#Business main#BusiTop .contents_sec .business_list li a:hover figure::before {
  display: none;
}
#Business main#BusiTop .contents_sec .business_list li a:hover dl {
  border: none;
}
@media screen and (max-width: 1300px) {
  #Business main#BusiTop .contents_sec .business_list li {
    width: 33.33%;
  }
}
#Business main#Management .img_text {
  display: block;
  margin-bottom: 38px;
}
#Business main#Management .img_text figure {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 5px;
}
#Business main#Management .img_text p {
  width: 100%;
  max-width: 100%;
}
#Business main#Management .flex_wrap .gr_ttl {
  font-size: 18px;
}
#Business main#Management .flex_wrap .gr_ttl:nth-of-type(1) {
  margin-bottom: 9px;
}
#Business main#Management .flex_wrap p {
  margin-bottom: 25px;
}
#Business main#Management .flex_wrap figure {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 5px;
  width: 50%;
  max-width: 430px;
}
#Business main#Management .gray_wrap dd {
  line-height: 1.8;
}
#Business main#Management .belt_ttl {
  line-height: 1.2;
}
#Business main#Management .manage_wrap .gr_ttl {
  font-size: 18px;
  margin-bottom: 6px;
}
#Business main#Management .manage_wrap small {
  font-size: 14px;
}
#Business main#Management .manage_wrap .area1 {
  margin-top: 32px;
}
#Business main#Management .manage_wrap .area1 .side_arrow {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 10px;
}
#Business main#Management .manage_wrap .area1 .side_arrow li {
  width: calc(50% - 20px);
}
#Business main#Management .manage_wrap .area1 .side_arrow li figure {
  margin-bottom: 7px;
  position: relative;
}
#Business main#Management .manage_wrap .area1 .side_arrow li:first-of-type figure::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid #3e3e3e;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Business main#Management .manage_wrap .area2 {
  margin-top: 30px;
  margin-bottom: 34px;
}
#Business main#Management .manage_wrap .area2 .row {
  margin-top: 15px;
}
#Business main#Management .manage_wrap .area2 .row .col {
  width: 400px;
  margin-right: 40px;
}
#Business main#Management .manage_wrap .area2 .row .col table {
  width: 100%;
  margin-bottom: 6px;
}
#Business main#Management .manage_wrap .area2 .row .col table tr th {
  width: 140px;
}
#Business main#Management .manage_wrap .area2 .row .col table tr td {
  width: calc(100% - 140px);
}
#Business main#Management .manage_wrap .area2 .row > p {
  width: calc(100% - 440px);
}
@media screen and (max-width: 1100px) {
  #Business main#Management .manage_wrap .area2 .row {
    display: block;
  }
  #Business main#Management .manage_wrap .area2 .row > p {
    width: 100%;
    margin-top: 15px;
  }
}
#Business main#Management .manage_wrap .area3 {
  margin-top: 40px;
}
#Business main#Management .manage_wrap .area3 .row {
  margin-bottom: 30px;
  justify-content: space-between;
}
#Business main#Management .manage_wrap .area3 .row li {
  width: calc(50% - 10px);
}
#Business main#Management .manage_wrap .area3 .gr_ttl {
  margin-bottom: 10px;
}
#Business main#Management .manage_wrap .area3 .round_text:not(:last-of-type) {
  margin-bottom: 5px;
}
#Business main#Management .mb {
  margin-bottom: 35px;
}
#Business main#Management .gray_list {
  background: #f3f3f3;
  padding: 40px 40px 30px 40px;
  display: flex;
  justify-content: flex-start;
  gap: 19px;
}
#Business main#Management .gray_list .box {
  width: 25%;
}
#Business main#Management .gray_list .box h4 {
  padding: 17px 0 11px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #007e33;
}
#Business main#Management .gray_list .box ul {
  width: 100%;
  margin: 0 auto;
}
#Business main#Management .gray_list .box ul.ul1 {
  max-width: 90px;
}
#Business main#Management .gray_list .box ul.ul2 {
  max-width: 90px;
}
#Business main#Management .gray_list .box ul.ul3 {
  max-width: 120px;
}
#Business main#Management .gray_list .box ul.ul4 {
  max-width: 150px;
}
#Business main#Management .gray_list .box ul li {
  font-size: 16px;
  padding: 0 0 7px 15px;
  position: relative;
}
#Business main#Management .gray_list .box ul li span {
  color: #007e33;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 1050px) {
  #Business main#Management .gray_list {
    padding: 20px 20px 0 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  #Business main#Management .gray_list .box {
    width: 48%;
  }
  #Business main#Management .gray_list .box ul {
    padding: 0 0 20px 0;
  }
}
#Business main#Management .bill_merit p.t {
  padding: 0 0 15px 0;
}
#Business main#Management .bill_merit .gray_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#Business main#Management .bill_merit .gray_wrap ul {
  width: 56%;
}
#Business main#Management .bill_merit .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Management .bill_merit .gray_wrap ul p.ml span {
  display: block;
  text-indent: -1em;
  margin: 0 0 0 1em;
}
#Business main#Management .bill_merit .gray_wrap figure {
  width: 39%;
  max-width: 330px;
}
#Business main#Management .bill_merit .flex_wrap .flex_box {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
#Business main#Management .bill_merit .flex_wrap .flex_box .left_area {
  width: 100%;
}
#Business main#Management .bill_merit .flex_wrap .flex_box .left_area div {
  width: 100%;
  margin-bottom: 20px;
}
#Business main#Management .bill_merit .flex_wrap .flex_box .left_area div:last-of-type {
  margin-bottom: 0;
}
#Business main#Management .bill_merit .flex_wrap .flex_box .left_area div p {
  margin-bottom: 5px;
}
#Business main#Management .bill_merit .flex_wrap .flex_box .left_area div ul {
  padding-left: 20px;
}
#Business main#Management .bill_merit .flex_wrap .flex_box .ph_area {
  max-width: 450px;
  width: 100%;
}
#Business main#Management .bill_merit .flex_wrap .flex_box .ph_area img {
  width: 100%;
}
#Business main#Mainte .gray_check {
  margin-top: 25px;
}
#Business main#Mainte .bt_wrap {
  border-top: 1px solid #eaeaea;
  padding-top: 40px;
  margin-top: -20px;
}
#Business main#Mainte .bt_wrap .img_text {
  margin-bottom: 30px;
}
#Business main#Clean .img_text, #Business main#Facility .img_text, #Business main#Qa .img_text {
  margin-bottom: 35px;
}
#Business main#Daily .gray_wrap ul {
  padding: 20px 5px 0;
  box-sizing: border-box;
}
#Business main#Daily .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
#Business main#Daily .img_row {
  justify-content: space-between;
  margin-top: 30px;
}
#Business main#Daily .img_row figure {
  width: calc(50% - 10px);
}
#Business main#Range .gray_wrap:nth-of-type(1) {
  margin-top: 30px;
}
#Business main#Range .gray_wrap:nth-of-type(2) {
  margin-top: 20px;
}
#Business main#Range .gray_wrap ul {
  padding: 20px 5px 0;
  box-sizing: border-box;
}
#Business main#Range .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
#Business main#Range .gray_wrap .border_list {
  padding-top: 0;
}
#Business main#Range .gray_wrap .border_list li {
  padding: 15px 5px;
  box-sizing: border-box;
  margin-bottom: 0;
}
#Business main#Range .gray_wrap .border_list li:first-of-type {
  padding-top: 0;
}
#Business main#Range .gray_wrap .border_list li:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
}
#Business main#Range .link_list {
  margin-top: -30px;
}
#Business main#Range .half_row {
  margin: 60px 0 40px;
}
#Business main#Stone .side_arrow {
  margin-top: 60px;
}
#Business main#Stone small {
  display: block;
  margin-top: 30px;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 15px;
}
#Business main#Apart .gray_wrap {
  margin-top: 40px;
}
#Business main#Apart .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Hotel .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Hygiene .main_area {
  min-height: 650px;
}
#Business main#Hygiene .img_row {
  justify-content: space-between;
  margin-top: 30px;
}
#Business main#Hygiene .img_row figure {
  width: calc(50% - 10px);
}
#Business main#Hygiene .gray_wrap .arrow_list li {
  justify-content: flex-start;
}
#Business main#Aircon .yell_ttl {
  font-size: 26px;
  font-weight: 700;
  color: #cb8f00;
  margin-bottom: 20px;
  line-height: 1.2;
}
#Business main#Aircon .point_list dl {
  padding: 13px 20px 13px 25px;
  box-sizing: border-box;
  background: #008c38;
  border-radius: 16px;
  display: flex;
  position: relative;
}
#Business main#Aircon .point_list dl:not(:last-of-type) {
  margin-bottom: 15px;
}
#Business main#Aircon .point_list dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  background: #4daf74;
  left: 115px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Business main#Aircon .point_list dl dt {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  width: 90px;
  line-height: 1;
}
#Business main#Aircon .point_list dl dt span {
  font-size: 14px;
  margin-right: 5px;
}
#Business main#Aircon .point_list dl dd {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  width: calc(100% - 90px);
  line-height: 1.2;
  padding-left: 20px;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
#Business main#Aircon .flex_wrap {
  position: relative;
  min-height: 240px;
  width: 100%;
}
#Business main#Aircon .flex_wrap dl {
  padding-left: 45%;
  box-sizing: border-box;
}
#Business main#Aircon .flex_wrap dl dt {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
}
#Business main#Aircon .flex_wrap dl dt .num {
  position: absolute;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  left: 0;
  top: 0;
  color: #fff;
  background: #cb8f00;
  font-weight: 400;
}
#Business main#Aircon .flex_wrap dl dt .red {
  color: #da0000;
}
#Business main#Aircon .flex_wrap dl dd {
  margin: 15px 0 20px;
  min-height: 48px;
}
#Business main#Aircon .flex_wrap .img_wrap > figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  max-width: 315px;
}
#Business main#Aircon .flex_wrap .img_wrap .set_wrap {
  padding-left: 45%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#Business main#Aircon .flex_wrap .img_wrap .set_wrap figure {
  width: calc(50% - 3px);
}
#Business main#Aircon .fee_box {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#Business main#Aircon .fee_box:first-of-type {
  margin-bottom: 20px;
}
#Business main#Aircon .fee_box dt {
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
  padding: 17px 30px;
}
#Business main#Aircon .fee_box dt span {
  line-height: 1.3;
}
#Business main#Aircon .fee_box dd {
  padding: 25px 30px;
}
#Business main#Aircon .aircon_contact .ttl {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
  font-feature-settings: "palt";
}
#Business main#Aircon .aircon_contact .top_wrap {
  margin-top: 24px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row {
  align-items: flex-end;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row li {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-left: 25px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row li:first-of-type {
  color: #007e33;
  font-size: 20px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row li:first-of-type a {
  color: #007e33;
  font-size: 42px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row li:nth-of-type(2) {
  font-size: 16px;
  margin-left: 10px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row li:nth-of-type(2) span {
  font-size: 28px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row + p {
  margin-left: 25px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 small {
  font-size: 14px;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area {
  margin-top: 0;
  margin-left: 15px;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area .contact_btn a {
  width: 424px;
  line-height: 63px;
  font-size: 18px;
  border-radius: 32px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  color: #007e33;
  border: 1px solid #007e33;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area .contact_btn a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 17px;
  background: url(../images/common/icon_mail_gr.svg) no-repeat 0/contain;
  margin-right: 10px;
  transition: 0.3s;
  top: 2px;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area .contact_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area .contact_btn a:hover {
  color: #fff;
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area .contact_btn a:hover::before {
  background: url(../images/common/icon_mail.svg) no-repeat 0/contain;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area .contact_btn a:hover::after {
  animation: arrow 0.3s;
}
#Business main#Aircon .aircon_contact .bottom_wrap {
  padding-top: 25px;
}
#Business main#Aircon .aircon_contact .bottom_wrap ul li {
  position: relative;
  padding-left: 21px;
}
#Business main#Aircon .aircon_contact .bottom_wrap ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
#Business main#Aircon .aircon_contact .bottom_wrap ul li::before {
  content: "・";
  position: absolute;
  left: 4px;
  top: 0;
}
#Business main#Common .arrow_list li figure {
  width: 35%;
}
#Business main#Common .arrow_list li dl {
  width: 60%;
}
#Business main#Common .arrow_list li:last-of-type figure {
  width: 50%;
}
#Business main#Common .arrow_list li:last-of-type dl {
  width: 45%;
}
#Business main#Floor .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Floor .gray_wrap.gray1 {
  margin-top: 30px;
  margin-bottom: 20px;
}
#Business main#Floor .gray_wrap.gray2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
#Business main#Floor .arrow_list li figure {
  width: 35%;
}
#Business main#Floor .arrow_list li dl {
  width: 60%;
}
#Business main#Floor .arrow_list li p {
  width: 60%;
}
#Business main#Equ .gray_wrap {
  margin-top: 30px;
}
#Business main#Equ .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Equ .mt {
  margin-top: 20px;
}
#Business main#Envi dl.gray_wrap {
  margin-top: 20px;
}
#Business main#Envi dl.gray_wrap dd {
  line-height: 1.8;
}
#Business main#Envi .gray_wrap li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Envi .formaldehyde {
  justify-content: space-between;
  margin: 20px 0;
}
#Business main#Envi .formaldehyde li {
  width: calc(50% - 10px);
}
#Business main#Envi .kome {
  margin-left: 1em;
  text-indent: -1em;
}
#Business main#Pipe .img_wrap {
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
#Business main#Pipe .img_wrap li {
  width: calc((100% - 40px) / 3);
}
#Business main#Pipe .arrow_list li figure {
  width: 45%;
}
#Business main#Pipe .arrow_list li dl {
  width: 51%;
}
#Business main#Pipe .arrow_list li dl dt {
  margin-bottom: 10px;
}
#Business main#Pipe table tr th {
  width: 300px;
}
#Business main#Pipe table tr td {
  width: calc(100% - 300px);
}
#Business main#Pipe .img_wrap2 {
  justify-content: space-between;
  margin-top: 35px;
}
#Business main#Pipe .img_wrap2 li {
  width: calc(33.33% - 10px);
}
#Business main#Support .mt {
  margin-top: 20px;
}
#Business main#Support .gray_wrap {
  margin-top: 30px;
}
#Business main#Support .gray_wrap li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Support small {
  font-size: 15px;
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
#Business main#Support .wrap_akutoku {
  background: #f3f3f3;
  padding: 35px;
}
#Business main#Support .wrap .text {
  padding-bottom: 20px;
}
#Business main#Support .wrap .zirei {
  padding-bottom: 20px;
}
#Business main#Support .wrap .zirei dl {
  padding-bottom: 20px;
}
#Business main#Support .wrap .zirei dt {
  margin-bottom: 10px;
  text-decoration: underline;
}
#Business main#Support .wrap .zirei dd {
  line-height: 1.8;
}
#Business main#Support .wrap .danger {
  display: grid;
  grid-template-columns: 5fr 1fr;
  gap: 20px;
  padding-bottom: 40px;
}
#Business main#Support .wrap .danger .danger_text {
  max-width: 480px;
}
#Business main#Support .wrap .danger .danger_text dd {
  line-height: 1.8;
}
#Business main#Support .wrap .danger .danger_img {
  width: 185px;
}
#Business main#Support .wrap .last_text p {
  padding-bottom: 40px;
}
#Business main#Support .wrap .last_text .last_text_img {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  place-items: start center;
}
#Business main#Support .wrap .last_text .last_text_img img.ninteisyo {
  width: 250px;
}
#Business main#Support .wrap .last_text .last_text_img img.senjou {
  width: 350px;
}
#Business main#Qa .wrap .qa_wrap:not(:last-of-type) {
  margin-bottom: 20px;
}
#Business main#Qa .wrap .qa_wrap dt {
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
}
#Business main#Qa .wrap .qa_wrap dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
#Business main#Qa .wrap .qa_wrap dd {
  padding: 17px 5px 0;
  line-height: 1.8;
}
#Business main#Pfi .row_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
#Business main#Pfi .row_box li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

/*==================================
  About
==================================*/
#About main .page_ttl {
  background-image: url(../images/about/main.jpg);
}
#About main .gr_ttl2 {
  margin-top: 30px;
}
#About main .gr_ttl2.ttl1 {
  margin-top: 25px;
}
#About main .group_wrap {
  margin-bottom: 60px;
}
#About main p {
  line-height: 1.8;
}
#About main .contents_sec {
  padding-top: 30px;
  position: relative;
}
#About main .contents_sec .container .lead_area {
  max-width: 910px;
  margin: auto;
}
#About main .contents_sec .container .lead_area h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.3;
}
#About main .contents_sec .container .lead_area p {
  font-feature-settings: "palt";
  line-height: 1.8;
}
#About main table {
  width: 100%;
}
#About main table tr th {
  background: #f3f3f3;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-weight: 400;
  padding: 12px 25px 13px;
  text-align: left;
}
#About main table tr td {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 12px 25px 13px;
}
#About main#AboutTop {
  margin-bottom: 180px;
}
#About main#AboutTop .contents_sec {
  padding-top: 30px;
  position: relative;
}
#About main#AboutTop .contents_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(50% - 175px);
  height: 650px;
  background: #f3f3f3;
  left: 0;
  top: 0;
  z-index: -2;
}
#About main#AboutTop .contents_sec::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 411px;
  height: 431px;
  background: url(../images/top/bg_logo.svg) no-repeat 0/contain;
  left: -16px;
  top: -30px;
  z-index: -1;
}
#About main#AboutTop .contents_sec .about_list {
  margin-top: 80px;
  margin-bottom: -50px;
}
#About main#AboutTop .contents_sec .about_list li {
  width: 25%;
  margin-bottom: 50px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#About main#AboutTop .contents_sec .about_list li:first-of-type {
  border-left: 1px solid #ddd;
}
#About main#AboutTop .contents_sec .about_list li:hover {
  z-index: 1;
}
#About main#AboutTop .contents_sec .about_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#About main#AboutTop .contents_sec .about_list li a figure {
  position: relative;
}
#About main#AboutTop .contents_sec .about_list li a figure::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  left: -1px;
  top: 0;
}
#About main#AboutTop .contents_sec .about_list li a dl {
  padding: 25px 30px;
  box-sizing: border-box;
}
#About main#AboutTop .contents_sec .about_list li a dl dt {
  font-weight: 500;
  color: #007e33;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#About main#AboutTop .contents_sec .about_list li a dl dt .large {
  font-size: 20px;
}
#About main#AboutTop .contents_sec .about_list li a dl dd {
  font-size: 15px;
}
#About main#AboutTop .contents_sec .about_list li a:hover {
  transform: scale(1.06);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
#About main#AboutTop .contents_sec .about_list li a:hover figure::before {
  display: none;
}
#About main#AboutTop .contents_sec .about_list li a:hover dl {
  border: none;
}
#About main#AboutTop .contents_sec .about_list li:last-of-type dl dt {
  margin-top: -10px;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  #About main#AboutTop .contents_sec .about_list li {
    width: 33.33%;
  }
}
#About main#Company .messa_wrap .gray_wrap {
  padding-bottom: 45px;
}
#About main#Company .messa_wrap .gray_wrap .dot_line span {
  position: relative;
  line-height: 46px;
  padding-bottom: 12px;
  background: linear-gradient(to right, #c6c6c6, #c6c6c6 3px, transparent 3px, transparent 8px) repeat-x bottom/8px 1px;
}
#About main#Company .messa_wrap .gray_wrap .dot_line span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #f3f3f3;
  bottom: 0;
  left: 0;
}
#About main#Company .messa_wrap .gray_wrap > figure {
  float: right;
  margin-left: 25px;
  margin-bottom: 5px;
  width: 232px;
}
#About main#Company .messa_wrap .gray_wrap .name {
  text-align: right;
  margin-top: 9px;
  margin-right: 10px;
}
#About main#Company .messa_wrap .gray_wrap .svg {
  width: 218px;
}
#About main#Company table tr th {
  width: 160px;
}
#About main#Company table tr td {
  width: calc(100% - 160px);
}
#About main#Company table tr td dl:not(:last-of-type) {
  margin-bottom: 10px;
}
#About main#Company table tr td dl dd {
  margin-left: 10px;
}
#About main#Company table tr td dl dd small {
  font-size: 14px;
}
#About main#Company .map_wrap iframe {
  width: 100%;
  height: 460px;
}
#About main#Company .half_wrap {
  margin-top: 40px;
  justify-content: space-between;
}
#About main#Company .half_wrap .gray_wrap {
  width: calc(50% - 10px);
}
#About main#Company .half_wrap .gray_wrap .border_ttl {
  padding-left: 32px;
  position: relative;
  line-height: 1.2;
}
#About main#Company .half_wrap .gray_wrap .border_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 17px;
  background: url(../images/about/company/icon_car.svg) no-repeat 0/21px 17px;
  left: 0;
  top: 2px;
}
#About main#Company .half_wrap .gray_wrap ul {
  margin-top: 10px;
  margin-left: 7px;
}
#About main#Company .half_wrap .gray_wrap ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1.8;
  font-feature-settings: "palt";
}
#About main#Company .half_wrap .gray_wrap ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#About main#Company .half_wrap .gray_wrap:nth-of-type(2) {
  margin-top: 0;
}
#About main#Company .half_wrap .gray_wrap:nth-of-type(2) .border_ttl::before {
  width: 18px;
  height: 24px;
  left: 2px;
  top: -1px;
  background: url(../images/about/company/icon_train.svg) no-repeat 0/18px 24px;
}
#About main#Inde .img_text + figure {
  width: 521px;
  margin: 45px auto 50px;
}
#About main#Inde .img_text + figure img {
  width: 100%;
}
#About main#Inde .gray_wrap .bn {
  margin-top: 30px;
}
#About main#Inde .gray_wrap .bn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 357px;
  height: 80px;
  position: relative;
  background: #fff;
  margin: auto;
}
#About main#Inde .gray_wrap .bn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 12px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#About main#Inde .gray_wrap .bn a div {
  width: 223px;
  height: 33px;
  transition: 0.3s;
}
#About main#Inde .gray_wrap .bn a p {
  font-size: 12px;
  color: #757575;
  margin-top: 2px;
  transition: 0.3s;
}
#About main#Inde .gray_wrap .bn a:hover div, #About main#Inde .gray_wrap .bn a:hover p {
  opacity: 0.7;
}
#About main#Inde .gray_wrap .bn a:hover::before {
  animation: arrow 0.3s;
}
#About main#Inde .gray_wrap .bn.bn2 a div {
  width: 142px;
  height: 28px;
}
#About main#Inde dl.gray_wrap dd {
  line-height: 1.8;
}
#About main#Edu .mt {
  margin-top: 30px;
}
#About main#Edu .img_text strong {
  font-weight: 500;
}
#About main#Edu .img2 {
  display: flex;
  justify-content: space-between;
}
#About main#Edu .img2 .img_box {
  width: 30%;
}
#About main#Edu .img2 .img_box figure:nth-of-type(2) {
  margin-top: 5px;
}
#About main#Edu .img2 ul {
  width: 65%;
}
#About main#Edu .img2 ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#About main#Edu .img2 ul li strong {
  color: #007e33;
  font-weight: 500;
}
#About main#Edu .img2 ul li dd {
  margin-left: 1em;
}
#About main#Edu small {
  font-size: 15px;
  display: block;
  margin-top: 30px;
}
#About main#Edu .small {
  font-size: 15px;
  text-align: right;
}
#About main#Edu .gray_wrap ul li strong {
  color: #007e33;
  font-weight: 500;
}
#About main#Edu .wrap > figure {
  text-align: center;
  margin: 30px 0 10px;
}
#About main#Edu .img_row {
  justify-content: space-between;
  margin-top: 30px;
}
#About main#Edu .img_row figure {
  width: calc(50% - 10px);
}
#About main#Social .gr_ttl {
  margin-top: 30px;
}
#About main#Social .gr_ttl.ttl1 {
  margin-top: 25px;
}
#About main#Social .img_text.img2:not(:last-of-type) {
  margin-bottom: 40px;
}
#About main#Social .img_text.img2 figure {
  width: 30%;
}
#About main#Social .img_text.img2 p {
  width: 65%;
  max-width: none;
}
#About main#Social .img_text.img_s figure {
  width: 15%;
}
#About main#Social .img_text.img_s p {
  max-width: none;
  width: 80%;
}
#About main#Social .mt {
  margin-top: 30px;
}
#About main#Social .row_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
#About main#Social .row_box li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
#About main#Social .row_table {
  justify-content: space-between;
}
#About main#Social .row_table figure {
  width: calc(100% - 500px);
}
#About main#Social .row_table table {
  width: 480px;
}
#About main#Social .wrap > figure {
  margin: 30px 0;
  text-align: center;
}
#About main#Social .img_text + ul {
  padding-top: 2em;
}
#About main#Social .img_text + ul li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
}
#About main#Social .img_text + ul li::before {
  content: "・";
  padding-right: 0.5em;
}
#About main#Envi .img_text p {
  max-width: 100%;
}
#About main#Envi .img_text.img2 figure {
  width: 28%;
}
#About main#Envi .img_text.img2 p {
  width: 67%;
}
#About main#Envi .img_text.rev figure {
  width: 25%;
}
#About main#Envi .img_text.rev p {
  width: 70%;
}
#About main#Envi .img_text.rev:nth-of-type(1) {
  margin-top: 40px;
}
#About main#Envi .img_text.rev:nth-of-type(2) {
  margin-top: 20px;
  margin-bottom: 40px;
}
#About main#Envi .gray_wrap ul li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
#About main#Envi .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#About main#Envi .gray_wrap .name {
  line-height: 1.1;
  font-size: 20px;
  width: 197px;
  margin: 20px 0 0 auto;
}
#About main#Envi .gray_wrap .name small {
  font-size: 14px;
}
#About main#Decree .main_area .wrap p a.text_link {
  color: #007e33;
  border-bottom-color: #007e33;
}
#About main#Award .page_ttl .container .text_wrap .ja > span .small {
  line-height: 1.3;
}
#About main#Award .mb {
  margin-bottom: 20px;
}
#About main#Award .gr_ttl {
  margin-top: 30px;
  margin-bottom: 10px;
}
#About main#Award .gr_list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 32px;
}
#About main#Award .gr_list li {
  color: #007e33;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
#About main#Award .gr_list li:not(:last-of-type) {
  margin-bottom: 7px;
}
#About main#Award .gr_list li strong {
  font-weight: 500;
}
#About main#Award .row_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
#About main#Award .row_box li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
#About main#Award .main_area .what {
  width: 100%;
  clear: both;
  overflow: hidden;
}
#About main#Award .main_area .what .logo {
  float: right;
  width: 150px;
  margin: 0 0 0 20px;
  z-index: 1;
  position: relative;
}
#About main#Award .main_area .what .logo a:hover {
  opacity: 0.7;
}

_:lang(x)::-moz-placeholder, #About main#Company .messa_wrap .gray_wrap .dot_line span {
  padding-bottom: 2px;
  background: linear-gradient(to right, #c6c6c6, #c6c6c6 3px, transparent 3px, transparent 8px) repeat-x top/8px 1px;
  padding-top: 11px;
}

_:lang(x)::-moz-placeholder, #About main#Company .messa_wrap .gray_wrap .dot_line span::after {
  top: 0;
  bottom: auto;
}

/*==================================
  Partner
==================================*/
#Partner main .page_ttl {
  background-image: url(../images/partner/main.jpg);
  margin-bottom: 30px;
}
#Partner main p {
  line-height: 1.8;
}
#Partner main .leadbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 69px;
}
#Partner main .leadbox figure {
  width: 34.2%;
  max-width: 410px;
}
#Partner main .leadbox p {
  width: 61%;
}
#Partner main .prefbox {
  margin-bottom: 70px;
}
#Partner main .prefbox .gray_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 45px 50px 20px;
}
#Partner main .prefbox .gray_wrap figure {
  width: 43.8%;
  max-width: 481px;
}
#Partner main .prefbox .gray_wrap .work {
  width: 51%;
}
#Partner main .prefbox .gray_wrap .work ul {
  margin: 10px 0 20px;
}
#Partner main .prefbox .gray_wrap .work ul li {
  margin-left: 1em;
  text-indent: -1.3em;
  padding: 4px 0;
}
#Partner main .prefbox .gray_wrap .work.noimg {
  width: 100%;
}
#Partner main .prefbox:last-child {
  margin-bottom: 0;
}

/*==================================
  Carefacility
==================================*/
#Carefacility main .page_ttl {
  background-image: url(../images/carefacility/main.jpg);
  margin-bottom: 30px;
}
#Carefacility main p {
  line-height: 1.8;
}
#Carefacility main .leadbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 69px;
}
#Carefacility main .leadbox figure {
  width: 34.2%;
  max-width: 410px;
}
#Carefacility main .leadbox p {
  width: 61%;
}
#Carefacility main .carebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 69px;
}
#Carefacility main .carebox figure {
  width: 29.2%;
  max-width: 350px;
}
#Carefacility main .carebox p {
  width: 65%;
}
#Carefacility main .others .carebox {
  margin-bottom: 20px;
}
#Carefacility main .others .gray_wrap {
  padding: 35px 30px;
}
#Carefacility main .others .gray_wrap h3 {
  margin-bottom: 12px;
}

/*==================================
  Enterprise
==================================*/
#Enterprise main .page_ttl {
  background-image: url(../images/enterprise/main.jpg);
  margin-bottom: 30px;
}
#Enterprise main p {
  line-height: 1.8;
}
#Enterprise main .leadbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 69px;
}
#Enterprise main .leadbox figure {
  width: 34.2%;
  max-width: 410px;
}
#Enterprise main .leadbox p {
  width: 61%;
}
#Enterprise main .spabox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 69px;
}
#Enterprise main .spabox figure {
  width: 29.2%;
  max-width: 350px;
}
#Enterprise main .others .otherbox {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#Enterprise main .others .otherbox .gray_wrap {
  max-width: 590px;
  width: 49.2%;
  margin: 0;
  padding: 35px 30px;
}
#Enterprise main .others .otherbox .gray_wrap h3 {
  margin-bottom: 12px;
}

/*==================================
  government
==================================*/
#Government main .page_ttl {
  background-image: url(../images/government/main.jpg);
  margin-bottom: 30px;
}
#Government main p {
  line-height: 1.8;
}
#Government main .leadbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 69px;
}
#Government main .leadbox figure {
  width: 34.2%;
  max-width: 410px;
}
#Government main .leadbox p {
  width: 61%;
}
#Government main .others .otherbox {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#Government main .others .otherbox .gray_wrap {
  width: calc((100% - 40px) / 3);
  margin: 0;
  padding: 35px 30px;
}
#Government main .others .otherbox .gray_wrap h3 {
  margin-bottom: 12px;
}

/*==================================
  Contact_reset
==================================*/
#Contact main {
  /*------ Reset CSS ------*/
}
#Contact main :-moz-placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main ::-moz-placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main :-ms-input-placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main ::-ms-input-placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main ::-webkit-input-placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main ::placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#Contact main input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
#Contact main input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
#Contact main input[type=radio]:checked + label {
  background: #ff0000;
}
#Contact main input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
#Contact main input[type=checkbox]:checked + label {
  background: #ff0000;
}
#Contact main input::placeholder, #Contact main input:-ms-input-placeholder, #Contact main input::-ms-input-placeholder {
  color: #c0c0c0;
}
#Contact main button,
#Contact main input[type=button],
#Contact main input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
}
#Contact main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
}
#Contact main select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
}
#Contact main {
  /*------ Reset END ------*/
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
#Contact main {
  /*------ Form Base ------*/
}
@keyframes onAutoFillStart {}
#Contact main span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}
#Contact main input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
#Contact main input[type=text]:focus,
#Contact main input[type=email]:focus,
#Contact main input[type=tel]:focus,
#Contact main input[type=search]:focus,
#Contact main input[type=url]:focus,
#Contact main textarea:focus {
  color: #000;
  background-color: #f3f3f3;
}
#Contact main .ERR {
  color: #cc0303;
}
#Contact main input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  box-sizing: border-box;
  color: #000;
  width: 100%;
}
#Contact main input[type=text].zip {
  max-width: 277px;
  width: 48%;
}
#Contact main .zip-wrap {
  display: block;
  position: relative;
  padding-left: 24px;
}
#Contact main .zip-wrap::before {
  content: "〒";
  font-size: 16px;
  position: absolute;
  top: 16px;
  left: 0;
}
#Contact main .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}
#Contact main .zip-wrap .kome {
  font-size: 14px;
  padding-left: 16px;
}
#Contact main input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  max-width: 140px;
  width: 100%;
  background: #f3f3f3;
  border: 3px solid #f3f3f3;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
#Contact main input[type=button]:hover {
  background: none;
}
#Contact main input[type=checkbox] + label {
  padding-left: 33px;
  position: relative;
  margin-right: 4px;
  min-width: 40px;
  display: inline-block;
  cursor: pointer;
}
#Contact main input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 3px solid #008c38;
  background: #ffffff;
  box-sizing: border-box;
}
#Contact main input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #008c38;
  border-bottom: 3px solid #008c38;
  display: block;
  height: 6px;
  left: 10px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
  width: 4px;
}
#Contact main input[type=checkbox]:checked + label {
  background: none;
}
#Contact main input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#Contact main input[type=radio] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}
#Contact main input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  box-sizing: border-box;
  border-radius: 50%;
}
#Contact main input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #008c38;
  border-radius: 50%;
  opacity: 0;
}
#Contact main input[type=radio]:checked + label {
  background: none;
}
#Contact main input[type=radio]:checked + label::after {
  opacity: 1;
}
#Contact main .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #f3f3f3;
}
#Contact main .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
}
#Contact main .select-box select::-ms-expand {
  display: none;
}
#Contact main .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}
#Contact main textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}
#Contact main .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #f3f3f3;
}
#Contact main .overscroll ul > li {
  margin-bottom: 25px;
}
#Contact main .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #000;
}
#Contact main .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}
#Contact main .overscroll ul > li > ol {
  margin-top: 5px;
}
#Contact main .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#Contact main .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}
#Contact main .overscroll ul > li:last-child {
  margin-bottom: 0;
}
#Contact main .submit_area {
  margin: 56px 0 131px;
  text-align: center;
}
#Contact main .submit_area span {
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #008c38;
  width: 390px;
  background: #fff;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #008c38;
  border-radius: 35px;
  transition: all 0.3s ease;
}
#Contact main .submit_area span input[type=submit] {
  font-size: 18px;
  color: #008c38;
  cursor: pointer;
  width: 100%;
  height: 68px;
  letter-spacing: 0.03em;
  font-weight: 500;
  box-sizing: border-box;
}
#Contact main .submit_area span:hover {
  color: #fff;
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
}
#Contact main .submit_area span:hover::before {
  animation: arrow 0.3s;
}
#Contact main .submit_area span:hover input[type=submit] {
  color: #fff;
}
#Contact main .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
}
#Contact main .submit_area ul.koumoku li {
  font-size: 18px;
  width: 270px;
}
#Contact main .submit_area ul.koumoku li span {
  width: 270px;
}
#Contact main .submit_area ul.koumoku li span input[type=submit] {
  font-size: 18px;
}
#Contact main .submit_area ul.koumoku li span:hover {
  color: #fff;
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
}
#Contact main .submit_area ul.koumoku li span:hover::before {
  animation: arrow 0.3s;
}
#Contact main .submit_area ul.koumoku li span:hover input[type=submit] {
  color: #fff;
}
#Contact main .btn_back {
  text-align: center;
}
#Contact main .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #f3f3f3;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #f3f3f3;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
#Contact main .contact_back {
  margin-top: 56px;
  margin-bottom: 131px;
  text-align: center;
}
#Contact main .contact_back a {
  font-size: 18px;
  width: 390px;
  padding: 9px 0 10px;
  border-radius: 35px;
}
#Contact main {
  /*------ Form Base END ------*/
}

/*==================================
  Contact
==================================*/
#Contact main .page_ttl {
  background-image: url(../images/contact/main.jpg);
  margin-bottom: 30px;
}
#Contact main .container {
  margin: auto;
  padding-left: 90px;
  padding-right: 90px;
}
#Contact main .container p.lead {
  line-height: 2.5;
  margin-bottom: 50px;
}
#Contact main .agree_area {
  margin: 67px 0 0;
  text-align: center;
}
#Contact main .agree_area input[type=checkbox] + label::before {
  top: 1px;
}
#Contact main .agree_area input[type=checkbox] + label::after {
  top: 14px;
}
#Contact main .agree_area .checkAgree a {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
}
#Contact main .agree_area .checkAgree a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #727272;
}
#Contact main .need {
  color: #be3939;
}
#Contact main table {
  display: block;
  border-top: #e0e0e0 1px solid;
}
#Contact main table tbody {
  display: block;
}
#Contact main table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: #e0e0e0 1px solid;
  padding: 22px 13px 23px 19px;
  box-sizing: border-box;
}
#Contact main table tr th {
  width: 228px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
  display: block;
  text-align: left;
  position: relative;
}
#Contact main table tr th .need {
  color: #ffffff;
  background: #be3939;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1;
  width: 46px;
  display: block;
  text-align: center;
  padding: 2px 0 3px;
  position: absolute;
  right: 0;
  top: 7px;
}
#Contact main table tr td {
  display: block;
  width: calc(100% - 278px);
  margin-left: 50px;
  word-break: break-all;
}
#Contact main table tr td input[type=text] {
  border: none;
  padding: 14px 21px;
}
#Contact main table tr td textarea {
  height: 286px;
  border: none;
  padding: 14px 21px;
}
#Contact main table tr.address {
  align-items: flex-start;
}
#Contact main table tr.address .text02 {
  margin-top: 8px;
}
#Contact main table tr.tdtop {
  align-items: flex-start;
}
#Contact main table tr.tdtop span.kome {
  font-size: 14px;
  display: block;
  margin-top: 16px;
}
#Contact main table tr.tdtop td .checkbox2 {
  display: flex;
}
#Contact main table tr.tdtop td .checkbox2 .check-list {
  padding: 0;
  width: 269px;
}
#Contact main table tr.tdtop td .checkbox2 .check-list li {
  display: block;
  margin-bottom: 20px;
}
#Contact main table tr.tdtop td .checkbox2 .check-list li:last-child {
  margin-bottom: 0;
}
#Contact main .check-list {
  padding-top: 5px;
  padding-left: 0;
}
#Contact main .check-list li {
  display: inline-block;
}

/*==================================
  Privacy
==================================*/
#Privacy main .page_ttl {
  background-image: url(../images/contact/main.jpg);
  margin-bottom: 30px;
}
#Privacy main p {
  line-height: 1.8;
}
#Privacy main p.sign {
  text-align: right;
}
#Privacy main .pribox {
  margin-bottom: 60px;
}
#Privacy main .pribox .gray_check {
  margin: 25px 0;
}
#Privacy main .pribox .gray_check li {
  line-height: 1.8;
}
#Privacy main .pribox .gray_check li::before {
  display: none;
}
#Privacy main .pribox .gray_check li strong {
  font-weight: 500;
}
#Privacy main .pribox .gray_check li ul {
  margin-top: 5px;
}
#Privacy main .pribox .gray_check li ul li {
  list-style: none;
  margin: 0 0 0 1.5em;
  padding-left: 0;
  text-indent: -1.5em;
  margin-bottom: 5px;
}
#Privacy main .pribox .gray_check li dl dt {
  margin-bottom: 5px;
}
#Privacy main .pribox .gray_check li dl {
  margin-bottom: 5px;
}
#Privacy main .pribox .gray_check li dl dd {
  margin-bottom: 5px;
  margin: 0 0 0 1.5em;
  line-height: 1.8;
}
#Privacy main .pribox .gray_check li > a {
  text-decoration: underline;
}
#Privacy main .pribox .gray_check li a:hover {
  color: #9a9a9a;
}
#Privacy main .pribox .gray_check li .content1 {
  margin-bottom: 40px;
}
#Privacy main .pribox .gray_check li .content1 p:nth-child(1) {
  margin-bottom: 10px;
}
#Privacy main .pribox .gray_check li .content1 p:nth-child(2) {
  margin-bottom: 20px;
  padding-left: 30px;
}
#Privacy main .pribox .gray_check li .content1 p.last {
  padding-left: 30px;
}
#Privacy main .pribox .gray_check li .content1 .table {
  padding-left: 30px;
}
#Privacy main .pribox .gray_check li .content1 .table table {
  margin-bottom: 20px;
}
#Privacy main .pribox .gray_check li .content1 .table table td {
  position: relative;
}
#Privacy main .pribox .gray_check li .content1 .table table td ul li {
  margin: 0;
  padding-left: 55px;
}
#Privacy main .pribox .gray_check li .content1 .table table td ul li :before {
  content: "・";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 20px;
}
#Privacy main .pribox .gray_check li .content2 {
  margin-bottom: 40px;
}
#Privacy main .pribox .gray_check li .content2 p:nth-child(1) {
  margin-bottom: 10px;
}
#Privacy main .pribox .gray_check li .content2 p:nth-child(2) {
  margin-bottom: 10px;
  padding-left: 30px;
}
#Privacy main .pribox .gray_check li .content2 p.last {
  padding-left: 50px;
  text-indent: -21px;
}
#Privacy main .pribox .gray_check li .content2 ul {
  margin-bottom: 10px;
  padding-left: 30px;
}
#Privacy main .pribox .gray_check li .content2 ul li {
  margin: 0 0 0 1em;
  text-indent: -1em;
  margin-bottom: 3px;
}
#Privacy main .pribox .gray_check li .content3 {
  margin-bottom: 40px;
}
#Privacy main .pribox .gray_check li .content3 p:nth-child(1) {
  margin-bottom: 10px;
}
#Privacy main .pribox .gray_check li .content3 p:nth-child(2) {
  padding-left: 30px;
}
#Privacy main .pribox .gray_check li .content4 {
  margin-bottom: 40px;
}
#Privacy main .pribox .gray_check li .content4 p {
  margin-bottom: 10px;
}
#Privacy main .pribox .gray_check li .content4 p:last-child {
  margin-bottom: 30px;
}
#Privacy main .pribox .gray_check li .content4 dl {
  padding-left: 30px;
}
#Privacy main .pribox .gray_check li .content4 dl:last-child {
  margin-bottom: 0;
}
#Privacy main .pribox .gray_check li .content4 dl dt {
  margin-bottom: 5px;
}
#Privacy main .pribox .gray_check li .content4 dl dd {
  margin-bottom: 10px;
  line-height: 1.8;
}
#Privacy main .pribox .gray_check li .content4 dl dd.not {
  margin-bottom: 0;
}
#Privacy main .pribox .gray_check li .content5 ul {
  padding-left: 30px;
}
#Privacy main .pribox .gray_check li .content5 ul li {
  margin-bottom: 5px;
  line-height: 1.8;
}
#Privacy main .pribox .gray_check li .content5 {
  margin-bottom: 40px;
}
#Privacy main .pribox .gray_check li .content5 p {
  margin-bottom: 10px;
}
#Privacy main .pribox .gray_check li .content5 p:nth-of-type(2) {
  padding-left: 30px;
}
#Privacy main .pribox .gray_check li .content5 p:last-child {
  text-indent: -1em;
  padding-left: 47px;
}
#Privacy main .pribox .gray_check li .content5 p.not_bottom {
  margin-bottom: 5px;
}
#Privacy main .pribox .gray_check li .content5 ul {
  margin-bottom: 20px;
}
#Privacy main .pribox .gray_check li .content6 p {
  margin-bottom: 20px;
}
#Privacy main .pribox .gray_check li .content6 ul {
  padding-left: 30px;
}
#Privacy main .pribox .gray_check li .content6 ul li {
  line-height: 1.8;
  margin-bottom: 0;
}
#Privacy main .pribox:last-child {
  margin-bottom: 0;
}
#Privacy main .pribox .gray_check_indent {
  margin: 25px 0;
}
#Privacy main .pribox .gray_check_indent li {
  text-indent: -31px;
  margin-bottom: 5px;
}
#Privacy main .pribox table th {
  border: 1px solid #232323;
  padding: 10px 40px;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
#Privacy main .pribox table td {
  border: 1px solid #232323;
  padding: 10px 40px;
  font-weight: 400;
  line-height: 1.8;
}
#Privacy main .pribox table td ul li {
  font-weight: 400;
}
#Privacy main .pribox table td ul li::before {
  content: "・";
  position: absolute;
  left: 40px;
  top: 0;
  display: block !important;
  background: none;
}

#Privacy main .pribox .gray_check li > a :hover {
  color: #9a9a9a;
}

#Privacy main .sbox h3 {
  padding: 1.5em 0 10px 0;
}

#Privacy main .sbox ul li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
}

#Privacy main .sbox ul li::before {
  content: "・";
  padding-right: 0.5em;
}