@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500&family=Roboto:wght@300;400;500&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word !important;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
main {
  display: block;
}
@media screen and (min-width: 961px) {
  .text {
    display: bolck;
  }
}
@media screen and (max-width: 1240px) {
  .text {
    display: bolck;
  }
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.mincho {
  font-family: "YakuHanJP", "Noto Serif JP", serif;
}
html {
  scroll-behavior: smooth;
}
body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}
a {
  position: relative;
  text-decoration: none;
  color: #000;
}
#modal {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 80%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  display: none;
}
#header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3vw;
  height: 108px;
}
@media screen and (max-width: 768px) {
  #header {
    height: 14.93vw;
  }
}
#header h1 {
  width: 298px;
}
@media screen and (max-width: 1240px) {
  #header h1 {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  #header h1 {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #header h1 {
    width: 51vw;
  }
}
#header .spMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .spMenu {
    display: block;
    position: absolute;
    margin-left: auto;
    width: 14.93vw;
    height: 14.93vw;
    background-color: #07532d;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 99;
    cursor: pointer;
    overflow: hidden;
  }
  #header .spMenu:before,
  #header .spMenu:after {
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #header .spMenu:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  #header .spMenu:after {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  #header .spMenu span {
    width: 50%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #header .spMenu.active:before {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  #header .spMenu.active:after {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  #header .spMenu.active span {
    opacity: 0;
  }
}
#header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #header nav ul {
    display: none;
    pointer-events: none;
  }
}
#header nav ul li {
  line-height: 1;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (max-width: 1240px) {
  #header nav ul:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#header nav ul:first-child li {
  margin-left: 18px;
}
@media screen and (max-width: 1240px) {
  #header nav ul:first-child li {
    margin: 4px 0 8px 4%;
    width: 23%;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  #header nav ul:first-child li {
    font-size: 0.8125rem;
    width: 27.5%;
  }
}
@media screen and (min-width: 961px) {
  #header nav ul:first-child li a {
    -webkit-transition: 0.3s color ease-out;
    transition: 0.3s color ease-out;
  }
  #header nav ul:first-child li a:hover {
    color: #07532d;
  }
}
#header nav ul:last-of-type {
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  #header nav ul:last-of-type {
    margin-left: 1vw;
    width: 43%;
  }
}
#header nav ul:last-of-type li {
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  #header nav ul:last-of-type li {
    font-size: 0.8125rem;
    margin-left: 0.5vw;
  }
}
#header nav ul:last-of-type li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 20px;
}
@media screen and (max-width: 1240px) {
  #header nav ul:last-of-type li a {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 960px) {
  #header nav ul:last-of-type li a {
    padding: 12px 8px;
  }
}
#header nav ul:last-of-type li:first-child a {
  color: #19509a;
  border: 2px solid #19509a;
}
@media screen and (min-width: 961px) {
  #header nav ul:last-of-type li:first-child a {
    -webkit-transition: 0.3s color ease-out, 0.3s background-color ease-out;
    transition: 0.3s color ease-out, 0.3s background-color ease-out;
  }
  #header nav ul:last-of-type li:first-child a:hover {
    color: #fff;
    background-color: #19509a;
  }
}
#header nav ul:last-of-type li:last-child a {
  color: #fff;
  background-color: #07532d;
  border: 2px solid #07532d;
}
@media screen and (min-width: 961px) {
  #header nav ul:last-of-type li:last-child a {
    -webkit-transition: 0.3s border-color ease-out, 0.3s background-color ease-out;
    transition: 0.3s border-color ease-out, 0.3s background-color ease-out;
  }
  #header nav ul:last-of-type li:last-child a:hover {
    border-color: #0b894a;
    background-color: #0b894a;
  }
}
#header nav p {
  width: 30px;
  height: auto;
  margin-left: 14px;
}
#header nav p a {
  display: block;
}
#header nav p a img {
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
#header nav p a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #header nav p {
    width: 7vw;
    margin: 0 16vw 0 0;
  }
}
#header nav.active {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  z-index: 998;
  height: auto;
  width: 100%;
  z-index: 998;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3vw;
}
#header nav.active ul {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
  pointer-events: auto;
  -webkit-animation: op01 0.5s ease 0.5s 1 normal both;
  animation: op01 0.5s ease 0.5s 1 normal both;
  z-index: 998;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 8vw;
  text-align: center;
}
#header nav.active ul li {
  width: 100%;
  margin-bottom: 5vw;
  font-size: 3.6vw;
}
#header nav.active ul:last-child li {
  width: 80%;
  margin: 0 auto 5vw;
}
#header nav.active ul:last-child li:last-child {
  margin: 0 auto;
}
#header nav.active ul:last-child li a {
  padding: 5vw 0;
}
#wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
}
main p {
  line-height: 1.8;
}
.inner01 {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  .inner01 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3vw;
  }
}
.inner02 {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  .inner02 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  .cvBox figure {
    position: relative;
    padding-top: 40vw;
  }
}
.cvBox figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cvBox figure img {
    position: absolute;
    max-width: none;
    width: auto;
    height: 100%;
    right: 0;
    top: 0;
  }
}
.cvBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .cvBox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cvBox ul li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cvBox ul li {
    width: 100%;
  }
}
.cvBox ul li:first-child a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cvBox ul li:first-child a {
    pointer-events: auto;
  }
}
.cvBox ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 70px 3vw;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .cvBox ul li a {
    padding: 6.5vw 3vw;
  }
}
@media screen and (max-width: 768px) {
  .cvBox ul li a {
    padding: 14vw 5vw;
  }
}
.cvBox ul li a div {
  display: inline-block;
  position: relative;
  padding-left: 84px;
}
@media screen and (max-width: 960px) {
  .cvBox ul li a div {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cvBox ul li a div {
    padding-left: 14.3vw;
  }
}
.cvBox ul li a div:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
}
.cvBox ul li a div span {
  display: block;
  line-height: 1;
}
.cvBox ul li a div span:first-child {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cvBox ul li a div span:first-child {
    margin-bottom: 2vw;
  }
}
.cvBox ul li a div span:last-child {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .cvBox ul li a div span:last-child {
    font-size: 3.2vw;
  }
}
.cvBox ul li:first-child a {
  background-color: #0b894a;
}
.cvBox ul li:first-child a div span:first-child {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 960px) {
  .cvBox ul li:first-child a div span:first-child {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .cvBox ul li:first-child a div span:first-child {
    font-size: 4.8vw;
  }
}
.cvBox ul li:first-child a div:before {
  width: 50px;
  height: 50px;
  background-image: url(../img/common/ico-tel.svg);
  background-size: 50px 50px;
}
@media screen and (max-width: 960px) {
  .cvBox ul li:first-child a div:before {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
}
@media screen and (max-width: 768px) {
  .cvBox ul li:first-child a div:before {
    width: 9vw;
    height: 9vw;
    background-size: cover;
  }
}
.cvBox ul li:last-child a {
  background-color: #07532d;
}
@media screen and (min-width: 961px) {
  .cvBox ul li:last-child a {
    -webkit-transition: 0.3s background-color ease-out;
    transition: 0.3s background-color ease-out;
  }
  .cvBox ul li:last-child a:hover {
    background-color: #0b894a;
  }
}
.cvBox ul li:last-child a div span:first-child {
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .cvBox ul li:last-child a div span:first-child {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cvBox ul li:last-child a div span:first-child {
    font-size: 4.8vw;
  }
}
.cvBox ul li:last-child a div:before {
  width: 59px;
  height: 48px;
  background-image: url(../img/common/ico-mail.svg);
  background-size: 59px 48px;
}
@media screen and (max-width: 960px) {
  .cvBox ul li:last-child a div:before {
    width: 46px;
    height: 38px;
    background-size: 46px 38px;
  }
}
@media screen and (max-width: 768px) {
  .cvBox ul li:last-child a div:before {
    width: 9.6vw;
    height: 7.7vw;
    background-size: cover;
  }
}
.section01 {
  padding: 100px 0;
}
.section02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section02 {
    margin-bottom: 12vw;
  }
}
.btn01 {
  line-height: 1;
}
.btn01 a {
  position: relative;
  display: block;
  color: #07532d;
  font-weight: 500;
  border-bottom: 2px solid #07532d;
  padding: 14px 0;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .btn01 a {
    font-size: 3.4vw;
  }
}
.btn01 a:after {
  position: absolute;
  content: "";
  border: 2px solid #07532d;
  border-width: 2px 2px 0 0;
  width: 8px;
  height: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
  .btn01 a:after {
    -webkit-transition: 0.3s right ease-out;
    transition: 0.3s right ease-out;
  }
  .btn01 a:hover:after {
    right: 4%;
  }
}
.btn02 {
  line-height: 1;
}
.btn02 a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding: 14px 0;
  font-size: 0.9375rem;
}
.btn02 a:after {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  width: 8px;
  height: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
  .btn02 a:after {
    -webkit-transition: 0.3s right ease-out;
    transition: 0.3s right ease-out;
  }
  .btn02 a:hover:after {
    right: 4%;
  }
}
.btn03 {
  border-radius: 3px;
  overflow: hidden;
}
.btn03 a {
  display: block;
  position: relative;
  background-color: #07532d;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  padding: 20px 20px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .btn03 a {
    font-size: 3.4vw;
    padding: 4.6vw;
  }
}
.btn03 a:after {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
  .btn03 a:after {
    -webkit-transition: 0.3s right ease-out;
    transition: 0.3s right ease-out;
  }
  .btn03 a:hover:after {
    right: 4%;
  }
}
.tit01 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .tit01 {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tit01 {
    font-size: 6.2vw;
    margin-bottom: 6vw;
  }
}
.tit01 span:first-child {
  position: relative;
  z-index: 1;
}
.tit01 span:last-child {
  position: absolute;
  display: inline-block;
  height: 134px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  opacity: 0.3;
}
@media screen and (max-width: 1240px) {
  .tit01 span:last-child {
    height: 110px;
  }
}
@media screen and (max-width: 960px) {
  .tit01 span:last-child {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .tit01 span:last-child {
    height: 11vw;
  }
}
.tit01 span:last-child img {
  width: auto;
  max-width: none;
  height: 100%;
}
.tit02 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tit02 {
    margin-bottom: 7.5vw;
  }
}
.tit02 span {
  display: block;
}
.tit02 span:first-child {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 18px;
}
.tit02 span:last-child {
  font-size: 0.875rem;
  font-weight: 500;
  color: #07532d;
}
.tit03 {
  color: #07532d;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #07532d;
  border-radius: 50px;
  padding: 20px;
  margin-bottom: 40px;
}
.tit03 strong {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tit03 {
    font-size: 4.2vw;
    padding: 3vw;
    margin-bottom: 4.2vw;
  }
}
.flexSt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexSt01 > .txtBox {
  width: calc(calc(100% - 60px) / 2);
}
@media all and (-ms-high-contrast: none) {
  .flexSt01 > .txtBox {
    width: 47.5%;
  }
}
@media screen and (max-width: 960px) {
  .flexSt01 > .txtBox {
    width: calc(calc(100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .flexSt01 > .txtBox {
    width: 100%;
  }
}
.flexSt01 > figure {
  width: calc(calc(100% - 60px) / 2);
}
@media all and (-ms-high-contrast: none) {
  .flexSt01 > figure {
    width: 47.5%;
  }
}
@media screen and (max-width: 960px) {
  .flexSt01 > figure {
    width: calc(calc(100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .flexSt01 > figure {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.flexSt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flexSt02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flexSt02 > .txtBox {
  width: calc(calc(100% - 60px) / 2);
}
@media all and (-ms-high-contrast: none) {
  .flexSt02 > .txtBox {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .flexSt02 > .txtBox {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
.flexSt02 > figure {
  width: 55%;
}
.flexSt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flexSt03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.flexSt03 > .txtBox {
  width: calc(calc(100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  .flexSt03 > .txtBox {
    width: 100%;
  }
}
.flexSt03 > figure {
  width: calc(calc(100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  .flexSt03 > figure {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
.flex01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: reverse;
    flex-direction: reverse;
  }
}
.flex001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex001 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex001 figure {
  width: calc(calc(100% - 60px) / 2);
}
@media all and (-ms-high-contrast: none) {
  .flex001 figure {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .flex001 figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .flex001 figure {
    margin-bottom: 3.2vw;
  }
}
.flex002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex002 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex002 div {
  width: calc(calc(100% - 60px) / 2);
}
@media all and (-ms-high-contrast: none) {
  .flex002 div {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .flex002 div {
    width: 100%;
  }
  .flex002 div:first-child {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.catch01 {
  font-family: "YakuHanJP", "Noto Serif JP", serif;
  font-weight: 400;
  color: #07532d;
  font-size: 1.75rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .catch01 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .catch01 {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
}
.catch02 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  color: #07532d;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .catch02 {
    font-size: 1.375rem;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .catch02 {
    font-size: 4.4vw;
    margin-bottom: 2.6vw;
  }
}
.yellow {
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fffc01));
  background: linear-gradient(transparent 80%, #fffc01 80%);
}
.tStyle01 {
  width: 100%;
}
.tStyle01 tbody tr th {
  text-align: center;
  color: #07532d;
  font-weight: 700;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #07532d;
  border-width: 0 0 1px;
  line-height: 1.571;
}
@media screen and (max-width: 768px) {
  .tStyle01 tbody tr th {
    padding: 3vw 2vw;
  }
}
.tStyle01 tbody tr:first-child th {
  border-width: 1px 0;
}
.tStyle01 tbody tr td {
  text-align: left;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-left: 20px solid #fff;
  line-height: 1.571;
}
@media screen and (max-width: 768px) {
  .tStyle01 tbody tr td {
    padding: 3vw 2vw;
    border-left: 3vw solid #fff;
  }
}
.tStyle01 tbody tr:first-child td {
  border-top: 1px solid #ccc;
}
.listSt01 li {
  position: relative;
  padding-left: 20px;
  line-height: 1.571;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .listSt01 li {
    padding-left: 14px;
  }
}
.listSt01 li:last-child {
  margin-bottom: 0;
}
.listSt01 li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #11542d;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .listSt01 li:before {
    width: 6px;
    height: 6px;
  }
}
footer {
  font-size: 0.875rem;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 12vw 0;
    font-size: 3.4vw;
  }
}
footer .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .inner01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  footer .adNameBox {
    margin-bottom: 7.5vw;
  }
}
footer .adNameBox .fLogo {
  width: 298px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  footer .adNameBox .fLogo {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  footer .adNameBox .fLogo {
    width: 70%;
    margin: 0 auto 6vw;
  }
}
footer .adNameBox .adress {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  footer .adNameBox .adress {
    text-align: center;
    font-size: 3vw;
  }
}
footer .fNavBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0 40px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .fNavBox ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 6vw 0;
  }
}
footer .fNavBox ul li {
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  footer .fNavBox ul li {
    text-align: right;
    width: 25%;
    margin: 4px 0 4px 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .fNavBox ul li {
    margin: 0 0 4vw;
    text-align: center;
    width: 50%;
    font-size: 3vw;
  }
}
@media screen and (min-width: 961px) {
  footer .fNavBox ul li a {
    -webkit-transition: 0.3s color ease-out;
    transition: 0.3s color ease-out;
  }
  footer .fNavBox ul li a:hover {
    color: #07532d;
  }
}
footer .fNavBox p {
  text-align: right;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  footer .fNavBox p {
    text-align: center;
    font-size: 2.8vw;
  }
}
footer .fNavBox p a {
  color: #666;
}
@media screen and (min-width: 961px) {
  footer .fNavBox p a {
    -webkit-transition: 0.3s color ease-out;
    transition: 0.3s color ease-out;
  }
  footer .fNavBox p a:hover {
    color: #07532d;
  }
}
footer .fNavBox dl {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .fNavBox dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .fNavBox dl dt {
  font-size: 0.875rem;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  footer .fNavBox dl dt {
    width: 100%;
    margin: 0 0 3.2vw;
    font-size: 2.8vw;
    text-align: center;
  }
}
footer .fNavBox dl dd {
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  footer .fNavBox dl dd {
    margin: 0 2vw;
  }
}
footer .fNavBox dl dd a img {
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
footer .fNavBox dl dd a:hover img {
  opacity: 0.7;
}
footer .cr {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #666;
}
@media screen and (max-width: 768px) {
  footer .cr {
    font-size: 2.6vw;
  }
}
footer .toTop {
  position: absolute;
  width: 44px;
  height: 44px;
  top: -20px;
  right: 1%;
}
@media screen and (max-width: 768px) {
  footer .toTop {
    right: 5%;
  }
}
footer .toTop a {
  display: block;
  -webkit-transition: 0.3s -webkit-transform ease-out;
  transition: 0.3s -webkit-transform ease-out;
  transition: 0.3s transform ease-out;
  transition: 0.3s transform ease-out, 0.3s -webkit-transform ease-out;
}
@media screen and (min-width: 961px) {
  footer .toTop a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes op01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.titBox {
  margin-bottom: 20px;
  padding: 120px 0;
  background: url(../img/common/bg-detail01.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .titBox {
    background-image: url(../img/common/bg-detail01@2x.jpg);
  }
}
@media screen and (max-width: 768px) {
  .titBox {
    padding: 12vw 0;
  }
}
.titBox h2 {
  position: relative;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .titBox h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .titBox h2 {
    font-size: 6.2vw;
  }
}
.titBox h2 span:first-child {
  position: relative;
  z-index: 1;
}
.titBox h2 span:last-child {
  position: absolute;
  display: inline-block;
  height: 134px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  opacity: 0.6;
}
@media screen and (max-width: 1240px) {
  .titBox h2 span:last-child {
    height: 110px;
  }
}
@media screen and (max-width: 960px) {
  .titBox h2 span:last-child {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .titBox h2 span:last-child {
    height: 16vw;
  }
}
.titBox h2 span:last-child img {
  width: auto;
  max-width: none;
  height: 100%;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 7.5vw;
  }
}
.breadcrumb li {
  margin-right: 30px;
  position: relative;
  font-size: 0.875rem;
}
.breadcrumb li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #07532d;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
}
.breadcrumb li:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .breadcrumb li {
    font-size: 2.8vw;
  }
}
.contactCv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .contactCv {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contactCv p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #11542d;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contactCv p {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .contactCv figure {
    width: 80%;
    margin: auto;
  }
}
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
  opacity: 1;
  z-index: 999;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  color: #07532d;
  font-size: 11px;
  text-indent: -99999em;
  margin: auto;
  width: 10em;
  height: 10em;
  -webkit-box-shadow: inset 0 0 0 1em;
  box-shadow: inset 0 0 0 1em;
}
.loader:before,
.loader:after {
  position: absolute;
  content: "";
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loaded .home #wrapper {
  opacity: 1;
  height: auto;
}
.loaded .home #wrapper #header {
  opacity: 1;
}
.mainView {
  position: relative;
  overflow: hidden;
}
.mainView .backMovie {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50vh;
  z-index: 0;
  overflow: hidden;
}
.mainView .backMovie .backMovieIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-animation: shina01 20s linear infinite 1s both;
  animation: shina01 20s linear infinite 1s both;
  height: 100%;
  width: 100%;
}
.mainView .backMovie span {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  background-image: url(../img/top/bg-main02.jpg);
}
@media screen and (max-width: 768px) {
  .mainView .backMovie span {
    padding-top: 55%;
    height: auto;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .mainView .backMovie {
    padding-top: 55%;
    height: auto;
  }
}
.mainView .inner01 {
  position: relative;
  height: 80vh;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mainView .inner01 {
    height: auto;
  }
}
.mainView .inner01 p {
  margin-top: 10vh;
}
@media screen and (max-width: 1240px) {
  .mainView .inner01 p {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .mainView .inner01 p {
    width: 90%;
    margin: 10vh auto;
  }
}
.mainView .inner01 .slider1 {
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 70%;
}
@media screen and (max-width: 960px) {
  .mainView .inner01 .slider1 {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .mainView .inner01 .slider1 {
    position: relative;
    width: 95%;
    right: auto;
    bottom: 0;
    text-align: center;
  }
}
#philosophyBox,
#missionBox {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  #philosophyBox,
  #missionBox {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #philosophyBox,
  #missionBox {
    padding: 12vw 0;
  }
}
#philosophyBox .catch01,
#missionBox .catch01 {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #philosophyBox .catch01,
  #missionBox .catch01 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  #philosophyBox .catch01,
  #missionBox .catch01 {
    font-size: 4.8vw;
  }
}
#philosophyBox .catch02,
#missionBox .catch02 {
  font-size: 1.625rem;
}
@media screen and (max-width: 960px) {
  #philosophyBox .catch02,
  #missionBox .catch02 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  #philosophyBox .catch02,
  #missionBox .catch02 {
    font-size: 4.2vw;
  }
}
#philosophyBox p,
#missionBox p {
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  #philosophyBox p,
  #missionBox p {
    font-size: 3.4vw;
  }
}
#missionBox {
  background-color: #f2f2f2;
}
#feautureBox {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  #feautureBox {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #feautureBox {
    padding: 12vw 0;
  }
}
#feautureBox .txtBox {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #feautureBox .txtBox {
    margin-bottom: 12vw;
  }
}
#feautureBox .txtBox .txtInn {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
@media screen and (max-width: 768px) {
  #feautureBox .txtBox .txtInn {
    position: relative;
    top: auto;
  }
}
#feautureBox .txtBox .btn01 {
  margin-top: 60px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  #feautureBox .txtBox .btn01 {
    width: 80%;
    margin: 6vw auto 0;
  }
}
#feautureBox .tit01 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #feautureBox .tit01 {
    text-align: center;
  }
}
#feautureBox .tit01 span:last-child {
  left: 0;
  -webkit-transform: translateX(-10%) translateY(-50%);
  transform: translateX(-10%) translateY(-50%);
}
@media screen and (max-width: 1240px) {
  #feautureBox .tit01 span:last-child {
    -webkit-transform: translateX(-2%) translateY(-50%);
    transform: translateX(-2%) translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #feautureBox .tit01 span:last-child {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
#feautureBox .feautureList {
  position: relative;
  z-index: 1;
  width: calc(calc(100% - 60px) / 2);
}
@media all and (-ms-high-contrast: none) {
  #feautureBox .feautureList {
    width: 47.5%;
  }
}
@media screen and (max-width: 960px) {
  #feautureBox .feautureList {
    width: calc(calc(100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #feautureBox .feautureList {
    width: 100%;
  }
}
#feautureBox .feautureList section {
  margin-bottom: 60px;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
}
#feautureBox .feautureList section:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #feautureBox .feautureList section {
    margin-bottom: 12vw;
  }
}
#feautureBox .feautureList section figure img {
  width: 100%;
  height: auto;
}
#feautureBox .feautureList section div {
  position: relative;
  padding: 30px 0 30px 120px;
}
@media screen and (max-width: 960px) {
  #feautureBox .feautureList section div {
    padding: 20px 0 20px 88px;
  }
}
@media screen and (max-width: 768px) {
  #feautureBox .feautureList section div {
    padding: 20px 0 20px 17vw;
  }
}
#feautureBox .feautureList section div:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 80px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 960px) {
  #feautureBox .feautureList section div:before {
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  #feautureBox .feautureList section div:before {
    height: 11vw;
  }
}
#feautureBox .feautureList section div h3 {
  font-size: 1.625rem;
  font-weight: 500;
  color: #07532d;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  #feautureBox .feautureList section div h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  #feautureBox .feautureList section div h3 {
    font-size: 4.4vw;
    margin-bottom: 2.4vw;
  }
}
#feautureBox .feautureList section div p {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #feautureBox .feautureList section div p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 960px) {
  #feautureBox .feautureList section div p {
    line-height: 1.6;
  }
}
#feautureBox .feautureList section:nth-child(1) div:before {
  background-image: url(../img/top/ico-num01.svg);
  width: 86px;
  background-size: 86px 80px;
}
@media screen and (max-width: 960px) {
  #feautureBox .feautureList section:nth-child(1) div:before {
    width: 58px;
    background-size: 58px 54px;
  }
}
@media screen and (max-width: 768px) {
  #feautureBox .feautureList section:nth-child(1) div:before {
    width: 12%;
    background-size: 100% auto;
  }
}
#feautureBox .feautureList section:nth-child(2) div:before {
  background-image: url(../img/top/ico-num02.svg);
  width: 101px;
  background-size: 101px 80px;
}
@media screen and (max-width: 960px) {
  #feautureBox .feautureList section:nth-child(2) div:before {
    width: 67px;
    background-size: 67px 54px;
  }
}
@media screen and (max-width: 768px) {
  #feautureBox .feautureList section:nth-child(2) div:before {
    width: 14.5%;
    background-size: 100% auto;
  }
}
#feautureBox .feautureList section:nth-child(3) div:before {
  background-image: url(../img/top/ico-num03.svg);
  width: 100px;
  background-size: 100px 80px;
}
@media screen and (max-width: 960px) {
  #feautureBox .feautureList section:nth-child(3) div:before {
    width: 66px;
    background-size: 66px 54px;
  }
}
@media screen and (max-width: 768px) {
  #feautureBox .feautureList section:nth-child(3) div:before {
    width: 14.5%;
    background-size: 100% auto;
  }
}
#technologyBox {
  padding: 100px 0;
  background-image: url(../img/top/bg-skill.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #technologyBox {
    background-image: url(../img/top/bg-skill@2x.jpg);
  }
}
@media screen and (max-width: 960px) {
  #technologyBox {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #technologyBox {
    padding: 12vw 0;
  }
}
#technologyBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #technologyBox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#technologyBox ul li {
  position: relative;
  width: calc(calc(100% - 6px) / 3);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  #technologyBox ul li {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #technologyBox ul li {
    width: 80%;
    margin: 0 auto 6px;
  }
}
#technologyBox ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background-color: #07532d;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #technologyBox ul li:before {
    height: 60px;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  #technologyBox ul li:before {
    height: 30px;
    top: -15px;
  }
}
#technologyBox ul li div {
  padding: 60px 40px;
}
@media screen and (max-width: 960px) {
  #technologyBox ul li div {
    padding: 40px 3vw;
  }
}
@media screen and (max-width: 768px) {
  #technologyBox ul li div {
    padding: 12vw 6vw;
  }
}
#technologyBox ul li h2 {
  text-align: center;
  color: #07532d;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #technologyBox ul li h2 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  #technologyBox ul li h2 {
    font-size: 4.8vw;
  }
}
#technologyBox ul li figure {
  position: relative;
  padding-top: 180px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #technologyBox ul li figure {
    padding-top: 65%;
  }
}
@media screen and (max-width: 768px) {
  #technologyBox ul li figure {
    padding-top: 47%;
  }
}
#technologyBox ul li figure span {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#technologyBox ul li figure span img {
  width: auto;
  height: 100%;
}
#technologyBox ul li:nth-child(1) figure span {
  height: 67%;
}
#technologyBox ul li:nth-child(2) figure span {
  height: 69%;
}
#technologyBox ul li:nth-child(3) figure span {
  height: 50%;
}
@media screen and (max-width: 960px) {
  #technologyBox ul li:nth-child(1) figure span {
    height: 57%;
  }
  #technologyBox ul li:nth-child(2) figure span {
    height: 59%;
  }
  #technologyBox ul li:nth-child(3) figure span {
    height: 50%;
  }
}
@media screen and (max-width: 768px) {
  #technologyBox ul li:nth-child(1) figure span {
    height: 67%;
  }
  #technologyBox ul li:nth-child(2) figure span {
    height: 69%;
  }
  #technologyBox ul li:nth-child(3) figure span {
    height: 50%;
  }
}
#technologyBox ul li .btn01 {
  width: 180px;
  margin: 20px auto 0;
}
@media screen and (max-width: 960px) {
  #technologyBox ul li .btn01 {
    width: 80%;
  }
}
#productBox {
  background-color: #07532d;
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  #productBox {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #productBox {
    padding: 12vw 0;
  }
}
#productBox .tit01 span:first-child {
  color: #fff;
}
#productBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #productBox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 6vw;
  }
}
#productBox ul li {
  width: calc(calc(100% - 120px) / 3);
  -webkit-box-shadow: 24px 21px 59px rgba(33, 84, 94, 0.15);
  box-shadow: 24px 21px 59px rgba(33, 84, 94, 0.15);
}
@media all and (-ms-high-contrast: none) {
  #productBox ul li {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  #productBox ul li {
    width: calc(calc(100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #productBox ul li {
    width: 80%;
    margin: 0 auto 5vw;
    -webkit-box-shadow: 12px 12px 30px rgba(33, 84, 94, 0.15);
    box-shadow: 12px 12px 30px rgba(33, 84, 94, 0.15);
  }
  #productBox ul li:last-child {
    margin: 0 auto;
  }
}
#productBox ul li a {
  display: block;
  background-color: #fff;
  height: 100%;
}
#productBox ul li a figure {
  overflow: hidden;
}
#productBox ul li a figure img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
  transition: 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
  transition: 0.3s transform ease-out, 0.3s opacity ease-out;
  transition: 0.3s transform ease-out, 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
}
#productBox ul li a p {
  color: #11542d;
  padding: 24px 30px 40px 30px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #productBox ul li a p {
    padding: 14px 3vw 24px 3vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #productBox ul li a p {
    padding: 4vw 3vw 4.4vw 3vw;
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 961px) {
  #productBox ul li a:hover figure img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0.8;
  }
}
#productBox .btn02 {
  width: 180px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #productBox .btn02 {
    width: 80%;
  }
}
#newsBox {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  #newsBox {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #newsBox {
    padding: 12vw 0;
  }
}
#newsBox .txtBox {
  position: relative;
  z-index: 0;
  width: 35%;
}
@media screen and (max-width: 768px) {
  #newsBox .txtBox {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#newsBox .txtBox .btn01 {
  margin-top: 60px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  #newsBox .txtBox .btn01 {
    width: 80%;
    margin: 6vw auto 0;
  }
}
#newsBox .tit01 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #newsBox .tit01 {
    text-align: center;
  }
}
#newsBox .tit01 span:last-child {
  left: 0;
  -webkit-transform: translateX(-10%) translateY(-50%);
  transform: translateX(-10%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  #newsBox .tit01 span:last-child {
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
#newsBox ul {
  position: relative;
  z-index: 1;
  width: 60%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #newsBox ul {
    width: 100%;
  }
}
#newsBox ul li {
  border-bottom: 1px solid #eee;
}
#newsBox ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
#newsBox ul li a span {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #newsBox ul li a span {
    margin-right: 1em;
  }
}
#newsBox ul li a .date {
  width: 5.5em;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  #newsBox ul li a .date {
    width: auto;
    padding: 4px 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#newsBox ul li a .cat {
  width: 6em;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 40px;
  padding: 2px 0;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #newsBox ul li a .cat {
    height: 1.5em;
    padding: 4px 0 0;
  }
}
#newsBox ul li a .news {
  color: #07532d;
  border-color: #07532d;
}
#newsBox ul li a .recruit {
  color: #19509a;
  border-color: #19509a;
}
#newsBox ul li a .txt {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin: 0;
  -webkit-transition: 0.3s color ease-out;
  transition: 0.3s color ease-out;
}
@media screen and (max-width: 768px) {
  #newsBox ul li a .txt {
    margin-top: 1.4vw;
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  #newsBox ul li a:hover .txt {
    color: #07532d;
  }
}
#recruitBox .inner01 {
  position: relative;
  padding: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #recruitBox .inner01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 12vw;
  }
}
#recruitBox .inner01 figure {
  width: 49%;
}
@media screen and (max-width: 768px) {
  #recruitBox .inner01 figure {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#recruitBox .inner01 .txtBox {
  position: relative;
  width: 49%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3vw 6vw 12vw 6vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #recruitBox .inner01 .txtBox {
    padding: 0 3vw 20vw;
    width: 100%;
    margin: 0;
  }
}
#recruitBox .inner01 .txtBox .tit01 {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #recruitBox .inner01 .txtBox .tit01 {
    font-size: 5.8vw;
    margin-bottom: 6vw;
    text-align: center;
  }
}
#recruitBox .inner01 .txtBox .btn01 {
  width: 180px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #recruitBox .inner01 .txtBox .btn01 {
    margin-top: 6vw;
    width: 80%;
  }
}
#recruitBox .inner01 .txtBox .btn01 a {
  color: #19509a;
  border-color: #19509a;
}
#recruitBox .inner01 .txtBox .btn01 a:after {
  border-color: #19509a;
}
#recruitBox .inner01 .txtBox .alp {
  position: absolute;
  bottom: 0;
  left: 1%;
  z-index: 0;
}
#subBox {
  background-color: #f2f2f2;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #subBox {
    padding: 7.5vw 0;
  }
}
#subBox .inner02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #subBox .inner02 ul {
    gap: ;
  }
}
@media screen and (max-width: 768px) {
  #subBox .inner02 ul li {
    width: 60%;
    margin: 0 auto;
  }
}
#subBox .inner02 ul li a img {
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
#subBox .inner02 ul li a:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #subBox .inner02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@-webkit-keyframes shina01 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes shina01 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.about table tbody th {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .about table tbody th {
    width: 30%;
  }
}
#introBox table {
  margin-bottom: 40px;
}
#introBox .googleMap {
  position: relative;
  width: 100%;
  padding-top: 40%;
}
@media screen and (max-width: 768px) {
  #introBox .googleMap {
    padding-top: 100%;
  }
}
#introBox .googleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trialTit {
  position: relative;
  padding-top: 310px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #trialTit {
    padding-top: 31%;
  }
}
#trialTit figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#trialTit div {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
@media screen and (max-width: 960px) {
  #trialTit div {
    padding: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #trialTit div {
    padding: 4.2vw;
  }
}
#trialTit div h3 {
  font-family: "YakuHanJP", "Noto Serif JP", serif;
  font-weight: 400;
  color: #07532d;
  font-size: 1.875rem;
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #trialTit div h3 {
    font-size: 6.2vw;
    margin-bottom: 4.2vw;
  }
}
#trialTit div p {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #trialTit div p {
    font-size: 3.6vw;
  }
}
#troubleBox {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #troubleBox {
    padding-bottom: 10vw;
  }
}
#troubleBox h4 {
  text-align: center;
  margin-bottom: 40px;
}
#troubleBox h4 span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  background-color: #11542d;
  padding: 20px 70px;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  #troubleBox h4 span {
    display: block;
    font-size: 4.4vw;
    margin-bottom: 4.2vw;
    padding: 5vw 3vw;
  }
}
#troubleBox h4 span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9.5px 0 9.5px;
  border-color: #11542d transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}
#troubleBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #troubleBox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5vw;
  }
}
#troubleBox ul li {
  width: calc(calc(100% - 120px) / 3);
  border: 2px solid #11542d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 30px 5px;
  line-height: 1.5;
}
@media all and (-ms-high-contrast: none) {
  #troubleBox ul li {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  #troubleBox ul li {
    width: calc(calc(100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #troubleBox ul li {
    width: 80%;
    margin: 0 auto 5vw;
  }
  #troubleBox ul li:last-child {
    margin: 0 auto;
  }
}
#troubleBox ul li span {
  position: relative;
}
#troubleBox ul li span:before,
#troubleBox ul li span:after {
  position: absolute;
  content: "";
  width: 36px;
  height: 27px;
  background-image: url(../img/common/ico-quoto.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}
#troubleBox ul li span:before {
  left: -30px;
  top: -12px;
}
#troubleBox ul li span:after {
  right: -30px;
  bottom: -12px;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
#troubleBox p {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  color: #11542d;
}
@media screen and (max-width: 768px) {
  #troubleBox p {
    font-size: 4.8vw;
  }
}
#pelletBox {
  background-color: #ceeddb;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #pelletBox {
    padding: 10vw 0;
  }
}
#pelletBox .wBox {
  background-color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  #pelletBox .wBox {
    padding: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #pelletBox .wBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#pelletBox .wBox:first-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #pelletBox .wBox:first-of-type {
    margin-bottom: 12vw;
  }
}
#pelletBox .wBox:first-of-type:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 69px 0 69px;
  border-color: #11542d transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -53px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #pelletBox .wBox:first-of-type:after {
    border-width: 13px 34px 0 34px;
    bottom: -26px;
  }
}
#pelletBox .wBox figure,
#pelletBox .wBox .txtBox {
  width: calc(calc(100% - 40px) / 2);
}
@media all and (-ms-high-contrast: none) {
  #pelletBox .wBox figure,
  #pelletBox .wBox .txtBox {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  #pelletBox .wBox figure,
  #pelletBox .wBox .txtBox {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #pelletBox .wBox figure {
    margin-bottom: 3vw;
  }
  #pelletBox .wBox figure img {
    width: 100%;
  }
}
#pelletBox .wBox .txtBox .listSt01 li {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #pelletBox .wBox .txtBox .listSt01 li {
    font-size: 3.8vw;
  }
}
#pelletBox .wBox .txtBox dl dt {
  font-size: 1.375rem;
  font-weight: 500;
  color: #11542d;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #pelletBox .wBox .txtBox dl dt {
    font-size: 4.4vw;
    margin-bottom: 3vw;
  }
}
#pelletBox .wBox .txtBox dl dd {
  margin-bottom: 30px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #pelletBox .wBox .txtBox dl dd {
    margin-bottom: 5vw;
    font-size: 3.8vw;
  }
}
#pelletBox .wBox .txtBox dl dd:last-of-type {
  margin-bottom: 0;
}
.cutFirst {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .cutFirst {
    margin-bottom: 7.5vw;
  }
}
#cutSecong {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #cutSecong {
    margin-bottom: 10vw;
  }
}
#allcommer {
  background-color: #07532d;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #allcommer {
    padding: 10vw 0;
  }
}
#allcommer p {
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #allcommer p {
    margin-bottom: 6.2vw;
  }
}
#allcommer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #allcommer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#allcommer ul li {
  width: calc(calc(100% - 120px) / 3);
}
@media all and (-ms-high-contrast: none) {
  #allcommer ul li {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  #allcommer ul li {
    width: calc(calc(100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #allcommer ul li {
    width: 80%;
    margin: 0 auto 5vw;
  }
  #allcommer ul li:last-child {
    margin: 0 auto;
  }
}
#cutThird {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  #cutThird {
    padding: 12vw 3vw;
  }
}
@media screen and (max-width: 768px) {
  #cutThird {
    padding: 12vw 3vw;
  }
}
#cutThird figure {
  text-align: center;
  margin-bottom: 20px;
}
#cutThird p {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #cutThird p {
    font-size: 3.8vw;
  }
}
#qualityBox .inner01 {
  position: relative;
  padding: 5% 0 100px;
}
@media screen and (max-width: 768px) {
  #qualityBox .inner01 {
    padding: 64vw 0 12vw;
  }
}
#qualityBox .inner01 figure {
  position: absolute;
  width: 65%;
  height: 0;
  padding-top: 40%;
  top: 0;
  left: 0;
  background-image: url(../img/cutting/img-cutting09.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #qualityBox .inner01 figure {
    background-image: url(../img/cutting/img-cutting09@2x.jpg);
  }
}
@media screen and (max-width: 768px) {
  #qualityBox .inner01 figure {
    width: 85vw;
    padding-top: 72vw;
  }
}
#qualityBox .inner01 .txtBox {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15vw 6vw;
  text-align: center;
  width: 50%;
  z-index: 2;
  margin: 0 0 0 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #qualityBox .inner01 .txtBox {
    padding: 18vw 8vw 18vw;
    width: 85vw;
    margin: 0 0 0 15vw;
  }
}
#qualityBox .inner01 .txtBox h3 {
  margin-bottom: 30px;
  color: #07532d;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #qualityBox .inner01 .txtBox h3 {
    font-size: 5.8vw;
    margin-bottom: 6vw;
  }
}
#qualityBox .inner01 .txtBox h3 strong {
  font-weight: 500;
}
#qualityBox .inner01 .txtBox p {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #qualityBox .inner01 .txtBox p {
    font-size: 3.8vw;
  }
}
.topMat {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .topMat {
    margin-bottom: 12vw;
  }
}
.topMat figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .topMat figure {
    margin-bottom: 3vw;
  }
}
.topMat p:first-of-type {
  font-size: 1.5rem;
  font-weight: 500;
  color: #11542d;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .topMat p:first-of-type {
    font-size: 4.8vw;
  }
}
#goodMat {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #goodMat {
    padding: 0 3vw;
    margin-bottom: 12vw;
  }
}
#goodMat .flex004 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #07532d;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #goodMat .flex004 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3vw;
  }
}
#goodMat .flex004 figure {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #goodMat .flex004 figure {
    width: 60%;
    margin: 0 auto 7.5vw;
    text-align: center;
  }
}
#goodMat .flex004 .txtBox {
  width: 76%;
}
@media screen and (max-width: 768px) {
  #goodMat .flex004 .txtBox {
    width: 100%;
  }
}
#goodMat .flex004 .txtBox h3 {
  color: #07532d;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  #goodMat .flex004 .txtBox h3 {
    font-size: 5.2vw;
    margin-bottom: 3vw;
  }
}
#goodMat .flex004 .txtBox p {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  #goodMat .flex004 .txtBox p {
    font-size: 3.2vw;
  }
}
#goodMat .flex004 .txtBox p:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #goodMat .flex004 .txtBox p:first-of-type {
    margin-bottom: 7.5vw;
  }
}
#productList > p:first-child {
  font-size: 1.5rem;
  font-weight: 500;
  color: #07532d;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #productList > p:first-child {
    font-size: 4.8vw;
    margin-bottom: 7.5vw;
    line-height: 1.5;
  }
}
#productList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#productList ul:after {
  display: block;
  content: "";
  width: calc(calc(100% - 120px) / 3);
}
@media all and (-ms-high-contrast: none) {
  #productList ul:after {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #productList ul:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #productList ul {
    margin-bottom: 6vw;
  }
}
#productList ul li {
  width: calc(calc(100% - 120px) / 3);
  -webkit-box-shadow: 24px 21px 59px rgba(33, 84, 94, 0.15);
  box-shadow: 24px 21px 59px rgba(33, 84, 94, 0.15);
  margin-bottom: 40px;
}
@media all and (-ms-high-contrast: none) {
  #productList ul li {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  #productList ul li {
    width: calc(calc(100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #productList ul li {
    width: 48%;
    margin: 0 0 5vw;
    -webkit-box-shadow: 12px 12px 30px rgba(33, 84, 94, 0.15);
    box-shadow: 12px 12px 30px rgba(33, 84, 94, 0.15);
  }
  #productList ul li:last-child {
    margin: 0;
  }
}
#productList ul li a {
  display: block;
  background-color: #fff;
  height: 100%;
}
#productList ul li a figure {
  overflow: hidden;
}
#productList ul li a figure img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
  transition: 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
  transition: 0.3s transform ease-out, 0.3s opacity ease-out;
  transition: 0.3s transform ease-out, 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
}
#productList ul li a p {
  color: #11542d;
  padding: 24px 30px 40px 30px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #productList ul li a p {
    padding: 14px 3vw 24px 3vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #productList ul li a p {
    padding: 4vw 3vw 4.4vw 3vw;
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 961px) {
  #productList ul li a:hover figure img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0.8;
  }
}
#productDetail {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #productDetail {
    margin-bottom: 12vw;
  }
}
#productDetail h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.571;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #productDetail h3 {
    font-size: 5.2vw;
    margin-bottom: 3.4vw;
  }
}
#productDetail figure {
  width: 760px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #productDetail figure {
    width: 100%;
  }
}
#productDetail .prductIbox {
  width: 760px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #productDetail .prductIbox {
    width: 100%;
    margin-top: 3.4vw;
  }
}
#productDetail .btn01 {
  width: 320px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #productDetail .btn01 {
    width: 80%;
    margin: 7.5vw auto 0;
  }
}
#facilityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #facilityList {
    margin-bottom: 12vw;
  }
}
#facilityList:after {
  content: "";
  width: calc(calc(100% - 120px) / 3);
}
@media all and (-ms-high-contrast: none) {
  #facilityList:after {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #facilityList {
    margin-bottom: 6vw;
  }
}
#facilityList li {
  position: relative;
  width: calc(calc(100% - 120px) / 3);
}
@media all and (-ms-high-contrast: none) {
  #facilityList li {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  #facilityList li {
    width: calc(calc(100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #facilityList li {
    margin: 0 auto 5vw;
    width: 100%;
  }
  #facilityList li:last-child {
    margin: 0 auto;
  }
}
#facilityList li figure {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #facilityList li figure {
    margin-bottom: 7.5vw;
  }
  #facilityList li figure img {
    width: 100%;
    height: auto;
  }
}
#facilityList li > h3 {
  background-color: #07532d;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 18px;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #facilityList li > h3 {
    font-size: 4.2vw;
    padding: 4vw;
  }
}
#facilityList li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #facilityList li dl {
    margin-bottom: 7.5vw;
  }
}
#facilityList li dl dt {
  width: 80%;
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #07532d;
  border-width: 0 0 1px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #facilityList li dl dt {
    padding: 4vw;
  }
}
#facilityList li dl dt:first-child {
  border-width: 1px 0;
}
#facilityList li dl dt span {
  display: block;
  font-size: 0.75rem;
  color: #999;
}
#facilityList li dl dd {
  width: 15%;
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-width: 0 0 1px;
  text-align: center;
}
#facilityList li dl dd:first-of-type {
  border-width: 1px 0;
}
@media screen and (max-width: 768px) {
  #facilityList li dl dd {
    padding: 4vw;
  }
}
#faqBox {
  margin-bottom: 80px;
}
#faqBox dl {
  background-color: #07532d;
  margin-bottom: 10px;
}
#faqBox dl dt {
  cursor: pointer;
  position: relative;
  font-size: 1.125rem;
  padding: 30px 20px 30px 70px;
  color: #fff;
  line-height: 1.54;
}
@media screen and (max-width: 1240px) {
  #faqBox dl dt {
    padding: 3vw 3vw 3vw 6vw;
  }
}
@media screen and (max-width: 768px) {
  #faqBox dl dt {
    padding: 5vw 3vw 5vw 10vw;
    font-size: 3.6vw;
  }
}
#faqBox dl dt:before {
  position: absolute;
  content: "Q";
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  top: 26px;
  left: 26px;
}
@media screen and (max-width: 1240px) {
  #faqBox dl dt:before {
    top: 2.5vw;
    left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #faqBox dl dt:before {
    font-size: 4.8vw;
    top: 4vw;
  }
}
#faqBox dl dt span {
  display: block;
  position: relative;
}
@media screen and (max-width: 1240px) {
  #faqBox dl dt span {
    padding-right: 30px;
  }
}
#faqBox dl dt span:before,
#faqBox dl dt span:after {
  position: absolute;
  content: "";
  background-color: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
}
#faqBox dl dt span:before {
  width: 1px;
  height: 28px;
  right: 24px;
}
@media screen and (max-width: 1240px) {
  #faqBox dl dt span:before {
    height: 18px;
    right: 8px;
  }
}
#faqBox dl dt span:after {
  width: 28px;
  height: 1px;
  right: 10px;
}
@media screen and (max-width: 1240px) {
  #faqBox dl dt span:after {
    width: 18px;
    right: 0;
  }
}
#faqBox dl dt span.active span:before {
  display: none;
}
#faqBox dl dd {
  display: none;
  margin: 0 2vw;
  padding-bottom: 10px;
  line-height: 1.54;
}
@media screen and (max-width: 1240px) {
  #faqBox dl dd {
    margin: 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  #faqBox dl dd {
    margin: 0 3vw;
    padding-bottom: 3vw;
  }
}
#faqBox dl dd div {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 24px 24px 24px 70px;
}
@media screen and (max-width: 1240px) {
  #faqBox dl dd div {
    padding: 3vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  #faqBox dl dd div {
    padding: 5vw 3vw 5vw 10vw;
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
#faqBox dl dd div:before {
  position: absolute;
  content: "A";
  font-family: "Poppins", sans-serif;
  color: #a80108;
  font-size: 1.5rem;
  top: 18px;
  left: 26px;
}
@media screen and (max-width: 1240px) {
  #faqBox dl dd div:before {
    top: 2.5vw;
    left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #faqBox dl dd div:before {
    font-size: 4.8vw;
    top: 4vw;
  }
}
#newsAll {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #newsAll {
    margin-bottom: 12vw;
  }
}
#newsAll ul {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #newsAll ul {
    width: 100%;
  }
}
#newsAll ul li {
  border-bottom: 1px solid #eee;
}
#newsAll ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
#newsAll ul li a span {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #newsAll ul li a span {
    margin-right: 1em;
  }
}
#newsAll ul li a .date {
  width: 5.5em;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  #newsAll ul li a .date {
    width: auto;
    padding: 4px 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#newsAll ul li a .cat {
  width: 6em;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 40px;
  padding: 2px 0;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #newsAll ul li a .cat {
    height: 1.5em;
    padding: 4px 0 0;
  }
}
#newsAll ul li a .news {
  color: #07532d;
  border-color: #07532d;
}
#newsAll ul li a .recruit {
  color: #19509a;
  border-color: #19509a;
}
#newsAll ul li a .txt {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin: 0;
  -webkit-transition: 0.3s color ease-out;
  transition: 0.3s color ease-out;
}
@media screen and (max-width: 768px) {
  #newsAll ul li a .txt {
    margin-top: 1.4vw;
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  #newsAll ul li a:hover .txt {
    color: #07532d;
  }
}
#newsDetail {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #newsDetail {
    margin-bottom: 12vw;
  }
}
#newsDetail header {
  text-align: center;
}
#newsDetail header time {
  display: inline-block;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #newsDetail header time {
    margin-bottom: 3vw;
  }
}
#newsDetail header h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.571;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #newsDetail header h3 {
    font-size: 5.2vw;
    margin-bottom: 1.4vw;
  }
}
#newsDetail header .catStyle {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #newsDetail header .catStyle {
    margin-bottom: 5vw;
  }
}
#newsDetail .btn01 {
  width: 320px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #newsDetail .btn01 {
    width: 80%;
    margin: 7.5vw auto 0;
  }
}
.recTop {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recTop {
    margin-bottom: 12vw;
  }
}
.recTop figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recTop figure {
    margin-bottom: 3vw;
  }
}
.recTop p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recTop p {
    margin-bottom: 3vw;
  }
}
.recTop ul {
  border: 2px solid #07532d;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .recTop ul {
    padding: 5vw;
  }
}
#requirementsBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #requirementsBox {
    margin-bottom: 10vw;
  }
}
#requirementsBox .inner01 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#requirementsBox .inner01 > ul:after {
  display: block;
  content: "";
  width: calc(calc(100% - 120px) / 3);
}
@media all and (-ms-high-contrast: none) {
  #requirementsBox .inner01 > ul:after {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #requirementsBox .inner01 > ul:after {
    display: none;
  }
}
#requirementsBox .inner01 > ul > li {
  width: calc(calc(100% - 120px) / 3);
  margin-bottom: 40px;
}
@media all and (-ms-high-contrast: none) {
  #requirementsBox .inner01 > ul > li {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #requirementsBox .inner01 > ul > li {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#requirementsBox .inner01 > ul > li a {
  display: block;
}
@media screen and (min-width: 961px) {
  #requirementsBox .inner01 > ul > li a:hover figure img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0.8;
  }
}
#requirementsBox .inner01 > ul > li figure {
  margin-bottom: 18px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #requirementsBox .inner01 > ul > li figure {
    margin-bottom: 3vw;
  }
}
#requirementsBox .inner01 > ul > li figure a img {
  -webkit-transition: 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
  transition: 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
  transition: 0.3s transform ease-out, 0.3s opacity ease-out;
  transition: 0.3s transform ease-out, 0.3s opacity ease-out, 0.3s -webkit-transform ease-out;
}
@media screen and (min-width: 961px) {
  #requirementsBox .inner01 > ul > li figure a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0.8;
  }
}
#requirementsBox .inner01 > ul > li .bForm {
  margin-bottom: 14px;
  color: #07532d;
}
@media screen and (max-width: 768px) {
  #requirementsBox .inner01 > ul > li .bForm {
    margin-bottom: 2.4vw;
  }
}
#requirementsBox .inner01 > ul > li h4 {
  font-size: 1.375rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #requirementsBox .inner01 > ul > li h4 {
    font-size: 4.8vw;
    padding-bottom: 2.4vw;
    margin-bottom: 2.4vw;
  }
}
#requirementsBox .inner01 > ul > li h4 + p {
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #requirementsBox .inner01 > ul > li h4 + p {
    margin-bottom: 2.4vw;
  }
}
#requirementsBox .inner01 > ul > li ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #requirementsBox .inner01 > ul > li ul {
    margin-bottom: 3vw;
  }
}
#requirementsBox .inner01 > ul > li ul li {
  margin-bottom: 16px;
  line-height: 1.5;
  padding-left: 34px;
  position: relative;
}
#requirementsBox .inner01 > ul > li ul li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#requirementsBox .inner01 > ul > li ul li:first-child:before {
  background-image: url(../img/recruit/ico-yen.svg);
  height: 25px;
}
#requirementsBox .inner01 > ul > li ul li:last-child:before {
  background-image: url(../img/recruit/ico-pin.svg);
  margin-bottom: none;
  height: 27px;
}
@media screen and (max-width: 768px) {
  #requirementsBox .inner01 > ul > li ul li {
    margin-bottom: 2.4vw;
  }
}
#requirementsBox .inner01 > ul > li .btn01 {
  width: 80%;
  margin: auto;
}
#recDetailTop {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #recDetailTop {
    margin-bottom: 10vw;
  }
}
#recDetailTop .txtBox .bForm {
  font-size: 0.875rem;
  color: #07532d;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  #recDetailTop .txtBox .bForm {
    margin-bottom: 2.4vw;
    font-size: 2.8vw;
  }
}
#recDetailTop .txtBox h3 {
  font-size: 1.875rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #recDetailTop .txtBox h3 {
    margin-bottom: 3.2vw;
    padding-bottom: 2.2vw;
    font-size: 5.2vw;
  }
}
#recDetailTop .txtBox ul {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #recDetailTop .txtBox ul {
    margin-top: 7.5vw;
  }
}
#recDetailTop .txtBox ul li {
  margin-bottom: 16px;
  line-height: 1.5;
  padding-left: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recDetailTop .txtBox ul li {
    padding-left: 24px;
    margin-bottom: 2vw;
  }
}
#recDetailTop .txtBox ul li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recDetailTop .txtBox ul li:before {
    width: 14px;
  }
}
#recDetailTop .txtBox ul li:first-child:before {
  background-image: url(../img/recruit/ico-yen.svg);
  height: 25px;
}
@media screen and (max-width: 768px) {
  #recDetailTop .txtBox ul li:first-child:before {
    height: 16px;
  }
}
#recDetailTop .txtBox ul li:last-child:before {
  background-image: url(../img/recruit/ico-pin.svg);
  margin-bottom: 0;
  height: 27px;
}
@media screen and (max-width: 768px) {
  #recDetailTop .txtBox ul li:last-child:before {
    height: 18px;
  }
}
.recMidBox {
  margin-bottom: 60px;
  border: 2px solid #07532d;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .recMidBox {
    padding: 5vw;
  }
}
.recMidBox p:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recMidBox p:first-of-type {
    margin-bottom: 5.5vw;
  }
}
.recMidBox h4 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recMidBox h4 {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
}
.recMidBox ul li:before {
  bottom: auto;
  top: 0.7em;
}
.recMidBox ul li span {
  font-size: 1.0625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recMidBox ul li span {
    font-size: 3.6vw;
  }
}
.recruitInfo {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruitInfo .tStyle01 th {
    width: 30%;
  }
}
.recruitInfo .tStyle01 td dt {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .recruitInfo .tStyle01 td dt {
    font-size: 3.4vw;
  }
}
.recruitInfo .tStyle01 td dt:first-child {
  margin-top: 0;
}
.recruitInfo .tStyle01 td span {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .recruitInfo .tStyle01 td span {
    font-size: 2.8vw;
  }
}
.recruitInfo .tStyle01 td .cyu {
  display: block;
  margin-top: 1em;
}
.recruitInfo .btn03,
.recruitInfo .btn01 {
  width: 320px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .recruitInfo .btn03,
  .recruitInfo .btn01 {
    width: 80%;
    margin: 7.5vw auto 0;
  }
}
.privacyBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .privacyBox {
    margin-bottom: 12vw;
  }
}
.privacyBox .inner02 > p {
  margin-bottom: 2em;
  line-height: 1.54;
}
.privacyBox .inner02 section {
  margin-bottom: 2em;
}
.privacyBox .inner02 section h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .privacyBox .inner02 section h3 {
    font-weight: 4.2vw;
  }
}
.privacyBox .inner02 section p {
  line-height: 1.54;
  margin-bottom: 1em;
}
.privacyBox .inner02 section ol {
  margin-left: 1.5em;
}
.privacyBox .inner02 section ol li {
  list-style: decimal;
  margin-bottom: 1em;
  line-height: 1.54;
}
.contactBox,
.mw_wp_form_preview,
.mw_wp_form_complete {
  max-width: 800px;
  margin: 0 auto 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .contactBox,
  .mw_wp_form_preview,
  .mw_wp_form_complete {
    margin: 0 auto 12vw;
  }
}
.contactBox p.intro,
.mw_wp_form_preview p.intro,
.mw_wp_form_complete p.intro {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contactBox p.intro,
  .mw_wp_form_preview p.intro,
  .mw_wp_form_complete p.intro {
    margin-bottom: 3.2vw;
    text-align: left;
  }
}
.contactBox dl,
.mw_wp_form_preview dl,
.mw_wp_form_complete dl {
  padding: 40px 0;
  border-top: 1px dotted #ddd;
}
@media screen and (max-width: 768px) {
  .contactBox dl,
  .mw_wp_form_preview dl,
  .mw_wp_form_complete dl {
    padding: 4.6vw 0;
  }
}
.contactBox dl dt,
.mw_wp_form_preview dl dt,
.mw_wp_form_complete dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .contactBox dl dt,
  .mw_wp_form_preview dl dt,
  .mw_wp_form_complete dl dt {
    font-size: 3.6vw;
    margin-bottom: 2.4vw;
  }
}
.contactBox dl dt .required,
.mw_wp_form_preview dl dt .required,
.mw_wp_form_complete dl dt .required {
  color: #fff;
  font-size: 0.75rem;
  background-color: #f00;
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
}
.contactBox dl dd,
.mw_wp_form_preview dl dd,
.mw_wp_form_complete dl dd {
  line-height: 1.571;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .contactBox dl dd,
  .mw_wp_form_preview dl dd,
  .mw_wp_form_complete dl dd {
    font-size: 3.4vw;
  }
}
.contactBox dl dd .cauto,
.mw_wp_form_preview dl dd .cauto,
.mw_wp_form_complete dl dd .cauto {
  font-size: 0.8125rem;
  color: #999;
}
@media screen and (max-width: 768px) {
  .contactBox dl dd .cauto,
  .mw_wp_form_preview dl dd .cauto,
  .mw_wp_form_complete dl dd .cauto {
    font-size: 2.4vw;
  }
}
.contactBox dl dd input,
.mw_wp_form_preview dl dd input,
.mw_wp_form_complete dl dd input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contactBox dl dd input,
  .mw_wp_form_preview dl dd input,
  .mw_wp_form_complete dl dd input {
    padding: 6px;
  }
}
.contactBox dl dd .exam,
.mw_wp_form_preview dl dd .exam,
.mw_wp_form_complete dl dd .exam {
  display: block;
  margin-top: 8px;
  color: #ccc;
  font-size: 0.8125rem;
}
.contactBox dl dd textarea,
.mw_wp_form_preview dl dd textarea,
.mw_wp_form_complete dl dd textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contactBox dl dd textarea,
  .mw_wp_form_preview dl dd textarea,
  .mw_wp_form_complete dl dd textarea {
    padding: 6px;
  }
}
.contactBox dl dd.radioR,
.mw_wp_form_preview dl dd.radioR,
.mw_wp_form_complete dl dd.radioR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contactBox dl dd.radioR,
  .mw_wp_form_preview dl dd.radioR,
  .mw_wp_form_complete dl dd.radioR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contactBox dl dd.radioR .mwform-radio-field,
