html {
  color: #000;
  background: #FFF;
}

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

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  scroll-behavior: smooth;
}

body {
  word-wrap: break-word;
  word-break: break-all;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  height: 100vh;
  line-height: 1.75;
  font-size: 1.6rem;
  line-height: 1.75;
}

a {
  color: #2e93d4;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  text-decoration: underline;
}

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

*::after, *::before {
  vertical-align: bottom;
}

a:hover {
  -webkit-text-decoration: auto;
  text-decoration: auto;
}

a:hover img {
  opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}

a[href^=tel] {
  color: #000;
  cursor: text;
  pointer-events: none;
}

a[href^=tel]:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.has-huge-font-size {
  font-size: 3rem;
  line-height: 2;
}

.has-large-font-size {
  font-size: 2.6rem;
  line-height: 2;
}

.sp {
  display: none;
}

.screen-reader-text {
  display: none;
}

@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
header {
  position: relative;
}
header img {
  display: block;
}
header .header__bg {
  width: 100%;
  height: 100vh;
}
header .header__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
header .header__tx {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
header .header__tx .catch {
  color: #fff;
  text-align: center;
  margin: 3em 0 0.5em;
  font-size: 3.4em;
  font-weight: 700;
  white-space: nowrap;
}
header .header__tx .logo {
  margin: 0 auto;
}
header .header__tx .logo img {
  width: auto;
  height: 190px;
  margin: 0 auto;
}

.section {
  margin: 140px 0 160px;
}

.section_title {
  margin: 64px;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.section_title::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #006837;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -24px;
  border-radius: 9999px;
}

.section_body {
  font-size: 1.8rem;
}

.section_wrap {
  position: relative;
  padding-top: 1px;
}

.section_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}

.section_bg img {
  display: block;
}

.president_wrap {
  display: flex;
  justify-content: space-between;
  background: rgba(242, 242, 242, 0.8);
  padding: 50px 60px;
  max-width: 980px;
  margin: 160px auto 60px;
  gap: 40px;
}

.president_wrap .section_tx {
  flex-basis: 55%;
}

.president_midashi {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
}

.section_president_history {
  max-width: 1160px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.3%;
  font-size: 1.6rem;
}

.section_president_history .president {
  flex-basis: 24%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 40px;
}

.president {
  font-size: 1.6rem;
  flex-basis: 40%;
}

.president .img img {
  display: block;
  margin-bottom: 20px;
}

.post {
  font-weight: 700;
}

.president_title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.company_profile {
  max-width: 980px;
  margin: 0 auto;
}

.company_profile table {
  width: 100%;
}

.company_profile tr {
  border-bottom: solid 1px #808080;
}

.company_profile th,
.company_profile td {
  padding: 20px;
  vertical-align: top;
}

.company_profile th {
  font-weight: 700;
}

.business {
  position: relative;
  margin-bottom: 70px;
}

.business_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20vw;
}

.business:first-child .business_wrap {
  padding-bottom: 18vw;
}

.business_wrap .img {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 1;
}

.business_wrap .img img {
  display: block;
}

.business_wrap .data {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
  padding-left: 50px;
  padding-right: 11.7%;
}

.business:nth-of-type(2n) .business_wrap .img {
  order: 2;
}

.business:nth-of-type(2n) .business_wrap .data {
  order: 1;
  padding-right: 50px;
  padding-left: 11.7%;
}

.business_title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-left: 1.2em;
}
.business_title::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 4px;
  background: #006837;
  border-radius: 9999px;
  position: absolute;
  left: 0;
  top: 0.9em;
}

.business_subtitle {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.items {
  background: #e6f0eb;
  padding: 24px 15px;
  margin-top: 1.5em;
}

.items dt {
  background: rgba(0, 104, 55, 0.8);
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
}

.items dd {
  padding: 10px 0 20px;
}

.business_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.relcompany_name {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.relcompany_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto 60px;
}

.relcompany_wrap_side {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}

.relcompany_info {
  flex-basis: 42%;
}

.relservice_title {
  font-size: 2rem;
  font-weight: 700;
  margin: 20px 0 10px;
}

.relcompany_services {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

.relcompany_services .service {
  font-size: 1.4rem;
}

.relcompany_services .service .img img {
  display: block;
  margin: 0 auto;
}

.relcompany_services .service_name {
  text-align: center;
  font-weight: 700;
}

.relcompany_title {
  font-size: 2.6rem;
  font-weight: 700;
  max-width: 980px;
  margin: 30px auto;
}

.relcompany_title .logo img {
  width: auto;
  height: 40px;
}

.relcompany_info dl {
  flex-basis: 48%;
  margin-bottom: 1em;
}

.relcompany_info dt {
  background: rgba(0, 104, 55, 0.8);
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
}

.relcompany_info dd {
  padding: 10px 0 20px;
}

.relcompany_addr span {
  display: block;
}

.relcompany_info .link a {
  display: inline-block;
  padding: 10px 20px;
  background: #2e93d4;
  color: #fff;
}

.section_contact .contact {
  margin: 60px 0;
}

.contact a {
  display: block;
  background: #006837;
  color: #fff;
  text-align: center;
  padding: 25px;
  max-width: 640px;
  margin: 0 auto;
  font-weight: 700;
}

.contact_title {
  margin: 64px;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.contact_title::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #006837;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -24px;
  border-radius: 9999px;
}

.contact_tx {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 60px 0 40px;
}

.tel {
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.tel .icon {
  display: inline-block;
  line-height: 1;
  vertical-align: text-bottom;
}

.tel .icon img {
  display: inline-block;
  vertical-align: middle;
}

.contact_form {
  max-width: 640px;
  margin: 60px auto;
}

.form_title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.contact_item {
  margin-bottom: 15px;
}

.contact_item_midashi {
  font-weight: 700;
}

.contact_item_form input[type=text],
.contact_item_form input[type=email],
.contact_item_form input[type=tel],
.contact_item_form textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #808080;
}

.label_hissu {
  display: inline-block;
  border-radius: 3px;
  background: #d00;
  color: #fff;
  font-weight: 700;
  padding: 3px 5px 2px;
  font-size: 0.8em;
  line-height: 1;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  box-shadow: none;
}

form#mailformpro dl dt {
  font-size: 1.6rem;
}

div.mfp_err {
  font-size: 1.6rem;
  background: none;
  padding-left: 0;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  background: #006837;
  color: #fff;
  text-shadow: none;
  border-color: #006837;
  padding: 10px 30px;
}

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  background: #02904e;
  box-shadow: none;
}

