* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

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

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  width: 88%;
  max-width: 1100px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#mv {
  position: relative;
  min-height: 100vh;
  background: url(../img/bg_mv.jpg?) no-repeat center center/cover;
  color: #fff;
  font-weight: bold;
}
#mv header {
  padding: 54px 58px 0 73px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 200;
}
#mv header .logo {
  margin-right: 174px;
}
#mv header .logo img {
  display: block;
}
#mv header .menu {
  font-size: 15px;
}
#mv header .menu ul {
  display: flex;
}
#mv header .menu ul li:not(:last-child) {
  margin-right: 30px;
}
#mv header #menu_btn {
  display: none;
}
#mv .copy {
  position: absolute;
  bottom: 9vh;
  left: 115px;
  display: flex;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.62);
}
#mv .copy .right {
  order: 2;
  font-size: 25.69px;
  line-height: 32.9px;
}
#mv .copy .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 1;
  font-size: 40px;
  line-height: 41px;
  margin-right: 30px;
}
#mv .copy .left span {
  display: block;
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 71.56px;
  line-height: 72.3px;
  padding-right: 8px;
  border-right: 1px solid #fff;
}
#mv .blog_btn {
  position: fixed;
  z-index: 100;
  top: 50vh;
  right: 0;
  transform: translateY(-50%);
}
#mv .blog_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #9C994E;
  width: 74px;
  height: 280px;
  font-size: 16px;
  line-height: 20px;
}
#mv .blog_btn a br.sp {
  display: block;
}
#mv .blog_btn a::before {
  content: "";
  display: block;
  background: url(../img/icon_blog.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  margin-bottom: 11px;
}
#mv .mail_btn {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
}
#mv .mail_btn a {
  background: #075031;
  width: 340px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
#mv .mail_btn a::before {
  content: "";
  display: block;
  background: url(../img/icon_mail.svg) no-repeat center/contain;
  width: 37.56px;
  height: 38px;
  margin-right: 14.83px;
}

#aboutus {
  background: url(../img/bg_about.png) no-repeat;
  background-position: left -263px;
  padding-top: 160px;
  position: relative;
}
#aboutus .inner {
  max-width: 1213px;
}
#aboutus h2 {
  color: #043E25;
  font-size: 64px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 73px;
}
#aboutus h2 span {
  display: block;
  margin-top: 40px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
#aboutus .catch {
  position: absolute;
  top: 109px;
  right: 31px;
}
#aboutus .desc {
  margin-top: 96px;
  display: flex;
  align-items: center;
}
#aboutus .desc .img {
  margin-right: 80px;
}
#aboutus .desc .txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
}
#aboutus .desc .txt span {
  background: #043E25;
  color: #fff;
  padding: 5px;
  display: block;
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

