@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@font-face {}*, *::before, *::after {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.row {
  width: 1000px;
  margin: 0 auto;
}

html {
  background-color: #f5f2ed;
}

@media screen and (min-width: 641px) {
  html {
    min-width: 1183px;
  }
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: #313131;
  position: relative;
}

a,
a:visited,
a:link {
  text-decoration: none;
}

p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

table.table-base {
  display: inline-block;
  height: 170px;
  width: 100%;
  border-collapse: collapse;
}

table.table-base tbody {
  width: 100%;
}

table.table-base tbody tr {
  width: 100%;
  border: 3px solid #313131;
}

table.table-base tbody tr .article-detail {
  width: 317px;
  height: 127px;
  margin: 0;
  padding: 20px 15px;
  vertical-align: top;
  background-color: #f5f2ed;
}

table.table-base tbody tr .article-detail .article-info {
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  letter-spacing: 1px;
}

table.table-base tbody tr .in-see {
  height: 40px;
  background-color: #d1c0a5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
  text-align: right;
}

table.table-base tbody tr .in-see a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  color: #313131;
  font-size: 12px;
  text-decoration: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

table.table-base tbody tr .in-see a span {
  display: inline-block;
  margin-right: 20px;
}

table.t-row {
  margin-top: 50px;
  width: 800px;
  border-collapse: collapse;
}

table.t-row tbody tr td {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  padding: 15px 0;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
}

table.t-row tbody tr td:first-of-type {
  width: 220px !important;
  border-bottom: 2px solid #0f9460;
}

table.t-row tbody tr td:nth-of-type(n + 2) {
  border-bottom: 2px solid #313131;
}

table.t-row tbody tr td:nth-of-type(n + 2) img {
  margin-top: 25px;
}

.simple-box {
  display: inline-block;
  background-color: white;
  border: 3px solid #313131;
  padding: 20px;
  position: relative;
}

.simple-box .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.double-box {
  display: inline-block;
  background-color: white;
  border: 3px solid #313131;
  padding: 20px;
  position: relative;
  z-index: 0;
}

.double-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #313131;
  left: 2px;
  top: 2px;
  z-index: -1;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  line-height: 34px;
  margin: 0 auto;
  background-color: white;
  color: #313131;
  border: 3px solid #313131;
  border-radius: 13px 0 13px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.25px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  background-color: #313131;
  color: white;
}

.btn:hover .arrow-right {
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover .arrow-right::before {
  border-bottom: 3px solid white;
}

.btn:hover .arrow-left {
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover .arrow-left::before {
  border-bottom: 3px solid white;
}

.clear-shadow {
  position: relative;
}

.clear-shadow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #626262;
  border: 3px solid #313131;
  top: 11px;
  right: -11px;
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.title p {
  font-size: 17px;
  font-weight: bold;
  margin-left: 46px;
  line-height: 34px;
  letter-spacing: 1px;
}

.title .image-wrapper {
  position: relative;
  height: 85px;
  width: auto;
}

.title .image-wrapper .image {
  position: absolute;
  left: 25px;
  bottom: -20px;
}

.title.center {
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title.center .image-wrapper.right {
  position: absolute;
  left: 50%;
}

.title.center .image-wrapper.right img {
  left: 185px;
  bottom: 0;
}

.title.center .image-wrapper.left {
  position: absolute;
  left: 0;
}

.title.center .image-wrapper.left img {
  left: -140px;
  bottom: 0;
}

.title.long h2 {
  width: 363px;
  letter-spacing: 5px;
}

.frame-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 250px;
  height: 85px;
  line-height: 80px;
  background-image: url(../images/frame_short.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #313131;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .frame-short {
    background-image: url(../images/frame_short_x2.png);
  }
}

.frame-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 415px;
  height: 85px;
  line-height: 80px;
  background-image: url(../images/frame_long.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #313131;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .frame-long {
    background-image: url(../images/frame_long_x2.png);
  }
}

.frame-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 240px;
  height: 54px;
  background-color: #313131;
  color: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 2px;
}

.frame-black::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 4px solid white;
  left: 1px;
  top: 1px;
}

.frame-black.small-line::before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 2px solid white;
  left: 3px;
  top: 3px;
}

.frame-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 267px;
  height: 87px;
  line-height: 25px;
  font-size: 17px;
  color: white;
  font-weight: bold;
  letter-spacing: 3px;
  background-color: #0f9460;
  border: 3px solid #313131;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.frame-green p, .frame-green h3 {
  font-size: 17px;
}

.frame-green.long-text p, .frame-green.long-text h3 {
  letter-spacing: 0;
}

.circle {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
}

.circle.left-top {
  left: -16px;
  top: -16px;
}

.circle.right-top {
  right: -16px;
  top: -16px;
}

.circle.right-bottom {
  right: -16px;
  bottom: -16px;
}

.circle.left-bottom {
  left: -16px;
  bottom: -16px;
}

.reverse-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

.reverse-box .inner-box {
  position: relative;
  width: auto;
  border: 3px solid #313131;
  padding: 25px;
}

.reverse-box .circle {
  width: 50px;
  height: 50px;
  border: 3px solid #313131;
}

.reverse-box .circle.left-top {
  left: -25px;
  top: -25px;
}

.reverse-box .circle.right-top {
  right: -25px;
  top: -25px;
}

.reverse-box .circle.right-bottom {
  right: -25px;
  bottom: -25px;
}

.reverse-box .circle.left-bottom {
  left: -25px;
  bottom: -25px;
}

.arrow-right {
  margin-left: 8px;
  display: inline-block;
  position: relative;
  width: 56px;
  height: 1px;
  background-color: #313131;
}

.arrow-right::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 3px;
  border-bottom: 3px solid #313131;
  bottom: 50%;
}

.arrow-right::before {
  border-right: 8px solid transparent;
  right: 0;
}

.arrow-left {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 1px;
  background-color: #313131;
  margin-right: 8px;
}

.arrow-left::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 3px;
  border-bottom: 3px solid #313131;
  bottom: 50%;
}

.arrow-left::before {
  border-left: 8px solid transparent;
  left: 0;
}

.white-back {
  position: absolute;
  height: 100%;
  width: 1150px;
  background-color: white;
  z-index: -2;
}

@media screen and (min-width: 1201px) {
  .white-back {
    width: calc(1150px + ( 50vw - 600px ));
  }
}

.green-tri-right::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  border-top: 19px solid #0f9460;
  border-right: 19px solid #0f9460;
  border-bottom: 19px solid transparent;
  border-left: 19px solid transparent;
  right: 0;
  border-right: 19px solid #0f9460;
  border-left: 19px solid transparent;
}

.green-tri-left::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  border-top: 19px solid #0f9460;
  border-right: 19px solid #0f9460;
  border-bottom: 19px solid transparent;
  border-left: 19px solid transparent;
  left: 0;
  border-left: 19px solid #0f9460;
  border-right: 19px solid transparent;
}

.article-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.article-data .date {
  font-size: 12px;
  letter-spacing: 0.5px;
}

.article-data .cat-event {
  display: inline-block;
  width: 58px;
  line-height: 14px;
  margin-left: 10px;
  background-color: white;
  color: #004986;
  border: 1px solid #004986;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}

.article-data .cat-blog {
  display: inline-block;
  width: 58px;
  line-height: 14px;
  margin-left: 10px;
  background-color: white;
  color: #0f9460;
  border: 1px solid #0f9460;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}

.article-data .cat-news {
  display: inline-block;
  width: 58px;
  line-height: 14px;
  margin-left: 10px;
  background-color: white;
  color: #eb6100;
  border: 1px solid #eb6100;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}

.article-data .cat-recruit {
  display: inline-block;
  width: 58px;
  line-height: 14px;
  margin-left: 10px;
  background-color: white;
  color: #eb007f;
  border: 1px solid #eb007f;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}

#foot-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#foot-contact .frame-short {
  position: relative;
}

#foot-contact .frame-short .pc {
  display: block;
}

#foot-contact .frame-short .sp {
  display: none;
}

#foot-contact .frame-short::before {
  content: "";
  width: 100px;
  height: 155px;
  position: absolute;
  background-image: url(../images/worker/worker05.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -140px;
  bottom: -15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #foot-contact .frame-short::before {
    background-image: url(../images/worker/worker05_x2.png);
  }
}

#foot-contact .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 130px;
  margin-top: 35px;
}

#foot-contact .flex-wrapper .content {
  width: 50%;
  height: 100%;
  padding-top: 20px;
}

#foot-contact .flex-wrapper .content .title {
  position: relative;
  font-size: 16px;
}

#foot-contact .flex-wrapper .content .title::before {
  content: "";
  position: relative;
  width: 95px;
  border-top: 1px solid #313131;
  margin-right: 20px;
  top: 8px;
}

#foot-contact .flex-wrapper .left {
  border-right: 6px solid #313131;
}

#foot-contact .flex-wrapper .left .tel {
  margin-top: 15px;
}

#foot-contact .flex-wrapper .left .tel a,
#foot-contact .flex-wrapper .left .tel a:visited,
#foot-contact .flex-wrapper .left .tel a:link {
  font-size: 40px;
  letter-spacing: 0.5px;
  color: #313131;
  text-decoration: none;
}

#foot-contact .flex-wrapper .left .tel a span,
#foot-contact .flex-wrapper .left .tel a:visited span,
#foot-contact .flex-wrapper .left .tel a:link span {
  margin-right: 10px;
}

#foot-contact .flex-wrapper .left .tel p.text {
  margin: 15px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}

#foot-contact .flex-wrapper .right {
  padding-left: 100px;
}

#foot-contact .flex-wrapper .right .btn {
  margin-top: 30px;
  height: 45px;
}

#foot-contact .flex-wrapper .right .btn .arrow {
  margin-left: 10px;
}

#hamburger-menu {
  display: none;
}

.nav-menu {
  display: inline-block;
  background-color: #0f9460;
  height: 75px;
  min-width: 650px;
  border: 6px solid #313131;
}

.nav-menu .nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin: 4px;
  padding: 0 0 0 20px;
  border: 2px solid #313131;
  color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-menu .nav-wrapper a,
.nav-menu .nav-wrapper a:visited,
.nav-menu .nav-wrapper a:link {
  color: white;
  text-decoration: none;
}

.nav-menu .nav-wrapper .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-menu .nav-wrapper .flex-wrapper .logo {
  width: 25px;
  height: 31px;
  margin-right: 10px;
}

.nav-menu .nav-wrapper .flex-wrapper .company-name {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.nav-menu .nav-wrapper .sp {
  display: none;
}

.nav-menu .nav-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  list-style: none;
}

.nav-menu .nav-wrapper ul li {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  letter-spacing: 1px;
  border-left: 1px solid white;
}

#sp-menu {
  display: none;
}

header {
  margin: 0;
  width: 100%;
  height: 365px;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 1201px) {
  header {
    width: 100%;
    height: calc( 100vw / 1200 * 200);
  }
}

header.long {
  height: 620px;
}

@media screen and (min-width: 1201px) {
  /*
  header.long {
    height: calc( 100vw / 1200 * 740);
  }
  */
}

header.long .header-bg {
  height: 740px;
  background-position: top left;
}

@media screen and (min-width: 1201px) {
  /*
  header.long .header-bg {
    height: calc( 100vw / 1200 * 740);
  }
  */
}

/*
header.pattern2 .header-bg {
  background-image: url(../images/head_bg2_x2.jpg);
  background-position: center center;
  background-size: cover;
}
*/

header.pattern3 .header-bg {
  /*
  background-position: left -370px;
  */
}

@media screen and (min-width: 1201px) {
  /*
  header.pattern3 .header-bg {
    background-position: left calc( 100vw / 1200 * -200);
  }
  */
}

header .header-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 365px;
  background-size: 1200px;
  background-image: url(../images/head_bg_x2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  z-index: -5;
  bottom: 0;
}

@media screen and (min-width: 1201px) {
  header .header-bg {
    width: 100%;
    height: calc( 100vw / 1200 * 200);
    background-size: 100%;
  }
}

@media screen and (min-width: 1201px) {
  header .header-bg {
    background-position: left calc( 100vw / 1200 * -170);
  }
}

header .row {
  padding-top: 25px;
}

header .row .top-messages {
  margin-top: 25px;
  margin-left: 30px;
}

header .row .top-messages .emphatic {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 25px;
  padding: 5px 10px;
  background-color: #f5f2ed;
  border: 1px solid #313131;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#breadcrumb_wraper {
  display: block;
  width: 1200px;
  position: relative;
  margin: 15px auto;
  margin-top: 15px;
}

@media screen and (min-width: 1201px) {
  #breadcrumb_wraper {
    width: 100%;
  }
}

#breadcrumb_wraper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: #313131;
  font-family: "Noto Sans JP";
}

#breadcrumb_wraper ul li a {
  text-decoration: none;
  color: #313131;
}

#breadcrumb_wraper ul li:nth-child(n + 2) {
  margin-left: 5px;
}

#breadcrumb_wraper ul li:nth-child(n + 2)::before {
  content: ">";
  margin-right: 5px;
}

.copyright {
  position: absolute;
  top: 50%;
  right: calc(50% + 540px);
  font-size: 12px;
  color: #313131;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  z-index: 500;
}

#return-to-top-wrapper {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 142px;
  z-index: 10;
}

#return-to-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#return-to-top .return-to-top-bg {
  display: inline-block;
  height: 155px;
  width: 35px;
  background-image: url(../images/return-to-top.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #return-to-top .return-to-top-bg {
    background-image: url(../images/return-to-top_x2.png);
  }
}

#return-to-top img {
  display: inline-block;
}

#return-to-top img.sp {
  display: none;
}