form#mailformpro label {
  white-space: wrap;
}

button#mfp_button_cancel {
  background: #666;
  border-color: #666;
}

.copyright {
  background: #006837;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .catch span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.375vw;
  }
  .sp-block {
    display: block;
  }
  header .header__tx {
    top: initial;
    bottom: 20%;
    translate: -50% 0;
  }
  header .header__tx .catch {
    margin-top: 2em;
    font-size: 8.125vw;
  }
  header .header__tx .logo {
    max-width: initial;
  }
  header .header__tx .logo img {
    width: auto;
    height: 20vw;
  }
  .section {
    margin: 40px 0 60px;
  }
  .section_title {
    margin: 2em 0;
    font-size: 6.25vw;
    padding-bottom: 1.5625vw;
  }
  .section_title::after {
    width: 8.75vw;
    height: 3px;
    margin-left: -4.375vw;
  }
  .section_body {
    font-size: 4.375vw;
  }
  .section_wrap {
    position: relative;
    padding-top: 1px;
  }
  .section_bg {
    position: static;
  }
  .president_wrap {
    display: block;
    padding: 4.6875vw;
    max-width: initial;
    margin: 0 auto 30px;
  }
  .president_midashi {
    font-size: 5vw;
  }
  .section_president_history {
    max-width: initial;
    margin: 30px 3.125vw;
    display: block;
  }
  .section_president_history .president {
    margin-bottom: 30px;
  }
  .president_wrap .president {
    font-size: 4.375vw;
    padding: 3.125vw;
    background: #e6f0eb;
    margin-bottom: 20px;
  }
  .president .img {
    max-width: 60%;
    margin: 0 auto;
  }
  .president .img img {
    margin-bottom: 10px;
  }
  .president_title {
    font-size: 4.6875vw;
    margin-bottom: 6px;
  }
  .company_profile {
    max-width: initial;
    margin: 0 3.125vw;
  }
  .company_profile th,
  .company_profile td {
    display: block;
    padding: 10px;
  }
  .company_profile th {
    padding-bottom: 0;
  }
  .company_profile td {
    padding-top: 0;
  }
  .business_content {
    margin: 0 3.125vw;
  }
  .business {
    margin-bottom: 40px;
  }
  .business_wrap {
    display: block;
    padding-bottom: 0;
  }
  .business:first-child .business_wrap {
    padding-bottom: 0;
  }
  .business_wrap .img {
    margin-bottom: 10px;
  }
  .business_wrap .data {
    padding-left: 0;
    padding-right: 0;
  }
  .business:nth-of-type(2n) .business_wrap .img {
    order: 2;
  }
  .business:nth-of-type(2n) .business_wrap .data {
    order: 1;
    padding-right: 0;
    padding-left: 0;
  }
  .business_title {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .business_title::before {
    width: 0.8em;
    height: 3px;
    top: 4.0625vw;
  }
  .business_subtitle {
    font-size: 4.6875vw;
  }
  .items {
    padding: 10px;
    margin-top: 1.5em;
  }
  .items dd {
    padding: 10px 0;
  }
  .business_bg {
    position: static;
    margin-top: 10px;
  }
  .relcompany_name {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .relcompany_wrap {
    display: block;
    max-width: initial;
    margin: 0 3.125vw 30px;
  }
  .relservice_title {
    font-size: 5vw;
    margin: 20px 0 10px;
  }
  .relservice_title span {
    display: block;
  }
  .relcompany_services {
    margin-bottom: 20px;
  }
  .relcompany_services .service {
    font-size: 3.125vw;
  }
  .relcompany_services .service .img img {
    display: block;
    margin: 0 auto;
  }
  .relcompany_title {
    font-size: 4.675vw;
    max-width: initial;
    margin: 10px 3.125vw;
  }
  .relcompany_title .logo img {
    width: auto;
    height: 20px;
  }
  .relcompany_info dt {
    padding: 5px 10px;
  }
  .relcompany_info .link a {
    padding: 10px 10px;
  }
  .section_contact .contact {
    margin: 30px 3.125vw;
  }
  .contact a {
    padding: 15px;
    max-width: initial;
  }
  .contact_title {
    margin: 2em 0;
    font-size: 6.25vw;
    padding-bottom: 1.5625vw;
  }
  .contact_title::after {
    width: 8.75vw;
    height: 3px;
    margin-left: -4.375vw;
  }
  .contact_tx {
    font-size: 4.375vw;
    margin: 30px 0 20px;
  }
  .tel {
    font-size: 4.6875vw;
  }
  .tel .icon {
    max-width: 15px;
    vertical-align: baseline;
  }
  .form_title {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .copyright {
    background: #006837;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */