@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 株式会社浦山設備工業
*/
/*Font Weight  W3 300  W6  600*/
/*Font Weight 	Regular400  Medium500  Bold700  Heavy800 	Black900*/
* {
  margin: 0;
  padding: 0;
}

body, html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: muli, hiragino-kaku-gothic-pron, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
  font-weight: bold;
  line-height: 2em;
  background: #fff;
  color: #000;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 2.5em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 7.5em;
}
@media screen and (max-width: 1350px) {
  .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

#footer {
  z-index: 13;
  width: 100%;
  margin: 0 0 0 auto;
  height: 33em;
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer {
    height: 32em;
    width: 100%;
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5em 0 0em 0;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    padding: 8em 0 0em 0;
  }
}

section {
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  section {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 0;
  }
}

@media screen and (max-width: 480px) {
  br {
    display: none;
  }
}
.section-title {
  margin-top: 6em;
}
.section-title h2 {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 0 0 1em 0;
}
.section-title h2 strong {
  font-size: 4.5em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .section-title h2 strong {
    line-height: 0.85em;
  }
}
.section-title h2 span {
  font-size: 1.5em;
  letter-spacing: 0.15em;
}
.section-title small {
  display: block;
  width: 80%;
  margin: auto;
  font-size: 1.25em;
}