#concept {
  padding-top: 170px;
}
#concept h2 {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #043E25;
  font-size: 64px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
}
#concept h2 span {
  display: block;
  margin-top: 42px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
}
#concept .mainimg {
  margin: -10px auto 0;
}
#concept .mainimg img {
  display: block;
  margin: 0 auto;
}
#concept .concept_list {
  position: relative;
}
#concept .concept_list::before {
  content: "";
  position: absolute;
  background: #004729;
  top: 183px;
  left: 51px;
  width: calc(100% - 51px);
  height: 100%;
  z-index: -10;
}
#concept .concept_list::after {
  content: "";
  position: absolute;
  background: url(../img/bg_concept.png) no-repeat center/contain;
  top: 320px;
  left: 289px;
  width: 624px;
  height: 1787px;
  z-index: -5;
}
#concept .concept_list .list {
  margin-bottom: 156px;
}
#concept .concept_list .list .block {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 204px);
  margin: 0 auto;
}
#concept .concept_list .list .block .img img {
  width: 100%;
}
#concept .concept_list .list .block:nth-child(1) {
  margin-bottom: 120px;
}
#concept .concept_list .list .block:nth-child(1) .img {
  margin-right: 58px;
}
#concept .concept_list .list .block:nth-child(1) .txt {
  width: 488px;
}
#concept .concept_list .list .block:nth-child(1) .txt .num {
  color: #043E25;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 73px;
}
#concept .concept_list .list .block:nth-child(1) .txt .ttl {
  color: #043E25;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 80px;
}
#concept .concept_list .list .block:nth-child(1) .txt .desc {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
}
#concept .concept_list .list .block:nth-child(2) {
  margin-bottom: 133px;
}
#concept .concept_list .list .block:nth-child(2) .img {
  margin-right: 0;
}
#concept .concept_list .list .block:nth-child(2) .txt {
  width: 488px;
  margin-right: 50px;
}
#concept .concept_list .list .block:nth-child(2) .txt .num {
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 73px;
}
#concept .concept_list .list .block:nth-child(2) .txt .ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 36px;
}
#concept .concept_list .list .block:nth-child(2) .txt .desc {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
}
#concept .concept_list .list .block:nth-child(3) {
  margin-bottom: 162px;
}
#concept .concept_list .list .block:nth-child(3) .img {
  margin-right: 86px;
}
#concept .concept_list .list .block:nth-child(3) .txt {
  width: 488px;
}
#concept .concept_list .list .block:nth-child(3) .txt .num {
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 73px;
}
#concept .concept_list .list .block:nth-child(3) .txt .ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 36px;
}
#concept .concept_list .list .block:nth-child(3) .txt .desc {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
}
#concept .concept_list .list .block:nth-child(4) .img {
  margin-right: 0;
}
#concept .concept_list .list .block:nth-child(4) .txt {
  width: 488px;
  margin-right: 50px;
}
#concept .concept_list .list .block:nth-child(4) .txt .num {
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 73px;
}
#concept .concept_list .list .block:nth-child(4) .txt .ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 36px;
}
#concept .concept_list .list .block:nth-child(4) .txt .desc {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
}

#particulars {
  padding-top: 170px;
}
#particulars h2 {
  text-align: center;
  color: #043E25;
  font-size: 56px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 24.6px;
}
#particulars h2 span {
  display: block;
  margin-top: 45px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