#return-to-top img.worker {
  margin-top: 25px;
}

.wp-block-column:not(:first-child) {
  margin-left: 0;
}

.wp-block-columns {
  margin-bottom: 0;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

figure {
  display: inline-block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.wp-block-image {
  margin-bottom: 0;
}

.wp-block-image img {
  height: auto;
}

.wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}

main {
  display: block;
  margin: 70px auto 0;
}

main h2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 189px;
  height: 85px;
  padding: 0 40px;
  font-size: 30px;
  letter-spacing: 2px;
  font-family: Morisawa;
  text-align: center;
  position: relative;
  color: #313131;
  background-image: url("../images/frame_center.png");
  background-repeat: repeat-x;
  background-size: contain;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main h2::before {
  content: "";
  position: absolute;
  height: 85px;
  width: 21px;
  background-image: url("../images/frame_left.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: -21px;
  top: 0;
  bottom: 0;
  margin: auto;
}

main h2::after {
  content: "";
  position: absolute;
  height: 85px;
  width: 21px;
  background-image: url("../images/frame_left.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: -21px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
          top: 0;
          bottom: 0;
          margin: auto;
}

main p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

main .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main .row .caption .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main .row .caption .wp-block-group__inner-container figure {
  margin-top: 60px;
}

main .row .caption .wp-block-group__inner-container p {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 17px;
  line-height: 34px;
}

main .row section, main .row .section {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 100px;
  margin-top: 50px;
}

main .row section .content, main .row .section .content {
  margin-top: 50px;
}

main .row section .content:first-child, main .row .section .content:first-child {
  margin-top: 0;
}

main .row section .content .frame-green, main .row .section .content .frame-green {
  z-index: 2;
}

main .row section .content .title-wrapper, main .row .section .content .title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 87px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main .row section .content .title-wrapper .frame-green, main .row .section .content .title-wrapper .frame-green {
  width: 265px;
  -webkit-box-flex: 0.34;
  -webkit-flex-grow: 0.34;
      -ms-flex-positive: 0.34;
          flex-grow: 0.34;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

main .row section .content .title-wrapper .frame-green.long-text, main .row .section .content .title-wrapper .frame-green.long-text {
  letter-spacing: 0;
}

main .row section .content .title-wrapper .sub-title, main .row .section .content .title-wrapper .sub-title {
  position: relative;
}

main .row section .content .title-wrapper .sub-title p, main .row .section .content .title-wrapper .sub-title p {
  margin-left: 140px;
  font-size: 14px;
  line-height: 21px;
}

main .row section .content .title-wrapper .sub-title p::before, main .row .section .content .title-wrapper .sub-title p::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 1px;
  border-top: 1px solid #313131;
  left: 30px;
  top: 50%;
}

main .row section .content .title-wrapper .line, main .row .section .content .title-wrapper .line {
  -webkit-box-flex: 0.66;
  -webkit-flex-grow: 0.66;
      -ms-flex-positive: 0.66;
          flex-grow: 0.66;
  display: inline-block;
  position: relative;
  margin-left: 35px;
  height: 1px !important;
  border-bottom: 1px solid #313131;
}

main .row section .content .text, main .row .section .content .text {
  margin-top: 50px;
  font-size: 14px;
  line-height: 26px;
}

main .row .btn {
  margin-top: 50px;
}

main#top {
  margin-top: 0;
}

main#top section {
  position: relative;
}

main#top section:nth-of-type(n+2) {
  margin-top: 50px;
}

main#top section .title .wrapper {
  width: 251px;
  position: relative;
}

main#top section .title .wrapper h2 {
  margin-left: 21px;
}

main#top section .title .wrapper h2 img {
  position: relative;
}

main#top section .title .wrapper .en {
  position: absolute;
  width: auto;
  height: auto;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main#top section .title .wrapper .en.sp {
  display: none;
}

main#top #about .row {
  display: block;
  position: relative;
  padding: 45px 0;
}

main#top #about .row .emphatic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  line-height: 65px;
  letter-spacing: 3px;
  position: absolute;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
  font-family: Morisawa;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

main#top #about .row .emphatic::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 212px;
  width: calc(50vw);
  background-color: #f5f2ed;
  opacity: 0.8;
  z-index: -1;
}

main#top #about .row p {
  text-align: center;
  line-height: 34px;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
}

main#top #business {
  z-index: 0;
  margin-top: 0;
}

main#top #business .white-back {
  left: 0;
}

main#top #business .white-back::after {
  right: 0;
  top: 0;
}

main#top #business .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

main#top #business .row .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main#top #business .row .contents .content .simple-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 305px;
  height: 315px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main#top #business .row .contents .content .simple-box .image-wrapper {
  position: relative;
  height: 182px;
  width: 265px;
}

main#top #business .row .reverse-box {
  margin-top: 50px;
  width: 735px;
}

main#top #business .row .reverse-box .inner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
}

main#top #business .row .reverse-box .inner-box img {
  width: 370px;
  height: 215px;
}

main#top #business .row .reverse-box .inner-box .wrapper {
  width: 270px;
  margin-left: 20px;
}

main#top #business .row .reverse-box .inner-box .wrapper .title .icon {
  width: 60px;
  height: 40px;
}

main#top #business .row .reverse-box .inner-box .wrapper .title .name {
  margin: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

main#top #business .row .reverse-box .inner-box .wrapper p {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

main#top #business .row .reverse-box .inner-box .wrapper .in-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 10px;
  padding-left: 8px;
  border-left: 5px solid #313131;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #313131;
}

main#top #business .row .reverse-box .inner-box .wrapper .in-detail p {
  margin: 0;
}

main#top #business .row .reverse-box .inner-box .wrapper .in-detail .arrow {
  margin-left: 15px;
}

main#top #business .row .btn {
  margin-top: 50px;
}

main#top #event .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

main#top #event .row .event-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: justify;
  /*
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  */
}

main#top #event .row .event-content-wrapper .article {
  display: inline-block;
  position: relative;
  width: 320px;
  height: 390px;
  margin: 0;
  padding: 0;
}

main#top #event .row .event-content-wrapper .article .attachment-post-thumbnail {
  width: 320px;
  height: 220px;
}

main#top #event .row .event-content-wrapper .article .article-detail .article-data .cat-event {
  color: white;
  background-color: #004986;
}

main#top #event .row .event-content-wrapper .article .article-detail .article-info {
  max-height: 50px;
  overflow: hidden;
}

main#top #event .row .event-content-wrapper .article .image-wrapper {
  display: inline-block;
  width: 320px;
  height: 220px;
  vertical-align: top;
}

main#top #event .row .event-content-wrapper .article .image-wrapper .attachment-post-thumbnail, main#top #event .row .event-content-wrapper .article .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

main#top #event .row .event-content-wrapper .article .icon-new {
  display: inline-block;
  position: absolute;
  width: 59px;
  height: 68px;
  background-image: url(../images/new.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  top: 160px;
}

main#top #event .row .event-content-wrapper .article .table-blank {
  display: none;
}

main#top #event .row .btn {
  margin-top: 50px;
}

main#top #news-contact {
  overflow-x: hidden;
}

main#top #news-contact .white-back {
  right: 0;
}

main#top #news-contact .white-back::after {
  left: 0;
  top: 0;
}

main#top #news-contact .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

main#top #news-contact .row .simple-box {
  width: 470px;
  height: 600px;
  padding: 35px 30px;
}

main#top #news-contact .row .simple-box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

main#top #news-contact .row .simple-box .title .wrapper {
  width: auto;
}

main#top #news-contact .row .simple-box .title .wrapper .en {
  bottom: -8px;
}

main#top #news-contact .row .simple-box .title .frame-short {
  width: 175px;
  height: 60px;
  font-size: 21.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main#top #news-contact .row .simple-box .title .image-wrapper {
  display: inline-block;
  position: relative;
  height: 60px;
  width: 0px;
}

main#top #news-contact .row .simple-box .title .image-wrapper img {
  position: absolute;
  left: 25px;
  bottom: -25px;
}

main#top #news-contact .row .simple-box .articles {
  margin-top: 40px;
}

main#top #news-contact .row .simple-box .articles .article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  color: #313131;
}

main#top #news-contact .row .simple-box .articles .article .article-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  height: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

main#top #news-contact .row .simple-box .articles .article .article-image img {
  height: auto;
  max-width: 145px;
}

main#top #news-contact .row .simple-box .articles .article .detail-wrapper {
  margin-left: 15px;
  width: 240px;
  height: 95px;
  border-bottom: 1px solid #313131;
}

main#top #news-contact .row .simple-box .articles .article .detail-wrapper .article-info {
  max-height: 52px;
  margin-top: 5px;
  overflow: hidden;
}

main#top #news-contact .row .simple-box .articles .article .detail-wrapper .article-info p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.25px;
}

main#top #news-contact .row .simple-box .infos {
  margin-top: 38px;
}

main#top #news-contact .row .simple-box .infos .info {
  padding-bottom: 15px;
  border-bottom: 1px solid #313131;
}

main#top #news-contact .row .simple-box .infos .info:not(:first-of-type) {
  margin-top: 25px;
}

main#top #news-contact .row .simple-box .infos .info .info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main#top #news-contact .row .simple-box .infos .info .info-title::before {
  content: "";
  display: inline-block;
  width: 95px;
  height: 1px;
  margin-right: 20px;
  border-bottom: 1px solid #313131;
}

main#top #news-contact .row .simple-box .infos .info .info-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-left: 115px;
  font-size: 18px;
  line-height: 26px;
  min-height: 52px;
}

main#top #news-contact .row .simple-box .infos .info .info-value .tel {
  margin-right: 8px;
}

main#top #news-contact .row .simple-box .infos .info .info-value a {
  color: #313131;
}

main#top #news-contact .row .simple-box .infos .info.address .info-value {
  line-height: 26px;
}

main#top #news-contact .row .simple-box .btn {
  margin-top: 50px;
}

main#top #map iframe {
  vertical-align: bottom;
}

main#jigyou .row {
  position: relative;
  z-index: 0;
}

main#jigyou .row .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

main#jigyou .row .head ul.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

main#jigyou .row .head ul.tab li a {
  cursor: pointer;
}

main#jigyou .row .head ul.tab li a.frame-black {
  width: 230px;
  height: 55px;
}

main#jigyou .row .head ul.tab li a.select {
  position: relative;
  background-color: #626262;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

main#jigyou .row .head ul.tab li a.select::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 12px solid transparent;
  border-top: 14px solid #626262;
  border-left: 13px solid transparent;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: fade;
          animation-name: fade;
}

main#jigyou .row section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: -2;
  margin-top: 100px;
  padding: 50px 100px 50px;
  background-color: white;
}

main#jigyou .row section.green-tri::after {
  right: 0;
}

main#jigyou .row section.none {
  display: none;
}

main#jigyou .row section .title .image-wrapper.right img {
  left: 240px;
}

main#jigyou .row section .flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

main#jigyou .row section h3 {
  margin: 0;
}

main#jigyou .row section .description {
  margin: 40px 0 0 0;
  font-size: 17px;
  line-height: 34px;
  text-align: center;
}

main#jigyou .row section#mokuzai {
  padding-bottom: 120px;
}

main#jigyou .row section#mokuzai .content {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

main#jigyou .row section#mokuzai .content:nth-of-type(n + 3) {
  margin-top: 100px;
}

main#jigyou .row section#mokuzai .content .white-shadow {
  -webkit-box-shadow: 4px 4px 0 0 white;
          box-shadow: 4px 4px 0 0 white;
}

main#jigyou .row section#mokuzai .content .glay-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 745px;
  padding: 15px 20px 15px 235px;
  margin: 0;
  background-color: #626262;
  border: 3px solid #313131;
  font-size: 14px;
  line-height: 26px;
  color: white;
  letter-spacing: 0.5px;
  z-index: 0;
  top: 15px;
  left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: unset;
          margin-block-start: unset;
  -webkit-margin-after: unset;
          margin-block-end: unset;
}

main#jigyou .row section#mokuzai .content .title-wrapper-glay .wp-block-column:not(:first-child) {
  margin-left: 0;
}

main#jigyou .row section#mokuzai .content .title-wrapper-glay .frame-green {
  position: absolute;
}

main#jigyou .row section#mokuzai .content .three-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 50px;
}

main#jigyou .row section#mokuzai .content .three-row a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main#jigyou .row section#mokuzai .content .three-row li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 100px;
  margin-right: 30px;
  background-color: #f5f2ed;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main#jigyou .row section#mokuzai .content .three-row li:nth-child(n + 4) {
  margin-top: 40px;
}

main#jigyou .row section#mokuzai .content .three-row li:nth-child(3n) {
  margin-right: 0;
}

main#jigyou .row section#mokuzai .content .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 75px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

main#jigyou .row section#mokuzai .content .products .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  height: 100px;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f2ed;
}

main#jigyou .row section#mokuzai .content .products .product .product-image {
  width: 190px;
  height: 100px;
}

main#jigyou .row section#mokuzai .content .products .product .product-name {
  width: 180px;
}

main#jigyou .row section#mokuzai .content .products .product .product-name p {
  font-size: 17px;
  line-height: 26px;
  color: #313131;
  text-align: center;
}

main#jigyou .row section#mokuzai .content .products.two-row .product {
  margin-right: 60px;
}

main#jigyou .row section#mokuzai .content .products.two-row .product:nth-child(n + 3) {
  margin-top: 25px;
}

main#jigyou .row section#mokuzai .content .products.two-row .product:nth-child(2n) {
  margin-right: 0;
}

main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .wp-block-column {
  width: 370px;
}