.business-contents-title {
  width: 100%;
  height: auto;
  background-image: url(/images/title-sec-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10em 0 10em 0;
  color: white;
}
@media screen and (max-width: 768px) {
  .business-contents-title {
    padding: 5em 0 5em 0;
  }
}

.company-profile-title {
  width: 100%;
  height: auto;
  background-image: url(/images/title-sec-1-company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10em 0 10em 0;
  color: white;
}
@media screen and (max-width: 768px) {
  .company-profile-title {
    padding: 5em 0 5em 0;
  }
}

.construction-example-title {
  width: 100%;
  height: auto;
  background-image: url(/images/title-sec-1-example-02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10em 0 10em 0;
  color: white;
}
@media screen and (max-width: 768px) {
  .construction-example-title {
    padding: 5em 0 5em 0;
  }
}

.recruit-title {
  width: 100%;
  height: auto;
  background-image: url(/images/title-sec-1-recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10em 0 10em 0;
  color: white;
}
@media screen and (max-width: 768px) {
  .recruit-title {
    padding: 5em 0 5em 0;
    background-position: 40%;
  }
}
@media screen and (max-width: 480px) {
  .recruit-title {
    background-position: 55%;
  }
}

.list-box {
  width: 86%;
  margin: auto;
  padding: 5em 0 8em 0;
}
.list-box h2 {
  font-size: 2em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding: 0 0 2.5em 0;
}
.list-box ul {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-box ul::after {
  content: "";
  display: block;
  width: 30%;
}
.list-box ul li {
  overflow: hidden;
  position: relative;
  width: 30%;
  height: 7em;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 1.7em;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-box ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-out;
}
.list-box ul li:hover::after {
  opacity: 0.8;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .list-box ul li {
    width: 43%;
    height: 3em;
    padding: 2.25em 0.4em 2.25em 0.4em;
    font-size: 1.35em;
  }
}
@media screen and (max-width: 480px) {
  .list-box ul li {
    width: 100%;
  }
}
.list-box ul li a {
  color: black;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  padding: 2.25em 0 2.25em 0;
  position: relative;
  z-index: 10;
}
.list-box ul li a:hover {
  opacity: 0.6;
}
.list-box ul li a img {
  width: 100%;
  height: auto;
}

.left-back::before {
  content: "";
  height: 20em;
  width: 93%;
  background-color: #eaf7ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.right-back::before {
  content: "";
  height: 20em;
  width: 93%;
  background-color: #eaf7ff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.business-wrap {
  position: relative;
  z-index: 3;
  padding: 5em 0 8em 0;
  margin-bottom: 5em;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .business-wrap {
    padding: 5em 0 5em 0;
    margin-bottom: 0em;
  }
}
.business-wrap .title {
  position: relative;
  z-index: 5;
  width: 76%;
  margin: auto;
  display: flex;
  padding: 0 0 2em 0;
}
@media screen and (max-width: 480px) {
  .business-wrap .title {
    flex-direction: column;
    align-items: center;
    gap: 0.55em;
  }
}
.business-wrap .title span {
  border-right: solid 0.75px;
  border-left: solid 0.75px;
  padding: 0 1em;
  margin-right: 1.75em;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.business-wrap .title h2 {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .business-wrap .title h2 {
    padding: 0 !important;
  }
}
.business-wrap img {
  width: 76%;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 6;
  display: flex;
}
@media screen and (max-width: 480px) {
  .business-wrap img {
    width: 86%;
  }
}
.business-wrap .wrap {
  display: flex;
  flex-direction: row;
  width: 86%;
  margin: auto;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0em;
  left: 7%;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .business-wrap .wrap {
    position: relative;
    flex-direction: column;
    left: 0;
    width: 76%;
  }
}
@media screen and (max-width: 480px) {
  .business-wrap .wrap {
    width: 86%;
  }
}
.business-wrap .wrap .text {
  width: 58%;
  color: white;
  background-color: rgba(10, 95, 161, 0.95);
  padding: 2em 4em;
}
@media screen and (max-width: 768px) {
  .business-wrap .wrap .text {
    width: 86%;
    margin-bottom: 2em;
    padding: 2em 7%;
  }
}
.business-wrap .wrap .text br {
  display: block;
}
.business-wrap .wrap .btn {
  display: block;
  border: solid 0.75px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25em 3em;
  font-size: 1.25em;
  position: relative;
  right: 4em;
  bottom: 0em;
}
@media screen and (max-width: 768px) {
  .business-wrap .wrap .btn {
    right: 0;
  }
}
.business-wrap .wrap .btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1em 1em;
  border-color: transparent transparent #50a133 transparent;
}
.business-wrap .wrap .btn:hover {
  right: 3.5em;
  bottom: -0.15em;
  opacity: 0.55;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .business-wrap .wrap .btn:hover {
    right: -0.35em;
    bottom: -0.25em;
  }
}
.business-wrap:last-of-type {
  margin-bottom: 14em;
  padding: 5em 0 14em 0;
}
@media screen and (max-width: 768px) {
  .business-wrap:last-of-type {
    margin-bottom: 0em;
    padding: 5em 0 14em 0;
  }
}

.about-company {
  width: 86%;
  margin: auto;
  padding: 5em 0 8em 0;
}
.about-company h2 {
  font-size: 2em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding: 0 0 2.5em 0;
}
.about-company ul {
  border-top: solid 1.25px;
  border-bottom: solid 1.25px;
}
.about-company ul li {
  display: flex;
  border-bottom: solid 0.75px;
}
.about-company ul li:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  .about-company ul li {
    flex-direction: column;
    align-items: center;
  }
}
.about-company ul li strong {
  display: block;
  width: 9em;
  padding: 1em 2em 1em 2em;
  font-weight: 400;
  font-size: 1.25em;
  background-color: #eaf7ff;
}
@media screen and (max-width: 768px) {
  .about-company ul li strong {
    width: 100%;
    text-align: center;
    padding: 0.5em 0 0.5em 0em;
  }
}
.about-company ul li span {
  padding: 1em 0 1em 2em;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .about-company ul li span {
    padding: 1em 0;
    font-size: 1.1em;
  }
}
.about-company ul li br {
  display: block;
}

.about-histry {
  background-color: #eaf7ff;
}
.about-histry ul li strong {
  background-color: white;
  width: 11em;
}
@media screen and (max-width: 768px) {
  .about-histry ul li strong {
    width: 100%;
  }
}
.about-histry ul li span {
  width: 7em;
}
@media screen and (max-width: 768px) {
  .about-histry ul li span {
    text-align: center;
    padding: 1em 0 0 0;
    font-weight: bold;
  }
}
.about-histry ul li small {
  padding: 1em 0 1em 2em;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .about-histry ul li small {
    padding: 0em 0 1em 0;
    font-size: 1.1em;
  }
}

.about-register ul li strong {
  width: 11em;
}
@media screen and (max-width: 768px) {
  .about-register ul li strong {
    width: 100%;
  }
}
.about-register ul li span {
  width: 13em;
}
@media screen and (max-width: 768px) {
  .about-register ul li span {
    text-align: center;
    padding: 1em 0 0 0;
  }
}
.about-register ul li small {
  padding: 1em 0 1em 2em;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .about-register ul li small {
    padding: 0em 0 1em 0;
    font-size: 1.1em;
  }
}

.map {
  background-color: #eaf7ff;
  padding: 5em 0 8em 0;
  margin-bottom: 7em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map h2 {
  font-size: 2em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding: 0 0 2.5em 0;
}
.map .wrap-map {
  width: 86%;
}
.map .wrap-map h3 {
  font-size: 1.5em;
  display: flex;
  margin-bottom: 0.5em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.map .wrap-map h3::before {
  content: "";
  width: 0.5em;
  height: auto;
  display: block;
  margin-right: 0.5em;
  background-color: #000000;
}
.map .wrap-map iframe {
  width: 100%;
  height: 36em;
}
.map .wrap-map:first-of-type {
  margin-bottom: 4em;
}

.example-wrap {
  position: relative;
  z-index: 3;
  padding: 5em 0 8em 0;
  margin-bottom: 5em;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .example-wrap {
    padding: 5em 0 5em 0;
    margin-bottom: 0em;
  }
}
.example-wrap .title {
  position: relative;
  z-index: 5;
  width: 86%;
  margin: auto;
  display: flex;
  padding: 0 0 2em 0;
}
@media screen and (max-width: 480px) {
  .example-wrap .title {
    flex-direction: column;
    align-items: center;
    gap: 0.55em;
  }
}
.example-wrap .title span {
  border-right: solid 0.75px;
  border-left: solid 0.75px;
  padding: 0 1em;
  margin-right: 1.75em;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.example-wrap .title h2 {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .example-wrap .title h2 {
    padding: 0 !important;
  }
}
.example-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 86%;
  margin: auto;
  list-style: none;
  position: relative;
  z-index: 10;
  justify-content: flex-start;
  gap: 4em;
}
@media screen and (max-width: 480px) {
  .example-wrap ul {
    gap: 1.25em;
  }
}
.example-wrap ul li {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .example-wrap ul li {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .example-wrap ul li {
    width: 46%;
  }
}
.example-wrap ul li img {
  width: 100%;
  height: auto;
}
.example-wrap:last-of-type {
  margin-bottom: 14em;
  padding: 5em 0 14em 0;
}
@media screen and (max-width: 768px) {
  .example-wrap:last-of-type {
    margin-bottom: 0em;
    padding: 5em 0 14em 0;
  }
}

.left-back-example::before {
  content: "";
  height: 20em;
  width: 50%;
  background-color: #eaf7ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .left-back-example::before {
    width: 90%;
  }
}

.right-back-example::before {
  content: "";
  height: 20em;
  width: 50%;
  background-color: #eaf7ff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.requirements {
  width: 86%;
  margin: auto;
  padding: 5em 0 0em 0;
  overflow: visible;
}
.requirements h2 {
  font-size: 2em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding: 0 0 2.5em 0;
  border-bottom: solid 0.75px;
  letter-spacing: 0.18em;
}
.requirements .wrap {
  padding: 3em 0;
  display: flex;
  flex-direction: column;
}
.requirements .wrap .left {
  display: block;
  background-color: #50a133;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25em 2.25em;
}
@media screen and (max-width: 768px) {
  .requirements .wrap .left {
    margin-right: 0;
    text-align: center;
  }
}
.requirements .wrap .rihgt {
  padding: 2em;
  border: solid #50a133;
  font-size: 1.25em;
}
.requirements .wrap .rihgt span {
  display: block;
  border: solid 1.25px;
  padding: 0.25em 2em;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .requirements .wrap .rihgt span {
    width: 100%;
    margin-top: 1em;
    padding: 0.25em 0;
    text-align: center;
  }
}
.requirements .wrap .rihgt small {
  font-size: 1em;
}
.requirements .wrap .rihgt br {
  display: block;
}

.recruit-contents {
  width: 100%;
  margin: auto;
  padding: 5em 0 8em 0;
}
.recruit-contents .wrap {
  width: 86%;
  margin: auto;
}
.recruit-contents h2 {
  font-size: 2em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding: 0 0 2.5em 0;
  border-bottom: solid 0.75px;
  margin-bottom: 1.5em;
  letter-spacing: 0.18em;
}
.recruit-contents ul {
  list-style: none;
}
.recruit-contents ul li {
  display: flex;
  padding: 1.5em 0;
  border-bottom: dotted 0.9px;
}
.recruit-contents ul li:last-child {
  border-bottom: solid 0.75px;
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .recruit-contents ul li {
    flex-direction: column;
  }
}
.recruit-contents ul li strong {
  display: block;
  background-color: white;
  padding: 0 2em;
  margin-right: 3em;
  height: -moz-fit-content;
  height: fit-content;
  width: 12em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-contents ul li strong {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
}
.recruit-contents ul li .wrap-span {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .recruit-contents ul li .wrap-span {
    gap: 1em;
  }
  .recruit-contents ul li .wrap-span br {
    display: block !important;
  }
}
.recruit-contents ul li .wrap-span span {
  display: flex;
}
@media screen and (max-width: 480px) {
  .recruit-contents ul li .wrap-span span {
    flex-direction: column;
  }
}
.recruit-contents ul li .wrap-span small {
  font-size: 1em;
  display: block;
  width: 10em;
}
.recruit-contents ul li .wrap-span .max-width {
  width: -moz-max-content;
  width: max-content;
}

.recruit-flow {
  width: 100%;
  margin: auto;
  padding: 5em 0 8em 0;
}
.recruit-flow .wrap {
  width: 86%;
  margin: auto;
  border-bottom: solid 0.75px;
  padding: 0 0 3em 0;
}
.recruit-flow .wrap h2 {
  font-size: 2em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding: 0 0 2.5em 0;
  border-bottom: solid 0.75px;
  margin-bottom: 1.5em;
  letter-spacing: 0.18em;
}
.recruit-flow .wrap .flow-step {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.recruit-flow .wrap .flow-step .title {
  display: flex;
}
.recruit-flow .wrap .flow-step .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: solid 2px #50a133;
  border-radius: 50%;
  width: 1.75em;
  height: 1.75em;
  color: black;
  font-size: 2em;
  position: relative;
  z-index: 10;
}
.recruit-flow .wrap .flow-step .title span::before {
  content: "";
  position: absolute;
  top: 1.75em;
  width: 0.15em;
  height: 3em;
  background-color: #50a133;
}
.recruit-flow .wrap .flow-step .title span::after {
  content: "▼";
  color: #50a133;
  position: absolute;
  top: 3.8em;
  box-sizing: border-box;
}
.recruit-flow .wrap .flow-step .title strong {
  width: 21em;
  align-items: center;
  background-color: white;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 0.35em 12em 0.35em 4em;
  position: relative;
  right: 1em;
}
@media screen and (max-width: 480px) {
  .recruit-flow .wrap .flow-step .title strong {
    padding: 0.35em 0em 0.35em 4em;
  }
}
.recruit-flow .wrap .flow-step small {
  position: relative;
  left: 8.5em;
  padding: 1em 0 1em 0;
}
.recruit-flow .wrap .flow-step small br {
  display: block;
}
.recruit-flow .wrap .flow-step-second .title span::before {
  content: "";
  position: absolute;
  top: 1.75em;
  width: 0.15em;
  height: 2em;
  background-color: #50a133;
}
.recruit-flow .wrap .flow-step-second .title span::after {
  content: "▼";
  color: #50a133;
  position: absolute;
  top: 2.8em;
  box-sizing: border-box;
}
.recruit-flow .wrap .flow-step-last {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.recruit-flow .wrap .flow-step-last .title {
  display: flex;
}
.recruit-flow .wrap .flow-step-last .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: solid 2px #50a133;
  border-radius: 50%;
  width: 1.75em;
  height: 1.75em;
  color: black;
  font-size: 2em;
  position: relative;
  z-index: 10;
}
.recruit-flow .wrap .flow-step-last .title strong {
  width: 21em;
  align-items: center;
  background-color: white;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 0.35em 12em 0.35em 4em;
  position: relative;
  right: 1em;
}
@media screen and (max-width: 480px) {
  .recruit-flow .wrap .flow-step-last .title strong {
    padding: 0.35em 0em 0.35em 4em;
  }
}
.recruit-flow .wrap .flow-step-last small {
  position: relative;
  left: 8.5em;
}

.recruit-message {
  width: 100%;
  height: auto;
  background-image: url(/images/recruit-back-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10em 0 10em 0;
  margin-bottom: 14em;
}
.recruit-message .title {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .recruit-message .title {
    width: 90%;
  }
}
.recruit-message .title span {
  display: block;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #50a133;
  padding: 0.5em 3em;
  font-size: 1.5em;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: white;
}
.recruit-message .wrap {
  width: 80%;
  margin: auto;
  background-color: rgba(10, 95, 161, 0.7);
  padding: 5em 0;
  color: white;
  text-align: center;
  font-size: 1.5em;
  line-height: 2.5em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 480px) {
  .recruit-message .wrap {
    padding: 5em 5%;
    text-align: left;
    font-size: 1.2em;
  }
}
.recruit-message .wrap strong {
  display: block;
  font-size: 1.5em;
  letter-spacing: 0.15em;
  padding: 0 0 1.25em 0;
}
.recruit-message .wrap small {
  display: flex;
  justify-content: center;
  gap: 2em;
  padding: 2em 0 0 0;
  align-items: center;
}
.recruit-message .wrap small img {
  width: 11em;
}

#wrapper article {
  width: 80%;
  margin: auto;
  padding: 7em 0;
}
@media screen and (max-width: 480px) {
  #wrapper article {
    width: 89%;
  }
}
#wrapper article #entry-header .innerbox {
  padding: 0;
}
#wrapper article #entry-header .innerbox .date {
  font-weight: 400 !important;
  font-size: 1.25em;
}
#wrapper article #entry-header .innerbox h3 {
  font-size: 2.5em;
  padding: 0.75em 0 1.75em 0;
  border-bottom: solid 0.75px;
}
@media screen and (max-width: 768px) {
  #wrapper article #entry-header .innerbox h3 {
    line-height: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  #wrapper article #entry-header .innerbox h3 {
    font-size: 1.45em;
  }
}
#wrapper article .entry-content .innerbox {
  padding: 0;
}
#wrapper .nav_sec {
  width: 80%;
  margin: auto;
  border-top: solid 0.75px;
  border-bottom: solid 0.75px;
  padding: 3em 0;
  margin-bottom: 12em;
}
@media screen and (max-width: 480px) {
  #wrapper .nav_sec {
    width: 89%;
  }
}
#wrapper .nav_sec .innerbox {
  padding: 0;
}
#wrapper .nav_sec .innerbox ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.wrap-works-single img {
  width: 100%;
  height: auto;
}