#particulars .first_particulars {
  margin: 86px auto 65px;
}
#particulars .first_particulars .list_ttl {
  margin-bottom: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#particulars .first_particulars .list_ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(4, 62, 37, 0.1);
  color: #043E25;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 73px;
  letter-spacing: 0.14em;
  width: 177px;
  height: 48px;
  border-radius: 100px;
}
#particulars .first_particulars .list_ttl::before {
  content: "";
  display: block;
  width: calc((100% - 217px) / 2);
  height: 1px;
  background: rgba(4, 62, 37, 0.1);
  margin-right: 16px;
}
#particulars .first_particulars .list_ttl::after {
  content: "";
  display: block;
  width: calc((100% - 217px) / 2);
  height: 1px;
  background: rgba(4, 62, 37, 0.1);
  margin-left: 24px;
}
#particulars .first_particulars .ttl {
  font-weight: 900;
  font-size: 36px;
  color: #043E25;
  text-align: center;
}
#particulars .first_particulars .first_list {
  display: flex;
  margin-top: 48px;
}
#particulars .first_particulars .first_list .block {
  width: 330px;
}
#particulars .first_particulars .first_list .block .ttl {
  font-size: 26px;
  color: #000;
  margin-bottom: 26px;
  font-weight: 900;
  text-align: left;
}
#particulars .first_particulars .first_list .block .desc {
  font-size: 16px;
  color: #5E5E5E;
  line-height: 33px;
  font-weight: bold;
}
#particulars .first_particulars .first_list .block:not(:last-child) {
  margin-right: 55px;
}
#particulars .list .block {
  display: flex;
}
#particulars .list .block:nth-child(1) {
  margin-bottom: 61px;
  align-items: center;
}
#particulars .list .block:nth-child(1) .img {
  margin-right: 65px;
}
#particulars .list .block:nth-child(1) .txt {
  width: 487px;
}
#particulars .list .block:nth-child(1) .txt .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(4, 62, 37, 0.1);
  color: #043E25;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 73px;
  letter-spacing: 0.14em;
  width: 177px;
  height: 40px;
  border-radius: 100px;
  margin-bottom: 25px;
}
#particulars .list .block:nth-child(1) .txt .ttl {
  font-weight: 900;
  font-size: 36px;
  color: #043E25;
  margin-bottom: 28px;
}
#particulars .list .block:nth-child(1) .txt .desc {
  font-size: 16px;
  color: #5E5E5E;
  line-height: 33px;
  font-weight: bold;
}
#particulars .list .block:nth-child(2) {
  margin-bottom: 104px;
}
#particulars .list .block:nth-child(2) .img {
  margin-right: 0;
}
#particulars .list .block:nth-child(2) .txt {
  width: 487px;
  margin-right: 67px;
}
#particulars .list .block:nth-child(2) .txt .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(4, 62, 37, 0.1);
  color: #043E25;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 73px;
  letter-spacing: 0.14em;
  width: 177px;
  height: 40px;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 22px;
}
#particulars .list .block:nth-child(2) .txt .ttl {
  font-weight: 900;
  font-size: 36px;
  color: #043E25;
  margin-bottom: 24px;
}
#particulars .list .block:nth-child(2) .txt .desc {
  font-size: 16px;
  color: #5E5E5E;
  line-height: 33px;
  font-weight: bold;
}
#particulars .list .block:nth-child(3) {
  margin-bottom: 0;
  align-items: center;
}
#particulars .list .block:nth-child(3) .img {
  margin-right: 63px;
}
#particulars .list .block:nth-child(3) .txt {
  width: 487px;
}
#particulars .list .block:nth-child(3) .txt .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(4, 62, 37, 0.1);
  color: #043E25;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 73px;
  letter-spacing: 0.14em;
  width: 177px;
  height: 40px;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 22px;
}
#particulars .list .block:nth-child(3) .txt .ttl {
  font-weight: 900;
  font-size: 36px;
  color: #043E25;
  margin-bottom: 24px;
}
#particulars .list .block:nth-child(3) .txt .desc {
  font-size: 16px;
  color: #5E5E5E;
  line-height: 33px;
  font-weight: bold;
}

#works {
  padding: 170px 0 142px;
}
#works h2 {
  text-align: center;
  color: #043E25;
  font-size: 56px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 24.6px;
}
#works h2 span {
  display: block;
  margin-top: 40px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
#works .works_slider {
  margin: 53px auto 0;
}
#works .works_slider .swiper-wrapper {
  transition-timing-function: linear;
}
#works .works_slider .swiper-slide {
  width: 709px !important;
  height: auto !important;
  margin-right: 35px;
}
#works .more a {
  margin: 73px 70px 0 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
#works .more a::after {
  content: "";
  display: block;
  margin-left: 26px;
  width: 64px;
  height: 64px;
  background: #075031;
  border-radius: 50%;
}
#works .more a::before {
  content: "";
  display: block;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  width: 16px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}

#message {
  padding: 110px 0 103px;
  background: #043E25;
  color: #fff;
}
#message h2 {
  position: relative;
  text-align: center;
  font-size: 64px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1;
}
#message h2 span {
  display: block;
  margin-top: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
#message h2::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "Message";
  font-weight: 100;
  font-size: 200px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
}
#message p {
  margin-top: 73px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}

#overview {
  padding: 154px 0 123px;
}
#overview .row {
  display: flex;
}
#overview h2 {
  position: relative;
  color: #043E25;
  font-size: 64px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
#overview h2 span {
  display: block;
  margin-top: 40px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