main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .wp-block-column figure {
  display: block;
  margin: 0;
  width: 190px;
  height: 100px;
  overflow: hidden;
}

main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .wp-block-column figure img {
  width: 100%;
}

main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .flex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .flex-list li {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-right: 15px;
}

main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .flex-list li::before {
  content: "●";
  font-size: 10px;
  vertical-align: 2px;
  margin-right: 2px;
}

main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .flex-list li:last-of-type {
  margin-right: 0;
}

main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .notes {
  font-size: 13px;
  line-height: 13px;
  margin-top: 10px;
}

main#jigyou .row section#mokuzai .content .blank {
  margin-top: 75px;
}

main#jigyou .row section#mokuzai .content p.description {
  margin-top: 20px;
  font-size: 17px;
  line-height: 26px;
}

main#jigyou .row section#mokuzai .content small.notes {
  margin-top: 10px;
  font-size: 14px;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper {
  margin-top: 50px;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun {
  display: inline-block;
  position: relative;
  width: 500px;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun p.description {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: left;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box {
  position: relative;
  margin-top: 50px;
  width: 400px;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 77px;
  height: 58px;
  border-left: 8px solid #313131;
  border-bottom: 8px solid #313131;
  left: 0;
  bottom: 0;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 77px;
  height: 58px;
  border-right: 8px solid #313131;
  border-top: 8px solid #313131;
  right: 0;
  top: 0;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 400px;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box .wp-block-group__inner-container p {
  font-size: 14px;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box .wp-block-group__inner-container strong {
  margin-top: 0;
  font-size: 40px;
  vertical-align: -10px;
  font-family: 'Noto Serif JP', serif;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .right-colmun .image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 270px;
  margin: 0 0 0 auto !important;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .right-colmun .image-wrapper .wp-block-group__inner-container {
  position: relative;
}

main#jigyou .row section#mokuzai .content.precut .flex-wrapper .right-colmun .image-wrapper .wp-block-image {
  text-align: right;
  margin: 0;
}

main#jigyou .row section#mokuzai .content.precut ul.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: number 0;
  list-style: none;
}

main#jigyou .row section#mokuzai .content.precut ul.benefits li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 80px;
  margin-top: 5px;
  padding-top: 35px;
  background-color: #f5f2ed;
  border: 3px solid #313131;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
}

main#jigyou .row section#mokuzai .content.precut ul.benefits li::before {
  content: "メリット";
  display: inline-block;
  line-height: 12px;
  position: absolute;
  font-size: 12px;
  top: -20px;
  left: 0;
}

main#jigyou .row section#mokuzai .content.precut ul.benefits li::after {
  counter-increment: number;
  content: counter(number);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: white;
  background-color: #313131;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}

main#jigyou .row section#kouji {
  padding-bottom: 90px;
}

main#jigyou .row section#kouji .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 75px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main#jigyou .row section#kouji .content-wrapper .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main#jigyou .row section#kouji .content-wrapper .content {
  position: relative;
  height: 285px;
  margin: 0;
}

main#jigyou .row section#kouji .content-wrapper .content .image-wrapper {
  position: relative;
}

main#jigyou .row section#kouji .content-wrapper .content .frame-green {
  position: absolute;
  width: auto;
  min-width: 200px;
  height: 50px;
  padding: 0 10px;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  z-index: 5;
}

main#jigyou .row section#kouji .content-wrapper .content .frame-green.small, main#jigyou .row section#kouji .content-wrapper .content .frame-green.has-small-font-size {
  font-size: 14px;
  letter-spacing: 0;
}

main#jigyou .row section#kouji .content-wrapper .content .simple-box {
  padding: 20px 20px 45px;
}

main#jigyou .row section#kouji .content-wrapper .content:nth-of-type(n+3) {
  margin-top: 70px;
}

main#jigyou .row section#kouji .content-wrapper .content:nth-of-type(odd) {
  margin-right: 65px;
}

main#jigyou .row section#kouji .content-wrapper .content:last-of-type {
  margin-right: 0;
}

main#jigyou .row section#support .content {
  width: 100%;
}

main#jigyou .row section#support .content:nth-of-type(n + 3) {
  margin-top: 70px;
}

main#jigyou .row section#support .content .simple-box {
  position: relative;
  width: 100%;
  padding: 0;
  border: 4px solid #313131;
}

main#jigyou .row section#support .content .simple-box .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 90px 0 50px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

main#jigyou .row section#support .content .simple-box .wp-block-group__inner-container::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #313131;
  left: 3px;
  top: 3px;
  z-index: -1;
}

main#jigyou .row section#support .content .simple-box.hart-system .wp-block-group__inner-container {
  height: 320px;
}

main#jigyou .row section#support .content .simple-box.flat-35 .wp-block-group__inner-container {
  height: 290px;
}

main#jigyou .row section#support .content .simple-box.green .wp-block-group__inner-container {
  height: 300px;
}

main#jigyou .row section#support .content .simple-box .content-name, main#jigyou .row section#support .content .simple-box h4 {
  position: absolute;
  width: 360px;
  height: 60px;
  padding: 0 15px;
  left: -3px;
  top: -3px;
  letter-spacing: 2px;
}

main#jigyou .row section#support .content .simple-box .text {
  width: 420px;
  min-height: 150px;
  font-size: 14px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0.5px;
}

main#jigyou .row section#support .content .simple-box .logo {
  margin-left: 50px;
}

main#jigyou .row section#support .content .simple-box .wp-block-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
}

main#jigyou .row section#support .content .simple-box .wp-block-buttons .link {
  position: absolute;
  right: -3px;
  bottom: -22px;
  margin: 0;
}

main#jigyou .row section#support .content .simple-box .wp-block-buttons .link .name, main#jigyou .row section#support .content .simple-box .wp-block-buttons .link .wp-block-button__link {
  font-size: 12px;
  line-height: 16px;
}

main#jigyou .row section#support .jk-engineering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 610px;
  margin: 70px auto 0;
  padding: 15px;
  background-color: #fff2e5;
}

main#jigyou .row section#support .jk-engineering .left-colmun {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 140px;
  background-color: white;
  border: 1px solid #f5f2ed;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main#jigyou .row section#support .jk-engineering .left-colmun figure {
  margin: 0;
}

main#jigyou .row section#support .jk-engineering .right-colmun {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  padding-left: 30px;
  background-color: #ff8000;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main#jigyou .row section#support .jk-engineering .right-colmun p {
  color: white;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

main#jigyou .row section#support .top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 500px;
  color: #0f9460;
  background-color: #f5f2ed;
  border-top: 1px solid #0f9460;
  border-bottom: 1px solid #0f9460;
}

main#jigyou .row section#support .top-line::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 5px solid #0f9460;
  top: -10px;
  left: 0;
}

main#jigyou .row section#shop .sales-preface {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 50px;
}

main#jigyou .row section#shop .sales-preface .wp-block-group__inner-container {
  width: 100%;
}

main#jigyou .row section#shop .sales-preface .columns-block {
  width: 100%;
  margin-top: 45px;
}

main#jigyou .row section#shop .sales-preface .columns-block .left {
  position: relative;
  width: 400px;
  z-index: 5;
}

main#jigyou .row section#shop .sales-preface .columns-block .left figure {
  position: relative;
  z-index: 5;
}

main#jigyou .row section#shop .sales-preface .columns-block .left figure:first-of-type {
  margin-left: 60px;
}

main#jigyou .row section#shop .sales-preface .columns-block .left figure:nth-of-type(2) {
  margin: 70px 0 0 30px;
}

main#jigyou .row section#shop .sales-preface .columns-block .left::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 290px;
  background-color: #efefef;
  top: 60px;
  left: -100px;
}

main#jigyou .row section#shop .sales-preface .columns-block .right {
  position: relative;
  padding: 70px 0 0 40px;
  z-index: 2;
}

main#jigyou .row section#shop .sales-preface .columns-block .right p {
  position: relative;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0.5px;
  z-index: 5;
}

main#jigyou .row section#shop .sales-preface .columns-block .right .wp-block-buttons {
  margin-top: 25px;
}

main#jigyou .row section#shop .sales-preface .columns-block .right .notes {
  position: relative;
  font-size: 15px;
  line-height: 15px;
  margin-top: 7px;
  right: 8px;
}

main#jigyou .row section#shop .sales-preface .columns-block .right::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 370px;
  background-color: #f7f7f7;
  top: 30px;
  right: -100px;
}

main#jigyou .row section#shop .content {
  margin-top: 50px;
  width: 100%;
}

main#jigyou .row section#shop .content .notes-wrapper {
  display: block;
  width: 100%;
}

main#jigyou .row section#shop .content .notes-wrapper .wp-block-group__inner-container .notes {
  margin-top: 25px;
  line-height: 26px;
}

main#jigyou .row section#shop .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  margin-top: 50px;
  background-color: #f5f2ed;
}

main#jigyou .row section#shop .product:nth-of-type(2) {
  margin-top: 35px;
}

main#jigyou .row section#shop .product .wp-block-column {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

main#jigyou .row section#shop .product .left {
  width: 240px;
}

main#jigyou .row section#shop .product .left figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main#jigyou .row section#shop .product .left figure img {
  width: 240px;
  height: auto;
}

main#jigyou .row section#shop .product .right {
  width: 560px;
}

main#jigyou .row section#shop .product .right .article-detail {
  height: 280px;
  padding: 25px 40px;
  border: 3px solid #313131;
  border-bottom: none;
  overflow: hidden;
}

main#jigyou .row section#shop .product .right h4 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: #0f9460;
}

main#jigyou .row section#shop .product .right h4::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 48px;
  background-image: url(../images/horidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

main#jigyou .row section#shop .product .right .product-image {
  width: 240px;
  height: 320px;
  overflow: hidden;
}

main#jigyou .row section#shop .product .right .overview {
  width: 100%;
  padding-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #313131;
}

main#jigyou .row section#shop .product .right .overview small {
  font-size: 12px;
}

main#jigyou .row section#shop .product .right .overview strong {
  font-size: 16px;
  font-weight: 500;
}

main#jigyou .row section#shop .product .right .description {
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: left;
}

main#general .row .section .content:nth-of-type(n+2) {
  margin-top: 100px;
}

main#recruit .row .section .content:nth-of-type(n+2) {
  margin-top: 100px;
}

main .row .section.company .content .headline {
  margin-top: 50px;
  font-size: 22px;
  line-height: 48px;
}

main .row .section.company .content .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .row .section.company .content .flex-wrapper .wp-block-column.left {
  display: inline-block;
  -webkit-flex-basis: 475px;
      -ms-flex-preferred-size: 475px;
          flex-basis: 475px;
}

main .row .section.company .content .flex-wrapper .wp-block-column.left .text {
  display: inline-block;
  width: 460px;
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0.5px;
  margin: 0;
  position: relative;
  top: -7px;
}

main .row .section.company .content .flex-wrapper .wp-block-column.left .president {
  width: 475px;
  margin-top: 50px;
  letter-spacing: 2px;
}

main .row .section.company .content .flex-wrapper .wp-block-column.left .president strong {
  margin-top: 15px;
  font-size: 35px;
  font-weight: bold;
  font-family: Morisawa;
  letter-spacing: 4px;
}

main .row .section.company .content .flex-wrapper .wp-block-column.left .president-image {
  margin-top: 15px;
}

main .row .section.company .content .flex-wrapper .wp-block-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container {
  /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  */
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box .wp-block-group__inner-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background-color: #f5f2ed;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box .wp-block-group__inner-container .text {
  margin-top: 20px;
  text-align: center;
  height: auto;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box .wp-block-group__inner-container .in-content {
  margin-top: 20px;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box .wp-block-group__inner-container figure.title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box:nth-of-type(n + 3) {
  margin-top: 40px;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .corporate-motto .wp-block-group__inner-container {
  width: 300px;
  height: 230px;
  float: left;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .corporate-motto .wp-block-group__inner-container .text {
  margin-top: 45px;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: bold;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .corporate-philosophy .wp-block-group__inner-container {
  width: 460px;
  height: 230px;
  float: right;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .corporate-philosophy .wp-block-group__inner-container .text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: bold;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .action-guidelines {
  width: 100%;
}

main .row .section.company .content.guidelines .wp-block-group__inner-container .action-guidelines .wp-block-group__inner-container {
  margin-top: 30px;
  clear: both;
  width: 100%;
  padding: 30px 50px 40px;
}

main#contact .row section .content .double-box,
main#contact .row .section .content .double-box {
  width: 100%;
  margin: 100px auto 0;
  padding: 70px 75px 80px;
  border: 2px solid #313131;
}

main#contact .row section .content .double-box::before,
main#contact .row .section .content .double-box::before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
}

main#contact .row section .content .double-box .confirmation,
main#contact .row .section .content .double-box .confirmation {
  display: none;
  margin-bottom: 20px;
}

main#contact .row section .content .double-box .btn,
main#contact .row .section .content .double-box .btn {
  margin-top: 50px;
}

main#contact .row section .content .double-box table.t-row,
main#contact .row .section .content .double-box table.t-row {
  position: relative;
  z-index: 2;
  width: 640px;
  margin: 0;
}

main#contact .row section .content .double-box table.t-row tr td,
main#contact .row .section .content .double-box table.t-row tr td {
  height: 70px;
  padding: 0px;
  border-bottom-width: 1px;
  font-size: 16px;
}

main#contact .row section .content .double-box table.t-row tr td .required,
main#contact .row .section .content .double-box table.t-row tr td .required {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 18px;
  background-color: #0f9460;
  color: white;
  font-size: 12px;
  line-height: 12px;
  margin-left: 4px;
  letter-spacing: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main#contact .row section .content .double-box table.t-row tr td:nth-of-type(2),