.post_list {
  list-style: none;
}
@media screen and (max-width: 480px) {
  .post_list {
    padding: 3em 0 0 0;
  }
}
.post_list li {
  display: flex;
}
.post_list li a {
  display: flex;
}
.post_list li a:hover {
  opacity: 0.3;
}
.post_list li a small {
  padding: 0 1.5em 0 0;
}

.archive_sec {
  padding: 0 0 8em 0;
}
@media screen and (max-width: 480px) {
  .archive_sec {
    padding: 0 0 13em 0;
  }
}
.archive_sec .btn {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.pager {
  display: flex;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.5em;
  padding: 3em 0;
}

.bn-associate {
  display: flex;
  justify-content: center;
  margin-bottom: 12em;
}
@media screen and (max-width: 768px) {
  .bn-associate {
    margin-bottom: 18em;
  }
}
.bn-associate img {
  width: 30em;
  height: auto;
}

/* 欧文フォント */
.eg {
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* 文字寄せ */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1350px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
/* 段落 */
p {
  padding-bottom: 2em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #000000;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.imgbox {
  line-height: 0;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4, .lazyload5, .lazyload6 {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded, .lazyload5.lazyloaded, .lazyload6.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 2.5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-2.5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(2.5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -2.5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

.lazyload5 {
  transform: translate(-100%, 0);
}
.lazyload5.lazyloaded {
  transform: translate(0, 0);
}

.lazyload6 {
  transform: translate(100%, 0);
}
.lazyload6.lazyloaded {
  transform: translate(0, 0);
}

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload5.lazyloaded, #front-page section .lazyload6.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 2.5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-2.5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(2.5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -2.5em);
}
#front-page section .lazyload5.lazyloaded {
  transform: translate(-30%, 0);
}
#front-page section .lazyload6.lazyloaded {
  transform: translate(30%, 0);
}
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded, #front-page section.on .lazyload5.lazyloaded, #front-page section.on .lazyload6.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload5.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload6.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded, #front-page section.onsp .lazyload5.lazyloaded, #front-page section.onsp .lazyload6.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload5.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload6.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1920px) and (min-width: 1351px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded, #front-page section.onsp .lazyload5.lazyloaded, #front-page section.onsp .lazyload6.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload5.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload6.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded, #front-page section.onsp .lazyload5.lazyloaded, #front-page section.onsp .lazyload6.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload5.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload6.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded, #front-page section.onsp .lazyload5.lazyloaded, #front-page section.onsp .lazyload6.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload5.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload6.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded, #front-page section.onsp .lazyload5.lazyloaded, #front-page section.onsp .lazyload6.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload5.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload6.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  text-decoration: none;
  color: black;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #000000;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ================= フォーム ============================================================ */
/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 0;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em 0;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}

/* contact form 7 ------------------------------------------- */
.wpcf7-form .formctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.formname {
  width: 12em;
  font-weight: 700;
  text-align: right;
  padding: 1em 0.5em 0 0;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  .formname {
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
  }
}
.formname::after {
  content: "：";
}

span .formname {
  padding-top: 1.5em;
}

.wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    flex: none;
  }
}

div.wpcf7 {
  text-align: left;
}

.wpcf7-form {
  /*送信ボタン*/
}
.wpcf7-form p {
  padding: 0 0 2em 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border: #000000 solid 0.1em;
  /* 確認ページ */
}
@media screen and (max-width: 1500px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=date],
  .wpcf7-form textarea {
    padding: 0.5em 1em;
  }
}
.wpcf7-form input[type=text].wpcf7c-conf,
.wpcf7-form input[type=email].wpcf7c-conf,
.wpcf7-form input[type=tel].wpcf7c-conf,
.wpcf7-form input[type=date].wpcf7c-conf,
.wpcf7-form textarea.wpcf7c-conf {
  background: #fff;
  border: none;
  border-radius: none;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100% !important;
}
.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}
.wpcf7-form label .yubin {
  position: relative;
  top: 1em;
}
.wpcf7-form label .yubin br {
  display: none;
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form .resetbtn {
  width: 10em !important;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: 0 1em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 1.5em;
  background: #000000;
  color: #fff;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form .resetbtn:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.25em, 0.25em);
}
@media screen and (max-width: 480px) {
  .wpcf7-form input[type=submit],
  .wpcf7-form input[type=button],
  .wpcf7-form .resetbtn {
    padding: 0.5em 0.5em;
    width: 8em !important;
    margin: 0 0.5em;
  }
}
.wpcf7-form .resetbtn {
  letter-spacing: 0;
  text-indent: 0;
  background: #50a133;
}
.wpcf7-form .wpcf7c-btn-back {
  background: #50a133;
}

.contactformarea .form {
  width: 100%;
  margin: 0 auto 0 auto;
}

/* ボタンリスト */
.btnlist {
  list-style: none inside;
  text-align: center;
}
.btnlist li {
  display: inline-block;
}

/* 確認ページ */
input[type=hidden] {
  position: relative;
  z-index: 100;
  display: inline-block;
  background: #fff !important;
  border: #fff solid 2px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #000000;
}

div.wpcf7 .ajax-loader {
  width: 0;
  height: 0;
}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

.wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
}
.wpcf7-form p, .wpcf7-form ul {
  position: relative;
  z-index: 2;
}

.formbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 1;
  border-radius: 1em;
}

/* チェックボックス・ラジオボタン */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.75em;
}
span.wpcf7-list-item input[type=radio] + span,
span.wpcf7-list-item input[type=checkbox] + span {
  padding-right: 1em;
  font-size: 1em;
}
span.wpcf7-list-item:last-child input[type=radio] + span,
span.wpcf7-list-item:last-child input[type=checkbox] + span {
  padding-right: 0;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 1em;
}
input[type=radio].wpcf7c-conf,
input[type=checkbox].wpcf7c-conf {
  display: none;
}
input[type=radio].wpcf7c-conf + span,
input[type=checkbox].wpcf7c-conf + span {
  display: none;
}

.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 1em;
}

.wpcf7c-elm-step2.bdstep2 {
  display: block;
  width: 100%;
  border-bottom: #000000 solid 1px;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #50a133;
  font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #000000;
  background: #50a133;
  color: #000000;
  font-weight: 700;
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #000000;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 6em;
  margin: 0 0 0 auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: white;
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    height: 4em;
  }
}
#header .inner .logo {
  position: absolute;
  left: 3.5em;
  top: 1em;
  font-size: 1em !important;
  width: 25em;
}
@media screen and (max-width: 768px) {
  #header .inner .logo {
    left: 1.5em;
    top: 1em;
  }
}
#header .inner .logo a {
  width: 100%;
  display: block;
  height: auto;
  width: auto;
  z-index: 50;
  position: relative;
}
#header .inner .logo img {
  width: 100%;
  height: auto;
}
#header .inner .logo img:hover {
  width: 100%;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #header .inner .logo img {
    width: 15em;
  }
}
#header .inner .logo .logo-after {
  display: none;
}
#header .inner .gnav {
  position: relative;
  top: 1.35em;
}
@media screen and (max-width: 768px) {
  #header .inner .gnav {
    display: none;
  }
}
#header .inner .gnav ul {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: flex-end;
}
#header .inner .gnav ul li {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  border-right: solid 0.75px black;
  width: 7.4em;
  text-align: center;
  justify-content: center;
}
#header .inner .gnav ul li:first-child {
  border-left: solid 0.75px black;
}
#header .inner .gnav ul li .color {
  color: #50a133 !important;
}
#header .inner .gnav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.9em;
  color: black;
}
#header .inner .gnav ul li a:hover {
  font-size: 1.1em;
  opacity: 0.75;
}
#header .inner .gnav ul .tel {
  padding: 0 4em 0 2em;
}
#header .inner .gnav ul .tel img {
  width: 17em;
  height: auto;
  mix-blend-mode: difference;
}