#overview .outline {
  margin-left: 150px;
}
#overview .outline table {
  font-size: 15px;
  font-weight: bold;
  width: 580px;
  max-width: 100%;
}
#overview .outline table tr.topline th {
  padding-top: 8px;
}
#overview .outline table tr.topline td {
  padding-top: 8px;
}
#overview .outline table th {
  width: 144px;
  text-align: left;
  border-bottom: 1px solid #075031;
  color: #444;
  padding: 28px 0 28px 2px;
  line-height: 33px;
  vertical-align: top;
}
#overview .outline table td {
  border-bottom: 1px solid #D9D9D9;
  padding: 28px 0 28px 27px;
  line-height: 33px;
}
#overview .outline .map {
  margin-top: 33px;
}
#overview .outline .map iframe {
  max-width: 100%;
}

#contact {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: 0 auto 120px;
  background: #043E25;
  color: #fff;
  padding: 106px 0;
}
#contact .inner {
  max-width: 689px;
  margin: 0 auto;
}
#contact h2 {
  text-align: center;
  font-size: 64px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
}
#contact h2 span {
  display: block;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
#contact .telarea {
  margin: 30px auto 70px;
  border-top: 1px solid #065031;
  border-bottom: 1px solid #065031;
  padding: 40px 0 53px;
}
#contact .telarea .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .telarea .row .img {
  margin-right: 30px;
}
#contact .telarea .row .txt {
  font-family: "Noto Sans JP", sans-serif;
}
#contact .telarea .row .txt .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 21px;
}
#contact .telarea .row .txt .tel {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 24.6px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  font-weight: bold;
}
#contact .telarea .row .txt .desc {
  font-size: 13px;
  font-weight: bold;
  line-height: 33px;
}
#contact .intro {
  line-height: 33px;
  font-size: 15px;
  font-weight: bold;
}
#contact .form {
  margin-top: 61px;
}
#contact .form dl dt {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 15px;
}
#contact .form dl dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  width: 48px;
  height: 23px;
  border-radius: 22px;
  color: #9C994E;
  font-size: 13px;
  line-height: 33px;
  margin-left: 28px;
}
#contact .form dl dd select {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  height: 64px;
  color: #000;
  padding-left: 24px;
  line-height: 33px;
  margin-bottom: 25px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#contact .form dl dd input {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  height: 64px;
  color: #000;
  padding-left: 24px;
  line-height: 33px;
  margin-bottom: 27px;
}
#contact .form dl dd input::-moz-placeholder {
  color: #8B8B8B;
}
#contact .form dl dd input::placeholder {
  color: #8B8B8B;
}
#contact .form dl dd textarea {
  width: 100%;
  height: 310px;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  color: #000;
  margin-bottom: 29px;
}
#contact .form .desc {
  font-weight: 100;
  margin-bottom: 39px;
  line-height: 33px;
}
#contact .form .check {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  /*.privacy {
      cursor: pointer;
      position: relative;
      padding-left: 28px;

      &::before {
          content: '';
          display: block;
          width: 24px;
          height: 24px;
          background: #fff;
          margin-right: 4px;
          position: absolute;
          top: 0;
          left: 0;
      }

      &::after {
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          background: $green;
          position: absolute;
          top: 2px;
          left: 2px;
          opacity: 0;
      }
  }*/
}
#contact .form .check label {
  display: flex;
}
#contact .form .check input[type=checkbox] {
  display: block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#contact .form .check input[type=checkbox]:checked + .privacy::after {
  opacity: 1;
}
#contact .form .btn {
  margin: 44px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .form .btn input[type=submit] {
  width: 346px;
  height: 92px;
  border-radius: 100px;
  background: #9C994E;
  position: relative;
}
#contact .form .btn input[type=submit] span {
  font-size: 18px;
  font-weight: 500;
}
#contact .form .btn input[type=submit] span::after {
  content: "";
  display: block;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  width: 16px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
#contact .form .btn input[type=submit]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
#contact .form .wpcf7-not-valid-tip {
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  margin: -12px 0 24px;
  padding: 2px 4px 4px 16px;
}