main#contact .row .section .content .double-box table.t-row tr td:nth-of-type(2) {
  padding-left: 20px;
  border-color: #f5f2ed;
}

main#contact .row section .content .double-box table.t-row tr td input,
main#contact .row section .content .double-box table.t-row tr td textarea,
main#contact .row .section .content .double-box table.t-row tr td input,
main#contact .row .section .content .double-box table.t-row tr td textarea {
  width: 400px;
  padding: 10px 15px;
  border: 1px solid #313131;
  font-size: 14px;
  line-height: 21px;
  resize: none;
}

main#contact .row section .content .double-box table.t-row tr td textarea,
main#contact .row .section .content .double-box table.t-row tr td textarea {
  height: 220px;
  position: relative;
  top: 4px;
}

main#contact .row section .content .double-box table.t-row tr.large td,
main#contact .row .section .content .double-box table.t-row tr.large td {
  height: 250px;
}

main#contact .row section .content .double-box .attention,
main#contact .row .section .content .double-box .attention {
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 13px;
}

main#contact .row section .content .double-box .attention a,
main#contact .row section .content .double-box .attention a:visited,
main#contact .row section .content .double-box .attention a:link,
main#contact .row .section .content .double-box .attention a,
main#contact .row .section .content .double-box .attention a:visited,
main#contact .row .section .content .double-box .attention a:link {
  position: relative;
  text-decoration: none;
  color: #313131;
}

main#contact .row section .content .double-box .attention a::before,
main#contact .row section .content .double-box .attention a:visited::before,
main#contact .row section .content .double-box .attention a:link::before,
main#contact .row .section .content .double-box .attention a::before,
main#contact .row .section .content .double-box .attention a:visited::before,
main#contact .row .section .content .double-box .attention a:link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #acacac;
  bottom: -5px;
}

main#contact .row section .content .double-box .attention br,
main#contact .row .section .content .double-box .attention br {
  display: none;
}

main#contact .row section .content .double-box .btn-wrapper,
main#contact .row .section .content .double-box .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main#contact .row section .content .double-box .btn-wrapper .btn,
main#contact .row .section .content .double-box .btn-wrapper .btn {
  margin: 0;
  position: relative;
  z-index: 2;
}

main#contact .row section .content .double-box .btn-wrapper .btn:nth-of-type(2),
main#contact .row .section .content .double-box .btn-wrapper .btn:nth-of-type(2) {
  margin-left: 50px;
}

main#contact .row section .content .double-box .mw_wp_form_input .submit,
main#contact .row .section .content .double-box .mw_wp_form_input .submit {
  display: none;
}

main#contact .row section .content .double-box .mw_wp_form_preview .confirmation,
main#contact .row .section .content .double-box .mw_wp_form_preview .confirmation {
  display: block;
}

main#contact .row section .content .double-box .mw_wp_form_complete table,
main#contact .row .section .content .double-box .mw_wp_form_complete table {
  margin-top: 50px;
}

main#news .row section .category {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main#news .row section .category p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid white;
  line-height: 34px;
  font-size: 15px;
}

main#news .row section .category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  position: relative;
  z-index: 1;
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  padding: 0 55px 0 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main#news .row section .category ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main#news .row section .category ul li:not(:last-of-type) {
  margin-right: 40px;
}

main#news .row section .category ul li a,
main#news .row section .category ul li a:visited,
main#news .row section .category ul li a:link {
  text-decoration: none;
  color: white;
}

main#news .row section .category ul li a .check-btn,
main#news .row section .category ul li a:visited .check-btn,
main#news .row section .category ul li a:link .check-btn {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid white;
  opacity: 0.3;
}

main#news .row section .category ul li.select a .check-btn,
main#news .row section .category ul li.select a:visited .check-btn,
main#news .row section .category ul li.select a:link .check-btn {
  opacity: 1;
}

main#news .row section .category ul li input {
  margin-right: 5px;
}

main#news .row section .category ul li input[type=radio] {
  display: none;
}

main#news .row section .content {
  margin-top: 50px;
}

main#news .row section .content a,
main#news .row section .content a:visited,
main#news .row section .content a:link {
  text-decoration: none;
  color: black;
}

main#news .row section .content .article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #313131;
}

main#news .row section .content .article .article-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

main#news .row section .content .article .article-image img {
  height: auto;
  width: 100%;
}

main#news .row section .content .article .article-detail {
  width: 600px;
  padding: 20px 0 15px 30px;
}

main#news .row section .content .article .article-detail .article-info {
  height: 52px;
  margin-top: 20px;
  overflow: hidden;
}

main#news .row section .content .article .article-detail .article-info p {
  line-height: 26px;
  font-size: 17px;
}

main#news .row section .pnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main#news .row section .pnavi span, main#news .row section .pnavi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #313131;
  margin-right: 10px;
  font-weight: bold;
  font-size: 17px;
}

main#news .row section .pnavi span:last-child, main#news .row section .pnavi a:last-child {
  margin-right: 0;
}

main#news .row section .pnavi a,
main#news .row section .pnavi a:visited,
main#news .row section .pnavi a:link {
  text-decoration: none;
}

main#news .row section .pnavi .page-numbers {
  color: #313131;
  background-color: transparent;
}

main#news .row section .pnavi .page-numbers.current {
  color: white;
  background-color: #313131;
}

main#article .row section {
  padding: 50px;
}

main#article .row section article .article-info {
  position: relative;
}

main#article .row section article .article-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #313131;
  bottom: 0;
  z-index: 0;
}

main#article .row section article .article-info .article-data {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  margin-left: 75px;
  padding: 18px 20px 5px;
  height: 40px;
  letter-spacing: 1px;
  background-color: white;
  border: 2px solid #313131;
  border-bottom: none;
}

main#article .row section article .article-info .article-data .date {
  line-height: 15px;
}

main#article .row section article .article-info .article-data .date time {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 15px;
  height: 15px !important;
}

main#article .row section article .content {
  display: block;
  padding: 60px 100px 50px;
  margin: 0;
}

main#article .row section article .content h2, main#article .row section article .content h3, main#article .row section article .content h4, main#article .row section article .content h5 {
  display: block;
  height: auto;
  background-image: none;
  position: relative;
  text-align: left;
  padding: 20px 0 20px !important;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 24px;
}

main#article .row section article .content h2:nth-child(2), main#article .row section article .content h3:nth-child(2), main#article .row section article .content h4:nth-child(2), main#article .row section article .content h5:nth-child(2) {
  margin-top: 35px;
}

main#article .row section article .content h2:nth-child(n+2), main#article .row section article .content h3:nth-child(n+2), main#article .row section article .content h4:nth-child(n+2), main#article .row section article .content h5:nth-child(n+2) {
  margin-top: 50px;
}

main#article .row section article .content h2::before, main#article .row section article .content h3::before, main#article .row section article .content h4::before, main#article .row section article .content h5::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid #0f9460;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  top: inherit;
}

main#article .row section article .content h2::after, main#article .row section article .content h3::after, main#article .row section article .content h4::after, main#article .row section article .content h5::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70%;
  height: 2px;
  border-bottom: 2px solid #313131;
  bottom: 0;
  left: 30%;
  margin: 0 !important;
  top: inherit;
}

main#article .row section article .content p {
  margin-top: 50px;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.5px;
}

main#article .row section article .content p:nth-child(2) {
  margin-top: 35px;
}

main#article .row section article .content .wp-block-image {
  margin-top: 45px;
}

main#article .row section article .content .wp-block-image:nth-child(2) {
  margin-top: 35px;
}

main#article .row section article .content .article_nav {
  margin-top: 50px;
}

main#article .row section article .content .btn {
  margin-top: 50px;
}

main .row .section.privacy .content {
  margin-top: 90px;
}

main .row .section.privacy .content .text {
  margin-top: 65px;
  font-size: 15px;
  line-height: 34px;
}

main .row .section.privacy .content .simple-box {
  width: 100%;
  margin-top: 20px;
  padding: 30px 60px;
}

main .row .section.privacy .content .simple-box p {
  font-size: 15px;
  line-height: 28px;
}

main .row .section.privacy .content .simple-box p strong {
  font-size: 17px;
  line-height: 34px;
  font-weight: 500;
}

main .row .section.privacy .content .simple-box p a {
  color: #313131;
}

main#sitemap .row section {
  padding: 160px 100px;
}

main#sitemap .row section .content nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main#sitemap .row section .content nav ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 180px;
  width: 250px;
  list-style: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
}

main#sitemap .row section .content nav ul li {
  font-size: 18px;
  line-height: 34px;
}

main#sitemap .row section .content nav ul li a,
main#sitemap .row section .content nav ul li a:visited,
main#sitemap .row section .content nav ul li a:link {
  color: #313131;
  text-decoration: none;
}

main#sitemap .row section .content nav ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid #0f9460;
}

main#sitemap .row section .content nav ul li.menu-item-has-children::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #313131;
}

main#sitemap .row section .content nav ul.sub-menu .menu-item {
  margin-left: 40px;
  font-size: 14px;
}

main#sitemap .row section .content nav ul#menu-sitemap {
  margin-top: 0px;
}

main#error .row section {
  padding-bottom: 140px;
}

main#error .row section .content .title-wrapper .sub-title p {
  font-size: 17px;
  line-height: 26px;
}

main#error .row section .content .text {
  margin-top: 65px;
  font-size: 15px;
  line-height: 34px;
}

main#error .row section .btn {
  margin-top: 90px;
}

footer {
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}

footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-left.png);
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: bottom left;
  left: 0;
  bottom: 0;
  z-index: 1;
}

footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-right.png);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: 0;
  bottom: 0;
  z-index: 0;
}

footer .green-back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0f9460;
  mix-blend-mode: multiply;
  z-index: 2;
}

footer .footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  z-index: 30;
}

footer .footer-wrapper .logo {
  width: 38px;
  height: 47px;
}

footer .footer-wrapper .company-name {
  font-size: 18px;
  margin: 15px 0 0 0;
  letter-spacing: 2px;
}

footer .footer-wrapper .footer-copyright {
  display: none;
}

footer .footer-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

footer .footer-wrapper .row .company-info {
  width: 330px;
  margin: 0;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 2px;
}

footer .footer-wrapper .row .company-info a {
  color: white;
}

footer .footer-wrapper .row nav {
  margin-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-wrapper .row nav .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-wrapper .row nav .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-wrapper .row nav .column ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 2px;
}

footer .footer-wrapper .row nav .column ul li.small {
  font-size: 14px;
}

footer .footer-wrapper .row nav .column ul li ul {
  padding-left: 40px;
}

footer .footer-wrapper .row nav .column ul li ul li {
  position: relative;
  font-size: 14px;
}

footer .footer-wrapper .row nav .column ul li ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -20px;
}

footer .footer-wrapper .row nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 120px;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-wrapper .row nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 2px;
  white-space: nowrap;
}

footer .footer-wrapper .row nav ul li:not(:first-child) {
  margin-left: 70px;
}

footer .footer-wrapper .row nav ul li:nth-last-child(-n + 3) {
  margin-left: 45px;
}

footer .footer-wrapper .row nav ul li:nth-last-child(-n + 2) {
  font-size: 14px;
}

footer .footer-wrapper .row nav ul li a,
footer .footer-wrapper .row nav ul li a:visited,
footer .footer-wrapper .row nav ul li a:link {
  color: white;
  text-decoration: none;
}

footer .footer-wrapper .row nav ul li.small {
  font-size: 14px;
}

footer .footer-wrapper .row nav ul li ul {
  -webkit-flex-wrap: none;
      -ms-flex-wrap: none;
          flex-wrap: none;
  padding-left: 40px;
  height: 150px;
}

footer .footer-wrapper .row nav ul li ul li {
  position: relative;
  font-size: 14px;
}

footer .footer-wrapper .row nav ul li ul li:not(:first-child) {
  margin-left: 0;
}

footer .footer-wrapper .row nav ul li ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -20px;
}

footer .footer-wrapper .row nav #menu-mobile-footer-menu {
  display: none;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
  .circle{
    width: 30px !important;
    height: 30px !important;
  }
  .circle.left-top{
    left: -10px;
    top: -10px;
  }
  .circle.right-top{
    right: -10px;
    top: -10px;
  }
  .circle.right-bottom{
    right: -10px;
    bottom: -10px;
  }
  .circle.left-bottom{
    left: -10px;
    bottom: -10px;
  }
  #wpadminbar {
    top: -46px;
  }
  .pc {
    display: none;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: inline-block;
  }
  .row {
    width: 100%;
  }
  body {
    position: relative;
  }
  .pc {
    display: none;
  }
  .article-data .date {
    font-size: 10px;
  }
  .article-data .cat-event,
  .article-data .cat-blog,
  .article-data .cat-news,
  .article-data .cat-recruit {
    line-height: 12px;
    font-size: 10px;
  }
  table.table-base tbody tr .in-see a span {
    font-size: 10px;
  }
  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .title h2 {
    margin-left: 0;
  }
  .title p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    margin-left: 0;
  }
  .title .image-wrapper {
    position: absolute;
    width: 75px;
    right: 50%;
    height: 50px;
  }
  .title .image-wrapper .image {
    width: 60px;
    height: auto;
    left: 180px;
    bottom: -0;
  }
}

@media screen and (max-width: 640px) and (max-width: 360px) {
  .title .image-wrapper .image {
    left: calc(180px - (360px - 100vw ));
  }
}