.page-header .inner .gnav ul li {
  border-right: solid 0.75px black !important;
}
.page-header .inner .gnav ul li:first-child {
  border-left: solid 0.75px black !important;
}
.page-header .inner .gnav ul li a {
  color: black !important;
}
/*
.change-color{//スクロールしたときにクラス追加_ヘッダー背景を黒に
    background-color: rgba(0, 0, 0, 0.85);
    transition: 0.3s;
	.inner{
        padding: 1em 0;
        .logo{
            img{
                width: 21em!important;
                @include tb{
                    width: 15em!important;
                }
            }
            top: 0.8em !important;
            .logo-before{
                display: none;
            }
            .logo-after{
                display: block!important;
            }
        }

    .gnav{
        top: 0!important;
        ul{
            li{
                padding: 0em 0em!important;
                border-right: solid 0.75px white!important;
                &:first-child{
                    border-left: solid 0.75px white!important;
                }
                a:hover::after{
                    width: 0!important;
                }
                a{
                    padding: 0em 1em !important;
                    height: auto;
                    color: white!important;
                }
            }
        }
        .tel a{
            height: 4em;
        }
        .contact{
            padding: 1em 1em!important;
            a{
                padding: 0.75em 2em!important;
            }
        }
        .sns{
            a{
                padding: 0 0.25em!important;
            }
        }
    }
    .tel{
        img{
            filter: invert(0%);
        }
    }



}
}
*/
/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
/*共通パーツここから*/
.date {
  color: #000000;
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 800;
  font-size: 0.85em;
}

.title-news {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  font-size: 0.85em;
}

.text-news {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8em;
}

.btn a {
  position: relative;
  z-index: 15;
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  font-weight: 800;
  font-size: 1.25em;
  border: solid;
  padding: 0.75em 0;
  color: black;
  width: 16em;
  text-align: center;
}
.btn a:hover {
  border: solid !important;
  color: white;
  background-color: #000000;
  border: none;
  transform: translate3d(0, 5px, 0);
}

.red-btn a:hover {
  background-color: #000000 !important;
  color: #000000;
  background-color: white !important;
  transform: translate3d(0, 5px, 0);
}
@media screen and (max-width: 768px) {
  .red-btn a:hover {
    background-color: #000000 !important;
    color: white;
  }
}