footer {
  text-align: center;
  background: #042c1c;
  min-height: 460px;
  padding: 91px 0;
  color: #fff;
}
footer .logo {
  margin-bottom: 48px;
}
footer .info {
  margin-bottom: 55px;
  font-size: 13px;
  line-height: 33px;
}
footer .copy {
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  line-height: 24.6px;
  letter-spacing: 0.14em;
}

@media (max-width: 1280px) {
  #mv header .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 375px;
    max-width: 100%;
    background: #043E25;
    padding: 112px 30px 34px;
    display: none;
  }
  #mv header .menu ul {
    flex-direction: column;
  }
  #mv header .menu ul li {
    width: 100%;
  }
  #mv header .menu ul li a {
    padding: 23px 0;
    font-size: 15x;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mv header .menu ul li a::after {
    content: "";
    display: block;
    width: 17.5px;
    height: 5px;
    background: url(../img/icon_arrow.svg) no-repeat center/contain;
  }
  #mv header .menu ul li:not(:last-child) {
    border-bottom: 1px solid #022616;
  }
  #mv header #menu_btn {
    display: block;
    width: 80px;
    height: 80px;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
  }
  #mv header #menu_btn span {
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 28px;
    transition: 0.3s;
  }
  #mv header #menu_btn span:nth-child(1) {
    top: 27px;
  }
  #mv header #menu_btn span:nth-child(2) {
    top: 37px;
  }
  #mv header #menu_btn span:nth-child(3) {
    top: 47px;
  }
  #mv header.open #menu_btn span:nth-child(1) {
    top: 37px;
    transform: rotate(45deg);
  }
  #mv header.open #menu_btn span:nth-child(2) {
    opacity: 0;
  }
  #mv header.open #menu_btn span:nth-child(3) {
    top: 37px;
    transform: rotate(-45deg);
  }
  #overview .row {
    flex-direction: column;
    align-items: center;
  }
  #overview .row .title {
    width: 100%;
    text-align: center;
  }
  #overview .row .outline {
    margin-top: 64px;
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  #aboutus .inner .catch {
    top: calc(239px + 60.312vw);
    right: 5%;
  }
  #aboutus .inner .catch img {
    width: 39.066vw;
  }
  #aboutus .inner .desc {
    flex-direction: column;
  }
  #aboutus .inner .desc .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 46px;
  }
  #aboutus .inner .desc .img img {
    width: 70%;
  }
  #aboutus .inner .desc .txt {
    width: 100%;
  }
  #concept .concept_list .list .block {
    flex-direction: column;
    align-items: center;
  }
  #concept .concept_list .list .block .img {
    margin-right: 0;
    width: 488px;
  }
  #concept .concept_list .list .block:nth-child(1) .img {
    margin-right: 0;
  }
  #concept .concept_list .list .block:nth-child(1) .txt .num {
    color: #fff;
  }
  #concept .concept_list .list .block:nth-child(1) .txt .ttl {
    color: #fff;
    margin-bottom: 36px;
  }
  #concept .concept_list .list .block:nth-child(2) .txt {
    margin-right: 0;
    order: 2;
  }
  #concept .concept_list .list .block:nth-child(2) .img {
    order: 1;
  }
  #concept .concept_list .list .block:nth-child(3) .img {
    margin-right: 0;
  }
  #concept .concept_list .list .block:nth-child(4) .txt {
    margin-right: 0;
    order: 2;
  }
  #concept .concept_list .list .block:nth-child(4) .img {
    order: 1;
  }
  #concept .concept_list::after {
    width: 488px;
    height: unset;
    aspect-ratio: 743/2129;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
  }
  #particulars .first_particulars .first_list {
    flex-direction: column;
  }
  #particulars .first_particulars .first_list .block {
    width: 100%;
  }
  #particulars .first_particulars .first_list .block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 960px) {
  #message h2::before {
    font-size: 140px;
  }
  #particulars .list .block {
    flex-direction: column;
  }
  #particulars .list .block .img {
    order: 1;
    width: 100%;
    text-align: center;
  }
  #particulars .list .block .txt {
    order: 2;
  }
  #particulars .list .block:nth-child(1) .img {
    margin-right: 0;
    margin-bottom: 48px;
  }
  #particulars .list .block:nth-child(1) .txt {
    width: 100%;
  }
  #particulars .list .block:nth-child(2) .img {
    margin-right: 0;
    margin-bottom: 48px;
  }
  #particulars .list .block:nth-child(2) .txt {
    width: 100%;
  }
  #particulars .list .block:nth-child(2) .txt .num {
    margin-top: 0;
  }
  #particulars .list .block:nth-child(3) .img {
    margin-right: 0;
    margin-bottom: 48px;
  }
  #particulars .list .block:nth-child(3) .txt {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #mv {
    height: calc(100vh - 70px);
    min-height: auto;
  }
  #mv header {
    padding: 25px;
  }
  #mv header .logo {
    margin-right: 0;
  }
  #mv header .logo img {
    width: 101px;
  }
  #mv .copy {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #mv .copy .right {
    font-size: 18.5px;
    line-height: 1.278;
  }
  #mv .copy .left {
    font-size: 28.5px;
    line-height: 1.025;
    margin-right: 22px;
  }
  #mv .copy .left span {
    margin-top: 11px;
    padding-right: 6px;
    font-size: 51.5px;
    line-height: 1.011;
  }
  #mv .mail_btn {
    width: 50%;
    right: unset;
    left: 0;
  }
  #mv .mail_btn a {
    width: 100%;
    height: 70px;
    font-size: 13px;
    line-height: 1.5;
  }
  #mv .mail_btn a::before {
    width: 28px;
    height: 28px;
    margin-right: 9px;
  }
  #mv .blog_btn {
    top: unset;
    bottom: 0;
    width: 50vw;
    transform: none;
  }
  #mv .blog_btn a {
    width: 100%;
    height: 70px;
    flex-direction: row;
    font-size: 13px;
    line-height: 1.5;
  }
  #mv .blog_btn a::before {
    width: 26px;
    height: 26px;
    margin-right: 9px;
    margin-bottom: 0;
  }
  #mv .blog_btn a br {
    display: none;
  }
  #mv .blog_btn a br.sp {
    display: block;
  }
  #aboutus {
    padding-top: 38px;
  }
  #aboutus .inner h2 {
    font-size: 32px;
    line-height: 1;
  }
  #aboutus .inner h2 span {
    font-size: 17px;
    margin-top: 20px;
  }
  #aboutus .inner .catch {
    right: 0;
    top: calc(151px + 63.733vw);
  }
  #aboutus .inner .desc {
    margin-top: 44px;
    align-items: flex-start;
  }
  #aboutus .inner .desc .img {
    margin-left: -6.5vw;
  }
  #aboutus .inner .desc .img img {
    width: 80.4vw;
  }
  #aboutus .inner .desc .txt {
    font-size: 17px;
    line-height: 1.7;
  }
  #aboutus .inner .desc .txt span {
    margin-top: 5px;
    padding: 0 3px;
  }
  #concept {
    padding-top: 85px;
  }
  #concept h2 {
    font-size: 32px;
  }
  #concept h2 span {
    margin-top: 9px;
    font-size: 15px;
  }
  #concept .mainimg {
    margin: 20px -6.5vw 0 -6.5vw;
  }
  #concept .concept_list {
    padding-bottom: 75px;
  }
  #concept .concept_list::before {
    width: 100%;
    height: calc(100% - 45.733vw);
    left: 0;
    top: 45.733vw;
  }
  #concept .concept_list .list {
    padding: 0 6.5vw;
    margin-bottom: 0;
  }
  #concept .concept_list .list .block {
    max-width: 100%;
  }
  #concept .concept_list .list .block .img {
    width: 100%;
  }
  #concept .concept_list .list .block .txt {
    width: 100%;
  }
  #concept .concept_list .list .block:nth-child(1) {
    margin-bottom: 50px;
  }
  #concept .concept_list .list .block:nth-child(1) .txt {
    width: 100%;
    margin-top: 15px;
  }
  #concept .concept_list .list .block:nth-child(1) .txt .num {
    font-size: 10px;
    line-height: 35px;
  }
  #concept .concept_list .list .block:nth-child(1) .txt .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #concept .concept_list .list .block:nth-child(1) .txt .desc {
    font-size: 13px;
    line-height: 2.4;
  }
  #concept .concept_list .list .block:nth-child(2) {
    margin-bottom: 50px;
  }
  #concept .concept_list .list .block:nth-child(2) .txt {
    width: 100%;
    margin-top: 15px;
  }
  #concept .concept_list .list .block:nth-child(2) .txt .num {
    font-size: 10px;
    line-height: 35px;
  }
  #concept .concept_list .list .block:nth-child(2) .txt .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #concept .concept_list .list .block:nth-child(2) .txt .desc {
    font-size: 13px;
    line-height: 2.4;
  }
  #concept .concept_list .list .block:nth-child(3) {
    margin-bottom: 50px;
  }
  #concept .concept_list .list .block:nth-child(3) .txt {
    width: 100%;
    margin-top: 15px;
  }
  #concept .concept_list .list .block:nth-child(3) .txt .num {
    font-size: 10px;
    line-height: 35px;
  }
  #concept .concept_list .list .block:nth-child(3) .txt .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #concept .concept_list .list .block:nth-child(3) .txt .desc {
    font-size: 13px;
    line-height: 2.4;
  }
  #concept .concept_list .list .block:nth-child(4) .txt {
    width: 100%;
    margin-top: 15px;
  }
  #concept .concept_list .list .block:nth-child(4) .txt .num {
    font-size: 10px;
    line-height: 35px;
  }
  #concept .concept_list .list .block:nth-child(4) .txt .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #concept .concept_list .list .block:nth-child(4) .txt .desc {
    font-size: 13px;
    line-height: 2.4;
  }
  #particulars {
    padding-top: 75px;
  }
  #particulars .inner h2 {
    font-size: 32px;
  }
  #particulars .inner h2 span {
    margin-top: 20px;
    font-size: 15px;
  }
  #particulars .inner .first_particulars {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  #particulars .inner .first_particulars .list_ttl {
    margin-bottom: 30px;
  }
  #particulars .inner .first_particulars .list_ttl span {
    font-size: 9px;
    height: 37px;
    width: 135.5px;
  }
  #particulars .inner .first_particulars .list_ttl::before {
    width: calc((100% - 160px) / 2);
    margin-right: 12px;
  }
  #particulars .inner .first_particulars .list_ttl::after {
    width: calc((100% - 160px) / 2);
    margin-left: 13px;
  }
  #particulars .inner .first_particulars .ttl {
    font-size: 18px;
  }
  #particulars .inner .first_particulars .first_list {
    margin-top: 37px;
  }
  #particulars .inner .first_particulars .first_list .block .ttl {
    font-size: 17px;
    text-align: center;
    margin-bottom: 16px;
  }
  #particulars .inner .first_particulars .first_list .block .desc {
    font-size: 13px;
    line-height: 2.15;
  }
  #particulars .inner .list .block .txt .num {
    font-size: 6px;
    width: 89px;
    height: 20px;
    margin-bottom: 12px;
  }
  #particulars .inner .list .block .txt .ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }
  #particulars .inner .list .block .txt .desc {
    font-size: 13px;
    line-height: 2.15;
  }
  #particulars .inner .list .block:nth-child(1) {
    margin-bottom: 50px;
  }
  #particulars .inner .list .block:nth-child(1) .img {
    margin-bottom: 24px;
  }
  #particulars .inner .list .block:nth-child(2) {
    margin-bottom: 50px;
  }
  #particulars .inner .list .block:nth-child(2) .img {
    margin-bottom: 35px;
  }
  #particulars .inner .list .block:nth-child(3) .img {
    margin-bottom: 24px;
  }
  #works {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  #works .inner h2 {
    font-size: 32px;
  }
  #works .inner h2 span {
    margin-top: 20px;
    font-size: 17px;
  }
  #works .works_slider {
    margin-top: 37px;
    height: 61.733vw !important;
    overflow: hidden;
  }
  #works .works_slider .swiper-slide {
    width: 94.533vw !important;
    height: 61.733vw !important;
    margin-right: 20px;
  }
  #works .more a {
    font-size: 12px;
    margin-top: 37px;
    margin-right: 6.5vw;
  }
  #works .more a::before {
    width: 10px;
    height: 4px;
    right: 17px;
  }
  #works .more a::after {
    width: 43px;
    height: 43px;
    margin-left: 18px;
  }
  #message {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  #message h2 {
    font-size: 32px;
  }
  #message h2 span {
    margin-top: 15px;
    font-size: 17px;
  }
  #message h2::before {
    font-size: 84px;
  }
  #message p {
    margin-top: 30px;
    font-size: 13px;
    line-height: 2;
  }
  #overview {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #overview h2 {
    font-size: 32px;
  }
  #overview h2 span {
    margin-top: 15px;
    font-size: 17px;
  }
  #overview .row .outline {
    width: 100%;
    margin-top: 30px;
  }
  #overview .row .outline table {
    width: 100%;
  }
  #overview .row .outline table th {
    width: 105px;
    padding: 20px 0;
    font-size: 13px;
    line-height: 1.26;
  }
  #overview .row .outline table td {
    width: calc(100% - 105px);
    padding: 20px 0 20px 20px;
    font-size: 13px;
    line-height: 1.26;
  }
  #overview .row .map iframe {
    height: 295px;
  }
  #contact {
    width: 100%;
    padding: 50px 6.5vw;
    margin-bottom: 0;
  }
  #contact .inner {
    width: 100%;
  }
  #contact h2 {
    font-size: 32px;
  }
  #contact h2 span {
    margin-top: 15px;
    font-size: 17px;
  }
  #contact .telarea {
    padding: 25px 0;
    margin-bottom: 15px;
  }
  #contact .telarea .row .img {
    margin-right: 18px;
    width: 74px;
  }
  #contact .telarea .row .txt .ttl {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
  }
  #contact .telarea .row .txt .tel {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #contact .telarea .row .txt .desc {
    font-size: 12px;
    line-height: 1;
  }
  #contact .intro {
    font-size: 12px;
    line-height: 1.7;
  }
  #contact .form {
    margin-top: 30px;
  }
  #contact .form dl dt {
    font-size: 14px;
    line-height: 1.17;
  }
  #contact .form dl dt span {
    font-size: 9px;
    margin-left: 9px;
    width: 34px;
    height: 16px;
  }
  #contact .form dl dd {
    margin-bottom: 22px;
  }
  #contact .form dl dd select,
  #contact .form dl dd input {
    font-size: 12px;
    height: 47px;
    margin-bottom: 0;
  }
  #contact .form dl dd textarea {
    height: 224px;
    margin-bottom: 0;
  }
  #contact .form .desc {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 23px;
  }
  #contact .form .check {
    font-size: 12px;
  }
  #contact .form .check .privacy {
    padding-left: 16px;
  }
  #contact .form .check .privacy::before {
    width: 14.5px;
    height: 14.5px;
  }
  #contact .form .check .privacy::after {
    width: 10.5px;
    height: 10.5px;
  }
  #contact .form .btn {
    display: block;
  }
  #contact .form .btn input[type=submit] {
    width: 222px;
    height: 59px;
    font-size: 15px;
    padding-right: 0;
    margin: auto;
    display: block;
  }
  #contact .form .btn input[type=submit] span::after {
    right: 25px;
    width: 10px;
    height: 4px;
  }
  footer {
    margin-bottom: 70px;
  }
}/*# sourceMappingURL=style.css.map */