@media screen and (max-width: 640px) {
  .title.center .image-wrapper.right img {
    left: 106px;
  }
  .title.center .image-wrapper.left img {
    left: -70px;
  }
  .title.long h2 {
    width: 195px;
    letter-spacing: 2px;
  }
  .green-tri-left::after,
  .green-tri-right::after {
    display: none;
  }
  .frame-short {
    width: 175px;
    height: 50px;
    line-height: 55px;
    font-size: 22px;
  }
  .frame-long {
    max-width: 290px;
    width: 200px;
    height: 50px;
    background-size: contain;
    background-repeat: repeat-x;
    background-image: url("../images/frame_center.png");
  }
  .frame-long::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 12px;
    background-image: url("../images/frame_left.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: -12px;
  }
  .frame-long::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 12px;
    background-image: url("../images/frame_left.png");
    background-size: contain;
    background-repeat: no-repeat;
    right: -12px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .frame-long img {
    height: 20px;
    width: auto;
  }
  .frame-green {
    letter-spacing: 2px;
  }
  .frame-green p, .frame-green h3 {
    font-size: 14px;
  }
  .frame-black {
    max-width: 240px;
    width: calc(100%);
    text-align: center;
    font-size: 15px;
  }
  .btn {
    max-width: 320px;
    width: calc(100vw - 100px);
    height: auto;
    line-height: 21px;
    padding: 7px 15px;
    font-size: 12px;
  }
  #foot-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100vw - 30px);
    height: auto;
    border: 2px solid #313131;
    margin: 45px auto 40px;
    padding: 20px 15px 25px;
  }
  #foot-contact .frame-short {
    margin-top: 0;
  }
  #foot-contact .frame-short .pc {
    display: none;
  }
  #foot-contact .frame-short .sp {
    display: block;
  }
  #foot-contact .frame-short img {
    height: 20px;
  }
  #foot-contact .frame-short::before {
    width: 56px;
    height: 84px;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  #foot-contact .flex-wrapper {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
  #foot-contact .flex-wrapper .content {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #foot-contact .flex-wrapper .content .title {
    font-size: 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #foot-contact .flex-wrapper .content .title::before {
    margin-right: 20px;
  }
  #foot-contact .flex-wrapper .left {
    border: none;
  }
  #foot-contact .flex-wrapper .left .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    padding: 7px;
    border: 1px solid #313131;
  }
  #foot-contact .flex-wrapper .left .tel a,
  #foot-contact .flex-wrapper .left .tel a:visited,
  #foot-contact .flex-wrapper .left .tel a:link {
    font-size: 30px;
  }
  #foot-contact .flex-wrapper .left .tel a span,
  #foot-contact .flex-wrapper .left .tel a:visited span,
  #foot-contact .flex-wrapper .left .tel a:link span {
    margin-right: 5px;
  }
  #foot-contact .flex-wrapper .left .tel p.text {
    margin: 15px 0 0 0;
    font-size: 10px;
    letter-spacing: 0;
  }
  #foot-contact .flex-wrapper .right {
    padding: 0;
    margin-top: 10px;
  }
  #foot-contact .flex-wrapper .right .btn {
    margin-top: 15px;
    height: 45px;
  }
  #foot-contact .flex-wrapper .right .btn .arrow {
    margin-left: 10px;
  }
  #hamburger-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: fixed;
    width: 60px;
    height: 60px;
    padding-top: 11px;
    right: 15px;
    top: 0;
    z-index: 100;
    background-color: #313131;
    border: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hamburger-menu p {
    margin-top: 7px;
    font-size: 7px;
    letter-spacing: 0;
    color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #hamburger-menu .sticks {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 22px;
  }
  #hamburger-menu .sticks span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    width: 34px;
    height: 2px;
    background-color: white;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  #hamburger-menu .sticks span:nth-of-type(1) {
    top: 0;
  }
  #hamburger-menu .sticks span:nth-of-type(2) {
    top: 10px;
  }
  #hamburger-menu .sticks span:nth-of-type(3) {
    bottom: 0;
  }
  #hamburger-menu.active span {
    width: 23px;
  }
  #hamburger-menu.active span:nth-of-type(1) {
    -webkit-transform: translateX(2px) translateY(2px) rotate(-45deg);
            transform: translateX(2px) translateY(2px) rotate(-45deg);
  }
  #hamburger-menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger-menu.active span:nth-of-type(3) {
    -webkit-transform: translateX(2px) translateY(-2px) rotate(45deg);
            transform: translateX(2px) translateY(-2px) rotate(45deg);
  }
  .copyright {
    display: none;
  }
  #return-to-top-wrapper {
    bottom: 50px;
    right: 0;
  }
  #return-to-top img.sp {
    display: inline-block;
    width: 24px;
    height: auto;
  }
  #return-to-top img.pc {
    display: none;
  }
  #return-to-top img.worker {
    width: auto;
    height: 60px;
    margin-top: 2px;
  }
  #breadcrumb_wraper {
    width: 100%;
    padding-left: 15px;
  }
  #sp-menu {
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: #f5f2ed;
    padding: 5px;
    top: 0;
    z-index: 50;
  }
  #sp-menu .nav-menu {
    min-width: calc(100% - 10px);
    margin: 0 auto;
    height: auto;
    max-height: unset;
    position: absolute;
    z-index: 5;
    border-width: 5px;
  }
  #sp-menu .nav-menu .nav-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 6px 0 5px;
    margin: 3px;
    border-width: 1px;
  }
  #sp-menu .nav-menu .nav-wrapper .flex-wrapper {
    display: inline-block;
    position: relative;
    top: -3px;
  }
  #sp-menu .nav-menu .nav-wrapper .flex-wrapper .logo {
    height: 20px;
    width: auto;
    position: relative;
    top: 3px;
  }
  #sp-menu .nav-menu .nav-wrapper .flex-wrapper .company-name {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }
  #sp-menu .nav-menu .nav-wrapper #menu-main-menu {
    display: none;
  }
  #sp-menu .nav-menu .nav-wrapper .sp {
    display: none;
    width: 100%;
    height: auto;
  }
  #sp-menu .nav-menu .nav-wrapper .sp .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 10px 25px;
    padding-top: 20px;
    border-top: 2px solid #313131;
  }
  #sp-menu .nav-menu .nav-wrapper .sp .wrapper #menu-mobile-main-menu {
    margin-top: 20px;
  }
  #sp-menu .nav-menu .nav-wrapper .sp .wrapper .active {
    opacity: 1;
  }
  #sp-menu .nav-menu .nav-wrapper ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding: 0;
    width: 220px;
  }
  #sp-menu .nav-menu .nav-wrapper ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
    border: none;
    padding: 0;
  }
  #sp-menu .nav-menu .nav-wrapper ul li a,
  #sp-menu .nav-menu .nav-wrapper ul li a:visited,
  #sp-menu .nav-menu .nav-wrapper ul li a:link {
    color: white;
    text-decoration: none;
  }
  #sp-menu .nav-menu .nav-wrapper ul li:nth-of-type(2), #sp-menu .nav-menu .nav-wrapper ul li:nth-of-type(4) {
    padding: 0 25px 0 0;
  }
  #sp-menu .nav-menu .nav-wrapper ul li:nth-of-type(2), #sp-menu .nav-menu .nav-wrapper ul li:nth-of-type(3) {
    margin-top: 25px;
  }
  #sp-menu .nav-menu .nav-wrapper ul li:nth-of-type(6) {
    margin-top: 15px;
  }
  #sp-menu .nav-menu .nav-wrapper ul li:nth-last-child(-n + 2) {
    font-size: 12px;
    width: 100%;
  }
  #sp-menu .nav-menu .nav-wrapper ul.sub-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: none;
        -ms-flex-wrap: none;
            flex-wrap: none;
    padding-left: 55px;
    width: auto;
  }
  #sp-menu .nav-menu .nav-wrapper ul.sub-menu li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
  #sp-menu .nav-menu .nav-wrapper ul.sub-menu li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: -20px;
  }
  header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc( 100vw / 420 * 130);
    margin-top: 60px;
    padding: 0;
  }
  header.long {
    height: calc( 100vw / 420 * 280);
  }
  header.long .header-bg {
    height: calc( 100vw / 420 * 280);
    background-position: 0 60px;
  }
  /*
  header.pattern2 .header-bg {
    background-position: 0 60px;
    background-size: contain;
  }
  */
  /*
  header.pattern3 .header-bg {
    background-position: left -40px;
  }
  */
  header .header-bg {
    width: 100%;
    height: calc( 100vw / 420 * 130);
    background-position: 0 10px;
    background-attachment: fixed;
    background-size: contain;
    background-image: url(../images/head_bg_m.jpg);
    top: 0;
  }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 640px) and (min-resolution: 2dppx) {
  header .header-bg {
    background-image: url(../images/head_bg_m_x2.jpg);
  }
}