section h2 {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  section h2 {
    padding: 8em 0 0 0em;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  section h2 {
    padding: 16em 0 0 0em;
  }
}
section h2 strong {
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 800;
  font-size: 5em;
  padding: 0 0.2em 0 0;
}
section h2 small {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em;
}

/*共通パーツここまで*/
body {
  /* ================= 事業内容ここから ============================================================ */
  /* ================= 事業内容ここまで ============================================================ */
  /* ================= 施工事例ここから ============================================================ */
  /* ================= 施工事例ここまで ============================================================ */
  /* ================= 会社案内ここから ============================================================ */
  /* ================= 会社案内ここまで ============================================================ */
  /* ================= 採用情報ここから ============================================================ */
  /* ================= 採用情報ここまで ============================================================ */
  /* ================= お知らせここから ============================================================ */
  /* ================= お知らせここまで ============================================================ */
}
body main {
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  body main {
    width: 100%;
  }
}
body .mainimg {
  position: relative;
}
body .mainimg .text-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  body .mainimg .text-img {
    top: 40%;
  }
}
body .mainimg .text-img img {
  width: 23em;
  height: auto;
}
@media screen and (max-width: 768px) {
  body .mainimg .text-img img {
    width: 17em;
  }
}
body #wrapper {
  /* ================= メイン画像 ============================================================ */
  /*画面のアスペクト比が1:1以上の時 横長
  @include aspect-pc {*/
  /*}*/
  /*画面のアスペクト比が1:1以下の時 縦長
  @include aspect-sp {
  	.mainimg {
  		width: 100%;
  		height: 100vh;

  	}

  	.mainimg-sp {
  		img {
  			@include img100;
  			object-fit: cover!important;
  			object-position: 50% 50%!important;
  			height: 100vh!important;
  		}
  	}

  	.mainimg-pc {
  	}
  }*/
}
body #wrapper .main-title {
  height: -moz-max-content;
  height: max-content;
  transition: all 1.5s 0s ease-out; /*transitionの記述を追加*/
  opacity: 0;
  z-index: 96;
  display: block;
  position: absolute;
  top: 18.35em;
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  body #wrapper .main-title {
    display: none;
  }
}
body #wrapper .main-title-sp {
  height: -moz-max-content;
  height: max-content;
  transition: all 1.5s 0s ease-out; /*transitionの記述を追加*/
  opacity: 0;
  z-index: 96;
  display: block;
  position: absolute;
  top: 22.35em;
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  body #wrapper .main-title-sp {
    display: none;
  }
}
body #wrapper .main-title-active {
  opacity: 1;
  font-size: 1em;
}
body #wrapper .main-title-active img {
  width: 34em;
  height: auto;
}
@media screen and (max-width: 480px) {
  body #wrapper .main-title-active img {
    width: 25em;
  }
}
@media screen and (max-width: 768px) {
  body #wrapper .main-title-active {
    font-size: 1em;
    top: 28.35em;
    left: 50%;
  }
}
body #wrapper .main-title-sp-active {
  opacity: 1;
  font-size: 1em;
}
body #wrapper .main-title-sp-active img {
  width: 5em;
  height: auto;
}
@media screen and (max-width: 768px) {
  body #wrapper .main-title-sp-active {
    font-size: 1em;
    top: 17em;
    left: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body #wrapper .main-title-sp-active {
    top: 26em;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  body #wrapper .main-title-sp-active {
    top: 17em;
  }
}
@media screen and (max-width: 768px) {
  body #wrapper .main-title-sp-active img {
    width: 35em;
    position: relative;
    top: 6em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body #wrapper .main-title-sp-active img {
    top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  body #wrapper .main-title-sp-active img {
    width: 24em;
    position: relative;
  }
}
body #wrapper .main-text {
  position: absolute;
  top: 100em;
  transition: all 1.5s 0s ease-out; /*transitionの記述を追加*/
  width: 30em;
  padding: 14em 5.5em 0 5.5em;
  background-color: gray;
  z-index: 5;
  color: white;
  height: 41em;
  background: linear-gradient(rgba(10, 95, 162, 0.9), rgba(9, 163, 255, 0) 70%);
}
@media screen and (max-width: 768px) {
  body #wrapper .main-text {
    height: 80%;
    background: linear-gradient(rgba(10, 95, 162, 0.9), rgba(9, 163, 255, 0) 80%);
  }
}
@media screen and (max-width: 480px) {
  body #wrapper .main-text {
    background: linear-gradient(rgba(10, 95, 162, 0.9), rgba(9, 163, 255, 0) 95%);
  }
}
body #wrapper .main-text-active {
  position: absolute;
  top: 10.5em;
  left: 8em;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  body #wrapper .main-text-active {
    padding: 0em 0em 0 0em;
    width: 90%;
    left: auto;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  body #wrapper .main-text-active {
    height: 81%;
  }
}
body #wrapper .main-text-active span {
  letter-spacing: 0.1em;
  font-size: 1.15em;
  font-weight: 300;
  line-height: 2.25em;
  position: relative;
  right: 0.75em;
}
@media screen and (max-width: 768px) {
  body #wrapper .main-text-active span {
    width: 80%;
    display: block;
    margin: auto;
    right: 0;
    padding: 11em 10% 0 10%;
  }
}
@media screen and (max-width: 480px) {
  body #wrapper .main-text-active span {
    width: 73%;
    padding: 8em 15% 0 15%;
  }
}
body #wrapper .mainimg {
  width: 100%;
  height: auto;
  margin-bottom: -45em;
}
@media screen and (max-width: 768px) {
  body #wrapper .mainimg {
    margin-bottom: 0em;
  }
}
body #wrapper .mainimg .img-main-back {
  position: absolute;
  top: 33vh;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body #wrapper .mainimg .img-main-back {
    top: auto;
    bottom: 45em;
  }
}
@media screen and (max-width: 480px) {
  body #wrapper .mainimg .img-main-back {
    bottom: 0;
  }
}
body #wrapper .mainimg .img-main-back img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -4em;
  left: 0px;
}
body #wrapper .mainimg .img-main-back .wind-1 {
  top: 60em;
  left: -100%;
  transition: all 1s 0s ease-out; /*transitionの記述を追加*/
}
@media screen and (max-width: 480px) {
  body #wrapper .mainimg .img-main-back .wind-1 {
    top: auto;
    bottom: -8em;
  }
}
body #wrapper .mainimg .img-main-back .wind-1-active {
  top: -20em;
  left: 0;
}
@media screen and (max-width: 480px) {
  body #wrapper .mainimg .img-main-back .wind-1-active {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body #wrapper .mainimg-pc {
    display: none;
  }
}
body #wrapper .mainimg-pc img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover !important;
  -o-object-position: 50% 0% !important;
     object-position: 50% 0% !important;
  height: auto;
}
@media screen and (min-width: 769px) {
  body #wrapper .mainimg-sp {
    display: none;
  }
}
body #wrapper .mainimg-sp img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover !important;
  -o-object-position: 50% 0% !important;
     object-position: 50% 0% !important;
  height: auto;
}
body .business-contents {
  margin: 0 auto 13.4em auto;
  position: relative;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .business-contents {
    margin: 0em auto 4.4em auto;
  }
}
@media screen and (max-width: 480px) {
  body .business-contents {
    margin: 0em auto 3.4em auto;
  }
}
body .business-contents .title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3em;
  border-left: solid 4px #50a133;
  padding: 0 0 0 2em;
  position: relative;
  left: 8em;
}
@media screen and (max-width: 768px) {
  body .business-contents .title {
    left: 3em;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 480px) {
  body .business-contents .title {
    width: 80%;
    border-left: none;
    padding: 0 0 0 0em;
  }
}
body .business-contents .title strong {
  display: block;
  font-size: 4em;
  padding: 0 0 0.35em 0;
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  body .business-contents .title strong {
    text-align: center;
  }
}
body .business-contents .title strong .title-block {
  display: contents;
}
@media screen and (max-width: 768px) {
  body .business-contents .title strong .title-block {
    display: block;
    padding: 0.45em 0 0;
  }
}
@media screen and (max-width: 480px) {
  body .business-contents .title strong .title-block {
    display: block;
    padding: 0.6em 0 0 0;
  }
}
body .business-contents .title small {
  font-size: 1.4em;
  display: block;
  padding: 0.25em 0;
}
@media screen and (max-width: 480px) {
  body .business-contents .title small {
    border-bottom: solid 0.3em #50a133;
    padding: 1em 0;
    font-size: 2em;
    letter-spacing: 0.15em;
    text-align: center;
  }
}
body .business-contents .title span {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  width: 32em;
  font-weight: 300;
  word-break: break-word;
  padding: 1em 0 0 0;
}
@media screen and (max-width: 480px) {
  body .business-contents .title span {
    width: 100%;
    font-size: 1.25em;
    line-height: 2em;
  }
}
body .business-contents .wrap {
  display: flex;
  width: 88em;
  margin: 0 0 0 auto;
  align-items: center;
}
@media screen and (min-width: 769px) {
  body .business-contents .wrap {
    margin: 0em 0 8em auto;
  }
  body .business-contents .wrap:last-of-type {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body .business-contents .wrap {
    width: 80%;
    flex-direction: column;
    margin: auto;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 480px) {
  body .business-contents .wrap {
    width: 85%;
    margin-bottom: 4em;
  }
}
body .business-contents .wrap .left {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  body .business-contents .wrap .left {
    position: relative;
  }
}
body .business-contents .wrap .left small {
  position: absolute;
  top: -2.25em;
  padding: 0 1.5em;
  border-right: solid 0.75px;
  border-left: solid 0.75px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  font-size: 1.15em;
}
@media screen and (max-width: 480px) {
  body .business-contents .wrap .left small {
    position: relative;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.5em;
  }
}
body .business-contents .wrap .left .box {
  width: 40%;
  height: auto;
  padding: 4em 4em;
  background-image: url(/images/business-contents-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
body .business-contents .wrap .left .box h3 {
  font-size: 1.85em;
  letter-spacing: 0.15em;
  font-weight: 300;
  padding: 0 0 0em 0;
  margin-bottom: 1em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  body .business-contents .wrap .left .box h3 {
    padding: 0 0em 0em 1em;
    letter-spacing: 0;
    margin: 0 0 1em 0;
  }
}
@media screen and (max-width: 480px) {
  body .business-contents .wrap .left .box h3 {
    text-align: center;
  }
  body .business-contents .wrap .left .box h3 br {
    display: block !important;
  }
}
body .business-contents .wrap .left .box h3::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.8em;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0.5em 0.5em;
  border-color: transparent transparent #50a133 transparent;
}
@media screen and (max-width: 768px) {
  body .business-contents .wrap .left .box {
    width: 100%;
    padding: 4em 0em;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  body .business-contents .wrap .left .box span {
    padding: 0 2.15em;
    display: block;
    font-size: 1.15em;
  }
}
body .business-contents .wrap .right {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
body .business-contents .wrap .right img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body .business-contents .wrap .right img {
    width: 100%;
  }
}
body .business-contents #business-contents-sec {
  padding: 1.25em 0;
}
@media screen and (max-width: 768px) {
  body .business-contents #business-contents-sec {
    padding: 9.25em 0 2em 0;
    margin-top: 0em;
    background-position: bottom;
  }
}
body .business-construction-example {
  margin: 0 auto 0.75em auto;
  position: relative;
  z-index: 10;
  width: 100%;
}
body .business-construction-example .back {
  padding: 4em 0 14em 0;
  color: black;
}
@media screen and (max-width: 768px) {
  body .business-construction-example .back {
    padding: 4em 0 4em 0;
  }
}
@media screen and (max-width: 480px) {
  body .business-construction-example .back {
    padding: 4em 0 0em 0;
  }
}
body .business-construction-example .title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3em;
  border-left: solid 4px #50a133;
  padding: 0 0 0 2em;
  position: relative;
  left: 8em;
}
@media screen and (max-width: 768px) {
  body .business-construction-example .title {
    margin-left: 3em;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  body .business-construction-example .title {
    width: 80%;
    left: 0em;
    transform: translate(0, 0);
    border-left: none;
    margin: auto;
    padding: 0 0 0 0em;
  }
}
body .business-construction-example .title strong {
  display: block;
  font-size: 4em;
  padding: 0 0 0.35em 0;
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  body .business-construction-example .title strong {
    text-align: center;
  }
}
body .business-construction-example .title strong .title-block {
  display: contents;
}
@media screen and (max-width: 768px) {
  body .business-construction-example .title strong .title-block {
    display: block;
    padding: 0.35em 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  body .business-construction-example .title strong .title-block {
    padding: 0.5em 0 0 0;
  }
}
body .business-construction-example .title small {
  font-size: 1.4em;
  display: block;
  padding: 0.25em 0;
}
@media screen and (max-width: 480px) {
  body .business-construction-example .title small {
    border-bottom: solid 0.3em #50a133;
    padding: 1em 0;
    font-size: 2em;
    letter-spacing: 0.15em;
    text-align: center;
  }
}
body .business-construction-example .title span {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  width: 15em;
  font-weight: 300;
  word-break: break-word;
  padding: 1em 0 0 0;
}
@media screen and (max-width: 768px) {
  body .business-construction-example .title span {
    width: 35em;
  }
}
@media screen and (max-width: 480px) {
  body .business-construction-example .title span {
    padding: 1em 0 3em 0;
    font-size: 1.25em;
    line-height: 2em;
    width: 100%;
  }
}
body .business-construction-example .btn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 8em;
  top: 0;
  border: solid 0.75px;
  padding: 0.75em 2em;
  color: black;
  transition: 0.3s; /*0.5秒で変化*/
}
@media screen and (max-width: 768px) {
  body .business-construction-example .btn {
    left: 3em;
  }
}
@media screen and (max-width: 480px) {
  body .business-construction-example .btn {
    font-size: 1.25em;
    padding: 0.75em 6.85em;
  }
}
body .business-construction-example .btn:hover {
  background-color: #099fff;
  color: white;
  border: none;
  position: relative;
  top: 0.5em;
  left: 8.25em;
  transition: 0.3s; /*0.5秒で変化*/
}
@media screen and (max-width: 768px) {
  body .business-construction-example .btn:hover {
    top: 0.35em;
    left: 3.3em;
  }
}
body .business-construction-example .btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1em 1em;
  border-color: transparent transparent #50a133 transparent;
}
body .business-construction-example .wrap-works-sp {
  padding: 5em 0;
  width: 80%;
  margin: auto;
}
body .business-construction-example .wrap-works-sp li {
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: flex-start;
  width: 100%;
  padding: 1em 0;
}
body .business-construction-example .wrap-works-sp li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 481px) {
  body .business-construction-example .wrap-works-sp {
    display: none;
  }
}
body .business-construction-example .wrap-works {
  list-style: none;
  display: flex;
  position: absolute;
  right: 8em;
  top: 11em;
  gap: 4.5em;
}
@media screen and (max-width: 768px) {
  body .business-construction-example .wrap-works {
    position: relative;
    right: 0;
    top: 0;
    gap: 2.5em;
    display: flex;
    justify-content: center;
    padding: 4em 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  body .business-construction-example .wrap-works {
    display: none;
    gap: 1.5em;
    flex-direction: column;
    align-items: center;
  }
}
body .business-construction-example .wrap-works li {
  width: 15em;
  height: auto;
}
@media screen and (max-width: 768px) {
  body .business-construction-example .wrap-works li {
    width: 26%;
  }
}
@media screen and (max-width: 480px) {
  body .business-construction-example .wrap-works li {
    width: 80%;
  }
}
body .business-construction-example .wrap-works li img {
  width: 100%;
  height: auto;
}
body .company-profile {
  margin: 0 auto 0.75em auto;
  position: relative;
  z-index: 10;
  color: black;
}
body .company-profile .back {
  width: 100%;
  padding: 4em 0 11em 0;
}
@media screen and (max-width: 480px) {
  body .company-profile .back {
    padding: 4em 0 18em 0;
  }
}
body .company-profile img {
  width: 50.5%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 8em;
}
@media screen and (max-width: 768px) {
  body .company-profile img {
    width: 63.5%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0em;
  }
}
@media screen and (max-width: 480px) {
  body .company-profile img {
    width: 92%;
  }
}
body .company-profile .title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3em;
  border-left: solid 4px #085e94;
  padding: 0 0 0 2em;
  position: relative;
  left: 8em;
}
@media screen and (max-width: 768px) {
  body .company-profile .title {
    left: 3em;
  }
}
@media screen and (max-width: 480px) {
  body .company-profile .title {
    width: 80%;
    transform: translate(0, 0);
    border-left: none;
    width: 80%;
    left: 0;
    margin: auto;
    padding: 0 0 0 0em;
  }
}
body .company-profile .title strong {
  display: block;
  font-size: 4em;
  padding: 0 0 0.35em 0;
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  body .company-profile .title strong {
    text-align: center;
  }
}
body .company-profile .title strong .title-block {
  display: contents;
}
@media screen and (max-width: 480px) {
  body .company-profile .title strong .title-block {
    display: block;
    padding: 0.35em 0 0 0;
  }
}
body .company-profile .title small {
  font-size: 1.4em;
  display: block;
  padding: 0.25em 0;
}
@media screen and (max-width: 480px) {
  body .company-profile .title small {
    border-bottom: solid 0.3em #50a133;
    padding: 1em 0;
    font-size: 2em;
    letter-spacing: 0.15em;
    text-align: center;
  }
}
body .company-profile .title span {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  width: 28em;
  font-weight: 300;
  word-break: break-word;
  padding: 1em 0 0 0;
}
@media screen and (max-width: 480px) {
  body .company-profile .title span {
    width: 100%;
    font-size: 1.25em;
    line-height: 2em;
    padding: 1em 0 3em 0;
  }
}
body .company-profile .btn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 8em;
  top: 0;
  border: solid 0.75px;
  padding: 0.75em 2em;
  color: black;
  transition: 0.3s; /*0.5秒で変化*/
}
@media screen and (max-width: 768px) {
  body .company-profile .btn {
    left: 3em;
  }
}
@media screen and (max-width: 480px) {
  body .company-profile .btn {
    font-size: 1.25em;
    padding: 0.75em 6.85em;
  }
}
body .company-profile .btn:hover {
  background-color: #099fff;
  color: white;
  border: none;
  position: relative;
  top: 0.5em;
  left: 8.25em;
  transition: 0.3s; /*0.5秒で変化*/
}
@media screen and (max-width: 768px) {
  body .company-profile .btn:hover {
    top: 0.35em;
    left: 3.3em;
  }
}
body .company-profile .btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1em 1em;
  border-color: transparent transparent #085e94 transparent;
}
body .recruitment-information {
  margin: 0 auto 13.4em auto;
  position: relative;
  z-index: 10;
  color: black;
}
@media screen and (max-width: 768px) {
  body .recruitment-information {
    margin: 0 auto 0.4em auto;
  }
}
@media screen and (max-width: 480px) {
  body .recruitment-information {
    margin: 0 auto 0.4em auto;
  }
}
body .recruitment-information .back {
  width: 100%;
  padding: 4em 0 11em 0;
}
@media screen and (max-width: 768px) {
  body .recruitment-information .back {
    margin: 0 auto 0em auto;
  }
}
@media screen and (max-width: 480px) {
  body .recruitment-information .back {
    padding: 4em 0 18em 0;
  }
}
body .recruitment-information img {
  width: 50.5%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 8em;
}
@media screen and (max-width: 768px) {
  body .recruitment-information img {
    width: 63.5%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0em;
  }
}
@media screen and (max-width: 480px) {
  body .recruitment-information img {
    width: 92%;
  }
}
body .recruitment-information .title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3em;
  border-left: solid 4px #50a133;
  padding: 0 0 0 2em;
  position: relative;
  left: 8em;
  width: 80%;
}
body .recruitment-information .title .title-block {
  display: contents;
}
@media screen and (max-width: 768px) {
  body .recruitment-information .title .title-block {
    display: block;
    padding: 0.35em 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  body .recruitment-information .title {
    left: 3em;
  }
}
@media screen and (max-width: 480px) {
  body .recruitment-information .title {
    border-left: none;
    width: 80%;
    left: 0;
    margin: auto;
    padding: 0 0 0 0em;
  }
}
body .recruitment-information .title strong {
  display: block;
  font-size: 4em;
  padding: 0 0 0.35em 0;
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  body .recruitment-information .title strong {
    width: 80%;
    text-align: center;
  }
}
body .recruitment-information .title small {
  font-size: 1.4em;
  display: block;
  padding: 0.25em 0;
}
@media screen and (max-width: 480px) {
  body .recruitment-information .title small {
    border-bottom: solid 0.3em #50a133;
    padding: 1em 0;
    font-size: 2em;
    letter-spacing: 0.15em;
    text-align: center;
  }
}
body .recruitment-information .title span {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  width: 28em;
  font-weight: 300;
  word-break: break-word;
  padding: 1em 0 0 0;
}
@media screen and (max-width: 480px) {
  body .recruitment-information .title span {
    width: 100%;
    font-size: 1.25em;
    line-height: 2em;
    padding: 1em 0 3em 0;
  }
}
body .recruitment-information .btn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 8em;
  top: 0;
  border: solid 0.75px;
  padding: 0.75em 2em;
  color: black;
  transition: 0.3s; /*0.5秒で変化*/
}
@media screen and (max-width: 768px) {
  body .recruitment-information .btn {
    left: 3em;
  }
}
@media screen and (max-width: 480px) {
  body .recruitment-information .btn {
    font-size: 1.25em;
    padding: 0.75em 6.85em;
  }
}
body .recruitment-information .btn:hover {
  background-color: #099fff;
  color: white;
  border: none;
  position: relative;
  top: 0.5em;
  left: 8.25em;
  transition: 0.3s; /*0.5秒で変化*/
}
@media screen and (max-width: 768px) {
  body .recruitment-information .btn:hover {
    top: 0.35em;
    left: 3.3em;
  }
}
body .recruitment-information .btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1em 1em;
  border-color: transparent transparent #50a133 transparent;
}
body .news {
  margin: 0 auto 7.4em auto;
  padding-top: 0.8em;
}
@media screen and (max-width: 768px) {
  body .news {
    margin: 0 auto 6.4em auto;
  }
}
@media screen and (max-width: 480px) {
  body .news {
    margin: 0 auto 8.4em auto;
  }
}
body .news .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  body .news .title {
    padding: 12em 0 0 0em;
  }
}
body .news strong {
  display: block;
  padding: 0 0 0.35em 0;
}
body .news small {
  display: block;
}
body .news ul {
  margin: auto;
  width: 40%;
  padding: 2.5em 0 0 0;
  line-height: 2.5em;
  list-style: none;
}
@media screen and (max-width: 768px) {
  body .news ul {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  body .news ul {
    width: 85%;
  }
}
body .news ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: 1.12em;
}
body .news ul li span {
  padding: 0 1.5em 0 0;
}
body .news ul li a:hover {
  color: #50a133;
}