.mw_wp_form_preview dl dd.radioR .mwform-radio-field,
.mw_wp_form_complete dl dd.radioR .mwform-radio-field {
  margin-top: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contactBox dl dd.radioR .mwform-radio-field,
  .mw_wp_form_preview dl dd.radioR .mwform-radio-field,
  .mw_wp_form_complete dl dd.radioR .mwform-radio-field {
    margin: 3.2vw 0 0;
  }
}
.contactBox dl dd.radioR label,
.mw_wp_form_preview dl dd.radioR label,
.mw_wp_form_complete dl dd.radioR label {
  cursor: pointer;
  display: block;
}
.contactBox dl dd.radioR label input,
.mw_wp_form_preview dl dd.radioR label input,
.mw_wp_form_complete dl dd.radioR label input {
  display: none;
}
.contactBox dl dd.radioR label input:checked + span:after,
.mw_wp_form_preview dl dd.radioR label input:checked + span:after,
.mw_wp_form_complete dl dd.radioR label input:checked + span:after {
  width: 10px;
  height: 10px;
  left: 4px;
  background-color: #07532d;
}
.contactBox dl dd.radioR label .mwform-radio-field-text,
.mw_wp_form_preview dl dd.radioR label .mwform-radio-field-text,
.mw_wp_form_complete dl dd.radioR label .mwform-radio-field-text {
  position: relative;
  padding-left: 26px;
}
.contactBox dl dd.radioR label .mwform-radio-field-text:before,
.contactBox dl dd.radioR label .mwform-radio-field-text:after,
.mw_wp_form_preview dl dd.radioR label .mwform-radio-field-text:before,
.mw_wp_form_preview dl dd.radioR label .mwform-radio-field-text:after,
.mw_wp_form_complete dl dd.radioR label .mwform-radio-field-text:before,
.mw_wp_form_complete dl dd.radioR label .mwform-radio-field-text:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  bottom: 0;
  top: 0;
  margin: auto;
}
.contactBox dl dd.radioR label .mwform-radio-field-text:before,
.mw_wp_form_preview dl dd.radioR label .mwform-radio-field-text:before,
.mw_wp_form_complete dl dd.radioR label .mwform-radio-field-text:before {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  left: 0;
}
.contactBox .tbtn,
.mw_wp_form_preview .tbtn,
.mw_wp_form_complete .tbtn {
  width: 320px;
  margin: auto;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .contactBox .tbtn,
  .mw_wp_form_preview .tbtn,
  .mw_wp_form_complete .tbtn {
    margin: 2.4vw auto 0;
    width: 80%;
  }
}
.contactBox .tbtn button,
.contactBox .tbtn input,
.mw_wp_form_preview .tbtn button,
.mw_wp_form_preview .tbtn input,
.mw_wp_form_complete .tbtn button,
.mw_wp_form_complete .tbtn input {
  width: 100%;
  background-color: #07532d;
  padding: 24px 0;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .contactBox .tbtn button,
  .contactBox .tbtn input,
  .mw_wp_form_preview .tbtn button,
  .mw_wp_form_preview .tbtn input,
  .mw_wp_form_complete .tbtn button,
  .mw_wp_form_complete .tbtn input {
    padding: 3.2vw 0;
    font-size: 3.2vw;
  }
}
.contactBox .tbtn button:hover,
.contactBox .tbtn input:hover,
.mw_wp_form_preview .tbtn button:hover,
.mw_wp_form_preview .tbtn input:hover,
.mw_wp_form_complete .tbtn button:hover,
.mw_wp_form_complete .tbtn input:hover {
  background-color: #000;
}
.contactBox .mss,
.mw_wp_form_preview .mss,
.mw_wp_form_complete .mss {
  margin-bottom: 0;
}
.contactBox .fss,
.mw_wp_form_preview .fss,
.mw_wp_form_complete .fss {
  font-size: 1rem;
  font-weight: 500;
}
.contactBox .fss2,
.mw_wp_form_preview .fss2,
.mw_wp_form_complete .fss2 {
  color: #f00;
  margin-bottom: 20px;
}
.mw_wp_form_preview p.fss2 {
  display: none;
}
.mw_wp_form_preview .mw-wp-form_file {
  margin-bottom: 20px;
}
.mw_wp_form_preview .tbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_preview .tbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mw_wp_form_preview .tbtn button,
.mw_wp_form_preview .tbtn input {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_preview .tbtn button,
  .mw_wp_form_preview .tbtn input {
    width: 80%;
    margin: auto;
  }
}
.mw_wp_form_preview .tbtn button {
  margin-right: 20px;
  background-color: #666;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_preview .tbtn button {
    margin: 0 auto 20px;
  }
}
.mw_wp_form_complete dl {
  border-top: 1px solid #999;
  margin: 40px 0;
}
.mw_wp_form_complete dl dt {
  border-bottom: 1px dotted #999;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mw_wp_form_complete dl dd {
  margin-bottom: 6px;
}
.mw_wp_form_complete dl dd span {
  font-size: 0.8125rem;
  color: #999;
}
.notFound {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .notFound {
    margin-bottom: 12vw;
  }
}
.notFound h2 {
  color: #07532d;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .notFound h2 {
    font-size: 4.2vw;
    padding: 3vw;
    margin-bottom: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .notFound p {
    text-align: left;
  }
}
.notFound .btn01 {
  width: 320px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .notFound .btn01 {
    width: 80%;
    margin: 7.5vw auto 0;
  }
}