@media screen and (max-width: 640px) {
  header .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
  header .row .nav-menu {
    display: none;
  }
  header .row .top-messages {
    margin: 0;
    padding: 30px 20px 0;
  }
  header .row .top-messages img {
    width: calc(100vw - 60px);
    height: auto;
  }
  header .row .top-messages .emphatic {
    width: calc(100vw - 105px);
    height: 25px;
    margin-top: 10px;
    padding: 2px 5px;
  }
  header .row .top-messages .emphatic img {
    width: 100%;
  }
  main {
    margin-top: 35px;
    display: block;
    width: auto;
  }
  main h2 {
    min-width: 150px;
    height: 50px;
    line-height: 45px;
    font-size: 18px;
    letter-spacing: 0;
    padding: 0 8px;
  }
  main h2::before {
    height: 50px;
    width: 15px;
    left: -12px;
    background-size: contain;
  }
  main h2::after {
    height: 50px;
    width: 15px;
    right: -12px;
    background-size: contain;
  }
  main h2 img {
    height: 16px !important;
    width: auto !important;
  }
  .frame-short img{
    height: 16px !important;
    width: auto !important;
  }
  main p {
    font-size: 12px;
    line-height: 14px;
  }
  main .row .caption .wp-block-group__inner-container figure {
    margin-top: 20px;
    max-width: calc(100vw - 50px);
  }
  main .row .caption .wp-block-group__inner-container p {
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1px;
    padding: 0 15px;
  }
  main .row .head p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  main .row .head strong {
    font-size: 18px;
    margin-top: 20px;
  }
  main .row section, main .row .section {
    width: calc(100vw - 30px);
    max-width: 390px;
    padding: 15px 15px 30px;
    margin-top: 15px;
  }
  main .row section .content .wp-block-group__inner-container, main .row .section .content .wp-block-group__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .row section .content .title-wrapper, main .row .section .content .title-wrapper {
    width: calc(100vw - 20px);
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .row section .content .title-wrapper .frame-green, main .row .section .content .title-wrapper .frame-green {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding: 9px 35px;
    line-height: 18px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  main .row section .content .title-wrapper .frame-green p, main .row .section .content .title-wrapper .frame-green p {
    line-height: 18px;
  }
  main .row section .content .title-wrapper .sub-title, main .row .section .content .title-wrapper .sub-title {
    width: calc(100vw - 30px);
    max-width: 390px;
    margin-top: 10px;
  }
  main .row section .content .title-wrapper .sub-title p, main .row .section .content .title-wrapper .sub-title p {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 0;
  }
  main .row section .content .title-wrapper .sub-title p::before, main .row .section .content .title-wrapper .sub-title p::before {
    display: none;
  }
  main .row section .content .title-wrapper .line, main .row .section .content .title-wrapper .line {
    display: none;
  }
  main .row section .content .text, main .row .section .content .text {
    margin-top: 35px;
  }
  main .row .btn {
    margin-top: 35px;
  }
  main#top section:nth-of-type(n+2) {
    margin-top: 20px;
  }
  main#top section .title {
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main#top section .title .wrapper {
    width: 180px;
  }
  main#top section .title .wrapper h2 {
    margin: 0 15px;
  }
  main#top section .title .wrapper .en {
    height: 16px;
  }
  main#top section .title .wrapper .en.pc {
    display: none;
  }
  main#top section .title .wrapper .en.sp {
    display: inline-block;
  }
  main#top #about {
    position: relative;
    top: 0;

  }
  main#top #about .row {
    height: auto;
    padding: 15px 10px;
  }
  main#top #about .row .emphatic {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: .5px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main#top #about .row .emphatic::before {
    height: 240px;
    width: 360px;
    top: -20px;
    left: 0;
  }
  main#top #about .row p {
    position: relative;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    left: 0;
    z-index: 1;
  }
  main#top #business {
    margin-top: 15px;
  }
  main#top #business .white-back {
    width: calc(100vw - 30px);
    left: 15px;
    padding: 0 15px;
  }
  main#top #business .row {
    padding: 30px 0;
  }
  main#top #business .row .contents {
    margin-top: 65px;
    display: block;
  }
  main#top #business .row .contents .content {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
  }
  main#top #business .row .contents .content .frame-black{
    margin: 0 auto;
  }
  main#top #business .row .contents .content:nth-of-type(n+2) {
    margin-top: 20px;
  }
  main#top #business .row .contents .content:nth-of-type(odd) .simple-box {
    left: 0;
  }
  main#top #business .row .contents .content:nth-of-type(even) .simple-box {
    right: 0;
  }
  main#top #business .row .contents .content:nth-of-type(even) .simple-box.clear-shadow::before {
  }
  main#top #business .row .contents .content .simple-box {
    width: calc(100vw - 60px);
    max-width: 360px;
    padding: 15px;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  main#top #business .row .contents .content .simple-box .image-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 240px;
    height: 150px;
    text-align: center;
    margin: 0 auto 20px;
  }
  main#top #business .row .reverse-box {
    width: calc(100vw - 60px);
    margin-top: 20px;
    background-color: #f5f2ed;
  }
  main#top #business .row .reverse-box .circle {
    display: none;
  }
  main#top #business .row .reverse-box .inner-box {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 15px;
  }
  main#top #business .row .reverse-box .inner-box img {
    width: 100%;
    height: 160px;
  }
  main#top #business .row .reverse-box .inner-box .wrapper {
    width: 100%;
    margin-left: 0;
    padding: 0 0px;
  }
  main#top #business .row .reverse-box .inner-box .wrapper .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main#top #business .row .reverse-box .inner-box .wrapper .title .icon {
    width: 60px;
    height: 40px;
  }
  main#top #business .row .reverse-box .inner-box .wrapper .title .name {
    font-size: 16px;
    letter-spacing: 2px;
  }
  main#top #business .row .reverse-box .inner-box .wrapper p {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
  main#top #business .row .reverse-box .inner-box .wrapper .in-detail {
    padding-left: 15px;
  }
  main#top #business .row .reverse-box .inner-box .wrapper .in-detail p {
    width: 80px;
  }
  main#top #business .row .btn {
    margin-top: 15px;
  }
  main#top #event {
    margin-top: 40px;
  }
  main#top #event .row .event-content-wrapper {
    padding: 0 15px;
  }
  main#top #event .row .event-content-wrapper .article{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  main#top #event .row .event-content-wrapper .article .image-wrapper{
    width: auto;
    height:  auto;
    display: block;
    line-height: 1;
    position: relative;
    top: 1px;
  }
  main#top #event .row .event-content-wrapper .article .image-wrapper img{
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  main#top #event table.table-base tbody tr .article-detail{
    width: auto;
  }
  main#top #event .row .btn {
    margin-top: 25px;
  }
  main#top #news-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main#top #news-contact .white-back {
    max-width: 390px;
    width: calc(100vw - 20px);
    max-width: unset;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  main#top #news-contact .row {
    padding: 10px;
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main#top #news-contact .row .simple-box {
    width: calc(100vw - 40px);
    display: inline-block;
    height: auto;
    padding: 20px 15px;
  }
  main#top #news-contact .row .simple-box:nth-of-type(n+2) {
    margin-top: 15px;
  }
  main#top #news-contact .row .simple-box .title .frame-short {
    height: 50px;
  }
  main#top #news-contact .row .simple-box .title .frame-short img {
    height: 20px;
    width: auto;
  }
  main#top #news-contact .row .simple-box .title .image-wrapper {
    left: 0;
  }
  main#top #news-contact .row .simple-box .title .image-wrapper img {
    width: 28px;
    height: auto;
    left: 90px;
    bottom: 0px;
  }
  main#top #news-contact .row .simple-box .flex-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main#top #news-contact .row .simple-box .flex-wrapper .image-wrapper img {
    left: 10px;
    width: 80px;
    height: auto;
  }
  main#top #news-contact .row .simple-box .articles {
    width: 100%;
    margin-top: 20px;
  }
  main#top #news-contact .row .simple-box .articles .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  main#top #news-contact .row .simple-box .articles .article .article-image {
    width: 100px;
    height: 100px;
  }
  main#top #news-contact .row .simple-box .articles .article .article-image img {
    width: auto;
    height: 100px;
  }
  main#top #news-contact .row .simple-box .articles .article .detail-wrapper {
    width: calc(100% - 100px);
    height: auto;
    margin: 0 0 0 5px;
    padding-left: 5px;
  }
  main#top #news-contact .row .simple-box .articles .article .detail-wrapper .article-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main#top #news-contact .row .simple-box .articles .article .detail-wrapper .article-data .cat-event,
  main#top #news-contact .row .simple-box .articles .article .detail-wrapper .article-data .cat-blog,
  main#top #news-contact .row .simple-box .articles .article .detail-wrapper .article-data .cat-news,
  main#top #news-contact .row .simple-box .articles .article .detail-wrapper .article-data .cat-recruit {
    margin-left: 0px;
    margin-top: 3px;
  }
  main#top #news-contact .row .simple-box .articles .article .detail-wrapper .article-info {
    margin: 5px 0 8px;
    max-height: calc(26px * 3);
  }
  main#top #news-contact .row .simple-box .articles .article .detail-wrapper .article-info p {
    font-size: 12px;
    line-height: 20px;
    max-height: 60px;
  }
  main#top #news-contact .row .simple-box .infos {
    margin-top: 20px;
  }
  main#top #news-contact .row .simple-box .infos .info {
    padding-bottom: 7px;
  }
  main#top #news-contact .row .simple-box .infos .info:not(:first-of-type) {
    margin-top: 15px;
  }
  main#top #news-contact .row .simple-box .infos .info .info-title {
    font-size: 10px;
  }
  main#top #news-contact .row .simple-box .infos .info .info-title::before {
    width: 30px;
  }
  main#top #news-contact .row .simple-box .infos .info .info-value {
    font-size: 14px;
    line-height: 23px;
    margin-left: 50px;
    margin-top: 10px;
    min-height: unset;
  }
  main#top #news-contact .row .simple-box .infos .info .info-value .tel {
    width: 23px;
    height: auto;
  }
  main#top #news-contact .row .simple-box .infos .info.address .info-value {
    line-height: 23px;
  }
  main#top #news-contact .row .simple-box .btn {
    margin-top: 15px;
  }
  main#general .row .section .content:nth-of-type(n+2) {
    margin-top: 20px;
  }
  main#jigyou .row .head ul.tab {
    width: calc(100vw - 30px);
    max-width: 390px;
    margin-top: 20px;
    padding: 10px 5px;
    background-color: #313131;
    position: relative;
  }
  main#jigyou .row .head ul.tab::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 3px solid white;
    top: 3px;
    left: 3px;
    z-index: 0;
  }
  main#jigyou .row .head ul.tab li {
    position: relative;
    width: 25%;
    z-index: 2;
  }
  main#jigyou .row .head ul.tab li a.frame-black {
    width: 100%;
    height: 100%;
    min-height: 34px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    background-color: transparent;
    border: none;
    color: #c7c7c7;
  }
  main#jigyou .row .head ul.tab li a.frame-black::before {
    display: none;
  }
  main#jigyou .row .head ul.tab li a.select {
    color: white;
  }
  main#jigyou .row .head ul.tab li a.select::after {
    border-top: 10px solid #313131;
    bottom: -26px;
  }
  main#jigyou .row .head ul.tab li:not(:last-of-type) a {
    border-right: 1px solid white;
  }
  main#jigyou .row section {
    margin-top: 35px;
    padding: 40px 15px;
  }
  main#jigyou .row section .title .image-wrapper.right img {
    left: 140px;
    bottom: -15px;
    width: 31px;
    height: auto;
  }
}

@media screen and (max-width: 640px) and (max-width: 400px) {
  main#jigyou .row section .title .image-wrapper.right img {
    left: calc(25vw);
  }
}

@media screen and (max-width: 640px) {
  main#jigyou .row section .description {
    width: 100%;
    max-width: 390px;
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 21px;
  }
  main#jigyou .row section#mokuzai {
    padding: 20px 10px;
  }
  main#jigyou .row section#mokuzai .content {
    margin-top: 15px;
  }
  main#jigyou .row section#mokuzai .content:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  main#jigyou .row section#mokuzai .content .white-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  main#jigyou .row section#mokuzai .content .glay-box {
    width: calc(100% - 30px);
    padding: 15px 15px;
    margin-top: 20px;
    top: 0;
    left: 0;
  }
  main#jigyou .row section#mokuzai .content .glay-box p {
    line-height: 24px;
  }
  main#jigyou .row section#mokuzai .content .title-wrapper .sub-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main#jigyou .row section#mokuzai .content .title-wrapper .sub-title::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 1px;
    border-top: 1px solid #313131;
    left: 0;
    top: 10px;
  }
  main#jigyou .row section#mokuzai .content .title-wrapper .sub-title p {
    margin-left: 10px;
  }
  main#jigyou .row section#mokuzai .content .title-wrapper-glay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100vw - 20px);
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main#jigyou .row section#mokuzai .content .title-wrapper-glay .frame-green {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding: 9px 35px;
    line-height: 18px;
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
  main#jigyou .row section#mokuzai .content .title-wrapper-glay .frame-green p {
    line-height: 18px;
  }
  main#jigyou .row section#mokuzai .content .three-row {
    margin-top: 15px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main#jigyou .row section#mokuzai .content .three-row li {
    width: 45%;
    max-width: 145px;
    height: 80px;
    padding: 0 10px;
    margin-right: 0;
  }
  main#jigyou .row section#mokuzai .content .three-row li:nth-child(even) {
    margin-left: 10px;
  }
  main#jigyou .row section#mokuzai .content .three-row li:nth-child(n + 4) {
    margin-top: unset;
  }
  main#jigyou .row section#mokuzai .content .three-row li:nth-child(n + 3) {
    margin-top: 10px;
  }
  main#jigyou .row section#mokuzai .content .three-row li:nth-child(3n) {
    margin-right: 0;
  }
  main#jigyou .row section#mokuzai .content .three-row li img {
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  main#jigyou .row section#mokuzai .content .products .product {
    width: 100%;
  }
  main#jigyou .row section#mokuzai .content .products .product .product-name p {
    font-size: 14px;
    line-height: 23px;
  }
  main#jigyou .row section#mokuzai .content .products.two-row .product {
    margin-right: 0;
  }
  main#jigyou .row section#mokuzai .content .products.two-row .product:nth-child(n + 3) {
    margin-top: 10px;
  }
  main#jigyou .row section#mokuzai .content .products.two-row .product:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .wp-block-column {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
  main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .wp-block-column.product-image figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .flex-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .flex-list li {
    margin-right: 0;
    font-size: 12px;
    line-height: 23px;
  }
  main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .flex-list li::before {
    font-size: 12px;
    vertical-align: 0;
  }
  main#jigyou .row section#mokuzai .content .products.two-row .wp-block-group__inner-container .notes {
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.5px;
    margin-top: 10px;
  }
  main#jigyou .row section#mokuzai .content .blank {
    margin-top: 10px;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun {
    width: 100%;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun p.description {
    margin-top: 10px;
    text-align: left;
    font-size: 11px;
    line-height: 17px;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box {
    width: auto;
    margin-top: 10px;
    padding: 15px 15px 20px;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box::before {
    width: 47px;
    height: 45px;
    border-left: 5px solid #313131;
    border-bottom: 5px solid #313131;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box::after {
    width: 47px;
    height: 45px;
    border-right: 5px solid #313131;
    border-top: 5px solid #313131;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box .wp-block-group__inner-container {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box .wp-block-group__inner-container .inner .wp-block-group__inner-container {
    display: block;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box .wp-block-group__inner-container p {
    font-size: 16px;
    line-height: 24px;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box .wp-block-group__inner-container p:nth-of-type(n + 2) {
    margin-top: 5px;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .left-colmun .L-box .wp-block-group__inner-container strong {
    font-size: 48px;
    vertical-align: -11px;
    font-family: 'Noto Serif JP', serif;
  }
  main#jigyou .row section#mokuzai .content.precut .flex-wrapper .right-colmun .image-wrapper {
    margin: 0 auto !important;
  }
  main#jigyou .row section#mokuzai .content.precut ul.benefits {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 25px;
  }
  main#jigyou .row section#mokuzai .content.precut ul.benefits li {
    width: 48%;
    max-width: 145px;
    height: 60px;
    padding: 0 0 16px;
    font-size: 12px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main#jigyou .row section#mokuzai .content.precut ul.benefits li:nth-of-type(n + 3) {
    margin-top: 35px;
  }
  main#jigyou .row section#mokuzai .content.precut ul.benefits li:nth-of-type(even) {
    margin-left: 4%;
  }
  main#jigyou .row section#mokuzai .content.precut ul.benefits li::before {
    font-size: 8px;
  }
  main#jigyou .row section#mokuzai .content.precut ul.benefits li::after {
    width: 42px;
    height: 42px;
    font-size: 24px;
    line-height: 26px;
    top: -24px;
  }
  main#jigyou .row section#kouji {
    padding: 20px 10px;
  }
  main#jigyou .row section#kouji .content-wrapper {
    margin-top: 10px;
  }
  main#jigyou .row section#kouji .content-wrapper .content .wp-block-group__inner-container {
    height: 100%;
  }
  main#jigyou .row section#kouji .content-wrapper .content .wp-block-group__inner-container .wp-block-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
  }
  main#jigyou .row section#kouji .content-wrapper .content .wp-block-group__inner-container .wp-block-image img {
    height: 213px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main#jigyou .row section#kouji .content-wrapper .content:nth-of-type(odd) {
    margin-right: 0;
  }
  main#jigyou .row section#kouji .content-wrapper .content:nth-of-type(n+2) {
    margin-top: 15px;
  }
  main#jigyou .row section#kouji .content-wrapper .content .frame-green {
    bottom: -27px;
    height: 40px;
    white-space: normal;
    font-size: 15px;
    line-height: 21px;
  }
  main#jigyou .row section#kouji .content-wrapper .content .frame-green.small, main#jigyou .row section#kouji .content-wrapper .content .frame-green.has-small-font-size {
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 640px) and (max-width: 400px) {
  main#jigyou .row section#kouji .content-wrapper .content .frame-green {
    max-width: calc(100vw - 120px);
  }
}