/* =======================================================================================================================
　　　　　　　固定サイド
======================================================================================================================= */
#side_navi {
  box-shadow: 19px 0px 38px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000000;
  width: 15em;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  /*サイドのバナー*/
}
@media screen and (max-width: 768px) {
  #side_navi {
    visibility: hidden;
    z-index: 101;
  }
}
#side_navi h1 {
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #side_navi h1 {
    visibility: visible;
    position: relative;
    z-index: 101;
  }
}
#side_navi h1 a {
  display: flex;
  justify-content: center;
}
#side_navi h1 img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #side_navi h1 img {
    position: relative;
    bottom: 0.6em;
    right: 0.85em;
    width: 70%;
  }
}
#side_navi .text {
  font-size: 0.9em;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
#side_navi .text li {
  width: 100%;
}
#side_navi .text li a {
  border-bottom: solid 0.5px rgba(255, 255, 255, 0.39);
  width: calc(100% - 3em);
  height: 3em;
  display: flex;
  align-items: center;
  color: white;
  justify-content: space-between;
  padding-inline: 1.5em;
}
#side_navi .text li a img {
  width: 0.4em;
  position: relative;
}
#side_navi .text li a:first-child {
  border-top: solid 0.5px rgba(255, 255, 255, 0.39);
}
#side_navi .text li a:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
#side_navi .text li a:hover img {
  transform: translate(5px, 0);
  transition: 0.3s;
}
#side_navi .bn-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75em;
  padding: 1.5em 0;
}
#side_navi .bn-side li {
  list-style: none;
  width: 100%;
}
#side_navi .bn-side li a {
  display: flex;
  justify-content: center;
}
#side_navi .bn-side img:first-child {
  border: solid white 0.75px;
}
#side_navi .bn-side img {
  width: 80%;
  height: auto;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn, .hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .hm_btn, .hm_menu_wrap {
    display: block;
  }
}