@media screen and (max-width: 640px) {
  main#jigyou .row section#kouji .content-wrapper .content .simple-box {
    height: 100%;
    padding: 20px 20px 40px;
  }
  main#jigyou .row section#support {
    padding: 20px 15px;
  }
  main#jigyou .row section#support .content {
    margin-top: 15px;
  }
  main#jigyou .row section#support .content:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  main#jigyou .row section#support .content .simple-box .wp-block-group__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 55px 15px 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main#jigyou .row section#support .content .simple-box.hart-system .wp-block-group__inner-container {
    height: auto;
  }
  main#jigyou .row section#support .content .simple-box .content-name, main#jigyou .row section#support .content .simple-box h4 {
    width: calc(100vw - 20px);
    max-width: 400px;
    height: 40px;
    left: -23px;
    top: 8px;
    font-size: 14px;
    line-height: 21px;
    padding: 0 10px;
  }
  main#jigyou .row section#support .content .simple-box .text {
    width: 100%;
    min-height: unset;
    height: auto;
    margin-top: 15px;
    font-size: 11px;
    line-height: 16px;
  }
  main#jigyou .row section#support .content .simple-box .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0 0;
    min-height: unset;
  }
  main#jigyou .row section#support .content .simple-box .logo img {
    width: 50%;
    height: auto;
  }
  main#jigyou .row section#support .content .simple-box .wp-block-buttons {
    position: absolute;
    right: calc(50% + 3px);
    bottom: 15px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  main#jigyou .row section#support .content .simple-box .wp-block-buttons .link {
    position: relative;
    right: -3px;
    bottom: 50%;
    margin: 0;
  }
  main#jigyou .row section#support .content .simple-box .wp-block-buttons .link .wp-block-button__link {
    max-width: 600px;
    width: calc(100vw - 90px);
    height: 40px;
  }
}

@media screen and (max-width: 640px) and (max-width: 380px) {
  main#jigyou .row section#support .content .simple-box .wp-block-buttons .link .wp-block-button__link::after {
    width: 46px;
  }
}

@media screen and (max-width: 640px) {
  main#jigyou .row section#support .content .simple-box .wp-block-buttons .link .name, main#jigyou .row section#support .content .simple-box .wp-block-buttons .link .wp-block-button__link {
    font-size: 10px;
    line-height: 14px;
  }
  main#jigyou .row section#support .content.green .wp-block-group__inner-container {
    padding-bottom: 15px;
  }
  main#jigyou .row section#support .content.green .wp-block-group__inner-container .logo img {
    width: 100%;
  }
  main#jigyou .row section#support .jk-engineering {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }
  main#jigyou .row section#support .jk-engineering .left-colmun {
    -webkit-flex-basis: 1px !important;
        -ms-flex-preferred-size: 1px !important;
            flex-basis: 1px !important;
    -webkit-box-flex: 0.42;
    -webkit-flex-grow: 0.42;
        -ms-flex-positive: 0.42;
            flex-grow: 0.42;
    height: 80px;
  }
  main#jigyou .row section#support .jk-engineering .left-colmun figure {
    width: 100%;
    padding: 0 18px;
  }
  main#jigyou .row section#support .jk-engineering .left-colmun figure a {
    width: 100%;
  }
  main#jigyou .row section#support .jk-engineering .left-colmun figure a img {
    width: 100%;
    height: auto;
  }
  main#jigyou .row section#support .jk-engineering .right-colmun {
    -webkit-flex-basis: 1px !important;
        -ms-flex-preferred-size: 1px !important;
            flex-basis: 1px !important;
    -webkit-box-flex: 0.58;
    -webkit-flex-grow: 0.58;
        -ms-flex-positive: 0.58;
            flex-grow: 0.58;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main#jigyou .row section#support .jk-engineering .right-colmun p {
    font-size: 12px;
    line-height: 18px;
  }
  main#jigyou .row section#support .top-line {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    height: 40px;
  }
  main#jigyou .row section#shop {
    padding: 20px 15px 15px;
  }
  main#jigyou .row section#shop .sales-preface .columns-block {
    margin-top: 15px;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .left {
    height: 270px;
    margin: 0 15px;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .left figure {
    position: absolute;
    z-index: 5;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .left figure:first-of-type {
    margin: 0;
    top: 0;
    right: -30px;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .left figure:first-of-type img {
    width: 235px;
    height: auto;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .left figure:nth-of-type(2) {
    margin: 0;
    bottom: 0;
    left: 0;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .left figure:nth-of-type(2) img {
    width: 180px;
    height: auto;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .left::before {
    left: -35px;
    max-width: 260px;
    width: calc(100vw - 160px);
    height: 180px;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .right {
    padding: 0;
    margin-top: 15px;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .right p {
    font-size: 11px;
    line-height: 20px;
    padding: 0 15px;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .right .wp-block-buttons {
    margin-top: 10px;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .right .notes {
    font-size: 13px;
    line-height: 13px;
    margin-top: 3px;
  }
  main#jigyou .row section#shop .sales-preface .columns-block .right::before {
    display: none;
  }
  main#jigyou .row section#shop .content {
    margin-top: 15px;
  }
  main#jigyou .row section#shop .content:nth-of-type(n + 3) {
    margin-top: 25px;
  }
  main#jigyou .row section#shop .content .notes-wrapper {
    display: block;
    width: 100%;
  }
  main#jigyou .row section#shop .content .notes-wrapper .wp-block-group__inner-container {
    display: block;
    width: 100%;
  }
  main#jigyou .row section#shop .content .notes-wrapper .wp-block-group__inner-container .notes {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 22px;
  }
  main#jigyou .row section#shop .content .notes-wrapper .wp-block-group__inner-container .notes::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 1px;
    border-top: 1px solid #313131;
    top: 13px;
    left: -35px;
  }
  main#jigyou .row section#shop .product {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  main#jigyou .row section#shop .product:nth-of-type(n + 4) {
    margin-top: 10px;
  }
  main#jigyou .row section#shop .product .left {
    width: 100%;
    border: 3px solid #313131;
    border-bottom: none;
    padding-top: 10px;
  }
  main#jigyou .row section#shop .product .left figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main#jigyou .row section#shop .product .left figure img {
    height: 180px;
    width: auto;
  }
  main#jigyou .row section#shop .product .right {
    width: 100%;
  }
  main#jigyou .row section#shop .product .right .article-detail {
    border-top: none;
    height: auto;
    padding: 10px 10px;
  }
  main#jigyou .row section#shop .product .right .article-detail .wp-block-group__inner-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main#jigyou .row section#shop .product .right h4 {
    font-size: 18px;
    margin: 0;
  }
  main#jigyou .row section#shop .product .right h4::before {
    width: 35px;
    height: 42px;
  }
  main#jigyou .row section#shop .product .right .overview {
    font-size: 10px;
    margin-top: 5px;
  }
  main#jigyou .row section#shop .product .right .overview small {
    font-size: 9px;
  }
  main#jigyou .row section#shop .product .right .overview strong {
    font-size: 14px;
  }
  main#jigyou .row section#shop .product .right .description {
    font-size: 12px;
    line-height: 22px;
  }
  main .row .section.company .content .headline {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  main .row .section.company .content .flex-wrapper {
    width: 100%;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main .row .section.company .content .flex-wrapper .wp-block-column.left {
    -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
    width: 100%;
    margin-top: 15px;
  }
  main .row .section.company .content .flex-wrapper .wp-block-column.left .text {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
  main .row .section.company .content .flex-wrapper .wp-block-column.left .president {
    width: 100%;
    margin-top: 20px;
  }
  main .row .section.company .content .flex-wrapper .wp-block-column.left .president-image {
    margin-top: 7px;
    width: 100px;
  }
  main .row .section.company .content .flex-wrapper .wp-block-column.right {
    -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .row .section.company .content .flex-wrapper .wp-block-column.right .wp-block-image img {
    width: 240px;
    height: auto;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box {
    width: 100%;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box .wp-block-group__inner-container {
    width: 100%;
    padding: 15px 5px;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box .wp-block-group__inner-container .text {
    margin-top: 0;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box .wp-block-group__inner-container .in-content {
    margin-top: 10px;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box .wp-block-group__inner-container figure {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box:nth-of-type(n + 3) {
    margin-top: unset;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .glay-box:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .corporate-motto .wp-block-group__inner-container {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .corporate-motto .wp-block-group__inner-container .text {
    font-size: 30px;
    margin-top: 20px;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .corporate-philosophy .wp-block-group__inner-container {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .corporate-philosophy .wp-block-group__inner-container .text {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 10px;
  }
  main .row .section.company .content.guidelines .wp-block-group__inner-container .action-guidelines .wp-block-group__inner-container {
    padding: 15px 15px 20px;
  }
  main#contact .row section .content .title-wrapper .sub-title p,
  main#contact .row .section .content .title-wrapper .sub-title p {
    padding: 0 15px;
  }
  main#contact .row section .content .title-wrapper .sub-title br,
  main#contact .row .section .content .title-wrapper .sub-title br {
    display: none;
  }
  main#contact .row section .content .double-box,
  main#contact .row .section .content .double-box {
    margin: 15px 0 0;
    padding: 0;
    border: none;
  }
  main#contact .row section .content .double-box::before,
  main#contact .row .section .content .double-box::before {
    display: none;
  }
  main#contact .row section .content .double-box .btn,
  main#contact .row .section .content .double-box .btn {
    margin-top: 25px;
  }
  main#contact .row section .content .double-box table.t-row,
  main#contact .row .section .content .double-box table.t-row {
    width: 100%;
  }
  main#contact .row section .content .double-box table.t-row tr,
  main#contact .row .section .content .double-box table.t-row tr {
    display: block;
    width: 100%;
  }
  main#contact .row section .content .double-box table.t-row tr:nth-of-type(n + 2),
  main#contact .row .section .content .double-box table.t-row tr:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  main#contact .row section .content .double-box table.t-row tr td,
  main#contact .row .section .content .double-box table.t-row tr td {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  main#contact .row section .content .double-box table.t-row tr td:nth-of-type(2),
  main#contact .row .section .content .double-box table.t-row tr td:nth-of-type(2) {
    padding-left: 0;
  }
  main#contact .row section .content .double-box table.t-row tr td input,
  main#contact .row section .content .double-box table.t-row tr td textarea,
  main#contact .row .section .content .double-box table.t-row tr td input,
  main#contact .row .section .content .double-box table.t-row tr td textarea {
    width: 100%;
    padding: 5px 5px;
    margin: 0;
    border: 1px solid #313131;
    font-size: 12px;
    line-height: 20px;
  }
  main#contact .row section .content .double-box table.t-row tr td textarea,
  main#contact .row .section .content .double-box table.t-row tr td textarea {
    height: 150px;
  }
  main#contact .row section .content .double-box table.t-row tr td .error,
  main#contact .row .section .content .double-box table.t-row tr td .error {
    margin-top: 3px;
  }
  main#contact .row section .content .double-box table.t-row tr.large td,
  main#contact .row .section .content .double-box table.t-row tr.large td {
    height: auto;
  }
  main#contact .row section .content .double-box table.t-row tr.large td .error,
  main#contact .row .section .content .double-box table.t-row tr.large td .error {
    margin-top: 7px;
  }
  main#contact .row section .content .double-box .attention,
  main#contact .row .section .content .double-box .attention {
    margin-top: 7px;
    font-size: 10px;
    line-height: 20px;
  }
  main#contact .row section .content .double-box .attention a::before,
  main#contact .row section .content .double-box .attention a:visited::before,
  main#contact .row section .content .double-box .attention a:link::before,
  main#contact .row .section .content .double-box .attention a::before,
  main#contact .row .section .content .double-box .attention a:visited::before,
  main#contact .row .section .content .double-box .attention a:link::before {
    bottom: -2px;
  }
  main#contact .row section .content .double-box .attention br,
  main#contact .row .section .content .double-box .attention br {
    display: block;
  }
  main#contact .row section .content .double-box .btn-wrapper,
  main#contact .row .section .content .double-box .btn-wrapper {
    margin-top: 15px;
  }
  main#contact .row section .content .double-box .btn-wrapper .btn:nth-of-type(2),
  main#contact .row .section .content .double-box .btn-wrapper .btn:nth-of-type(2) {
    margin-left: 0;
  }
  main#contact .row section .content .double-box .btn-wrapper .back,
  main#contact .row section .content .double-box .btn-wrapper .submit,
  main#contact .row .section .content .double-box .btn-wrapper .back,
  main#contact .row .section .content .double-box .btn-wrapper .submit {
    width: 45%;
    padding: 3px 5px;
  }
  main#contact .row section .content .double-box .btn-wrapper .back::after,
  main#contact .row section .content .double-box .btn-wrapper .submit::after,
  main#contact .row .section .content .double-box .btn-wrapper .back::after,
  main#contact .row .section .content .double-box .btn-wrapper .submit::after {
    width: 28px;
    height: 2px;
  }
  main#contact .row section .content .double-box .mw_wp_form_preview .btn .arrow-left,
  main#contact .row section .content .double-box .mw_wp_form_preview .btn .arrow-right,
  main#contact .row .section .content .double-box .mw_wp_form_preview .btn .arrow-left,
  main#contact .row .section .content .double-box .mw_wp_form_preview .btn .arrow-right {
    width: 28px;
  }
  main#contact .row section .content .double-box .mw_wp_form_preview,
  main#contact .row section .content .double-box .mw_wp_form_complete,
  main#contact .row .section .content .double-box .mw_wp_form_preview,
  main#contact .row .section .content .double-box .mw_wp_form_complete {
    width: 100%;
  }
  main#contact .row section .content .double-box .mw_wp_form_preview table,
  main#contact .row section .content .double-box .mw_wp_form_complete table,
  main#contact .row .section .content .double-box .mw_wp_form_preview table,
  main#contact .row .section .content .double-box .mw_wp_form_complete table {
    margin-top: 25px;
  }
  main#contact .row section .content .double-box .mw_wp_form_preview table.t-row tr td:nth-of-type(2),
  main#contact .row section .content .double-box .mw_wp_form_complete table.t-row tr td:nth-of-type(2),
  main#contact .row .section .content .double-box .mw_wp_form_preview table.t-row tr td:nth-of-type(2),
  main#contact .row .section .content .double-box .mw_wp_form_complete table.t-row tr td:nth-of-type(2) {
    margin-top: 5px;
    padding: 5px;
    background-color: #f7f7f7;
    min-height: 22px;
  }
  main#contact .row section .content .double-box .mw_wp_form_preview .btn-wrapper,
  main#contact .row section .content .double-box .mw_wp_form_complete .btn-wrapper,
  main#contact .row .section .content .double-box .mw_wp_form_preview .btn-wrapper,
  main#contact .row .section .content .double-box .mw_wp_form_complete .btn-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main#news .row section {
    padding: 15px 15px 25px;
  }
  main#news .row section .category {
    height: auto;
    padding: 10px;
    max-width: unset;
  }
  main#news .row section .category .pc {
    display: none;
  }
  main#news .row section .category::before {
    display: none;
  }
  main#news .row section .category ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    max-width: 250px;
  }
  main#news .row section .category ul li {
    margin: 0;
    margin-right: 5px;
  }
}