.hm_menu_check { /* チェックボックスを隠す */
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.5em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
  /* 色反転 */
  transition: 1s ease;
  mix-blend-mode: difference;
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: white;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #ffffff 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #ffffff 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #ffffff;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 3em 1em;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  transition: left 1s;
  border: none;
  background-image: url(/images/business-contents-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .banner {
  display: none;
}
.hm_menu_wrap .hm_inner .logo {
  opacity: 0;
}
.hm_menu_wrap .hm_inner .logo img {
  display: none;
}
.hm_menu_wrap .hm_inner .contact {
  display: none;
}
.hm_menu_wrap .hm_inner .gnav {
  display: none;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  height: auto;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .logo {
  opacity: 1;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .logo img {
  display: block;
  width: 30em;
  height: auto;
}
@media screen and (max-width: 480px) {
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .logo img {
    width: 100%;
  }
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .gnav {
  display: block;
  padding: 2em 0;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .contact {
  display: flex;
  justify-content: center;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .contact img {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .contact img {
    width: 80%;
    height: auto;
  }
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .company-name {
  color: white;
  font-size: 2.2em;
  width: 85%;
  padding: 1em 0;
  margin: auto;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .tel {
  display: block;
  width: 85%;
  margin: auto;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .tel a {
  font-size: 2em;
  color: white;
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 900;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .info {
  width: 85%;
  margin: auto;
  color: white;
  font-size: 1.25em;
  font-family: muli, hiragino-kaku-gothic-pron, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .info span {
  display: block;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .sns {
  display: flex;
  width: 85%;
  margin: auto;
  padding: 3em 0;
  gap: 3em;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .sns li {
  list-style: none;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .sns li a {
  font-size: 5em;
  color: white;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .sns li a:hover {
  opacity: 0.7;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .banner {
  opacity: 1;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding: 0.5em 0;
  width: 85%;
  margin: auto;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .banner li {
  list-style: none;
  width: 47%;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .banner li a {
  width: 100%;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .banner img {
  width: 100%;
  height: auto;
  border: solid 0.75px white;
}

/* メニューリスト */
.main_menu {
  position: relative;
  font-size: 1.85em;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0;
}
.main_menu li {
  color: white;
  position: relative;
  box-sizing: border-box;
  border-bottom: solid 1px;
  display: block;
  width: 85%;
  line-height: 2.5em;
  text-align: end;
}
.main_menu li a {
  color: white;
  display: flex;
  justify-content: space-between;
}
.main_menu li a img {
  width: 0.5em;
  height: auto;
  mix-blend-mode: difference;
}
.main_menu li a:hover {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0 0.5em 0 0.5em;
  color: black;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer .contact-footer {
  width: 84em;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  position: relative;
  bottom: 5.5em;
  padding: 3em 0;
  text-align: center;
  color: black;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #footer .contact-footer {
    width: 90%;
    bottom: 13.5em;
    margin-bottom: -8em;
  }
}
@media screen and (max-width: 480px) {
  #footer .contact-footer {
    bottom: 18.5em;
    margin-bottom: -11em;
  }
}
#footer .contact-footer span {
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 0.5em 0;
  letter-spacing: 0.05em;
  font-size: 1.4em;
  width: 80%;
  margin: auto;
  color: #085e94;
}
@media screen and (max-width: 768px) {
  #footer .contact-footer span {
    width: 90%;
    font-size: 1.25em;
  }
}
#footer .contact-footer strong {
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3em;
  padding: 0.75em 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  #footer .contact-footer strong {
    letter-spacing: 0;
  }
}
#footer .contact-footer ul {
  display: flex;
  margin: auto;
  list-style: none;
  gap: 2em;
}
@media screen and (max-width: 480px) {
  #footer .contact-footer ul {
    gap: 0.5em;
    flex-direction: column;
  }
}
#footer .contact-footer ul li {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  #footer .contact-footer ul li {
    font-size: 1.25em;
  }
}
#footer .wrap-footer {
  position: relative;
  z-index: 13;
  display: flex;
  justify-content: space-between;
  width: 84em;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #footer .wrap-footer {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
#footer .wrap-footer .leftbox {
  display: flex;
  flex-direction: column;
  gap: 1em;
  height: 11em;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  #footer .wrap-footer .leftbox {
    width: 90%;
  }
}
#footer .wrap-footer .leftbox span {
  font-size: 1.1em;
}
#footer .wrap-footer .leftbox img {
  width: 20em;
  height: auto;
}
#footer .wrap-footer .rightbox {
  height: 11em;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #footer .wrap-footer .rightbox {
    align-items: center;
    padding: 6em 0;
    width: 100%;
  }
}
#footer .wrap-footer .rightbox ul {
  display: flex;
  list-style: none;
  font-size: 1.15em;
}
@media screen and (max-width: 768px) {
  #footer .wrap-footer .rightbox ul {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
#footer .wrap-footer .rightbox ul li {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  border-left: solid 0.75px black;
  width: 6.4em;
  text-align: center;
  justify-content: center;
}
#footer .wrap-footer .rightbox ul li:last-child {
  border-right: solid 0.75px black;
}
@media screen and (max-width: 768px) {
  #footer .wrap-footer .rightbox ul li {
    width: 100%;
    border: none;
  }
}
#footer .wrap-footer .rightbox ul li a {
  width: 100%;
}
#footer .wrap-footer .rightbox ul li a:hover {
  font-size: 1.1em;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #footer .wrap-footer .rightbox ul li a {
    width: 100%;
    border-top: solid 0.75px;
    padding: 0.7em 0;
  }
  #footer .wrap-footer .rightbox ul li a:hover {
    background-color: black;
    width: 100%;
    color: white;
  }
}
@media screen and (max-width: 768px) {
  #footer .wrap-footer .rightbox ul li:last-child a {
    border-bottom: solid 0.75px;
  }
}
#footer .wrap-footer .fnav {
  display: flex;
  flex-direction: row;
  gap: 5em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #footer .wrap-footer .fnav {
    gap: 5em;
  }
}
@media screen and (max-width: 480px) {
  #footer .wrap-footer .fnav {
    gap: 3em;
  }
}
#footer .wrap-footer .fnav ul .large-list {
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 480px) {
  #footer .wrap-footer .fnav ul .large-list {
    padding: 0.35em 0;
  }
}
#footer .wrap-footer .fnav ul .large-list a {
  display: flex;
  flex-direction: row;
  color: white;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  align-items: center;
}
#footer .wrap-footer .fnav ul .large-list a img {
  padding: 0 0.5em 0 0;
  width: 0.35em;
}
@media screen and (max-width: 768px) {
  #footer .wrap-footer .fnav ul .large-list a {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 480px) {
  #footer .wrap-footer .fnav ul .large-list a {
    font-size: 1.3em;
  }
}
#footer .wrap-footer .fnav ul .large-list a:hover {
  color: white;
}
#footer .wrap-footer .fnav ul .large-list a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 1;
  /*線の形状*/
  width: 0;
  height: 1px;
  background: #000000;
  /*アニメーションの指定*/
  transition: all 0.3s;
}
#footer .wrap-footer .fnav ul .large-list a:hover::after {
  width: 100%;
}
#footer .wrap-footer .fnav ul .large-list:last-child a::after {
  width: 0;
}
#footer .wrap-footer .fnav ul .last-child {
  position: relative;
}
#footer .wrap-footer .fnav ul .last-child a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 1;
  /*線の形状*/
  width: 0;
  height: 1px;
  background: #000000;
  /*アニメーションの指定*/
  transition: all 0.3s;
}
#footer .wrap-footer .fnav ul .last-child a:hover::after {
  width: 100%;
}
#footer .wrap-footer .fnav ul ul {
  font-size: 0.8em;
  position: relative;
  left: 1.5em;
}
@media screen and (max-width: 480px) {
  #footer .wrap-footer .fnav ul ul {
    padding: 0.5em 0 0 0;
  }
}
#footer .wrap-footer .fnav ul ul .small-list {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .wrap-footer .fnav ul ul .small-list a {
  color: #dcdcdc;
}
#footer .wrap-footer .fnav ul ul .small-list a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 1;
  /*線の形状*/
  width: 0;
  height: 1px;
  background: #000000;
  /*アニメーションの指定*/
  transition: all 0.3s;
}
#footer .wrap-footer .fnav ul ul .small-list a:hover::after {
  width: 100%;
}
#footer .copyright {
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9em;
  color: white;
  text-align: center;
  position: relative;
  top: 2em;
  background-color: black;
  width: 100%;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 6em 0;
  position: relative;
}
.sec .innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 0em 0 6em 0;
  }
}