@media screen and (max-width: 640px) and (max-width: 368px) {
  main#news .row section .category ul li:nth-of-type(n + 4) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 640px) {
  main#news .row section .category ul li:nth-of-type(n + 4) {
    margin-top: 8px;
  }
  main#news .row section .category ul li:not(:last-of-type) {
    margin-right: 5px;
  }
  main#news .row section .category ul li.select {
    opacity: 0.3;
  }
  main#news .row section .category ul li a,
  main#news .row section .category ul li a:visited,
  main#news .row section .category ul li a:link {
    width: 70px;
    padding: 5px 0px;
    border: 1px solid white;
    border-radius: 15px;
    font-size: 11px;
    line-height: 11px;
  }
  main#news .row section .category ul li a .check-btn,
  main#news .row section .category ul li a:visited .check-btn,
  main#news .row section .category ul li a:link .check-btn {
    display: none;
  }
  main#news .row section .content {
    margin: 0;
    border: 3px solid #313131;
    border-top: none;
    padding: 15px 10px 20px;
  }
  main#news .row section .content .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 15px;
  }
  main#news .row section .content .article:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  main#news .row section .content .article .article-image {
    width: 100%;
    height: 180px;
  }
  main#news .row section .content .article .article-image img {
    height: 100%;
    width: auto;
    max-width: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main#news .row section .content .article .article-detail {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
  }
  main#news .row section .content .article .article-detail .article-info {
    margin-top: 5px;
    max-height: 66px;
    height: auto;
  }
  main#news .row section .content .article .article-detail .article-info p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.25px;
  }
  main#news .row section .pnavi {
    margin-top: 10px;
  }
  main#news .row section .pnavi span, main#news .row section .pnavi a {
    font-size: 15px;
    height: 35px;
  }
  main#article .row section {
    padding: 20px 0 25px;
  }
  main#article .row section article .article-info .article-data {
    margin-left: 15px;
    padding: 9px 10px 5px;
    height: auto;
  }
  main#article .row section article .article-info .article-data .date time {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 13px;
  }
  main#article .row section article .content {
    padding: 0 15px;
  }
  main#article .row section article .content h2, main#article .row section article .content h3, main#article .row section article .content h4, main#article .row section article .content h5 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    padding: 10px 0 10px !important;
  }
  main#article .row section article .content h2:nth-child(2), main#article .row section article .content h3:nth-child(2), main#article .row section article .content h4:nth-child(2), main#article .row section article .content h5:nth-child(2) {
    margin-top: 20px;
  }
  main#article .row section article .content p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#article .row section article .content p:nth-child(2) {
    margin-top: 20px;
  }
  main#article .row section article .content .wp-block-image {
    margin-top: 15px;
  }
  main#article .row section article .content .wp-block-image:nth-child(2) {
    margin-top: 20px;
  }
  main#article .row section article .content .btn {
    margin-top: 15px;
  }
  main .row .section.privacy .content {
    margin-top: 20px;
  }
  main .row .section.privacy .content .text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 24px;
  }
  main .row .section.privacy .content .simple-box {
    padding: 10px 15px;
    margin-top: 10px;
  }
  main .row .section.privacy .content .simple-box p {
    font-size: 13px;
    line-height: 24px;
  }
  main .row .section.privacy .content .simple-box p strong {
    font-size: 15px;
    line-height: 30px;
  }
  main#sitemap .row section {
    padding: 20px 20px 30px;
  }
  main#sitemap .row section .content nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main#sitemap .row section .content nav ul {
    width: 100%;
    max-width: 300px;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main#sitemap .row section .content nav ul#menu-sitemap {
    margin-top: 25px;
  }
  main#sitemap .row section .content nav ul li {
    font-size: 16px;
    line-height: 30px;
  }
  main#sitemap .row section .content nav ul li:nth-of-type(2), main#sitemap .row section .content nav ul li:nth-of-type(4) {
    margin-right: 50px;
  }
  main#sitemap .row section .content nav ul li:nth-of-type(2), main#sitemap .row section .content nav ul li:nth-of-type(3) {
    margin-top: 25px;
  }
  main#sitemap .row section .content nav ul li:nth-of-type(6) {
    font-size: 12px;
    line-height: 22px;
    margin-top: 25px;
  }
  main#sitemap .row section .content nav ul.sub-menu .menu-item {
    margin-right: 0;
    margin-top: 0;
  }
  main#error .row section {
    padding-bottom: 20px;
  }
  main#error .row section .content .title-wrapper .sub-title p {
    font-size: 14px;
    line-height: 22px;
    padding: 0 15px;
  }
  main#error .row section .content .text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 30px;
  }
  main#error .row section .btn {
    margin-top: 15px;
  }
  footer {
    width: 100%;
    min-width: unset;
    margin-top: 0;
  }
  footer::before {
    background-image: url(../images/footer-left_m.png);
  }
  footer::after {
    background-image: url(../images/footer-right_m.png);
  }
  footer .footer-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
  }
  footer .footer-wrapper .logo {
    width: 35px;
    height: auto;
  }
  footer .footer-wrapper .company-name {
    font-size: 16px;
  }
  footer .footer-wrapper .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-wrapper .row nav {
    position: relative;
    margin-top: 30px;
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-wrapper .row nav::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 1px;
    border-top: 1px solid white;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  footer .footer-wrapper .row nav ul#menu-mobile-footer-menu {
    width: 290px;
    height: auto;
    margin-top: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer-wrapper .row nav ul#menu-mobile-footer-menu li {
    height: 24px;
    margin: 0;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 3px;
  }
  footer .footer-wrapper .row nav ul#menu-mobile-footer-menu li::after {
    content: "";
    display: inline-block;
    position: relative;
    margin: 0 12px;
    height: 17px;
    width: 1px;
    border-left: 1px solid white;
    top: 3px;
  }
  footer .footer-wrapper .row nav ul#menu-mobile-footer-menu li:nth-of-type(3)::after, footer .footer-wrapper .row nav ul#menu-mobile-footer-menu li:nth-of-type(5)::after {
    display: none;
  }
  footer .footer-wrapper .row nav ul#menu-mobile-footer-menu li:nth-of-type(4), footer .footer-wrapper .row nav ul#menu-mobile-footer-menu li:nth-of-type(5) {
    font-size: 10px;
  }
  footer .footer-wrapper .row nav #menu-footer-menu {
    display: none;
  }
  footer .footer-wrapper .row nav #menu-mobile-footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-wrapper .row .company-info {
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
  }
  footer .footer-wrapper .row .footer-copyright {
    display: block;
    margin-top: 35px;
    text-align: center;
  }
  footer .footer-wrapper .row .footer-copyright small {
    font-size: 7px;
    letter-spacing: 0.5px;
    color: white;
  }
}

/* add 20210304 */
main#jigyou .row section#shop .product{
  display: block;
  width: 800px;
}
main#jigyou .row section#shop .product::after{
  content: "";
  display: block;
  clear: both;
}
main#jigyou .row section#shop .product .left{
  position: relative;
  display: block;
  width: 240px;
  height: 320px;
  vertical-align: middle;
  line-height: 1;
  float: left;
  flex: none;
  overflow: hidden;
}
main#jigyou .row section#shop .product .left figure{
}
main#jigyou .row section#shop .product .left figure img{
  position: absolute;
  left: 0;
  top: 0;
}
main#jigyou .row section#shop .product .figure{
  display: block;
}
main#jigyou .row section#shop .product .right{
  width: 560px !important;
  height: 320px;
  display: block;
  position: relative;
  background: #f5f2ed;
  border: 3px solid #313131;
  box-sizing: border-box;
  float: right;
  flex: none;
}
main#jigyou .row section#shop .product .right .article-detail{
  border: none;
  height: auto;
}
main#jigyou .row section#shop .product .right .wp-block-buttons{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
main#jigyou .row section#shop .product .right .is-style-in-see-btn .wp-block-button__link{
  display: block;
  text-align: right;
  position: relative;
  border: none;
  border-top: 3px solid #313131;
}
main#jigyou .row section#shop .product .right .is-style-in-see-btn .wp-block-button__link::after{
  bottom: 5px;
}

@media screen and (max-width: 640px) {
  main#jigyou .row section#shop .product{
    width: 100%;
  }
  main#jigyou .row section#shop .product::after{
    content: "";
    display: block;
    clear: both;
  }
  main#jigyou .row section#shop .product .left{
    float: none;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 10px;
  }
  main#jigyou .row section#shop .product .left figure{
  }
  main#jigyou .row section#shop .product .left figure img{
    position: static;
  }
  main#jigyou .row section#shop .product .figure{
    display: block;
  }
  main#jigyou .row section#shop .product .right{
    width: 100% !important;
    height: auto !important;
    float: none;
  }
  main#jigyou .row section#shop .product .right .article-detail{
    border: none;
    height: auto;
    padding-bottom: 60px;
  }
  main#jigyou .row section#shop .product .right .wp-block-buttons{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  main#jigyou .row section#shop .product .right .is-style-in-see-btn .wp-block-button__link{
    display: block;
    text-align: right;
    position: relative;
    border: none;
    border-top: 3px solid #313131;
  }
  main#jigyou .row section#shop .product .right .is-style-in-see-btn .wp-block-button__link::after{
    bottom: 8px;
  }
}


.arch_under{
	display: block;
	margin: 35px 0;
	text-align: center;
}

.arch_green{
	margin-bottom: 45px;
	background-color: #1C8958;
	border: 3px solid #000000;
	width: 100%;
	padding: 25px 0;
}

.arch_title{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.05em;
}

.arch_box{
	display: flex;
	justify-content: space-between;
}

.arch_box_left{
	width: 390px;
	
}

.arch_box_left_title{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.arch_support{
	position: relative;
	margin-bottom: 50px;
	font-weight: bold;
	border-top: 1px solid #0F9460;
	border-bottom: 1px solid #0F9460;
	background-color: #F4F2ED;
	padding: 20px 0;
}

.arch_support::before{
	content:"";
	display: inline-block;
	width: 100%;
	height: 5px;
	background-color: #0F9460;
	position: absolute;
	top: -10px;
}

.arch_support_title{
	text-align: center;
	margin-bottom: 10px;
}

.arch_support_title span{
	font-size: 20px;
	color: #0F9460;
	border-bottom: 1px solid #0F9460;
}

.arch_support_list{
	display: flex;
	justify-content: center;
}

.arch_support_list li{
	list-style-type: none;
	margin-right: 10px;
}

.arch_support_list li:last-child{
	list-style-type: none;
	margin-right: 0px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-50{
	margin-bottom: 50px;
}

.sp-only{
	display: none;
}


@media screen and (max-width: 640px){
	.arch .title h2{
		margin: 0 auto;
		text-align: center;
		width: auto;
	}

	.arch_image{
		width: 100%;
	}

	.arch_under{
		display: block;
		margin: 15px 0;
		text-align: center;
	}

	.arch_green{
		margin-bottom: 40px;
		background-color: #1C8958;
		border: 3px solid #000000;
		width: 100%;
		padding: 10px 0;
	}
	
	.arch_title{
		font-size: 18px;
		color: #ffffff;
		text-align: center;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}
	
	.arch_box{
		display: flex;
		flex-direction: column;
	}
	
	.arch_box_left{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.arch_box_left_title{
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}

	.arch_box_left_txt{
		line-height: 1.6;
	}
	
	.arch_support{
		position: relative;
		margin-bottom: 50px;
		font-weight: bold;
		border-top: 1px solid #0F9460;
		border-bottom: 1px solid #0F9460;
		background-color: #F4F2ED;
		padding: 20px 0;
	}
	
	.arch_support::before{
		content:"";
		display: inline-block;
		width: 100%;
		height: 5px;
		background-color: #0F9460;
		position: absolute;
		top: -10px;
	}
	
	.arch_support_title{
		text-align: center;
		margin-bottom: 10px;
	}
	
	.arch_support_title span{
		font-size: 20px;
		color: #0F9460;
		border-bottom: 1px solid #0F9460;
	}
	
	.arch_support_list{
		display: flex;
		justify-content: center;
	}
	
	.arch_support_list li{
		list-style-type: none;
		margin-right: 10px;
	}
	
	.arch_support_list li:last-child{
		list-style-type: none;
		margin-right: 0px;
	}
	
	.mb-30{
		margin-bottom: 30px;
	}
	
	.mb-50{
		margin-bottom: 50px;
	}

	.sp-only{
		display: block;
	}

	.pc-only{
		display: none;
	}
}



/*# sourceMappingURL=style.css.map */