.freepage-ctt,
.contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}
.freepage-ctt .sec,
.contactpage-ctt .sec {
  padding-bottom: calc(3vw + 2.33em);
}

/* 最大幅1500px */
.max1500px {
  max-width: 1500px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: white;
}
@media screen and (min-width: 1351px) {
  .sec_bg1 {
    padding-top: 4em;
  }
}

.sec_bg2 {
  background: #50a133;
}

.sec_bg3 {
  background: #dcdcdc url("../../../../images/bg3.jpg") no-repeat 50% 0/cover;
  color: #000;
}
.sec_bg3::before {
  content: "";
  display: block;
  position: absolute;
  top: -9vw;
  left: -2.5%;
  right: auto;
  bottom: auto;
  width: 105%;
  height: 11.235vw;
  background: url("../../../../images/bg_top3.svg") no-repeat 50% 0;
  background-size: contain;
  z-index: 9;
}

.sec_bg3 a {
  color: #000000;
}

.sec_bg4 {
  padding: 0 !important;
  padding-bottom: 0 !important;
  color: #fff;
}
.sec_bg4 .innerbox {
  padding: 0;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec_bg1 + .sec_bg1, .sec_bg2 + .sec_bg2, .sec_bg3 + .sec_bg3 {
  padding-top: 0;
}

.wrap-img-history {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.wrap-img-history img {
  opacity: 0.12;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover;
  object-position: 50% 50%;
  height: 100vh;
}
@media screen and (max-width: 480px) {
  .wrap-img-history img {
    opacity: 0.12;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 34% 50%;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    -o-object-position: 34% 50%;
       object-position: 34% 50%;
    height: 124vh;
  }
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  text-align: center;
  color: #000000;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h3 {
    font-size: 1.8em;
  }
}

.sec_bg3 .parts-h3 {
  color: #fff;
}

.parts-h4 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.3em;
  }
}

/* 大きな数字 */
.lnmb {
  display: block;
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.65em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 0.25em;
}

.sec_bg3 .lnmb {
  color: #fff;
}

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  max-width: 800px;
  margin: 0 auto;
}

/* ------------ 段落 -------------------------------- */
.freepage-ctt {
  font-family: muli, hiragino-kaku-gothic-pron, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.freepage-ctt .sec p {
  padding-bottom: 4em;
  font-weight: 400;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec p {
    padding: 2em 0 0 0;
  }
}
.freepage-ctt .sec p.parts-copy {
  color: #000;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.5em;
  }
}
.freepage-ctt .sec p.parts-copy strong {
  font-size: 2em;
}
.freepage-ctt .sec p.parts-copy span {
  color: #000000;
}
.freepage-ctt .sec p.note {
  opacity: 0.6;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 4em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: 0 auto;
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
  font-weight: 400;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 2em;
}

.imgtxt_txtbox .parts-copy {
  color: #000000 !important;
}

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  background: #50a133;
  color: #000;
}
@media screen and (max-width: 768px) {
  .bbox {
    padding: 1.5em;
  }
}
.bbox a {
  color: #000;
}
.bbox h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .bbox h3 {
    font-size: 1.5em;
  }
}
.bbox p {
  padding-bottom: 0;
}

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 4em;
  text-align: center;
}
.parts-100img.center {
  text-align: center;
}
.parts-100img.left {
  text-align: left;
}
.parts-100img.right {
  text-align: right;
}
.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts-100img img {
    width: 100%;
  }
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 4em;
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1350px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.box_imglefttxt .imgtxt_imgbox img,
.box_imgrighttxt .imgtxt_imgbox img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: normal;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txtbox h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h3 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3 {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  padding-bottom: 0;
}

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */
}
.img2box ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 480px) {
  .img2box ul {
    margin-top: -3em;
  }
}
.img2box ul li {
  width: 48.5%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (max-width: 480px) {
  .img2box ul li {
    width: 100%;
    margin-top: 3em;
  }
}
.img2box ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .img2box.imghbox ul li {
    width: 48.5%;
  }
}

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */
}
.img3txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -3em;
}
.img3txtbox ul li {
  width: 32%;
  position: relative;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 3em;
  padding: 2em;
  /* 画像 */
}
@media screen and (min-width: 769px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img3txtbox ul li {
    width: 100%;
    margin-bottom: 3em;
    margin-right: 0;
  }
}
.img3txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .img3txtbox.imghbox ul li {
    width: 32%;
    margin-right: 2%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */
}
.img4txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 1350px) {
  .img4txtbox ul {
    margin-top: -3em;
  }
}
.img4txtbox ul li {
  width: 23.5%;
  position: relative;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (min-width: 1351px) {
  .img4txtbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  .img4txtbox ul li {
    margin-top: 3em;
  }
}
@media screen and (max-width: 1350px) and (min-width: 481px) {
  .img4txtbox ul li {
    width: 49%;
  }
  .img4txtbox ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox ul li {
    width: 100%;
  }
}
.img4txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 1350px) and (min-width: 481px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #eaf7ff;
  color: #fff;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list h3 {
    font-size: 1.5em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  background: #eaf7ff;
  color: #000;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .check_list h3 {
    font-size: 1.5em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 400;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #eaf7ff;
  color: #000;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .order_list h3 {
    font-size: 1.5em;
  }
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style-position: inside;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 4em;
  /* 見出し */
  /* リスト */
}
.table_list h3 {
  font-family: muli, hiragino-kaku-gothic-pron, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500 !important;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .table_list h3 {
    font-size: 1.5em;
  }
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: white;
  box-shadow: 0.278em 0.278em 1.1em 0 rgba(0, 0, 0, 0.2);
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: white solid 1px;
}
.table_list ul li:last-child {
  border-bottom: none;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  padding: 1em;
  font-size: 1em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    padding: 1em;
    display: block;
    text-align: left;
  }
}
.table_list ul li .tablelist_th {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  width: 20%;
  font-weight: 700;
  background-color: #000000;
  color: white;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    font-weight: bold;
    border-right: none;
    border-bottom: none;
    padding: 0.5em 1em;
  }
}
.table_list ul li .tablelist_td {
  background-color: #fde9eb;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  width: 80%;
  color: black;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_td {
    width: 100%;
    padding: 0.5em 1em;
  }
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  opacity: 0.6;
  padding: 3.57em;
  background: #eaf7ff;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3 {
    font-size: 1.3em;
    font-weight: 500;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.7em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%;
}

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child {
  margin-bottom: 0;
}

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0;
}
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 2.5em;
}
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0;
}
.img2box a:last-child img:last-child,
.img3txtbox a:last-child img:last-child,
.img4txtbox a:last-child img:last-child {
  margin-bottom: 0;
}

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

.imgtxt_imgbox .youtube_box {
  margin-bottom: 0;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contact-template .wrap,
.contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

.contactpage-ctt {
  /* 見出し */
}
.contactpage-ctt h3 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
  padding-bottom: 0.5em;
  text-align: center;
}
.contactpage-ctt .sec {
  width: 100%;
}
.contactpage-ctt .sec p {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec p.center {
    text-align: left;
  }
}
.contactpage-ctt .sec.contact_tel p {
  text-align: center;
  /* -------------------------- 電話 ------------------------------------------- */
  /* 時間 */
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel {
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: black;
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel strong {
  font-family: muli, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: bold;
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel::before {
  display: inline-block;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_tel.center {
    text-align: center;
  }
}
.contactpage-ctt .sec.contact_tel p.contacttel_time {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0;
  color: black;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_time.center {
    text-align: center;
  }
}

.webcontact .ct_info {
  text-align: center;
}/*# sourceMappingURL=style.css.map */